f1c2a729756b25eb8f4394fdb15fcefa.php000064400000014604150040244670012075 0ustar00source = $this->getSourceContext(); $this->parent = false; $this->blocks = [ ]; } protected function doDisplay(array $context, array $blocks = []) { $macros = $this->macros; // line 1 echo "
"; // line 54 if (($context["is_saved"] ?? null)) { // line 55 echo " "; echo $this->env->getFilter('raw_success')->getCallable()(_gettext("Configuration has been saved.")); echo " "; } // line 57 echo " "; // line 58 if ( !($context["has_config_storage"] ?? null)) { // line 59 echo " "; ob_start(function () { return ''; }); // line 60 echo " "; echo _gettext("Your preferences will be saved for current session only. Storing them permanently requires %sphpMyAdmin configuration storage%s."); // line 61 echo " "; $___internal_parse_0_ = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset()); // line 59 echo $this->env->getFilter('notice')->getCallable()(twig_sprintf($___internal_parse_0_, ((""), "")); // line 62 echo " "; } } public function getTemplateName() { return "preferences/header.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 178 => 62, 176 => 59, 173 => 61, 170 => 60, 167 => 59, 165 => 58, 162 => 57, 156 => 55, 154 => 54, 145 => 48, 139 => 47, 131 => 42, 125 => 41, 117 => 36, 111 => 35, 103 => 30, 97 => 29, 89 => 24, 83 => 23, 75 => 18, 69 => 17, 63 => 13, 56 => 11, 50 => 7, 43 => 5, 37 => 1,); } public function getSourceContext() { return new Source("", "preferences/header.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/preferences/header.twig"); } } f1305e2fd0ad0989b8981dc56b39e3ef.php000064400000051711150040244670011741 0ustar00source = $this->getSourceContext(); $this->parent = false; $this->blocks = [ ]; } protected function doDisplay(array $context, array $blocks = []) { $macros = $this->macros; // line 1 echo "
"; // line 3 echo PhpMyAdmin\Url::getHiddenInputs(($context["db"] ?? null), ($context["table"] ?? null)); echo " env, ($context["goto"] ?? null), "html", null, true); echo "\"> env, ($context["query"] ?? null), "html", null, true); echo "\"> "; // line 10 if (((($context["display_tab"] ?? null) == "full") || (($context["display_tab"] ?? null) == "sql"))) { // line 11 echo "
"; // line 14 echo ($context["legend"] ?? null); echo "
"; // line 27 if ( !twig_test_empty(($context["columns_list"] ?? null))) { // line 28 echo "
"; } // line 36 echo "
"; // line 39 if (($context["codemirror_enable"] ?? null)) { // line 40 echo " "; } // line 42 echo "
"; // line 59 if ( !twig_test_empty(($context["columns_list"] ?? null))) { // line 60 echo "
"; } // line 78 echo "
"; // line 81 if (($context["has_bookmark"] ?? null)) { // line 82 echo "
"; } // line 105 echo "
"; echo _gettext("Delimiter"); // line 110 echo " env, ($context["delimiter"] ?? null), "html", null, true); echo "\" id=\"id_sql_delimiter\">
"; } // line 153 echo " "; // line 154 if (((($context["display_tab"] ?? null) == "full") && !twig_test_empty(($context["bookmarks"] ?? null)))) { // line 155 echo "
"; echo _gettext("Bookmarked SQL query"); // line 156 echo "
"; echo _gettext("Variables"); // line 192 echo " "; echo PhpMyAdmin\Html\MySQLDocumentation::showDocumentation("faq", "faqbookmark"); echo "
"; } // line 202 echo " "; // line 203 if (($context["can_convert_kanji"] ?? null)) { // line 204 echo "
"; // line 206 $this->loadTemplate("encoding/kanji_encoding_form.twig", "sql/query.twig", 206)->display($context); // line 207 echo "
"; } // line 210 echo "
"; echo _gettext("Simulate query"); // line 218 echo "
"; } public function getTemplateName() { return "sql/query.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 463 => 224, 455 => 219, 451 => 218, 440 => 210, 435 => 207, 433 => 206, 429 => 204, 427 => 203, 424 => 202, 418 => 198, 407 => 192, 399 => 186, 392 => 182, 385 => 178, 377 => 173, 370 => 171, 364 => 169, 362 => 168, 358 => 167, 351 => 166, 347 => 165, 340 => 160, 333 => 156, 329 => 155, 327 => 154, 324 => 153, 316 => 147, 308 => 142, 303 => 141, 294 => 134, 284 => 127, 279 => 126, 271 => 119, 260 => 112, 257 => 111, 253 => 110, 245 => 105, 238 => 100, 228 => 93, 216 => 84, 211 => 82, 209 => 81, 204 => 78, 199 => 75, 193 => 74, 188 => 70, 179 => 67, 175 => 66, 171 => 65, 167 => 64, 163 => 63, 160 => 62, 155 => 60, 153 => 59, 142 => 52, 131 => 44, 126 => 42, 120 => 40, 118 => 39, 115 => 38, 110 => 36, 100 => 28, 98 => 27, 91 => 22, 89 => 21, 80 => 20, 71 => 14, 66 => 11, 64 => 10, 59 => 8, 56 => 7, 51 => 6, 45 => 3, 41 => 2, 37 => 1,); } public function getSourceContext() { return new Source("", "sql/query.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/sql/query.twig"); } }