source = $this->getSourceContext(); $this->parent = false; $this->blocks = [ ]; } protected function doDisplay(array $context, array $blocks = []) { $macros = $this->macros; // line 1 yield "
"; // line 3 yield PhpMyAdmin\Url::getHiddenInputs(($context["db"] ?? null), ($context["table"] ?? null)); yield " env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(($context["goto"] ?? null), "html", null, true); yield "\"> env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(($context["query"] ?? null), "html", null, true); yield "\"> "; // line 10 if (((($context["display_tab"] ?? null) == "full") || (($context["display_tab"] ?? null) == "sql"))) { // line 11 yield "
"; // line 14 yield ($context["legend"] ?? null); yield "
"; // line 27 if ( !Twig\Extension\CoreExtension::testEmpty(($context["columns_list"] ?? null))) { // line 28 yield "
"; } // line 36 yield "
"; // line 39 if (($context["codemirror_enable"] ?? null)) { // line 40 yield " "; } // line 42 yield "
"; // line 59 if ( !Twig\Extension\CoreExtension::testEmpty(($context["columns_list"] ?? null))) { // line 60 yield "
"; } // line 78 yield "
"; // line 81 if (($context["has_bookmark"] ?? null)) { // line 82 yield "
"; } // line 105 yield "
"; yield _gettext("Delimiter"); // line 110 yield " env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(($context["delimiter"] ?? null), "html", null, true); yield "\" id=\"id_sql_delimiter\">
"; } // line 153 yield " "; // line 154 if (((($context["display_tab"] ?? null) == "full") && !Twig\Extension\CoreExtension::testEmpty(($context["bookmarks"] ?? null)))) { // line 155 yield "
"; yield _gettext("Bookmarked SQL query"); // line 156 yield "
"; yield _gettext("Variables"); // line 192 yield " "; yield PhpMyAdmin\Html\MySQLDocumentation::showDocumentation("faq", "faqbookmark"); yield "
"; } // line 202 yield " "; // line 203 if (($context["can_convert_kanji"] ?? null)) { // line 204 yield "
"; // line 206 yield from $this->loadTemplate("encoding/kanji_encoding_form.twig", "sql/query.twig", 206)->unwrap()->yield($context); // line 207 yield "
"; } // line 210 yield "
"; yield _gettext("Simulate query"); // line 218 yield "
"; return; yield ''; } /** * @codeCoverageIgnore */ public function getTemplateName() { return "sql/query.twig"; } /** * @codeCoverageIgnore */ public function isTraitable() { return false; } /** * @codeCoverageIgnore */ 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, 194 => 74, 189 => 70, 180 => 67, 176 => 66, 172 => 65, 168 => 64, 164 => 63, 161 => 62, 156 => 60, 154 => 59, 143 => 52, 132 => 44, 127 => 42, 121 => 40, 119 => 39, 116 => 38, 111 => 36, 101 => 28, 99 => 27, 92 => 22, 90 => 21, 81 => 20, 72 => 14, 67 => 11, 65 => 10, 60 => 8, 57 => 7, 52 => 6, 46 => 3, 42 => 2, 38 => 1,); } public function getSourceContext() { return new Source("", "sql/query.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/sql/query.twig"); } }