?????????? ????????? - ??????????????? - /home/agenciai/public_html/cd38d8/81.tar
???????
81e21cc0ce2e9ce209c49e6d09ed1371.php 0000644 00000055624 15125127770 0011736 0 ustar 00 <?php use Twig\Environment; use Twig\Error\LoaderError; use Twig\Error\RuntimeError; use Twig\Extension\CoreExtension; use Twig\Extension\SandboxExtension; 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; /* table/structure/display_table_stats.twig */ class __TwigTemplate_85d90bc3991c430f0c1f83d5f51617b9 extends Template { private $source; private $macros = []; public function __construct(Environment $env) { parent::__construct($env); $this->source = $this->getSourceContext(); $this->parent = false; $this->blocks = [ ]; } protected function doDisplay(array $context, array $blocks = []) { $macros = $this->macros; // line 1 yield "<div id=\"tablestatistics\"> <fieldset class=\"pma-fieldset\"> <legend>"; yield _gettext("Information"); // line 3 yield "</legend> "; // line 4 if ((($__internal_compile_0 = ($context["showtable"] ?? null)) && is_array($__internal_compile_0) || $__internal_compile_0 instanceof ArrayAccess ? ($__internal_compile_0["TABLE_COMMENT"] ?? null) : null)) { // line 5 yield " <p> <strong>"; yield _gettext("Table comments:"); // line 6 yield "</strong> "; // line 7 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((($__internal_compile_1 = ($context["showtable"] ?? null)) && is_array($__internal_compile_1) || $__internal_compile_1 instanceof ArrayAccess ? ($__internal_compile_1["TABLE_COMMENT"] ?? null) : null), "html", null, true); yield " </p> "; } // line 10 yield " <a id=\"showusage\"></a> "; // line 12 if (( !($context["tbl_is_view"] ?? null) && !($context["db_is_system_schema"] ?? null))) { // line 13 yield " <table class=\"table table-striped table-hover table-sm w-auto caption-top\"> <caption>"; yield _gettext("Space usage"); // line 14 yield "</caption> <tbody> <tr> <th class=\"name\">"; yield _gettext("Data"); // line 17 yield "</th> <td class=\"value\">"; // line 18 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(($context["data_size"] ?? null), "html", null, true); yield "</td> <td class=\"unit\">"; // line 19 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(($context["data_unit"] ?? null), "html", null, true); yield "</td> </tr> "; // line 22 if (array_key_exists("index_size", $context)) { // line 23 yield " <tr> <th class=\"name\">"; yield _gettext("Index"); // line 24 yield "</th> <td class=\"value\">"; // line 25 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(($context["index_size"] ?? null), "html", null, true); yield "</td> <td class=\"unit\">"; // line 26 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(($context["index_unit"] ?? null), "html", null, true); yield "</td> </tr> "; } // line 29 yield " "; // line 30 if (array_key_exists("free_size", $context)) { // line 31 yield " <tr> <th class=\"name\">"; yield _gettext("Overhead"); // line 32 yield "</th> <td class=\"value\">"; // line 33 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(($context["free_size"] ?? null), "html", null, true); yield "</td> <td class=\"unit\">"; // line 34 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(($context["free_unit"] ?? null), "html", null, true); yield "</td> </tr> <tr> <th class=\"name\">"; yield _gettext("Effective"); // line 37 yield "</th> <td class=\"value\">"; // line 38 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(($context["effect_size"] ?? null), "html", null, true); yield "</td> <td class=\"unit\">"; // line 39 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(($context["effect_unit"] ?? null), "html", null, true); yield "</td> </tr> "; } // line 42 yield " "; // line 43 if ((array_key_exists("tot_size", $context) && (($context["mergetable"] ?? null) == false))) { // line 44 yield " <tr> <th class=\"name\">"; yield _gettext("Total"); // line 45 yield "</th> <td class=\"value\">"; // line 46 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(($context["tot_size"] ?? null), "html", null, true); yield "</td> <td class=\"unit\">"; // line 47 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(($context["tot_unit"] ?? null), "html", null, true); yield "</td> </tr> "; } // line 50 yield " </tbody> "; // line 53 yield " "; if (((array_key_exists("free_size", $context) && (((( // line 54 ($context["tbl_storage_engine"] ?? null) == "MYISAM") || ( // line 55 ($context["tbl_storage_engine"] ?? null) == "ARIA")) || ( // line 56 ($context["tbl_storage_engine"] ?? null) == "MARIA")) || ( // line 57 ($context["tbl_storage_engine"] ?? null) == "BDB"))) || (( // line 58 ($context["tbl_storage_engine"] ?? null) == "INNODB") && (($context["innodb_file_per_table"] ?? null) == true)))) { // line 59 yield " <tfoot> <tr class=\"d-print-none\"> <th colspan=\"3\" class=\"center\"> <a href=\""; // line 62 yield PhpMyAdmin\Url::getFromRoute("/sql"); yield "\" data-post=\""; yield PhpMyAdmin\Url::getCommon(["db" => // line 63 ($context["db"] ?? null), "table" => // line 64 ($context["table"] ?? null), "sql_query" => ("OPTIMIZE TABLE " . PhpMyAdmin\Util::backquote( // line 65 ($context["table"] ?? null))), "pos" => 0]); // line 67 yield "\"> "; // line 68 yield PhpMyAdmin\Html\Generator::getIcon("b_tbloptimize", _gettext("Optimize table")); yield " </a> </th> </tr> </tfoot> "; } // line 74 yield " </table> "; } // line 76 yield " "; // line 77 $context["avg_size"] = ((array_key_exists("avg_size", $context)) ? (($context["avg_size"] ?? null)) : (null)); // line 78 yield " "; $context["avg_unit"] = ((array_key_exists("avg_unit", $context)) ? (($context["avg_unit"] ?? null)) : (null)); // line 79 yield " <table class=\"table table-striped table-hover table-sm w-auto caption-top\"> <caption>"; yield _gettext("Row statistics"); // line 80 yield "</caption> <tbody> "; // line 82 if (CoreExtension::getAttribute($this->env, $this->source, ($context["showtable"] ?? null), "Row_format", [], "array", true, true, false, 82)) { // line 83 yield " <tr> <th class=\"name\">"; yield _gettext("Format"); // line 84 yield "</th> "; // line 85 if (((($__internal_compile_2 = ($context["showtable"] ?? null)) && is_array($__internal_compile_2) || $__internal_compile_2 instanceof ArrayAccess ? ($__internal_compile_2["Row_format"] ?? null) : null) == "Fixed")) { // line 86 yield " <td class=\"value\">"; yield _gettext("static"); yield "</td> "; } elseif (((($__internal_compile_3 = // line 87 ($context["showtable"] ?? null)) && is_array($__internal_compile_3) || $__internal_compile_3 instanceof ArrayAccess ? ($__internal_compile_3["Row_format"] ?? null) : null) == "Dynamic")) { // line 88 yield " <td class=\"value\">"; yield _gettext("dynamic"); yield "</td> "; } else { // line 90 yield " <td class=\"value\">"; yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((($__internal_compile_4 = ($context["showtable"] ?? null)) && is_array($__internal_compile_4) || $__internal_compile_4 instanceof ArrayAccess ? ($__internal_compile_4["Row_format"] ?? null) : null), "html", null, true); yield "</td> "; } // line 92 yield " </tr> "; } // line 94 yield " "; // line 95 if ( !Twig\Extension\CoreExtension::testEmpty((($__internal_compile_5 = ($context["showtable"] ?? null)) && is_array($__internal_compile_5) || $__internal_compile_5 instanceof ArrayAccess ? ($__internal_compile_5["Create_options"] ?? null) : null))) { // line 96 yield " <tr> <th class=\"name\">"; yield _gettext("Options"); // line 97 yield "</th> "; // line 98 if (((($__internal_compile_6 = ($context["showtable"] ?? null)) && is_array($__internal_compile_6) || $__internal_compile_6 instanceof ArrayAccess ? ($__internal_compile_6["Create_options"] ?? null) : null) == "partitioned")) { // line 99 yield " <td class=\"value\">"; yield _gettext("partitioned"); yield "</td> "; } else { // line 101 yield " <td class=\"value\">"; yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((($__internal_compile_7 = ($context["showtable"] ?? null)) && is_array($__internal_compile_7) || $__internal_compile_7 instanceof ArrayAccess ? ($__internal_compile_7["Create_options"] ?? null) : null), "html", null, true); yield "</td> "; } // line 103 yield " </tr> "; } // line 105 yield " "; // line 106 if ( !Twig\Extension\CoreExtension::testEmpty(($context["table_collation"] ?? null))) { // line 107 yield " <tr> <th class=\"name\">"; yield _gettext("Collation"); // line 108 yield "</th> <td class=\"value\"> <dfn title=\""; // line 110 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, ($context["table_collation"] ?? null), "description", [], "any", false, false, false, 110), "html", null, true); yield "\"> "; // line 111 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, ($context["table_collation"] ?? null), "name", [], "any", false, false, false, 111), "html", null, true); yield " </dfn> </td> </tr> "; } // line 116 yield " "; // line 117 if (( !($context["is_innodb"] ?? null) && CoreExtension::getAttribute($this->env, $this->source, ($context["showtable"] ?? null), "Rows", [], "array", true, true, false, 117))) { // line 118 yield " <tr> <th class=\"name\">"; yield _gettext("Rows"); // line 119 yield "</th> <td class=\"value\">"; // line 120 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(PhpMyAdmin\Util::formatNumber((($__internal_compile_8 = ($context["showtable"] ?? null)) && is_array($__internal_compile_8) || $__internal_compile_8 instanceof ArrayAccess ? ($__internal_compile_8["Rows"] ?? null) : null), 0), "html", null, true); yield "</td> </tr> "; } // line 123 yield " "; // line 124 if ((( !($context["is_innodb"] ?? null) && CoreExtension::getAttribute($this->env, $this->source, // line 125 ($context["showtable"] ?? null), "Avg_row_length", [], "array", true, true, false, 125)) && ((($__internal_compile_9 = // line 126 ($context["showtable"] ?? null)) && is_array($__internal_compile_9) || $__internal_compile_9 instanceof ArrayAccess ? ($__internal_compile_9["Avg_row_length"] ?? null) : null) > 0))) { // line 127 yield " <tr> <th class=\"name\">"; yield _gettext("Row length"); // line 128 yield "</th> "; // line 129 $context["avg_row_length"] = PhpMyAdmin\Util::formatByteDown((($__internal_compile_10 = ($context["showtable"] ?? null)) && is_array($__internal_compile_10) || $__internal_compile_10 instanceof ArrayAccess ? ($__internal_compile_10["Avg_row_length"] ?? null) : null), 6, 1); // line 130 yield " <td class=\"value\">"; yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((($__internal_compile_11 = ($context["avg_row_length"] ?? null)) && is_array($__internal_compile_11) || $__internal_compile_11 instanceof ArrayAccess ? ($__internal_compile_11[0] ?? null) : null), "html", null, true); yield " "; yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((($__internal_compile_12 = ($context["avg_row_length"] ?? null)) && is_array($__internal_compile_12) || $__internal_compile_12 instanceof ArrayAccess ? ($__internal_compile_12[1] ?? null) : null), "html", null, true); yield "</td> </tr> "; } // line 133 yield " "; // line 134 if ((((( !($context["is_innodb"] ?? null) && CoreExtension::getAttribute($this->env, $this->source, // line 135 ($context["showtable"] ?? null), "Data_length", [], "array", true, true, false, 135)) && CoreExtension::getAttribute($this->env, $this->source, // line 136 ($context["showtable"] ?? null), "Rows", [], "array", true, true, false, 136)) && ((($__internal_compile_13 = // line 137 ($context["showtable"] ?? null)) && is_array($__internal_compile_13) || $__internal_compile_13 instanceof ArrayAccess ? ($__internal_compile_13["Rows"] ?? null) : null) > 0)) && ( // line 138 ($context["mergetable"] ?? null) == false))) { // line 139 yield " <tr> <th class=\"name\">"; yield _gettext("Row size"); // line 140 yield "</th> <td class=\"value\">"; // line 141 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(($context["avg_size"] ?? null), "html", null, true); yield " "; yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(($context["avg_unit"] ?? null), "html", null, true); yield "</td> </tr> "; } // line 144 yield " "; // line 145 if (CoreExtension::getAttribute($this->env, $this->source, ($context["showtable"] ?? null), "Auto_increment", [], "array", true, true, false, 145)) { // line 146 yield " <tr> <th class=\"name\">"; yield _gettext("Next autoindex"); // line 147 yield "</th> <td class=\"value\">"; // line 148 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(PhpMyAdmin\Util::formatNumber((($__internal_compile_14 = ($context["showtable"] ?? null)) && is_array($__internal_compile_14) || $__internal_compile_14 instanceof ArrayAccess ? ($__internal_compile_14["Auto_increment"] ?? null) : null), 0), "html", null, true); yield "</td> </tr> "; } // line 151 yield " "; // line 152 if (CoreExtension::getAttribute($this->env, $this->source, ($context["showtable"] ?? null), "Create_time", [], "array", true, true, false, 152)) { // line 153 yield " <tr> <th class=\"name\">"; yield _gettext("Creation"); // line 154 yield "</th> <td class=\"value\">"; // line 155 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(PhpMyAdmin\Util::localisedDate($this->extensions['Twig\Extension\CoreExtension']->formatDate((($__internal_compile_15 = ($context["showtable"] ?? null)) && is_array($__internal_compile_15) || $__internal_compile_15 instanceof ArrayAccess ? ($__internal_compile_15["Create_time"] ?? null) : null), "U")), "html", null, true); yield "</td> </tr> "; } // line 158 yield " "; // line 159 if (CoreExtension::getAttribute($this->env, $this->source, ($context["showtable"] ?? null), "Update_time", [], "array", true, true, false, 159)) { // line 160 yield " <tr> <th class=\"name\">"; yield _gettext("Last update"); // line 161 yield "</th> <td class=\"value\">"; // line 162 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(PhpMyAdmin\Util::localisedDate($this->extensions['Twig\Extension\CoreExtension']->formatDate((($__internal_compile_16 = ($context["showtable"] ?? null)) && is_array($__internal_compile_16) || $__internal_compile_16 instanceof ArrayAccess ? ($__internal_compile_16["Update_time"] ?? null) : null), "U")), "html", null, true); yield "</td> </tr> "; } // line 165 yield " "; // line 166 if (CoreExtension::getAttribute($this->env, $this->source, ($context["showtable"] ?? null), "Check_time", [], "array", true, true, false, 166)) { // line 167 yield " <tr> <th class=\"name\">"; yield _gettext("Last check"); // line 168 yield "</th> <td class=\"value\">"; // line 169 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(PhpMyAdmin\Util::localisedDate($this->extensions['Twig\Extension\CoreExtension']->formatDate((($__internal_compile_17 = ($context["showtable"] ?? null)) && is_array($__internal_compile_17) || $__internal_compile_17 instanceof ArrayAccess ? ($__internal_compile_17["Check_time"] ?? null) : null), "U")), "html", null, true); yield "</td> </tr> "; } // line 172 yield " </tbody> </table> </fieldset> </div> "; return; yield ''; } /** * @codeCoverageIgnore */ public function getTemplateName() { return "table/structure/display_table_stats.twig"; } /** * @codeCoverageIgnore */ public function isTraitable() { return false; } /** * @codeCoverageIgnore */ public function getDebugInfo() { return array ( 451 => 172, 445 => 169, 442 => 168, 438 => 167, 436 => 166, 433 => 165, 427 => 162, 424 => 161, 420 => 160, 418 => 159, 415 => 158, 409 => 155, 406 => 154, 402 => 153, 400 => 152, 397 => 151, 391 => 148, 388 => 147, 384 => 146, 382 => 145, 379 => 144, 371 => 141, 368 => 140, 364 => 139, 362 => 138, 361 => 137, 360 => 136, 359 => 135, 358 => 134, 355 => 133, 346 => 130, 344 => 129, 341 => 128, 337 => 127, 335 => 126, 334 => 125, 333 => 124, 330 => 123, 324 => 120, 321 => 119, 317 => 118, 315 => 117, 312 => 116, 304 => 111, 300 => 110, 296 => 108, 292 => 107, 290 => 106, 287 => 105, 283 => 103, 277 => 101, 271 => 99, 269 => 98, 266 => 97, 262 => 96, 260 => 95, 257 => 94, 253 => 92, 247 => 90, 241 => 88, 239 => 87, 234 => 86, 232 => 85, 229 => 84, 225 => 83, 223 => 82, 219 => 80, 215 => 79, 212 => 78, 210 => 77, 207 => 76, 203 => 74, 194 => 68, 191 => 67, 189 => 65, 188 => 64, 187 => 63, 184 => 62, 179 => 59, 177 => 58, 176 => 57, 175 => 56, 174 => 55, 173 => 54, 171 => 53, 167 => 50, 161 => 47, 157 => 46, 154 => 45, 150 => 44, 148 => 43, 145 => 42, 139 => 39, 135 => 38, 132 => 37, 125 => 34, 121 => 33, 118 => 32, 114 => 31, 112 => 30, 109 => 29, 103 => 26, 99 => 25, 96 => 24, 92 => 23, 90 => 22, 84 => 19, 80 => 18, 77 => 17, 71 => 14, 67 => 13, 65 => 12, 61 => 10, 55 => 7, 52 => 6, 48 => 5, 46 => 4, 43 => 3, 38 => 1,); } public function getSourceContext() { return new Source("", "table/structure/display_table_stats.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/table/structure/display_table_stats.twig"); } } 81831ef6925577ad010cc639f83cf795.php 0000644 00000042063 15125127770 0011456 0 ustar 00 <?php use Twig\Environment; use Twig\Error\LoaderError; use Twig\Error\RuntimeError; use Twig\Extension\CoreExtension; use Twig\Extension\SandboxExtension; 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/tree/node.twig */ class __TwigTemplate_cd233b2faa23642da58d6aa43479e37a extends Template { private $source; private $macros = []; public function __construct(Environment $env) { parent::__construct($env); $this->source = $this->getSourceContext(); $this->parent = false; $this->blocks = [ ]; } protected function doDisplay(array $context, array $blocks = []) { $macros = $this->macros; // line 1 if (($context["show_node"] ?? null)) { // line 2 yield " <li class=\""; yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(($context["li_classes"] ?? null), "html", null, true); yield "\"> <div class=\"block\"> <i"; // line 4 yield (((($context["class"] ?? null) == "first")) ? (" class=\"first\"") : ("")); yield "></i> "; // line 5 if (($context["node_is_group"] ?? null)) { // line 6 yield " "; yield ((!CoreExtension::inFilter("last", ($context["class"] ?? null))) ? ("<b></b>") : ("")); yield " <a class=\""; // line 7 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(($context["link_classes"] ?? null), "html", null, true); yield "\" href=\"#\"> <span class=\"hide paths_nav\" data-apath=\""; // line 8 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, ($context["paths"] ?? null), "a_path", [], "any", false, false, false, 8), "html", null, true); yield "\" data-vpath=\""; yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, ($context["paths"] ?? null), "v_path", [], "any", false, false, false, 8), "html", null, true); yield "\" data-pos=\""; yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, ($context["paths"] ?? null), "pos", [], "any", false, false, false, 8), "html", null, true); yield "\"></span> "; // line 9 if ( !Twig\Extension\CoreExtension::testEmpty(($context["pagination_params"] ?? null))) { // line 10 yield " <span class=\"hide "; yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, ($context["pagination_params"] ?? null), "position", [], "any", false, false, false, 10), "html", null, true); yield "\" data-name=\""; yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, ($context["pagination_params"] ?? null), "data_name", [], "any", false, false, false, 10), "html", null, true); yield "\" data-value=\""; yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, ($context["pagination_params"] ?? null), "data_value", [], "any", false, false, false, 10), "html", null, true); yield "\"></span> "; } // line 12 yield " "; yield ($context["node_icon"] ?? null); yield " </a> "; } elseif ( !Twig\Extension\CoreExtension::testEmpty( // line 14 ($context["pagination_params"] ?? null))) { // line 15 yield " <span class=\"hide "; yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, ($context["pagination_params"] ?? null), "position", [], "any", false, false, false, 15), "html", null, true); yield "\" data-name=\""; yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, ($context["pagination_params"] ?? null), "data_name", [], "any", false, false, false, 15), "html", null, true); yield "\" data-value=\""; yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, ($context["pagination_params"] ?? null), "data_value", [], "any", false, false, false, 15), "html", null, true); yield "\"></span> "; } // line 17 yield " </div> "; // line 18 if (($context["node_is_container"] ?? null)) { // line 19 yield " <div class=\"fst-italic\"> "; } // line 21 yield " "; // line 22 if (CoreExtension::getAttribute($this->env, $this->source, ($context["node"] ?? null), "isGroup", [], "any", false, false, false, 22)) { // line 23 yield " <div class=\"block second"; yield ((($context["has_second_icon"] ?? null)) ? (" double") : ("")); yield "\"> <u>"; // line 24 yield PhpMyAdmin\Html\Generator::getImage((($__internal_compile_0 = CoreExtension::getAttribute($this->env, $this->source, ($context["node"] ?? null), "icon", [], "any", false, false, false, 24)) && is_array($__internal_compile_0) || $__internal_compile_0 instanceof ArrayAccess ? ($__internal_compile_0["image"] ?? null) : null), (($__internal_compile_1 = CoreExtension::getAttribute($this->env, $this->source, ($context["node"] ?? null), "icon", [], "any", false, false, false, 24)) && is_array($__internal_compile_1) || $__internal_compile_1 instanceof ArrayAccess ? ($__internal_compile_1["title"] ?? null) : null)); yield "</u> </div> "; // line 26 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, ($context["node"] ?? null), "name", [], "any", false, false, false, 26), "html", null, true); yield " "; } else { // line 28 yield " <div class=\"block second"; yield ((($context["has_second_icon"] ?? null)) ? (" double") : ("")); yield "\"> "; // line 29 $context['_parent'] = $context; $context['_seq'] = CoreExtension::ensureTraversable(($context["icon_links"] ?? null)); foreach ($context['_seq'] as $context["_key"] => $context["link"]) { // line 30 yield " <a href=\""; yield PhpMyAdmin\Url::getFromRoute(CoreExtension::getAttribute($this->env, $this->source, $context["link"], "route", [], "any", false, false, false, 30), CoreExtension::getAttribute($this->env, $this->source, $context["link"], "params", [], "any", false, false, false, 30)); yield "\""; yield ((CoreExtension::getAttribute($this->env, $this->source, $context["link"], "is_ajax", [], "any", false, false, false, 30)) ? (" class=\"ajax\"") : ("")); yield ">"; // line 31 yield PhpMyAdmin\Html\Generator::getImage(CoreExtension::getAttribute($this->env, $this->source, $context["link"], "image", [], "any", false, false, false, 31), CoreExtension::getAttribute($this->env, $this->source, $context["link"], "title", [], "any", false, false, false, 31)); // line 32 yield "</a> "; } $_parent = $context['_parent']; unset($context['_seq'], $context['_iterated'], $context['_key'], $context['link'], $context['_parent'], $context['loop']); $context = array_intersect_key($context, $_parent) + $_parent; // line 34 yield " </div> "; // line 36 if (($context["node_is_container"] ?? null)) { // line 37 yield " <a class=\"hover_show_full\" href=\""; yield PhpMyAdmin\Url::getFromRoute(CoreExtension::getAttribute($this->env, $this->source, ($context["text_link"] ?? null), "route", [], "any", false, false, false, 37), CoreExtension::getAttribute($this->env, $this->source, ($context["text_link"] ?? null), "params", [], "any", false, false, false, 37)); yield "\">"; yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, ($context["node"] ?? null), "name", [], "any", false, false, false, 37), "html", null, true); yield "</a> "; } elseif (CoreExtension::inFilter("index", CoreExtension::getAttribute($this->env, $this->source, // line 38 ($context["node"] ?? null), "classes", [], "any", false, false, false, 38))) { // line 39 yield " <a class=\"hover_show_full\" href=\""; yield PhpMyAdmin\Url::getFromRoute(CoreExtension::getAttribute($this->env, $this->source, ($context["text_link"] ?? null), "route", [], "any", false, false, false, 39)); yield "\" data-post=\""; yield PhpMyAdmin\Url::getCommon(Twig\Extension\CoreExtension::merge(CoreExtension::getAttribute($this->env, $this->source, ($context["text_link"] ?? null), "params", [], "any", false, false, false, 39), ["is_from_nav" => true])); yield "\" title=\""; yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, ($context["text_link"] ?? null), "title", [], "any", false, false, false, 39), "html", null, true); yield "\">"; // line 40 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((((CoreExtension::getAttribute($this->env, $this->source, ($context["node"] ?? null), "displayName", [], "any", true, true, false, 40) && !(null === CoreExtension::getAttribute($this->env, $this->source, ($context["node"] ?? null), "displayName", [], "any", false, false, false, 40)))) ? (CoreExtension::getAttribute($this->env, $this->source, ($context["node"] ?? null), "displayName", [], "any", false, false, false, 40)) : (CoreExtension::getAttribute($this->env, $this->source, ($context["node"] ?? null), "realName", [], "any", false, false, false, 40))), "html", null, true); // line 41 yield "</a> "; } else { // line 43 yield " <a class=\"hover_show_full"; yield ((CoreExtension::getAttribute($this->env, $this->source, ($context["text_link"] ?? null), "is_ajax", [], "any", false, false, false, 43)) ? (" ajax") : ("")); yield "\" href=\""; yield PhpMyAdmin\Url::getFromRoute(CoreExtension::getAttribute($this->env, $this->source, ($context["text_link"] ?? null), "route", [], "any", false, false, false, 43), CoreExtension::getAttribute($this->env, $this->source, ($context["text_link"] ?? null), "params", [], "any", false, false, false, 43)); yield "\" title=\""; yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, ($context["text_link"] ?? null), "title", [], "any", false, false, false, 43), "html", null, true); yield "\">"; // line 44 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((((CoreExtension::getAttribute($this->env, $this->source, ($context["node"] ?? null), "displayName", [], "any", true, true, false, 44) && !(null === CoreExtension::getAttribute($this->env, $this->source, ($context["node"] ?? null), "displayName", [], "any", false, false, false, 44)))) ? (CoreExtension::getAttribute($this->env, $this->source, ($context["node"] ?? null), "displayName", [], "any", false, false, false, 44)) : (CoreExtension::getAttribute($this->env, $this->source, ($context["node"] ?? null), "realName", [], "any", false, false, false, 44))), "html", null, true); // line 45 yield "</a> "; } // line 47 yield " "; } // line 48 yield " "; // line 49 yield ($context["control_buttons"] ?? null); yield " "; // line 51 if (($context["node_is_container"] ?? null)) { // line 52 yield " </div> "; } // line 54 yield " <div class=\"clearfloat\"></div> "; } elseif ( !Twig\Extension\CoreExtension::testEmpty( // line 56 ($context["pagination_params"] ?? null))) { // line 57 yield " <span class=\"hide "; yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, ($context["pagination_params"] ?? null), "position", [], "any", false, false, false, 57), "html", null, true); yield "\" data-name=\""; yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, ($context["pagination_params"] ?? null), "data_name", [], "any", false, false, false, 57), "html", null, true); yield "\" data-value=\""; yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, ($context["pagination_params"] ?? null), "data_value", [], "any", false, false, false, 57), "html", null, true); yield "\"></span> "; } // line 59 yield " "; // line 60 if (( !Twig\Extension\CoreExtension::testEmpty(CoreExtension::getAttribute($this->env, $this->source, ($context["recursive"] ?? null), "html", [], "any", false, false, false, 60)) && CoreExtension::getAttribute($this->env, $this->source, ($context["recursive"] ?? null), "has_wrapper", [], "any", false, false, false, 60))) { // line 61 yield " <div class=\"list_container\""; yield ((CoreExtension::getAttribute($this->env, $this->source, ($context["recursive"] ?? null), "is_hidden", [], "any", false, false, false, 61)) ? (" style=\"display: none;\"") : ("")); yield "> <ul> "; } // line 64 yield CoreExtension::getAttribute($this->env, $this->source, ($context["recursive"] ?? null), "html", [], "any", false, false, false, 64); yield " "; // line 65 if (( !Twig\Extension\CoreExtension::testEmpty(CoreExtension::getAttribute($this->env, $this->source, ($context["recursive"] ?? null), "html", [], "any", false, false, false, 65)) && CoreExtension::getAttribute($this->env, $this->source, ($context["recursive"] ?? null), "has_wrapper", [], "any", false, false, false, 65))) { // line 66 yield " </ul> </div> "; } // line 69 yield " "; // line 70 if (($context["has_siblings"] ?? null)) { // line 71 yield " </li> "; } return; yield ''; } /** * @codeCoverageIgnore */ public function getTemplateName() { return "navigation/tree/node.twig"; } /** * @codeCoverageIgnore */ public function isTraitable() { return false; } /** * @codeCoverageIgnore */ public function getDebugInfo() { return array ( 256 => 71, 254 => 70, 251 => 69, 246 => 66, 244 => 65, 240 => 64, 233 => 61, 231 => 60, 228 => 59, 218 => 57, 216 => 56, 212 => 54, 208 => 52, 206 => 51, 201 => 49, 198 => 48, 195 => 47, 191 => 45, 189 => 44, 181 => 43, 177 => 41, 175 => 40, 167 => 39, 165 => 38, 158 => 37, 156 => 36, 152 => 34, 145 => 32, 143 => 31, 137 => 30, 133 => 29, 128 => 28, 123 => 26, 118 => 24, 113 => 23, 111 => 22, 108 => 21, 104 => 19, 102 => 18, 99 => 17, 89 => 15, 87 => 14, 81 => 12, 71 => 10, 69 => 9, 61 => 8, 57 => 7, 52 => 6, 50 => 5, 46 => 4, 40 => 2, 38 => 1,); } public function getSourceContext() { return new Source("", "navigation/tree/node.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/navigation/tree/node.twig"); } }
| ver. 1.6 |
Github
|
.
| PHP 8.2.30 | ??????????? ?????????: 0 |
proxy
|
phpinfo
|
???????????