Файловый менеджер - Редактировать - /home/umudio/public_html/repo/pma_template_compiles_umudio.tar
Назад
twig/3d/3d8e4d464605f0b74f9c2014b49c91e129344220bcba7edbb5551424316b94d6.php 0000666 00000003361 14774010371 0017115 0 ustar 00 <?php use Twig\Environment; use Twig\Error\LoaderError; use Twig\Error\RuntimeError; use Twig\Markup; use Twig\Sandbox\SecurityError; use Twig\Sandbox\SecurityNotAllowedTagError; use Twig\Sandbox\SecurityNotAllowedFilterError; use Twig\Sandbox\SecurityNotAllowedFunctionError; use Twig\Source; use Twig\Template; /* database/structure/browse_table.twig */ class __TwigTemplate_7eb215128bfed14c1fba1fe59d93a085e3284832f6787c44e074c9de4741ed00 extends \Twig\Template { public function __construct(Environment $env) { parent::__construct($env); $this->parent = false; $this->blocks = [ ]; } protected function doDisplay(array $context, array $blocks = []) { // line 1 echo "<a href=\"sql.php"; echo ($context["tbl_url_query"] ?? null); echo "&pos=0\"> "; // line 2 echo ($context["title"] ?? null); echo " </a> "; } public function getTemplateName() { return "database/structure/browse_table.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 35 => 2, 30 => 1,); } /** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */ public function getSource() { @trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED); return $this->getSourceContext()->getCode(); } public function getSourceContext() { return new Source("", "database/structure/browse_table.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/database/structure/browse_table.twig"); } } twig/d5/d52220f7879a7c498d2943ebe60f3f3d1f5d1f707f9b17486bb1e818ed820eaf.php 0000666 00000034255 14774010371 0017473 0 ustar 00 <?php use Twig\Environment; use Twig\Error\LoaderError; use Twig\Error\RuntimeError; use Twig\Markup; use Twig\Sandbox\SecurityError; use Twig\Sandbox\SecurityNotAllowedTagError; use Twig\Sandbox\SecurityNotAllowedFilterError; use Twig\Sandbox\SecurityNotAllowedFunctionError; use Twig\Source; use Twig\Template; /* console/display.twig */ class __TwigTemplate_f0e14a5994852499122c1813b5a858030abcd81af6a781e7609ffeaa2e2c36ee extends \Twig\Template { public function __construct(Environment $env) { parent::__construct($env); $this->parent = false; $this->blocks = [ ]; } protected function doDisplay(array $context, array $blocks = []) { // line 1 echo "<div id=\"pma_console_container\"> <div id=\"pma_console\"> "; // line 4 echo " "; $this->loadTemplate("console/toolbar.twig", "console/display.twig", 4)->display(twig_to_array(["parent_div_classes" => "collapsed", "content_array" => [0 => [0 => "switch_button console_switch", 1 => _gettext("Console"), "image" => // line 7 ($context["image"] ?? null)], 1 => [0 => "button clear", 1 => _gettext("Clear")], 2 => [0 => "button history", 1 => _gettext("History")], 3 => [0 => "button options", 1 => _gettext("Options")], 4 => (( // line 11 (isset($context["cfg_bookmark"]) || array_key_exists("cfg_bookmark", $context))) ? ([0 => "button bookmarks", 1 => _gettext("Bookmarks")]) : (null)), 5 => [0 => "button debug hide", 1 => _gettext("Debug SQL")]]])); // line 15 echo " "; // line 16 echo " <div class=\"content\"> <div class=\"console_message_container\"> <div class=\"message welcome\"> <span id=\"instructions-0\"> "; // line 20 echo _gettext("Press Ctrl+Enter to execute query"); // line 21 echo " </span> <span class=\"hide\" id=\"instructions-1\"> "; // line 23 echo _gettext("Press Enter to execute query"); // line 24 echo " </span> </div> "; // line 26 if ( !twig_test_empty(($context["sql_history"] ?? null))) { // line 27 echo " "; $context['_parent'] = $context; $context['_seq'] = twig_ensure_traversable(twig_reverse_filter($this->env, ($context["sql_history"] ?? null))); foreach ($context['_seq'] as $context["_key"] => $context["record"]) { // line 28 echo " <div class=\"message history collapsed hide"; // line 29 echo ((preg_match("@^SELECT[[:space:]]+@i", $this->getAttribute($context["record"], "sqlquery", [], "array"))) ? (" select") : ("")); echo "\" targetdb=\""; // line 30 echo twig_escape_filter($this->env, $this->getAttribute($context["record"], "db", [], "array"), "html", null, true); echo "\" targettable=\""; echo twig_escape_filter($this->env, $this->getAttribute($context["record"], "table", [], "array"), "html", null, true); echo "\"> "; // line 31 $this->loadTemplate("console/query_action.twig", "console/display.twig", 31)->display(twig_to_array(["parent_div_classes" => "action_content", "content_array" => [0 => [0 => "action collapse", 1 => _gettext("Collapse")], 1 => [0 => "action expand", 1 => _gettext("Expand")], 2 => [0 => "action requery", 1 => _gettext("Requery")], 3 => [0 => "action edit", 1 => _gettext("Edit")], 4 => [0 => "action explain", 1 => _gettext("Explain")], 5 => [0 => "action profiling", 1 => _gettext("Profiling")], 6 => (( // line 40 (isset($context["cfg_bookmark"]) || array_key_exists("cfg_bookmark", $context))) ? ([0 => "action bookmark", 1 => _gettext("Bookmark")]) : (null)), 7 => [0 => "text failed", 1 => _gettext("Query failed")], 8 => [0 => "text targetdb", 1 => _gettext("Database"), "extraSpan" => $this->getAttribute( // line 42 $context["record"], "db", [], "array")], 9 => [0 => "text query_time", 1 => _gettext("Queried time"), "extraSpan" => (($this->getAttribute( // line 46 $context["record"], "timevalue", [], "array", true, true)) ? ($this->getAttribute( // line 47 $context["record"], "timevalue", [], "array")) : (_gettext("During current session")))]]])); // line 51 echo " <span class=\"query\">"; echo twig_escape_filter($this->env, $this->getAttribute($context["record"], "sqlquery", [], "array"), "html", null, true); echo "</span> </div> "; } $_parent = $context['_parent']; unset($context['_seq'], $context['_iterated'], $context['_key'], $context['record'], $context['_parent'], $context['loop']); $context = array_intersect_key($context, $_parent) + $_parent; // line 54 echo " "; } // line 55 echo " </div><!-- console_message_container --> <div class=\"query_input\"> <span class=\"console_query_input\"></span> </div> </div><!-- message end --> "; // line 61 echo " <div class=\"mid_layer\"></div> "; // line 63 echo " <div class=\"card\" id=\"debug_console\"> "; // line 64 $this->loadTemplate("console/toolbar.twig", "console/display.twig", 64)->display(twig_to_array(["parent_div_classes" => "", "content_array" => [0 => [0 => "button order order_asc", 1 => _gettext("ascending")], 1 => [0 => "button order order_desc", 1 => _gettext("descending")], 2 => [0 => "text", 1 => _gettext("Order:")], 3 => [0 => "switch_button", 1 => _gettext("Debug SQL")], 4 => [0 => "button order_by sort_count", 1 => _gettext("Count")], 5 => [0 => "button order_by sort_exec", 1 => _gettext("Execution order")], 6 => [0 => "button order_by sort_time", 1 => _gettext("Time taken")], 7 => [0 => "text", 1 => _gettext("Order by:")], 8 => [0 => "button group_queries", 1 => _gettext("Group queries")], 9 => [0 => "button ungroup_queries", 1 => _gettext("Ungroup queries")]]])); // line 79 echo " <div class=\"content debug\"> <div class=\"message welcome\"></div> <div class=\"debugLog\"></div> </div> <!-- Content --> <div class=\"templates\"> "; // line 84 $this->loadTemplate("console/query_action.twig", "console/display.twig", 84)->display(twig_to_array(["parent_div_classes" => "debug_query action_content", "content_array" => [0 => [0 => "action collapse", 1 => _gettext("Collapse")], 1 => [0 => "action expand", 1 => _gettext("Expand")], 2 => [0 => "action dbg_show_trace", 1 => _gettext("Show trace")], 3 => [0 => "action dbg_hide_trace", 1 => _gettext("Hide trace")], 4 => [0 => "text count hide", 1 => _gettext("Count")], 5 => [0 => "text time", 1 => _gettext("Time taken")]]])); // line 95 echo " </div> <!-- Template --> </div> <!-- Debug SQL card --> "; // line 97 if (($context["cfg_bookmark"] ?? null)) { // line 98 echo " <div class=\"card\" id=\"pma_bookmarks\"> "; // line 99 $this->loadTemplate("console/toolbar.twig", "console/display.twig", 99)->display(twig_to_array(["parent_div_classes" => "", "content_array" => [0 => [0 => "switch_button", 1 => _gettext("Bookmarks")], 1 => [0 => "button refresh", 1 => _gettext("Refresh")], 2 => [0 => "button add", 1 => _gettext("Add")]]])); // line 107 echo " <div class=\"content bookmark\"> "; // line 108 echo ($context["bookmark_content"] ?? null); echo " </div> <div class=\"mid_layer\"></div> <div class=\"card add\"> "; // line 112 $this->loadTemplate("console/toolbar.twig", "console/display.twig", 112)->display(twig_to_array(["parent_div_classes" => "", "content_array" => [0 => [0 => "switch_button", 1 => _gettext("Add bookmark")]]])); // line 118 echo " <div class=\"content add_bookmark\"> <div class=\"options\"> <label> "; // line 121 echo _gettext("Label"); echo ": <input type=\"text\" name=\"label\"> </label> <label> "; // line 124 echo _gettext("Target database"); echo ": <input type=\"text\" name=\"targetdb\"> </label> <label> <input type=\"checkbox\" name=\"shared\">"; // line 127 echo _gettext("Share this bookmark"); // line 128 echo " </label> <button type=\"submit\" name=\"submit\">"; // line 129 echo _gettext("OK"); echo "</button> </div> <!-- options --> <div class=\"query_input\"> <span class=\"bookmark_add_input\"></span> </div> </div> </div> <!-- Add bookmark card --> </div> <!-- Bookmarks card --> "; } // line 138 echo " "; // line 139 echo " <div class=\"card\" id=\"pma_console_options\"> "; // line 140 $this->loadTemplate("console/toolbar.twig", "console/display.twig", 140)->display(twig_to_array(["parent_div_classes" => "", "content_array" => [0 => [0 => "switch_button", 1 => _gettext("Options")], 1 => [0 => "button default", 1 => _gettext("Set default")]]])); // line 147 echo " <div class=\"content\"> <label> <input type=\"checkbox\" name=\"always_expand\">"; // line 149 echo _gettext("Always expand query messages"); // line 150 echo " </label> <br> <label> <input type=\"checkbox\" name=\"start_history\">"; // line 153 echo _gettext("Show query history at start"); // line 154 echo " </label> <br> <label> <input type=\"checkbox\" name=\"current_query\">"; // line 157 echo _gettext("Show current browsing query"); // line 158 echo " </label> <br> <label> <input type=\"checkbox\" name=\"enter_executes\"> "; // line 162 echo _gettext("Execute queries on Enter and insert new line with Shift + Enter. To make this permanent, view settings."); // line 165 echo " </label> <br> <label> <input type=\"checkbox\" name=\"dark_theme\">"; // line 168 echo _gettext("Switch to dark theme"); // line 169 echo " </label> <br> </div> </div> <!-- Options card --> <div class=\"templates\"> "; // line 175 echo " "; $this->loadTemplate("console/query_action.twig", "console/display.twig", 175)->display(twig_to_array(["parent_div_classes" => "query_actions", "content_array" => [0 => [0 => "action collapse", 1 => _gettext("Collapse")], 1 => [0 => "action expand", 1 => _gettext("Expand")], 2 => [0 => "action requery", 1 => _gettext("Requery")], 3 => [0 => "action edit", 1 => _gettext("Edit")], 4 => [0 => "action explain", 1 => _gettext("Explain")], 5 => [0 => "action profiling", 1 => _gettext("Profiling")], 6 => (( // line 184 (isset($context["cfg_bookmark"]) || array_key_exists("cfg_bookmark", $context))) ? ([0 => "action bookmark", 1 => _gettext("Bookmark")]) : (null)), 7 => [0 => "text failed", 1 => _gettext("Query failed")], 8 => [0 => "text targetdb", 1 => _gettext("Database"), "extraSpan" => ""], 9 => [0 => "text query_time", 1 => _gettext("Queried time"), "extraSpan" => ""]]])); // line 190 echo " </div> </div> <!-- #console end --> </div> <!-- #console_container end --> "; } public function getTemplateName() { return "console/display.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 231 => 190, 229 => 184, 227 => 175, 220 => 169, 218 => 168, 213 => 165, 211 => 162, 205 => 158, 203 => 157, 198 => 154, 196 => 153, 191 => 150, 189 => 149, 185 => 147, 183 => 140, 180 => 139, 178 => 138, 166 => 129, 163 => 128, 161 => 127, 155 => 124, 149 => 121, 144 => 118, 142 => 112, 135 => 108, 132 => 107, 130 => 99, 127 => 98, 125 => 97, 121 => 95, 119 => 84, 112 => 79, 110 => 64, 107 => 63, 104 => 61, 97 => 55, 94 => 54, 84 => 51, 82 => 47, 81 => 46, 80 => 42, 79 => 40, 78 => 31, 72 => 30, 68 => 29, 66 => 28, 61 => 27, 59 => 26, 55 => 24, 53 => 23, 49 => 21, 47 => 20, 41 => 16, 39 => 15, 37 => 11, 36 => 7, 34 => 4, 30 => 1,); } /** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */ public function getSource() { @trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED); return $this->getSourceContext()->getCode(); } public function getSourceContext() { return new Source("", "console/display.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/console/display.twig"); } } twig/c1/c1049d6a9daeb283c6fd4fe4124ade0f8e86b22fee7d135ef9cf326e7d6520aa.php 0000666 00000021701 14774010371 0020071 0 ustar 00 <?php use Twig\Environment; use Twig\Error\LoaderError; use Twig\Error\RuntimeError; use Twig\Markup; use Twig\Sandbox\SecurityError; use Twig\Sandbox\SecurityNotAllowedTagError; use Twig\Sandbox\SecurityNotAllowedFilterError; use Twig\Sandbox\SecurityNotAllowedFunctionError; use Twig\Source; use Twig\Template; /* database/structure/table_header.twig */ class __TwigTemplate_c42003b6f607d999be87d2084564c4575549dabb7d02427b0f639ea2964ae3bd extends \Twig\Template { public function __construct(Environment $env) { parent::__construct($env); $this->parent = false; $this->blocks = [ ]; } protected function doDisplay(array $context, array $blocks = []) { // line 1 echo "<form method=\"post\" action=\"db_structure.php\" name=\"tablesForm\" id=\"tablesForm\"> "; // line 2 echo PhpMyAdmin\Url::getHiddenInputs(($context["db"] ?? null)); echo " <div class=\"responsivetable\"> <table id=\"structureTable\" class=\"data\"> <thead> <tr> <th class=\"print_ignore\"></th> <th>"; // line 8 echo PhpMyAdmin\Util::sortableTableHeader(_gettext("Table"), "table"); echo "</th> "; // line 9 if (($context["replication"] ?? null)) { // line 10 echo " <th>"; echo _gettext("Replication"); echo "</th> "; } // line 12 echo " "; // line 13 if (($context["db_is_system_schema"] ?? null)) { // line 14 echo " "; $context["action_colspan"] = 3; // line 15 echo " "; } else { // line 16 echo " "; $context["action_colspan"] = 6; // line 17 echo " "; } // line 18 echo " "; if ((($context["num_favorite_tables"] ?? null) > 0)) { // line 19 echo " "; $context["action_colspan"] = (($context["action_colspan"] ?? null) + 1); // line 20 echo " "; } // line 21 echo " <th colspan=\""; echo twig_escape_filter($this->env, ($context["action_colspan"] ?? null), "html", null, true); echo "\" class=\"print_ignore\"> "; // line 22 echo _gettext("Action"); // line 23 echo " </th> "; // line 25 echo " <th> "; // line 26 echo PhpMyAdmin\Util::sortableTableHeader(_gettext("Rows"), "records", "DESC"); echo " "; // line 27 echo PhpMyAdmin\Util::showHint(PhpMyAdmin\Sanitize::sanitize(_gettext("May be approximate. Click on the number to get the exact count. See [doc@faq3-11]FAQ 3.11[/doc]."))); // line 29 echo " </th> "; // line 31 if ( !(($context["properties_num_columns"] ?? null) > 1)) { // line 32 echo " <th>"; echo PhpMyAdmin\Util::sortableTableHeader(_gettext("Type"), "type"); echo "</th> <th>"; // line 33 echo PhpMyAdmin\Util::sortableTableHeader(_gettext("Collation"), "collation"); echo "</th> "; } // line 35 echo " "; // line 36 if (($context["is_show_stats"] ?? null)) { // line 37 echo " "; // line 38 echo " <th>"; echo PhpMyAdmin\Util::sortableTableHeader(_gettext("Size"), "size", "DESC"); echo "</th> "; // line 40 echo " <th>"; echo PhpMyAdmin\Util::sortableTableHeader(_gettext("Overhead"), "overhead", "DESC"); echo "</th> "; } // line 42 echo " "; // line 43 if (($context["show_charset"] ?? null)) { // line 44 echo " <th>"; echo PhpMyAdmin\Util::sortableTableHeader(_gettext("Charset"), "charset"); echo "</th> "; } // line 46 echo " "; // line 47 if (($context["show_comment"] ?? null)) { // line 48 echo " <th>"; echo PhpMyAdmin\Util::sortableTableHeader(_gettext("Comment"), "comment"); echo "</th> "; } // line 50 echo " "; // line 51 if (($context["show_creation"] ?? null)) { // line 52 echo " "; // line 53 echo " <th>"; echo PhpMyAdmin\Util::sortableTableHeader(_gettext("Creation"), "creation", "DESC"); echo "</th> "; } // line 55 echo " "; // line 56 if (($context["show_last_update"] ?? null)) { // line 57 echo " "; // line 58 echo " <th>"; echo PhpMyAdmin\Util::sortableTableHeader(_gettext("Last update"), "last_update", "DESC"); echo "</th> "; } // line 60 echo " "; // line 61 if (($context["show_last_check"] ?? null)) { // line 62 echo " "; // line 63 echo " <th>"; echo PhpMyAdmin\Util::sortableTableHeader(_gettext("Last check"), "last_check", "DESC"); echo "</th> "; } // line 65 echo " </tr> </thead> <tbody> "; // line 68 $context['_parent'] = $context; $context['_seq'] = twig_ensure_traversable(($context["structure_table_rows"] ?? null)); foreach ($context['_seq'] as $context["_key"] => $context["structure_table_row"]) { // line 69 echo " "; $this->loadTemplate("database/structure/structure_table_row.twig", "database/structure/table_header.twig", 69)->display(twig_to_array($context["structure_table_row"])); // line 70 echo " "; } $_parent = $context['_parent']; unset($context['_seq'], $context['_iterated'], $context['_key'], $context['structure_table_row'], $context['_parent'], $context['loop']); $context = array_intersect_key($context, $_parent) + $_parent; // line 71 echo " </tbody> "; // line 72 if (($context["body_for_table_summary"] ?? null)) { // line 73 echo " "; $this->loadTemplate("database/structure/body_for_table_summary.twig", "database/structure/table_header.twig", 73)->display(twig_to_array(($context["body_for_table_summary"] ?? null))); // line 74 echo " "; } // line 75 echo "</table> </div> "; // line 77 if (($context["check_all_tables"] ?? null)) { // line 78 echo " "; $this->loadTemplate("database/structure/check_all_tables.twig", "database/structure/table_header.twig", 78)->display(twig_to_array(($context["check_all_tables"] ?? null))); } // line 80 echo "</form> "; } public function getTemplateName() { return "database/structure/table_header.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 233 => 80, 229 => 78, 227 => 77, 223 => 75, 220 => 74, 217 => 73, 215 => 72, 212 => 71, 206 => 70, 203 => 69, 199 => 68, 194 => 65, 188 => 63, 186 => 62, 184 => 61, 181 => 60, 175 => 58, 173 => 57, 171 => 56, 168 => 55, 162 => 53, 160 => 52, 158 => 51, 155 => 50, 149 => 48, 147 => 47, 144 => 46, 138 => 44, 136 => 43, 133 => 42, 127 => 40, 122 => 38, 120 => 37, 118 => 36, 115 => 35, 110 => 33, 105 => 32, 103 => 31, 99 => 29, 97 => 27, 93 => 26, 90 => 25, 87 => 23, 85 => 22, 80 => 21, 77 => 20, 74 => 19, 71 => 18, 68 => 17, 65 => 16, 62 => 15, 59 => 14, 57 => 13, 54 => 12, 48 => 10, 46 => 9, 42 => 8, 33 => 2, 30 => 1,); } /** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */ public function getSource() { @trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED); return $this->getSourceContext()->getCode(); } public function getSourceContext() { return new Source("", "database/structure/table_header.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/database/structure/table_header.twig"); } } twig/40/40e4cffda5b91a109fbdcbc7c461c59cee77ba1e13518f3bdcb0c13ed65c2fff.php 0000666 00000003356 14774010371 0020273 0 ustar 00 <?php use Twig\Environment; use Twig\Error\LoaderError; use Twig\Error\RuntimeError; use Twig\Markup; use Twig\Sandbox\SecurityError; use Twig\Sandbox\SecurityNotAllowedTagError; use Twig\Sandbox\SecurityNotAllowedFilterError; use Twig\Sandbox\SecurityNotAllowedFunctionError; use Twig\Source; use Twig\Template; /* database/structure/search_table.twig */ class __TwigTemplate_9fe5d1384e10deb99811945b6146894b500e661b4354536822f4de4e357177ed extends \Twig\Template { public function __construct(Environment $env) { parent::__construct($env); $this->parent = false; $this->blocks = [ ]; } protected function doDisplay(array $context, array $blocks = []) { // line 1 echo "<a href=\"tbl_select.php"; echo ($context["tbl_url_query"] ?? null); echo "\"> "; // line 2 echo ($context["title"] ?? null); echo " </a> "; } public function getTemplateName() { return "database/structure/search_table.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 35 => 2, 30 => 1,); } /** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */ public function getSource() { @trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED); return $this->getSourceContext()->getCode(); } public function getSourceContext() { return new Source("", "database/structure/search_table.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/database/structure/search_table.twig"); } } twig/a9/a93de3be313f72575577bc39a36ba706434a9821dbfdcfc02bc3accf52a3d530.php 0000666 00000002761 14774010371 0017634 0 ustar 00 <?php use Twig\Environment; use Twig\Error\LoaderError; use Twig\Error\RuntimeError; use Twig\Markup; use Twig\Sandbox\SecurityError; use Twig\Sandbox\SecurityNotAllowedTagError; use Twig\Sandbox\SecurityNotAllowedFilterError; use Twig\Sandbox\SecurityNotAllowedFunctionError; use Twig\Source; use Twig\Template; /* config/form_display/form_bottom.twig */ class __TwigTemplate_ce62e927cc681ecb87911dc3ad5cf1bde6a315fbccab54ba59322780ce0c60fc extends \Twig\Template { public function __construct(Environment $env) { parent::__construct($env); $this->parent = false; $this->blocks = [ ]; } protected function doDisplay(array $context, array $blocks = []) { // line 1 echo "</form> "; } public function getTemplateName() { return "config/form_display/form_bottom.twig"; } public function getDebugInfo() { return array ( 30 => 1,); } /** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */ public function getSource() { @trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED); return $this->getSourceContext()->getCode(); } public function getSourceContext() { return new Source("", "config/form_display/form_bottom.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/config/form_display/form_bottom.twig"); } } twig/a9/a927a03f526e74569a85726f443090f84a8f992c64804bf95044d29445dce688.php 0000666 00000005050 14774010371 0016706 0 ustar 00 <?php use Twig\Environment; use Twig\Error\LoaderError; use Twig\Error\RuntimeError; use Twig\Markup; use Twig\Sandbox\SecurityError; use Twig\Sandbox\SecurityNotAllowedTagError; use Twig\Sandbox\SecurityNotAllowedFilterError; use Twig\Sandbox\SecurityNotAllowedFunctionError; use Twig\Source; use Twig\Template; /* config/form_display/fieldset_bottom.twig */ class __TwigTemplate_92ef3c2e1dbd29db488d2e8b877d16cc29c8e5fafa450c024da4b40c506f2656 extends \Twig\Template { public function __construct(Environment $env) { parent::__construct($env); $this->parent = false; $this->blocks = [ ]; } protected function doDisplay(array $context, array $blocks = []) { // line 1 $context["colspan"] = 2; // line 2 if (($context["is_setup"] ?? null)) { // line 3 echo " "; $context["colspan"] = (($context["colspan"] ?? null) + 1); } // line 5 if (($context["show_buttons"] ?? null)) { // line 6 echo " <tr> <td colspan=\""; // line 7 echo twig_escape_filter($this->env, ($context["colspan"] ?? null), "html", null, true); echo "\" class=\"lastrow\"> <input type=\"submit\" name=\"submit_save\" value=\""; // line 8 echo _gettext("Apply"); echo "\" class=\"green\" /> <input type=\"button\" name=\"submit_reset\" value=\""; // line 9 echo _gettext("Reset"); echo "\" /> </td> </tr> "; } // line 13 echo "</table> </fieldset> "; } public function getTemplateName() { return "config/form_display/fieldset_bottom.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 58 => 13, 51 => 9, 47 => 8, 43 => 7, 40 => 6, 38 => 5, 34 => 3, 32 => 2, 30 => 1,); } /** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */ public function getSource() { @trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED); return $this->getSourceContext()->getCode(); } public function getSourceContext() { return new Source("", "config/form_display/fieldset_bottom.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/config/form_display/fieldset_bottom.twig"); } } twig/4d/4dd56f0008284f0547f9a23c17a8fdbefbfbd11d12b9a2b6f2bf5412e73b8a50.php 0000666 00000003775 14774010371 0017642 0 ustar 00 <?php use Twig\Environment; use Twig\Error\LoaderError; use Twig\Error\RuntimeError; use Twig\Markup; use Twig\Sandbox\SecurityError; use Twig\Sandbox\SecurityNotAllowedTagError; use Twig\Sandbox\SecurityNotAllowedFilterError; use Twig\Sandbox\SecurityNotAllowedFunctionError; use Twig\Source; use Twig\Template; /* filter.twig */ class __TwigTemplate_f7d3160b7716aa3d3f709541438035d58ea7ebc85c40b1e0b1ab423c825f4008 extends \Twig\Template { public function __construct(Environment $env) { parent::__construct($env); $this->parent = false; $this->blocks = [ ]; } protected function doDisplay(array $context, array $blocks = []) { // line 1 echo "<fieldset id=\"tableFilter\"> <legend>"; // line 2 echo _gettext("Filters"); echo "</legend> <div class=\"formelement\"> <label for=\"filterText\">"; // line 4 echo _gettext("Containing the word:"); echo "</label> <input name=\"filterText\" type=\"text\" id=\"filterText\" value=\""; // line 6 echo twig_escape_filter($this->env, ($context["filter_value"] ?? null), "html", null, true); echo "\" /> </div> </fieldset> "; } public function getTemplateName() { return "filter.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 43 => 6, 38 => 4, 33 => 2, 30 => 1,); } /** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */ public function getSource() { @trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED); return $this->getSourceContext()->getCode(); } public function getSourceContext() { return new Source("", "filter.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/filter.twig"); } } twig/48/48a573d7eed67021ea97956739d952d74698a381585cad8e37a55c2c98e28638.php 0000666 00000005230 14774010371 0017007 0 ustar 00 <?php use Twig\Environment; use Twig\Error\LoaderError; use Twig\Error\RuntimeError; use Twig\Markup; use Twig\Sandbox\SecurityError; use Twig\Sandbox\SecurityNotAllowedTagError; use Twig\Sandbox\SecurityNotAllowedFilterError; use Twig\Sandbox\SecurityNotAllowedFunctionError; use Twig\Source; use Twig\Template; /* navigation/logo.twig */ class __TwigTemplate_3e582999966b719d6cff071488b740989c2dacd1cee9c58ec00645ff0ad19e18 extends \Twig\Template { public function __construct(Environment $env) { parent::__construct($env); $this->parent = false; $this->blocks = [ ]; } protected function doDisplay(array $context, array $blocks = []) { // line 1 if (($context["display_logo"] ?? null)) { // line 2 echo " <div id=\"pmalogo\"> "; // line 3 if (($context["use_logo_link"] ?? null)) { // line 4 echo " <a href=\""; echo (((isset($context["logo_link"]) || array_key_exists("logo_link", $context))) ? (_twig_default_filter(($context["logo_link"] ?? null), "#")) : ("#")); echo "\""; // line 5 (((isset($context["link_attribs"]) || array_key_exists("link_attribs", $context))) ? (print (twig_escape_filter($this->env, (" " . ($context["link_attribs"] ?? null)), "html", null, true))) : (print (""))); echo "> "; } // line 7 echo " "; echo ($context["logo"] ?? null); echo " "; // line 8 if (($context["use_logo_link"] ?? null)) { // line 9 echo " </a> "; } // line 11 echo " </div> "; } } public function getTemplateName() { return "navigation/logo.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 57 => 11, 53 => 9, 51 => 8, 46 => 7, 41 => 5, 37 => 4, 35 => 3, 32 => 2, 30 => 1,); } /** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */ public function getSource() { @trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED); return $this->getSourceContext()->getCode(); } public function getSourceContext() { return new Source("", "navigation/logo.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/navigation/logo.twig"); } } twig/eb/ebad70c3711a96854395e345192e3618a35739360804f28b54d23d4b49eca4b0.php 0000666 00000055462 14774010371 0017063 0 ustar 00 <?php use Twig\Environment; use Twig\Error\LoaderError; use Twig\Error\RuntimeError; use Twig\Markup; use Twig\Sandbox\SecurityError; use Twig\Sandbox\SecurityNotAllowedTagError; use Twig\Sandbox\SecurityNotAllowedFilterError; use Twig\Sandbox\SecurityNotAllowedFunctionError; use Twig\Source; use Twig\Template; /* database/structure/structure_table_row.twig */ class __TwigTemplate_2eaec956bf63ceb1da413c2f5986d2015818c3882f58ec7882ec18c08a53a296 extends \Twig\Template { public function __construct(Environment $env) { parent::__construct($env); $this->parent = false; $this->blocks = [ ]; } protected function doDisplay(array $context, array $blocks = []) { // line 1 echo "<tr id=\"row_tbl_"; echo twig_escape_filter($this->env, ($context["curr"] ?? null), "html", null, true); echo "\""; echo ((($context["table_is_view"] ?? null)) ? (" class=\"is_view\"") : ("")); echo " data-filter-row=\""; echo twig_escape_filter($this->env, twig_upper_filter($this->env, $this->getAttribute(($context["current_table"] ?? null), "TABLE_NAME", [], "array")), "html", null, true); echo "\"> <td class=\"center print_ignore\"> <input type=\"checkbox\" name=\"selected_tbl[]\" class=\""; // line 5 echo twig_escape_filter($this->env, ($context["input_class"] ?? null), "html", null, true); echo "\" value=\""; // line 6 echo twig_escape_filter($this->env, $this->getAttribute(($context["current_table"] ?? null), "TABLE_NAME", [], "array"), "html", null, true); echo "\" id=\"checkbox_tbl_"; // line 7 echo twig_escape_filter($this->env, ($context["curr"] ?? null), "html", null, true); echo "\" /> </td> <th> "; // line 10 echo ($context["browse_table_label"] ?? null); echo " "; // line 11 echo ($context["tracking_icon"] ?? null); echo " </th> "; // line 13 if (($context["server_slave_status"] ?? null)) { // line 14 echo " <td class=\"center\"> "; // line 15 echo ((($context["ignored"] ?? null)) ? (PhpMyAdmin\Util::getImage("s_cancel", _gettext("Not replicated"))) : ("")); echo " "; // line 16 echo ((($context["do"] ?? null)) ? (PhpMyAdmin\Util::getImage("s_success", _gettext("Replicated"))) : ("")); echo " </td> "; } // line 19 echo " "; // line 21 echo " "; if ((($context["num_favorite_tables"] ?? null) > 0)) { // line 22 echo " <td class=\"center print_ignore\"> "; // line 24 echo " "; $context["fav_params"] = ["db" => // line 25 ($context["db"] ?? null), "ajax_request" => true, "favorite_table" => $this->getAttribute( // line 27 ($context["current_table"] ?? null), "TABLE_NAME", [], "array"), ((( // line 28 ($context["already_favorite"] ?? null)) ? ("remove") : ("add")) . "_favorite") => true]; // line 30 echo " "; $this->loadTemplate("database/structure/favorite_anchor.twig", "database/structure/structure_table_row.twig", 30)->display(twig_to_array(["table_name_hash" => md5($this->getAttribute( // line 31 ($context["current_table"] ?? null), "TABLE_NAME", [], "array")), "db_table_name_hash" => md5((( // line 32 ($context["db"] ?? null) . ".") . $this->getAttribute(($context["current_table"] ?? null), "TABLE_NAME", [], "array"))), "fav_params" => // line 33 ($context["fav_params"] ?? null), "already_favorite" => // line 34 ($context["already_favorite"] ?? null), "titles" => // line 35 ($context["titles"] ?? null)])); // line 37 echo " </td> "; } // line 39 echo " <td class=\"center print_ignore\"> "; // line 41 echo ($context["browse_table"] ?? null); echo " </td> <td class=\"center print_ignore\"> <a href=\"tbl_structure.php"; // line 44 echo ($context["tbl_url_query"] ?? null); echo "\"> "; // line 45 echo $this->getAttribute(($context["titles"] ?? null), "Structure", [], "array"); echo " </a> </td> <td class=\"center print_ignore\"> "; // line 49 echo ($context["search_table"] ?? null); echo " </td> "; // line 52 if ( !($context["db_is_system_schema"] ?? null)) { // line 53 echo " <td class=\"insert_table center print_ignore\"> <a href=\"tbl_change.php"; // line 54 echo ($context["tbl_url_query"] ?? null); echo "\">"; echo $this->getAttribute(($context["titles"] ?? null), "Insert", [], "array"); echo "</a> </td> <td class=\"center print_ignore\">"; // line 56 echo ($context["empty_table"] ?? null); echo "</td> <td class=\"center print_ignore\"> <a class=\"ajax drop_table_anchor"; // line 59 echo (((($context["table_is_view"] ?? null) || ($this->getAttribute(($context["current_table"] ?? null), "ENGINE", [], "array") == null))) ? (" view") : ("")); echo "\" href=\"sql.php\" data-post=\""; // line 60 echo ($context["tbl_url_query"] ?? null); echo "&reload=1&purge=1&sql_query="; // line 61 echo twig_escape_filter($this->env, twig_urlencode_filter(($context["drop_query"] ?? null)), "html", null, true); echo "&message_to_show="; echo twig_escape_filter($this->env, twig_urlencode_filter(($context["drop_message"] ?? null)), "html", null, true); echo "\"> "; // line 62 echo $this->getAttribute(($context["titles"] ?? null), "Drop", [], "array"); echo " </a> </td> "; } // line 66 echo " "; // line 67 if (($this->getAttribute(($context["current_table"] ?? null), "TABLE_ROWS", [], "array", true, true) && (($this->getAttribute( // line 68 ($context["current_table"] ?? null), "ENGINE", [], "array") != null) || ($context["table_is_view"] ?? null)))) { // line 69 echo " "; // line 70 echo " "; $context["row_count"] = PhpMyAdmin\Util::formatNumber($this->getAttribute(($context["current_table"] ?? null), "TABLE_ROWS", [], "array"), 0); // line 71 echo " "; // line 74 echo " <td class=\"value tbl_rows\" data-table=\""; // line 75 echo twig_escape_filter($this->env, $this->getAttribute(($context["current_table"] ?? null), "TABLE_NAME", [], "array"), "html", null, true); echo "\"> "; // line 76 if (($context["approx_rows"] ?? null)) { // line 77 echo " <a href=\"db_structure.php"; echo PhpMyAdmin\Url::getCommon(["ajax_request" => true, "db" => // line 79 ($context["db"] ?? null), "table" => $this->getAttribute( // line 80 ($context["current_table"] ?? null), "TABLE_NAME", [], "array"), "real_row_count" => "true"]); // line 82 echo "\" class=\"ajax real_row_count\"> <bdi> ~"; // line 84 echo twig_escape_filter($this->env, ($context["row_count"] ?? null), "html", null, true); echo " </bdi> </a> "; } else { // line 88 echo " "; echo twig_escape_filter($this->env, ($context["row_count"] ?? null), "html", null, true); echo " "; } // line 90 echo " "; echo ($context["show_superscript"] ?? null); echo " </td> "; // line 93 if ( !(($context["properties_num_columns"] ?? null) > 1)) { // line 94 echo " <td class=\"nowrap\"> "; // line 95 if ( !twig_test_empty($this->getAttribute(($context["current_table"] ?? null), "ENGINE", [], "array"))) { // line 96 echo " "; echo twig_escape_filter($this->env, $this->getAttribute(($context["current_table"] ?? null), "ENGINE", [], "array"), "html", null, true); echo " "; } elseif ( // line 97 ($context["table_is_view"] ?? null)) { // line 98 echo " "; echo _gettext("View"); // line 99 echo " "; } // line 100 echo " </td> "; // line 101 if ((twig_length_filter($this->env, ($context["collation"] ?? null)) > 0)) { // line 102 echo " <td class=\"nowrap\"> "; // line 103 echo ($context["collation"] ?? null); echo " </td> "; } // line 106 echo " "; } // line 107 echo " "; // line 108 if (($context["is_show_stats"] ?? null)) { // line 109 echo " <td class=\"value tbl_size\"> <a href=\"tbl_structure.php"; // line 110 echo ($context["tbl_url_query"] ?? null); echo "#showusage\"> <span>"; // line 111 echo twig_escape_filter($this->env, ($context["formatted_size"] ?? null), "html", null, true); echo "</span> <span class=\"unit\">"; // line 112 echo twig_escape_filter($this->env, ($context["unit"] ?? null), "html", null, true); echo "</span> </a> </td> <td class=\"value tbl_overhead\"> "; // line 116 echo ($context["overhead"] ?? null); echo " </td> "; } // line 119 echo " "; // line 120 if ( !(($context["show_charset"] ?? null) > 1)) { // line 121 echo " "; if ((twig_length_filter($this->env, ($context["charset"] ?? null)) > 0)) { // line 122 echo " <td class=\"nowrap\"> "; // line 123 echo ($context["charset"] ?? null); echo " </td> "; } // line 126 echo " "; } // line 127 echo " "; // line 128 if (($context["show_comment"] ?? null)) { // line 129 echo " "; $context["comment"] = $this->getAttribute(($context["current_table"] ?? null), "Comment", [], "array"); // line 130 echo " <td> "; // line 131 if ((twig_length_filter($this->env, ($context["comment"] ?? null)) > ($context["limit_chars"] ?? null))) { // line 132 echo " <abbr title=\""; echo twig_escape_filter($this->env, ($context["comment"] ?? null), "html", null, true); echo "\"> "; // line 133 echo twig_escape_filter($this->env, twig_slice($this->env, ($context["comment"] ?? null), 0, ($context["limit_chars"] ?? null)), "html", null, true); echo " ... </abbr> "; } else { // line 137 echo " "; echo twig_escape_filter($this->env, ($context["comment"] ?? null), "html", null, true); echo " "; } // line 139 echo " </td> "; } // line 141 echo " "; // line 142 if (($context["show_creation"] ?? null)) { // line 143 echo " <td class=\"value tbl_creation\"> "; // line 144 ((($context["create_time"] ?? null)) ? (print (twig_escape_filter($this->env, PhpMyAdmin\Util::localisedDate(strtotime(($context["create_time"] ?? null))), "html", null, true))) : (print ("-"))); echo " </td> "; } // line 147 echo " "; // line 148 if (($context["show_last_update"] ?? null)) { // line 149 echo " <td class=\"value tbl_last_update\"> "; // line 150 ((($context["update_time"] ?? null)) ? (print (twig_escape_filter($this->env, PhpMyAdmin\Util::localisedDate(strtotime(($context["update_time"] ?? null))), "html", null, true))) : (print ("-"))); echo " </td> "; } // line 153 echo " "; // line 154 if (($context["show_last_check"] ?? null)) { // line 155 echo " <td class=\"value tbl_last_check\"> "; // line 156 ((($context["check_time"] ?? null)) ? (print (twig_escape_filter($this->env, PhpMyAdmin\Util::localisedDate(strtotime(($context["check_time"] ?? null))), "html", null, true))) : (print ("-"))); echo " </td> "; } // line 159 echo " "; } elseif ( // line 160 ($context["table_is_view"] ?? null)) { // line 161 echo " <td class=\"value tbl_rows\">-</td> <td class=\"nowrap\"> "; // line 163 echo _gettext("View"); // line 164 echo " </td> <td class=\"nowrap\">---</td> "; // line 166 if (($context["is_show_stats"] ?? null)) { // line 167 echo " <td class=\"value tbl_size\">-</td> <td class=\"value tbl_overhead\">-</td> "; } // line 170 echo " "; if (($context["show_charset"] ?? null)) { // line 171 echo " <td></td> "; } // line 173 echo " "; if (($context["show_comment"] ?? null)) { // line 174 echo " <td></td> "; } // line 176 echo " "; if (($context["show_creation"] ?? null)) { // line 177 echo " <td class=\"value tbl_creation\">-</td> "; } // line 179 echo " "; if (($context["show_last_update"] ?? null)) { // line 180 echo " <td class=\"value tbl_last_update\">-</td> "; } // line 182 echo " "; if (($context["show_last_check"] ?? null)) { // line 183 echo " <td class=\"value tbl_last_check\">-</td> "; } // line 185 echo " "; } else { // line 187 echo " "; $context["count"] = 0; // line 188 echo " "; if (($context["properties_num_columns"] ?? null)) { // line 189 echo " "; $context["count"] = (($context["count"] ?? null) + 2); // line 190 echo " "; } // line 191 echo " "; if (($context["is_show_stats"] ?? null)) { // line 192 echo " "; $context["count"] = (($context["count"] ?? null) + 2); // line 193 echo " "; } // line 194 echo " "; if (($context["show_charset"] ?? null)) { // line 195 echo " "; $context["count"] = (($context["count"] ?? null) + 1); // line 196 echo " "; } // line 197 echo " "; if (($context["show_comment"] ?? null)) { // line 198 echo " "; $context["count"] = (($context["count"] ?? null) + 1); // line 199 echo " "; } // line 200 echo " "; if (($context["show_creation"] ?? null)) { // line 201 echo " "; $context["count"] = (($context["count"] ?? null) + 1); // line 202 echo " "; } // line 203 echo " "; if (($context["show_last_update"] ?? null)) { // line 204 echo " "; $context["count"] = (($context["count"] ?? null) + 1); // line 205 echo " "; } // line 206 echo " "; if (($context["show_last_check"] ?? null)) { // line 207 echo " "; $context["count"] = (($context["count"] ?? null) + 1); // line 208 echo " "; } // line 209 echo " "; // line 210 if (($context["db_is_system_schema"] ?? null)) { // line 211 echo " "; $context["action_colspan"] = 3; // line 212 echo " "; } else { // line 213 echo " "; $context["action_colspan"] = 6; // line 214 echo " "; } // line 215 echo " "; if ((($context["num_favorite_tables"] ?? null) > 0)) { // line 216 echo " "; $context["action_colspan"] = (($context["action_colspan"] ?? null) + 1); // line 217 echo " "; } // line 218 echo " "; // line 219 $context["colspan_for_structure"] = (($context["action_colspan"] ?? null) + 3); // line 220 echo " <td colspan=\""; echo (((($context["colspan_for_structure"] ?? null) - ($context["db_is_system_schema"] ?? null))) ? (6) : (9)); echo "\" class=\"center\"> "; // line 222 echo _gettext("in use"); // line 223 echo " </td> "; } // line 225 echo "</tr> "; } public function getTemplateName() { return "database/structure/structure_table_row.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 556 => 225, 552 => 223, 550 => 222, 544 => 220, 542 => 219, 539 => 218, 536 => 217, 533 => 216, 530 => 215, 527 => 214, 524 => 213, 521 => 212, 518 => 211, 516 => 210, 513 => 209, 510 => 208, 507 => 207, 504 => 206, 501 => 205, 498 => 204, 495 => 203, 492 => 202, 489 => 201, 486 => 200, 483 => 199, 480 => 198, 477 => 197, 474 => 196, 471 => 195, 468 => 194, 465 => 193, 462 => 192, 459 => 191, 456 => 190, 453 => 189, 450 => 188, 447 => 187, 443 => 185, 439 => 183, 436 => 182, 432 => 180, 429 => 179, 425 => 177, 422 => 176, 418 => 174, 415 => 173, 411 => 171, 408 => 170, 403 => 167, 401 => 166, 397 => 164, 395 => 163, 391 => 161, 389 => 160, 386 => 159, 380 => 156, 377 => 155, 375 => 154, 372 => 153, 366 => 150, 363 => 149, 361 => 148, 358 => 147, 352 => 144, 349 => 143, 347 => 142, 344 => 141, 340 => 139, 334 => 137, 327 => 133, 322 => 132, 320 => 131, 317 => 130, 314 => 129, 312 => 128, 309 => 127, 306 => 126, 300 => 123, 297 => 122, 294 => 121, 292 => 120, 289 => 119, 283 => 116, 276 => 112, 272 => 111, 268 => 110, 265 => 109, 263 => 108, 260 => 107, 257 => 106, 251 => 103, 248 => 102, 246 => 101, 243 => 100, 240 => 99, 237 => 98, 235 => 97, 230 => 96, 228 => 95, 225 => 94, 223 => 93, 216 => 90, 210 => 88, 203 => 84, 199 => 82, 197 => 80, 196 => 79, 194 => 77, 192 => 76, 188 => 75, 185 => 74, 182 => 71, 179 => 70, 177 => 69, 175 => 68, 174 => 67, 171 => 66, 164 => 62, 158 => 61, 155 => 60, 151 => 59, 146 => 56, 139 => 54, 136 => 53, 134 => 52, 128 => 49, 121 => 45, 117 => 44, 111 => 41, 107 => 39, 103 => 37, 101 => 35, 100 => 34, 99 => 33, 98 => 32, 97 => 31, 95 => 30, 93 => 28, 92 => 27, 91 => 25, 89 => 24, 86 => 22, 83 => 21, 80 => 19, 74 => 16, 70 => 15, 67 => 14, 65 => 13, 60 => 11, 56 => 10, 50 => 7, 46 => 6, 42 => 5, 30 => 1,); } /** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */ public function getSource() { @trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED); return $this->getSourceContext()->getCode(); } public function getSourceContext() { return new Source("", "database/structure/structure_table_row.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/database/structure/structure_table_row.twig"); } } twig/bf/bfb101ebc0ae3bd60ebed29d03f3c5b834fc6b1abed381e6394c2e9c383520f6.php 0000666 00000005077 14774010371 0020131 0 ustar 00 <?php use Twig\Environment; use Twig\Error\LoaderError; use Twig\Error\RuntimeError; use Twig\Markup; use Twig\Sandbox\SecurityError; use Twig\Sandbox\SecurityNotAllowedTagError; use Twig\Sandbox\SecurityNotAllowedFilterError; use Twig\Sandbox\SecurityNotAllowedFunctionError; use Twig\Source; use Twig\Template; /* database/structure/favorite_anchor.twig */ class __TwigTemplate_d94194668a5e482b42f9225b7ae38bc046399d99125cc39ecc1533506861bdda extends \Twig\Template { public function __construct(Environment $env) { parent::__construct($env); $this->parent = false; $this->blocks = [ ]; } protected function doDisplay(array $context, array $blocks = []) { // line 1 echo "<a id=\""; echo twig_escape_filter($this->env, ($context["table_name_hash"] ?? null), "html", null, true); echo "_favorite_anchor\" class=\"ajax favorite_table_anchor\" href=\"db_structure.php"; // line 3 echo PhpMyAdmin\Url::getCommon(($context["fav_params"] ?? null)); echo "\" title=\""; // line 4 echo twig_escape_filter($this->env, ((($context["already_favorite"] ?? null)) ? (_gettext("Remove from Favorites")) : (_gettext("Add to Favorites"))), "html", null, true); echo "\" data-favtargets=\""; // line 5 echo twig_escape_filter($this->env, ($context["db_table_name_hash"] ?? null), "html", null, true); echo "\" > "; // line 6 echo ((($context["already_favorite"] ?? null)) ? ($this->getAttribute(($context["titles"] ?? null), "Favorite", [], "array")) : ($this->getAttribute(($context["titles"] ?? null), "NoFavorite", [], "array"))); echo " </a> "; } public function getTemplateName() { return "database/structure/favorite_anchor.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 48 => 6, 44 => 5, 40 => 4, 36 => 3, 30 => 1,); } /** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */ public function getSource() { @trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED); return $this->getSourceContext()->getCode(); } public function getSourceContext() { return new Source("", "database/structure/favorite_anchor.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/database/structure/favorite_anchor.twig"); } } twig/f0/f08179f137ebb22a9e5d699001ef0dcca44890194051ae470e6d79fce9d51d9c.php 0000666 00000004247 14774010371 0017454 0 ustar 00 <?php use Twig\Environment; use Twig\Error\LoaderError; use Twig\Error\RuntimeError; use Twig\Markup; use Twig\Sandbox\SecurityError; use Twig\Sandbox\SecurityNotAllowedTagError; use Twig\Sandbox\SecurityNotAllowedFilterError; use Twig\Sandbox\SecurityNotAllowedFunctionError; use Twig\Source; use Twig\Template; /* database/structure/print_view_data_dictionary_link.twig */ class __TwigTemplate_a0ce4107a33f956dc240be67daf266af36adde58d5b7058499c110c281888254 extends \Twig\Template { public function __construct(Environment $env) { parent::__construct($env); $this->parent = false; $this->blocks = [ ]; } protected function doDisplay(array $context, array $blocks = []) { // line 1 echo "<p class=\"print_ignore\"> <a href=\"#\" id=\"printView\"> "; // line 3 echo PhpMyAdmin\Util::getIcon("b_print", _gettext("Print"), true); echo " </a> <a href=\"db_datadict.php"; // line 5 echo twig_escape_filter($this->env, ($context["url_query"] ?? null), "html", null, true); echo "\" target=\"print_view\"> "; // line 6 echo PhpMyAdmin\Util::getIcon("b_tblanalyse", _gettext("Data dictionary"), true); echo " </a> </p> "; } public function getTemplateName() { return "database/structure/print_view_data_dictionary_link.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 43 => 6, 39 => 5, 34 => 3, 30 => 1,); } /** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */ public function getSource() { @trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED); return $this->getSourceContext()->getCode(); } public function getSourceContext() { return new Source("", "database/structure/print_view_data_dictionary_link.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/database/structure/print_view_data_dictionary_link.twig"); } } twig/5a/5abc4616e7174217f134bab455cd31bd3dbab548afbbaeb43ab56e4bbe2ddb45.php 0000666 00000004103 14774010371 0020155 0 ustar 00 <?php use Twig\Environment; use Twig\Error\LoaderError; use Twig\Error\RuntimeError; use Twig\Markup; use Twig\Sandbox\SecurityError; use Twig\Sandbox\SecurityNotAllowedTagError; use Twig\Sandbox\SecurityNotAllowedFilterError; use Twig\Sandbox\SecurityNotAllowedFunctionError; use Twig\Source; use Twig\Template; /* database/structure/empty_table.twig */ class __TwigTemplate_7963df3325def64038be917abdb1f71300bdbd6f7f942d6ac451b1cfabd66f7e extends \Twig\Template { public function __construct(Environment $env) { parent::__construct($env); $this->parent = false; $this->blocks = [ ]; } protected function doDisplay(array $context, array $blocks = []) { // line 1 echo "<a class=\"truncate_table_anchor ajax\" href=\"sql.php\" data-post=\""; echo ($context["tbl_url_query"] ?? null); echo "&sql_query="; // line 2 echo twig_escape_filter($this->env, ($context["sql_query"] ?? null), "html", null, true); echo "&message_to_show="; echo twig_escape_filter($this->env, ($context["message_to_show"] ?? null), "html", null, true); echo "\"> "; // line 3 echo ($context["title"] ?? null); echo " </a> "; } public function getTemplateName() { return "database/structure/empty_table.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 40 => 3, 34 => 2, 30 => 1,); } /** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */ public function getSource() { @trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED); return $this->getSourceContext()->getCode(); } public function getSourceContext() { return new Source("", "database/structure/empty_table.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/database/structure/empty_table.twig"); } } twig/df/dfeedc315a3a8e771ad981a8aeec20748074abd5c21fe81149d9f6ab1e3416f3.php 0000666 00000006560 14774010371 0020016 0 ustar 00 <?php use Twig\Environment; use Twig\Error\LoaderError; use Twig\Error\RuntimeError; use Twig\Markup; use Twig\Sandbox\SecurityError; use Twig\Sandbox\SecurityNotAllowedTagError; use Twig\Sandbox\SecurityNotAllowedFilterError; use Twig\Sandbox\SecurityNotAllowedFunctionError; use Twig\Source; use Twig\Template; /* console/query_action.twig */ class __TwigTemplate_633d3c9f11ee0d87171ce9857051ceab1a42eb6a47ed122c87559a02f49926e3 extends \Twig\Template { public function __construct(Environment $env) { parent::__construct($env); $this->parent = false; $this->blocks = [ ]; } protected function doDisplay(array $context, array $blocks = []) { // line 1 echo "<div class=\""; echo twig_escape_filter($this->env, ($context["parent_div_classes"] ?? null), "html", null, true); echo "\"> "; // line 2 $context['_parent'] = $context; $context['_seq'] = twig_ensure_traversable(($context["content_array"] ?? null)); foreach ($context['_seq'] as $context["_key"] => $context["content"]) { // line 3 echo " "; if ((isset($context["content"]) || array_key_exists("content", $context))) { // line 4 echo " <span class=\""; echo twig_escape_filter($this->env, $this->getAttribute($context["content"], 0, [], "array"), "html", null, true); echo "\"> "; // line 5 echo twig_escape_filter($this->env, $this->getAttribute($context["content"], 1, [], "array"), "html", null, true); echo " "; // line 6 if ($this->getAttribute($context["content"], "extraSpan", [], "array", true, true)) { // line 7 echo " : <span>"; echo twig_escape_filter($this->env, $this->getAttribute($context["content"], "extraSpan", [], "array"), "html", null, true); echo "</span> "; } // line 9 echo " </span> "; } // line 11 echo " "; } $_parent = $context['_parent']; unset($context['_seq'], $context['_iterated'], $context['_key'], $context['content'], $context['_parent'], $context['loop']); $context = array_intersect_key($context, $_parent) + $_parent; // line 12 echo "</div> "; } public function getTemplateName() { return "console/query_action.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 69 => 12, 63 => 11, 59 => 9, 53 => 7, 51 => 6, 47 => 5, 42 => 4, 39 => 3, 35 => 2, 30 => 1,); } /** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */ public function getSource() { @trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED); return $this->getSourceContext()->getCode(); } public function getSourceContext() { return new Source("", "console/query_action.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/console/query_action.twig"); } } twig/b8/b8467faa5f2a7b309d051ad2bf80809b54162172bdc2b15ae0a6642bd81d528b.php 0000666 00000006142 14774010371 0017400 0 ustar 00 <?php use Twig\Environment; use Twig\Error\LoaderError; use Twig\Error\RuntimeError; use Twig\Markup; use Twig\Sandbox\SecurityError; use Twig\Sandbox\SecurityNotAllowedTagError; use Twig\Sandbox\SecurityNotAllowedFilterError; use Twig\Sandbox\SecurityNotAllowedFunctionError; use Twig\Source; use Twig\Template; /* console/toolbar.twig */ class __TwigTemplate_e3e20f94d0425109b0f8d668965871f90e16ac6b39c7948216f2e82aba3ab04a extends \Twig\Template { public function __construct(Environment $env) { parent::__construct($env); $this->parent = false; $this->blocks = [ ]; } protected function doDisplay(array $context, array $blocks = []) { // line 1 echo "<div class=\"toolbar "; echo twig_escape_filter($this->env, ($context["parent_div_classes"] ?? null), "html", null, true); echo "\"> "; // line 2 $context['_parent'] = $context; $context['_seq'] = twig_ensure_traversable(($context["content_array"] ?? null)); foreach ($context['_seq'] as $context["_key"] => $context["content"]) { // line 3 echo " "; if ((isset($context["content"]) || array_key_exists("content", $context))) { // line 4 echo " <div class=\""; echo twig_escape_filter($this->env, $this->getAttribute($context["content"], 0, [], "array"), "html", null, true); echo "\"> "; // line 5 echo (($this->getAttribute($context["content"], "image", [], "array", true, true)) ? ($this->getAttribute($context["content"], "image", [], "array")) : ("")); echo " <span>"; // line 6 echo twig_escape_filter($this->env, $this->getAttribute($context["content"], 1, [], "array"), "html", null, true); echo "</span> </div> "; } // line 9 echo " "; } $_parent = $context['_parent']; unset($context['_seq'], $context['_iterated'], $context['_key'], $context['content'], $context['_parent'], $context['loop']); $context = array_intersect_key($context, $_parent) + $_parent; // line 10 echo "</div> "; } public function getTemplateName() { return "console/toolbar.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 63 => 10, 57 => 9, 51 => 6, 47 => 5, 42 => 4, 39 => 3, 35 => 2, 30 => 1,); } /** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */ public function getSource() { @trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED); return $this->getSourceContext()->getCode(); } public function getSourceContext() { return new Source("", "console/toolbar.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/console/toolbar.twig"); } } twig/6d/6d532b1e30e5dcd8a26e36cb2233efc07d7bb2135dc77dd0244113e7d58e513b.php 0000666 00000007722 14774010371 0017471 0 ustar 00 <?php use Twig\Environment; use Twig\Error\LoaderError; use Twig\Error\RuntimeError; use Twig\Markup; use Twig\Sandbox\SecurityError; use Twig\Sandbox\SecurityNotAllowedTagError; use Twig\Sandbox\SecurityNotAllowedFilterError; use Twig\Sandbox\SecurityNotAllowedFunctionError; use Twig\Source; use Twig\Template; /* select_lang.twig */ class __TwigTemplate_3f3c2ad3692a047bb91160071d51f487ac87b36dcf79a2ea03f6331e454e6628 extends \Twig\Template { public function __construct(Environment $env) { parent::__construct($env); $this->parent = false; $this->blocks = [ ]; } protected function doDisplay(array $context, array $blocks = []) { // line 1 echo " <form method=\"get\" action=\"index.php\" class=\"disableAjax\"> "; // line 2 echo PhpMyAdmin\Url::getHiddenInputs(($context["_form_params"] ?? null)); echo " "; // line 4 if (($context["use_fieldset"] ?? null)) { // line 5 echo " <fieldset> <legend lang=\"en\" dir=\"ltr\">"; // line 6 echo ($context["language_title"] ?? null); echo "</legend> "; } else { // line 8 echo " <bdo lang=\"en\" dir=\"ltr\"> <label for=\"sel-lang\">"; // line 9 echo ($context["language_title"] ?? null); echo "</label> </bdo> "; } // line 12 echo " <select name=\"lang\" class=\"autosubmit\" lang=\"en\" dir=\"ltr\" id=\"sel-lang\"> "; // line 15 $context['_parent'] = $context; $context['_seq'] = twig_ensure_traversable(($context["available_languages"] ?? null)); foreach ($context['_seq'] as $context["_key"] => $context["language"]) { // line 16 echo " "; // line 17 echo " <option value=\""; echo twig_escape_filter($this->env, twig_lower_filter($this->env, $this->getAttribute($context["language"], "getCode", [], "method")), "html", null, true); echo "\""; // line 18 if ($this->getAttribute($context["language"], "isActive", [], "method")) { // line 19 echo " selected=\"selected\""; } // line 21 echo "> "; // line 22 echo $this->getAttribute($context["language"], "getName", [], "method"); echo " </option> "; } $_parent = $context['_parent']; unset($context['_seq'], $context['_iterated'], $context['_key'], $context['language'], $context['_parent'], $context['loop']); $context = array_intersect_key($context, $_parent) + $_parent; // line 25 echo " </select> "; // line 28 if (($context["use_fieldset"] ?? null)) { // line 29 echo " </fieldset> "; } // line 31 echo " </form> "; } public function getTemplateName() { return "select_lang.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 100 => 31, 96 => 29, 94 => 28, 89 => 25, 80 => 22, 77 => 21, 74 => 19, 72 => 18, 68 => 17, 66 => 16, 62 => 15, 57 => 12, 51 => 9, 48 => 8, 43 => 6, 40 => 5, 38 => 4, 33 => 2, 30 => 1,); } /** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */ public function getSource() { @trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED); return $this->getSourceContext()->getCode(); } public function getSourceContext() { return new Source("", "select_lang.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/select_lang.twig"); } } twig/55/557650a157224143a5825b9dcd146d4a840c27b83635f5214fb330b3da56f06c.php 0000666 00000003616 14774010371 0016675 0 ustar 00 <?php use Twig\Environment; use Twig\Error\LoaderError; use Twig\Error\RuntimeError; use Twig\Markup; use Twig\Sandbox\SecurityError; use Twig\Sandbox\SecurityNotAllowedTagError; use Twig\Sandbox\SecurityNotAllowedFilterError; use Twig\Sandbox\SecurityNotAllowedFunctionError; use Twig\Source; use Twig\Template; /* javascript/display.twig */ class __TwigTemplate_58acefcd920bf68c4e84bc279d33a66b7b736e299c94eec856b509db9be16bb2 extends \Twig\Template { public function __construct(Environment $env) { parent::__construct($env); $this->parent = false; $this->blocks = [ ]; } protected function doDisplay(array $context, array $blocks = []) { // line 1 echo "<script type=\"text/javascript\"> if (typeof configInlineParams === \"undefined\" || !Array.isArray(configInlineParams)) configInlineParams = []; configInlineParams.push(function() { "; // line 4 echo twig_join_filter(($context["js_array"] ?? null), "; "); echo "; }); if (typeof configScriptLoaded !== \"undefined\" && configInlineParams) loadInlineConfig(); </script> "; } public function getTemplateName() { return "javascript/display.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 35 => 4, 30 => 1,); } /** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */ public function getSource() { @trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED); return $this->getSourceContext()->getCode(); } public function getSourceContext() { return new Source("", "javascript/display.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/javascript/display.twig"); } } twig/0e/0eb1aeda282ccbbe77a54d41933472e0fa22cbdb67d065a70f10e52ef8eee03a.php 0000666 00000012026 14774010371 0020026 0 ustar 00 <?php use Twig\Environment; use Twig\Error\LoaderError; use Twig\Error\RuntimeError; use Twig\Markup; use Twig\Sandbox\SecurityError; use Twig\Sandbox\SecurityNotAllowedTagError; use Twig\Sandbox\SecurityNotAllowedFilterError; use Twig\Sandbox\SecurityNotAllowedFunctionError; use Twig\Source; use Twig\Template; /* list/item.twig */ class __TwigTemplate_6fadbfb364a3bcfbcd9eac51beb80a0367f866a7a4b7fdecde19c21c97fc9084 extends \Twig\Template { public function __construct(Environment $env) { parent::__construct($env); $this->parent = false; $this->blocks = [ ]; } protected function doDisplay(array $context, array $blocks = []) { // line 1 echo "<li"; if ( !twig_test_empty(($context["id"] ?? null))) { echo " id=\""; echo twig_escape_filter($this->env, ($context["id"] ?? null), "html", null, true); echo "\""; } // line 2 if ( !twig_test_empty(($context["class"] ?? null))) { echo " class=\""; echo twig_escape_filter($this->env, ($context["class"] ?? null), "html", null, true); echo "\""; } echo "> "; // line 4 if ((((isset($context["url"]) || array_key_exists("url", $context)) && twig_test_iterable(($context["url"] ?? null))) && !twig_test_empty($this->getAttribute(($context["url"] ?? null), "href", [], "array")))) { // line 5 echo " <a"; if ( !twig_test_empty($this->getAttribute(($context["url"] ?? null), "href", [], "array"))) { echo " href=\""; echo $this->getAttribute(($context["url"] ?? null), "href", [], "array"); echo "\""; } // line 6 if ( !twig_test_empty($this->getAttribute(($context["url"] ?? null), "target", [], "array"))) { echo " target=\""; echo twig_escape_filter($this->env, $this->getAttribute(($context["url"] ?? null), "target", [], "array"), "html", null, true); echo "\""; } // line 7 if (( !twig_test_empty($this->getAttribute(($context["url"] ?? null), "target", [], "array")) && ($this->getAttribute(($context["url"] ?? null), "target", [], "array") == "_blank"))) { echo " rel=\"noopener noreferrer\""; } // line 8 if ( !twig_test_empty($this->getAttribute(($context["url"] ?? null), "id", [], "array"))) { echo " id=\""; echo twig_escape_filter($this->env, $this->getAttribute(($context["url"] ?? null), "id", [], "array"), "html", null, true); echo "\""; } // line 9 if ( !twig_test_empty($this->getAttribute(($context["url"] ?? null), "class", [], "array"))) { echo " class=\""; echo twig_escape_filter($this->env, $this->getAttribute(($context["url"] ?? null), "class", [], "array"), "html", null, true); echo "\""; } // line 10 if ( !twig_test_empty($this->getAttribute(($context["url"] ?? null), "title", [], "array"))) { echo " title=\""; echo twig_escape_filter($this->env, $this->getAttribute(($context["url"] ?? null), "title", [], "array"), "html", null, true); echo "\""; } echo "> "; } // line 12 echo " "; echo ($context["content"] ?? null); echo " "; // line 13 if ((((isset($context["url"]) || array_key_exists("url", $context)) && twig_test_iterable(($context["url"] ?? null))) && !twig_test_empty($this->getAttribute(($context["url"] ?? null), "href", [], "array")))) { // line 14 echo " </a> "; } // line 16 echo " "; if ( !twig_test_empty(($context["mysql_help_page"] ?? null))) { // line 17 echo " "; echo PhpMyAdmin\Util::showMySQLDocu(($context["mysql_help_page"] ?? null)); echo " "; } // line 19 echo "</li> "; } public function getTemplateName() { return "list/item.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 106 => 19, 100 => 17, 97 => 16, 93 => 14, 91 => 13, 86 => 12, 77 => 10, 71 => 9, 65 => 8, 61 => 7, 55 => 6, 48 => 5, 46 => 4, 37 => 2, 30 => 1,); } /** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */ public function getSource() { @trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED); return $this->getSourceContext()->getCode(); } public function getSourceContext() { return new Source("", "list/item.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/list/item.twig"); } } twig/cc/ccb726244b12924b146fd2ecb99d5c0d41d0dce15d84681f00c0aab5af9d43a6.php 0000666 00000026507 14774010371 0017705 0 ustar 00 <?php use Twig\Environment; use Twig\Error\LoaderError; use Twig\Error\RuntimeError; use Twig\Markup; use Twig\Sandbox\SecurityError; use Twig\Sandbox\SecurityNotAllowedTagError; use Twig\Sandbox\SecurityNotAllowedFilterError; use Twig\Sandbox\SecurityNotAllowedFunctionError; use Twig\Source; use Twig\Template; /* database/structure/body_for_table_summary.twig */ class __TwigTemplate_040e7a1b8118e4a4ec61ad7f9696a63656676c3e517b00e6d2ad32a90d910f92 extends \Twig\Template { public function __construct(Environment $env) { parent::__construct($env); $this->parent = false; $this->blocks = [ ]; } protected function doDisplay(array $context, array $blocks = []) { // line 1 echo "<tbody id=\"tbl_summary_row\"> <tr> <th class=\"print_ignore\"></th> <th class=\"tbl_num nowrap\"> "; // line 5 ob_start(function () { return ''; }); // line 6 echo _ngettext("%s table", "%s tables", abs(($context["num_tables"] ?? null))); $context["num_tables_trans"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset()); // line 8 echo " "; echo twig_escape_filter($this->env, sprintf(($context["num_tables_trans"] ?? null), PhpMyAdmin\Util::formatNumber(($context["num_tables"] ?? null), 0)), "html", null, true); echo " </th> "; // line 10 if (($context["server_slave_status"] ?? null)) { // line 11 echo " <th>"; echo _gettext("Replication"); echo "</th> "; } // line 13 echo " "; $context["sum_colspan"] = ((($context["db_is_system_schema"] ?? null)) ? (4) : (7)); // line 14 echo " "; if ((($context["num_favorite_tables"] ?? null) == 0)) { // line 15 echo " "; $context["sum_colspan"] = (($context["sum_colspan"] ?? null) - 1); // line 16 echo " "; } // line 17 echo " <th colspan=\""; echo twig_escape_filter($this->env, ($context["sum_colspan"] ?? null), "html", null, true); echo "\" class=\"print_ignore\">"; echo _gettext("Sum"); echo "</th> "; // line 18 $context["row_count_sum"] = PhpMyAdmin\Util::formatNumber(($context["sum_entries"] ?? null), 0); // line 19 echo " "; // line 20 echo " "; $context["row_sum_url"] = []; // line 21 echo " "; if ((isset($context["approx_rows"]) || array_key_exists("approx_rows", $context))) { // line 22 echo " "; $context["row_sum_url"] = ["ajax_request" => true, "db" => // line 24 ($context["db"] ?? null), "real_row_count" => "true", "real_row_count_all" => "true"]; // line 28 echo " "; } // line 29 echo " "; if (($context["approx_rows"] ?? null)) { // line 30 echo " "; ob_start(function () { return ''; }); // line 31 echo "<a href=\"db_structure.php"; // line 32 echo PhpMyAdmin\Url::getCommon(($context["row_sum_url"] ?? null)); echo "\" class=\"ajax row_count_sum\">~"; // line 33 echo twig_escape_filter($this->env, ($context["row_count_sum"] ?? null), "html", null, true); // line 34 echo "</a>"; $context["cell_text"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset()); // line 36 echo " "; } else { // line 37 echo " "; $context["cell_text"] = ($context["row_count_sum"] ?? null); // line 38 echo " "; } // line 39 echo " <th class=\"value tbl_rows\">"; echo twig_escape_filter($this->env, ($context["cell_text"] ?? null), "html", null, true); echo "</th> "; // line 40 if ( !(($context["properties_num_columns"] ?? null) > 1)) { // line 41 echo " "; // line 42 echo " "; $context["default_engine"] = $this->getAttribute(($context["dbi"] ?? null), "fetchValue", [0 => "SELECT @@storage_engine;"], "method"); // line 43 echo " "; if (twig_test_empty(($context["default_engine"] ?? null))) { // line 44 echo " "; // line 45 echo " "; $context["default_engine"] = $this->getAttribute(($context["dbi"] ?? null), "fetchValue", [0 => "SELECT @@default_storage_engine;"], "method"); // line 46 echo " "; } // line 47 echo " <th class=\"center\"> <dfn title=\""; // line 48 echo twig_escape_filter($this->env, sprintf(_gettext("%s is the default storage engine on this MySQL server."), ($context["default_engine"] ?? null)), "html", null, true); echo "\"> "; // line 49 echo twig_escape_filter($this->env, ($context["default_engine"] ?? null), "html", null, true); echo " </dfn> </th> <th> "; // line 53 if ( !twig_test_empty(($context["db_collation"] ?? null))) { // line 54 echo " <dfn title=\""; echo twig_escape_filter($this->env, PhpMyAdmin\Charsets::getCollationDescr(($context["db_collation"] ?? null)), "html", null, true); echo " ("; echo _gettext("Default"); echo ")\"> "; // line 55 echo twig_escape_filter($this->env, ($context["db_collation"] ?? null), "html", null, true); echo " </dfn> "; } // line 58 echo " </th> "; } // line 60 echo " "; // line 61 if (($context["is_show_stats"] ?? null)) { // line 62 echo " "; $context["sum"] = PhpMyAdmin\Util::formatByteDown(($context["sum_size"] ?? null), 3, 1); // line 63 echo " "; $context["sum_formatted"] = $this->getAttribute(($context["sum"] ?? null), 0, [], "array"); // line 64 echo " "; $context["sum_unit"] = $this->getAttribute(($context["sum"] ?? null), 1, [], "array"); // line 65 echo " <th class=\"value tbl_size\">"; echo twig_escape_filter($this->env, ($context["sum_formatted"] ?? null), "html", null, true); echo " "; echo twig_escape_filter($this->env, ($context["sum_unit"] ?? null), "html", null, true); echo "</th> "; // line 67 $context["overhead"] = PhpMyAdmin\Util::formatByteDown(($context["overhead_size"] ?? null), 3, 1); // line 68 echo " "; $context["overhead_formatted"] = $this->getAttribute(($context["overhead"] ?? null), 0, [], "array"); // line 69 echo " "; $context["overhead_unit"] = $this->getAttribute(($context["overhead"] ?? null), 1, [], "array"); // line 70 echo " <th class=\"value tbl_overhead\">"; echo twig_escape_filter($this->env, ($context["overhead_formatted"] ?? null), "html", null, true); echo " "; echo twig_escape_filter($this->env, ($context["overhead_unit"] ?? null), "html", null, true); echo "</th> "; } // line 72 echo " "; // line 73 if (($context["show_charset"] ?? null)) { // line 74 echo " <th>"; echo twig_escape_filter($this->env, ($context["db_charset"] ?? null), "html", null, true); echo "</th> "; } // line 76 echo " "; if (($context["show_comment"] ?? null)) { // line 77 echo " <th></th> "; } // line 79 echo " "; if (($context["show_creation"] ?? null)) { // line 80 echo " <th class=\"value tbl_creation\"> "; // line 81 ((($context["create_time_all"] ?? null)) ? (print (twig_escape_filter($this->env, PhpMyAdmin\Util::localisedDate(strtotime(($context["create_time_all"] ?? null))), "html", null, true))) : (print ("-"))); echo " </th> "; } // line 84 echo " "; if (($context["show_last_update"] ?? null)) { // line 85 echo " <th class=\"value tbl_last_update\"> "; // line 86 ((($context["update_time_all"] ?? null)) ? (print (twig_escape_filter($this->env, PhpMyAdmin\Util::localisedDate(strtotime(($context["update_time_all"] ?? null))), "html", null, true))) : (print ("-"))); echo " </th> "; } // line 89 echo " "; if (($context["show_last_check"] ?? null)) { // line 90 echo " <th class=\"value tbl_last_check\"> "; // line 91 ((($context["check_time_all"] ?? null)) ? (print (twig_escape_filter($this->env, PhpMyAdmin\Util::localisedDate(strtotime(($context["check_time_all"] ?? null))), "html", null, true))) : (print ("-"))); echo " </th> "; } // line 94 echo "</tr> </tbody> "; } public function getTemplateName() { return "database/structure/body_for_table_summary.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 264 => 94, 258 => 91, 255 => 90, 252 => 89, 246 => 86, 243 => 85, 240 => 84, 234 => 81, 231 => 80, 228 => 79, 224 => 77, 221 => 76, 215 => 74, 213 => 73, 210 => 72, 202 => 70, 199 => 69, 196 => 68, 194 => 67, 186 => 65, 183 => 64, 180 => 63, 177 => 62, 175 => 61, 172 => 60, 168 => 58, 162 => 55, 155 => 54, 153 => 53, 146 => 49, 142 => 48, 139 => 47, 136 => 46, 133 => 45, 131 => 44, 128 => 43, 125 => 42, 123 => 41, 121 => 40, 116 => 39, 113 => 38, 110 => 37, 107 => 36, 104 => 34, 102 => 33, 99 => 32, 97 => 31, 94 => 30, 91 => 29, 88 => 28, 86 => 24, 84 => 22, 81 => 21, 78 => 20, 76 => 19, 74 => 18, 67 => 17, 64 => 16, 61 => 15, 58 => 14, 55 => 13, 49 => 11, 47 => 10, 41 => 8, 38 => 6, 36 => 5, 30 => 1,); } /** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */ public function getSource() { @trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED); return $this->getSourceContext()->getCode(); } public function getSourceContext() { return new Source("", "database/structure/body_for_table_summary.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/database/structure/body_for_table_summary.twig"); } } twig/2d/2dd0ef5185cb8d853b8afd1c6e80e7d8653c5a490c0d63b5c925796bd4b86e9d.php 0000666 00000003672 14774010371 0017630 0 ustar 00 <?php use Twig\Environment; use Twig\Error\LoaderError; use Twig\Error\RuntimeError; use Twig\Markup; use Twig\Sandbox\SecurityError; use Twig\Sandbox\SecurityNotAllowedTagError; use Twig\Sandbox\SecurityNotAllowedFilterError; use Twig\Sandbox\SecurityNotAllowedFunctionError; use Twig\Source; use Twig\Template; /* database/structure/browse_table_label.twig */ class __TwigTemplate_9518551daf0aed252a4a906fff4aa092a08f7ea7dc98e5884a9d7ea14326f2ce extends \Twig\Template { public function __construct(Environment $env) { parent::__construct($env); $this->parent = false; $this->blocks = [ ]; } protected function doDisplay(array $context, array $blocks = []) { // line 1 echo "<a href=\"sql.php"; echo ($context["tbl_url_query"] ?? null); echo "&pos=0\" title=\""; echo twig_escape_filter($this->env, ($context["title"] ?? null), "html", null, true); echo "\"> "; // line 2 echo twig_escape_filter($this->env, ($context["truename"] ?? null), "html", null, true); echo " </a> "; } public function getTemplateName() { return "database/structure/browse_table_label.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 37 => 2, 30 => 1,); } /** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */ public function getSource() { @trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED); return $this->getSourceContext()->getCode(); } public function getSourceContext() { return new Source("", "database/structure/browse_table_label.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/database/structure/browse_table_label.twig"); } } twig/4e/4e18d70cfbb6bf445e549032d630cf93936a72ce6b59fa0dd9614ca6619336e3.php 0000666 00000007550 14774010371 0017373 0 ustar 00 <?php use Twig\Environment; use Twig\Error\LoaderError; use Twig\Error\RuntimeError; use Twig\Markup; use Twig\Sandbox\SecurityError; use Twig\Sandbox\SecurityNotAllowedTagError; use Twig\Sandbox\SecurityNotAllowedFilterError; use Twig\Sandbox\SecurityNotAllowedFunctionError; use Twig\Source; use Twig\Template; /* config/form_display/fieldset_top.twig */ class __TwigTemplate_c8841cd40e8c14ed1253f099ea6a975fa9d9a006dc8ac4b694449b8b40736db7 extends \Twig\Template { public function __construct(Environment $env) { parent::__construct($env); $this->parent = false; $this->blocks = [ ]; } protected function doDisplay(array $context, array $blocks = []) { // line 1 echo "<fieldset"; // line 2 $context['_parent'] = $context; $context['_seq'] = twig_ensure_traversable(($context["attributes"] ?? null)); foreach ($context['_seq'] as $context["key"] => $context["value"]) { // line 3 echo " "; echo twig_escape_filter($this->env, $context["key"], "html", null, true); echo "=\""; echo twig_escape_filter($this->env, $context["value"], "html", null, true); echo "\""; } $_parent = $context['_parent']; unset($context['_seq'], $context['_iterated'], $context['key'], $context['value'], $context['_parent'], $context['loop']); $context = array_intersect_key($context, $_parent) + $_parent; // line 4 echo "> <legend>"; // line 5 echo twig_escape_filter($this->env, ($context["title"] ?? null), "html", null, true); echo "</legend> "; // line 6 if ( !twig_test_empty(($context["description"] ?? null))) { // line 7 echo " <p>"; echo ($context["description"] ?? null); echo "</p> "; } // line 10 if ((twig_test_iterable(($context["errors"] ?? null)) && (twig_length_filter($this->env, ($context["errors"] ?? null)) > 0))) { // line 11 echo " <dl class=\"errors\"> "; // line 12 $context['_parent'] = $context; $context['_seq'] = twig_ensure_traversable(($context["errors"] ?? null)); foreach ($context['_seq'] as $context["_key"] => $context["error"]) { // line 13 echo " <dd>"; echo twig_escape_filter($this->env, $context["error"], "html", null, true); echo "</dd> "; } $_parent = $context['_parent']; unset($context['_seq'], $context['_iterated'], $context['_key'], $context['error'], $context['_parent'], $context['loop']); $context = array_intersect_key($context, $_parent) + $_parent; // line 15 echo " </dl> "; } // line 17 echo "<table width=\"100%\" cellspacing=\"0\"> "; } public function getTemplateName() { return "config/form_display/fieldset_top.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 83 => 17, 79 => 15, 70 => 13, 66 => 12, 63 => 11, 61 => 10, 55 => 7, 53 => 6, 49 => 5, 46 => 4, 36 => 3, 32 => 2, 30 => 1,); } /** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */ public function getSource() { @trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED); return $this->getSourceContext()->getCode(); } public function getSourceContext() { return new Source("", "config/form_display/fieldset_top.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/config/form_display/fieldset_top.twig"); } } twig/8d/8d9d8a912b4c8cff24997c81deb097790322a80a0d11797efbc34dd3e7d3956b.php 0000666 00000002760 14774010371 0017473 0 ustar 00 <?php use Twig\Environment; use Twig\Error\LoaderError; use Twig\Error\RuntimeError; use Twig\Markup; use Twig\Sandbox\SecurityError; use Twig\Sandbox\SecurityNotAllowedTagError; use Twig\Sandbox\SecurityNotAllowedFilterError; use Twig\Sandbox\SecurityNotAllowedFunctionError; use Twig\Source; use Twig\Template; /* config/form_display/tabs_bottom.twig */ class __TwigTemplate_b44fd43c0bacab0b5a4bd3d57ab97e73a39f668a92b548bf7d6a8a65c233d33c extends \Twig\Template { public function __construct(Environment $env) { parent::__construct($env); $this->parent = false; $this->blocks = [ ]; } protected function doDisplay(array $context, array $blocks = []) { // line 1 echo "</div> "; } public function getTemplateName() { return "config/form_display/tabs_bottom.twig"; } public function getDebugInfo() { return array ( 30 => 1,); } /** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */ public function getSource() { @trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED); return $this->getSourceContext()->getCode(); } public function getSourceContext() { return new Source("", "config/form_display/tabs_bottom.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/config/form_display/tabs_bottom.twig"); } } twig/8d/8d46178e1db7a08e822ae7f2b5ceb0f62f5ab02533c5b47ee902eef45b8e7bf9.php 0000666 00000007046 14774010371 0017754 0 ustar 00 <?php use Twig\Environment; use Twig\Error\LoaderError; use Twig\Error\RuntimeError; use Twig\Markup; use Twig\Sandbox\SecurityError; use Twig\Sandbox\SecurityNotAllowedTagError; use Twig\Sandbox\SecurityNotAllowedFilterError; use Twig\Sandbox\SecurityNotAllowedFunctionError; use Twig\Source; use Twig\Template; /* list/unordered.twig */ class __TwigTemplate_3d2c9a52e1d502cea3652e5ba2a5b7139e1742ea491f971660dcf4ab63dd499c extends \Twig\Template { public function __construct(Environment $env) { parent::__construct($env); $this->parent = false; $this->blocks = [ ]; } protected function doDisplay(array $context, array $blocks = []) { // line 1 echo "<ul"; if ( !twig_test_empty(($context["id"] ?? null))) { echo " id=\""; echo twig_escape_filter($this->env, ($context["id"] ?? null), "html", null, true); echo "\""; } // line 2 if ( !twig_test_empty(($context["class"] ?? null))) { echo " class=\""; echo twig_escape_filter($this->env, ($context["class"] ?? null), "html", null, true); echo "\""; } echo "> "; // line 4 if ( !twig_test_empty(($context["items"] ?? null))) { // line 5 echo " "; $context['_parent'] = $context; $context['_seq'] = twig_ensure_traversable(($context["items"] ?? null)); foreach ($context['_seq'] as $context["_key"] => $context["item"]) { // line 6 echo " "; if ( !twig_test_iterable($context["item"])) { // line 7 echo " "; $context["item"] = ["content" => $context["item"]]; // line 8 echo " "; } // line 9 echo " "; $this->loadTemplate("list/item.twig", "list/unordered.twig", 9)->display(twig_to_array($context["item"])); // line 10 echo " "; } $_parent = $context['_parent']; unset($context['_seq'], $context['_iterated'], $context['_key'], $context['item'], $context['_parent'], $context['loop']); $context = array_intersect_key($context, $_parent) + $_parent; // line 11 echo " "; } elseif ( !twig_test_empty(($context["content"] ?? null))) { // line 12 echo " "; echo ($context["content"] ?? null); echo " "; } // line 14 echo "</ul> "; } public function getTemplateName() { return "list/unordered.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 80 => 14, 74 => 12, 71 => 11, 65 => 10, 62 => 9, 59 => 8, 56 => 7, 53 => 6, 48 => 5, 46 => 4, 37 => 2, 30 => 1,); } /** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */ public function getSource() { @trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED); return $this->getSourceContext()->getCode(); } public function getSourceContext() { return new Source("", "list/unordered.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/list/unordered.twig"); } } twig/db/dbe8d9cb3e922ff9f6b0ee28da86454965041658d7e294d48d5fa8a646522b29.php 0000666 00000005520 14774010371 0017500 0 ustar 00 <?php use Twig\Environment; use Twig\Error\LoaderError; use Twig\Error\RuntimeError; use Twig\Markup; use Twig\Sandbox\SecurityError; use Twig\Sandbox\SecurityNotAllowedTagError; use Twig\Sandbox\SecurityNotAllowedFilterError; use Twig\Sandbox\SecurityNotAllowedFunctionError; use Twig\Source; use Twig\Template; /* database/create_table.twig */ class __TwigTemplate_d0b8d0abf71ca469fd858eb57596a40b036e5e70e3ed8580fe559ee2dc08f859 extends \Twig\Template { public function __construct(Environment $env) { parent::__construct($env); $this->parent = false; $this->blocks = [ ]; } protected function doDisplay(array $context, array $blocks = []) { // line 1 echo "<form id=\"create_table_form_minimal\" method=\"post\" action=\"tbl_create.php\" class=\"lock-page\"> <fieldset> <legend> "; // line 4 if (PhpMyAdmin\Util::showIcons("ActionLinksMode")) { // line 5 echo PhpMyAdmin\Util::getImage("b_table_add"); } // line 7 echo " "; echo _gettext("Create table"); // line 8 echo " </legend> "; // line 9 echo PhpMyAdmin\Url::getHiddenInputs(($context["db"] ?? null)); echo " <div class=\"formelement\"> "; // line 11 echo _gettext("Name"); echo ": <input type=\"text\" name=\"table\" maxlength=\"64\" size=\"30\" required=\"required\" /> </div> <div class=\"formelement\"> "; // line 15 echo _gettext("Number of columns"); echo ": <input type=\"number\" min=\"1\" name=\"num_fields\" value=\"4\" required=\"required\" /> </div> <div class=\"clearfloat\"></div> </fieldset> <fieldset class=\"tblFooters\"> <input type=\"submit\" value=\""; // line 21 echo _gettext("Go"); echo "\" /> </fieldset> </form> "; } public function getTemplateName() { return "database/create_table.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 67 => 21, 58 => 15, 51 => 11, 46 => 9, 43 => 8, 40 => 7, 37 => 5, 35 => 4, 30 => 1,); } /** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */ public function getSource() { @trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED); return $this->getSourceContext()->getCode(); } public function getSourceContext() { return new Source("", "database/create_table.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/database/create_table.twig"); } } twig/b5/b56b406a24364f88325a4abefaba525f3355222cd85457ef2f758f93580324fb.php 0000666 00000015244 14774010371 0017221 0 ustar 00 <?php use Twig\Environment; use Twig\Error\LoaderError; use Twig\Error\RuntimeError; use Twig\Markup; use Twig\Sandbox\SecurityError; use Twig\Sandbox\SecurityNotAllowedTagError; use Twig\Sandbox\SecurityNotAllowedFilterError; use Twig\Sandbox\SecurityNotAllowedFunctionError; use Twig\Source; use Twig\Template; /* database/structure/check_all_tables.twig */ class __TwigTemplate_e49675888bbdc39022d0f8fa07985034dd0b94469ea50ec136995b74d1caaaf0 extends \Twig\Template { public function __construct(Environment $env) { parent::__construct($env); $this->parent = false; $this->blocks = [ ]; } protected function doDisplay(array $context, array $blocks = []) { // line 1 echo "<div class=\"clearfloat print_ignore\"> <img class=\"selectallarrow\" src=\""; // line 2 echo twig_escape_filter($this->env, ($context["pma_theme_image"] ?? null), "html", null, true); echo "arrow_"; echo twig_escape_filter($this->env, ($context["text_dir"] ?? null), "html", null, true); echo ".png\" width=\"38\" height=\"22\" alt=\""; echo _gettext("With selected:"); echo "\" /> <input type=\"checkbox\" id=\"tablesForm_checkall\" class=\"checkall_box\" title=\""; // line 3 echo _gettext("Check all"); echo "\" /> <label for=\"tablesForm_checkall\">"; // line 4 echo _gettext("Check all"); echo "</label> "; // line 5 if ((($context["overhead_check"] ?? null) != "")) { // line 6 echo " / <a href=\"#\" class=\"checkall-filter\" data-checkall-selector=\".tbl-overhead\">"; echo _gettext("Check tables having overhead"); echo "</a> "; } // line 8 echo " <select name=\"submit_mult\" style=\"margin: 0 3em 0 3em;\"> <option value=\""; // line 9 echo _gettext("With selected:"); echo "\" selected=\"selected\">"; echo _gettext("With selected:"); echo "</option> <option value=\"copy_tbl\">"; // line 10 echo _gettext("Copy table"); echo "</option> <option value=\"show_create\">"; // line 11 echo _gettext("Show create"); echo "</option> <option value=\"export\">"; // line 12 echo _gettext("Export"); echo "</option> "; // line 13 if (( !($context["db_is_system_schema"] ?? null) && !($context["disable_multi_table"] ?? null))) { // line 14 echo " <optgroup label=\""; echo _gettext("Delete data or table"); echo "\"> <option value=\"empty_tbl\">"; // line 15 echo _gettext("Empty"); echo "</option> <option value=\"drop_tbl\">"; // line 16 echo _gettext("Drop"); echo "</option> </optgroup> <optgroup label=\""; // line 18 echo _gettext("Table maintenance"); echo "\"> <option value=\"analyze_tbl\">"; // line 19 echo _gettext("Analyze table"); echo "</option> <option value=\"check_tbl\">"; // line 20 echo _gettext("Check table"); echo "</option> <option value=\"checksum_tbl\">"; // line 21 echo _gettext("Checksum table"); echo "</option> <option value=\"optimize_tbl\">"; // line 22 echo _gettext("Optimize table"); echo "</option> <option value=\"repair_tbl\">"; // line 23 echo _gettext("Repair table"); echo "</option> </optgroup> <optgroup label=\""; // line 25 echo _gettext("Prefix"); echo "\"> <option value=\"add_prefix_tbl\">"; // line 26 echo _gettext("Add prefix to table"); echo "</option> <option value=\"replace_prefix_tbl\">"; // line 27 echo _gettext("Replace table prefix"); echo "</option> <option value=\"copy_tbl_change_prefix\">"; // line 28 echo _gettext("Copy table with prefix"); echo "</option> </optgroup> "; } // line 31 echo " "; if (((isset($context["central_columns_work"]) || array_key_exists("central_columns_work", $context)) && ($context["central_columns_work"] ?? null))) { // line 32 echo " <optgroup label=\""; echo _gettext("Central columns"); echo "\"> <option value=\"sync_unique_columns_central_list\">"; // line 33 echo _gettext("Add columns to central list"); echo "</option> <option value=\"delete_unique_columns_central_list\">"; // line 34 echo _gettext("Remove columns from central list"); echo "</option> <option value=\"make_consistent_with_central_list\">"; // line 35 echo _gettext("Make consistent with central list"); echo "</option> </optgroup> "; } // line 38 echo " </select> "; // line 39 echo twig_join_filter(($context["hidden_fields"] ?? null), " "); echo " </div> "; } public function getTemplateName() { return "database/structure/check_all_tables.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 162 => 39, 159 => 38, 153 => 35, 149 => 34, 145 => 33, 140 => 32, 137 => 31, 131 => 28, 127 => 27, 123 => 26, 119 => 25, 114 => 23, 110 => 22, 106 => 21, 102 => 20, 98 => 19, 94 => 18, 89 => 16, 85 => 15, 80 => 14, 78 => 13, 74 => 12, 70 => 11, 66 => 10, 60 => 9, 57 => 8, 51 => 6, 49 => 5, 45 => 4, 41 => 3, 33 => 2, 30 => 1,); } /** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */ public function getSource() { @trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED); return $this->getSourceContext()->getCode(); } 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"); } }
| ver. 1.4 |
Github
|
.
| PHP 5.6.40 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка