diff --git a/CONFIG/config-local.php b/CONFIG/config-local.php index d9f9970..a72cc5b 100644 --- a/CONFIG/config-local.php +++ b/CONFIG/config-local.php @@ -1,9 +1,9 @@ +?> \ No newline at end of file diff --git a/CONTENT/ROOT_URI/Admin/Due copy.php b/CONTENT/ROOT_URI/Admin/Due copy.php new file mode 100644 index 0000000..5e9db20 --- /dev/null +++ b/CONTENT/ROOT_URI/Admin/Due copy.php @@ -0,0 +1,174 @@ +
+
+ +
+ + + + + + + + + + + + + + + connect_error) { die("Connection failed: " . $conn->connect_error); } + + $agent_id = $_SESSION['user_id']; + if ($_SESSION['type'] === 'admin') { + $sql = "SELECT * FROM `" . $GLOBALS['arif_ac'] . "` WHERE `AA_BAL` < 0 ORDER BY `AA_ID` DESC"; + $stmt = $conn->prepare($sql); + } elseif ($_SESSION['type'] === 'agent') { + $sql = "SELECT * FROM `" . $GLOBALS['arif_ac'] . "` WHERE `AA_BAL` < 0 AND `AA_AGENT` = ? ORDER BY `AA_ID` DESC"; + $stmt = $conn->prepare($sql); + $stmt->bind_param("s", $agent_id); + } + + $stmt->execute(); + $result = $stmt->get_result(); + + $pdfData = []; // PDF এর জন্য array + if ($result->num_rows > 0) { + while ($row = $result->fetch_assoc()) { + $tt = $row["AA_ID"] - 10; + echo " + + + + + + + + + + + + "; + + // PDF data push + $pdfData[] = [ + $tt, + $row["AA_ACTYPE"] . "," . $row["AA_TYPE"], + $row["AA_ACNO"], + $row["AA_NAME"], + $row["AA_DATE"], + $row["AA_MATURE_VALUE"], + $row["AA_BAL"], + $row["AA_NO_OF_PAYMENT"], + $row["AA_NO_OF_PAYPAID"], + $row["AA_INSTALLMENT"] + ]; + } + } else { + echo ""; + } + $conn->close(); + ?> +
SLTypeAC NoNameAccount Creation DateMaturity ValueBalanceNo Of InstallmentNo Of Paid InstallmentInstallment Amount
{$tt}{$row["AA_ACTYPE"]},{$row["AA_TYPE"]}{$row["AA_ACNO"]}{$row["AA_NAME"]}{$row["AA_DATE"]}{$row["AA_MATURE_VALUE"]}{$row["AA_BAL"]}{$row["AA_NO_OF_PAYMENT"]}{$row["AA_NO_OF_PAYPAID"]}{$row["AA_INSTALLMENT"]}
0 results
+
+ + + + + diff --git a/CONTENT/ROOT_URI/Admin/Due.php b/CONTENT/ROOT_URI/Admin/Due.php index bd7fe5a..2fcd480 100644 --- a/CONTENT/ROOT_URI/Admin/Due.php +++ b/CONTENT/ROOT_URI/Admin/Due.php @@ -1,4 +1,7 @@
+
+ +
@@ -13,14 +16,24 @@ connect_error) { - die("Connection failed: " . $conn->connect_error); -} + $conn = new mysqli($GLOBALS['host'], $GLOBALS['user'], $GLOBALS['pass'], $GLOBALS['db']); + if ($conn->connect_error) { + die("Connection failed: " . $conn->connect_error); + } -$sql = "SELECT * FROM `" . $GLOBALS['arif_ac'] . "` WHERE `AA_BAL` < 0 ORDER BY `AA_ID` DESC"; -$result = $conn->query($sql); + $agent_id = $_SESSION['user_id']; + if ($_SESSION['type'] === 'admin') { + $sql = "SELECT * FROM `" . $GLOBALS['arif_ac'] . "` WHERE `AA_BAL` < 0 ORDER BY `AA_ID` DESC"; + $stmt = $conn->prepare($sql); + } elseif ($_SESSION['type'] === 'agent') { + $sql = "SELECT * FROM `" . $GLOBALS['arif_ac'] . "` WHERE `AA_BAL` < 0 AND `AA_AGENT` = ? ORDER BY `AA_ID` DESC"; + $stmt = $conn->prepare($sql); + $stmt->bind_param("s", $agent_id); + } + $stmt->execute(); + $result = $stmt->get_result(); + $pdfData = []; if ($result->num_rows > 0) { while ($row = $result->fetch_assoc()) { //$ID=$row["GC_ID"]; @@ -38,9 +51,121 @@ if ($result->num_rows > 0) { "; - } + $pdfData[] = [ + $tt, + $row["AA_ACTYPE"] . "," . $row["AA_TYPE"], + $row["AA_ACNO"], + $row["AA_NAME"], + $row["AA_DATE"], + $row["AA_MATURE_VALUE"], + $row["AA_BAL"], + $row["AA_NO_OF_PAYMENT"], + $row["AA_NO_OF_PAYPAID"], + $row["AA_INSTALLMENT"] + ]; + } } else { echo "0 results"; }; $conn->close(); -?> \ No newline at end of file +?> + + + + + \ No newline at end of file diff --git a/pma/tmp/twig/00/00bbd1ea99e2b561e82797eabb432002.php b/pma/tmp/twig/00/00bbd1ea99e2b561e82797eabb432002.php deleted file mode 100644 index a6285cb..0000000 --- a/pma/tmp/twig/00/00bbd1ea99e2b561e82797eabb432002.php +++ /dev/null @@ -1,490 +0,0 @@ -source = $this->getSourceContext(); - - $this->parent = false; - - $this->blocks = [ - ]; - } - - protected function doDisplay(array $context, array $blocks = []) - { - $macros = $this->macros; - // line 1 - echo " - "; - // line 3 - echo PhpMyAdmin\Url::getHiddenInputs(($context["db"] ?? null), ($context["table"] ?? null)); - echo " - - - env, ($context["goto"] ?? null), "html", null, true); - echo "\"> - - env, ($context["query"] ?? null), "html", null, true); - echo "\"> - - "; - // line 10 - if (((($context["display_tab"] ?? null) == "full") || (($context["display_tab"] ?? null) == "sql"))) { - // line 11 - echo " - -
-
"; - // line 14 - echo ($context["legend"] ?? null); - echo "
-
-
-
-
-
- -
-
- -
- "; - // line 27 - if ( !twig_test_empty(($context["columns_list"] ?? null))) { - // line 28 - echo "
- - - - - -
- "; - } - // line 36 - echo " -
- - "; - // line 39 - if (($context["codemirror_enable"] ?? null)) { - // line 40 - echo " - "; - } - // line 42 - echo "
- - -
- -
-
- - -
-
-
-
- - "; - // line 59 - if ( !twig_test_empty(($context["columns_list"] ?? null))) { - // line 60 - echo "
-
- - -
- - -
- "; - } - // line 78 - echo "
-
- - "; - // line 81 - if (($context["has_bookmark"] ?? null)) { - // line 82 - echo "
-
- -
-
- -
- -
-
- - -
-
- -
-
- - -
-
-
- "; - } - // line 105 - echo "
-
-
-
-
- "; -echo _gettext("Delimiter"); - // line 110 - echo " - - env, ($context["delimiter"] ?? null), "html", null, true); - echo "\" id=\"id_sql_delimiter\"> -
-
- -
-
- - -
-
- -
-
- - -
-
- -
-
- - -
-
- -
-
- - - -
-
- -
- -
-
-
-
- "; - } - // line 153 - echo " - "; - // line 154 - if (((($context["display_tab"] ?? null) == "full") && !twig_test_empty(($context["bookmarks"] ?? null)))) { - // line 155 - echo "
-
"; -echo _gettext("Bookmarked SQL query"); - // line 156 - echo "
-
-
-
- -
-
- -
- -
- - -
-
- - -
-
- - -
-
- -
- "; -echo _gettext("Variables"); - // line 192 - echo " "; - echo PhpMyAdmin\Html\MySQLDocumentation::showDocumentation("faq", "faqbookmark"); - echo " -
-
-
- - -
- "; - } - // line 202 - echo " - "; - // line 203 - if (($context["can_convert_kanji"] ?? null)) { - // line 204 - echo "
-
- "; - // line 206 - $this->loadTemplate("encoding/kanji_encoding_form.twig", "sql/query.twig", 206)->display($context); - // line 207 - echo "
-
- "; - } - // line 210 - echo " - -
- -
-
-
-
-
"; -echo _gettext("Simulate query"); - // line 218 - echo "
- -
-
-
-
- -
-
-
-
-"; - } - - public function getTemplateName() - { - return "sql/query.twig"; - } - - public function isTraitable() - { - return false; - } - - public function getDebugInfo() - { - return array ( 463 => 224, 455 => 219, 451 => 218, 440 => 210, 435 => 207, 433 => 206, 429 => 204, 427 => 203, 424 => 202, 418 => 198, 407 => 192, 399 => 186, 392 => 182, 385 => 178, 377 => 173, 370 => 171, 364 => 169, 362 => 168, 358 => 167, 351 => 166, 347 => 165, 340 => 160, 333 => 156, 329 => 155, 327 => 154, 324 => 153, 316 => 147, 308 => 142, 303 => 141, 294 => 134, 284 => 127, 279 => 126, 271 => 119, 260 => 112, 257 => 111, 253 => 110, 245 => 105, 238 => 100, 228 => 93, 216 => 84, 211 => 82, 209 => 81, 204 => 78, 199 => 75, 193 => 74, 188 => 70, 179 => 67, 175 => 66, 171 => 65, 167 => 64, 163 => 63, 160 => 62, 155 => 60, 153 => 59, 142 => 52, 131 => 44, 126 => 42, 120 => 40, 118 => 39, 115 => 38, 110 => 36, 100 => 28, 98 => 27, 91 => 22, 89 => 21, 80 => 20, 71 => 14, 66 => 11, 64 => 10, 59 => 8, 56 => 7, 51 => 6, 45 => 3, 41 => 2, 37 => 1,); - } - - public function getSourceContext() - { - return new Source("", "sql/query.twig", "/home/arif/public_html/pma/templates/sql/query.twig"); - } -} diff --git a/pma/tmp/twig/00/00f20bf6a807e4ab652ca0dc0e174493.php b/pma/tmp/twig/00/00f20bf6a807e4ab652ca0dc0e174493.php deleted file mode 100644 index 6dc2033..0000000 --- a/pma/tmp/twig/00/00f20bf6a807e4ab652ca0dc0e174493.php +++ /dev/null @@ -1,120 +0,0 @@ -source = $this->getSourceContext(); - - $this->parent = false; - - $this->blocks = [ - ]; - } - - protected function doDisplay(array $context, array $blocks = []) - { - $macros = $this->macros; - // line 1 - echo "
-
-
-
-
"; -echo _gettext("Loading"); - // line 5 - echo "
- -
-
-
- - - -
-
-
-
-
-
-
-
-
"; -echo _gettext("Preview SQL"); - // line 21 - echo "
- -
-
-
- "; -echo _gettext("Loading…"); - // line 26 - echo " -
-
-
- -
-
-
-
-"; - } - - public function getTemplateName() - { - return "modals/index_dialog_modal.twig"; - } - - public function isTraitable() - { - return false; - } - - public function getDebugInfo() - { - return array ( 93 => 30, 86 => 26, 79 => 22, 75 => 21, 63 => 12, 59 => 11, 55 => 10, 48 => 6, 44 => 5, 37 => 1,); - } - - public function getSourceContext() - { - return new Source("", "modals/index_dialog_modal.twig", "/home/arif/public_html/pma/templates/modals/index_dialog_modal.twig"); - } -} diff --git a/pma/tmp/twig/00/00fa47ccb91648dc7ab100b753caa81b.php b/pma/tmp/twig/00/00fa47ccb91648dc7ab100b753caa81b.php deleted file mode 100644 index 4d78640..0000000 --- a/pma/tmp/twig/00/00fa47ccb91648dc7ab100b753caa81b.php +++ /dev/null @@ -1,84 +0,0 @@ -source = $this->getSourceContext(); - - $this->parent = false; - - $this->blocks = [ - ]; - } - - protected function doDisplay(array $context, array $blocks = []) - { - $macros = $this->macros; - // line 1 - echo "env, $this->extensions['PhpMyAdmin\Twig\AssetExtension']->getImagePath((("arrow_" . ($context["text_dir"] ?? null)) . ".png")), "html", null, true); - echo "\" - width=\"38\" height=\"22\" alt=\""; -echo _gettext("With selected:"); - // line 2 - echo "\"> -env, ($context["form_name"] ?? null), "html", null, true); - echo "_checkall\" class=\"checkall_box\" - title=\""; -echo _gettext("Check all"); - // line 4 - echo "\"> - -"; -echo _gettext("With selected:"); - // line 6 - echo " -"; - } - - public function getTemplateName() - { - return "select_all.twig"; - } - - public function isTraitable() - { - return false; - } - - public function getDebugInfo() - { - return array ( 61 => 6, 54 => 5, 51 => 4, 46 => 3, 43 => 2, 37 => 1,); - } - - public function getSourceContext() - { - return new Source("", "select_all.twig", "/home/arif/public_html/pma/templates/select_all.twig"); - } -} diff --git a/pma/tmp/twig/03/038cf22219ea071b36f162a209a81be9.php b/pma/tmp/twig/03/038cf22219ea071b36f162a209a81be9.php deleted file mode 100644 index 7770a8d..0000000 --- a/pma/tmp/twig/03/038cf22219ea071b36f162a209a81be9.php +++ /dev/null @@ -1,88 +0,0 @@ -source = $this->getSourceContext(); - - $this->parent = false; - - $this->blocks = [ - ]; - } - - protected function doDisplay(array $context, array $blocks = []) - { - $macros = $this->macros; - // line 1 - echo ($context["quick_warp"] ?? null); - echo " - -
- - - -"; - // line 10 - echo ($context["page_selector"] ?? null); - echo " - -
- -
-"; - } - - public function getTemplateName() - { - return "navigation/tree/state.twig"; - } - - public function isTraitable() - { - return false; - } - - public function getDebugInfo() - { - return array ( 62 => 14, 55 => 10, 49 => 7, 45 => 6, 37 => 1,); - } - - public function getSourceContext() - { - return new Source("", "navigation/tree/state.twig", "/home/arif/public_html/pma/templates/navigation/tree/state.twig"); - } -} diff --git a/pma/tmp/twig/07/07479e1180496d05b69a2a2d62952a29.php b/pma/tmp/twig/07/07479e1180496d05b69a2a2d62952a29.php deleted file mode 100644 index e81e706..0000000 --- a/pma/tmp/twig/07/07479e1180496d05b69a2a2d62952a29.php +++ /dev/null @@ -1,643 +0,0 @@ -source = $this->getSourceContext(); - - $this->parent = false; - - $this->blocks = [ - ]; - } - - protected function doDisplay(array $context, array $blocks = []) - { - $macros = $this->macros; - // line 1 - echo " - - - "; - // line 7 - if (($context["show_field_types_in_data_edit_view"] ?? null)) { - // line 8 - echo " - "; - } - // line 12 - echo " - "; - // line 13 - if (($context["show_function_fields"] ?? null)) { - // line 14 - echo " "; - if (($context["is_column_binary"] ?? null)) { - // line 15 - echo " - "; - } elseif ((twig_in_filter("enum", twig_get_attribute($this->env, $this->source, // line 16 -($context["column"] ?? null), "True_Type", [], "any", false, false, false, 16)) || twig_in_filter("set", twig_get_attribute($this->env, $this->source, ($context["column"] ?? null), "True_Type", [], "any", false, false, false, 16)))) { - // line 17 - echo " - "; - } else { - // line 19 - echo " - "; - } - // line 25 - echo " "; - } - // line 26 - echo " - - - - - -"; - } - - public function getTemplateName() - { - return "table/insert/column_row.twig"; - } - - public function isTraitable() - { - return false; - } - - public function getDebugInfo() - { - return array ( 619 => 125, 616 => 124, 608 => 122, 606 => 121, 603 => 120, 597 => 118, 591 => 116, 586 => 114, 571 => 113, 568 => 111, 565 => 110, 560 => 108, 554 => 107, 549 => 106, 545 => 104, 540 => 103, 530 => 101, 517 => 100, 511 => 99, 506 => 98, 504 => 97, 498 => 96, 492 => 95, 485 => 94, 482 => 93, 479 => 92, 477 => 91, 474 => 90, 461 => 88, 457 => 87, 441 => 86, 435 => 85, 430 => 84, 427 => 83, 424 => 82, 404 => 80, 383 => 79, 365 => 78, 361 => 76, 348 => 74, 344 => 73, 328 => 71, 326 => 70, 320 => 69, 315 => 68, 312 => 67, 309 => 66, 304 => 63, 302 => 62, 299 => 61, 294 => 60, 284 => 58, 269 => 57, 264 => 56, 262 => 55, 257 => 53, 243 => 52, 235 => 51, 230 => 50, 228 => 49, 220 => 48, 204 => 47, 198 => 46, 193 => 45, 190 => 44, 184 => 42, 182 => 41, 176 => 39, 170 => 37, 166 => 35, 157 => 33, 149 => 32, 141 => 31, 129 => 30, 120 => 29, 118 => 28, 114 => 26, 111 => 25, 104 => 21, 90 => 20, 87 => 19, 83 => 17, 81 => 16, 76 => 15, 73 => 14, 71 => 13, 68 => 12, 62 => 9, 57 => 8, 55 => 7, 45 => 4, 41 => 3, 37 => 1,); - } - - public function getSourceContext() - { - return new Source("", "table/insert/column_row.twig", "/home/arif/public_html/pma/templates/table/insert/column_row.twig"); - } -} diff --git a/pma/tmp/twig/07/07b0a29bb41397f562d8942d28025739.php b/pma/tmp/twig/07/07b0a29bb41397f562d8942d28025739.php deleted file mode 100644 index 61936da..0000000 --- a/pma/tmp/twig/07/07b0a29bb41397f562d8942d28025739.php +++ /dev/null @@ -1,99 +0,0 @@ -source = $this->getSourceContext(); - - $this->parent = false; - - $this->blocks = [ - ]; - } - - protected function doDisplay(array $context, array $blocks = []) - { - $macros = $this->macros; - // line 1 - $context['_parent'] = $context; - $context['_seq'] = twig_ensure_traversable(($context["columns"] ?? null)); - foreach ($context['_seq'] as $context["_key"] => $context["column"]) { - // line 2 - echo " -"; - } - $_parent = $context['_parent']; - unset($context['_seq'], $context['_iterated'], $context['_key'], $context['column'], $context['_parent'], $context['loop']); - $context = array_intersect_key($context, $_parent) + $_parent; - } - - public function getTemplateName() - { - return "display/results/table_headers_for_columns.twig"; - } - - public function isTraitable() - { - return false; - } - - public function getDebugInfo() - { - return array ( 69 => 10, 63 => 8, 57 => 6, 55 => 5, 49 => 4, 45 => 3, 41 => 2, 37 => 1,); - } - - public function getSourceContext() - { - return new Source("", "display/results/table_headers_for_columns.twig", "/home/arif/public_html/pma/templates/display/results/table_headers_for_columns.twig"); - } -} diff --git a/pma/tmp/twig/08/08810cbdd2ba8b03897481c80b412a59.php b/pma/tmp/twig/08/08810cbdd2ba8b03897481c80b412a59.php index a408e7d..64ea614 100644 --- a/pma/tmp/twig/08/08810cbdd2ba8b03897481c80b412a59.php +++ b/pma/tmp/twig/08/08810cbdd2ba8b03897481c80b412a59.php @@ -57,6 +57,6 @@ class __TwigTemplate_084ae912bcb5aeea7ae0888e7bb733e5 extends Template public function getSourceContext() { - return new Source("", "display/results/empty_display.twig", "/home/dev/web/arif.off/public_html/pma/templates/display/results/empty_display.twig"); + return new Source("", "display/results/empty_display.twig", "/home/suvo/web/graffin.ns77.siliconpin.com/public_html/pma/templates/display/results/empty_display.twig"); } } diff --git a/pma/tmp/twig/08/08bf19804c7b36fe14ec5582ed1ab046.php b/pma/tmp/twig/08/08bf19804c7b36fe14ec5582ed1ab046.php index 6c814bb..ede42c2 100644 --- a/pma/tmp/twig/08/08bf19804c7b36fe14ec5582ed1ab046.php +++ b/pma/tmp/twig/08/08bf19804c7b36fe14ec5582ed1ab046.php @@ -471,6 +471,6 @@ echo _gettext("Last check"); public function getSourceContext() { - return new Source("", "table/structure/display_table_stats.twig", "/home/dev/web/arif.off/public_html/pma/templates/table/structure/display_table_stats.twig"); + return new Source("", "table/structure/display_table_stats.twig", "/home/suvo/web/graffin.ns77.siliconpin.com/public_html/pma/templates/table/structure/display_table_stats.twig"); } } diff --git a/pma/tmp/twig/09/09fdaf528e939642a123f9efa1f7734f.php b/pma/tmp/twig/09/09fdaf528e939642a123f9efa1f7734f.php deleted file mode 100644 index 87ea678..0000000 --- a/pma/tmp/twig/09/09fdaf528e939642a123f9efa1f7734f.php +++ /dev/null @@ -1,86 +0,0 @@ -source = $this->getSourceContext(); - - $this->parent = false; - - $this->blocks = [ - ]; - } - - protected function doDisplay(array $context, array $blocks = []) - { - $macros = $this->macros; - // line 1 - echo "
-
-
-
-
"; -echo _gettext("ENUM/SET editor"); - // line 5 - echo "
- -
-
-
- - -
-
-
-
-"; - } - - public function getTemplateName() - { - return "modals/enum_set_editor.twig"; - } - - public function isTraitable() - { - return false; - } - - public function getDebugInfo() - { - return array ( 59 => 11, 55 => 10, 48 => 6, 44 => 5, 37 => 1,); - } - - public function getSourceContext() - { - return new Source("", "modals/enum_set_editor.twig", "/home/arif/public_html/pma/templates/modals/enum_set_editor.twig"); - } -} diff --git a/pma/tmp/twig/0b/0b1e238c6bb6585347a40c7a6cdaec3f.php b/pma/tmp/twig/0b/0b1e238c6bb6585347a40c7a6cdaec3f.php deleted file mode 100644 index 3e601c6..0000000 --- a/pma/tmp/twig/0b/0b1e238c6bb6585347a40c7a6cdaec3f.php +++ /dev/null @@ -1,255 +0,0 @@ -source = $this->getSourceContext(); - - $this->parent = false; - - $this->blocks = [ - ]; - } - - protected function doDisplay(array $context, array $blocks = []) - { - $macros = $this->macros; - // line 1 - echo "
-
- "; - // 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 -($context["has_bookmark_feature"] ?? null)) ? ([0 => "button bookmarks", 1 => _gettext("Bookmarks")]) : (null)), 5 => [0 => "button debug hide", 1 => _gettext("Debug SQL")]]])); - // line 15 - echo " "; - // line 16 - echo "
-
-
- - "; -echo _gettext("Press Ctrl+Enter to execute query"); - // line 21 - echo " - - "; -echo _gettext("Press Enter to execute query"); - // line 24 - echo " -
- "; - // 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 "
env, (($__internal_compile_1 = $context["record"]) && is_array($__internal_compile_1) || $__internal_compile_1 instanceof ArrayAccess ? ($__internal_compile_1["db"] ?? null) : null), "html", null, true); - echo "\" targettable=\""; - echo twig_escape_filter($this->env, (($__internal_compile_2 = $context["record"]) && is_array($__internal_compile_2) || $__internal_compile_2 instanceof ArrayAccess ? ($__internal_compile_2["table"] ?? null) : null), "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 -($context["has_bookmark_feature"] ?? null)) ? ([0 => "action bookmark", 1 => _gettext("Bookmark")]) : (null)), 7 => [0 => "text failed", 1 => _gettext("Query failed")], 8 => [0 => "text targetdb", 1 => _gettext("Database"), "extraSpan" => (($__internal_compile_3 = // line 42 -$context["record"]) && is_array($__internal_compile_3) || $__internal_compile_3 instanceof ArrayAccess ? ($__internal_compile_3["db"] ?? null) : null)], 9 => [0 => "text query_time", 1 => _gettext("Queried time"), "extraSpan" => ((twig_get_attribute($this->env, $this->source, // line 46 -$context["record"], "timevalue", [], "array", true, true, false, 46)) ? ((($__internal_compile_4 = // line 47 -$context["record"]) && is_array($__internal_compile_4) || $__internal_compile_4 instanceof ArrayAccess ? ($__internal_compile_4["timevalue"] ?? null) : null)) : (_gettext("During current session")))]]])); - // line 51 - echo " "; - echo twig_escape_filter($this->env, (($__internal_compile_5 = $context["record"]) && is_array($__internal_compile_5) || $__internal_compile_5 instanceof ArrayAccess ? ($__internal_compile_5["sqlquery"] ?? null) : null), "html", null, true); - echo " -
- "; - } - $_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 "
-
- -
-
- "; - // line 61 - echo "
- "; - // line 63 - echo "
- "; - // 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 "
-
-
-
-
- "; - // 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"), "extraSpan" => ""], 5 => [0 => "text time", 1 => _gettext("Time taken"), "extraSpan" => ""]]])); - // line 95 - echo "
-
- "; - // line 97 - if (($context["has_bookmark_feature"] ?? null)) { - // line 98 - echo "
- "; - // 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 "
- "; - // line 108 - echo ($context["bookmark_content"] ?? null); - echo " -
-
-
- "; - // 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 "
-
- - - - -
-
- -
-
-
-
- "; - } - // line 138 - echo " "; - // line 139 - echo "
- "; - // 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 "
- -
- -
- -
- -
- -
-
-
-
- "; - // 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 -($context["has_bookmark_feature"] ?? null)) ? ([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 "
-
-
-"; - } - - public function getTemplateName() - { - return "console/display.twig"; - } - - public function isTraitable() - { - return false; - } - - public function getDebugInfo() - { - return array ( 230 => 190, 228 => 184, 226 => 175, 219 => 169, 213 => 165, 206 => 158, 200 => 154, 194 => 150, 189 => 147, 187 => 140, 184 => 139, 182 => 138, 171 => 129, 167 => 128, 161 => 124, 155 => 121, 149 => 118, 147 => 112, 140 => 108, 137 => 107, 135 => 99, 132 => 98, 130 => 97, 126 => 95, 124 => 84, 117 => 79, 115 => 64, 112 => 63, 109 => 61, 102 => 55, 99 => 54, 89 => 51, 87 => 47, 86 => 46, 85 => 42, 84 => 40, 83 => 31, 77 => 30, 73 => 29, 71 => 28, 66 => 27, 64 => 26, 60 => 24, 55 => 21, 48 => 16, 46 => 15, 44 => 11, 43 => 7, 41 => 4, 37 => 1,); - } - - public function getSourceContext() - { - return new Source("", "console/display.twig", "/home/arif/public_html/pma/templates/console/display.twig"); - } -} diff --git a/pma/tmp/twig/0b/0b822109d26ac840837efb86fbb1a4af.php b/pma/tmp/twig/0b/0b822109d26ac840837efb86fbb1a4af.php deleted file mode 100644 index a3c6e96..0000000 --- a/pma/tmp/twig/0b/0b822109d26ac840837efb86fbb1a4af.php +++ /dev/null @@ -1,155 +0,0 @@ -source = $this->getSourceContext(); - - $this->parent = false; - - $this->blocks = [ - ]; - } - - protected function doDisplay(array $context, array $blocks = []) - { - $macros = $this->macros; - // line 1 - $context["title"] = ""; - // line 2 - if (twig_get_attribute($this->env, $this->source, ($context["column_meta"] ?? null), "column_status", [], "array", true, true, false, 2)) { - // line 3 - echo " "; - if ((($__internal_compile_0 = (($__internal_compile_1 = ($context["column_meta"] ?? null)) && is_array($__internal_compile_1) || $__internal_compile_1 instanceof ArrayAccess ? ($__internal_compile_1["column_status"] ?? null) : null)) && is_array($__internal_compile_0) || $__internal_compile_0 instanceof ArrayAccess ? ($__internal_compile_0["isReferenced"] ?? null) : null)) { - // line 4 - echo " "; - $context["title"] = (($context["title"] ?? null) . twig_sprintf(_gettext("Referenced by %s."), twig_join_filter((($__internal_compile_2 = (($__internal_compile_3 = // line 5 -($context["column_meta"] ?? null)) && is_array($__internal_compile_3) || $__internal_compile_3 instanceof ArrayAccess ? ($__internal_compile_3["column_status"] ?? null) : null)) && is_array($__internal_compile_2) || $__internal_compile_2 instanceof ArrayAccess ? ($__internal_compile_2["references"] ?? null) : null), ","))); - // line 7 - echo " "; - } - // line 8 - echo " "; - if ((($__internal_compile_4 = (($__internal_compile_5 = ($context["column_meta"] ?? null)) && is_array($__internal_compile_5) || $__internal_compile_5 instanceof ArrayAccess ? ($__internal_compile_5["column_status"] ?? null) : null)) && is_array($__internal_compile_4) || $__internal_compile_4 instanceof ArrayAccess ? ($__internal_compile_4["isForeignKey"] ?? null) : null)) { - // line 9 - echo " "; - if ( !twig_test_empty(($context["title"] ?? null))) { - // line 10 - echo " "; - $context["title"] = (($context["title"] ?? null) . " -"); - // line 11 - echo " "; - } - // line 12 - echo " "; - $context["title"] = (($context["title"] ?? null) . _gettext("Is a foreign key.")); - // line 13 - echo " "; - } - } - // line 15 - if (twig_test_empty(($context["title"] ?? null))) { - // line 16 - echo " "; - $context["title"] = _gettext("Column"); - } - // line 18 - echo " -env, ($context["column_number"] ?? null), "html", null, true); - echo "_"; - echo twig_escape_filter($this->env, (($context["ci"] ?? null) - ($context["ci_offset"] ?? null)), "html", null, true); - echo "\" - "; - // line 20 - if ((twig_get_attribute($this->env, $this->source, ($context["column_meta"] ?? null), "column_status", [], "array", true, true, false, 20) && !(($__internal_compile_6 = (($__internal_compile_7 = // line 21 -($context["column_meta"] ?? null)) && is_array($__internal_compile_7) || $__internal_compile_7 instanceof ArrayAccess ? ($__internal_compile_7["column_status"] ?? null) : null)) && is_array($__internal_compile_6) || $__internal_compile_6 instanceof ArrayAccess ? ($__internal_compile_6["isEditable"] ?? null) : null))) { - // line 22 - echo " disabled=\"disabled\" - "; - } - // line 24 - echo " type=\"text\" - name=\"field_name["; - // line 25 - echo twig_escape_filter($this->env, ($context["column_number"] ?? null), "html", null, true); - echo "]\" - maxlength=\"64\" - class=\"textfield\" - title=\""; - // line 28 - echo twig_escape_filter($this->env, ($context["title"] ?? null), "html", null, true); - echo "\" - size=\"10\" - value=\""; - // line 30 - ((twig_get_attribute($this->env, $this->source, ($context["column_meta"] ?? null), "Field", [], "array", true, true, false, 30)) ? (print (twig_escape_filter($this->env, (($__internal_compile_8 = ($context["column_meta"] ?? null)) && is_array($__internal_compile_8) || $__internal_compile_8 instanceof ArrayAccess ? ($__internal_compile_8["Field"] ?? null) : null), "html", null, true))) : (print (""))); - echo "\"> - -"; - // line 32 - if ((($context["has_central_columns_feature"] ?? null) && !(twig_get_attribute($this->env, $this->source, // line 33 -($context["column_meta"] ?? null), "column_status", [], "array", true, true, false, 33) && !(($__internal_compile_9 = (($__internal_compile_10 = // line 34 -($context["column_meta"] ?? null)) && is_array($__internal_compile_10) || $__internal_compile_10 instanceof ArrayAccess ? ($__internal_compile_10["column_status"] ?? null) : null)) && is_array($__internal_compile_9) || $__internal_compile_9 instanceof ArrayAccess ? ($__internal_compile_9["isEditable"] ?? null) : null)))) { - // line 35 - echo "

env, ($context["column_number"] ?? null), "html", null, true); - echo "_"; - echo twig_escape_filter($this->env, (($context["ci"] ?? null) - ($context["ci_offset"] ?? null)), "html", null, true); - echo "\"> - env, ($context["max_rows"] ?? null), "html", null, true); - echo "\" - href=\"#\" - class=\"central_columns_dialog\"> - "; -echo _gettext("Pick from Central Columns"); - // line 40 - echo " -

-"; - } - } - - public function getTemplateName() - { - return "columns_definitions/column_name.twig"; - } - - public function isTraitable() - { - return false; - } - - public function getDebugInfo() - { - return array ( 130 => 40, 123 => 36, 116 => 35, 114 => 34, 113 => 33, 112 => 32, 107 => 30, 102 => 28, 96 => 25, 93 => 24, 89 => 22, 87 => 21, 86 => 20, 80 => 19, 77 => 18, 73 => 16, 71 => 15, 67 => 13, 64 => 12, 61 => 11, 57 => 10, 54 => 9, 51 => 8, 48 => 7, 46 => 5, 44 => 4, 41 => 3, 39 => 2, 37 => 1,); - } - - public function getSourceContext() - { - return new Source("", "columns_definitions/column_name.twig", "/home/dev/web/arif.off/public_html/pma/templates/columns_definitions/column_name.twig"); - } -} diff --git a/pma/tmp/twig/0d/0d1a43ef83d2e7891ddf14227bdb43ee.php b/pma/tmp/twig/0d/0d1a43ef83d2e7891ddf14227bdb43ee.php deleted file mode 100644 index 2a4f411..0000000 --- a/pma/tmp/twig/0d/0d1a43ef83d2e7891ddf14227bdb43ee.php +++ /dev/null @@ -1,183 +0,0 @@ -source = $this->getSourceContext(); - - $this->parent = false; - - $this->blocks = [ - ]; - } - - protected function doDisplay(array $context, array $blocks = []) - { - $macros = $this->macros; - // line 1 - if ( !($context["is_ajax"] ?? null)) { - // line 2 - echo " -"; - } - // line 4 - if (( !($context["is_ajax"] ?? null) && !($context["is_minimal"] ?? null))) { - // line 5 - echo " "; - if ( !twig_test_empty(($context["self_url"] ?? null))) { - // line 6 - echo "
- env, ($context["self_url"] ?? null), "html", null, true); - echo "\" title=\""; -echo _gettext("Open new phpMyAdmin window"); - echo "\" target=\"_blank\" rel=\"noopener noreferrer\"> - "; - // line 8 - if (PhpMyAdmin\Util::showIcons("TabsMode")) { - // line 9 - echo " "; - echo PhpMyAdmin\Html\Generator::getImage("window-new", _gettext("Open new phpMyAdmin window")); - echo " - "; - } else { - // line 11 - echo " "; -echo _gettext("Open new phpMyAdmin window"); - // line 12 - echo " "; - } - // line 13 - echo " -
- "; - } - // line 16 - echo " -
- "; - // line 18 - echo ($context["error_messages"] ?? null); - echo " -
- - "; - // line 21 - echo ($context["scripts"] ?? null); - echo " - - "; - // line 23 - if (($context["is_demo"] ?? null)) { - // line 24 - echo "
- "; - // line 25 - ob_start(function () { return ''; }); - // line 26 - echo " "; -echo _gettext("phpMyAdmin Demo Server"); - echo ": - "; - // line 27 - if ( !twig_test_empty(($context["git_revision_info"] ?? null))) { - // line 28 - echo " "; - ob_start(function () { return ''; }); - // line 29 - echo "env, PhpMyAdmin\Core::linkURL(twig_get_attribute($this->env, $this->source, ($context["git_revision_info"] ?? null), "revisionUrl", [], "any", false, false, false, 29)), "html", null, true); - echo "\">"; - echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, ($context["git_revision_info"] ?? null), "revision", [], "any", false, false, false, 29), "html", null, true); - echo ""; - $context["revision_info"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset()); - // line 31 - echo " "; - ob_start(function () { return ''; }); - // line 32 - echo "env, PhpMyAdmin\Core::linkURL(twig_get_attribute($this->env, $this->source, ($context["git_revision_info"] ?? null), "branchUrl", [], "any", false, false, false, 32)), "html", null, true); - echo "\">"; - echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, ($context["git_revision_info"] ?? null), "branch", [], "any", false, false, false, 32), "html", null, true); - echo ""; - $context["branch_info"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset()); - // line 34 - echo " "; - echo twig_sprintf(_gettext("Currently running Git revision %1\$s from the %2\$s branch."), ($context["revision_info"] ?? null), ($context["branch_info"] ?? null)); - echo " - "; - } else { - // line 36 - echo " "; -echo _gettext("Git information missing!"); - // line 37 - echo " "; - } - // line 38 - echo " "; - $___internal_parse_34_ = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset()); - // line 25 - echo $this->env->getFilter('notice')->getCallable()($___internal_parse_34_); - // line 39 - echo "
- "; - } - // line 41 - echo " - "; - // line 42 - echo ($context["footer"] ?? null); - echo " -"; - } - // line 44 - if ( !($context["is_ajax"] ?? null)) { - // line 45 - echo " - -"; - } - } - - public function getTemplateName() - { - return "footer.twig"; - } - - public function isTraitable() - { - return false; - } - - public function getDebugInfo() - { - return array ( 158 => 45, 156 => 44, 151 => 42, 148 => 41, 144 => 39, 142 => 25, 139 => 38, 136 => 37, 133 => 36, 127 => 34, 120 => 32, 117 => 31, 110 => 29, 107 => 28, 105 => 27, 98 => 26, 96 => 25, 93 => 24, 91 => 23, 86 => 21, 80 => 18, 76 => 16, 71 => 13, 68 => 12, 65 => 11, 59 => 9, 57 => 8, 51 => 7, 48 => 6, 45 => 5, 43 => 4, 39 => 2, 37 => 1,); - } - - public function getSourceContext() - { - return new Source("", "footer.twig", "/home/arif/public_html/pma/templates/footer.twig"); - } -} diff --git a/pma/tmp/twig/0d/0db8cfffd3d09171c872ac1e72f62ca0.php b/pma/tmp/twig/0d/0db8cfffd3d09171c872ac1e72f62ca0.php deleted file mode 100644 index 8f6911e..0000000 --- a/pma/tmp/twig/0d/0db8cfffd3d09171c872ac1e72f62ca0.php +++ /dev/null @@ -1,1160 +0,0 @@ -source = $this->getSourceContext(); - - $this->parent = false; - - $this->blocks = [ - ]; - } - - protected function doDisplay(array $context, array $blocks = []) - { - $macros = $this->macros; - // line 1 - echo "
- -"; - // line 3 - if ( !($context["hide_order_table"] ?? null)) { - // line 4 - echo "
- "; - // line 5 - echo PhpMyAdmin\Url::getHiddenInputs(($context["db"] ?? null), ($context["table"] ?? null)); - echo " - - -
-
"; -echo _gettext("Alter table order by"); - // line 9 - echo "
-
-
-
- - - - "; -echo _pgettext("Alter table order by a single field.", "(singly)"); - // line 21 - echo " -
- -
-
- - -
-
- - -
-
-
-
- - -
- -"; - } - // line 43 - echo " -
- "; - // line 45 - echo PhpMyAdmin\Url::getHiddenInputs(($context["db"] ?? null), ($context["table"] ?? null)); - echo " - - - -
-
"; -echo _gettext("Move table to (database.table)"); - // line 50 - echo "
-
-
-
-
- "; - // line 55 - if ( !twig_test_empty(($context["database_list"] ?? null))) { - // line 56 - echo " - "; - } else { - // line 62 - echo " env, ($context["db"] ?? null), "html", null, true); - echo "\" aria-label=\""; -echo _gettext("Database"); - echo "\"> - "; - } - // line 64 - echo " . - env, ($context["table"] ?? null), "html", null, true); - echo "\" aria-label=\""; -echo _gettext("Table"); - echo "\"> -
-
-
- -
- - -
-
- - -
-
- - -
- - -
- "; - // line 92 - echo PhpMyAdmin\Url::getHiddenInputs(($context["db"] ?? null), ($context["table"] ?? null)); - echo " - - - env, ($context["table_comment"] ?? null), "html", null, true); - echo "\"> - "; - // line 96 - if (($context["has_auto_increment"] ?? null)) { - // line 97 - echo " env, ($context["auto_increment"] ?? null), "html", null, true); - echo "\"> - "; - } - // line 99 - echo " -
-
"; -echo _gettext("Table options"); - // line 101 - echo "
-
-
-
- -
-
- env, ($context["table"] ?? null), "html", null, true); - echo "\" required> -
-
- - -
-
- -
-
- -
-
- env, ($context["table_comment"] ?? null), "html", null, true); - echo "\"> -
-
- -
-
- -
-
- -
-
- -
-
- -
-
- -
- -
- - -
-
- - "; - // line 174 - if (($context["has_pack_keys"] ?? null)) { - // line 175 - echo "
-
- -
-
- -
-
- "; - } - // line 188 - echo " - "; - // line 189 - if (($context["has_checksum_and_delay_key_write"] ?? null)) { - // line 190 - echo "
- - -
- -
- - -
- "; - } - // line 200 - echo " - "; - // line 201 - if (($context["has_transactional_and_page_checksum"] ?? null)) { - // line 202 - echo "
- - -
- -
- - -
- "; - } - // line 212 - echo " - "; - // line 213 - if (($context["has_auto_increment"] ?? null)) { - // line 214 - echo "
-
- -
-
- env, ($context["auto_increment"] ?? null), "html", null, true); - echo "\"> -
-
- "; - } - // line 223 - echo " - "; - // line 224 - if ( !twig_test_empty(($context["row_formats"] ?? null))) { - // line 225 - echo "
-
- -
-
- -
-
- "; - } - // line 238 - echo "
- - -
- - -
- "; - // line 247 - echo PhpMyAdmin\Url::getHiddenInputs(($context["db"] ?? null), ($context["table"] ?? null)); - echo " - - -
-
"; -echo _gettext("Copy table to (database.table)"); - // line 251 - echo "
-
-
-
-
- "; - // line 256 - if ( !twig_test_empty(($context["database_list"] ?? null))) { - // line 257 - echo " - "; - } else { - // line 263 - echo " env, ($context["db"] ?? null), "html", null, true); - echo "\" aria-label=\""; -echo _gettext("Database"); - echo "\"> - "; - } - // line 265 - echo " . - env, ($context["table"] ?? null), "html", null, true); - echo "\" aria-label=\""; -echo _gettext("Table"); - echo "\" required> -
-
-
- -
-
- - -
-
- - -
-
- - -
-
- -
-
- - -
- -
- - -
- - "; - // line 303 - if (($context["has_foreign_keys"] ?? null)) { - // line 304 - echo "
- - -
- "; - } - // line 309 - echo " -
- - -
- -
- - -
-
-
- - -
- - -
-
"; -echo _gettext("Table maintenance"); - // line 334 - echo "
- -
- -"; - // line 401 - if ( !($context["is_system_schema"] ?? null)) { - // line 402 - echo "
-
"; -echo _gettext("Delete data or table"); - // line 403 - echo "
-
    - "; - // line 405 - if ( !($context["is_view"] ?? null)) { - // line 406 - echo "
  • - "; - // line 407 - echo PhpMyAdmin\Html\Generator::linkOrButton(PhpMyAdmin\Url::getFromRoute("/sql"), twig_array_merge( // line 409 -($context["url_params"] ?? null), ["sql_query" => ((("TRUNCATE TABLE " . PhpMyAdmin\Util::backquote( // line 410 -($context["db"] ?? null))) . ".") . PhpMyAdmin\Util::backquote(($context["table"] ?? null))), "goto" => PhpMyAdmin\Url::getFromRoute("/table/structure"), "reload" => true, "message_to_show" => twig_escape_filter($this->env, twig_sprintf(_gettext("Table %s has been emptied."), // line 413 -($context["table"] ?? null)))]), _gettext("Empty the table (TRUNCATE)"), ["id" => "truncate_tbl_anchor", "class" => "text-danger ajax", "data-query" => ((("TRUNCATE TABLE " . PhpMyAdmin\Util::backquote( // line 419 -($context["db"] ?? null))) . ".") . PhpMyAdmin\Util::backquote(($context["table"] ?? null)))]); - // line 421 - echo " - "; - // line 422 - echo PhpMyAdmin\Html\MySQLDocumentation::show("TRUNCATE_TABLE"); - echo " -
  • -
  • - "; - // line 425 - echo PhpMyAdmin\Html\Generator::linkOrButton(PhpMyAdmin\Url::getFromRoute("/sql"), twig_array_merge( // line 427 -($context["url_params"] ?? null), ["sql_query" => ((("DELETE FROM " . PhpMyAdmin\Util::backquote( // line 428 -($context["db"] ?? null))) . ".") . PhpMyAdmin\Util::backquote(($context["table"] ?? null))), "goto" => PhpMyAdmin\Url::getFromRoute("/table/structure"), "reload" => true, "message_to_show" => twig_escape_filter($this->env, twig_sprintf(_gettext("Table %s has been emptied."), // line 431 -($context["table"] ?? null)))]), _gettext("Empty the table (DELETE FROM)"), ["id" => "delete_tbl_anchor", "class" => "text-danger ajax", "data-query" => ((("DELETE FROM " . PhpMyAdmin\Util::backquote( // line 437 -($context["db"] ?? null))) . ".") . PhpMyAdmin\Util::backquote(($context["table"] ?? null)))]); - // line 439 - echo " - "; - // line 440 - echo PhpMyAdmin\Html\MySQLDocumentation::show("DELETE"); - echo " -
  • - "; - } - // line 443 - echo "
  • - "; - // line 444 - echo PhpMyAdmin\Html\Generator::linkOrButton(PhpMyAdmin\Url::getFromRoute("/sql"), twig_array_merge( // line 446 -($context["url_params"] ?? null), ["sql_query" => ((("DROP TABLE " . PhpMyAdmin\Util::backquote( // line 447 -($context["db"] ?? null))) . ".") . PhpMyAdmin\Util::backquote(($context["table"] ?? null))), "goto" => PhpMyAdmin\Url::getFromRoute("/database/operations"), "reload" => true, "purge" => true, "message_to_show" => (( // line 451 -($context["is_view"] ?? null)) ? (twig_escape_filter($this->env, twig_sprintf(_gettext("View %s has been dropped."), ($context["table"] ?? null)))) : (twig_escape_filter($this->env, twig_sprintf(_gettext("Table %s has been dropped."), ($context["table"] ?? null))))), "table" => // line 452 -($context["table"] ?? null)]), _gettext("Delete the table (DROP)"), ["id" => "drop_tbl_anchor", "class" => "text-danger ajax", "data-query" => ((("DROP TABLE " . PhpMyAdmin\Util::backquote( // line 458 -($context["db"] ?? null))) . ".") . PhpMyAdmin\Util::backquote(($context["table"] ?? null)))]); - // line 460 - echo " - "; - // line 461 - echo PhpMyAdmin\Html\MySQLDocumentation::show("DROP_TABLE"); - echo " -
  • -
-
-"; - } - // line 466 - echo " -"; - // line 467 - if ( !twig_test_empty(($context["partitions"] ?? null))) { - // line 468 - echo "
- "; - // line 469 - echo PhpMyAdmin\Url::getHiddenInputs(($context["db"] ?? null), ($context["table"] ?? null)); - echo " - - -
-
- "; -echo _gettext("Partition maintenance"); - // line 475 - echo " "; - echo PhpMyAdmin\Html\MySQLDocumentation::show("partitioning_maintenance"); - echo " -
- -
-
- - -
- -
- "; - // line 489 - $context['_parent'] = $context; - $context['_seq'] = twig_ensure_traversable(($context["partitions_choices"] ?? null)); - foreach ($context['_seq'] as $context["value"] => $context["description"]) { - // line 490 - echo "
- env, twig_capitalize_string_filter($this->env, $context["value"]), "html", null, true); - echo "\" value=\""; - echo twig_escape_filter($this->env, $context["value"], "html", null, true); - echo "\""; - echo ((($context["value"] == "ANALYZE")) ? (" checked") : ("")); - echo "> - -
- "; - } - $_parent = $context['_parent']; - unset($context['_seq'], $context['_iterated'], $context['value'], $context['description'], $context['_parent'], $context['loop']); - $context = array_intersect_key($context, $_parent) + $_parent; - // line 495 - echo "
- - -
- - -
- -"; - } - // line 510 - echo " -"; - // line 511 - if ( !twig_test_empty(($context["foreigners"] ?? null))) { - // line 512 - echo " -"; - } - // line 525 - echo " -
-"; - } - - public function getTemplateName() - { - return "table/operations/index.twig"; - } - - public function isTraitable() - { - return false; - } - - public function getDebugInfo() - { - return array ( 1136 => 525, 1131 => 522, 1115 => 518, 1111 => 517, 1108 => 516, 1104 => 515, 1100 => 513, 1096 => 512, 1094 => 511, 1091 => 510, 1084 => 505, 1074 => 500, 1072 => 499, 1071 => 498, 1066 => 495, 1055 => 492, 1047 => 491, 1044 => 490, 1040 => 489, 1034 => 485, 1013 => 483, 996 => 482, 992 => 480, 982 => 475, 973 => 469, 968 => 468, 966 => 467, 963 => 466, 955 => 461, 952 => 460, 950 => 458, 949 => 452, 948 => 451, 947 => 447, 946 => 446, 945 => 444, 942 => 443, 936 => 440, 933 => 439, 931 => 437, 930 => 431, 929 => 428, 928 => 427, 927 => 425, 921 => 422, 918 => 421, 916 => 419, 915 => 413, 914 => 410, 913 => 409, 912 => 407, 909 => 406, 907 => 405, 903 => 403, 899 => 402, 897 => 401, 892 => 398, 886 => 395, 883 => 394, 876 => 392, 873 => 391, 871 => 390, 868 => 389, 862 => 386, 859 => 385, 852 => 383, 849 => 382, 847 => 381, 841 => 378, 838 => 377, 834 => 375, 832 => 373, 831 => 372, 828 => 371, 824 => 369, 818 => 366, 815 => 365, 808 => 363, 805 => 362, 803 => 361, 797 => 358, 794 => 357, 787 => 355, 783 => 353, 777 => 350, 774 => 349, 767 => 347, 764 => 346, 762 => 345, 759 => 344, 753 => 341, 750 => 340, 743 => 338, 740 => 337, 738 => 336, 734 => 334, 725 => 328, 716 => 322, 711 => 321, 702 => 316, 695 => 313, 689 => 312, 685 => 309, 680 => 306, 675 => 304, 673 => 303, 668 => 300, 659 => 295, 650 => 288, 642 => 282, 634 => 276, 619 => 266, 616 => 265, 608 => 263, 604 => 261, 591 => 259, 587 => 258, 582 => 257, 580 => 256, 573 => 251, 565 => 247, 561 => 246, 554 => 241, 548 => 238, 542 => 234, 529 => 232, 525 => 231, 517 => 225, 515 => 224, 512 => 223, 505 => 219, 498 => 214, 496 => 213, 493 => 212, 486 => 208, 478 => 203, 475 => 202, 473 => 201, 470 => 200, 463 => 196, 455 => 191, 452 => 190, 450 => 189, 447 => 188, 439 => 183, 435 => 182, 431 => 181, 423 => 175, 421 => 174, 415 => 170, 407 => 165, 400 => 163, 391 => 160, 382 => 159, 378 => 158, 371 => 157, 367 => 156, 360 => 151, 351 => 145, 344 => 143, 342 => 142, 339 => 141, 330 => 140, 326 => 139, 317 => 134, 306 => 126, 301 => 123, 289 => 116, 282 => 113, 276 => 112, 270 => 108, 265 => 105, 258 => 101, 253 => 99, 247 => 97, 245 => 96, 241 => 95, 235 => 92, 231 => 91, 224 => 86, 213 => 80, 206 => 77, 200 => 76, 195 => 72, 182 => 65, 179 => 64, 171 => 62, 167 => 60, 154 => 58, 150 => 57, 145 => 56, 143 => 55, 136 => 50, 127 => 45, 123 => 44, 120 => 43, 113 => 38, 103 => 31, 96 => 27, 87 => 21, 82 => 18, 71 => 16, 67 => 15, 63 => 13, 56 => 9, 48 => 5, 43 => 4, 41 => 3, 37 => 1,); - } - - public function getSourceContext() - { - return new Source("", "table/operations/index.twig", "/home/dev/web/arif.off/public_html/pma/templates/table/operations/index.twig"); - } -} diff --git a/pma/tmp/twig/17/1784cc501e7ef3a9971e9bd3430e69ed.php b/pma/tmp/twig/17/1784cc501e7ef3a9971e9bd3430e69ed.php deleted file mode 100644 index f3e0eef..0000000 --- a/pma/tmp/twig/17/1784cc501e7ef3a9971e9bd3430e69ed.php +++ /dev/null @@ -1,563 +0,0 @@ -source = $this->getSourceContext(); - - $this->parent = false; - - $this->blocks = [ - ]; - } - - protected function doDisplay(array $context, array $blocks = []) - { - $macros = $this->macros; - // line 1 - echo "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, (($__internal_compile_0 = ($context["current_table"] ?? null)) && is_array($__internal_compile_0) || $__internal_compile_0 instanceof ArrayAccess ? ($__internal_compile_0["TABLE_NAME"] ?? null) : null)), "html", null, true); - echo "\"> - - - "; - // line 15 - if (($context["server_replica_status"] ?? null)) { - // line 16 - echo " - "; - } - // line 21 - echo " - "; - // line 23 - echo " "; - if ((($context["num_favorite_tables"] ?? null) > 0)) { - // line 24 - echo " - "; - } - // line 40 - echo " - - - - - "; - // line 57 - if ( !($context["db_is_system_schema"] ?? null)) { - // line 58 - echo " - "; - // line 61 - if (($context["table_is_view"] ?? null)) { - // line 62 - echo " - "; - } else { - // line 69 - echo " - "; - } - // line 78 - echo " - "; - } - // line 91 - echo " - "; - // line 92 - if ((twig_get_attribute($this->env, $this->source, ($context["current_table"] ?? null), "TABLE_ROWS", [], "array", true, true, false, 92) && (((($__internal_compile_5 = // line 93 -($context["current_table"] ?? null)) && is_array($__internal_compile_5) || $__internal_compile_5 instanceof ArrayAccess ? ($__internal_compile_5["ENGINE"] ?? null) : null) != null) || ($context["table_is_view"] ?? null)))) { - // line 94 - echo " "; - // line 95 - echo " "; - $context["row_count"] = PhpMyAdmin\Util::formatNumber((($__internal_compile_6 = ($context["current_table"] ?? null)) && is_array($__internal_compile_6) || $__internal_compile_6 instanceof ArrayAccess ? ($__internal_compile_6["TABLE_ROWS"] ?? null) : null), 0); - // line 96 - echo " - "; - // line 99 - echo " - - "; - // line 117 - if ( !(($context["properties_num_columns"] ?? null) > 1)) { - // line 118 - echo " - "; - // line 125 - if ((twig_length_filter($this->env, ($context["collation"] ?? null)) > 0)) { - // line 126 - echo " - "; - } - // line 130 - echo " "; - } - // line 131 - echo " - "; - // line 132 - if (($context["is_show_stats"] ?? null)) { - // line 133 - echo " - - "; - } - // line 142 - echo " - "; - // line 143 - if ( !(($context["show_charset"] ?? null) > 1)) { - // line 144 - echo " "; - if ((twig_length_filter($this->env, ($context["charset"] ?? null)) > 0)) { - // line 145 - echo " - "; - } - // line 149 - echo " "; - } - // line 150 - echo " - "; - // line 151 - if (($context["show_comment"] ?? null)) { - // line 152 - echo " "; - $context["comment"] = (($__internal_compile_11 = ($context["current_table"] ?? null)) && is_array($__internal_compile_11) || $__internal_compile_11 instanceof ArrayAccess ? ($__internal_compile_11["Comment"] ?? null) : null); - // line 153 - echo " - "; - } - // line 164 - echo " - "; - // line 165 - if (($context["show_creation"] ?? null)) { - // line 166 - echo " - "; - } - // line 170 - echo " - "; - // line 171 - if (($context["show_last_update"] ?? null)) { - // line 172 - echo " - "; - } - // line 176 - echo " - "; - // line 177 - if (($context["show_last_check"] ?? null)) { - // line 178 - echo " - "; - } - // line 182 - echo " - "; - } elseif ( // line 183 -($context["table_is_view"] ?? null)) { - // line 184 - echo " - - - "; - // line 189 - if (($context["is_show_stats"] ?? null)) { - // line 190 - echo " - - "; - } - // line 193 - echo " "; - if (($context["show_charset"] ?? null)) { - // line 194 - echo " - "; - } - // line 196 - echo " "; - if (($context["show_comment"] ?? null)) { - // line 197 - echo " - "; - } - // line 199 - echo " "; - if (($context["show_creation"] ?? null)) { - // line 200 - echo " - "; - } - // line 202 - echo " "; - if (($context["show_last_update"] ?? null)) { - // line 203 - echo " - "; - } - // line 205 - echo " "; - if (($context["show_last_check"] ?? null)) { - // line 206 - echo " - "; - } - // line 208 - echo " - "; - } else { - // line 210 - echo " - "; - // line 211 - if (($context["db_is_system_schema"] ?? null)) { - // line 212 - echo " "; - $context["action_colspan"] = 3; - // line 213 - echo " "; - } else { - // line 214 - echo " "; - $context["action_colspan"] = 6; - // line 215 - echo " "; - } - // line 216 - echo " "; - if ((($context["num_favorite_tables"] ?? null) > 0)) { - // line 217 - echo " "; - $context["action_colspan"] = (($context["action_colspan"] ?? null) + 1); - // line 218 - echo " "; - } - // line 219 - echo " - "; - // line 220 - $context["colspan_for_structure"] = (($context["action_colspan"] ?? null) + 3); - // line 221 - echo " - "; - } - // line 226 - echo " -"; - } - - public function getTemplateName() - { - return "database/structure/structure_table_row.twig"; - } - - public function isTraitable() - { - return false; - } - - public function getDebugInfo() - { - return array ( 540 => 226, 536 => 224, 529 => 221, 527 => 220, 524 => 219, 521 => 218, 518 => 217, 515 => 216, 512 => 215, 509 => 214, 506 => 213, 503 => 212, 501 => 211, 498 => 210, 494 => 208, 490 => 206, 487 => 205, 483 => 203, 480 => 202, 476 => 200, 473 => 199, 469 => 197, 466 => 196, 462 => 194, 459 => 193, 454 => 190, 452 => 189, 448 => 187, 443 => 184, 441 => 183, 438 => 182, 432 => 179, 429 => 178, 427 => 177, 424 => 176, 418 => 173, 415 => 172, 413 => 171, 410 => 170, 404 => 167, 401 => 166, 399 => 165, 396 => 164, 392 => 162, 386 => 160, 379 => 156, 374 => 155, 372 => 154, 369 => 153, 366 => 152, 364 => 151, 361 => 150, 358 => 149, 352 => 146, 349 => 145, 346 => 144, 344 => 143, 341 => 142, 335 => 139, 326 => 135, 322 => 134, 319 => 133, 317 => 132, 314 => 131, 311 => 130, 305 => 127, 302 => 126, 300 => 125, 297 => 124, 294 => 123, 291 => 122, 289 => 121, 284 => 120, 282 => 119, 279 => 118, 277 => 117, 270 => 114, 264 => 112, 257 => 108, 253 => 106, 251 => 105, 250 => 104, 248 => 102, 246 => 101, 242 => 100, 239 => 99, 236 => 96, 233 => 95, 231 => 94, 229 => 93, 228 => 92, 225 => 91, 218 => 87, 215 => 86, 213 => 85, 212 => 84, 211 => 81, 206 => 80, 203 => 78, 196 => 74, 193 => 73, 191 => 72, 190 => 71, 187 => 70, 184 => 69, 177 => 66, 175 => 65, 174 => 64, 173 => 63, 170 => 62, 168 => 61, 161 => 59, 158 => 58, 156 => 57, 149 => 53, 145 => 52, 138 => 48, 134 => 47, 127 => 43, 123 => 42, 119 => 40, 115 => 38, 113 => 36, 112 => 35, 111 => 34, 110 => 33, 108 => 32, 106 => 30, 105 => 29, 104 => 27, 102 => 26, 99 => 24, 96 => 23, 93 => 21, 87 => 18, 83 => 17, 80 => 16, 78 => 15, 73 => 13, 70 => 12, 68 => 11, 63 => 10, 57 => 7, 53 => 6, 49 => 5, 37 => 1,); - } - - public function getSourceContext() - { - return new Source("", "database/structure/structure_table_row.twig", "/home/dev/web/arif.off/public_html/pma/templates/database/structure/structure_table_row.twig"); - } -} diff --git a/pma/tmp/twig/18/1890582ec7860ff3b35891d3d361387a.php b/pma/tmp/twig/18/1890582ec7860ff3b35891d3d361387a.php deleted file mode 100644 index 15dc3a6..0000000 --- a/pma/tmp/twig/18/1890582ec7860ff3b35891d3d361387a.php +++ /dev/null @@ -1,72 +0,0 @@ -source = $this->getSourceContext(); - - $this->parent = false; - - $this->blocks = [ - ]; - } - - protected function doDisplay(array $context, array $blocks = []) - { - $macros = $this->macros; - // line 1 - echo "env, ($context["group"] ?? null), "html", null, true); - echo "\"> - - -"; - } - - public function getTemplateName() - { - return "config/form_display/group_header.twig"; - } - - public function isTraitable() - { - return false; - } - - public function getDebugInfo() - { - return array ( 46 => 3, 42 => 2, 37 => 1,); - } - - public function getSourceContext() - { - return new Source("", "config/form_display/group_header.twig", "/home/arif/public_html/pma/templates/config/form_display/group_header.twig"); - } -} diff --git a/pma/tmp/twig/1b/1b7def50a6d152d6f3c5a5e306cfc9f3.php b/pma/tmp/twig/1b/1b7def50a6d152d6f3c5a5e306cfc9f3.php deleted file mode 100644 index dd73b73..0000000 --- a/pma/tmp/twig/1b/1b7def50a6d152d6f3c5a5e306cfc9f3.php +++ /dev/null @@ -1,261 +0,0 @@ -source = $this->getSourceContext(); - - $this->parent = false; - - $this->blocks = [ - ]; - } - - protected function doDisplay(array $context, array $blocks = []) - { - $macros = $this->macros; - // line 1 - echo "
- "; -echo _gettext("Profiling"); - // line 2 - echo " -
-

"; -echo _gettext("Detailed profile"); - // line 4 - echo "

-
SLInstallment Amount
" . $row["AA_NO_OF_PAYPAID"] . " " . $row["AA_INSTALLMENT"] . "
- "; - // line 3 - echo twig_get_attribute($this->env, $this->source, ($context["column"] ?? null), "Field_title", [], "any", false, false, false, 3); - echo " - env, ($context["row_id"] ?? null), "html", null, true); - echo "]["; - echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, ($context["column"] ?? null), "Field_md5", [], "any", false, false, false, 4), "html", null, true); - echo "]\" value=\""; - echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, ($context["column"] ?? null), "Field", [], "any", false, false, false, 4), "html", null, true); - echo "\"> - env, twig_get_attribute($this->env, $this->source, ($context["column"] ?? null), "wrap", [], "any", false, false, false, 8), "html", null, true); - echo "\"> - "; - // line 9 - echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, ($context["column"] ?? null), "pma_type", [], "any", false, false, false, 9), "html", null, true); - echo " - "; -echo _gettext("Binary"); - echo "-- - - - "; - // line 28 - if (((twig_upper_filter($this->env, twig_get_attribute($this->env, $this->source, ($context["column"] ?? null), "Null", [], "any", false, false, false, 28)) == "YES") && !($context["read_only"] ?? null))) { - // line 29 - echo " env, ($context["row_id"] ?? null), "html", null, true); - echo "]["; - echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, ($context["column"] ?? null), "Field_md5", [], "any", false, false, false, 29), "html", null, true); - echo "]\""; - echo (((($context["real_null_value"] ?? null) && !twig_get_attribute($this->env, $this->source, ($context["column"] ?? null), "first_timestamp", [], "any", false, false, false, 29))) ? (" value=\"on\"") : ("")); - echo "> - env, ($context["row_id"] ?? null), "html", null, true); - echo "]["; - echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, ($context["column"] ?? null), "Field_md5", [], "any", false, false, false, 30), "html", null, true); - echo "]\" id=\"field_"; - echo twig_escape_filter($this->env, ($context["id_index"] ?? null), "html", null, true); - echo "_2\" aria-label=\""; -echo _gettext("Use the NULL value for this column."); - echo "\""; - echo ((($context["real_null_value"] ?? null)) ? (" checked") : ("")); - echo "> - env, ($context["row_id"] ?? null), "html", null, true); - echo "]["; - echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, ($context["column"] ?? null), "Field_md5", [], "any", false, false, false, 31), "html", null, true); - echo "]\" value=\""; - echo twig_escape_filter($this->env, ($context["nullify_code"] ?? null), "html", null, true); - echo "\"> - env, ($context["row_id"] ?? null), "html", null, true); - echo "]["; - echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, ($context["column"] ?? null), "Field_md5", [], "any", false, false, false, 32), "html", null, true); - echo "]\" value=\""; - echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, ($context["column"] ?? null), "Field_md5", [], "any", false, false, false, 32), "html", null, true); - echo "\"> - env, ($context["row_id"] ?? null), "html", null, true); - echo "]["; - echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, ($context["column"] ?? null), "Field_md5", [], "any", false, false, false, 33), "html", null, true); - echo "]\" value=\""; - echo PhpMyAdmin\Sanitize::escapeJsString((("[multi_edit][" . ($context["row_id"] ?? null)) . "]")); - echo "\"> - "; - } - // line 35 - echo " env, ($context["type"] ?? null), "html", null, true); - echo "\" data-decimals=\""; - echo twig_escape_filter($this->env, ($context["decimals"] ?? null), "html", null, true); - echo "\"> - "; - // line 39 - echo " "; - echo ($context["special_chars"] ?? null); - echo " - - "; - // line 41 - if ( !twig_test_empty(($context["transformed_value"] ?? null))) { - // line 42 - echo " "; - echo ($context["transformed_value"] ?? null); - echo " - "; - } else { - // line 44 - echo " "; - if (($context["is_value_foreign_link"] ?? null)) { - // line 45 - echo " "; - echo ($context["backup_field"] ?? null); - echo " - env, ($context["row_id"] ?? null), "html", null, true); - echo "]["; - echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, ($context["column"] ?? null), "Field_md5", [], "any", false, false, false, 46), "html", null, true); - echo "]\" value=\"foreign\"> - env, ($context["row_id"] ?? null), "html", null, true); - echo "]["; - echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, ($context["column"] ?? null), "Field_md5", [], "any", false, false, false, 47), "html", null, true); - echo "]\" class=\"textfield\" onchange=\"return verificationsAfterFieldChange('"; - echo PhpMyAdmin\Sanitize::escapeJsString(twig_get_attribute($this->env, $this->source, ($context["column"] ?? null), "Field_md5", [], "any", false, false, false, 47)); - echo "', '"; - echo PhpMyAdmin\Sanitize::escapeJsString(($context["row_id"] ?? null)); - echo "', '"; - echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, ($context["column"] ?? null), "pma_type", [], "any", false, false, false, 47), "html", null, true); - echo "')\" id=\"field_"; - echo twig_escape_filter($this->env, ($context["id_index"] ?? null), "html", null, true); - echo "_3\" value=\""; - echo twig_escape_filter($this->env, ($context["data"] ?? null), "html", null, true); - echo "\"> - ($context["db"] ?? null), "table" => ($context["table"] ?? null), "field" => twig_get_attribute($this->env, $this->source, ($context["column"] ?? null), "Field", [], "any", false, false, false, 48), "rownumber" => ($context["row_id"] ?? null), "data" => ($context["data"] ?? null)]); - echo "\">"; - echo PhpMyAdmin\Html\Generator::getIcon("b_browse", _gettext("Browse foreign values")); - echo " - "; - } elseif ( !twig_test_empty( // line 49 -($context["foreign_dropdown"] ?? null))) { - // line 50 - echo " "; - echo ($context["backup_field"] ?? null); - echo " - env, ($context["row_id"] ?? null), "html", null, true); - echo "]["; - echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, ($context["column"] ?? null), "Field_md5", [], "any", false, false, false, 51), "html", null, true); - echo "]\" value=\""; - echo ((twig_get_attribute($this->env, $this->source, ($context["column"] ?? null), "is_binary", [], "any", false, false, false, 51)) ? ("hex") : ("foreign")); - echo "\"> - - "; - } elseif (((( // line 55 -($context["longtext_double_textarea"] ?? null) && twig_in_filter("longtext", twig_get_attribute($this->env, $this->source, ($context["column"] ?? null), "pma_type", [], "any", false, false, false, 55))) || twig_in_filter("json", twig_get_attribute($this->env, $this->source, ($context["column"] ?? null), "pma_type", [], "any", false, false, false, 55))) || twig_in_filter("text", twig_get_attribute($this->env, $this->source, ($context["column"] ?? null), "pma_type", [], "any", false, false, false, 55)))) { - // line 56 - echo " "; - echo ($context["backup_field"] ?? null); - echo " - - "; - // line 62 - if ((twig_in_filter("text", twig_get_attribute($this->env, $this->source, ($context["column"] ?? null), "pma_type", [], "any", false, false, false, 62)) && (twig_length_filter($this->env, ($context["special_chars"] ?? null)) > 32000))) { - // line 63 - echo " - "; -echo _gettext("Because of its length,
this column might not be editable."); - // line 66 - echo " "; - } - // line 67 - echo " "; - } elseif ((twig_get_attribute($this->env, $this->source, ($context["column"] ?? null), "pma_type", [], "any", false, false, false, 67) == "enum")) { - // line 68 - echo " "; - echo ($context["backup_field"] ?? null); - echo " - env, ($context["row_id"] ?? null), "html", null, true); - echo "]["; - echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, ($context["column"] ?? null), "Field_md5", [], "any", false, false, false, 69), "html", null, true); - echo "]\" value=\"enum\"> - "; - // line 70 - if ((twig_length_filter($this->env, twig_get_attribute($this->env, $this->source, ($context["column"] ?? null), "Type", [], "any", false, false, false, 70)) > 20)) { - // line 71 - echo " - "; - } else { - // line 78 - echo " "; - $context['_parent'] = $context; - $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env, $this->source, ($context["column"] ?? null), "values", [], "any", false, false, false, 78)); - $context['loop'] = [ - 'parent' => $context['_parent'], - 'index0' => 0, - 'index' => 1, - 'first' => true, - ]; - if (is_array($context['_seq']) || (is_object($context['_seq']) && $context['_seq'] instanceof \Countable)) { - $length = count($context['_seq']); - $context['loop']['revindex0'] = $length - 1; - $context['loop']['revindex'] = $length; - $context['loop']['length'] = $length; - $context['loop']['last'] = 1 === $length; - } - foreach ($context['_seq'] as $context["_key"] => $context["enum_value"]) { - // line 79 - echo " env, ($context["row_id"] ?? null), "html", null, true); - echo "]["; - echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, ($context["column"] ?? null), "Field_md5", [], "any", false, false, false, 79), "html", null, true); - echo "]\" value=\""; - echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["enum_value"], "plain", [], "any", false, false, false, 79), "html", null, true); - echo "\" class=\"textfield\" id=\"field_"; - echo twig_escape_filter($this->env, ($context["id_index"] ?? null), "html", null, true); - echo "_3_"; - echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["loop"], "index0", [], "any", false, false, false, 79), "html", null, true); - echo "\" onchange=\"return verificationsAfterFieldChange('"; - echo PhpMyAdmin\Sanitize::escapeJsString(twig_get_attribute($this->env, $this->source, ($context["column"] ?? null), "Field_md5", [], "any", false, false, false, 79)); - echo "', '"; - echo PhpMyAdmin\Sanitize::escapeJsString(($context["row_id"] ?? null)); - echo "', '"; - echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, ($context["column"] ?? null), "pma_type", [], "any", false, false, false, 79), "html", null, true); - echo "')\""; - echo (((twig_get_attribute($this->env, $this->source, $context["enum_value"], "plain", [], "any", false, false, false, 79) == ($context["enum_selected_value"] ?? null))) ? (" checked") : ("")); - echo "> - - "; - ++$context['loop']['index0']; - ++$context['loop']['index']; - $context['loop']['first'] = false; - if (isset($context['loop']['length'])) { - --$context['loop']['revindex0']; - --$context['loop']['revindex']; - $context['loop']['last'] = 0 === $context['loop']['revindex0']; - } - } - $_parent = $context['_parent']; - unset($context['_seq'], $context['_iterated'], $context['_key'], $context['enum_value'], $context['_parent'], $context['loop']); - $context = array_intersect_key($context, $_parent) + $_parent; - // line 82 - echo " "; - } - // line 83 - echo " "; - } elseif ((twig_get_attribute($this->env, $this->source, ($context["column"] ?? null), "pma_type", [], "any", false, false, false, 83) == "set")) { - // line 84 - echo " "; - echo ($context["backup_field"] ?? null); - echo " - env, ($context["row_id"] ?? null), "html", null, true); - echo "]["; - echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, ($context["column"] ?? null), "Field_md5", [], "any", false, false, false, 85), "html", null, true); - echo "]\" value=\"set\"> - - "; - } elseif ((twig_get_attribute($this->env, $this->source, // line 91 -($context["column"] ?? null), "is_binary", [], "any", false, false, false, 91) || twig_get_attribute($this->env, $this->source, ($context["column"] ?? null), "is_blob", [], "any", false, false, false, 91))) { - // line 92 - echo " "; - if (($context["is_column_protected_blob"] ?? null)) { - // line 93 - echo " "; -echo _gettext("Binary - do not edit"); - // line 94 - echo " ("; - echo twig_escape_filter($this->env, ($context["blob_value"] ?? null), "html", null, true); - echo " "; - echo twig_escape_filter($this->env, ($context["blob_value_unit"] ?? null), "html", null, true); - echo ") - env, ($context["row_id"] ?? null), "html", null, true); - echo "]["; - echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, ($context["column"] ?? null), "Field_md5", [], "any", false, false, false, 95), "html", null, true); - echo "]\" value=\"\"> - env, ($context["row_id"] ?? null), "html", null, true); - echo "]["; - echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, ($context["column"] ?? null), "Field_md5", [], "any", false, false, false, 96), "html", null, true); - echo "]\" value=\"protected\"> - "; - } elseif ((twig_get_attribute($this->env, $this->source, // line 97 -($context["column"] ?? null), "is_blob", [], "any", false, false, false, 97) || (twig_get_attribute($this->env, $this->source, ($context["column"] ?? null), "len", [], "any", false, false, false, 97) > ($context["limit_chars"] ?? null)))) { - // line 98 - echo " "; - echo ($context["backup_field"] ?? null); - echo " - env, ($context["row_id"] ?? null), "html", null, true); - echo "]["; - echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, ($context["column"] ?? null), "Field_md5", [], "any", false, false, false, 99), "html", null, true); - echo "]\" value=\"hex\"> - - "; - } else { - // line 106 - echo " "; - echo ($context["backup_field"] ?? null); - echo " - env, ($context["row_id"] ?? null), "html", null, true); - echo "]["; - echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, ($context["column"] ?? null), "Field_md5", [], "any", false, false, false, 107), "html", null, true); - echo "]\" value=\"hex\"> - "; - // line 108 - echo ($context["input_field_html"] ?? null); - echo " - "; - } - // line 110 - echo " "; - if ((($context["is_upload"] ?? null) && twig_get_attribute($this->env, $this->source, ($context["column"] ?? null), "is_blob", [], "any", false, false, false, 110))) { - // line 111 - echo "
- "; - // line 113 - echo " env, ($context["row_id"] ?? null), "html", null, true); - echo "]["; - echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, ($context["column"] ?? null), "Field_md5", [], "any", false, false, false, 113), "html", null, true); - echo "]\" class=\"textfield noDragDrop\" id=\"field_"; - echo twig_escape_filter($this->env, ($context["id_index"] ?? null), "html", null, true); - echo "_3\" size=\"10\" onchange=\"return verificationsAfterFieldChange('"; - echo PhpMyAdmin\Sanitize::escapeJsString(twig_get_attribute($this->env, $this->source, ($context["column"] ?? null), "Field_md5", [], "any", false, false, false, 113)); - echo "', '"; - echo PhpMyAdmin\Sanitize::escapeJsString(($context["row_id"] ?? null)); - echo "', '"; - echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, ($context["column"] ?? null), "pma_type", [], "any", false, false, false, 113), "html", null, true); - echo "')\"> - "; - // line 114 - echo twig_escape_filter($this->env, ($context["max_upload_size"] ?? null), "html", null, true); - echo " - "; - } - // line 116 - echo " "; - echo ($context["select_option_for_upload"] ?? null); - echo " - "; - } else { - // line 118 - echo " "; - echo ($context["value"] ?? null); - echo " - "; - } - // line 120 - echo " - "; - // line 121 - if (twig_in_filter(twig_get_attribute($this->env, $this->source, ($context["column"] ?? null), "pma_type", [], "any", false, false, false, 121), ($context["gis_data_types"] ?? null))) { - // line 122 - echo " env, ($context["row_id"] ?? null), "html", null, true); - echo "\">"; - echo PhpMyAdmin\Html\Generator::linkOrButton("#", null, PhpMyAdmin\Html\Generator::getIcon("b_edit", _gettext("Edit/Insert")), [], "_blank"); - echo " - "; - } - // line 124 - echo " "; - } - // line 125 - echo "
env, $this->source, $context["column"], "is_column_numeric", [], "any", false, false, false, 2)) ? (" text-end") : ("")); - echo ((twig_get_attribute($this->env, $this->source, $context["column"], "is_column_hidden", [], "any", false, false, false, 2)) ? (" hide") : ("")); - // line 3 - echo ((($context["is_sortable"] ?? null)) ? (" column_heading") : ("")); - echo (((($context["is_sortable"] ?? null) && twig_get_attribute($this->env, $this->source, $context["column"], "is_browse_marker_enabled", [], "any", false, false, false, 3))) ? (" marker") : ("")); - echo (((($context["is_sortable"] ?? null) && twig_get_attribute($this->env, $this->source, $context["column"], "is_browse_pointer_enabled", [], "any", false, false, false, 3))) ? (" pointer") : ("")); - // line 4 - echo ((( !($context["is_sortable"] ?? null) && twig_get_attribute($this->env, $this->source, $context["column"], "has_condition", [], "any", false, false, false, 4))) ? (" condition") : ("")); - echo "\" data-column=\""; - echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["column"], "column_name", [], "any", false, false, false, 4), "html", null, true); - echo "\"> - "; - // line 5 - if (($context["is_sortable"] ?? null)) { - // line 6 - echo " "; - echo twig_get_attribute($this->env, $this->source, $context["column"], "order_link", [], "any", false, false, false, 6); - echo " - "; - } else { - // line 8 - echo " "; - echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["column"], "column_name", [], "any", false, false, false, 8), "html", null, true); - echo " - "; - } - // line 10 - echo " "; - echo twig_get_attribute($this->env, $this->source, $context["column"], "comments", [], "any", false, false, false, 10); - echo " -
- env, ($context["input_class"] ?? null), "html", null, true); - echo "\" - value=\""; - // line 6 - echo twig_escape_filter($this->env, (($__internal_compile_1 = ($context["current_table"] ?? null)) && is_array($__internal_compile_1) || $__internal_compile_1 instanceof ArrayAccess ? ($__internal_compile_1["TABLE_NAME"] ?? null) : null), "html", null, true); - echo "\" - id=\"checkbox_tbl_"; - // line 7 - echo twig_escape_filter($this->env, ($context["curr"] ?? null), "html", null, true); - echo "\"> - - 0])); - echo "\" title=\""; - echo twig_escape_filter($this->env, ($context["browse_table_label_title"] ?? null), "html", null, true); - echo "\">"; - // line 11 - echo twig_escape_filter($this->env, ($context["browse_table_label_truename"] ?? null), "html", null, true); - // line 12 - echo " - "; - // line 13 - echo ($context["tracking_icon"] ?? null); - echo " - - "; - // line 17 - echo ((($context["ignored"] ?? null)) ? (PhpMyAdmin\Html\Generator::getImage("s_cancel", _gettext("Not replicated"))) : ("")); - echo " - "; - // line 18 - echo ((($context["do"] ?? null)) ? (PhpMyAdmin\Html\Generator::getImage("s_success", _gettext("Replicated"))) : ("")); - echo " - - "; - // line 26 - echo " "; - $context["fav_params"] = ["db" => // line 27 -($context["db"] ?? null), "ajax_request" => true, "favorite_table" => (($__internal_compile_2 = // line 29 -($context["current_table"] ?? null)) && is_array($__internal_compile_2) || $__internal_compile_2 instanceof ArrayAccess ? ($__internal_compile_2["TABLE_NAME"] ?? null) : null), ((( // line 30 -($context["already_favorite"] ?? null)) ? ("remove") : ("add")) . "_favorite") => true]; - // line 32 - echo " "; - $this->loadTemplate("database/structure/favorite_anchor.twig", "database/structure/structure_table_row.twig", 32)->display(twig_to_array(["table_name_hash" => // line 33 -($context["table_name_hash"] ?? null), "db_table_name_hash" => // line 34 -($context["db_table_name_hash"] ?? null), "fav_params" => // line 35 -($context["fav_params"] ?? null), "already_favorite" => // line 36 -($context["already_favorite"] ?? null)])); - // line 38 - echo " - 0])); - echo "\"> - "; - // line 43 - echo ((($context["may_have_rows"] ?? null)) ? (PhpMyAdmin\Html\Generator::getIcon("b_browse", _gettext("Browse"))) : (PhpMyAdmin\Html\Generator::getIcon("bd_browse", _gettext("Browse")))); - echo " - - - - "; - // line 48 - echo PhpMyAdmin\Html\Generator::getIcon("b_props", _gettext("Structure")); - echo " - - - - "; - // line 53 - echo ((($context["may_have_rows"] ?? null)) ? (PhpMyAdmin\Html\Generator::getIcon("b_select", _gettext("Search"))) : (PhpMyAdmin\Html\Generator::getIcon("bd_select", _gettext("Search")))); - echo " - - - "; - echo PhpMyAdmin\Html\Generator::getIcon("b_insrow", _gettext("Insert")); - echo " - - // line 64 -($context["db"] ?? null), "table" => (($__internal_compile_3 = // line 65 -($context["current_table"] ?? null)) && is_array($__internal_compile_3) || $__internal_compile_3 instanceof ArrayAccess ? ($__internal_compile_3["TABLE_NAME"] ?? null) : null)]); - // line 66 - echo "\">"; - echo PhpMyAdmin\Html\Generator::getIcon("b_edit", _gettext("Edit")); - echo " - - // line 71 -($context["empty_table_sql_query"] ?? null), "message_to_show" => // line 72 -($context["empty_table_message_to_show"] ?? null)]), ""); - // line 73 - echo "\"> - "; - // line 74 - echo ((($context["may_have_rows"] ?? null)) ? (PhpMyAdmin\Html\Generator::getIcon("b_empty", _gettext("Empty"))) : (PhpMyAdmin\Html\Generator::getIcon("bd_empty", _gettext("Empty")))); - echo " - - - 1, "purge" => 1, "sql_query" => // line 84 -($context["drop_query"] ?? null), "message_to_show" => // line 85 -($context["drop_message"] ?? null)]), ""); - // line 86 - echo "\"> - "; - // line 87 - echo PhpMyAdmin\Html\Generator::getIcon("b_drop", _gettext("Drop")); - echo " - - env, (($__internal_compile_7 = ($context["current_table"] ?? null)) && is_array($__internal_compile_7) || $__internal_compile_7 instanceof ArrayAccess ? ($__internal_compile_7["TABLE_NAME"] ?? null) : null), "html", null, true); - echo "\"> - "; - // line 101 - if (($context["approx_rows"] ?? null)) { - // line 102 - echo " true, "db" => // line 104 -($context["db"] ?? null), "table" => (($__internal_compile_8 = // line 105 -($context["current_table"] ?? null)) && is_array($__internal_compile_8) || $__internal_compile_8 instanceof ArrayAccess ? ($__internal_compile_8["TABLE_NAME"] ?? null) : null)]); - // line 106 - echo "\" class=\"ajax real_row_count\"> - - ~"; - // line 108 - echo twig_escape_filter($this->env, ($context["row_count"] ?? null), "html", null, true); - echo " - - - "; - } else { - // line 112 - echo " "; - echo twig_escape_filter($this->env, ($context["row_count"] ?? null), "html", null, true); - echo " - "; - } - // line 114 - echo " "; - echo ($context["show_superscript"] ?? null); - echo " - - "; - // line 119 - if ( !twig_test_empty((($__internal_compile_9 = ($context["current_table"] ?? null)) && is_array($__internal_compile_9) || $__internal_compile_9 instanceof ArrayAccess ? ($__internal_compile_9["ENGINE"] ?? null) : null))) { - // line 120 - echo " "; - echo twig_escape_filter($this->env, (($__internal_compile_10 = ($context["current_table"] ?? null)) && is_array($__internal_compile_10) || $__internal_compile_10 instanceof ArrayAccess ? ($__internal_compile_10["ENGINE"] ?? null) : null), "html", null, true); - echo " - "; - } elseif ( // line 121 -($context["table_is_view"] ?? null)) { - // line 122 - echo " "; -echo _gettext("View"); - // line 123 - echo " "; - } - // line 124 - echo " - "; - // line 127 - echo ($context["collation"] ?? null); - echo " - - - "; - // line 135 - echo twig_escape_filter($this->env, ($context["formatted_size"] ?? null), "html", null, true); - echo " "; - echo twig_escape_filter($this->env, ($context["unit"] ?? null), "html", null, true); - echo " - - - "; - // line 139 - echo ($context["overhead"] ?? null); - echo " - - "; - // line 146 - echo ($context["charset"] ?? null); - echo " - - "; - // line 154 - if ((twig_length_filter($this->env, ($context["comment"] ?? null)) > ($context["limit_chars"] ?? null))) { - // line 155 - echo " env, ($context["comment"] ?? null), "html", null, true); - echo "\"> - "; - // line 156 - echo twig_escape_filter($this->env, twig_slice($this->env, ($context["comment"] ?? null), 0, ($context["limit_chars"] ?? null)), "html", null, true); - echo " - ... - - "; - } else { - // line 160 - echo " "; - echo twig_escape_filter($this->env, ($context["comment"] ?? null), "html", null, true); - echo " - "; - } - // line 162 - echo " - "; - // line 167 - echo twig_escape_filter($this->env, ($context["create_time"] ?? null), "html", null, true); - echo " - - "; - // line 173 - echo twig_escape_filter($this->env, ($context["update_time"] ?? null), "html", null, true); - echo " - - "; - // line 179 - echo twig_escape_filter($this->env, ($context["check_time"] ?? null), "html", null, true); - echo " - - - "; -echo _gettext("View"); - // line 187 - echo " -------- - "; -echo _gettext("in use"); - // line 224 - echo "
env, ($context["colspan"] ?? null), "html", null, true); - echo "\"> - "; - // line 3 - echo twig_escape_filter($this->env, ($context["header_text"] ?? null), "html", null, true); - echo " -
- - - - - - - - - "; - // line 23 - $context['_parent'] = $context; - $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env, $this->source, ($context["profiling"] ?? null), "profile", [], "any", false, false, false, 23)); - $context['loop'] = [ - 'parent' => $context['_parent'], - 'index0' => 0, - 'index' => 1, - 'first' => true, - ]; - if (is_array($context['_seq']) || (is_object($context['_seq']) && $context['_seq'] instanceof \Countable)) { - $length = count($context['_seq']); - $context['loop']['revindex0'] = $length - 1; - $context['loop']['revindex'] = $length; - $context['loop']['length'] = $length; - $context['loop']['last'] = 1 === $length; - } - foreach ($context['_seq'] as $context["_key"] => $context["state"]) { - // line 24 - echo " - - - - - "; - ++$context['loop']['index0']; - ++$context['loop']['index']; - $context['loop']['first'] = false; - if (isset($context['loop']['length'])) { - --$context['loop']['revindex0']; - --$context['loop']['revindex']; - $context['loop']['last'] = 0 === $context['loop']['revindex0']; - } - } - $_parent = $context['_parent']; - unset($context['_seq'], $context['_iterated'], $context['_key'], $context['state'], $context['_parent'], $context['loop']); - $context = array_intersect_key($context, $_parent) + $_parent; - // line 33 - echo " -
- "; -echo _gettext("Order"); - // line 10 - echo "
-
- "; -echo _gettext("State"); - // line 14 - echo "
-
- "; -echo _gettext("Time"); - // line 18 - echo "
-
"; - // line 25 - echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["loop"], "index", [], "any", false, false, false, 25), "html", null, true); - echo ""; - // line 26 - echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["state"], "status", [], "any", false, false, false, 26), "html", null, true); - echo " - "; - // line 28 - echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["state"], "duration", [], "any", false, false, false, 28), "html", null, true); - echo "s - "; - // line 29 - echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["state"], "duration_raw", [], "any", false, false, false, 29), "html", null, true); - echo " -
-
- -
-

"; -echo _gettext("Summary by state"); - // line 38 - echo PhpMyAdmin\Html\MySQLDocumentation::show("general-thread-states"); - echo "

- - - - - - - - - - - - "; - // line 65 - $context['_parent'] = $context; - $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env, $this->source, ($context["profiling"] ?? null), "states", [], "any", false, false, false, 65)); - foreach ($context['_seq'] as $context["name"] => $context["stats"]) { - // line 66 - echo " - - - - - - - "; - } - $_parent = $context['_parent']; - unset($context['_seq'], $context['_iterated'], $context['name'], $context['stats'], $context['_parent'], $context['loop']); - $context = array_intersect_key($context, $_parent) + $_parent; - // line 84 - echo " -
- "; -echo _gettext("State"); - // line 44 - echo "
-
- "; -echo _gettext("Total Time"); - // line 48 - echo "
-
- "; -echo _gettext("% Time"); - // line 52 - echo "
-
- "; -echo _gettext("Calls"); - // line 56 - echo "
-
- "; -echo _gettext("ø Time"); - // line 60 - echo "
-
"; - // line 67 - echo twig_escape_filter($this->env, $context["name"], "html", null, true); - echo " - "; - // line 69 - echo twig_escape_filter($this->env, PhpMyAdmin\Util::formatNumber(twig_get_attribute($this->env, $this->source, $context["stats"], "total_time", [], "any", false, false, false, 69), 3, 1), "html", null, true); - echo "s - "; - // line 70 - echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["stats"], "total_time", [], "any", false, false, false, 70), "html", null, true); - echo " - - "; - // line 73 - echo twig_escape_filter($this->env, PhpMyAdmin\Util::formatNumber((100 * (twig_get_attribute($this->env, $this->source, $context["stats"], "total_time", [], "any", false, false, false, 73) / twig_get_attribute($this->env, $this->source, ($context["profiling"] ?? null), "total_time", [], "any", false, false, false, 73))), 0, 2), "html", null, true); - echo "% - "; - // line 75 - echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["stats"], "calls", [], "any", false, false, false, 75), "html", null, true); - echo " - "; - // line 77 - echo twig_escape_filter($this->env, PhpMyAdmin\Util::formatNumber((twig_get_attribute($this->env, $this->source, $context["stats"], "total_time", [], "any", false, false, false, 77) / twig_get_attribute($this->env, $this->source, $context["stats"], "calls", [], "any", false, false, false, 77)), 3, 1), "html", null, true); - echo "s - - "; - // line 79 - echo twig_escape_filter($this->env, twig_number_format_filter($this->env, (twig_get_attribute($this->env, $this->source, $context["stats"], "total_time", [], "any", false, false, false, 79) / twig_get_attribute($this->env, $this->source, $context["stats"], "calls", [], "any", false, false, false, 79)), 8, ".", ""), "html", null, true); - echo " - -
-
-
- -
"; - // line 90 - echo twig_escape_filter($this->env, json_encode(twig_get_attribute($this->env, $this->source, ($context["profiling"] ?? null), "chart", [], "any", false, false, false, 90)), "html", null, true); - // line 91 - echo "
-
- - - -"; - } - - public function getTemplateName() - { - return "sql/profiling_chart.twig"; - } - - public function isTraitable() - { - return false; - } - - public function getDebugInfo() - { - return array ( 229 => 91, 227 => 90, 220 => 84, 209 => 79, 204 => 77, 199 => 75, 194 => 73, 188 => 70, 184 => 69, 179 => 67, 176 => 66, 172 => 65, 165 => 60, 159 => 56, 153 => 52, 147 => 48, 141 => 44, 132 => 38, 124 => 33, 106 => 29, 102 => 28, 97 => 26, 93 => 25, 90 => 24, 73 => 23, 66 => 18, 60 => 14, 54 => 10, 46 => 4, 41 => 2, 37 => 1,); - } - - public function getSourceContext() - { - return new Source("", "sql/profiling_chart.twig", "/home/arif/public_html/pma/templates/sql/profiling_chart.twig"); - } -} diff --git a/pma/tmp/twig/1d/1df195fd28f883d3b67c4dae9495b234.php b/pma/tmp/twig/1d/1df195fd28f883d3b67c4dae9495b234.php deleted file mode 100644 index c6b985b..0000000 --- a/pma/tmp/twig/1d/1df195fd28f883d3b67c4dae9495b234.php +++ /dev/null @@ -1,428 +0,0 @@ -source = $this->getSourceContext(); - - $this->parent = false; - - $this->blocks = [ - ]; - } - - protected function doDisplay(array $context, array $blocks = []) - { - $macros = $this->macros; - // line 1 - if (($context["is_superuser"] ?? null)) { - // line 2 - echo "
- "; - // line 3 - echo PhpMyAdmin\Url::getHiddenInputs(($context["db"] ?? null), ($context["table"] ?? null)); - echo " - -
- - "; - // line 7 - echo PhpMyAdmin\Html\Generator::getIcon("b_usrcheck"); - echo " - "; - // line 8 - echo twig_sprintf(_gettext("Users having access to \"%s\""), (((((((" // line 9 -($context["db"] ?? null), "table" => // line 10 -($context["table"] ?? null)], "&")) . "\">") . twig_escape_filter($this->env, // line 11 -($context["db"] ?? null), "html")) . ".") . twig_escape_filter($this->env, ($context["table"] ?? null), "html")) . "")); - echo " - - -
- - - - - - - - - - - - - - - "; - // line 29 - $context['_parent'] = $context; - $context['_seq'] = twig_ensure_traversable(($context["privileges"] ?? null)); - $context['_iterated'] = false; - $context['loop'] = [ - 'parent' => $context['_parent'], - 'index0' => 0, - 'index' => 1, - 'first' => true, - ]; - if (is_array($context['_seq']) || (is_object($context['_seq']) && $context['_seq'] instanceof \Countable)) { - $length = count($context['_seq']); - $context['loop']['revindex0'] = $length - 1; - $context['loop']['revindex'] = $length; - $context['loop']['length'] = $length; - $context['loop']['last'] = 1 === $length; - } - foreach ($context['_seq'] as $context["_key"] => $context["privilege"]) { - // line 30 - echo " "; - $context["privileges_amount"] = twig_length_filter($this->env, twig_get_attribute($this->env, $this->source, $context["privilege"], "privileges", [], "any", false, false, false, 30)); - // line 31 - echo " - 1)) { - echo " class=\"align-middle\" rowspan=\""; - echo twig_escape_filter($this->env, ($context["privileges_amount"] ?? null), "html", null, true); - echo "\""; - } - echo "> - env, twig_get_attribute($this->env, $this->source, $context["loop"], "index0", [], "any", false, false, false, 33), "html", null, true); - echo "\" value=\""; - // line 34 - echo twig_escape_filter($this->env, ((twig_get_attribute($this->env, $this->source, $context["privilege"], "user", [], "any", false, false, false, 34) . "&#27;") . twig_get_attribute($this->env, $this->source, $context["privilege"], "host", [], "any", false, false, false, 34)), "html", null, true); - echo "\"> - - 1)) { - echo " class=\"align-middle\" rowspan=\""; - echo twig_escape_filter($this->env, ($context["privileges_amount"] ?? null), "html", null, true); - echo "\""; - } - echo "> - "; - // line 37 - if (twig_test_empty(twig_get_attribute($this->env, $this->source, $context["privilege"], "user", [], "any", false, false, false, 37))) { - // line 38 - echo " "; -echo _gettext("Any"); - echo " - "; - } else { - // line 40 - echo " "; - echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["privilege"], "user", [], "any", false, false, false, 40), "html", null, true); - echo " - "; - } - // line 42 - echo " - 1)) { - echo " class=\"align-middle\" rowspan=\""; - echo twig_escape_filter($this->env, ($context["privileges_amount"] ?? null), "html", null, true); - echo "\""; - } - echo "> - "; - // line 44 - echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["privilege"], "host", [], "any", false, false, false, 44), "html", null, true); - echo " - - "; - // line 46 - $context['_parent'] = $context; - $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env, $this->source, $context["privilege"], "privileges", [], "any", false, false, false, 46)); - foreach ($context['_seq'] as $context["_key"] => $context["priv"]) { - // line 47 - echo " - - - - - - "; - // line 99 - if ((($context["privileges_amount"] ?? null) > 1)) { - // line 100 - echo " - "; - } - // line 102 - echo " "; - } - $_parent = $context['_parent']; - unset($context['_seq'], $context['_iterated'], $context['_key'], $context['priv'], $context['_parent'], $context['loop']); - $context = array_intersect_key($context, $_parent) + $_parent; - // line 103 - echo " "; - $context['_iterated'] = true; - ++$context['loop']['index0']; - ++$context['loop']['index']; - $context['loop']['first'] = false; - if (isset($context['loop']['length'])) { - --$context['loop']['revindex0']; - --$context['loop']['revindex']; - $context['loop']['last'] = 0 === $context['loop']['revindex0']; - } - } - if (!$context['_iterated']) { - // line 104 - echo " - - - "; - } - $_parent = $context['_parent']; - unset($context['_seq'], $context['_iterated'], $context['_key'], $context['privilege'], $context['_parent'], $context['loop']); - $context = array_intersect_key($context, $_parent) + $_parent; - // line 110 - echo " -
"; -echo _gettext("User name"); - // line 19 - echo ""; -echo _gettext("Host name"); - // line 20 - echo ""; -echo _gettext("Type"); - // line 21 - echo ""; -echo _gettext("Privileges"); - // line 22 - echo ""; -echo _gettext("Grant"); - // line 23 - echo ""; -echo _gettext("Action"); - // line 24 - echo "
- "; - // line 48 - if ((twig_get_attribute($this->env, $this->source, $context["priv"], "type", [], "any", false, false, false, 48) == "g")) { - // line 49 - echo " "; -echo _gettext("global"); - // line 50 - echo " "; - } elseif ((twig_get_attribute($this->env, $this->source, $context["priv"], "type", [], "any", false, false, false, 50) == "d")) { - // line 51 - echo " "; - if ((twig_get_attribute($this->env, $this->source, $context["priv"], "database", [], "any", false, false, false, 51) == twig_replace_filter(($context["db"] ?? null), ["_" => "\\_", "%" => "\\%"]))) { - // line 52 - echo " "; -echo _gettext("database-specific"); - // line 53 - echo " "; - } else { - // line 54 - echo " "; -echo _gettext("wildcard"); - echo ": "; - echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["priv"], "database", [], "any", false, false, false, 54), "html", null, true); - echo " - "; - } - // line 56 - echo " "; - } elseif ((twig_get_attribute($this->env, $this->source, $context["priv"], "type", [], "any", false, false, false, 56) == "t")) { - // line 57 - echo " "; -echo _gettext("table-specific"); - // line 58 - echo " "; - } elseif ((twig_get_attribute($this->env, $this->source, $context["priv"], "type", [], "any", false, false, false, 58) == "r")) { - // line 59 - echo " "; -echo _gettext("routine"); - // line 60 - echo " "; - } - // line 61 - echo " - - "; - // line 64 - if ((twig_get_attribute($this->env, $this->source, $context["priv"], "type", [], "any", false, false, false, 64) == "r")) { - // line 65 - echo " "; - echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["priv"], "routine", [], "any", false, false, false, 65), "html", null, true); - echo " - ("; - // line 66 - echo twig_escape_filter($this->env, twig_upper_filter($this->env, twig_join_filter(twig_get_attribute($this->env, $this->source, $context["priv"], "privileges", [], "any", false, false, false, 66), ", ")), "html", null, true); - echo ") - "; - } else { - // line 68 - echo " "; - echo twig_join_filter(twig_get_attribute($this->env, $this->source, $context["priv"], "privileges", [], "any", false, false, false, 68), ", "); - echo " - "; - } - // line 70 - echo " - - "; - // line 73 - echo twig_escape_filter($this->env, ((twig_get_attribute($this->env, $this->source, $context["priv"], "has_grant", [], "any", false, false, false, 73)) ? (_gettext("Yes")) : (_gettext("No"))), "html", null, true); - echo " - - "; - // line 76 - if (($context["is_grantuser"] ?? null)) { - // line 77 - echo " twig_get_attribute($this->env, $this->source, // line 78 -$context["privilege"], "user", [], "any", false, false, false, 78), "hostname" => twig_get_attribute($this->env, $this->source, // line 79 -$context["privilege"], "host", [], "any", false, false, false, 79), "dbname" => (((twig_get_attribute($this->env, $this->source, // line 80 -$context["priv"], "database", [], "any", false, false, false, 80) != "*")) ? (twig_get_attribute($this->env, $this->source, $context["priv"], "database", [], "any", false, false, false, 80)) : ("")), "tablename" => (((twig_get_attribute($this->env, $this->source, // line 81 -$context["priv"], "table", [], "any", true, true, false, 81) && (twig_get_attribute($this->env, $this->source, $context["priv"], "table", [], "any", false, false, false, 81) != "*"))) ? (twig_get_attribute($this->env, $this->source, $context["priv"], "table", [], "any", false, false, false, 81)) : ("")), "routinename" => (((twig_get_attribute($this->env, $this->source, // line 82 -$context["priv"], "routine", [], "any", true, true, false, 82) && !(null === twig_get_attribute($this->env, $this->source, $context["priv"], "routine", [], "any", false, false, false, 82)))) ? (twig_get_attribute($this->env, $this->source, $context["priv"], "routine", [], "any", false, false, false, 82)) : (""))]); - // line 83 - echo "\"> - "; - // line 84 - echo PhpMyAdmin\Html\Generator::getIcon("b_usredit", _gettext("Edit privileges")); - echo " - - "; - } - // line 87 - echo " - twig_get_attribute($this->env, $this->source, // line 90 -$context["privilege"], "user", [], "any", false, false, false, 90), "hostname" => twig_get_attribute($this->env, $this->source, // line 91 -$context["privilege"], "host", [], "any", false, false, false, 91), "export" => true, "initial" => ""]); - // line 94 - echo "\"> - "; - // line 95 - echo PhpMyAdmin\Html\Generator::getIcon("b_tblexport", _gettext("Export")); - echo " - -
- "; -echo _gettext("No user found."); - // line 107 - echo "
-
- -
- env, $this->extensions['PhpMyAdmin\Twig\AssetExtension']->getImagePath((("arrow_" . ($context["text_dir"] ?? null)) . ".png")), "html", null, true); - echo "\" alt=\""; -echo _gettext("With selected:"); - // line 116 - echo "\" width=\"38\" height=\"22\"> - - - "; -echo _gettext("With selected:"); - // line 119 - echo " - -
-
-
-"; - } else { - // line 127 - echo " "; - echo $this->env->getFilter('error')->getCallable()(_gettext("Not enough privilege to view users.")); - echo " -"; - } - // line 129 - echo " -"; - // line 130 - if (($context["is_createuser"] ?? null)) { - // line 131 - echo "
-
-
- "; -echo _pgettext("Create new user", "New"); - // line 134 - echo " - true, "dbname" => // line 137 -($context["db"] ?? null), "tablename" => // line 138 -($context["table"] ?? null)]); - // line 139 - echo "\" rel=\""; - echo PhpMyAdmin\Url::getCommon(["checkprivsdb" => ($context["db"] ?? null), "checkprivstable" => ($context["table"] ?? null)]); - echo "\"> - "; - // line 140 - echo PhpMyAdmin\Html\Generator::getIcon("b_usradd", _gettext("Add user account")); - echo " - -
-
-
-"; - } - } - - public function getTemplateName() - { - return "table/privileges/index.twig"; - } - - public function isTraitable() - { - return false; - } - - public function getDebugInfo() - { - return array ( 399 => 140, 394 => 139, 392 => 138, 391 => 137, 390 => 135, 387 => 134, 381 => 131, 379 => 130, 376 => 129, 370 => 127, 361 => 121, 358 => 120, 354 => 119, 350 => 118, 346 => 117, 342 => 116, 338 => 115, 331 => 110, 323 => 107, 318 => 104, 305 => 103, 299 => 102, 295 => 100, 293 => 99, 286 => 95, 283 => 94, 281 => 91, 280 => 90, 279 => 89, 275 => 87, 269 => 84, 266 => 83, 264 => 82, 263 => 81, 262 => 80, 261 => 79, 260 => 78, 258 => 77, 256 => 76, 250 => 73, 245 => 70, 239 => 68, 234 => 66, 229 => 65, 227 => 64, 222 => 61, 219 => 60, 216 => 59, 213 => 58, 210 => 57, 207 => 56, 199 => 54, 196 => 53, 193 => 52, 190 => 51, 187 => 50, 184 => 49, 182 => 48, 179 => 47, 175 => 46, 170 => 44, 162 => 43, 159 => 42, 153 => 40, 147 => 38, 145 => 37, 137 => 36, 132 => 34, 129 => 33, 121 => 32, 118 => 31, 115 => 30, 97 => 29, 90 => 24, 86 => 23, 82 => 22, 78 => 21, 74 => 20, 70 => 19, 58 => 11, 57 => 10, 56 => 9, 55 => 8, 51 => 7, 44 => 3, 39 => 2, 37 => 1,); - } - - public function getSourceContext() - { - return new Source("", "table/privileges/index.twig", "/home/arif/public_html/pma/templates/table/privileges/index.twig"); - } -} diff --git a/pma/tmp/twig/1f/1fb2fd6a531a085a88233f08bc970090.php b/pma/tmp/twig/1f/1fb2fd6a531a085a88233f08bc970090.php deleted file mode 100644 index ab4e2aa..0000000 --- a/pma/tmp/twig/1f/1fb2fd6a531a085a88233f08bc970090.php +++ /dev/null @@ -1,739 +0,0 @@ -source = $this->getSourceContext(); - - $this->parent = false; - - $this->blocks = [ - ]; - } - - protected function doDisplay(array $context, array $blocks = []) - { - $macros = $this->macros; - // line 1 - if (($context["is_git_revision"] ?? null)) { - // line 2 - echo "
-"; - } - // line 4 - echo " -"; - // line 5 - echo ($context["message"] ?? null); - echo " - -"; - // line 7 - echo ($context["partial_logout"] ?? null); - echo " - -
- "; - // line 10 - echo ($context["sync_favorite_tables"] ?? null); - echo " -
-
-
- "; - // line 14 - if (($context["has_server"] ?? null)) { - // line 15 - echo " "; - if (($context["is_demo"] ?? null)) { - // line 16 - echo "
-
- "; -echo _gettext("phpMyAdmin Demo Server"); - // line 19 - echo "
-
- "; - // line 21 - ob_start(function () { return ''; }); - // line 22 - echo " "; -echo _gettext("You are using the demo server. You can do anything here, but please do not change root, debian-sys-maint and pma users. More information is available at %s."); - // line 25 - echo " "; - $___internal_parse_0_ = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset()); - // line 21 - echo twig_sprintf($___internal_parse_0_, "demo.phpmyadmin.net"); - // line 26 - echo "
-
- "; - } - // line 29 - echo " -
-
- "; -echo _gettext("General settings"); - // line 33 - echo "
-
    - "; - // line 35 - if (($context["has_server_selection"] ?? null)) { - // line 36 - echo "
  • - "; - // line 37 - echo PhpMyAdmin\Html\Generator::getImage("s_host"); - echo " - "; - // line 38 - echo ($context["server_selection"] ?? null); - echo " -
  • - "; - } - // line 41 - echo " - "; - // line 42 - if ((($context["server"] ?? null) > 0)) { - // line 43 - echo " "; - if (($context["has_change_password_link"] ?? null)) { - // line 44 - echo "
  • - - "; - // line 46 - echo PhpMyAdmin\Html\Generator::getIcon("s_passwd", _gettext("Change password"), true); - echo " - -
  • - "; - } - // line 50 - echo " -
  • -
    - "; - // line 53 - echo PhpMyAdmin\Url::getHiddenInputs(null, null, 4, "collation_connection"); - echo " -
    - -
    - "; - // line 61 - if ( !twig_test_empty(($context["charsets"] ?? null))) { - // line 62 - echo "
    - -
    - "; - } - // line 78 - echo "
    -
  • - -
  • - - "; - // line 83 - echo PhpMyAdmin\Html\Generator::getIcon("b_tblops", _gettext("More settings"), true); - echo " - -
  • - "; - } - // line 87 - echo "
-
- "; - } - // line 90 - echo " -
-
- "; -echo _gettext("Appearance settings"); - // line 94 - echo "
-
    - "; - // line 96 - if ( !twig_test_empty(($context["available_languages"] ?? null))) { - // line 97 - echo "
  • -
    - "; - // line 99 - echo PhpMyAdmin\Url::getHiddenInputs(["db" => ($context["db"] ?? null), "table" => ($context["table"] ?? null)]); - echo " -
    - -
    -
    - -
    -
    -
  • - "; - } - // line 124 - echo " - "; - // line 125 - if (($context["has_theme_manager"] ?? null)) { - // line 126 - echo "
  • -
    - "; - // line 128 - echo PhpMyAdmin\Url::getHiddenInputs(); - echo " -
    - -
    -
    -
    - - -
    -
    -
    -
  • - "; - } - // line 149 - echo "
-
-
- -
- "; - // line 154 - if ( !twig_test_empty(($context["database_server"] ?? null))) { - // line 155 - echo "
-
- "; -echo _gettext("Database server"); - // line 158 - echo "
-
    -
  • - "; -echo _gettext("Server:"); - // line 162 - echo " "; - echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, ($context["database_server"] ?? null), "host", [], "any", false, false, false, 162), "html", null, true); - echo " -
  • -
  • - "; -echo _gettext("Server type:"); - // line 166 - echo " "; - echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, ($context["database_server"] ?? null), "type", [], "any", false, false, false, 166), "html", null, true); - echo " -
  • -
  • - "; -echo _gettext("Server connection:"); - // line 170 - echo " "; - echo twig_get_attribute($this->env, $this->source, ($context["database_server"] ?? null), "connection", [], "any", false, false, false, 170); - echo " -
  • -
  • - "; -echo _gettext("Server version:"); - // line 174 - echo " "; - echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, ($context["database_server"] ?? null), "version", [], "any", false, false, false, 174), "html", null, true); - echo " -
  • -
  • - "; -echo _gettext("Protocol version:"); - // line 178 - echo " "; - echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, ($context["database_server"] ?? null), "protocol", [], "any", false, false, false, 178), "html", null, true); - echo " -
  • -
  • - "; -echo _gettext("User:"); - // line 182 - echo " "; - echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, ($context["database_server"] ?? null), "user", [], "any", false, false, false, 182), "html", null, true); - echo " -
  • -
  • - "; -echo _gettext("Server charset:"); - // line 186 - echo " - "; - // line 187 - echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, ($context["database_server"] ?? null), "charset", [], "any", false, false, false, 187), "html", null, true); - echo " - -
  • -
-
- "; - } - // line 193 - echo " - "; - // line 194 - if (( !twig_test_empty(($context["web_server"] ?? null)) || ($context["show_php_info"] ?? null))) { - // line 195 - echo "
-
- "; -echo _gettext("Web server"); - // line 198 - echo "
-
    - "; - // line 200 - if ( !twig_test_empty(($context["web_server"] ?? null))) { - // line 201 - echo " "; - if ( !(null === twig_get_attribute($this->env, $this->source, ($context["web_server"] ?? null), "software", [], "any", false, false, false, 201))) { - // line 202 - echo "
  • - "; - // line 203 - echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, ($context["web_server"] ?? null), "software", [], "any", false, false, false, 203), "html", null, true); - echo " -
  • - "; - } - // line 206 - echo "
  • - "; -echo _gettext("Database client version:"); - // line 208 - echo " "; - echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, ($context["web_server"] ?? null), "database", [], "any", false, false, false, 208), "html", null, true); - echo " -
  • -
  • - "; -echo _gettext("PHP extension:"); - // line 212 - echo " "; - $context['_parent'] = $context; - $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env, $this->source, ($context["web_server"] ?? null), "php_extensions", [], "any", false, false, false, 212)); - foreach ($context['_seq'] as $context["_key"] => $context["extension"]) { - // line 213 - echo " "; - echo twig_escape_filter($this->env, $context["extension"], "html", null, true); - echo " - "; - // line 214 - echo PhpMyAdmin\Html\Generator::showPHPDocumentation((("book." . $context["extension"]) . ".php")); - echo " - "; - } - $_parent = $context['_parent']; - unset($context['_seq'], $context['_iterated'], $context['_key'], $context['extension'], $context['_parent'], $context['loop']); - $context = array_intersect_key($context, $_parent) + $_parent; - // line 216 - echo "
  • -
  • - "; -echo _gettext("PHP version:"); - // line 219 - echo " "; - echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, ($context["web_server"] ?? null), "php_version", [], "any", false, false, false, 219), "html", null, true); - echo " -
  • - "; - } - // line 222 - echo " "; - if (($context["show_php_info"] ?? null)) { - // line 223 - echo "
  • - - "; -echo _gettext("Show PHP information"); - // line 226 - echo " -
  • - "; - } - // line 229 - echo "
-
- "; - } - // line 232 - echo " - -
-
- - "; - // line 277 - $context['_parent'] = $context; - $context['_seq'] = twig_ensure_traversable(($context["errors"] ?? null)); - foreach ($context['_seq'] as $context["_key"] => $context["error"]) { - // line 278 - echo "
env, $this->source, $context["error"], "severity", [], "any", false, false, false, 278) == "warning")) ? ("alert-warning") : ("alert-info")); - echo "\" role=\"alert\"> - "; - // line 279 - if ((twig_get_attribute($this->env, $this->source, $context["error"], "severity", [], "any", false, false, false, 279) == "warning")) { - // line 280 - echo " "; - echo PhpMyAdmin\Html\Generator::getImage("s_attention", _gettext("Warning")); - echo " - "; - } else { - // line 282 - echo " "; - echo PhpMyAdmin\Html\Generator::getImage("s_notice", _gettext("Notice")); - echo " - "; - } - // line 284 - echo " "; - echo PhpMyAdmin\Sanitize::sanitizeMessage(twig_get_attribute($this->env, $this->source, $context["error"], "message", [], "any", false, false, false, 284)); - echo " -
- "; - } - $_parent = $context['_parent']; - unset($context['_seq'], $context['_iterated'], $context['_key'], $context['error'], $context['_parent'], $context['loop']); - $context = array_intersect_key($context, $_parent) + $_parent; - // line 287 - echo "
-
- -"; - // line 290 - if (($context["has_theme_manager"] ?? null)) { - // line 291 - echo "
-
- -
-
-"; - } - // line 313 - echo " -"; - // line 314 - echo ($context["config_storage_message"] ?? null); - echo " -"; - } - - public function getTemplateName() - { - return "home/index.twig"; - } - - public function isTraitable() - { - return false; - } - - public function getDebugInfo() - { - return array ( 715 => 314, 712 => 313, 704 => 307, 697 => 305, 694 => 304, 687 => 300, 680 => 296, 676 => 295, 669 => 291, 667 => 290, 662 => 287, 652 => 284, 646 => 282, 640 => 280, 638 => 279, 633 => 278, 629 => 277, 620 => 270, 615 => 268, 610 => 265, 605 => 263, 600 => 260, 595 => 258, 590 => 255, 585 => 253, 580 => 250, 575 => 248, 570 => 245, 565 => 243, 558 => 240, 553 => 238, 545 => 232, 540 => 229, 535 => 226, 530 => 224, 527 => 223, 524 => 222, 517 => 219, 512 => 216, 504 => 214, 499 => 213, 494 => 212, 486 => 208, 482 => 206, 476 => 203, 473 => 202, 470 => 201, 468 => 200, 464 => 198, 459 => 195, 457 => 194, 454 => 193, 445 => 187, 442 => 186, 434 => 182, 426 => 178, 418 => 174, 410 => 170, 402 => 166, 394 => 162, 388 => 158, 383 => 155, 381 => 154, 374 => 149, 366 => 143, 361 => 140, 348 => 138, 344 => 137, 335 => 131, 329 => 128, 325 => 127, 322 => 126, 320 => 125, 317 => 124, 310 => 119, 303 => 117, 301 => 116, 295 => 115, 291 => 114, 282 => 109, 278 => 107, 276 => 105, 273 => 104, 268 => 102, 262 => 99, 258 => 98, 255 => 97, 253 => 96, 249 => 94, 243 => 90, 238 => 87, 231 => 83, 227 => 82, 221 => 78, 216 => 75, 209 => 73, 202 => 71, 200 => 70, 192 => 69, 188 => 68, 181 => 67, 177 => 66, 173 => 64, 168 => 62, 166 => 61, 159 => 58, 154 => 56, 148 => 53, 144 => 52, 140 => 50, 133 => 46, 129 => 45, 126 => 44, 123 => 43, 121 => 42, 118 => 41, 112 => 38, 108 => 37, 105 => 36, 103 => 35, 99 => 33, 93 => 29, 88 => 26, 86 => 21, 83 => 25, 80 => 22, 78 => 21, 74 => 19, 69 => 16, 66 => 15, 64 => 14, 57 => 10, 51 => 7, 46 => 5, 43 => 4, 39 => 2, 37 => 1,); - } - - public function getSourceContext() - { - return new Source("", "home/index.twig", "/home/arif/public_html/pma/templates/home/index.twig"); - } -} diff --git a/pma/tmp/twig/20/20dafe4cf70b2de9a8a7cf36865cd02d.php b/pma/tmp/twig/20/20dafe4cf70b2de9a8a7cf36865cd02d.php deleted file mode 100644 index fd8d98f..0000000 --- a/pma/tmp/twig/20/20dafe4cf70b2de9a8a7cf36865cd02d.php +++ /dev/null @@ -1,1515 +0,0 @@ -source = $this->getSourceContext(); - - $this->blocks = [ - 'content' => [$this, 'block_content'], - ]; - } - - protected function doGetParent(array $context) - { - // line 1 - return "table/page_with_secondary_tabs.twig"; - } - - protected function doDisplay(array $context, array $blocks = []) - { - $macros = $this->macros; - $this->parent = $this->loadTemplate("table/page_with_secondary_tabs.twig", "table/structure/display_structure.twig", 1); - $this->parent->display($context, array_merge($this->blocks, $blocks)); - } - - // line 2 - public function block_content($context, array $blocks = []) - { - $macros = $this->macros; - // line 3 - echo "

"; - echo twig_escape_filter($this->env, ($context["table"] ?? null), "html", null, true); - echo "

-
- "; - // line 5 - echo PhpMyAdmin\Url::getHiddenInputs(($context["db"] ?? null), ($context["table"] ?? null)); - echo " - -
- - "; - // line 17 - echo " - - - - - - - - - - "; - // line 27 - if (($context["show_column_comments"] ?? null)) { - // line 28 - echo ""; - } - // line 30 - echo " - "; - // line 32 - echo " "; - if (( !($context["db_is_system_schema"] ?? null) && !($context["tbl_is_view"] ?? null))) { - // line 33 - echo " - "; - } - // line 36 - echo " - - - "; - // line 40 - echo " "; - $context["rownum"] = 0; - // line 41 - echo " "; - $context['_parent'] = $context; - $context['_seq'] = twig_ensure_traversable(($context["fields"] ?? null)); - foreach ($context['_seq'] as $context["_key"] => $context["row"]) { - // line 42 - echo " "; - $context["rownum"] = (($context["rownum"] ?? null) + 1); - // line 43 - echo " - "; - // line 44 - $context["extracted_columnspec"] = (($__internal_compile_0 = ($context["extracted_columnspecs"] ?? null)) && is_array($__internal_compile_0) || $__internal_compile_0 instanceof ArrayAccess ? ($__internal_compile_0[($context["rownum"] ?? null)] ?? null) : null); - // line 45 - echo " "; - $context["field_name"] = twig_escape_filter($this->env, (($__internal_compile_1 = $context["row"]) && is_array($__internal_compile_1) || $__internal_compile_1 instanceof ArrayAccess ? ($__internal_compile_1["Field"] ?? null) : null)); - // line 46 - echo " "; - // line 47 - echo " "; - $context["comments"] = (($__internal_compile_2 = ($context["row_comments"] ?? null)) && is_array($__internal_compile_2) || $__internal_compile_2 instanceof ArrayAccess ? ($__internal_compile_2[($context["rownum"] ?? null)] ?? null) : null); - // line 48 - echo " "; - // line 49 - echo " - - - - - - - "; - // line 67 - echo (($__internal_compile_10 = ($context["extracted_columnspec"] ?? null)) && is_array($__internal_compile_10) || $__internal_compile_10 instanceof ArrayAccess ? ($__internal_compile_10["displayed_type"] ?? null) : null); - echo " - "; - // line 68 - if (((( !(null === twig_get_attribute($this->env, $this->source, ($context["relation_parameters"] ?? null), "columnCommentsFeature", [], "any", false, false, false, 68)) && !(null === twig_get_attribute($this->env, $this->source, ($context["relation_parameters"] ?? null), "browserTransformationFeature", [], "any", false, false, false, 68))) && ($context["browse_mime"] ?? null)) && twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, // line 69 -($context["mime_map"] ?? null), (($__internal_compile_11 = $context["row"]) && is_array($__internal_compile_11) || $__internal_compile_11 instanceof ArrayAccess ? ($__internal_compile_11["Field"] ?? null) : null), [], "array", false, true, false, 69), "mimetype", [], "array", true, true, false, 69))) { - // line 70 - echo "
"; -echo _gettext("Media type:"); - echo " "; - echo twig_escape_filter($this->env, twig_lower_filter($this->env, twig_replace_filter((($__internal_compile_12 = (($__internal_compile_13 = ($context["mime_map"] ?? null)) && is_array($__internal_compile_13) || $__internal_compile_13 instanceof ArrayAccess ? ($__internal_compile_13[(($__internal_compile_14 = $context["row"]) && is_array($__internal_compile_14) || $__internal_compile_14 instanceof ArrayAccess ? ($__internal_compile_14["Field"] ?? null) : null)] ?? null) : null)) && is_array($__internal_compile_12) || $__internal_compile_12 instanceof ArrayAccess ? ($__internal_compile_12["mimetype"] ?? null) : null), ["_" => "/"])), "html", null, true); - echo " - "; - } - // line 72 - echo "
- -
- - - - "; - // line 94 - if (($context["show_column_comments"] ?? null)) { - // line 95 - echo " - "; - } - // line 99 - echo " - "; - // line 100 - if (( !($context["tbl_is_view"] ?? null) && !($context["db_is_system_schema"] ?? null))) { - // line 101 - echo " - - "; - } - // line 124 - echo " - "; - // line 125 - if (( !($context["tbl_is_view"] ?? null) && !($context["db_is_system_schema"] ?? null))) { - // line 126 - echo " "; - $context["type"] = (( !twig_test_empty((($__internal_compile_32 = ($context["extracted_columnspec"] ?? null)) && is_array($__internal_compile_32) || $__internal_compile_32 instanceof ArrayAccess ? ($__internal_compile_32["print_type"] ?? null) : null))) ? ((($__internal_compile_33 = ($context["extracted_columnspec"] ?? null)) && is_array($__internal_compile_33) || $__internal_compile_33 instanceof ArrayAccess ? ($__internal_compile_33["print_type"] ?? null) : null)) : ("")); - // line 127 - echo " - "; - } - // line 270 - echo " - "; - } - $_parent = $context['_parent']; - unset($context['_seq'], $context['_iterated'], $context['_key'], $context['row'], $context['_parent'], $context['loop']); - $context = array_intersect_key($context, $_parent) + $_parent; - // line 272 - echo " -
#"; -echo _gettext("Name"); - // line 21 - echo ""; -echo _gettext("Type"); - // line 22 - echo ""; -echo _gettext("Collation"); - // line 23 - echo ""; -echo _gettext("Attributes"); - // line 24 - echo ""; -echo _gettext("Null"); - // line 25 - echo ""; -echo _gettext("Default"); - // line 26 - echo ""; -echo _gettext("Comments"); - echo ""; -echo _gettext("Extra"); - echo ""; -echo _gettext("Action"); - echo "
- env, (($__internal_compile_3 = $context["row"]) && is_array($__internal_compile_3) || $__internal_compile_3 instanceof ArrayAccess ? ($__internal_compile_3["Field"] ?? null) : null), "html", null, true); - echo "\" id=\"checkbox_row_"; - echo twig_escape_filter($this->env, ($context["rownum"] ?? null), "html", null, true); - echo "\"> - "; - // line 54 - echo twig_escape_filter($this->env, ($context["rownum"] ?? null), "html", null, true); - echo " - - - "; - // line 75 - if ( !twig_test_empty((($__internal_compile_15 = $context["row"]) && is_array($__internal_compile_15) || $__internal_compile_15 instanceof ArrayAccess ? ($__internal_compile_15["Collation"] ?? null) : null))) { - // line 76 - echo " env, twig_get_attribute($this->env, $this->source, (($__internal_compile_16 = ($context["collations"] ?? null)) && is_array($__internal_compile_16) || $__internal_compile_16 instanceof ArrayAccess ? ($__internal_compile_16[(($__internal_compile_17 = $context["row"]) && is_array($__internal_compile_17) || $__internal_compile_17 instanceof ArrayAccess ? ($__internal_compile_17["Collation"] ?? null) : null)] ?? null) : null), "description", [], "any", false, false, false, 76), "html", null, true); - echo "\">"; - echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (($__internal_compile_18 = ($context["collations"] ?? null)) && is_array($__internal_compile_18) || $__internal_compile_18 instanceof ArrayAccess ? ($__internal_compile_18[(($__internal_compile_19 = $context["row"]) && is_array($__internal_compile_19) || $__internal_compile_19 instanceof ArrayAccess ? ($__internal_compile_19["Collation"] ?? null) : null)] ?? null) : null), "name", [], "any", false, false, false, 76), "html", null, true); - echo " - "; - } - // line 78 - echo " "; - // line 79 - echo twig_escape_filter($this->env, (($__internal_compile_20 = ($context["attributes"] ?? null)) && is_array($__internal_compile_20) || $__internal_compile_20 instanceof ArrayAccess ? ($__internal_compile_20[($context["rownum"] ?? null)] ?? null) : null), "html", null, true); - echo ""; - // line 80 - echo twig_escape_filter($this->env, ((((($__internal_compile_21 = $context["row"]) && is_array($__internal_compile_21) || $__internal_compile_21 instanceof ArrayAccess ? ($__internal_compile_21["Null"] ?? null) : null) == "YES")) ? (_gettext("Yes")) : (_gettext("No"))), "html", null, true); - echo ""; - // line 82 - if ( !(null === (($__internal_compile_22 = $context["row"]) && is_array($__internal_compile_22) || $__internal_compile_22 instanceof ArrayAccess ? ($__internal_compile_22["Default"] ?? null) : null))) { - // line 83 - if (((($__internal_compile_23 = ($context["extracted_columnspec"] ?? null)) && is_array($__internal_compile_23) || $__internal_compile_23 instanceof ArrayAccess ? ($__internal_compile_23["type"] ?? null) : null) == "bit")) { - // line 84 - echo twig_escape_filter($this->env, PhpMyAdmin\Util::convertBitDefaultValue((($__internal_compile_24 = $context["row"]) && is_array($__internal_compile_24) || $__internal_compile_24 instanceof ArrayAccess ? ($__internal_compile_24["Default"] ?? null) : null)), "html", null, true); - } else { - // line 86 - echo twig_escape_filter($this->env, (($__internal_compile_25 = $context["row"]) && is_array($__internal_compile_25) || $__internal_compile_25 instanceof ArrayAccess ? ($__internal_compile_25["Default"] ?? null) : null), "html", null, true); - } - } elseif (((($__internal_compile_26 = // line 88 -$context["row"]) && is_array($__internal_compile_26) || $__internal_compile_26 instanceof ArrayAccess ? ($__internal_compile_26["Null"] ?? null) : null) == "YES")) { - // line 89 - echo "NULL"; - } else { - // line 91 - echo ""; -echo _pgettext("None for default", "None"); - echo ""; - } - // line 93 - echo " - "; - // line 96 - echo twig_escape_filter($this->env, ($context["comments"] ?? null), "html", null, true); - echo " - "; - echo twig_escape_filter($this->env, twig_upper_filter($this->env, (($__internal_compile_27 = $context["row"]) && is_array($__internal_compile_27) || $__internal_compile_27 instanceof ArrayAccess ? ($__internal_compile_27["Extra"] ?? null) : null)), "html", null, true); - echo " - // line 103 -($context["db"] ?? null), "table" => // line 104 -($context["table"] ?? null), "field" => (($__internal_compile_28 = // line 105 -$context["row"]) && is_array($__internal_compile_28) || $__internal_compile_28 instanceof ArrayAccess ? ($__internal_compile_28["Field"] ?? null) : null), "change_column" => 1]); - // line 107 - echo "\"> - "; - // line 108 - echo PhpMyAdmin\Html\Generator::getIcon("b_edit", _gettext("Change")); - echo " - - - // line 113 -($context["db"] ?? null), "table" => // line 114 -($context["table"] ?? null), "sql_query" => (((("ALTER TABLE " . PhpMyAdmin\Util::backquote( // line 115 -($context["table"] ?? null))) . " DROP ") . PhpMyAdmin\Util::backquote((($__internal_compile_29 = $context["row"]) && is_array($__internal_compile_29) || $__internal_compile_29 instanceof ArrayAccess ? ($__internal_compile_29["Field"] ?? null) : null))) . ";"), "dropped_column" => (($__internal_compile_30 = // line 116 -$context["row"]) && is_array($__internal_compile_30) || $__internal_compile_30 instanceof ArrayAccess ? ($__internal_compile_30["Field"] ?? null) : null), "purge" => true, "message_to_show" => twig_sprintf(_gettext("Column %s has been dropped."), twig_escape_filter($this->env, (($__internal_compile_31 = // line 118 -$context["row"]) && is_array($__internal_compile_31) || $__internal_compile_31 instanceof ArrayAccess ? ($__internal_compile_31["Field"] ?? null) : null)))], "", false); - // line 119 - echo "\"> - "; - // line 120 - echo PhpMyAdmin\Html\Generator::getIcon("b_drop", _gettext("Drop")); - echo " - - - "; - // line 128 - if (($context["hide_structure_actions"] ?? null)) { - // line 129 - echo "
- - -
- "; - } - // line 268 - echo "
-
-
- "; - // line 276 - $this->loadTemplate("select_all.twig", "table/structure/display_structure.twig", 276)->display(twig_to_array(["text_dir" => // line 277 -($context["text_dir"] ?? null), "form_name" => "fieldsForm"])); - // line 280 - echo " - - - "; - // line 285 - if (( !($context["tbl_is_view"] ?? null) && !($context["db_is_system_schema"] ?? null))) { - // line 286 - echo " - - - "; - // line 293 - if ((($context["tbl_storage_engine"] ?? null) != "ARCHIVE")) { - // line 294 - echo " - - - - - - "; - // line 310 - if ( !(null === twig_get_attribute($this->env, $this->source, ($context["relation_parameters"] ?? null), "centralColumnsFeature", [], "any", false, false, false, 310))) { - // line 311 - echo " - - "; - } - // line 318 - echo " "; - } - // line 319 - echo " "; - } - // line 320 - echo "
-
-
- -
-
-
-
-
"; -echo _gettext("Move columns"); - // line 328 - echo "
- -
-
-
-

"; -echo _gettext("Move the columns by dragging them up and down."); - // line 333 - echo "

-
-
- "; - // line 336 - echo PhpMyAdmin\Url::getHiddenInputs(($context["db"] ?? null), ($context["table"] ?? null)); - echo " -
    -
    -
    -
    -
    -
    - - - -
    -
    -
    -
    -
    -
    -
    -
    -
    "; -echo _gettext("Preview SQL"); - // line 354 - echo "
    - -
    -
    -
    - "; -echo _gettext("Loading…"); - // line 359 - echo " -
    -
    -
    - -
    -
    -
    -
    -
    -
    -
    -
    -
    "; -echo _gettext("Error"); - // line 372 - echo "
    - -
    -
    -
    -
    - -
    -
    -
    -
    - -"; - // line 385 - echo "
    - "; - // line 386 - if ((($context["tbl_is_view"] ?? null) && !($context["db_is_system_schema"] ?? null))) { - // line 387 - echo " "; - echo PhpMyAdmin\Html\Generator::linkOrButton(PhpMyAdmin\Url::getFromRoute("/view/create"), ["db" => // line 389 -($context["db"] ?? null), "table" => ($context["table"] ?? null)], PhpMyAdmin\Html\Generator::getIcon("b_edit", _gettext("Edit view"), true)); - // line 391 - echo " - "; - } - // line 393 - echo " - "; - // line 394 - if (( !($context["tbl_is_view"] ?? null) && !($context["db_is_system_schema"] ?? null))) { - // line 395 - echo " "; - // line 396 - echo " "; - if (((($context["mysql_int_version"] ?? null) < 80000) || ($context["is_mariadb"] ?? null))) { - // line 397 - echo " // line 398 -($context["db"] ?? null), "table" => // line 399 -($context["table"] ?? null), "sql_query" => (("SELECT * FROM " . PhpMyAdmin\Util::backquote( // line 400 -($context["table"] ?? null))) . " PROCEDURE ANALYSE()"), "session_max_rows" => "all"], "", false); - // line 402 - echo "\"> - "; - // line 403 - echo PhpMyAdmin\Html\Generator::getIcon("b_tblanalyse", _gettext("Propose table structure"), true); - // line 407 - echo " - - "; - // line 409 - echo PhpMyAdmin\Html\MySQLDocumentation::show("procedure_analyse"); - echo " - "; - } - // line 411 - echo " "; - if (($context["is_active"] ?? null)) { - // line 412 - echo " ($context["db"] ?? null), "table" => ($context["table"] ?? null)]); - echo "\"> - "; - // line 413 - echo PhpMyAdmin\Html\Generator::getIcon("eye", _gettext("Track table"), true); - echo " - - "; - } - // line 416 - echo " - "; - // line 417 - echo PhpMyAdmin\Html\Generator::getIcon("b_move", _gettext("Move columns"), true); - echo " - - ($context["db"] ?? null), "table" => ($context["table"] ?? null)]); - echo "\"> - "; - // line 420 - echo PhpMyAdmin\Html\Generator::getIcon("normalize", _gettext("Normalize"), true); - echo " - - "; - } - // line 423 - echo " "; - if ((($context["tbl_is_view"] ?? null) && !($context["db_is_system_schema"] ?? null))) { - // line 424 - echo " "; - if (($context["is_active"] ?? null)) { - // line 425 - echo " ($context["db"] ?? null), "table" => ($context["table"] ?? null)]); - echo "\"> - "; - // line 426 - echo PhpMyAdmin\Html\Generator::getIcon("eye", _gettext("Track view"), true); - echo " - - "; - } - // line 429 - echo " "; - } - // line 430 - echo "
    -"; - // line 431 - if (( !($context["tbl_is_view"] ?? null) && !($context["db_is_system_schema"] ?? null))) { - // line 432 - echo "
    - "; - // line 433 - echo PhpMyAdmin\Url::getHiddenInputs(($context["db"] ?? null), ($context["table"] ?? null)); - echo " - "; - // line 434 - if (PhpMyAdmin\Util::showIcons("ActionLinksMode")) { - // line 435 - echo " "; - echo PhpMyAdmin\Html\Generator::getImage("b_insrow", _gettext("Add column")); - echo "  - "; - } - // line 437 - echo " "; - $context["num_fields"] = ('' === $tmp = "") ? '' : new Markup($tmp, $this->env->getCharset()); - // line 440 - echo " "; - echo twig_sprintf(_gettext("Add %s column(s)"), ($context["num_fields"] ?? null)); - echo " -   - "; - // line 443 - echo " - -
    -"; - } - // line 457 - echo " -"; - // line 458 - if ((( !($context["tbl_is_view"] ?? null) && !($context["db_is_system_schema"] ?? null)) && (($context["tbl_storage_engine"] ?? null) != "ARCHIVE"))) { - // line 459 - echo "
    -
    - - "; -echo _gettext("Indexes"); - // line 463 - echo " "; - echo PhpMyAdmin\Html\MySQLDocumentation::show("optimizing-database-structure"); - echo " - - - "; - // line 466 - if ( !twig_test_empty(($context["indexes"] ?? null))) { - // line 467 - echo " "; - echo ($context["indexes_duplicates"] ?? null); - echo " - - "; - // line 469 - echo twig_include($this->env, $context, "modals/preview_sql_confirmation.twig"); - echo " -
    - - - - - - - - - - - - - - - - - - "; - // line 488 - $context['_parent'] = $context; - $context['_seq'] = twig_ensure_traversable(($context["indexes"] ?? null)); - foreach ($context['_seq'] as $context["_key"] => $context["index"]) { - // line 489 - echo " "; - $context["columns_count"] = twig_get_attribute($this->env, $this->source, $context["index"], "getColumnCount", [], "method", false, false, false, 489); - // line 490 - echo " - - - - - - - - - "; - // line 535 - $context['_parent'] = $context; - $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env, $this->source, $context["index"], "getColumns", [], "method", false, false, false, 535)); - foreach ($context['_seq'] as $context["_key"] => $context["column"]) { - // line 536 - echo " "; - if ((twig_get_attribute($this->env, $this->source, $context["column"], "getSeqInIndex", [], "method", false, false, false, 536) > 1)) { - // line 537 - echo " - "; - } - // line 539 - echo " - - - - - "; - // line 549 - if ((twig_get_attribute($this->env, $this->source, $context["column"], "getSeqInIndex", [], "method", false, false, false, 549) == 1)) { - // line 550 - echo " - "; - } - // line 552 - echo " - "; - } - $_parent = $context['_parent']; - unset($context['_seq'], $context['_iterated'], $context['_key'], $context['column'], $context['_parent'], $context['loop']); - $context = array_intersect_key($context, $_parent) + $_parent; - // line 554 - echo " "; - } - $_parent = $context['_parent']; - unset($context['_seq'], $context['_iterated'], $context['_key'], $context['index'], $context['_parent'], $context['loop']); - $context = array_intersect_key($context, $_parent) + $_parent; - // line 555 - echo " -
    "; -echo _gettext("Action"); - // line 474 - echo ""; -echo _gettext("Keyname"); - // line 475 - echo ""; -echo _gettext("Type"); - // line 476 - echo ""; -echo _gettext("Unique"); - // line 477 - echo ""; -echo _gettext("Packed"); - // line 478 - echo ""; -echo _gettext("Column"); - // line 479 - echo ""; -echo _gettext("Cardinality"); - // line 480 - echo ""; -echo _gettext("Collation"); - // line 481 - echo ""; -echo _gettext("Null"); - // line 482 - echo ""; -echo _gettext("Comment"); - // line 483 - echo "
    env, ($context["columns_count"] ?? null), "html", null, true); - echo "\" class=\"edit_index d-print-none ajax\"> - // line 493 -($context["db"] ?? null), "table" => // line 494 -($context["table"] ?? null), "index" => twig_get_attribute($this->env, $this->source, // line 495 -$context["index"], "getName", [], "method", false, false, false, 495)], "", false); - // line 496 - echo "\"> - "; - // line 497 - echo PhpMyAdmin\Html\Generator::getIcon("b_edit", _gettext("Edit")); - echo " - - env, ($context["columns_count"] ?? null), "html", null, true); - echo "\" class=\"rename_index d-print-none ajax\" > - // line 502 -($context["db"] ?? null), "table" => // line 503 -($context["table"] ?? null), "index" => twig_get_attribute($this->env, $this->source, // line 504 -$context["index"], "getName", [], "method", false, false, false, 504)], "", false); - // line 505 - echo "\"> - "; - // line 506 - echo PhpMyAdmin\Html\Generator::getIcon("b_rename", _gettext("Rename")); - echo " - - env, ($context["columns_count"] ?? null), "html", null, true); - echo "\" class=\"d-print-none\"> - "; - // line 510 - if ((twig_get_attribute($this->env, $this->source, $context["index"], "getName", [], "method", false, false, false, 510) == "PRIMARY")) { - // line 511 - echo " "; - $context["index_params"] = ["sql_query" => (("ALTER TABLE " . PhpMyAdmin\Util::backquote( // line 512 -($context["table"] ?? null))) . " DROP PRIMARY KEY;"), "message_to_show" => _gettext("The primary key has been dropped.")]; - // line 515 - echo " "; - } else { - // line 516 - echo " "; - $context["index_params"] = ["sql_query" => (((("ALTER TABLE " . PhpMyAdmin\Util::backquote( // line 517 -($context["table"] ?? null))) . " DROP INDEX ") . PhpMyAdmin\Util::backquote(twig_get_attribute($this->env, $this->source, $context["index"], "getName", [], "method", false, false, false, 517))) . ";"), "message_to_show" => twig_sprintf(_gettext("Index %s has been dropped."), twig_get_attribute($this->env, $this->source, // line 518 -$context["index"], "getName", [], "method", false, false, false, 518))]; - // line 520 - echo " "; - } - // line 521 - echo " - env, twig_get_attribute($this->env, $this->source, ($context["index_params"] ?? null), "sql_query", [], "any", false, false, false, 522), "html", null, true); - echo "\"> - "; - // line 523 - echo PhpMyAdmin\Html\Generator::linkOrButton(PhpMyAdmin\Url::getFromRoute("/sql"), twig_array_merge( // line 525 -($context["index_params"] ?? null), ["db" => ($context["db"] ?? null), "table" => ($context["table"] ?? null)]), PhpMyAdmin\Html\Generator::getIcon("b_drop", _gettext("Drop")), ["class" => "drop_primary_key_index_anchor ajax"]); - // line 528 - echo " - env, ($context["columns_count"] ?? null), "html", null, true); - echo "\">"; - echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["index"], "getName", [], "method", false, false, false, 530), "html", null, true); - echo "env, ($context["columns_count"] ?? null), "html", null, true); - echo "\">"; - echo twig_escape_filter($this->env, ((twig_get_attribute($this->env, $this->source, $context["index"], "getType", [], "method", true, true, false, 531)) ? (_twig_default_filter(twig_get_attribute($this->env, $this->source, $context["index"], "getType", [], "method", false, false, false, 531), twig_get_attribute($this->env, $this->source, $context["index"], "getChoice", [], "method", false, false, false, 531))) : (twig_get_attribute($this->env, $this->source, $context["index"], "getChoice", [], "method", false, false, false, 531))), "html", null, true); - echo "env, ($context["columns_count"] ?? null), "html", null, true); - echo "\">"; - echo twig_escape_filter($this->env, ((twig_get_attribute($this->env, $this->source, $context["index"], "isUnique", [], "method", false, false, false, 532)) ? (_gettext("Yes")) : (_gettext("No"))), "html", null, true); - echo "env, ($context["columns_count"] ?? null), "html", null, true); - echo "\">"; - echo twig_get_attribute($this->env, $this->source, $context["index"], "isPacked", [], "method", false, false, false, 533); - echo "
    - "; - // line 540 - if (twig_get_attribute($this->env, $this->source, $context["column"], "hasExpression", [], "method", false, false, false, 540)) { - echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["column"], "getExpression", [], "method", false, false, false, 540), "html", null, true); - } else { - echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["column"], "getName", [], "method", false, false, false, 540), "html", null, true); - } - // line 541 - echo " "; - if ( !twig_test_empty(twig_get_attribute($this->env, $this->source, $context["column"], "getSubPart", [], "method", false, false, false, 541))) { - // line 542 - echo " ("; - echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["column"], "getSubPart", [], "method", false, false, false, 542), "html", null, true); - echo ") - "; - } - // line 544 - echo " "; - // line 545 - echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["column"], "getCardinality", [], "method", false, false, false, 545), "html", null, true); - echo ""; - // line 546 - echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["column"], "getCollation", [], "method", false, false, false, 546), "html", null, true); - echo ""; - // line 547 - echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["column"], "getNull", [0 => true], "method", false, false, false, 547), "html", null, true); - echo "env, ($context["columns_count"] ?? null), "html", null, true); - echo "\">"; - echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["index"], "getComments", [], "method", false, false, false, 550), "html", null, true); - echo "
    -
    - "; - } else { - // line 559 - echo "
    "; - echo $this->env->getFilter('notice')->getCallable()(_gettext("No index defined!")); - echo "
    - "; - } - // line 561 - echo "
    - -
    -
    - "; - // line 565 - echo PhpMyAdmin\Url::getHiddenInputs(($context["db"] ?? null), ($context["table"] ?? null)); - echo " - - - "; - // line 568 - ob_start(function () { return ''; }); - // line 569 - echo " "; -echo _gettext("Create an index on %s columns"); - // line 570 - echo " "; - $___internal_parse_0_ = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset()); - // line 568 - echo twig_sprintf($___internal_parse_0_, ""); - // line 571 - echo " - -
    -
    -
    - "; - // line 576 - echo twig_include($this->env, $context, "modals/index_dialog_modal.twig"); - echo " -"; - } - // line 578 - echo " -"; - // line 580 - if (($context["have_partitioning"] ?? null)) { - // line 581 - echo " "; - // line 582 - echo " "; - if (( !twig_test_empty(($context["partition_names"] ?? null)) && !(null === (($__internal_compile_50 = ($context["partition_names"] ?? null)) && is_array($__internal_compile_50) || $__internal_compile_50 instanceof ArrayAccess ? ($__internal_compile_50[0] ?? null) : null)))) { - // line 583 - echo " "; - $context["first_partition"] = (($__internal_compile_51 = ($context["partitions"] ?? null)) && is_array($__internal_compile_51) || $__internal_compile_51 instanceof ArrayAccess ? ($__internal_compile_51[0] ?? null) : null); - // line 584 - echo " "; - $context["range_or_list"] = ((((twig_get_attribute($this->env, $this->source, ($context["first_partition"] ?? null), "getMethod", [], "method", false, false, false, 584) == "RANGE") || (twig_get_attribute($this->env, $this->source, // line 585 -($context["first_partition"] ?? null), "getMethod", [], "method", false, false, false, 585) == "RANGE COLUMNS")) || (twig_get_attribute($this->env, $this->source, // line 586 -($context["first_partition"] ?? null), "getMethod", [], "method", false, false, false, 586) == "LIST")) || (twig_get_attribute($this->env, $this->source, // line 587 -($context["first_partition"] ?? null), "getMethod", [], "method", false, false, false, 587) == "LIST COLUMNS")); - // line 588 - echo " "; - $context["sub_partitions"] = twig_get_attribute($this->env, $this->source, ($context["first_partition"] ?? null), "getSubPartitions", [], "method", false, false, false, 588); - // line 589 - echo " "; - $context["has_sub_partitions"] = twig_get_attribute($this->env, $this->source, ($context["first_partition"] ?? null), "hasSubPartitions", [], "method", false, false, false, 589); - // line 590 - echo " "; - if (($context["has_sub_partitions"] ?? null)) { - // line 591 - echo " "; - $context["first_sub_partition"] = (($__internal_compile_52 = ($context["sub_partitions"] ?? null)) && is_array($__internal_compile_52) || $__internal_compile_52 instanceof ArrayAccess ? ($__internal_compile_52[0] ?? null) : null); - // line 592 - echo " "; - } - // line 593 - echo " - "; - // line 594 - if ((($context["default_sliders_state"] ?? null) != "disabled")) { - // line 595 - echo "
    - -
    -
    - "; - } - // line 602 - echo " - "; - // line 603 - $this->loadTemplate("table/structure/display_partitions.twig", "table/structure/display_structure.twig", 603)->display(twig_to_array(["db" => // line 604 -($context["db"] ?? null), "table" => // line 605 -($context["table"] ?? null), "partitions" => // line 606 -($context["partitions"] ?? null), "partition_method" => twig_get_attribute($this->env, $this->source, // line 607 -($context["first_partition"] ?? null), "getMethod", [], "method", false, false, false, 607), "partition_expression" => twig_get_attribute($this->env, $this->source, // line 608 -($context["first_partition"] ?? null), "getExpression", [], "method", false, false, false, 608), "has_description" => !twig_test_empty(twig_get_attribute($this->env, $this->source, // line 609 -($context["first_partition"] ?? null), "getDescription", [], "method", false, false, false, 609)), "has_sub_partitions" => // line 610 -($context["has_sub_partitions"] ?? null), "sub_partition_method" => (( // line 611 -($context["has_sub_partitions"] ?? null)) ? (twig_get_attribute($this->env, $this->source, ($context["first_sub_partition"] ?? null), "getMethod", [], "method", false, false, false, 611)) : ("")), "sub_partition_expression" => (( // line 612 -($context["has_sub_partitions"] ?? null)) ? (twig_get_attribute($this->env, $this->source, ($context["first_sub_partition"] ?? null), "getExpression", [], "method", false, false, false, 612)) : ("")), "range_or_list" => // line 613 -($context["range_or_list"] ?? null)])); - // line 615 - echo " "; - } else { - // line 616 - echo " "; - $this->loadTemplate("table/structure/display_partitions.twig", "table/structure/display_structure.twig", 616)->display(twig_to_array(["db" => // line 617 -($context["db"] ?? null), "table" => // line 618 -($context["table"] ?? null)])); - // line 620 - echo " "; - } - // line 621 - echo " "; - if ((($context["default_sliders_state"] ?? null) != "disabled")) { - // line 622 - echo "
    - "; - } - } - // line 625 - echo " -"; - // line 627 - if (($context["show_stats"] ?? null)) { - // line 628 - echo " "; - echo ($context["table_stats"] ?? null); - echo " -"; - } - // line 630 - echo "
    -"; - } - - public function getTemplateName() - { - return "table/structure/display_structure.twig"; - } - - public function isTraitable() - { - return false; - } - - public function getDebugInfo() - { - return array ( 1492 => 630, 1486 => 628, 1484 => 627, 1481 => 625, 1476 => 622, 1473 => 621, 1470 => 620, 1468 => 618, 1467 => 617, 1465 => 616, 1462 => 615, 1460 => 613, 1459 => 612, 1458 => 611, 1457 => 610, 1456 => 609, 1455 => 608, 1454 => 607, 1453 => 606, 1452 => 605, 1451 => 604, 1450 => 603, 1447 => 602, 1442 => 600, 1438 => 598, 1433 => 596, 1430 => 595, 1428 => 594, 1425 => 593, 1422 => 592, 1419 => 591, 1416 => 590, 1413 => 589, 1410 => 588, 1408 => 587, 1407 => 586, 1406 => 585, 1404 => 584, 1401 => 583, 1398 => 582, 1396 => 581, 1394 => 580, 1391 => 578, 1386 => 576, 1380 => 572, 1376 => 571, 1374 => 568, 1371 => 570, 1368 => 569, 1366 => 568, 1360 => 565, 1356 => 564, 1351 => 561, 1345 => 559, 1339 => 555, 1333 => 554, 1326 => 552, 1318 => 550, 1316 => 549, 1311 => 547, 1307 => 546, 1303 => 545, 1300 => 544, 1294 => 542, 1291 => 541, 1285 => 540, 1282 => 539, 1278 => 537, 1275 => 536, 1271 => 535, 1264 => 533, 1258 => 532, 1252 => 531, 1246 => 530, 1242 => 528, 1240 => 525, 1239 => 523, 1235 => 522, 1232 => 521, 1229 => 520, 1227 => 518, 1226 => 517, 1224 => 516, 1221 => 515, 1219 => 512, 1217 => 511, 1215 => 510, 1211 => 509, 1205 => 506, 1202 => 505, 1200 => 504, 1199 => 503, 1198 => 502, 1195 => 501, 1191 => 500, 1185 => 497, 1182 => 496, 1180 => 495, 1179 => 494, 1178 => 493, 1175 => 492, 1171 => 491, 1168 => 490, 1165 => 489, 1161 => 488, 1154 => 483, 1150 => 482, 1146 => 481, 1142 => 480, 1138 => 479, 1134 => 478, 1130 => 477, 1126 => 476, 1122 => 475, 1118 => 474, 1109 => 469, 1103 => 467, 1101 => 466, 1094 => 463, 1088 => 459, 1086 => 458, 1083 => 457, 1078 => 454, 1074 => 453, 1057 => 450, 1053 => 449, 1049 => 448, 1032 => 447, 1029 => 446, 1024 => 443, 1018 => 440, 1015 => 437, 1009 => 435, 1007 => 434, 1003 => 433, 998 => 432, 996 => 431, 993 => 430, 990 => 429, 984 => 426, 979 => 425, 976 => 424, 973 => 423, 967 => 420, 963 => 419, 958 => 417, 955 => 416, 949 => 413, 944 => 412, 941 => 411, 936 => 409, 932 => 407, 930 => 403, 927 => 402, 925 => 400, 924 => 399, 923 => 398, 919 => 397, 916 => 396, 914 => 395, 912 => 394, 907 => 393, 903 => 391, 901 => 389, 899 => 387, 897 => 386, 894 => 385, 886 => 378, 878 => 373, 874 => 372, 862 => 363, 855 => 359, 848 => 355, 844 => 354, 832 => 345, 828 => 344, 824 => 343, 813 => 336, 808 => 334, 805 => 333, 801 => 332, 795 => 329, 791 => 328, 780 => 320, 777 => 319, 774 => 318, 768 => 315, 764 => 314, 759 => 312, 754 => 311, 752 => 310, 746 => 307, 742 => 306, 737 => 304, 733 => 303, 728 => 301, 724 => 300, 719 => 298, 715 => 297, 710 => 295, 705 => 294, 703 => 293, 697 => 290, 693 => 289, 688 => 287, 683 => 286, 681 => 285, 675 => 282, 671 => 281, 668 => 280, 666 => 277, 665 => 276, 659 => 272, 652 => 270, 648 => 268, 643 => 265, 639 => 263, 636 => 262, 632 => 260, 626 => 257, 623 => 256, 621 => 255, 620 => 254, 619 => 253, 613 => 252, 607 => 249, 604 => 248, 602 => 247, 601 => 246, 600 => 245, 594 => 244, 592 => 243, 587 => 242, 585 => 241, 579 => 238, 576 => 237, 574 => 235, 573 => 234, 572 => 233, 571 => 232, 570 => 230, 569 => 229, 564 => 228, 559 => 227, 555 => 224, 547 => 222, 541 => 219, 538 => 218, 536 => 217, 535 => 216, 534 => 215, 533 => 214, 527 => 213, 525 => 212, 524 => 211, 523 => 210, 522 => 209, 521 => 208, 520 => 207, 515 => 206, 511 => 203, 505 => 200, 502 => 199, 500 => 198, 499 => 197, 498 => 196, 497 => 195, 491 => 194, 483 => 192, 481 => 191, 476 => 190, 474 => 180, 470 => 178, 464 => 175, 461 => 174, 459 => 173, 458 => 172, 457 => 171, 456 => 170, 450 => 169, 442 => 167, 440 => 166, 436 => 165, 432 => 163, 426 => 160, 423 => 159, 421 => 158, 420 => 157, 419 => 156, 418 => 155, 412 => 154, 404 => 152, 402 => 151, 398 => 150, 394 => 148, 388 => 145, 385 => 144, 383 => 143, 382 => 142, 381 => 141, 380 => 140, 374 => 139, 366 => 137, 364 => 136, 359 => 135, 355 => 133, 350 => 130, 346 => 129, 344 => 128, 341 => 127, 338 => 126, 336 => 125, 333 => 124, 326 => 120, 323 => 119, 321 => 118, 320 => 116, 319 => 115, 318 => 114, 317 => 113, 314 => 112, 307 => 108, 304 => 107, 302 => 105, 301 => 104, 300 => 103, 299 => 102, 296 => 101, 294 => 100, 289 => 99, 283 => 96, 280 => 95, 278 => 94, 275 => 93, 270 => 91, 267 => 89, 265 => 88, 262 => 86, 259 => 84, 257 => 83, 255 => 82, 251 => 80, 247 => 79, 244 => 78, 236 => 76, 234 => 75, 229 => 72, 221 => 70, 219 => 69, 218 => 68, 214 => 67, 209 => 65, 202 => 62, 196 => 60, 188 => 58, 186 => 57, 182 => 56, 177 => 54, 170 => 52, 165 => 49, 163 => 48, 160 => 47, 158 => 46, 155 => 45, 153 => 44, 150 => 43, 147 => 42, 142 => 41, 139 => 40, 134 => 36, 128 => 34, 125 => 33, 122 => 32, 117 => 30, 112 => 28, 110 => 27, 107 => 26, 103 => 25, 99 => 24, 95 => 23, 91 => 22, 87 => 21, 80 => 17, 75 => 13, 72 => 12, 69 => 10, 67 => 9, 65 => 8, 63 => 7, 59 => 5, 55 => 4, 50 => 3, 46 => 2, 35 => 1,); - } - - public function getSourceContext() - { - return new Source("", "table/structure/display_structure.twig", "/home/arif/public_html/pma/templates/table/structure/display_structure.twig"); - } -} diff --git a/pma/tmp/twig/29/29a91e3f0d7af2b9ea5f095f8950a1ff.php b/pma/tmp/twig/29/29a91e3f0d7af2b9ea5f095f8950a1ff.php deleted file mode 100644 index eff530c..0000000 --- a/pma/tmp/twig/29/29a91e3f0d7af2b9ea5f095f8950a1ff.php +++ /dev/null @@ -1,64 +0,0 @@ -source = $this->getSourceContext(); - - $this->parent = false; - - $this->blocks = [ - ]; - } - - protected function doDisplay(array $context, array $blocks = []) - { - $macros = $this->macros; - // line 1 - echo "env, ($context["valueTitle"] ?? null), "html", null, true); - echo "\">"; - echo twig_escape_filter($this->env, ($context["value"] ?? null), "html", null, true); - echo " -"; - } - - public function getTemplateName() - { - return "database/structure/collation_definition.twig"; - } - - public function isTraitable() - { - return false; - } - - public function getDebugInfo() - { - return array ( 37 => 1,); - } - - public function getSourceContext() - { - return new Source("", "database/structure/collation_definition.twig", "/home/dev/web/arif.off/public_html/pma/templates/database/structure/collation_definition.twig"); - } -} diff --git a/pma/tmp/twig/2b/2b07607b976776cfb6425dca01607093.php b/pma/tmp/twig/2b/2b07607b976776cfb6425dca01607093.php deleted file mode 100644 index 2ce8334..0000000 --- a/pma/tmp/twig/2b/2b07607b976776cfb6425dca01607093.php +++ /dev/null @@ -1,494 +0,0 @@ -source = $this->getSourceContext(); - - $this->parent = false; - - $this->blocks = [ - ]; - } - - protected function doDisplay(array $context, array $blocks = []) - { - $macros = $this->macros; - // line 1 - echo "
    -
    - - "; -echo _gettext("Partitions"); - // line 5 - echo " "; - echo PhpMyAdmin\Html\MySQLDocumentation::show("partitioning"); - echo " - - "; - // line 7 - if (twig_test_empty(($context["partitions"] ?? null))) { - // line 8 - echo " "; - echo $this->env->getFilter('notice')->getCallable()(_gettext("No partitioning defined!")); - echo " - "; - } else { - // line 10 - echo "

    - "; -echo _gettext("Partitioned by:"); - // line 12 - echo " "; - echo twig_escape_filter($this->env, ($context["partition_method"] ?? null), "html", null, true); - echo "("; - echo twig_escape_filter($this->env, ($context["partition_expression"] ?? null), "html", null, true); - echo ") -

    - "; - // line 14 - if (($context["has_sub_partitions"] ?? null)) { - // line 15 - echo "

    - "; -echo _gettext("Sub partitioned by:"); - // line 17 - echo " "; - echo twig_escape_filter($this->env, ($context["sub_partition_method"] ?? null), "html", null, true); - echo "("; - echo twig_escape_filter($this->env, ($context["sub_partition_expression"] ?? null), "html", null, true); - echo ") -

    - "; - } - // line 20 - echo " - - - - - "; - // line 25 - if (($context["has_description"] ?? null)) { - // line 26 - echo " - "; - } - // line 28 - echo " - - - - - - - - "; - // line 38 - $context['_parent'] = $context; - $context['_seq'] = twig_ensure_traversable(($context["partitions"] ?? null)); - foreach ($context['_seq'] as $context["_key"] => $context["partition"]) { - // line 39 - echo " - "; - // line 40 - if (($context["has_sub_partitions"] ?? null)) { - // line 41 - echo " - - "; - } else { - // line 44 - echo " - "; - } - // line 46 - echo " - "; - // line 47 - if (($context["has_description"] ?? null)) { - // line 48 - echo " - "; - } - // line 57 - echo " - - - - - - - - - - - - - - - - - "; - // line 138 - if (($context["range_or_list"] ?? null)) { - // line 139 - echo " - "; - } - // line 149 - echo " - "; - // line 150 - if (($context["has_sub_partitions"] ?? null)) { - // line 151 - echo " "; - $context['_parent'] = $context; - $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env, $this->source, $context["partition"], "getSubPartitions", [], "method", false, false, false, 151)); - foreach ($context['_seq'] as $context["_key"] => $context["sub_partition"]) { - // line 152 - echo " - - - - "; - // line 156 - if (($context["has_description"] ?? null)) { - // line 157 - echo " - "; - } - // line 159 - echo " - - - - - - "; - } - $_parent = $context['_parent']; - unset($context['_seq'], $context['_iterated'], $context['_key'], $context['sub_partition'], $context['_parent'], $context['loop']); - $context = array_intersect_key($context, $_parent) + $_parent; - // line 182 - echo " "; - } - // line 183 - echo " - "; - } - $_parent = $context['_parent']; - unset($context['_seq'], $context['_iterated'], $context['_key'], $context['partition'], $context['_parent'], $context['loop']); - $context = array_intersect_key($context, $_parent) + $_parent; - // line 185 - echo " -
    #"; -echo _gettext("Partition"); - // line 24 - echo ""; -echo _gettext("Expression"); - echo ""; -echo _gettext("Rows"); - echo ""; -echo _gettext("Data length"); - // line 29 - echo ""; -echo _gettext("Index length"); - // line 30 - echo ""; -echo _gettext("Comment"); - // line 31 - echo " - "; -echo _gettext("Action"); - // line 34 - echo "
    "; - echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["partition"], "getOrdinal", [], "method", false, false, false, 41), "html", null, true); - echo ""; - echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["partition"], "getOrdinal", [], "method", false, false, false, 44), "html", null, true); - echo ""; - echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["partition"], "getName", [], "method", false, false, false, 46), "html", null, true); - echo " - "; - // line 50 - echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["partition"], "getExpression", [], "method", false, false, false, 50), "html", null, true); - // line 51 - echo (((twig_get_attribute($this->env, $this->source, $context["partition"], "getMethod", [], "method", false, false, false, 51) == "LIST")) ? (" IN (") : (" < ")); - // line 52 - echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["partition"], "getDescription", [], "method", false, false, false, 52), "html", null, true); - // line 53 - echo (((twig_get_attribute($this->env, $this->source, $context["partition"], "getMethod", [], "method", false, false, false, 53) == "LIST")) ? (")") : ("")); - // line 54 - echo " - "; - echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["partition"], "getRows", [], "method", false, false, false, 57), "html", null, true); - echo " - "; - // line 59 - $context["data_length"] = PhpMyAdmin\Util::formatByteDown(twig_get_attribute($this->env, $this->source, // line 60 -$context["partition"], "getDataLength", [], "method", false, false, false, 60), 3, 1); - // line 64 - echo " "; - echo twig_escape_filter($this->env, (($__internal_compile_0 = ($context["data_length"] ?? null)) && is_array($__internal_compile_0) || $__internal_compile_0 instanceof ArrayAccess ? ($__internal_compile_0[0] ?? null) : null), "html", null, true); - echo " - "; - // line 65 - echo twig_escape_filter($this->env, (($__internal_compile_1 = ($context["data_length"] ?? null)) && is_array($__internal_compile_1) || $__internal_compile_1 instanceof ArrayAccess ? ($__internal_compile_1[1] ?? null) : null), "html", null, true); - echo " - - "; - // line 68 - $context["index_length"] = PhpMyAdmin\Util::formatByteDown(twig_get_attribute($this->env, $this->source, // line 69 -$context["partition"], "getIndexLength", [], "method", false, false, false, 69), 3, 1); - // line 73 - echo " "; - echo twig_escape_filter($this->env, (($__internal_compile_2 = ($context["index_length"] ?? null)) && is_array($__internal_compile_2) || $__internal_compile_2 instanceof ArrayAccess ? ($__internal_compile_2[0] ?? null) : null), "html", null, true); - echo " - "; - // line 74 - echo twig_escape_filter($this->env, (($__internal_compile_3 = ($context["index_length"] ?? null)) && is_array($__internal_compile_3) || $__internal_compile_3 instanceof ArrayAccess ? ($__internal_compile_3[1] ?? null) : null), "html", null, true); - echo " - "; - // line 76 - echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["partition"], "getComment", [], "method", false, false, false, 76), "html", null, true); - echo " - // line 80 -($context["db"] ?? null), "table" => // line 81 -($context["table"] ?? null), "partition_name" => twig_get_attribute($this->env, $this->source, // line 82 -$context["partition"], "getName", [], "method", false, false, false, 82)], "", false); - // line 83 - echo "\"> - "; - // line 84 - echo PhpMyAdmin\Html\Generator::getIcon("b_search", _gettext("Analyze")); - echo " - - - // line 90 -($context["db"] ?? null), "table" => // line 91 -($context["table"] ?? null), "partition_name" => twig_get_attribute($this->env, $this->source, // line 92 -$context["partition"], "getName", [], "method", false, false, false, 92)], "", false); - // line 93 - echo "\"> - "; - // line 94 - echo PhpMyAdmin\Html\Generator::getIcon("eye", _gettext("Check")); - echo " - - - // line 100 -($context["db"] ?? null), "table" => // line 101 -($context["table"] ?? null), "partition_name" => twig_get_attribute($this->env, $this->source, // line 102 -$context["partition"], "getName", [], "method", false, false, false, 102)], "", false); - // line 103 - echo "\"> - "; - // line 104 - echo PhpMyAdmin\Html\Generator::getIcon("normalize", _gettext("Optimize")); - echo " - - - // line 110 -($context["db"] ?? null), "table" => // line 111 -($context["table"] ?? null), "partition_name" => twig_get_attribute($this->env, $this->source, // line 112 -$context["partition"], "getName", [], "method", false, false, false, 112)], "", false); - // line 113 - echo "\"> - "; - // line 114 - echo PhpMyAdmin\Html\Generator::getIcon("s_tbl", _gettext("Rebuild")); - echo " - - - // line 120 -($context["db"] ?? null), "table" => // line 121 -($context["table"] ?? null), "partition_name" => twig_get_attribute($this->env, $this->source, // line 122 -$context["partition"], "getName", [], "method", false, false, false, 122)], "", false); - // line 123 - echo "\"> - "; - // line 124 - echo PhpMyAdmin\Html\Generator::getIcon("b_tblops", _gettext("Repair")); - echo " - - - // line 130 -($context["db"] ?? null), "table" => // line 131 -($context["table"] ?? null), "partition_name" => twig_get_attribute($this->env, $this->source, // line 132 -$context["partition"], "getName", [], "method", false, false, false, 132)], "", false); - // line 133 - echo "\"> - "; - // line 134 - echo PhpMyAdmin\Html\Generator::getIcon("b_empty", _gettext("Truncate")); - echo " - - - // line 141 -($context["db"] ?? null), "table" => // line 142 -($context["table"] ?? null), "partition_name" => twig_get_attribute($this->env, $this->source, // line 143 -$context["partition"], "getName", [], "method", false, false, false, 143)], "", false); - // line 144 - echo "\"> - "; - // line 145 - echo PhpMyAdmin\Html\Generator::getIcon("b_drop", _gettext("Drop")); - echo " - -
    "; - // line 154 - echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["sub_partition"], "getOrdinal", [], "method", false, false, false, 154), "html", null, true); - echo ""; - // line 155 - echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["sub_partition"], "getName", [], "method", false, false, false, 155), "html", null, true); - echo ""; - echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["sub_partition"], "getRows", [], "method", false, false, false, 159), "html", null, true); - echo " - "; - // line 161 - $context["data_length"] = PhpMyAdmin\Util::formatByteDown(twig_get_attribute($this->env, $this->source, // line 162 -$context["sub_partition"], "getDataLength", [], "method", false, false, false, 162), 3, 1); - // line 166 - echo " "; - echo twig_escape_filter($this->env, (($__internal_compile_4 = ($context["data_length"] ?? null)) && is_array($__internal_compile_4) || $__internal_compile_4 instanceof ArrayAccess ? ($__internal_compile_4[0] ?? null) : null), "html", null, true); - echo " - "; - // line 167 - echo twig_escape_filter($this->env, (($__internal_compile_5 = ($context["data_length"] ?? null)) && is_array($__internal_compile_5) || $__internal_compile_5 instanceof ArrayAccess ? ($__internal_compile_5[1] ?? null) : null), "html", null, true); - echo " - - "; - // line 170 - $context["index_length"] = PhpMyAdmin\Util::formatByteDown(twig_get_attribute($this->env, $this->source, // line 171 -$context["sub_partition"], "getIndexLength", [], "method", false, false, false, 171), 3, 1); - // line 175 - echo " "; - echo twig_escape_filter($this->env, (($__internal_compile_6 = ($context["index_length"] ?? null)) && is_array($__internal_compile_6) || $__internal_compile_6 instanceof ArrayAccess ? ($__internal_compile_6[0] ?? null) : null), "html", null, true); - echo " - "; - // line 176 - echo twig_escape_filter($this->env, (($__internal_compile_7 = ($context["index_length"] ?? null)) && is_array($__internal_compile_7) || $__internal_compile_7 instanceof ArrayAccess ? ($__internal_compile_7[1] ?? null) : null), "html", null, true); - echo " - "; - // line 178 - echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["sub_partition"], "getComment", [], "method", false, false, false, 178), "html", null, true); - echo "
    - "; - } - // line 188 - echo "

    -
    -
    - "; - // line 191 - echo PhpMyAdmin\Url::getHiddenInputs(($context["db"] ?? null), ($context["table"] ?? null)); - echo " - - "; - // line 193 - if (twig_test_empty(($context["partitions"] ?? null))) { - // line 194 - echo " - "; - } else { - // line 196 - echo " "; - echo PhpMyAdmin\Html\Generator::linkOrButton(PhpMyAdmin\Url::getFromRoute("/sql"), ["db" => // line 199 -($context["db"] ?? null), "table" => // line 200 -($context["table"] ?? null), "sql_query" => (("ALTER TABLE " . PhpMyAdmin\Util::backquote( // line 201 -($context["table"] ?? null))) . " REMOVE PARTITIONING")], _gettext("Remove partitioning"), ["class" => "btn btn-secondary ajax", "id" => "remove_partitioning"]); - // line 206 - echo " - - "; - } - // line 209 - echo "
    -
    -
    -"; - } - - public function getTemplateName() - { - return "table/structure/display_partitions.twig"; - } - - public function isTraitable() - { - return false; - } - - public function getDebugInfo() - { - return array ( 469 => 209, 465 => 207, 461 => 206, 459 => 201, 458 => 200, 457 => 199, 455 => 196, 449 => 194, 447 => 193, 442 => 191, 438 => 190, 434 => 188, 429 => 185, 422 => 183, 419 => 182, 410 => 179, 406 => 178, 401 => 176, 396 => 175, 394 => 171, 393 => 170, 387 => 167, 382 => 166, 380 => 162, 379 => 161, 373 => 159, 369 => 157, 367 => 156, 363 => 155, 359 => 154, 355 => 152, 350 => 151, 348 => 150, 345 => 149, 338 => 145, 335 => 144, 333 => 143, 332 => 142, 331 => 141, 328 => 140, 325 => 139, 323 => 138, 316 => 134, 313 => 133, 311 => 132, 310 => 131, 309 => 130, 306 => 129, 298 => 124, 295 => 123, 293 => 122, 292 => 121, 291 => 120, 288 => 119, 280 => 114, 277 => 113, 275 => 112, 274 => 111, 273 => 110, 270 => 109, 262 => 104, 259 => 103, 257 => 102, 256 => 101, 255 => 100, 252 => 99, 244 => 94, 241 => 93, 239 => 92, 238 => 91, 237 => 90, 234 => 89, 226 => 84, 223 => 83, 221 => 82, 220 => 81, 219 => 80, 216 => 79, 210 => 76, 205 => 74, 200 => 73, 198 => 69, 197 => 68, 191 => 65, 186 => 64, 184 => 60, 183 => 59, 177 => 57, 172 => 54, 170 => 53, 168 => 52, 166 => 51, 164 => 50, 161 => 48, 159 => 47, 154 => 46, 148 => 44, 141 => 41, 139 => 40, 134 => 39, 130 => 38, 124 => 34, 119 => 32, 116 => 31, 112 => 30, 108 => 29, 102 => 28, 96 => 26, 94 => 25, 91 => 24, 84 => 20, 75 => 17, 71 => 15, 69 => 14, 61 => 12, 57 => 10, 51 => 8, 49 => 7, 43 => 5, 37 => 1,); - } - - public function getSourceContext() - { - return new Source("", "table/structure/display_partitions.twig", "/home/arif/public_html/pma/templates/table/structure/display_partitions.twig"); - } -} diff --git a/pma/tmp/twig/2b/2b07cc8c944f2e71c944afbc8e27968c.php b/pma/tmp/twig/2b/2b07cc8c944f2e71c944afbc8e27968c.php index bebb328..9d45301 100644 --- a/pma/tmp/twig/2b/2b07cc8c944f2e71c944afbc8e27968c.php +++ b/pma/tmp/twig/2b/2b07cc8c944f2e71c944afbc8e27968c.php @@ -79,6 +79,6 @@ echo _gettext("With selected:"); public function getSourceContext() { - return new Source("", "select_all.twig", "/home/dev/web/arif.off/public_html/pma/templates/select_all.twig"); + return new Source("", "select_all.twig", "/home/suvo/web/graffin.ns77.siliconpin.com/public_html/pma/templates/select_all.twig"); } } diff --git a/pma/tmp/twig/2f/2f5577b8c9ccdeea14ba4f623a0f0e39.php b/pma/tmp/twig/2f/2f5577b8c9ccdeea14ba4f623a0f0e39.php deleted file mode 100644 index 68d6869..0000000 --- a/pma/tmp/twig/2f/2f5577b8c9ccdeea14ba4f623a0f0e39.php +++ /dev/null @@ -1,283 +0,0 @@ -source = $this->getSourceContext(); - - $this->parent = false; - - $this->blocks = [ - ]; - } - - protected function doDisplay(array $context, array $blocks = []) - { - $macros = $this->macros; - // line 1 - if ( !($context["is_ajax"] ?? null)) { - // line 2 - echo "
    env, ($context["config_navigation_width"] ?? null), "html", null, true); - echo "\"> -
    -
    -
    -
    - - "; - // line 8 - if (twig_get_attribute($this->env, $this->source, ($context["logo"] ?? null), "is_displayed", [], "any", false, false, false, 8)) { - // line 9 - echo " - "; - } - // line 23 - echo " - - - "; - // line 52 - if ((($context["is_servers_displayed"] ?? null) && (twig_length_filter($this->env, ($context["servers"] ?? null)) > 1))) { - // line 53 - echo "
    - "; - // line 54 - echo ($context["server_select"] ?? null); - echo " -
    - "; - } - // line 57 - echo " - "; - // line 58 - echo PhpMyAdmin\Html\Generator::getImage("ajax_clock_small", _gettext("Loading…"), ["style" => "visibility: hidden; display:none", "class" => "throbber"]); - // line 61 - echo " -
    -
    -"; - } - // line 65 - echo " -"; - // line 66 - if ( !($context["navigation_tree"] ?? null)) { - // line 67 - echo " "; - echo $this->env->getFilter('error')->getCallable()(_gettext("An error has occurred while loading the navigation display")); - echo " -"; - } else { - // line 69 - echo " "; - echo ($context["navigation_tree"] ?? null); - echo " -"; - } - // line 71 - echo " -"; - // line 72 - if ( !($context["is_ajax"] ?? null)) { - // line 73 - echo "
    - -
    - "; - // line 76 - if (($context["is_navigation_settings_enabled"] ?? null)) { - // line 77 - echo " "; - echo ($context["navigation_settings"] ?? null); - echo " - "; - } - // line 79 - echo "
    -
    - - "; - // line 82 - if (($context["is_drag_drop_import_enabled"] ?? null)) { - // line 83 - echo "
    - "; -echo _gettext("Drop files here"); - // line 85 - echo "
    -
    -

    - "; -echo _gettext("SQL upload"); - // line 89 - echo " ( 0 ) - x - - -

    -
    -
    - "; - } - // line 96 - echo "
    - "; - // line 97 - echo twig_include($this->env, $context, "modals/unhide_nav_item.twig"); - echo " - "; - // line 98 - echo twig_include($this->env, $context, "modals/create_view.twig"); - echo " -"; - } - } - - public function getTemplateName() - { - return "navigation/main.twig"; - } - - public function isTraitable() - { - return false; - } - - public function getDebugInfo() - { - return array ( 258 => 98, 254 => 97, 251 => 96, 242 => 89, 236 => 85, 232 => 83, 230 => 82, 225 => 79, 219 => 77, 217 => 76, 212 => 73, 210 => 72, 207 => 71, 201 => 69, 195 => 67, 193 => 66, 190 => 65, 183 => 63, 179 => 61, 177 => 58, 174 => 57, 168 => 54, 165 => 53, 163 => 52, 158 => 49, 156 => 48, 154 => 47, 149 => 45, 147 => 44, 142 => 43, 138 => 41, 136 => 40, 131 => 39, 127 => 37, 125 => 36, 120 => 35, 117 => 34, 113 => 32, 111 => 31, 105 => 30, 103 => 29, 99 => 27, 97 => 26, 92 => 25, 88 => 23, 84 => 21, 80 => 19, 77 => 18, 73 => 16, 67 => 14, 64 => 13, 56 => 11, 54 => 10, 51 => 9, 49 => 8, 39 => 2, 37 => 1,); - } - - public function getSourceContext() - { - return new Source("", "navigation/main.twig", "/home/arif/public_html/pma/templates/navigation/main.twig"); - } -} diff --git a/pma/tmp/twig/30/309a93874ff6c9fa15aa0c575a1c177e.php b/pma/tmp/twig/30/309a93874ff6c9fa15aa0c575a1c177e.php deleted file mode 100644 index 85622ec..0000000 --- a/pma/tmp/twig/30/309a93874ff6c9fa15aa0c575a1c177e.php +++ /dev/null @@ -1,517 +0,0 @@ -source = $this->getSourceContext(); - - $this->parent = false; - - $this->blocks = [ - ]; - } - - protected function doDisplay(array $context, array $blocks = []) - { - $macros = $this->macros; - // line 1 - echo "
    - - "; - // line 7 - echo PhpMyAdmin\Url::getHiddenInputs(($context["form_params"] ?? null)); - echo " - "; - // line 8 - if (($context["is_from_nav"] ?? null)) { - // line 9 - echo " - "; - } - // line 11 - echo " -
    -
    -
    -
    - - - -
    - - env, twig_get_attribute($this->env, $this->source, ($context["index"] ?? null), "getName", [], "method", false, false, false, 29), "html", null, true); - echo "\" - onfocus=\"this.select()\"> -
    - -
    -
    - - - -
    - - -
    - - "; - // line 54 - if ((($context["default_sliders_state"] ?? null) != "disabled")) { - // line 55 - echo "
    - -
    -
    - "; - } - // line 62 - echo " -
    -
    - - - -
    - - env, twig_get_attribute($this->env, $this->source, ($context["index"] ?? null), "getKeyBlockSize", [], "method", false, false, false, 76), "html", null, true); - echo "\"> -
    - -
    - -
    - - - -
    - - -
    - -
    -
    - - - -
    - - env, twig_get_attribute($this->env, $this->source, ($context["index"] ?? null), "getParser", [], "method", false, false, false, 110), "html", null, true); - echo "\"> -
    - -
    -
    - - - -
    - - env, twig_get_attribute($this->env, $this->source, ($context["index"] ?? null), "getComment", [], "method", false, false, false, 127), "html", null, true); - echo "\"> -
    - - "; - // line 130 - if ((($context["default_sliders_state"] ?? null) != "disabled")) { - // line 131 - echo "
    - "; - } - // line 133 - echo " -
    - - - - - - - - - - "; - // line 148 - $context["spatial_types"] = [0 => "geometry", 1 => "point", 2 => "linestring", 3 => "polygon", 4 => "multipoint", 5 => "multilinestring", 6 => "multipolygon", 7 => "geomtrycollection"]; - // line 158 - echo " - "; - // line 159 - $context['_parent'] = $context; - $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env, $this->source, ($context["index"] ?? null), "getColumns", [], "method", false, false, false, 159)); - foreach ($context['_seq'] as $context["_key"] => $context["column"]) { - // line 160 - echo " - - - - - "; - } - $_parent = $context['_parent']; - unset($context['_seq'], $context['_iterated'], $context['_key'], $context['column'], $context['_parent'], $context['loop']); - $context = array_intersect_key($context, $_parent) + $_parent; - // line 195 - echo " "; - if ((($context["add_fields"] ?? null) > 0)) { - // line 196 - echo " "; - $context['_parent'] = $context; - $context['_seq'] = twig_ensure_traversable(range(1, ($context["add_fields"] ?? null))); - foreach ($context['_seq'] as $context["_key"] => $context["i"]) { - // line 197 - echo " - - - - - "; - } - $_parent = $context['_parent']; - unset($context['_seq'], $context['_iterated'], $context['_key'], $context['i'], $context['_parent'], $context['loop']); - $context = array_intersect_key($context, $_parent) + $_parent; - // line 228 - echo " "; - } - // line 229 - echo " -
    - "; -echo _gettext("Column"); - // line 142 - echo " - "; -echo _gettext("Size"); - // line 145 - echo "
    - - - - - env, $this->source, // line 190 -($context["index"] ?? null), "getChoice", [], "method", false, false, false, 190) != "SPATIAL")) ? (print (twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, // line 191 -$context["column"], "getSubPart", [], "method", false, false, false, 191), "html", null, true))) : (print (""))); - echo "\"> -
    - - - - - -
    -
    - -
    -
    - env, twig_sprintf(_gettext("Add %s column(s) to index"), 1), "html", null, true); - echo "\"> -
    -
    -
    -
    - "; - // line 243 - if ( !($context["create_edit_table"] ?? null)) { - // line 244 - echo "
    - - -
    "; - } - // line 249 - echo "
    -"; - // line 250 - if (($context["is_from_nav"] ?? null)) { - // line 251 - echo " "; - echo twig_include($this->env, $context, "modals/preview_sql_modal.twig"); - echo " -"; - } - } - - public function getTemplateName() - { - return "table/index_form.twig"; - } - - public function isTraitable() - { - return false; - } - - public function getDebugInfo() - { - return array ( 491 => 251, 489 => 250, 486 => 249, 482 => 246, 478 => 245, 474 => 244, 472 => 243, 464 => 237, 454 => 229, 451 => 228, 435 => 217, 424 => 214, 420 => 213, 417 => 212, 415 => 211, 412 => 210, 409 => 209, 406 => 208, 403 => 207, 400 => 206, 395 => 205, 393 => 204, 390 => 203, 383 => 199, 378 => 197, 373 => 196, 370 => 195, 360 => 191, 359 => 190, 358 => 191, 349 => 183, 343 => 182, 335 => 179, 332 => 178, 329 => 177, 327 => 176, 324 => 175, 321 => 174, 319 => 173, 318 => 172, 317 => 171, 315 => 170, 311 => 169, 307 => 167, 299 => 162, 294 => 160, 290 => 159, 287 => 158, 285 => 148, 280 => 145, 275 => 142, 264 => 133, 260 => 131, 258 => 130, 252 => 127, 241 => 118, 230 => 110, 220 => 102, 210 => 94, 197 => 92, 193 => 91, 183 => 85, 171 => 76, 161 => 68, 153 => 62, 148 => 60, 144 => 58, 139 => 56, 136 => 55, 134 => 54, 127 => 50, 123 => 49, 119 => 48, 114 => 47, 108 => 45, 106 => 44, 102 => 43, 93 => 38, 81 => 29, 67 => 19, 57 => 11, 53 => 9, 51 => 8, 47 => 7, 37 => 1,); - } - - public function getSourceContext() - { - return new Source("", "table/index_form.twig", "/home/arif/public_html/pma/templates/table/index_form.twig"); - } -} diff --git a/pma/tmp/twig/32/320149963f63e4d5d71238be9cfb666e.php b/pma/tmp/twig/32/320149963f63e4d5d71238be9cfb666e.php deleted file mode 100644 index 3f5df64..0000000 --- a/pma/tmp/twig/32/320149963f63e4d5d71238be9cfb666e.php +++ /dev/null @@ -1,182 +0,0 @@ -source = $this->getSourceContext(); - - $this->parent = false; - - $this->blocks = [ - ]; - } - - protected function doDisplay(array $context, array $blocks = []) - { - $macros = $this->macros; - // line 1 - echo "
    - - - - - - - - - - -
    - - - "; -echo _gettext("and then"); - // line 15 - echo " - - -
    - "; - // line 32 - echo PhpMyAdmin\Html\Generator::showHint(_gettext("Use TAB key to move from value to value, or CTRL+arrows to move anywhere.")); - echo " - - - - -
    -
    -
    -
    -
    -
    -
    "; -echo _gettext("Loading"); - // line 46 - echo "
    - -
    -
    -
    -
    - -
    -
    -
    -
    -"; - } - - public function getTemplateName() - { - return "table/insert/actions_panel.twig"; - } - - public function isTraitable() - { - return false; - } - - public function getDebugInfo() - { - return array ( 155 => 52, 147 => 47, 143 => 46, 131 => 37, 127 => 36, 123 => 35, 116 => 32, 109 => 27, 106 => 26, 98 => 24, 96 => 23, 89 => 22, 87 => 21, 81 => 20, 75 => 19, 69 => 15, 62 => 11, 58 => 10, 52 => 9, 46 => 7, 44 => 6, 37 => 1,); - } - - public function getSourceContext() - { - return new Source("", "table/insert/actions_panel.twig", "/home/arif/public_html/pma/templates/table/insert/actions_panel.twig"); - } -} diff --git a/pma/tmp/twig/32/32dd48dec728949aad7c20cede3d958a.php b/pma/tmp/twig/32/32dd48dec728949aad7c20cede3d958a.php deleted file mode 100644 index 8ff4921..0000000 --- a/pma/tmp/twig/32/32dd48dec728949aad7c20cede3d958a.php +++ /dev/null @@ -1,287 +0,0 @@ -source = $this->getSourceContext(); - - $this->parent = false; - - $this->blocks = [ - ]; - } - - protected function doDisplay(array $context, array $blocks = []) - { - $macros = $this->macros; - // line 1 - if ((($context["position"] ?? null) == "left")) { - // line 2 - echo " "; - if (($context["has_checkbox"] ?? null)) { - // line 3 - echo " - env, ($context["row_number"] ?? null), "html", null, true); - echo "_left\" name=\"rows_to_delete["; - echo twig_escape_filter($this->env, ($context["row_number"] ?? null), "html", null, true); - echo "]\" value=\""; - echo twig_escape_filter($this->env, ($context["where_clause"] ?? null), "html", null, true); - echo "\"> - env, ($context["condition"] ?? null), "html", null, true); - echo "\"> - - "; - } - // line 9 - echo " - "; - // line 10 - if ( !twig_test_empty(twig_get_attribute($this->env, $this->source, ($context["edit"] ?? null), "url", [], "any", false, false, false, 10))) { - // line 11 - echo " env, $this->source, ($context["edit"] ?? null), "clause_is_unique", [], "any", false, false, false, 11)) ? (" nonunique") : ("")); - echo "\"> - - "; - // line 13 - echo PhpMyAdmin\Html\Generator::linkOrButton(twig_get_attribute($this->env, $this->source, ($context["edit"] ?? null), "url", [], "any", false, false, false, 13), twig_get_attribute($this->env, $this->source, ($context["edit"] ?? null), "params", [], "any", false, false, false, 13), twig_get_attribute($this->env, $this->source, ($context["edit"] ?? null), "string", [], "any", false, false, false, 13)); - echo " - "; - // line 14 - if ( !twig_test_empty(($context["where_clause"] ?? null))) { - // line 15 - echo " env, ($context["where_clause"] ?? null), "html", null, true); - echo "\"> - "; - } - // line 17 - echo " - - "; - } - // line 20 - echo " - "; - // line 21 - if ( !twig_test_empty(twig_get_attribute($this->env, $this->source, ($context["copy"] ?? null), "url", [], "any", false, false, false, 21))) { - // line 22 - echo " - - "; - // line 24 - echo PhpMyAdmin\Html\Generator::linkOrButton(twig_get_attribute($this->env, $this->source, ($context["copy"] ?? null), "url", [], "any", false, false, false, 24), twig_get_attribute($this->env, $this->source, ($context["copy"] ?? null), "params", [], "any", false, false, false, 24), twig_get_attribute($this->env, $this->source, ($context["copy"] ?? null), "string", [], "any", false, false, false, 24)); - echo " - "; - // line 25 - if ( !twig_test_empty(($context["where_clause"] ?? null))) { - // line 26 - echo " env, ($context["where_clause"] ?? null), "html", null, true); - echo "\"> - "; - } - // line 28 - echo " - - "; - } - // line 31 - echo " - "; - // line 32 - if ( !twig_test_empty(twig_get_attribute($this->env, $this->source, ($context["delete"] ?? null), "url", [], "any", false, false, false, 32))) { - // line 33 - echo " - - "; - // line 35 - echo PhpMyAdmin\Html\Generator::linkOrButton(twig_get_attribute($this->env, $this->source, ($context["delete"] ?? null), "url", [], "any", false, false, false, 35), twig_get_attribute($this->env, $this->source, ($context["delete"] ?? null), "params", [], "any", false, false, false, 35), twig_get_attribute($this->env, $this->source, ($context["delete"] ?? null), "string", [], "any", false, false, false, 35), ["class" => ("delete_row requireConfirm" . ((($context["is_ajax"] ?? null)) ? (" ajax") : ("")))]); - echo " - "; - // line 36 - if ( !twig_test_empty(($context["js_conf"] ?? null))) { - // line 37 - echo "
    "; - echo twig_escape_filter($this->env, ($context["js_conf"] ?? null), "html", null, true); - echo "
    - "; - } - // line 39 - echo "
    - - "; - } - } elseif (( // line 42 -($context["position"] ?? null) == "right")) { - // line 43 - echo " "; - if ( !twig_test_empty(twig_get_attribute($this->env, $this->source, ($context["delete"] ?? null), "url", [], "any", false, false, false, 43))) { - // line 44 - echo " - - "; - // line 46 - echo PhpMyAdmin\Html\Generator::linkOrButton(twig_get_attribute($this->env, $this->source, ($context["delete"] ?? null), "url", [], "any", false, false, false, 46), twig_get_attribute($this->env, $this->source, ($context["delete"] ?? null), "params", [], "any", false, false, false, 46), twig_get_attribute($this->env, $this->source, ($context["delete"] ?? null), "string", [], "any", false, false, false, 46), ["class" => ("delete_row requireConfirm" . ((($context["is_ajax"] ?? null)) ? (" ajax") : ("")))]); - echo " - "; - // line 47 - if ( !twig_test_empty(($context["js_conf"] ?? null))) { - // line 48 - echo "
    "; - echo twig_escape_filter($this->env, ($context["js_conf"] ?? null), "html", null, true); - echo "
    - "; - } - // line 50 - echo "
    - - "; - } - // line 53 - echo " - "; - // line 54 - if ( !twig_test_empty(twig_get_attribute($this->env, $this->source, ($context["copy"] ?? null), "url", [], "any", false, false, false, 54))) { - // line 55 - echo " - - "; - // line 57 - echo PhpMyAdmin\Html\Generator::linkOrButton(twig_get_attribute($this->env, $this->source, ($context["copy"] ?? null), "url", [], "any", false, false, false, 57), twig_get_attribute($this->env, $this->source, ($context["copy"] ?? null), "params", [], "any", false, false, false, 57), twig_get_attribute($this->env, $this->source, ($context["copy"] ?? null), "string", [], "any", false, false, false, 57)); - echo " - "; - // line 58 - if ( !twig_test_empty(($context["where_clause"] ?? null))) { - // line 59 - echo " env, ($context["where_clause"] ?? null), "html", null, true); - echo "\"> - "; - } - // line 61 - echo " - - "; - } - // line 64 - echo " - "; - // line 65 - if ( !twig_test_empty(twig_get_attribute($this->env, $this->source, ($context["edit"] ?? null), "url", [], "any", false, false, false, 65))) { - // line 66 - echo " env, $this->source, ($context["edit"] ?? null), "clause_is_unique", [], "any", false, false, false, 66)) ? (" nonunique") : ("")); - echo "\"> - - "; - // line 68 - echo PhpMyAdmin\Html\Generator::linkOrButton(twig_get_attribute($this->env, $this->source, ($context["edit"] ?? null), "url", [], "any", false, false, false, 68), twig_get_attribute($this->env, $this->source, ($context["edit"] ?? null), "params", [], "any", false, false, false, 68), twig_get_attribute($this->env, $this->source, ($context["edit"] ?? null), "string", [], "any", false, false, false, 68)); - echo " - "; - // line 69 - if ( !twig_test_empty(($context["where_clause"] ?? null))) { - // line 70 - echo " env, ($context["where_clause"] ?? null), "html", null, true); - echo "\"> - "; - } - // line 72 - echo " - - "; - } - // line 75 - echo " - "; - // line 76 - if (($context["has_checkbox"] ?? null)) { - // line 77 - echo " - env, ($context["row_number"] ?? null), "html", null, true); - echo "_right\" name=\"rows_to_delete["; - echo twig_escape_filter($this->env, ($context["row_number"] ?? null), "html", null, true); - echo "]\" value=\""; - echo twig_escape_filter($this->env, ($context["where_clause"] ?? null), "html", null, true); - echo "\"> - env, ($context["condition"] ?? null), "html", null, true); - echo "\"> - - "; - } - } else { - // line 84 - echo " "; - if (($context["has_checkbox"] ?? null)) { - // line 85 - echo " - env, ($context["row_number"] ?? null), "html", null, true); - echo "_left\" name=\"rows_to_delete["; - echo twig_escape_filter($this->env, ($context["row_number"] ?? null), "html", null, true); - echo "]\" value=\""; - echo twig_escape_filter($this->env, ($context["where_clause"] ?? null), "html", null, true); - echo "\"> - env, ($context["condition"] ?? null), "html", null, true); - echo "\"> - - "; - } - } - } - - public function getTemplateName() - { - return "display/results/checkbox_and_links.twig"; - } - - public function isTraitable() - { - return false; - } - - public function getDebugInfo() - { - return array ( 260 => 88, 252 => 87, 249 => 85, 246 => 84, 239 => 80, 231 => 79, 228 => 77, 226 => 76, 223 => 75, 218 => 72, 212 => 70, 210 => 69, 206 => 68, 200 => 66, 198 => 65, 195 => 64, 190 => 61, 184 => 59, 182 => 58, 178 => 57, 174 => 55, 172 => 54, 169 => 53, 164 => 50, 158 => 48, 156 => 47, 152 => 46, 146 => 44, 143 => 43, 141 => 42, 136 => 39, 130 => 37, 128 => 36, 124 => 35, 118 => 33, 116 => 32, 113 => 31, 108 => 28, 102 => 26, 100 => 25, 96 => 24, 92 => 22, 90 => 21, 87 => 20, 82 => 17, 76 => 15, 74 => 14, 70 => 13, 64 => 11, 62 => 10, 59 => 9, 53 => 6, 45 => 5, 42 => 3, 39 => 2, 37 => 1,); - } - - public function getSourceContext() - { - return new Source("", "display/results/checkbox_and_links.twig", "/home/arif/public_html/pma/templates/display/results/checkbox_and_links.twig"); - } -} diff --git a/pma/tmp/twig/33/33d2de88382f89a19296e520033068cd.php b/pma/tmp/twig/33/33d2de88382f89a19296e520033068cd.php deleted file mode 100644 index 831cfa7..0000000 --- a/pma/tmp/twig/33/33d2de88382f89a19296e520033068cd.php +++ /dev/null @@ -1,119 +0,0 @@ -source = $this->getSourceContext(); - - $this->parent = false; - - $this->blocks = [ - ]; - } - - protected function doDisplay(array $context, array $blocks = []) - { - $macros = $this->macros; - // line 1 - echo "
    - "; - // line 2 - echo PhpMyAdmin\Url::getHiddenInputs(($context["db"] ?? null), ($context["table"] ?? null)); - echo " - env, ($context["goto"] ?? null), "html", null, true); - echo "\"> - env, ($context["err_url"] ?? null), "html", null, true); - echo "\"> - env, ($context["sql_query"] ?? null), "html", null, true); - echo "\"> - - "; - // line 7 - if (($context["has_where_clause"] ?? null)) { - // line 8 - echo " "; - $context['_parent'] = $context; - $context['_seq'] = twig_ensure_traversable(($context["where_clause_array"] ?? null)); - foreach ($context['_seq'] as $context["key_id"] => $context["where_clause"]) { - // line 9 - echo " env, $context["key_id"], "html", null, true); - echo "]\" value=\""; - // line 10 - echo twig_escape_filter($this->env, twig_trim_filter($context["where_clause"]), "html", null, true); - echo "\"> - "; - } - $_parent = $context['_parent']; - unset($context['_seq'], $context['_iterated'], $context['key_id'], $context['where_clause'], $context['_parent'], $context['loop']); - $context = array_intersect_key($context, $_parent) + $_parent; - // line 12 - echo " "; - } - // line 13 - echo " - "; - // line 14 - ob_start(function () { return ''; }); - // line 15 - echo " env, ($context["insert_rows_default"] ?? null), "html", null, true); - echo "\" min=\"1\"> - "; - $context["insert_rows"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset()); - // line 18 - echo " "; - echo twig_sprintf(_gettext("Continue insertion with %s rows"), ($context["insert_rows"] ?? null)); - echo " -
    -"; - } - - public function getTemplateName() - { - return "table/insert/continue_insertion_form.twig"; - } - - public function isTraitable() - { - return false; - } - - public function getDebugInfo() - { - return array ( 93 => 18, 88 => 16, 86 => 15, 84 => 14, 81 => 13, 78 => 12, 70 => 10, 66 => 9, 61 => 8, 59 => 7, 54 => 5, 50 => 4, 46 => 3, 42 => 2, 37 => 1,); - } - - public function getSourceContext() - { - return new Source("", "table/insert/continue_insertion_form.twig", "/home/arif/public_html/pma/templates/table/insert/continue_insertion_form.twig"); - } -} diff --git a/pma/tmp/twig/34/341fe7c0b9f6ea97b2f6e9510ea748ec.php b/pma/tmp/twig/34/341fe7c0b9f6ea97b2f6e9510ea748ec.php deleted file mode 100644 index 3d14c50..0000000 --- a/pma/tmp/twig/34/341fe7c0b9f6ea97b2f6e9510ea748ec.php +++ /dev/null @@ -1,313 +0,0 @@ -source = $this->getSourceContext(); - - $this->parent = false; - - $this->blocks = [ - ]; - } - - protected function doDisplay(array $context, array $blocks = []) - { - $macros = $this->macros; - // line 2 - if ((($context["foreigners"] ?? null) && $this->env->getFunction('search_column_in_foreigners')->getCallable()(($context["foreigners"] ?? null), ($context["column_name"] ?? null)))) { - // line 3 - echo " "; - if (twig_test_iterable((($__internal_compile_0 = ($context["foreign_data"] ?? null)) && is_array($__internal_compile_0) || $__internal_compile_0 instanceof ArrayAccess ? ($__internal_compile_0["disp_row"] ?? null) : null))) { - // line 4 - echo " - "; - } elseif (((($__internal_compile_4 = // line 14 -($context["foreign_data"] ?? null)) && is_array($__internal_compile_4) || $__internal_compile_4 instanceof ArrayAccess ? ($__internal_compile_4["foreign_link"] ?? null) : null) == true)) { - // line 15 - echo " env, ($context["column_id"] ?? null), "html", null, true); - echo twig_escape_filter($this->env, ($context["column_index"] ?? null), "html", null, true); - echo "\" - name=\"criteriaValues["; - // line 17 - echo twig_escape_filter($this->env, ($context["column_index"] ?? null), "html", null, true); - echo "]\" - id=\"field_"; - // line 18 - echo twig_escape_filter($this->env, ($context["column_name_hash"] ?? null), "html", null, true); - echo "["; - echo twig_escape_filter($this->env, ($context["column_index"] ?? null), "html", null, true); - echo "]\" - class=\"textfield\" - "; - // line 20 - if (twig_get_attribute($this->env, $this->source, ($context["criteria_values"] ?? null), ($context["column_index"] ?? null), [], "array", true, true, false, 20)) { - // line 21 - echo " value=\""; - echo twig_escape_filter($this->env, (($__internal_compile_5 = ($context["criteria_values"] ?? null)) && is_array($__internal_compile_5) || $__internal_compile_5 instanceof ArrayAccess ? ($__internal_compile_5[($context["column_index"] ?? null)] ?? null) : null), "html", null, true); - echo "\" - "; - } - // line 22 - echo "> - ($context["db"] ?? null), "table" => ($context["table"] ?? null)], "", false); - // line 25 - echo "&field="; - echo twig_escape_filter($this->env, twig_urlencode_filter(($context["column_name"] ?? null)), "html", null, true); - echo "&fieldkey="; - // line 26 - echo twig_escape_filter($this->env, ($context["column_index"] ?? null), "html", null, true); - echo "&fromsearch=1\"> - "; - // line 27 - echo PhpMyAdmin\Html\Generator::getIcon("b_browse", _gettext("Browse foreign values")); - echo " - - "; - } - } elseif (twig_in_filter( // line 30 -($context["column_type"] ?? null), PhpMyAdmin\Utils\Gis::getDataTypes())) { - // line 31 - echo " env, ($context["column_index"] ?? null), "html", null, true); - echo "]\" - size=\"40\" - class=\"textfield\" - id=\"field_"; - // line 35 - echo twig_escape_filter($this->env, ($context["column_index"] ?? null), "html", null, true); - echo "\"> - "; - // line 36 - if (($context["in_fbs"] ?? null)) { - // line 37 - echo " "; - $context["edit_str"] = PhpMyAdmin\Html\Generator::getIcon("b_edit", _gettext("Edit/Insert")); - // line 38 - echo " - "; - // line 39 - echo PhpMyAdmin\Html\Generator::linkOrButton(PhpMyAdmin\Url::getFromRoute("/gis-data-editor"), [], ($context["edit_str"] ?? null), [], "_blank"); - echo " - - "; - } - } elseif (((is_string($__internal_compile_6 = // line 42 -($context["column_type"] ?? null)) && is_string($__internal_compile_7 = "enum") && ('' === $__internal_compile_7 || 0 === strpos($__internal_compile_6, $__internal_compile_7))) || ((is_string($__internal_compile_8 = // line 43 -($context["column_type"] ?? null)) && is_string($__internal_compile_9 = "set") && ('' === $__internal_compile_9 || 0 === strpos($__internal_compile_8, $__internal_compile_9))) && ($context["in_zoom_search_edit"] ?? null)))) { - // line 44 - echo " "; - $context["in_zoom_search_edit"] = false; - // line 45 - echo " "; - $context["value"] = PhpMyAdmin\Util::parseEnumSetValues(($context["column_type"] ?? null)); - // line 46 - echo " "; - $context["cnt_value"] = twig_length_filter($this->env, ($context["value"] ?? null)); - // line 47 - echo " "; - // line 53 - echo " "; - if ((((is_string($__internal_compile_10 = ($context["column_type"] ?? null)) && is_string($__internal_compile_11 = "enum") && ('' === $__internal_compile_11 || 0 === strpos($__internal_compile_10, $__internal_compile_11))) && !($context["in_zoom_search_edit"] ?? null)) || ((is_string($__internal_compile_12 = // line 54 -($context["column_type"] ?? null)) && is_string($__internal_compile_13 = "set") && ('' === $__internal_compile_13 || 0 === strpos($__internal_compile_12, $__internal_compile_13))) && ($context["in_zoom_search_edit"] ?? null)))) { - // line 55 - echo " env, ($context["column_index"] ?? null), "html", null, true); - echo "]\" - id=\""; - // line 59 - echo twig_escape_filter($this->env, ($context["column_id"] ?? null), "html", null, true); - echo twig_escape_filter($this->env, ($context["column_index"] ?? null), "html", null, true); - echo "\" - multiple=\"multiple\" - size=\""; - // line 61 - echo twig_escape_filter($this->env, min(3, ($context["cnt_value"] ?? null)), "html", null, true); - echo "\"> - "; - } - // line 63 - echo " "; - // line 64 - echo " - "; - // line 65 - $context['_parent'] = $context; - $context['_seq'] = twig_ensure_traversable(range(0, (($context["cnt_value"] ?? null) - 1))); - foreach ($context['_seq'] as $context["_key"] => $context["i"]) { - // line 66 - echo " "; - if (((twig_get_attribute($this->env, $this->source, ($context["criteria_values"] ?? null), ($context["column_index"] ?? null), [], "array", true, true, false, 66) && twig_test_iterable((($__internal_compile_14 = // line 67 -($context["criteria_values"] ?? null)) && is_array($__internal_compile_14) || $__internal_compile_14 instanceof ArrayAccess ? ($__internal_compile_14[($context["column_index"] ?? null)] ?? null) : null))) && twig_in_filter((($__internal_compile_15 = // line 68 -($context["value"] ?? null)) && is_array($__internal_compile_15) || $__internal_compile_15 instanceof ArrayAccess ? ($__internal_compile_15[$context["i"]] ?? null) : null), (($__internal_compile_16 = ($context["criteria_values"] ?? null)) && is_array($__internal_compile_16) || $__internal_compile_16 instanceof ArrayAccess ? ($__internal_compile_16[($context["column_index"] ?? null)] ?? null) : null)))) { - // line 69 - echo " - "; - } else { - // line 73 - echo " - "; - } - // line 77 - echo " "; - } - $_parent = $context['_parent']; - unset($context['_seq'], $context['_iterated'], $context['_key'], $context['i'], $context['_parent'], $context['loop']); - $context = array_intersect_key($context, $_parent) + $_parent; - // line 78 - echo " -"; - } else { - // line 80 - echo " "; - $context["the_class"] = "textfield"; - // line 81 - echo " "; - if ((($context["column_type"] ?? null) == "date")) { - // line 82 - echo " "; - $context["the_class"] = (($context["the_class"] ?? null) . " datefield"); - // line 83 - echo " "; - } elseif (((($context["column_type"] ?? null) == "datetime") || (is_string($__internal_compile_21 = ($context["column_type"] ?? null)) && is_string($__internal_compile_22 = "timestamp") && ('' === $__internal_compile_22 || 0 === strpos($__internal_compile_21, $__internal_compile_22))))) { - // line 84 - echo " "; - $context["the_class"] = (($context["the_class"] ?? null) . " datetimefield"); - // line 85 - echo " "; - } elseif ((is_string($__internal_compile_23 = ($context["column_type"] ?? null)) && is_string($__internal_compile_24 = "bit") && ('' === $__internal_compile_24 || 0 === strpos($__internal_compile_23, $__internal_compile_24)))) { - // line 86 - echo " "; - $context["the_class"] = (($context["the_class"] ?? null) . " bit"); - // line 87 - echo " "; - } - // line 88 - echo " env, ($context["column_index"] ?? null), "html", null, true); - echo "]\" - data-type=\""; - // line 90 - echo twig_escape_filter($this->env, ($context["column_data_type"] ?? null), "html", null, true); - echo "\" - "; - // line 91 - echo ($context["html_attributes"] ?? null); - echo " - size=\"40\" - class=\""; - // line 93 - echo twig_escape_filter($this->env, ($context["the_class"] ?? null), "html", null, true); - echo "\" - id=\""; - // line 94 - echo twig_escape_filter($this->env, ($context["column_id"] ?? null), "html", null, true); - echo twig_escape_filter($this->env, ($context["column_index"] ?? null), "html", null, true); - echo "\" - "; - // line 95 - if (twig_get_attribute($this->env, $this->source, ($context["criteria_values"] ?? null), ($context["column_index"] ?? null), [], "array", true, true, false, 95)) { - // line 96 - echo " value=\""; - echo twig_escape_filter($this->env, (($__internal_compile_25 = ($context["criteria_values"] ?? null)) && is_array($__internal_compile_25) || $__internal_compile_25 instanceof ArrayAccess ? ($__internal_compile_25[($context["column_index"] ?? null)] ?? null) : null), "html", null, true); - echo "\""; - } - // line 97 - echo "> -"; - } - } - - public function getTemplateName() - { - return "table/search/input_box.twig"; - } - - public function isTraitable() - { - return false; - } - - public function getDebugInfo() - { - return array ( 289 => 97, 284 => 96, 282 => 95, 277 => 94, 273 => 93, 268 => 91, 264 => 90, 260 => 89, 257 => 88, 254 => 87, 251 => 86, 248 => 85, 245 => 84, 242 => 83, 239 => 82, 236 => 81, 233 => 80, 229 => 78, 223 => 77, 217 => 74, 212 => 73, 206 => 70, 201 => 69, 199 => 68, 198 => 67, 196 => 66, 192 => 65, 189 => 64, 187 => 63, 182 => 61, 176 => 59, 171 => 58, 165 => 56, 160 => 55, 158 => 54, 156 => 53, 154 => 47, 151 => 46, 148 => 45, 145 => 44, 143 => 43, 142 => 42, 136 => 39, 133 => 38, 130 => 37, 128 => 36, 124 => 35, 118 => 32, 115 => 31, 113 => 30, 107 => 27, 103 => 26, 99 => 25, 97 => 24, 94 => 23, 91 => 22, 85 => 21, 83 => 20, 76 => 18, 72 => 17, 67 => 16, 64 => 15, 62 => 14, 58 => 12, 56 => 11, 55 => 9, 54 => 8, 53 => 7, 52 => 6, 47 => 5, 42 => 4, 39 => 3, 37 => 2,); - } - - public function getSourceContext() - { - return new Source("", "table/search/input_box.twig", "/home/dev/web/arif.off/public_html/pma/templates/table/search/input_box.twig"); - } -} diff --git a/pma/tmp/twig/34/343486c79145c96078aaea23b78bba04.php b/pma/tmp/twig/34/343486c79145c96078aaea23b78bba04.php deleted file mode 100644 index 840a1b0..0000000 --- a/pma/tmp/twig/34/343486c79145c96078aaea23b78bba04.php +++ /dev/null @@ -1,418 +0,0 @@ -source = $this->getSourceContext(); - - $this->parent = false; - - $this->blocks = [ - ]; - } - - protected function doDisplay(array $context, array $blocks = []) - { - $macros = $this->macros; - // line 1 - echo "
    env, ($context["action"] ?? null), "html", null, true); - echo "\" class=\""; - // line 2 - echo (((($context["action"] ?? null) == PhpMyAdmin\Url::getFromRoute("/table/create"))) ? ("create_table") : ("append_fields")); - // line 3 - echo "_form ajax lock-page\"> - "; - // line 4 - echo PhpMyAdmin\Url::getHiddenInputs(($context["form_params"] ?? null)); - echo " - "; - // line 6 - echo " "; - // line 7 - echo " "; - // line 8 - echo " env, ($context["primary_indexes"] ?? null), "html", null, true))) : (print ("[]"))); - echo "\"> - env, ($context["unique_indexes"] ?? null), "html", null, true))) : (print ("[]"))); - echo "\"> - env, ($context["indexes"] ?? null), "html", null, true))) : (print ("[]"))); - echo "\"> - env, ($context["fulltext_indexes"] ?? null), "html", null, true))) : (print ("[]"))); - echo "\"> - env, ($context["spatial_indexes"] ?? null), "html", null, true))) : (print ("[]"))); - echo "\"> - - "; - // line 19 - if ((($context["action"] ?? null) == PhpMyAdmin\Url::getFromRoute("/table/create"))) { - // line 20 - echo "
    - - - - - -
    "; -echo _gettext("Table name"); - // line 23 - echo ": - env, ($context["table"] ?? null), "html", null, true))) : (print (""))); - echo "\" - class=\"textfield\" autofocus required> - - "; -echo _gettext("Add"); - // line 33 - echo " - "; -echo _gettext("column(s)"); - // line 41 - echo " -
    -
    - "; - } - // line 49 - echo " "; - if (twig_test_iterable(($context["content_cells"] ?? null))) { - // line 50 - echo " "; - $this->loadTemplate("columns_definitions/table_fields_definitions.twig", "columns_definitions/column_definitions_form.twig", 50)->display(twig_to_array(["is_backup" => // line 51 -($context["is_backup"] ?? null), "fields_meta" => // line 52 -($context["fields_meta"] ?? null), "relation_parameters" => // line 53 -($context["relation_parameters"] ?? null), "content_cells" => // line 54 -($context["content_cells"] ?? null), "change_column" => // line 55 -($context["change_column"] ?? null), "is_virtual_columns_supported" => // line 56 -($context["is_virtual_columns_supported"] ?? null), "server_version" => // line 57 -($context["server_version"] ?? null), "browse_mime" => // line 58 -($context["browse_mime"] ?? null), "supports_stored_keyword" => // line 59 -($context["supports_stored_keyword"] ?? null), "max_rows" => // line 60 -($context["max_rows"] ?? null), "char_editing" => // line 61 -($context["char_editing"] ?? null), "attribute_types" => // line 62 -($context["attribute_types"] ?? null), "privs_available" => // line 63 -($context["privs_available"] ?? null), "max_length" => // line 64 -($context["max_length"] ?? null), "charsets" => // line 65 -($context["charsets"] ?? null)])); - // line 67 - echo " "; - } - // line 68 - echo " "; - if ((($context["action"] ?? null) == PhpMyAdmin\Url::getFromRoute("/table/create"))) { - // line 69 - echo "
    - - - - - - - - - - - - - - - - - - - - "; - // line 133 - if (($context["have_partitioning"] ?? null)) { - // line 134 - echo " - - - - - - "; - } - // line 149 - echo "
    "; -echo _gettext("Table comments:"); - // line 72 - echo " "; -echo _gettext("Collation:"); - // line 74 - echo "  - "; -echo _gettext("Storage Engine:"); - // line 78 - echo " "; - echo PhpMyAdmin\Html\MySQLDocumentation::show("Storage_engines"); - echo " -   - "; -echo _gettext("Connection:"); - // line 83 - echo " "; - echo PhpMyAdmin\Html\MySQLDocumentation::show("federated-create-connection"); - echo " -
    - env, ($context["comment"] ?? null), "html", null, true))) : (print (""))); - echo "\" - class=\"textfield\"> -   - -   - -   - env, ($context["connection"] ?? null), "html", null, true))) : (print (""))); - echo "\" - placeholder=\"scheme://user_name[:password]@host_name[:port_num]/db_name/tbl_name\" - class=\"textfield\" - required=\"required\"> -
    - "; -echo _gettext("PARTITION definition:"); - // line 137 - echo " "; - echo PhpMyAdmin\Html\MySQLDocumentation::show("Partitioning"); - echo " -
    - "; - // line 142 - $this->loadTemplate("columns_definitions/partitions.twig", "columns_definitions/column_definitions_form.twig", 142)->display(twig_to_array(["partition_details" => // line 143 -($context["partition_details"] ?? null), "storage_engines" => // line 144 -($context["storage_engines"] ?? null)])); - // line 146 - echo "
    -
    - "; - } - // line 152 - echo "
    - "; - // line 153 - if (((($context["action"] ?? null) == PhpMyAdmin\Url::getFromRoute("/table/add-field")) || (($context["action"] ?? null) == PhpMyAdmin\Url::getFromRoute("/table/structure/save")))) { - // line 154 - echo " "; -echo _pgettext("Online transaction part of the SQL DDL for InnoDB", "Online transaction"); - echo PhpMyAdmin\Html\MySQLDocumentation::show("innodb-online-ddl"); - echo " - "; - } - // line 156 - echo " - -
    -
    - "; - // line 163 - if (($context["is_integers_length_restricted"] ?? null)) { - // line 164 - echo "
    - "; - // line 165 - echo PhpMyAdmin\Html\Generator::getImage("s_notice"); - echo " - "; -echo _gettext("The column width of integer types is ignored in your MySQL version unless defining a TINYINT(1) column"); - // line 167 - echo " "; - echo PhpMyAdmin\Html\MySQLDocumentation::show("", false, "https://dev.mysql.com/doc/relnotes/mysql/8.0/en/news-8-0-19.html"); - echo " -
    - "; - } - // line 170 - echo "
    -
    -
    -
    -
    -
    "; -echo _gettext("Loading"); - // line 175 - echo "
    - -
    -
    -
    -
    - -
    -
    -
    -
    - -"; - // line 188 - echo twig_include($this->env, $context, "modals/enum_set_editor.twig"); - echo " -"; - } - - public function getTemplateName() - { - return "columns_definitions/column_definitions_form.twig"; - } - - public function isTraitable() - { - return false; - } - - public function getDebugInfo() - { - return array ( 394 => 188, 386 => 181, 378 => 176, 374 => 175, 366 => 170, 359 => 167, 354 => 165, 351 => 164, 349 => 163, 344 => 160, 338 => 157, 334 => 156, 327 => 154, 325 => 153, 322 => 152, 317 => 149, 312 => 146, 310 => 144, 309 => 143, 308 => 142, 299 => 137, 294 => 134, 292 => 133, 283 => 127, 274 => 120, 267 => 118, 265 => 117, 262 => 116, 253 => 115, 249 => 114, 246 => 113, 239 => 109, 232 => 107, 225 => 105, 223 => 104, 220 => 103, 214 => 102, 210 => 101, 203 => 100, 199 => 99, 189 => 92, 176 => 83, 167 => 78, 161 => 74, 156 => 72, 150 => 69, 147 => 68, 144 => 67, 142 => 65, 141 => 64, 140 => 63, 139 => 62, 138 => 61, 137 => 60, 136 => 59, 135 => 58, 134 => 57, 133 => 56, 132 => 55, 131 => 54, 130 => 53, 129 => 52, 128 => 51, 126 => 50, 123 => 49, 115 => 43, 110 => 41, 100 => 33, 92 => 28, 85 => 23, 79 => 20, 77 => 19, 72 => 17, 68 => 15, 64 => 13, 60 => 11, 56 => 9, 54 => 8, 52 => 7, 50 => 6, 46 => 4, 43 => 3, 41 => 2, 37 => 1,); - } - - public function getSourceContext() - { - return new Source("", "columns_definitions/column_definitions_form.twig", "/home/dev/web/arif.off/public_html/pma/templates/columns_definitions/column_definitions_form.twig"); - } -} diff --git a/pma/tmp/twig/36/367e760bec583ce5a72f9c2c362f5da6.php b/pma/tmp/twig/36/367e760bec583ce5a72f9c2c362f5da6.php deleted file mode 100644 index e7e5298..0000000 --- a/pma/tmp/twig/36/367e760bec583ce5a72f9c2c362f5da6.php +++ /dev/null @@ -1,64 +0,0 @@ -source = $this->getSourceContext(); - - $this->parent = false; - - $this->blocks = [ - ]; - } - - protected function doDisplay(array $context, array $blocks = []) - { - $macros = $this->macros; - // line 1 - echo "env, ($context["valueTitle"] ?? null), "html", null, true); - echo "\">"; - echo twig_escape_filter($this->env, ($context["value"] ?? null), "html", null, true); - echo " -"; - } - - public function getTemplateName() - { - return "database/structure/collation_definition.twig"; - } - - public function isTraitable() - { - return false; - } - - public function getDebugInfo() - { - return array ( 37 => 1,); - } - - public function getSourceContext() - { - return new Source("", "database/structure/collation_definition.twig", "/home/arif/public_html/pma/templates/database/structure/collation_definition.twig"); - } -} diff --git a/pma/tmp/twig/37/3790f3153e7714faacdc096ca293a2cb.php b/pma/tmp/twig/37/3790f3153e7714faacdc096ca293a2cb.php deleted file mode 100644 index e9d9c3d..0000000 --- a/pma/tmp/twig/37/3790f3153e7714faacdc096ca293a2cb.php +++ /dev/null @@ -1,764 +0,0 @@ -source = $this->getSourceContext(); - - $this->parent = false; - - $this->blocks = [ - ]; - } - - protected function doDisplay(array $context, array $blocks = []) - { - $macros = $this->macros; - // line 1 - ob_start(function () { return ''; }); - // line 2 - echo " "; - if ( !twig_test_empty(($context["navigation"] ?? null))) { - // line 3 - echo " - - - - "; - // line 7 - echo twig_get_attribute($this->env, $this->source, ($context["navigation"] ?? null), "move_backward_buttons", [], "any", false, false, false, 7); - echo " - "; - // line 8 - echo twig_get_attribute($this->env, $this->source, ($context["navigation"] ?? null), "page_selector", [], "any", false, false, false, 8); - echo " - "; - // line 9 - echo twig_get_attribute($this->env, $this->source, ($context["navigation"] ?? null), "move_forward_buttons", [], "any", false, false, false, 9); - echo " - - "; - // line 11 - if ((twig_get_attribute($this->env, $this->source, ($context["navigation"] ?? null), "number_total_page", [], "any", false, false, false, 11) != 1)) { - // line 12 - echo " - "; - } - // line 14 - echo " - "; - // line 15 - if (twig_get_attribute($this->env, $this->source, ($context["navigation"] ?? null), "has_show_all", [], "any", false, false, false, 15)) { - // line 16 - echo " - - "; - } - // line 29 - echo " - - - - - - - - -
    |
    -
    - "; - // line 18 - echo PhpMyAdmin\Url::getHiddenFields(twig_array_merge(twig_get_attribute($this->env, $this->source, ($context["navigation"] ?? null), "hidden_fields", [], "any", false, false, false, 18), ["session_max_rows" => twig_get_attribute($this->env, $this->source, // line 19 -($context["navigation"] ?? null), "session_max_rows", [], "any", false, false, false, 19), "pos" => "0"])); - // line 21 - echo " - env, ($context["unique_id"] ?? null), "html", null, true); - echo "\" class=\"showAllRows\" value=\"all\""; - // line 23 - echo ((twig_get_attribute($this->env, $this->source, ($context["navigation"] ?? null), "is_showing_all", [], "any", false, false, false, 23)) ? (" checked") : ("")); - echo "> - -
    -
    |
    -
    - -
    |
    -
    -
    -
    - -
    |
    -
    -
    -
    - "; - // line 44 - echo PhpMyAdmin\Url::getHiddenFields(twig_array_merge(twig_get_attribute($this->env, $this->source, ($context["navigation"] ?? null), "hidden_fields", [], "any", false, false, false, 44), ["pos" => twig_get_attribute($this->env, $this->source, // line 45 -($context["navigation"] ?? null), "pos", [], "any", false, false, false, 45), "unlim_num_rows" => // line 46 -($context["unlim_num_rows"] ?? null)])); - // line 47 - echo " - - - -
    -
    - "; -echo _gettext("Filter rows"); - // line 62 - echo ": - env, ($context["unique_id"] ?? null), "html", null, true); - echo "\"> - - "; - // line 67 - if ( !twig_test_empty(twig_get_attribute($this->env, $this->source, ($context["navigation"] ?? null), "sort_by_key", [], "any", false, false, false, 67))) { - // line 68 - echo "
    - "; - // line 69 - echo PhpMyAdmin\Url::getHiddenFields(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["navigation"] ?? null), "sort_by_key", [], "any", false, false, false, 69), "hidden_fields", [], "any", false, false, false, 69)); - echo " - "; -echo _gettext("Sort by key:"); - // line 71 - echo " -
    - "; - } - // line 78 - echo "
    - "; - } - $context["navigation_html"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset()); - // line 84 - echo " -"; - // line 85 - echo ($context["sql_query_message"] ?? null); - echo " - -"; - // line 87 - echo twig_escape_filter($this->env, ($context["navigation_html"] ?? null), "html", null, true); - echo " - -env, ($context["save_cells_at_once"] ?? null), "html", null, true); - echo "\"> -
    - "; - // line 91 - echo PhpMyAdmin\Url::getHiddenInputs(($context["db"] ?? null), ($context["table"] ?? null)); - echo " -
    - -"; - // line 94 - if ( !twig_test_empty(twig_get_attribute($this->env, $this->source, ($context["headers"] ?? null), "column_order", [], "any", false, false, false, 94))) { - // line 95 - echo " "; - if (twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["headers"] ?? null), "column_order", [], "any", false, false, false, 95), "order", [], "any", false, false, false, 95)) { - // line 96 - echo " env, twig_join_filter(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["headers"] ?? null), "column_order", [], "any", false, false, false, 96), "order", [], "any", false, false, false, 96), ","), "html", null, true); - echo "\"> - "; - } - // line 98 - echo " "; - if (twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["headers"] ?? null), "column_order", [], "any", false, false, false, 98), "visibility", [], "any", false, false, false, 98)) { - // line 99 - echo " env, twig_join_filter(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["headers"] ?? null), "column_order", [], "any", false, false, false, 99), "visibility", [], "any", false, false, false, 99), ","), "html", null, true); - echo "\"> - "; - } - // line 101 - echo " "; - if ( !twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["headers"] ?? null), "column_order", [], "any", false, false, false, 101), "is_view", [], "any", false, false, false, 101)) { - // line 102 - echo " env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["headers"] ?? null), "column_order", [], "any", false, false, false, 102), "table_create_time", [], "any", false, false, false, 102), "html", null, true); - echo "\"> - "; - } - } - // line 105 - echo " -"; - // line 106 - if ( !twig_test_empty(twig_get_attribute($this->env, $this->source, ($context["headers"] ?? null), "options", [], "any", false, false, false, 106))) { - // line 107 - echo "
    - "; - // line 108 - echo PhpMyAdmin\Url::getHiddenInputs(["db" => // line 109 -($context["db"] ?? null), "table" => // line 110 -($context["table"] ?? null), "sql_query" => // line 111 -($context["sql_query"] ?? null), "goto" => // line 112 -($context["goto"] ?? null), "display_options_form" => 1]); - // line 114 - echo " - - "; - // line 116 - if ((($context["default_sliders_state"] ?? null) != "disabled")) { - // line 117 - echo "
    - -
    -
    - "; - } - // line 124 - echo " -
    -
    -
    - env, ($context["unique_id"] ?? null), "html", null, true); - echo "\" value=\"P\""; - echo (((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["headers"] ?? null), "options", [], "any", false, false, false, 128), "pftext", [], "any", false, false, false, 128) == "P")) ? (" checked") : ("")); - echo "> - -
    -
    - env, ($context["unique_id"] ?? null), "html", null, true); - echo "\" value=\"F\""; - echo (((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["headers"] ?? null), "options", [], "any", false, false, false, 132), "pftext", [], "any", false, false, false, 132) == "F")) ? (" checked") : ("")); - echo "> - -
    -
    - - "; - // line 137 - if ((($context["relwork"] ?? null) && ($context["displaywork"] ?? null))) { - // line 138 - echo "
    -
    - env, ($context["unique_id"] ?? null), "html", null, true); - echo "\" value=\"K\""; - echo (((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["headers"] ?? null), "options", [], "any", false, false, false, 140), "relational_display", [], "any", false, false, false, 140) == "K")) ? (" checked") : ("")); - echo "> - -
    -
    - env, ($context["unique_id"] ?? null), "html", null, true); - echo "\" value=\"D\""; - echo (((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["headers"] ?? null), "options", [], "any", false, false, false, 144), "relational_display", [], "any", false, false, false, 144) == "D")) ? (" checked") : ("")); - echo "> - -
    -
    - "; - } - // line 149 - echo " -
    - env, ($context["unique_id"] ?? null), "html", null, true); - echo "\""; - // line 152 - echo (( !twig_test_empty(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["headers"] ?? null), "options", [], "any", false, false, false, 152), "display_binary", [], "any", false, false, false, 152))) ? (" checked") : ("")); - echo "> - - - env, ($context["unique_id"] ?? null), "html", null, true); - echo "\""; - // line 156 - echo (( !twig_test_empty(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["headers"] ?? null), "options", [], "any", false, false, false, 156), "display_blob", [], "any", false, false, false, 156))) ? (" checked") : ("")); - echo "> - -
    - - "; - // line 164 - echo "
    - env, ($context["unique_id"] ?? null), "html", null, true); - echo "\""; - // line 166 - echo (( !twig_test_empty(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["headers"] ?? null), "options", [], "any", false, false, false, 166), "hide_transformation", [], "any", false, false, false, 166))) ? (" checked") : ("")); - echo "> - -
    - -
    - "; - // line 171 - if (twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["headers"] ?? null), "options", [], "any", false, false, false, 171), "possible_as_geometry", [], "any", false, false, false, 171)) { - // line 172 - echo "
    - env, ($context["unique_id"] ?? null), "html", null, true); - echo "\" value=\"GEOM\""; - echo (((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["headers"] ?? null), "options", [], "any", false, false, false, 173), "geo_option", [], "any", false, false, false, 173) == "GEOM")) ? (" checked") : ("")); - echo "> - -
    - "; - } - // line 177 - echo "
    - env, ($context["unique_id"] ?? null), "html", null, true); - echo "\" value=\"WKT\""; - echo (((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["headers"] ?? null), "options", [], "any", false, false, false, 178), "geo_option", [], "any", false, false, false, 178) == "WKT")) ? (" checked") : ("")); - echo "> - -
    -
    - env, ($context["unique_id"] ?? null), "html", null, true); - echo "\" value=\"WKB\""; - echo (((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["headers"] ?? null), "options", [], "any", false, false, false, 182), "geo_option", [], "any", false, false, false, 182) == "WKB")) ? (" checked") : ("")); - echo "> - -
    -
    -
    -
    - -
    - -
    - "; - // line 192 - if ((($context["default_sliders_state"] ?? null) != "disabled")) { - // line 193 - echo "
    - "; - } - // line 195 - echo "
    -"; - } - // line 197 - echo " -"; - // line 198 - if (twig_get_attribute($this->env, $this->source, ($context["headers"] ?? null), "has_bulk_actions_form", [], "any", false, false, false, 198)) { - // line 199 - echo "
    env, ($context["unique_id"] ?? null), "html", null, true); - echo "\" class=\"ajax\"> - "; - // line 200 - echo PhpMyAdmin\Url::getHiddenInputs(($context["db"] ?? null), ($context["table"] ?? null), 1); - echo " - -"; - } - // line 203 - echo " -
    - env, ($context["unique_id"] ?? null), "html", null, true); - echo "\"> - - "; - // line 207 - echo twig_get_attribute($this->env, $this->source, ($context["headers"] ?? null), "button", [], "any", false, false, false, 207); - echo " - "; - // line 208 - echo twig_get_attribute($this->env, $this->source, ($context["headers"] ?? null), "table_headers_for_columns", [], "any", false, false, false, 208); - echo " - "; - // line 209 - echo twig_get_attribute($this->env, $this->source, ($context["headers"] ?? null), "column_at_right_side", [], "any", false, false, false, 209); - echo " - - - - - - "; - // line 215 - echo ($context["body"] ?? null); - echo " - -
    -
    - -"; - // line 220 - if ( !twig_test_empty(($context["bulk_links"] ?? null))) { - // line 221 - echo "
    - env, $this->extensions['PhpMyAdmin\Twig\AssetExtension']->getImagePath((("arrow_" . ($context["text_dir"] ?? null)) . ".png")), "html", null, true); - echo "\" width=\"38\" height=\"22\" alt=\""; -echo _gettext("With selected:"); - echo "\"> - env, ($context["unique_id"] ?? null), "html", null, true); - echo "_checkall\" class=\"checkall_box\" title=\""; -echo _gettext("Check all"); - echo "\"> - - "; -echo _gettext("With selected:"); - // line 225 - echo " - - - - - - - - "; - // line 239 - if (twig_get_attribute($this->env, $this->source, ($context["bulk_links"] ?? null), "has_export_button", [], "any", false, false, false, 239)) { - // line 240 - echo " - "; - } - // line 244 - echo "
    - - env, twig_get_attribute($this->env, $this->source, ($context["bulk_links"] ?? null), "clause_is_unique", [], "any", false, false, false, 246), "html", null, true); - echo "\"> - env, ($context["sql_query"] ?? null), "html", null, true); - echo "\"> -
    -"; - } - // line 250 - echo " -"; - // line 251 - echo twig_escape_filter($this->env, ($context["navigation_html"] ?? null), "html", null, true); - echo " - -"; - // line 253 - if ( !twig_test_empty(($context["operations"] ?? null))) { - // line 254 - echo "
    - "; -echo _gettext("Query results operations"); - // line 255 - echo " - - "; - // line 257 - if (twig_get_attribute($this->env, $this->source, ($context["operations"] ?? null), "has_print_link", [], "any", false, false, false, 257)) { - // line 258 - echo " - - "; - // line 260 - echo PhpMyAdmin\Html\Generator::linkOrButton("#", null, PhpMyAdmin\Html\Generator::getIcon("b_insrow", _gettext("Copy to clipboard"), true), ["id" => "copyToClipBoard", "class" => "btn"]); - // line 265 - echo " - "; - } - // line 267 - echo " - "; - // line 268 - if ( !twig_get_attribute($this->env, $this->source, ($context["operations"] ?? null), "has_procedure", [], "any", false, false, false, 268)) { - // line 269 - echo " "; - if (twig_get_attribute($this->env, $this->source, ($context["operations"] ?? null), "has_export_link", [], "any", false, false, false, 269)) { - // line 270 - echo " "; - echo PhpMyAdmin\Html\Generator::linkOrButton(PhpMyAdmin\Url::getFromRoute("/table/export"), twig_get_attribute($this->env, $this->source, // line 272 -($context["operations"] ?? null), "url_params", [], "any", false, false, false, 272), PhpMyAdmin\Html\Generator::getIcon("b_tblexport", _gettext("Export"), true), ["class" => "btn"]); - // line 275 - echo " - - "; - // line 277 - echo PhpMyAdmin\Html\Generator::linkOrButton(PhpMyAdmin\Url::getFromRoute("/table/chart"), twig_get_attribute($this->env, $this->source, // line 279 -($context["operations"] ?? null), "url_params", [], "any", false, false, false, 279), PhpMyAdmin\Html\Generator::getIcon("b_chart", _gettext("Display chart"), true), ["class" => "btn"]); - // line 282 - echo " - - "; - // line 284 - if (twig_get_attribute($this->env, $this->source, ($context["operations"] ?? null), "has_geometry", [], "any", false, false, false, 284)) { - // line 285 - echo " "; - echo PhpMyAdmin\Html\Generator::linkOrButton(PhpMyAdmin\Url::getFromRoute("/table/gis-visualization"), twig_get_attribute($this->env, $this->source, // line 287 -($context["operations"] ?? null), "url_params", [], "any", false, false, false, 287), PhpMyAdmin\Html\Generator::getIcon("b_globe", _gettext("Visualize GIS data"), true), ["class" => "btn"]); - // line 290 - echo " - "; - } - // line 292 - echo " "; - } - // line 293 - echo " - - "; - // line 295 - echo PhpMyAdmin\Html\Generator::linkOrButton(PhpMyAdmin\Url::getFromRoute("/view/create"), ["db" => // line 297 -($context["db"] ?? null), "table" => ($context["table"] ?? null), "sql_query" => ($context["sql_query"] ?? null), "printview" => true], PhpMyAdmin\Html\Generator::getIcon("b_view_add", _gettext("Create view"), true), ["class" => "btn create_view ajax"]); - // line 300 - echo " - - "; - } - // line 303 - echo "
    -"; - } - // line 305 - if (( !twig_test_empty(($context["operations"] ?? null)) && !twig_get_attribute($this->env, $this->source, ($context["operations"] ?? null), "has_procedure", [], "any", false, false, false, 305))) { - // line 306 - echo twig_include($this->env, $context, "modals/create_view.twig"); - echo " -"; - } - } - - public function getTemplateName() - { - return "display/results/table.twig"; - } - - public function isTraitable() - { - return false; - } - - public function getDebugInfo() - { - return array ( 739 => 306, 737 => 305, 733 => 303, 728 => 300, 726 => 297, 725 => 295, 721 => 293, 718 => 292, 714 => 290, 712 => 287, 710 => 285, 708 => 284, 704 => 282, 702 => 279, 701 => 277, 697 => 275, 695 => 272, 693 => 270, 690 => 269, 688 => 268, 685 => 267, 681 => 265, 679 => 260, 673 => 258, 671 => 257, 667 => 255, 663 => 254, 661 => 253, 656 => 251, 653 => 250, 647 => 247, 643 => 246, 639 => 244, 633 => 241, 628 => 240, 626 => 239, 620 => 236, 617 => 235, 610 => 232, 607 => 231, 600 => 228, 597 => 227, 592 => 225, 585 => 224, 579 => 223, 573 => 222, 570 => 221, 568 => 220, 560 => 215, 551 => 209, 547 => 208, 543 => 207, 538 => 205, 534 => 203, 529 => 201, 525 => 200, 520 => 199, 518 => 198, 515 => 197, 511 => 195, 507 => 193, 505 => 192, 501 => 190, 488 => 183, 482 => 182, 474 => 179, 468 => 178, 465 => 177, 457 => 174, 451 => 173, 448 => 172, 446 => 171, 437 => 167, 433 => 166, 430 => 165, 427 => 164, 419 => 157, 415 => 156, 412 => 155, 405 => 153, 401 => 152, 398 => 151, 394 => 149, 385 => 145, 379 => 144, 371 => 141, 365 => 140, 361 => 138, 359 => 137, 350 => 133, 344 => 132, 336 => 129, 330 => 128, 324 => 124, 319 => 122, 315 => 120, 310 => 118, 307 => 117, 305 => 116, 301 => 114, 299 => 112, 298 => 111, 297 => 110, 296 => 109, 295 => 108, 290 => 107, 288 => 106, 285 => 105, 278 => 102, 275 => 101, 269 => 99, 266 => 98, 260 => 96, 257 => 95, 255 => 94, 249 => 91, 244 => 89, 239 => 87, 234 => 85, 231 => 84, 223 => 78, 218 => 75, 205 => 73, 201 => 72, 198 => 71, 193 => 69, 188 => 68, 186 => 67, 179 => 64, 175 => 62, 167 => 57, 154 => 55, 149 => 54, 143 => 52, 141 => 51, 137 => 49, 132 => 47, 130 => 46, 129 => 45, 128 => 44, 124 => 43, 117 => 38, 108 => 32, 102 => 29, 92 => 24, 88 => 23, 85 => 22, 82 => 21, 80 => 19, 79 => 18, 75 => 17, 72 => 16, 70 => 15, 67 => 14, 63 => 12, 61 => 11, 56 => 9, 52 => 8, 48 => 7, 42 => 3, 39 => 2, 37 => 1,); - } - - public function getSourceContext() - { - return new Source("", "display/results/table.twig", "/home/arif/public_html/pma/templates/display/results/table.twig"); - } -} diff --git a/pma/tmp/twig/39/39295d6ffc8800d5bdceddfb1068bfc3.php b/pma/tmp/twig/39/39295d6ffc8800d5bdceddfb1068bfc3.php deleted file mode 100644 index c9856a5..0000000 --- a/pma/tmp/twig/39/39295d6ffc8800d5bdceddfb1068bfc3.php +++ /dev/null @@ -1,809 +0,0 @@ -source = $this->getSourceContext(); - - $this->parent = false; - - $this->blocks = [ - ]; - } - - protected function doDisplay(array $context, array $blocks = []) - { - $macros = $this->macros; - // line 2 - $context["ci"] = 0; - // line 3 - echo " -"; - // line 6 - $context["ci_offset"] = -1; - // line 7 - echo " - - "; - // line 10 - echo " "; - $this->loadTemplate("columns_definitions/column_name.twig", "columns_definitions/column_attributes.twig", 10)->display(twig_to_array(["column_number" => // line 11 -($context["column_number"] ?? null), "ci" => // line 12 -($context["ci"] ?? null), "ci_offset" => // line 13 -($context["ci_offset"] ?? null), "column_meta" => // line 14 -($context["column_meta"] ?? null), "has_central_columns_feature" => !(null === twig_get_attribute($this->env, $this->source, // line 15 -($context["relation_parameters"] ?? null), "centralColumnsFeature", [], "any", false, false, false, 15)), "max_rows" => // line 16 -($context["max_rows"] ?? null)])); - // line 18 - echo " "; - $context["ci"] = (($context["ci"] ?? null) + 1); - // line 19 - echo " - - - "; - // line 25 - $context["ci"] = (($context["ci"] ?? null) + 1); - // line 26 - echo " - - env, ($context["column_number"] ?? null), "html", null, true); - echo "_"; - echo twig_escape_filter($this->env, (($context["ci"] ?? null) - ($context["ci_offset"] ?? null)), "html", null, true); - echo "\" type=\"text\" name=\"field_length["; - echo twig_escape_filter($this->env, ($context["column_number"] ?? null), "html", null, true); - echo "]\" size=\""; - // line 29 - echo twig_escape_filter($this->env, ($context["length_values_input_size"] ?? null), "html", null, true); - echo "\" value=\""; - echo twig_escape_filter($this->env, ($context["length"] ?? null), "html", null, true); - echo "\" class=\"textfield\"> -

    env, ($context["column_number"] ?? null), "html", null, true); - echo "_"; - echo twig_escape_filter($this->env, (($context["ci"] ?? null) - ($context["ci_offset"] ?? null)), "html", null, true); - echo "\"> - "; -echo _gettext("Edit ENUM/SET values"); - // line 31 - echo " -

    - "; - // line 33 - $context["ci"] = (($context["ci"] ?? null) + 1); - // line 34 - echo " - - - "; - // line 55 - if ((($context["char_editing"] ?? null) == "textarea")) { - // line 56 - echo " - "; - } else { - // line 58 - echo " env, ($context["column_number"] ?? null), "html", null, true); - echo "]\" size=\"12\" value=\""; - echo twig_escape_filter($this->env, ($context["default_value"] ?? null), "html", null, true); - echo "\" class=\"textfield default_value\"> - "; - } - // line 60 - echo " "; - $context["ci"] = (($context["ci"] ?? null) + 1); - // line 61 - echo " - - "; - // line 64 - echo " - "; - // line 77 - $context["ci"] = (($context["ci"] ?? null) + 1); - // line 78 - echo " - - "; - // line 81 - echo " "; - $this->loadTemplate("columns_definitions/column_attribute.twig", "columns_definitions/column_attributes.twig", 81)->display(twig_to_array(["column_number" => // line 82 -($context["column_number"] ?? null), "ci" => // line 83 -($context["ci"] ?? null), "ci_offset" => // line 84 -($context["ci_offset"] ?? null), "column_meta" => // line 85 -($context["column_meta"] ?? null), "extracted_columnspec" => // line 86 -($context["extracted_columnspec"] ?? null), "submit_attribute" => // line 87 -($context["submit_attribute"] ?? null), "attribute_types" => // line 88 -($context["attribute_types"] ?? null)])); - // line 90 - echo " "; - $context["ci"] = (($context["ci"] ?? null) + 1); - // line 91 - echo " - - env, ($context["column_number"] ?? null), "html", null, true); - echo "]\" id=\"field_"; - echo twig_escape_filter($this->env, ($context["column_number"] ?? null), "html", null, true); - echo "_"; - echo twig_escape_filter($this->env, (($context["ci"] ?? null) - ($context["ci_offset"] ?? null)), "html", null, true); - echo "\" type=\"checkbox\" value=\"YES\" class=\"allow_null\""; - // line 94 - echo (((( !twig_test_empty((($__internal_compile_8 = ($context["column_meta"] ?? null)) && is_array($__internal_compile_8) || $__internal_compile_8 instanceof ArrayAccess ? ($__internal_compile_8["Null"] ?? null) : null)) && ((($__internal_compile_9 = ($context["column_meta"] ?? null)) && is_array($__internal_compile_9) || $__internal_compile_9 instanceof ArrayAccess ? ($__internal_compile_9["Null"] ?? null) : null) != "NO")) && ((($__internal_compile_10 = ($context["column_meta"] ?? null)) && is_array($__internal_compile_10) || $__internal_compile_10 instanceof ArrayAccess ? ($__internal_compile_10["Null"] ?? null) : null) != "NOT NULL"))) ? (" checked") : ("")); - echo "> - "; - // line 95 - $context["ci"] = (($context["ci"] ?? null) + 1); - // line 96 - echo " -"; - // line 97 - if ((array_key_exists("change_column", $context) && !twig_test_empty(($context["change_column"] ?? null)))) { - // line 98 - echo " "; - // line 99 - echo " - env, ($context["column_number"] ?? null), "html", null, true); - echo "]\" id=\"field_"; - echo twig_escape_filter($this->env, ($context["column_number"] ?? null), "html", null, true); - echo "_"; - echo twig_escape_filter($this->env, (($context["ci"] ?? null) - ($context["ci_offset"] ?? null)), "html", null, true); - echo "\" type=\"checkbox\" value=\"NULL\" class=\"allow_null\""; - // line 101 - if (($context["privs_available"] ?? null)) { - echo " checked>"; - } else { - // line 102 - echo " title=\""; -echo _gettext("You don't have sufficient privileges to perform this operation; Please refer to the documentation for more details"); - echo "\" disabled>"; - } - // line 104 - echo " "; - $context["ci"] = (($context["ci"] ?? null) + 1); - // line 105 - echo " -"; - } - // line 107 - if ( !($context["is_backup"] ?? null)) { - // line 108 - echo " "; - // line 109 - echo " - - "; - // line 133 - $context["ci"] = (($context["ci"] ?? null) + 1); - // line 134 - echo " -"; - } - // line 136 - echo " - env, ($context["column_number"] ?? null), "html", null, true); - echo "]\" id=\"field_"; - echo twig_escape_filter($this->env, ($context["column_number"] ?? null), "html", null, true); - echo "_"; - echo twig_escape_filter($this->env, (($context["ci"] ?? null) - ($context["ci_offset"] ?? null)), "html", null, true); - echo "\" type=\"checkbox\" value=\"AUTO_INCREMENT\""; - // line 138 - echo (((twig_get_attribute($this->env, $this->source, ($context["column_meta"] ?? null), "Extra", [], "array", true, true, false, 138) && (twig_lower_filter($this->env, (($__internal_compile_16 = ($context["column_meta"] ?? null)) && is_array($__internal_compile_16) || $__internal_compile_16 instanceof ArrayAccess ? ($__internal_compile_16["Extra"] ?? null) : null)) == "auto_increment"))) ? (" checked") : ("")); - echo "> - "; - // line 139 - $context["ci"] = (($context["ci"] ?? null) + 1); - // line 140 - echo " - - - "; - // line 145 - $context["ci"] = (($context["ci"] ?? null) + 1); - // line 146 - echo " - "; - // line 148 - if (($context["is_virtual_columns_supported"] ?? null)) { - // line 149 - echo " - - - "; - // line 162 - if ((($context["char_editing"] ?? null) == "textarea")) { - // line 163 - echo " - "; - } else { - // line 165 - echo " env, ($context["column_number"] ?? null), "html", null, true); - echo "]\" size=\"12\" value=\""; - ((twig_get_attribute($this->env, $this->source, ($context["column_meta"] ?? null), "Expression", [], "array", true, true, false, 165)) ? (print (twig_escape_filter($this->env, (($__internal_compile_23 = ($context["column_meta"] ?? null)) && is_array($__internal_compile_23) || $__internal_compile_23 instanceof ArrayAccess ? ($__internal_compile_23["Expression"] ?? null) : null), "html", null, true))) : (print (""))); - echo "\" placeholder=\""; -echo _gettext("Expression"); - echo "\" class=\"textfield expression\"> - "; - } - // line 167 - echo " "; - $context["ci"] = (($context["ci"] ?? null) + 1); - // line 168 - echo " -"; - } - // line 171 - if (array_key_exists("fields_meta", $context)) { - // line 172 - echo " "; - $context["current_index"] = 0; - // line 173 - echo " "; - $context["cols"] = (twig_length_filter($this->env, ($context["move_columns"] ?? null)) - 1); - // line 174 - echo " "; - $context["break"] = false; - // line 175 - echo " "; - $context['_parent'] = $context; - $context['_seq'] = twig_ensure_traversable(range(0, ($context["cols"] ?? null))); - foreach ($context['_seq'] as $context["_key"] => $context["mi"]) { - // line 176 - echo " "; - if (((twig_get_attribute($this->env, $this->source, (($__internal_compile_24 = ($context["move_columns"] ?? null)) && is_array($__internal_compile_24) || $__internal_compile_24 instanceof ArrayAccess ? ($__internal_compile_24[$context["mi"]] ?? null) : null), "name", [], "any", false, false, false, 176) == (($__internal_compile_25 = ($context["column_meta"] ?? null)) && is_array($__internal_compile_25) || $__internal_compile_25 instanceof ArrayAccess ? ($__internal_compile_25["Field"] ?? null) : null)) && !($context["break"] ?? null))) { - // line 177 - echo " "; - $context["current_index"] = $context["mi"]; - // line 178 - echo " "; - $context["break"] = true; - // line 179 - echo " "; - } - // line 180 - echo " "; - } - $_parent = $context['_parent']; - unset($context['_seq'], $context['_iterated'], $context['_key'], $context['mi'], $context['_parent'], $context['loop']); - $context = array_intersect_key($context, $_parent) + $_parent; - // line 181 - echo " - - - "; - // line 195 - $context["ci"] = (($context["ci"] ?? null) + 1); - // line 196 - echo " -"; - } - // line 198 - echo " -"; - // line 199 - if ((( !(null === twig_get_attribute($this->env, $this->source, ($context["relation_parameters"] ?? null), "browserTransformationFeature", [], "any", false, false, false, 199)) && !(null === twig_get_attribute($this->env, $this->source, ($context["relation_parameters"] ?? null), "columnCommentsFeature", [], "any", false, false, false, 199))) && ($context["browse_mime"] ?? null))) { - // line 200 - echo " - - "; - // line 213 - $context["ci"] = (($context["ci"] ?? null) + 1); - // line 214 - echo " - - - "; - // line 231 - $context["ci"] = (($context["ci"] ?? null) + 1); - // line 232 - echo " - - env, ($context["column_number"] ?? null), "html", null, true); - echo "_"; - echo twig_escape_filter($this->env, (($context["ci"] ?? null) - ($context["ci_offset"] ?? null)), "html", null, true); - echo "\" type=\"text\" name=\"field_transformation_options["; - echo twig_escape_filter($this->env, ($context["column_number"] ?? null), "html", null, true); - echo "]\" size=\"16\" class=\"textfield\" value=\""; - // line 235 - (((twig_get_attribute($this->env, $this->source, ($context["column_meta"] ?? null), "Field", [], "array", true, true, false, 235) && twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["mime_map"] ?? null), (($__internal_compile_53 = ($context["column_meta"] ?? null)) && is_array($__internal_compile_53) || $__internal_compile_53 instanceof ArrayAccess ? ($__internal_compile_53["Field"] ?? null) : null), [], "array", false, true, false, 235), "transformation_options", [], "array", true, true, false, 235))) ? (print (twig_escape_filter($this->env, (($__internal_compile_54 = (($__internal_compile_55 = ($context["mime_map"] ?? null)) && is_array($__internal_compile_55) || $__internal_compile_55 instanceof ArrayAccess ? ($__internal_compile_55[(($__internal_compile_56 = ($context["column_meta"] ?? null)) && is_array($__internal_compile_56) || $__internal_compile_56 instanceof ArrayAccess ? ($__internal_compile_56["Field"] ?? null) : null)] ?? null) : null)) && is_array($__internal_compile_54) || $__internal_compile_54 instanceof ArrayAccess ? ($__internal_compile_54["transformation_options"] ?? null) : null), "html", null, true))) : (print (""))); - echo "\"> - "; - // line 236 - $context["ci"] = (($context["ci"] ?? null) + 1); - // line 237 - echo " - - - "; - // line 252 - $context["ci"] = (($context["ci"] ?? null) + 1); - // line 253 - echo " - - env, ($context["column_number"] ?? null), "html", null, true); - echo "_"; - echo twig_escape_filter($this->env, (($context["ci"] ?? null) - ($context["ci_offset"] ?? null)), "html", null, true); - echo "\" type=\"text\" name=\"field_input_transformation_options["; - echo twig_escape_filter($this->env, ($context["column_number"] ?? null), "html", null, true); - echo "]\" size=\"16\" class=\"textfield\" value=\""; - // line 256 - (((twig_get_attribute($this->env, $this->source, ($context["column_meta"] ?? null), "Field", [], "array", true, true, false, 256) && twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["mime_map"] ?? null), (($__internal_compile_73 = ($context["column_meta"] ?? null)) && is_array($__internal_compile_73) || $__internal_compile_73 instanceof ArrayAccess ? ($__internal_compile_73["Field"] ?? null) : null), [], "array", false, true, false, 256), "input_transformation_options", [], "array", true, true, false, 256))) ? (print (twig_escape_filter($this->env, (($__internal_compile_74 = (($__internal_compile_75 = ($context["mime_map"] ?? null)) && is_array($__internal_compile_75) || $__internal_compile_75 instanceof ArrayAccess ? ($__internal_compile_75[(($__internal_compile_76 = ($context["column_meta"] ?? null)) && is_array($__internal_compile_76) || $__internal_compile_76 instanceof ArrayAccess ? ($__internal_compile_76["Field"] ?? null) : null)] ?? null) : null)) && is_array($__internal_compile_74) || $__internal_compile_74 instanceof ArrayAccess ? ($__internal_compile_74["input_transformation_options"] ?? null) : null), "html", null, true))) : (print (""))); - echo "\"> - "; - // line 257 - $context["ci"] = (($context["ci"] ?? null) + 1); - // line 258 - echo " -"; - } - } - - public function getTemplateName() - { - return "columns_definitions/column_attributes.twig"; - } - - public function isTraitable() - { - return false; - } - - public function getDebugInfo() - { - return array ( 785 => 258, 783 => 257, 779 => 256, 772 => 255, 768 => 253, 766 => 252, 763 => 251, 760 => 250, 751 => 247, 747 => 246, 746 => 245, 740 => 244, 737 => 243, 732 => 242, 730 => 241, 727 => 240, 718 => 239, 714 => 237, 712 => 236, 708 => 235, 701 => 234, 697 => 232, 695 => 231, 692 => 230, 689 => 229, 680 => 226, 676 => 225, 675 => 224, 674 => 223, 673 => 222, 667 => 221, 664 => 220, 659 => 219, 657 => 218, 654 => 217, 645 => 216, 641 => 214, 639 => 213, 636 => 212, 633 => 211, 624 => 208, 620 => 207, 619 => 206, 615 => 205, 610 => 204, 608 => 203, 599 => 201, 596 => 200, 594 => 199, 591 => 198, 587 => 196, 585 => 195, 582 => 194, 573 => 191, 569 => 190, 565 => 189, 561 => 188, 558 => 187, 553 => 185, 544 => 183, 540 => 181, 534 => 180, 531 => 179, 528 => 178, 525 => 177, 522 => 176, 517 => 175, 514 => 174, 511 => 173, 508 => 172, 506 => 171, 502 => 168, 499 => 167, 489 => 165, 481 => 163, 479 => 162, 475 => 160, 466 => 157, 460 => 156, 457 => 155, 454 => 154, 452 => 153, 449 => 152, 445 => 151, 437 => 150, 434 => 149, 432 => 148, 429 => 146, 427 => 145, 424 => 144, 422 => 143, 413 => 142, 409 => 140, 407 => 139, 403 => 138, 396 => 137, 393 => 136, 389 => 134, 387 => 133, 380 => 129, 375 => 128, 369 => 125, 364 => 124, 358 => 121, 353 => 120, 347 => 117, 342 => 116, 336 => 113, 331 => 112, 327 => 111, 319 => 110, 316 => 109, 314 => 108, 312 => 107, 308 => 105, 305 => 104, 300 => 102, 296 => 101, 289 => 100, 286 => 99, 284 => 98, 282 => 97, 279 => 96, 277 => 95, 273 => 94, 266 => 93, 262 => 91, 259 => 90, 257 => 88, 256 => 87, 255 => 86, 254 => 85, 253 => 84, 252 => 83, 251 => 82, 249 => 81, 245 => 78, 243 => 77, 240 => 76, 233 => 74, 226 => 72, 224 => 71, 221 => 70, 215 => 69, 211 => 68, 204 => 67, 200 => 66, 190 => 64, 186 => 61, 183 => 60, 175 => 58, 167 => 56, 165 => 55, 162 => 54, 154 => 50, 152 => 49, 146 => 46, 140 => 43, 137 => 42, 132 => 40, 129 => 39, 124 => 37, 116 => 36, 112 => 34, 110 => 33, 106 => 31, 99 => 30, 93 => 29, 86 => 28, 82 => 26, 80 => 25, 75 => 23, 71 => 22, 64 => 21, 60 => 19, 57 => 18, 55 => 16, 54 => 15, 53 => 14, 52 => 13, 51 => 12, 50 => 11, 48 => 10, 44 => 7, 42 => 6, 39 => 3, 37 => 2,); - } - - public function getSourceContext() - { - return new Source("", "columns_definitions/column_attributes.twig", "/home/arif/public_html/pma/templates/columns_definitions/column_attributes.twig"); - } -} diff --git a/pma/tmp/twig/3a/3a4c9b3b54214453506ca35e1e425b0c.php b/pma/tmp/twig/3a/3a4c9b3b54214453506ca35e1e425b0c.php deleted file mode 100644 index a7de0a5..0000000 --- a/pma/tmp/twig/3a/3a4c9b3b54214453506ca35e1e425b0c.php +++ /dev/null @@ -1,294 +0,0 @@ -source = $this->getSourceContext(); - - $this->parent = false; - - $this->blocks = [ - ]; - } - - protected function doDisplay(array $context, array $blocks = []) - { - $macros = $this->macros; - // line 1 - echo " - - - - "; - // line 5 - ob_start(function () { return ''; }); -echo _ngettext("%s table", "%s tables", abs( // line 6 -($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, twig_sprintf(($context["num_tables_trans"] ?? null), PhpMyAdmin\Util::formatNumber(($context["num_tables"] ?? null), 0)), "html", null, true); - echo " - - "; - // line 10 - if (($context["server_replica_status"] ?? null)) { - // line 11 - echo " "; -echo _gettext("Replication"); - echo " - "; - } - // 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 " env, ($context["sum_colspan"] ?? null), "html", null, true); - echo "\" class=\"d-print-none\">"; -echo _gettext("Sum"); - echo " - "; - // 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 (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_all" => "true"]; - // line 27 - echo " "; - } - // line 28 - echo " "; - if (($context["approx_rows"] ?? null)) { - // line 29 - echo " "; - ob_start(function () { return ''; }); - // line 30 - echo "~"; - // line 31 - echo twig_escape_filter($this->env, ($context["row_count_sum"] ?? null), "html", null, true); - // line 32 - echo ""; - $context["cell_text"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset()); - // line 34 - echo " "; - } else { - // line 35 - echo " "; - $context["cell_text"] = ($context["row_count_sum"] ?? null); - // line 36 - echo " "; - } - // line 37 - echo " "; - echo twig_escape_filter($this->env, ($context["cell_text"] ?? null), "html", null, true); - echo " - "; - // line 38 - if ( !(($context["properties_num_columns"] ?? null) > 1)) { - // line 39 - echo " "; - // line 40 - echo " "; - $context["default_engine"] = twig_get_attribute($this->env, $this->source, ($context["dbi"] ?? null), "fetchValue", [0 => "SELECT @@storage_engine;"], "method", false, false, false, 40); - // line 41 - echo " "; - if (twig_test_empty(($context["default_engine"] ?? null))) { - // line 42 - echo " "; - // line 43 - echo " "; - $context["default_engine"] = twig_get_attribute($this->env, $this->source, ($context["dbi"] ?? null), "fetchValue", [0 => "SELECT @@default_storage_engine;"], "method", false, false, false, 43); - // line 44 - echo " "; - } - // line 45 - echo " - env, twig_sprintf(_gettext("%s is the default storage engine on this MySQL server."), ($context["default_engine"] ?? null)), "html", null, true); - echo "\"> - "; - // line 47 - echo twig_escape_filter($this->env, ($context["default_engine"] ?? null), "html", null, true); - echo " - - - - "; - // line 51 - if ( !twig_test_empty(($context["database_collation"] ?? null))) { - // line 52 - echo " env, twig_get_attribute($this->env, $this->source, ($context["database_collation"] ?? null), "description", [], "any", false, false, false, 52), "html", null, true); - echo " ("; -echo _gettext("Default"); - echo ")\"> - "; - // line 53 - echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, ($context["database_collation"] ?? null), "name", [], "any", false, false, false, 53), "html", null, true); - echo " - - "; - } - // line 56 - echo " - "; - } - // line 58 - echo " - "; - // line 59 - if (($context["is_show_stats"] ?? null)) { - // line 60 - echo " "; - $context["sum"] = PhpMyAdmin\Util::formatByteDown(($context["sum_size"] ?? null), 3, 1); - // line 61 - echo " "; - $context["sum_formatted"] = (($__internal_compile_0 = ($context["sum"] ?? null)) && is_array($__internal_compile_0) || $__internal_compile_0 instanceof ArrayAccess ? ($__internal_compile_0[0] ?? null) : null); - // line 62 - echo " "; - $context["sum_unit"] = (($__internal_compile_1 = ($context["sum"] ?? null)) && is_array($__internal_compile_1) || $__internal_compile_1 instanceof ArrayAccess ? ($__internal_compile_1[1] ?? null) : null); - // line 63 - echo " "; - 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 " - - "; - // line 65 - $context["overhead"] = PhpMyAdmin\Util::formatByteDown(($context["overhead_size"] ?? null), 3, 1); - // line 66 - echo " "; - $context["overhead_formatted"] = (($__internal_compile_2 = ($context["overhead"] ?? null)) && is_array($__internal_compile_2) || $__internal_compile_2 instanceof ArrayAccess ? ($__internal_compile_2[0] ?? null) : null); - // line 67 - echo " "; - $context["overhead_unit"] = (($__internal_compile_3 = ($context["overhead"] ?? null)) && is_array($__internal_compile_3) || $__internal_compile_3 instanceof ArrayAccess ? ($__internal_compile_3[1] ?? null) : null); - // line 68 - echo " "; - 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 " - "; - } - // line 70 - echo " - "; - // line 71 - if (($context["show_charset"] ?? null)) { - // line 72 - echo " "; - echo twig_escape_filter($this->env, ($context["database_charset"] ?? null), "html", null, true); - echo " - "; - } - // line 74 - echo " "; - if (($context["show_comment"] ?? null)) { - // line 75 - echo " - "; - } - // line 77 - echo " "; - if (($context["show_creation"] ?? null)) { - // line 78 - echo " - "; - // line 79 - echo twig_escape_filter($this->env, ($context["create_time_all"] ?? null), "html", null, true); - echo " - - "; - } - // line 82 - echo " "; - if (($context["show_last_update"] ?? null)) { - // line 83 - echo " - "; - // line 84 - echo twig_escape_filter($this->env, ($context["update_time_all"] ?? null), "html", null, true); - echo " - - "; - } - // line 87 - echo " "; - if (($context["show_last_check"] ?? null)) { - // line 88 - echo " - "; - // line 89 - echo twig_escape_filter($this->env, ($context["check_time_all"] ?? null), "html", null, true); - echo " - - "; - } - // line 92 - echo " - -"; - } - - public function getTemplateName() - { - return "database/structure/body_for_table_summary.twig"; - } - - public function isTraitable() - { - return false; - } - - public function getDebugInfo() - { - return array ( 270 => 92, 264 => 89, 261 => 88, 258 => 87, 252 => 84, 249 => 83, 246 => 82, 240 => 79, 237 => 78, 234 => 77, 230 => 75, 227 => 74, 221 => 72, 219 => 71, 216 => 70, 208 => 68, 205 => 67, 202 => 66, 200 => 65, 192 => 63, 189 => 62, 186 => 61, 183 => 60, 181 => 59, 178 => 58, 174 => 56, 168 => 53, 161 => 52, 159 => 51, 152 => 47, 148 => 46, 145 => 45, 142 => 44, 139 => 43, 137 => 42, 134 => 41, 131 => 40, 129 => 39, 127 => 38, 122 => 37, 119 => 36, 116 => 35, 113 => 34, 110 => 32, 108 => 31, 104 => 30, 101 => 29, 98 => 28, 95 => 27, 93 => 24, 91 => 22, 88 => 21, 85 => 20, 83 => 19, 81 => 18, 74 => 17, 71 => 16, 68 => 15, 65 => 14, 62 => 13, 56 => 11, 54 => 10, 48 => 8, 45 => 6, 43 => 5, 37 => 1,); - } - - public function getSourceContext() - { - return new Source("", "database/structure/body_for_table_summary.twig", "/home/dev/web/arif.off/public_html/pma/templates/database/structure/body_for_table_summary.twig"); - } -} diff --git a/pma/tmp/twig/3e/3ec90923f5413fb14a0ff8b3901ef98d.php b/pma/tmp/twig/3e/3ec90923f5413fb14a0ff8b3901ef98d.php deleted file mode 100644 index 0e11961..0000000 --- a/pma/tmp/twig/3e/3ec90923f5413fb14a0ff8b3901ef98d.php +++ /dev/null @@ -1,820 +0,0 @@ -source = $this->getSourceContext(); - - $this->parent = false; - - $this->blocks = [ - ]; - } - - protected function doDisplay(array $context, array $blocks = []) - { - $macros = $this->macros; - // line 1 - echo "
    -

    - "; - // line 3 - echo PhpMyAdmin\Html\Generator::getIcon("s_db", ((($context["has_statistics"] ?? null)) ? (_gettext("Databases statistics")) : (_gettext("Databases")))); - echo " -

    - - "; - // line 6 - if (($context["is_create_database_shown"] ?? null)) { - // line 7 - echo "
    -
    - "; - // line 9 - echo PhpMyAdmin\Html\Generator::getIcon("b_newdb", _gettext("Create database")); - echo " - "; - // line 10 - echo PhpMyAdmin\Html\MySQLDocumentation::show("CREATE_DATABASE"); - echo " -
    -
    - "; - // line 13 - if (($context["has_create_database_privileges"] ?? null)) { - // line 14 - echo "
    - "; - // line 15 - echo PhpMyAdmin\Url::getHiddenInputs("", ""); - echo " - - "; - // line 17 - if (($context["has_statistics"] ?? null)) { - // line 18 - echo " - "; - } - // line 20 - echo " -
    - env, ($context["database_to_create"] ?? null), "html", null, true); - echo "\" id=\"text_create_db\" placeholder=\""; -echo _gettext("Database name"); - // line 24 - echo "\" aria-label=\""; -echo _gettext("Database name"); - echo "\" required> -
    - - "; - // line 27 - if ( !twig_test_empty(($context["charsets"] ?? null))) { - // line 28 - echo "
    - -
    - "; - } - // line 44 - echo " -
    - -
    -
    - "; - } else { - // line 50 - echo " "; - echo PhpMyAdmin\Html\Generator::getIcon("s_error", _gettext("No privileges to create databases")); - echo " - "; - } - // line 52 - echo "
    -
    - "; - } - // line 55 - echo " - "; - // line 56 - if ((($context["database_count"] ?? null) > 0)) { - // line 57 - echo "
    - "; - // line 58 - if (($context["is_drop_allowed"] ?? null)) { - // line 59 - echo "
    -
    -
    -
    - - -
    -
    - -
    -
    - "; - } - // line 73 - echo " -
    -
    - "; - // line 76 - echo PhpMyAdmin\Html\Generator::getImage("b_search", _gettext("Search")); - echo " - -
    -
    -
    - - "; - // line 82 - echo PhpMyAdmin\Html\Generator::getListNavigator( // line 83 -($context["database_count"] ?? null), // line 84 -($context["pos"] ?? null), // line 85 -($context["url_params"] ?? null), PhpMyAdmin\Url::getFromRoute("/server/databases"), "frame_content", // line 88 -($context["max_db_list"] ?? null)); - // line 89 - echo " - -
    - "; - // line 92 - echo PhpMyAdmin\Url::getHiddenInputs(($context["url_params"] ?? null)); - echo " -
    - - - - "; - // line 97 - if (($context["is_drop_allowed"] ?? null)) { - // line 98 - echo " - "; - } - // line 100 - echo " - - - - "; - // line 134 - if (($context["has_statistics"] ?? null)) { - // line 135 - echo " "; - $context['_parent'] = $context; - $context['_seq'] = twig_ensure_traversable(($context["header_statistics"] ?? null)); - foreach ($context['_seq'] as $context["name"] => $context["statistic"]) { - // line 136 - echo " env, $this->source, $context["statistic"], "format", [], "any", false, false, false, 136) == "byte")) ? (" colspan=\"2\"") : ("")); - echo "> - // line 138 -$context["name"], "sort_order" => ((((twig_get_attribute($this->env, $this->source, // line 139 -($context["url_params"] ?? null), "sort_by", [], "any", false, false, false, 139) == $context["name"]) && (twig_get_attribute($this->env, $this->source, // line 140 -($context["url_params"] ?? null), "sort_order", [], "any", false, false, false, 140) == "asc"))) ? ("desc") : ("asc"))])); - // line 141 - echo "\"> - "; - // line 142 - echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["statistic"], "title", [], "any", false, false, false, 142), "html", null, true); - echo " - "; - // line 143 - if ((twig_get_attribute($this->env, $this->source, ($context["url_params"] ?? null), "sort_by", [], "any", false, false, false, 143) == $context["name"])) { - // line 144 - echo " "; - if ((twig_get_attribute($this->env, $this->source, ($context["url_params"] ?? null), "sort_order", [], "any", false, false, false, 144) == "asc")) { - // line 145 - echo " "; - echo PhpMyAdmin\Html\Generator::getImage("s_asc", _gettext("Ascending")); - echo " - "; - } else { - // line 147 - echo " "; - echo PhpMyAdmin\Html\Generator::getImage("s_desc", _gettext("Descending")); - echo " - "; - } - // line 149 - echo " "; - } - // line 150 - echo " - - "; - } - $_parent = $context['_parent']; - unset($context['_seq'], $context['_iterated'], $context['name'], $context['statistic'], $context['_parent'], $context['loop']); - $context = array_intersect_key($context, $_parent) + $_parent; - // line 153 - echo " "; - } - // line 154 - echo " - "; - // line 155 - if (($context["has_primary_replication"] ?? null)) { - // line 156 - echo " - "; - } - // line 158 - echo " - "; - // line 159 - if (($context["has_replica_replication"] ?? null)) { - // line 160 - echo " - "; - } - // line 162 - echo " - - - - - - "; - // line 168 - $context['_parent'] = $context; - $context['_seq'] = twig_ensure_traversable(($context["databases"] ?? null)); - foreach ($context['_seq'] as $context["_key"] => $context["database"]) { - // line 169 - echo " env, $this->source, $context["database"], "is_system_schema", [], "any", false, false, false, 169) || twig_get_attribute($this->env, $this->source, $context["database"], "is_pmadb", [], "any", false, false, false, 169))) ? (" noclick") : ("")); - echo "\" data-filter-row=\""; - echo twig_escape_filter($this->env, twig_upper_filter($this->env, twig_get_attribute($this->env, $this->source, $context["database"], "name", [], "any", false, false, false, 169)), "html", null, true); - echo "\"> - "; - // line 170 - if (($context["is_drop_allowed"] ?? null)) { - // line 171 - echo " - "; - } - // line 178 - echo " - - - - - "; - // line 192 - if (($context["has_statistics"] ?? null)) { - // line 193 - echo " "; - $context['_parent'] = $context; - $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env, $this->source, $context["database"], "statistics", [], "any", false, false, false, 193)); - foreach ($context['_seq'] as $context["_key"] => $context["statistic"]) { - // line 194 - echo " "; - if ((twig_get_attribute($this->env, $this->source, $context["statistic"], "format", [], "any", false, false, false, 194) === "byte")) { - // line 195 - echo " "; - $context["value"] = PhpMyAdmin\Util::formatByteDown(twig_get_attribute($this->env, $this->source, $context["statistic"], "raw", [], "any", false, false, false, 195), 3, 1); - // line 196 - echo " - - "; - } else { - // line 203 - echo " - "; - } - // line 209 - echo " "; - } - $_parent = $context['_parent']; - unset($context['_seq'], $context['_iterated'], $context['_key'], $context['statistic'], $context['_parent'], $context['loop']); - $context = array_intersect_key($context, $_parent) + $_parent; - // line 210 - echo " "; - } - // line 211 - echo " - "; - // line 212 - if (twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["database"], "replication", [], "any", false, false, false, 212), "primary", [], "any", false, false, false, 212), "status", [], "any", false, false, false, 212)) { - // line 213 - echo " "; - if (twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["database"], "replication", [], "any", false, false, false, 213), "primary", [], "any", false, false, false, 213), "is_replicated", [], "any", false, false, false, 213)) { - // line 214 - echo " - "; - } else { - // line 218 - echo " - "; - } - // line 222 - echo " "; - } - // line 223 - echo " - "; - // line 224 - if (twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["database"], "replication", [], "any", false, false, false, 224), "replica", [], "any", false, false, false, 224), "status", [], "any", false, false, false, 224)) { - // line 225 - echo " "; - if (twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["database"], "replication", [], "any", false, false, false, 225), "replica", [], "any", false, false, false, 225), "is_replicated", [], "any", false, false, false, 225)) { - // line 226 - echo " - "; - } else { - // line 230 - echo " - "; - } - // line 234 - echo " "; - } - // line 235 - echo " - - - "; - } - $_parent = $context['_parent']; - unset($context['_seq'], $context['_iterated'], $context['_key'], $context['database'], $context['_parent'], $context['loop']); - $context = array_intersect_key($context, $_parent) + $_parent; - // line 248 - echo " - - - - - - "; - // line 259 - if (($context["has_statistics"] ?? null)) { - // line 260 - echo " "; - $context['_parent'] = $context; - $context['_seq'] = twig_ensure_traversable(($context["total_statistics"] ?? null)); - foreach ($context['_seq'] as $context["_key"] => $context["statistic"]) { - // line 261 - echo " "; - if ((twig_get_attribute($this->env, $this->source, $context["statistic"], "format", [], "any", false, false, false, 261) === "byte")) { - // line 262 - echo " "; - $context["value"] = PhpMyAdmin\Util::formatByteDown(twig_get_attribute($this->env, $this->source, $context["statistic"], "raw", [], "any", false, false, false, 262), 3, 1); - // line 263 - echo " - - "; - } else { - // line 270 - echo " - "; - } - // line 276 - echo " "; - } - $_parent = $context['_parent']; - unset($context['_seq'], $context['_iterated'], $context['_key'], $context['statistic'], $context['_parent'], $context['loop']); - $context = array_intersect_key($context, $_parent) + $_parent; - // line 277 - echo " "; - } - // line 278 - echo " - "; - // line 279 - if (($context["has_primary_replication"] ?? null)) { - // line 280 - echo " - "; - } - // line 282 - echo " - "; - // line 283 - if (($context["has_replica_replication"] ?? null)) { - // line 284 - echo " - "; - } - // line 286 - echo " - - - -
    - "SCHEMA_NAME", "sort_order" => ((((twig_get_attribute($this->env, $this->source, // line 103 -($context["url_params"] ?? null), "sort_by", [], "any", false, false, false, 103) == "SCHEMA_NAME") && (twig_get_attribute($this->env, $this->source, // line 104 -($context["url_params"] ?? null), "sort_order", [], "any", false, false, false, 104) == "asc"))) ? ("desc") : ("asc"))])); - // line 105 - echo "\"> - "; -echo _gettext("Database"); - // line 107 - echo " "; - if ((twig_get_attribute($this->env, $this->source, ($context["url_params"] ?? null), "sort_by", [], "any", false, false, false, 107) == "SCHEMA_NAME")) { - // line 108 - echo " "; - if ((twig_get_attribute($this->env, $this->source, ($context["url_params"] ?? null), "sort_order", [], "any", false, false, false, 108) == "asc")) { - // line 109 - echo " "; - echo PhpMyAdmin\Html\Generator::getImage("s_asc", _gettext("Ascending")); - echo " - "; - } else { - // line 111 - echo " "; - echo PhpMyAdmin\Html\Generator::getImage("s_desc", _gettext("Descending")); - echo " - "; - } - // line 113 - echo " "; - } - // line 114 - echo " - - "DEFAULT_COLLATION_NAME", "sort_order" => ((((twig_get_attribute($this->env, $this->source, // line 120 -($context["url_params"] ?? null), "sort_by", [], "any", false, false, false, 120) == "DEFAULT_COLLATION_NAME") && (twig_get_attribute($this->env, $this->source, // line 121 -($context["url_params"] ?? null), "sort_order", [], "any", false, false, false, 121) == "asc"))) ? ("desc") : ("asc"))])); - // line 122 - echo "\"> - "; -echo _gettext("Collation"); - // line 124 - echo " "; - if ((twig_get_attribute($this->env, $this->source, ($context["url_params"] ?? null), "sort_by", [], "any", false, false, false, 124) == "DEFAULT_COLLATION_NAME")) { - // line 125 - echo " "; - if ((twig_get_attribute($this->env, $this->source, ($context["url_params"] ?? null), "sort_order", [], "any", false, false, false, 125) == "asc")) { - // line 126 - echo " "; - echo PhpMyAdmin\Html\Generator::getImage("s_asc", _gettext("Ascending")); - echo " - "; - } else { - // line 128 - echo " "; - echo PhpMyAdmin\Html\Generator::getImage("s_desc", _gettext("Descending")); - echo " - "; - } - // line 130 - echo " "; - } - // line 131 - echo " - "; -echo _gettext("Primary replication"); - echo ""; -echo _gettext("Replica replication"); - echo ""; -echo _gettext("Action"); - // line 163 - echo "
    - env, twig_get_attribute($this->env, $this->source, $context["database"], "name", [], "any", false, false, false, 173), "html", null, true); - echo "\" value=\""; - // line 174 - echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["database"], "name", [], "any", false, false, false, 174), "html", null, true); - echo "\""; - // line 175 - echo (((twig_get_attribute($this->env, $this->source, $context["database"], "is_system_schema", [], "any", false, false, false, 175) || twig_get_attribute($this->env, $this->source, $context["database"], "is_pmadb", [], "any", false, false, false, 175))) ? (" disabled") : ("")); - echo "> - - env, twig_get_attribute($this->env, $this->source, $context["database"], "url", [], "any", false, false, false, 180), "html", null, true); - echo "\" title=\""; - // line 181 - echo twig_escape_filter($this->env, twig_sprintf(_gettext("Jump to database '%s'"), twig_get_attribute($this->env, $this->source, $context["database"], "name", [], "any", false, false, false, 181)), "html", null, true); - echo "\"> - "; - // line 182 - echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["database"], "name", [], "any", false, false, false, 182), "html", null, true); - echo " - - - env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["database"], "collation", [], "any", false, false, false, 187), "description", [], "any", false, false, false, 187), "html", null, true); - echo "\"> - "; - // line 188 - echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["database"], "collation", [], "any", false, false, false, 188), "name", [], "any", false, false, false, 188), "html", null, true); - echo " - - - env, twig_get_attribute($this->env, $this->source, $context["statistic"], "raw", [], "any", false, false, false, 197), "html", null, true); - echo "\" title=\""; - echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["statistic"], "raw", [], "any", false, false, false, 197), "html", null, true); - echo "\"> - "; - // line 198 - echo twig_escape_filter($this->env, (($__internal_compile_0 = ($context["value"] ?? null)) && is_array($__internal_compile_0) || $__internal_compile_0 instanceof ArrayAccess ? ($__internal_compile_0[0] ?? null) : null), "html", null, true); - echo " - - "; - // line 201 - echo twig_escape_filter($this->env, (($__internal_compile_1 = ($context["value"] ?? null)) && is_array($__internal_compile_1) || $__internal_compile_1 instanceof ArrayAccess ? ($__internal_compile_1[1] ?? null) : null), "html", null, true); - echo " - env, twig_get_attribute($this->env, $this->source, $context["statistic"], "raw", [], "any", false, false, false, 204), "html", null, true); - echo "\" title=\""; - echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["statistic"], "raw", [], "any", false, false, false, 204), "html", null, true); - echo "\"> - "; - // line 205 - echo twig_escape_filter($this->env, PhpMyAdmin\Util::formatNumber(twig_get_attribute($this->env, $this->source, $context["statistic"], "raw", [], "any", false, false, false, 205), 0), "html", null, true); - echo " - - - "; - // line 215 - echo PhpMyAdmin\Html\Generator::getIcon("s_success", _gettext("Replicated")); - echo " - - "; - // line 219 - echo PhpMyAdmin\Html\Generator::getIcon("s_cancel", _gettext("Not replicated")); - echo " - - "; - // line 227 - echo PhpMyAdmin\Html\Generator::getIcon("s_success", _gettext("Replicated")); - echo " - - "; - // line 231 - echo PhpMyAdmin\Html\Generator::getIcon("s_cancel", _gettext("Not replicated")); - echo " - - env, twig_get_attribute($this->env, $this->source, $context["database"], "name", [], "any", false, false, false, 238), "html", null, true); - echo "\" href=\""; - echo PhpMyAdmin\Url::getFromRoute("/server/privileges", ["db" => twig_get_attribute($this->env, $this->source, // line 239 -$context["database"], "name", [], "any", false, false, false, 239), "checkprivsdb" => twig_get_attribute($this->env, $this->source, // line 240 -$context["database"], "name", [], "any", false, false, false, 240)]); - // line 241 - echo "\" title=\""; - // line 242 - echo twig_escape_filter($this->env, twig_sprintf(_gettext("Check privileges for database \"%s\"."), twig_get_attribute($this->env, $this->source, $context["database"], "name", [], "any", false, false, false, 242)), "html", null, true); - echo "\"> - "; - // line 243 - echo PhpMyAdmin\Html\Generator::getIcon("s_rights", _gettext("Check privileges")); - echo " - -
    - "; -echo _gettext("Total:"); - // line 254 - echo " "; - // line 255 - echo twig_escape_filter($this->env, ($context["database_count"] ?? null), "html", null, true); - // line 256 - echo " - - env, twig_get_attribute($this->env, $this->source, $context["statistic"], "raw", [], "any", false, false, false, 264), "html", null, true); - echo "\" title=\""; - echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["statistic"], "raw", [], "any", false, false, false, 264), "html", null, true); - echo "\"> - "; - // line 265 - echo twig_escape_filter($this->env, (($__internal_compile_2 = ($context["value"] ?? null)) && is_array($__internal_compile_2) || $__internal_compile_2 instanceof ArrayAccess ? ($__internal_compile_2[0] ?? null) : null), "html", null, true); - echo " - - "; - // line 268 - echo twig_escape_filter($this->env, (($__internal_compile_3 = ($context["value"] ?? null)) && is_array($__internal_compile_3) || $__internal_compile_3 instanceof ArrayAccess ? ($__internal_compile_3[1] ?? null) : null), "html", null, true); - echo " - env, twig_get_attribute($this->env, $this->source, $context["statistic"], "raw", [], "any", false, false, false, 271), "html", null, true); - echo "\" title=\""; - echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["statistic"], "raw", [], "any", false, false, false, 271), "html", null, true); - echo "\"> - "; - // line 272 - echo twig_escape_filter($this->env, PhpMyAdmin\Util::formatNumber(twig_get_attribute($this->env, $this->source, $context["statistic"], "raw", [], "any", false, false, false, 272), 0), "html", null, true); - echo " - -
    -
    -
    - - "; - // line 294 - if ( !($context["has_statistics"] ?? null)) { - // line 295 - echo "
    -
    -
    - "; - // line 298 - echo PhpMyAdmin\Html\Generator::getIcon("s_notice", _gettext("Note: Enabling the database statistics here might cause heavy traffic between the web server and the MySQL server.")); - echo " -
    - "1"], "", false); - echo "\" title=\""; -echo _gettext("Enable statistics"); - echo "\"> - "; -echo _gettext("Enable statistics"); - // line 302 - echo " -
    -
    - "; - } - // line 306 - echo " "; - } else { - // line 307 - echo "
    - "; - // line 308 - echo PhpMyAdmin\Html\Generator::getIcon("s_notice", _gettext("No databases")); - echo " -
    - "; - } - // line 311 - echo "
    - -"; - // line 313 - if (($context["is_drop_allowed"] ?? null)) { - // line 314 - echo "
    -
    -
    -
    -
    "; -echo _gettext("Confirm"); - // line 318 - echo "
    - -
    -
    -
    - - -
    -
    -
    -
    -"; - } - } - - public function getTemplateName() - { - return "server/databases/index.twig"; - } - - public function isTraitable() - { - return false; - } - - public function getDebugInfo() - { - return array ( 792 => 324, 788 => 323, 781 => 319, 777 => 318, 770 => 314, 768 => 313, 764 => 311, 758 => 308, 755 => 307, 752 => 306, 746 => 302, 737 => 300, 732 => 298, 727 => 295, 725 => 294, 715 => 286, 711 => 284, 709 => 283, 706 => 282, 702 => 280, 700 => 279, 697 => 278, 694 => 277, 688 => 276, 681 => 272, 675 => 271, 672 => 270, 667 => 268, 661 => 265, 655 => 264, 652 => 263, 649 => 262, 646 => 261, 641 => 260, 639 => 259, 634 => 256, 632 => 255, 630 => 254, 625 => 252, 619 => 248, 608 => 243, 604 => 242, 602 => 241, 600 => 240, 599 => 239, 596 => 238, 592 => 235, 589 => 234, 583 => 231, 580 => 230, 574 => 227, 571 => 226, 568 => 225, 566 => 224, 563 => 223, 560 => 222, 554 => 219, 551 => 218, 545 => 215, 542 => 214, 539 => 213, 537 => 212, 534 => 211, 531 => 210, 525 => 209, 518 => 205, 512 => 204, 509 => 203, 504 => 201, 498 => 198, 492 => 197, 489 => 196, 486 => 195, 483 => 194, 478 => 193, 476 => 192, 469 => 188, 465 => 187, 457 => 182, 453 => 181, 450 => 180, 446 => 178, 440 => 175, 437 => 174, 434 => 173, 431 => 171, 429 => 170, 422 => 169, 418 => 168, 411 => 163, 407 => 162, 401 => 160, 399 => 159, 396 => 158, 390 => 156, 388 => 155, 385 => 154, 382 => 153, 374 => 150, 371 => 149, 365 => 147, 359 => 145, 356 => 144, 354 => 143, 350 => 142, 347 => 141, 345 => 140, 344 => 139, 343 => 138, 342 => 137, 337 => 136, 332 => 135, 330 => 134, 325 => 131, 322 => 130, 316 => 128, 310 => 126, 307 => 125, 304 => 124, 300 => 122, 298 => 121, 297 => 120, 296 => 118, 290 => 114, 287 => 113, 281 => 111, 275 => 109, 272 => 108, 269 => 107, 265 => 105, 263 => 104, 262 => 103, 261 => 101, 258 => 100, 254 => 98, 252 => 97, 244 => 92, 240 => 91, 236 => 89, 234 => 88, 233 => 85, 232 => 84, 231 => 83, 230 => 82, 221 => 77, 216 => 76, 211 => 73, 203 => 68, 200 => 67, 194 => 64, 186 => 59, 184 => 58, 181 => 57, 179 => 56, 176 => 55, 171 => 52, 165 => 50, 159 => 46, 154 => 44, 149 => 41, 142 => 39, 135 => 37, 133 => 36, 125 => 35, 121 => 34, 114 => 33, 110 => 32, 106 => 30, 102 => 29, 98 => 28, 96 => 27, 89 => 24, 85 => 23, 81 => 20, 77 => 18, 75 => 17, 70 => 15, 65 => 14, 63 => 13, 57 => 10, 53 => 9, 49 => 7, 47 => 6, 41 => 3, 37 => 1,); - } - - public function getSourceContext() - { - return new Source("", "server/databases/index.twig", "/home/dev/web/arif.off/public_html/pma/templates/server/databases/index.twig"); - } -} diff --git a/pma/tmp/twig/44/44466c43b0f59a566386436506dda3b7.php b/pma/tmp/twig/44/44466c43b0f59a566386436506dda3b7.php deleted file mode 100644 index f3780a6..0000000 --- a/pma/tmp/twig/44/44466c43b0f59a566386436506dda3b7.php +++ /dev/null @@ -1,80 +0,0 @@ -source = $this->getSourceContext(); - - $this->parent = false; - - $this->blocks = [ - ]; - } - - protected function doDisplay(array $context, array $blocks = []) - { - $macros = $this->macros; - // line 1 - $context['_parent'] = $context; - $context['_seq'] = twig_ensure_traversable(($context["tables"] ?? null)); - foreach ($context['_seq'] as $context["_key"] => $context["table"]) { - // line 2 - echo "
  • - - `"; - // line 4 - echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["table"], "db", [], "any", false, false, false, 4), "html", null, true); - echo "`.`"; - echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["table"], "table", [], "any", false, false, false, 4), "html", null, true); - echo "` - -
  • -"; - } - $_parent = $context['_parent']; - unset($context['_seq'], $context['_iterated'], $context['_key'], $context['table'], $context['_parent'], $context['loop']); - $context = array_intersect_key($context, $_parent) + $_parent; - } - - public function getTemplateName() - { - return "recent_favorite_table_recent.twig"; - } - - public function isTraitable() - { - return false; - } - - public function getDebugInfo() - { - return array ( 48 => 4, 44 => 3, 41 => 2, 37 => 1,); - } - - public function getSourceContext() - { - return new Source("", "recent_favorite_table_recent.twig", "/home/arif/public_html/pma/templates/recent_favorite_table_recent.twig"); - } -} diff --git a/pma/tmp/twig/44/4475121d07187dd5263ce3735f68b0ff.php b/pma/tmp/twig/44/4475121d07187dd5263ce3735f68b0ff.php deleted file mode 100644 index 4a53aa6..0000000 --- a/pma/tmp/twig/44/4475121d07187dd5263ce3735f68b0ff.php +++ /dev/null @@ -1,476 +0,0 @@ -source = $this->getSourceContext(); - - $this->parent = false; - - $this->blocks = [ - ]; - } - - protected function doDisplay(array $context, array $blocks = []) - { - $macros = $this->macros; - // line 1 - echo "
    -
    - "; -echo _gettext("Information"); - // line 3 - echo " - "; - // 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 - echo "

    - "; -echo _gettext("Table comments:"); - // line 6 - echo " - "; - // line 7 - echo twig_escape_filter($this->env, (($__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); - echo " -

    - "; - } - // line 10 - echo " - - "; - // line 12 - if (( !($context["tbl_is_view"] ?? null) && !($context["db_is_system_schema"] ?? null))) { - // line 13 - echo " - - - - - - - - - "; - // line 22 - if (array_key_exists("index_size", $context)) { - // line 23 - echo " - - - - - "; - } - // line 29 - echo " - "; - // line 30 - if (array_key_exists("free_size", $context)) { - // line 31 - echo " - - - - - - - - - - "; - } - // line 42 - echo " - "; - // line 43 - if ((array_key_exists("tot_size", $context) && (($context["mergetable"] ?? null) == false))) { - // line 44 - echo " - - - - - "; - } - // line 50 - echo " - - "; - // line 53 - echo " "; - 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 - echo " - - - - - "; - } - // line 74 - echo "
    "; -echo _gettext("Space usage"); - // line 14 - echo "
    "; -echo _gettext("Data"); - // line 17 - echo ""; - // line 18 - echo twig_escape_filter($this->env, ($context["data_size"] ?? null), "html", null, true); - echo ""; - // line 19 - echo twig_escape_filter($this->env, ($context["data_unit"] ?? null), "html", null, true); - echo "
    "; -echo _gettext("Index"); - // line 24 - echo ""; - // line 25 - echo twig_escape_filter($this->env, ($context["index_size"] ?? null), "html", null, true); - echo ""; - // line 26 - echo twig_escape_filter($this->env, ($context["index_unit"] ?? null), "html", null, true); - echo "
    "; -echo _gettext("Overhead"); - // line 32 - echo ""; - // line 33 - echo twig_escape_filter($this->env, ($context["free_size"] ?? null), "html", null, true); - echo ""; - // line 34 - echo twig_escape_filter($this->env, ($context["free_unit"] ?? null), "html", null, true); - echo "
    "; -echo _gettext("Effective"); - // line 37 - echo ""; - // line 38 - echo twig_escape_filter($this->env, ($context["effect_size"] ?? null), "html", null, true); - echo ""; - // line 39 - echo twig_escape_filter($this->env, ($context["effect_unit"] ?? null), "html", null, true); - echo "
    "; -echo _gettext("Total"); - // line 45 - echo ""; - // line 46 - echo twig_escape_filter($this->env, ($context["tot_size"] ?? null), "html", null, true); - echo ""; - // line 47 - echo twig_escape_filter($this->env, ($context["tot_unit"] ?? null), "html", null, true); - echo "
    - // 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 - echo "\"> - "; - // line 68 - echo PhpMyAdmin\Html\Generator::getIcon("b_tbloptimize", _gettext("Optimize table")); - echo " - -
    - "; - } - // line 76 - echo " - "; - // line 77 - $context["avg_size"] = ((array_key_exists("avg_size", $context)) ? (($context["avg_size"] ?? null)) : (null)); - // line 78 - echo " "; - $context["avg_unit"] = ((array_key_exists("avg_unit", $context)) ? (($context["avg_unit"] ?? null)) : (null)); - // line 79 - echo " - - - "; - // line 82 - if (twig_get_attribute($this->env, $this->source, ($context["showtable"] ?? null), "Row_format", [], "array", true, true, false, 82)) { - // line 83 - echo " - - "; - // 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 - echo " - "; - } 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 - echo " - "; - } else { - // line 90 - echo " - "; - } - // line 92 - echo " - "; - } - // line 94 - echo " - "; - // line 95 - if ( !twig_test_empty((($__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 - echo " - - "; - // 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 - echo " - "; - } else { - // line 101 - echo " - "; - } - // line 103 - echo " - "; - } - // line 105 - echo " - "; - // line 106 - if ( !twig_test_empty(($context["table_collation"] ?? null))) { - // line 107 - echo " - - - - "; - } - // line 116 - echo " - "; - // line 117 - if (( !($context["is_innodb"] ?? null) && twig_get_attribute($this->env, $this->source, ($context["showtable"] ?? null), "Rows", [], "array", true, true, false, 117))) { - // line 118 - echo " - - - - "; - } - // line 123 - echo " - "; - // line 124 - if ((( !($context["is_innodb"] ?? null) && twig_get_attribute($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 - echo " - - "; - // 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 - echo " - - "; - } - // line 133 - echo " - "; - // line 134 - if ((((( !($context["is_innodb"] ?? null) && twig_get_attribute($this->env, $this->source, // line 135 -($context["showtable"] ?? null), "Data_length", [], "array", true, true, false, 135)) && twig_get_attribute($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 - echo " - - - - "; - } - // line 144 - echo " - "; - // line 145 - if (twig_get_attribute($this->env, $this->source, ($context["showtable"] ?? null), "Auto_increment", [], "array", true, true, false, 145)) { - // line 146 - echo " - - - - "; - } - // line 151 - echo " - "; - // line 152 - if (twig_get_attribute($this->env, $this->source, ($context["showtable"] ?? null), "Create_time", [], "array", true, true, false, 152)) { - // line 153 - echo " - - - - "; - } - // line 158 - echo " - "; - // line 159 - if (twig_get_attribute($this->env, $this->source, ($context["showtable"] ?? null), "Update_time", [], "array", true, true, false, 159)) { - // line 160 - echo " - - - - "; - } - // line 165 - echo " - "; - // line 166 - if (twig_get_attribute($this->env, $this->source, ($context["showtable"] ?? null), "Check_time", [], "array", true, true, false, 166)) { - // line 167 - echo " - - - - "; - } - // line 172 - echo " -
    "; -echo _gettext("Row statistics"); - // line 80 - echo "
    "; -echo _gettext("Format"); - // line 84 - echo ""; -echo _gettext("static"); - echo ""; -echo _gettext("dynamic"); - echo ""; - echo twig_escape_filter($this->env, (($__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); - echo "
    "; -echo _gettext("Options"); - // line 97 - echo ""; -echo _gettext("partitioned"); - echo ""; - echo twig_escape_filter($this->env, (($__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); - echo "
    "; -echo _gettext("Collation"); - // line 108 - echo " - env, twig_get_attribute($this->env, $this->source, ($context["table_collation"] ?? null), "description", [], "any", false, false, false, 110), "html", null, true); - echo "\"> - "; - // line 111 - echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, ($context["table_collation"] ?? null), "name", [], "any", false, false, false, 111), "html", null, true); - echo " - -
    "; -echo _gettext("Rows"); - // line 119 - echo ""; - // line 120 - echo twig_escape_filter($this->env, 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); - echo "
    "; -echo _gettext("Row length"); - // line 128 - echo ""; - echo twig_escape_filter($this->env, (($__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); - echo " "; - echo twig_escape_filter($this->env, (($__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); - echo "
    "; -echo _gettext("Row size"); - // line 140 - echo ""; - // line 141 - echo twig_escape_filter($this->env, ($context["avg_size"] ?? null), "html", null, true); - echo " "; - echo twig_escape_filter($this->env, ($context["avg_unit"] ?? null), "html", null, true); - echo "
    "; -echo _gettext("Next autoindex"); - // line 147 - echo ""; - // line 148 - echo twig_escape_filter($this->env, 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); - echo "
    "; -echo _gettext("Creation"); - // line 154 - echo ""; - // line 155 - echo twig_escape_filter($this->env, PhpMyAdmin\Util::localisedDate(twig_date_format_filter($this->env, (($__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); - echo "
    "; -echo _gettext("Last update"); - // line 161 - echo ""; - // line 162 - echo twig_escape_filter($this->env, PhpMyAdmin\Util::localisedDate(twig_date_format_filter($this->env, (($__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); - echo "
    "; -echo _gettext("Last check"); - // line 168 - echo ""; - // line 169 - echo twig_escape_filter($this->env, PhpMyAdmin\Util::localisedDate(twig_date_format_filter($this->env, (($__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); - echo "
    -
    -
    -"; - } - - public function getTemplateName() - { - return "table/structure/display_table_stats.twig"; - } - - public function isTraitable() - { - return false; - } - - public function getDebugInfo() - { - return array ( 450 => 172, 444 => 169, 441 => 168, 437 => 167, 435 => 166, 432 => 165, 426 => 162, 423 => 161, 419 => 160, 417 => 159, 414 => 158, 408 => 155, 405 => 154, 401 => 153, 399 => 152, 396 => 151, 390 => 148, 387 => 147, 383 => 146, 381 => 145, 378 => 144, 370 => 141, 367 => 140, 363 => 139, 361 => 138, 360 => 137, 359 => 136, 358 => 135, 357 => 134, 354 => 133, 345 => 130, 343 => 129, 340 => 128, 336 => 127, 334 => 126, 333 => 125, 332 => 124, 329 => 123, 323 => 120, 320 => 119, 316 => 118, 314 => 117, 311 => 116, 303 => 111, 299 => 110, 295 => 108, 291 => 107, 289 => 106, 286 => 105, 282 => 103, 276 => 101, 270 => 99, 268 => 98, 265 => 97, 261 => 96, 259 => 95, 256 => 94, 252 => 92, 246 => 90, 240 => 88, 238 => 87, 233 => 86, 231 => 85, 228 => 84, 224 => 83, 222 => 82, 218 => 80, 214 => 79, 211 => 78, 209 => 77, 206 => 76, 202 => 74, 193 => 68, 190 => 67, 188 => 65, 187 => 64, 186 => 63, 183 => 62, 178 => 59, 176 => 58, 175 => 57, 174 => 56, 173 => 55, 172 => 54, 170 => 53, 166 => 50, 160 => 47, 156 => 46, 153 => 45, 149 => 44, 147 => 43, 144 => 42, 138 => 39, 134 => 38, 131 => 37, 124 => 34, 120 => 33, 117 => 32, 113 => 31, 111 => 30, 108 => 29, 102 => 26, 98 => 25, 95 => 24, 91 => 23, 89 => 22, 83 => 19, 79 => 18, 76 => 17, 70 => 14, 66 => 13, 64 => 12, 60 => 10, 54 => 7, 51 => 6, 47 => 5, 45 => 4, 42 => 3, 37 => 1,); - } - - public function getSourceContext() - { - return new Source("", "table/structure/display_table_stats.twig", "/home/arif/public_html/pma/templates/table/structure/display_table_stats.twig"); - } -} diff --git a/pma/tmp/twig/46/466e9e894ce09b5e77ce9d7c1a830775.php b/pma/tmp/twig/46/466e9e894ce09b5e77ce9d7c1a830775.php deleted file mode 100644 index c07b74a..0000000 --- a/pma/tmp/twig/46/466e9e894ce09b5e77ce9d7c1a830775.php +++ /dev/null @@ -1,77 +0,0 @@ -source = $this->getSourceContext(); - - $this->parent = false; - - $this->blocks = [ - ]; - } - - protected function doDisplay(array $context, array $blocks = []) - { - $macros = $this->macros; - // line 1 - echo "
  • - "; - // line 2 - if (($context["is_recent"] ?? null)) { - // line 3 - echo " "; -echo _gettext("There are no recent tables."); - // line 4 - echo " "; - } else { - // line 5 - echo " "; -echo _gettext("There are no favorite tables."); - // line 6 - echo " "; - } - // line 7 - echo "
  • -"; - } - - public function getTemplateName() - { - return "recent_favorite_table_no_tables.twig"; - } - - public function isTraitable() - { - return false; - } - - public function getDebugInfo() - { - return array ( 54 => 7, 51 => 6, 48 => 5, 45 => 4, 42 => 3, 40 => 2, 37 => 1,); - } - - public function getSourceContext() - { - return new Source("", "recent_favorite_table_no_tables.twig", "/home/arif/public_html/pma/templates/recent_favorite_table_no_tables.twig"); - } -} diff --git a/pma/tmp/twig/47/47a1206967cbe67727a96aded1e567ad.php b/pma/tmp/twig/47/47a1206967cbe67727a96aded1e567ad.php deleted file mode 100644 index 7de8fb3..0000000 --- a/pma/tmp/twig/47/47a1206967cbe67727a96aded1e567ad.php +++ /dev/null @@ -1,83 +0,0 @@ -source = $this->getSourceContext(); - - $this->parent = false; - - $this->blocks = [ - ]; - } - - protected function doDisplay(array $context, array $blocks = []) - { - $macros = $this->macros; - // line 1 - echo "
    -
    -
    -
    -
    - -
    -
    -
    - - -
    -
    -
    -
    "; - } - - public function getTemplateName() - { - return "database/structure/bulk_action_modal.twig"; - } - - public function isTraitable() - { - return false; - } - - public function getDebugInfo() - { - return array ( 57 => 12, 53 => 11, 46 => 7, 37 => 1,); - } - - public function getSourceContext() - { - return new Source("", "database/structure/bulk_action_modal.twig", "/home/dev/web/arif.off/public_html/pma/templates/database/structure/bulk_action_modal.twig"); - } -} diff --git a/pma/tmp/twig/4a/4a3c52a92a18817df906b05974d44c63.php b/pma/tmp/twig/4a/4a3c52a92a18817df906b05974d44c63.php deleted file mode 100644 index bdb7022..0000000 --- a/pma/tmp/twig/4a/4a3c52a92a18817df906b05974d44c63.php +++ /dev/null @@ -1,232 +0,0 @@ -source = $this->getSourceContext(); - - $this->parent = false; - - $this->blocks = [ - ]; - } - - protected function doDisplay(array $context, array $blocks = []) - { - $macros = $this->macros; - // line 1 - echo "
    - env, $this->extensions['PhpMyAdmin\Twig\AssetExtension']->getImagePath((("arrow_" . ($context["text_dir"] ?? null)) . ".png")), "html", null, true); - echo "\" width=\"38\" height=\"22\" alt=\""; -echo _gettext("With selected:"); - echo "\"> - - - "; - // line 5 - if ((($context["overhead_check"] ?? null) != "")) { - // line 6 - echo " / "; -echo _gettext("Check tables having overhead"); - echo " - "; - } - // line 8 - echo " - "; - // line 39 - echo twig_join_filter(($context["hidden_fields"] ?? null), " -"); - echo " -
    - -"; - // line 42 - if ((array_key_exists("central_columns_work", $context) && ($context["central_columns_work"] ?? null))) { - // line 43 - echo "
    -
    -
    -
    -
    "; -echo _gettext("Are you sure?"); - // line 48 - echo "
    - -
    -
    - "; - // line 52 - echo PhpMyAdmin\Sanitize::sanitizeMessage(_gettext("This action may change some of the columns definition.[br]Are you sure you want to continue?")); - echo " -
    -
    - - -
    -
    -
    -
    -"; - } - } - - public function getTemplateName() - { - return "database/structure/check_all_tables.twig"; - } - - public function isTraitable() - { - return false; - } - - public function getDebugInfo() - { - return array ( 204 => 56, 200 => 55, 193 => 52, 188 => 49, 184 => 48, 176 => 43, 174 => 42, 167 => 39, 164 => 38, 159 => 35, 155 => 34, 151 => 33, 145 => 32, 142 => 31, 137 => 28, 133 => 27, 129 => 26, 125 => 25, 120 => 23, 116 => 22, 112 => 21, 108 => 20, 104 => 19, 100 => 18, 95 => 16, 91 => 15, 85 => 14, 83 => 13, 80 => 12, 76 => 11, 72 => 10, 66 => 9, 62 => 8, 56 => 6, 54 => 5, 51 => 4, 47 => 3, 40 => 2, 37 => 1,); - } - - public function getSourceContext() - { - return new Source("", "database/structure/check_all_tables.twig", "/home/dev/web/arif.off/public_html/pma/templates/database/structure/check_all_tables.twig"); - } -} diff --git a/pma/tmp/twig/4e/4ea141783efb872bb5ec060ba4e07cd4.php b/pma/tmp/twig/4e/4ea141783efb872bb5ec060ba4e07cd4.php deleted file mode 100644 index b19e861..0000000 --- a/pma/tmp/twig/4e/4ea141783efb872bb5ec060ba4e07cd4.php +++ /dev/null @@ -1,86 +0,0 @@ -source = $this->getSourceContext(); - - $this->parent = false; - - $this->blocks = [ - ]; - } - - protected function doDisplay(array $context, array $blocks = []) - { - $macros = $this->macros; - // line 1 - echo "
    -
    -
    -
    -
    "; -echo _gettext("Create view"); - // line 5 - echo "
    - -
    -
    -
    - - -
    -
    -
    -
    -"; - } - - public function getTemplateName() - { - return "modals/create_view.twig"; - } - - public function isTraitable() - { - return false; - } - - public function getDebugInfo() - { - return array ( 59 => 11, 55 => 10, 48 => 6, 44 => 5, 37 => 1,); - } - - public function getSourceContext() - { - return new Source("", "modals/create_view.twig", "/home/arif/public_html/pma/templates/modals/create_view.twig"); - } -} diff --git a/pma/tmp/twig/4f/4fa1721a214ea59e54314d88adb4bb84.php b/pma/tmp/twig/4f/4fa1721a214ea59e54314d88adb4bb84.php deleted file mode 100644 index 419886c..0000000 --- a/pma/tmp/twig/4f/4fa1721a214ea59e54314d88adb4bb84.php +++ /dev/null @@ -1,120 +0,0 @@ -source = $this->getSourceContext(); - - $this->parent = false; - - $this->blocks = [ - ]; - } - - protected function doDisplay(array $context, array $blocks = []) - { - $macros = $this->macros; - // line 1 - if ((array_key_exists("submit_attribute", $context) && (($context["submit_attribute"] ?? null) != false))) { - // line 2 - echo " "; - $context["attribute"] = ($context["submit_attribute"] ?? null); - // line 3 - echo " "; - } elseif ((twig_get_attribute($this->env, $this->source, // line 4 -($context["column_meta"] ?? null), "Extra", [], "array", true, true, false, 4) && (twig_in_filter("on update current_timestamp", (($__internal_compile_0 = // line 5 -($context["column_meta"] ?? null)) && is_array($__internal_compile_0) || $__internal_compile_0 instanceof ArrayAccess ? ($__internal_compile_0["Extra"] ?? null) : null)) || twig_in_filter("on update current_timestamp()", twig_lower_filter($this->env, (($__internal_compile_1 = ($context["column_meta"] ?? null)) && is_array($__internal_compile_1) || $__internal_compile_1 instanceof ArrayAccess ? ($__internal_compile_1["Extra"] ?? null) : null)))))) { - // line 6 - echo " "; - $context["attribute"] = "on update CURRENT_TIMESTAMP"; - } elseif (twig_get_attribute($this->env, $this->source, // line 7 -($context["extracted_columnspec"] ?? null), "attribute", [], "array", true, true, false, 7)) { - // line 8 - echo " "; - $context["attribute"] = (($__internal_compile_2 = ($context["extracted_columnspec"] ?? null)) && is_array($__internal_compile_2) || $__internal_compile_2 instanceof ArrayAccess ? ($__internal_compile_2["attribute"] ?? null) : null); - } else { - // line 10 - echo " "; - $context["attribute"] = ""; - } - // line 12 - $context["attribute"] = twig_upper_filter($this->env, ($context["attribute"] ?? null)); - // line 13 - echo " -"; - } - - public function getTemplateName() - { - return "columns_definitions/column_attribute.twig"; - } - - public function isTraitable() - { - return false; - } - - public function getDebugInfo() - { - return array ( 97 => 22, 88 => 19, 84 => 18, 80 => 17, 75 => 16, 73 => 15, 67 => 14, 62 => 13, 60 => 12, 56 => 10, 52 => 8, 50 => 7, 47 => 6, 45 => 5, 44 => 4, 42 => 3, 39 => 2, 37 => 1,); - } - - public function getSourceContext() - { - return new Source("", "columns_definitions/column_attribute.twig", "/home/dev/web/arif.off/public_html/pma/templates/columns_definitions/column_attribute.twig"); - } -} diff --git a/pma/tmp/twig/54/544f8ceafa5b925f0d56ec4f92e2bead.php b/pma/tmp/twig/54/544f8ceafa5b925f0d56ec4f92e2bead.php deleted file mode 100644 index b135d8b..0000000 --- a/pma/tmp/twig/54/544f8ceafa5b925f0d56ec4f92e2bead.php +++ /dev/null @@ -1,90 +0,0 @@ -source = $this->getSourceContext(); - - $this->parent = false; - - $this->blocks = [ - ]; - } - - protected function doDisplay(array $context, array $blocks = []) - { - $macros = $this->macros; - // line 1 - echo "
    -
    -
    -
    -
    "; -echo _gettext("Loading"); - // line 5 - echo "
    - -
    -
    - -
    
    -        
    -
    -
    - - -
    -
    -
    -
    -"; - } - - public function getTemplateName() - { - return "modals/preview_sql_confirmation.twig"; - } - - public function isTraitable() - { - return false; - } - - public function getDebugInfo() - { - return array ( 63 => 15, 59 => 14, 48 => 6, 44 => 5, 37 => 1,); - } - - public function getSourceContext() - { - return new Source("", "modals/preview_sql_confirmation.twig", "/home/arif/public_html/pma/templates/modals/preview_sql_confirmation.twig"); - } -} diff --git a/pma/tmp/twig/54/54ab9bdd2b57d903c527e0edab868c42.php b/pma/tmp/twig/54/54ab9bdd2b57d903c527e0edab868c42.php deleted file mode 100644 index 1c41662..0000000 --- a/pma/tmp/twig/54/54ab9bdd2b57d903c527e0edab868c42.php +++ /dev/null @@ -1,99 +0,0 @@ -source = $this->getSourceContext(); - - $this->parent = false; - - $this->blocks = [ - ]; - } - - protected function doDisplay(array $context, array $blocks = []) - { - $macros = $this->macros; - // line 1 - if (($context["url_params"] ?? null)) { - // line 2 - echo "
  • -
    - "; - // line 4 - echo PhpMyAdmin\Url::getHiddenInputs(($context["url_params"] ?? null)); - echo " -
    - - -
    -
    -
  • -"; - } - } - - public function getTemplateName() - { - return "navigation/tree/fast_filter.twig"; - } - - public function isTraitable() - { - return false; - } - - public function getDebugInfo() - { - return array ( 72 => 16, 65 => 12, 61 => 11, 55 => 9, 47 => 4, 39 => 2, 37 => 1,); - } - - public function getSourceContext() - { - return new Source("", "navigation/tree/fast_filter.twig", "/home/arif/public_html/pma/templates/navigation/tree/fast_filter.twig"); - } -} diff --git a/pma/tmp/twig/56/5652523386c87d628c68c83e0d5ccd53.php b/pma/tmp/twig/56/5652523386c87d628c68c83e0d5ccd53.php deleted file mode 100644 index 1997da2..0000000 --- a/pma/tmp/twig/56/5652523386c87d628c68c83e0d5ccd53.php +++ /dev/null @@ -1,279 +0,0 @@ -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 - echo "
  • env, ($context["li_classes"] ?? null), "html", null, true); - echo "\"> -
    - - "; - // line 5 - if (($context["node_is_group"] ?? null)) { - // line 6 - echo " "; - echo ((!twig_in_filter("last", ($context["class"] ?? null))) ? ("") : ("")); - echo " - env, ($context["link_classes"] ?? null), "html", null, true); - echo "\" href=\"#\"> - env, twig_get_attribute($this->env, $this->source, ($context["paths"] ?? null), "a_path", [], "any", false, false, false, 8), "html", null, true); - echo "\" data-vpath=\""; - echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, ($context["paths"] ?? null), "v_path", [], "any", false, false, false, 8), "html", null, true); - echo "\" data-pos=\""; - echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, ($context["paths"] ?? null), "pos", [], "any", false, false, false, 8), "html", null, true); - echo "\"> - "; - // line 9 - if ( !twig_test_empty(($context["pagination_params"] ?? null))) { - // line 10 - echo " env, twig_get_attribute($this->env, $this->source, ($context["pagination_params"] ?? null), "position", [], "any", false, false, false, 10), "html", null, true); - echo "\" data-name=\""; - echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, ($context["pagination_params"] ?? null), "data_name", [], "any", false, false, false, 10), "html", null, true); - echo "\" data-value=\""; - echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, ($context["pagination_params"] ?? null), "data_value", [], "any", false, false, false, 10), "html", null, true); - echo "\"> - "; - } - // line 12 - echo " "; - echo ($context["node_icon"] ?? null); - echo " - - "; - } elseif ( !twig_test_empty( // line 14 -($context["pagination_params"] ?? null))) { - // line 15 - echo " env, twig_get_attribute($this->env, $this->source, ($context["pagination_params"] ?? null), "position", [], "any", false, false, false, 15), "html", null, true); - echo "\" data-name=\""; - echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, ($context["pagination_params"] ?? null), "data_name", [], "any", false, false, false, 15), "html", null, true); - echo "\" data-value=\""; - echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, ($context["pagination_params"] ?? null), "data_value", [], "any", false, false, false, 15), "html", null, true); - echo "\"> - "; - } - // line 17 - echo "
    - "; - // line 18 - if (($context["node_is_container"] ?? null)) { - // line 19 - echo "
    - "; - } - // line 21 - echo " - "; - // line 22 - if (twig_get_attribute($this->env, $this->source, ($context["node"] ?? null), "isGroup", [], "any", false, false, false, 22)) { - // line 23 - echo "
    - "; - // line 24 - echo PhpMyAdmin\Html\Generator::getImage((($__internal_compile_0 = twig_get_attribute($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 = twig_get_attribute($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)); - echo " -
    -  "; - // line 26 - echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, ($context["node"] ?? null), "name", [], "any", false, false, false, 26), "html", null, true); - echo " - "; - } else { - // line 28 - echo "
    - "; - // line 29 - $context['_parent'] = $context; - $context['_seq'] = twig_ensure_traversable(($context["icon_links"] ?? null)); - foreach ($context['_seq'] as $context["_key"] => $context["link"]) { - // line 30 - echo " env, $this->source, $context["link"], "route", [], "any", false, false, false, 30), twig_get_attribute($this->env, $this->source, $context["link"], "params", [], "any", false, false, false, 30)); - echo "\""; - echo ((twig_get_attribute($this->env, $this->source, $context["link"], "is_ajax", [], "any", false, false, false, 30)) ? (" class=\"ajax\"") : ("")); - echo ">"; - // line 31 - echo PhpMyAdmin\Html\Generator::getImage(twig_get_attribute($this->env, $this->source, $context["link"], "image", [], "any", false, false, false, 31), twig_get_attribute($this->env, $this->source, $context["link"], "title", [], "any", false, false, false, 31)); - // line 32 - echo " - "; - } - $_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 - echo "
    - - "; - // line 36 - if (($context["node_is_container"] ?? null)) { - // line 37 - echo "  env, $this->source, ($context["text_link"] ?? null), "route", [], "any", false, false, false, 37), twig_get_attribute($this->env, $this->source, ($context["text_link"] ?? null), "params", [], "any", false, false, false, 37)); - echo "\">"; - echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, ($context["node"] ?? null), "name", [], "any", false, false, false, 37), "html", null, true); - echo " - "; - } elseif (twig_in_filter("index", twig_get_attribute($this->env, $this->source, // line 38 -($context["node"] ?? null), "classes", [], "any", false, false, false, 38))) { - // line 39 - echo " env, $this->source, ($context["text_link"] ?? null), "route", [], "any", false, false, false, 39)); - echo "\" data-post=\""; - echo PhpMyAdmin\Url::getCommon(twig_array_merge(twig_get_attribute($this->env, $this->source, ($context["text_link"] ?? null), "params", [], "any", false, false, false, 39), ["is_from_nav" => true])); - echo "\" title=\""; - echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, ($context["text_link"] ?? null), "title", [], "any", false, false, false, 39), "html", null, true); - echo "\">"; - // line 40 - echo twig_escape_filter($this->env, (((twig_get_attribute($this->env, $this->source, ($context["node"] ?? null), "displayName", [], "any", true, true, false, 40) && !(null === twig_get_attribute($this->env, $this->source, ($context["node"] ?? null), "displayName", [], "any", false, false, false, 40)))) ? (twig_get_attribute($this->env, $this->source, ($context["node"] ?? null), "displayName", [], "any", false, false, false, 40)) : (twig_get_attribute($this->env, $this->source, ($context["node"] ?? null), "realName", [], "any", false, false, false, 40))), "html", null, true); - // line 41 - echo " - "; - } else { - // line 43 - echo " env, $this->source, ($context["text_link"] ?? null), "is_ajax", [], "any", false, false, false, 43)) ? (" ajax") : ("")); - echo "\" href=\""; - echo PhpMyAdmin\Url::getFromRoute(twig_get_attribute($this->env, $this->source, ($context["text_link"] ?? null), "route", [], "any", false, false, false, 43), twig_get_attribute($this->env, $this->source, ($context["text_link"] ?? null), "params", [], "any", false, false, false, 43)); - echo "\" title=\""; - echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, ($context["text_link"] ?? null), "title", [], "any", false, false, false, 43), "html", null, true); - echo "\">"; - // line 44 - echo twig_escape_filter($this->env, (((twig_get_attribute($this->env, $this->source, ($context["node"] ?? null), "displayName", [], "any", true, true, false, 44) && !(null === twig_get_attribute($this->env, $this->source, ($context["node"] ?? null), "displayName", [], "any", false, false, false, 44)))) ? (twig_get_attribute($this->env, $this->source, ($context["node"] ?? null), "displayName", [], "any", false, false, false, 44)) : (twig_get_attribute($this->env, $this->source, ($context["node"] ?? null), "realName", [], "any", false, false, false, 44))), "html", null, true); - // line 45 - echo " - "; - } - // line 47 - echo " "; - } - // line 48 - echo " - "; - // line 49 - echo ($context["control_buttons"] ?? null); - echo " - - "; - // line 51 - if (($context["node_is_container"] ?? null)) { - // line 52 - echo "
    - "; - } - // line 54 - echo " -
    -"; - } elseif ( !twig_test_empty( // line 56 -($context["pagination_params"] ?? null))) { - // line 57 - echo " env, twig_get_attribute($this->env, $this->source, ($context["pagination_params"] ?? null), "position", [], "any", false, false, false, 57), "html", null, true); - echo "\" data-name=\""; - echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, ($context["pagination_params"] ?? null), "data_name", [], "any", false, false, false, 57), "html", null, true); - echo "\" data-value=\""; - echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, ($context["pagination_params"] ?? null), "data_value", [], "any", false, false, false, 57), "html", null, true); - echo "\"> -"; - } - // line 59 - echo " -"; - // line 60 - if (( !twig_test_empty(twig_get_attribute($this->env, $this->source, ($context["recursive"] ?? null), "html", [], "any", false, false, false, 60)) && twig_get_attribute($this->env, $this->source, ($context["recursive"] ?? null), "has_wrapper", [], "any", false, false, false, 60))) { - // line 61 - echo "
    env, $this->source, ($context["recursive"] ?? null), "is_hidden", [], "any", false, false, false, 61)) ? (" style=\"display: none;\"") : ("")); - echo "> - -
    -"; - } - // line 69 - echo " -"; - // line 70 - if (($context["has_siblings"] ?? null)) { - // line 71 - echo "
  • -"; - } - } - - public function getTemplateName() - { - return "navigation/tree/node.twig"; - } - - public function isTraitable() - { - return false; - } - - public function getDebugInfo() - { - return array ( 255 => 71, 253 => 70, 250 => 69, 245 => 66, 243 => 65, 239 => 64, 232 => 61, 230 => 60, 227 => 59, 217 => 57, 215 => 56, 211 => 54, 207 => 52, 205 => 51, 200 => 49, 197 => 48, 194 => 47, 190 => 45, 188 => 44, 180 => 43, 176 => 41, 174 => 40, 166 => 39, 164 => 38, 157 => 37, 155 => 36, 151 => 34, 144 => 32, 142 => 31, 136 => 30, 132 => 29, 127 => 28, 122 => 26, 117 => 24, 112 => 23, 110 => 22, 107 => 21, 103 => 19, 101 => 18, 98 => 17, 88 => 15, 86 => 14, 80 => 12, 70 => 10, 68 => 9, 60 => 8, 56 => 7, 51 => 6, 49 => 5, 45 => 4, 39 => 2, 37 => 1,); - } - - public function getSourceContext() - { - return new Source("", "navigation/tree/node.twig", "/home/arif/public_html/pma/templates/navigation/tree/node.twig"); - } -} diff --git a/pma/tmp/twig/57/575c5e066c251801dbb8703e84795146.php b/pma/tmp/twig/57/575c5e066c251801dbb8703e84795146.php index 27d7991..82ba64d 100644 --- a/pma/tmp/twig/57/575c5e066c251801dbb8703e84795146.php +++ b/pma/tmp/twig/57/575c5e066c251801dbb8703e84795146.php @@ -115,6 +115,6 @@ echo _gettext("Go back"); public function getSourceContext() { - return new Source("", "modals/index_dialog_modal.twig", "/home/dev/web/arif.off/public_html/pma/templates/modals/index_dialog_modal.twig"); + return new Source("", "modals/index_dialog_modal.twig", "/home/suvo/web/graffin.ns77.siliconpin.com/public_html/pma/templates/modals/index_dialog_modal.twig"); } } diff --git a/pma/tmp/twig/57/579af84df5a774184305b1d1fab0c25d.php b/pma/tmp/twig/57/579af84df5a774184305b1d1fab0c25d.php deleted file mode 100644 index 99ab8ee..0000000 --- a/pma/tmp/twig/57/579af84df5a774184305b1d1fab0c25d.php +++ /dev/null @@ -1,66 +0,0 @@ -source = $this->getSourceContext(); - - $this->parent = false; - - $this->blocks = [ - ]; - } - - protected function doDisplay(array $context, array $blocks = []) - { - $macros = $this->macros; - // line 1 - echo " -"; - // line 2 - if ((($context["check_timeout"] ?? null) == true)) { - // line 3 - echo " -"; - } - } - - public function getTemplateName() - { - return "login/footer.twig"; - } - - public function isTraitable() - { - return false; - } - - public function getDebugInfo() - { - return array ( 42 => 3, 40 => 2, 37 => 1,); - } - - public function getSourceContext() - { - return new Source("", "login/footer.twig", "/home/arif/public_html/pma/templates/login/footer.twig"); - } -} diff --git a/pma/tmp/twig/5a/5a985162035ca6b2097e9e4cd31adb71.php b/pma/tmp/twig/5a/5a985162035ca6b2097e9e4cd31adb71.php deleted file mode 100644 index bb04c0f..0000000 --- a/pma/tmp/twig/5a/5a985162035ca6b2097e9e4cd31adb71.php +++ /dev/null @@ -1,299 +0,0 @@ -source = $this->getSourceContext(); - - $this->parent = false; - - $this->blocks = [ - ]; - } - - protected function doDisplay(array $context, array $blocks = []) - { - $macros = $this->macros; - // line 1 - echo "\$( function() { - "; - // line 3 - echo " \$(\"#buttonGo\").on(\"click\", function() { - "; - // line 5 - echo " \$(\"#upload_form_form\").css(\"display\", \"none\"); - - "; - // line 7 - if ((($context["handler"] ?? null) != "PhpMyAdmin\\Plugins\\Import\\Upload\\UploadNoplugin")) { - // line 8 - echo " "; - // line 9 - echo " "; - $context["ajax_url"] = (("index.php?route=/import-status&id=" . ($context["upload_id"] ?? null)) . PhpMyAdmin\Url::getCommonRaw(["import_status" => 1], "&")); - // line 12 - echo " "; - $context["promot_str"] = PhpMyAdmin\Sanitize::jsFormat(_gettext("The file being uploaded is probably larger than the maximum allowed size or this is a known bug in webkit based (Safari, Google Chrome, Arora etc.) browsers."), false); - // line 13 - echo " "; - $context["statustext_str"] = PhpMyAdmin\Sanitize::escapeJsString(_gettext("%s of %s")); - // line 14 - echo " "; - $context["second_str"] = PhpMyAdmin\Sanitize::jsFormat(_gettext("%s/sec."), false); - // line 15 - echo " "; - $context["remaining_min"] = PhpMyAdmin\Sanitize::jsFormat(_gettext("About %MIN min. %SEC sec. remaining."), false); - // line 16 - echo " "; - $context["remaining_second"] = PhpMyAdmin\Sanitize::jsFormat(_gettext("About %SEC sec. remaining."), false); - // line 17 - echo " "; - $context["processed_str"] = PhpMyAdmin\Sanitize::jsFormat(_gettext("The file is being processed, please be patient."), false); - // line 18 - echo " "; - $context["import_url"] = PhpMyAdmin\Url::getCommonRaw(["import_status" => 1], "&"); - // line 19 - echo " - "; - // line 20 - ob_start(function () { return ''; }); - // line 21 - echo "
    -
    -
    -
    -
    -
    -
    -
    - env, $this->extensions['PhpMyAdmin\Twig\AssetExtension']->getImagePath("ajax_clock_small.gif"), "html", null, true); - echo "\" width=\"16\" height=\"16\" alt=\"ajax clock\"> "; - echo PhpMyAdmin\Sanitize::jsFormat(_gettext("Uploading your import file…"), false); - // line 30 - echo "
    -
    -
    - "; - $context["upload_html"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset()); - // line 34 - echo " - "; - // line 36 - echo " var finished = false; - var percent = 0.0; - var total = 0; - var complete = 0; - var original_title = parent && parent.document ? parent.document.title : false; - var import_start; - - var perform_upload = function () { - new \$.getJSON( - \""; - // line 45 - echo ($context["ajax_url"] ?? null); - echo "\", - {}, - function(response) { - finished = response.finished; - percent = response.percent; - total = response.total; - complete = response.complete; - - if (total==0 && complete==0 && percent==0) { - \$(\"#upload_form_status_info\").html('env, $this->extensions['PhpMyAdmin\Twig\AssetExtension']->getImagePath("ajax_clock_small.gif"), "html", null, true); - echo "\" width=\"16\" height=\"16\" alt=\"ajax clock\"> "; - echo ($context["promot_str"] ?? null); - echo "'); - \$(\"#upload_form_status\").css(\"display\", \"none\"); - } else { - var now = new Date(); - now = Date.UTC( - now.getFullYear(), - now.getMonth(), - now.getDate(), - now.getHours(), - now.getMinutes(), - now.getSeconds()) - + now.getMilliseconds() - 1000; - var statustext = Functions.sprintf( - \""; - // line 67 - echo ($context["statustext_str"] ?? null); - echo "\", - Functions.formatBytes( - complete, 1, Messages.strDecimalSeparator - ), - Functions.formatBytes( - total, 1, Messages.strDecimalSeparator - ) - ); - - if (\$(\"#importmain\").is(\":visible\")) { - "; - // line 78 - echo " \$(\"#importmain\").hide(); - \$(\"#import_form_status\") - .html('"; - // line 80 - echo twig_spaceless(($context["upload_html"] ?? null)); - echo "') - .show(); - import_start = now; - } - else if (percent > 9 || complete > 2000000) { - "; - // line 86 - echo " var used_time = now - import_start; - var seconds = parseInt(((total - complete) / complete) * used_time / 1000); - var speed = Functions.sprintf( - \""; - // line 89 - echo ($context["second_str"] ?? null); - echo "\", - Functions.formatBytes(complete / used_time * 1000, 1, Messages.strDecimalSeparator) - ); - - var minutes = parseInt(seconds / 60); - seconds %= 60; - var estimated_time; - if (minutes > 0) { - estimated_time = \""; - // line 97 - echo ($context["remaining_min"] ?? null); - echo "\" - .replace(\"%MIN\", minutes) - .replace(\"%SEC\", seconds); - } - else { - estimated_time = \""; - // line 102 - echo ($context["remaining_second"] ?? null); - echo "\" - .replace(\"%SEC\", seconds); - } - - statustext += \"
    \" + speed + \"

    \" + estimated_time; - } - - var percent_str = Math.round(percent) + \"%\"; - \$(\"#status\").animate({width: percent_str}, 150); - \$(\".percentage\").text(percent_str); - - "; - // line 114 - echo " if (original_title !== false) { - parent.document.title - = percent_str + \" - \" + original_title; - } - else { - document.title - = percent_str + \" - \" + original_title; - } - \$(\"#statustext\").html(statustext); - } - - if (finished == true) { - if (original_title !== false) { - parent.document.title = original_title; - } - else { - document.title = original_title; - } - \$(\"#importmain\").hide(); - "; - // line 134 - echo " \$(\"#import_form_status\") - .html('env, $this->extensions['PhpMyAdmin\Twig\AssetExtension']->getImagePath("ajax_clock_small.gif"), "html", null, true); - echo "\" width=\"16\" height=\"16\" alt=\"ajax clock\"> "; - echo ($context["processed_str"] ?? null); - echo "') - .show(); - \$(\"#import_form_status\").load(\"index.php?route=/import-status&message=true&"; - // line 137 - echo ($context["import_url"] ?? null); - echo "\"); - Navigation.reload(); - - "; - // line 141 - echo " } - else { - setTimeout(perform_upload, 1000); - } - }); - }; - setTimeout(perform_upload, 1000); - "; - } else { - // line 149 - echo " "; - // line 150 - echo " "; - ob_start(function () { return ''; }); - // line 151 - echo "env, $this->extensions['PhpMyAdmin\Twig\AssetExtension']->getImagePath("ajax_clock_small.gif"), "html", null, true); - echo "\" width=\"16\" height=\"16\" alt=\"ajax clock\">"; - // line 152 - echo PhpMyAdmin\Sanitize::jsFormat(_gettext("Please be patient, the file is being uploaded. Details about the upload are not available."), false); - // line 153 - echo PhpMyAdmin\Html\MySQLDocumentation::showDocumentation("faq", "faq2-9"); - $context["image_tag"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset()); - // line 155 - echo " \$('#upload_form_status_info').html('"; - echo ($context["image_tag"] ?? null); - echo "'); - \$(\"#upload_form_status\").css(\"display\", \"none\"); - "; - } - // line 158 - echo " }); -}); -"; - } - - public function getTemplateName() - { - return "import/javascript.twig"; - } - - public function isTraitable() - { - return false; - } - - public function getDebugInfo() - { - return array ( 275 => 158, 268 => 155, 265 => 153, 263 => 152, 259 => 151, 256 => 150, 254 => 149, 244 => 141, 238 => 137, 231 => 135, 228 => 134, 207 => 114, 193 => 102, 185 => 97, 174 => 89, 169 => 86, 161 => 80, 157 => 78, 144 => 67, 126 => 54, 114 => 45, 103 => 36, 100 => 34, 94 => 30, 90 => 29, 80 => 21, 78 => 20, 75 => 19, 72 => 18, 69 => 17, 66 => 16, 63 => 15, 60 => 14, 57 => 13, 54 => 12, 51 => 9, 49 => 8, 47 => 7, 43 => 5, 40 => 3, 37 => 1,); - } - - public function getSourceContext() - { - return new Source("", "import/javascript.twig", "/home/arif/public_html/pma/templates/import/javascript.twig"); - } -} diff --git a/pma/tmp/twig/5b/5be3823588c710e664d2b4f3cc5a01f1.php b/pma/tmp/twig/5b/5be3823588c710e664d2b4f3cc5a01f1.php deleted file mode 100644 index 0db6b43..0000000 --- a/pma/tmp/twig/5b/5be3823588c710e664d2b4f3cc5a01f1.php +++ /dev/null @@ -1,94 +0,0 @@ -source = $this->getSourceContext(); - - $this->parent = false; - - $this->blocks = [ - ]; - } - - protected function doDisplay(array $context, array $blocks = []) - { - $macros = $this->macros; - // line 1 - echo "
    - - - - - "; - // line 6 - echo ($context["type"] ?? null); - echo " - "; - // line 7 - echo ($context["function"] ?? null); - echo " - - - - - - - - - "; - } - - public function getTemplateName() - { - return "table/insert/get_head_and_foot_of_insert_row_table.twig"; - } - - public function isTraitable() - { - return false; - } - - public function getDebugInfo() - { - return array ( 69 => 15, 60 => 9, 56 => 8, 51 => 7, 47 => 6, 44 => 5, 37 => 1,); - } - - public function getSourceContext() - { - return new Source("", "table/insert/get_head_and_foot_of_insert_row_table.twig", "/home/arif/public_html/pma/templates/table/insert/get_head_and_foot_of_insert_row_table.twig"); - } -} diff --git a/pma/tmp/twig/5e/5e9bdbd409061dcd1c6496ec3c4737e2.php b/pma/tmp/twig/5e/5e9bdbd409061dcd1c6496ec3c4737e2.php deleted file mode 100644 index a895f68..0000000 --- a/pma/tmp/twig/5e/5e9bdbd409061dcd1c6496ec3c4737e2.php +++ /dev/null @@ -1,65 +0,0 @@ -source = $this->getSourceContext(); - - $this->parent = false; - - $this->blocks = [ - ]; - } - - protected function doDisplay(array $context, array $blocks = []) - { - $macros = $this->macros; - // line 1 - echo ""; - } - - public function getTemplateName() - { - return "table/insert/get_html_for_insert_edit_form_header.twig"; - } - - public function isTraitable() - { - return false; - } - - public function getDebugInfo() - { - return array ( 37 => 1,); - } - - public function getSourceContext() - { - return new Source("", "table/insert/get_html_for_insert_edit_form_header.twig", "/home/arif/public_html/pma/templates/table/insert/get_html_for_insert_edit_form_header.twig"); - } -} diff --git a/pma/tmp/twig/5f/5f56b8c58274455098ff2e5101ce082a.php b/pma/tmp/twig/5f/5f56b8c58274455098ff2e5101ce082a.php deleted file mode 100644 index 24238ea..0000000 --- a/pma/tmp/twig/5f/5f56b8c58274455098ff2e5101ce082a.php +++ /dev/null @@ -1,287 +0,0 @@ -source = $this->getSourceContext(); - - $this->parent = false; - - $this->blocks = [ - ]; - } - - protected function doDisplay(array $context, array $blocks = []) - { - $macros = $this->macros; - // line 1 - echo "
    -
    "; -echo _gettext("Column"); - // line 5 - echo ""; -echo _gettext("Null"); - // line 8 - echo ""; -echo _gettext("Value"); - // line 9 - echo "
    - -
    - - - - - - - - - - - "; - // line 34 - echo " "; - if ((array_key_exists("change_column", $context) && !twig_test_empty(($context["change_column"] ?? null)))) { - // line 35 - echo " - "; - } - // line 40 - echo " - "; - // line 44 - echo " "; - if ( !($context["is_backup"] ?? null)) { - // line 45 - echo " - "; - } - // line 49 - echo " - - - - "; - // line 57 - if (($context["is_virtual_columns_supported"] ?? null)) { - // line 58 - echo " - "; - } - // line 62 - echo " - "; - // line 63 - if (array_key_exists("fields_meta", $context)) { - // line 64 - echo " - "; - } - // line 68 - echo " - "; - // line 69 - if (( !(null === twig_get_attribute($this->env, $this->source, ($context["relation_parameters"] ?? null), "browserTransformationFeature", [], "any", false, false, false, 69)) && ($context["browse_mime"] ?? null))) { - // line 70 - echo " - - - - - "; - } - // line 96 - echo " - "; - // line 97 - $context["options"] = ["" => "", "VIRTUAL" => "VIRTUAL"]; - // line 98 - echo " "; - if (($context["supports_stored_keyword"] ?? null)) { - // line 99 - echo " "; - $context["options"] = twig_array_merge(($context["options"] ?? null), ["STORED" => "STORED"]); - // line 100 - echo " "; - } else { - // line 101 - echo " "; - $context["options"] = twig_array_merge(($context["options"] ?? null), ["PERSISTENT" => "PERSISTENT"]); - // line 102 - echo " "; - } - // line 103 - echo " "; - $context['_parent'] = $context; - $context['_seq'] = twig_ensure_traversable(($context["content_cells"] ?? null)); - foreach ($context['_seq'] as $context["_key"] => $context["content_row"]) { - // line 104 - echo " - "; - // line 105 - $this->loadTemplate("columns_definitions/column_attributes.twig", "columns_definitions/table_fields_definitions.twig", 105)->display(twig_to_array(twig_array_merge($context["content_row"], ["options" => // line 106 -($context["options"] ?? null), "change_column" => // line 107 -($context["change_column"] ?? null), "is_virtual_columns_supported" => // line 108 -($context["is_virtual_columns_supported"] ?? null), "browse_mime" => // line 109 -($context["browse_mime"] ?? null), "max_rows" => // line 110 -($context["max_rows"] ?? null), "char_editing" => // line 111 -($context["char_editing"] ?? null), "attribute_types" => // line 112 -($context["attribute_types"] ?? null), "privs_available" => // line 113 -($context["privs_available"] ?? null), "max_length" => // line 114 -($context["max_length"] ?? null), "charsets" => // line 115 -($context["charsets"] ?? null), "relation_parameters" => // line 116 -($context["relation_parameters"] ?? null)]))); - // line 118 - echo " - "; - } - $_parent = $context['_parent']; - unset($context['_seq'], $context['_iterated'], $context['_key'], $context['content_row'], $context['_parent'], $context['loop']); - $context = array_intersect_key($context, $_parent) + $_parent; - // line 120 - echo "
    - "; -echo _gettext("Structure"); - // line 5 - echo " "; - echo PhpMyAdmin\Html\MySQLDocumentation::show("CREATE_TABLE"); - echo " -
    - "; -echo _gettext("Name"); - // line 10 - echo " - "; -echo _gettext("Type"); - // line 13 - echo " "; - echo PhpMyAdmin\Html\MySQLDocumentation::show("data-types"); - echo " - - "; -echo _gettext("Length/Values"); - // line 17 - echo " "; - echo PhpMyAdmin\Html\Generator::showHint(_gettext("If column type is \"enum\" or \"set\", please enter the values using this format: 'a','b','c'…
    If you ever need to put a backslash (\"\\\") or a single quote (\"'\") amongst those values, precede it with a backslash (for example '\\\\xyz' or 'a\\'b').")); - echo " -
    - "; -echo _gettext("Default"); - // line 21 - echo " "; - echo PhpMyAdmin\Html\Generator::showHint(_gettext("For default values, please enter just a single value, without backslash escaping or quotes, using this format: a")); - echo " - - "; -echo _gettext("Collation"); - // line 25 - echo " - "; -echo _gettext("Attributes"); - // line 28 - echo " - "; -echo _gettext("Null"); - // line 31 - echo " - "; -echo _gettext("Adjust privileges"); - // line 37 - echo " "; - echo PhpMyAdmin\Html\MySQLDocumentation::showDocumentation("faq", "faq6-39"); - echo " - - "; -echo _gettext("Index"); - // line 47 - echo " - A_I - - "; -echo _gettext("Comments"); - // line 55 - echo " - "; -echo _gettext("Virtuality"); - // line 60 - echo " - "; -echo _gettext("Move column"); - // line 66 - echo " - "; -echo _gettext("Media type"); - // line 72 - echo " - - "; -echo _gettext("Browser display transformation"); - // line 78 - echo " - - "; -echo _gettext("Browser display transformation options"); - // line 82 - echo " "; - echo PhpMyAdmin\Html\Generator::showHint(_gettext("Please enter the values for transformation options using this format: 'a', 100, b,'c'…
    If you ever need to put a backslash (\"\\\") or a single quote (\"'\") amongst those values, precede it with a backslash (for example '\\\\xyz' or 'a\\'b').")); - echo " -
    - - "; -echo _gettext("Input transformation"); - // line 89 - echo " - - "; -echo _gettext("Input transformation options"); - // line 93 - echo " "; - echo PhpMyAdmin\Html\Generator::showHint(_gettext("Please enter the values for transformation options using this format: 'a', 100, b,'c'…
    If you ever need to put a backslash (\"\\\") or a single quote (\"'\") amongst those values, precede it with a backslash (for example '\\\\xyz' or 'a\\'b').")); - echo " -
    -
    -"; - } - - public function getTemplateName() - { - return "columns_definitions/table_fields_definitions.twig"; - } - - public function isTraitable() - { - return false; - } - - public function getDebugInfo() - { - return array ( 263 => 120, 256 => 118, 254 => 116, 253 => 115, 252 => 114, 251 => 113, 250 => 112, 249 => 111, 248 => 110, 247 => 109, 246 => 108, 245 => 107, 244 => 106, 243 => 105, 240 => 104, 235 => 103, 232 => 102, 229 => 101, 226 => 100, 223 => 99, 220 => 98, 218 => 97, 215 => 96, 208 => 93, 202 => 89, 197 => 86, 192 => 85, 185 => 82, 179 => 78, 175 => 76, 171 => 74, 167 => 72, 163 => 70, 161 => 69, 158 => 68, 154 => 66, 150 => 64, 148 => 63, 145 => 62, 141 => 60, 137 => 58, 135 => 57, 131 => 55, 123 => 49, 119 => 47, 115 => 45, 112 => 44, 109 => 40, 102 => 37, 98 => 35, 95 => 34, 91 => 31, 86 => 28, 81 => 25, 73 => 21, 65 => 17, 57 => 13, 52 => 10, 43 => 5, 37 => 1,); - } - - public function getSourceContext() - { - return new Source("", "columns_definitions/table_fields_definitions.twig", "/home/arif/public_html/pma/templates/columns_definitions/table_fields_definitions.twig"); - } -} diff --git a/pma/tmp/twig/61/6134abf6ca949855825b1b9401c247b2.php b/pma/tmp/twig/61/6134abf6ca949855825b1b9401c247b2.php deleted file mode 100644 index 2e5c81c..0000000 --- a/pma/tmp/twig/61/6134abf6ca949855825b1b9401c247b2.php +++ /dev/null @@ -1,358 +0,0 @@ -source = $this->getSourceContext(); - - $this->parent = false; - - $this->blocks = [ - ]; - } - - protected function doDisplay(array $context, array $blocks = []) - { - $macros = $this->macros; - // line 1 - echo ($context["login_header"] ?? null); - echo " - -"; - // line 3 - if (($context["is_demo"] ?? null)) { - // line 4 - echo "
    -
    "; -echo _gettext("phpMyAdmin Demo Server"); - // line 5 - echo "
    -
    - "; - // line 7 - ob_start(function () { return ''; }); - // line 8 - echo " "; -echo _gettext("You are using the demo server. You can do anything here, but please do not change root, debian-sys-maint and pma users. More information is available at %s."); - // line 11 - echo " "; - $___internal_parse_0_ = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset()); - // line 7 - echo twig_sprintf($___internal_parse_0_, "demo.phpmyadmin.net"); - // line 12 - echo "
    -
    -"; - } - // line 15 - echo " -"; - // line 16 - echo ($context["error_messages"] ?? null); - echo " - -"; - // line 18 - if ( !twig_test_empty(($context["available_languages"] ?? null))) { - // line 19 - echo "
    -
    -
    - - "; -echo _gettext("Language"); - // line 24 - echo " "; - if ((_gettext("Language") != "Language")) { - // line 25 - echo " "; - // line 27 - echo " (Language) - "; - } - // line 29 - echo " -
    -
    - - "; - // line 33 - echo PhpMyAdmin\Url::getHiddenInputs(($context["form_params"] ?? null)); - echo " - - -
    -
    -
    -"; - } - // line 46 - echo " -
    - "; - // line 50 - echo " "; - echo PhpMyAdmin\Url::getHiddenInputs(($context["form_params"] ?? null), "", 0, "server"); - echo " - env, ($context["session_id"] ?? null), "html", null, true); - echo "\"> - "; - // line 52 - if (($context["is_session_expired"] ?? null)) { - // line 53 - echo " - "; - } - // line 55 - echo " -
    -
    - "; -echo _gettext("Log in"); - // line 59 - echo " "; - echo PhpMyAdmin\Html\MySQLDocumentation::showDocumentation("index"); - echo " -
    -
    - "; - // line 62 - if (($context["is_arbitrary_server_allowed"] ?? null)) { - // line 63 - echo "
    - -
    - env, ($context["default_server"] ?? null), "html", null, true); - echo "\" class=\"form-control\" title=\""; -echo _gettext("You can enter hostname/IP address and port separated by space."); - // line 69 - echo "\"> -
    -
    - "; - } - // line 73 - echo " -
    - -
    - env, ($context["default_user"] ?? null), "html", null, true); - echo "\" class=\"form-control\" autocomplete=\"username\" spellcheck=\"false\"> -
    -
    - -
    - -
    - -
    -
    - - "; - // line 92 - if (($context["has_servers"] ?? null)) { - // line 93 - echo "
    - -
    - -
    -
    - "; - } else { - // line 105 - echo " env, ($context["server"] ?? null), "html", null, true); - echo "\"> - "; - } - // line 107 - echo "
    -
    - "; - // line 109 - if (($context["has_captcha"] ?? null)) { - // line 110 - echo " - "; - // line 111 - if (($context["use_captcha_checkbox"] ?? null)) { - // line 112 - echo "
    -
    -
    env, ($context["captcha_req"] ?? null), "html", null, true); - echo "\" data-sitekey=\""; - echo twig_escape_filter($this->env, ($context["captcha_key"] ?? null), "html", null, true); - echo "\">
    -
    -
    - -
    -
    - "; - } else { - // line 121 - echo " env, ($context["captcha_req"] ?? null), "html", null, true); - echo "\" data-sitekey=\""; - echo twig_escape_filter($this->env, ($context["captcha_key"] ?? null), "html", null, true); - echo "\" data-callback=\"Functions_recaptchaCallback\" value=\""; -echo _gettext("Log in"); - echo "\" type=\"submit\" id=\"input_go\"> - "; - } - // line 123 - echo " "; - } else { - // line 124 - echo " - "; - } - // line 126 - echo "
    -
    -
    - -"; - // line 130 - if ( !twig_test_empty(($context["errors"] ?? null))) { - // line 131 - echo "
    - "; - // line 132 - echo ($context["errors"] ?? null); - echo " -
    - - -"; - } - // line 137 - echo " -"; - // line 138 - echo ($context["login_footer"] ?? null); - echo " - -"; - // line 140 - echo ($context["config_footer"] ?? null); - echo " -"; - } - - public function getTemplateName() - { - return "login/form.twig"; - } - - public function isTraitable() - { - return false; - } - - public function getDebugInfo() - { - return array ( 334 => 140, 329 => 138, 326 => 137, 318 => 132, 315 => 131, 313 => 130, 307 => 126, 301 => 124, 298 => 123, 288 => 121, 282 => 117, 273 => 114, 269 => 112, 267 => 111, 260 => 110, 258 => 109, 254 => 107, 248 => 105, 240 => 100, 234 => 99, 230 => 96, 225 => 93, 223 => 92, 215 => 86, 205 => 79, 201 => 77, 195 => 73, 189 => 69, 185 => 68, 181 => 66, 177 => 64, 173 => 63, 171 => 62, 164 => 59, 158 => 55, 154 => 53, 152 => 52, 148 => 51, 143 => 50, 137 => 48, 134 => 46, 126 => 40, 119 => 38, 117 => 37, 111 => 36, 107 => 35, 102 => 33, 98 => 32, 93 => 29, 89 => 27, 87 => 25, 84 => 24, 77 => 19, 75 => 18, 70 => 16, 67 => 15, 62 => 12, 60 => 7, 57 => 11, 54 => 8, 52 => 7, 48 => 5, 44 => 4, 42 => 3, 37 => 1,); - } - - public function getSourceContext() - { - return new Source("", "login/form.twig", "/home/arif/public_html/pma/templates/login/form.twig"); - } -} diff --git a/pma/tmp/twig/61/61c68c56102229b79c574270b02b48a5.php b/pma/tmp/twig/61/61c68c56102229b79c574270b02b48a5.php deleted file mode 100644 index 2fd26c1..0000000 --- a/pma/tmp/twig/61/61c68c56102229b79c574270b02b48a5.php +++ /dev/null @@ -1,499 +0,0 @@ -source = $this->getSourceContext(); - - $this->parent = false; - - $this->blocks = [ - ]; - } - - protected function doDisplay(array $context, array $blocks = []) - { - $macros = $this->macros; - // line 1 - echo " - -
    - "; - // line 22 - echo PhpMyAdmin\Url::getHiddenInputs(($context["db"] ?? null), ($context["table"] ?? null)); - echo " - env, ($context["goto"] ?? null), "html", null, true); - echo "\"> - - -
    -
    "; -echo _gettext("Do a \"query by example\" (wildcard: \"%\")"); - // line 27 - echo "
    - -
    -
    -
    - - - - "; - // line 35 - if (($context["geom_column_flag"] ?? null)) { - // line 36 - echo " - "; - } - // line 38 - echo " - - - - - - - - "; - // line 46 - $context['_parent'] = $context; - $context['_seq'] = twig_ensure_traversable(range(0, (twig_length_filter($this->env, ($context["column_names"] ?? null)) - 1))); - foreach ($context['_seq'] as $context["_key"] => $context["column_index"]) { - // line 47 - echo " - "; - // line 49 - echo " "; - if (($context["geom_column_flag"] ?? null)) { - // line 50 - echo " "; - // line 51 - echo " - "; - } - // line 67 - echo " "; - // line 68 - echo " - "; - // line 72 - $context["properties"] = twig_get_attribute($this->env, $this->source, ($context["self"] ?? null), "getColumnProperties", [0 => $context["column_index"], 1 => $context["column_index"]], "method", false, false, false, 72); - // line 73 - echo " - - - "; - // line 83 - echo " - - "; - } - $_parent = $context['_parent']; - unset($context['_seq'], $context['_iterated'], $context['_key'], $context['column_index'], $context['_parent'], $context['loop']); - $context = array_intersect_key($context, $_parent) + $_parent; - // line 92 - echo " -
    "; -echo _gettext("Function"); - echo ""; -echo _gettext("Column"); - echo ""; -echo _gettext("Type"); - // line 39 - echo ""; -echo _gettext("Collation"); - // line 40 - echo ""; -echo _gettext("Operator"); - // line 41 - echo ""; -echo _gettext("Value"); - // line 42 - echo "
    - "; - // line 52 - $context["geom_types"] = PhpMyAdmin\Utils\Gis::getDataTypes(); - // line 53 - echo " "; - if (twig_in_filter((($__internal_compile_0 = ($context["column_types"] ?? null)) && is_array($__internal_compile_0) || $__internal_compile_0 instanceof ArrayAccess ? ($__internal_compile_0[$context["column_index"]] ?? null) : null), ($context["geom_types"] ?? null))) { - // line 54 - echo " - "; - } - // line 65 - echo " "; - // line 70 - echo twig_escape_filter($this->env, (($__internal_compile_3 = ($context["column_names"] ?? null)) && is_array($__internal_compile_3) || $__internal_compile_3 instanceof ArrayAccess ? ($__internal_compile_3[$context["column_index"]] ?? null) : null), "html", null, true); - // line 71 - echo " - "; - // line 74 - echo twig_escape_filter($this->env, (($__internal_compile_4 = ($context["properties"] ?? null)) && is_array($__internal_compile_4) || $__internal_compile_4 instanceof ArrayAccess ? ($__internal_compile_4["type"] ?? null) : null), "html", null, true); - echo " - - "; - // line 77 - echo twig_escape_filter($this->env, (($__internal_compile_5 = ($context["properties"] ?? null)) && is_array($__internal_compile_5) || $__internal_compile_5 instanceof ArrayAccess ? ($__internal_compile_5["collation"] ?? null) : null), "html", null, true); - echo " - - "; - // line 80 - echo (($__internal_compile_6 = ($context["properties"] ?? null)) && is_array($__internal_compile_6) || $__internal_compile_6 instanceof ArrayAccess ? ($__internal_compile_6["func"] ?? null) : null); - echo " - env, (($__internal_compile_7 = ($context["properties"] ?? null)) && is_array($__internal_compile_7) || $__internal_compile_7 instanceof ArrayAccess ? ($__internal_compile_7["type"] ?? null) : null), "html", null, true); - echo "\"> - "; - // line 84 - echo (($__internal_compile_8 = ($context["properties"] ?? null)) && is_array($__internal_compile_8) || $__internal_compile_8 instanceof ArrayAccess ? ($__internal_compile_8["value"] ?? null) : null); - echo " - "; - // line 86 - echo " env, $context["column_index"], "html", null, true); - echo "]\" value=\""; - echo twig_escape_filter($this->env, (($__internal_compile_9 = ($context["column_names"] ?? null)) && is_array($__internal_compile_9) || $__internal_compile_9 instanceof ArrayAccess ? ($__internal_compile_9[$context["column_index"]] ?? null) : null), "html", null, true); - echo "\"> - env, $context["column_index"], "html", null, true); - echo "]\" value=\""; - echo twig_escape_filter($this->env, (($__internal_compile_10 = ($context["column_types"] ?? null)) && is_array($__internal_compile_10) || $__internal_compile_10 instanceof ArrayAccess ? ($__internal_compile_10[$context["column_index"]] ?? null) : null), "html", null, true); - echo "\"> - env, $context["column_index"], "html", null, true); - echo "]\" value=\""; - echo twig_escape_filter($this->env, (($__internal_compile_11 = ($context["column_collations"] ?? null)) && is_array($__internal_compile_11) || $__internal_compile_11 instanceof ArrayAccess ? ($__internal_compile_11[$context["column_index"]] ?? null) : null), "html", null, true); - echo "\"> -
    -
    -
    -
    -
    - - "; - // line 99 - if ((($context["default_sliders_state"] ?? null) != "disabled")) { - // line 100 - echo "
    - -
    -
    - "; - } - // line 107 - echo " - "; - // line 109 - echo "
    -
    - - -
    -
    - - -
    -
    - - "; - // line 127 - echo "
    - - -
    - - "; - // line 137 - echo "
    - - env, ($context["max_rows"] ?? null), "html", null, true); - echo "\" required> -
    - - "; - // line 143 - echo "
    - "; -echo _gettext("Display order:"); - // line 144 - echo " -
    - - -
    - -
    - - -
    -
    - - -
    -
    - "; - // line 166 - if ((($context["default_sliders_state"] ?? null) != "disabled")) { - // line 167 - echo "
    - "; - } - // line 169 - echo "
    - -
    - -
    -
    -
    - -
    -
    -
    -
    -
    "; -echo _gettext("Range search"); - // line 181 - echo "
    - -
    -
    -
    - - -
    -
    - -
    - -
    -
    -
    - - -
    -
    -
    -
    - -
    -"; - } - - public function getTemplateName() - { - return "table/search/index.twig"; - } - - public function isTraitable() - { - return false; - } - - public function getDebugInfo() - { - return array ( 470 => 197, 466 => 196, 457 => 190, 451 => 187, 443 => 182, 439 => 181, 427 => 172, 421 => 169, 417 => 167, 415 => 166, 410 => 163, 403 => 159, 395 => 154, 386 => 151, 381 => 150, 377 => 149, 372 => 146, 367 => 144, 363 => 143, 357 => 139, 354 => 138, 350 => 137, 341 => 131, 337 => 129, 332 => 127, 322 => 118, 313 => 115, 308 => 114, 304 => 113, 300 => 112, 297 => 111, 292 => 109, 289 => 107, 284 => 105, 280 => 103, 275 => 101, 272 => 100, 270 => 99, 261 => 92, 249 => 88, 243 => 87, 236 => 86, 232 => 84, 227 => 83, 222 => 80, 216 => 77, 210 => 74, 207 => 73, 205 => 72, 202 => 71, 200 => 70, 198 => 68, 196 => 67, 192 => 65, 188 => 63, 179 => 60, 174 => 59, 171 => 58, 166 => 57, 163 => 56, 158 => 54, 155 => 53, 153 => 52, 150 => 51, 148 => 50, 145 => 49, 142 => 47, 138 => 46, 132 => 42, 128 => 41, 124 => 40, 120 => 39, 114 => 38, 108 => 36, 106 => 35, 96 => 27, 89 => 24, 85 => 23, 81 => 22, 77 => 21, 69 => 16, 65 => 15, 57 => 10, 53 => 9, 45 => 4, 41 => 3, 37 => 1,); - } - - public function getSourceContext() - { - return new Source("", "table/search/index.twig", "/home/dev/web/arif.off/public_html/pma/templates/table/search/index.twig"); - } -} diff --git a/pma/tmp/twig/69/699daffb612136e04e79c262af26bbf9.php b/pma/tmp/twig/69/699daffb612136e04e79c262af26bbf9.php deleted file mode 100644 index 7e28a01..0000000 --- a/pma/tmp/twig/69/699daffb612136e04e79c262af26bbf9.php +++ /dev/null @@ -1,1098 +0,0 @@ -source = $this->getSourceContext(); - - $this->parent = false; - - $this->blocks = [ - 'title' => [$this, 'block_title'], - 'message' => [$this, 'block_message'], - 'selection_options' => [$this, 'block_selection_options'], - ]; - } - - protected function doDisplay(array $context, array $blocks = []) - { - $macros = $this->macros; - // line 1 - echo "
    -

    - "; - // line 3 - echo PhpMyAdmin\Html\Generator::getImage("b_export", _gettext("Export")); - echo " - "; - // line 4 - $this->displayBlock('title', $context, $blocks); - // line 5 - echo "

    - - "; - // line 7 - echo ($context["page_settings_error_html"] ?? null); - echo " - "; - // line 8 - echo ($context["page_settings_html"] ?? null); - echo " - - "; - // line 10 - $this->displayBlock('message', $context, $blocks); - // line 11 - echo " - "; - // line 12 - if (twig_get_attribute($this->env, $this->source, ($context["templates"] ?? null), "is_enabled", [], "any", false, false, false, 12)) { - // line 13 - echo "
    -
    "; -echo _gettext("Export templates:"); - // line 14 - echo "
    -
    -
    -
    - "; -echo _gettext("New template:"); - // line 18 - echo " -
    -
    - -
    -
    - -
    -
    - -
    -
    -
    -
    - -
    -
    - "; -echo _gettext("Existing templates:"); - // line 35 - echo " -
    -
    - -
    -
    - -
    -
    - -
    -
    - -
    -
    -
    -
    -
    -
    - "; - } - // line 62 - echo " - "; - // line 63 - if ( !twig_test_empty(($context["sql_query"] ?? null))) { - // line 64 - echo "
    -
    - "; - // line 67 - echo " "; -echo _gettext("SQL query:"); - // line 68 - echo "
    -
    -
    - "; - // line 72 - echo " -
    -
    -
    -
    -
    -
    -
    -
    -
    "; -echo _gettext("Loading"); - // line 81 - echo "
    - -
    -
    -
    - -
    ";
    -            // line 87
    -            echo twig_escape_filter($this->env, ($context["sql_query"] ?? null), "html", null, true);
    -            echo "
    -
    -
    -
    -
    - -
    -
    -
    -
    - "; - } - // line 98 - echo " -
    - "; - // line 100 - echo PhpMyAdmin\Url::getHiddenInputs(($context["hidden_inputs"] ?? null)); - echo " - - "; - // line 102 - if ((($context["export_method"] ?? null) != "custom-no-form")) { - // line 103 - echo "
    -
    "; -echo _gettext("Export method:"); - // line 104 - echo "
    -
    -
    - - -
    -
    - - -
    -
    -
    - "; - } - // line 117 - echo " -
    -
    "; -echo _gettext("Format:"); - // line 119 - echo "
    -
    - - - "; - // line 127 - $context['_parent'] = $context; - $context['_seq'] = twig_ensure_traversable(($context["plugins_choice"] ?? null)); - foreach ($context['_seq'] as $context["_key"] => $context["option"]) { - // line 128 - echo " env, twig_get_attribute($this->env, $this->source, $context["option"], "name", [], "any", false, false, false, 128), "html", null, true); - echo "\" value=\""; - echo ((twig_get_attribute($this->env, $this->source, $context["option"], "force_file", [], "any", false, false, false, 128)) ? ("true") : ("false")); - echo "\"> - "; - } - $_parent = $context['_parent']; - unset($context['_seq'], $context['_iterated'], $context['_key'], $context['option'], $context['_parent'], $context['loop']); - $context = array_intersect_key($context, $_parent) + $_parent; - // line 130 - echo "
    -
    - - "; - // line 133 - $this->displayBlock('selection_options', $context, $blocks); - // line 134 - echo " - "; - // line 135 - if ( !twig_test_empty(($context["rows"] ?? null))) { - // line 136 - echo "
    -
    "; -echo _gettext("Rows:"); - // line 137 - echo "
    -
    -
    - env, $this->source, ($context["rows"] ?? null), "allrows", [], "any", false, false, false, 140)) || (twig_get_attribute($this->env, $this->source, ($context["rows"] ?? null), "allrows", [], "any", false, false, false, 140) == 1))) ? (" checked") : ("")); - echo "> - -
    -
    - env, $this->source, ($context["rows"] ?? null), "allrows", [], "any", false, false, false, 144)) && (twig_get_attribute($this->env, $this->source, ($context["rows"] ?? null), "allrows", [], "any", false, false, false, 144) == 0))) ? (" checked") : ("")); - echo "> - -
    -
      -
    • - - env, $this->source, ($context["rows"] ?? null), "limit_to", [], "any", false, false, false, 151))) { - // line 152 - echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, ($context["rows"] ?? null), "limit_to", [], "any", false, false, false, 152), "html", null, true); - } elseif (( !twig_test_empty(twig_get_attribute($this->env, $this->source, // line 153 -($context["rows"] ?? null), "unlim_num_rows", [], "any", false, false, false, 153)) && (twig_get_attribute($this->env, $this->source, ($context["rows"] ?? null), "unlim_num_rows", [], "any", false, false, false, 153) != 0))) { - // line 154 - echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, ($context["rows"] ?? null), "unlim_num_rows", [], "any", false, false, false, 154), "html", null, true); - } else { - // line 156 - echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, ($context["rows"] ?? null), "number_of_rows", [], "any", false, false, false, 156), "html", null, true); - } - // line 157 - echo "\" onfocus=\"this.select()\"> -
    • -
    • - - env, $this->source, ($context["rows"] ?? null), "limit_from", [], "any", false, false, false, 161))) ? (print (twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, ($context["rows"] ?? null), "limit_from", [], "any", false, false, false, 161), "html", null, true))) : (print (0))); - echo "\" onfocus=\"this.select()\"> -
    • -
    -
    -
    - "; - } - // line 167 - echo " - "; - // line 168 - if (($context["has_save_dir"] ?? null)) { - // line 169 - echo "
    -
    "; -echo _gettext("Output:"); - // line 170 - echo "
    -
    -
    - - -
    -
    - - -
    -
    -
    - "; - } - // line 188 - echo " -
    -
    -
    -
    -
    "; -echo _gettext("Rename exported databases/tables/columns"); - // line 193 - echo "
    - -
    -
    - - - - - - - - - "; - // line 207 - $context['_parent'] = $context; - $context['_seq'] = twig_ensure_traversable(($context["aliases"] ?? null)); - foreach ($context['_seq'] as $context["db"] => $context["db_data"]) { - // line 208 - echo " "; - if ((twig_get_attribute($this->env, $this->source, $context["db_data"], "alias", [], "any", true, true, false, 208) && !(null === twig_get_attribute($this->env, $this->source, $context["db_data"], "alias", [], "any", false, false, false, 208)))) { - // line 209 - echo " - - - - - - "; - } - // line 220 - echo " - "; - // line 221 - $context['_parent'] = $context; - $context['_seq'] = twig_ensure_traversable((((twig_get_attribute($this->env, $this->source, $context["db_data"], "tables", [], "any", true, true, false, 221) && !(null === twig_get_attribute($this->env, $this->source, $context["db_data"], "tables", [], "any", false, false, false, 221)))) ? (twig_get_attribute($this->env, $this->source, $context["db_data"], "tables", [], "any", false, false, false, 221)) : ([]))); - foreach ($context['_seq'] as $context["table"] => $context["table_data"]) { - // line 222 - echo " "; - if ((twig_get_attribute($this->env, $this->source, $context["table_data"], "alias", [], "any", true, true, false, 222) && !(null === twig_get_attribute($this->env, $this->source, $context["table_data"], "alias", [], "any", false, false, false, 222)))) { - // line 223 - echo " - - - - - - "; - } - // line 234 - echo " - "; - // line 235 - $context['_parent'] = $context; - $context['_seq'] = twig_ensure_traversable((((twig_get_attribute($this->env, $this->source, $context["table_data"], "columns", [], "any", true, true, false, 235) && !(null === twig_get_attribute($this->env, $this->source, $context["table_data"], "columns", [], "any", false, false, false, 235)))) ? (twig_get_attribute($this->env, $this->source, $context["table_data"], "columns", [], "any", false, false, false, 235)) : ([]))); - foreach ($context['_seq'] as $context["column"] => $context["column_name"]) { - // line 236 - echo " - - - - - - "; - } - $_parent = $context['_parent']; - unset($context['_seq'], $context['_iterated'], $context['column'], $context['column_name'], $context['_parent'], $context['loop']); - $context = array_intersect_key($context, $_parent) + $_parent; - // line 247 - echo " "; - } - $_parent = $context['_parent']; - unset($context['_seq'], $context['_iterated'], $context['table'], $context['table_data'], $context['_parent'], $context['loop']); - $context = array_intersect_key($context, $_parent) + $_parent; - // line 248 - echo " "; - } - $_parent = $context['_parent']; - unset($context['_seq'], $context['_iterated'], $context['db'], $context['db_data'], $context['_parent'], $context['loop']); - $context = array_intersect_key($context, $_parent) + $_parent; - // line 249 - echo " - - "; - // line 252 - echo " - - - - - - - -
    - "; -echo _gettext("Defined aliases"); - // line 202 - echo "
    "; -echo _pgettext("Alias", "Database"); - // line 210 - echo ""; - // line 211 - echo twig_escape_filter($this->env, $context["db"], "html", null, true); - echo " - env, $context["db"], "html", null, true); - echo "][alias]\" value=\""; - echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["db_data"], "alias", [], "any", false, false, false, 213), "html", null, true); - echo "\" type=\"text\"> - - -
    "; -echo _pgettext("Alias", "Table"); - // line 224 - echo ""; - // line 225 - echo twig_escape_filter($this->env, $context["db"], "html", null, true); - echo "."; - echo twig_escape_filter($this->env, $context["table"], "html", null, true); - echo " - env, $context["db"], "html", null, true); - echo "][tables]["; - echo twig_escape_filter($this->env, $context["table"], "html", null, true); - echo "][alias]\" value=\""; - echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["table_data"], "alias", [], "any", false, false, false, 227), "html", null, true); - echo "\" type=\"text\"> - - -
    "; -echo _pgettext("Alias", "Column"); - // line 237 - echo ""; - // line 238 - echo twig_escape_filter($this->env, $context["db"], "html", null, true); - echo "."; - echo twig_escape_filter($this->env, $context["table"], "html", null, true); - echo "."; - echo twig_escape_filter($this->env, $context["column"], "html", null, true); - echo " - env, $context["db"], "html", null, true); - echo "][tables]["; - echo twig_escape_filter($this->env, $context["table"], "html", null, true); - echo "][colums]["; - echo twig_escape_filter($this->env, $context["column"], "html", null, true); - echo "]\" value=\""; - echo twig_escape_filter($this->env, $context["column_name"], "html", null, true); - echo "\" type=\"text\"> - - -
    - - - -
    - - - - - - - - - - - - - - - - - - - - - - - - - -
    "; -echo _gettext("Define new aliases"); - // line 269 - echo "
    - - - - - - - -
    - - - - - - - -
    - - - - - - - -
    -
    -
    - -
    -
    -
    -
    - -
    -
    "; -echo _gettext("Output:"); - // line 332 - echo "
    -
      -
    • -
      - - -
      -
    • - - "; - // line 341 - if ((($context["export_type"] ?? null) != "server")) { - // line 342 - echo "
    • -
      - - -
      -
    • - "; - } - // line 352 - echo " -
    • -
      - - -
      -
      - - -
      -
      -
      -
        - "; - // line 365 - if (($context["has_save_dir"] ?? null)) { - // line 366 - echo "
      • -
        - - -
        -
        - - -
        -
      • - "; - } - // line 382 - echo " -
      • -
        -
        - -
        -
        - env, ($context["filename_template"] ?? null), "html", null, true); - echo "\"> -
        -
        -
        - - -
        -
        -
        -
      • - - "; - // line 405 - if (($context["is_encoding_supported"] ?? null)) { - // line 406 - echo "
      • -
        -
        - -
        -
        - -
        -
        -
      • - "; - } - // line 424 - echo " - "; - // line 425 - if ((($context["has_zip"] ?? null) || ($context["has_gzip"] ?? null))) { - // line 426 - echo "
      • -
        -
        - -
        -
        - -
        -
        -
      • - "; - } else { - // line 451 - echo " env, ($context["selected_compression"] ?? null), "html", null, true); - echo "\"> - "; - } - // line 453 - echo " - "; - // line 454 - if (((($context["export_type"] ?? null) == "server") || (($context["export_type"] ?? null) == "database"))) { - // line 455 - echo "
      • -
        - env, ($context["export_type"] ?? null), "html", null, true); - echo "\""; - // line 458 - echo ((($context["is_checked_as_separate_files"] ?? null)) ? (" checked") : ("")); - echo "> - -
        -
      • - "; - } - // line 469 - echo "
      -
      -
    • - -
    • - - -
      "; -echo _gettext("The size is measured in MiB."); - // line 476 - echo "
      -
    • -
    -
    - -
    -
    "; -echo _gettext("Format-specific options:"); - // line 482 - echo "
    -
    - "; - // line 484 - echo ($context["options"] ?? null); - echo " -
    -
    - - "; - // line 488 - if (($context["can_convert_kanji"] ?? null)) { - // line 489 - echo " "; - // line 490 - echo "
    -
    "; -echo _gettext("Encoding Conversion:"); - // line 491 - echo "
    -
    - "; - // line 493 - $this->loadTemplate("encoding/kanji_encoding_form.twig", "export.twig", 493)->display($context); - // line 494 - echo "
    -
    - "; - } - // line 497 - echo " -
    - env, ($context["exec_time_limit"] ?? null), "html", null, true); - echo "\"> -
    -
    -
    -"; - } - - // line 4 - public function block_title($context, array $blocks = []) - { - $macros = $this->macros; - } - - // line 10 - public function block_message($context, array $blocks = []) - { - $macros = $this->macros; - } - - // line 133 - public function block_selection_options($context, array $blocks = []) - { - $macros = $this->macros; - } - - public function getTemplateName() - { - return "export.twig"; - } - - public function isTraitable() - { - return false; - } - - public function getDebugInfo() - { - return array ( 1074 => 133, 1068 => 10, 1062 => 4, 1052 => 499, 1047 => 497, 1042 => 494, 1040 => 493, 1036 => 491, 1032 => 490, 1030 => 489, 1028 => 488, 1021 => 484, 1017 => 482, 1008 => 476, 1003 => 474, 995 => 469, 989 => 465, 986 => 464, 983 => 463, 980 => 462, 977 => 461, 975 => 460, 970 => 458, 967 => 457, 963 => 455, 961 => 454, 958 => 453, 952 => 451, 945 => 446, 941 => 444, 936 => 442, 934 => 441, 931 => 440, 927 => 438, 922 => 436, 920 => 435, 918 => 434, 915 => 433, 908 => 429, 902 => 426, 900 => 425, 897 => 424, 890 => 419, 883 => 417, 881 => 416, 878 => 415, 874 => 414, 870 => 413, 864 => 409, 858 => 406, 856 => 405, 848 => 399, 842 => 396, 835 => 392, 827 => 388, 819 => 382, 813 => 378, 807 => 375, 800 => 370, 795 => 368, 791 => 366, 789 => 365, 782 => 360, 777 => 359, 772 => 356, 767 => 355, 762 => 352, 754 => 347, 749 => 345, 745 => 342, 743 => 341, 737 => 337, 732 => 336, 726 => 332, 716 => 325, 706 => 317, 700 => 314, 689 => 306, 681 => 301, 675 => 298, 664 => 290, 656 => 285, 650 => 282, 639 => 274, 631 => 269, 619 => 260, 608 => 252, 604 => 249, 598 => 248, 592 => 247, 583 => 243, 570 => 240, 561 => 238, 558 => 237, 554 => 236, 550 => 235, 547 => 234, 541 => 230, 530 => 227, 523 => 225, 520 => 224, 516 => 223, 513 => 222, 509 => 221, 506 => 220, 500 => 216, 491 => 213, 486 => 211, 483 => 210, 479 => 209, 476 => 208, 472 => 207, 465 => 202, 455 => 194, 451 => 193, 443 => 188, 436 => 183, 430 => 180, 423 => 175, 418 => 173, 413 => 170, 409 => 169, 407 => 168, 404 => 167, 395 => 161, 392 => 160, 386 => 157, 383 => 156, 380 => 154, 378 => 153, 376 => 152, 374 => 151, 371 => 149, 364 => 145, 359 => 144, 354 => 141, 349 => 140, 344 => 137, 340 => 136, 338 => 135, 335 => 134, 333 => 133, 328 => 130, 317 => 128, 313 => 127, 309 => 125, 296 => 123, 292 => 122, 289 => 121, 284 => 119, 279 => 117, 272 => 112, 267 => 111, 262 => 108, 257 => 107, 252 => 104, 248 => 103, 246 => 102, 241 => 100, 237 => 99, 234 => 98, 226 => 92, 217 => 87, 210 => 82, 206 => 81, 192 => 72, 187 => 68, 184 => 67, 180 => 64, 178 => 63, 175 => 62, 162 => 54, 154 => 51, 149 => 48, 140 => 45, 133 => 44, 129 => 43, 126 => 42, 119 => 38, 113 => 35, 102 => 27, 96 => 24, 90 => 21, 84 => 18, 78 => 16, 74 => 14, 70 => 13, 68 => 12, 65 => 11, 63 => 10, 58 => 8, 54 => 7, 50 => 5, 48 => 4, 44 => 3, 40 => 1,); - } - - public function getSourceContext() - { - return new Source("", "export.twig", "/home/arif/public_html/pma/templates/export.twig"); - } -} diff --git a/pma/tmp/twig/6a/6aef5c203c45e243b2eb9a53e7abf3d7.php b/pma/tmp/twig/6a/6aef5c203c45e243b2eb9a53e7abf3d7.php index 7f9e155..a2cfbe3 100644 --- a/pma/tmp/twig/6a/6aef5c203c45e243b2eb9a53e7abf3d7.php +++ b/pma/tmp/twig/6a/6aef5c203c45e243b2eb9a53e7abf3d7.php @@ -69,6 +69,6 @@ class __TwigTemplate_f5dc621fa283e801c04e7848ff2721a1 extends Template public function getSourceContext() { - return new Source("", "display/results/page_selector.twig", "/home/dev/web/arif.off/public_html/pma/templates/display/results/page_selector.twig"); + return new Source("", "display/results/page_selector.twig", "/home/suvo/web/graffin.ns77.siliconpin.com/public_html/pma/templates/display/results/page_selector.twig"); } } diff --git a/pma/tmp/twig/6b/6b0bff33c83e5be7ec89b6579698723e.php b/pma/tmp/twig/6b/6b0bff33c83e5be7ec89b6579698723e.php deleted file mode 100644 index 81d4700..0000000 --- a/pma/tmp/twig/6b/6b0bff33c83e5be7ec89b6579698723e.php +++ /dev/null @@ -1,67 +0,0 @@ -source = $this->getSourceContext(); - - $this->parent = false; - - $this->blocks = [ - ]; - } - - protected function doDisplay(array $context, array $blocks = []) - { - $macros = $this->macros; - // line 1 - echo "
    env, ($context["context"] ?? null), "html", null, true); - echo "\" role=\"alert\"> - "; - // line 2 - echo ($context["message"] ?? null); - echo " -
    -"; - } - - public function getTemplateName() - { - return "message.twig"; - } - - public function isTraitable() - { - return false; - } - - public function getDebugInfo() - { - return array ( 42 => 2, 37 => 1,); - } - - public function getSourceContext() - { - return new Source("", "message.twig", "/home/arif/public_html/pma/templates/message.twig"); - } -} diff --git a/pma/tmp/twig/6b/6b0c2f277a919c23e5ecc3a913ff077a.php b/pma/tmp/twig/6b/6b0c2f277a919c23e5ecc3a913ff077a.php deleted file mode 100644 index 3e528b2..0000000 --- a/pma/tmp/twig/6b/6b0c2f277a919c23e5ecc3a913ff077a.php +++ /dev/null @@ -1,137 +0,0 @@ -source = $this->getSourceContext(); - - $this->parent = false; - - $this->blocks = [ - 'content' => [$this, 'block_content'], - ]; - } - - protected function doDisplay(array $context, array $blocks = []) - { - $macros = $this->macros; - // line 1 - if (( !(null === twig_get_attribute($this->env, $this->source, ($context["relation_parameters"] ?? null), "relationFeature", [], "any", false, false, false, 1)) || ($context["is_foreign_key_supported"] ?? null))) { - // line 2 - echo " -"; - } - // line 16 - echo " -"; - // line 17 - $context['_parent'] = $context; - $context['_seq'] = twig_ensure_traversable($this->env->getRuntime('PhpMyAdmin\FlashMessages')->getMessages()); - foreach ($context['_seq'] as $context["flash_key"] => $context["flash_messages"]) { - // line 18 - echo " "; - $context['_parent'] = $context; - $context['_seq'] = twig_ensure_traversable($context["flash_messages"]); - foreach ($context['_seq'] as $context["_key"] => $context["flash_message"]) { - // line 19 - echo "
    env, $context["flash_key"], "html", null, true); - echo "\" role=\"alert\"> - "; - // line 20 - echo twig_escape_filter($this->env, $context["flash_message"], "html", null, true); - echo " -
    - "; - } - $_parent = $context['_parent']; - unset($context['_seq'], $context['_iterated'], $context['_key'], $context['flash_message'], $context['_parent'], $context['loop']); - $context = array_intersect_key($context, $_parent) + $_parent; - } - $_parent = $context['_parent']; - unset($context['_seq'], $context['_iterated'], $context['flash_key'], $context['flash_messages'], $context['_parent'], $context['loop']); - $context = array_intersect_key($context, $_parent) + $_parent; - // line 24 - echo " -
    - "; - // line 26 - $this->displayBlock('content', $context, $blocks); - // line 27 - echo "
    -"; - } - - // line 26 - public function block_content($context, array $blocks = []) - { - $macros = $this->macros; - } - - public function getTemplateName() - { - return "table/page_with_secondary_tabs.twig"; - } - - public function isTraitable() - { - return false; - } - - public function getDebugInfo() - { - return array ( 113 => 26, 108 => 27, 106 => 26, 102 => 24, 89 => 20, 84 => 19, 79 => 18, 75 => 17, 72 => 16, 64 => 11, 58 => 10, 50 => 5, 44 => 4, 40 => 2, 38 => 1,); - } - - public function getSourceContext() - { - return new Source("", "table/page_with_secondary_tabs.twig", "/home/arif/public_html/pma/templates/table/page_with_secondary_tabs.twig"); - } -} diff --git a/pma/tmp/twig/6e/6e229861a165e950a61d2134db55fc9a.php b/pma/tmp/twig/6e/6e229861a165e950a61d2134db55fc9a.php deleted file mode 100644 index 1d26bd3..0000000 --- a/pma/tmp/twig/6e/6e229861a165e950a61d2134db55fc9a.php +++ /dev/null @@ -1,80 +0,0 @@ -source = $this->getSourceContext(); - - $this->parent = false; - - $this->blocks = [ - ]; - } - - protected function doDisplay(array $context, array $blocks = []) - { - $macros = $this->macros; - // line 1 - echo "env, ($context["table_name_hash"] ?? null), "html", null, true); - echo "_favorite_anchor\" - class=\"ajax favorite_table_anchor\" - href=\""; - // line 3 - echo PhpMyAdmin\Url::getFromRoute("/database/structure/favorite-table", ($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)) ? (PhpMyAdmin\Html\Generator::getIcon("b_favorite")) : (PhpMyAdmin\Html\Generator::getIcon("b_no_favorite"))); - echo " - -"; - } - - public function getTemplateName() - { - return "database/structure/favorite_anchor.twig"; - } - - public function isTraitable() - { - return false; - } - - public function getDebugInfo() - { - return array ( 55 => 6, 51 => 5, 47 => 4, 43 => 3, 37 => 1,); - } - - public function getSourceContext() - { - return new Source("", "database/structure/favorite_anchor.twig", "/home/dev/web/arif.off/public_html/pma/templates/database/structure/favorite_anchor.twig"); - } -} diff --git a/pma/tmp/twig/76/76631423798ab97e7765547ed4a3f89c.php b/pma/tmp/twig/76/76631423798ab97e7765547ed4a3f89c.php deleted file mode 100644 index b12cbff..0000000 --- a/pma/tmp/twig/76/76631423798ab97e7765547ed4a3f89c.php +++ /dev/null @@ -1,69 +0,0 @@ -source = $this->getSourceContext(); - - $this->parent = false; - - $this->blocks = [ - ]; - } - - protected function doDisplay(array $context, array $blocks = []) - { - $macros = $this->macros; - // line 1 - echo " -"; - } - - public function getTemplateName() - { - return "table/search/column_comparison_operators.twig"; - } - - public function isTraitable() - { - return false; - } - - public function getDebugInfo() - { - return array ( 44 => 2, 37 => 1,); - } - - public function getSourceContext() - { - return new Source("", "table/search/column_comparison_operators.twig", "/home/dev/web/arif.off/public_html/pma/templates/table/search/column_comparison_operators.twig"); - } -} diff --git a/pma/tmp/twig/7c/7ca775057ee2a379dd2ca2ae43478689.php b/pma/tmp/twig/7c/7ca775057ee2a379dd2ca2ae43478689.php deleted file mode 100644 index 99884a6..0000000 --- a/pma/tmp/twig/7c/7ca775057ee2a379dd2ca2ae43478689.php +++ /dev/null @@ -1,83 +0,0 @@ -source = $this->getSourceContext(); - - $this->parent = false; - - $this->blocks = [ - ]; - } - - protected function doDisplay(array $context, array $blocks = []) - { - $macros = $this->macros; - // line 1 - if ((twig_get_attribute($this->env, $this->source, ($context["comments_map"] ?? null), ($context["table_name"] ?? null), [], "array", true, true, false, 1) && twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, // line 2 -($context["comments_map"] ?? null), ($context["table_name"] ?? null), [], "array", false, true, false, 2), ($context["column_name"] ?? null), [], "array", true, true, false, 2))) { - // line 3 - echo "
    env, (($__internal_compile_0 = (($__internal_compile_1 = ($context["comments_map"] ?? null)) && is_array($__internal_compile_1) || $__internal_compile_1 instanceof ArrayAccess ? ($__internal_compile_1[($context["table_name"] ?? null)] ?? null) : null)) && is_array($__internal_compile_0) || $__internal_compile_0 instanceof ArrayAccess ? ($__internal_compile_0[($context["column_name"] ?? null)] ?? null) : null), "html", null, true); - echo "\"> - "; - // line 4 - if ((twig_length_filter($this->env, (($__internal_compile_2 = (($__internal_compile_3 = ($context["comments_map"] ?? null)) && is_array($__internal_compile_3) || $__internal_compile_3 instanceof ArrayAccess ? ($__internal_compile_3[($context["table_name"] ?? null)] ?? null) : null)) && is_array($__internal_compile_2) || $__internal_compile_2 instanceof ArrayAccess ? ($__internal_compile_2[($context["column_name"] ?? null)] ?? null) : null)) > ($context["limit_chars"] ?? null))) { - // line 5 - echo " "; - echo twig_escape_filter($this->env, twig_slice($this->env, (($__internal_compile_4 = (($__internal_compile_5 = ($context["comments_map"] ?? null)) && is_array($__internal_compile_5) || $__internal_compile_5 instanceof ArrayAccess ? ($__internal_compile_5[($context["table_name"] ?? null)] ?? null) : null)) && is_array($__internal_compile_4) || $__internal_compile_4 instanceof ArrayAccess ? ($__internal_compile_4[($context["column_name"] ?? null)] ?? null) : null), 0, ($context["limit_chars"] ?? null)), "html", null, true); - echo "… - "; - } else { - // line 7 - echo " "; - echo twig_escape_filter($this->env, (($__internal_compile_6 = (($__internal_compile_7 = ($context["comments_map"] ?? null)) && is_array($__internal_compile_7) || $__internal_compile_7 instanceof ArrayAccess ? ($__internal_compile_7[($context["table_name"] ?? null)] ?? null) : null)) && is_array($__internal_compile_6) || $__internal_compile_6 instanceof ArrayAccess ? ($__internal_compile_6[($context["column_name"] ?? null)] ?? null) : null), "html", null, true); - echo " - "; - } - // line 9 - echo " -"; - } - } - - public function getTemplateName() - { - return "display/results/comment_for_row.twig"; - } - - public function isTraitable() - { - return false; - } - - public function getDebugInfo() - { - return array ( 59 => 9, 53 => 7, 47 => 5, 45 => 4, 40 => 3, 38 => 2, 37 => 1,); - } - - public function getSourceContext() - { - return new Source("", "display/results/comment_for_row.twig", "/home/arif/public_html/pma/templates/display/results/comment_for_row.twig"); - } -} diff --git a/pma/tmp/twig/7d/7df945a97e44286e8f27caef54db551d.php b/pma/tmp/twig/7d/7df945a97e44286e8f27caef54db551d.php deleted file mode 100644 index 3960f04..0000000 --- a/pma/tmp/twig/7d/7df945a97e44286e8f27caef54db551d.php +++ /dev/null @@ -1,120 +0,0 @@ -source = $this->getSourceContext(); - - $this->parent = false; - - $this->blocks = [ - ]; - } - - protected function doDisplay(array $context, array $blocks = []) - { - $macros = $this->macros; - // line 1 - if ((array_key_exists("submit_attribute", $context) && (($context["submit_attribute"] ?? null) != false))) { - // line 2 - echo " "; - $context["attribute"] = ($context["submit_attribute"] ?? null); - // line 3 - echo " "; - } elseif ((twig_get_attribute($this->env, $this->source, // line 4 -($context["column_meta"] ?? null), "Extra", [], "array", true, true, false, 4) && (twig_in_filter("on update current_timestamp", (($__internal_compile_0 = // line 5 -($context["column_meta"] ?? null)) && is_array($__internal_compile_0) || $__internal_compile_0 instanceof ArrayAccess ? ($__internal_compile_0["Extra"] ?? null) : null)) || twig_in_filter("on update current_timestamp()", twig_lower_filter($this->env, (($__internal_compile_1 = ($context["column_meta"] ?? null)) && is_array($__internal_compile_1) || $__internal_compile_1 instanceof ArrayAccess ? ($__internal_compile_1["Extra"] ?? null) : null)))))) { - // line 6 - echo " "; - $context["attribute"] = "on update CURRENT_TIMESTAMP"; - } elseif (twig_get_attribute($this->env, $this->source, // line 7 -($context["extracted_columnspec"] ?? null), "attribute", [], "array", true, true, false, 7)) { - // line 8 - echo " "; - $context["attribute"] = (($__internal_compile_2 = ($context["extracted_columnspec"] ?? null)) && is_array($__internal_compile_2) || $__internal_compile_2 instanceof ArrayAccess ? ($__internal_compile_2["attribute"] ?? null) : null); - } else { - // line 10 - echo " "; - $context["attribute"] = ""; - } - // line 12 - $context["attribute"] = twig_upper_filter($this->env, ($context["attribute"] ?? null)); - // line 13 - echo " -"; - } - - public function getTemplateName() - { - return "columns_definitions/column_attribute.twig"; - } - - public function isTraitable() - { - return false; - } - - public function getDebugInfo() - { - return array ( 97 => 22, 88 => 19, 84 => 18, 80 => 17, 75 => 16, 73 => 15, 67 => 14, 62 => 13, 60 => 12, 56 => 10, 52 => 8, 50 => 7, 47 => 6, 45 => 5, 44 => 4, 42 => 3, 39 => 2, 37 => 1,); - } - - public function getSourceContext() - { - return new Source("", "columns_definitions/column_attribute.twig", "/home/arif/public_html/pma/templates/columns_definitions/column_attribute.twig"); - } -} diff --git a/pma/tmp/twig/7f/7fb405a2638cef05f9d4bd35cdb83c1f.php b/pma/tmp/twig/7f/7fb405a2638cef05f9d4bd35cdb83c1f.php deleted file mode 100644 index 7b252a4..0000000 --- a/pma/tmp/twig/7f/7fb405a2638cef05f9d4bd35cdb83c1f.php +++ /dev/null @@ -1,220 +0,0 @@ -source = $this->getSourceContext(); - - $this->parent = false; - - $this->blocks = [ - ]; - } - - protected function doDisplay(array $context, array $blocks = []) - { - $macros = $this->macros; - // line 1 - if ((($context["max_count"] ?? null) < ($context["count"] ?? null))) { - // line 2 - echo "
    env, twig_join_filter(($context["classes"] ?? null), " "), "html", null, true); - echo "\"> - "; - // line 3 - if ((($context["frame"] ?? null) != "frame_navigation")) { - // line 4 - echo " "; -echo _gettext("Page number:"); - // line 5 - echo " "; - } - // line 6 - echo " - "; - // line 7 - if ((($context["position"] ?? null) > 0)) { - // line 8 - echo " 0]), "", false); - echo "\""; - echo (((($context["frame"] ?? null) == "frame_navigation")) ? (" class=\"ajax\"") : ("")); - echo " title=\""; -echo _pgettext("First page", "Begin"); - echo "\"> - "; - // line 9 - if (PhpMyAdmin\Util::showIcons("TableNavigationLinksMode")) { - // line 10 - echo " << - "; - } - // line 12 - echo " "; - if (PhpMyAdmin\Util::showText("TableNavigationLinksMode")) { - // line 13 - echo " "; -echo _pgettext("First page", "Begin"); - // line 14 - echo " "; - } - // line 15 - echo " - (($context["position"] ?? null) - ($context["max_count"] ?? null))]), "", false); - echo "\""; - echo (((($context["frame"] ?? null) == "frame_navigation")) ? (" class=\"ajax\"") : ("")); - echo " title=\""; -echo _pgettext("Previous page", "Previous"); - echo "\"> - "; - // line 17 - if (PhpMyAdmin\Util::showIcons("TableNavigationLinksMode")) { - // line 18 - echo " < - "; - } - // line 20 - echo " "; - if (PhpMyAdmin\Util::showText("TableNavigationLinksMode")) { - // line 21 - echo " "; -echo _pgettext("Previous page", "Previous"); - // line 22 - echo " "; - } - // line 23 - echo " - "; - } - // line 25 - echo " -
    - "; - // line 27 - echo PhpMyAdmin\Url::getHiddenInputs(($context["url_params"] ?? null)); - echo " - - "; - // line 29 - echo ($context["page_selector"] ?? null); - echo " -
    - - "; - // line 32 - if (((($context["position"] ?? null) + ($context["max_count"] ?? null)) < ($context["count"] ?? null))) { - // line 33 - echo " (($context["position"] ?? null) + ($context["max_count"] ?? null))]), "", false); - echo "\""; - echo (((($context["frame"] ?? null) == "frame_navigation")) ? (" class=\"ajax\"") : ("")); - echo " title=\""; -echo _pgettext("Next page", "Next"); - echo "\"> - "; - // line 34 - if (PhpMyAdmin\Util::showText("TableNavigationLinksMode")) { - // line 35 - echo " "; -echo _pgettext("Next page", "Next"); - // line 36 - echo " "; - } - // line 37 - echo " "; - if (PhpMyAdmin\Util::showIcons("TableNavigationLinksMode")) { - // line 38 - echo " > - "; - } - // line 40 - echo " - "; - // line 41 - $context["last_pos"] = ((int) floor((($context["count"] ?? null) / ($context["max_count"] ?? null))) * ($context["max_count"] ?? null)); - // line 42 - echo " (((($context["last_pos"] ?? null) == ($context["count"] ?? null))) ? ((($context["count"] ?? null) - ($context["max_count"] ?? null))) : (($context["last_pos"] ?? null)))]), "", false); - echo "\""; - echo (((($context["frame"] ?? null) == "frame_navigation")) ? (" class=\"ajax\"") : ("")); - echo " title=\""; -echo _pgettext("Last page", "End"); - echo "\"> - "; - // line 43 - if (PhpMyAdmin\Util::showText("TableNavigationLinksMode")) { - // line 44 - echo " "; -echo _pgettext("Last page", "End"); - // line 45 - echo " "; - } - // line 46 - echo " "; - if (PhpMyAdmin\Util::showIcons("TableNavigationLinksMode")) { - // line 47 - echo " >> - "; - } - // line 49 - echo " - "; - } - // line 51 - echo "
    -"; - } - } - - public function getTemplateName() - { - return "list_navigator.twig"; - } - - public function isTraitable() - { - return false; - } - - public function getDebugInfo() - { - return array ( 196 => 51, 192 => 49, 188 => 47, 185 => 46, 182 => 45, 179 => 44, 177 => 43, 166 => 42, 164 => 41, 161 => 40, 157 => 38, 154 => 37, 151 => 36, 148 => 35, 146 => 34, 135 => 33, 133 => 32, 127 => 29, 122 => 27, 118 => 26, 115 => 25, 111 => 23, 108 => 22, 105 => 21, 102 => 20, 98 => 18, 96 => 17, 86 => 16, 83 => 15, 80 => 14, 77 => 13, 74 => 12, 70 => 10, 68 => 9, 57 => 8, 55 => 7, 52 => 6, 49 => 5, 46 => 4, 44 => 3, 39 => 2, 37 => 1,); - } - - public function getSourceContext() - { - return new Source("", "list_navigator.twig", "/home/arif/public_html/pma/templates/list_navigator.twig"); - } -} diff --git a/pma/tmp/twig/80/8098857c185d28543ff7856f1711c1c0.php b/pma/tmp/twig/80/8098857c185d28543ff7856f1711c1c0.php deleted file mode 100644 index 49b019f..0000000 --- a/pma/tmp/twig/80/8098857c185d28543ff7856f1711c1c0.php +++ /dev/null @@ -1,191 +0,0 @@ -source = $this->getSourceContext(); - - $this->parent = false; - - $this->blocks = [ - ]; - } - - protected function doDisplay(array $context, array $blocks = []) - { - $macros = $this->macros; - // line 1 - echo "
    -

    - "; - // line 3 - echo PhpMyAdmin\Html\Generator::getIcon("b_triggers", _gettext("Triggers")); - echo " - "; - // line 4 - echo PhpMyAdmin\Html\MySQLDocumentation::show("TRIGGERS"); - echo " -

    - -
    -
    -
    -
    -
    - - -
    -
    - - -
    -
    - - -
    - -
    - "; - // line 33 - echo PhpMyAdmin\Url::getHiddenInputs(($context["db"] ?? null), ($context["table"] ?? null)); - echo " - -
    - "; -echo _gettext("There are no triggers to display."); - // line 37 - echo "
    - - - - - - - "; - // line 44 - if (twig_test_empty(($context["table"] ?? null))) { - // line 45 - echo " - "; - } - // line 47 - echo " - - - - - - "; - // line 53 - $context['_parent'] = $context; - $context['_seq'] = twig_ensure_traversable(range(0, ((twig_test_empty(($context["table"] ?? null))) ? (7) : (6)))); - foreach ($context['_seq'] as $context["_key"] => $context["i"]) { - echo ""; - } - $_parent = $context['_parent']; - unset($context['_seq'], $context['_iterated'], $context['_key'], $context['i'], $context['_parent'], $context['loop']); - $context = array_intersect_key($context, $_parent) + $_parent; - echo " - - "; - // line 55 - echo ($context["rows"] ?? null); - echo " - -
    "; -echo _gettext("Name"); - // line 43 - echo ""; -echo _gettext("Table"); - echo ""; -echo _gettext("Time"); - echo ""; -echo _gettext("Event"); - // line 48 - echo "
    -
    -
    -"; - } - - public function getTemplateName() - { - return "database/triggers/list.twig"; - } - - public function isTraitable() - { - return false; - } - - public function getDebugInfo() - { - return array ( 163 => 55, 151 => 53, 144 => 48, 138 => 47, 132 => 45, 130 => 44, 127 => 43, 119 => 39, 115 => 37, 110 => 35, 105 => 33, 101 => 32, 93 => 27, 85 => 26, 76 => 20, 73 => 19, 67 => 17, 64 => 16, 58 => 13, 45 => 4, 41 => 3, 37 => 1,); - } - - public function getSourceContext() - { - return new Source("", "database/triggers/list.twig", "/home/arif/public_html/pma/templates/database/triggers/list.twig"); - } -} diff --git a/pma/tmp/twig/81/81ffaf4854223de5a14ae75047ec5b4f.php b/pma/tmp/twig/81/81ffaf4854223de5a14ae75047ec5b4f.php deleted file mode 100644 index 55e45ca..0000000 --- a/pma/tmp/twig/81/81ffaf4854223de5a14ae75047ec5b4f.php +++ /dev/null @@ -1,385 +0,0 @@ -source = $this->getSourceContext(); - - $this->parent = false; - - $this->blocks = [ - ]; - } - - protected function doDisplay(array $context, array $blocks = []) - { - $macros = $this->macros; - // line 1 - if (($context["option_is_disabled"] ?? null)) { - // line 2 - echo " "; - $context["tr_class"] = (($context["tr_class"] ?? null) . " disabled-field"); - } - // line 4 - echo "env, ($context["tr_class"] ?? null), "html", null, true); - echo "\""; - } - echo "> - - - - "; - // line 8 - if ( !twig_test_empty(($context["doc"] ?? null))) { - // line 9 - echo " - env, ($context["doc"] ?? null), "html", null, true); - echo "\" target=\"documentation\">"; - echo PhpMyAdmin\Html\Generator::getImage("b_help", _gettext("Documentation")); - echo " - - "; - } - // line 13 - echo " - "; - // line 14 - if (($context["option_is_disabled"] ?? null)) { - // line 15 - echo " - "; -echo _gettext("Disabled"); - // line 17 - echo " - "; - } - // line 19 - echo " - "; - // line 20 - if ( !twig_test_empty(($context["description"] ?? null))) { - // line 21 - echo " "; - echo ($context["description"] ?? null); - echo " - "; - } - // line 23 - echo " - - - "; - // line 26 - if ((($context["type"] ?? null) == "text")) { - // line 27 - echo " env, ($context["path"] ?? null), "html", null, true); - echo "\" id=\""; - echo twig_escape_filter($this->env, ($context["path"] ?? null), "html", null, true); - echo "\" value=\""; - echo twig_escape_filter($this->env, ($context["value"] ?? null), "html", null, true); - echo "\" class=\"w-75"; - echo (( !($context["value_is_default"] ?? null)) ? (((($context["has_errors"] ?? null)) ? (" custom field-error") : (" custom"))) : ("")); - echo "\"> - "; - } elseif (( // line 28 -($context["type"] ?? null) == "password")) { - // line 29 - echo " env, ($context["path"] ?? null), "html", null, true); - echo "\" id=\""; - echo twig_escape_filter($this->env, ($context["path"] ?? null), "html", null, true); - echo "\" value=\""; - echo twig_escape_filter($this->env, ($context["value"] ?? null), "html", null, true); - echo "\" class=\"w-75"; - echo (( !($context["value_is_default"] ?? null)) ? (((($context["has_errors"] ?? null)) ? (" custom field-error") : (" custom"))) : ("")); - echo "\" spellcheck=\"false\"> - "; - } elseif ((( // line 30 -($context["type"] ?? null) == "short_text") && !twig_test_iterable(($context["value"] ?? null)))) { - // line 31 - echo " "; - // line 32 - echo " env, ($context["path"] ?? null), "html", null, true); - echo "\" id=\""; - echo twig_escape_filter($this->env, ($context["path"] ?? null), "html", null, true); - echo "\" value=\""; - echo twig_escape_filter($this->env, ($context["value"] ?? null), "html", null, true); - echo "\" class=\""; - echo (( !($context["value_is_default"] ?? null)) ? (((($context["has_errors"] ?? null)) ? ("custom field-error") : ("custom"))) : ("")); - echo "\"> - "; - } elseif (( // line 33 -($context["type"] ?? null) == "number_text")) { - // line 34 - echo " env, ($context["path"] ?? null), "html", null, true); - echo "\" id=\""; - echo twig_escape_filter($this->env, ($context["path"] ?? null), "html", null, true); - echo "\" value=\""; - echo twig_escape_filter($this->env, ($context["value"] ?? null), "html", null, true); - echo "\" class=\""; - echo (( !($context["value_is_default"] ?? null)) ? (((($context["has_errors"] ?? null)) ? ("custom field-error") : ("custom"))) : ("")); - echo "\"> - "; - } elseif (( // line 35 -($context["type"] ?? null) == "checkbox")) { - // line 36 - echo " - env, ($context["path"] ?? null), "html", null, true); - echo "\" id=\""; - echo twig_escape_filter($this->env, ($context["path"] ?? null), "html", null, true); - echo "\""; - echo ((($context["value"] ?? null)) ? (" checked") : ("")); - echo "> - - "; - } elseif (( // line 39 -($context["type"] ?? null) == "select")) { - // line 40 - echo " - "; - } elseif (( // line 46 -($context["type"] ?? null) == "list")) { - // line 47 - echo " - "; - } - // line 51 - echo " - "; - // line 52 - if ((($context["is_setup"] ?? null) && ($context["comment"] ?? null))) { - // line 53 - echo " env, ($context["comment"] ?? null), "html", null, true); - echo "\">"; - echo PhpMyAdmin\Html\Generator::getImage("b_tblops", _gettext("Comment")); - echo " - "; - } - // line 55 - echo " - "; - // line 56 - if (($context["set_value"] ?? null)) { - // line 57 - echo " env, ($context["path"] ?? null), "html", null, true); - echo "="; - echo twig_escape_filter($this->env, ($context["set_value"] ?? null), "html", null, true); - echo "\" title=\""; - echo twig_escape_filter($this->env, twig_sprintf(_gettext("Set value: %s"), ($context["set_value"] ?? null)), "html", null, true); - echo "\">"; - // line 58 - echo PhpMyAdmin\Html\Generator::getImage("b_edit", twig_sprintf(_gettext("Set value: %s"), ($context["set_value"] ?? null))); - // line 59 - echo " - "; - } - // line 61 - echo " - "; - // line 62 - if (($context["show_restore_default"] ?? null)) { - // line 63 - echo " env, ($context["path"] ?? null), "html", null, true); - echo "\" title=\""; -echo _gettext("Restore default value"); - echo "\">"; - // line 64 - echo PhpMyAdmin\Html\Generator::getImage("s_reload", _gettext("Restore default value")); - // line 65 - echo " - "; - } - // line 67 - echo " - "; - // line 69 - echo " "; - if (($context["has_errors"] ?? null)) { - // line 70 - echo "
    - "; - // line 71 - $context['_parent'] = $context; - $context['_seq'] = twig_ensure_traversable(($context["errors"] ?? null)); - foreach ($context['_seq'] as $context["_key"] => $context["error"]) { - // line 72 - echo "
    "; - echo $context["error"]; - echo "
    - "; - } - $_parent = $context['_parent']; - unset($context['_seq'], $context['_iterated'], $context['_key'], $context['error'], $context['_parent'], $context['loop']); - $context = array_intersect_key($context, $_parent) + $_parent; - // line 74 - echo "
    - "; - } - // line 76 - echo " - - "; - // line 78 - if ((($context["is_setup"] ?? null) && !(null === ($context["allows_customization"] ?? null)))) { - // line 79 - echo " - env, ($context["path"] ?? null), "html", null, true); - echo "-userprefs-allow\""; - echo ((($context["allows_customization"] ?? null)) ? (" checked") : ("")); - echo " aria-label=\""; -echo _gettext("Allow users to customize this value"); - echo "\"> - - "; - } elseif ( // line 82 -($context["is_setup"] ?? null)) { - // line 83 - echo "   - "; - } - // line 85 - echo " -"; - } - - public function getTemplateName() - { - return "config/form_display/input.twig"; - } - - public function isTraitable() - { - return false; - } - - public function getDebugInfo() - { - return array ( 362 => 85, 358 => 83, 356 => 82, 347 => 80, 342 => 79, 340 => 78, 336 => 76, 332 => 74, 323 => 72, 319 => 71, 316 => 70, 313 => 69, 310 => 67, 306 => 65, 304 => 64, 298 => 63, 296 => 62, 293 => 61, 289 => 59, 287 => 58, 279 => 57, 277 => 56, 274 => 55, 266 => 53, 264 => 52, 261 => 51, 257 => 49, 223 => 48, 215 => 47, 213 => 46, 210 => 45, 196 => 43, 189 => 42, 185 => 41, 176 => 40, 174 => 39, 165 => 37, 160 => 36, 158 => 35, 147 => 34, 145 => 33, 134 => 32, 132 => 31, 130 => 30, 119 => 29, 117 => 28, 106 => 27, 104 => 26, 99 => 23, 93 => 21, 91 => 20, 88 => 19, 84 => 17, 78 => 15, 76 => 14, 73 => 13, 65 => 10, 62 => 9, 60 => 8, 53 => 6, 43 => 4, 39 => 2, 37 => 1,); - } - - public function getSourceContext() - { - return new Source("", "config/form_display/input.twig", "/home/arif/public_html/pma/templates/config/form_display/input.twig"); - } -} diff --git a/pma/tmp/twig/83/836575ade1a47c775723fb4e60235059.php b/pma/tmp/twig/83/836575ade1a47c775723fb4e60235059.php deleted file mode 100644 index 1edb29e..0000000 --- a/pma/tmp/twig/83/836575ade1a47c775723fb4e60235059.php +++ /dev/null @@ -1,294 +0,0 @@ -source = $this->getSourceContext(); - - $this->parent = false; - - $this->blocks = [ - ]; - } - - protected function doDisplay(array $context, array $blocks = []) - { - $macros = $this->macros; - // line 1 - echo " - - - - "; - // line 5 - ob_start(function () { return ''; }); -echo _ngettext("%s table", "%s tables", abs( // line 6 -($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, twig_sprintf(($context["num_tables_trans"] ?? null), PhpMyAdmin\Util::formatNumber(($context["num_tables"] ?? null), 0)), "html", null, true); - echo " - - "; - // line 10 - if (($context["server_replica_status"] ?? null)) { - // line 11 - echo " "; -echo _gettext("Replication"); - echo " - "; - } - // 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 " env, ($context["sum_colspan"] ?? null), "html", null, true); - echo "\" class=\"d-print-none\">"; -echo _gettext("Sum"); - echo " - "; - // 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 (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_all" => "true"]; - // line 27 - echo " "; - } - // line 28 - echo " "; - if (($context["approx_rows"] ?? null)) { - // line 29 - echo " "; - ob_start(function () { return ''; }); - // line 30 - echo "~"; - // line 31 - echo twig_escape_filter($this->env, ($context["row_count_sum"] ?? null), "html", null, true); - // line 32 - echo ""; - $context["cell_text"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset()); - // line 34 - echo " "; - } else { - // line 35 - echo " "; - $context["cell_text"] = ($context["row_count_sum"] ?? null); - // line 36 - echo " "; - } - // line 37 - echo " "; - echo twig_escape_filter($this->env, ($context["cell_text"] ?? null), "html", null, true); - echo " - "; - // line 38 - if ( !(($context["properties_num_columns"] ?? null) > 1)) { - // line 39 - echo " "; - // line 40 - echo " "; - $context["default_engine"] = twig_get_attribute($this->env, $this->source, ($context["dbi"] ?? null), "fetchValue", [0 => "SELECT @@storage_engine;"], "method", false, false, false, 40); - // line 41 - echo " "; - if (twig_test_empty(($context["default_engine"] ?? null))) { - // line 42 - echo " "; - // line 43 - echo " "; - $context["default_engine"] = twig_get_attribute($this->env, $this->source, ($context["dbi"] ?? null), "fetchValue", [0 => "SELECT @@default_storage_engine;"], "method", false, false, false, 43); - // line 44 - echo " "; - } - // line 45 - echo " - env, twig_sprintf(_gettext("%s is the default storage engine on this MySQL server."), ($context["default_engine"] ?? null)), "html", null, true); - echo "\"> - "; - // line 47 - echo twig_escape_filter($this->env, ($context["default_engine"] ?? null), "html", null, true); - echo " - - - - "; - // line 51 - if ( !twig_test_empty(($context["database_collation"] ?? null))) { - // line 52 - echo " env, twig_get_attribute($this->env, $this->source, ($context["database_collation"] ?? null), "description", [], "any", false, false, false, 52), "html", null, true); - echo " ("; -echo _gettext("Default"); - echo ")\"> - "; - // line 53 - echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, ($context["database_collation"] ?? null), "name", [], "any", false, false, false, 53), "html", null, true); - echo " - - "; - } - // line 56 - echo " - "; - } - // line 58 - echo " - "; - // line 59 - if (($context["is_show_stats"] ?? null)) { - // line 60 - echo " "; - $context["sum"] = PhpMyAdmin\Util::formatByteDown(($context["sum_size"] ?? null), 3, 1); - // line 61 - echo " "; - $context["sum_formatted"] = (($__internal_compile_0 = ($context["sum"] ?? null)) && is_array($__internal_compile_0) || $__internal_compile_0 instanceof ArrayAccess ? ($__internal_compile_0[0] ?? null) : null); - // line 62 - echo " "; - $context["sum_unit"] = (($__internal_compile_1 = ($context["sum"] ?? null)) && is_array($__internal_compile_1) || $__internal_compile_1 instanceof ArrayAccess ? ($__internal_compile_1[1] ?? null) : null); - // line 63 - echo " "; - 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 " - - "; - // line 65 - $context["overhead"] = PhpMyAdmin\Util::formatByteDown(($context["overhead_size"] ?? null), 3, 1); - // line 66 - echo " "; - $context["overhead_formatted"] = (($__internal_compile_2 = ($context["overhead"] ?? null)) && is_array($__internal_compile_2) || $__internal_compile_2 instanceof ArrayAccess ? ($__internal_compile_2[0] ?? null) : null); - // line 67 - echo " "; - $context["overhead_unit"] = (($__internal_compile_3 = ($context["overhead"] ?? null)) && is_array($__internal_compile_3) || $__internal_compile_3 instanceof ArrayAccess ? ($__internal_compile_3[1] ?? null) : null); - // line 68 - echo " "; - 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 " - "; - } - // line 70 - echo " - "; - // line 71 - if (($context["show_charset"] ?? null)) { - // line 72 - echo " "; - echo twig_escape_filter($this->env, ($context["database_charset"] ?? null), "html", null, true); - echo " - "; - } - // line 74 - echo " "; - if (($context["show_comment"] ?? null)) { - // line 75 - echo " - "; - } - // line 77 - echo " "; - if (($context["show_creation"] ?? null)) { - // line 78 - echo " - "; - // line 79 - echo twig_escape_filter($this->env, ($context["create_time_all"] ?? null), "html", null, true); - echo " - - "; - } - // line 82 - echo " "; - if (($context["show_last_update"] ?? null)) { - // line 83 - echo " - "; - // line 84 - echo twig_escape_filter($this->env, ($context["update_time_all"] ?? null), "html", null, true); - echo " - - "; - } - // line 87 - echo " "; - if (($context["show_last_check"] ?? null)) { - // line 88 - echo " - "; - // line 89 - echo twig_escape_filter($this->env, ($context["check_time_all"] ?? null), "html", null, true); - echo " - - "; - } - // line 92 - echo " - -"; - } - - public function getTemplateName() - { - return "database/structure/body_for_table_summary.twig"; - } - - public function isTraitable() - { - return false; - } - - public function getDebugInfo() - { - return array ( 270 => 92, 264 => 89, 261 => 88, 258 => 87, 252 => 84, 249 => 83, 246 => 82, 240 => 79, 237 => 78, 234 => 77, 230 => 75, 227 => 74, 221 => 72, 219 => 71, 216 => 70, 208 => 68, 205 => 67, 202 => 66, 200 => 65, 192 => 63, 189 => 62, 186 => 61, 183 => 60, 181 => 59, 178 => 58, 174 => 56, 168 => 53, 161 => 52, 159 => 51, 152 => 47, 148 => 46, 145 => 45, 142 => 44, 139 => 43, 137 => 42, 134 => 41, 131 => 40, 129 => 39, 127 => 38, 122 => 37, 119 => 36, 116 => 35, 113 => 34, 110 => 32, 108 => 31, 104 => 30, 101 => 29, 98 => 28, 95 => 27, 93 => 24, 91 => 22, 88 => 21, 85 => 20, 83 => 19, 81 => 18, 74 => 17, 71 => 16, 68 => 15, 65 => 14, 62 => 13, 56 => 11, 54 => 10, 48 => 8, 45 => 6, 43 => 5, 37 => 1,); - } - - public function getSourceContext() - { - return new Source("", "database/structure/body_for_table_summary.twig", "/home/arif/public_html/pma/templates/database/structure/body_for_table_summary.twig"); - } -} diff --git a/pma/tmp/twig/84/8479bd4d0d00bc2db417c40a0d209745.php b/pma/tmp/twig/84/8479bd4d0d00bc2db417c40a0d209745.php deleted file mode 100644 index a529d99..0000000 --- a/pma/tmp/twig/84/8479bd4d0d00bc2db417c40a0d209745.php +++ /dev/null @@ -1,269 +0,0 @@ -source = $this->getSourceContext(); - - $this->parent = false; - - $this->blocks = [ - ]; - } - - protected function doDisplay(array $context, array $blocks = []) - { - $macros = $this->macros; - // line 1 - echo "
    -"; - // line 2 - echo PhpMyAdmin\Url::getHiddenInputs(($context["db"] ?? null)); - echo " -
    - - - - - - "; - // line 9 - if (($context["replication"] ?? null)) { - // line 10 - echo " - "; - } - // 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 " - "; - // line 25 - echo " - "; - // line 29 - if ( !(($context["properties_num_columns"] ?? null) > 1)) { - // line 30 - echo " - - "; - } - // line 33 - echo " - "; - // line 34 - if (($context["is_show_stats"] ?? null)) { - // line 35 - echo " "; - // line 36 - echo " - "; - // line 38 - echo " - "; - } - // line 40 - echo " - "; - // line 41 - if (($context["show_charset"] ?? null)) { - // line 42 - echo " - "; - } - // line 44 - echo " - "; - // line 45 - if (($context["show_comment"] ?? null)) { - // line 46 - echo " - "; - } - // line 48 - echo " - "; - // line 49 - if (($context["show_creation"] ?? null)) { - // line 50 - echo " "; - // line 51 - echo " - "; - } - // line 53 - echo " - "; - // line 54 - if (($context["show_last_update"] ?? null)) { - // line 55 - echo " "; - // line 56 - echo " - "; - } - // line 58 - echo " - "; - // line 59 - if (($context["show_last_check"] ?? null)) { - // line 60 - echo " "; - // line 61 - echo " - "; - } - // line 63 - echo " - - - "; - // line 66 - $context['_parent'] = $context; - $context['_seq'] = twig_ensure_traversable(($context["structure_table_rows"] ?? null)); - foreach ($context['_seq'] as $context["_key"] => $context["structure_table_row"]) { - // line 67 - echo " "; - $this->loadTemplate("database/structure/structure_table_row.twig", "database/structure/table_header.twig", 67)->display(twig_to_array($context["structure_table_row"])); - // line 68 - 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 69 - echo " - "; - // line 70 - if (($context["body_for_table_summary"] ?? null)) { - // line 71 - echo " "; - $this->loadTemplate("database/structure/body_for_table_summary.twig", "database/structure/table_header.twig", 71)->display(twig_to_array(($context["body_for_table_summary"] ?? null))); - // line 72 - echo " "; - } - // line 73 - echo "
    "; - // line 8 - echo PhpMyAdmin\Util::sortableTableHeader(_gettext("Table"), "table"); - echo ""; -echo _gettext("Replication"); - echo "env, ($context["action_colspan"] ?? null), "html", null, true); - echo "\" class=\"d-print-none\"> - "; -echo _gettext("Action"); - // line 23 - echo " - "; - // line 26 - echo PhpMyAdmin\Util::sortableTableHeader(_gettext("Rows"), "records", "DESC"); - echo " - "; - // line 27 - echo PhpMyAdmin\Html\Generator::showHint(PhpMyAdmin\Sanitize::sanitizeMessage(_gettext("May be approximate. Click on the number to get the exact count. See [doc@faq3-11]FAQ 3.11[/doc]."))); - echo " - "; - echo PhpMyAdmin\Util::sortableTableHeader(_gettext("Type"), "type"); - echo ""; - // line 31 - echo PhpMyAdmin\Util::sortableTableHeader(_gettext("Collation"), "collation"); - echo ""; - echo PhpMyAdmin\Util::sortableTableHeader(_gettext("Size"), "size", "DESC"); - echo ""; - echo PhpMyAdmin\Util::sortableTableHeader(_gettext("Overhead"), "overhead", "DESC"); - echo ""; - echo PhpMyAdmin\Util::sortableTableHeader(_gettext("Charset"), "charset"); - echo ""; - echo PhpMyAdmin\Util::sortableTableHeader(_gettext("Comment"), "comment"); - echo ""; - echo PhpMyAdmin\Util::sortableTableHeader(_gettext("Creation"), "creation", "DESC"); - echo ""; - echo PhpMyAdmin\Util::sortableTableHeader(_gettext("Last update"), "last_update", "DESC"); - echo ""; - echo PhpMyAdmin\Util::sortableTableHeader(_gettext("Last check"), "last_check", "DESC"); - echo "
    -
    -"; - // line 75 - if (($context["check_all_tables"] ?? null)) { - // line 76 - echo " "; - $this->loadTemplate("database/structure/check_all_tables.twig", "database/structure/table_header.twig", 76)->display(twig_to_array(($context["check_all_tables"] ?? null))); - } - // line 78 - echo "
    -"; - // line 79 - if (($context["check_all_tables"] ?? null)) { - // line 80 - echo " "; - $this->loadTemplate("database/structure/bulk_action_modal.twig", "database/structure/table_header.twig", 80)->display(twig_to_array(($context["check_all_tables"] ?? null))); - } - } - - public function getTemplateName() - { - return "database/structure/table_header.twig"; - } - - public function isTraitable() - { - return false; - } - - public function getDebugInfo() - { - return array ( 245 => 80, 243 => 79, 240 => 78, 236 => 76, 234 => 75, 230 => 73, 227 => 72, 224 => 71, 222 => 70, 219 => 69, 213 => 68, 210 => 67, 206 => 66, 201 => 63, 195 => 61, 193 => 60, 191 => 59, 188 => 58, 182 => 56, 180 => 55, 178 => 54, 175 => 53, 169 => 51, 167 => 50, 165 => 49, 162 => 48, 156 => 46, 154 => 45, 151 => 44, 145 => 42, 143 => 41, 140 => 40, 134 => 38, 129 => 36, 127 => 35, 125 => 34, 122 => 33, 117 => 31, 112 => 30, 110 => 29, 105 => 27, 101 => 26, 98 => 25, 95 => 23, 89 => 21, 86 => 20, 83 => 19, 80 => 18, 77 => 17, 74 => 16, 71 => 15, 68 => 14, 66 => 13, 63 => 12, 57 => 10, 55 => 9, 51 => 8, 42 => 2, 37 => 1,); - } - - public function getSourceContext() - { - return new Source("", "database/structure/table_header.twig", "/home/arif/public_html/pma/templates/database/structure/table_header.twig"); - } -} diff --git a/pma/tmp/twig/85/850160f5fe98b0fe6384509d6b816e99.php b/pma/tmp/twig/85/850160f5fe98b0fe6384509d6b816e99.php deleted file mode 100644 index 6346224..0000000 --- a/pma/tmp/twig/85/850160f5fe98b0fe6384509d6b816e99.php +++ /dev/null @@ -1,82 +0,0 @@ -source = $this->getSourceContext(); - - $this->parent = false; - - $this->blocks = [ - ]; - } - - protected function doDisplay(array $context, array $blocks = []) - { - $macros = $this->macros; - // line 1 - echo "
    -
    -
    -
    -
    "; -echo _gettext("Loading"); - // line 5 - echo "
    - -
    -
    -
    - -
    -
    -
    -
    -"; - } - - public function getTemplateName() - { - return "modals/preview_sql_modal.twig"; - } - - public function isTraitable() - { - return false; - } - - public function getDebugInfo() - { - return array ( 55 => 10, 48 => 6, 44 => 5, 37 => 1,); - } - - public function getSourceContext() - { - return new Source("", "modals/preview_sql_modal.twig", "/home/arif/public_html/pma/templates/modals/preview_sql_modal.twig"); - } -} diff --git a/pma/tmp/twig/85/855838867863980c09408b2f5c6dcd09.php b/pma/tmp/twig/85/855838867863980c09408b2f5c6dcd09.php index 13721df..611df26 100644 --- a/pma/tmp/twig/85/855838867863980c09408b2f5c6dcd09.php +++ b/pma/tmp/twig/85/855838867863980c09408b2f5c6dcd09.php @@ -489,6 +489,6 @@ echo _gettext("Edit partitioning"); public function getSourceContext() { - return new Source("", "table/structure/display_partitions.twig", "/home/dev/web/arif.off/public_html/pma/templates/table/structure/display_partitions.twig"); + return new Source("", "table/structure/display_partitions.twig", "/home/suvo/web/graffin.ns77.siliconpin.com/public_html/pma/templates/table/structure/display_partitions.twig"); } } diff --git a/pma/tmp/twig/86/86a6f5bfd08058c046e257cd096ce01c.php b/pma/tmp/twig/86/86a6f5bfd08058c046e257cd096ce01c.php deleted file mode 100644 index 7dc95ae..0000000 --- a/pma/tmp/twig/86/86a6f5bfd08058c046e257cd096ce01c.php +++ /dev/null @@ -1,551 +0,0 @@ -source = $this->getSourceContext(); - - $this->parent = false; - - $this->blocks = [ - 'title' => [$this, 'block_title'], - ]; - } - - protected function doDisplay(array $context, array $blocks = []) - { - $macros = $this->macros; - // line 1 - echo "
    -

    - "; - // line 3 - echo PhpMyAdmin\Html\Generator::getImage("b_import", _gettext("Import")); - echo " - "; - // line 4 - $this->displayBlock('title', $context, $blocks); - // line 5 - echo "

    - - "; - // line 7 - echo ($context["page_settings_error_html"] ?? null); - echo " - "; - // line 8 - echo ($context["page_settings_html"] ?? null); - echo " - - -
    -
    - env, $this->extensions['PhpMyAdmin\Twig\AssetExtension']->getImagePath("ajax_clock_small.gif"), "html", null, true); - echo "\" width=\"16\" height=\"16\" alt=\"ajax clock\" class=\"hide\"> - - - -
    - "; - // line 23 - echo PhpMyAdmin\Url::getHiddenInputs(($context["hidden_inputs"] ?? null)); - echo " - -
    -
    "; -echo _gettext("File to import:"); - // line 26 - echo "
    -
    - "; - // line 29 - echo " "; - if ( !twig_test_empty(($context["compressions"] ?? null))) { - // line 30 - echo "

    - "; - // line 31 - echo twig_escape_filter($this->env, twig_sprintf(_gettext("File may be compressed (%s) or uncompressed."), twig_join_filter(($context["compressions"] ?? null), ", ")), "html", null, true); - echo "
    - "; -echo _gettext("A compressed file's name must end in .[format].[compression]. Example: .sql.zip"); - // line 33 - echo "

    - "; - } - // line 35 - echo " - "; - // line 36 - if ((($context["is_upload"] ?? null) && !twig_test_empty(($context["upload_dir"] ?? null)))) { - // line 37 - echo " "; - $context["use_local_file_import"] = ( !twig_test_empty(($context["timeout_passed_global"] ?? null)) && !twig_test_empty(($context["local_import_file"] ?? null))); - // line 38 - echo "
      -
    • - -
    • -
    • - -
    • -
    -
    -
    - env, ($context["max_upload_size"] ?? null), "html", null, true); - echo "\"> -
    - - -
    -
    -
    -

    "; -echo _gettext("You may also drag and drop a file on any page."); - // line 55 - echo "

    -
    - -
    - "; - // line 59 - if ((($context["local_files"] ?? null) === false)) { - // line 60 - echo " "; - echo $this->env->getFilter('error')->getCallable()(_gettext("The directory you set for upload work cannot be reached.")); - echo " - "; - } elseif ( !twig_test_empty( // line 61 -($context["local_files"] ?? null))) { - // line 62 - echo " - - "; - } else { - // line 68 - echo "
    - "; -echo _gettext("There are no files to import!"); - // line 70 - echo "
    - "; - } - // line 72 - echo "
    -
    - "; - } elseif ( // line 74 -($context["is_upload"] ?? null)) { - // line 75 - echo " env, ($context["max_upload_size"] ?? null), "html", null, true); - echo "\"> -
    - - -
    -
    -
    -

    "; -echo _gettext("You may also drag and drop a file on any page."); - // line 82 - echo "

    - "; - } elseif ( !twig_test_empty( // line 83 -($context["upload_dir"] ?? null))) { - // line 84 - echo " "; - if ((($context["local_files"] ?? null) === false)) { - // line 85 - echo " "; - echo $this->env->getFilter('error')->getCallable()(_gettext("The directory you set for upload work cannot be reached.")); - echo " - "; - } elseif ( !twig_test_empty( // line 86 -($context["local_files"] ?? null))) { - // line 87 - echo "
    - - -
    - "; - } else { - // line 95 - echo "
    - "; -echo _gettext("There are no files to import!"); - // line 97 - echo "
    - "; - } - // line 99 - echo " "; - } else { - // line 100 - echo " "; - echo $this->env->getFilter('notice')->getCallable()(_gettext("File uploads are not allowed on this server.")); - echo " - "; - } - // line 102 - echo " - - "; - // line 104 - if (($context["is_encoding_supported"] ?? null)) { - // line 105 - echo " - "; - } else { - // line 113 - echo " - "; - } - // line 122 - echo "
    -
    - -
    -
    "; -echo _gettext("Partial import:"); - // line 126 - echo "
    -
    - "; - // line 128 - if ((array_key_exists("timeout_passed", $context) && ($context["timeout_passed"] ?? null))) { - // line 129 - echo " env, ($context["offset"] ?? null), "html", null, true); - echo "\"> -
    - "; - // line 131 - echo twig_escape_filter($this->env, twig_sprintf(_gettext("Previous import timed out, after resubmitting will continue from position %d."), ($context["offset"] ?? null)), "html", null, true); - echo " -
    - "; - } - // line 134 - echo " -
    - - -
    "; -echo _gettext("This might be a good way to import large files, however it can break transactions."); - // line 140 - echo "
    -
    - - "; - // line 143 - if ( !(array_key_exists("timeout_passed", $context) && ($context["timeout_passed"] ?? null))) { - // line 144 - echo " - - "; - } else { - // line 147 - echo " "; - // line 148 - echo " - "; - } - // line 150 - echo "
    -
    - -
    -
    "; -echo _gettext("Other options"); - // line 154 - echo "
    -
    - -
    - - -
    -
    -
    - -
    -
    "; -echo _gettext("Format"); - // line 165 - echo "
    -
    - - - "; - // line 173 - $context['_parent'] = $context; - $context['_seq'] = twig_ensure_traversable(($context["plugins_choice"] ?? null)); - foreach ($context['_seq'] as $context["_key"] => $context["option"]) { - // line 174 - echo " env, twig_get_attribute($this->env, $this->source, $context["option"], "name", [], "any", false, false, false, 174), "html", null, true); - echo "\" value=\"true\"> - "; - } - $_parent = $context['_parent']; - unset($context['_seq'], $context['_iterated'], $context['_key'], $context['option'], $context['_parent'], $context['loop']); - $context = array_intersect_key($context, $_parent) + $_parent; - // line 176 - echo " -
    -
    -
    - -
    -
    "; -echo _gettext("Format-specific options:"); - // line 182 - echo "
    -
    - "; - // line 184 - echo ($context["options"] ?? null); - echo " -
    -
    - - "; - // line 189 - echo " "; - if (($context["can_convert_kanji"] ?? null)) { - // line 190 - echo "
    -
    "; -echo _gettext("Encoding Conversion:"); - // line 191 - echo "
    -
    - "; - // line 193 - $this->loadTemplate("encoding/kanji_encoding_form.twig", "import.twig", 193)->display($context); - // line 194 - echo "
    -
    - "; - } - // line 197 - echo " -
    - -
    -
    -
    -
    -"; - } - - // line 4 - public function block_title($context, array $blocks = []) - { - $macros = $this->macros; - } - - public function getTemplateName() - { - return "import.twig"; - } - - public function isTraitable() - { - return false; - } - - public function getDebugInfo() - { - return array ( 527 => 4, 518 => 199, 513 => 197, 508 => 194, 506 => 193, 502 => 191, 498 => 190, 495 => 189, 488 => 184, 484 => 182, 475 => 176, 466 => 174, 462 => 173, 458 => 171, 445 => 169, 441 => 168, 438 => 167, 433 => 165, 424 => 159, 419 => 158, 413 => 154, 406 => 150, 400 => 148, 398 => 147, 393 => 145, 388 => 144, 386 => 143, 381 => 140, 377 => 139, 371 => 136, 367 => 134, 361 => 131, 355 => 129, 353 => 128, 349 => 126, 342 => 122, 338 => 120, 331 => 118, 329 => 117, 321 => 116, 317 => 115, 313 => 113, 309 => 111, 302 => 109, 300 => 108, 292 => 107, 288 => 106, 285 => 105, 283 => 104, 280 => 103, 276 => 102, 270 => 100, 267 => 99, 263 => 97, 259 => 95, 252 => 91, 246 => 88, 243 => 87, 241 => 86, 236 => 85, 233 => 84, 231 => 83, 228 => 82, 218 => 77, 211 => 75, 209 => 74, 205 => 72, 201 => 70, 197 => 68, 191 => 65, 184 => 62, 182 => 61, 177 => 60, 175 => 59, 171 => 58, 166 => 55, 156 => 50, 150 => 48, 146 => 47, 135 => 43, 125 => 40, 121 => 38, 118 => 37, 116 => 36, 113 => 35, 109 => 33, 104 => 31, 101 => 30, 98 => 29, 94 => 26, 87 => 23, 81 => 22, 78 => 21, 73 => 18, 71 => 17, 64 => 13, 56 => 8, 52 => 7, 48 => 5, 46 => 4, 42 => 3, 38 => 1,); - } - - public function getSourceContext() - { - return new Source("", "import.twig", "/home/arif/public_html/pma/templates/import.twig"); - } -} diff --git a/pma/tmp/twig/89/89360897e22de4f647fed374cfdfb322.php b/pma/tmp/twig/89/89360897e22de4f647fed374cfdfb322.php deleted file mode 100644 index a1da0fe..0000000 --- a/pma/tmp/twig/89/89360897e22de4f647fed374cfdfb322.php +++ /dev/null @@ -1,82 +0,0 @@ -source = $this->getSourceContext(); - - $this->parent = false; - - $this->blocks = [ - ]; - } - - protected function doDisplay(array $context, array $blocks = []) - { - $macros = $this->macros; - // line 1 - echo "
    -
    -
    -
    -
    "; -echo _gettext("Show hidden navigation tree items."); - // line 5 - echo "
    - -
    -
    -
    - -
    -
    -
    -
    -"; - } - - public function getTemplateName() - { - return "modals/unhide_nav_item.twig"; - } - - public function isTraitable() - { - return false; - } - - public function getDebugInfo() - { - return array ( 55 => 10, 48 => 6, 44 => 5, 37 => 1,); - } - - public function getSourceContext() - { - return new Source("", "modals/unhide_nav_item.twig", "/home/arif/public_html/pma/templates/modals/unhide_nav_item.twig"); - } -} diff --git a/pma/tmp/twig/8c/8c5c237cb9bee040041bb2306045d943.php b/pma/tmp/twig/8c/8c5c237cb9bee040041bb2306045d943.php index 7bd1367..bbbaea7 100644 --- a/pma/tmp/twig/8c/8c5c237cb9bee040041bb2306045d943.php +++ b/pma/tmp/twig/8c/8c5c237cb9bee040041bb2306045d943.php @@ -85,6 +85,6 @@ echo _gettext("Close"); public function getSourceContext() { - return new Source("", "modals/preview_sql_confirmation.twig", "/home/dev/web/arif.off/public_html/pma/templates/modals/preview_sql_confirmation.twig"); + return new Source("", "modals/preview_sql_confirmation.twig", "/home/suvo/web/graffin.ns77.siliconpin.com/public_html/pma/templates/modals/preview_sql_confirmation.twig"); } } diff --git a/pma/tmp/twig/8c/8ca2a1f045625264f1876f281f2998dc.php b/pma/tmp/twig/8c/8ca2a1f045625264f1876f281f2998dc.php deleted file mode 100644 index 3bd8d98..0000000 --- a/pma/tmp/twig/8c/8ca2a1f045625264f1876f281f2998dc.php +++ /dev/null @@ -1,483 +0,0 @@ -source = $this->getSourceContext(); - - $this->parent = false; - - $this->blocks = [ - ]; - } - - protected function doDisplay(array $context, array $blocks = []) - { - $macros = $this->macros; - // line 1 - echo "
    - - "; - // line 3 - echo ($context["message"] ?? null); - echo " - - "; - // line 5 - if (($context["has_comment"] ?? null)) { - // line 6 - echo "
    - "; - // line 7 - echo PhpMyAdmin\Url::getHiddenInputs(($context["db"] ?? null)); - echo " -
    -
    "; - // line 9 - echo PhpMyAdmin\Html\Generator::getIcon("b_comment", _gettext("Database comment"), true); - echo "
    -
    -
    -
    - - env, ($context["db_comment"] ?? null), "html", null, true); - echo "\"> -
    -
    -
    - -
    -
    - "; - } - // line 24 - echo " -
    - "; - // line 26 - echo PhpMyAdmin\Url::getHiddenInputs(($context["db"] ?? null)); - echo " -
    "; - // line 27 - echo PhpMyAdmin\Html\Generator::getIcon("b_table_add", _gettext("Create new table"), true); - echo "
    -
    -
    - - -
    -
    - - -
    -
    - -
    - - "; - // line 43 - if ((($context["db"] ?? null) != "mysql")) { - // line 44 - echo "
    - "; - // line 45 - echo PhpMyAdmin\Url::getHiddenInputs(($context["db"] ?? null)); - echo " - - - - "; - // line 49 - if ( !twig_test_empty(($context["db_collation"] ?? null))) { - // line 50 - echo " env, ($context["db_collation"] ?? null), "html", null, true); - echo "\"> - "; - } - // line 52 - echo " -
    -
    "; - // line 54 - echo PhpMyAdmin\Html\Generator::getIcon("b_edit", _gettext("Rename database to"), true); - echo "
    -
    -
    -
    - - -
    -
    - -
    - - -
    -
    - - -
    -
    - "; - } - // line 80 - echo " - "; - // line 81 - if (($context["is_drop_database_allowed"] ?? null)) { - // line 82 - echo "
    -
    "; - // line 83 - echo PhpMyAdmin\Html\Generator::getIcon("b_deltbl", _gettext("Remove database"), true); - echo "
    -
    -
    - "; - // line 86 - echo PhpMyAdmin\Html\Generator::linkOrButton(PhpMyAdmin\Url::getFromRoute("/sql"), ["sql_query" => ("DROP DATABASE " . PhpMyAdmin\Util::backquote( // line 89 -($context["db"] ?? null))), "back" => PhpMyAdmin\Url::getFromRoute("/database/operations"), "goto" => PhpMyAdmin\Url::getFromRoute("/"), "reload" => true, "purge" => true, "message_to_show" => twig_escape_filter($this->env, twig_sprintf(_gettext("Database %s has been dropped."), PhpMyAdmin\Util::backquote( // line 94 -($context["db"] ?? null)))), "db" => null], _gettext("Drop the database (DROP)"), ["id" => "drop_db_anchor", "class" => "ajax text-danger"]); - // line 102 - echo " - "; - // line 103 - echo PhpMyAdmin\Html\MySQLDocumentation::show("DROP_DATABASE"); - echo " -
    -
    -
    - "; - } - // line 108 - echo " -
    - "; - // line 110 - echo PhpMyAdmin\Url::getHiddenInputs(($context["db"] ?? null)); - echo " - - - "; - // line 113 - if ( !twig_test_empty(($context["db_collation"] ?? null))) { - // line 114 - echo " env, ($context["db_collation"] ?? null), "html", null, true); - echo "\"> - "; - } - // line 116 - echo " -
    -
    "; - // line 118 - echo PhpMyAdmin\Html\Generator::getIcon("b_edit", _gettext("Copy database to"), true); - echo "
    -
    -
    -
    - - -
    -
    - -
    -
    - - -
    -
    - - -
    -
    - - -
    -
    - -
    - - -
    - -
    - - -
    - -
    - - -
    - -
    - - -
    - -
    - - -
    - -
    - - -
    -
    - - -
    -
    - -
    - "; - // line 191 - echo PhpMyAdmin\Url::getHiddenInputs(($context["db"] ?? null)); - echo " - -
    -
    "; - // line 194 - echo PhpMyAdmin\Html\Generator::getIcon("s_asci", _gettext("Collation"), true); - echo "
    -
    -
    -
    - - -
    -
    - -
    - - -
    -
    - - -
    -
    - - -
    -
    - -
    -"; - } - - public function getTemplateName() - { - return "database/operations/index.twig"; - } - - public function isTraitable() - { - return false; - } - - public function getDebugInfo() - { - return array ( 455 => 225, 447 => 220, 440 => 216, 431 => 210, 424 => 208, 415 => 205, 406 => 204, 402 => 203, 395 => 202, 391 => 201, 386 => 198, 378 => 194, 372 => 191, 368 => 190, 361 => 185, 353 => 180, 348 => 179, 339 => 174, 332 => 171, 326 => 170, 320 => 165, 312 => 160, 303 => 155, 296 => 150, 287 => 144, 279 => 138, 271 => 132, 259 => 122, 251 => 118, 247 => 116, 241 => 114, 239 => 113, 233 => 110, 229 => 109, 226 => 108, 218 => 103, 215 => 102, 213 => 94, 212 => 89, 211 => 86, 205 => 83, 202 => 82, 200 => 81, 197 => 80, 190 => 75, 179 => 69, 172 => 66, 166 => 65, 158 => 58, 150 => 54, 146 => 52, 140 => 50, 138 => 49, 131 => 45, 126 => 44, 124 => 43, 118 => 39, 110 => 34, 103 => 30, 96 => 27, 92 => 26, 88 => 25, 85 => 24, 78 => 19, 69 => 14, 66 => 13, 58 => 9, 53 => 7, 48 => 6, 46 => 5, 41 => 3, 37 => 1,); - } - - public function getSourceContext() - { - return new Source("", "database/operations/index.twig", "/home/arif/public_html/pma/templates/database/operations/index.twig"); - } -} diff --git a/pma/tmp/twig/8d/8da3fb21b3a34c9d6b63b817308c1e44.php b/pma/tmp/twig/8d/8da3fb21b3a34c9d6b63b817308c1e44.php deleted file mode 100644 index 82f598b..0000000 --- a/pma/tmp/twig/8d/8da3fb21b3a34c9d6b63b817308c1e44.php +++ /dev/null @@ -1,99 +0,0 @@ -source = $this->getSourceContext(); - - $this->parent = false; - - $this->blocks = [ - ]; - } - - protected function doDisplay(array $context, array $blocks = []) - { - $macros = $this->macros; - // line 1 - echo "
    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 (array_key_exists("content", $context)) { - // line 4 - echo " env, (($__internal_compile_0 = $context["content"]) && is_array($__internal_compile_0) || $__internal_compile_0 instanceof ArrayAccess ? ($__internal_compile_0[0] ?? null) : null), "html", null, true); - echo "\"> - "; - // line 5 - echo twig_escape_filter($this->env, (($__internal_compile_1 = $context["content"]) && is_array($__internal_compile_1) || $__internal_compile_1 instanceof ArrayAccess ? ($__internal_compile_1[1] ?? null) : null), "html", null, true); - echo " - "; - // line 6 - if (twig_get_attribute($this->env, $this->source, $context["content"], "extraSpan", [], "array", true, true, false, 6)) { - // line 7 - echo " : "; - echo twig_escape_filter($this->env, (($__internal_compile_2 = $context["content"]) && is_array($__internal_compile_2) || $__internal_compile_2 instanceof ArrayAccess ? ($__internal_compile_2["extraSpan"] ?? null) : null), "html", null, true); - echo " - "; - } - // line 9 - echo " - "; - } - // 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 "
    -"; - } - - public function getTemplateName() - { - return "console/query_action.twig"; - } - - public function isTraitable() - { - return false; - } - - public function getDebugInfo() - { - return array ( 76 => 12, 70 => 11, 66 => 9, 60 => 7, 58 => 6, 54 => 5, 49 => 4, 46 => 3, 42 => 2, 37 => 1,); - } - - public function getSourceContext() - { - return new Source("", "console/query_action.twig", "/home/arif/public_html/pma/templates/console/query_action.twig"); - } -} diff --git a/pma/tmp/twig/8e/8ef972a7b26f9245a3d9000bd6a50285.php b/pma/tmp/twig/8e/8ef972a7b26f9245a3d9000bd6a50285.php deleted file mode 100644 index 6515f61..0000000 --- a/pma/tmp/twig/8e/8ef972a7b26f9245a3d9000bd6a50285.php +++ /dev/null @@ -1,91 +0,0 @@ -source = $this->getSourceContext(); - - $this->parent = false; - - $this->blocks = [ - ]; - } - - protected function doDisplay(array $context, array $blocks = []) - { - $macros = $this->macros; - // line 1 - echo "
    - - "; - // line 3 - echo ($context["list_content"] ?? null); - echo " - - - "; - // line 6 - if ( !($context["is_tree"] ?? null)) { - // line 7 - echo " "; - echo twig_escape_filter($this->env, twig_urlencode_filter(($context["parent_name"] ?? null)), "html", null, true); - echo " - "; - // line 8 - if (twig_test_empty(($context["list_content"] ?? null))) { - // line 9 - echo "
    "; -echo _gettext("No tables found in database."); - echo "
    - "; - } - // line 11 - echo " "; - } - // line 12 - echo "
    -"; - } - - public function getTemplateName() - { - return "navigation/tree/path.twig"; - } - - public function isTraitable() - { - return false; - } - - public function getDebugInfo() - { - return array ( 68 => 12, 65 => 11, 59 => 9, 57 => 8, 52 => 7, 50 => 6, 44 => 3, 40 => 2, 37 => 1,); - } - - public function getSourceContext() - { - return new Source("", "navigation/tree/path.twig", "/home/arif/public_html/pma/templates/navigation/tree/path.twig"); - } -} diff --git a/pma/tmp/twig/93/93f6c07e17baf0c7a6a9eb501245cf0a.php b/pma/tmp/twig/93/93f6c07e17baf0c7a6a9eb501245cf0a.php deleted file mode 100644 index 0ba8a55..0000000 --- a/pma/tmp/twig/93/93f6c07e17baf0c7a6a9eb501245cf0a.php +++ /dev/null @@ -1,563 +0,0 @@ -source = $this->getSourceContext(); - - $this->parent = false; - - $this->blocks = [ - ]; - } - - protected function doDisplay(array $context, array $blocks = []) - { - $macros = $this->macros; - // line 1 - echo "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, (($__internal_compile_0 = ($context["current_table"] ?? null)) && is_array($__internal_compile_0) || $__internal_compile_0 instanceof ArrayAccess ? ($__internal_compile_0["TABLE_NAME"] ?? null) : null)), "html", null, true); - echo "\"> - - env, ($context["input_class"] ?? null), "html", null, true); - echo "\" - value=\""; - // line 6 - echo twig_escape_filter($this->env, (($__internal_compile_1 = ($context["current_table"] ?? null)) && is_array($__internal_compile_1) || $__internal_compile_1 instanceof ArrayAccess ? ($__internal_compile_1["TABLE_NAME"] ?? null) : null), "html", null, true); - echo "\" - id=\"checkbox_tbl_"; - // line 7 - echo twig_escape_filter($this->env, ($context["curr"] ?? null), "html", null, true); - echo "\"> - - - 0])); - echo "\" title=\""; - echo twig_escape_filter($this->env, ($context["browse_table_label_title"] ?? null), "html", null, true); - echo "\">"; - // line 11 - echo twig_escape_filter($this->env, ($context["browse_table_label_truename"] ?? null), "html", null, true); - // line 12 - echo " - "; - // line 13 - echo ($context["tracking_icon"] ?? null); - echo " - - "; - // line 15 - if (($context["server_replica_status"] ?? null)) { - // line 16 - echo " - "; - // line 17 - echo ((($context["ignored"] ?? null)) ? (PhpMyAdmin\Html\Generator::getImage("s_cancel", _gettext("Not replicated"))) : ("")); - echo " - "; - // line 18 - echo ((($context["do"] ?? null)) ? (PhpMyAdmin\Html\Generator::getImage("s_success", _gettext("Replicated"))) : ("")); - echo " - - "; - } - // line 21 - echo " - "; - // line 23 - echo " "; - if ((($context["num_favorite_tables"] ?? null) > 0)) { - // line 24 - echo " - "; - // line 26 - echo " "; - $context["fav_params"] = ["db" => // line 27 -($context["db"] ?? null), "ajax_request" => true, "favorite_table" => (($__internal_compile_2 = // line 29 -($context["current_table"] ?? null)) && is_array($__internal_compile_2) || $__internal_compile_2 instanceof ArrayAccess ? ($__internal_compile_2["TABLE_NAME"] ?? null) : null), ((( // line 30 -($context["already_favorite"] ?? null)) ? ("remove") : ("add")) . "_favorite") => true]; - // line 32 - echo " "; - $this->loadTemplate("database/structure/favorite_anchor.twig", "database/structure/structure_table_row.twig", 32)->display(twig_to_array(["table_name_hash" => // line 33 -($context["table_name_hash"] ?? null), "db_table_name_hash" => // line 34 -($context["db_table_name_hash"] ?? null), "fav_params" => // line 35 -($context["fav_params"] ?? null), "already_favorite" => // line 36 -($context["already_favorite"] ?? null)])); - // line 38 - echo " - "; - } - // line 40 - echo " - - 0])); - echo "\"> - "; - // line 43 - echo ((($context["may_have_rows"] ?? null)) ? (PhpMyAdmin\Html\Generator::getIcon("b_browse", _gettext("Browse"))) : (PhpMyAdmin\Html\Generator::getIcon("bd_browse", _gettext("Browse")))); - echo " - - - - - "; - // line 48 - echo PhpMyAdmin\Html\Generator::getIcon("b_props", _gettext("Structure")); - echo " - - - - - "; - // line 53 - echo ((($context["may_have_rows"] ?? null)) ? (PhpMyAdmin\Html\Generator::getIcon("b_select", _gettext("Search"))) : (PhpMyAdmin\Html\Generator::getIcon("bd_select", _gettext("Search")))); - echo " - - - - "; - // line 57 - if ( !($context["db_is_system_schema"] ?? null)) { - // line 58 - echo " - "; - echo PhpMyAdmin\Html\Generator::getIcon("b_insrow", _gettext("Insert")); - echo " - - "; - // line 61 - if (($context["table_is_view"] ?? null)) { - // line 62 - echo " - // line 64 -($context["db"] ?? null), "table" => (($__internal_compile_3 = // line 65 -($context["current_table"] ?? null)) && is_array($__internal_compile_3) || $__internal_compile_3 instanceof ArrayAccess ? ($__internal_compile_3["TABLE_NAME"] ?? null) : null)]); - // line 66 - echo "\">"; - echo PhpMyAdmin\Html\Generator::getIcon("b_edit", _gettext("Edit")); - echo " - - "; - } else { - // line 69 - echo " - // line 71 -($context["empty_table_sql_query"] ?? null), "message_to_show" => // line 72 -($context["empty_table_message_to_show"] ?? null)]), ""); - // line 73 - echo "\"> - "; - // line 74 - echo ((($context["may_have_rows"] ?? null)) ? (PhpMyAdmin\Html\Generator::getIcon("b_empty", _gettext("Empty"))) : (PhpMyAdmin\Html\Generator::getIcon("bd_empty", _gettext("Empty")))); - echo " - - - "; - } - // line 78 - echo " - 1, "purge" => 1, "sql_query" => // line 84 -($context["drop_query"] ?? null), "message_to_show" => // line 85 -($context["drop_message"] ?? null)]), ""); - // line 86 - echo "\"> - "; - // line 87 - echo PhpMyAdmin\Html\Generator::getIcon("b_drop", _gettext("Drop")); - echo " - - - "; - } - // line 91 - echo " - "; - // line 92 - if ((twig_get_attribute($this->env, $this->source, ($context["current_table"] ?? null), "TABLE_ROWS", [], "array", true, true, false, 92) && (((($__internal_compile_5 = // line 93 -($context["current_table"] ?? null)) && is_array($__internal_compile_5) || $__internal_compile_5 instanceof ArrayAccess ? ($__internal_compile_5["ENGINE"] ?? null) : null) != null) || ($context["table_is_view"] ?? null)))) { - // line 94 - echo " "; - // line 95 - echo " "; - $context["row_count"] = PhpMyAdmin\Util::formatNumber((($__internal_compile_6 = ($context["current_table"] ?? null)) && is_array($__internal_compile_6) || $__internal_compile_6 instanceof ArrayAccess ? ($__internal_compile_6["TABLE_ROWS"] ?? null) : null), 0); - // line 96 - echo " - "; - // line 99 - echo " env, (($__internal_compile_7 = ($context["current_table"] ?? null)) && is_array($__internal_compile_7) || $__internal_compile_7 instanceof ArrayAccess ? ($__internal_compile_7["TABLE_NAME"] ?? null) : null), "html", null, true); - echo "\"> - "; - // line 101 - if (($context["approx_rows"] ?? null)) { - // line 102 - echo " true, "db" => // line 104 -($context["db"] ?? null), "table" => (($__internal_compile_8 = // line 105 -($context["current_table"] ?? null)) && is_array($__internal_compile_8) || $__internal_compile_8 instanceof ArrayAccess ? ($__internal_compile_8["TABLE_NAME"] ?? null) : null)]); - // line 106 - echo "\" class=\"ajax real_row_count\"> - - ~"; - // line 108 - echo twig_escape_filter($this->env, ($context["row_count"] ?? null), "html", null, true); - echo " - - - "; - } else { - // line 112 - echo " "; - echo twig_escape_filter($this->env, ($context["row_count"] ?? null), "html", null, true); - echo " - "; - } - // line 114 - echo " "; - echo ($context["show_superscript"] ?? null); - echo " - - - "; - // line 117 - if ( !(($context["properties_num_columns"] ?? null) > 1)) { - // line 118 - echo " - "; - // line 119 - if ( !twig_test_empty((($__internal_compile_9 = ($context["current_table"] ?? null)) && is_array($__internal_compile_9) || $__internal_compile_9 instanceof ArrayAccess ? ($__internal_compile_9["ENGINE"] ?? null) : null))) { - // line 120 - echo " "; - echo twig_escape_filter($this->env, (($__internal_compile_10 = ($context["current_table"] ?? null)) && is_array($__internal_compile_10) || $__internal_compile_10 instanceof ArrayAccess ? ($__internal_compile_10["ENGINE"] ?? null) : null), "html", null, true); - echo " - "; - } elseif ( // line 121 -($context["table_is_view"] ?? null)) { - // line 122 - echo " "; -echo _gettext("View"); - // line 123 - echo " "; - } - // line 124 - echo " - "; - // line 125 - if ((twig_length_filter($this->env, ($context["collation"] ?? null)) > 0)) { - // line 126 - echo " - "; - // line 127 - echo ($context["collation"] ?? null); - echo " - - "; - } - // line 130 - echo " "; - } - // line 131 - echo " - "; - // line 132 - if (($context["is_show_stats"] ?? null)) { - // line 133 - echo " - - "; - // line 135 - echo twig_escape_filter($this->env, ($context["formatted_size"] ?? null), "html", null, true); - echo " "; - echo twig_escape_filter($this->env, ($context["unit"] ?? null), "html", null, true); - echo " - - - - "; - // line 139 - echo ($context["overhead"] ?? null); - echo " - - "; - } - // line 142 - echo " - "; - // line 143 - if ( !(($context["show_charset"] ?? null) > 1)) { - // line 144 - echo " "; - if ((twig_length_filter($this->env, ($context["charset"] ?? null)) > 0)) { - // line 145 - echo " - "; - // line 146 - echo ($context["charset"] ?? null); - echo " - - "; - } - // line 149 - echo " "; - } - // line 150 - echo " - "; - // line 151 - if (($context["show_comment"] ?? null)) { - // line 152 - echo " "; - $context["comment"] = (($__internal_compile_11 = ($context["current_table"] ?? null)) && is_array($__internal_compile_11) || $__internal_compile_11 instanceof ArrayAccess ? ($__internal_compile_11["Comment"] ?? null) : null); - // line 153 - echo " - "; - // line 154 - if ((twig_length_filter($this->env, ($context["comment"] ?? null)) > ($context["limit_chars"] ?? null))) { - // line 155 - echo " env, ($context["comment"] ?? null), "html", null, true); - echo "\"> - "; - // line 156 - echo twig_escape_filter($this->env, twig_slice($this->env, ($context["comment"] ?? null), 0, ($context["limit_chars"] ?? null)), "html", null, true); - echo " - ... - - "; - } else { - // line 160 - echo " "; - echo twig_escape_filter($this->env, ($context["comment"] ?? null), "html", null, true); - echo " - "; - } - // line 162 - echo " - "; - } - // line 164 - echo " - "; - // line 165 - if (($context["show_creation"] ?? null)) { - // line 166 - echo " - "; - // line 167 - echo twig_escape_filter($this->env, ($context["create_time"] ?? null), "html", null, true); - echo " - - "; - } - // line 170 - echo " - "; - // line 171 - if (($context["show_last_update"] ?? null)) { - // line 172 - echo " - "; - // line 173 - echo twig_escape_filter($this->env, ($context["update_time"] ?? null), "html", null, true); - echo " - - "; - } - // line 176 - echo " - "; - // line 177 - if (($context["show_last_check"] ?? null)) { - // line 178 - echo " - "; - // line 179 - echo twig_escape_filter($this->env, ($context["check_time"] ?? null), "html", null, true); - echo " - - "; - } - // line 182 - echo " - "; - } elseif ( // line 183 -($context["table_is_view"] ?? null)) { - // line 184 - echo " - - - "; -echo _gettext("View"); - // line 187 - echo " - --- - "; - // line 189 - if (($context["is_show_stats"] ?? null)) { - // line 190 - echo " - - - - "; - } - // line 193 - echo " "; - if (($context["show_charset"] ?? null)) { - // line 194 - echo " - "; - } - // line 196 - echo " "; - if (($context["show_comment"] ?? null)) { - // line 197 - echo " - "; - } - // line 199 - echo " "; - if (($context["show_creation"] ?? null)) { - // line 200 - echo " - - "; - } - // line 202 - echo " "; - if (($context["show_last_update"] ?? null)) { - // line 203 - echo " - - "; - } - // line 205 - echo " "; - if (($context["show_last_check"] ?? null)) { - // line 206 - echo " - - "; - } - // line 208 - echo " - "; - } else { - // line 210 - echo " - "; - // line 211 - if (($context["db_is_system_schema"] ?? null)) { - // line 212 - echo " "; - $context["action_colspan"] = 3; - // line 213 - echo " "; - } else { - // line 214 - echo " "; - $context["action_colspan"] = 6; - // line 215 - echo " "; - } - // line 216 - echo " "; - if ((($context["num_favorite_tables"] ?? null) > 0)) { - // line 217 - echo " "; - $context["action_colspan"] = (($context["action_colspan"] ?? null) + 1); - // line 218 - echo " "; - } - // line 219 - echo " - "; - // line 220 - $context["colspan_for_structure"] = (($context["action_colspan"] ?? null) + 3); - // line 221 - echo " - "; -echo _gettext("in use"); - // line 224 - echo " - "; - } - // line 226 - echo " -"; - } - - public function getTemplateName() - { - return "database/structure/structure_table_row.twig"; - } - - public function isTraitable() - { - return false; - } - - public function getDebugInfo() - { - return array ( 540 => 226, 536 => 224, 529 => 221, 527 => 220, 524 => 219, 521 => 218, 518 => 217, 515 => 216, 512 => 215, 509 => 214, 506 => 213, 503 => 212, 501 => 211, 498 => 210, 494 => 208, 490 => 206, 487 => 205, 483 => 203, 480 => 202, 476 => 200, 473 => 199, 469 => 197, 466 => 196, 462 => 194, 459 => 193, 454 => 190, 452 => 189, 448 => 187, 443 => 184, 441 => 183, 438 => 182, 432 => 179, 429 => 178, 427 => 177, 424 => 176, 418 => 173, 415 => 172, 413 => 171, 410 => 170, 404 => 167, 401 => 166, 399 => 165, 396 => 164, 392 => 162, 386 => 160, 379 => 156, 374 => 155, 372 => 154, 369 => 153, 366 => 152, 364 => 151, 361 => 150, 358 => 149, 352 => 146, 349 => 145, 346 => 144, 344 => 143, 341 => 142, 335 => 139, 326 => 135, 322 => 134, 319 => 133, 317 => 132, 314 => 131, 311 => 130, 305 => 127, 302 => 126, 300 => 125, 297 => 124, 294 => 123, 291 => 122, 289 => 121, 284 => 120, 282 => 119, 279 => 118, 277 => 117, 270 => 114, 264 => 112, 257 => 108, 253 => 106, 251 => 105, 250 => 104, 248 => 102, 246 => 101, 242 => 100, 239 => 99, 236 => 96, 233 => 95, 231 => 94, 229 => 93, 228 => 92, 225 => 91, 218 => 87, 215 => 86, 213 => 85, 212 => 84, 211 => 81, 206 => 80, 203 => 78, 196 => 74, 193 => 73, 191 => 72, 190 => 71, 187 => 70, 184 => 69, 177 => 66, 175 => 65, 174 => 64, 173 => 63, 170 => 62, 168 => 61, 161 => 59, 158 => 58, 156 => 57, 149 => 53, 145 => 52, 138 => 48, 134 => 47, 127 => 43, 123 => 42, 119 => 40, 115 => 38, 113 => 36, 112 => 35, 111 => 34, 110 => 33, 108 => 32, 106 => 30, 105 => 29, 104 => 27, 102 => 26, 99 => 24, 96 => 23, 93 => 21, 87 => 18, 83 => 17, 80 => 16, 78 => 15, 73 => 13, 70 => 12, 68 => 11, 63 => 10, 57 => 7, 53 => 6, 49 => 5, 37 => 1,); - } - - public function getSourceContext() - { - return new Source("", "database/structure/structure_table_row.twig", "/home/arif/public_html/pma/templates/database/structure/structure_table_row.twig"); - } -} diff --git a/pma/tmp/twig/94/941b8ec1b12113606316397044670a4e.php b/pma/tmp/twig/94/941b8ec1b12113606316397044670a4e.php deleted file mode 100644 index 1ab6c05..0000000 --- a/pma/tmp/twig/94/941b8ec1b12113606316397044670a4e.php +++ /dev/null @@ -1,502 +0,0 @@ -source = $this->getSourceContext(); - - $this->parent = false; - - $this->blocks = [ - ]; - } - - protected function doDisplay(array $context, array $blocks = []) - { - $macros = $this->macros; - // line 1 - $context["partition_options"] = [0 => "", 1 => "HASH", 2 => "LINEAR HASH", 3 => "KEY", 4 => "LINEAR KEY", 5 => "RANGE", 6 => "RANGE COLUMNS", 7 => "LIST", 8 => "LIST COLUMNS"]; - // line 12 - $context["sub_partition_options"] = [0 => "", 1 => "HASH", 2 => "LINEAR HASH", 3 => "KEY", 4 => "LINEAR KEY"]; - // line 13 - $context["value_type_options"] = [0 => "", 1 => "LESS THAN", 2 => "LESS THAN MAXVALUE", 3 => "IN"]; - // line 14 - echo " - - - - - - - - - - - "; - // line 43 - if ((($__internal_compile_4 = ($context["partition_details"] ?? null)) && is_array($__internal_compile_4) || $__internal_compile_4 instanceof ArrayAccess ? ($__internal_compile_4["can_have_subpartitions"] ?? null) : null)) { - // line 44 - echo " - - - - - - - - - "; - } - // line 72 - echo "
    - - - (env, (($__internal_compile_1 = ($context["partition_details"] ?? null)) && is_array($__internal_compile_1) || $__internal_compile_1 instanceof ArrayAccess ? ($__internal_compile_1["partition_expr"] ?? null) : null), "html", null, true); - echo "\">) -
    - env, (($__internal_compile_3 = ($context["partition_details"] ?? null)) && is_array($__internal_compile_3) || $__internal_compile_3 instanceof ArrayAccess ? ($__internal_compile_3["partition_count"] ?? null) : null), "html", null, true))) : (print (""))); - echo "\"> -
    - - - (env, (($__internal_compile_6 = ($context["partition_details"] ?? null)) && is_array($__internal_compile_6) || $__internal_compile_6 instanceof ArrayAccess ? ($__internal_compile_6["subpartition_expr"] ?? null) : null), "html", null, true); - echo "\">) -
    - env, (($__internal_compile_8 = ($context["partition_details"] ?? null)) && is_array($__internal_compile_8) || $__internal_compile_8 instanceof ArrayAccess ? ($__internal_compile_8["subpartition_count"] ?? null) : null), "html", null, true))) : (print (""))); - echo "\"> -
    -"; - // line 73 - if (((($__internal_compile_9 = ($context["partition_details"] ?? null)) && is_array($__internal_compile_9) || $__internal_compile_9 instanceof ArrayAccess ? ($__internal_compile_9["partition_count"] ?? null) : null) > 1)) { - // line 74 - echo " - - - "; - // line 77 - if ((($__internal_compile_10 = ($context["partition_details"] ?? null)) && is_array($__internal_compile_10) || $__internal_compile_10 instanceof ArrayAccess ? ($__internal_compile_10["value_enabled"] ?? null) : null)) { - // line 78 - echo " - "; - } - // line 80 - echo " "; - if (((($__internal_compile_11 = ($context["partition_details"] ?? null)) && is_array($__internal_compile_11) || $__internal_compile_11 instanceof ArrayAccess ? ($__internal_compile_11["can_have_subpartitions"] ?? null) : null) && ((($__internal_compile_12 = // line 81 -($context["partition_details"] ?? null)) && is_array($__internal_compile_12) || $__internal_compile_12 instanceof ArrayAccess ? ($__internal_compile_12["subpartition_count"] ?? null) : null) > 1))) { - // line 82 - echo " - "; - } - // line 84 - echo " - - - - - - - - - "; - // line 93 - $context['_parent'] = $context; - $context['_seq'] = twig_ensure_traversable((($__internal_compile_13 = ($context["partition_details"] ?? null)) && is_array($__internal_compile_13) || $__internal_compile_13 instanceof ArrayAccess ? ($__internal_compile_13["partitions"] ?? null) : null)); - foreach ($context['_seq'] as $context["_key"] => $context["partition"]) { - // line 94 - echo " "; - $context["rowspan"] = (( !twig_test_empty((($__internal_compile_14 = $context["partition"]) && is_array($__internal_compile_14) || $__internal_compile_14 instanceof ArrayAccess ? ($__internal_compile_14["subpartition_count"] ?? null) : null))) ? (((($__internal_compile_15 = // line 95 -$context["partition"]) && is_array($__internal_compile_15) || $__internal_compile_15 instanceof ArrayAccess ? ($__internal_compile_15["subpartition_count"] ?? null) : null) + 1)) : (2)); - // line 96 - echo " - - "; - // line 101 - if ((($__internal_compile_18 = ($context["partition_details"] ?? null)) && is_array($__internal_compile_18) || $__internal_compile_18 instanceof ArrayAccess ? ($__internal_compile_18["value_enabled"] ?? null) : null)) { - // line 102 - echo " - "; - } - // line 119 - echo " - - "; - // line 121 - if (twig_get_attribute($this->env, $this->source, $context["partition"], "subpartitions", [], "array", true, true, false, 121)) { - // line 122 - echo " "; - $context["subpartitions"] = (($__internal_compile_23 = $context["partition"]) && is_array($__internal_compile_23) || $__internal_compile_23 instanceof ArrayAccess ? ($__internal_compile_23["subpartitions"] ?? null) : null); - // line 123 - echo " "; - } else { - // line 124 - echo " "; - $context["subpartitions"] = [0 => $context["partition"]]; - // line 125 - echo " "; - } - // line 126 - echo " - "; - // line 127 - $context['_parent'] = $context; - $context['_seq'] = twig_ensure_traversable(($context["subpartitions"] ?? null)); - foreach ($context['_seq'] as $context["_key"] => $context["subpartition"]) { - // line 128 - echo " - "; - // line 129 - if (((($__internal_compile_24 = ($context["partition_details"] ?? null)) && is_array($__internal_compile_24) || $__internal_compile_24 instanceof ArrayAccess ? ($__internal_compile_24["can_have_subpartitions"] ?? null) : null) && ((($__internal_compile_25 = // line 130 -($context["partition_details"] ?? null)) && is_array($__internal_compile_25) || $__internal_compile_25 instanceof ArrayAccess ? ($__internal_compile_25["subpartition_count"] ?? null) : null) > 1))) { - // line 131 - echo " - "; - } - // line 136 - echo " - - - - - - - - - "; - } - $_parent = $context['_parent']; - unset($context['_seq'], $context['_iterated'], $context['_key'], $context['subpartition'], $context['_parent'], $context['loop']); - $context = array_intersect_key($context, $_parent) + $_parent; - // line 178 - echo " "; - } - $_parent = $context['_parent']; - unset($context['_seq'], $context['_iterated'], $context['_key'], $context['partition'], $context['_parent'], $context['loop']); - $context = array_intersect_key($context, $_parent) + $_parent; - // line 179 - echo "
    "; -echo _gettext("Partition"); - // line 76 - echo ""; -echo _gettext("Values"); - echo ""; -echo _gettext("Subpartition"); - echo ""; -echo _gettext("Engine"); - echo ""; -echo _gettext("Comment"); - // line 85 - echo ""; -echo _gettext("Data directory"); - // line 86 - echo ""; -echo _gettext("Index directory"); - // line 87 - echo ""; -echo _gettext("Max rows"); - // line 88 - echo ""; -echo _gettext("Min rows"); - // line 89 - echo ""; -echo _gettext("Table space"); - // line 90 - echo ""; -echo _gettext("Node group"); - // line 91 - echo "
    env, ($context["rowspan"] ?? null), "html", null, true); - echo "\"> - env, (($__internal_compile_16 = $context["partition"]) && is_array($__internal_compile_16) || $__internal_compile_16 instanceof ArrayAccess ? ($__internal_compile_16["prefix"] ?? null) : null), "html", null, true); - echo "[name]\" - value=\""; - // line 99 - echo twig_escape_filter($this->env, (($__internal_compile_17 = $context["partition"]) && is_array($__internal_compile_17) || $__internal_compile_17 instanceof ArrayAccess ? ($__internal_compile_17["name"] ?? null) : null), "html", null, true); - echo "\"> - env, ($context["rowspan"] ?? null), "html", null, true); - echo "\" class=\"align-middle\"> - - env, (($__internal_compile_21 = $context["partition"]) && is_array($__internal_compile_21) || $__internal_compile_21 instanceof ArrayAccess ? ($__internal_compile_21["prefix"] ?? null) : null), "html", null, true); - echo "[value]\" - value=\""; - // line 116 - echo twig_escape_filter($this->env, (($__internal_compile_22 = $context["partition"]) && is_array($__internal_compile_22) || $__internal_compile_22 instanceof ArrayAccess ? ($__internal_compile_22["value"] ?? null) : null), "html", null, true); - echo "\"> -
    - env, (($__internal_compile_26 = $context["subpartition"]) && is_array($__internal_compile_26) || $__internal_compile_26 instanceof ArrayAccess ? ($__internal_compile_26["prefix"] ?? null) : null), "html", null, true); - echo "[name]\" - value=\""; - // line 133 - echo twig_escape_filter($this->env, (($__internal_compile_27 = $context["subpartition"]) && is_array($__internal_compile_27) || $__internal_compile_27 instanceof ArrayAccess ? ($__internal_compile_27["name"] ?? null) : null), "html", null, true); - echo "\"> - - - - - - env, (($__internal_compile_32 = $context["subpartition"]) && is_array($__internal_compile_32) || $__internal_compile_32 instanceof ArrayAccess ? ($__internal_compile_32["prefix"] ?? null) : null), "html", null, true); - echo "[data_directory]\" - value=\""; - // line 154 - echo twig_escape_filter($this->env, (($__internal_compile_33 = $context["subpartition"]) && is_array($__internal_compile_33) || $__internal_compile_33 instanceof ArrayAccess ? ($__internal_compile_33["data_directory"] ?? null) : null), "html", null, true); - echo "\"> - - env, (($__internal_compile_34 = $context["subpartition"]) && is_array($__internal_compile_34) || $__internal_compile_34 instanceof ArrayAccess ? ($__internal_compile_34["prefix"] ?? null) : null), "html", null, true); - echo "[index_directory]\" - value=\""; - // line 158 - echo twig_escape_filter($this->env, (($__internal_compile_35 = $context["subpartition"]) && is_array($__internal_compile_35) || $__internal_compile_35 instanceof ArrayAccess ? ($__internal_compile_35["index_directory"] ?? null) : null), "html", null, true); - echo "\"> - - env, (($__internal_compile_36 = $context["subpartition"]) && is_array($__internal_compile_36) || $__internal_compile_36 instanceof ArrayAccess ? ($__internal_compile_36["prefix"] ?? null) : null), "html", null, true); - echo "[max_rows]\" - value=\""; - // line 162 - echo twig_escape_filter($this->env, (($__internal_compile_37 = $context["subpartition"]) && is_array($__internal_compile_37) || $__internal_compile_37 instanceof ArrayAccess ? ($__internal_compile_37["max_rows"] ?? null) : null), "html", null, true); - echo "\"> - - env, (($__internal_compile_38 = $context["subpartition"]) && is_array($__internal_compile_38) || $__internal_compile_38 instanceof ArrayAccess ? ($__internal_compile_38["prefix"] ?? null) : null), "html", null, true); - echo "[min_rows]\" - value=\""; - // line 166 - echo twig_escape_filter($this->env, (($__internal_compile_39 = $context["subpartition"]) && is_array($__internal_compile_39) || $__internal_compile_39 instanceof ArrayAccess ? ($__internal_compile_39["min_rows"] ?? null) : null), "html", null, true); - echo "\"> - - env, (($__internal_compile_40 = $context["subpartition"]) && is_array($__internal_compile_40) || $__internal_compile_40 instanceof ArrayAccess ? ($__internal_compile_40["prefix"] ?? null) : null), "html", null, true); - echo "[tablespace]\" - value=\""; - // line 170 - echo twig_escape_filter($this->env, (($__internal_compile_41 = $context["subpartition"]) && is_array($__internal_compile_41) || $__internal_compile_41 instanceof ArrayAccess ? ($__internal_compile_41["tablespace"] ?? null) : null), "html", null, true); - echo "\"> - - env, (($__internal_compile_42 = $context["subpartition"]) && is_array($__internal_compile_42) || $__internal_compile_42 instanceof ArrayAccess ? ($__internal_compile_42["prefix"] ?? null) : null), "html", null, true); - echo "[node_group]\" - value=\""; - // line 174 - echo twig_escape_filter($this->env, (($__internal_compile_43 = $context["subpartition"]) && is_array($__internal_compile_43) || $__internal_compile_43 instanceof ArrayAccess ? ($__internal_compile_43["node_group"] ?? null) : null), "html", null, true); - echo "\"> -
    -"; - } - } - - public function getTemplateName() - { - return "columns_definitions/partitions.twig"; - } - - public function isTraitable() - { - return false; - } - - public function getDebugInfo() - { - return array ( 478 => 179, 472 => 178, 462 => 174, 458 => 173, 452 => 170, 448 => 169, 442 => 166, 438 => 165, 432 => 162, 428 => 161, 422 => 158, 418 => 157, 412 => 154, 408 => 153, 403 => 150, 401 => 149, 398 => 148, 393 => 145, 386 => 143, 384 => 142, 381 => 141, 372 => 140, 368 => 139, 361 => 137, 358 => 136, 352 => 133, 348 => 132, 345 => 131, 343 => 130, 342 => 129, 339 => 128, 335 => 127, 332 => 126, 329 => 125, 326 => 124, 323 => 123, 320 => 122, 318 => 121, 314 => 119, 308 => 116, 304 => 115, 300 => 113, 291 => 110, 288 => 109, 285 => 108, 283 => 107, 279 => 106, 275 => 105, 271 => 104, 265 => 102, 263 => 101, 258 => 99, 254 => 98, 250 => 97, 247 => 96, 245 => 95, 243 => 94, 239 => 93, 235 => 91, 231 => 90, 227 => 89, 223 => 88, 219 => 87, 215 => 86, 211 => 85, 205 => 84, 199 => 82, 197 => 81, 195 => 80, 189 => 78, 187 => 77, 184 => 76, 179 => 74, 177 => 73, 174 => 72, 167 => 68, 162 => 65, 154 => 61, 151 => 60, 144 => 56, 135 => 53, 132 => 52, 129 => 51, 127 => 50, 123 => 49, 119 => 48, 114 => 45, 110 => 44, 108 => 43, 102 => 40, 97 => 37, 89 => 33, 86 => 32, 79 => 28, 70 => 25, 67 => 24, 64 => 23, 62 => 22, 58 => 21, 54 => 20, 49 => 17, 43 => 14, 41 => 13, 39 => 12, 37 => 1,); - } - - public function getSourceContext() - { - return new Source("", "columns_definitions/partitions.twig", "/home/dev/web/arif.off/public_html/pma/templates/columns_definitions/partitions.twig"); - } -} diff --git a/pma/tmp/twig/97/976b2e0193f2eb74c438dfbae1d5ebc1.php b/pma/tmp/twig/97/976b2e0193f2eb74c438dfbae1d5ebc1.php deleted file mode 100644 index 35f05fb..0000000 --- a/pma/tmp/twig/97/976b2e0193f2eb74c438dfbae1d5ebc1.php +++ /dev/null @@ -1,287 +0,0 @@ -source = $this->getSourceContext(); - - $this->parent = false; - - $this->blocks = [ - ]; - } - - protected function doDisplay(array $context, array $blocks = []) - { - $macros = $this->macros; - // line 1 - echo "
    - - - - - - - - - - - - "; - // line 34 - echo " "; - if ((array_key_exists("change_column", $context) && !twig_test_empty(($context["change_column"] ?? null)))) { - // line 35 - echo " - "; - } - // line 40 - echo " - "; - // line 44 - echo " "; - if ( !($context["is_backup"] ?? null)) { - // line 45 - echo " - "; - } - // line 49 - echo " - - - - "; - // line 57 - if (($context["is_virtual_columns_supported"] ?? null)) { - // line 58 - echo " - "; - } - // line 62 - echo " - "; - // line 63 - if (array_key_exists("fields_meta", $context)) { - // line 64 - echo " - "; - } - // line 68 - echo " - "; - // line 69 - if (( !(null === twig_get_attribute($this->env, $this->source, ($context["relation_parameters"] ?? null), "browserTransformationFeature", [], "any", false, false, false, 69)) && ($context["browse_mime"] ?? null))) { - // line 70 - echo " - - - - - "; - } - // line 96 - echo " - "; - // line 97 - $context["options"] = ["" => "", "VIRTUAL" => "VIRTUAL"]; - // line 98 - echo " "; - if (($context["supports_stored_keyword"] ?? null)) { - // line 99 - echo " "; - $context["options"] = twig_array_merge(($context["options"] ?? null), ["STORED" => "STORED"]); - // line 100 - echo " "; - } else { - // line 101 - echo " "; - $context["options"] = twig_array_merge(($context["options"] ?? null), ["PERSISTENT" => "PERSISTENT"]); - // line 102 - echo " "; - } - // line 103 - echo " "; - $context['_parent'] = $context; - $context['_seq'] = twig_ensure_traversable(($context["content_cells"] ?? null)); - foreach ($context['_seq'] as $context["_key"] => $context["content_row"]) { - // line 104 - echo " - "; - // line 105 - $this->loadTemplate("columns_definitions/column_attributes.twig", "columns_definitions/table_fields_definitions.twig", 105)->display(twig_to_array(twig_array_merge($context["content_row"], ["options" => // line 106 -($context["options"] ?? null), "change_column" => // line 107 -($context["change_column"] ?? null), "is_virtual_columns_supported" => // line 108 -($context["is_virtual_columns_supported"] ?? null), "browse_mime" => // line 109 -($context["browse_mime"] ?? null), "max_rows" => // line 110 -($context["max_rows"] ?? null), "char_editing" => // line 111 -($context["char_editing"] ?? null), "attribute_types" => // line 112 -($context["attribute_types"] ?? null), "privs_available" => // line 113 -($context["privs_available"] ?? null), "max_length" => // line 114 -($context["max_length"] ?? null), "charsets" => // line 115 -($context["charsets"] ?? null), "relation_parameters" => // line 116 -($context["relation_parameters"] ?? null)]))); - // line 118 - echo " - "; - } - $_parent = $context['_parent']; - unset($context['_seq'], $context['_iterated'], $context['_key'], $context['content_row'], $context['_parent'], $context['loop']); - $context = array_intersect_key($context, $_parent) + $_parent; - // line 120 - echo "
    - "; -echo _gettext("Structure"); - // line 5 - echo " "; - echo PhpMyAdmin\Html\MySQLDocumentation::show("CREATE_TABLE"); - echo " -
    - "; -echo _gettext("Name"); - // line 10 - echo " - "; -echo _gettext("Type"); - // line 13 - echo " "; - echo PhpMyAdmin\Html\MySQLDocumentation::show("data-types"); - echo " - - "; -echo _gettext("Length/Values"); - // line 17 - echo " "; - echo PhpMyAdmin\Html\Generator::showHint(_gettext("If column type is \"enum\" or \"set\", please enter the values using this format: 'a','b','c'…
    If you ever need to put a backslash (\"\\\") or a single quote (\"'\") amongst those values, precede it with a backslash (for example '\\\\xyz' or 'a\\'b').")); - echo " -
    - "; -echo _gettext("Default"); - // line 21 - echo " "; - echo PhpMyAdmin\Html\Generator::showHint(_gettext("For default values, please enter just a single value, without backslash escaping or quotes, using this format: a")); - echo " - - "; -echo _gettext("Collation"); - // line 25 - echo " - "; -echo _gettext("Attributes"); - // line 28 - echo " - "; -echo _gettext("Null"); - // line 31 - echo " - "; -echo _gettext("Adjust privileges"); - // line 37 - echo " "; - echo PhpMyAdmin\Html\MySQLDocumentation::showDocumentation("faq", "faq6-39"); - echo " - - "; -echo _gettext("Index"); - // line 47 - echo " - A_I - - "; -echo _gettext("Comments"); - // line 55 - echo " - "; -echo _gettext("Virtuality"); - // line 60 - echo " - "; -echo _gettext("Move column"); - // line 66 - echo " - "; -echo _gettext("Media type"); - // line 72 - echo " - - "; -echo _gettext("Browser display transformation"); - // line 78 - echo " - - "; -echo _gettext("Browser display transformation options"); - // line 82 - echo " "; - echo PhpMyAdmin\Html\Generator::showHint(_gettext("Please enter the values for transformation options using this format: 'a', 100, b,'c'…
    If you ever need to put a backslash (\"\\\") or a single quote (\"'\") amongst those values, precede it with a backslash (for example '\\\\xyz' or 'a\\'b').")); - echo " -
    - - "; -echo _gettext("Input transformation"); - // line 89 - echo " - - "; -echo _gettext("Input transformation options"); - // line 93 - echo " "; - echo PhpMyAdmin\Html\Generator::showHint(_gettext("Please enter the values for transformation options using this format: 'a', 100, b,'c'…
    If you ever need to put a backslash (\"\\\") or a single quote (\"'\") amongst those values, precede it with a backslash (for example '\\\\xyz' or 'a\\'b').")); - echo " -
    -
    -"; - } - - public function getTemplateName() - { - return "columns_definitions/table_fields_definitions.twig"; - } - - public function isTraitable() - { - return false; - } - - public function getDebugInfo() - { - return array ( 263 => 120, 256 => 118, 254 => 116, 253 => 115, 252 => 114, 251 => 113, 250 => 112, 249 => 111, 248 => 110, 247 => 109, 246 => 108, 245 => 107, 244 => 106, 243 => 105, 240 => 104, 235 => 103, 232 => 102, 229 => 101, 226 => 100, 223 => 99, 220 => 98, 218 => 97, 215 => 96, 208 => 93, 202 => 89, 197 => 86, 192 => 85, 185 => 82, 179 => 78, 175 => 76, 171 => 74, 167 => 72, 163 => 70, 161 => 69, 158 => 68, 154 => 66, 150 => 64, 148 => 63, 145 => 62, 141 => 60, 137 => 58, 135 => 57, 131 => 55, 123 => 49, 119 => 47, 115 => 45, 112 => 44, 109 => 40, 102 => 37, 98 => 35, 95 => 34, 91 => 31, 86 => 28, 81 => 25, 73 => 21, 65 => 17, 57 => 13, 52 => 10, 43 => 5, 37 => 1,); - } - - public function getSourceContext() - { - return new Source("", "columns_definitions/table_fields_definitions.twig", "/home/dev/web/arif.off/public_html/pma/templates/columns_definitions/table_fields_definitions.twig"); - } -} diff --git a/pma/tmp/twig/98/983a715afcd40cbe198d13a69aef20b4.php b/pma/tmp/twig/98/983a715afcd40cbe198d13a69aef20b4.php deleted file mode 100644 index ba250ae..0000000 --- a/pma/tmp/twig/98/983a715afcd40cbe198d13a69aef20b4.php +++ /dev/null @@ -1,110 +0,0 @@ -source = $this->getSourceContext(); - - $this->parent = false; - - $this->blocks = [ - ]; - } - - protected function doDisplay(array $context, array $blocks = []) - { - $macros = $this->macros; - // line 1 - echo "
    - -
    -"; - } - - public function getTemplateName() - { - return "top_menu.twig"; - } - - public function isTraitable() - { - return false; - } - - public function getDebugInfo() - { - return array ( 84 => 19, 76 => 16, 69 => 14, 67 => 13, 63 => 12, 59 => 11, 54 => 10, 50 => 9, 43 => 4, 37 => 1,); - } - - public function getSourceContext() - { - return new Source("", "top_menu.twig", "/home/arif/public_html/pma/templates/top_menu.twig"); - } -} diff --git a/pma/tmp/twig/9c/9c03ed8cb539abe69e16e006b3ccdc1d.php b/pma/tmp/twig/9c/9c03ed8cb539abe69e16e006b3ccdc1d.php deleted file mode 100644 index 1c8d00e..0000000 --- a/pma/tmp/twig/9c/9c03ed8cb539abe69e16e006b3ccdc1d.php +++ /dev/null @@ -1,71 +0,0 @@ -source = $this->getSourceContext(); - - $this->blocks = [ - 'title' => [$this, 'block_title'], - ]; - } - - protected function doGetParent(array $context) - { - // line 1 - return "import.twig"; - } - - protected function doDisplay(array $context, array $blocks = []) - { - $macros = $this->macros; - $this->parent = $this->loadTemplate("import.twig", "server/import/index.twig", 1); - $this->parent->display($context, array_merge($this->blocks, $blocks)); - } - - // line 3 - public function block_title($context, array $blocks = []) - { - $macros = $this->macros; -echo _gettext("Importing into the current server"); - } - - public function getTemplateName() - { - return "server/import/index.twig"; - } - - public function isTraitable() - { - return false; - } - - public function getDebugInfo() - { - return array ( 46 => 3, 35 => 1,); - } - - public function getSourceContext() - { - return new Source("", "server/import/index.twig", "/home/dev/web/arif.off/public_html/pma/templates/server/import/index.twig"); - } -} diff --git a/pma/tmp/twig/a0/a0cbe9d9bd789a98e3dff5fa63ee0e9e.php b/pma/tmp/twig/a0/a0cbe9d9bd789a98e3dff5fa63ee0e9e.php deleted file mode 100644 index 383634b..0000000 --- a/pma/tmp/twig/a0/a0cbe9d9bd789a98e3dff5fa63ee0e9e.php +++ /dev/null @@ -1,62 +0,0 @@ -source = $this->getSourceContext(); - - $this->parent = false; - - $this->blocks = [ - ]; - } - - protected function doDisplay(array $context, array $blocks = []) - { - $macros = $this->macros; - // line 1 - echo "env, ($context["classes"] ?? null), "html", null, true); - echo "\"> -"; - } - - public function getTemplateName() - { - return "display/results/empty_display.twig"; - } - - public function isTraitable() - { - return false; - } - - public function getDebugInfo() - { - return array ( 37 => 1,); - } - - public function getSourceContext() - { - return new Source("", "display/results/empty_display.twig", "/home/arif/public_html/pma/templates/display/results/empty_display.twig"); - } -} diff --git a/pma/tmp/twig/a3/a3906b39ab56c71d1d40da8fcc34be47.php b/pma/tmp/twig/a3/a3906b39ab56c71d1d40da8fcc34be47.php deleted file mode 100644 index 18b77c1..0000000 --- a/pma/tmp/twig/a3/a3906b39ab56c71d1d40da8fcc34be47.php +++ /dev/null @@ -1,76 +0,0 @@ -source = $this->getSourceContext(); - - $this->parent = false; - - $this->blocks = [ - ]; - } - - protected function doDisplay(array $context, array $blocks = []) - { - $macros = $this->macros; - // line 1 - echo "env, ($context["decimals"] ?? null), "html", null, true); - echo "\" data-type=\""; - echo twig_escape_filter($this->env, ($context["type"] ?? null), "html", null, true); - echo "\""; - if ( !twig_test_empty(($context["original_length"] ?? null))) { - echo " data-originallength=\""; - echo twig_escape_filter($this->env, ($context["original_length"] ?? null), "html", null, true); - echo "\""; - } - echo " class=\""; - echo twig_escape_filter($this->env, ($context["td_class"] ?? null), "html", null, true); - echo "\">"; - // line 2 - echo ($context["value"] ?? null); - // line 3 - echo " -"; - } - - public function getTemplateName() - { - return "display/results/row_data.twig"; - } - - public function isTraitable() - { - return false; - } - - public function getDebugInfo() - { - return array ( 53 => 3, 51 => 2, 37 => 1,); - } - - public function getSourceContext() - { - return new Source("", "display/results/row_data.twig", "/home/arif/public_html/pma/templates/display/results/row_data.twig"); - } -} diff --git a/pma/tmp/twig/a7/a7aa9cd8ee7475a1c177bd2809535ea1.php b/pma/tmp/twig/a7/a7aa9cd8ee7475a1c177bd2809535ea1.php deleted file mode 100644 index e3a3d1e..0000000 --- a/pma/tmp/twig/a7/a7aa9cd8ee7475a1c177bd2809535ea1.php +++ /dev/null @@ -1,73 +0,0 @@ -source = $this->getSourceContext(); - - $this->parent = false; - - $this->blocks = [ - ]; - } - - protected function doDisplay(array $context, array $blocks = []) - { - $macros = $this->macros; - // line 1 - echo "env, ($context["data_decimals"] ?? null), "html", null, true); - echo "\" - data-type=\""; - // line 2 - echo twig_escape_filter($this->env, ($context["data_type"] ?? null), "html", null, true); - echo "\" - "; - // line 4 - echo " class=\""; - echo twig_escape_filter($this->env, ($context["classes"] ?? null), "html", null, true); - echo " null\"> - NULL - -"; - } - - public function getTemplateName() - { - return "display/results/null_display.twig"; - } - - public function isTraitable() - { - return false; - } - - public function getDebugInfo() - { - return array ( 46 => 4, 42 => 2, 37 => 1,); - } - - public function getSourceContext() - { - return new Source("", "display/results/null_display.twig", "/home/arif/public_html/pma/templates/display/results/null_display.twig"); - } -} diff --git a/pma/tmp/twig/a8/a8f13f032b97eb16b1574396a06ce252.php b/pma/tmp/twig/a8/a8f13f032b97eb16b1574396a06ce252.php deleted file mode 100644 index 179fa20..0000000 --- a/pma/tmp/twig/a8/a8f13f032b97eb16b1574396a06ce252.php +++ /dev/null @@ -1,269 +0,0 @@ -source = $this->getSourceContext(); - - $this->parent = false; - - $this->blocks = [ - ]; - } - - protected function doDisplay(array $context, array $blocks = []) - { - $macros = $this->macros; - // line 1 - echo "
    -"; - // line 2 - echo PhpMyAdmin\Url::getHiddenInputs(($context["db"] ?? null)); - echo " -
    - - - - - - "; - // line 9 - if (($context["replication"] ?? null)) { - // line 10 - echo " - "; - } - // 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 " - "; - // line 25 - echo " - "; - // line 29 - if ( !(($context["properties_num_columns"] ?? null) > 1)) { - // line 30 - echo " - - "; - } - // line 33 - echo " - "; - // line 34 - if (($context["is_show_stats"] ?? null)) { - // line 35 - echo " "; - // line 36 - echo " - "; - // line 38 - echo " - "; - } - // line 40 - echo " - "; - // line 41 - if (($context["show_charset"] ?? null)) { - // line 42 - echo " - "; - } - // line 44 - echo " - "; - // line 45 - if (($context["show_comment"] ?? null)) { - // line 46 - echo " - "; - } - // line 48 - echo " - "; - // line 49 - if (($context["show_creation"] ?? null)) { - // line 50 - echo " "; - // line 51 - echo " - "; - } - // line 53 - echo " - "; - // line 54 - if (($context["show_last_update"] ?? null)) { - // line 55 - echo " "; - // line 56 - echo " - "; - } - // line 58 - echo " - "; - // line 59 - if (($context["show_last_check"] ?? null)) { - // line 60 - echo " "; - // line 61 - echo " - "; - } - // line 63 - echo " - - - "; - // line 66 - $context['_parent'] = $context; - $context['_seq'] = twig_ensure_traversable(($context["structure_table_rows"] ?? null)); - foreach ($context['_seq'] as $context["_key"] => $context["structure_table_row"]) { - // line 67 - echo " "; - $this->loadTemplate("database/structure/structure_table_row.twig", "database/structure/table_header.twig", 67)->display(twig_to_array($context["structure_table_row"])); - // line 68 - 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 69 - echo " - "; - // line 70 - if (($context["body_for_table_summary"] ?? null)) { - // line 71 - echo " "; - $this->loadTemplate("database/structure/body_for_table_summary.twig", "database/structure/table_header.twig", 71)->display(twig_to_array(($context["body_for_table_summary"] ?? null))); - // line 72 - echo " "; - } - // line 73 - echo "
    "; - // line 8 - echo PhpMyAdmin\Util::sortableTableHeader(_gettext("Table"), "table"); - echo ""; -echo _gettext("Replication"); - echo "env, ($context["action_colspan"] ?? null), "html", null, true); - echo "\" class=\"d-print-none\"> - "; -echo _gettext("Action"); - // line 23 - echo " - "; - // line 26 - echo PhpMyAdmin\Util::sortableTableHeader(_gettext("Rows"), "records", "DESC"); - echo " - "; - // line 27 - echo PhpMyAdmin\Html\Generator::showHint(PhpMyAdmin\Sanitize::sanitizeMessage(_gettext("May be approximate. Click on the number to get the exact count. See [doc@faq3-11]FAQ 3.11[/doc]."))); - echo " - "; - echo PhpMyAdmin\Util::sortableTableHeader(_gettext("Type"), "type"); - echo ""; - // line 31 - echo PhpMyAdmin\Util::sortableTableHeader(_gettext("Collation"), "collation"); - echo ""; - echo PhpMyAdmin\Util::sortableTableHeader(_gettext("Size"), "size", "DESC"); - echo ""; - echo PhpMyAdmin\Util::sortableTableHeader(_gettext("Overhead"), "overhead", "DESC"); - echo ""; - echo PhpMyAdmin\Util::sortableTableHeader(_gettext("Charset"), "charset"); - echo ""; - echo PhpMyAdmin\Util::sortableTableHeader(_gettext("Comment"), "comment"); - echo ""; - echo PhpMyAdmin\Util::sortableTableHeader(_gettext("Creation"), "creation", "DESC"); - echo ""; - echo PhpMyAdmin\Util::sortableTableHeader(_gettext("Last update"), "last_update", "DESC"); - echo ""; - echo PhpMyAdmin\Util::sortableTableHeader(_gettext("Last check"), "last_check", "DESC"); - echo "
    -
    -"; - // line 75 - if (($context["check_all_tables"] ?? null)) { - // line 76 - echo " "; - $this->loadTemplate("database/structure/check_all_tables.twig", "database/structure/table_header.twig", 76)->display(twig_to_array(($context["check_all_tables"] ?? null))); - } - // line 78 - echo "
    -"; - // line 79 - if (($context["check_all_tables"] ?? null)) { - // line 80 - echo " "; - $this->loadTemplate("database/structure/bulk_action_modal.twig", "database/structure/table_header.twig", 80)->display(twig_to_array(($context["check_all_tables"] ?? null))); - } - } - - public function getTemplateName() - { - return "database/structure/table_header.twig"; - } - - public function isTraitable() - { - return false; - } - - public function getDebugInfo() - { - return array ( 245 => 80, 243 => 79, 240 => 78, 236 => 76, 234 => 75, 230 => 73, 227 => 72, 224 => 71, 222 => 70, 219 => 69, 213 => 68, 210 => 67, 206 => 66, 201 => 63, 195 => 61, 193 => 60, 191 => 59, 188 => 58, 182 => 56, 180 => 55, 178 => 54, 175 => 53, 169 => 51, 167 => 50, 165 => 49, 162 => 48, 156 => 46, 154 => 45, 151 => 44, 145 => 42, 143 => 41, 140 => 40, 134 => 38, 129 => 36, 127 => 35, 125 => 34, 122 => 33, 117 => 31, 112 => 30, 110 => 29, 105 => 27, 101 => 26, 98 => 25, 95 => 23, 89 => 21, 86 => 20, 83 => 19, 80 => 18, 77 => 17, 74 => 16, 71 => 15, 68 => 14, 66 => 13, 63 => 12, 57 => 10, 55 => 9, 51 => 8, 42 => 2, 37 => 1,); - } - - public function getSourceContext() - { - return new Source("", "database/structure/table_header.twig", "/home/dev/web/arif.off/public_html/pma/templates/database/structure/table_header.twig"); - } -} diff --git a/pma/tmp/twig/aa/aa626619714ea8fb0dbbe82d48f76144.php b/pma/tmp/twig/aa/aa626619714ea8fb0dbbe82d48f76144.php deleted file mode 100644 index 63878a4..0000000 --- a/pma/tmp/twig/aa/aa626619714ea8fb0dbbe82d48f76144.php +++ /dev/null @@ -1,73 +0,0 @@ -source = $this->getSourceContext(); - - $this->parent = false; - - $this->blocks = [ - ]; - } - - protected function doDisplay(array $context, array $blocks = []) - { - $macros = $this->macros; - // line 1 - echo "
    - "; - // line 2 - if (($context["recent"] ?? null)) { - echo ($context["recent"] ?? null); - } - // line 3 - echo " "; - if (($context["favorite"] ?? null)) { - echo ($context["favorite"] ?? null); - } - // line 4 - echo "
    -
    -"; - } - - public function getTemplateName() - { - return "navigation/tree/quick_warp.twig"; - } - - public function isTraitable() - { - return false; - } - - public function getDebugInfo() - { - return array ( 49 => 4, 44 => 3, 40 => 2, 37 => 1,); - } - - public function getSourceContext() - { - return new Source("", "navigation/tree/quick_warp.twig", "/home/arif/public_html/pma/templates/navigation/tree/quick_warp.twig"); - } -} diff --git a/pma/tmp/twig/b2/b211a37b6b8865964ad253bd355f92d0.php b/pma/tmp/twig/b2/b211a37b6b8865964ad253bd355f92d0.php deleted file mode 100644 index d0f6e24..0000000 --- a/pma/tmp/twig/b2/b211a37b6b8865964ad253bd355f92d0.php +++ /dev/null @@ -1,212 +0,0 @@ -source = $this->getSourceContext(); - - $this->parent = false; - - $this->blocks = [ - ]; - } - - protected function doDisplay(array $context, array $blocks = []) - { - $macros = $this->macros; - // line 1 - echo " -env, ($context["lang"] ?? null), "html", null, true); - echo "\" dir=\""; - echo twig_escape_filter($this->env, ($context["text_dir"] ?? null), "html", null, true); - echo "\"> - - - - - - - "; - // line 9 - if ( !($context["allow_third_party_framing"] ?? null)) { - // line 10 - echo ""; - } - // line 12 - echo " - - - env, ($context["theme_path"] ?? null), "html", null, true); - echo "/jquery/jquery-ui.css\"> - env, ($context["base_dir"] ?? null), "html", null, true); - echo "js/vendor/codemirror/lib/codemirror.css?"; - echo twig_escape_filter($this->env, ($context["version"] ?? null), "html", null, true); - echo "\"> - env, ($context["base_dir"] ?? null), "html", null, true); - echo "js/vendor/codemirror/addon/hint/show-hint.css?"; - echo twig_escape_filter($this->env, ($context["version"] ?? null), "html", null, true); - echo "\"> - env, ($context["base_dir"] ?? null), "html", null, true); - echo "js/vendor/codemirror/addon/lint/lint.css?"; - echo twig_escape_filter($this->env, ($context["version"] ?? null), "html", null, true); - echo "\"> - env, ($context["theme_path"] ?? null), "html", null, true); - echo "/css/theme"; - echo (((($context["text_dir"] ?? null) == "rtl")) ? (".rtl") : ("")); - echo ".css?"; - echo twig_escape_filter($this->env, ($context["version"] ?? null), "html", null, true); - echo "\"> - "; - // line 20 - echo twig_escape_filter($this->env, ($context["title"] ?? null), "html", null, true); - echo " - "; - // line 21 - echo ($context["scripts"] ?? null); - echo " - - -env, (" id=" . ($context["body_id"] ?? null)), "html", null, true))) : (print (""))); - echo "> - "; - // line 25 - echo ($context["navigation"] ?? null); - echo " - "; - // line 26 - echo ($context["custom_header"] ?? null); - echo " - "; - // line 27 - echo ($context["load_user_preferences"] ?? null); - echo " - - "; - // line 29 - if ( !($context["show_hint"] ?? null)) { - // line 30 - echo " - "; - } - // line 32 - echo " - "; - // line 33 - if (($context["is_warnings_enabled"] ?? null)) { - // line 34 - echo " - "; - } - // line 38 - echo " - "; - // line 39 - if ((($context["is_menu_enabled"] ?? null) && (($context["server"] ?? null) > 0))) { - // line 40 - echo " "; - echo ($context["menu"] ?? null); - echo " - - - - "; - // line 44 - echo PhpMyAdmin\Html\Generator::getImage("s_cog", _gettext("Page-related settings")); - echo " - - "; - // line 46 - echo PhpMyAdmin\Html\Generator::getImage("s_top", _gettext("Click on the bar to scroll to top of page")); - echo " - - "; - } - // line 49 - echo " - "; - // line 50 - echo ($context["console"] ?? null); - echo " - -
    - "; - // line 53 - echo ($context["messages"] ?? null); - echo " - - "; - // line 55 - echo ($context["recent_table"] ?? null); - // line 56 - if (($context["is_logged_in"] ?? null)) { - // line 57 - echo twig_include($this->env, $context, "modals/preview_sql_modal.twig"); - echo " - "; - // line 58 - echo twig_include($this->env, $context, "modals/enum_set_editor.twig"); - echo " - "; - // line 59 - echo twig_include($this->env, $context, "modals/create_view.twig"); - } - } - - public function getTemplateName() - { - return "header.twig"; - } - - public function isTraitable() - { - return false; - } - - public function getDebugInfo() - { - return array ( 189 => 59, 185 => 58, 181 => 57, 179 => 56, 177 => 55, 172 => 53, 166 => 50, 163 => 49, 157 => 46, 152 => 44, 144 => 40, 142 => 39, 139 => 38, 133 => 35, 130 => 34, 128 => 33, 125 => 32, 121 => 30, 119 => 29, 114 => 27, 110 => 26, 106 => 25, 102 => 24, 96 => 21, 92 => 20, 84 => 19, 78 => 18, 72 => 17, 66 => 16, 62 => 15, 57 => 12, 54 => 10, 52 => 9, 40 => 2, 37 => 1,); - } - - public function getSourceContext() - { - return new Source("", "header.twig", "/home/arif/public_html/pma/templates/header.twig"); - } -} diff --git a/pma/tmp/twig/b2/b2a12eccc4e8c884b3e40b1998356648.php b/pma/tmp/twig/b2/b2a12eccc4e8c884b3e40b1998356648.php deleted file mode 100644 index dec8678..0000000 --- a/pma/tmp/twig/b2/b2a12eccc4e8c884b3e40b1998356648.php +++ /dev/null @@ -1,1160 +0,0 @@ -source = $this->getSourceContext(); - - $this->parent = false; - - $this->blocks = [ - ]; - } - - protected function doDisplay(array $context, array $blocks = []) - { - $macros = $this->macros; - // line 1 - echo "
    - -"; - // line 3 - if ( !($context["hide_order_table"] ?? null)) { - // line 4 - echo "
    - "; - // line 5 - echo PhpMyAdmin\Url::getHiddenInputs(($context["db"] ?? null), ($context["table"] ?? null)); - echo " - - -
    -
    "; -echo _gettext("Alter table order by"); - // line 9 - echo "
    -
    -
    -
    - - - - "; -echo _pgettext("Alter table order by a single field.", "(singly)"); - // line 21 - echo " -
    - -
    -
    - - -
    -
    - - -
    -
    -
    -
    - - -
    -
    -"; - } - // line 43 - echo " -
    - "; - // line 45 - echo PhpMyAdmin\Url::getHiddenInputs(($context["db"] ?? null), ($context["table"] ?? null)); - echo " - - - -
    -
    "; -echo _gettext("Move table to (database.table)"); - // line 50 - echo "
    -
    -
    -
    -
    - "; - // line 55 - if ( !twig_test_empty(($context["database_list"] ?? null))) { - // line 56 - echo " - "; - } else { - // line 62 - echo " env, ($context["db"] ?? null), "html", null, true); - echo "\" aria-label=\""; -echo _gettext("Database"); - echo "\"> - "; - } - // line 64 - echo " . - env, ($context["table"] ?? null), "html", null, true); - echo "\" aria-label=\""; -echo _gettext("Table"); - echo "\"> -
    -
    -
    - -
    - - -
    -
    - - -
    -
    - - -
    -
    - -
    - "; - // line 92 - echo PhpMyAdmin\Url::getHiddenInputs(($context["db"] ?? null), ($context["table"] ?? null)); - echo " - - - env, ($context["table_comment"] ?? null), "html", null, true); - echo "\"> - "; - // line 96 - if (($context["has_auto_increment"] ?? null)) { - // line 97 - echo " env, ($context["auto_increment"] ?? null), "html", null, true); - echo "\"> - "; - } - // line 99 - echo " -
    -
    "; -echo _gettext("Table options"); - // line 101 - echo "
    -
    -
    -
    - -
    -
    - env, ($context["table"] ?? null), "html", null, true); - echo "\" required> -
    -
    - - -
    -
    - -
    -
    - -
    -
    - env, ($context["table_comment"] ?? null), "html", null, true); - echo "\"> -
    -
    - -
    -
    - -
    -
    - -
    -
    - -
    -
    - -
    -
    - -
    - -
    - - -
    -
    - - "; - // line 174 - if (($context["has_pack_keys"] ?? null)) { - // line 175 - echo "
    -
    - -
    -
    - -
    -
    - "; - } - // line 188 - echo " - "; - // line 189 - if (($context["has_checksum_and_delay_key_write"] ?? null)) { - // line 190 - echo "
    - - -
    - -
    - - -
    - "; - } - // line 200 - echo " - "; - // line 201 - if (($context["has_transactional_and_page_checksum"] ?? null)) { - // line 202 - echo "
    - - -
    - -
    - - -
    - "; - } - // line 212 - echo " - "; - // line 213 - if (($context["has_auto_increment"] ?? null)) { - // line 214 - echo "
    -
    - -
    -
    - env, ($context["auto_increment"] ?? null), "html", null, true); - echo "\"> -
    -
    - "; - } - // line 223 - echo " - "; - // line 224 - if ( !twig_test_empty(($context["row_formats"] ?? null))) { - // line 225 - echo "
    -
    - -
    -
    - -
    -
    - "; - } - // line 238 - echo "
    - - -
    -
    - -
    - "; - // line 247 - echo PhpMyAdmin\Url::getHiddenInputs(($context["db"] ?? null), ($context["table"] ?? null)); - echo " - - -
    -
    "; -echo _gettext("Copy table to (database.table)"); - // line 251 - echo "
    -
    -
    -
    -
    - "; - // line 256 - if ( !twig_test_empty(($context["database_list"] ?? null))) { - // line 257 - echo " - "; - } else { - // line 263 - echo " env, ($context["db"] ?? null), "html", null, true); - echo "\" aria-label=\""; -echo _gettext("Database"); - echo "\"> - "; - } - // line 265 - echo " . - env, ($context["table"] ?? null), "html", null, true); - echo "\" aria-label=\""; -echo _gettext("Table"); - echo "\" required> -
    -
    -
    - -
    -
    - - -
    -
    - - -
    -
    - - -
    -
    - -
    -
    - - -
    - -
    - - -
    - - "; - // line 303 - if (($context["has_foreign_keys"] ?? null)) { - // line 304 - echo "
    - - -
    - "; - } - // line 309 - echo " -
    - - -
    - -
    - - -
    -
    -
    - - -
    -
    - -
    -
    "; -echo _gettext("Table maintenance"); - // line 334 - echo "
    - -
    - -"; - // line 401 - if ( !($context["is_system_schema"] ?? null)) { - // line 402 - echo "
    -
    "; -echo _gettext("Delete data or table"); - // line 403 - echo "
    -
      - "; - // line 405 - if ( !($context["is_view"] ?? null)) { - // line 406 - echo "
    • - "; - // line 407 - echo PhpMyAdmin\Html\Generator::linkOrButton(PhpMyAdmin\Url::getFromRoute("/sql"), twig_array_merge( // line 409 -($context["url_params"] ?? null), ["sql_query" => ((("TRUNCATE TABLE " . PhpMyAdmin\Util::backquote( // line 410 -($context["db"] ?? null))) . ".") . PhpMyAdmin\Util::backquote(($context["table"] ?? null))), "goto" => PhpMyAdmin\Url::getFromRoute("/table/structure"), "reload" => true, "message_to_show" => twig_escape_filter($this->env, twig_sprintf(_gettext("Table %s has been emptied."), // line 413 -($context["table"] ?? null)))]), _gettext("Empty the table (TRUNCATE)"), ["id" => "truncate_tbl_anchor", "class" => "text-danger ajax", "data-query" => ((("TRUNCATE TABLE " . PhpMyAdmin\Util::backquote( // line 419 -($context["db"] ?? null))) . ".") . PhpMyAdmin\Util::backquote(($context["table"] ?? null)))]); - // line 421 - echo " - "; - // line 422 - echo PhpMyAdmin\Html\MySQLDocumentation::show("TRUNCATE_TABLE"); - echo " -
    • -
    • - "; - // line 425 - echo PhpMyAdmin\Html\Generator::linkOrButton(PhpMyAdmin\Url::getFromRoute("/sql"), twig_array_merge( // line 427 -($context["url_params"] ?? null), ["sql_query" => ((("DELETE FROM " . PhpMyAdmin\Util::backquote( // line 428 -($context["db"] ?? null))) . ".") . PhpMyAdmin\Util::backquote(($context["table"] ?? null))), "goto" => PhpMyAdmin\Url::getFromRoute("/table/structure"), "reload" => true, "message_to_show" => twig_escape_filter($this->env, twig_sprintf(_gettext("Table %s has been emptied."), // line 431 -($context["table"] ?? null)))]), _gettext("Empty the table (DELETE FROM)"), ["id" => "delete_tbl_anchor", "class" => "text-danger ajax", "data-query" => ((("DELETE FROM " . PhpMyAdmin\Util::backquote( // line 437 -($context["db"] ?? null))) . ".") . PhpMyAdmin\Util::backquote(($context["table"] ?? null)))]); - // line 439 - echo " - "; - // line 440 - echo PhpMyAdmin\Html\MySQLDocumentation::show("DELETE"); - echo " -
    • - "; - } - // line 443 - echo "
    • - "; - // line 444 - echo PhpMyAdmin\Html\Generator::linkOrButton(PhpMyAdmin\Url::getFromRoute("/sql"), twig_array_merge( // line 446 -($context["url_params"] ?? null), ["sql_query" => ((("DROP TABLE " . PhpMyAdmin\Util::backquote( // line 447 -($context["db"] ?? null))) . ".") . PhpMyAdmin\Util::backquote(($context["table"] ?? null))), "goto" => PhpMyAdmin\Url::getFromRoute("/database/operations"), "reload" => true, "purge" => true, "message_to_show" => (( // line 451 -($context["is_view"] ?? null)) ? (twig_escape_filter($this->env, twig_sprintf(_gettext("View %s has been dropped."), ($context["table"] ?? null)))) : (twig_escape_filter($this->env, twig_sprintf(_gettext("Table %s has been dropped."), ($context["table"] ?? null))))), "table" => // line 452 -($context["table"] ?? null)]), _gettext("Delete the table (DROP)"), ["id" => "drop_tbl_anchor", "class" => "text-danger ajax", "data-query" => ((("DROP TABLE " . PhpMyAdmin\Util::backquote( // line 458 -($context["db"] ?? null))) . ".") . PhpMyAdmin\Util::backquote(($context["table"] ?? null)))]); - // line 460 - echo " - "; - // line 461 - echo PhpMyAdmin\Html\MySQLDocumentation::show("DROP_TABLE"); - echo " -
    • -
    -
    -"; - } - // line 466 - echo " -"; - // line 467 - if ( !twig_test_empty(($context["partitions"] ?? null))) { - // line 468 - echo "
    - "; - // line 469 - echo PhpMyAdmin\Url::getHiddenInputs(($context["db"] ?? null), ($context["table"] ?? null)); - echo " - - -
    -
    - "; -echo _gettext("Partition maintenance"); - // line 475 - echo " "; - echo PhpMyAdmin\Html\MySQLDocumentation::show("partitioning_maintenance"); - echo " -
    - -
    -
    - - -
    - -
    - "; - // line 489 - $context['_parent'] = $context; - $context['_seq'] = twig_ensure_traversable(($context["partitions_choices"] ?? null)); - foreach ($context['_seq'] as $context["value"] => $context["description"]) { - // line 490 - echo "
    - env, twig_capitalize_string_filter($this->env, $context["value"]), "html", null, true); - echo "\" value=\""; - echo twig_escape_filter($this->env, $context["value"], "html", null, true); - echo "\""; - echo ((($context["value"] == "ANALYZE")) ? (" checked") : ("")); - echo "> - -
    - "; - } - $_parent = $context['_parent']; - unset($context['_seq'], $context['_iterated'], $context['value'], $context['description'], $context['_parent'], $context['loop']); - $context = array_intersect_key($context, $_parent) + $_parent; - // line 495 - echo "
    - - -
    - - -
    -
    -"; - } - // line 510 - echo " -"; - // line 511 - if ( !twig_test_empty(($context["foreigners"] ?? null))) { - // line 512 - echo " -"; - } - // line 525 - echo " -
    -"; - } - - public function getTemplateName() - { - return "table/operations/index.twig"; - } - - public function isTraitable() - { - return false; - } - - public function getDebugInfo() - { - return array ( 1136 => 525, 1131 => 522, 1115 => 518, 1111 => 517, 1108 => 516, 1104 => 515, 1100 => 513, 1096 => 512, 1094 => 511, 1091 => 510, 1084 => 505, 1074 => 500, 1072 => 499, 1071 => 498, 1066 => 495, 1055 => 492, 1047 => 491, 1044 => 490, 1040 => 489, 1034 => 485, 1013 => 483, 996 => 482, 992 => 480, 982 => 475, 973 => 469, 968 => 468, 966 => 467, 963 => 466, 955 => 461, 952 => 460, 950 => 458, 949 => 452, 948 => 451, 947 => 447, 946 => 446, 945 => 444, 942 => 443, 936 => 440, 933 => 439, 931 => 437, 930 => 431, 929 => 428, 928 => 427, 927 => 425, 921 => 422, 918 => 421, 916 => 419, 915 => 413, 914 => 410, 913 => 409, 912 => 407, 909 => 406, 907 => 405, 903 => 403, 899 => 402, 897 => 401, 892 => 398, 886 => 395, 883 => 394, 876 => 392, 873 => 391, 871 => 390, 868 => 389, 862 => 386, 859 => 385, 852 => 383, 849 => 382, 847 => 381, 841 => 378, 838 => 377, 834 => 375, 832 => 373, 831 => 372, 828 => 371, 824 => 369, 818 => 366, 815 => 365, 808 => 363, 805 => 362, 803 => 361, 797 => 358, 794 => 357, 787 => 355, 783 => 353, 777 => 350, 774 => 349, 767 => 347, 764 => 346, 762 => 345, 759 => 344, 753 => 341, 750 => 340, 743 => 338, 740 => 337, 738 => 336, 734 => 334, 725 => 328, 716 => 322, 711 => 321, 702 => 316, 695 => 313, 689 => 312, 685 => 309, 680 => 306, 675 => 304, 673 => 303, 668 => 300, 659 => 295, 650 => 288, 642 => 282, 634 => 276, 619 => 266, 616 => 265, 608 => 263, 604 => 261, 591 => 259, 587 => 258, 582 => 257, 580 => 256, 573 => 251, 565 => 247, 561 => 246, 554 => 241, 548 => 238, 542 => 234, 529 => 232, 525 => 231, 517 => 225, 515 => 224, 512 => 223, 505 => 219, 498 => 214, 496 => 213, 493 => 212, 486 => 208, 478 => 203, 475 => 202, 473 => 201, 470 => 200, 463 => 196, 455 => 191, 452 => 190, 450 => 189, 447 => 188, 439 => 183, 435 => 182, 431 => 181, 423 => 175, 421 => 174, 415 => 170, 407 => 165, 400 => 163, 391 => 160, 382 => 159, 378 => 158, 371 => 157, 367 => 156, 360 => 151, 351 => 145, 344 => 143, 342 => 142, 339 => 141, 330 => 140, 326 => 139, 317 => 134, 306 => 126, 301 => 123, 289 => 116, 282 => 113, 276 => 112, 270 => 108, 265 => 105, 258 => 101, 253 => 99, 247 => 97, 245 => 96, 241 => 95, 235 => 92, 231 => 91, 224 => 86, 213 => 80, 206 => 77, 200 => 76, 195 => 72, 182 => 65, 179 => 64, 171 => 62, 167 => 60, 154 => 58, 150 => 57, 145 => 56, 143 => 55, 136 => 50, 127 => 45, 123 => 44, 120 => 43, 113 => 38, 103 => 31, 96 => 27, 87 => 21, 82 => 18, 71 => 16, 67 => 15, 63 => 13, 56 => 9, 48 => 5, 43 => 4, 41 => 3, 37 => 1,); - } - - public function getSourceContext() - { - return new Source("", "table/operations/index.twig", "/home/arif/public_html/pma/templates/table/operations/index.twig"); - } -} diff --git a/pma/tmp/twig/b2/b2c93ea9c8c3fe9163cb2fe222521f87.php b/pma/tmp/twig/b2/b2c93ea9c8c3fe9163cb2fe222521f87.php deleted file mode 100644 index 792c88c..0000000 --- a/pma/tmp/twig/b2/b2c93ea9c8c3fe9163cb2fe222521f87.php +++ /dev/null @@ -1,79 +0,0 @@ -source = $this->getSourceContext(); - - $this->parent = false; - - $this->blocks = [ - ]; - } - - protected function doDisplay(array $context, array $blocks = []) - { - $macros = $this->macros; - // line 1 - $context['_parent'] = $context; - $context['_seq'] = twig_ensure_traversable(($context["filesList"] ?? null)); - foreach ($context['_seq'] as $context["_key"] => $context["file"]) { - // line 2 - echo " -"; - } - $_parent = $context['_parent']; - unset($context['_seq'], $context['_iterated'], $context['_key'], $context['file'], $context['_parent'], $context['loop']); - $context = array_intersect_key($context, $_parent) + $_parent; - } - - public function getTemplateName() - { - return "file_select_options.twig"; - } - - public function isTraitable() - { - return false; - } - - public function getDebugInfo() - { - return array ( 50 => 3, 41 => 2, 37 => 1,); - } - - public function getSourceContext() - { - return new Source("", "file_select_options.twig", "/home/arif/public_html/pma/templates/file_select_options.twig"); - } -} diff --git a/pma/tmp/twig/b4/b41f8db2d50fd8d74dbc8cda91045142.php b/pma/tmp/twig/b4/b41f8db2d50fd8d74dbc8cda91045142.php deleted file mode 100644 index c02cf49..0000000 --- a/pma/tmp/twig/b4/b41f8db2d50fd8d74dbc8cda91045142.php +++ /dev/null @@ -1,93 +0,0 @@ -source = $this->getSourceContext(); - - $this->parent = false; - - $this->blocks = [ - ]; - } - - protected function doDisplay(array $context, array $blocks = []) - { - $macros = $this->macros; - // line 1 - echo "
    - "; - // line 2 - echo PhpMyAdmin\Url::getHiddenInputs(($context["db"] ?? null)); - echo " -
    "; - // line 3 - echo PhpMyAdmin\Html\Generator::getIcon("b_table_add", _gettext("Create new table"), true); - echo "
    -
    -
    - - -
    -
    - - -
    -
    - -
    -
    -
    -"; - } - - public function getTemplateName() - { - return "database/create_table.twig"; - } - - public function isTraitable() - { - return false; - } - - public function getDebugInfo() - { - return array ( 67 => 14, 60 => 10, 53 => 6, 46 => 3, 42 => 2, 37 => 1,); - } - - public function getSourceContext() - { - return new Source("", "database/create_table.twig", "/home/arif/public_html/pma/templates/database/create_table.twig"); - } -} diff --git a/pma/tmp/twig/b7/b71f19906f3f333866e19e19f30d4069.php b/pma/tmp/twig/b7/b71f19906f3f333866e19e19f30d4069.php deleted file mode 100644 index 25f7131..0000000 --- a/pma/tmp/twig/b7/b71f19906f3f333866e19e19f30d4069.php +++ /dev/null @@ -1,179 +0,0 @@ -source = $this->getSourceContext(); - - $this->parent = false; - - $this->blocks = [ - ]; - } - - protected function doDisplay(array $context, array $blocks = []) - { - $macros = $this->macros; - // line 1 - echo "
    - -"; - } - - public function getTemplateName() - { - return "menu/breadcrumbs.twig"; - } - - public function isTraitable() - { - return false; - } - - public function getDebugInfo() - { - return array ( 155 => 43, 152 => 42, 146 => 40, 143 => 39, 137 => 37, 135 => 36, 127 => 32, 124 => 31, 121 => 30, 118 => 29, 115 => 28, 112 => 27, 109 => 26, 107 => 25, 101 => 24, 97 => 23, 94 => 22, 92 => 21, 84 => 17, 80 => 16, 74 => 15, 70 => 14, 67 => 13, 65 => 12, 57 => 8, 53 => 7, 47 => 6, 43 => 5, 37 => 1,); - } - - public function getSourceContext() - { - return new Source("", "menu/breadcrumbs.twig", "/home/arif/public_html/pma/templates/menu/breadcrumbs.twig"); - } -} diff --git a/pma/tmp/twig/ba/ba5134f9075072581872ad0aacda670d.php b/pma/tmp/twig/ba/ba5134f9075072581872ad0aacda670d.php deleted file mode 100644 index d40a6a6..0000000 --- a/pma/tmp/twig/ba/ba5134f9075072581872ad0aacda670d.php +++ /dev/null @@ -1,80 +0,0 @@ -source = $this->getSourceContext(); - - $this->parent = false; - - $this->blocks = [ - ]; - } - - protected function doDisplay(array $context, array $blocks = []) - { - $macros = $this->macros; - // line 1 - echo "env, ($context["table_name_hash"] ?? null), "html", null, true); - echo "_favorite_anchor\" - class=\"ajax favorite_table_anchor\" - href=\""; - // line 3 - echo PhpMyAdmin\Url::getFromRoute("/database/structure/favorite-table", ($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)) ? (PhpMyAdmin\Html\Generator::getIcon("b_favorite")) : (PhpMyAdmin\Html\Generator::getIcon("b_no_favorite"))); - echo " - -"; - } - - public function getTemplateName() - { - return "database/structure/favorite_anchor.twig"; - } - - public function isTraitable() - { - return false; - } - - public function getDebugInfo() - { - return array ( 55 => 6, 51 => 5, 47 => 4, 43 => 3, 37 => 1,); - } - - public function getSourceContext() - { - return new Source("", "database/structure/favorite_anchor.twig", "/home/arif/public_html/pma/templates/database/structure/favorite_anchor.twig"); - } -} diff --git a/pma/tmp/twig/bc/bcf5a547ad31c0b42b4cbccb2e40f532.php b/pma/tmp/twig/bc/bcf5a547ad31c0b42b4cbccb2e40f532.php deleted file mode 100644 index bea1e93..0000000 --- a/pma/tmp/twig/bc/bcf5a547ad31c0b42b4cbccb2e40f532.php +++ /dev/null @@ -1,502 +0,0 @@ -source = $this->getSourceContext(); - - $this->parent = false; - - $this->blocks = [ - ]; - } - - protected function doDisplay(array $context, array $blocks = []) - { - $macros = $this->macros; - // line 1 - $context["partition_options"] = [0 => "", 1 => "HASH", 2 => "LINEAR HASH", 3 => "KEY", 4 => "LINEAR KEY", 5 => "RANGE", 6 => "RANGE COLUMNS", 7 => "LIST", 8 => "LIST COLUMNS"]; - // line 12 - $context["sub_partition_options"] = [0 => "", 1 => "HASH", 2 => "LINEAR HASH", 3 => "KEY", 4 => "LINEAR KEY"]; - // line 13 - $context["value_type_options"] = [0 => "", 1 => "LESS THAN", 2 => "LESS THAN MAXVALUE", 3 => "IN"]; - // line 14 - echo " - - - - - - - - - - - "; - // line 43 - if ((($__internal_compile_4 = ($context["partition_details"] ?? null)) && is_array($__internal_compile_4) || $__internal_compile_4 instanceof ArrayAccess ? ($__internal_compile_4["can_have_subpartitions"] ?? null) : null)) { - // line 44 - echo " - - - - - - - - - "; - } - // line 72 - echo "
    - - - (env, (($__internal_compile_1 = ($context["partition_details"] ?? null)) && is_array($__internal_compile_1) || $__internal_compile_1 instanceof ArrayAccess ? ($__internal_compile_1["partition_expr"] ?? null) : null), "html", null, true); - echo "\">) -
    - env, (($__internal_compile_3 = ($context["partition_details"] ?? null)) && is_array($__internal_compile_3) || $__internal_compile_3 instanceof ArrayAccess ? ($__internal_compile_3["partition_count"] ?? null) : null), "html", null, true))) : (print (""))); - echo "\"> -
    - - - (env, (($__internal_compile_6 = ($context["partition_details"] ?? null)) && is_array($__internal_compile_6) || $__internal_compile_6 instanceof ArrayAccess ? ($__internal_compile_6["subpartition_expr"] ?? null) : null), "html", null, true); - echo "\">) -
    - env, (($__internal_compile_8 = ($context["partition_details"] ?? null)) && is_array($__internal_compile_8) || $__internal_compile_8 instanceof ArrayAccess ? ($__internal_compile_8["subpartition_count"] ?? null) : null), "html", null, true))) : (print (""))); - echo "\"> -
    -"; - // line 73 - if (((($__internal_compile_9 = ($context["partition_details"] ?? null)) && is_array($__internal_compile_9) || $__internal_compile_9 instanceof ArrayAccess ? ($__internal_compile_9["partition_count"] ?? null) : null) > 1)) { - // line 74 - echo " - - - "; - // line 77 - if ((($__internal_compile_10 = ($context["partition_details"] ?? null)) && is_array($__internal_compile_10) || $__internal_compile_10 instanceof ArrayAccess ? ($__internal_compile_10["value_enabled"] ?? null) : null)) { - // line 78 - echo " - "; - } - // line 80 - echo " "; - if (((($__internal_compile_11 = ($context["partition_details"] ?? null)) && is_array($__internal_compile_11) || $__internal_compile_11 instanceof ArrayAccess ? ($__internal_compile_11["can_have_subpartitions"] ?? null) : null) && ((($__internal_compile_12 = // line 81 -($context["partition_details"] ?? null)) && is_array($__internal_compile_12) || $__internal_compile_12 instanceof ArrayAccess ? ($__internal_compile_12["subpartition_count"] ?? null) : null) > 1))) { - // line 82 - echo " - "; - } - // line 84 - echo " - - - - - - - - - "; - // line 93 - $context['_parent'] = $context; - $context['_seq'] = twig_ensure_traversable((($__internal_compile_13 = ($context["partition_details"] ?? null)) && is_array($__internal_compile_13) || $__internal_compile_13 instanceof ArrayAccess ? ($__internal_compile_13["partitions"] ?? null) : null)); - foreach ($context['_seq'] as $context["_key"] => $context["partition"]) { - // line 94 - echo " "; - $context["rowspan"] = (( !twig_test_empty((($__internal_compile_14 = $context["partition"]) && is_array($__internal_compile_14) || $__internal_compile_14 instanceof ArrayAccess ? ($__internal_compile_14["subpartition_count"] ?? null) : null))) ? (((($__internal_compile_15 = // line 95 -$context["partition"]) && is_array($__internal_compile_15) || $__internal_compile_15 instanceof ArrayAccess ? ($__internal_compile_15["subpartition_count"] ?? null) : null) + 1)) : (2)); - // line 96 - echo " - - "; - // line 101 - if ((($__internal_compile_18 = ($context["partition_details"] ?? null)) && is_array($__internal_compile_18) || $__internal_compile_18 instanceof ArrayAccess ? ($__internal_compile_18["value_enabled"] ?? null) : null)) { - // line 102 - echo " - "; - } - // line 119 - echo " - - "; - // line 121 - if (twig_get_attribute($this->env, $this->source, $context["partition"], "subpartitions", [], "array", true, true, false, 121)) { - // line 122 - echo " "; - $context["subpartitions"] = (($__internal_compile_23 = $context["partition"]) && is_array($__internal_compile_23) || $__internal_compile_23 instanceof ArrayAccess ? ($__internal_compile_23["subpartitions"] ?? null) : null); - // line 123 - echo " "; - } else { - // line 124 - echo " "; - $context["subpartitions"] = [0 => $context["partition"]]; - // line 125 - echo " "; - } - // line 126 - echo " - "; - // line 127 - $context['_parent'] = $context; - $context['_seq'] = twig_ensure_traversable(($context["subpartitions"] ?? null)); - foreach ($context['_seq'] as $context["_key"] => $context["subpartition"]) { - // line 128 - echo " - "; - // line 129 - if (((($__internal_compile_24 = ($context["partition_details"] ?? null)) && is_array($__internal_compile_24) || $__internal_compile_24 instanceof ArrayAccess ? ($__internal_compile_24["can_have_subpartitions"] ?? null) : null) && ((($__internal_compile_25 = // line 130 -($context["partition_details"] ?? null)) && is_array($__internal_compile_25) || $__internal_compile_25 instanceof ArrayAccess ? ($__internal_compile_25["subpartition_count"] ?? null) : null) > 1))) { - // line 131 - echo " - "; - } - // line 136 - echo " - - - - - - - - - "; - } - $_parent = $context['_parent']; - unset($context['_seq'], $context['_iterated'], $context['_key'], $context['subpartition'], $context['_parent'], $context['loop']); - $context = array_intersect_key($context, $_parent) + $_parent; - // line 178 - echo " "; - } - $_parent = $context['_parent']; - unset($context['_seq'], $context['_iterated'], $context['_key'], $context['partition'], $context['_parent'], $context['loop']); - $context = array_intersect_key($context, $_parent) + $_parent; - // line 179 - echo "
    "; -echo _gettext("Partition"); - // line 76 - echo ""; -echo _gettext("Values"); - echo ""; -echo _gettext("Subpartition"); - echo ""; -echo _gettext("Engine"); - echo ""; -echo _gettext("Comment"); - // line 85 - echo ""; -echo _gettext("Data directory"); - // line 86 - echo ""; -echo _gettext("Index directory"); - // line 87 - echo ""; -echo _gettext("Max rows"); - // line 88 - echo ""; -echo _gettext("Min rows"); - // line 89 - echo ""; -echo _gettext("Table space"); - // line 90 - echo ""; -echo _gettext("Node group"); - // line 91 - echo "
    env, ($context["rowspan"] ?? null), "html", null, true); - echo "\"> - env, (($__internal_compile_16 = $context["partition"]) && is_array($__internal_compile_16) || $__internal_compile_16 instanceof ArrayAccess ? ($__internal_compile_16["prefix"] ?? null) : null), "html", null, true); - echo "[name]\" - value=\""; - // line 99 - echo twig_escape_filter($this->env, (($__internal_compile_17 = $context["partition"]) && is_array($__internal_compile_17) || $__internal_compile_17 instanceof ArrayAccess ? ($__internal_compile_17["name"] ?? null) : null), "html", null, true); - echo "\"> - env, ($context["rowspan"] ?? null), "html", null, true); - echo "\" class=\"align-middle\"> - - env, (($__internal_compile_21 = $context["partition"]) && is_array($__internal_compile_21) || $__internal_compile_21 instanceof ArrayAccess ? ($__internal_compile_21["prefix"] ?? null) : null), "html", null, true); - echo "[value]\" - value=\""; - // line 116 - echo twig_escape_filter($this->env, (($__internal_compile_22 = $context["partition"]) && is_array($__internal_compile_22) || $__internal_compile_22 instanceof ArrayAccess ? ($__internal_compile_22["value"] ?? null) : null), "html", null, true); - echo "\"> -
    - env, (($__internal_compile_26 = $context["subpartition"]) && is_array($__internal_compile_26) || $__internal_compile_26 instanceof ArrayAccess ? ($__internal_compile_26["prefix"] ?? null) : null), "html", null, true); - echo "[name]\" - value=\""; - // line 133 - echo twig_escape_filter($this->env, (($__internal_compile_27 = $context["subpartition"]) && is_array($__internal_compile_27) || $__internal_compile_27 instanceof ArrayAccess ? ($__internal_compile_27["name"] ?? null) : null), "html", null, true); - echo "\"> - - - - - - env, (($__internal_compile_32 = $context["subpartition"]) && is_array($__internal_compile_32) || $__internal_compile_32 instanceof ArrayAccess ? ($__internal_compile_32["prefix"] ?? null) : null), "html", null, true); - echo "[data_directory]\" - value=\""; - // line 154 - echo twig_escape_filter($this->env, (($__internal_compile_33 = $context["subpartition"]) && is_array($__internal_compile_33) || $__internal_compile_33 instanceof ArrayAccess ? ($__internal_compile_33["data_directory"] ?? null) : null), "html", null, true); - echo "\"> - - env, (($__internal_compile_34 = $context["subpartition"]) && is_array($__internal_compile_34) || $__internal_compile_34 instanceof ArrayAccess ? ($__internal_compile_34["prefix"] ?? null) : null), "html", null, true); - echo "[index_directory]\" - value=\""; - // line 158 - echo twig_escape_filter($this->env, (($__internal_compile_35 = $context["subpartition"]) && is_array($__internal_compile_35) || $__internal_compile_35 instanceof ArrayAccess ? ($__internal_compile_35["index_directory"] ?? null) : null), "html", null, true); - echo "\"> - - env, (($__internal_compile_36 = $context["subpartition"]) && is_array($__internal_compile_36) || $__internal_compile_36 instanceof ArrayAccess ? ($__internal_compile_36["prefix"] ?? null) : null), "html", null, true); - echo "[max_rows]\" - value=\""; - // line 162 - echo twig_escape_filter($this->env, (($__internal_compile_37 = $context["subpartition"]) && is_array($__internal_compile_37) || $__internal_compile_37 instanceof ArrayAccess ? ($__internal_compile_37["max_rows"] ?? null) : null), "html", null, true); - echo "\"> - - env, (($__internal_compile_38 = $context["subpartition"]) && is_array($__internal_compile_38) || $__internal_compile_38 instanceof ArrayAccess ? ($__internal_compile_38["prefix"] ?? null) : null), "html", null, true); - echo "[min_rows]\" - value=\""; - // line 166 - echo twig_escape_filter($this->env, (($__internal_compile_39 = $context["subpartition"]) && is_array($__internal_compile_39) || $__internal_compile_39 instanceof ArrayAccess ? ($__internal_compile_39["min_rows"] ?? null) : null), "html", null, true); - echo "\"> - - env, (($__internal_compile_40 = $context["subpartition"]) && is_array($__internal_compile_40) || $__internal_compile_40 instanceof ArrayAccess ? ($__internal_compile_40["prefix"] ?? null) : null), "html", null, true); - echo "[tablespace]\" - value=\""; - // line 170 - echo twig_escape_filter($this->env, (($__internal_compile_41 = $context["subpartition"]) && is_array($__internal_compile_41) || $__internal_compile_41 instanceof ArrayAccess ? ($__internal_compile_41["tablespace"] ?? null) : null), "html", null, true); - echo "\"> - - env, (($__internal_compile_42 = $context["subpartition"]) && is_array($__internal_compile_42) || $__internal_compile_42 instanceof ArrayAccess ? ($__internal_compile_42["prefix"] ?? null) : null), "html", null, true); - echo "[node_group]\" - value=\""; - // line 174 - echo twig_escape_filter($this->env, (($__internal_compile_43 = $context["subpartition"]) && is_array($__internal_compile_43) || $__internal_compile_43 instanceof ArrayAccess ? ($__internal_compile_43["node_group"] ?? null) : null), "html", null, true); - echo "\"> -
    -"; - } - } - - public function getTemplateName() - { - return "columns_definitions/partitions.twig"; - } - - public function isTraitable() - { - return false; - } - - public function getDebugInfo() - { - return array ( 478 => 179, 472 => 178, 462 => 174, 458 => 173, 452 => 170, 448 => 169, 442 => 166, 438 => 165, 432 => 162, 428 => 161, 422 => 158, 418 => 157, 412 => 154, 408 => 153, 403 => 150, 401 => 149, 398 => 148, 393 => 145, 386 => 143, 384 => 142, 381 => 141, 372 => 140, 368 => 139, 361 => 137, 358 => 136, 352 => 133, 348 => 132, 345 => 131, 343 => 130, 342 => 129, 339 => 128, 335 => 127, 332 => 126, 329 => 125, 326 => 124, 323 => 123, 320 => 122, 318 => 121, 314 => 119, 308 => 116, 304 => 115, 300 => 113, 291 => 110, 288 => 109, 285 => 108, 283 => 107, 279 => 106, 275 => 105, 271 => 104, 265 => 102, 263 => 101, 258 => 99, 254 => 98, 250 => 97, 247 => 96, 245 => 95, 243 => 94, 239 => 93, 235 => 91, 231 => 90, 227 => 89, 223 => 88, 219 => 87, 215 => 86, 211 => 85, 205 => 84, 199 => 82, 197 => 81, 195 => 80, 189 => 78, 187 => 77, 184 => 76, 179 => 74, 177 => 73, 174 => 72, 167 => 68, 162 => 65, 154 => 61, 151 => 60, 144 => 56, 135 => 53, 132 => 52, 129 => 51, 127 => 50, 123 => 49, 119 => 48, 114 => 45, 110 => 44, 108 => 43, 102 => 40, 97 => 37, 89 => 33, 86 => 32, 79 => 28, 70 => 25, 67 => 24, 64 => 23, 62 => 22, 58 => 21, 54 => 20, 49 => 17, 43 => 14, 41 => 13, 39 => 12, 37 => 1,); - } - - public function getSourceContext() - { - return new Source("", "columns_definitions/partitions.twig", "/home/arif/public_html/pma/templates/columns_definitions/partitions.twig"); - } -} diff --git a/pma/tmp/twig/be/be8883c49aaad0f8738fa18adbad7992.php b/pma/tmp/twig/be/be8883c49aaad0f8738fa18adbad7992.php deleted file mode 100644 index 0db334b..0000000 --- a/pma/tmp/twig/be/be8883c49aaad0f8738fa18adbad7992.php +++ /dev/null @@ -1,98 +0,0 @@ -source = $this->getSourceContext(); - - $this->parent = false; - - $this->blocks = [ - ]; - } - - protected function doDisplay(array $context, array $blocks = []) - { - $macros = $this->macros; - // line 1 - echo " -
    - "; - // line 3 - echo PhpMyAdmin\Url::getHiddenInputs(($context["db"] ?? null), ($context["table"] ?? null)); - echo " - - env, ($context["pos"] ?? null), "html", null, true); - echo "\"> - env, ($context["is_browse_distinct"] ?? null), "html", null, true); - echo "\"> - env, ($context["goto"] ?? null), "html", null, true); - echo "\"> - "; - // line 8 - echo ($context["input_for_real_end"] ?? null); - echo " - env, ($context["title"] ?? null), "html", null, true); - echo "\"> -
    - -"; - } - - public function getTemplateName() - { - return "display/results/table_navigation_button.twig"; - } - - public function isTraitable() - { - return false; - } - - public function getDebugInfo() - { - return array ( 70 => 9, 66 => 8, 62 => 7, 58 => 6, 54 => 5, 50 => 4, 46 => 3, 40 => 2, 37 => 1,); - } - - public function getSourceContext() - { - return new Source("", "display/results/table_navigation_button.twig", "/home/arif/public_html/pma/templates/display/results/table_navigation_button.twig"); - } -} diff --git a/pma/tmp/twig/c0/c0e16cb5f73813ce366f5c69b1d5a20d.php b/pma/tmp/twig/c0/c0e16cb5f73813ce366f5c69b1d5a20d.php deleted file mode 100644 index 65568fc..0000000 --- a/pma/tmp/twig/c0/c0e16cb5f73813ce366f5c69b1d5a20d.php +++ /dev/null @@ -1,418 +0,0 @@ -source = $this->getSourceContext(); - - $this->parent = false; - - $this->blocks = [ - ]; - } - - protected function doDisplay(array $context, array $blocks = []) - { - $macros = $this->macros; - // line 1 - echo "
    env, ($context["action"] ?? null), "html", null, true); - echo "\" class=\""; - // line 2 - echo (((($context["action"] ?? null) == PhpMyAdmin\Url::getFromRoute("/table/create"))) ? ("create_table") : ("append_fields")); - // line 3 - echo "_form ajax lock-page\"> - "; - // line 4 - echo PhpMyAdmin\Url::getHiddenInputs(($context["form_params"] ?? null)); - echo " - "; - // line 6 - echo " "; - // line 7 - echo " "; - // line 8 - echo " env, ($context["primary_indexes"] ?? null), "html", null, true))) : (print ("[]"))); - echo "\"> - env, ($context["unique_indexes"] ?? null), "html", null, true))) : (print ("[]"))); - echo "\"> - env, ($context["indexes"] ?? null), "html", null, true))) : (print ("[]"))); - echo "\"> - env, ($context["fulltext_indexes"] ?? null), "html", null, true))) : (print ("[]"))); - echo "\"> - env, ($context["spatial_indexes"] ?? null), "html", null, true))) : (print ("[]"))); - echo "\"> - - "; - // line 19 - if ((($context["action"] ?? null) == PhpMyAdmin\Url::getFromRoute("/table/create"))) { - // line 20 - echo "
    - - - - - -
    "; -echo _gettext("Table name"); - // line 23 - echo ": - env, ($context["table"] ?? null), "html", null, true))) : (print (""))); - echo "\" - class=\"textfield\" autofocus required> - - "; -echo _gettext("Add"); - // line 33 - echo " - "; -echo _gettext("column(s)"); - // line 41 - echo " -
    -
    - "; - } - // line 49 - echo " "; - if (twig_test_iterable(($context["content_cells"] ?? null))) { - // line 50 - echo " "; - $this->loadTemplate("columns_definitions/table_fields_definitions.twig", "columns_definitions/column_definitions_form.twig", 50)->display(twig_to_array(["is_backup" => // line 51 -($context["is_backup"] ?? null), "fields_meta" => // line 52 -($context["fields_meta"] ?? null), "relation_parameters" => // line 53 -($context["relation_parameters"] ?? null), "content_cells" => // line 54 -($context["content_cells"] ?? null), "change_column" => // line 55 -($context["change_column"] ?? null), "is_virtual_columns_supported" => // line 56 -($context["is_virtual_columns_supported"] ?? null), "server_version" => // line 57 -($context["server_version"] ?? null), "browse_mime" => // line 58 -($context["browse_mime"] ?? null), "supports_stored_keyword" => // line 59 -($context["supports_stored_keyword"] ?? null), "max_rows" => // line 60 -($context["max_rows"] ?? null), "char_editing" => // line 61 -($context["char_editing"] ?? null), "attribute_types" => // line 62 -($context["attribute_types"] ?? null), "privs_available" => // line 63 -($context["privs_available"] ?? null), "max_length" => // line 64 -($context["max_length"] ?? null), "charsets" => // line 65 -($context["charsets"] ?? null)])); - // line 67 - echo " "; - } - // line 68 - echo " "; - if ((($context["action"] ?? null) == PhpMyAdmin\Url::getFromRoute("/table/create"))) { - // line 69 - echo "
    - - - - - - - - - - - - - - - - - - - - "; - // line 133 - if (($context["have_partitioning"] ?? null)) { - // line 134 - echo " - - - - - - "; - } - // line 149 - echo "
    "; -echo _gettext("Table comments:"); - // line 72 - echo " "; -echo _gettext("Collation:"); - // line 74 - echo "  - "; -echo _gettext("Storage Engine:"); - // line 78 - echo " "; - echo PhpMyAdmin\Html\MySQLDocumentation::show("Storage_engines"); - echo " -   - "; -echo _gettext("Connection:"); - // line 83 - echo " "; - echo PhpMyAdmin\Html\MySQLDocumentation::show("federated-create-connection"); - echo " -
    - env, ($context["comment"] ?? null), "html", null, true))) : (print (""))); - echo "\" - class=\"textfield\"> -   - -   - -   - env, ($context["connection"] ?? null), "html", null, true))) : (print (""))); - echo "\" - placeholder=\"scheme://user_name[:password]@host_name[:port_num]/db_name/tbl_name\" - class=\"textfield\" - required=\"required\"> -
    - "; -echo _gettext("PARTITION definition:"); - // line 137 - echo " "; - echo PhpMyAdmin\Html\MySQLDocumentation::show("Partitioning"); - echo " -
    - "; - // line 142 - $this->loadTemplate("columns_definitions/partitions.twig", "columns_definitions/column_definitions_form.twig", 142)->display(twig_to_array(["partition_details" => // line 143 -($context["partition_details"] ?? null), "storage_engines" => // line 144 -($context["storage_engines"] ?? null)])); - // line 146 - echo "
    -
    - "; - } - // line 152 - echo "
    - "; - // line 153 - if (((($context["action"] ?? null) == PhpMyAdmin\Url::getFromRoute("/table/add-field")) || (($context["action"] ?? null) == PhpMyAdmin\Url::getFromRoute("/table/structure/save")))) { - // line 154 - echo " "; -echo _pgettext("Online transaction part of the SQL DDL for InnoDB", "Online transaction"); - echo PhpMyAdmin\Html\MySQLDocumentation::show("innodb-online-ddl"); - echo " - "; - } - // line 156 - echo " - -
    -
    - "; - // line 163 - if (($context["is_integers_length_restricted"] ?? null)) { - // line 164 - echo "
    - "; - // line 165 - echo PhpMyAdmin\Html\Generator::getImage("s_notice"); - echo " - "; -echo _gettext("The column width of integer types is ignored in your MySQL version unless defining a TINYINT(1) column"); - // line 167 - echo " "; - echo PhpMyAdmin\Html\MySQLDocumentation::show("", false, "https://dev.mysql.com/doc/relnotes/mysql/8.0/en/news-8-0-19.html"); - echo " -
    - "; - } - // line 170 - echo "
    -
    -
    -
    -
    -
    "; -echo _gettext("Loading"); - // line 175 - echo "
    - -
    -
    -
    -
    - -
    -
    -
    -
    - -"; - // line 188 - echo twig_include($this->env, $context, "modals/enum_set_editor.twig"); - echo " -"; - } - - public function getTemplateName() - { - return "columns_definitions/column_definitions_form.twig"; - } - - public function isTraitable() - { - return false; - } - - public function getDebugInfo() - { - return array ( 394 => 188, 386 => 181, 378 => 176, 374 => 175, 366 => 170, 359 => 167, 354 => 165, 351 => 164, 349 => 163, 344 => 160, 338 => 157, 334 => 156, 327 => 154, 325 => 153, 322 => 152, 317 => 149, 312 => 146, 310 => 144, 309 => 143, 308 => 142, 299 => 137, 294 => 134, 292 => 133, 283 => 127, 274 => 120, 267 => 118, 265 => 117, 262 => 116, 253 => 115, 249 => 114, 246 => 113, 239 => 109, 232 => 107, 225 => 105, 223 => 104, 220 => 103, 214 => 102, 210 => 101, 203 => 100, 199 => 99, 189 => 92, 176 => 83, 167 => 78, 161 => 74, 156 => 72, 150 => 69, 147 => 68, 144 => 67, 142 => 65, 141 => 64, 140 => 63, 139 => 62, 138 => 61, 137 => 60, 136 => 59, 135 => 58, 134 => 57, 133 => 56, 132 => 55, 131 => 54, 130 => 53, 129 => 52, 128 => 51, 126 => 50, 123 => 49, 115 => 43, 110 => 41, 100 => 33, 92 => 28, 85 => 23, 79 => 20, 77 => 19, 72 => 17, 68 => 15, 64 => 13, 60 => 11, 56 => 9, 54 => 8, 52 => 7, 50 => 6, 46 => 4, 43 => 3, 41 => 2, 37 => 1,); - } - - public function getSourceContext() - { - return new Source("", "columns_definitions/column_definitions_form.twig", "/home/arif/public_html/pma/templates/columns_definitions/column_definitions_form.twig"); - } -} diff --git a/pma/tmp/twig/c3/c3d07b150f663b2630f62d995fc2d452.php b/pma/tmp/twig/c3/c3d07b150f663b2630f62d995fc2d452.php deleted file mode 100644 index 7f716c7..0000000 --- a/pma/tmp/twig/c3/c3d07b150f663b2630f62d995fc2d452.php +++ /dev/null @@ -1,74 +0,0 @@ -source = $this->getSourceContext(); - - $this->parent = false; - - $this->blocks = [ - ]; - } - - protected function doDisplay(array $context, array $blocks = []) - { - $macros = $this->macros; - // line 1 - echo " -
    - "; - // line 3 - echo PhpMyAdmin\Url::getHiddenInputs(($context["url_params"] ?? null)); - echo " - "; - // line 4 - echo ($context["page_selector"] ?? null); - echo " -
    - -"; - } - - public function getTemplateName() - { - return "display/results/page_selector.twig"; - } - - public function isTraitable() - { - return false; - } - - public function getDebugInfo() - { - return array ( 48 => 4, 44 => 3, 40 => 2, 37 => 1,); - } - - public function getSourceContext() - { - return new Source("", "display/results/page_selector.twig", "/home/arif/public_html/pma/templates/display/results/page_selector.twig"); - } -} diff --git a/pma/tmp/twig/c4/c459ad9d4f529164117beab9368fd294.php b/pma/tmp/twig/c4/c459ad9d4f529164117beab9368fd294.php deleted file mode 100644 index 2667729..0000000 --- a/pma/tmp/twig/c4/c459ad9d4f529164117beab9368fd294.php +++ /dev/null @@ -1,97 +0,0 @@ -source = $this->getSourceContext(); - - $this->parent = false; - - $this->blocks = [ - ]; - } - - protected function doDisplay(array $context, array $blocks = []) - { - $macros = $this->macros; - // line 1 - if ((($context["session_expired"] ?? null) == true)) { - // line 2 - echo "
    -"; - } - // line 4 - echo "
    env, ($context["add_class"] ?? null), "html", null, true); - echo "\"> -
    -
    -env, PhpMyAdmin\Core::linkURL("https://www.phpmyadmin.net/"), "html", null, true); - echo "\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"logo\"> -env, $this->extensions['PhpMyAdmin\Twig\AssetExtension']->getImagePath("logo_right.png", "pma_logo.png"), "html", null, true); - echo "\" id=\"imLogo\" name=\"imLogo\" alt=\"phpMyAdmin\" border=\"0\"> - -

    "; - // line 10 - echo twig_sprintf(_gettext("Welcome to %s"), "phpMyAdmin"); - echo "

    - - - -
    -"; - // line 17 - echo $this->env->getFilter('error')->getCallable()(_gettext("There is a mismatch between HTTPS indicated on the server and client. This can lead to a non working phpMyAdmin or a security risk. Please fix your server configuration to indicate HTTPS properly.")); - echo " -
    -"; - } - - public function getTemplateName() - { - return "login/header.twig"; - } - - public function isTraitable() - { - return false; - } - - public function getDebugInfo() - { - return array ( 72 => 17, 65 => 13, 59 => 10, 54 => 8, 50 => 7, 43 => 4, 39 => 2, 37 => 1,); - } - - public function getSourceContext() - { - return new Source("", "login/header.twig", "/home/arif/public_html/pma/templates/login/header.twig"); - } -} diff --git a/pma/tmp/twig/c5/c5e287830c2b0f7b21a1226e8b11de3a.php b/pma/tmp/twig/c5/c5e287830c2b0f7b21a1226e8b11de3a.php deleted file mode 100644 index f91200b..0000000 --- a/pma/tmp/twig/c5/c5e287830c2b0f7b21a1226e8b11de3a.php +++ /dev/null @@ -1,71 +0,0 @@ -source = $this->getSourceContext(); - - $this->blocks = [ - 'title' => [$this, 'block_title'], - ]; - } - - protected function doGetParent(array $context) - { - // line 1 - return "import.twig"; - } - - protected function doDisplay(array $context, array $blocks = []) - { - $macros = $this->macros; - $this->parent = $this->loadTemplate("import.twig", "table/import/index.twig", 1); - $this->parent->display($context, array_merge($this->blocks, $blocks)); - } - - // line 3 - public function block_title($context, array $blocks = []) - { - $macros = $this->macros; - echo twig_escape_filter($this->env, twig_sprintf(_gettext("Importing into the table \"%s\""), ($context["table"] ?? null)), "html", null, true); - } - - public function getTemplateName() - { - return "table/import/index.twig"; - } - - public function isTraitable() - { - return false; - } - - public function getDebugInfo() - { - return array ( 46 => 3, 35 => 1,); - } - - public function getSourceContext() - { - return new Source("", "table/import/index.twig", "/home/arif/public_html/pma/templates/table/import/index.twig"); - } -} diff --git a/pma/tmp/twig/c7/c7a5b65dfde0120fb650f42a7dacd41c.php b/pma/tmp/twig/c7/c7a5b65dfde0120fb650f42a7dacd41c.php index dbc1ef3..a1b2425 100644 --- a/pma/tmp/twig/c7/c7a5b65dfde0120fb650f42a7dacd41c.php +++ b/pma/tmp/twig/c7/c7a5b65dfde0120fb650f42a7dacd41c.php @@ -132,6 +132,6 @@ class __TwigTemplate_eb0b4102a7e31212e1f24e0647eb148e extends Template public function getSourceContext() { - return new Source("", "table/page_with_secondary_tabs.twig", "/home/dev/web/arif.off/public_html/pma/templates/table/page_with_secondary_tabs.twig"); + return new Source("", "table/page_with_secondary_tabs.twig", "/home/suvo/web/graffin.ns77.siliconpin.com/public_html/pma/templates/table/page_with_secondary_tabs.twig"); } } diff --git a/pma/tmp/twig/c8/c89a593abb8807604affd9fe0a7865f6.php b/pma/tmp/twig/c8/c89a593abb8807604affd9fe0a7865f6.php deleted file mode 100644 index aeea0c7..0000000 --- a/pma/tmp/twig/c8/c89a593abb8807604affd9fe0a7865f6.php +++ /dev/null @@ -1,133 +0,0 @@ -source = $this->getSourceContext(); - - $this->parent = false; - - $this->blocks = [ - ]; - } - - protected function doDisplay(array $context, array $blocks = []) - { - $macros = $this->macros; - // line 1 - $context['_parent'] = $context; - $context['_seq'] = twig_ensure_traversable(($context["files"] ?? null)); - foreach ($context['_seq'] as $context["_key"] => $context["file"]) { - // line 2 - echo " -"; - } - $_parent = $context['_parent']; - unset($context['_seq'], $context['_iterated'], $context['_key'], $context['file'], $context['_parent'], $context['loop']); - $context = array_intersect_key($context, $_parent) + $_parent; - // line 6 - echo " - -"; - } - - public function getTemplateName() - { - return "scripts.twig"; - } - - public function isTraitable() - { - return false; - } - - public function getDebugInfo() - { - return array ( 109 => 24, 105 => 22, 95 => 19, 92 => 18, 88 => 17, 84 => 15, 73 => 13, 69 => 12, 66 => 11, 64 => 10, 60 => 9, 55 => 6, 47 => 4, 45 => 3, 41 => 2, 37 => 1,); - } - - public function getSourceContext() - { - return new Source("", "scripts.twig", "/home/arif/public_html/pma/templates/scripts.twig"); - } -} diff --git a/pma/tmp/twig/c9/c9646c7319327f3df54bdeb34e6a8d85.php b/pma/tmp/twig/c9/c9646c7319327f3df54bdeb34e6a8d85.php deleted file mode 100644 index 2562134..0000000 --- a/pma/tmp/twig/c9/c9646c7319327f3df54bdeb34e6a8d85.php +++ /dev/null @@ -1,73 +0,0 @@ -source = $this->getSourceContext(); - - $this->parent = false; - - $this->blocks = [ - ]; - } - - protected function doDisplay(array $context, array $blocks = []) - { - $macros = $this->macros; - // line 1 - echo " -
  • -
    - "; - // line 4 - echo ($context["collapse_all"] ?? null); - echo " - "; - // line 5 - echo ($context["unlink"] ?? null); - echo " -
    -
  • - -"; - } - - public function getTemplateName() - { - return "navigation/tree/controls.twig"; - } - - public function isTraitable() - { - return false; - } - - public function getDebugInfo() - { - return array ( 46 => 5, 42 => 4, 37 => 1,); - } - - public function getSourceContext() - { - return new Source("", "navigation/tree/controls.twig", "/home/arif/public_html/pma/templates/navigation/tree/controls.twig"); - } -} diff --git a/pma/tmp/twig/ca/caac71eb559c46344a55ef5469df6797.php b/pma/tmp/twig/ca/caac71eb559c46344a55ef5469df6797.php deleted file mode 100644 index 2dcccb3..0000000 --- a/pma/tmp/twig/ca/caac71eb559c46344a55ef5469df6797.php +++ /dev/null @@ -1,103 +0,0 @@ -source = $this->getSourceContext(); - - $this->parent = false; - - $this->blocks = [ - ]; - } - - protected function doDisplay(array $context, array $blocks = []) - { - $macros = $this->macros; - // line 1 - echo ($context["message"] ?? null); - echo " - -"; - // line 3 - echo ($context["sql_query_results_table"] ?? null); - echo " - -"; - // line 5 - echo ($context["profiling_chart"] ?? null); - echo " - -"; - // line 7 - if ( !($context["is_procedure"] ?? null)) { - // line 8 - echo "
    - "; -echo _gettext("Query results operations"); - // line 9 - echo " - - "; - // line 11 - echo PhpMyAdmin\Html\Generator::linkOrButton(PhpMyAdmin\Url::getFromRoute("/view/create"), ["db" => // line 13 -($context["db"] ?? null), "table" => ($context["table"] ?? null), "printview" => "1", "sql_query" => ($context["sql_query"] ?? null)], PhpMyAdmin\Html\Generator::getIcon("b_view_add", _gettext("Create view"), true), ["class" => "create_view ajax btn"]); - // line 16 - echo " - -
    -"; - } - // line 20 - echo " -"; - // line 21 - echo ($context["bookmark"] ?? null); - echo " - -"; - // line 23 - echo twig_include($this->env, $context, "modals/create_view.twig"); - echo " -"; - } - - public function getTemplateName() - { - return "sql/no_results_returned.twig"; - } - - public function isTraitable() - { - return false; - } - - public function getDebugInfo() - { - return array ( 79 => 23, 74 => 21, 71 => 20, 65 => 16, 63 => 13, 62 => 11, 58 => 9, 54 => 8, 52 => 7, 47 => 5, 42 => 3, 37 => 1,); - } - - public function getSourceContext() - { - return new Source("", "sql/no_results_returned.twig", "/home/dev/web/arif.off/public_html/pma/templates/sql/no_results_returned.twig"); - } -} diff --git a/pma/tmp/twig/cb/cb6824c804146956ba8b728fe6453877.php b/pma/tmp/twig/cb/cb6824c804146956ba8b728fe6453877.php deleted file mode 100644 index e34035a..0000000 --- a/pma/tmp/twig/cb/cb6824c804146956ba8b728fe6453877.php +++ /dev/null @@ -1,141 +0,0 @@ -source = $this->getSourceContext(); - - $this->parent = false; - - $this->blocks = [ - ]; - } - - protected function doDisplay(array $context, array $blocks = []) - { - $macros = $this->macros; - // line 1 - $context['_parent'] = $context; - $context['_seq'] = twig_ensure_traversable($this->env->getRuntime('PhpMyAdmin\FlashMessages')->getMessages()); - foreach ($context['_seq'] as $context["flash_key"] => $context["flash_messages"]) { - // line 2 - echo " "; - $context['_parent'] = $context; - $context['_seq'] = twig_ensure_traversable($context["flash_messages"]); - foreach ($context['_seq'] as $context["_key"] => $context["flash_message"]) { - // line 3 - echo "
    env, $context["flash_key"], "html", null, true); - echo "\" role=\"alert\"> - "; - // line 4 - echo twig_escape_filter($this->env, $context["flash_message"], "html", null, true); - echo " -
    - "; - } - $_parent = $context['_parent']; - unset($context['_seq'], $context['_iterated'], $context['_key'], $context['flash_message'], $context['_parent'], $context['loop']); - $context = array_intersect_key($context, $_parent) + $_parent; - } - $_parent = $context['_parent']; - unset($context['_seq'], $context['_iterated'], $context['flash_key'], $context['flash_messages'], $context['_parent'], $context['loop']); - $context = array_intersect_key($context, $_parent) + $_parent; - // line 8 - echo " -"; - // line 9 - if (($context["has_tables"] ?? null)) { - // line 10 - echo "
    - "; - // line 11 - echo ($context["list_navigator_html"] ?? null); - echo " - - "; - // line 13 - echo ($context["table_list_html"] ?? null); - echo " - - "; - // line 15 - echo ($context["list_navigator_html"] ?? null); - echo " -
    -
    -

    - - ($context["database"] ?? null), "goto" => PhpMyAdmin\Url::getFromRoute("/database/structure")]); - echo "\"> - "; - // line 21 - echo PhpMyAdmin\Html\Generator::getIcon("b_tblanalyse", _gettext("Data dictionary"), true); - echo " - -

    -"; - } else { - // line 25 - echo " "; - echo $this->env->getFilter('notice')->getCallable()(_gettext("No tables found in database.")); - echo " -"; - } - // line 27 - echo " -"; - // line 28 - if ( !($context["is_system_schema"] ?? null)) { - // line 29 - echo " "; - echo ($context["create_table_html"] ?? null); - echo " -"; - } - } - - public function getTemplateName() - { - return "database/structure/index.twig"; - } - - public function isTraitable() - { - return false; - } - - public function getDebugInfo() - { - return array ( 115 => 29, 113 => 28, 110 => 27, 104 => 25, 97 => 21, 93 => 20, 89 => 19, 82 => 15, 77 => 13, 72 => 11, 69 => 10, 67 => 9, 64 => 8, 51 => 4, 46 => 3, 41 => 2, 37 => 1,); - } - - public function getSourceContext() - { - return new Source("", "database/structure/index.twig", "/home/arif/public_html/pma/templates/database/structure/index.twig"); - } -} diff --git a/pma/tmp/twig/cf/cf0666ba70fd49e90f55392505bc3103.php b/pma/tmp/twig/cf/cf0666ba70fd49e90f55392505bc3103.php deleted file mode 100644 index bde4e60..0000000 --- a/pma/tmp/twig/cf/cf0666ba70fd49e90f55392505bc3103.php +++ /dev/null @@ -1,315 +0,0 @@ -source = $this->getSourceContext(); - - $this->parent = false; - - $this->blocks = [ - ]; - } - - protected function doDisplay(array $context, array $blocks = []) - { - $macros = $this->macros; - // line 1 - echo "
    - - "; -echo _gettext("Indexes"); - // line 4 - echo " "; - echo PhpMyAdmin\Html\MySQLDocumentation::show("optimizing-database-structure"); - echo " - - - "; - // line 7 - if ( !twig_test_empty(($context["indexes"] ?? null))) { - // line 8 - echo " "; - echo ($context["indexes_duplicates"] ?? null); - echo " - - "; - // line 10 - echo twig_include($this->env, $context, "modals/preview_sql_confirmation.twig"); - echo " -
    - - - - - - - - - - - - - - - - - "; - // line 28 - $context['_parent'] = $context; - $context['_seq'] = twig_ensure_traversable(($context["indexes"] ?? null)); - foreach ($context['_seq'] as $context["_key"] => $context["index"]) { - // line 29 - echo " - "; - // line 30 - $context["columns_count"] = twig_get_attribute($this->env, $this->source, $context["index"], "getColumnCount", [], "method", false, false, false, 30); - // line 31 - echo " - - - - - - - - - "; - // line 68 - $context['_parent'] = $context; - $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env, $this->source, $context["index"], "getColumns", [], "method", false, false, false, 68)); - foreach ($context['_seq'] as $context["_key"] => $context["column"]) { - // line 69 - echo " "; - if ((twig_get_attribute($this->env, $this->source, $context["column"], "getSeqInIndex", [], "method", false, false, false, 69) > 1)) { - // line 70 - echo " - "; - } - // line 72 - echo " - - - - - "; - // line 82 - if ((twig_get_attribute($this->env, $this->source, $context["column"], "getSeqInIndex", [], "method", false, false, false, 82) == 1)) { - // line 83 - echo " - "; - } - // line 85 - echo " - "; - } - $_parent = $context['_parent']; - unset($context['_seq'], $context['_iterated'], $context['_key'], $context['column'], $context['_parent'], $context['loop']); - $context = array_intersect_key($context, $_parent) + $_parent; - // line 87 - echo " - "; - } - $_parent = $context['_parent']; - unset($context['_seq'], $context['_iterated'], $context['_key'], $context['index'], $context['_parent'], $context['loop']); - $context = array_intersect_key($context, $_parent) + $_parent; - // line 89 - echo "
    "; -echo _gettext("Action"); - // line 15 - echo ""; -echo _gettext("Keyname"); - // line 16 - echo ""; -echo _gettext("Type"); - // line 17 - echo ""; -echo _gettext("Unique"); - // line 18 - echo ""; -echo _gettext("Packed"); - // line 19 - echo ""; -echo _gettext("Column"); - // line 20 - echo ""; -echo _gettext("Cardinality"); - // line 21 - echo ""; -echo _gettext("Collation"); - // line 22 - echo ""; -echo _gettext("Null"); - // line 23 - echo ""; -echo _gettext("Comment"); - // line 24 - echo "
    env, ($context["columns_count"] ?? null), "html", null, true); - echo "\" class=\"edit_index d-print-none ajax\"> - twig_get_attribute($this->env, $this->source, $context["index"], "getName", [], "method", false, false, false, 33)]), "", false); - echo "\"> - "; - // line 34 - echo PhpMyAdmin\Html\Generator::getIcon("b_edit", _gettext("Edit")); - echo " - - env, ($context["columns_count"] ?? null), "html", null, true); - echo "\" class=\"rename_index d-print-none ajax\" > - twig_get_attribute($this->env, $this->source, $context["index"], "getName", [], "method", false, false, false, 38)]), "", false); - echo "\"> - "; - // line 39 - echo PhpMyAdmin\Html\Generator::getIcon("b_rename", _gettext("Rename")); - echo " - - env, ($context["columns_count"] ?? null), "html", null, true); - echo "\" class=\"d-print-none\"> - "; - // line 43 - if ((twig_get_attribute($this->env, $this->source, $context["index"], "getName", [], "method", false, false, false, 43) == "PRIMARY")) { - // line 44 - echo " "; - $context["index_params"] = ["sql_query" => (("ALTER TABLE " . PhpMyAdmin\Util::backquote( // line 45 -($context["table"] ?? null))) . " DROP PRIMARY KEY;"), "message_to_show" => _gettext("The primary key has been dropped.")]; - // line 48 - echo " "; - } else { - // line 49 - echo " "; - $context["index_params"] = ["sql_query" => (((("ALTER TABLE " . PhpMyAdmin\Util::backquote( // line 50 -($context["table"] ?? null))) . " DROP INDEX ") . PhpMyAdmin\Util::backquote(twig_get_attribute($this->env, $this->source, $context["index"], "getName", [], "method", false, false, false, 50))) . ";"), "message_to_show" => twig_sprintf(_gettext("Index %s has been dropped."), twig_get_attribute($this->env, $this->source, // line 51 -$context["index"], "getName", [], "method", false, false, false, 51))]; - // line 53 - echo " "; - } - // line 54 - echo " - env, twig_get_attribute($this->env, $this->source, ($context["index_params"] ?? null), "sql_query", [], "any", false, false, false, 55), "html", null, true); - echo "\"> - "; - // line 56 - echo PhpMyAdmin\Html\Generator::linkOrButton(PhpMyAdmin\Url::getFromRoute("/sql"), twig_array_merge( // line 58 -($context["url_params"] ?? null), ($context["index_params"] ?? null)), PhpMyAdmin\Html\Generator::getIcon("b_drop", _gettext("Drop")), ["class" => "drop_primary_key_index_anchor ajax"]); - // line 61 - echo " - env, ($context["columns_count"] ?? null), "html", null, true); - echo "\">"; - echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["index"], "getName", [], "method", false, false, false, 63), "html", null, true); - echo "env, ($context["columns_count"] ?? null), "html", null, true); - echo "\">"; - echo twig_escape_filter($this->env, ((twig_get_attribute($this->env, $this->source, $context["index"], "getType", [], "method", true, true, false, 64)) ? (_twig_default_filter(twig_get_attribute($this->env, $this->source, $context["index"], "getType", [], "method", false, false, false, 64), twig_get_attribute($this->env, $this->source, $context["index"], "getChoice", [], "method", false, false, false, 64))) : (twig_get_attribute($this->env, $this->source, $context["index"], "getChoice", [], "method", false, false, false, 64))), "html", null, true); - echo "env, ($context["columns_count"] ?? null), "html", null, true); - echo "\">"; - echo twig_escape_filter($this->env, ((twig_get_attribute($this->env, $this->source, $context["index"], "isUnique", [], "method", false, false, false, 65)) ? (_gettext("Yes")) : (_gettext("No"))), "html", null, true); - echo "env, ($context["columns_count"] ?? null), "html", null, true); - echo "\">"; - echo twig_get_attribute($this->env, $this->source, $context["index"], "isPacked", [], "method", false, false, false, 66); - echo "
    - "; - // line 73 - if (twig_get_attribute($this->env, $this->source, $context["column"], "hasExpression", [], "method", false, false, false, 73)) { - echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["column"], "getExpression", [], "method", false, false, false, 73), "html", null, true); - } else { - echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["column"], "getName", [], "method", false, false, false, 73), "html", null, true); - } - // line 74 - echo " "; - if ( !twig_test_empty(twig_get_attribute($this->env, $this->source, $context["column"], "getSubPart", [], "method", false, false, false, 74))) { - // line 75 - echo " ("; - echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["column"], "getSubPart", [], "method", false, false, false, 75), "html", null, true); - echo ") - "; - } - // line 77 - echo " "; - // line 78 - echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["column"], "getCardinality", [], "method", false, false, false, 78), "html", null, true); - echo ""; - // line 79 - echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["column"], "getCollation", [], "method", false, false, false, 79), "html", null, true); - echo ""; - // line 80 - echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["column"], "getNull", [0 => true], "method", false, false, false, 80), "html", null, true); - echo "env, ($context["columns_count"] ?? null), "html", null, true); - echo "\">"; - echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["index"], "getComments", [], "method", false, false, false, 83), "html", null, true); - echo "
    -
    - "; - } else { - // line 92 - echo "
    "; - echo $this->env->getFilter('notice')->getCallable()(_gettext("No index defined!")); - echo "
    - "; - } - // line 94 - echo "
    -"; - } - - public function getTemplateName() - { - return "indexes.twig"; - } - - public function isTraitable() - { - return false; - } - - public function getDebugInfo() - { - return array ( 292 => 94, 286 => 92, 281 => 89, 274 => 87, 267 => 85, 259 => 83, 257 => 82, 252 => 80, 248 => 79, 244 => 78, 241 => 77, 235 => 75, 232 => 74, 226 => 73, 223 => 72, 219 => 70, 216 => 69, 212 => 68, 205 => 66, 199 => 65, 193 => 64, 187 => 63, 183 => 61, 181 => 58, 180 => 56, 176 => 55, 173 => 54, 170 => 53, 168 => 51, 167 => 50, 165 => 49, 162 => 48, 160 => 45, 158 => 44, 156 => 43, 152 => 42, 146 => 39, 140 => 38, 136 => 37, 130 => 34, 124 => 33, 120 => 32, 117 => 31, 115 => 30, 112 => 29, 108 => 28, 102 => 24, 98 => 23, 94 => 22, 90 => 21, 86 => 20, 82 => 19, 78 => 18, 74 => 17, 70 => 16, 66 => 15, 57 => 10, 51 => 8, 49 => 7, 42 => 4, 37 => 1,); - } - - public function getSourceContext() - { - return new Source("", "indexes.twig", "/home/dev/web/arif.off/public_html/pma/templates/indexes.twig"); - } -} diff --git a/pma/tmp/twig/d1/d1f3c4a1fd8678d1e23aff7ab4bd43d4.php b/pma/tmp/twig/d1/d1f3c4a1fd8678d1e23aff7ab4bd43d4.php deleted file mode 100644 index 108b91a..0000000 --- a/pma/tmp/twig/d1/d1f3c4a1fd8678d1e23aff7ab4bd43d4.php +++ /dev/null @@ -1,232 +0,0 @@ -source = $this->getSourceContext(); - - $this->parent = false; - - $this->blocks = [ - ]; - } - - protected function doDisplay(array $context, array $blocks = []) - { - $macros = $this->macros; - // line 1 - echo "
    - env, $this->extensions['PhpMyAdmin\Twig\AssetExtension']->getImagePath((("arrow_" . ($context["text_dir"] ?? null)) . ".png")), "html", null, true); - echo "\" width=\"38\" height=\"22\" alt=\""; -echo _gettext("With selected:"); - echo "\"> - - - "; - // line 5 - if ((($context["overhead_check"] ?? null) != "")) { - // line 6 - echo " / "; -echo _gettext("Check tables having overhead"); - echo " - "; - } - // line 8 - echo " - "; - // line 39 - echo twig_join_filter(($context["hidden_fields"] ?? null), " -"); - echo " -
    - -"; - // line 42 - if ((array_key_exists("central_columns_work", $context) && ($context["central_columns_work"] ?? null))) { - // line 43 - echo "
    -
    -
    -
    -
    "; -echo _gettext("Are you sure?"); - // line 48 - echo "
    - -
    -
    - "; - // line 52 - echo PhpMyAdmin\Sanitize::sanitizeMessage(_gettext("This action may change some of the columns definition.[br]Are you sure you want to continue?")); - echo " -
    -
    - - -
    -
    -
    -
    -"; - } - } - - public function getTemplateName() - { - return "database/structure/check_all_tables.twig"; - } - - public function isTraitable() - { - return false; - } - - public function getDebugInfo() - { - return array ( 204 => 56, 200 => 55, 193 => 52, 188 => 49, 184 => 48, 176 => 43, 174 => 42, 167 => 39, 164 => 38, 159 => 35, 155 => 34, 151 => 33, 145 => 32, 142 => 31, 137 => 28, 133 => 27, 129 => 26, 125 => 25, 120 => 23, 116 => 22, 112 => 21, 108 => 20, 104 => 19, 100 => 18, 95 => 16, 91 => 15, 85 => 14, 83 => 13, 80 => 12, 76 => 11, 72 => 10, 66 => 9, 62 => 8, 56 => 6, 54 => 5, 51 => 4, 47 => 3, 40 => 2, 37 => 1,); - } - - public function getSourceContext() - { - return new Source("", "database/structure/check_all_tables.twig", "/home/arif/public_html/pma/templates/database/structure/check_all_tables.twig"); - } -} diff --git a/pma/tmp/twig/d6/d6e7d47df96259be2a26a67da4670136.php b/pma/tmp/twig/d6/d6e7d47df96259be2a26a67da4670136.php deleted file mode 100644 index 15aff95..0000000 --- a/pma/tmp/twig/d6/d6e7d47df96259be2a26a67da4670136.php +++ /dev/null @@ -1,93 +0,0 @@ -source = $this->getSourceContext(); - - $this->parent = false; - - $this->blocks = [ - ]; - } - - protected function doDisplay(array $context, array $blocks = []) - { - $macros = $this->macros; - // line 1 - echo "
    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 ((array_key_exists("content", $context) && !(null === $context["content"]))) { - // line 4 - echo "
    env, (($__internal_compile_0 = $context["content"]) && is_array($__internal_compile_0) || $__internal_compile_0 instanceof ArrayAccess ? ($__internal_compile_0[0] ?? null) : null), "html", null, true); - echo "\"> - "; - // line 5 - echo ((twig_get_attribute($this->env, $this->source, $context["content"], "image", [], "array", true, true, false, 5)) ? ((($__internal_compile_1 = $context["content"]) && is_array($__internal_compile_1) || $__internal_compile_1 instanceof ArrayAccess ? ($__internal_compile_1["image"] ?? null) : null)) : ("")); - echo " - "; - // line 6 - echo twig_escape_filter($this->env, (($__internal_compile_2 = $context["content"]) && is_array($__internal_compile_2) || $__internal_compile_2 instanceof ArrayAccess ? ($__internal_compile_2[1] ?? null) : null), "html", null, true); - echo " -
    - "; - } - // 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 "
    -"; - } - - public function getTemplateName() - { - return "console/toolbar.twig"; - } - - public function isTraitable() - { - return false; - } - - public function getDebugInfo() - { - return array ( 70 => 10, 64 => 9, 58 => 6, 54 => 5, 49 => 4, 46 => 3, 42 => 2, 37 => 1,); - } - - public function getSourceContext() - { - return new Source("", "console/toolbar.twig", "/home/arif/public_html/pma/templates/console/toolbar.twig"); - } -} diff --git a/pma/tmp/twig/d9/d9e9ed423b758da84f64431afbf51967.php b/pma/tmp/twig/d9/d9e9ed423b758da84f64431afbf51967.php deleted file mode 100644 index 6a1fa24..0000000 --- a/pma/tmp/twig/d9/d9e9ed423b758da84f64431afbf51967.php +++ /dev/null @@ -1,83 +0,0 @@ -source = $this->getSourceContext(); - - $this->parent = false; - - $this->blocks = [ - ]; - } - - protected function doDisplay(array $context, array $blocks = []) - { - $macros = $this->macros; - // line 1 - echo "
    -
    -
    -
    -
    - -
    -
    -
    - - -
    -
    -
    -
    "; - } - - public function getTemplateName() - { - return "database/structure/bulk_action_modal.twig"; - } - - public function isTraitable() - { - return false; - } - - public function getDebugInfo() - { - return array ( 57 => 12, 53 => 11, 46 => 7, 37 => 1,); - } - - public function getSourceContext() - { - return new Source("", "database/structure/bulk_action_modal.twig", "/home/arif/public_html/pma/templates/database/structure/bulk_action_modal.twig"); - } -} diff --git a/pma/tmp/twig/db/db4947e7de37a8c85a6af6b8ff9d12fc.php b/pma/tmp/twig/db/db4947e7de37a8c85a6af6b8ff9d12fc.php deleted file mode 100644 index d5c1c95..0000000 --- a/pma/tmp/twig/db/db4947e7de37a8c85a6af6b8ff9d12fc.php +++ /dev/null @@ -1,809 +0,0 @@ -source = $this->getSourceContext(); - - $this->parent = false; - - $this->blocks = [ - ]; - } - - protected function doDisplay(array $context, array $blocks = []) - { - $macros = $this->macros; - // line 2 - $context["ci"] = 0; - // line 3 - echo " -"; - // line 6 - $context["ci_offset"] = -1; - // line 7 - echo " - - "; - // line 10 - echo " "; - $this->loadTemplate("columns_definitions/column_name.twig", "columns_definitions/column_attributes.twig", 10)->display(twig_to_array(["column_number" => // line 11 -($context["column_number"] ?? null), "ci" => // line 12 -($context["ci"] ?? null), "ci_offset" => // line 13 -($context["ci_offset"] ?? null), "column_meta" => // line 14 -($context["column_meta"] ?? null), "has_central_columns_feature" => !(null === twig_get_attribute($this->env, $this->source, // line 15 -($context["relation_parameters"] ?? null), "centralColumnsFeature", [], "any", false, false, false, 15)), "max_rows" => // line 16 -($context["max_rows"] ?? null)])); - // line 18 - echo " "; - $context["ci"] = (($context["ci"] ?? null) + 1); - // line 19 - echo " - - - "; - // line 25 - $context["ci"] = (($context["ci"] ?? null) + 1); - // line 26 - echo " - - env, ($context["column_number"] ?? null), "html", null, true); - echo "_"; - echo twig_escape_filter($this->env, (($context["ci"] ?? null) - ($context["ci_offset"] ?? null)), "html", null, true); - echo "\" type=\"text\" name=\"field_length["; - echo twig_escape_filter($this->env, ($context["column_number"] ?? null), "html", null, true); - echo "]\" size=\""; - // line 29 - echo twig_escape_filter($this->env, ($context["length_values_input_size"] ?? null), "html", null, true); - echo "\" value=\""; - echo twig_escape_filter($this->env, ($context["length"] ?? null), "html", null, true); - echo "\" class=\"textfield\"> -

    env, ($context["column_number"] ?? null), "html", null, true); - echo "_"; - echo twig_escape_filter($this->env, (($context["ci"] ?? null) - ($context["ci_offset"] ?? null)), "html", null, true); - echo "\"> - "; -echo _gettext("Edit ENUM/SET values"); - // line 31 - echo " -

    - "; - // line 33 - $context["ci"] = (($context["ci"] ?? null) + 1); - // line 34 - echo " - - - "; - // line 55 - if ((($context["char_editing"] ?? null) == "textarea")) { - // line 56 - echo " - "; - } else { - // line 58 - echo " env, ($context["column_number"] ?? null), "html", null, true); - echo "]\" size=\"12\" value=\""; - echo twig_escape_filter($this->env, ($context["default_value"] ?? null), "html", null, true); - echo "\" class=\"textfield default_value\"> - "; - } - // line 60 - echo " "; - $context["ci"] = (($context["ci"] ?? null) + 1); - // line 61 - echo " - - "; - // line 64 - echo " - "; - // line 77 - $context["ci"] = (($context["ci"] ?? null) + 1); - // line 78 - echo " - - "; - // line 81 - echo " "; - $this->loadTemplate("columns_definitions/column_attribute.twig", "columns_definitions/column_attributes.twig", 81)->display(twig_to_array(["column_number" => // line 82 -($context["column_number"] ?? null), "ci" => // line 83 -($context["ci"] ?? null), "ci_offset" => // line 84 -($context["ci_offset"] ?? null), "column_meta" => // line 85 -($context["column_meta"] ?? null), "extracted_columnspec" => // line 86 -($context["extracted_columnspec"] ?? null), "submit_attribute" => // line 87 -($context["submit_attribute"] ?? null), "attribute_types" => // line 88 -($context["attribute_types"] ?? null)])); - // line 90 - echo " "; - $context["ci"] = (($context["ci"] ?? null) + 1); - // line 91 - echo " - - env, ($context["column_number"] ?? null), "html", null, true); - echo "]\" id=\"field_"; - echo twig_escape_filter($this->env, ($context["column_number"] ?? null), "html", null, true); - echo "_"; - echo twig_escape_filter($this->env, (($context["ci"] ?? null) - ($context["ci_offset"] ?? null)), "html", null, true); - echo "\" type=\"checkbox\" value=\"YES\" class=\"allow_null\""; - // line 94 - echo (((( !twig_test_empty((($__internal_compile_8 = ($context["column_meta"] ?? null)) && is_array($__internal_compile_8) || $__internal_compile_8 instanceof ArrayAccess ? ($__internal_compile_8["Null"] ?? null) : null)) && ((($__internal_compile_9 = ($context["column_meta"] ?? null)) && is_array($__internal_compile_9) || $__internal_compile_9 instanceof ArrayAccess ? ($__internal_compile_9["Null"] ?? null) : null) != "NO")) && ((($__internal_compile_10 = ($context["column_meta"] ?? null)) && is_array($__internal_compile_10) || $__internal_compile_10 instanceof ArrayAccess ? ($__internal_compile_10["Null"] ?? null) : null) != "NOT NULL"))) ? (" checked") : ("")); - echo "> - "; - // line 95 - $context["ci"] = (($context["ci"] ?? null) + 1); - // line 96 - echo " -"; - // line 97 - if ((array_key_exists("change_column", $context) && !twig_test_empty(($context["change_column"] ?? null)))) { - // line 98 - echo " "; - // line 99 - echo " - env, ($context["column_number"] ?? null), "html", null, true); - echo "]\" id=\"field_"; - echo twig_escape_filter($this->env, ($context["column_number"] ?? null), "html", null, true); - echo "_"; - echo twig_escape_filter($this->env, (($context["ci"] ?? null) - ($context["ci_offset"] ?? null)), "html", null, true); - echo "\" type=\"checkbox\" value=\"NULL\" class=\"allow_null\""; - // line 101 - if (($context["privs_available"] ?? null)) { - echo " checked>"; - } else { - // line 102 - echo " title=\""; -echo _gettext("You don't have sufficient privileges to perform this operation; Please refer to the documentation for more details"); - echo "\" disabled>"; - } - // line 104 - echo " "; - $context["ci"] = (($context["ci"] ?? null) + 1); - // line 105 - echo " -"; - } - // line 107 - if ( !($context["is_backup"] ?? null)) { - // line 108 - echo " "; - // line 109 - echo " - - "; - // line 133 - $context["ci"] = (($context["ci"] ?? null) + 1); - // line 134 - echo " -"; - } - // line 136 - echo " - env, ($context["column_number"] ?? null), "html", null, true); - echo "]\" id=\"field_"; - echo twig_escape_filter($this->env, ($context["column_number"] ?? null), "html", null, true); - echo "_"; - echo twig_escape_filter($this->env, (($context["ci"] ?? null) - ($context["ci_offset"] ?? null)), "html", null, true); - echo "\" type=\"checkbox\" value=\"AUTO_INCREMENT\""; - // line 138 - echo (((twig_get_attribute($this->env, $this->source, ($context["column_meta"] ?? null), "Extra", [], "array", true, true, false, 138) && (twig_lower_filter($this->env, (($__internal_compile_16 = ($context["column_meta"] ?? null)) && is_array($__internal_compile_16) || $__internal_compile_16 instanceof ArrayAccess ? ($__internal_compile_16["Extra"] ?? null) : null)) == "auto_increment"))) ? (" checked") : ("")); - echo "> - "; - // line 139 - $context["ci"] = (($context["ci"] ?? null) + 1); - // line 140 - echo " - - - "; - // line 145 - $context["ci"] = (($context["ci"] ?? null) + 1); - // line 146 - echo " - "; - // line 148 - if (($context["is_virtual_columns_supported"] ?? null)) { - // line 149 - echo " - - - "; - // line 162 - if ((($context["char_editing"] ?? null) == "textarea")) { - // line 163 - echo " - "; - } else { - // line 165 - echo " env, ($context["column_number"] ?? null), "html", null, true); - echo "]\" size=\"12\" value=\""; - ((twig_get_attribute($this->env, $this->source, ($context["column_meta"] ?? null), "Expression", [], "array", true, true, false, 165)) ? (print (twig_escape_filter($this->env, (($__internal_compile_23 = ($context["column_meta"] ?? null)) && is_array($__internal_compile_23) || $__internal_compile_23 instanceof ArrayAccess ? ($__internal_compile_23["Expression"] ?? null) : null), "html", null, true))) : (print (""))); - echo "\" placeholder=\""; -echo _gettext("Expression"); - echo "\" class=\"textfield expression\"> - "; - } - // line 167 - echo " "; - $context["ci"] = (($context["ci"] ?? null) + 1); - // line 168 - echo " -"; - } - // line 171 - if (array_key_exists("fields_meta", $context)) { - // line 172 - echo " "; - $context["current_index"] = 0; - // line 173 - echo " "; - $context["cols"] = (twig_length_filter($this->env, ($context["move_columns"] ?? null)) - 1); - // line 174 - echo " "; - $context["break"] = false; - // line 175 - echo " "; - $context['_parent'] = $context; - $context['_seq'] = twig_ensure_traversable(range(0, ($context["cols"] ?? null))); - foreach ($context['_seq'] as $context["_key"] => $context["mi"]) { - // line 176 - echo " "; - if (((twig_get_attribute($this->env, $this->source, (($__internal_compile_24 = ($context["move_columns"] ?? null)) && is_array($__internal_compile_24) || $__internal_compile_24 instanceof ArrayAccess ? ($__internal_compile_24[$context["mi"]] ?? null) : null), "name", [], "any", false, false, false, 176) == (($__internal_compile_25 = ($context["column_meta"] ?? null)) && is_array($__internal_compile_25) || $__internal_compile_25 instanceof ArrayAccess ? ($__internal_compile_25["Field"] ?? null) : null)) && !($context["break"] ?? null))) { - // line 177 - echo " "; - $context["current_index"] = $context["mi"]; - // line 178 - echo " "; - $context["break"] = true; - // line 179 - echo " "; - } - // line 180 - echo " "; - } - $_parent = $context['_parent']; - unset($context['_seq'], $context['_iterated'], $context['_key'], $context['mi'], $context['_parent'], $context['loop']); - $context = array_intersect_key($context, $_parent) + $_parent; - // line 181 - echo " - - - "; - // line 195 - $context["ci"] = (($context["ci"] ?? null) + 1); - // line 196 - echo " -"; - } - // line 198 - echo " -"; - // line 199 - if ((( !(null === twig_get_attribute($this->env, $this->source, ($context["relation_parameters"] ?? null), "browserTransformationFeature", [], "any", false, false, false, 199)) && !(null === twig_get_attribute($this->env, $this->source, ($context["relation_parameters"] ?? null), "columnCommentsFeature", [], "any", false, false, false, 199))) && ($context["browse_mime"] ?? null))) { - // line 200 - echo " - - "; - // line 213 - $context["ci"] = (($context["ci"] ?? null) + 1); - // line 214 - echo " - - - "; - // line 231 - $context["ci"] = (($context["ci"] ?? null) + 1); - // line 232 - echo " - - env, ($context["column_number"] ?? null), "html", null, true); - echo "_"; - echo twig_escape_filter($this->env, (($context["ci"] ?? null) - ($context["ci_offset"] ?? null)), "html", null, true); - echo "\" type=\"text\" name=\"field_transformation_options["; - echo twig_escape_filter($this->env, ($context["column_number"] ?? null), "html", null, true); - echo "]\" size=\"16\" class=\"textfield\" value=\""; - // line 235 - (((twig_get_attribute($this->env, $this->source, ($context["column_meta"] ?? null), "Field", [], "array", true, true, false, 235) && twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["mime_map"] ?? null), (($__internal_compile_53 = ($context["column_meta"] ?? null)) && is_array($__internal_compile_53) || $__internal_compile_53 instanceof ArrayAccess ? ($__internal_compile_53["Field"] ?? null) : null), [], "array", false, true, false, 235), "transformation_options", [], "array", true, true, false, 235))) ? (print (twig_escape_filter($this->env, (($__internal_compile_54 = (($__internal_compile_55 = ($context["mime_map"] ?? null)) && is_array($__internal_compile_55) || $__internal_compile_55 instanceof ArrayAccess ? ($__internal_compile_55[(($__internal_compile_56 = ($context["column_meta"] ?? null)) && is_array($__internal_compile_56) || $__internal_compile_56 instanceof ArrayAccess ? ($__internal_compile_56["Field"] ?? null) : null)] ?? null) : null)) && is_array($__internal_compile_54) || $__internal_compile_54 instanceof ArrayAccess ? ($__internal_compile_54["transformation_options"] ?? null) : null), "html", null, true))) : (print (""))); - echo "\"> - "; - // line 236 - $context["ci"] = (($context["ci"] ?? null) + 1); - // line 237 - echo " - - - "; - // line 252 - $context["ci"] = (($context["ci"] ?? null) + 1); - // line 253 - echo " - - env, ($context["column_number"] ?? null), "html", null, true); - echo "_"; - echo twig_escape_filter($this->env, (($context["ci"] ?? null) - ($context["ci_offset"] ?? null)), "html", null, true); - echo "\" type=\"text\" name=\"field_input_transformation_options["; - echo twig_escape_filter($this->env, ($context["column_number"] ?? null), "html", null, true); - echo "]\" size=\"16\" class=\"textfield\" value=\""; - // line 256 - (((twig_get_attribute($this->env, $this->source, ($context["column_meta"] ?? null), "Field", [], "array", true, true, false, 256) && twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["mime_map"] ?? null), (($__internal_compile_73 = ($context["column_meta"] ?? null)) && is_array($__internal_compile_73) || $__internal_compile_73 instanceof ArrayAccess ? ($__internal_compile_73["Field"] ?? null) : null), [], "array", false, true, false, 256), "input_transformation_options", [], "array", true, true, false, 256))) ? (print (twig_escape_filter($this->env, (($__internal_compile_74 = (($__internal_compile_75 = ($context["mime_map"] ?? null)) && is_array($__internal_compile_75) || $__internal_compile_75 instanceof ArrayAccess ? ($__internal_compile_75[(($__internal_compile_76 = ($context["column_meta"] ?? null)) && is_array($__internal_compile_76) || $__internal_compile_76 instanceof ArrayAccess ? ($__internal_compile_76["Field"] ?? null) : null)] ?? null) : null)) && is_array($__internal_compile_74) || $__internal_compile_74 instanceof ArrayAccess ? ($__internal_compile_74["input_transformation_options"] ?? null) : null), "html", null, true))) : (print (""))); - echo "\"> - "; - // line 257 - $context["ci"] = (($context["ci"] ?? null) + 1); - // line 258 - echo " -"; - } - } - - public function getTemplateName() - { - return "columns_definitions/column_attributes.twig"; - } - - public function isTraitable() - { - return false; - } - - public function getDebugInfo() - { - return array ( 785 => 258, 783 => 257, 779 => 256, 772 => 255, 768 => 253, 766 => 252, 763 => 251, 760 => 250, 751 => 247, 747 => 246, 746 => 245, 740 => 244, 737 => 243, 732 => 242, 730 => 241, 727 => 240, 718 => 239, 714 => 237, 712 => 236, 708 => 235, 701 => 234, 697 => 232, 695 => 231, 692 => 230, 689 => 229, 680 => 226, 676 => 225, 675 => 224, 674 => 223, 673 => 222, 667 => 221, 664 => 220, 659 => 219, 657 => 218, 654 => 217, 645 => 216, 641 => 214, 639 => 213, 636 => 212, 633 => 211, 624 => 208, 620 => 207, 619 => 206, 615 => 205, 610 => 204, 608 => 203, 599 => 201, 596 => 200, 594 => 199, 591 => 198, 587 => 196, 585 => 195, 582 => 194, 573 => 191, 569 => 190, 565 => 189, 561 => 188, 558 => 187, 553 => 185, 544 => 183, 540 => 181, 534 => 180, 531 => 179, 528 => 178, 525 => 177, 522 => 176, 517 => 175, 514 => 174, 511 => 173, 508 => 172, 506 => 171, 502 => 168, 499 => 167, 489 => 165, 481 => 163, 479 => 162, 475 => 160, 466 => 157, 460 => 156, 457 => 155, 454 => 154, 452 => 153, 449 => 152, 445 => 151, 437 => 150, 434 => 149, 432 => 148, 429 => 146, 427 => 145, 424 => 144, 422 => 143, 413 => 142, 409 => 140, 407 => 139, 403 => 138, 396 => 137, 393 => 136, 389 => 134, 387 => 133, 380 => 129, 375 => 128, 369 => 125, 364 => 124, 358 => 121, 353 => 120, 347 => 117, 342 => 116, 336 => 113, 331 => 112, 327 => 111, 319 => 110, 316 => 109, 314 => 108, 312 => 107, 308 => 105, 305 => 104, 300 => 102, 296 => 101, 289 => 100, 286 => 99, 284 => 98, 282 => 97, 279 => 96, 277 => 95, 273 => 94, 266 => 93, 262 => 91, 259 => 90, 257 => 88, 256 => 87, 255 => 86, 254 => 85, 253 => 84, 252 => 83, 251 => 82, 249 => 81, 245 => 78, 243 => 77, 240 => 76, 233 => 74, 226 => 72, 224 => 71, 221 => 70, 215 => 69, 211 => 68, 204 => 67, 200 => 66, 190 => 64, 186 => 61, 183 => 60, 175 => 58, 167 => 56, 165 => 55, 162 => 54, 154 => 50, 152 => 49, 146 => 46, 140 => 43, 137 => 42, 132 => 40, 129 => 39, 124 => 37, 116 => 36, 112 => 34, 110 => 33, 106 => 31, 99 => 30, 93 => 29, 86 => 28, 82 => 26, 80 => 25, 75 => 23, 71 => 22, 64 => 21, 60 => 19, 57 => 18, 55 => 16, 54 => 15, 53 => 14, 52 => 13, 51 => 12, 50 => 11, 48 => 10, 44 => 7, 42 => 6, 39 => 3, 37 => 2,); - } - - public function getSourceContext() - { - return new Source("", "columns_definitions/column_attributes.twig", "/home/dev/web/arif.off/public_html/pma/templates/columns_definitions/column_attributes.twig"); - } -} diff --git a/pma/tmp/twig/de/de508909086f55e92ef1918512ee8e87.php b/pma/tmp/twig/de/de508909086f55e92ef1918512ee8e87.php deleted file mode 100644 index d1f6b0d..0000000 --- a/pma/tmp/twig/de/de508909086f55e92ef1918512ee8e87.php +++ /dev/null @@ -1,155 +0,0 @@ -source = $this->getSourceContext(); - - $this->parent = false; - - $this->blocks = [ - ]; - } - - protected function doDisplay(array $context, array $blocks = []) - { - $macros = $this->macros; - // line 1 - $context["title"] = ""; - // line 2 - if (twig_get_attribute($this->env, $this->source, ($context["column_meta"] ?? null), "column_status", [], "array", true, true, false, 2)) { - // line 3 - echo " "; - if ((($__internal_compile_0 = (($__internal_compile_1 = ($context["column_meta"] ?? null)) && is_array($__internal_compile_1) || $__internal_compile_1 instanceof ArrayAccess ? ($__internal_compile_1["column_status"] ?? null) : null)) && is_array($__internal_compile_0) || $__internal_compile_0 instanceof ArrayAccess ? ($__internal_compile_0["isReferenced"] ?? null) : null)) { - // line 4 - echo " "; - $context["title"] = (($context["title"] ?? null) . twig_sprintf(_gettext("Referenced by %s."), twig_join_filter((($__internal_compile_2 = (($__internal_compile_3 = // line 5 -($context["column_meta"] ?? null)) && is_array($__internal_compile_3) || $__internal_compile_3 instanceof ArrayAccess ? ($__internal_compile_3["column_status"] ?? null) : null)) && is_array($__internal_compile_2) || $__internal_compile_2 instanceof ArrayAccess ? ($__internal_compile_2["references"] ?? null) : null), ","))); - // line 7 - echo " "; - } - // line 8 - echo " "; - if ((($__internal_compile_4 = (($__internal_compile_5 = ($context["column_meta"] ?? null)) && is_array($__internal_compile_5) || $__internal_compile_5 instanceof ArrayAccess ? ($__internal_compile_5["column_status"] ?? null) : null)) && is_array($__internal_compile_4) || $__internal_compile_4 instanceof ArrayAccess ? ($__internal_compile_4["isForeignKey"] ?? null) : null)) { - // line 9 - echo " "; - if ( !twig_test_empty(($context["title"] ?? null))) { - // line 10 - echo " "; - $context["title"] = (($context["title"] ?? null) . " -"); - // line 11 - echo " "; - } - // line 12 - echo " "; - $context["title"] = (($context["title"] ?? null) . _gettext("Is a foreign key.")); - // line 13 - echo " "; - } - } - // line 15 - if (twig_test_empty(($context["title"] ?? null))) { - // line 16 - echo " "; - $context["title"] = _gettext("Column"); - } - // line 18 - echo " -env, ($context["column_number"] ?? null), "html", null, true); - echo "_"; - echo twig_escape_filter($this->env, (($context["ci"] ?? null) - ($context["ci_offset"] ?? null)), "html", null, true); - echo "\" - "; - // line 20 - if ((twig_get_attribute($this->env, $this->source, ($context["column_meta"] ?? null), "column_status", [], "array", true, true, false, 20) && !(($__internal_compile_6 = (($__internal_compile_7 = // line 21 -($context["column_meta"] ?? null)) && is_array($__internal_compile_7) || $__internal_compile_7 instanceof ArrayAccess ? ($__internal_compile_7["column_status"] ?? null) : null)) && is_array($__internal_compile_6) || $__internal_compile_6 instanceof ArrayAccess ? ($__internal_compile_6["isEditable"] ?? null) : null))) { - // line 22 - echo " disabled=\"disabled\" - "; - } - // line 24 - echo " type=\"text\" - name=\"field_name["; - // line 25 - echo twig_escape_filter($this->env, ($context["column_number"] ?? null), "html", null, true); - echo "]\" - maxlength=\"64\" - class=\"textfield\" - title=\""; - // line 28 - echo twig_escape_filter($this->env, ($context["title"] ?? null), "html", null, true); - echo "\" - size=\"10\" - value=\""; - // line 30 - ((twig_get_attribute($this->env, $this->source, ($context["column_meta"] ?? null), "Field", [], "array", true, true, false, 30)) ? (print (twig_escape_filter($this->env, (($__internal_compile_8 = ($context["column_meta"] ?? null)) && is_array($__internal_compile_8) || $__internal_compile_8 instanceof ArrayAccess ? ($__internal_compile_8["Field"] ?? null) : null), "html", null, true))) : (print (""))); - echo "\"> - -"; - // line 32 - if ((($context["has_central_columns_feature"] ?? null) && !(twig_get_attribute($this->env, $this->source, // line 33 -($context["column_meta"] ?? null), "column_status", [], "array", true, true, false, 33) && !(($__internal_compile_9 = (($__internal_compile_10 = // line 34 -($context["column_meta"] ?? null)) && is_array($__internal_compile_10) || $__internal_compile_10 instanceof ArrayAccess ? ($__internal_compile_10["column_status"] ?? null) : null)) && is_array($__internal_compile_9) || $__internal_compile_9 instanceof ArrayAccess ? ($__internal_compile_9["isEditable"] ?? null) : null)))) { - // line 35 - echo "

    env, ($context["column_number"] ?? null), "html", null, true); - echo "_"; - echo twig_escape_filter($this->env, (($context["ci"] ?? null) - ($context["ci_offset"] ?? null)), "html", null, true); - echo "\"> - env, ($context["max_rows"] ?? null), "html", null, true); - echo "\" - href=\"#\" - class=\"central_columns_dialog\"> - "; -echo _gettext("Pick from Central Columns"); - // line 40 - echo " -

    -"; - } - } - - public function getTemplateName() - { - return "columns_definitions/column_name.twig"; - } - - public function isTraitable() - { - return false; - } - - public function getDebugInfo() - { - return array ( 130 => 40, 123 => 36, 116 => 35, 114 => 34, 113 => 33, 112 => 32, 107 => 30, 102 => 28, 96 => 25, 93 => 24, 89 => 22, 87 => 21, 86 => 20, 80 => 19, 77 => 18, 73 => 16, 71 => 15, 67 => 13, 64 => 12, 61 => 11, 57 => 10, 54 => 9, 51 => 8, 48 => 7, 46 => 5, 44 => 4, 41 => 3, 39 => 2, 37 => 1,); - } - - public function getSourceContext() - { - return new Source("", "columns_definitions/column_name.twig", "/home/arif/public_html/pma/templates/columns_definitions/column_name.twig"); - } -} diff --git a/pma/tmp/twig/e1/e1c94ff945de29fe0347618b01d510d5.php b/pma/tmp/twig/e1/e1c94ff945de29fe0347618b01d510d5.php deleted file mode 100644 index faf41d2..0000000 --- a/pma/tmp/twig/e1/e1c94ff945de29fe0347618b01d510d5.php +++ /dev/null @@ -1,92 +0,0 @@ -source = $this->getSourceContext(); - - $this->parent = false; - - $this->blocks = [ - ]; - } - - protected function doDisplay(array $context, array $blocks = []) - { - $macros = $this->macros; - // line 1 - echo "
    -
    - "; - // line 3 - echo ($context["hidden_inputs"] ?? null); - echo " - - - env, ($context["return_url"] ?? null), "html", null, true); - echo "\"> - "; -echo _gettext("Your browser has phpMyAdmin configuration for this domain. Would you like to import it for current session?"); - // line 10 - echo "
    - "; -echo _gettext("Yes"); - // line 11 - echo " - / "; -echo _gettext("No"); - // line 12 - echo " - / "; -echo _gettext("Delete settings"); - // line 13 - echo " -
    -
    -"; - } - - public function getTemplateName() - { - return "preferences/autoload.twig"; - } - - public function isTraitable() - { - return false; - } - - public function getDebugInfo() - { - return array ( 67 => 13, 63 => 12, 59 => 11, 55 => 10, 50 => 6, 44 => 3, 40 => 2, 37 => 1,); - } - - public function getSourceContext() - { - return new Source("", "preferences/autoload.twig", "/home/arif/public_html/pma/templates/preferences/autoload.twig"); - } -} diff --git a/pma/tmp/twig/e5/e5d842adee5497e7d0b20be9ec56df0a.php b/pma/tmp/twig/e5/e5d842adee5497e7d0b20be9ec56df0a.php index 4a1cdd9..255eb3c 100644 --- a/pma/tmp/twig/e5/e5d842adee5497e7d0b20be9ec56df0a.php +++ b/pma/tmp/twig/e5/e5d842adee5497e7d0b20be9ec56df0a.php @@ -68,6 +68,6 @@ class __TwigTemplate_46a95cb20186d4b6303af153a8e79cd2 extends Template public function getSourceContext() { - return new Source("", "display/results/null_display.twig", "/home/dev/web/arif.off/public_html/pma/templates/display/results/null_display.twig"); + return new Source("", "display/results/null_display.twig", "/home/suvo/web/graffin.ns77.siliconpin.com/public_html/pma/templates/display/results/null_display.twig"); } } diff --git a/pma/tmp/twig/ea/eaf3835d102e34250c5e4d3400aa2997.php b/pma/tmp/twig/ea/eaf3835d102e34250c5e4d3400aa2997.php deleted file mode 100644 index f4a6921..0000000 --- a/pma/tmp/twig/ea/eaf3835d102e34250c5e4d3400aa2997.php +++ /dev/null @@ -1,82 +0,0 @@ -source = $this->getSourceContext(); - - $this->parent = false; - - $this->blocks = [ - ]; - } - - protected function doDisplay(array $context, array $blocks = []) - { - $macros = $this->macros; - // line 1 - echo "
    -
    -
    -
    -
    "; -echo _gettext("Loading"); - // line 5 - echo "
    - -
    -
    -
    - -
    -
    -
    -
    -"; - } - - public function getTemplateName() - { - return "export_modal.twig"; - } - - public function isTraitable() - { - return false; - } - - public function getDebugInfo() - { - return array ( 55 => 10, 48 => 6, 44 => 5, 37 => 1,); - } - - public function getSourceContext() - { - return new Source("", "export_modal.twig", "/home/arif/public_html/pma/templates/export_modal.twig"); - } -} diff --git a/pma/tmp/twig/ed/eda5ba0a28e30459a39cc1d8e8df5e8d.php b/pma/tmp/twig/ed/eda5ba0a28e30459a39cc1d8e8df5e8d.php deleted file mode 100644 index 0563201..0000000 --- a/pma/tmp/twig/ed/eda5ba0a28e30459a39cc1d8e8df5e8d.php +++ /dev/null @@ -1,93 +0,0 @@ -source = $this->getSourceContext(); - - $this->blocks = [ - 'title' => [$this, 'block_title'], - ]; - } - - protected function doGetParent(array $context) - { - // line 1 - return "export.twig"; - } - - protected function doDisplay(array $context, array $blocks = []) - { - $macros = $this->macros; - // line 11 - ob_start(function () { return ''; }); - // line 12 - echo " "; -echo _gettext("@SERVER@ will become the server name, @DATABASE@ will become the database name and @TABLE@ will become the table name."); - $context["filename_hint"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset()); - // line 1 - $this->parent = $this->loadTemplate("export.twig", "table/export/index.twig", 1); - $this->parent->display($context, array_merge($this->blocks, $blocks)); - } - - // line 3 - public function block_title($context, array $blocks = []) - { - $macros = $this->macros; - // line 4 - echo " "; - if ((($context["export_type"] ?? null) == "raw")) { - // line 5 - echo " "; -// l10n: A query that the user has written freely -echo _gettext("Exporting a raw query"); - // line 6 - echo " "; - } else { - // line 7 - echo " "; - echo twig_escape_filter($this->env, twig_sprintf(_gettext("Exporting rows from \"%s\" table"), ($context["table"] ?? null)), "html", null, true); - echo " - "; - } - } - - public function getTemplateName() - { - return "table/export/index.twig"; - } - - public function isTraitable() - { - return false; - } - - public function getDebugInfo() - { - return array ( 67 => 7, 64 => 6, 60 => 5, 57 => 4, 53 => 3, 48 => 1, 44 => 12, 42 => 11, 35 => 1,); - } - - public function getSourceContext() - { - return new Source("", "table/export/index.twig", "/home/arif/public_html/pma/templates/table/export/index.twig"); - } -} diff --git a/pma/tmp/twig/ee/ee8bc1869dac2e7b491fc4a66be2c4f1.php b/pma/tmp/twig/ee/ee8bc1869dac2e7b491fc4a66be2c4f1.php deleted file mode 100644 index e113fb0..0000000 --- a/pma/tmp/twig/ee/ee8bc1869dac2e7b491fc4a66be2c4f1.php +++ /dev/null @@ -1,67 +0,0 @@ -source = $this->getSourceContext(); - - $this->parent = false; - - $this->blocks = [ - ]; - } - - protected function doDisplay(array $context, array $blocks = []) - { - $macros = $this->macros; - // line 1 - echo " -"; - } - - public function getTemplateName() - { - return "javascript/redirect.twig"; - } - - public function isTraitable() - { - return false; - } - - public function getDebugInfo() - { - return array ( 41 => 3, 37 => 1,); - } - - public function getSourceContext() - { - return new Source("", "javascript/redirect.twig", "/home/arif/public_html/pma/templates/javascript/redirect.twig"); - } -} diff --git a/pma/tmp/twig/f1/f1305e2fd0ad0989b8981dc56b39e3ef.php b/pma/tmp/twig/f1/f1305e2fd0ad0989b8981dc56b39e3ef.php deleted file mode 100644 index 0ae23dc..0000000 --- a/pma/tmp/twig/f1/f1305e2fd0ad0989b8981dc56b39e3ef.php +++ /dev/null @@ -1,490 +0,0 @@ -source = $this->getSourceContext(); - - $this->parent = false; - - $this->blocks = [ - ]; - } - - protected function doDisplay(array $context, array $blocks = []) - { - $macros = $this->macros; - // line 1 - echo "
    - "; - // line 3 - echo PhpMyAdmin\Url::getHiddenInputs(($context["db"] ?? null), ($context["table"] ?? null)); - echo " - - - env, ($context["goto"] ?? null), "html", null, true); - echo "\"> - - env, ($context["query"] ?? null), "html", null, true); - echo "\"> - - "; - // line 10 - if (((($context["display_tab"] ?? null) == "full") || (($context["display_tab"] ?? null) == "sql"))) { - // line 11 - echo " - -
    -
    "; - // line 14 - echo ($context["legend"] ?? null); - echo "
    -
    -
    -
    -
    -
    - -
    -
    - -
    - "; - // line 27 - if ( !twig_test_empty(($context["columns_list"] ?? null))) { - // line 28 - echo "
    - - - - - -
    - "; - } - // line 36 - echo " -
    - - "; - // line 39 - if (($context["codemirror_enable"] ?? null)) { - // line 40 - echo " - "; - } - // line 42 - echo "
    - - -
    - -
    -
    - - -
    -
    -
    -
    - - "; - // line 59 - if ( !twig_test_empty(($context["columns_list"] ?? null))) { - // line 60 - echo "
    -
    - - -
    - - -
    - "; - } - // line 78 - echo "
    -
    - - "; - // line 81 - if (($context["has_bookmark"] ?? null)) { - // line 82 - echo "
    -
    - -
    -
    - -
    - -
    -
    - - -
    -
    - -
    -
    - - -
    -
    -
    - "; - } - // line 105 - echo "
    -
    -
    -
    -
    - "; -echo _gettext("Delimiter"); - // line 110 - echo " - - env, ($context["delimiter"] ?? null), "html", null, true); - echo "\" id=\"id_sql_delimiter\"> -
    -
    - -
    -
    - - -
    -
    - -
    -
    - - -
    -
    - -
    -
    - - -
    -
    - -
    -
    - - - -
    -
    - -
    - -
    -
    -
    -
    - "; - } - // line 153 - echo " - "; - // line 154 - if (((($context["display_tab"] ?? null) == "full") && !twig_test_empty(($context["bookmarks"] ?? null)))) { - // line 155 - echo "
    -
    "; -echo _gettext("Bookmarked SQL query"); - // line 156 - echo "
    -
    -
    -
    - -
    -
    - -
    - -
    - - -
    -
    - - -
    -
    - - -
    -
    - -
    - "; -echo _gettext("Variables"); - // line 192 - echo " "; - echo PhpMyAdmin\Html\MySQLDocumentation::showDocumentation("faq", "faqbookmark"); - echo " -
    -
    -
    - - -
    - "; - } - // line 202 - echo " - "; - // line 203 - if (($context["can_convert_kanji"] ?? null)) { - // line 204 - echo "
    -
    - "; - // line 206 - $this->loadTemplate("encoding/kanji_encoding_form.twig", "sql/query.twig", 206)->display($context); - // line 207 - echo "
    -
    - "; - } - // line 210 - echo "
    - -
    - -
    -
    -
    -
    -
    "; -echo _gettext("Simulate query"); - // line 218 - echo "
    - -
    -
    -
    -
    - -
    -
    -
    -
    -"; - } - - public function getTemplateName() - { - return "sql/query.twig"; - } - - public function isTraitable() - { - return false; - } - - public function getDebugInfo() - { - return array ( 463 => 224, 455 => 219, 451 => 218, 440 => 210, 435 => 207, 433 => 206, 429 => 204, 427 => 203, 424 => 202, 418 => 198, 407 => 192, 399 => 186, 392 => 182, 385 => 178, 377 => 173, 370 => 171, 364 => 169, 362 => 168, 358 => 167, 351 => 166, 347 => 165, 340 => 160, 333 => 156, 329 => 155, 327 => 154, 324 => 153, 316 => 147, 308 => 142, 303 => 141, 294 => 134, 284 => 127, 279 => 126, 271 => 119, 260 => 112, 257 => 111, 253 => 110, 245 => 105, 238 => 100, 228 => 93, 216 => 84, 211 => 82, 209 => 81, 204 => 78, 199 => 75, 193 => 74, 188 => 70, 179 => 67, 175 => 66, 171 => 65, 167 => 64, 163 => 63, 160 => 62, 155 => 60, 153 => 59, 142 => 52, 131 => 44, 126 => 42, 120 => 40, 118 => 39, 115 => 38, 110 => 36, 100 => 28, 98 => 27, 91 => 22, 89 => 21, 80 => 20, 71 => 14, 66 => 11, 64 => 10, 59 => 8, 56 => 7, 51 => 6, 45 => 3, 41 => 2, 37 => 1,); - } - - public function getSourceContext() - { - return new Source("", "sql/query.twig", "/home/dev/web/arif.off/public_html/pma/templates/sql/query.twig"); - } -} diff --git a/pma/tmp/twig/f2/f21f16e6cc4c1c8f25abf67bae7bcd54.php b/pma/tmp/twig/f2/f21f16e6cc4c1c8f25abf67bae7bcd54.php index 25cc359..750fc77 100644 --- a/pma/tmp/twig/f2/f21f16e6cc4c1c8f25abf67bae7bcd54.php +++ b/pma/tmp/twig/f2/f21f16e6cc4c1c8f25abf67bae7bcd54.php @@ -1510,6 +1510,6 @@ echo _gettext("Partitions"); public function getSourceContext() { - return new Source("", "table/structure/display_structure.twig", "/home/dev/web/arif.off/public_html/pma/templates/table/structure/display_structure.twig"); + return new Source("", "table/structure/display_structure.twig", "/home/suvo/web/graffin.ns77.siliconpin.com/public_html/pma/templates/table/structure/display_structure.twig"); } } diff --git a/pma/tmp/twig/f2/f2e4d423fce655b9085aa83b82e43909.php b/pma/tmp/twig/f2/f2e4d423fce655b9085aa83b82e43909.php deleted file mode 100644 index 4c2856c..0000000 --- a/pma/tmp/twig/f2/f2e4d423fce655b9085aa83b82e43909.php +++ /dev/null @@ -1,85 +0,0 @@ -source = $this->getSourceContext(); - - $this->parent = false; - - $this->blocks = [ - ]; - } - - protected function doDisplay(array $context, array $blocks = []) - { - $macros = $this->macros; - // line 1 - echo "
    - "; - // line 2 - echo ($context["previous_update_query"] ?? null); - echo " - "; - // line 3 - echo ($context["profiling_chart"] ?? null); - echo " - "; - // line 4 - echo ($context["missing_unique_column_message"] ?? null); - echo " - "; - // line 5 - echo ($context["bookmark_created_message"] ?? null); - echo " - "; - // line 6 - echo ($context["table"] ?? null); - echo " - "; - // line 7 - echo ($context["bookmark_support"] ?? null); - echo " -
    -"; - } - - public function getTemplateName() - { - return "sql/sql_query_results.twig"; - } - - public function isTraitable() - { - return false; - } - - public function getDebugInfo() - { - return array ( 60 => 7, 56 => 6, 52 => 5, 48 => 4, 44 => 3, 40 => 2, 37 => 1,); - } - - public function getSourceContext() - { - return new Source("", "sql/sql_query_results.twig", "/home/arif/public_html/pma/templates/sql/sql_query_results.twig"); - } -} diff --git a/pma/tmp/twig/f6/f6dc6f914387ea34f7ad9aba21f93c51.php b/pma/tmp/twig/f6/f6dc6f914387ea34f7ad9aba21f93c51.php index 1bc5677..97e67e5 100644 --- a/pma/tmp/twig/f6/f6dc6f914387ea34f7ad9aba21f93c51.php +++ b/pma/tmp/twig/f6/f6dc6f914387ea34f7ad9aba21f93c51.php @@ -93,6 +93,6 @@ class __TwigTemplate_5c374806bfae443ad96ce8f5b8b59107 extends Template public function getSourceContext() { - return new Source("", "display/results/table_navigation_button.twig", "/home/dev/web/arif.off/public_html/pma/templates/display/results/table_navigation_button.twig"); + return new Source("", "display/results/table_navigation_button.twig", "/home/suvo/web/graffin.ns77.siliconpin.com/public_html/pma/templates/display/results/table_navigation_button.twig"); } } diff --git a/pma/tmp/twig/f9/f90f6e52314d682e3c4ddad3fc101361.php b/pma/tmp/twig/f9/f90f6e52314d682e3c4ddad3fc101361.php deleted file mode 100644 index 5dcbafd..0000000 --- a/pma/tmp/twig/f9/f90f6e52314d682e3c4ddad3fc101361.php +++ /dev/null @@ -1,297 +0,0 @@ -source = $this->getSourceContext(); - - $this->parent = false; - - $this->blocks = [ - ]; - } - - protected function doDisplay(array $context, array $blocks = []) - { - $macros = $this->macros; - // line 1 - echo "
    env, ($context["action"] ?? null), "html_attr"); - echo "\" class=\"config-form disableAjax\"> - - "; - // line 3 - if (($context["has_check_page_refresh"] ?? null)) { - // line 4 - echo " - "; - } - // line 6 - echo " "; - echo PhpMyAdmin\Url::getHiddenInputs("", "", 0, "server"); - echo " - "; - // line 7 - echo PhpMyAdmin\Url::getHiddenFields(($context["hidden_fields"] ?? null), "", true); - echo " - - -
    - "; - // line 17 - $context['_parent'] = $context; - $context['_seq'] = twig_ensure_traversable(($context["forms"] ?? null)); - $context['loop'] = [ - 'parent' => $context['_parent'], - 'index0' => 0, - 'index' => 1, - 'first' => true, - ]; - if (is_array($context['_seq']) || (is_object($context['_seq']) && $context['_seq'] instanceof \Countable)) { - $length = count($context['_seq']); - $context['loop']['revindex0'] = $length - 1; - $context['loop']['revindex'] = $length; - $context['loop']['length'] = $length; - $context['loop']['last'] = 1 === $length; - } - foreach ($context['_seq'] as $context["_key"] => $context["form"]) { - // line 18 - echo "
    env, $this->source, $context["loop"], "first", [], "any", false, false, false, 18)) ? (" show active") : ("")); - echo "\" id=\""; - echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["form"], "name", [], "any", false, false, false, 18), "html", null, true); - echo "\" role=\"tabpanel\" aria-labelledby=\""; - echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["form"], "name", [], "any", false, false, false, 18), "html", null, true); - echo "-tab\"> -
    -
    -
    "; - // line 21 - echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["form"], "descriptions", [], "any", false, false, false, 21), "name", [], "any", false, false, false, 21), "html", null, true); - echo "
    - "; - // line 22 - if ( !twig_test_empty(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["form"], "descriptions", [], "any", false, false, false, 22), "desc", [], "any", false, false, false, 22))) { - // line 23 - echo "
    "; - echo twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["form"], "descriptions", [], "any", false, false, false, 23), "desc", [], "any", false, false, false, 23); - echo "
    - "; - } - // line 25 - echo " -
    - "; - // line 27 - echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["form"], "descriptions", [], "any", false, false, false, 27), "name", [], "any", false, false, false, 27), "html", null, true); - echo " - - "; - // line 30 - echo " "; - if ((twig_test_iterable(twig_get_attribute($this->env, $this->source, $context["form"], "errors", [], "any", false, false, false, 30)) && (twig_length_filter($this->env, twig_get_attribute($this->env, $this->source, $context["form"], "errors", [], "any", false, false, false, 30)) > 0))) { - // line 31 - echo "
    - "; - // line 32 - $context['_parent'] = $context; - $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env, $this->source, $context["form"], "errors", [], "any", false, false, false, 32)); - foreach ($context['_seq'] as $context["_key"] => $context["error"]) { - // line 33 - echo "
    "; - echo twig_escape_filter($this->env, $context["error"], "html", null, true); - echo "
    - "; - } - $_parent = $context['_parent']; - unset($context['_seq'], $context['_iterated'], $context['_key'], $context['error'], $context['_parent'], $context['loop']); - $context = array_intersect_key($context, $_parent) + $_parent; - // line 35 - echo "
    - "; - } - // line 37 - echo " - - "; - // line 39 - echo twig_get_attribute($this->env, $this->source, $context["form"], "fields_html", [], "any", false, false, false, 39); - echo " -
    -
    -
    - - "; - // line 44 - if (($context["show_buttons"] ?? null)) { - // line 45 - echo "
    - - -
    - "; - } - // line 50 - echo "
    -
    - "; - ++$context['loop']['index0']; - ++$context['loop']['index']; - $context['loop']['first'] = false; - if (isset($context['loop']['length'])) { - --$context['loop']['revindex0']; - --$context['loop']['revindex']; - $context['loop']['last'] = 0 === $context['loop']['revindex0']; - } - } - $_parent = $context['_parent']; - unset($context['_seq'], $context['_iterated'], $context['_key'], $context['form'], $context['_parent'], $context['loop']); - $context = array_intersect_key($context, $_parent) + $_parent; - // line 53 - echo "
    -
    - - -"; - } - - public function getTemplateName() - { - return "config/form_display/display.twig"; - } - - public function isTraitable() - { - return false; - } - - public function getDebugInfo() - { - return array ( 266 => 72, 259 => 68, 255 => 67, 251 => 66, 247 => 65, 243 => 64, 236 => 61, 226 => 53, 210 => 50, 205 => 47, 201 => 46, 197 => 45, 195 => 44, 187 => 39, 183 => 37, 179 => 35, 170 => 33, 166 => 32, 163 => 31, 160 => 30, 155 => 27, 151 => 25, 145 => 23, 143 => 22, 139 => 21, 128 => 18, 111 => 17, 107 => 15, 80 => 12, 77 => 11, 60 => 10, 54 => 7, 49 => 6, 45 => 4, 43 => 3, 37 => 1,); - } - - public function getSourceContext() - { - return new Source("", "config/form_display/display.twig", "/home/arif/public_html/pma/templates/config/form_display/display.twig"); - } -} diff --git a/pma/tmp/twig/f9/f9baa3b566ecbf25f25bd6ada531347b.php b/pma/tmp/twig/f9/f9baa3b566ecbf25f25bd6ada531347b.php deleted file mode 100644 index cc28a2c..0000000 --- a/pma/tmp/twig/f9/f9baa3b566ecbf25f25bd6ada531347b.php +++ /dev/null @@ -1,77 +0,0 @@ -source = $this->getSourceContext(); - - $this->parent = false; - - $this->blocks = [ - ]; - } - - protected function doDisplay(array $context, array $blocks = []) - { - $macros = $this->macros; - // line 1 - echo "
    -
    "; -echo _gettext("Filters"); - // line 2 - echo "
    -
    - -
    - env, ($context["filter_value"] ?? null), "html", null, true); - echo "\"> -
    -
    -
    -"; - } - - public function getTemplateName() - { - return "filter.twig"; - } - - public function isTraitable() - { - return false; - } - - public function getDebugInfo() - { - return array ( 50 => 6, 46 => 4, 41 => 2, 37 => 1,); - } - - public function getSourceContext() - { - return new Source("", "filter.twig", "/home/dev/web/arif.off/public_html/pma/templates/filter.twig"); - } -} diff --git a/pma/tmp/twig/fb/fb872d4eff148ac96e4aee59bd180513.php b/pma/tmp/twig/fb/fb872d4eff148ac96e4aee59bd180513.php deleted file mode 100644 index 2eb70c3..0000000 --- a/pma/tmp/twig/fb/fb872d4eff148ac96e4aee59bd180513.php +++ /dev/null @@ -1,77 +0,0 @@ -source = $this->getSourceContext(); - - $this->parent = false; - - $this->blocks = [ - ]; - } - - protected function doDisplay(array $context, array $blocks = []) - { - $macros = $this->macros; - // line 1 - echo "
    -
    "; -echo _gettext("Filters"); - // line 2 - echo "
    -
    - -
    - env, ($context["filter_value"] ?? null), "html", null, true); - echo "\"> -
    -
    -
    -"; - } - - public function getTemplateName() - { - return "filter.twig"; - } - - public function isTraitable() - { - return false; - } - - public function getDebugInfo() - { - return array ( 50 => 6, 46 => 4, 41 => 2, 37 => 1,); - } - - public function getSourceContext() - { - return new Source("", "filter.twig", "/home/arif/public_html/pma/templates/filter.twig"); - } -} diff --git a/pma/tmp/twig/fc/fc3553e470af84c1eb11e81ceec027fb.php b/pma/tmp/twig/fc/fc3553e470af84c1eb11e81ceec027fb.php deleted file mode 100644 index a578597..0000000 --- a/pma/tmp/twig/fc/fc3553e470af84c1eb11e81ceec027fb.php +++ /dev/null @@ -1,517 +0,0 @@ -source = $this->getSourceContext(); - - $this->parent = false; - - $this->blocks = [ - ]; - } - - protected function doDisplay(array $context, array $blocks = []) - { - $macros = $this->macros; - // line 1 - echo "
    - - "; - // line 7 - echo PhpMyAdmin\Url::getHiddenInputs(($context["form_params"] ?? null)); - echo " - "; - // line 8 - if (($context["is_from_nav"] ?? null)) { - // line 9 - echo " - "; - } - // line 11 - echo " -
    -
    -
    -
    - - - -
    - - env, twig_get_attribute($this->env, $this->source, ($context["index"] ?? null), "getName", [], "method", false, false, false, 29), "html", null, true); - echo "\" - onfocus=\"this.select()\"> -
    - -
    -
    - - - -
    - - -
    - - "; - // line 54 - if ((($context["default_sliders_state"] ?? null) != "disabled")) { - // line 55 - echo "
    - -
    -
    - "; - } - // line 62 - echo " -
    -
    - - - -
    - - env, twig_get_attribute($this->env, $this->source, ($context["index"] ?? null), "getKeyBlockSize", [], "method", false, false, false, 76), "html", null, true); - echo "\"> -
    - -
    - -
    - - - -
    - - -
    - -
    -
    - - - -
    - - env, twig_get_attribute($this->env, $this->source, ($context["index"] ?? null), "getParser", [], "method", false, false, false, 110), "html", null, true); - echo "\"> -
    - -
    -
    - - - -
    - - env, twig_get_attribute($this->env, $this->source, ($context["index"] ?? null), "getComment", [], "method", false, false, false, 127), "html", null, true); - echo "\"> -
    - - "; - // line 130 - if ((($context["default_sliders_state"] ?? null) != "disabled")) { - // line 131 - echo "
    - "; - } - // line 133 - echo " -
    - - - - - - - - - - "; - // line 148 - $context["spatial_types"] = [0 => "geometry", 1 => "point", 2 => "linestring", 3 => "polygon", 4 => "multipoint", 5 => "multilinestring", 6 => "multipolygon", 7 => "geomtrycollection"]; - // line 158 - echo " - "; - // line 159 - $context['_parent'] = $context; - $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env, $this->source, ($context["index"] ?? null), "getColumns", [], "method", false, false, false, 159)); - foreach ($context['_seq'] as $context["_key"] => $context["column"]) { - // line 160 - echo " - - - - - "; - } - $_parent = $context['_parent']; - unset($context['_seq'], $context['_iterated'], $context['_key'], $context['column'], $context['_parent'], $context['loop']); - $context = array_intersect_key($context, $_parent) + $_parent; - // line 195 - echo " "; - if ((($context["add_fields"] ?? null) > 0)) { - // line 196 - echo " "; - $context['_parent'] = $context; - $context['_seq'] = twig_ensure_traversable(range(1, ($context["add_fields"] ?? null))); - foreach ($context['_seq'] as $context["_key"] => $context["i"]) { - // line 197 - echo " - - - - - "; - } - $_parent = $context['_parent']; - unset($context['_seq'], $context['_iterated'], $context['_key'], $context['i'], $context['_parent'], $context['loop']); - $context = array_intersect_key($context, $_parent) + $_parent; - // line 228 - echo " "; - } - // line 229 - echo " -
    - "; -echo _gettext("Column"); - // line 142 - echo " - "; -echo _gettext("Size"); - // line 145 - echo "
    - - - - - env, $this->source, // line 190 -($context["index"] ?? null), "getChoice", [], "method", false, false, false, 190) != "SPATIAL")) ? (print (twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, // line 191 -$context["column"], "getSubPart", [], "method", false, false, false, 191), "html", null, true))) : (print (""))); - echo "\"> -
    - - - - - -
    -
    - -
    -
    - env, twig_sprintf(_gettext("Add %s column(s) to index"), 1), "html", null, true); - echo "\"> -
    -
    -
    -
    - "; - // line 243 - if ( !($context["create_edit_table"] ?? null)) { - // line 244 - echo "
    - - -
    "; - } - // line 249 - echo "
    -"; - // line 250 - if (($context["is_from_nav"] ?? null)) { - // line 251 - echo " "; - echo twig_include($this->env, $context, "modals/preview_sql_modal.twig"); - echo " -"; - } - } - - public function getTemplateName() - { - return "table/index_form.twig"; - } - - public function isTraitable() - { - return false; - } - - public function getDebugInfo() - { - return array ( 491 => 251, 489 => 250, 486 => 249, 482 => 246, 478 => 245, 474 => 244, 472 => 243, 464 => 237, 454 => 229, 451 => 228, 435 => 217, 424 => 214, 420 => 213, 417 => 212, 415 => 211, 412 => 210, 409 => 209, 406 => 208, 403 => 207, 400 => 206, 395 => 205, 393 => 204, 390 => 203, 383 => 199, 378 => 197, 373 => 196, 370 => 195, 360 => 191, 359 => 190, 358 => 191, 349 => 183, 343 => 182, 335 => 179, 332 => 178, 329 => 177, 327 => 176, 324 => 175, 321 => 174, 319 => 173, 318 => 172, 317 => 171, 315 => 170, 311 => 169, 307 => 167, 299 => 162, 294 => 160, 290 => 159, 287 => 158, 285 => 148, 280 => 145, 275 => 142, 264 => 133, 260 => 131, 258 => 130, 252 => 127, 241 => 118, 230 => 110, 220 => 102, 210 => 94, 197 => 92, 193 => 91, 183 => 85, 171 => 76, 161 => 68, 153 => 62, 148 => 60, 144 => 58, 139 => 56, 136 => 55, 134 => 54, 127 => 50, 123 => 49, 119 => 48, 114 => 47, 108 => 45, 106 => 44, 102 => 43, 93 => 38, 81 => 29, 67 => 19, 57 => 11, 53 => 9, 51 => 8, 47 => 7, 37 => 1,); - } - - public function getSourceContext() - { - return new Source("", "table/index_form.twig", "/home/dev/web/arif.off/public_html/pma/templates/table/index_form.twig"); - } -} diff --git a/pma/tmp/twig/ff/ffbecfb5f4f6bef690d8a7985f792fad.php b/pma/tmp/twig/ff/ffbecfb5f4f6bef690d8a7985f792fad.php deleted file mode 100644 index e16b507..0000000 --- a/pma/tmp/twig/ff/ffbecfb5f4f6bef690d8a7985f792fad.php +++ /dev/null @@ -1,545 +0,0 @@ -source = $this->getSourceContext(); - - $this->parent = false; - - $this->blocks = [ - ]; - } - - protected function doDisplay(array $context, array $blocks = []) - { - $macros = $this->macros; - // line 2 - echo "var firstDayOfCalendar = '"; - echo twig_escape_filter($this->env, ($context["first_day_of_calendar"] ?? null), "js", null, true); - echo "'; -var themeImagePath = '"; - // line 3 - echo twig_escape_filter($this->env, $this->extensions['PhpMyAdmin\Twig\AssetExtension']->getImagePath(), "js", null, true); - echo "'; -var mysqlDocTemplate = '"; - // line 4 - echo twig_escape_filter($this->env, PhpMyAdmin\Util::getMySQLDocuURL("%s"), "js", null, true); - echo "'; -var maxInputVars = "; - // line 5 - echo twig_escape_filter($this->env, ($context["max_input_vars"] ?? null), "js", null, true); - echo "; - -"; - // line 7 - ob_start(function () { return ''; }); -// l10n: Month-year order for calendar, use either "calendar-month-year" or "calendar-year-month". -echo _gettext("calendar-month-year"); - $context["show_month_after_year"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset()); - // line 10 - ob_start(function () { return ''; }); -// l10n: Year suffix for calendar, "none" is empty. -echo _gettext("none"); - $context["year_suffix"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset()); - // line 14 - echo "if (\$.datepicker) { - \$.datepicker.regional[''].closeText = '"; - // line 15 - ob_start(function () { return ''; }); -// l10n: Display text for calendar close link -echo _gettext("Done"); - $___internal_parse_1_ = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset()); - echo twig_escape_filter($this->env, $___internal_parse_1_, "js"); - echo "'; - \$.datepicker.regional[''].prevText = '"; - // line 16 - ob_start(function () { return ''; }); -// l10n: Previous month. Display text for previous month link in calendar -echo _gettext("Prev"); - $___internal_parse_2_ = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset()); - echo twig_escape_filter($this->env, $___internal_parse_2_, "js"); - echo "'; - \$.datepicker.regional[''].nextText = '"; - // line 17 - ob_start(function () { return ''; }); -// l10n: Next month. Display text for next month link in calendar -echo _gettext("Next"); - $___internal_parse_3_ = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset()); - echo twig_escape_filter($this->env, $___internal_parse_3_, "js"); - echo "'; - \$.datepicker.regional[''].currentText = '"; - // line 18 - ob_start(function () { return ''; }); -// l10n: Display text for current month link in calendar -echo _gettext("Today"); - $___internal_parse_4_ = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset()); - echo twig_escape_filter($this->env, $___internal_parse_4_, "js"); - echo "'; - \$.datepicker.regional[''].monthNames = [ - '"; - // line 20 - echo twig_escape_filter($this->env, _gettext("January"), "js", null, true); - echo "', - '"; - // line 21 - echo twig_escape_filter($this->env, _gettext("February"), "js", null, true); - echo "', - '"; - // line 22 - echo twig_escape_filter($this->env, _gettext("March"), "js", null, true); - echo "', - '"; - // line 23 - echo twig_escape_filter($this->env, _gettext("April"), "js", null, true); - echo "', - '"; - // line 24 - echo twig_escape_filter($this->env, _gettext("May"), "js", null, true); - echo "', - '"; - // line 25 - echo twig_escape_filter($this->env, _gettext("June"), "js", null, true); - echo "', - '"; - // line 26 - echo twig_escape_filter($this->env, _gettext("July"), "js", null, true); - echo "', - '"; - // line 27 - echo twig_escape_filter($this->env, _gettext("August"), "js", null, true); - echo "', - '"; - // line 28 - echo twig_escape_filter($this->env, _gettext("September"), "js", null, true); - echo "', - '"; - // line 29 - echo twig_escape_filter($this->env, _gettext("October"), "js", null, true); - echo "', - '"; - // line 30 - echo twig_escape_filter($this->env, _gettext("November"), "js", null, true); - echo "', - '"; - // line 31 - echo twig_escape_filter($this->env, _gettext("December"), "js", null, true); - echo "', - ]; - \$.datepicker.regional[''].monthNamesShort = [ - '"; - // line 34 - ob_start(function () { return ''; }); -// l10n: Short month name for January -echo _gettext("Jan"); - $___internal_parse_5_ = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset()); - echo twig_escape_filter($this->env, $___internal_parse_5_, "js"); - echo "', - '"; - // line 35 - ob_start(function () { return ''; }); -// l10n: Short month name for February -echo _gettext("Feb"); - $___internal_parse_6_ = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset()); - echo twig_escape_filter($this->env, $___internal_parse_6_, "js"); - echo "', - '"; - // line 36 - ob_start(function () { return ''; }); -// l10n: Short month name for March -echo _gettext("Mar"); - $___internal_parse_7_ = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset()); - echo twig_escape_filter($this->env, $___internal_parse_7_, "js"); - echo "', - '"; - // line 37 - ob_start(function () { return ''; }); -// l10n: Short month name for April -echo _gettext("Apr"); - $___internal_parse_8_ = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset()); - echo twig_escape_filter($this->env, $___internal_parse_8_, "js"); - echo "', - '"; - // line 38 - ob_start(function () { return ''; }); -// l10n: Short month name for May -echo _gettext("May"); - $___internal_parse_9_ = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset()); - echo twig_escape_filter($this->env, $___internal_parse_9_, "js"); - echo "', - '"; - // line 39 - ob_start(function () { return ''; }); -// l10n: Short month name for June -echo _gettext("Jun"); - $___internal_parse_10_ = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset()); - echo twig_escape_filter($this->env, $___internal_parse_10_, "js"); - echo "', - '"; - // line 40 - ob_start(function () { return ''; }); -// l10n: Short month name for July -echo _gettext("Jul"); - $___internal_parse_11_ = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset()); - echo twig_escape_filter($this->env, $___internal_parse_11_, "js"); - echo "', - '"; - // line 41 - ob_start(function () { return ''; }); -// l10n: Short month name for August -echo _gettext("Aug"); - $___internal_parse_12_ = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset()); - echo twig_escape_filter($this->env, $___internal_parse_12_, "js"); - echo "', - '"; - // line 42 - ob_start(function () { return ''; }); -// l10n: Short month name for September -echo _gettext("Sep"); - $___internal_parse_13_ = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset()); - echo twig_escape_filter($this->env, $___internal_parse_13_, "js"); - echo "', - '"; - // line 43 - ob_start(function () { return ''; }); -// l10n: Short month name for October -echo _gettext("Oct"); - $___internal_parse_14_ = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset()); - echo twig_escape_filter($this->env, $___internal_parse_14_, "js"); - echo "', - '"; - // line 44 - ob_start(function () { return ''; }); -// l10n: Short month name for November -echo _gettext("Nov"); - $___internal_parse_15_ = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset()); - echo twig_escape_filter($this->env, $___internal_parse_15_, "js"); - echo "', - '"; - // line 45 - ob_start(function () { return ''; }); -// l10n: Short month name for December -echo _gettext("Dec"); - $___internal_parse_16_ = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset()); - echo twig_escape_filter($this->env, $___internal_parse_16_, "js"); - echo "', - ]; - \$.datepicker.regional[''].dayNames = [ - '"; - // line 48 - echo twig_escape_filter($this->env, _gettext("Sunday"), "js", null, true); - echo "', - '"; - // line 49 - echo twig_escape_filter($this->env, _gettext("Monday"), "js", null, true); - echo "', - '"; - // line 50 - echo twig_escape_filter($this->env, _gettext("Tuesday"), "js", null, true); - echo "', - '"; - // line 51 - echo twig_escape_filter($this->env, _gettext("Wednesday"), "js", null, true); - echo "', - '"; - // line 52 - echo twig_escape_filter($this->env, _gettext("Thursday"), "js", null, true); - echo "', - '"; - // line 53 - echo twig_escape_filter($this->env, _gettext("Friday"), "js", null, true); - echo "', - '"; - // line 54 - echo twig_escape_filter($this->env, _gettext("Saturday"), "js", null, true); - echo "', - ]; - \$.datepicker.regional[''].dayNamesShort = [ - '"; - // line 57 - ob_start(function () { return ''; }); -// l10n: Short week day name for Sunday -echo _gettext("Sun"); - $___internal_parse_17_ = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset()); - echo twig_escape_filter($this->env, $___internal_parse_17_, "js"); - echo "', - '"; - // line 58 - ob_start(function () { return ''; }); -// l10n: Short week day name for Monday -echo _gettext("Mon"); - $___internal_parse_18_ = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset()); - echo twig_escape_filter($this->env, $___internal_parse_18_, "js"); - echo "', - '"; - // line 59 - ob_start(function () { return ''; }); -// l10n: Short week day name for Tuesday -echo _gettext("Tue"); - $___internal_parse_19_ = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset()); - echo twig_escape_filter($this->env, $___internal_parse_19_, "js"); - echo "', - '"; - // line 60 - ob_start(function () { return ''; }); -// l10n: Short week day name for Wednesday -echo _gettext("Wed"); - $___internal_parse_20_ = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset()); - echo twig_escape_filter($this->env, $___internal_parse_20_, "js"); - echo "', - '"; - // line 61 - ob_start(function () { return ''; }); -// l10n: Short week day name for Thursday -echo _gettext("Thu"); - $___internal_parse_21_ = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset()); - echo twig_escape_filter($this->env, $___internal_parse_21_, "js"); - echo "', - '"; - // line 62 - ob_start(function () { return ''; }); -// l10n: Short week day name for Friday -echo _gettext("Fri"); - $___internal_parse_22_ = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset()); - echo twig_escape_filter($this->env, $___internal_parse_22_, "js"); - echo "', - '"; - // line 63 - ob_start(function () { return ''; }); -// l10n: Short week day name for Saturday -echo _gettext("Sat"); - $___internal_parse_23_ = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset()); - echo twig_escape_filter($this->env, $___internal_parse_23_, "js"); - echo "', - ]; - \$.datepicker.regional[''].dayNamesMin = [ - '"; - // line 66 - ob_start(function () { return ''; }); -// l10n: Minimal week day name for Sunday -echo _gettext("Su"); - $___internal_parse_24_ = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset()); - echo twig_escape_filter($this->env, $___internal_parse_24_, "js"); - echo "', - '"; - // line 67 - ob_start(function () { return ''; }); -// l10n: Minimal week day name for Monday -echo _gettext("Mo"); - $___internal_parse_25_ = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset()); - echo twig_escape_filter($this->env, $___internal_parse_25_, "js"); - echo "', - '"; - // line 68 - ob_start(function () { return ''; }); -// l10n: Minimal week day name for Tuesday -echo _gettext("Tu"); - $___internal_parse_26_ = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset()); - echo twig_escape_filter($this->env, $___internal_parse_26_, "js"); - echo "', - '"; - // line 69 - ob_start(function () { return ''; }); -// l10n: Minimal week day name for Wednesday -echo _gettext("We"); - $___internal_parse_27_ = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset()); - echo twig_escape_filter($this->env, $___internal_parse_27_, "js"); - echo "', - '"; - // line 70 - ob_start(function () { return ''; }); -// l10n: Minimal week day name for Thursday -echo _gettext("Th"); - $___internal_parse_28_ = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset()); - echo twig_escape_filter($this->env, $___internal_parse_28_, "js"); - echo "', - '"; - // line 71 - ob_start(function () { return ''; }); -// l10n: Minimal week day name for Friday -echo _gettext("Fr"); - $___internal_parse_29_ = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset()); - echo twig_escape_filter($this->env, $___internal_parse_29_, "js"); - echo "', - '"; - // line 72 - ob_start(function () { return ''; }); -// l10n: Minimal week day name for Saturday -echo _gettext("Sa"); - $___internal_parse_30_ = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset()); - echo twig_escape_filter($this->env, $___internal_parse_30_, "js"); - echo "', - ]; - \$.datepicker.regional[''].weekHeader = '"; - // line 74 - ob_start(function () { return ''; }); -// l10n: Column header for week of the year in calendar -echo _gettext("Wk"); - $___internal_parse_31_ = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset()); - echo twig_escape_filter($this->env, $___internal_parse_31_, "js"); - echo "'; - \$.datepicker.regional[''].showMonthAfterYear = "; - // line 75 - echo (((($context["show_month_after_year"] ?? null) == "calendar-year-month")) ? ("true") : ("false")); - echo "; - \$.datepicker.regional[''].yearSuffix = '"; - // line 76 - echo (((($context["year_suffix"] ?? null) != "none")) ? (twig_escape_filter($this->env, ($context["year_suffix"] ?? null), "js")) : ("")); - echo "'; - \$.extend(\$.datepicker._defaults, \$.datepicker.regional['']); -} - -if (\$.timepicker) { - \$.timepicker.regional[''].timeText = '"; - // line 81 - echo twig_escape_filter($this->env, _gettext("Time"), "js", null, true); - echo "'; - \$.timepicker.regional[''].hourText = '"; - // line 82 - echo twig_escape_filter($this->env, _gettext("Hour"), "js", null, true); - echo "'; - \$.timepicker.regional[''].minuteText = '"; - // line 83 - echo twig_escape_filter($this->env, _gettext("Minute"), "js", null, true); - echo "'; - \$.timepicker.regional[''].secondText = '"; - // line 84 - echo twig_escape_filter($this->env, _gettext("Second"), "js", null, true); - echo "'; - \$.extend(\$.timepicker._defaults, \$.timepicker.regional['']); -} - -function extendingValidatorMessages () { - \$.extend(\$.validator.messages, { - required: '"; - // line 90 - echo twig_escape_filter($this->env, _gettext("This field is required"), "js", null, true); - echo "', - remote: '"; - // line 91 - echo twig_escape_filter($this->env, _gettext("Please fix this field"), "js", null, true); - echo "', - email: '"; - // line 92 - echo twig_escape_filter($this->env, _gettext("Please enter a valid email address"), "js", null, true); - echo "', - url: '"; - // line 93 - echo twig_escape_filter($this->env, _gettext("Please enter a valid URL"), "js", null, true); - echo "', - date: '"; - // line 94 - echo twig_escape_filter($this->env, _gettext("Please enter a valid date"), "js", null, true); - echo "', - dateISO: '"; - // line 95 - echo twig_escape_filter($this->env, _gettext("Please enter a valid date ( ISO )"), "js", null, true); - echo "', - number: '"; - // line 96 - echo twig_escape_filter($this->env, _gettext("Please enter a valid number"), "js", null, true); - echo "', - creditcard: '"; - // line 97 - echo twig_escape_filter($this->env, _gettext("Please enter a valid credit card number"), "js", null, true); - echo "', - digits: '"; - // line 98 - echo twig_escape_filter($this->env, _gettext("Please enter only digits"), "js", null, true); - echo "', - equalTo: '"; - // line 99 - echo twig_escape_filter($this->env, _gettext("Please enter the same value again"), "js", null, true); - echo "', - maxlength: \$.validator.format('"; - // line 100 - echo twig_escape_filter($this->env, _gettext("Please enter no more than {0} characters"), "js", null, true); - echo "'), - minlength: \$.validator.format('"; - // line 101 - echo twig_escape_filter($this->env, _gettext("Please enter at least {0} characters"), "js", null, true); - echo "'), - rangelength: \$.validator.format('"; - // line 102 - echo twig_escape_filter($this->env, _gettext("Please enter a value between {0} and {1} characters long"), "js", null, true); - echo "'), - range: \$.validator.format('"; - // line 103 - echo twig_escape_filter($this->env, _gettext("Please enter a value between {0} and {1}"), "js", null, true); - echo "'), - max: \$.validator.format('"; - // line 104 - echo twig_escape_filter($this->env, _gettext("Please enter a value less than or equal to {0}"), "js", null, true); - echo "'), - min: \$.validator.format('"; - // line 105 - echo twig_escape_filter($this->env, _gettext("Please enter a value greater than or equal to {0}"), "js", null, true); - echo "'), - validationFunctionForDateTime: \$.validator.format('"; - // line 106 - echo twig_escape_filter($this->env, _gettext("Please enter a valid date or time"), "js", null, true); - echo "'), - validationFunctionForHex: \$.validator.format('"; - // line 107 - echo twig_escape_filter($this->env, _gettext("Please enter a valid HEX input"), "js", null, true); - echo "'), - validationFunctionForMd5: \$.validator.format('"; - // line 108 - ob_start(function () { return ''; }); -// l10n: To validate the usage of a MD5 function on the column -echo _gettext("This column can not contain a 32 chars value"); - $___internal_parse_32_ = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset()); - echo twig_escape_filter($this->env, $___internal_parse_32_, "js"); - echo "'), - validationFunctionForAesDesEncrypt: \$.validator.format('"; - // line 109 - ob_start(function () { return ''; }); -// l10n: To validate the usage of a AES_ENCRYPT/DES_ENCRYPT function on the column -echo _gettext("These functions are meant to return a binary result; to avoid inconsistent results you should store it in a BINARY, VARBINARY, or BLOB column."); - $___internal_parse_33_ = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset()); - echo twig_escape_filter($this->env, $___internal_parse_33_, "js"); - echo "') - }); -} -"; - } - - public function getTemplateName() - { - return "javascript/variables.twig"; - } - - public function isTraitable() - { - return false; - } - - public function getDebugInfo() - { - return array ( 515 => 109, 507 => 108, 503 => 107, 499 => 106, 495 => 105, 491 => 104, 487 => 103, 483 => 102, 479 => 101, 475 => 100, 471 => 99, 467 => 98, 463 => 97, 459 => 96, 455 => 95, 451 => 94, 447 => 93, 443 => 92, 439 => 91, 435 => 90, 426 => 84, 422 => 83, 418 => 82, 414 => 81, 406 => 76, 402 => 75, 394 => 74, 385 => 72, 377 => 71, 369 => 70, 361 => 69, 353 => 68, 345 => 67, 337 => 66, 327 => 63, 319 => 62, 311 => 61, 303 => 60, 295 => 59, 287 => 58, 279 => 57, 273 => 54, 269 => 53, 265 => 52, 261 => 51, 257 => 50, 253 => 49, 249 => 48, 239 => 45, 231 => 44, 223 => 43, 215 => 42, 207 => 41, 199 => 40, 191 => 39, 183 => 38, 175 => 37, 167 => 36, 159 => 35, 151 => 34, 145 => 31, 141 => 30, 137 => 29, 133 => 28, 129 => 27, 125 => 26, 121 => 25, 117 => 24, 113 => 23, 109 => 22, 105 => 21, 101 => 20, 92 => 18, 84 => 17, 76 => 16, 68 => 15, 65 => 14, 60 => 10, 55 => 7, 50 => 5, 46 => 4, 42 => 3, 37 => 2,); - } - - public function getSourceContext() - { - return new Source("", "javascript/variables.twig", "/home/arif/public_html/pma/templates/javascript/variables.twig"); - } -}