source = $this->getSourceContext(); $this->parent = false; $this->blocks = [ ]; } protected function doDisplay(array $context, array $blocks = []) { $macros = $this->macros; // line 1 echo "
"; // line 3 if ( !($context["hide_order_table"] ?? null)) { // line 4 echo "
"; // line 5 echo PhpMyAdmin\Url::getHiddenInputs(($context["db"] ?? null), ($context["table"] ?? null)); echo "
"; // line 9 echo _gettext("Alter table order by"); echo "
"; // line 20 echo _pgettext( "Alter table order by a single field.", "(singly)"); // line 21 echo "
"; } // line 43 echo "
"; // line 45 echo PhpMyAdmin\Url::getHiddenInputs(($context["db"] ?? null), ($context["table"] ?? null)); echo "
"; // line 50 echo _gettext("Move table to (database.table)"); echo "
"; // line 55 if ( !twig_test_empty(($context["database_list"] ?? null))) { // line 56 echo " "; } else { // line 62 echo " env, ($context["db"] ?? null), "html", null, true); echo "\" aria-label=\""; echo _gettext("Database"); echo "\"> "; } // line 64 echo "
.
env, ($context["table"] ?? null), "html", null, true); echo "\" aria-label=\""; echo _gettext("Table"); echo "\">
"; // line 94 echo PhpMyAdmin\Url::getHiddenInputs(($context["db"] ?? null), ($context["table"] ?? null)); echo " env, ($context["table_comment"] ?? null), "html", null, true); echo "\"> "; // line 98 if (($context["has_auto_increment"] ?? null)) { // line 99 echo " env, ($context["auto_increment"] ?? null), "html", null, true); echo "\"> "; } // line 101 echo "
"; // line 103 echo _gettext("Table options"); echo "
env, ($context["table"] ?? null), "html", null, true); echo "\" required>
env, ($context["table_comment"] ?? null), "html", null, true); echo "\">
"; // line 162 if (($context["has_pack_keys"] ?? null)) { // line 163 echo "
"; } // line 172 echo " "; // line 173 if (($context["has_checksum_and_delay_key_write"] ?? null)) { // line 174 echo "
"; } // line 184 echo " "; // line 185 if (($context["has_transactional_and_page_checksum"] ?? null)) { // line 186 echo "
"; } // line 196 echo " "; // line 197 if (($context["has_auto_increment"] ?? null)) { // line 198 echo "
env, ($context["auto_increment"] ?? null), "html", null, true); echo "\">
"; } // line 203 echo " "; // line 204 if ( !twig_test_empty(($context["row_formats"] ?? null))) { // line 205 echo "
"; } // line 214 echo "
"; // line 223 echo PhpMyAdmin\Url::getHiddenInputs(($context["db"] ?? null), ($context["table"] ?? null)); echo "
"; // line 227 echo _gettext("Copy table to (database.table)"); echo "
"; // line 232 if ( !twig_test_empty(($context["database_list"] ?? null))) { // line 233 echo " "; } else { // line 239 echo " env, ($context["db"] ?? null), "html", null, true); echo "\" aria-label=\""; echo _gettext("Database"); echo "\"> "; } // line 241 echo "
.
env, ($context["table"] ?? null), "html", null, true); echo "\" aria-label=\""; echo _gettext("Table"); echo "\" required>
"; // line 281 if (($context["has_foreign_keys"] ?? null)) { // line 282 echo "
"; } // line 287 echo "
"; // line 312 echo _gettext("Table maintenance"); echo "
"; // line 379 if ( !($context["is_system_schema"] ?? null)) { // line 380 echo "
"; // line 381 echo _gettext("Delete data or table"); echo "
"; } // line 422 echo " "; // line 423 if ( !twig_test_empty(($context["partitions"] ?? null))) { // line 424 echo "
"; // line 425 echo PhpMyAdmin\Url::getHiddenInputs(($context["db"] ?? null), ($context["table"] ?? null)); echo "
"; // line 430 echo _gettext("Partition maintenance"); // line 431 echo " "; echo \PhpMyAdmin\Html\MySQLDocumentation::show("partitioning_maintenance"); echo "
"; // line 445 $context['_parent'] = $context; $context['_seq'] = twig_ensure_traversable(($context["partitions_choices"] ?? null)); foreach ($context['_seq'] as $context["value"] => $context["description"]) { // line 446 echo "
env, twig_capitalize_string_filter($this->env, $context["value"]), "html", null, true); echo "\" value=\""; echo twig_escape_filter($this->env, $context["value"], "html", null, true); echo "\""; echo ((($context["value"] == "ANALYZE")) ? (" checked") : ("")); echo ">
"; } $_parent = $context['_parent']; unset($context['_seq'], $context['_iterated'], $context['value'], $context['description'], $context['_parent'], $context['loop']); $context = array_intersect_key($context, $_parent) + $_parent; // line 451 echo "
"; } // line 466 echo " "; // line 467 if ( !twig_test_empty(($context["foreigners"] ?? null))) { // line 468 echo "
"; // line 469 echo _gettext("Check referential integrity"); echo "
"; } // line 481 echo "
"; } public function getTemplateName() { return "table/operations/index.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 1113 => 481, 1108 => 478, 1092 => 474, 1088 => 473, 1085 => 472, 1081 => 471, 1076 => 469, 1073 => 468, 1071 => 467, 1068 => 466, 1060 => 461, 1051 => 456, 1049 => 455, 1048 => 454, 1043 => 451, 1032 => 448, 1024 => 447, 1021 => 446, 1017 => 445, 1011 => 441, 990 => 439, 973 => 438, 968 => 436, 959 => 431, 957 => 430, 949 => 425, 944 => 424, 942 => 423, 939 => 422, 931 => 417, 928 => 416, 926 => 409, 925 => 408, 924 => 404, 923 => 403, 922 => 402, 919 => 401, 913 => 398, 910 => 397, 908 => 390, 907 => 387, 906 => 386, 905 => 385, 902 => 384, 900 => 383, 895 => 381, 892 => 380, 890 => 379, 885 => 376, 879 => 373, 876 => 372, 874 => 371, 868 => 370, 865 => 369, 863 => 368, 860 => 367, 854 => 364, 851 => 363, 849 => 362, 843 => 361, 840 => 360, 838 => 359, 832 => 356, 829 => 355, 827 => 354, 824 => 353, 822 => 351, 821 => 350, 818 => 349, 814 => 347, 808 => 344, 805 => 343, 803 => 342, 797 => 341, 794 => 340, 792 => 339, 786 => 336, 783 => 335, 781 => 334, 775 => 333, 771 => 331, 765 => 328, 762 => 327, 760 => 326, 754 => 325, 751 => 324, 749 => 323, 746 => 322, 740 => 319, 737 => 318, 735 => 317, 729 => 316, 726 => 315, 724 => 314, 719 => 312, 710 => 306, 701 => 300, 697 => 299, 688 => 294, 686 => 293, 679 => 291, 674 => 290, 670 => 287, 664 => 284, 660 => 282, 658 => 281, 652 => 278, 644 => 273, 635 => 266, 633 => 265, 626 => 260, 624 => 259, 617 => 254, 615 => 253, 601 => 244, 596 => 241, 588 => 239, 584 => 237, 571 => 235, 567 => 234, 562 => 233, 560 => 232, 552 => 227, 545 => 223, 541 => 222, 533 => 217, 528 => 214, 523 => 211, 510 => 209, 506 => 208, 501 => 205, 499 => 204, 496 => 203, 490 => 200, 486 => 198, 484 => 197, 481 => 196, 474 => 192, 466 => 187, 463 => 186, 461 => 185, 458 => 184, 451 => 180, 443 => 175, 440 => 174, 438 => 173, 435 => 172, 428 => 168, 424 => 167, 420 => 166, 415 => 163, 413 => 162, 406 => 158, 400 => 154, 393 => 152, 384 => 149, 375 => 148, 371 => 147, 364 => 146, 360 => 145, 354 => 142, 348 => 138, 341 => 136, 339 => 135, 336 => 134, 327 => 133, 323 => 132, 316 => 129, 314 => 128, 306 => 123, 302 => 122, 292 => 116, 290 => 115, 283 => 113, 278 => 112, 272 => 108, 268 => 107, 261 => 103, 257 => 101, 251 => 99, 249 => 98, 245 => 97, 239 => 94, 235 => 93, 227 => 88, 217 => 82, 215 => 81, 208 => 79, 203 => 78, 197 => 74, 185 => 67, 180 => 64, 172 => 62, 168 => 60, 155 => 58, 151 => 57, 146 => 56, 144 => 55, 136 => 50, 128 => 45, 124 => 44, 121 => 43, 113 => 38, 103 => 31, 96 => 27, 88 => 21, 86 => 20, 82 => 18, 71 => 16, 67 => 15, 62 => 13, 55 => 9, 48 => 5, 43 => 4, 41 => 3, 37 => 1,); } public function getSourceContext() { return new Source("", "table/operations/index.twig", "/var/www/web360/htdocs/leitgedanken_php8/pma/templates/table/operations/index.twig"); } }