env, PhpMyAdmin\Core::linkURL("https://www.phpmyadmin.net/"), "html", null, true);
echo "\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"logo\">
env, $this->getAttribute(($context["theme"] ?? null), "getImgPath", [0 => "logo_right.png", 1 => "pma_logo.png"], "method"), "html", null, true);
echo "\" id=\"imLogo\" name=\"imLogo\" alt=\"phpMyAdmin\" border=\"0\" />
";
// line 5
echo sprintf(_gettext("Welcome to %s"), "phpMyAdmin ");
echo "
";
// line 8
echo call_user_func_array($this->env->getFunction('Message_error')->getCallable(), [_gettext("Javascript must be enabled past this point!")]);
echo "
";
// line 12
echo call_user_func_array($this->env->getFunction('Message_error')->getCallable(), [_gettext("There is mismatch between HTTPS indicated on the server and client. This can lead to 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 ( 55 => 12, 48 => 8, 42 => 5, 37 => 3, 33 => 2, 30 => 1,);
}
/** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */
public function getSource()
{
@trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED);
return $this->getSourceContext()->getCode();
}
public function getSourceContext()
{
return new Source("", "login/header.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/login/header.twig");
}
}
f8/f88048adc3287808d2f2c2d433c51b424303e4569f179befea1a9a5d502e878d.php 0000644 00000006143 15021315734 0016333 0 ustar 00 parent = false;
$this->blocks = array(
);
}
protected function doDisplay(array $context, array $blocks = array())
{
// 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 ((isset($context["content"]) || array_key_exists("content", $context))) {
// line 4
echo " env, $this->getAttribute($context["content"], 0, array(), "array"), "html", null, true);
echo "\">
";
// line 5
echo twig_escape_filter($this->env, $this->getAttribute($context["content"], 1, array(), "array"), "html", null, true);
echo "
";
// line 6
if ($this->getAttribute($context["content"], "extraSpan", array(), "array", true, true)) {
// line 7
echo " : ";
echo twig_escape_filter($this->env, $this->getAttribute($context["content"], "extraSpan", array(), "array"), "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 ( 58 => 12, 52 => 11, 48 => 9, 42 => 7, 40 => 6, 36 => 5, 31 => 4, 28 => 3, 24 => 2, 19 => 1,);
}
/** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */
public function getSource()
{
@trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED);
return $this->getSourceContext()->getCode();
}
public function getSourceContext()
{
return new Twig_Source("", "console/query_action.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/console/query_action.twig");
}
}
f8/f877c6d3033f6756c67fd6f71a88891bdbf18ed41330b371ce2c3cd064c755f2.php 0000644 00000006654 15021315734 0016433 0 ustar 00 parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
// line 1
echo "
";
// line 2
$this->loadTemplate("table/search/table_header.twig", "table/search/fields_table.twig", 2)->display(twig_to_array(["geom_column_flag" => // line 3
($context["geom_column_flag"] ?? null)]));
// line 5
echo "
";
// line 6
if ((($context["search_type"] ?? null) == "zoom")) {
// line 7
echo " ";
$this->loadTemplate("table/search/rows_zoom.twig", "table/search/fields_table.twig", 7)->display(twig_to_array(["self" => // line 8
($context["self"] ?? null), "column_names" => // line 9
($context["column_names"] ?? null), "criteria_column_names" => // line 10
($context["criteria_column_names"] ?? null), "criteria_column_types" => // line 11
($context["criteria_column_types"] ?? null)]));
// line 13
echo " ";
} else {
// line 14
echo " ";
$this->loadTemplate("table/search/rows_normal.twig", "table/search/fields_table.twig", 14)->display(twig_to_array(["self" => // line 15
($context["self"] ?? null), "geom_column_flag" => // line 16
($context["geom_column_flag"] ?? null), "column_names" => // line 17
($context["column_names"] ?? null), "column_types" => // line 18
($context["column_types"] ?? null), "column_collations" => // line 19
($context["column_collations"] ?? null)]));
// line 21
echo " ";
}
// line 22
echo "
";
}
public function getTemplateName()
{
return "table/search/fields_table.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 64 => 22, 61 => 21, 59 => 19, 58 => 18, 57 => 17, 56 => 16, 55 => 15, 53 => 14, 50 => 13, 48 => 11, 47 => 10, 46 => 9, 45 => 8, 43 => 7, 41 => 6, 38 => 5, 36 => 3, 35 => 2, 30 => 1,);
}
/** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */
public function getSource()
{
@trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED);
return $this->getSourceContext()->getCode();
}
public function getSourceContext()
{
return new Source("", "table/search/fields_table.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/table/search/fields_table.twig");
}
}
7b/7b0438b0822e85bffa960942d026e8a4.php 0000644 00000003516 15021315734 0012015 0 ustar 00 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", "database/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 database \"%s\""), ($context["db"] ?? null)), "html", null, true);
}
public function getTemplateName()
{
return "database/import/index.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 46 => 3, 35 => 1,);
}
public function getSourceContext()
{
return new Source("", "database/import/index.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/database/import/index.twig");
}
}
e2/e281663c230fe77c4f4a391ebd98918536067ae902c991f8c7ac6af740e32dc3.php 0000644 00000006420 15021315734 0016334 0 ustar 00 parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
// line 1
echo "
";
// line 9
if (($context["can_convert_kanji"] ?? null)) {
// line 10
echo " ";
// line 11
echo "
";
// line 12
echo _gettext("Encoding Conversion:");
echo "
";
// line 13
$this->loadTemplate("encoding/kanji_encoding_form.twig", "display/export/options_format.twig", 13)->display($context);
// line 14
echo "
";
}
// line 16
echo "
0)) {
// line 22
echo " onclick=\"check_time_out(";
echo twig_escape_filter($this->env, ($context["exec_time_limit"] ?? null), "html", null, true);
echo ")\"";
}
// line 23
echo ">
";
}
public function getTemplateName()
{
return "display/export/options_format.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 80 => 23, 75 => 22, 73 => 21, 70 => 18, 66 => 16, 62 => 14, 60 => 13, 56 => 12, 53 => 11, 51 => 10, 49 => 9, 43 => 6, 40 => 5, 38 => 4, 33 => 2, 30 => 1,);
}
/** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */
public function getSource()
{
@trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED);
return $this->getSourceContext()->getCode();
}
public function getSourceContext()
{
return new Source("", "display/export/options_format.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/display/export/options_format.twig");
}
}
91/91da1343c38f9cd7b423467eebba5ab0.php 0000644 00000006325 15021315734 0012224 0 ustar 00 source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
// line 1
yield "
";
return; yield '';
}
/**
* @codeCoverageIgnore
*/
public function getTemplateName()
{
return "display/results/table_navigation_button.twig";
}
/**
* @codeCoverageIgnore
*/
public function isTraitable()
{
return false;
}
/**
* @codeCoverageIgnore
*/
public function getDebugInfo()
{
return array ( 71 => 9, 67 => 8, 63 => 7, 59 => 6, 55 => 5, 51 => 4, 47 => 3, 41 => 2, 38 => 1,);
}
public function getSourceContext()
{
return new Source("", "display/results/table_navigation_button.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/display/results/table_navigation_button.twig");
}
}
10/10908ac9b64e962d693e6f1435ea4f0fc46837d4fbc6897c48d7c6a16bb82166.php 0000644 00000005325 15021315734 0016263 0 ustar 00 parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
// line 1
echo "
env, ($context["goto"] ?? null), "html", null, true);
echo "\" />
";
// line 4
echo "
env, ($context["pos"] ?? null), "html", null, true);
echo "\" />
env, ($context["is_browse_distinct"] ?? null), "html", null, true);
echo "\" />
";
// line 6
echo _gettext("Number of rows:");
// line 7
echo PhpMyAdmin\Util::getDropdown("session_max_rows", // line 9
($context["number_of_rows_choices"] ?? null), // line 10
($context["max_rows"] ?? null), "", "autosubmit", // line 13
($context["number_of_rows_placeholder"] ?? null));
// line 14
echo "
";
}
public function getTemplateName()
{
return "display/results/additional_fields.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 55 => 14, 53 => 13, 52 => 10, 51 => 9, 50 => 7, 48 => 6, 44 => 5, 39 => 4, 35 => 2, 30 => 1,);
}
/** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */
public function getSource()
{
@trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED);
return $this->getSourceContext()->getCode();
}
public function getSourceContext()
{
return new Source("", "display/results/additional_fields.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/display/results/additional_fields.twig");
}
}
10/102036561773e2a5b1d8c2d9b9820290.php 0000644 00000061602 15021315734 0011471 0 ustar 00 source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
'title' => [$this, 'block_title'],
];
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
// line 1
yield "
";
// line 3
yield PhpMyAdmin\Html\Generator::getImage("b_import", _gettext("Import"));
yield "
";
// line 4
yield from $this->unwrap()->yieldBlock('title', $context, $blocks);
// line 5
yield "
";
// line 7
yield ($context["page_settings_error_html"] ?? null);
yield "
";
// line 8
yield ($context["page_settings_html"] ?? null);
yield "
env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['PhpMyAdmin\Twig\AssetExtension']->getImagePath("ajax_clock_small.gif"), "html", null, true);
yield "\" width=\"16\" height=\"16\" alt=\"ajax clock\" class=\"hide\">
";
return; yield '';
}
// line 4
public function block_title($context, array $blocks = [])
{
$macros = $this->macros;
return; yield '';
}
/**
* @codeCoverageIgnore
*/
public function getTemplateName()
{
return "import.twig";
}
/**
* @codeCoverageIgnore
*/
public function isTraitable()
{
return false;
}
/**
* @codeCoverageIgnore
*/
public function getDebugInfo()
{
return array ( 529 => 4, 519 => 199, 514 => 197, 509 => 194, 507 => 193, 503 => 191, 499 => 190, 496 => 189, 489 => 184, 485 => 182, 476 => 176, 467 => 174, 463 => 173, 459 => 171, 446 => 169, 442 => 168, 439 => 167, 434 => 165, 425 => 159, 420 => 158, 414 => 154, 407 => 150, 401 => 148, 399 => 147, 394 => 145, 389 => 144, 387 => 143, 382 => 140, 378 => 139, 372 => 136, 368 => 134, 362 => 131, 356 => 129, 354 => 128, 350 => 126, 343 => 122, 339 => 120, 332 => 118, 330 => 117, 322 => 116, 318 => 115, 314 => 113, 310 => 111, 303 => 109, 301 => 108, 293 => 107, 289 => 106, 286 => 105, 284 => 104, 281 => 103, 277 => 102, 271 => 100, 268 => 99, 264 => 97, 260 => 95, 253 => 91, 247 => 88, 244 => 87, 242 => 86, 237 => 85, 234 => 84, 232 => 83, 229 => 82, 219 => 77, 212 => 75, 210 => 74, 206 => 72, 202 => 70, 198 => 68, 192 => 65, 185 => 62, 183 => 61, 178 => 60, 176 => 59, 172 => 58, 167 => 55, 157 => 50, 151 => 48, 147 => 47, 136 => 43, 126 => 40, 122 => 38, 119 => 37, 117 => 36, 114 => 35, 110 => 33, 105 => 31, 102 => 30, 99 => 29, 95 => 26, 88 => 23, 82 => 22, 79 => 21, 74 => 18, 72 => 17, 65 => 13, 57 => 8, 53 => 7, 49 => 5, 47 => 4, 43 => 3, 39 => 1,);
}
public function getSourceContext()
{
return new Source("", "import.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/import.twig");
}
}
9b/9b516d90b1804fdb3e9bbe11c75dd580d1a32456e9a1941aebbb0029fdb2e81b.php 0000644 00000055165 15021315734 0016657 0 ustar 00 parent = false;
$this->blocks = array(
);
}
protected function doDisplay(array $context, array $blocks = array())
{
// 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, $this->getAttribute(($context["current_table"] ?? null), "TABLE_NAME", array(), "array")), "html", null, true);
echo "\">
env, ($context["input_class"] ?? null), "html", null, true);
echo "\"
value=\"";
// line 6
echo twig_escape_filter($this->env, $this->getAttribute(($context["current_table"] ?? null), "TABLE_NAME", array(), "array"), "html", null, true);
echo "\"
id=\"checkbox_tbl_";
// line 7
echo twig_escape_filter($this->env, ($context["curr"] ?? null), "html", null, true);
echo "\" />
";
// line 10
echo ($context["browse_table_label"] ?? null);
echo "
";
// line 11
echo ($context["tracking_icon"] ?? null);
echo "
";
// line 13
if (($context["server_slave_status"] ?? null)) {
// line 14
echo "
";
// line 15
echo ((($context["ignored"] ?? null)) ? (PhpMyAdmin\Util::getImage("s_cancel", _gettext("Not replicated"))) : (""));
echo "
";
// line 16
echo ((($context["do"] ?? null)) ? (PhpMyAdmin\Util::getImage("s_success", _gettext("Replicated"))) : (""));
echo "
";
}
// line 19
echo "
";
// line 21
echo " ";
if ((($context["num_favorite_tables"] ?? null) > 0)) {
// line 22
echo "
";
// line 24
echo " ";
$context["fav_params"] = array("db" => // line 25
($context["db"] ?? null), "ajax_request" => true, "favorite_table" => $this->getAttribute( // line 27
($context["current_table"] ?? null), "TABLE_NAME", array(), "array"), ((( // line 28
($context["already_favorite"] ?? null)) ? ("remove") : ("add")) . "_favorite") => true);
// line 30
echo " ";
$this->loadTemplate("database/structure/favorite_anchor.twig", "database/structure/structure_table_row.twig", 30)->display(array("table_name_hash" => md5($this->getAttribute( // line 31
($context["current_table"] ?? null), "TABLE_NAME", array(), "array")), "db_table_name_hash" => md5((( // line 32
($context["db"] ?? null) . ".") . $this->getAttribute(($context["current_table"] ?? null), "TABLE_NAME", array(), "array"))), "fav_params" => // line 33
($context["fav_params"] ?? null), "already_favorite" => // line 34
($context["already_favorite"] ?? null), "titles" => // line 35
($context["titles"] ?? null)));
// line 37
echo "
";
}
// line 39
echo "
";
// line 41
echo ($context["browse_table"] ?? null);
echo "
";
// line 45
echo $this->getAttribute(($context["titles"] ?? null), "Structure", array(), "array");
echo "
";
// line 49
echo ($context["search_table"] ?? null);
echo "
";
// line 52
if ( !($context["db_is_system_schema"] ?? null)) {
// line 53
echo "
";
echo $this->getAttribute(($context["titles"] ?? null), "Insert", array(), "array");
echo "
";
// line 56
echo ($context["empty_table"] ?? null);
echo "
getAttribute(($context["current_table"] ?? null), "ENGINE", array(), "array") == null))) ? (" view") : (""));
echo "\"
href=\"sql.php\" data-post=\"";
// line 60
echo ($context["tbl_url_query"] ?? null);
echo "&reload=1&purge=1&sql_query=";
// line 61
echo twig_escape_filter($this->env, twig_urlencode_filter(($context["drop_query"] ?? null)), "html", null, true);
echo "&message_to_show=";
echo twig_escape_filter($this->env, twig_urlencode_filter(($context["drop_message"] ?? null)), "html", null, true);
echo "\">
";
// line 62
echo $this->getAttribute(($context["titles"] ?? null), "Drop", array(), "array");
echo "
";
}
// line 66
echo "
";
// line 67
if (($this->getAttribute(($context["current_table"] ?? null), "TABLE_ROWS", array(), "array", true, true) && (($this->getAttribute( // line 68
($context["current_table"] ?? null), "ENGINE", array(), "array") != null) || ($context["table_is_view"] ?? null)))) {
// line 69
echo " ";
// line 70
echo " ";
$context["row_count"] = PhpMyAdmin\Util::formatNumber($this->getAttribute(($context["current_table"] ?? null), "TABLE_ROWS", array(), "array"), 0);
// line 71
echo "
";
// line 74
echo " env, $this->getAttribute(($context["current_table"] ?? null), "TABLE_NAME", array(), "array"), "html", null, true);
echo "\">
";
// line 76
if (($context["approx_rows"] ?? null)) {
// line 77
echo " true, "db" => // line 79
($context["db"] ?? null), "table" => $this->getAttribute( // line 80
($context["current_table"] ?? null), "TABLE_NAME", array(), "array"), "real_row_count" => "true"));
// line 82
echo "\" class=\"ajax real_row_count\">
~";
// line 84
echo twig_escape_filter($this->env, ($context["row_count"] ?? null), "html", null, true);
echo "
";
} else {
// line 88
echo " ";
echo twig_escape_filter($this->env, ($context["row_count"] ?? null), "html", null, true);
echo "
";
}
// line 90
echo " ";
echo ($context["show_superscript"] ?? null);
echo "
";
// line 93
if ( !(($context["properties_num_columns"] ?? null) > 1)) {
// line 94
echo "
";
// line 95
if ( !twig_test_empty($this->getAttribute(($context["current_table"] ?? null), "ENGINE", array(), "array"))) {
// line 96
echo " ";
echo twig_escape_filter($this->env, $this->getAttribute(($context["current_table"] ?? null), "ENGINE", array(), "array"), "html", null, true);
echo "
";
} elseif ( // line 97
($context["table_is_view"] ?? null)) {
// line 98
echo " ";
echo _gettext("View");
// line 99
echo " ";
}
// line 100
echo "
";
// line 101
if ((twig_length_filter($this->env, ($context["collation"] ?? null)) > 0)) {
// line 102
echo "
";
// line 103
echo ($context["collation"] ?? null);
echo "
";
}
// line 106
echo " ";
}
// line 107
echo "
";
// line 108
if (($context["is_show_stats"] ?? null)) {
// line 109
echo "
";
// line 111
echo twig_escape_filter($this->env, ($context["formatted_size"] ?? null), "html", null, true);
echo "
";
// line 112
echo twig_escape_filter($this->env, ($context["unit"] ?? null), "html", null, true);
echo "
";
// line 116
echo ($context["overhead"] ?? null);
echo "
";
}
// line 119
echo "
";
// line 120
if ( !(($context["show_charset"] ?? null) > 1)) {
// line 121
echo " ";
if ((twig_length_filter($this->env, ($context["charset"] ?? null)) > 0)) {
// line 122
echo "
";
// line 123
echo twig_escape_filter($this->env, ($context["charset"] ?? null), "html", null, true);
echo "
";
}
// line 126
echo " ";
}
// line 127
echo "
";
// line 128
if (($context["show_comment"] ?? null)) {
// line 129
echo " ";
$context["comment"] = $this->getAttribute(($context["current_table"] ?? null), "Comment", array(), "array");
// line 130
echo "
";
// line 131
if ((twig_length_filter($this->env, ($context["comment"] ?? null)) > ($context["limit_chars"] ?? null))) {
// line 132
echo " env, ($context["comment"] ?? null), "html", null, true);
echo "\">
";
// line 133
echo twig_escape_filter($this->env, twig_slice($this->env, ($context["comment"] ?? null), 0, ($context["limit_chars"] ?? null)), "html", null, true);
echo "
...
";
} else {
// line 137
echo " ";
echo twig_escape_filter($this->env, ($context["comment"] ?? null), "html", null, true);
echo "
";
}
// line 139
echo "
";
}
// line 141
echo "
";
// line 142
if (($context["show_creation"] ?? null)) {
// line 143
echo "
";
// line 144
echo twig_escape_filter($this->env, ((($context["create_time"] ?? null)) ? (PhpMyAdmin\Util::localisedDate(strtotime(($context["create_time"] ?? null)))) : ("-")), "html", null, true);
echo "
";
}
// line 147
echo "
";
// line 148
if (($context["show_last_update"] ?? null)) {
// line 149
echo "
";
// line 150
echo twig_escape_filter($this->env, ((($context["update_time"] ?? null)) ? (PhpMyAdmin\Util::localisedDate(strtotime(($context["update_time"] ?? null)))) : ("-")), "html", null, true);
echo "
";
}
// line 153
echo "
";
// line 154
if (($context["show_last_check"] ?? null)) {
// line 155
echo "
";
// line 156
echo twig_escape_filter($this->env, ((($context["check_time"] ?? null)) ? (PhpMyAdmin\Util::localisedDate(strtotime(($context["check_time"] ?? null)))) : ("-")), "html", null, true);
echo "
";
}
// line 159
echo "
";
} elseif ( // line 160
($context["table_is_view"] ?? null)) {
// line 161
echo " -
";
// line 163
echo _gettext("View");
// line 164
echo "
---
";
// line 166
if (($context["is_show_stats"] ?? null)) {
// line 167
echo " -
-
";
}
// line 170
echo " ";
if (($context["show_charset"] ?? null)) {
// line 171
echo "
";
}
// line 173
echo " ";
if (($context["show_comment"] ?? null)) {
// line 174
echo "
";
}
// line 176
echo " ";
if (($context["show_creation"] ?? null)) {
// line 177
echo " -
";
}
// line 179
echo " ";
if (($context["show_last_update"] ?? null)) {
// line 180
echo " -
";
}
// line 182
echo " ";
if (($context["show_last_check"] ?? null)) {
// line 183
echo " -
";
}
// line 185
echo "
";
} else {
// line 187
echo " ";
$context["count"] = 0;
// line 188
echo " ";
if (($context["properties_num_columns"] ?? null)) {
// line 189
echo " ";
$context["count"] = (($context["count"] ?? null) + 2);
// line 190
echo " ";
}
// line 191
echo " ";
if (($context["is_show_stats"] ?? null)) {
// line 192
echo " ";
$context["count"] = (($context["count"] ?? null) + 2);
// line 193
echo " ";
}
// line 194
echo " ";
if (($context["show_charset"] ?? null)) {
// line 195
echo " ";
$context["count"] = (($context["count"] ?? null) + 1);
// line 196
echo " ";
}
// line 197
echo " ";
if (($context["show_comment"] ?? null)) {
// line 198
echo " ";
$context["count"] = (($context["count"] ?? null) + 1);
// line 199
echo " ";
}
// line 200
echo " ";
if (($context["show_creation"] ?? null)) {
// line 201
echo " ";
$context["count"] = (($context["count"] ?? null) + 1);
// line 202
echo " ";
}
// line 203
echo " ";
if (($context["show_last_update"] ?? null)) {
// line 204
echo " ";
$context["count"] = (($context["count"] ?? null) + 1);
// line 205
echo " ";
}
// line 206
echo " ";
if (($context["show_last_check"] ?? null)) {
// line 207
echo " ";
$context["count"] = (($context["count"] ?? null) + 1);
// line 208
echo " ";
}
// line 209
echo "
";
// line 210
if (($context["db_is_system_schema"] ?? null)) {
// line 211
echo " ";
$context["action_colspan"] = 3;
// line 212
echo " ";
} else {
// line 213
echo " ";
$context["action_colspan"] = 6;
// line 214
echo " ";
}
// line 215
echo " ";
if ((($context["num_favorite_tables"] ?? null) > 0)) {
// line 216
echo " ";
$context["action_colspan"] = (($context["action_colspan"] ?? null) + 1);
// line 217
echo " ";
}
// line 218
echo "
";
// line 219
$context["colspan_for_structure"] = (($context["action_colspan"] ?? null) + 3);
// line 220
echo "
";
// line 222
echo _gettext("in use");
// line 223
echo "
";
}
// line 225
echo "
";
}
public function getTemplateName()
{
return "database/structure/structure_table_row.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 545 => 225, 541 => 223, 539 => 222, 533 => 220, 531 => 219, 528 => 218, 525 => 217, 522 => 216, 519 => 215, 516 => 214, 513 => 213, 510 => 212, 507 => 211, 505 => 210, 502 => 209, 499 => 208, 496 => 207, 493 => 206, 490 => 205, 487 => 204, 484 => 203, 481 => 202, 478 => 201, 475 => 200, 472 => 199, 469 => 198, 466 => 197, 463 => 196, 460 => 195, 457 => 194, 454 => 193, 451 => 192, 448 => 191, 445 => 190, 442 => 189, 439 => 188, 436 => 187, 432 => 185, 428 => 183, 425 => 182, 421 => 180, 418 => 179, 414 => 177, 411 => 176, 407 => 174, 404 => 173, 400 => 171, 397 => 170, 392 => 167, 390 => 166, 386 => 164, 384 => 163, 380 => 161, 378 => 160, 375 => 159, 369 => 156, 366 => 155, 364 => 154, 361 => 153, 355 => 150, 352 => 149, 350 => 148, 347 => 147, 341 => 144, 338 => 143, 336 => 142, 333 => 141, 329 => 139, 323 => 137, 316 => 133, 311 => 132, 309 => 131, 306 => 130, 303 => 129, 301 => 128, 298 => 127, 295 => 126, 289 => 123, 286 => 122, 283 => 121, 281 => 120, 278 => 119, 272 => 116, 265 => 112, 261 => 111, 257 => 110, 254 => 109, 252 => 108, 249 => 107, 246 => 106, 240 => 103, 237 => 102, 235 => 101, 232 => 100, 229 => 99, 226 => 98, 224 => 97, 219 => 96, 217 => 95, 214 => 94, 212 => 93, 205 => 90, 199 => 88, 192 => 84, 188 => 82, 186 => 80, 185 => 79, 183 => 77, 181 => 76, 177 => 75, 174 => 74, 171 => 71, 168 => 70, 166 => 69, 164 => 68, 163 => 67, 160 => 66, 153 => 62, 147 => 61, 144 => 60, 140 => 59, 135 => 56, 128 => 54, 125 => 53, 123 => 52, 117 => 49, 110 => 45, 106 => 44, 100 => 41, 96 => 39, 92 => 37, 90 => 35, 89 => 34, 88 => 33, 87 => 32, 86 => 31, 84 => 30, 82 => 28, 81 => 27, 80 => 25, 78 => 24, 75 => 22, 72 => 21, 69 => 19, 63 => 16, 59 => 15, 56 => 14, 54 => 13, 49 => 11, 45 => 10, 39 => 7, 35 => 6, 31 => 5, 19 => 1,);
}
/** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */
public function getSource()
{
@trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED);
return $this->getSourceContext()->getCode();
}
public function getSourceContext()
{
return new Twig_Source("", "database/structure/structure_table_row.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/database/structure/structure_table_row.twig");
}
}
9b/9b951e761486c8afec32fdccf199b64f09788d963577615d55b2fc265a86e291.php 0000644 00000004030 15021315734 0016312 0 ustar 00 parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
// line 1
echo "
";
}
public function getTemplateName()
{
return "config/form_display/group_header.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 39 => 3, 35 => 2, 30 => 1,);
}
/** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */
public function getSource()
{
@trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED);
return $this->getSourceContext()->getCode();
}
public function getSourceContext()
{
return new Source("", "config/form_display/group_header.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/config/form_display/group_header.twig");
}
}
0b/0b5d2e5f24a75a20020c3e7db97f3fa3df6d59fed5f2d1713678c283d8a9f642.php 0000644 00000011606 15021315734 0016535 0 ustar 00 parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
// line 1
echo "
";
// line 2
echo _gettext("Rows:");
echo "
";
// line 7
echo _gettext("Dump some row(s)");
echo "
";
// line 10
echo _gettext("Number of rows:");
echo "
env, ($context["limit_to"] ?? null), "html", null, true);
echo "
";
} elseif (( !twig_test_empty( // line 15
($context["unlim_num_rows"] ?? null)) && (($context["unlim_num_rows"] ?? null) != 0))) {
// line 16
echo " ";
echo twig_escape_filter($this->env, ($context["unlim_num_rows"] ?? null), "html", null, true);
echo "
";
} else {
// line 18
echo " ";
echo twig_escape_filter($this->env, ($context["number_of_rows"] ?? null), "html", null, true);
echo "
";
}
// line 20
echo " ";
$___internal_141ad1a69e8c2b55d7c930a93cdd34a27ce71e28f9589266ce0f78a7c9aad9c9_ = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 12
echo twig_spaceless($___internal_141ad1a69e8c2b55d7c930a93cdd34a27ce71e28f9589266ce0f78a7c9aad9c9_);
// line 20
echo "\" onfocus=\"this.select()\">
";
// line 23
echo _gettext("Row to begin at:");
echo "
env, ($context["limit_from"] ?? null), "html", null, true))) : (print (0)));
echo "\" onfocus=\"this.select()\">
";
// line 32
echo _gettext("Dump all rows");
echo "
";
}
public function getTemplateName()
{
return "display/export/options_rows.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 103 => 32, 99 => 31, 91 => 25, 87 => 23, 82 => 20, 80 => 12, 77 => 20, 71 => 18, 65 => 16, 63 => 15, 58 => 14, 55 => 13, 53 => 12, 49 => 10, 43 => 7, 39 => 6, 33 => 2, 30 => 1,);
}
/** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */
public function getSource()
{
@trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED);
return $this->getSourceContext()->getCode();
}
public function getSourceContext()
{
return new Source("", "display/export/options_rows.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/display/export/options_rows.twig");
}
}
0b/0b1c0c61b05321ede05c03f078983ea6ac5806f53ef147e570025b9da7fa8b53.php 0000644 00000003431 15021315734 0016336 0 ustar 00 parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
// line 1
echo "
";
// line 2
echo _gettext("Format:");
echo "
";
// line 3
echo ($context["dropdown"] ?? null);
echo "
";
}
public function getTemplateName()
{
return "display/export/format_dropdown.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 37 => 3, 33 => 2, 30 => 1,);
}
/** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */
public function getSource()
{
@trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED);
return $this->getSourceContext()->getCode();
}
public function getSourceContext()
{
return new Source("", "display/export/format_dropdown.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/display/export/format_dropdown.twig");
}
}
0b/0b1e238c6bb6585347a40c7a6cdaec3f.php 0000644 00000034474 15021315734 0012301 0 ustar 00 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 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", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/console/display.twig");
}
}
c8/c89a593abb8807604affd9fe0a7865f6.php 0000644 00000013563 15021315734 0012267 0 ustar 00 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", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/scripts.twig");
}
}
df/dfeedc315a3a8e771ad981a8aeec20748074abd5c21fe81149d9f6ab1e3416f3.php 0000644 00000006560 15021315734 0017035 0 ustar 00 parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
// 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 ((isset($context["content"]) || array_key_exists("content", $context))) {
// line 4
echo " env, $this->getAttribute($context["content"], 0, [], "array"), "html", null, true);
echo "\">
";
// line 5
echo twig_escape_filter($this->env, $this->getAttribute($context["content"], 1, [], "array"), "html", null, true);
echo "
";
// line 6
if ($this->getAttribute($context["content"], "extraSpan", [], "array", true, true)) {
// line 7
echo " : ";
echo twig_escape_filter($this->env, $this->getAttribute($context["content"], "extraSpan", [], "array"), "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 ( 69 => 12, 63 => 11, 59 => 9, 53 => 7, 51 => 6, 47 => 5, 42 => 4, 39 => 3, 35 => 2, 30 => 1,);
}
/** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */
public function getSource()
{
@trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED);
return $this->getSourceContext()->getCode();
}
public function getSourceContext()
{
return new Source("", "console/query_action.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/console/query_action.twig");
}
}
00/00bbd1ea99e2b561e82797eabb432002.php 0000644 00000051711 15021315734 0012042 0 ustar 00 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 "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", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/sql/query.twig");
}
}
00/00f20bf6a807e4ab652ca0dc0e174493.php 0000644 00000007077 15021315734 0012042 0 ustar 00 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 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", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/modals/index_dialog_modal.twig");
}
}
00/00fa47ccb91648dc7ab100b753caa81b.php 0000644 00000004337 15021315734 0012174 0 ustar 00 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 "\">
env, ($context["form_name"] ?? null), "html", null, true);
echo "_checkall\">";
echo _gettext("Check all");
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", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/select_all.twig");
}
}
c9/c9646c7319327f3df54bdeb34e6a8d85.php 0000644 00000003210 15021315734 0012170 0 ustar 00 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", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/navigation/tree/controls.twig");
}
}
70/70289909fbc7b7b52c6156328d666862.php 0000644 00000003256 15021315734 0011541 0 ustar 00 source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
// line 1
yield "
env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(($context["classes"] ?? null), "html", null, true);
yield "\">
";
return; yield '';
}
/**
* @codeCoverageIgnore
*/
public function getTemplateName()
{
return "display/results/empty_display.twig";
}
/**
* @codeCoverageIgnore
*/
public function isTraitable()
{
return false;
}
/**
* @codeCoverageIgnore
*/
public function getDebugInfo()
{
return array ( 38 => 1,);
}
public function getSourceContext()
{
return new Source("", "display/results/empty_display.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/display/results/empty_display.twig");
}
}
ba/baac82815d6e45dde565a5232c86fddb501004d0855c31381257e419e482f2a8.php 0000644 00000003155 15021315734 0016275 0 ustar 00 parent = false;
$this->blocks = array(
);
}
protected function doDisplay(array $context, array $blocks = array())
{
// line 1
echo "
";
}
public function getTemplateName()
{
return "javascript/display.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 24 => 4, 19 => 1,);
}
/** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */
public function getSource()
{
@trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED);
return $this->getSourceContext()->getCode();
}
public function getSourceContext()
{
return new Twig_Source("", "javascript/display.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/javascript/display.twig");
}
}
ba/ba5134f9075072581872ad0aacda670d.php 0000644 00000004507 15021315734 0012130 0 ustar 00 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", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/database/structure/favorite_anchor.twig");
}
}
86/86a6f5bfd08058c046e257cd096ce01c.php 0000644 00000057030 15021315734 0012102 0 ustar 00 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 "
";
// 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 "
";
echo _gettext("Upload a file");
echo "
";
echo _gettext("Select file to import");
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 "
";
echo PhpMyAdmin\Sanitize::sanitizeMessage(twig_sprintf(_gettext("Select from the web server upload directory [strong]%s[/strong]:"), ($context["user_upload_dir"] ?? null)));
echo "
";
// line 65
echo ($context["local_files"] ?? null);
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("Browse your computer:");
// line 77
echo " ";
echo twig_escape_filter($this->env, ($context["formatted_maximum_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 "
";
// line 88
echo PhpMyAdmin\Sanitize::sanitizeMessage(twig_sprintf(_gettext("Select from the web server upload directory [strong]%s[/strong]:"), ($context["user_upload_dir"] ?? null)));
echo "
";
// line 91
echo ($context["local_files"] ?? null);
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 "
";
echo _gettext("Character set of the file:");
// line 103
echo "
";
// line 104
if (($context["is_encoding_supported"] ?? null)) {
// line 105
echo "
";
// line 106
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(($context["encodings"] ?? null));
foreach ($context['_seq'] as $context["_key"] => $context["charset"]) {
// line 107
echo " env, $context["charset"], "html", null, true);
echo "\"";
if (((twig_test_empty(($context["import_charset"] ?? null)) && ($context["charset"] == "utf-8")) || ($context["charset"] == ($context["import_charset"] ?? null)))) {
echo " selected";
}
echo ">";
// line 108
echo twig_escape_filter($this->env, $context["charset"], "html", null, true);
// line 109
echo "
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['charset'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 111
echo "
";
} else {
// line 113
echo "
";
// line 115
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(($context["charsets"] ?? null));
foreach ($context['_seq'] as $context["_key"] => $context["charset"]) {
// line 116
echo " env, twig_get_attribute($this->env, $this->source, $context["charset"], "getName", [], "method", false, false, false, 116), "html", null, true);
echo "\" title=\"";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["charset"], "getDescription", [], "method", false, false, false, 116), "html", null, true);
echo "\"";
echo (((twig_get_attribute($this->env, $this->source, $context["charset"], "getName", [], "method", false, false, false, 116) == "utf8")) ? (" selected") : (""));
echo ">";
// line 117
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["charset"], "getName", [], "method", false, false, false, 117), "html", null, true);
// line 118
echo "
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['charset'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 120
echo "
";
}
// line 122
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 "
";
// line 143
if ( !(array_key_exists("timeout_passed", $context) && ($context["timeout_passed"] ?? null))) {
// line 144
echo "
";
echo _gettext("Skip this number of queries (for SQL) starting from the first one:");
echo "
";
} else {
// line 147
echo " ";
// line 148
echo "
";
}
// line 150
echo "
";
// line 168
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(($context["plugins_choice"] ?? null));
foreach ($context['_seq'] as $context["_key"] => $context["option"]) {
// line 169
echo " env, twig_get_attribute($this->env, $this->source, $context["option"], "name", [], "any", false, false, false, 169), "html", null, true);
echo "\"";
echo ((twig_get_attribute($this->env, $this->source, $context["option"], "is_selected", [], "any", false, false, false, 169)) ? (" selected") : (""));
echo ">";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["option"], "text", [], "any", false, false, false, 169), "html", null, true);
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 171
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 "
";
// line 189
echo " ";
if (($context["can_convert_kanji"] ?? null)) {
// line 190
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", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/import.twig");
}
}
8d/8d46178e1db7a08e822ae7f2b5ceb0f62f5ab02533c5b47ee902eef45b8e7bf9.php 0000644 00000007046 15021315734 0016773 0 ustar 00 parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
// line 1
echo "
env, ($context["id"] ?? null), "html", null, true);
echo "\"";
}
// line 2
if ( !twig_test_empty(($context["class"] ?? null))) {
echo " class=\"";
echo twig_escape_filter($this->env, ($context["class"] ?? null), "html", null, true);
echo "\"";
}
echo ">
";
// line 4
if ( !twig_test_empty(($context["items"] ?? null))) {
// line 5
echo " ";
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(($context["items"] ?? null));
foreach ($context['_seq'] as $context["_key"] => $context["item"]) {
// line 6
echo " ";
if ( !twig_test_iterable($context["item"])) {
// line 7
echo " ";
$context["item"] = ["content" => $context["item"]];
// line 8
echo " ";
}
// line 9
echo " ";
$this->loadTemplate("list/item.twig", "list/unordered.twig", 9)->display(twig_to_array($context["item"]));
// line 10
echo " ";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['item'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 11
echo " ";
} elseif ( !twig_test_empty(($context["content"] ?? null))) {
// line 12
echo " ";
echo ($context["content"] ?? null);
echo "
";
}
// line 14
echo "
";
}
public function getTemplateName()
{
return "list/unordered.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 80 => 14, 74 => 12, 71 => 11, 65 => 10, 62 => 9, 59 => 8, 56 => 7, 53 => 6, 48 => 5, 46 => 4, 37 => 2, 30 => 1,);
}
/** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */
public function getSource()
{
@trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED);
return $this->getSourceContext()->getCode();
}
public function getSourceContext()
{
return new Source("", "list/unordered.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/list/unordered.twig");
}
}
8d/8d9d8a912b4c8cff24997c81deb097790322a80a0d11797efbc34dd3e7d3956b.php 0000644 00000002760 15021315734 0016512 0 ustar 00 parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
// line 1
echo "
";
}
public function getTemplateName()
{
return "config/form_display/tabs_bottom.twig";
}
public function getDebugInfo()
{
return array ( 30 => 1,);
}
/** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */
public function getSource()
{
@trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED);
return $this->getSourceContext()->getCode();
}
public function getSourceContext()
{
return new Source("", "config/form_display/tabs_bottom.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/config/form_display/tabs_bottom.twig");
}
}
8d/8da3fb21b3a34c9d6b63b817308c1e44.php 0000644 00000006771 15021315734 0012152 0 ustar 00 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", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/console/query_action.twig");
}
}
8d/8d89fdd5f80adc08c78614e902e7f3dfa818a452f1fd9178b4acc1f03fa38535.php 0000644 00000003361 15021315734 0016643 0 ustar 00 parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
// line 1
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 "