芝麻web文件管理V1.00
编辑当前文件:/home/conskgoa/tmp/pma_template_compiles_conskgoa/twig/ef/ef603e4c5c0ac34540a9f6b8556bcec3.php
source = $this->getSourceContext(); $this->parent = false; $this->blocks = [ ]; } protected function doDisplay(array $context, array $blocks = []) { $macros = $this->macros; // line 1 yield "
env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['PhpMyAdmin\Twig\AssetExtension']->getImagePath((("arrow_" . ($context["text_dir"] ?? null)) . ".png")), "html", null, true); yield "\" width=\"38\" height=\"22\" alt=\""; yield _gettext("With selected:"); yield "\">
"; yield _gettext("Check all"); // line 4 yield "
"; // line 5 if ((($context["overhead_check"] ?? null) != "")) { // line 6 yield " /
"; yield _gettext("Check tables having overhead"); yield "
"; } // line 8 yield "
"; yield _gettext("With selected:"); yield "
"; yield _gettext("Copy table"); // line 10 yield "
"; yield _gettext("Show create"); // line 11 yield "
"; yield _gettext("Export"); // line 12 yield "
"; // line 13 if (( !($context["db_is_system_schema"] ?? null) && !($context["disable_multi_table"] ?? null))) { // line 14 yield "
"; yield _gettext("Empty"); // line 15 yield "
"; yield _gettext("Drop"); // line 16 yield "
"; yield _gettext("Analyze table"); // line 19 yield "
"; yield _gettext("Check table"); // line 20 yield "
"; yield _gettext("Checksum table"); // line 21 yield "
"; yield _gettext("Optimize table"); // line 22 yield "
"; yield _gettext("Repair table"); // line 23 yield "
"; yield _gettext("Add prefix to table"); // line 26 yield "
"; yield _gettext("Replace table prefix"); // line 27 yield "
"; yield _gettext("Copy table with prefix"); // line 28 yield "
"; } // line 31 yield " "; if ((array_key_exists("central_columns_work", $context) && ($context["central_columns_work"] ?? null))) { // line 32 yield "
"; yield _gettext("Add columns to central list"); // line 33 yield "
"; yield _gettext("Remove columns from central list"); // line 34 yield "
"; yield _gettext("Make consistent with central list"); // line 35 yield "
"; } // line 38 yield "
"; // line 39 yield Twig\Extension\CoreExtension::join(($context["hidden_fields"] ?? null), " "); yield "
"; // line 42 if ((array_key_exists("central_columns_work", $context) && ($context["central_columns_work"] ?? null))) { // line 43 yield "
"; yield _gettext("Are you sure?"); // line 48 yield "
"; // line 52 yield PhpMyAdmin\Sanitize::sanitizeMessage(_gettext("This action may change some of the columns definition.[br]Are you sure you want to continue?")); yield "
"; } return; yield ''; } /** * @codeCoverageIgnore */ public function getTemplateName() { return "database/structure/check_all_tables.twig"; } /** * @codeCoverageIgnore */ public function isTraitable() { return false; } /** * @codeCoverageIgnore */ public function getDebugInfo() { return array ( 205 => 56, 201 => 55, 194 => 52, 189 => 49, 185 => 48, 177 => 43, 175 => 42, 168 => 39, 165 => 38, 160 => 35, 156 => 34, 152 => 33, 146 => 32, 143 => 31, 138 => 28, 134 => 27, 130 => 26, 126 => 25, 121 => 23, 117 => 22, 113 => 21, 109 => 20, 105 => 19, 101 => 18, 96 => 16, 92 => 15, 86 => 14, 84 => 13, 81 => 12, 77 => 11, 73 => 10, 67 => 9, 63 => 8, 57 => 6, 55 => 5, 52 => 4, 48 => 3, 41 => 2, 38 => 1,); } public function getSourceContext() { return new Source("", "database/structure/check_all_tables.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/database/structure/check_all_tables.twig"); } }