/home/suroeste/tmp/pma_template_compiles_suroeste/twig/ba
NameSizeModeActions
ba8b3e3e803ac5500d0ae984e36e35f1.php17460644editdlrm
bab2978de1ecee6f4bd6d7c2c57ca4b9.php555240644editdlrm
Edit: /home/suroeste/tmp/pma_template_compiles_suroeste/twig/ba/bab2978de1ecee6f4bd6d7c2c57ca4b9.php (55524B)
source = $this->getSourceContext(); $this->parent = false; $this->blocks = [ ]; } protected function doDisplay(array $context, array $blocks = []) { $macros = $this->macros; // line 1 yield "
"; // line 3 if ( !($context["hide_order_table"] ?? null)) { // line 4 yield "
"; // line 5 yield PhpMyAdmin\Url::getHiddenInputs(($context["db"] ?? null), ($context["table"] ?? null)); yield "
"; yield _gettext("Alter table order by"); // line 9 yield "
"; yield _pgettext("Alter table order by a single field.", "(singly)"); // line 21 yield "
"; } // line 43 yield "
"; // line 45 yield PhpMyAdmin\Url::getHiddenInputs(($context["db"] ?? null), ($context["table"] ?? null)); yield "
"; yield _gettext("Move table to (database.table)"); // line 50 yield "
"; // line 55 if ( !Twig\Extension\CoreExtension::testEmpty(($context["database_list"] ?? null))) { // line 56 yield " "; } else { // line 62 yield " env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(($context["db"] ?? null), "html", null, true); yield "\" aria-label=\""; yield _gettext("Database"); yield "\"> "; } // line 64 yield " . env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(($context["table"] ?? null), "html", null, true); yield "\" aria-label=\""; yield _gettext("Table"); yield "\">
"; // line 92 yield PhpMyAdmin\Url::getHiddenInputs(($context["db"] ?? null), ($context["table"] ?? null)); yield " env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(($context["table_comment"] ?? null), "html", null, true); yield "\"> "; // line 96 if (($context["has_auto_increment"] ?? null)) { // line 97 yield " env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(($context["auto_increment"] ?? null), "html", null, true); yield "\"> "; } // line 99 yield "
"; yield _gettext("Table options"); // line 101 yield "
env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(($context["table"] ?? null), "html", null, true); yield "\" required>
env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(($context["table_comment"] ?? null), "html", null, true); yield "\">
"; // line 174 if (($context["has_pack_keys"] ?? null)) { // line 175 yield "
"; } // line 188 yield " "; // line 189 if (($context["has_checksum_and_delay_key_write"] ?? null)) { // line 190 yield "
"; } // line 200 yield " "; // line 201 if (($context["has_transactional_and_page_checksum"] ?? null)) { // line 202 yield "
"; } // line 212 yield " "; // line 213 if (($context["has_auto_increment"] ?? null)) { // line 214 yield "
env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(($context["auto_increment"] ?? null), "html", null, true); yield "\">
"; } // line 223 yield " "; // line 224 if ( !Twig\Extension\CoreExtension::testEmpty(($context["row_formats"] ?? null))) { // line 225 yield "
"; } // line 238 yield "
"; // line 247 yield PhpMyAdmin\Url::getHiddenInputs(($context["db"] ?? null), ($context["table"] ?? null)); yield "
"; yield _gettext("Copy table to (database.table)"); // line 251 yield "
"; // line 256 if ( !Twig\Extension\CoreExtension::testEmpty(($context["database_list"] ?? null))) { // line 257 yield " "; } else { // line 263 yield " env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(($context["db"] ?? null), "html", null, true); yield "\" aria-label=\""; yield _gettext("Database"); yield "\"> "; } // line 265 yield " . env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(($context["table"] ?? null), "html", null, true); yield "\" aria-label=\""; yield _gettext("Table"); yield "\" required>
"; // line 303 if (($context["has_foreign_keys"] ?? null)) { // line 304 yield "
"; } // line 309 yield "
"; yield _gettext("Table maintenance"); // line 334 yield "
"; // line 401 if ( !($context["is_system_schema"] ?? null)) { // line 402 yield "
"; yield _gettext("Delete data or table"); // line 403 yield "
    "; // line 405 if ( !($context["is_view"] ?? null)) { // line 406 yield "
  • "; // line 407 yield PhpMyAdmin\Html\Generator::linkOrButton(PhpMyAdmin\Url::getFromRoute("/sql"), Twig\Extension\CoreExtension::merge( // line 409 ($context["url_params"] ?? null), ["sql_query" => ((("TRUNCATE TABLE " . PhpMyAdmin\Util::backquote( // line 410 ($context["db"] ?? null))) . ".") . PhpMyAdmin\Util::backquote(($context["table"] ?? null))), "goto" => PhpMyAdmin\Url::getFromRoute("/table/structure"), "reload" => true, "message_to_show" => $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(Twig\Extension\CoreExtension::sprintf(_gettext("Table %s has been emptied."), // line 413 ($context["table"] ?? null)))]), _gettext("Empty the table (TRUNCATE)"), ["id" => "truncate_tbl_anchor", "class" => "text-danger ajax", "data-query" => ((("TRUNCATE TABLE " . PhpMyAdmin\Util::backquote( // line 419 ($context["db"] ?? null))) . ".") . PhpMyAdmin\Util::backquote(($context["table"] ?? null)))]); // line 421 yield " "; // line 422 yield PhpMyAdmin\Html\MySQLDocumentation::show("TRUNCATE_TABLE"); yield "
  • "; // line 425 yield PhpMyAdmin\Html\Generator::linkOrButton(PhpMyAdmin\Url::getFromRoute("/sql"), Twig\Extension\CoreExtension::merge( // line 427 ($context["url_params"] ?? null), ["sql_query" => ((("DELETE FROM " . PhpMyAdmin\Util::backquote( // line 428 ($context["db"] ?? null))) . ".") . PhpMyAdmin\Util::backquote(($context["table"] ?? null))), "goto" => PhpMyAdmin\Url::getFromRoute("/table/structure"), "reload" => true, "message_to_show" => $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(Twig\Extension\CoreExtension::sprintf(_gettext("Table %s has been emptied."), // line 431 ($context["table"] ?? null)))]), _gettext("Empty the table (DELETE FROM)"), ["id" => "delete_tbl_anchor", "class" => "text-danger ajax", "data-query" => ((("DELETE FROM " . PhpMyAdmin\Util::backquote( // line 437 ($context["db"] ?? null))) . ".") . PhpMyAdmin\Util::backquote(($context["table"] ?? null)))]); // line 439 yield " "; // line 440 yield PhpMyAdmin\Html\MySQLDocumentation::show("DELETE"); yield "
  • "; } // line 443 yield "
  • "; // line 444 yield PhpMyAdmin\Html\Generator::linkOrButton(PhpMyAdmin\Url::getFromRoute("/sql"), Twig\Extension\CoreExtension::merge( // line 446 ($context["url_params"] ?? null), ["sql_query" => ((("DROP TABLE " . PhpMyAdmin\Util::backquote( // line 447 ($context["db"] ?? null))) . ".") . PhpMyAdmin\Util::backquote(($context["table"] ?? null))), "goto" => PhpMyAdmin\Url::getFromRoute("/database/operations"), "reload" => true, "purge" => true, "message_to_show" => (( // line 451 ($context["is_view"] ?? null)) ? ($this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(Twig\Extension\CoreExtension::sprintf(_gettext("View %s has been dropped."), ($context["table"] ?? null)))) : ($this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(Twig\Extension\CoreExtension::sprintf(_gettext("Table %s has been dropped."), ($context["table"] ?? null))))), "table" => // line 452 ($context["table"] ?? null)]), _gettext("Delete the table (DROP)"), ["id" => "drop_tbl_anchor", "class" => "text-danger ajax", "data-query" => ((("DROP TABLE " . PhpMyAdmin\Util::backquote( // line 458 ($context["db"] ?? null))) . ".") . PhpMyAdmin\Util::backquote(($context["table"] ?? null)))]); // line 460 yield " "; // line 461 yield PhpMyAdmin\Html\MySQLDocumentation::show("DROP_TABLE"); yield "
"; } // line 466 yield " "; // line 467 if ( !Twig\Extension\CoreExtension::testEmpty(($context["partitions"] ?? null))) { // line 468 yield "
"; // line 469 yield PhpMyAdmin\Url::getHiddenInputs(($context["db"] ?? null), ($context["table"] ?? null)); yield "
"; yield _gettext("Partition maintenance"); // line 475 yield " "; yield PhpMyAdmin\Html\MySQLDocumentation::show("partitioning_maintenance"); yield "
"; // line 489 $context['_parent'] = $context; $context['_seq'] = CoreExtension::ensureTraversable(($context["partitions_choices"] ?? null)); foreach ($context['_seq'] as $context["value"] => $context["description"]) { // line 490 yield "
env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(Twig\Extension\CoreExtension::capitalize($this->env->getCharset(), $context["value"]), "html", null, true); yield "\" value=\""; yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($context["value"], "html", null, true); yield "\""; yield ((($context["value"] == "ANALYZE")) ? (" checked") : ("")); yield ">
"; } $_parent = $context['_parent']; unset($context['_seq'], $context['_iterated'], $context['value'], $context['description'], $context['_parent'], $context['loop']); $context = array_intersect_key($context, $_parent) + $_parent; // line 495 yield "
"; } // line 510 yield " "; // line 511 if ( !Twig\Extension\CoreExtension::testEmpty(($context["foreigners"] ?? null))) { // line 512 yield "
"; yield _gettext("Check referential integrity"); // line 513 yield "
"; } // line 525 yield "
"; return; yield ''; } /** * @codeCoverageIgnore */ public function getTemplateName() { return "table/operations/index.twig"; } /** * @codeCoverageIgnore */ public function isTraitable() { return false; } /** * @codeCoverageIgnore */ public function getDebugInfo() { return array ( 1137 => 525, 1132 => 522, 1116 => 518, 1112 => 517, 1109 => 516, 1105 => 515, 1101 => 513, 1097 => 512, 1095 => 511, 1092 => 510, 1085 => 505, 1075 => 500, 1073 => 499, 1072 => 498, 1067 => 495, 1056 => 492, 1048 => 491, 1045 => 490, 1041 => 489, 1035 => 485, 1014 => 483, 997 => 482, 993 => 480, 983 => 475, 974 => 469, 969 => 468, 967 => 467, 964 => 466, 956 => 461, 953 => 460, 951 => 458, 950 => 452, 949 => 451, 948 => 447, 947 => 446, 946 => 444, 943 => 443, 937 => 440, 934 => 439, 932 => 437, 931 => 431, 930 => 428, 929 => 427, 928 => 425, 922 => 422, 919 => 421, 917 => 419, 916 => 413, 915 => 410, 914 => 409, 913 => 407, 910 => 406, 908 => 405, 904 => 403, 900 => 402, 898 => 401, 893 => 398, 887 => 395, 884 => 394, 877 => 392, 874 => 391, 872 => 390, 869 => 389, 863 => 386, 860 => 385, 853 => 383, 850 => 382, 848 => 381, 842 => 378, 839 => 377, 835 => 375, 833 => 373, 832 => 372, 829 => 371, 825 => 369, 819 => 366, 816 => 365, 809 => 363, 806 => 362, 804 => 361, 798 => 358, 795 => 357, 788 => 355, 784 => 353, 778 => 350, 775 => 349, 768 => 347, 765 => 346, 763 => 345, 760 => 344, 754 => 341, 751 => 340, 744 => 338, 741 => 337, 739 => 336, 735 => 334, 726 => 328, 717 => 322, 712 => 321, 703 => 316, 696 => 313, 690 => 312, 686 => 309, 681 => 306, 676 => 304, 674 => 303, 669 => 300, 660 => 295, 651 => 288, 643 => 282, 635 => 276, 620 => 266, 617 => 265, 609 => 263, 605 => 261, 592 => 259, 588 => 258, 583 => 257, 581 => 256, 574 => 251, 566 => 247, 562 => 246, 555 => 241, 549 => 238, 543 => 234, 530 => 232, 526 => 231, 518 => 225, 516 => 224, 513 => 223, 506 => 219, 499 => 214, 497 => 213, 494 => 212, 487 => 208, 479 => 203, 476 => 202, 474 => 201, 471 => 200, 464 => 196, 456 => 191, 453 => 190, 451 => 189, 448 => 188, 440 => 183, 436 => 182, 432 => 181, 424 => 175, 422 => 174, 416 => 170, 408 => 165, 401 => 163, 392 => 160, 383 => 159, 379 => 158, 372 => 157, 368 => 156, 361 => 151, 352 => 145, 345 => 143, 343 => 142, 340 => 141, 331 => 140, 327 => 139, 318 => 134, 307 => 126, 302 => 123, 290 => 116, 283 => 113, 277 => 112, 271 => 108, 266 => 105, 259 => 101, 254 => 99, 248 => 97, 246 => 96, 242 => 95, 236 => 92, 232 => 91, 225 => 86, 214 => 80, 207 => 77, 201 => 76, 196 => 72, 183 => 65, 180 => 64, 172 => 62, 168 => 60, 155 => 58, 151 => 57, 146 => 56, 144 => 55, 137 => 50, 128 => 45, 124 => 44, 121 => 43, 114 => 38, 104 => 31, 97 => 27, 88 => 21, 83 => 18, 72 => 16, 68 => 15, 64 => 13, 57 => 9, 49 => 5, 44 => 4, 42 => 3, 38 => 1,); } public function getSourceContext() { return new Source("", "table/operations/index.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/table/operations/index.twig"); } }