/home/suroeste/tmp/pma_template_compiles_suroeste/twig/ba
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 43
yield "
";
// line 336
if (CoreExtension::inFilter(($context["storage_engine"] ?? null), ["MYISAM", "ARIA", "INNODB", "BERKELEYDB", "TOKUDB"])) {
// line 337
yield " -
($context["db"] ?? null), "table" => ($context["table"] ?? null), "selected_tbl" => [($context["table"] ?? null)]], "", false);
yield "\">
";
yield _gettext("Analyze table");
// line 340
yield "
";
// line 341
yield PhpMyAdmin\Html\MySQLDocumentation::show("ANALYZE_TABLE");
yield "
";
}
// line 344
yield "
";
// line 345
if (CoreExtension::inFilter(($context["storage_engine"] ?? null), ["MYISAM", "ARIA", "INNODB", "TOKUDB"])) {
// line 346
yield " -
($context["db"] ?? null), "table" => ($context["table"] ?? null), "selected_tbl" => [($context["table"] ?? null)]], "", false);
yield "\">
";
yield _gettext("Check table");
// line 349
yield "
";
// line 350
yield PhpMyAdmin\Html\MySQLDocumentation::show("CHECK_TABLE");
yield "
";
}
// line 353
yield "
-
($context["db"] ?? null), "table" => ($context["table"] ?? null), "selected_tbl" => [($context["table"] ?? null)]], "", false);
yield "\">
";
yield _gettext("Checksum table");
// line 357
yield "
";
// line 358
yield PhpMyAdmin\Html\MySQLDocumentation::show("CHECKSUM_TABLE");
yield "
";
// line 361
if ((($context["storage_engine"] ?? null) == "INNODB")) {
// line 362
yield " -
(("ALTER TABLE " . PhpMyAdmin\Util::backquote(($context["table"] ?? null))) . " ENGINE = InnoDB;")]), "", false);
yield "\">
";
yield _gettext("Defragment table");
// line 365
yield "
";
// line 366
yield PhpMyAdmin\Html\MySQLDocumentation::show("InnoDB_File_Defragmenting");
yield "
";
}
// line 369
yield "
-
("FLUSH TABLE " . PhpMyAdmin\Util::backquote( // line 372
($context["table"] ?? null))), "message_to_show" => Twig\Extension\CoreExtension::sprintf(_gettext("Table %s has been flushed."), $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape( // line 373
($context["table"] ?? null))), "reload" => true]), "", false);
// line 375
yield "\">
";
yield _gettext("Flush the table (FLUSH)");
// line 377
yield "
";
// line 378
yield PhpMyAdmin\Html\MySQLDocumentation::show("FLUSH");
yield "
";
// line 381
if (CoreExtension::inFilter(($context["storage_engine"] ?? null), ["MYISAM", "ARIA", "INNODB", "BERKELEYDB", "TOKUDB"])) {
// line 382
yield " -
($context["db"] ?? null), "table" => ($context["table"] ?? null), "selected_tbl" => [($context["table"] ?? null)]], "", false);
yield "\">
";
yield _gettext("Optimize table");
// line 385
yield "
";
// line 386
yield PhpMyAdmin\Html\MySQLDocumentation::show("OPTIMIZE_TABLE");
yield "
";
}
// line 389
yield "
";
// line 390
if (CoreExtension::inFilter(($context["storage_engine"] ?? null), ["MYISAM", "ARIA"])) {
// line 391
yield " -
($context["db"] ?? null), "table" => ($context["table"] ?? null), "selected_tbl" => [($context["table"] ?? null)]], "", false);
yield "\">
";
yield _gettext("Repair table");
// line 394
yield "
";
// line 395
yield PhpMyAdmin\Html\MySQLDocumentation::show("REPAIR_TABLE");
yield "
";
}
// line 398
yield "
";
// line 401
if ( !($context["is_system_schema"] ?? null)) {
// line 402
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 510
yield "
";
// line 511
if ( !Twig\Extension\CoreExtension::testEmpty(($context["foreigners"] ?? null))) {
// line 512
yield "
";
// line 515
$context['_parent'] = $context;
$context['_seq'] = CoreExtension::ensureTraversable(($context["foreigners"] ?? null));
foreach ($context['_seq'] as $context["_key"] => $context["foreign"]) {
// line 516
yield " -
env, $this->source, $context["foreign"], "params", [], "any", false, false, false, 517));
yield "\">
";
// line 518
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, $context["foreign"], "master", [], "any", false, false, false, 518), "html", null, true);
yield " -> ";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, $context["foreign"], "db", [], "any", false, false, false, 518), "html", null, true);
yield ".";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, $context["foreign"], "table", [], "any", false, false, false, 518), "html", null, true);
yield ".";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, $context["foreign"], "field", [], "any", false, false, false, 518), "html", null, true);
yield "
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['foreign'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 522
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");
}
}