source = $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"); } }