/home/mip/mip/public/img/credit/datatables/twig.tar
7f/7fd23b81183c544fb50cbdf50284f25f5edf7e2840e4eff325cfac373b52020f.php 0000644 00000012026 15152073666 0016620 0 ustar 00 <?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
/* list/item.twig */
class __TwigTemplate_a7ec3239f49305f22caeb40d0722679d22646cd50e09668940143323e0648277 extends \Twig\Template
{
public function __construct(Environment $env)
{
parent::__construct($env);
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
// line 1
echo "<li";
if ( !twig_test_empty(($context["id"] ?? null))) {
echo " id=\"";
echo twig_escape_filter($this->env, ($context["id"] ?? null), "html", null, true);
echo "\"";
}
// line 2
if ( !twig_test_empty(($context["class"] ?? null))) {
echo " class=\"";
echo twig_escape_filter($this->env, ($context["class"] ?? null), "html", null, true);
echo "\"";
}
echo ">
";
// line 4
if ((((isset($context["url"]) || array_key_exists("url", $context)) && twig_test_iterable(($context["url"] ?? null))) && !twig_test_empty($this->getAttribute(($context["url"] ?? null), "href", [], "array")))) {
// line 5
echo " <a";
if ( !twig_test_empty($this->getAttribute(($context["url"] ?? null), "href", [], "array"))) {
echo " href=\"";
echo $this->getAttribute(($context["url"] ?? null), "href", [], "array");
echo "\"";
}
// line 6
if ( !twig_test_empty($this->getAttribute(($context["url"] ?? null), "target", [], "array"))) {
echo " target=\"";
echo twig_escape_filter($this->env, $this->getAttribute(($context["url"] ?? null), "target", [], "array"), "html", null, true);
echo "\"";
}
// line 7
if (( !twig_test_empty($this->getAttribute(($context["url"] ?? null), "target", [], "array")) && ($this->getAttribute(($context["url"] ?? null), "target", [], "array") == "_blank"))) {
echo " rel=\"noopener noreferrer\"";
}
// line 8
if ( !twig_test_empty($this->getAttribute(($context["url"] ?? null), "id", [], "array"))) {
echo " id=\"";
echo twig_escape_filter($this->env, $this->getAttribute(($context["url"] ?? null), "id", [], "array"), "html", null, true);
echo "\"";
}
// line 9
if ( !twig_test_empty($this->getAttribute(($context["url"] ?? null), "class", [], "array"))) {
echo " class=\"";
echo twig_escape_filter($this->env, $this->getAttribute(($context["url"] ?? null), "class", [], "array"), "html", null, true);
echo "\"";
}
// line 10
if ( !twig_test_empty($this->getAttribute(($context["url"] ?? null), "title", [], "array"))) {
echo " title=\"";
echo twig_escape_filter($this->env, $this->getAttribute(($context["url"] ?? null), "title", [], "array"), "html", null, true);
echo "\"";
}
echo ">
";
}
// line 12
echo " ";
echo ($context["content"] ?? null);
echo "
";
// line 13
if ((((isset($context["url"]) || array_key_exists("url", $context)) && twig_test_iterable(($context["url"] ?? null))) && !twig_test_empty($this->getAttribute(($context["url"] ?? null), "href", [], "array")))) {
// line 14
echo " </a>
";
}
// line 16
echo " ";
if ( !twig_test_empty(($context["mysql_help_page"] ?? null))) {
// line 17
echo " ";
echo PhpMyAdmin\Util::showMySQLDocu(($context["mysql_help_page"] ?? null));
echo "
";
}
// line 19
echo "</li>
";
}
public function getTemplateName()
{
return "list/item.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 106 => 19, 100 => 17, 97 => 16, 93 => 14, 91 => 13, 86 => 12, 77 => 10, 71 => 9, 65 => 8, 61 => 7, 55 => 6, 48 => 5, 46 => 4, 37 => 2, 30 => 1,);
}
/** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */
public function getSource()
{
@trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED);
return $this->getSourceContext()->getCode();
}
public function getSourceContext()
{
return new Source("", "list/item.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/list/item.twig");
}
}
7f/7f86b0911ff22a004a375d89914c19ef9d07a58dbdd095bb105055735d24943e.php 0000644 00000004407 15152073666 0016200 0 ustar 00 <?php
/* config/form_display/fieldset_bottom.twig */
class __TwigTemplate_068a8ed54d2523ff857d9939bd583bfa8090f9320deca91b68eb9e0cdc81e599 extends Twig_Template
{
public function __construct(Twig_Environment $env)
{
parent::__construct($env);
$this->parent = false;
$this->blocks = array(
);
}
protected function doDisplay(array $context, array $blocks = array())
{
// line 1
$context["colspan"] = 2;
// line 2
if (($context["is_setup"] ?? null)) {
// line 3
echo " ";
$context["colspan"] = (($context["colspan"] ?? null) + 1);
}
// line 5
if (($context["show_buttons"] ?? null)) {
// line 6
echo " <tr>
<td colspan=\"";
// line 7
echo twig_escape_filter($this->env, ($context["colspan"] ?? null), "html", null, true);
echo "\" class=\"lastrow\">
<input type=\"submit\" name=\"submit_save\" value=\"";
// line 8
echo _gettext("Apply");
echo "\" class=\"green\" />
<input type=\"button\" name=\"submit_reset\" value=\"";
// line 9
echo _gettext("Reset");
echo "\" />
</td>
</tr>
";
}
// line 13
echo "</table>
</fieldset>
";
}
public function getTemplateName()
{
return "config/form_display/fieldset_bottom.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 47 => 13, 40 => 9, 36 => 8, 32 => 7, 29 => 6, 27 => 5, 23 => 3, 21 => 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("", "config/form_display/fieldset_bottom.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/config/form_display/fieldset_bottom.twig");
}
}
7f/7f2fea86c14cdbd8cd63e93670d9fef0c3d91595972a398d9aa8d5d919c9aa63.php 0000644 00000007046 15152073666 0016770 0 ustar 00 <?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
/* list/unordered.twig */
class __TwigTemplate_28f2ff2afbce76cb35cdc6a3d1a3c93e7f5e5ffce10d14200ceb3246acc498af extends \Twig\Template
{
public function __construct(Environment $env)
{
parent::__construct($env);
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
// line 1
echo "<ul";
if ( !twig_test_empty(($context["id"] ?? null))) {
echo " id=\"";
echo twig_escape_filter($this->env, ($context["id"] ?? null), "html", null, true);
echo "\"";
}
// line 2
if ( !twig_test_empty(($context["class"] ?? null))) {
echo " class=\"";
echo twig_escape_filter($this->env, ($context["class"] ?? null), "html", null, true);
echo "\"";
}
echo ">
";
// line 4
if ( !twig_test_empty(($context["items"] ?? null))) {
// line 5
echo " ";
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(($context["items"] ?? null));
foreach ($context['_seq'] as $context["_key"] => $context["item"]) {
// line 6
echo " ";
if ( !twig_test_iterable($context["item"])) {
// line 7
echo " ";
$context["item"] = ["content" => $context["item"]];
// line 8
echo " ";
}
// line 9
echo " ";
$this->loadTemplate("list/item.twig", "list/unordered.twig", 9)->display(twig_to_array($context["item"]));
// line 10
echo " ";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['item'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 11
echo " ";
} elseif ( !twig_test_empty(($context["content"] ?? null))) {
// line 12
echo " ";
echo ($context["content"] ?? null);
echo "
";
}
// line 14
echo "</ul>
";
}
public function getTemplateName()
{
return "list/unordered.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 80 => 14, 74 => 12, 71 => 11, 65 => 10, 62 => 9, 59 => 8, 56 => 7, 53 => 6, 48 => 5, 46 => 4, 37 => 2, 30 => 1,);
}
/** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */
public function getSource()
{
@trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED);
return $this->getSourceContext()->getCode();
}
public function getSourceContext()
{
return new Source("", "list/unordered.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/list/unordered.twig");
}
}
9b/9bead0e9b5818632bcfbae670dbf824b9ea42950a4c47768f7d9adb0f0027816.php 0000644 00000004767 15152073666 0016653 0 ustar 00 <?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
/* display/export/options_output_format.twig */
class __TwigTemplate_c94cd3579cd1ca3219c7fe92e8c88315a0c833e53a0b023f9c3455129dd3e889 extends \Twig\Template
{
public function __construct(Environment $env)
{
parent::__construct($env);
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
// line 1
echo "<li>
<label for=\"filename_template\" class=\"desc\">
";
// line 3
echo _gettext("File name template:");
// line 4
echo " ";
echo PhpMyAdmin\Util::showHint(($context["message"] ?? null));
echo "
</label>
<input type=\"text\" name=\"filename_template\" id=\"filename_template\" value=\"";
// line 7
echo twig_escape_filter($this->env, ($context["filename_template"] ?? null), "html", null, true);
echo "\">
<input type=\"checkbox\" name=\"remember_template\" id=\"checkbox_remember_template\"";
// line 9
echo ((($context["is_checked"] ?? null)) ? (" checked") : (""));
echo ">
<label for=\"checkbox_remember_template\">
";
// line 11
echo _gettext("use this for future exports");
// line 12
echo " </label>
</li>
";
}
public function getTemplateName()
{
return "display/export/options_output_format.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 53 => 12, 51 => 11, 46 => 9, 42 => 7, 36 => 4, 34 => 3, 30 => 1,);
}
/** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */
public function getSource()
{
@trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED);
return $this->getSourceContext()->getCode();
}
public function getSourceContext()
{
return new Source("", "display/export/options_output_format.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/display/export/options_output_format.twig");
}
}
9b/9b516d90b1804fdb3e9bbe11c75dd580d1a32456e9a1941aebbb0029fdb2e81b.php 0000644 00000055165 15152073666 0016671 0 ustar 00 <?php
/* database/structure/structure_table_row.twig */
class __TwigTemplate_cb0dbdee3bfd0c6bf9382e80f357a4501deda6c2471245eba01a8cd7ebaf3f4f extends Twig_Template
{
public function __construct(Twig_Environment $env)
{
parent::__construct($env);
$this->parent = false;
$this->blocks = array(
);
}
protected function doDisplay(array $context, array $blocks = array())
{
// line 1
echo "<tr id=\"row_tbl_";
echo twig_escape_filter($this->env, ($context["curr"] ?? null), "html", null, true);
echo "\"";
echo ((($context["table_is_view"] ?? null)) ? (" class=\"is_view\"") : (""));
echo " data-filter-row=\"";
echo twig_escape_filter($this->env, twig_upper_filter($this->env, $this->getAttribute(($context["current_table"] ?? null), "TABLE_NAME", array(), "array")), "html", null, true);
echo "\">
<td class=\"center print_ignore\">
<input type=\"checkbox\"
name=\"selected_tbl[]\"
class=\"";
// line 5
echo twig_escape_filter($this->env, ($context["input_class"] ?? null), "html", null, true);
echo "\"
value=\"";
// line 6
echo twig_escape_filter($this->env, $this->getAttribute(($context["current_table"] ?? null), "TABLE_NAME", array(), "array"), "html", null, true);
echo "\"
id=\"checkbox_tbl_";
// line 7
echo twig_escape_filter($this->env, ($context["curr"] ?? null), "html", null, true);
echo "\" />
</td>
<th>
";
// line 10
echo ($context["browse_table_label"] ?? null);
echo "
";
// line 11
echo ($context["tracking_icon"] ?? null);
echo "
</th>
";
// line 13
if (($context["server_slave_status"] ?? null)) {
// line 14
echo " <td class=\"center\">
";
// line 15
echo ((($context["ignored"] ?? null)) ? (PhpMyAdmin\Util::getImage("s_cancel", _gettext("Not replicated"))) : (""));
echo "
";
// line 16
echo ((($context["do"] ?? null)) ? (PhpMyAdmin\Util::getImage("s_success", _gettext("Replicated"))) : (""));
echo "
</td>
";
}
// line 19
echo "
";
// line 21
echo " ";
if ((($context["num_favorite_tables"] ?? null) > 0)) {
// line 22
echo " <td class=\"center print_ignore\">
";
// line 24
echo " ";
$context["fav_params"] = 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 " </td>
";
}
// line 39
echo "
<td class=\"center print_ignore\">
";
// line 41
echo ($context["browse_table"] ?? null);
echo "
</td>
<td class=\"center print_ignore\">
<a href=\"tbl_structure.php";
// line 44
echo ($context["tbl_url_query"] ?? null);
echo "\">
";
// line 45
echo $this->getAttribute(($context["titles"] ?? null), "Structure", array(), "array");
echo "
</a>
</td>
<td class=\"center print_ignore\">
";
// line 49
echo ($context["search_table"] ?? null);
echo "
</td>
";
// line 52
if ( !($context["db_is_system_schema"] ?? null)) {
// line 53
echo " <td class=\"insert_table center print_ignore\">
<a href=\"tbl_change.php";
// line 54
echo ($context["tbl_url_query"] ?? null);
echo "\">";
echo $this->getAttribute(($context["titles"] ?? null), "Insert", array(), "array");
echo "</a>
</td>
<td class=\"center print_ignore\">";
// line 56
echo ($context["empty_table"] ?? null);
echo "</td>
<td class=\"center print_ignore\">
<a class=\"ajax drop_table_anchor";
// line 59
echo (((($context["table_is_view"] ?? null) || ($this->getAttribute(($context["current_table"] ?? null), "ENGINE", array(), "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 "
</a>
</td>
";
}
// 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 " <td class=\"value tbl_rows\"
data-table=\"";
// line 75
echo twig_escape_filter($this->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 " <a href=\"db_structure.php";
echo PhpMyAdmin\Url::getCommon(array("ajax_request" => 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\">
<bdi>
~";
// line 84
echo twig_escape_filter($this->env, ($context["row_count"] ?? null), "html", null, true);
echo "
</bdi>
</a>
";
} else {
// line 88
echo " ";
echo twig_escape_filter($this->env, ($context["row_count"] ?? null), "html", null, true);
echo "
";
}
// line 90
echo " ";
echo ($context["show_superscript"] ?? null);
echo "
</td>
";
// line 93
if ( !(($context["properties_num_columns"] ?? null) > 1)) {
// line 94
echo " <td class=\"nowrap\">
";
// line 95
if ( !twig_test_empty($this->getAttribute(($context["current_table"] ?? null), "ENGINE", array(), "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 " </td>
";
// line 101
if ((twig_length_filter($this->env, ($context["collation"] ?? null)) > 0)) {
// line 102
echo " <td class=\"nowrap\">
";
// line 103
echo ($context["collation"] ?? null);
echo "
</td>
";
}
// line 106
echo " ";
}
// line 107
echo "
";
// line 108
if (($context["is_show_stats"] ?? null)) {
// line 109
echo " <td class=\"value tbl_size\">
<a href=\"tbl_structure.php";
// line 110
echo ($context["tbl_url_query"] ?? null);
echo "#showusage\">
<span>";
// line 111
echo twig_escape_filter($this->env, ($context["formatted_size"] ?? null), "html", null, true);
echo "</span>
<span class=\"unit\">";
// line 112
echo twig_escape_filter($this->env, ($context["unit"] ?? null), "html", null, true);
echo "</span>
</a>
</td>
<td class=\"value tbl_overhead\">
";
// line 116
echo ($context["overhead"] ?? null);
echo "
</td>
";
}
// line 119
echo "
";
// line 120
if ( !(($context["show_charset"] ?? null) > 1)) {
// line 121
echo " ";
if ((twig_length_filter($this->env, ($context["charset"] ?? null)) > 0)) {
// line 122
echo " <td class=\"nowrap\">
";
// line 123
echo twig_escape_filter($this->env, ($context["charset"] ?? null), "html", null, true);
echo "
</td>
";
}
// line 126
echo " ";
}
// line 127
echo "
";
// line 128
if (($context["show_comment"] ?? null)) {
// line 129
echo " ";
$context["comment"] = $this->getAttribute(($context["current_table"] ?? null), "Comment", array(), "array");
// line 130
echo " <td>
";
// line 131
if ((twig_length_filter($this->env, ($context["comment"] ?? null)) > ($context["limit_chars"] ?? null))) {
// line 132
echo " <abbr title=\"";
echo twig_escape_filter($this->env, ($context["comment"] ?? null), "html", null, true);
echo "\">
";
// line 133
echo twig_escape_filter($this->env, twig_slice($this->env, ($context["comment"] ?? null), 0, ($context["limit_chars"] ?? null)), "html", null, true);
echo "
...
</abbr>
";
} else {
// line 137
echo " ";
echo twig_escape_filter($this->env, ($context["comment"] ?? null), "html", null, true);
echo "
";
}
// line 139
echo " </td>
";
}
// line 141
echo "
";
// line 142
if (($context["show_creation"] ?? null)) {
// line 143
echo " <td class=\"value tbl_creation\">
";
// line 144
echo twig_escape_filter($this->env, ((($context["create_time"] ?? null)) ? (PhpMyAdmin\Util::localisedDate(strtotime(($context["create_time"] ?? null)))) : ("-")), "html", null, true);
echo "
</td>
";
}
// line 147
echo "
";
// line 148
if (($context["show_last_update"] ?? null)) {
// line 149
echo " <td class=\"value tbl_last_update\">
";
// line 150
echo twig_escape_filter($this->env, ((($context["update_time"] ?? null)) ? (PhpMyAdmin\Util::localisedDate(strtotime(($context["update_time"] ?? null)))) : ("-")), "html", null, true);
echo "
</td>
";
}
// line 153
echo "
";
// line 154
if (($context["show_last_check"] ?? null)) {
// line 155
echo " <td class=\"value tbl_last_check\">
";
// line 156
echo twig_escape_filter($this->env, ((($context["check_time"] ?? null)) ? (PhpMyAdmin\Util::localisedDate(strtotime(($context["check_time"] ?? null)))) : ("-")), "html", null, true);
echo "
</td>
";
}
// line 159
echo "
";
} elseif ( // line 160
($context["table_is_view"] ?? null)) {
// line 161
echo " <td class=\"value tbl_rows\">-</td>
<td class=\"nowrap\">
";
// line 163
echo _gettext("View");
// line 164
echo " </td>
<td class=\"nowrap\">---</td>
";
// line 166
if (($context["is_show_stats"] ?? null)) {
// line 167
echo " <td class=\"value tbl_size\">-</td>
<td class=\"value tbl_overhead\">-</td>
";
}
// line 170
echo " ";
if (($context["show_charset"] ?? null)) {
// line 171
echo " <td></td>
";
}
// line 173
echo " ";
if (($context["show_comment"] ?? null)) {
// line 174
echo " <td></td>
";
}
// line 176
echo " ";
if (($context["show_creation"] ?? null)) {
// line 177
echo " <td class=\"value tbl_creation\">-</td>
";
}
// line 179
echo " ";
if (($context["show_last_update"] ?? null)) {
// line 180
echo " <td class=\"value tbl_last_update\">-</td>
";
}
// line 182
echo " ";
if (($context["show_last_check"] ?? null)) {
// line 183
echo " <td class=\"value tbl_last_check\">-</td>
";
}
// line 185
echo "
";
} else {
// line 187
echo " ";
$context["count"] = 0;
// line 188
echo " ";
if (($context["properties_num_columns"] ?? null)) {
// line 189
echo " ";
$context["count"] = (($context["count"] ?? null) + 2);
// line 190
echo " ";
}
// line 191
echo " ";
if (($context["is_show_stats"] ?? null)) {
// line 192
echo " ";
$context["count"] = (($context["count"] ?? null) + 2);
// line 193
echo " ";
}
// line 194
echo " ";
if (($context["show_charset"] ?? null)) {
// line 195
echo " ";
$context["count"] = (($context["count"] ?? null) + 1);
// line 196
echo " ";
}
// line 197
echo " ";
if (($context["show_comment"] ?? null)) {
// line 198
echo " ";
$context["count"] = (($context["count"] ?? null) + 1);
// line 199
echo " ";
}
// line 200
echo " ";
if (($context["show_creation"] ?? null)) {
// line 201
echo " ";
$context["count"] = (($context["count"] ?? null) + 1);
// line 202
echo " ";
}
// line 203
echo " ";
if (($context["show_last_update"] ?? null)) {
// line 204
echo " ";
$context["count"] = (($context["count"] ?? null) + 1);
// line 205
echo " ";
}
// line 206
echo " ";
if (($context["show_last_check"] ?? null)) {
// line 207
echo " ";
$context["count"] = (($context["count"] ?? null) + 1);
// line 208
echo " ";
}
// line 209
echo "
";
// line 210
if (($context["db_is_system_schema"] ?? null)) {
// line 211
echo " ";
$context["action_colspan"] = 3;
// line 212
echo " ";
} else {
// line 213
echo " ";
$context["action_colspan"] = 6;
// line 214
echo " ";
}
// line 215
echo " ";
if ((($context["num_favorite_tables"] ?? null) > 0)) {
// line 216
echo " ";
$context["action_colspan"] = (($context["action_colspan"] ?? null) + 1);
// line 217
echo " ";
}
// line 218
echo "
";
// line 219
$context["colspan_for_structure"] = (($context["action_colspan"] ?? null) + 3);
// line 220
echo " <td colspan=\"";
echo (((($context["colspan_for_structure"] ?? null) - ($context["db_is_system_schema"] ?? null))) ? (6) : (9));
echo "\"
class=\"center\">
";
// line 222
echo _gettext("in use");
// line 223
echo " </td>
";
}
// line 225
echo "</tr>
";
}
public function getTemplateName()
{
return "database/structure/structure_table_row.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 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");
}
}
15/15a885ca9738e5a84084a3e52f1f6b23c771ea4f7bdca01081f7b87d3b86a6f9.php 0000644 00000032007 15152073666 0016416 0 ustar 00 <?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
/* display/import/javascript.twig */
class __TwigTemplate_af2eedfc863eedd755fdbf451af9ee4e6a20ab5e9066fbbf3725966c30f77ecb extends \Twig\Template
{
public function __construct(Environment $env)
{
parent::__construct($env);
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
// line 1
echo "\$( function() {
";
// line 3
echo " \$(\"#buttonGo\").bind(\"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"] = (("import_status.php?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 16
echo " ";
$context["statustext_str"] = PhpMyAdmin\Sanitize::escapeJsString(_gettext("%s of %s"));
// line 17
echo " ";
$context["second_str"] = PhpMyAdmin\Sanitize::jsFormat(_gettext("%s/sec."), false);
// line 18
echo " ";
$context["remaining_min"] = PhpMyAdmin\Sanitize::jsFormat(_gettext("About %MIN min. %SEC sec. remaining."), false);
// line 19
echo " ";
$context["remaining_second"] = PhpMyAdmin\Sanitize::jsFormat(_gettext("About %SEC sec. remaining."), false);
// line 20
echo " ";
$context["processed_str"] = PhpMyAdmin\Sanitize::jsFormat(_gettext("The file is being processed, please be patient."), false);
// line 24
echo " ";
$context["import_url"] = PhpMyAdmin\Url::getCommonRaw(["import_status" => 1], "&");
// line 25
echo "
";
// line 26
ob_start(function () { return ''; });
// line 27
echo " ";
ob_start(function () { return ''; });
// line 28
echo " <div class=\"upload_progress\">
<div class=\"upload_progress_bar_outer\">
<div class=\"percentage\"></div>
<div id=\"status\" class=\"upload_progress_bar_inner\">
<div class=\"percentage\"></div>
</div>
</div>
<div>
<img src=\"";
// line 36
echo twig_escape_filter($this->env, ($context["pma_theme_image"] ?? null), "html", null, true);
echo "ajax_clock_small.gif\" width=\"16\" height=\"16\" alt=\"ajax clock\" /> ";
echo PhpMyAdmin\Sanitize::jsFormat(_gettext("Uploading your import fileā¦"), false);
// line 37
echo "</div>
<div id=\"statustext\"></div>
</div>
";
$___internal_91113cdbde9beb93431482451714f4142bd2a9567edfd728960c8415376d575f_ = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 27
echo twig_spaceless($___internal_91113cdbde9beb93431482451714f4142bd2a9567edfd728960c8415376d575f_);
// line 41
echo " ";
$context["upload_html"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 42
echo "
";
// line 44
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 53
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('<img src=\"";
// line 62
echo twig_escape_filter($this->env, ($context["pma_theme_image"] ?? null), "html", null, true);
echo "ajax_clock_small.gif\" 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 = PMA_sprintf(
\"";
// line 75
echo ($context["statustext_str"] ?? null);
echo "\",
formatBytes(
complete, 1, PMA_messages.strDecimalSeparator
),
formatBytes(
total, 1, PMA_messages.strDecimalSeparator
)
);
if (\$(\"#importmain\").is(\":visible\")) {
";
// line 86
echo " \$(\"#importmain\").hide();
\$(\"#import_form_status\")
.html('";
// line 88
echo ($context["upload_html"] ?? null);
echo "')
.show();
import_start = now;
}
else if (percent > 9 || complete > 2000000) {
";
// line 94
echo " var used_time = now - import_start;
var seconds = parseInt(((total - complete) / complete) * used_time / 1000);
var speed = PMA_sprintf(
\"";
// line 97
echo ($context["second_str"] ?? null);
echo "\",
formatBytes(complete / used_time * 1000, 1, PMA_messages.strDecimalSeparator)
);
var minutes = parseInt(seconds / 60);
seconds %= 60;
var estimated_time;
if (minutes > 0) {
estimated_time = \"";
// line 105
echo ($context["remaining_min"] ?? null);
echo "\"
.replace(\"%MIN\", minutes)
.replace(\"%SEC\", seconds);
}
else {
estimated_time = \"";
// line 110
echo ($context["remaining_second"] ?? null);
echo "\"
.replace(\"%SEC\", seconds);
}
statustext += \"<br />\" + speed + \"<br /><br />\" + estimated_time;
}
var percent_str = Math.round(percent) + \"%\";
\$(\"#status\").animate({width: percent_str}, 150);
\$(\".percentage\").text(percent_str);
";
// line 122
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 142
echo " \$(\"#import_form_status\")
.html('<img src=\"";
// line 143
echo twig_escape_filter($this->env, ($context["pma_theme_image"] ?? null), "html", null, true);
echo "ajax_clock_small.gif\" width=\"16\" height=\"16\" alt=\"ajax clock\" /> ";
echo ($context["processed_str"] ?? null);
echo "')
.show();
\$(\"#import_form_status\").load(\"import_status.php?message=true&";
// line 145
echo ($context["import_url"] ?? null);
echo "\");
PMA_reloadNavigation();
";
// line 149
echo " }
else {
setTimeout(perform_upload, 1000);
}
});
};
setTimeout(perform_upload, 1000);
";
} else {
// line 157
echo " ";
// line 158
echo " ";
ob_start(function () { return ''; });
// line 159
echo "<img src=\"";
echo twig_escape_filter($this->env, ($context["pma_theme_image"] ?? null), "html", null, true);
// line 160
echo "ajax_clock_small.gif\" width=\"16\" height=\"16\" alt=\"ajax clock\" />";
// line 161
echo PhpMyAdmin\Sanitize::jsFormat(_gettext("Please be patient, the file is being uploaded. Details about the upload are not available."), false);
// line 165
echo PhpMyAdmin\Util::showDocu("faq", "faq2-9");
$context["image_tag"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 167
echo " \$('#upload_form_status_info').html('";
echo ($context["image_tag"] ?? null);
echo "');
\$(\"#upload_form_status\").css(\"display\", \"none\");
";
}
// line 170
echo " });
});
";
}
public function getTemplateName()
{
return "display/import/javascript.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 277 => 170, 270 => 167, 267 => 165, 265 => 161, 263 => 160, 260 => 159, 257 => 158, 255 => 157, 245 => 149, 239 => 145, 232 => 143, 229 => 142, 208 => 122, 194 => 110, 186 => 105, 175 => 97, 170 => 94, 162 => 88, 158 => 86, 145 => 75, 127 => 62, 115 => 53, 104 => 44, 101 => 42, 98 => 41, 96 => 27, 90 => 37, 86 => 36, 76 => 28, 73 => 27, 71 => 26, 68 => 25, 65 => 24, 62 => 20, 59 => 19, 56 => 18, 53 => 17, 50 => 16, 47 => 12, 44 => 9, 42 => 8, 40 => 7, 36 => 5, 33 => 3, 30 => 1,);
}
/** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */
public function getSource()
{
@trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED);
return $this->getSourceContext()->getCode();
}
public function getSourceContext()
{
return new Source("", "display/import/javascript.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/display/import/javascript.twig");
}
}
0e/0e6d9644c4df50a72bc042e59b2a15598287d7cdd8be47f2ecb7d915bfcc21b6.php 0000644 00000005520 15152073666 0016710 0 ustar 00 <?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
/* database/create_table.twig */
class __TwigTemplate_fc349c4150f2f9b65aa7d09f08a794bbcec4fe1ce2441cc44eed81d6edf97d07 extends \Twig\Template
{
public function __construct(Environment $env)
{
parent::__construct($env);
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
// line 1
echo "<form id=\"create_table_form_minimal\" method=\"post\" action=\"tbl_create.php\" class=\"lock-page\">
<fieldset>
<legend>
";
// line 4
if (PhpMyAdmin\Util::showIcons("ActionLinksMode")) {
// line 5
echo PhpMyAdmin\Util::getImage("b_table_add");
}
// line 7
echo " ";
echo _gettext("Create table");
// line 8
echo " </legend>
";
// line 9
echo PhpMyAdmin\Url::getHiddenInputs(($context["db"] ?? null));
echo "
<div class=\"formelement\">
";
// line 11
echo _gettext("Name");
echo ":
<input type=\"text\" name=\"table\" maxlength=\"64\" size=\"30\" required=\"required\" />
</div>
<div class=\"formelement\">
";
// line 15
echo _gettext("Number of columns");
echo ":
<input type=\"number\" min=\"1\" name=\"num_fields\" value=\"4\" required=\"required\" />
</div>
<div class=\"clearfloat\"></div>
</fieldset>
<fieldset class=\"tblFooters\">
<input type=\"submit\" value=\"";
// line 21
echo _gettext("Go");
echo "\" />
</fieldset>
</form>
";
}
public function getTemplateName()
{
return "database/create_table.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 67 => 21, 58 => 15, 51 => 11, 46 => 9, 43 => 8, 40 => 7, 37 => 5, 35 => 4, 30 => 1,);
}
/** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */
public function getSource()
{
@trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED);
return $this->getSourceContext()->getCode();
}
public function getSourceContext()
{
return new Source("", "database/create_table.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/database/create_table.twig");
}
}
0e/0eb1aeda282ccbbe77a54d41933472e0fa22cbdb67d065a70f10e52ef8eee03a.php 0000644 00000012026 15152073666 0017057 0 ustar 00 <?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
/* list/item.twig */
class __TwigTemplate_6fadbfb364a3bcfbcd9eac51beb80a0367f866a7a4b7fdecde19c21c97fc9084 extends \Twig\Template
{
public function __construct(Environment $env)
{
parent::__construct($env);
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
// line 1
echo "<li";
if ( !twig_test_empty(($context["id"] ?? null))) {
echo " id=\"";
echo twig_escape_filter($this->env, ($context["id"] ?? null), "html", null, true);
echo "\"";
}
// line 2
if ( !twig_test_empty(($context["class"] ?? null))) {
echo " class=\"";
echo twig_escape_filter($this->env, ($context["class"] ?? null), "html", null, true);
echo "\"";
}
echo ">
";
// line 4
if ((((isset($context["url"]) || array_key_exists("url", $context)) && twig_test_iterable(($context["url"] ?? null))) && !twig_test_empty($this->getAttribute(($context["url"] ?? null), "href", [], "array")))) {
// line 5
echo " <a";
if ( !twig_test_empty($this->getAttribute(($context["url"] ?? null), "href", [], "array"))) {
echo " href=\"";
echo $this->getAttribute(($context["url"] ?? null), "href", [], "array");
echo "\"";
}
// line 6
if ( !twig_test_empty($this->getAttribute(($context["url"] ?? null), "target", [], "array"))) {
echo " target=\"";
echo twig_escape_filter($this->env, $this->getAttribute(($context["url"] ?? null), "target", [], "array"), "html", null, true);
echo "\"";
}
// line 7
if (( !twig_test_empty($this->getAttribute(($context["url"] ?? null), "target", [], "array")) && ($this->getAttribute(($context["url"] ?? null), "target", [], "array") == "_blank"))) {
echo " rel=\"noopener noreferrer\"";
}
// line 8
if ( !twig_test_empty($this->getAttribute(($context["url"] ?? null), "id", [], "array"))) {
echo " id=\"";
echo twig_escape_filter($this->env, $this->getAttribute(($context["url"] ?? null), "id", [], "array"), "html", null, true);
echo "\"";
}
// line 9
if ( !twig_test_empty($this->getAttribute(($context["url"] ?? null), "class", [], "array"))) {
echo " class=\"";
echo twig_escape_filter($this->env, $this->getAttribute(($context["url"] ?? null), "class", [], "array"), "html", null, true);
echo "\"";
}
// line 10
if ( !twig_test_empty($this->getAttribute(($context["url"] ?? null), "title", [], "array"))) {
echo " title=\"";
echo twig_escape_filter($this->env, $this->getAttribute(($context["url"] ?? null), "title", [], "array"), "html", null, true);
echo "\"";
}
echo ">
";
}
// line 12
echo " ";
echo ($context["content"] ?? null);
echo "
";
// line 13
if ((((isset($context["url"]) || array_key_exists("url", $context)) && twig_test_iterable(($context["url"] ?? null))) && !twig_test_empty($this->getAttribute(($context["url"] ?? null), "href", [], "array")))) {
// line 14
echo " </a>
";
}
// line 16
echo " ";
if ( !twig_test_empty(($context["mysql_help_page"] ?? null))) {
// line 17
echo " ";
echo PhpMyAdmin\Util::showMySQLDocu(($context["mysql_help_page"] ?? null));
echo "
";
}
// line 19
echo "</li>
";
}
public function getTemplateName()
{
return "list/item.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 106 => 19, 100 => 17, 97 => 16, 93 => 14, 91 => 13, 86 => 12, 77 => 10, 71 => 9, 65 => 8, 61 => 7, 55 => 6, 48 => 5, 46 => 4, 37 => 2, 30 => 1,);
}
/** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */
public function getSource()
{
@trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED);
return $this->getSourceContext()->getCode();
}
public function getSourceContext()
{
return new Source("", "list/item.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/list/item.twig");
}
}
5a/5abc4616e7174217f134bab455cd31bd3dbab548afbbaeb43ab56e4bbe2ddb45.php 0000644 00000004103 15152073666 0017206 0 ustar 00 <?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
/* database/structure/empty_table.twig */
class __TwigTemplate_7963df3325def64038be917abdb1f71300bdbd6f7f942d6ac451b1cfabd66f7e extends \Twig\Template
{
public function __construct(Environment $env)
{
parent::__construct($env);
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
// line 1
echo "<a class=\"truncate_table_anchor ajax\" href=\"sql.php\" data-post=\"";
echo ($context["tbl_url_query"] ?? null);
echo "&sql_query=";
// line 2
echo twig_escape_filter($this->env, ($context["sql_query"] ?? null), "html", null, true);
echo "&message_to_show=";
echo twig_escape_filter($this->env, ($context["message_to_show"] ?? null), "html", null, true);
echo "\">
";
// line 3
echo ($context["title"] ?? null);
echo "
</a>
";
}
public function getTemplateName()
{
return "database/structure/empty_table.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 40 => 3, 34 => 2, 30 => 1,);
}
/** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */
public function getSource()
{
@trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED);
return $this->getSourceContext()->getCode();
}
public function getSourceContext()
{
return new Source("", "database/structure/empty_table.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/database/structure/empty_table.twig");
}
}
5a/5a17e0063f47c21229bf2c7b06b20a6670dd7e5d8ec19dd87100f41e1d7238fa.php 0000644 00000005020 15152073666 0016354 0 ustar 00 <?php
/* radio_fields.twig */
class __TwigTemplate_264c2e7e37fbe1e36ffdb7604f1458fd995fd256907e3c2198cfcfbd659477ec extends Twig_Template
{
public function __construct(Twig_Environment $env)
{
parent::__construct($env);
$this->parent = false;
$this->blocks = array(
);
}
protected function doDisplay(array $context, array $blocks = array())
{
// line 1
if ( !twig_test_empty(($context["class"] ?? null))) {
// line 2
echo "<div class=\"";
echo twig_escape_filter($this->env, ($context["class"] ?? null), "html", null, true);
echo "\">
";
}
// line 4
echo "<input type=\"radio\" name=\"";
echo twig_escape_filter($this->env, ($context["html_field_name"] ?? null), "html", null, true);
echo "\" id=\"";
echo ($context["html_field_id"] ?? null);
echo "\" value=\"";
echo twig_escape_filter($this->env, ($context["choice_value"] ?? null), "html", null, true);
echo "\"";
echo ((($context["checked"] ?? null)) ? (" checked=\"checked\"") : (""));
echo " />
<label for=\"";
// line 5
echo ($context["html_field_id"] ?? null);
echo "\">";
echo ((($context["escape_label"] ?? null)) ? (twig_escape_filter($this->env, ($context["choice_label"] ?? null))) : (($context["choice_label"] ?? null)));
echo "</label>
";
// line 6
if (($context["is_line_break"] ?? null)) {
// line 7
echo "<br />
";
}
// line 9
if ( !twig_test_empty(($context["class"] ?? null))) {
// line 10
echo "</div>
";
}
}
public function getTemplateName()
{
return "radio_fields.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 52 => 10, 50 => 9, 46 => 7, 44 => 6, 38 => 5, 27 => 4, 21 => 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("", "radio_fields.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/radio_fields.twig");
}
}
f7/f795ae3a6c7d0c654d94acea8f9c471c42f3dc08279394ffa903b11e59a0da54.php 0000644 00000055462 15152073666 0016655 0 ustar 00 <?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
/* database/structure/structure_table_row.twig */
class __TwigTemplate_f574160b1ed923af5a3c7360ccba2efd3795801af186055885e9f6638503892f extends \Twig\Template
{
public function __construct(Environment $env)
{
parent::__construct($env);
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
// line 1
echo "<tr id=\"row_tbl_";
echo twig_escape_filter($this->env, ($context["curr"] ?? null), "html", null, true);
echo "\"";
echo ((($context["table_is_view"] ?? null)) ? (" class=\"is_view\"") : (""));
echo " data-filter-row=\"";
echo twig_escape_filter($this->env, twig_upper_filter($this->env, $this->getAttribute(($context["current_table"] ?? null), "TABLE_NAME", [], "array")), "html", null, true);
echo "\">
<td class=\"center print_ignore\">
<input type=\"checkbox\"
name=\"selected_tbl[]\"
class=\"";
// line 5
echo twig_escape_filter($this->env, ($context["input_class"] ?? null), "html", null, true);
echo "\"
value=\"";
// line 6
echo twig_escape_filter($this->env, $this->getAttribute(($context["current_table"] ?? null), "TABLE_NAME", [], "array"), "html", null, true);
echo "\"
id=\"checkbox_tbl_";
// line 7
echo twig_escape_filter($this->env, ($context["curr"] ?? null), "html", null, true);
echo "\" />
</td>
<th>
";
// line 10
echo ($context["browse_table_label"] ?? null);
echo "
";
// line 11
echo ($context["tracking_icon"] ?? null);
echo "
</th>
";
// line 13
if (($context["server_slave_status"] ?? null)) {
// line 14
echo " <td class=\"center\">
";
// line 15
echo ((($context["ignored"] ?? null)) ? (PhpMyAdmin\Util::getImage("s_cancel", _gettext("Not replicated"))) : (""));
echo "
";
// line 16
echo ((($context["do"] ?? null)) ? (PhpMyAdmin\Util::getImage("s_success", _gettext("Replicated"))) : (""));
echo "
</td>
";
}
// line 19
echo "
";
// line 21
echo " ";
if ((($context["num_favorite_tables"] ?? null) > 0)) {
// line 22
echo " <td class=\"center print_ignore\">
";
// line 24
echo " ";
$context["fav_params"] = ["db" => // line 25
($context["db"] ?? null), "ajax_request" => true, "favorite_table" => $this->getAttribute( // line 27
($context["current_table"] ?? null), "TABLE_NAME", [], "array"), ((( // line 28
($context["already_favorite"] ?? null)) ? ("remove") : ("add")) . "_favorite") => true];
// line 30
echo " ";
$this->loadTemplate("database/structure/favorite_anchor.twig", "database/structure/structure_table_row.twig", 30)->display(twig_to_array(["table_name_hash" => md5($this->getAttribute( // line 31
($context["current_table"] ?? null), "TABLE_NAME", [], "array")), "db_table_name_hash" => md5((( // line 32
($context["db"] ?? null) . ".") . $this->getAttribute(($context["current_table"] ?? null), "TABLE_NAME", [], "array"))), "fav_params" => // line 33
($context["fav_params"] ?? null), "already_favorite" => // line 34
($context["already_favorite"] ?? null), "titles" => // line 35
($context["titles"] ?? null)]));
// line 37
echo " </td>
";
}
// line 39
echo "
<td class=\"center print_ignore\">
";
// line 41
echo ($context["browse_table"] ?? null);
echo "
</td>
<td class=\"center print_ignore\">
<a href=\"tbl_structure.php";
// line 44
echo ($context["tbl_url_query"] ?? null);
echo "\">
";
// line 45
echo $this->getAttribute(($context["titles"] ?? null), "Structure", [], "array");
echo "
</a>
</td>
<td class=\"center print_ignore\">
";
// line 49
echo ($context["search_table"] ?? null);
echo "
</td>
";
// line 52
if ( !($context["db_is_system_schema"] ?? null)) {
// line 53
echo " <td class=\"insert_table center print_ignore\">
<a href=\"tbl_change.php";
// line 54
echo ($context["tbl_url_query"] ?? null);
echo "\">";
echo $this->getAttribute(($context["titles"] ?? null), "Insert", [], "array");
echo "</a>
</td>
<td class=\"center print_ignore\">";
// line 56
echo ($context["empty_table"] ?? null);
echo "</td>
<td class=\"center print_ignore\">
<a class=\"ajax drop_table_anchor";
// line 59
echo (((($context["table_is_view"] ?? null) || ($this->getAttribute(($context["current_table"] ?? null), "ENGINE", [], "array") == null))) ? (" view") : (""));
echo "\"
href=\"sql.php\" data-post=\"";
// line 60
echo ($context["tbl_url_query"] ?? null);
echo "&reload=1&purge=1&sql_query=";
// line 61
echo twig_escape_filter($this->env, twig_urlencode_filter(($context["drop_query"] ?? null)), "html", null, true);
echo "&message_to_show=";
echo twig_escape_filter($this->env, twig_urlencode_filter(($context["drop_message"] ?? null)), "html", null, true);
echo "\">
";
// line 62
echo $this->getAttribute(($context["titles"] ?? null), "Drop", [], "array");
echo "
</a>
</td>
";
}
// line 66
echo "
";
// line 67
if (($this->getAttribute(($context["current_table"] ?? null), "TABLE_ROWS", [], "array", true, true) && (($this->getAttribute( // line 68
($context["current_table"] ?? null), "ENGINE", [], "array") != null) || ($context["table_is_view"] ?? null)))) {
// line 69
echo " ";
// line 70
echo " ";
$context["row_count"] = PhpMyAdmin\Util::formatNumber($this->getAttribute(($context["current_table"] ?? null), "TABLE_ROWS", [], "array"), 0);
// line 71
echo "
";
// line 74
echo " <td class=\"value tbl_rows\"
data-table=\"";
// line 75
echo twig_escape_filter($this->env, $this->getAttribute(($context["current_table"] ?? null), "TABLE_NAME", [], "array"), "html", null, true);
echo "\">
";
// line 76
if (($context["approx_rows"] ?? null)) {
// line 77
echo " <a href=\"db_structure.php";
echo PhpMyAdmin\Url::getCommon(["ajax_request" => true, "db" => // line 79
($context["db"] ?? null), "table" => $this->getAttribute( // line 80
($context["current_table"] ?? null), "TABLE_NAME", [], "array"), "real_row_count" => "true"]);
// line 82
echo "\" class=\"ajax real_row_count\">
<bdi>
~";
// line 84
echo twig_escape_filter($this->env, ($context["row_count"] ?? null), "html", null, true);
echo "
</bdi>
</a>
";
} else {
// line 88
echo " ";
echo twig_escape_filter($this->env, ($context["row_count"] ?? null), "html", null, true);
echo "
";
}
// line 90
echo " ";
echo ($context["show_superscript"] ?? null);
echo "
</td>
";
// line 93
if ( !(($context["properties_num_columns"] ?? null) > 1)) {
// line 94
echo " <td class=\"nowrap\">
";
// line 95
if ( !twig_test_empty($this->getAttribute(($context["current_table"] ?? null), "ENGINE", [], "array"))) {
// line 96
echo " ";
echo twig_escape_filter($this->env, $this->getAttribute(($context["current_table"] ?? null), "ENGINE", [], "array"), "html", null, true);
echo "
";
} elseif ( // line 97
($context["table_is_view"] ?? null)) {
// line 98
echo " ";
echo _gettext("View");
// line 99
echo " ";
}
// line 100
echo " </td>
";
// line 101
if ((twig_length_filter($this->env, ($context["collation"] ?? null)) > 0)) {
// line 102
echo " <td class=\"nowrap\">
";
// line 103
echo ($context["collation"] ?? null);
echo "
</td>
";
}
// line 106
echo " ";
}
// line 107
echo "
";
// line 108
if (($context["is_show_stats"] ?? null)) {
// line 109
echo " <td class=\"value tbl_size\">
<a href=\"tbl_structure.php";
// line 110
echo ($context["tbl_url_query"] ?? null);
echo "#showusage\">
<span>";
// line 111
echo twig_escape_filter($this->env, ($context["formatted_size"] ?? null), "html", null, true);
echo "</span>
<span class=\"unit\">";
// line 112
echo twig_escape_filter($this->env, ($context["unit"] ?? null), "html", null, true);
echo "</span>
</a>
</td>
<td class=\"value tbl_overhead\">
";
// line 116
echo ($context["overhead"] ?? null);
echo "
</td>
";
}
// line 119
echo "
";
// line 120
if ( !(($context["show_charset"] ?? null) > 1)) {
// line 121
echo " ";
if ((twig_length_filter($this->env, ($context["charset"] ?? null)) > 0)) {
// line 122
echo " <td class=\"nowrap\">
";
// line 123
echo ($context["charset"] ?? null);
echo "
</td>
";
}
// line 126
echo " ";
}
// line 127
echo "
";
// line 128
if (($context["show_comment"] ?? null)) {
// line 129
echo " ";
$context["comment"] = $this->getAttribute(($context["current_table"] ?? null), "Comment", [], "array");
// line 130
echo " <td>
";
// line 131
if ((twig_length_filter($this->env, ($context["comment"] ?? null)) > ($context["limit_chars"] ?? null))) {
// line 132
echo " <abbr title=\"";
echo twig_escape_filter($this->env, ($context["comment"] ?? null), "html", null, true);
echo "\">
";
// line 133
echo twig_escape_filter($this->env, twig_slice($this->env, ($context["comment"] ?? null), 0, ($context["limit_chars"] ?? null)), "html", null, true);
echo "
...
</abbr>
";
} else {
// line 137
echo " ";
echo twig_escape_filter($this->env, ($context["comment"] ?? null), "html", null, true);
echo "
";
}
// line 139
echo " </td>
";
}
// line 141
echo "
";
// line 142
if (($context["show_creation"] ?? null)) {
// line 143
echo " <td class=\"value tbl_creation\">
";
// line 144
((($context["create_time"] ?? null)) ? (print (twig_escape_filter($this->env, PhpMyAdmin\Util::localisedDate(strtotime(($context["create_time"] ?? null))), "html", null, true))) : (print ("-")));
echo "
</td>
";
}
// line 147
echo "
";
// line 148
if (($context["show_last_update"] ?? null)) {
// line 149
echo " <td class=\"value tbl_last_update\">
";
// line 150
((($context["update_time"] ?? null)) ? (print (twig_escape_filter($this->env, PhpMyAdmin\Util::localisedDate(strtotime(($context["update_time"] ?? null))), "html", null, true))) : (print ("-")));
echo "
</td>
";
}
// line 153
echo "
";
// line 154
if (($context["show_last_check"] ?? null)) {
// line 155
echo " <td class=\"value tbl_last_check\">
";
// line 156
((($context["check_time"] ?? null)) ? (print (twig_escape_filter($this->env, PhpMyAdmin\Util::localisedDate(strtotime(($context["check_time"] ?? null))), "html", null, true))) : (print ("-")));
echo "
</td>
";
}
// line 159
echo "
";
} elseif ( // line 160
($context["table_is_view"] ?? null)) {
// line 161
echo " <td class=\"value tbl_rows\">-</td>
<td class=\"nowrap\">
";
// line 163
echo _gettext("View");
// line 164
echo " </td>
<td class=\"nowrap\">---</td>
";
// line 166
if (($context["is_show_stats"] ?? null)) {
// line 167
echo " <td class=\"value tbl_size\">-</td>
<td class=\"value tbl_overhead\">-</td>
";
}
// line 170
echo " ";
if (($context["show_charset"] ?? null)) {
// line 171
echo " <td></td>
";
}
// line 173
echo " ";
if (($context["show_comment"] ?? null)) {
// line 174
echo " <td></td>
";
}
// line 176
echo " ";
if (($context["show_creation"] ?? null)) {
// line 177
echo " <td class=\"value tbl_creation\">-</td>
";
}
// line 179
echo " ";
if (($context["show_last_update"] ?? null)) {
// line 180
echo " <td class=\"value tbl_last_update\">-</td>
";
}
// line 182
echo " ";
if (($context["show_last_check"] ?? null)) {
// line 183
echo " <td class=\"value tbl_last_check\">-</td>
";
}
// line 185
echo "
";
} else {
// line 187
echo " ";
$context["count"] = 0;
// line 188
echo " ";
if (($context["properties_num_columns"] ?? null)) {
// line 189
echo " ";
$context["count"] = (($context["count"] ?? null) + 2);
// line 190
echo " ";
}
// line 191
echo " ";
if (($context["is_show_stats"] ?? null)) {
// line 192
echo " ";
$context["count"] = (($context["count"] ?? null) + 2);
// line 193
echo " ";
}
// line 194
echo " ";
if (($context["show_charset"] ?? null)) {
// line 195
echo " ";
$context["count"] = (($context["count"] ?? null) + 1);
// line 196
echo " ";
}
// line 197
echo " ";
if (($context["show_comment"] ?? null)) {
// line 198
echo " ";
$context["count"] = (($context["count"] ?? null) + 1);
// line 199
echo " ";
}
// line 200
echo " ";
if (($context["show_creation"] ?? null)) {
// line 201
echo " ";
$context["count"] = (($context["count"] ?? null) + 1);
// line 202
echo " ";
}
// line 203
echo " ";
if (($context["show_last_update"] ?? null)) {
// line 204
echo " ";
$context["count"] = (($context["count"] ?? null) + 1);
// line 205
echo " ";
}
// line 206
echo " ";
if (($context["show_last_check"] ?? null)) {
// line 207
echo " ";
$context["count"] = (($context["count"] ?? null) + 1);
// line 208
echo " ";
}
// line 209
echo "
";
// line 210
if (($context["db_is_system_schema"] ?? null)) {
// line 211
echo " ";
$context["action_colspan"] = 3;
// line 212
echo " ";
} else {
// line 213
echo " ";
$context["action_colspan"] = 6;
// line 214
echo " ";
}
// line 215
echo " ";
if ((($context["num_favorite_tables"] ?? null) > 0)) {
// line 216
echo " ";
$context["action_colspan"] = (($context["action_colspan"] ?? null) + 1);
// line 217
echo " ";
}
// line 218
echo "
";
// line 219
$context["colspan_for_structure"] = (($context["action_colspan"] ?? null) + 3);
// line 220
echo " <td colspan=\"";
echo (((($context["colspan_for_structure"] ?? null) - ($context["db_is_system_schema"] ?? null))) ? (6) : (9));
echo "\"
class=\"center\">
";
// line 222
echo _gettext("in use");
// line 223
echo " </td>
";
}
// line 225
echo "</tr>
";
}
public function getTemplateName()
{
return "database/structure/structure_table_row.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 556 => 225, 552 => 223, 550 => 222, 544 => 220, 542 => 219, 539 => 218, 536 => 217, 533 => 216, 530 => 215, 527 => 214, 524 => 213, 521 => 212, 518 => 211, 516 => 210, 513 => 209, 510 => 208, 507 => 207, 504 => 206, 501 => 205, 498 => 204, 495 => 203, 492 => 202, 489 => 201, 486 => 200, 483 => 199, 480 => 198, 477 => 197, 474 => 196, 471 => 195, 468 => 194, 465 => 193, 462 => 192, 459 => 191, 456 => 190, 453 => 189, 450 => 188, 447 => 187, 443 => 185, 439 => 183, 436 => 182, 432 => 180, 429 => 179, 425 => 177, 422 => 176, 418 => 174, 415 => 173, 411 => 171, 408 => 170, 403 => 167, 401 => 166, 397 => 164, 395 => 163, 391 => 161, 389 => 160, 386 => 159, 380 => 156, 377 => 155, 375 => 154, 372 => 153, 366 => 150, 363 => 149, 361 => 148, 358 => 147, 352 => 144, 349 => 143, 347 => 142, 344 => 141, 340 => 139, 334 => 137, 327 => 133, 322 => 132, 320 => 131, 317 => 130, 314 => 129, 312 => 128, 309 => 127, 306 => 126, 300 => 123, 297 => 122, 294 => 121, 292 => 120, 289 => 119, 283 => 116, 276 => 112, 272 => 111, 268 => 110, 265 => 109, 263 => 108, 260 => 107, 257 => 106, 251 => 103, 248 => 102, 246 => 101, 243 => 100, 240 => 99, 237 => 98, 235 => 97, 230 => 96, 228 => 95, 225 => 94, 223 => 93, 216 => 90, 210 => 88, 203 => 84, 199 => 82, 197 => 80, 196 => 79, 194 => 77, 192 => 76, 188 => 75, 185 => 74, 182 => 71, 179 => 70, 177 => 69, 175 => 68, 174 => 67, 171 => 66, 164 => 62, 158 => 61, 155 => 60, 151 => 59, 146 => 56, 139 => 54, 136 => 53, 134 => 52, 128 => 49, 121 => 45, 117 => 44, 111 => 41, 107 => 39, 103 => 37, 101 => 35, 100 => 34, 99 => 33, 98 => 32, 97 => 31, 95 => 30, 93 => 28, 92 => 27, 91 => 25, 89 => 24, 86 => 22, 83 => 21, 80 => 19, 74 => 16, 70 => 15, 67 => 14, 65 => 13, 60 => 11, 56 => 10, 50 => 7, 46 => 6, 42 => 5, 30 => 1,);
}
/** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */
public function getSource()
{
@trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED);
return $this->getSourceContext()->getCode();
}
public function getSourceContext()
{
return new Source("", "database/structure/structure_table_row.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/database/structure/structure_table_row.twig");
}
}
41/4161342482a4d1436d31f5619bbdbd176c50e500207e3f364662f5ba8210fe31.php 0000644 00000006142 15152073666 0015703 0 ustar 00 <?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
/* console/toolbar.twig */
class __TwigTemplate_2171f6e2b5790b23778df5070bb72e1edd7578bc2bc2b5b29ba8fcd8915cef4f extends \Twig\Template
{
public function __construct(Environment $env)
{
parent::__construct($env);
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
// line 1
echo "<div class=\"toolbar ";
echo twig_escape_filter($this->env, ($context["parent_div_classes"] ?? null), "html", null, true);
echo "\">
";
// line 2
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(($context["content_array"] ?? null));
foreach ($context['_seq'] as $context["_key"] => $context["content"]) {
// line 3
echo " ";
if ((isset($context["content"]) || array_key_exists("content", $context))) {
// line 4
echo " <div class=\"";
echo twig_escape_filter($this->env, $this->getAttribute($context["content"], 0, [], "array"), "html", null, true);
echo "\">
";
// line 5
echo (($this->getAttribute($context["content"], "image", [], "array", true, true)) ? ($this->getAttribute($context["content"], "image", [], "array")) : (""));
echo "
<span>";
// line 6
echo twig_escape_filter($this->env, $this->getAttribute($context["content"], 1, [], "array"), "html", null, true);
echo "</span>
</div>
";
}
// line 9
echo " ";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['content'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 10
echo "</div>
";
}
public function getTemplateName()
{
return "console/toolbar.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 63 => 10, 57 => 9, 51 => 6, 47 => 5, 42 => 4, 39 => 3, 35 => 2, 30 => 1,);
}
/** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */
public function getSource()
{
@trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED);
return $this->getSourceContext()->getCode();
}
public function getSourceContext()
{
return new Source("", "console/toolbar.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/console/toolbar.twig");
}
}
ab/ab2d7e062f70408d1e82f45ebffa1bef8b123399183926e1336f420fcb2ec675.php 0000644 00000005050 15152073666 0016533 0 ustar 00 <?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
/* config/form_display/fieldset_bottom.twig */
class __TwigTemplate_e3ccfb718289aba075a1378448075d680d789f29858149fdba58a1b81cd41ca7 extends \Twig\Template
{
public function __construct(Environment $env)
{
parent::__construct($env);
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
// line 1
$context["colspan"] = 2;
// line 2
if (($context["is_setup"] ?? null)) {
// line 3
echo " ";
$context["colspan"] = (($context["colspan"] ?? null) + 1);
}
// line 5
if (($context["show_buttons"] ?? null)) {
// line 6
echo " <tr>
<td colspan=\"";
// line 7
echo twig_escape_filter($this->env, ($context["colspan"] ?? null), "html", null, true);
echo "\" class=\"lastrow\">
<input type=\"submit\" name=\"submit_save\" value=\"";
// line 8
echo _gettext("Apply");
echo "\" class=\"green\" />
<input type=\"button\" name=\"submit_reset\" value=\"";
// line 9
echo _gettext("Reset");
echo "\" />
</td>
</tr>
";
}
// line 13
echo "</table>
</fieldset>
";
}
public function getTemplateName()
{
return "config/form_display/fieldset_bottom.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 58 => 13, 51 => 9, 47 => 8, 43 => 7, 40 => 6, 38 => 5, 34 => 3, 32 => 2, 30 => 1,);
}
/** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */
public function getSource()
{
@trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED);
return $this->getSourceContext()->getCode();
}
public function getSourceContext()
{
return new Source("", "config/form_display/fieldset_bottom.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/config/form_display/fieldset_bottom.twig");
}
}
ab/ab536984d6a6314944391205209dc61dad196fe6d8f0a5984dc9d1daf89a892e.php 0000644 00000005224 15152073666 0016432 0 ustar 00 <?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
/* display/export/option_header.twig */
class __TwigTemplate_5a713451214059cad3991879a2f2e0f5c1d4c5cd11273ff6d0ae8207384c1f5f extends \Twig\Template
{
public function __construct(Environment $env)
{
parent::__construct($env);
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
// line 1
echo "<div class=\"exportoptions\" id=\"header\">
<h2>
";
// line 3
echo PhpMyAdmin\Util::getImage("b_export", _gettext("Export"));
echo "
";
// line 4
if ((($context["export_type"] ?? null) == "server")) {
// line 5
echo " ";
echo _gettext("Exporting databases from the current server");
// line 6
echo " ";
} elseif ((($context["export_type"] ?? null) == "database")) {
// line 7
echo " ";
echo twig_escape_filter($this->env, sprintf(_gettext("Exporting tables from \"%s\" database"), ($context["db"] ?? null)), "html", null, true);
echo "
";
} else {
// line 9
echo " ";
echo twig_escape_filter($this->env, sprintf(_gettext("Exporting rows from \"%s\" table"), ($context["table"] ?? null)), "html", null, true);
echo "
";
}
// line 11
echo " </h2>
</div>
";
}
public function getTemplateName()
{
return "display/export/option_header.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 58 => 11, 52 => 9, 46 => 7, 43 => 6, 40 => 5, 38 => 4, 34 => 3, 30 => 1,);
}
/** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */
public function getSource()
{
@trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED);
return $this->getSourceContext()->getCode();
}
public function getSourceContext()
{
return new Source("", "display/export/option_header.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/display/export/option_header.twig");
}
}
03/03ed58f614f9d9b160664c21ea2eece232f35730ef999c3079905399857675fe.php 0000644 00000004103 15152073666 0016065 0 ustar 00 <?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
/* database/structure/empty_table.twig */
class __TwigTemplate_dc004e73a297a00b701853611e3bea5a8a3e282e8af33898d4ac3cc9d3a85596 extends \Twig\Template
{
public function __construct(Environment $env)
{
parent::__construct($env);
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
// line 1
echo "<a class=\"truncate_table_anchor ajax\" href=\"sql.php\" data-post=\"";
echo ($context["tbl_url_query"] ?? null);
echo "&sql_query=";
// line 2
echo twig_escape_filter($this->env, ($context["sql_query"] ?? null), "html", null, true);
echo "&message_to_show=";
echo twig_escape_filter($this->env, ($context["message_to_show"] ?? null), "html", null, true);
echo "\">
";
// line 3
echo ($context["title"] ?? null);
echo "
</a>
";
}
public function getTemplateName()
{
return "database/structure/empty_table.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 40 => 3, 34 => 2, 30 => 1,);
}
/** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */
public function getSource()
{
@trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED);
return $this->getSourceContext()->getCode();
}
public function getSourceContext()
{
return new Source("", "database/structure/empty_table.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/database/structure/empty_table.twig");
}
}
03/03d1b476fd8ac937e7bd37ea325fd28c9d43477a4ce430da662404f8cd0e8b25.php 0000644 00000014600 15152073666 0016461 0 ustar 00 <?php
/* database/structure/check_all_tables.twig */
class __TwigTemplate_6513d51e81fef5fb9297ffb6167eb2c8134ff82b6f82d9c270f6da56c920a201 extends Twig_Template
{
public function __construct(Twig_Environment $env)
{
parent::__construct($env);
$this->parent = false;
$this->blocks = array(
);
}
protected function doDisplay(array $context, array $blocks = array())
{
// line 1
echo "<div class=\"clearfloat print_ignore\">
<img class=\"selectallarrow\" src=\"";
// line 2
echo twig_escape_filter($this->env, ($context["pma_theme_image"] ?? null), "html", null, true);
echo "arrow_";
echo twig_escape_filter($this->env, ($context["text_dir"] ?? null), "html", null, true);
echo ".png\" width=\"38\" height=\"22\" alt=\"";
echo _gettext("With selected:");
echo "\" />
<input type=\"checkbox\" id=\"tablesForm_checkall\" class=\"checkall_box\" title=\"";
// line 3
echo _gettext("Check all");
echo "\" />
<label for=\"tablesForm_checkall\">";
// line 4
echo _gettext("Check all");
echo "</label>
";
// line 5
if ((($context["overhead_check"] ?? null) != "")) {
// line 6
echo " / <a href=\"#\" class=\"checkall-filter\" data-checkall-selector=\".tbl-overhead\">";
echo _gettext("Check tables having overhead");
echo "</a>
";
}
// line 8
echo " <select name=\"submit_mult\" style=\"margin: 0 3em 0 3em;\">
<option value=\"";
// line 9
echo _gettext("With selected:");
echo "\" selected=\"selected\">";
echo _gettext("With selected:");
echo "</option>
<option value=\"copy_tbl\">";
// line 10
echo _gettext("Copy table");
echo "</option>
<option value=\"show_create\">";
// line 11
echo _gettext("Show create");
echo "</option>
<option value=\"export\">";
// line 12
echo _gettext("Export");
echo "</option>
";
// line 13
if (( !($context["db_is_system_schema"] ?? null) && !($context["disable_multi_table"] ?? null))) {
// line 14
echo " <optgroup label=\"";
echo _gettext("Delete data or table");
echo "\">
<option value=\"empty_tbl\">";
// line 15
echo _gettext("Empty");
echo "</option>
<option value=\"drop_tbl\">";
// line 16
echo _gettext("Drop");
echo "</option>
</optgroup>
<optgroup label=\"";
// line 18
echo _gettext("Table maintenance");
echo "\">
<option value=\"analyze_tbl\">";
// line 19
echo _gettext("Analyze table");
echo "</option>
<option value=\"check_tbl\">";
// line 20
echo _gettext("Check table");
echo "</option>
<option value=\"checksum_tbl\">";
// line 21
echo _gettext("Checksum table");
echo "</option>
<option value=\"optimize_tbl\">";
// line 22
echo _gettext("Optimize table");
echo "</option>
<option value=\"repair_tbl\">";
// line 23
echo _gettext("Repair table");
echo "</option>
</optgroup>
<optgroup label=\"";
// line 25
echo _gettext("Prefix");
echo "\">
<option value=\"add_prefix_tbl\">";
// line 26
echo _gettext("Add prefix to table");
echo "</option>
<option value=\"replace_prefix_tbl\">";
// line 27
echo _gettext("Replace table prefix");
echo "</option>
<option value=\"copy_tbl_change_prefix\">";
// line 28
echo _gettext("Copy table with prefix");
echo "</option>
</optgroup>
";
}
// line 31
echo " ";
if (((isset($context["central_columns_work"]) || array_key_exists("central_columns_work", $context)) && ($context["central_columns_work"] ?? null))) {
// line 32
echo " <optgroup label=\"";
echo _gettext("Central columns");
echo "\">
<option value=\"sync_unique_columns_central_list\">";
// line 33
echo _gettext("Add columns to central list");
echo "</option>
<option value=\"delete_unique_columns_central_list\">";
// line 34
echo _gettext("Remove columns from central list");
echo "</option>
<option value=\"make_consistent_with_central_list\">";
// line 35
echo _gettext("Make consistent with central list");
echo "</option>
</optgroup>
";
}
// line 38
echo " </select>
";
// line 39
echo twig_join_filter(($context["hidden_fields"] ?? null), "
");
echo "
</div>
";
}
public function getTemplateName()
{
return "database/structure/check_all_tables.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 151 => 39, 148 => 38, 142 => 35, 138 => 34, 134 => 33, 129 => 32, 126 => 31, 120 => 28, 116 => 27, 112 => 26, 108 => 25, 103 => 23, 99 => 22, 95 => 21, 91 => 20, 87 => 19, 83 => 18, 78 => 16, 74 => 15, 69 => 14, 67 => 13, 63 => 12, 59 => 11, 55 => 10, 49 => 9, 46 => 8, 40 => 6, 38 => 5, 34 => 4, 30 => 3, 22 => 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("", "database/structure/check_all_tables.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/database/structure/check_all_tables.twig");
}
}
03/032b19acc6691ab2f491c02e545d93d94cfa371eebb76f5e071657a881878b33.php 0000644 00000014530 15152073666 0016247 0 ustar 00 <?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
/* database/designer/new_relation_panel.twig */
class __TwigTemplate_3ece39c7ee39ed5882cc7404b1f332f2be3e0757f9721faaaf7e36756f8297e6 extends \Twig\Template
{
public function __construct(Environment $env)
{
parent::__construct($env);
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
// line 1
echo "<table id=\"layer_new_relation\" class=\"hide\" width=\"5%\" cellpadding=\"0\" cellspacing=\"0\">
<tbody>
<tr>
<td class=\"frams1\" width=\"10px\">
</td>
<td class=\"frams5\" width=\"99%\" >
</td>
<td class=\"frams2\" width=\"10px\">
<div class=\"bor\">
</div>
</td>
</tr>
<tr>
<td class=\"frams8\">
</td>
<td class=\"input_tab\">
<table width=\"168\" class=\"center\" cellpadding=\"2\" cellspacing=\"0\">
<thead>
<tr>
<td colspan=\"2\" class=\"center nowrap\">
<strong>
";
// line 22
echo _gettext("Create relationship");
// line 23
echo " </strong>
</td>
</tr>
</thead>
<tbody id=\"foreign_relation\">
<tr>
<td colspan=\"2\" class=\"center nowrap\">
<strong>
FOREIGN KEY
</strong>
</td>
</tr>
<tr>
<td width=\"58\" class=\"nowrap\">
on delete
</td>
<td width=\"102\">
<select name=\"on_delete\" id=\"on_delete\">
<option value=\"nix\" selected=\"selected\">
--
</option>
<option value=\"CASCADE\">
CASCADE
</option>
<option value=\"SET NULL\">
SET NULL
</option>
<option value=\"NO ACTION\">
NO ACTION
</option>
<option value=\"RESTRICT\">
RESTRICT
</option>
</select>
</td>
</tr>
<tr>
<td class=\"nowrap\">
on update
</td>
<td>
<select name=\"on_update\" id=\"on_update\">
<option value=\"nix\" selected=\"selected\">
--
</option>
<option value=\"CASCADE\">
CASCADE
</option>
<option value=\"SET NULL\">
SET NULL
</option>
<option value=\"NO ACTION\">
NO ACTION
</option>
<option value=\"RESTRICT\">
RESTRICT
</option>
</select>
</td>
</tr>
</tbody>
<tbody>
<tr>
<td colspan=\"2\" class=\"center nowrap\">
<input type=\"button\" id=\"ok_new_rel_panel\" class=\"butt\"
name=\"Button\" value=\"";
// line 88
echo _gettext("OK");
echo "\" />
<input type=\"button\" id=\"cancel_new_rel_panel\"
class=\"butt\" name=\"Button\" value=\"";
// line 90
echo _gettext("Cancel");
echo "\" />
</td>
</tr>
</tbody>
</table>
</td>
<td class=\"frams6\">
</td>
</tr>
<tr>
<td class=\"frams4\">
<div class=\"bor\">
</div>
</td>
<td class=\"frams7\">
</td>
<td class=\"frams3\">
</td>
</tr>
</tbody>
</table>
";
}
public function getTemplateName()
{
return "database/designer/new_relation_panel.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 127 => 90, 122 => 88, 55 => 23, 53 => 22, 30 => 1,);
}
/** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */
public function getSource()
{
@trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED);
return $this->getSourceContext()->getCode();
}
public function getSourceContext()
{
return new Source("", "database/designer/new_relation_panel.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/database/designer/new_relation_panel.twig");
}
}
22/22f328e86274b51eb9034592ac106d133734cc8f4fba3637fe76b0a4b958f16d.php 0000644 00000012026 15152073666 0016161 0 ustar 00 <?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
/* list/item.twig */
class __TwigTemplate_58ae253014d95ccd4d0e33cb9b995547923cd150bf1eb6df4c21553e05f88725 extends \Twig\Template
{
public function __construct(Environment $env)
{
parent::__construct($env);
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
// line 1
echo "<li";
if ( !twig_test_empty(($context["id"] ?? null))) {
echo " id=\"";
echo twig_escape_filter($this->env, ($context["id"] ?? null), "html", null, true);
echo "\"";
}
// line 2
if ( !twig_test_empty(($context["class"] ?? null))) {
echo " class=\"";
echo twig_escape_filter($this->env, ($context["class"] ?? null), "html", null, true);
echo "\"";
}
echo ">
";
// line 4
if ((((isset($context["url"]) || array_key_exists("url", $context)) && twig_test_iterable(($context["url"] ?? null))) && !twig_test_empty($this->getAttribute(($context["url"] ?? null), "href", [], "array")))) {
// line 5
echo " <a";
if ( !twig_test_empty($this->getAttribute(($context["url"] ?? null), "href", [], "array"))) {
echo " href=\"";
echo $this->getAttribute(($context["url"] ?? null), "href", [], "array");
echo "\"";
}
// line 6
if ( !twig_test_empty($this->getAttribute(($context["url"] ?? null), "target", [], "array"))) {
echo " target=\"";
echo twig_escape_filter($this->env, $this->getAttribute(($context["url"] ?? null), "target", [], "array"), "html", null, true);
echo "\"";
}
// line 7
if (( !twig_test_empty($this->getAttribute(($context["url"] ?? null), "target", [], "array")) && ($this->getAttribute(($context["url"] ?? null), "target", [], "array") == "_blank"))) {
echo " rel=\"noopener noreferrer\"";
}
// line 8
if ( !twig_test_empty($this->getAttribute(($context["url"] ?? null), "id", [], "array"))) {
echo " id=\"";
echo twig_escape_filter($this->env, $this->getAttribute(($context["url"] ?? null), "id", [], "array"), "html", null, true);
echo "\"";
}
// line 9
if ( !twig_test_empty($this->getAttribute(($context["url"] ?? null), "class", [], "array"))) {
echo " class=\"";
echo twig_escape_filter($this->env, $this->getAttribute(($context["url"] ?? null), "class", [], "array"), "html", null, true);
echo "\"";
}
// line 10
if ( !twig_test_empty($this->getAttribute(($context["url"] ?? null), "title", [], "array"))) {
echo " title=\"";
echo twig_escape_filter($this->env, $this->getAttribute(($context["url"] ?? null), "title", [], "array"), "html", null, true);
echo "\"";
}
echo ">
";
}
// line 12
echo " ";
echo ($context["content"] ?? null);
echo "
";
// line 13
if ((((isset($context["url"]) || array_key_exists("url", $context)) && twig_test_iterable(($context["url"] ?? null))) && !twig_test_empty($this->getAttribute(($context["url"] ?? null), "href", [], "array")))) {
// line 14
echo " </a>
";
}
// line 16
echo " ";
if ( !twig_test_empty(($context["mysql_help_page"] ?? null))) {
// line 17
echo " ";
echo PhpMyAdmin\Util::showMySQLDocu(($context["mysql_help_page"] ?? null));
echo "
";
}
// line 19
echo "</li>
";
}
public function getTemplateName()
{
return "list/item.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 106 => 19, 100 => 17, 97 => 16, 93 => 14, 91 => 13, 86 => 12, 77 => 10, 71 => 9, 65 => 8, 61 => 7, 55 => 6, 48 => 5, 46 => 4, 37 => 2, 30 => 1,);
}
/** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */
public function getSource()
{
@trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED);
return $this->getSourceContext()->getCode();
}
public function getSourceContext()
{
return new Source("", "list/item.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/list/item.twig");
}
}
1d/1d5112a79bcd7263dd0562825e3ced259aa5d156a5d41a61a34a6ff7a55009a8.php 0000644 00000045543 15152073666 0016365 0 ustar 00 <?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
/* table/structure/display_partitions.twig */
class __TwigTemplate_357a19165c2c6e9664f75d99d1bc7035b918b44259e902cb3dfe261bd5fe4cd8 extends \Twig\Template
{
public function __construct(Environment $env)
{
parent::__construct($env);
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
// line 1
echo "<div id=\"partitions\">
<fieldset>
<legend>
";
// line 4
echo _gettext("Partitions");
// line 5
echo " ";
echo PhpMyAdmin\Util::showMySQLDocu("partitioning");
echo "
</legend>
";
// line 7
if (twig_test_empty(($context["partitions"] ?? null))) {
// line 8
echo " ";
echo call_user_func_array($this->env->getFunction('Message_notice')->getCallable(), [_gettext("No partitioning defined!")]);
echo "
";
} else {
// line 10
echo " <p>
";
// line 11
echo _gettext("Partitioned by:");
// line 12
echo " <code>";
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 ")</code>
</p>
";
// line 14
if (($context["has_sub_partitions"] ?? null)) {
// line 15
echo " <p>
";
// line 16
echo _gettext("Sub partitioned by:");
// line 17
echo " <code>";
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 ")</code>
<p>
";
}
// line 20
echo " <table>
<thead>
<tr>
<th colspan=\"2\">#</th>
<th>";
// line 24
echo _gettext("Partition");
echo "</th>
";
// line 25
if (($context["has_description"] ?? null)) {
// line 26
echo " <th>";
echo _gettext("Expression");
echo "</th>
";
}
// line 28
echo " <th>";
echo _gettext("Rows");
echo "</th>
<th>";
// line 29
echo _gettext("Data length");
echo "</th>
<th>";
// line 30
echo _gettext("Index length");
echo "</th>
<th>";
// line 31
echo _gettext("Comment");
echo "</th>
<th colspan=\"";
// line 32
echo ((($context["range_or_list"] ?? null)) ? ("7") : ("6"));
echo "\">
";
// line 33
echo _gettext("Action");
// line 34
echo " </th>
</tr>
</thead>
<tbody>
";
// line 38
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(($context["partitions"] ?? null));
foreach ($context['_seq'] as $context["_key"] => $context["partition"]) {
// line 39
echo " <tr class=\"noclick";
echo ((($context["has_sub_partitions"] ?? null)) ? (" marked") : (""));
echo "\">
";
// line 40
if (($context["has_sub_partitions"] ?? null)) {
// line 41
echo " <td>";
echo twig_escape_filter($this->env, $this->getAttribute($context["partition"], "getOrdinal", [], "method"), "html", null, true);
echo "</td>
<td></td>
";
} else {
// line 44
echo " <td colspan=\"2\">";
echo twig_escape_filter($this->env, $this->getAttribute($context["partition"], "getOrdinal", [], "method"), "html", null, true);
echo "</td>
";
}
// line 46
echo " <th>";
echo twig_escape_filter($this->env, $this->getAttribute($context["partition"], "getName", [], "method"), "html", null, true);
echo "</th>
";
// line 47
if (($context["has_description"] ?? null)) {
// line 48
echo " <td>
<code>";
// line 50
echo twig_escape_filter($this->env, $this->getAttribute($context["partition"], "getExpression", [], "method"), "html", null, true);
// line 51
echo ((($this->getAttribute($context["partition"], "getMethod", [], "method") == "LIST")) ? (" IN (") : (" < "));
// line 52
echo twig_escape_filter($this->env, $this->getAttribute($context["partition"], "getDescription", [], "method"), "html", null, true);
// line 53
echo ((($this->getAttribute($context["partition"], "getMethod", [], "method") == "LIST")) ? (")") : (""));
// line 54
echo "</code>
</td>
";
}
// line 57
echo " <td class=\"value\">";
echo twig_escape_filter($this->env, $this->getAttribute($context["partition"], "getRows", [], "method"), "html", null, true);
echo "</td>
<td class=\"value\">
";
// line 59
$context["data_length"] = PhpMyAdmin\Util::formatByteDown($this->getAttribute( // line 60
$context["partition"], "getDataLength", [], "method"), 3, 1);
// line 64
echo " <span>";
echo twig_escape_filter($this->env, $this->getAttribute(($context["data_length"] ?? null), 0, [], "array"), "html", null, true);
echo "</span>
<span class=\"unit\">";
// line 65
echo twig_escape_filter($this->env, $this->getAttribute(($context["data_length"] ?? null), 1, [], "array"), "html", null, true);
echo "</span>
</td>
<td class=\"value\">
";
// line 68
$context["index_length"] = PhpMyAdmin\Util::formatByteDown($this->getAttribute( // line 69
$context["partition"], "getIndexLength", [], "method"), 3, 1);
// line 73
echo " <span>";
echo twig_escape_filter($this->env, $this->getAttribute(($context["index_length"] ?? null), 0, [], "array"), "html", null, true);
echo "</span>
<span class=\"unit\">";
// line 74
echo twig_escape_filter($this->env, $this->getAttribute(($context["index_length"] ?? null), 1, [], "array"), "html", null, true);
echo "</span>
</td>
<td>";
// line 76
echo twig_escape_filter($this->env, $this->getAttribute($context["partition"], "getComment", [], "method"), "html", null, true);
echo "</td>
";
// line 77
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(($context["action_icons"] ?? null));
foreach ($context['_seq'] as $context["action"] => $context["icon"]) {
// line 78
echo " <td>
<a href=\"tbl_structure.php\" data-post=\"";
// line 79
echo twig_escape_filter($this->env, ($context["url_query"] ?? null), "html", null, true);
// line 80
echo "&partition_maintenance=1&sql_query=";
// line 81
echo twig_escape_filter($this->env, twig_urlencode_filter(((((("ALTER TABLE " . PhpMyAdmin\Util::backquote(($context["table"] ?? null))) . " ") . $context["action"]) . " PARTITION ") . $this->getAttribute( // line 82
$context["partition"], "getName", [], "method"))), "html", null, true);
echo "\"
id=\"partition_action_";
// line 83
echo twig_escape_filter($this->env, $context["action"], "html", null, true);
echo "\"
name=\"partition_action_";
// line 84
echo twig_escape_filter($this->env, $context["action"], "html", null, true);
echo "\"
class=\"ajax\">
";
// line 86
echo $context["icon"];
echo "
</a>
</td>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['action'], $context['icon'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 90
echo "
";
// line 91
if (($context["has_sub_partitions"] ?? null)) {
// line 92
echo " ";
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable($this->getAttribute($context["partition"], "getSubPartitions", [], "method"));
foreach ($context['_seq'] as $context["_key"] => $context["sub_partition"]) {
// line 93
echo " <tr class=\"noclick\">
<td></td>
<td>";
// line 95
echo twig_escape_filter($this->env, $this->getAttribute($context["sub_partition"], "getOrdinal", [], "method"), "html", null, true);
echo "</td>
<td>";
// line 96
echo twig_escape_filter($this->env, $this->getAttribute($context["sub_partition"], "getName", [], "method"), "html", null, true);
echo "</td>
";
// line 97
if (($context["has_description"] ?? null)) {
// line 98
echo " <td></td>
";
}
// line 100
echo " <td class=\"value\">";
echo twig_escape_filter($this->env, $this->getAttribute($context["sub_partition"], "getRows", [], "method"), "html", null, true);
echo "</td>
<td class=\"value\">
";
// line 102
$context["data_length"] = PhpMyAdmin\Util::formatByteDown($this->getAttribute( // line 103
$context["sub_partition"], "getDataLength", [], "method"), 3, 1);
// line 107
echo " <span>";
echo twig_escape_filter($this->env, $this->getAttribute(($context["data_length"] ?? null), 0, [], "array"), "html", null, true);
echo "</span>
<span class=\"unit\">";
// line 108
echo twig_escape_filter($this->env, $this->getAttribute(($context["data_length"] ?? null), 1, [], "array"), "html", null, true);
echo "</span>
</td>
<td class=\"value\">
";
// line 111
$context["index_length"] = PhpMyAdmin\Util::formatByteDown($this->getAttribute( // line 112
$context["sub_partition"], "getIndexLength", [], "method"), 3, 1);
// line 116
echo " <span>";
echo twig_escape_filter($this->env, $this->getAttribute(($context["index_length"] ?? null), 0, [], "array"), "html", null, true);
echo "</span>
<span class=\"unit\">";
// line 117
echo twig_escape_filter($this->env, $this->getAttribute(($context["index_length"] ?? null), 1, [], "array"), "html", null, true);
echo "</span>
</td>
<td>";
// line 119
echo twig_escape_filter($this->env, $this->getAttribute($context["sub_partition"], "getComment", [], "method"), "html", null, true);
echo "</td>
<td colspan=\"";
// line 120
echo ((($context["range_or_list"] ?? null)) ? ("7") : ("6"));
echo "\"></td>
</tr>
";
}
$_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 123
echo " ";
}
// line 124
echo " </tr>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['partition'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 126
echo " </tbody>
</table>
";
}
// line 129
echo " </fieldset>
<fieldset class=\"tblFooters print_ignore\">
<form action=\"tbl_structure.php\" method=\"post\">
";
// line 132
echo PhpMyAdmin\Url::getHiddenInputs(($context["db"] ?? null), ($context["table"] ?? null));
echo "
<input type=\"hidden\" name=\"edit_partitioning\" value=\"true\" />
";
// line 134
if (twig_test_empty(($context["partitions"] ?? null))) {
// line 135
echo " <input type=\"submit\" name=\"edit_partitioning\" value=\"";
echo _gettext("Partition table");
echo "\" />
";
} else {
// line 137
echo " ";
echo PhpMyAdmin\Util::linkOrButton(($context["remove_url"] ?? null), _gettext("Remove partitioning"), ["class" => "button ajax", "id" => "remove_partitioning"]);
// line 140
echo "
<input type=\"submit\" name=\"edit_partitioning\" value=\"";
// line 141
echo _gettext("Edit partitioning");
echo "\" />
";
}
// line 143
echo " </form>
</fieldset>
</div>
";
}
public function getTemplateName()
{
return "table/structure/display_partitions.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 364 => 143, 359 => 141, 356 => 140, 353 => 137, 347 => 135, 345 => 134, 340 => 132, 335 => 129, 330 => 126, 323 => 124, 320 => 123, 311 => 120, 307 => 119, 302 => 117, 297 => 116, 295 => 112, 294 => 111, 288 => 108, 283 => 107, 281 => 103, 280 => 102, 274 => 100, 270 => 98, 268 => 97, 264 => 96, 260 => 95, 256 => 93, 251 => 92, 249 => 91, 246 => 90, 236 => 86, 231 => 84, 227 => 83, 223 => 82, 222 => 81, 220 => 80, 218 => 79, 215 => 78, 211 => 77, 207 => 76, 202 => 74, 197 => 73, 195 => 69, 194 => 68, 188 => 65, 183 => 64, 181 => 60, 180 => 59, 174 => 57, 169 => 54, 167 => 53, 165 => 52, 163 => 51, 161 => 50, 158 => 48, 156 => 47, 151 => 46, 145 => 44, 138 => 41, 136 => 40, 131 => 39, 127 => 38, 121 => 34, 119 => 33, 115 => 32, 111 => 31, 107 => 30, 103 => 29, 98 => 28, 92 => 26, 90 => 25, 86 => 24, 80 => 20, 71 => 17, 69 => 16, 66 => 15, 64 => 14, 56 => 12, 54 => 11, 51 => 10, 45 => 8, 43 => 7, 37 => 5, 35 => 4, 30 => 1,);
}
/** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */
public function getSource()
{
@trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED);
return $this->getSourceContext()->getCode();
}
public function getSourceContext()
{
return new Source("", "table/structure/display_partitions.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/table/structure/display_partitions.twig");
}
}
10/10908ac9b64e962d693e6f1435ea4f0fc46837d4fbc6897c48d7c6a16bb82166.php 0000644 00000005325 15152073666 0016275 0 ustar 00 <?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
/* display/results/additional_fields.twig */
class __TwigTemplate_11a56545933fa1983634d47fef3a6e8ac9911cf27d25c1308921598fe8b6c2ac extends \Twig\Template
{
public function __construct(Environment $env)
{
parent::__construct($env);
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
// line 1
echo "<input type=\"hidden\" name=\"sql_query\" value=\"";
echo ($context["sql_query"] ?? null);
echo "\" />
<input type=\"hidden\" name=\"goto\" value=\"";
// line 2
echo twig_escape_filter($this->env, ($context["goto"] ?? null), "html", null, true);
echo "\" />
";
// line 4
echo "<input type=\"hidden\" name=\"pos\" size=\"3\" value=\"";
echo twig_escape_filter($this->env, ($context["pos"] ?? null), "html", null, true);
echo "\" />
<input type=\"hidden\" name=\"is_browse_distinct\" value=\"";
// line 5
echo twig_escape_filter($this->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");
}
}
1e/1e85fb4a0e88280a08ae9b385769dca009dde816f5f439220aac91fe14c565a5.php 0000644 00000045543 15152073666 0016500 0 ustar 00 <?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
/* table/structure/display_partitions.twig */
class __TwigTemplate_a22bbd84c4828f90288bddf72c9c8c59e4432386d3ad929d38ab810b9c158f97 extends \Twig\Template
{
public function __construct(Environment $env)
{
parent::__construct($env);
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
// line 1
echo "<div id=\"partitions\">
<fieldset>
<legend>
";
// line 4
echo _gettext("Partitions");
// line 5
echo " ";
echo PhpMyAdmin\Util::showMySQLDocu("partitioning");
echo "
</legend>
";
// line 7
if (twig_test_empty(($context["partitions"] ?? null))) {
// line 8
echo " ";
echo call_user_func_array($this->env->getFunction('Message_notice')->getCallable(), [_gettext("No partitioning defined!")]);
echo "
";
} else {
// line 10
echo " <p>
";
// line 11
echo _gettext("Partitioned by:");
// line 12
echo " <code>";
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 ")</code>
</p>
";
// line 14
if (($context["has_sub_partitions"] ?? null)) {
// line 15
echo " <p>
";
// line 16
echo _gettext("Sub partitioned by:");
// line 17
echo " <code>";
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 ")</code>
<p>
";
}
// line 20
echo " <table>
<thead>
<tr>
<th colspan=\"2\">#</th>
<th>";
// line 24
echo _gettext("Partition");
echo "</th>
";
// line 25
if (($context["has_description"] ?? null)) {
// line 26
echo " <th>";
echo _gettext("Expression");
echo "</th>
";
}
// line 28
echo " <th>";
echo _gettext("Rows");
echo "</th>
<th>";
// line 29
echo _gettext("Data length");
echo "</th>
<th>";
// line 30
echo _gettext("Index length");
echo "</th>
<th>";
// line 31
echo _gettext("Comment");
echo "</th>
<th colspan=\"";
// line 32
echo ((($context["range_or_list"] ?? null)) ? ("7") : ("6"));
echo "\">
";
// line 33
echo _gettext("Action");
// line 34
echo " </th>
</tr>
</thead>
<tbody>
";
// line 38
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(($context["partitions"] ?? null));
foreach ($context['_seq'] as $context["_key"] => $context["partition"]) {
// line 39
echo " <tr class=\"noclick";
echo ((($context["has_sub_partitions"] ?? null)) ? (" marked") : (""));
echo "\">
";
// line 40
if (($context["has_sub_partitions"] ?? null)) {
// line 41
echo " <td>";
echo twig_escape_filter($this->env, $this->getAttribute($context["partition"], "getOrdinal", [], "method"), "html", null, true);
echo "</td>
<td></td>
";
} else {
// line 44
echo " <td colspan=\"2\">";
echo twig_escape_filter($this->env, $this->getAttribute($context["partition"], "getOrdinal", [], "method"), "html", null, true);
echo "</td>
";
}
// line 46
echo " <th>";
echo twig_escape_filter($this->env, $this->getAttribute($context["partition"], "getName", [], "method"), "html", null, true);
echo "</th>
";
// line 47
if (($context["has_description"] ?? null)) {
// line 48
echo " <td>
<code>";
// line 50
echo twig_escape_filter($this->env, $this->getAttribute($context["partition"], "getExpression", [], "method"), "html", null, true);
// line 51
echo ((($this->getAttribute($context["partition"], "getMethod", [], "method") == "LIST")) ? (" IN (") : (" < "));
// line 52
echo twig_escape_filter($this->env, $this->getAttribute($context["partition"], "getDescription", [], "method"), "html", null, true);
// line 53
echo ((($this->getAttribute($context["partition"], "getMethod", [], "method") == "LIST")) ? (")") : (""));
// line 54
echo "</code>
</td>
";
}
// line 57
echo " <td class=\"value\">";
echo twig_escape_filter($this->env, $this->getAttribute($context["partition"], "getRows", [], "method"), "html", null, true);
echo "</td>
<td class=\"value\">
";
// line 59
$context["data_length"] = PhpMyAdmin\Util::formatByteDown($this->getAttribute( // line 60
$context["partition"], "getDataLength", [], "method"), 3, 1);
// line 64
echo " <span>";
echo twig_escape_filter($this->env, $this->getAttribute(($context["data_length"] ?? null), 0, [], "array"), "html", null, true);
echo "</span>
<span class=\"unit\">";
// line 65
echo twig_escape_filter($this->env, $this->getAttribute(($context["data_length"] ?? null), 1, [], "array"), "html", null, true);
echo "</span>
</td>
<td class=\"value\">
";
// line 68
$context["index_length"] = PhpMyAdmin\Util::formatByteDown($this->getAttribute( // line 69
$context["partition"], "getIndexLength", [], "method"), 3, 1);
// line 73
echo " <span>";
echo twig_escape_filter($this->env, $this->getAttribute(($context["index_length"] ?? null), 0, [], "array"), "html", null, true);
echo "</span>
<span class=\"unit\">";
// line 74
echo twig_escape_filter($this->env, $this->getAttribute(($context["index_length"] ?? null), 1, [], "array"), "html", null, true);
echo "</span>
</td>
<td>";
// line 76
echo twig_escape_filter($this->env, $this->getAttribute($context["partition"], "getComment", [], "method"), "html", null, true);
echo "</td>
";
// line 77
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(($context["action_icons"] ?? null));
foreach ($context['_seq'] as $context["action"] => $context["icon"]) {
// line 78
echo " <td>
<a href=\"tbl_structure.php\" data-post=\"";
// line 79
echo twig_escape_filter($this->env, ($context["url_query"] ?? null), "html", null, true);
// line 80
echo "&partition_maintenance=1&sql_query=";
// line 81
echo twig_escape_filter($this->env, twig_urlencode_filter(((((("ALTER TABLE " . PhpMyAdmin\Util::backquote(($context["table"] ?? null))) . " ") . $context["action"]) . " PARTITION ") . $this->getAttribute( // line 82
$context["partition"], "getName", [], "method"))), "html", null, true);
echo "\"
id=\"partition_action_";
// line 83
echo twig_escape_filter($this->env, $context["action"], "html", null, true);
echo "\"
name=\"partition_action_";
// line 84
echo twig_escape_filter($this->env, $context["action"], "html", null, true);
echo "\"
class=\"ajax\">
";
// line 86
echo $context["icon"];
echo "
</a>
</td>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['action'], $context['icon'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 90
echo "
";
// line 91
if (($context["has_sub_partitions"] ?? null)) {
// line 92
echo " ";
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable($this->getAttribute($context["partition"], "getSubPartitions", [], "method"));
foreach ($context['_seq'] as $context["_key"] => $context["sub_partition"]) {
// line 93
echo " <tr class=\"noclick\">
<td></td>
<td>";
// line 95
echo twig_escape_filter($this->env, $this->getAttribute($context["sub_partition"], "getOrdinal", [], "method"), "html", null, true);
echo "</td>
<td>";
// line 96
echo twig_escape_filter($this->env, $this->getAttribute($context["sub_partition"], "getName", [], "method"), "html", null, true);
echo "</td>
";
// line 97
if (($context["has_description"] ?? null)) {
// line 98
echo " <td></td>
";
}
// line 100
echo " <td class=\"value\">";
echo twig_escape_filter($this->env, $this->getAttribute($context["sub_partition"], "getRows", [], "method"), "html", null, true);
echo "</td>
<td class=\"value\">
";
// line 102
$context["data_length"] = PhpMyAdmin\Util::formatByteDown($this->getAttribute( // line 103
$context["sub_partition"], "getDataLength", [], "method"), 3, 1);
// line 107
echo " <span>";
echo twig_escape_filter($this->env, $this->getAttribute(($context["data_length"] ?? null), 0, [], "array"), "html", null, true);
echo "</span>
<span class=\"unit\">";
// line 108
echo twig_escape_filter($this->env, $this->getAttribute(($context["data_length"] ?? null), 1, [], "array"), "html", null, true);
echo "</span>
</td>
<td class=\"value\">
";
// line 111
$context["index_length"] = PhpMyAdmin\Util::formatByteDown($this->getAttribute( // line 112
$context["sub_partition"], "getIndexLength", [], "method"), 3, 1);
// line 116
echo " <span>";
echo twig_escape_filter($this->env, $this->getAttribute(($context["index_length"] ?? null), 0, [], "array"), "html", null, true);
echo "</span>
<span class=\"unit\">";
// line 117
echo twig_escape_filter($this->env, $this->getAttribute(($context["index_length"] ?? null), 1, [], "array"), "html", null, true);
echo "</span>
</td>
<td>";
// line 119
echo twig_escape_filter($this->env, $this->getAttribute($context["sub_partition"], "getComment", [], "method"), "html", null, true);
echo "</td>
<td colspan=\"";
// line 120
echo ((($context["range_or_list"] ?? null)) ? ("7") : ("6"));
echo "\"></td>
</tr>
";
}
$_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 123
echo " ";
}
// line 124
echo " </tr>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['partition'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 126
echo " </tbody>
</table>
";
}
// line 129
echo " </fieldset>
<fieldset class=\"tblFooters print_ignore\">
<form action=\"tbl_structure.php\" method=\"post\">
";
// line 132
echo PhpMyAdmin\Url::getHiddenInputs(($context["db"] ?? null), ($context["table"] ?? null));
echo "
<input type=\"hidden\" name=\"edit_partitioning\" value=\"true\" />
";
// line 134
if (twig_test_empty(($context["partitions"] ?? null))) {
// line 135
echo " <input type=\"submit\" name=\"edit_partitioning\" value=\"";
echo _gettext("Partition table");
echo "\" />
";
} else {
// line 137
echo " ";
echo PhpMyAdmin\Util::linkOrButton(($context["remove_url"] ?? null), _gettext("Remove partitioning"), ["class" => "button ajax", "id" => "remove_partitioning"]);
// line 140
echo "
<input type=\"submit\" name=\"edit_partitioning\" value=\"";
// line 141
echo _gettext("Edit partitioning");
echo "\" />
";
}
// line 143
echo " </form>
</fieldset>
</div>
";
}
public function getTemplateName()
{
return "table/structure/display_partitions.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 364 => 143, 359 => 141, 356 => 140, 353 => 137, 347 => 135, 345 => 134, 340 => 132, 335 => 129, 330 => 126, 323 => 124, 320 => 123, 311 => 120, 307 => 119, 302 => 117, 297 => 116, 295 => 112, 294 => 111, 288 => 108, 283 => 107, 281 => 103, 280 => 102, 274 => 100, 270 => 98, 268 => 97, 264 => 96, 260 => 95, 256 => 93, 251 => 92, 249 => 91, 246 => 90, 236 => 86, 231 => 84, 227 => 83, 223 => 82, 222 => 81, 220 => 80, 218 => 79, 215 => 78, 211 => 77, 207 => 76, 202 => 74, 197 => 73, 195 => 69, 194 => 68, 188 => 65, 183 => 64, 181 => 60, 180 => 59, 174 => 57, 169 => 54, 167 => 53, 165 => 52, 163 => 51, 161 => 50, 158 => 48, 156 => 47, 151 => 46, 145 => 44, 138 => 41, 136 => 40, 131 => 39, 127 => 38, 121 => 34, 119 => 33, 115 => 32, 111 => 31, 107 => 30, 103 => 29, 98 => 28, 92 => 26, 90 => 25, 86 => 24, 80 => 20, 71 => 17, 69 => 16, 66 => 15, 64 => 14, 56 => 12, 54 => 11, 51 => 10, 45 => 8, 43 => 7, 37 => 5, 35 => 4, 30 => 1,);
}
/** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */
public function getSource()
{
@trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED);
return $this->getSourceContext()->getCode();
}
public function getSourceContext()
{
return new Source("", "table/structure/display_partitions.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/table/structure/display_partitions.twig");
}
}
1e/1e9b57242bde07a48c6d767229152628f2d01ed2855dad84672dca56a193a084.php 0000644 00000003064 15152073666 0016165 0 ustar 00 <?php
/* fk_checkbox.twig */
class __TwigTemplate_d7e2924504f6b568c6be06bd7b8eab15a20def57f56ccfb47bed4c0fadc6c5b7 extends Twig_Template
{
public function __construct(Twig_Environment $env)
{
parent::__construct($env);
$this->parent = false;
$this->blocks = array(
);
}
protected function doDisplay(array $context, array $blocks = array())
{
// line 1
echo "<input type=\"hidden\" name=\"fk_checks\" value=\"0\">
<input type=\"checkbox\" name=\"fk_checks\" id=\"fk_checks\" value=\"1\"";
// line 3
echo ((($context["checked"] ?? null)) ? (" checked") : (""));
echo ">
<label for=\"fk_checks\">";
// line 4
echo _gettext("Enable foreign key checks");
echo "</label>
";
}
public function getTemplateName()
{
return "fk_checkbox.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 26 => 4, 22 => 3, 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("", "fk_checkbox.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/fk_checkbox.twig");
}
}
1e/1e532643d154a5c2b2fd9b0d09cbce00bd7dc30f46f6b67d99df5dd785dd614c.php 0000644 00000003434 15152073666 0016762 0 ustar 00 <?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
/* display/results/empty_display.twig */
class __TwigTemplate_1966a65b03596792b4b2a1ee5fe2e67146cfa0efc9a621f4a5f2d45e2d39a953 extends \Twig\Template
{
public function __construct(Environment $env)
{
parent::__construct($env);
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
// line 1
echo "<td ";
echo twig_escape_filter($this->env, ($context["align"] ?? null), "html", null, true);
echo " class=\"";
echo twig_escape_filter($this->env, ($context["classes"] ?? null), "html", null, true);
echo "\"></td>
";
}
public function getTemplateName()
{
return "display/results/empty_display.twig";
}
public function isTraitable()
{
return false;
}
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("", "display/results/empty_display.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/display/results/empty_display.twig");
}
}
1e/1e9850abe3325fa00bb769df0f3fbde39c327e0d14e4c709c4a5b881df8c7ad8.php 0000644 00000007550 15152073666 0016767 0 ustar 00 <?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
/* config/form_display/fieldset_top.twig */
class __TwigTemplate_40481f7134e18d4e67c9717314a9fe9621ea83f7b7a51df3cf7a84a3962e3d0e extends \Twig\Template
{
public function __construct(Environment $env)
{
parent::__construct($env);
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
// line 1
echo "<fieldset";
// line 2
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(($context["attributes"] ?? null));
foreach ($context['_seq'] as $context["key"] => $context["value"]) {
// line 3
echo " ";
echo twig_escape_filter($this->env, $context["key"], "html", null, true);
echo "=\"";
echo twig_escape_filter($this->env, $context["value"], "html", null, true);
echo "\"";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['key'], $context['value'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 4
echo ">
<legend>";
// line 5
echo twig_escape_filter($this->env, ($context["title"] ?? null), "html", null, true);
echo "</legend>
";
// line 6
if ( !twig_test_empty(($context["description"] ?? null))) {
// line 7
echo " <p>";
echo ($context["description"] ?? null);
echo "</p>
";
}
// line 10
if ((twig_test_iterable(($context["errors"] ?? null)) && (twig_length_filter($this->env, ($context["errors"] ?? null)) > 0))) {
// line 11
echo " <dl class=\"errors\">
";
// line 12
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(($context["errors"] ?? null));
foreach ($context['_seq'] as $context["_key"] => $context["error"]) {
// line 13
echo " <dd>";
echo twig_escape_filter($this->env, $context["error"], "html", null, true);
echo "</dd>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['error'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 15
echo " </dl>
";
}
// line 17
echo "<table width=\"100%\" cellspacing=\"0\">
";
}
public function getTemplateName()
{
return "config/form_display/fieldset_top.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 83 => 17, 79 => 15, 70 => 13, 66 => 12, 63 => 11, 61 => 10, 55 => 7, 53 => 6, 49 => 5, 46 => 4, 36 => 3, 32 => 2, 30 => 1,);
}
/** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */
public function getSource()
{
@trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED);
return $this->getSourceContext()->getCode();
}
public function getSourceContext()
{
return new Source("", "config/form_display/fieldset_top.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/config/form_display/fieldset_top.twig");
}
}
eb/ebad70c3711a96854395e345192e3618a35739360804f28b54d23d4b49eca4b0.php 0000644 00000055462 15152073666 0016114 0 ustar 00 <?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
/* database/structure/structure_table_row.twig */
class __TwigTemplate_2eaec956bf63ceb1da413c2f5986d2015818c3882f58ec7882ec18c08a53a296 extends \Twig\Template
{
public function __construct(Environment $env)
{
parent::__construct($env);
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
// line 1
echo "<tr id=\"row_tbl_";
echo twig_escape_filter($this->env, ($context["curr"] ?? null), "html", null, true);
echo "\"";
echo ((($context["table_is_view"] ?? null)) ? (" class=\"is_view\"") : (""));
echo " data-filter-row=\"";
echo twig_escape_filter($this->env, twig_upper_filter($this->env, $this->getAttribute(($context["current_table"] ?? null), "TABLE_NAME", [], "array")), "html", null, true);
echo "\">
<td class=\"center print_ignore\">
<input type=\"checkbox\"
name=\"selected_tbl[]\"
class=\"";
// line 5
echo twig_escape_filter($this->env, ($context["input_class"] ?? null), "html", null, true);
echo "\"
value=\"";
// line 6
echo twig_escape_filter($this->env, $this->getAttribute(($context["current_table"] ?? null), "TABLE_NAME", [], "array"), "html", null, true);
echo "\"
id=\"checkbox_tbl_";
// line 7
echo twig_escape_filter($this->env, ($context["curr"] ?? null), "html", null, true);
echo "\" />
</td>
<th>
";
// line 10
echo ($context["browse_table_label"] ?? null);
echo "
";
// line 11
echo ($context["tracking_icon"] ?? null);
echo "
</th>
";
// line 13
if (($context["server_slave_status"] ?? null)) {
// line 14
echo " <td class=\"center\">
";
// line 15
echo ((($context["ignored"] ?? null)) ? (PhpMyAdmin\Util::getImage("s_cancel", _gettext("Not replicated"))) : (""));
echo "
";
// line 16
echo ((($context["do"] ?? null)) ? (PhpMyAdmin\Util::getImage("s_success", _gettext("Replicated"))) : (""));
echo "
</td>
";
}
// line 19
echo "
";
// line 21
echo " ";
if ((($context["num_favorite_tables"] ?? null) > 0)) {
// line 22
echo " <td class=\"center print_ignore\">
";
// line 24
echo " ";
$context["fav_params"] = ["db" => // line 25
($context["db"] ?? null), "ajax_request" => true, "favorite_table" => $this->getAttribute( // line 27
($context["current_table"] ?? null), "TABLE_NAME", [], "array"), ((( // line 28
($context["already_favorite"] ?? null)) ? ("remove") : ("add")) . "_favorite") => true];
// line 30
echo " ";
$this->loadTemplate("database/structure/favorite_anchor.twig", "database/structure/structure_table_row.twig", 30)->display(twig_to_array(["table_name_hash" => md5($this->getAttribute( // line 31
($context["current_table"] ?? null), "TABLE_NAME", [], "array")), "db_table_name_hash" => md5((( // line 32
($context["db"] ?? null) . ".") . $this->getAttribute(($context["current_table"] ?? null), "TABLE_NAME", [], "array"))), "fav_params" => // line 33
($context["fav_params"] ?? null), "already_favorite" => // line 34
($context["already_favorite"] ?? null), "titles" => // line 35
($context["titles"] ?? null)]));
// line 37
echo " </td>
";
}
// line 39
echo "
<td class=\"center print_ignore\">
";
// line 41
echo ($context["browse_table"] ?? null);
echo "
</td>
<td class=\"center print_ignore\">
<a href=\"tbl_structure.php";
// line 44
echo ($context["tbl_url_query"] ?? null);
echo "\">
";
// line 45
echo $this->getAttribute(($context["titles"] ?? null), "Structure", [], "array");
echo "
</a>
</td>
<td class=\"center print_ignore\">
";
// line 49
echo ($context["search_table"] ?? null);
echo "
</td>
";
// line 52
if ( !($context["db_is_system_schema"] ?? null)) {
// line 53
echo " <td class=\"insert_table center print_ignore\">
<a href=\"tbl_change.php";
// line 54
echo ($context["tbl_url_query"] ?? null);
echo "\">";
echo $this->getAttribute(($context["titles"] ?? null), "Insert", [], "array");
echo "</a>
</td>
<td class=\"center print_ignore\">";
// line 56
echo ($context["empty_table"] ?? null);
echo "</td>
<td class=\"center print_ignore\">
<a class=\"ajax drop_table_anchor";
// line 59
echo (((($context["table_is_view"] ?? null) || ($this->getAttribute(($context["current_table"] ?? null), "ENGINE", [], "array") == null))) ? (" view") : (""));
echo "\"
href=\"sql.php\" data-post=\"";
// line 60
echo ($context["tbl_url_query"] ?? null);
echo "&reload=1&purge=1&sql_query=";
// line 61
echo twig_escape_filter($this->env, twig_urlencode_filter(($context["drop_query"] ?? null)), "html", null, true);
echo "&message_to_show=";
echo twig_escape_filter($this->env, twig_urlencode_filter(($context["drop_message"] ?? null)), "html", null, true);
echo "\">
";
// line 62
echo $this->getAttribute(($context["titles"] ?? null), "Drop", [], "array");
echo "
</a>
</td>
";
}
// line 66
echo "
";
// line 67
if (($this->getAttribute(($context["current_table"] ?? null), "TABLE_ROWS", [], "array", true, true) && (($this->getAttribute( // line 68
($context["current_table"] ?? null), "ENGINE", [], "array") != null) || ($context["table_is_view"] ?? null)))) {
// line 69
echo " ";
// line 70
echo " ";
$context["row_count"] = PhpMyAdmin\Util::formatNumber($this->getAttribute(($context["current_table"] ?? null), "TABLE_ROWS", [], "array"), 0);
// line 71
echo "
";
// line 74
echo " <td class=\"value tbl_rows\"
data-table=\"";
// line 75
echo twig_escape_filter($this->env, $this->getAttribute(($context["current_table"] ?? null), "TABLE_NAME", [], "array"), "html", null, true);
echo "\">
";
// line 76
if (($context["approx_rows"] ?? null)) {
// line 77
echo " <a href=\"db_structure.php";
echo PhpMyAdmin\Url::getCommon(["ajax_request" => true, "db" => // line 79
($context["db"] ?? null), "table" => $this->getAttribute( // line 80
($context["current_table"] ?? null), "TABLE_NAME", [], "array"), "real_row_count" => "true"]);
// line 82
echo "\" class=\"ajax real_row_count\">
<bdi>
~";
// line 84
echo twig_escape_filter($this->env, ($context["row_count"] ?? null), "html", null, true);
echo "
</bdi>
</a>
";
} else {
// line 88
echo " ";
echo twig_escape_filter($this->env, ($context["row_count"] ?? null), "html", null, true);
echo "
";
}
// line 90
echo " ";
echo ($context["show_superscript"] ?? null);
echo "
</td>
";
// line 93
if ( !(($context["properties_num_columns"] ?? null) > 1)) {
// line 94
echo " <td class=\"nowrap\">
";
// line 95
if ( !twig_test_empty($this->getAttribute(($context["current_table"] ?? null), "ENGINE", [], "array"))) {
// line 96
echo " ";
echo twig_escape_filter($this->env, $this->getAttribute(($context["current_table"] ?? null), "ENGINE", [], "array"), "html", null, true);
echo "
";
} elseif ( // line 97
($context["table_is_view"] ?? null)) {
// line 98
echo " ";
echo _gettext("View");
// line 99
echo " ";
}
// line 100
echo " </td>
";
// line 101
if ((twig_length_filter($this->env, ($context["collation"] ?? null)) > 0)) {
// line 102
echo " <td class=\"nowrap\">
";
// line 103
echo ($context["collation"] ?? null);
echo "
</td>
";
}
// line 106
echo " ";
}
// line 107
echo "
";
// line 108
if (($context["is_show_stats"] ?? null)) {
// line 109
echo " <td class=\"value tbl_size\">
<a href=\"tbl_structure.php";
// line 110
echo ($context["tbl_url_query"] ?? null);
echo "#showusage\">
<span>";
// line 111
echo twig_escape_filter($this->env, ($context["formatted_size"] ?? null), "html", null, true);
echo "</span>
<span class=\"unit\">";
// line 112
echo twig_escape_filter($this->env, ($context["unit"] ?? null), "html", null, true);
echo "</span>
</a>
</td>
<td class=\"value tbl_overhead\">
";
// line 116
echo ($context["overhead"] ?? null);
echo "
</td>
";
}
// line 119
echo "
";
// line 120
if ( !(($context["show_charset"] ?? null) > 1)) {
// line 121
echo " ";
if ((twig_length_filter($this->env, ($context["charset"] ?? null)) > 0)) {
// line 122
echo " <td class=\"nowrap\">
";
// line 123
echo ($context["charset"] ?? null);
echo "
</td>
";
}
// line 126
echo " ";
}
// line 127
echo "
";
// line 128
if (($context["show_comment"] ?? null)) {
// line 129
echo " ";
$context["comment"] = $this->getAttribute(($context["current_table"] ?? null), "Comment", [], "array");
// line 130
echo " <td>
";
// line 131
if ((twig_length_filter($this->env, ($context["comment"] ?? null)) > ($context["limit_chars"] ?? null))) {
// line 132
echo " <abbr title=\"";
echo twig_escape_filter($this->env, ($context["comment"] ?? null), "html", null, true);
echo "\">
";
// line 133
echo twig_escape_filter($this->env, twig_slice($this->env, ($context["comment"] ?? null), 0, ($context["limit_chars"] ?? null)), "html", null, true);
echo "
...
</abbr>
";
} else {
// line 137
echo " ";
echo twig_escape_filter($this->env, ($context["comment"] ?? null), "html", null, true);
echo "
";
}
// line 139
echo " </td>
";
}
// line 141
echo "
";
// line 142
if (($context["show_creation"] ?? null)) {
// line 143
echo " <td class=\"value tbl_creation\">
";
// line 144
((($context["create_time"] ?? null)) ? (print (twig_escape_filter($this->env, PhpMyAdmin\Util::localisedDate(strtotime(($context["create_time"] ?? null))), "html", null, true))) : (print ("-")));
echo "
</td>
";
}
// line 147
echo "
";
// line 148
if (($context["show_last_update"] ?? null)) {
// line 149
echo " <td class=\"value tbl_last_update\">
";
// line 150
((($context["update_time"] ?? null)) ? (print (twig_escape_filter($this->env, PhpMyAdmin\Util::localisedDate(strtotime(($context["update_time"] ?? null))), "html", null, true))) : (print ("-")));
echo "
</td>
";
}
// line 153
echo "
";
// line 154
if (($context["show_last_check"] ?? null)) {
// line 155
echo " <td class=\"value tbl_last_check\">
";
// line 156
((($context["check_time"] ?? null)) ? (print (twig_escape_filter($this->env, PhpMyAdmin\Util::localisedDate(strtotime(($context["check_time"] ?? null))), "html", null, true))) : (print ("-")));
echo "
</td>
";
}
// line 159
echo "
";
} elseif ( // line 160
($context["table_is_view"] ?? null)) {
// line 161
echo " <td class=\"value tbl_rows\">-</td>
<td class=\"nowrap\">
";
// line 163
echo _gettext("View");
// line 164
echo " </td>
<td class=\"nowrap\">---</td>
";
// line 166
if (($context["is_show_stats"] ?? null)) {
// line 167
echo " <td class=\"value tbl_size\">-</td>
<td class=\"value tbl_overhead\">-</td>
";
}
// line 170
echo " ";
if (($context["show_charset"] ?? null)) {
// line 171
echo " <td></td>
";
}
// line 173
echo " ";
if (($context["show_comment"] ?? null)) {
// line 174
echo " <td></td>
";
}
// line 176
echo " ";
if (($context["show_creation"] ?? null)) {
// line 177
echo " <td class=\"value tbl_creation\">-</td>
";
}
// line 179
echo " ";
if (($context["show_last_update"] ?? null)) {
// line 180
echo " <td class=\"value tbl_last_update\">-</td>
";
}
// line 182
echo " ";
if (($context["show_last_check"] ?? null)) {
// line 183
echo " <td class=\"value tbl_last_check\">-</td>
";
}
// line 185
echo "
";
} else {
// line 187
echo " ";
$context["count"] = 0;
// line 188
echo " ";
if (($context["properties_num_columns"] ?? null)) {
// line 189
echo " ";
$context["count"] = (($context["count"] ?? null) + 2);
// line 190
echo " ";
}
// line 191
echo " ";
if (($context["is_show_stats"] ?? null)) {
// line 192
echo " ";
$context["count"] = (($context["count"] ?? null) + 2);
// line 193
echo " ";
}
// line 194
echo " ";
if (($context["show_charset"] ?? null)) {
// line 195
echo " ";
$context["count"] = (($context["count"] ?? null) + 1);
// line 196
echo " ";
}
// line 197
echo " ";
if (($context["show_comment"] ?? null)) {
// line 198
echo " ";
$context["count"] = (($context["count"] ?? null) + 1);
// line 199
echo " ";
}
// line 200
echo " ";
if (($context["show_creation"] ?? null)) {
// line 201
echo " ";
$context["count"] = (($context["count"] ?? null) + 1);
// line 202
echo " ";
}
// line 203
echo " ";
if (($context["show_last_update"] ?? null)) {
// line 204
echo " ";
$context["count"] = (($context["count"] ?? null) + 1);
// line 205
echo " ";
}
// line 206
echo " ";
if (($context["show_last_check"] ?? null)) {
// line 207
echo " ";
$context["count"] = (($context["count"] ?? null) + 1);
// line 208
echo " ";
}
// line 209
echo "
";
// line 210
if (($context["db_is_system_schema"] ?? null)) {
// line 211
echo " ";
$context["action_colspan"] = 3;
// line 212
echo " ";
} else {
// line 213
echo " ";
$context["action_colspan"] = 6;
// line 214
echo " ";
}
// line 215
echo " ";
if ((($context["num_favorite_tables"] ?? null) > 0)) {
// line 216
echo " ";
$context["action_colspan"] = (($context["action_colspan"] ?? null) + 1);
// line 217
echo " ";
}
// line 218
echo "
";
// line 219
$context["colspan_for_structure"] = (($context["action_colspan"] ?? null) + 3);
// line 220
echo " <td colspan=\"";
echo (((($context["colspan_for_structure"] ?? null) - ($context["db_is_system_schema"] ?? null))) ? (6) : (9));
echo "\"
class=\"center\">
";
// line 222
echo _gettext("in use");
// line 223
echo " </td>
";
}
// line 225
echo "</tr>
";
}
public function getTemplateName()
{
return "database/structure/structure_table_row.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 556 => 225, 552 => 223, 550 => 222, 544 => 220, 542 => 219, 539 => 218, 536 => 217, 533 => 216, 530 => 215, 527 => 214, 524 => 213, 521 => 212, 518 => 211, 516 => 210, 513 => 209, 510 => 208, 507 => 207, 504 => 206, 501 => 205, 498 => 204, 495 => 203, 492 => 202, 489 => 201, 486 => 200, 483 => 199, 480 => 198, 477 => 197, 474 => 196, 471 => 195, 468 => 194, 465 => 193, 462 => 192, 459 => 191, 456 => 190, 453 => 189, 450 => 188, 447 => 187, 443 => 185, 439 => 183, 436 => 182, 432 => 180, 429 => 179, 425 => 177, 422 => 176, 418 => 174, 415 => 173, 411 => 171, 408 => 170, 403 => 167, 401 => 166, 397 => 164, 395 => 163, 391 => 161, 389 => 160, 386 => 159, 380 => 156, 377 => 155, 375 => 154, 372 => 153, 366 => 150, 363 => 149, 361 => 148, 358 => 147, 352 => 144, 349 => 143, 347 => 142, 344 => 141, 340 => 139, 334 => 137, 327 => 133, 322 => 132, 320 => 131, 317 => 130, 314 => 129, 312 => 128, 309 => 127, 306 => 126, 300 => 123, 297 => 122, 294 => 121, 292 => 120, 289 => 119, 283 => 116, 276 => 112, 272 => 111, 268 => 110, 265 => 109, 263 => 108, 260 => 107, 257 => 106, 251 => 103, 248 => 102, 246 => 101, 243 => 100, 240 => 99, 237 => 98, 235 => 97, 230 => 96, 228 => 95, 225 => 94, 223 => 93, 216 => 90, 210 => 88, 203 => 84, 199 => 82, 197 => 80, 196 => 79, 194 => 77, 192 => 76, 188 => 75, 185 => 74, 182 => 71, 179 => 70, 177 => 69, 175 => 68, 174 => 67, 171 => 66, 164 => 62, 158 => 61, 155 => 60, 151 => 59, 146 => 56, 139 => 54, 136 => 53, 134 => 52, 128 => 49, 121 => 45, 117 => 44, 111 => 41, 107 => 39, 103 => 37, 101 => 35, 100 => 34, 99 => 33, 98 => 32, 97 => 31, 95 => 30, 93 => 28, 92 => 27, 91 => 25, 89 => 24, 86 => 22, 83 => 21, 80 => 19, 74 => 16, 70 => 15, 67 => 14, 65 => 13, 60 => 11, 56 => 10, 50 => 7, 46 => 6, 42 => 5, 30 => 1,);
}
/** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */
public function getSource()
{
@trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED);
return $this->getSourceContext()->getCode();
}
public function getSourceContext()
{
return new Source("", "database/structure/structure_table_row.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/database/structure/structure_table_row.twig");
}
}
b7/b765fe0ab2190734c51dd83b62fd25f7d18fdad6cfc85e5ebe122a4769c638eb.php 0000644 00000002761 15152073666 0017001 0 ustar 00 <?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
/* config/form_display/form_bottom.twig */
class __TwigTemplate_74f98235092f4c83ad79337b6902b29fb418e09473b8087995c5831742b0d532 extends \Twig\Template
{
public function __construct(Environment $env)
{
parent::__construct($env);
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
// line 1
echo "</form>
";
}
public function getTemplateName()
{
return "config/form_display/form_bottom.twig";
}
public function getDebugInfo()
{
return array ( 30 => 1,);
}
/** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */
public function getSource()
{
@trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED);
return $this->getSourceContext()->getCode();
}
public function getSourceContext()
{
return new Source("", "config/form_display/form_bottom.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/config/form_display/form_bottom.twig");
}
}
6c/6c9a7cd11578d393beebc51daa9a48d35c8b03d3a69fd786c55ceedf71a62d29.php 0000644 00000005461 15152073666 0017070 0 ustar 00 <?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
/* radio_fields.twig */
class __TwigTemplate_6ac18b95a2b9b464183dd1781216fdda1845cc4a9b49a4b14a0a46aa2f82bb5f extends \Twig\Template
{
public function __construct(Environment $env)
{
parent::__construct($env);
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
// line 1
if ( !twig_test_empty(($context["class"] ?? null))) {
// line 2
echo "<div class=\"";
echo twig_escape_filter($this->env, ($context["class"] ?? null), "html", null, true);
echo "\">
";
}
// line 4
echo "<input type=\"radio\" name=\"";
echo twig_escape_filter($this->env, ($context["html_field_name"] ?? null), "html", null, true);
echo "\" id=\"";
echo ($context["html_field_id"] ?? null);
echo "\" value=\"";
echo twig_escape_filter($this->env, ($context["choice_value"] ?? null), "html", null, true);
echo "\"";
echo ((($context["checked"] ?? null)) ? (" checked=\"checked\"") : (""));
echo " />
<label for=\"";
// line 5
echo ($context["html_field_id"] ?? null);
echo "\">";
echo ((($context["escape_label"] ?? null)) ? (twig_escape_filter($this->env, ($context["choice_label"] ?? null))) : (($context["choice_label"] ?? null)));
echo "</label>
";
// line 6
if (($context["is_line_break"] ?? null)) {
// line 7
echo "<br />
";
}
// line 9
if ( !twig_test_empty(($context["class"] ?? null))) {
// line 10
echo "</div>
";
}
}
public function getTemplateName()
{
return "radio_fields.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 63 => 10, 61 => 9, 57 => 7, 55 => 6, 49 => 5, 38 => 4, 32 => 2, 30 => 1,);
}
/** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */
public function getSource()
{
@trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED);
return $this->getSourceContext()->getCode();
}
public function getSourceContext()
{
return new Source("", "radio_fields.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/radio_fields.twig");
}
}
ba/ba1222445c245e14ad3e480e068c0914cc6538f0cde55af7c0b4f574a5ff441b.php 0000644 00000003075 15152073666 0016514 0 ustar 00 <?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
/* database/designer/canvas.twig */
class __TwigTemplate_822804e58bdfb34e2259a2f7ab315c84f6e3726e165887e3a5107a6104fe723f extends \Twig\Template
{
public function __construct(Environment $env)
{
parent::__construct($env);
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
// line 1
echo "<div id=\"osn_tab\">
<canvas class=\"designer\" id=\"canvas\" width=\"100\" height=\"100\"></canvas>
</div>
";
}
public function getTemplateName()
{
return "database/designer/canvas.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("", "database/designer/canvas.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/database/designer/canvas.twig");
}
}
ba/baac82815d6e45dde565a5232c86fddb501004d0855c31381257e419e482f2a8.php 0000644 00000003155 15152073666 0016307 0 ustar 00 <?php
/* javascript/display.twig */
class __TwigTemplate_7373de8e4375aba2f159d9d9001a5fa056ca4a83c3b5fddf7c42cb835992e74b extends Twig_Template
{
public function __construct(Twig_Environment $env)
{
parent::__construct($env);
$this->parent = false;
$this->blocks = array(
);
}
protected function doDisplay(array $context, array $blocks = array())
{
// line 1
echo "<script type=\"text/javascript\">
if (typeof configInlineParams === \"undefined\" || !Array.isArray(configInlineParams)) configInlineParams = [];
configInlineParams.push(function() {
";
// line 4
echo twig_join_filter(($context["js_array"] ?? null), ";
");
echo ";
});
if (typeof configScriptLoaded !== \"undefined\" && configInlineParams) loadInlineConfig();
</script>
";
}
public function getTemplateName()
{
return "javascript/display.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 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");
}
}
09/0909fed2c0396c3153399c0bfa88a233726b5c0fd3bfa93eb9024593d81743f4.php 0000644 00000005530 15152073666 0016172 0 ustar 00 <?php
/* display/results/table_navigation_button.twig */
class __TwigTemplate_e17fd2870c021f236a10f81f8a49f8e22887d9f420b66368ae2a96af112ac5ce extends Twig_Template
{
public function __construct(Twig_Environment $env)
{
parent::__construct($env);
$this->parent = false;
$this->blocks = array(
);
}
protected function doDisplay(array $context, array $blocks = array())
{
// line 1
echo "<td>
<form action=\"sql.php\" method=\"post\"";
// line 2
echo ($context["onsubmit"] ?? null);
echo ">
";
// line 3
echo PhpMyAdmin\Url::getHiddenInputs(($context["db"] ?? null), ($context["table"] ?? null));
echo "
<input type=\"hidden\" name=\"sql_query\" value=\"";
// line 4
echo ($context["sql_query"] ?? null);
echo "\" />
<input type=\"hidden\" name=\"pos\" value=\"";
// line 5
echo twig_escape_filter($this->env, ($context["pos"] ?? null), "html", null, true);
echo "\" />
<input type=\"hidden\" name=\"is_browse_distinct\" value=\"";
// line 6
echo twig_escape_filter($this->env, ($context["is_browse_distinct"] ?? null), "html", null, true);
echo "\" />
<input type=\"hidden\" name=\"goto\" value=\"";
// line 7
echo twig_escape_filter($this->env, ($context["goto"] ?? null), "html", null, true);
echo "\" />
";
// line 8
echo ($context["input_for_real_end"] ?? null);
echo "
<input type=\"submit\" name=\"navig\" class=\"ajax\" value=\"";
// line 9
echo ($context["caption_output"] ?? null);
echo "\" title=\"";
echo twig_escape_filter($this->env, ($context["title"] ?? null), "html", null, true);
echo "\"";
// line 10
echo ($context["onclick"] ?? null);
echo " />
</form>
</td>
";
}
public function getTemplateName()
{
return "display/results/table_navigation_button.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 55 => 10, 50 => 9, 46 => 8, 42 => 7, 38 => 6, 34 => 5, 30 => 4, 26 => 3, 22 => 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("", "display/results/table_navigation_button.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/display/results/table_navigation_button.twig");
}
}
51/51130e7f1972858480529492d8a20988d2ed59952b46ba2d48e76a2aafcc7020.php 0000644 00000004103 15152073666 0015753 0 ustar 00 <?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
/* database/structure/empty_table.twig */
class __TwigTemplate_fb1152b6d047ff373f15800c0e1c034dd85324e4b1fe40c8456dbb7c5c02523e extends \Twig\Template
{
public function __construct(Environment $env)
{
parent::__construct($env);
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
// line 1
echo "<a class=\"truncate_table_anchor ajax\" href=\"sql.php\" data-post=\"";
echo ($context["tbl_url_query"] ?? null);
echo "&sql_query=";
// line 2
echo twig_escape_filter($this->env, ($context["sql_query"] ?? null), "html", null, true);
echo "&message_to_show=";
echo twig_escape_filter($this->env, ($context["message_to_show"] ?? null), "html", null, true);
echo "\">
";
// line 3
echo ($context["title"] ?? null);
echo "
</a>
";
}
public function getTemplateName()
{
return "database/structure/empty_table.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 40 => 3, 34 => 2, 30 => 1,);
}
/** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */
public function getSource()
{
@trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED);
return $this->getSourceContext()->getCode();
}
public function getSourceContext()
{
return new Source("", "database/structure/empty_table.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/database/structure/empty_table.twig");
}
}
43/43cb8c5a42f17f780372a6d8b976cafccd1f95b8656d9d9638fca2bb2c0c1ee6.php 0000644 00000004530 15152073666 0016724 0 ustar 00 <?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
/* display/results/null_display.twig */
class __TwigTemplate_d94ee483a927ab0cb864f1b695d6c32230ab823635642909accfba01f7f62a57 extends \Twig\Template
{
public function __construct(Environment $env)
{
parent::__construct($env);
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
// line 1
echo "<td ";
echo twig_escape_filter($this->env, ($context["align"] ?? null), "html", null, true);
echo "
data-decimals=\"";
// line 2
(($this->getAttribute(($context["meta"] ?? null), "decimals", [], "any", true, true)) ? (print (twig_escape_filter($this->env, $this->getAttribute(($context["meta"] ?? null), "decimals", []), "html", null, true))) : (print ("-1")));
echo "\"
data-type=\"";
// line 3
echo twig_escape_filter($this->env, $this->getAttribute(($context["meta"] ?? null), "type", []), "html", null, true);
echo "\"
";
// line 5
echo " class=\"";
echo twig_escape_filter($this->env, ($context["classes"] ?? null), "html", null, true);
echo " null\">
<em>NULL</em>
</td>
";
}
public function getTemplateName()
{
return "display/results/null_display.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 43 => 5, 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("", "display/results/null_display.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/display/results/null_display.twig");
}
}
87/870638e5d5690f17cc64f71d4afb7ab8605a1e2516ad57a23f94158490ee7af8.php 0000644 00000005144 15152073666 0016277 0 ustar 00 <?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
/* display/results/multi_row_operations_form.twig */
class __TwigTemplate_f7fd8a0668d5b853c11120a7e362c792c5579821778cd8561b84a0ea3fbc2384 extends \Twig\Template
{
public function __construct(Environment $env)
{
parent::__construct($env);
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
// line 1
if (((($context["delete_link"] ?? null) == ($context["delete_row"] ?? null)) || (($context["delete_link"] ?? null) == ($context["kill_process"] ?? null)))) {
// line 2
echo " <form method=\"post\"
action=\"tbl_row_action.php\"
name=\"resultsForm\"
id=\"resultsForm_";
// line 5
echo twig_escape_filter($this->env, ($context["unique_id"] ?? null), "html", null, true);
echo "\"
class=\"ajax\">
";
// line 7
echo PhpMyAdmin\Url::getHiddenInputs(($context["db"] ?? null), ($context["table"] ?? null), 1);
echo "
<input type=\"hidden\" name=\"goto\" value=\"sql.php\" />
";
}
// line 10
echo "
<div class=\"responsivetable\">
<table class=\"table_results data ajax\" data-uniqueId=\"";
// line 12
echo twig_escape_filter($this->env, ($context["unique_id"] ?? null), "html", null, true);
echo "\">
";
}
public function getTemplateName()
{
return "display/results/multi_row_operations_form.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 52 => 12, 48 => 10, 42 => 7, 37 => 5, 32 => 2, 30 => 1,);
}
/** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */
public function getSource()
{
@trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED);
return $this->getSourceContext()->getCode();
}
public function getSourceContext()
{
return new Source("", "display/results/multi_row_operations_form.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/display/results/multi_row_operations_form.twig");
}
}
9e/9ed23d78fa40b109fca7524500b40ca83ceec9a3ab64d7c38d780c2acf911588.php 0000644 00000015244 15152073666 0016626 0 ustar 00 <?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
/* database/structure/check_all_tables.twig */
class __TwigTemplate_1c060684a1c35d868cfefd8f2a617bdede6f7fac3d156e06299b853eb32af55b extends \Twig\Template
{
public function __construct(Environment $env)
{
parent::__construct($env);
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
// line 1
echo "<div class=\"clearfloat print_ignore\">
<img class=\"selectallarrow\" src=\"";
// line 2
echo twig_escape_filter($this->env, ($context["pma_theme_image"] ?? null), "html", null, true);
echo "arrow_";
echo twig_escape_filter($this->env, ($context["text_dir"] ?? null), "html", null, true);
echo ".png\" width=\"38\" height=\"22\" alt=\"";
echo _gettext("With selected:");
echo "\" />
<input type=\"checkbox\" id=\"tablesForm_checkall\" class=\"checkall_box\" title=\"";
// line 3
echo _gettext("Check all");
echo "\" />
<label for=\"tablesForm_checkall\">";
// line 4
echo _gettext("Check all");
echo "</label>
";
// line 5
if ((($context["overhead_check"] ?? null) != "")) {
// line 6
echo " / <a href=\"#\" class=\"checkall-filter\" data-checkall-selector=\".tbl-overhead\">";
echo _gettext("Check tables having overhead");
echo "</a>
";
}
// line 8
echo " <select name=\"submit_mult\" style=\"margin: 0 3em 0 3em;\">
<option value=\"";
// line 9
echo _gettext("With selected:");
echo "\" selected=\"selected\">";
echo _gettext("With selected:");
echo "</option>
<option value=\"copy_tbl\">";
// line 10
echo _gettext("Copy table");
echo "</option>
<option value=\"show_create\">";
// line 11
echo _gettext("Show create");
echo "</option>
<option value=\"export\">";
// line 12
echo _gettext("Export");
echo "</option>
";
// line 13
if (( !($context["db_is_system_schema"] ?? null) && !($context["disable_multi_table"] ?? null))) {
// line 14
echo " <optgroup label=\"";
echo _gettext("Delete data or table");
echo "\">
<option value=\"empty_tbl\">";
// line 15
echo _gettext("Empty");
echo "</option>
<option value=\"drop_tbl\">";
// line 16
echo _gettext("Drop");
echo "</option>
</optgroup>
<optgroup label=\"";
// line 18
echo _gettext("Table maintenance");
echo "\">
<option value=\"analyze_tbl\">";
// line 19
echo _gettext("Analyze table");
echo "</option>
<option value=\"check_tbl\">";
// line 20
echo _gettext("Check table");
echo "</option>
<option value=\"checksum_tbl\">";
// line 21
echo _gettext("Checksum table");
echo "</option>
<option value=\"optimize_tbl\">";
// line 22
echo _gettext("Optimize table");
echo "</option>
<option value=\"repair_tbl\">";
// line 23
echo _gettext("Repair table");
echo "</option>
</optgroup>
<optgroup label=\"";
// line 25
echo _gettext("Prefix");
echo "\">
<option value=\"add_prefix_tbl\">";
// line 26
echo _gettext("Add prefix to table");
echo "</option>
<option value=\"replace_prefix_tbl\">";
// line 27
echo _gettext("Replace table prefix");
echo "</option>
<option value=\"copy_tbl_change_prefix\">";
// line 28
echo _gettext("Copy table with prefix");
echo "</option>
</optgroup>
";
}
// line 31
echo " ";
if (((isset($context["central_columns_work"]) || array_key_exists("central_columns_work", $context)) && ($context["central_columns_work"] ?? null))) {
// line 32
echo " <optgroup label=\"";
echo _gettext("Central columns");
echo "\">
<option value=\"sync_unique_columns_central_list\">";
// line 33
echo _gettext("Add columns to central list");
echo "</option>
<option value=\"delete_unique_columns_central_list\">";
// line 34
echo _gettext("Remove columns from central list");
echo "</option>
<option value=\"make_consistent_with_central_list\">";
// line 35
echo _gettext("Make consistent with central list");
echo "</option>
</optgroup>
";
}
// line 38
echo " </select>
";
// line 39
echo twig_join_filter(($context["hidden_fields"] ?? null), "
");
echo "
</div>
";
}
public function getTemplateName()
{
return "database/structure/check_all_tables.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 162 => 39, 159 => 38, 153 => 35, 149 => 34, 145 => 33, 140 => 32, 137 => 31, 131 => 28, 127 => 27, 123 => 26, 119 => 25, 114 => 23, 110 => 22, 106 => 21, 102 => 20, 98 => 19, 94 => 18, 89 => 16, 85 => 15, 80 => 14, 78 => 13, 74 => 12, 70 => 11, 66 => 10, 60 => 9, 57 => 8, 51 => 6, 49 => 5, 45 => 4, 41 => 3, 33 => 2, 30 => 1,);
}
/** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */
public function getSource()
{
@trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED);
return $this->getSourceContext()->getCode();
}
public function getSourceContext()
{
return new Source("", "database/structure/check_all_tables.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/database/structure/check_all_tables.twig");
}
}
b5/b5bf77144d9809c2d91514f2edc4311eb960b843385942dc757fbe55a3324266.php 0000644 00000034255 15152073666 0016126 0 ustar 00 <?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
/* console/display.twig */
class __TwigTemplate_66ff5c9ed0cff30140bd480a465979d493c5f46055764991b0aaeda69d99c5db extends \Twig\Template
{
public function __construct(Environment $env)
{
parent::__construct($env);
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
// line 1
echo "<div id=\"pma_console_container\">
<div id=\"pma_console\">
";
// line 4
echo " ";
$this->loadTemplate("console/toolbar.twig", "console/display.twig", 4)->display(twig_to_array(["parent_div_classes" => "collapsed", "content_array" => [0 => [0 => "switch_button console_switch", 1 => _gettext("Console"), "image" => // line 7
($context["image"] ?? null)], 1 => [0 => "button clear", 1 => _gettext("Clear")], 2 => [0 => "button history", 1 => _gettext("History")], 3 => [0 => "button options", 1 => _gettext("Options")], 4 => (( // line 11
(isset($context["cfg_bookmark"]) || array_key_exists("cfg_bookmark", $context))) ? ([0 => "button bookmarks", 1 => _gettext("Bookmarks")]) : (null)), 5 => [0 => "button debug hide", 1 => _gettext("Debug SQL")]]]));
// line 15
echo " ";
// line 16
echo " <div class=\"content\">
<div class=\"console_message_container\">
<div class=\"message welcome\">
<span id=\"instructions-0\">
";
// line 20
echo _gettext("Press Ctrl+Enter to execute query");
// line 21
echo " </span>
<span class=\"hide\" id=\"instructions-1\">
";
// line 23
echo _gettext("Press Enter to execute query");
// line 24
echo " </span>
</div>
";
// line 26
if ( !twig_test_empty(($context["sql_history"] ?? null))) {
// line 27
echo " ";
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(twig_reverse_filter($this->env, ($context["sql_history"] ?? null)));
foreach ($context['_seq'] as $context["_key"] => $context["record"]) {
// line 28
echo " <div class=\"message history collapsed hide";
// line 29
echo ((preg_match("@^SELECT[[:space:]]+@i", $this->getAttribute($context["record"], "sqlquery", [], "array"))) ? (" select") : (""));
echo "\"
targetdb=\"";
// line 30
echo twig_escape_filter($this->env, $this->getAttribute($context["record"], "db", [], "array"), "html", null, true);
echo "\" targettable=\"";
echo twig_escape_filter($this->env, $this->getAttribute($context["record"], "table", [], "array"), "html", null, true);
echo "\">
";
// line 31
$this->loadTemplate("console/query_action.twig", "console/display.twig", 31)->display(twig_to_array(["parent_div_classes" => "action_content", "content_array" => [0 => [0 => "action collapse", 1 => _gettext("Collapse")], 1 => [0 => "action expand", 1 => _gettext("Expand")], 2 => [0 => "action requery", 1 => _gettext("Requery")], 3 => [0 => "action edit", 1 => _gettext("Edit")], 4 => [0 => "action explain", 1 => _gettext("Explain")], 5 => [0 => "action profiling", 1 => _gettext("Profiling")], 6 => (( // line 40
(isset($context["cfg_bookmark"]) || array_key_exists("cfg_bookmark", $context))) ? ([0 => "action bookmark", 1 => _gettext("Bookmark")]) : (null)), 7 => [0 => "text failed", 1 => _gettext("Query failed")], 8 => [0 => "text targetdb", 1 => _gettext("Database"), "extraSpan" => $this->getAttribute( // line 42
$context["record"], "db", [], "array")], 9 => [0 => "text query_time", 1 => _gettext("Queried time"), "extraSpan" => (($this->getAttribute( // line 46
$context["record"], "timevalue", [], "array", true, true)) ? ($this->getAttribute( // line 47
$context["record"], "timevalue", [], "array")) : (_gettext("During current session")))]]]));
// line 51
echo " <span class=\"query\">";
echo twig_escape_filter($this->env, $this->getAttribute($context["record"], "sqlquery", [], "array"), "html", null, true);
echo "</span>
</div>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['record'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 54
echo " ";
}
// line 55
echo " </div><!-- console_message_container -->
<div class=\"query_input\">
<span class=\"console_query_input\"></span>
</div>
</div><!-- message end -->
";
// line 61
echo " <div class=\"mid_layer\"></div>
";
// line 63
echo " <div class=\"card\" id=\"debug_console\">
";
// line 64
$this->loadTemplate("console/toolbar.twig", "console/display.twig", 64)->display(twig_to_array(["parent_div_classes" => "", "content_array" => [0 => [0 => "button order order_asc", 1 => _gettext("ascending")], 1 => [0 => "button order order_desc", 1 => _gettext("descending")], 2 => [0 => "text", 1 => _gettext("Order:")], 3 => [0 => "switch_button", 1 => _gettext("Debug SQL")], 4 => [0 => "button order_by sort_count", 1 => _gettext("Count")], 5 => [0 => "button order_by sort_exec", 1 => _gettext("Execution order")], 6 => [0 => "button order_by sort_time", 1 => _gettext("Time taken")], 7 => [0 => "text", 1 => _gettext("Order by:")], 8 => [0 => "button group_queries", 1 => _gettext("Group queries")], 9 => [0 => "button ungroup_queries", 1 => _gettext("Ungroup queries")]]]));
// line 79
echo " <div class=\"content debug\">
<div class=\"message welcome\"></div>
<div class=\"debugLog\"></div>
</div> <!-- Content -->
<div class=\"templates\">
";
// line 84
$this->loadTemplate("console/query_action.twig", "console/display.twig", 84)->display(twig_to_array(["parent_div_classes" => "debug_query action_content", "content_array" => [0 => [0 => "action collapse", 1 => _gettext("Collapse")], 1 => [0 => "action expand", 1 => _gettext("Expand")], 2 => [0 => "action dbg_show_trace", 1 => _gettext("Show trace")], 3 => [0 => "action dbg_hide_trace", 1 => _gettext("Hide trace")], 4 => [0 => "text count hide", 1 => _gettext("Count")], 5 => [0 => "text time", 1 => _gettext("Time taken")]]]));
// line 95
echo " </div> <!-- Template -->
</div> <!-- Debug SQL card -->
";
// line 97
if (($context["cfg_bookmark"] ?? null)) {
// line 98
echo " <div class=\"card\" id=\"pma_bookmarks\">
";
// line 99
$this->loadTemplate("console/toolbar.twig", "console/display.twig", 99)->display(twig_to_array(["parent_div_classes" => "", "content_array" => [0 => [0 => "switch_button", 1 => _gettext("Bookmarks")], 1 => [0 => "button refresh", 1 => _gettext("Refresh")], 2 => [0 => "button add", 1 => _gettext("Add")]]]));
// line 107
echo " <div class=\"content bookmark\">
";
// line 108
echo ($context["bookmark_content"] ?? null);
echo "
</div>
<div class=\"mid_layer\"></div>
<div class=\"card add\">
";
// line 112
$this->loadTemplate("console/toolbar.twig", "console/display.twig", 112)->display(twig_to_array(["parent_div_classes" => "", "content_array" => [0 => [0 => "switch_button", 1 => _gettext("Add bookmark")]]]));
// line 118
echo " <div class=\"content add_bookmark\">
<div class=\"options\">
<label>
";
// line 121
echo _gettext("Label");
echo ": <input type=\"text\" name=\"label\">
</label>
<label>
";
// line 124
echo _gettext("Target database");
echo ": <input type=\"text\" name=\"targetdb\">
</label>
<label>
<input type=\"checkbox\" name=\"shared\">";
// line 127
echo _gettext("Share this bookmark");
// line 128
echo " </label>
<button type=\"submit\" name=\"submit\">";
// line 129
echo _gettext("OK");
echo "</button>
</div> <!-- options -->
<div class=\"query_input\">
<span class=\"bookmark_add_input\"></span>
</div>
</div>
</div> <!-- Add bookmark card -->
</div> <!-- Bookmarks card -->
";
}
// line 138
echo " ";
// line 139
echo " <div class=\"card\" id=\"pma_console_options\">
";
// line 140
$this->loadTemplate("console/toolbar.twig", "console/display.twig", 140)->display(twig_to_array(["parent_div_classes" => "", "content_array" => [0 => [0 => "switch_button", 1 => _gettext("Options")], 1 => [0 => "button default", 1 => _gettext("Set default")]]]));
// line 147
echo " <div class=\"content\">
<label>
<input type=\"checkbox\" name=\"always_expand\">";
// line 149
echo _gettext("Always expand query messages");
// line 150
echo " </label>
<br>
<label>
<input type=\"checkbox\" name=\"start_history\">";
// line 153
echo _gettext("Show query history at start");
// line 154
echo " </label>
<br>
<label>
<input type=\"checkbox\" name=\"current_query\">";
// line 157
echo _gettext("Show current browsing query");
// line 158
echo " </label>
<br>
<label>
<input type=\"checkbox\" name=\"enter_executes\">
";
// line 162
echo _gettext("Execute queries on Enter and insert new line with Shift + Enter. To make this permanent, view settings.");
// line 165
echo " </label>
<br>
<label>
<input type=\"checkbox\" name=\"dark_theme\">";
// line 168
echo _gettext("Switch to dark theme");
// line 169
echo " </label>
<br>
</div>
</div> <!-- Options card -->
<div class=\"templates\">
";
// line 175
echo " ";
$this->loadTemplate("console/query_action.twig", "console/display.twig", 175)->display(twig_to_array(["parent_div_classes" => "query_actions", "content_array" => [0 => [0 => "action collapse", 1 => _gettext("Collapse")], 1 => [0 => "action expand", 1 => _gettext("Expand")], 2 => [0 => "action requery", 1 => _gettext("Requery")], 3 => [0 => "action edit", 1 => _gettext("Edit")], 4 => [0 => "action explain", 1 => _gettext("Explain")], 5 => [0 => "action profiling", 1 => _gettext("Profiling")], 6 => (( // line 184
(isset($context["cfg_bookmark"]) || array_key_exists("cfg_bookmark", $context))) ? ([0 => "action bookmark", 1 => _gettext("Bookmark")]) : (null)), 7 => [0 => "text failed", 1 => _gettext("Query failed")], 8 => [0 => "text targetdb", 1 => _gettext("Database"), "extraSpan" => ""], 9 => [0 => "text query_time", 1 => _gettext("Queried time"), "extraSpan" => ""]]]));
// line 190
echo " </div>
</div> <!-- #console end -->
</div> <!-- #console_container end -->
";
}
public function getTemplateName()
{
return "console/display.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 231 => 190, 229 => 184, 227 => 175, 220 => 169, 218 => 168, 213 => 165, 211 => 162, 205 => 158, 203 => 157, 198 => 154, 196 => 153, 191 => 150, 189 => 149, 185 => 147, 183 => 140, 180 => 139, 178 => 138, 166 => 129, 163 => 128, 161 => 127, 155 => 124, 149 => 121, 144 => 118, 142 => 112, 135 => 108, 132 => 107, 130 => 99, 127 => 98, 125 => 97, 121 => 95, 119 => 84, 112 => 79, 110 => 64, 107 => 63, 104 => 61, 97 => 55, 94 => 54, 84 => 51, 82 => 47, 81 => 46, 80 => 42, 79 => 40, 78 => 31, 72 => 30, 68 => 29, 66 => 28, 61 => 27, 59 => 26, 55 => 24, 53 => 23, 49 => 21, 47 => 20, 41 => 16, 39 => 15, 37 => 11, 36 => 7, 34 => 4, 30 => 1,);
}
/** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */
public function getSource()
{
@trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED);
return $this->getSourceContext()->getCode();
}
public function getSourceContext()
{
return new Source("", "console/display.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/console/display.twig");
}
}
b5/b56b406a24364f88325a4abefaba525f3355222cd85457ef2f758f93580324fb.php 0000644 00000015244 15152073666 0016252 0 ustar 00 <?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
/* database/structure/check_all_tables.twig */
class __TwigTemplate_e49675888bbdc39022d0f8fa07985034dd0b94469ea50ec136995b74d1caaaf0 extends \Twig\Template
{
public function __construct(Environment $env)
{
parent::__construct($env);
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
// line 1
echo "<div class=\"clearfloat print_ignore\">
<img class=\"selectallarrow\" src=\"";
// line 2
echo twig_escape_filter($this->env, ($context["pma_theme_image"] ?? null), "html", null, true);
echo "arrow_";
echo twig_escape_filter($this->env, ($context["text_dir"] ?? null), "html", null, true);
echo ".png\" width=\"38\" height=\"22\" alt=\"";
echo _gettext("With selected:");
echo "\" />
<input type=\"checkbox\" id=\"tablesForm_checkall\" class=\"checkall_box\" title=\"";
// line 3
echo _gettext("Check all");
echo "\" />
<label for=\"tablesForm_checkall\">";
// line 4
echo _gettext("Check all");
echo "</label>
";
// line 5
if ((($context["overhead_check"] ?? null) != "")) {
// line 6
echo " / <a href=\"#\" class=\"checkall-filter\" data-checkall-selector=\".tbl-overhead\">";
echo _gettext("Check tables having overhead");
echo "</a>
";
}
// line 8
echo " <select name=\"submit_mult\" style=\"margin: 0 3em 0 3em;\">
<option value=\"";
// line 9
echo _gettext("With selected:");
echo "\" selected=\"selected\">";
echo _gettext("With selected:");
echo "</option>
<option value=\"copy_tbl\">";
// line 10
echo _gettext("Copy table");
echo "</option>
<option value=\"show_create\">";
// line 11
echo _gettext("Show create");
echo "</option>
<option value=\"export\">";
// line 12
echo _gettext("Export");
echo "</option>
";
// line 13
if (( !($context["db_is_system_schema"] ?? null) && !($context["disable_multi_table"] ?? null))) {
// line 14
echo " <optgroup label=\"";
echo _gettext("Delete data or table");
echo "\">
<option value=\"empty_tbl\">";
// line 15
echo _gettext("Empty");
echo "</option>
<option value=\"drop_tbl\">";
// line 16
echo _gettext("Drop");
echo "</option>
</optgroup>
<optgroup label=\"";
// line 18
echo _gettext("Table maintenance");
echo "\">
<option value=\"analyze_tbl\">";
// line 19
echo _gettext("Analyze table");
echo "</option>
<option value=\"check_tbl\">";
// line 20
echo _gettext("Check table");
echo "</option>
<option value=\"checksum_tbl\">";
// line 21
echo _gettext("Checksum table");
echo "</option>
<option value=\"optimize_tbl\">";
// line 22
echo _gettext("Optimize table");
echo "</option>
<option value=\"repair_tbl\">";
// line 23
echo _gettext("Repair table");
echo "</option>
</optgroup>
<optgroup label=\"";
// line 25
echo _gettext("Prefix");
echo "\">
<option value=\"add_prefix_tbl\">";
// line 26
echo _gettext("Add prefix to table");
echo "</option>
<option value=\"replace_prefix_tbl\">";
// line 27
echo _gettext("Replace table prefix");
echo "</option>
<option value=\"copy_tbl_change_prefix\">";
// line 28
echo _gettext("Copy table with prefix");
echo "</option>
</optgroup>
";
}
// line 31
echo " ";
if (((isset($context["central_columns_work"]) || array_key_exists("central_columns_work", $context)) && ($context["central_columns_work"] ?? null))) {
// line 32
echo " <optgroup label=\"";
echo _gettext("Central columns");
echo "\">
<option value=\"sync_unique_columns_central_list\">";
// line 33
echo _gettext("Add columns to central list");
echo "</option>
<option value=\"delete_unique_columns_central_list\">";
// line 34
echo _gettext("Remove columns from central list");
echo "</option>
<option value=\"make_consistent_with_central_list\">";
// line 35
echo _gettext("Make consistent with central list");
echo "</option>
</optgroup>
";
}
// line 38
echo " </select>
";
// line 39
echo twig_join_filter(($context["hidden_fields"] ?? null), "
");
echo "
</div>
";
}
public function getTemplateName()
{
return "database/structure/check_all_tables.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 162 => 39, 159 => 38, 153 => 35, 149 => 34, 145 => 33, 140 => 32, 137 => 31, 131 => 28, 127 => 27, 123 => 26, 119 => 25, 114 => 23, 110 => 22, 106 => 21, 102 => 20, 98 => 19, 94 => 18, 89 => 16, 85 => 15, 80 => 14, 78 => 13, 74 => 12, 70 => 11, 66 => 10, 60 => 9, 57 => 8, 51 => 6, 49 => 5, 45 => 4, 41 => 3, 33 => 2, 30 => 1,);
}
/** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */
public function getSource()
{
@trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED);
return $this->getSourceContext()->getCode();
}
public function getSourceContext()
{
return new Source("", "database/structure/check_all_tables.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/database/structure/check_all_tables.twig");
}
}
c7/c70df99bff2eea2f20aba19bbb7b8d5de327cecaedb5dc3d383203f7d3d02ad2.php 0000644 00000007401 15152073666 0017456 0 ustar 00 <?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
/* display/results/comment_for_row.twig */
class __TwigTemplate_9fa2e37db2d12c7d9cee30502de60fbd0f7e2b80272d160586dd219ddeb3a728 extends \Twig\Template
{
public function __construct(Environment $env)
{
parent::__construct($env);
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
// line 1
if (($this->getAttribute(($context["comments_map"] ?? null), $this->getAttribute(($context["fields_meta"] ?? null), "table", []), [], "array", true, true) && $this->getAttribute($this->getAttribute( // line 2
($context["comments_map"] ?? null), $this->getAttribute(($context["fields_meta"] ?? null), "table", []), [], "array", false, true), $this->getAttribute(($context["fields_meta"] ?? null), "name", []), [], "array", true, true))) {
// line 3
echo " <span class=\"tblcomment\" title=\"";
echo twig_escape_filter($this->env, $this->getAttribute($this->getAttribute(($context["comments_map"] ?? null), $this->getAttribute(($context["fields_meta"] ?? null), "table", []), [], "array"), $this->getAttribute(($context["fields_meta"] ?? null), "name", []), [], "array"), "html", null, true);
echo "\">
";
// line 4
if ((twig_length_filter($this->env, $this->getAttribute($this->getAttribute(($context["comments_map"] ?? null), $this->getAttribute(($context["fields_meta"] ?? null), "table", []), [], "array"), $this->getAttribute(($context["fields_meta"] ?? null), "name", []), [], "array")) > ($context["limit_chars"] ?? null))) {
// line 5
echo " ";
echo twig_escape_filter($this->env, twig_slice($this->env, $this->getAttribute($this->getAttribute(($context["comments_map"] ?? null), $this->getAttribute(($context["fields_meta"] ?? null), "table", []), [], "array"), $this->getAttribute(($context["fields_meta"] ?? null), "name", []), [], "array"), 0, ($context["limit_chars"] ?? null)), "html", null, true);
echo "ā¦
";
} else {
// line 7
echo " ";
echo twig_escape_filter($this->env, $this->getAttribute($this->getAttribute(($context["comments_map"] ?? null), $this->getAttribute(($context["fields_meta"] ?? null), "table", []), [], "array"), $this->getAttribute(($context["fields_meta"] ?? null), "name", []), [], "array"), "html", null, true);
echo "
";
}
// line 9
echo " </span>
";
}
}
public function getTemplateName()
{
return "display/results/comment_for_row.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 52 => 9, 46 => 7, 40 => 5, 38 => 4, 33 => 3, 31 => 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/comment_for_row.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/display/results/comment_for_row.twig");
}
}
fe/fe2c2d70c21835a3490d5ec2c25b84b76d1ced94a68ba62f741f18ef14c7437b.php 0000644 00000003356 15152073666 0016631 0 ustar 00 <?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
/* database/structure/search_table.twig */
class __TwigTemplate_261dfea0a67a08724b43a67f69704c21b5c0f220c37b771b2968ad03f8d65bf5 extends \Twig\Template
{
public function __construct(Environment $env)
{
parent::__construct($env);
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
// line 1
echo "<a href=\"tbl_select.php";
echo ($context["tbl_url_query"] ?? null);
echo "\">
";
// line 2
echo ($context["title"] ?? null);
echo "
</a>
";
}
public function getTemplateName()
{
return "database/structure/search_table.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 35 => 2, 30 => 1,);
}
/** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */
public function getSource()
{
@trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED);
return $this->getSourceContext()->getCode();
}
public function getSourceContext()
{
return new Source("", "database/structure/search_table.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/database/structure/search_table.twig");
}
}
f5/f5ce3321b733a88326e914e179a0ce440abd1b197c826e07ac4735abc47ebf1a.php 0000644 00000007722 15152073666 0016533 0 ustar 00 <?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
/* select_lang.twig */
class __TwigTemplate_459b6e3a78a45459d107941c81e677523bd30238e4902d8a28229c635a1aab44 extends \Twig\Template
{
public function __construct(Environment $env)
{
parent::__construct($env);
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
// line 1
echo " <form method=\"get\" action=\"index.php\" class=\"disableAjax\">
";
// line 2
echo PhpMyAdmin\Url::getHiddenInputs(($context["_form_params"] ?? null));
echo "
";
// line 4
if (($context["use_fieldset"] ?? null)) {
// line 5
echo " <fieldset>
<legend lang=\"en\" dir=\"ltr\">";
// line 6
echo ($context["language_title"] ?? null);
echo "</legend>
";
} else {
// line 8
echo " <bdo lang=\"en\" dir=\"ltr\">
<label for=\"sel-lang\">";
// line 9
echo ($context["language_title"] ?? null);
echo "</label>
</bdo>
";
}
// line 12
echo "
<select name=\"lang\" class=\"autosubmit\" lang=\"en\" dir=\"ltr\" id=\"sel-lang\">
";
// line 15
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(($context["available_languages"] ?? null));
foreach ($context['_seq'] as $context["_key"] => $context["language"]) {
// line 16
echo " ";
// line 17
echo " <option value=\"";
echo twig_escape_filter($this->env, twig_lower_filter($this->env, $this->getAttribute($context["language"], "getCode", [], "method")), "html", null, true);
echo "\"";
// line 18
if ($this->getAttribute($context["language"], "isActive", [], "method")) {
// line 19
echo " selected=\"selected\"";
}
// line 21
echo ">
";
// line 22
echo $this->getAttribute($context["language"], "getName", [], "method");
echo "
</option>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['language'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 25
echo "
</select>
";
// line 28
if (($context["use_fieldset"] ?? null)) {
// line 29
echo " </fieldset>
";
}
// line 31
echo "
</form>
";
}
public function getTemplateName()
{
return "select_lang.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 100 => 31, 96 => 29, 94 => 28, 89 => 25, 80 => 22, 77 => 21, 74 => 19, 72 => 18, 68 => 17, 66 => 16, 62 => 15, 57 => 12, 51 => 9, 48 => 8, 43 => 6, 40 => 5, 38 => 4, 33 => 2, 30 => 1,);
}
/** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */
public function getSource()
{
@trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED);
return $this->getSourceContext()->getCode();
}
public function getSourceContext()
{
return new Source("", "select_lang.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/select_lang.twig");
}
}
f5/f589c1ad0b7292d669068908a26101f0ae7b5db110ba174ebc5492c80bc08508.php 0000644 00000003356 15152073666 0016232 0 ustar 00 <?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
/* database/structure/search_table.twig */
class __TwigTemplate_f07439101cdcd049ce43a06c202f14104682e3a41886124546e8c5258e11a7c7 extends \Twig\Template
{
public function __construct(Environment $env)
{
parent::__construct($env);
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
// line 1
echo "<a href=\"tbl_select.php";
echo ($context["tbl_url_query"] ?? null);
echo "\">
";
// line 2
echo ($context["title"] ?? null);
echo "
</a>
";
}
public function getTemplateName()
{
return "database/structure/search_table.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 35 => 2, 30 => 1,);
}
/** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */
public function getSource()
{
@trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED);
return $this->getSourceContext()->getCode();
}
public function getSourceContext()
{
return new Source("", "database/structure/search_table.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/database/structure/search_table.twig");
}
}
f5/f5b10fef4d240b2fcb38e051eb38a7ef3e5816e128fb2d570e8807f7593855dc.php 0000644 00000015244 15152073666 0016567 0 ustar 00 <?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
/* database/structure/check_all_tables.twig */
class __TwigTemplate_5b5e8e5d65b69558a74cc603da4a905edca08e887c9f677103012b322db6ad0a extends \Twig\Template
{
public function __construct(Environment $env)
{
parent::__construct($env);
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
// line 1
echo "<div class=\"clearfloat print_ignore\">
<img class=\"selectallarrow\" src=\"";
// line 2
echo twig_escape_filter($this->env, ($context["pma_theme_image"] ?? null), "html", null, true);
echo "arrow_";
echo twig_escape_filter($this->env, ($context["text_dir"] ?? null), "html", null, true);
echo ".png\" width=\"38\" height=\"22\" alt=\"";
echo _gettext("With selected:");
echo "\" />
<input type=\"checkbox\" id=\"tablesForm_checkall\" class=\"checkall_box\" title=\"";
// line 3
echo _gettext("Check all");
echo "\" />
<label for=\"tablesForm_checkall\">";
// line 4
echo _gettext("Check all");
echo "</label>
";
// line 5
if ((($context["overhead_check"] ?? null) != "")) {
// line 6
echo " / <a href=\"#\" class=\"checkall-filter\" data-checkall-selector=\".tbl-overhead\">";
echo _gettext("Check tables having overhead");
echo "</a>
";
}
// line 8
echo " <select name=\"submit_mult\" style=\"margin: 0 3em 0 3em;\">
<option value=\"";
// line 9
echo _gettext("With selected:");
echo "\" selected=\"selected\">";
echo _gettext("With selected:");
echo "</option>
<option value=\"copy_tbl\">";
// line 10
echo _gettext("Copy table");
echo "</option>
<option value=\"show_create\">";
// line 11
echo _gettext("Show create");
echo "</option>
<option value=\"export\">";
// line 12
echo _gettext("Export");
echo "</option>
";
// line 13
if (( !($context["db_is_system_schema"] ?? null) && !($context["disable_multi_table"] ?? null))) {
// line 14
echo " <optgroup label=\"";
echo _gettext("Delete data or table");
echo "\">
<option value=\"empty_tbl\">";
// line 15
echo _gettext("Empty");
echo "</option>
<option value=\"drop_tbl\">";
// line 16
echo _gettext("Drop");
echo "</option>
</optgroup>
<optgroup label=\"";
// line 18
echo _gettext("Table maintenance");
echo "\">
<option value=\"analyze_tbl\">";
// line 19
echo _gettext("Analyze table");
echo "</option>
<option value=\"check_tbl\">";
// line 20
echo _gettext("Check table");
echo "</option>
<option value=\"checksum_tbl\">";
// line 21
echo _gettext("Checksum table");
echo "</option>
<option value=\"optimize_tbl\">";
// line 22
echo _gettext("Optimize table");
echo "</option>
<option value=\"repair_tbl\">";
// line 23
echo _gettext("Repair table");
echo "</option>
</optgroup>
<optgroup label=\"";
// line 25
echo _gettext("Prefix");
echo "\">
<option value=\"add_prefix_tbl\">";
// line 26
echo _gettext("Add prefix to table");
echo "</option>
<option value=\"replace_prefix_tbl\">";
// line 27
echo _gettext("Replace table prefix");
echo "</option>
<option value=\"copy_tbl_change_prefix\">";
// line 28
echo _gettext("Copy table with prefix");
echo "</option>
</optgroup>
";
}
// line 31
echo " ";
if (((isset($context["central_columns_work"]) || array_key_exists("central_columns_work", $context)) && ($context["central_columns_work"] ?? null))) {
// line 32
echo " <optgroup label=\"";
echo _gettext("Central columns");
echo "\">
<option value=\"sync_unique_columns_central_list\">";
// line 33
echo _gettext("Add columns to central list");
echo "</option>
<option value=\"delete_unique_columns_central_list\">";
// line 34
echo _gettext("Remove columns from central list");
echo "</option>
<option value=\"make_consistent_with_central_list\">";
// line 35
echo _gettext("Make consistent with central list");
echo "</option>
</optgroup>
";
}
// line 38
echo " </select>
";
// line 39
echo twig_join_filter(($context["hidden_fields"] ?? null), "
");
echo "
</div>
";
}
public function getTemplateName()
{
return "database/structure/check_all_tables.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 162 => 39, 159 => 38, 153 => 35, 149 => 34, 145 => 33, 140 => 32, 137 => 31, 131 => 28, 127 => 27, 123 => 26, 119 => 25, 114 => 23, 110 => 22, 106 => 21, 102 => 20, 98 => 19, 94 => 18, 89 => 16, 85 => 15, 80 => 14, 78 => 13, 74 => 12, 70 => 11, 66 => 10, 60 => 9, 57 => 8, 51 => 6, 49 => 5, 45 => 4, 41 => 3, 33 => 2, 30 => 1,);
}
/** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */
public function getSource()
{
@trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED);
return $this->getSourceContext()->getCode();
}
public function getSourceContext()
{
return new Source("", "database/structure/check_all_tables.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/database/structure/check_all_tables.twig");
}
}
5e/5eb7cb0434e4f6f220103fa8ac50cec253de92cbb6871aeb7b49526e07a90bb0.php 0000644 00000007107 15152073666 0016656 0 ustar 00 <?php
/* config/form_display/fieldset_top.twig */
class __TwigTemplate_845d95330ca550133fe27c3b823ba7fe2c538571dd8a7daf87978908e198fa07 extends Twig_Template
{
public function __construct(Twig_Environment $env)
{
parent::__construct($env);
$this->parent = false;
$this->blocks = array(
);
}
protected function doDisplay(array $context, array $blocks = array())
{
// line 1
echo "<fieldset";
// line 2
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(($context["attributes"] ?? null));
foreach ($context['_seq'] as $context["key"] => $context["value"]) {
// line 3
echo " ";
echo twig_escape_filter($this->env, $context["key"], "html", null, true);
echo "=\"";
echo twig_escape_filter($this->env, $context["value"], "html", null, true);
echo "\"";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['key'], $context['value'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 4
echo ">
<legend>";
// line 5
echo twig_escape_filter($this->env, ($context["title"] ?? null), "html", null, true);
echo "</legend>
";
// line 6
if ( !twig_test_empty(($context["description"] ?? null))) {
// line 7
echo " <p>";
echo ($context["description"] ?? null);
echo "</p>
";
}
// line 10
if ((twig_test_iterable(($context["errors"] ?? null)) && (twig_length_filter($this->env, ($context["errors"] ?? null)) > 0))) {
// line 11
echo " <dl class=\"errors\">
";
// line 12
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(($context["errors"] ?? null));
foreach ($context['_seq'] as $context["_key"] => $context["error"]) {
// line 13
echo " <dd>";
echo twig_escape_filter($this->env, $context["error"], "html", null, true);
echo "</dd>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['error'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 15
echo " </dl>
";
}
// line 17
echo "<table width=\"100%\" cellspacing=\"0\">
";
}
public function getTemplateName()
{
return "config/form_display/fieldset_top.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 72 => 17, 68 => 15, 59 => 13, 55 => 12, 52 => 11, 50 => 10, 44 => 7, 42 => 6, 38 => 5, 35 => 4, 25 => 3, 21 => 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("", "config/form_display/fieldset_top.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/config/form_display/fieldset_top.twig");
}
}
4f/4f7c1ace051b6b8cb85528aa8aef0052b72277f654cb4f13f2fc063f8529efe4.php 0000644 00000005011 15152073666 0016620 0 ustar 00 <?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
/* select_all.twig */
class __TwigTemplate_0928cd92a8887c1772238679a34b143f7a4411088f3f4b26a5ea1fbd52a50482 extends \Twig\Template
{
public function __construct(Environment $env)
{
parent::__construct($env);
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
// line 1
echo "<img class=\"selectallarrow\" src=\"";
echo twig_escape_filter($this->env, ($context["pma_theme_image"] ?? null), "html", null, true);
echo "arrow_";
echo twig_escape_filter($this->env, ($context["text_dir"] ?? null), "html", null, true);
echo ".png\"
width=\"38\" height=\"22\" alt=\"";
// line 2
echo _gettext("With selected:");
echo "\" />
<input type=\"checkbox\" id=\"";
// line 3
echo twig_escape_filter($this->env, ($context["form_name"] ?? null), "html", null, true);
echo "_checkall\" class=\"checkall_box\"
title=\"";
// line 4
echo _gettext("Check all");
echo "\" />
<label for=\"";
// line 5
echo twig_escape_filter($this->env, ($context["form_name"] ?? null), "html", null, true);
echo "_checkall\">";
echo _gettext("Check all");
echo "</label>
<i style=\"margin-left: 2em\">";
// line 6
echo _gettext("With selected:");
echo "</i>
";
}
public function getTemplateName()
{
return "select_all.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 55 => 6, 49 => 5, 45 => 4, 41 => 3, 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("", "select_all.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/select_all.twig");
}
}
4f/4fdac4484c2e50ea0816e754c1b35586c7f1ea35371b960bc876c201e40470eb.php 0000644 00000011041 15152073666 0016303 0 ustar 00 <?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
/* database/designer/table_list.twig */
class __TwigTemplate_62a33de8a20150771367310d92ed7b21a2abc5c8b13798797b938adca4a0d496 extends \Twig\Template
{
public function __construct(Environment $env)
{
parent::__construct($env);
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
// line 1
echo "<div id=\"layer_menu\" class=\"hide\">
<div class=\"center\">
<a href=\"#\" class=\"M_butt\" target=\"_self\" >
<img title=\"";
// line 4
echo _gettext("Hide/Show all");
echo "\"
alt=\"v\"
id=\"key_HS_all\"
src=\"";
// line 7
echo twig_escape_filter($this->env, $this->getAttribute(($context["theme"] ?? null), "getImgPath", [0 => "designer/downarrow1.png"], "method"), "html", null, true);
echo "\"
data-down=\"";
// line 8
echo twig_escape_filter($this->env, $this->getAttribute(($context["theme"] ?? null), "getImgPath", [0 => "designer/downarrow1.png"], "method"), "html", null, true);
echo "\"
data-right=\"";
// line 9
echo twig_escape_filter($this->env, $this->getAttribute(($context["theme"] ?? null), "getImgPath", [0 => "designer/rightarrow1.png"], "method"), "html", null, true);
echo "\" />
</a>
<a href=\"#\" class=\"M_butt\" target=\"_self\" >
<img alt=\"v\"
id=\"key_HS\"
title=\"";
// line 14
echo _gettext("Hide/Show tables with no relationship");
echo "\"
src=\"";
// line 15
echo twig_escape_filter($this->env, $this->getAttribute(($context["theme"] ?? null), "getImgPath", [0 => "designer/downarrow2.png"], "method"), "html", null, true);
echo "\"
data-down=\"";
// line 16
echo twig_escape_filter($this->env, $this->getAttribute(($context["theme"] ?? null), "getImgPath", [0 => "designer/downarrow2.png"], "method"), "html", null, true);
echo "\"
data-right=\"";
// line 17
echo twig_escape_filter($this->env, $this->getAttribute(($context["theme"] ?? null), "getImgPath", [0 => "designer/rightarrow2.png"], "method"), "html", null, true);
echo "\" />
</a>
</div>
<div id=\"id_scroll_tab\" class=\"scroll_tab\">
<table width=\"100%\" style=\"padding-left: 3px;\"></table>
</div>
";
// line 24
echo " <div class=\"center\">
";
// line 25
echo _gettext("Number of tables:");
echo " <span id=\"tables_counter\">0</span>
</div>
<div id=\"layer_menu_sizer\">
<div class=\"floatleft\">
<img class=\"icon\"
data-right=\"";
// line 30
echo twig_escape_filter($this->env, $this->getAttribute(($context["theme"] ?? null), "getImgPath", [0 => "designer/resizeright.png"], "method"), "html", null, true);
echo "\"
src=\"";
// line 31
echo twig_escape_filter($this->env, $this->getAttribute(($context["theme"] ?? null), "getImgPath", [0 => "designer/resize.png"], "method"), "html", null, true);
echo "\"/>
</div>
</div>
</div>
";
}
public function getTemplateName()
{
return "database/designer/table_list.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 93 => 31, 89 => 30, 81 => 25, 78 => 24, 69 => 17, 65 => 16, 61 => 15, 57 => 14, 49 => 9, 45 => 8, 41 => 7, 35 => 4, 30 => 1,);
}
/** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */
public function getSource()
{
@trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED);
return $this->getSourceContext()->getCode();
}
public function getSourceContext()
{
return new Source("", "database/designer/table_list.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/database/designer/table_list.twig");
}
}
61/61ceffa79330f535f3f38cddb03ed376bed6c7ae087ce415031307833d48d15c.php 0000644 00000004007 15152073666 0016461 0 ustar 00 <?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
/* display/export/options_output_radio.twig */
class __TwigTemplate_7a63a4176d5a325c2c276c9c49ab4b69fb637906c1665843846d3d29aafb1ccc extends \Twig\Template
{
public function __construct(Environment $env)
{
parent::__construct($env);
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
// line 1
echo "<li>
<input type=\"radio\" id=\"radio_view_as_text\" name=\"output_format\" value=\"astext\"";
// line 3
echo (((($context["has_repopulate"] ?? null) || (($context["export_asfile"] ?? null) == false))) ? (" checked") : (""));
echo ">
<label for=\"radio_view_as_text\">
";
// line 5
echo _gettext("View output as text");
// line 6
echo " </label>
</li>
";
}
public function getTemplateName()
{
return "display/export/options_output_radio.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 40 => 6, 38 => 5, 33 => 3, 30 => 1,);
}
/** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */
public function getSource()
{
@trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED);
return $this->getSourceContext()->getCode();
}
public function getSourceContext()
{
return new Source("", "display/export/options_output_radio.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/display/export/options_output_radio.twig");
}
}
61/61cf92e037fb131bad1ea24485b8e2ab7f0dd05dbe0bcdec85d8a96c80458223.php 0000644 00000005230 15152073666 0016657 0 ustar 00 <?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
/* navigation/logo.twig */
class __TwigTemplate_9e18a062e62ace32b2d7ec207f01cbbf6b90eaebe35a59ac9c379f3fb058a12d extends \Twig\Template
{
public function __construct(Environment $env)
{
parent::__construct($env);
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
// line 1
if (($context["display_logo"] ?? null)) {
// line 2
echo " <div id=\"pmalogo\">
";
// line 3
if (($context["use_logo_link"] ?? null)) {
// line 4
echo " <a href=\"";
echo (((isset($context["logo_link"]) || array_key_exists("logo_link", $context))) ? (_twig_default_filter(($context["logo_link"] ?? null), "#")) : ("#"));
echo "\"";
// line 5
(((isset($context["link_attribs"]) || array_key_exists("link_attribs", $context))) ? (print (twig_escape_filter($this->env, (" " . ($context["link_attribs"] ?? null)), "html", null, true))) : (print ("")));
echo ">
";
}
// line 7
echo " ";
echo ($context["logo"] ?? null);
echo "
";
// line 8
if (($context["use_logo_link"] ?? null)) {
// line 9
echo " </a>
";
}
// line 11
echo " </div>
";
}
}
public function getTemplateName()
{
return "navigation/logo.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 57 => 11, 53 => 9, 51 => 8, 46 => 7, 41 => 5, 37 => 4, 35 => 3, 32 => 2, 30 => 1,);
}
/** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */
public function getSource()
{
@trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED);
return $this->getSourceContext()->getCode();
}
public function getSourceContext()
{
return new Source("", "navigation/logo.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/navigation/logo.twig");
}
}
9a/9aa263deac408e8c43eff5d77f01e45cde3e518a1257cf84143450e09cb2c1ed.php 0000644 00000003525 15152073666 0016702 0 ustar 00 <?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
/* fk_checkbox.twig */
class __TwigTemplate_4f3f398e0fab1f5e78b2e91b7ac22f793f7dd2de80843973b7879f14d6327094 extends \Twig\Template
{
public function __construct(Environment $env)
{
parent::__construct($env);
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
// line 1
echo "<input type=\"hidden\" name=\"fk_checks\" value=\"0\">
<input type=\"checkbox\" name=\"fk_checks\" id=\"fk_checks\" value=\"1\"";
// line 3
echo ((($context["checked"] ?? null)) ? (" checked") : (""));
echo ">
<label for=\"fk_checks\">";
// line 4
echo _gettext("Enable foreign key checks");
echo "</label>
";
}
public function getTemplateName()
{
return "fk_checkbox.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 37 => 4, 33 => 3, 30 => 1,);
}
/** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */
public function getSource()
{
@trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED);
return $this->getSourceContext()->getCode();
}
public function getSourceContext()
{
return new Source("", "fk_checkbox.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/fk_checkbox.twig");
}
}
d2/d219f92a31cd381c43eb11f73caa2a3a0bed2e046546356aef3cce47e2569f26.php 0000644 00000007134 15152073666 0016600 0 ustar 00 <?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
/* display/export/options_output_compression.twig */
class __TwigTemplate_b4989e7a3c6b4f6505ec44c57842d4aebc973a103ef8b08502cfb03d40794431 extends \Twig\Template
{
public function __construct(Environment $env)
{
parent::__construct($env);
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
// line 1
if ((($context["is_zip"] ?? null) || ($context["is_gzip"] ?? null))) {
// line 2
echo " <li>
<label for=\"compression\" class=\"desc\">
";
// line 4
echo _gettext("Compression:");
// line 5
echo " </label>
<select id=\"compression\" name=\"compression\">
<option value=\"none\">";
// line 7
echo _gettext("None");
echo "</option>
";
// line 8
if (($context["is_zip"] ?? null)) {
// line 9
echo " <option value=\"zip\"";
// line 10
echo (((($context["selected_compression"] ?? null) == "zip")) ? (" selected") : (""));
echo ">
";
// line 11
echo _gettext("zipped");
// line 12
echo " </option>
";
}
// line 14
echo " ";
if (($context["is_gzip"] ?? null)) {
// line 15
echo " <option value=\"gzip\"";
// line 16
echo (((($context["selected_compression"] ?? null) == "gzip")) ? (" selected") : (""));
echo ">
";
// line 17
echo _gettext("gzipped");
// line 18
echo " </option>
";
}
// line 20
echo " </select>
</li>
";
} else {
// line 23
echo " <input type=\"hidden\" name=\"compression\" value=\"";
echo twig_escape_filter($this->env, ($context["selected_compression"] ?? null), "html", null, true);
echo "\">
";
}
}
public function getTemplateName()
{
return "display/export/options_output_compression.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 80 => 23, 75 => 20, 71 => 18, 69 => 17, 65 => 16, 63 => 15, 60 => 14, 56 => 12, 54 => 11, 50 => 10, 48 => 9, 46 => 8, 42 => 7, 38 => 5, 36 => 4, 32 => 2, 30 => 1,);
}
/** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */
public function getSource()
{
@trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED);
return $this->getSourceContext()->getCode();
}
public function getSourceContext()
{
return new Source("", "display/export/options_output_compression.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/display/export/options_output_compression.twig");
}
}
d2/d292074456cc49b63933f34078bdc1ddd5256dc5878d3712b714b4bc9c7f2ee2.php 0000644 00000005057 15152073666 0016343 0 ustar 00 <?php
/* database/create_table.twig */
class __TwigTemplate_38245d37065c201568bbeb8184f37754e94ce043a694923aaa048fc13c3a0e42 extends Twig_Template
{
public function __construct(Twig_Environment $env)
{
parent::__construct($env);
$this->parent = false;
$this->blocks = array(
);
}
protected function doDisplay(array $context, array $blocks = array())
{
// line 1
echo "<form id=\"create_table_form_minimal\" method=\"post\" action=\"tbl_create.php\" class=\"lock-page\">
<fieldset>
<legend>
";
// line 4
if (PhpMyAdmin\Util::showIcons("ActionLinksMode")) {
// line 5
echo PhpMyAdmin\Util::getImage("b_table_add");
}
// line 7
echo " ";
echo _gettext("Create table");
// line 8
echo " </legend>
";
// line 9
echo PhpMyAdmin\Url::getHiddenInputs(($context["db"] ?? null));
echo "
<div class=\"formelement\">
";
// line 11
echo _gettext("Name");
echo ":
<input type=\"text\" name=\"table\" maxlength=\"64\" size=\"30\" required=\"required\" />
</div>
<div class=\"formelement\">
";
// line 15
echo _gettext("Number of columns");
echo ":
<input type=\"number\" min=\"1\" name=\"num_fields\" value=\"4\" required=\"required\" />
</div>
<div class=\"clearfloat\"></div>
</fieldset>
<fieldset class=\"tblFooters\">
<input type=\"submit\" value=\"";
// line 21
echo _gettext("Go");
echo "\" />
</fieldset>
</form>
";
}
public function getTemplateName()
{
return "database/create_table.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 56 => 21, 47 => 15, 40 => 11, 35 => 9, 32 => 8, 29 => 7, 26 => 5, 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("", "database/create_table.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/database/create_table.twig");
}
}
d2/d26345c8e88fadf3eb0be0547f03a0b344287c38992d785e5921d752c6f83537.php 0000644 00000003346 15152073666 0016217 0 ustar 00 <?php
/* display/export/options_output_radio.twig */
class __TwigTemplate_9f3a74b1992c62ae6ec560febdcdea3d3cd9e0194084620bcc7db12c7533c970 extends Twig_Template
{
public function __construct(Twig_Environment $env)
{
parent::__construct($env);
$this->parent = false;
$this->blocks = array(
);
}
protected function doDisplay(array $context, array $blocks = array())
{
// line 1
echo "<li>
<input type=\"radio\" id=\"radio_view_as_text\" name=\"output_format\" value=\"astext\"";
// line 3
echo (((($context["has_repopulate"] ?? null) || (($context["export_asfile"] ?? null) == false))) ? (" checked") : (""));
echo ">
<label for=\"radio_view_as_text\">
";
// line 5
echo _gettext("View output as text");
// line 6
echo " </label>
</li>
";
}
public function getTemplateName()
{
return "display/export/options_output_radio.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 29 => 6, 27 => 5, 22 => 3, 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("", "display/export/options_output_radio.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/display/export/options_output_radio.twig");
}
}
e1/e19bec37117a894bfba199da72c15791811fc46ec800eb258e79b87eea789a91.php 0000644 00000003672 15152073666 0016523 0 ustar 00 <?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
/* database/structure/browse_table_label.twig */
class __TwigTemplate_706e9a07a33ad83049c7166bf6992f8dbdc7e1459bdafc63a113dfe3798fdbcc extends \Twig\Template
{
public function __construct(Environment $env)
{
parent::__construct($env);
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
// line 1
echo "<a href=\"sql.php";
echo ($context["tbl_url_query"] ?? null);
echo "&pos=0\" title=\"";
echo twig_escape_filter($this->env, ($context["title"] ?? null), "html", null, true);
echo "\">
";
// line 2
echo twig_escape_filter($this->env, ($context["truename"] ?? null), "html", null, true);
echo "
</a>
";
}
public function getTemplateName()
{
return "database/structure/browse_table_label.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 37 => 2, 30 => 1,);
}
/** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */
public function getSource()
{
@trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED);
return $this->getSourceContext()->getCode();
}
public function getSourceContext()
{
return new Source("", "database/structure/browse_table_label.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/database/structure/browse_table_label.twig");
}
}
30/30869320c4698ebc998451a23a559ff72da9344c670de7a7880d649953dba8b3.php 0000644 00000002770 15152073666 0016066 0 ustar 00 <?php
/* display/export/format_dropdown.twig */
class __TwigTemplate_f01d7b96c1434b9865824f6a961d162be9eb67c909f88539ef0f4afdae887589 extends Twig_Template
{
public function __construct(Twig_Environment $env)
{
parent::__construct($env);
$this->parent = false;
$this->blocks = array(
);
}
protected function doDisplay(array $context, array $blocks = array())
{
// line 1
echo "<div class=\"exportoptions\" id=\"format\">
<h3>";
// line 2
echo _gettext("Format:");
echo "</h3>
";
// line 3
echo ($context["dropdown"] ?? null);
echo "
</div>
";
}
public function getTemplateName()
{
return "display/export/format_dropdown.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 26 => 3, 22 => 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("", "display/export/format_dropdown.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/display/export/format_dropdown.twig");
}
}
30/3022c0af8d80e6584c73e6a7f4335e51bc1d475ba26f23be89524ee2efda5862.php 0000644 00000015604 15152073666 0016404 0 ustar 00 <?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
/* display/results/options_block.twig */
class __TwigTemplate_629e54b51a8c35604dd243efed905eab4fb88c9536e040854a71b6fd10e82ae9 extends \Twig\Template
{
public function __construct(Environment $env)
{
parent::__construct($env);
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
// line 1
echo "<form method=\"post\" action=\"sql.php\" name=\"displayOptionsForm\" class=\"ajax print_ignore\">
";
// line 2
echo PhpMyAdmin\Url::getHiddenInputs(["db" => // line 3
($context["db"] ?? null), "table" => // line 4
($context["table"] ?? null), "sql_query" => // line 5
($context["sql_query"] ?? null), "goto" => // line 6
($context["goto"] ?? null), "display_options_form" => 1]);
// line 8
echo "
";
// line 10
echo PhpMyAdmin\Util::getDivForSliderEffect("", _gettext("Options"));
echo "
<fieldset>
<div class=\"formelement\">
";
// line 14
echo " ";
echo PhpMyAdmin\Util::getRadioFields("pftext", ["P" => _gettext("Partial texts"), "F" => _gettext("Full texts")], // line 20
($context["pftext"] ?? null), true, true, "", ("pftext_" . // line 24
($context["unique_id"] ?? null)));
// line 25
echo "
</div>
";
// line 28
if ((($context["relwork"] ?? null) && ($context["displaywork"] ?? null))) {
// line 29
echo " <div class=\"formelement\">
";
// line 30
echo PhpMyAdmin\Util::getRadioFields("relational_display", ["K" => _gettext("Relational key"), "D" => _gettext("Display column for relationships")], // line 36
($context["relational_display"] ?? null), true, true, "", ("relational_display_" . // line 40
($context["unique_id"] ?? null)));
// line 41
echo "
</div>
";
}
// line 44
echo "
<div class=\"formelement\">
";
// line 46
$this->loadTemplate("checkbox.twig", "display/results/options_block.twig", 46)->display(twig_to_array(["html_field_name" => "display_binary", "label" => _gettext("Show binary contents"), "checked" => !twig_test_empty( // line 49
($context["display_binary"] ?? null)), "onclick" => false, "html_field_id" => ("display_binary_" . // line 51
($context["unique_id"] ?? null))]));
// line 53
echo " ";
$this->loadTemplate("checkbox.twig", "display/results/options_block.twig", 53)->display(twig_to_array(["html_field_name" => "display_blob", "label" => _gettext("Show BLOB contents"), "checked" => !twig_test_empty( // line 56
($context["display_blob"] ?? null)), "onclick" => false, "html_field_id" => ("display_blob_" . // line 58
($context["unique_id"] ?? null))]));
// line 60
echo " </div>
";
// line 66
echo " <div class=\"formelement\">
";
// line 67
$this->loadTemplate("checkbox.twig", "display/results/options_block.twig", 67)->display(twig_to_array(["html_field_name" => "hide_transformation", "label" => _gettext("Hide browser transformation"), "checked" => !twig_test_empty( // line 70
($context["hide_transformation"] ?? null)), "onclick" => false, "html_field_id" => ("hide_transformation_" . // line 72
($context["unique_id"] ?? null))]));
// line 74
echo " </div>
";
// line 77
if (($context["possible_as_geometry"] ?? null)) {
// line 78
echo " <div class=\"formelement\">
";
// line 79
echo PhpMyAdmin\Util::getRadioFields("geoOption", ["GEOM" => _gettext("Geometry"), "WKT" => _gettext("Well Known Text"), "WKB" => _gettext("Well Known Binary")], // line 86
($context["geo_option"] ?? null), true, true, "", ("geoOption_" . // line 90
($context["unique_id"] ?? null)));
// line 91
echo "
</div>
";
} else {
// line 94
echo " <div class=\"formelement\">
";
// line 95
echo twig_escape_filter($this->env, ($context["possible_as_geometry"] ?? null), "html", null, true);
echo "
";
// line 96
echo PhpMyAdmin\Util::getRadioFields("geoOption", ["WKT" => _gettext("Well Known Text"), "WKB" => _gettext("Well Known Binary")], // line 102
($context["geo_option"] ?? null), true, true, "", ("geoOption_" . // line 106
($context["unique_id"] ?? null)));
// line 107
echo "
</div>
";
}
// line 110
echo " <div class=\"clearfloat\"></div>
</fieldset>
<fieldset class=\"tblFooters\">
<input type=\"submit\" value=\"";
// line 114
echo _gettext("Go");
echo "\" />
</fieldset>
</div>";
// line 117
echo "</form>
";
}
public function getTemplateName()
{
return "display/results/options_block.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 143 => 117, 138 => 114, 132 => 110, 127 => 107, 125 => 106, 124 => 102, 123 => 96, 119 => 95, 116 => 94, 111 => 91, 109 => 90, 108 => 86, 107 => 79, 104 => 78, 102 => 77, 97 => 74, 95 => 72, 94 => 70, 93 => 67, 90 => 66, 86 => 60, 84 => 58, 83 => 56, 81 => 53, 79 => 51, 78 => 49, 77 => 46, 73 => 44, 68 => 41, 66 => 40, 65 => 36, 64 => 30, 61 => 29, 59 => 28, 54 => 25, 52 => 24, 51 => 20, 49 => 14, 43 => 10, 39 => 8, 37 => 6, 36 => 5, 35 => 4, 34 => 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/results/options_block.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/display/results/options_block.twig");
}
}
30/30a75d669914850f944163941c030c6b7f0b313937f3842e16de547f602f8500.php 0000644 00000021701 15152073666 0015444 0 ustar 00 <?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
/* database/structure/table_header.twig */
class __TwigTemplate_3c873a5ff819fb3ce34b568df229d7f8fe2da51871ef9476a0ae8ffa30a36b9d extends \Twig\Template
{
public function __construct(Environment $env)
{
parent::__construct($env);
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
// line 1
echo "<form method=\"post\" action=\"db_structure.php\" name=\"tablesForm\" id=\"tablesForm\">
";
// line 2
echo PhpMyAdmin\Url::getHiddenInputs(($context["db"] ?? null));
echo "
<div class=\"responsivetable\">
<table id=\"structureTable\" class=\"data\">
<thead>
<tr>
<th class=\"print_ignore\"></th>
<th>";
// line 8
echo PhpMyAdmin\Util::sortableTableHeader(_gettext("Table"), "table");
echo "</th>
";
// line 9
if (($context["replication"] ?? null)) {
// line 10
echo " <th>";
echo _gettext("Replication");
echo "</th>
";
}
// line 12
echo "
";
// line 13
if (($context["db_is_system_schema"] ?? null)) {
// line 14
echo " ";
$context["action_colspan"] = 3;
// line 15
echo " ";
} else {
// line 16
echo " ";
$context["action_colspan"] = 6;
// line 17
echo " ";
}
// line 18
echo " ";
if ((($context["num_favorite_tables"] ?? null) > 0)) {
// line 19
echo " ";
$context["action_colspan"] = (($context["action_colspan"] ?? null) + 1);
// line 20
echo " ";
}
// line 21
echo " <th colspan=\"";
echo twig_escape_filter($this->env, ($context["action_colspan"] ?? null), "html", null, true);
echo "\" class=\"print_ignore\">
";
// line 22
echo _gettext("Action");
// line 23
echo " </th>
";
// line 25
echo " <th>
";
// line 26
echo PhpMyAdmin\Util::sortableTableHeader(_gettext("Rows"), "records", "DESC");
echo "
";
// line 27
echo PhpMyAdmin\Util::showHint(PhpMyAdmin\Sanitize::sanitize(_gettext("May be approximate. Click on the number to get the exact count. See [doc@faq3-11]FAQ 3.11[/doc].")));
// line 29
echo "
</th>
";
// line 31
if ( !(($context["properties_num_columns"] ?? null) > 1)) {
// line 32
echo " <th>";
echo PhpMyAdmin\Util::sortableTableHeader(_gettext("Type"), "type");
echo "</th>
<th>";
// line 33
echo PhpMyAdmin\Util::sortableTableHeader(_gettext("Collation"), "collation");
echo "</th>
";
}
// line 35
echo "
";
// line 36
if (($context["is_show_stats"] ?? null)) {
// line 37
echo " ";
// line 38
echo " <th>";
echo PhpMyAdmin\Util::sortableTableHeader(_gettext("Size"), "size", "DESC");
echo "</th>
";
// line 40
echo " <th>";
echo PhpMyAdmin\Util::sortableTableHeader(_gettext("Overhead"), "overhead", "DESC");
echo "</th>
";
}
// line 42
echo "
";
// line 43
if (($context["show_charset"] ?? null)) {
// line 44
echo " <th>";
echo PhpMyAdmin\Util::sortableTableHeader(_gettext("Charset"), "charset");
echo "</th>
";
}
// line 46
echo "
";
// line 47
if (($context["show_comment"] ?? null)) {
// line 48
echo " <th>";
echo PhpMyAdmin\Util::sortableTableHeader(_gettext("Comment"), "comment");
echo "</th>
";
}
// line 50
echo "
";
// line 51
if (($context["show_creation"] ?? null)) {
// line 52
echo " ";
// line 53
echo " <th>";
echo PhpMyAdmin\Util::sortableTableHeader(_gettext("Creation"), "creation", "DESC");
echo "</th>
";
}
// line 55
echo "
";
// line 56
if (($context["show_last_update"] ?? null)) {
// line 57
echo " ";
// line 58
echo " <th>";
echo PhpMyAdmin\Util::sortableTableHeader(_gettext("Last update"), "last_update", "DESC");
echo "</th>
";
}
// line 60
echo "
";
// line 61
if (($context["show_last_check"] ?? null)) {
// line 62
echo " ";
// line 63
echo " <th>";
echo PhpMyAdmin\Util::sortableTableHeader(_gettext("Last check"), "last_check", "DESC");
echo "</th>
";
}
// line 65
echo " </tr>
</thead>
<tbody>
";
// line 68
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(($context["structure_table_rows"] ?? null));
foreach ($context['_seq'] as $context["_key"] => $context["structure_table_row"]) {
// line 69
echo " ";
$this->loadTemplate("database/structure/structure_table_row.twig", "database/structure/table_header.twig", 69)->display(twig_to_array($context["structure_table_row"]));
// line 70
echo " ";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['structure_table_row'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 71
echo " </tbody>
";
// line 72
if (($context["body_for_table_summary"] ?? null)) {
// line 73
echo " ";
$this->loadTemplate("database/structure/body_for_table_summary.twig", "database/structure/table_header.twig", 73)->display(twig_to_array(($context["body_for_table_summary"] ?? null)));
// line 74
echo " ";
}
// line 75
echo "</table>
</div>
";
// line 77
if (($context["check_all_tables"] ?? null)) {
// line 78
echo " ";
$this->loadTemplate("database/structure/check_all_tables.twig", "database/structure/table_header.twig", 78)->display(twig_to_array(($context["check_all_tables"] ?? null)));
}
// line 80
echo "</form>
";
}
public function getTemplateName()
{
return "database/structure/table_header.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 233 => 80, 229 => 78, 227 => 77, 223 => 75, 220 => 74, 217 => 73, 215 => 72, 212 => 71, 206 => 70, 203 => 69, 199 => 68, 194 => 65, 188 => 63, 186 => 62, 184 => 61, 181 => 60, 175 => 58, 173 => 57, 171 => 56, 168 => 55, 162 => 53, 160 => 52, 158 => 51, 155 => 50, 149 => 48, 147 => 47, 144 => 46, 138 => 44, 136 => 43, 133 => 42, 127 => 40, 122 => 38, 120 => 37, 118 => 36, 115 => 35, 110 => 33, 105 => 32, 103 => 31, 99 => 29, 97 => 27, 93 => 26, 90 => 25, 87 => 23, 85 => 22, 80 => 21, 77 => 20, 74 => 19, 71 => 18, 68 => 17, 65 => 16, 62 => 15, 59 => 14, 57 => 13, 54 => 12, 48 => 10, 46 => 9, 42 => 8, 33 => 2, 30 => 1,);
}
/** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */
public function getSource()
{
@trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED);
return $this->getSourceContext()->getCode();
}
public function getSourceContext()
{
return new Source("", "database/structure/table_header.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/database/structure/table_header.twig");
}
}
82/8232af9a7d14e95cc08fa950b43494acedfcecd4a553c0dc885f2199bc175a86.php 0000644 00000022604 15152073666 0016643 0 ustar 00 <?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
/* table/structure/display_table_stats.twig */
class __TwigTemplate_7337f7e2b8ae8aa24b3c773a034a3473d106aeba32ad2042394eba4c7399a1eb extends \Twig\Template
{
public function __construct(Environment $env)
{
parent::__construct($env);
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
// line 1
echo "<div id=\"tablestatistics\">
<fieldset>
<legend>";
// line 3
echo _gettext("Information");
echo "</legend>
";
// line 4
if ($this->getAttribute(($context["showtable"] ?? null), "TABLE_COMMENT", [], "array")) {
// line 5
echo " <p>
<strong>";
// line 6
echo _gettext("Table comments:");
echo "</strong>
";
// line 7
echo twig_escape_filter($this->env, $this->getAttribute(($context["showtable"] ?? null), "TABLE_COMMENT", [], "array"), "html", null, true);
echo "
</p>
";
}
// line 10
echo " <a id=\"showusage\"></a>
";
// line 12
if (( !($context["tbl_is_view"] ?? null) && !($context["db_is_system_schema"] ?? null))) {
// line 13
echo " <table id=\"tablespaceusage\" class=\"width100 data\">
<caption class=\"tblHeaders\">";
// line 14
echo _gettext("Space usage");
echo "</caption>
<tbody>
<tr>
<th class=\"name\">";
// line 17
echo _gettext("Data");
echo "</th>
<td class=\"value\">";
// line 18
echo twig_escape_filter($this->env, ($context["data_size"] ?? null), "html", null, true);
echo "</td>
<td class=\"unit\">";
// line 19
echo twig_escape_filter($this->env, ($context["data_unit"] ?? null), "html", null, true);
echo "</td>
</tr>
";
// line 22
if ((isset($context["index_size"]) || array_key_exists("index_size", $context))) {
// line 23
echo " <tr>
<th class=\"name\">";
// line 24
echo _gettext("Index");
echo "</th>
<td class=\"value\">";
// line 25
echo twig_escape_filter($this->env, ($context["index_size"] ?? null), "html", null, true);
echo "</td>
<td class=\"unit\">";
// line 26
echo twig_escape_filter($this->env, ($context["index_unit"] ?? null), "html", null, true);
echo "</td>
</tr>
";
}
// line 29
echo "
";
// line 30
if ((isset($context["free_size"]) || array_key_exists("free_size", $context))) {
// line 31
echo " <tr>
<th class=\"name\">";
// line 32
echo _gettext("Overhead");
echo "</th>
<td class=\"value\">";
// line 33
echo twig_escape_filter($this->env, ($context["free_size"] ?? null), "html", null, true);
echo "</td>
<td class=\"unit\">";
// line 34
echo twig_escape_filter($this->env, ($context["free_unit"] ?? null), "html", null, true);
echo "</td>
</tr>
<tr>
<th class=\"name\">";
// line 37
echo _gettext("Effective");
echo "</th>
<td class=\"value\">";
// line 38
echo twig_escape_filter($this->env, ($context["effect_size"] ?? null), "html", null, true);
echo "</td>
<td class=\"unit\">";
// line 39
echo twig_escape_filter($this->env, ($context["effect_unit"] ?? null), "html", null, true);
echo "</td>
</tr>
";
}
// line 42
echo "
";
// line 43
if (((isset($context["tot_size"]) || array_key_exists("tot_size", $context)) && (($context["mergetable"] ?? null) == false))) {
// line 44
echo " <tr>
<th class=\"name\">";
// line 45
echo _gettext("Total");
echo "</th>
<td class=\"value\">";
// line 46
echo twig_escape_filter($this->env, ($context["tot_size"] ?? null), "html", null, true);
echo "</td>
<td class=\"unit\">";
// line 47
echo twig_escape_filter($this->env, ($context["tot_unit"] ?? null), "html", null, true);
echo "</td>
</tr>
";
}
// line 50
echo "
";
// line 52
echo " ";
if (((isset($context["free_size"]) || array_key_exists("free_size", $context)) && (((( // line 53
($context["tbl_storage_engine"] ?? null) == "MYISAM") || ( // line 54
($context["tbl_storage_engine"] ?? null) == "ARIA")) || ( // line 55
($context["tbl_storage_engine"] ?? null) == "MARIA")) || ( // line 56
($context["tbl_storage_engine"] ?? null) == "BDB")))) {
// line 57
echo " <tr class=\"tblFooters print_ignore\">
<td colspan=\"3\" class=\"center\">
<a href=\"sql.php\" data-post=\"";
// line 59
echo twig_escape_filter($this->env, ($context["url_query"] ?? null), "html", null, true);
echo "&pos=0&sql_query=";
// line 60
echo twig_escape_filter($this->env, twig_urlencode_filter(("OPTIMIZE TABLE " . PhpMyAdmin\Util::backquote(($context["table"] ?? null)))), "html", null, true);
echo "\">
";
// line 61
echo PhpMyAdmin\Util::getIcon("b_tbloptimize", _gettext("Optimize table"));
echo "
</a>
</td>
</tr>
";
}
// line 66
echo " </tbody>
</table>
";
}
// line 69
echo "
";
// line 70
$this->loadTemplate("table/structure/row_stats_table.twig", "table/structure/display_table_stats.twig", 70)->display(twig_to_array(["showtable" => // line 71
($context["showtable"] ?? null), "tbl_collation" => // line 72
($context["tbl_collation"] ?? null), "is_innodb" => // line 73
($context["is_innodb"] ?? null), "mergetable" => // line 74
($context["mergetable"] ?? null), "avg_size" => (( // line 75
(isset($context["avg_size"]) || array_key_exists("avg_size", $context))) ? (($context["avg_size"] ?? null)) : (null)), "avg_unit" => (( // line 76
(isset($context["avg_unit"]) || array_key_exists("avg_unit", $context))) ? (($context["avg_unit"] ?? null)) : (null))]));
// line 78
echo " </fieldset>
</div>
";
}
public function getTemplateName()
{
return "table/structure/display_table_stats.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 204 => 78, 202 => 76, 201 => 75, 200 => 74, 199 => 73, 198 => 72, 197 => 71, 196 => 70, 193 => 69, 188 => 66, 180 => 61, 176 => 60, 173 => 59, 169 => 57, 167 => 56, 166 => 55, 165 => 54, 164 => 53, 162 => 52, 159 => 50, 153 => 47, 149 => 46, 145 => 45, 142 => 44, 140 => 43, 137 => 42, 131 => 39, 127 => 38, 123 => 37, 117 => 34, 113 => 33, 109 => 32, 106 => 31, 104 => 30, 101 => 29, 95 => 26, 91 => 25, 87 => 24, 84 => 23, 82 => 22, 76 => 19, 72 => 18, 68 => 17, 62 => 14, 59 => 13, 57 => 12, 53 => 10, 47 => 7, 43 => 6, 40 => 5, 38 => 4, 34 => 3, 30 => 1,);
}
/** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */
public function getSource()
{
@trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED);
return $this->getSourceContext()->getCode();
}
public function getSourceContext()
{
return new Source("", "table/structure/display_table_stats.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/table/structure/display_table_stats.twig");
}
}
18/18e8f1aa00c7ef9aaffa33bbcae73a5624b5b76a52a1e99ba323043be1094a26.php 0000644 00000007525 15152073666 0016652 0 ustar 00 <?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
/* columns_definitions/move_column.twig */
class __TwigTemplate_fcc0827d3bc314dbf181826006bb75eb44ec56bd3cb8e6cfcc116a9edee7a663 extends \Twig\Template
{
public function __construct(Environment $env)
{
parent::__construct($env);
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
// line 1
echo "<select 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 "\"
name=\"field_move_to[";
// line 2
echo twig_escape_filter($this->env, ($context["column_number"] ?? null), "html", null, true);
echo "]\"
size=\"1\"
width=\"5em\">
<option value=\"\" selected=\"selected\"> </option>
<option value=\"-first\"";
// line 6
echo (((($context["current_index"] ?? null) == 0)) ? (" disabled=\"disabled\"") : (""));
echo ">
";
// line 7
echo _gettext("first");
// line 8
echo " </option>
";
// line 9
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(range(0, (twig_length_filter($this->env, ($context["move_columns"] ?? null)) - 1)));
foreach ($context['_seq'] as $context["_key"] => $context["mi"]) {
// line 10
echo " <option value=\"";
echo twig_escape_filter($this->env, $this->getAttribute($this->getAttribute(($context["move_columns"] ?? null), $context["mi"], [], "array"), "name", []), "html", null, true);
echo "\"";
// line 11
echo ((((($context["current_index"] ?? null) == $context["mi"]) || (($context["current_index"] ?? null) == ($context["mi"] + 1)))) ? (" disabled=\"disabled\"") : (""));
echo ">
";
// line 12
echo twig_escape_filter($this->env, sprintf(_gettext("after %s"), PhpMyAdmin\Util::backquote(twig_escape_filter($this->env, $this->getAttribute($this->getAttribute(($context["move_columns"] ?? null), $context["mi"], [], "array"), "name", [])))), "html", null, true);
echo "
</option>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['mi'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 15
echo "</select>
";
}
public function getTemplateName()
{
return "columns_definitions/move_column.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 74 => 15, 65 => 12, 61 => 11, 57 => 10, 53 => 9, 50 => 8, 48 => 7, 44 => 6, 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("", "columns_definitions/move_column.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/columns_definitions/move_column.twig");
}
}
f9/f9d1bae0d1aad738fe11c6b918d6567a2748e5a6e6525d97292a729a282e63ea.php 0000644 00000004551 15152073666 0016514 0 ustar 00 <?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
/* display/export/selection.twig */
class __TwigTemplate_a6d48ef7f9de4ae2802f677ba874c28235cdf4986ffb9d955196152f535c6fbf extends \Twig\Template
{
public function __construct(Environment $env)
{
parent::__construct($env);
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
// line 1
echo "<div class=\"exportoptions\" id=\"databases_and_tables\">
";
// line 2
if ((($context["export_type"] ?? null) == "server")) {
// line 3
echo " <h3>";
echo _gettext("Databases:");
echo "</h3>
";
} elseif (( // line 4
($context["export_type"] ?? null) == "database")) {
// line 5
echo " <h3>";
echo _gettext("Tables:");
echo "</h3>
";
}
// line 7
echo " ";
if ( !twig_test_empty(($context["multi_values"] ?? null))) {
// line 8
echo " ";
echo ($context["multi_values"] ?? null);
echo "
";
}
// line 10
echo "</div>
";
}
public function getTemplateName()
{
return "display/export/selection.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 57 => 10, 51 => 8, 48 => 7, 42 => 5, 40 => 4, 35 => 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/selection.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/display/export/selection.twig");
}
}
11/11b67d2a424b2c830fa0970493ffc6a55f8af31dc7f6f1e0080424278be4112b.php 0000644 00000004101 15152073666 0016202 0 ustar 00 <?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
/* database/designer/js_fields.twig */
class __TwigTemplate_b8f73061d59ec4ad27fcdb53040d8883bb0bad40085713b9b93c159af029aab5 extends \Twig\Template
{
public function __construct(Environment $env)
{
parent::__construct($env);
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
// line 2
ob_start(function () { return ''; });
// line 3
echo "<script type=\"text/javascript\">
var designer_config = ";
// line 4
echo ($context["designer_config"] ?? null);
echo ";
</script>
";
$___internal_0ed07ebc890011d53516c7046850b4b938149aac1dee0762dec9764e762dc5b2_ = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 2
echo twig_spaceless($___internal_0ed07ebc890011d53516c7046850b4b938149aac1dee0762dec9764e762dc5b2_);
}
public function getTemplateName()
{
return "database/designer/js_fields.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 41 => 2, 35 => 4, 32 => 3, 30 => 2,);
}
/** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */
public function getSource()
{
@trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED);
return $this->getSourceContext()->getCode();
}
public function getSourceContext()
{
return new Source("", "database/designer/js_fields.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/database/designer/js_fields.twig");
}
}
c6/c6c0ee485613b11196a20d701ef7973746aa9efc18293b4325044ca42139b889.php 0000644 00000004516 15152073666 0016031 0 ustar 00 <?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
/* columns_definitions/column_comment.twig */
class __TwigTemplate_3a26e2037febf38b98c03970be60baaa2f8a303fb4c3e576d7b863d29f62c084 extends \Twig\Template
{
public function __construct(Environment $env)
{
parent::__construct($env);
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
// line 1
echo "<input 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=\"text\"
name=\"field_comments[";
// line 3
echo twig_escape_filter($this->env, ($context["column_number"] ?? null), "html", null, true);
echo "]\"
size=\"12\"
maxlength=\"";
// line 5
echo twig_escape_filter($this->env, ($context["max_length"] ?? null), "html", null, true);
echo "\"
value=\"";
// line 6
echo ($context["value"] ?? null);
echo "\"
class=\"textfield\" />
";
}
public function getTemplateName()
{
return "columns_definitions/column_comment.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 47 => 6, 43 => 5, 38 => 3, 30 => 1,);
}
/** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */
public function getSource()
{
@trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED);
return $this->getSourceContext()->getCode();
}
public function getSourceContext()
{
return new Source("", "columns_definitions/column_comment.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/columns_definitions/column_comment.twig");
}
}
c6/c678c09b1a8bde1f8fbdcbc4051398d0ef389d52860213263b868fe6a576011f.php 0000644 00000011000 15152073666 0016404 0 ustar 00 <?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
/* table/structure/action_row_in_structure_table.twig */
class __TwigTemplate_a282ec9df067780c37b6decf623005c1ea08975bc3c50102c34edc473c8dc800 extends \Twig\Template
{
public function __construct(Environment $env)
{
parent::__construct($env);
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
// line 1
echo "<li class=\"";
echo twig_escape_filter($this->env, ($context["class"] ?? null), "html", null, true);
echo "\">
";
// line 2
if (((((($context["type"] ?? null) == "text") || ( // line 3
($context["type"] ?? null) == "blob")) || ( // line 4
($context["tbl_storage_engine"] ?? null) == "ARCHIVE")) || // line 5
($context["has_field"] ?? null))) {
// line 6
echo " ";
echo $this->getAttribute(($context["titles"] ?? null), ("No" . ($context["action"] ?? null)), [], "array");
echo "
";
} else {
// line 8
echo " <a rel=\"samepage\" class=\"ajax add_key print_ignore";
// line 9
if (($context["has_link_class"] ?? null)) {
// line 10
echo " add_primary_key_anchor";
} elseif (( // line 11
($context["action"] ?? null) == "Index")) {
// line 12
echo " add_index_anchor";
} elseif (( // line 13
($context["action"] ?? null) == "Unique")) {
// line 14
echo " add_unique_anchor";
} elseif (( // line 15
($context["action"] ?? null) == "Spatial")) {
// line 16
echo " add_spatial_anchor";
}
// line 17
echo "\" href=\"tbl_structure.php\" data-post=\"";
echo ($context["url_query"] ?? null);
// line 18
echo "&add_key=1&sql_query=";
// line 19
echo twig_escape_filter($this->env, twig_urlencode_filter(((((((("ALTER TABLE " . PhpMyAdmin\Util::backquote( // line 20
($context["table"] ?? null))) . (( // line 21
($context["is_primary"] ?? null)) ? (((($context["primary"] ?? null)) ? (" DROP PRIMARY KEY,") : (""))) : (""))) . " ") . // line 23
($context["syntax"] ?? null)) . "(") . PhpMyAdmin\Util::backquote($this->getAttribute( // line 25
($context["row"] ?? null), "Field", [], "array"))) . ");")), "html", null, true);
// line 27
echo "&message_to_show=";
echo twig_escape_filter($this->env, twig_urlencode_filter(sprintf(($context["message"] ?? null), twig_escape_filter($this->env, $this->getAttribute(($context["row"] ?? null), "Field", [], "array")))), "html", null, true);
echo "\">
";
// line 28
echo $this->getAttribute(($context["titles"] ?? null), ($context["action"] ?? null), [], "array");
echo "
</a>
";
}
// line 31
echo "</li>
";
}
public function getTemplateName()
{
return "table/structure/action_row_in_structure_table.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 87 => 31, 81 => 28, 76 => 27, 74 => 25, 73 => 23, 72 => 21, 71 => 20, 70 => 19, 68 => 18, 65 => 17, 62 => 16, 60 => 15, 58 => 14, 56 => 13, 54 => 12, 52 => 11, 50 => 10, 48 => 9, 46 => 8, 40 => 6, 38 => 5, 37 => 4, 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/structure/action_row_in_structure_table.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/table/structure/action_row_in_structure_table.twig");
}
}
d6/d66c84e71db338af3aae5892c3b61f8d85d8bb63e2040876d5bbb84af484fb41.php 0000644 00000003672 15152073666 0016647 0 ustar 00 <?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
/* database/structure/browse_table_label.twig */
class __TwigTemplate_aa0eca1539838f30935864e9b7324dc4a3d6b916e2c6e88a7c323fbe59dc75df extends \Twig\Template
{
public function __construct(Environment $env)
{
parent::__construct($env);
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
// line 1
echo "<a href=\"sql.php";
echo ($context["tbl_url_query"] ?? null);
echo "&pos=0\" title=\"";
echo twig_escape_filter($this->env, ($context["title"] ?? null), "html", null, true);
echo "\">
";
// line 2
echo twig_escape_filter($this->env, ($context["truename"] ?? null), "html", null, true);
echo "
</a>
";
}
public function getTemplateName()
{
return "database/structure/browse_table_label.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 37 => 2, 30 => 1,);
}
/** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */
public function getSource()
{
@trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED);
return $this->getSourceContext()->getCode();
}
public function getSourceContext()
{
return new Source("", "database/structure/browse_table_label.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/database/structure/browse_table_label.twig");
}
}
21/21a3bee2bc40466295b888b9fec6fb9d77882a7cf061fd3f3d7194b5d54ab837.php 0000644 00000021701 15152073666 0016506 0 ustar 00 <?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
/* database/structure/table_header.twig */
class __TwigTemplate_1a603cb05b6d8044862518e5dc85d63e4e5dd0c2aa2341b2ecf013e7e4a96564 extends \Twig\Template
{
public function __construct(Environment $env)
{
parent::__construct($env);
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
// line 1
echo "<form method=\"post\" action=\"db_structure.php\" name=\"tablesForm\" id=\"tablesForm\">
";
// line 2
echo PhpMyAdmin\Url::getHiddenInputs(($context["db"] ?? null));
echo "
<div class=\"responsivetable\">
<table id=\"structureTable\" class=\"data\">
<thead>
<tr>
<th class=\"print_ignore\"></th>
<th>";
// line 8
echo PhpMyAdmin\Util::sortableTableHeader(_gettext("Table"), "table");
echo "</th>
";
// line 9
if (($context["replication"] ?? null)) {
// line 10
echo " <th>";
echo _gettext("Replication");
echo "</th>
";
}
// line 12
echo "
";
// line 13
if (($context["db_is_system_schema"] ?? null)) {
// line 14
echo " ";
$context["action_colspan"] = 3;
// line 15
echo " ";
} else {
// line 16
echo " ";
$context["action_colspan"] = 6;
// line 17
echo " ";
}
// line 18
echo " ";
if ((($context["num_favorite_tables"] ?? null) > 0)) {
// line 19
echo " ";
$context["action_colspan"] = (($context["action_colspan"] ?? null) + 1);
// line 20
echo " ";
}
// line 21
echo " <th colspan=\"";
echo twig_escape_filter($this->env, ($context["action_colspan"] ?? null), "html", null, true);
echo "\" class=\"print_ignore\">
";
// line 22
echo _gettext("Action");
// line 23
echo " </th>
";
// line 25
echo " <th>
";
// line 26
echo PhpMyAdmin\Util::sortableTableHeader(_gettext("Rows"), "records", "DESC");
echo "
";
// line 27
echo PhpMyAdmin\Util::showHint(PhpMyAdmin\Sanitize::sanitize(_gettext("May be approximate. Click on the number to get the exact count. See [doc@faq3-11]FAQ 3.11[/doc].")));
// line 29
echo "
</th>
";
// line 31
if ( !(($context["properties_num_columns"] ?? null) > 1)) {
// line 32
echo " <th>";
echo PhpMyAdmin\Util::sortableTableHeader(_gettext("Type"), "type");
echo "</th>
<th>";
// line 33
echo PhpMyAdmin\Util::sortableTableHeader(_gettext("Collation"), "collation");
echo "</th>
";
}
// line 35
echo "
";
// line 36
if (($context["is_show_stats"] ?? null)) {
// line 37
echo " ";
// line 38
echo " <th>";
echo PhpMyAdmin\Util::sortableTableHeader(_gettext("Size"), "size", "DESC");
echo "</th>
";
// line 40
echo " <th>";
echo PhpMyAdmin\Util::sortableTableHeader(_gettext("Overhead"), "overhead", "DESC");
echo "</th>
";
}
// line 42
echo "
";
// line 43
if (($context["show_charset"] ?? null)) {
// line 44
echo " <th>";
echo PhpMyAdmin\Util::sortableTableHeader(_gettext("Charset"), "charset");
echo "</th>
";
}
// line 46
echo "
";
// line 47
if (($context["show_comment"] ?? null)) {
// line 48
echo " <th>";
echo PhpMyAdmin\Util::sortableTableHeader(_gettext("Comment"), "comment");
echo "</th>
";
}
// line 50
echo "
";
// line 51
if (($context["show_creation"] ?? null)) {
// line 52
echo " ";
// line 53
echo " <th>";
echo PhpMyAdmin\Util::sortableTableHeader(_gettext("Creation"), "creation", "DESC");
echo "</th>
";
}
// line 55
echo "
";
// line 56
if (($context["show_last_update"] ?? null)) {
// line 57
echo " ";
// line 58
echo " <th>";
echo PhpMyAdmin\Util::sortableTableHeader(_gettext("Last update"), "last_update", "DESC");
echo "</th>
";
}
// line 60
echo "
";
// line 61
if (($context["show_last_check"] ?? null)) {
// line 62
echo " ";
// line 63
echo " <th>";
echo PhpMyAdmin\Util::sortableTableHeader(_gettext("Last check"), "last_check", "DESC");
echo "</th>
";
}
// line 65
echo " </tr>
</thead>
<tbody>
";
// line 68
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(($context["structure_table_rows"] ?? null));
foreach ($context['_seq'] as $context["_key"] => $context["structure_table_row"]) {
// line 69
echo " ";
$this->loadTemplate("database/structure/structure_table_row.twig", "database/structure/table_header.twig", 69)->display(twig_to_array($context["structure_table_row"]));
// line 70
echo " ";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['structure_table_row'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 71
echo " </tbody>
";
// line 72
if (($context["body_for_table_summary"] ?? null)) {
// line 73
echo " ";
$this->loadTemplate("database/structure/body_for_table_summary.twig", "database/structure/table_header.twig", 73)->display(twig_to_array(($context["body_for_table_summary"] ?? null)));
// line 74
echo " ";
}
// line 75
echo "</table>
</div>
";
// line 77
if (($context["check_all_tables"] ?? null)) {
// line 78
echo " ";
$this->loadTemplate("database/structure/check_all_tables.twig", "database/structure/table_header.twig", 78)->display(twig_to_array(($context["check_all_tables"] ?? null)));
}
// line 80
echo "</form>
";
}
public function getTemplateName()
{
return "database/structure/table_header.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 233 => 80, 229 => 78, 227 => 77, 223 => 75, 220 => 74, 217 => 73, 215 => 72, 212 => 71, 206 => 70, 203 => 69, 199 => 68, 194 => 65, 188 => 63, 186 => 62, 184 => 61, 181 => 60, 175 => 58, 173 => 57, 171 => 56, 168 => 55, 162 => 53, 160 => 52, 158 => 51, 155 => 50, 149 => 48, 147 => 47, 144 => 46, 138 => 44, 136 => 43, 133 => 42, 127 => 40, 122 => 38, 120 => 37, 118 => 36, 115 => 35, 110 => 33, 105 => 32, 103 => 31, 99 => 29, 97 => 27, 93 => 26, 90 => 25, 87 => 23, 85 => 22, 80 => 21, 77 => 20, 74 => 19, 71 => 18, 68 => 17, 65 => 16, 62 => 15, 59 => 14, 57 => 13, 54 => 12, 48 => 10, 46 => 9, 42 => 8, 33 => 2, 30 => 1,);
}
/** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */
public function getSource()
{
@trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED);
return $this->getSourceContext()->getCode();
}
public function getSourceContext()
{
return new Source("", "database/structure/table_header.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/database/structure/table_header.twig");
}
}
95/950dddeff5da362b75c2b9039271b7438b1506d2f030ae6cd6f2ee940b59fa72.php 0000644 00000007046 15152073666 0016474 0 ustar 00 <?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
/* list/unordered.twig */
class __TwigTemplate_87ddd94ae1365c0d40d17b286490aa31e880b7e57a1a880a9ed00129a207e1a1 extends \Twig\Template
{
public function __construct(Environment $env)
{
parent::__construct($env);
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
// line 1
echo "<ul";
if ( !twig_test_empty(($context["id"] ?? null))) {
echo " id=\"";
echo twig_escape_filter($this->env, ($context["id"] ?? null), "html", null, true);
echo "\"";
}
// line 2
if ( !twig_test_empty(($context["class"] ?? null))) {
echo " class=\"";
echo twig_escape_filter($this->env, ($context["class"] ?? null), "html", null, true);
echo "\"";
}
echo ">
";
// line 4
if ( !twig_test_empty(($context["items"] ?? null))) {
// line 5
echo " ";
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(($context["items"] ?? null));
foreach ($context['_seq'] as $context["_key"] => $context["item"]) {
// line 6
echo " ";
if ( !twig_test_iterable($context["item"])) {
// line 7
echo " ";
$context["item"] = ["content" => $context["item"]];
// line 8
echo " ";
}
// line 9
echo " ";
$this->loadTemplate("list/item.twig", "list/unordered.twig", 9)->display(twig_to_array($context["item"]));
// line 10
echo " ";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['item'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 11
echo " ";
} elseif ( !twig_test_empty(($context["content"] ?? null))) {
// line 12
echo " ";
echo ($context["content"] ?? null);
echo "
";
}
// line 14
echo "</ul>
";
}
public function getTemplateName()
{
return "list/unordered.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 80 => 14, 74 => 12, 71 => 11, 65 => 10, 62 => 9, 59 => 8, 56 => 7, 53 => 6, 48 => 5, 46 => 4, 37 => 2, 30 => 1,);
}
/** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */
public function getSource()
{
@trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED);
return $this->getSourceContext()->getCode();
}
public function getSourceContext()
{
return new Source("", "list/unordered.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/list/unordered.twig");
}
}
96/96c4c773b97fc6c1a0b90c658dbcf9fa57ad2e417f464da6f055724ca7d0b885.php 0000644 00000006142 15152073666 0016576 0 ustar 00 <?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
/* console/toolbar.twig */
class __TwigTemplate_1ee03e98d71d65252b27e3a1ce1a2855e78f39c55e108fa8af3676350b7fdf9c extends \Twig\Template
{
public function __construct(Environment $env)
{
parent::__construct($env);
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
// line 1
echo "<div class=\"toolbar ";
echo twig_escape_filter($this->env, ($context["parent_div_classes"] ?? null), "html", null, true);
echo "\">
";
// line 2
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(($context["content_array"] ?? null));
foreach ($context['_seq'] as $context["_key"] => $context["content"]) {
// line 3
echo " ";
if ((isset($context["content"]) || array_key_exists("content", $context))) {
// line 4
echo " <div class=\"";
echo twig_escape_filter($this->env, $this->getAttribute($context["content"], 0, [], "array"), "html", null, true);
echo "\">
";
// line 5
echo (($this->getAttribute($context["content"], "image", [], "array", true, true)) ? ($this->getAttribute($context["content"], "image", [], "array")) : (""));
echo "
<span>";
// line 6
echo twig_escape_filter($this->env, $this->getAttribute($context["content"], 1, [], "array"), "html", null, true);
echo "</span>
</div>
";
}
// line 9
echo " ";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['content'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 10
echo "</div>
";
}
public function getTemplateName()
{
return "console/toolbar.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 63 => 10, 57 => 9, 51 => 6, 47 => 5, 42 => 4, 39 => 3, 35 => 2, 30 => 1,);
}
/** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */
public function getSource()
{
@trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED);
return $this->getSourceContext()->getCode();
}
public function getSourceContext()
{
return new Source("", "console/toolbar.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/console/toolbar.twig");
}
}
96/96885525f00ce10c76c38335c2cf2e232a709122ae75937b4f2eafcdde7be991.php 0000644 00000005050 15152073666 0016337 0 ustar 00 <?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
/* config/form_display/fieldset_bottom.twig */
class __TwigTemplate_a696d8fc43f9f0ac038074baf54b893ce8d8faa3336094834d7c7fb88a49daee extends \Twig\Template
{
public function __construct(Environment $env)
{
parent::__construct($env);
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
// line 1
$context["colspan"] = 2;
// line 2
if (($context["is_setup"] ?? null)) {
// line 3
echo " ";
$context["colspan"] = (($context["colspan"] ?? null) + 1);
}
// line 5
if (($context["show_buttons"] ?? null)) {
// line 6
echo " <tr>
<td colspan=\"";
// line 7
echo twig_escape_filter($this->env, ($context["colspan"] ?? null), "html", null, true);
echo "\" class=\"lastrow\">
<input type=\"submit\" name=\"submit_save\" value=\"";
// line 8
echo _gettext("Apply");
echo "\" class=\"green\" />
<input type=\"button\" name=\"submit_reset\" value=\"";
// line 9
echo _gettext("Reset");
echo "\" />
</td>
</tr>
";
}
// line 13
echo "</table>
</fieldset>
";
}
public function getTemplateName()
{
return "config/form_display/fieldset_bottom.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 58 => 13, 51 => 9, 47 => 8, 43 => 7, 40 => 6, 38 => 5, 34 => 3, 32 => 2, 30 => 1,);
}
/** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */
public function getSource()
{
@trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED);
return $this->getSourceContext()->getCode();
}
public function getSourceContext()
{
return new Source("", "config/form_display/fieldset_bottom.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/config/form_display/fieldset_bottom.twig");
}
}
cc/ccb726244b12924b146fd2ecb99d5c0d41d0dce15d84681f00c0aab5af9d43a6.php 0000644 00000026507 15152073666 0016736 0 ustar 00 <?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
/* database/structure/body_for_table_summary.twig */
class __TwigTemplate_040e7a1b8118e4a4ec61ad7f9696a63656676c3e517b00e6d2ad32a90d910f92 extends \Twig\Template
{
public function __construct(Environment $env)
{
parent::__construct($env);
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
// line 1
echo "<tbody id=\"tbl_summary_row\">
<tr>
<th class=\"print_ignore\"></th>
<th class=\"tbl_num nowrap\">
";
// line 5
ob_start(function () { return ''; });
// line 6
echo _ngettext("%s table", "%s tables", abs(($context["num_tables"] ?? null)));
$context["num_tables_trans"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 8
echo " ";
echo twig_escape_filter($this->env, sprintf(($context["num_tables_trans"] ?? null), PhpMyAdmin\Util::formatNumber(($context["num_tables"] ?? null), 0)), "html", null, true);
echo "
</th>
";
// line 10
if (($context["server_slave_status"] ?? null)) {
// line 11
echo " <th>";
echo _gettext("Replication");
echo "</th>
";
}
// line 13
echo " ";
$context["sum_colspan"] = ((($context["db_is_system_schema"] ?? null)) ? (4) : (7));
// line 14
echo " ";
if ((($context["num_favorite_tables"] ?? null) == 0)) {
// line 15
echo " ";
$context["sum_colspan"] = (($context["sum_colspan"] ?? null) - 1);
// line 16
echo " ";
}
// line 17
echo " <th colspan=\"";
echo twig_escape_filter($this->env, ($context["sum_colspan"] ?? null), "html", null, true);
echo "\" class=\"print_ignore\">";
echo _gettext("Sum");
echo "</th>
";
// line 18
$context["row_count_sum"] = PhpMyAdmin\Util::formatNumber(($context["sum_entries"] ?? null), 0);
// line 19
echo " ";
// line 20
echo " ";
$context["row_sum_url"] = [];
// line 21
echo " ";
if ((isset($context["approx_rows"]) || array_key_exists("approx_rows", $context))) {
// line 22
echo " ";
$context["row_sum_url"] = ["ajax_request" => true, "db" => // line 24
($context["db"] ?? null), "real_row_count" => "true", "real_row_count_all" => "true"];
// line 28
echo " ";
}
// line 29
echo " ";
if (($context["approx_rows"] ?? null)) {
// line 30
echo " ";
ob_start(function () { return ''; });
// line 31
echo "<a href=\"db_structure.php";
// line 32
echo PhpMyAdmin\Url::getCommon(($context["row_sum_url"] ?? null));
echo "\" class=\"ajax row_count_sum\">~";
// line 33
echo twig_escape_filter($this->env, ($context["row_count_sum"] ?? null), "html", null, true);
// line 34
echo "</a>";
$context["cell_text"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 36
echo " ";
} else {
// line 37
echo " ";
$context["cell_text"] = ($context["row_count_sum"] ?? null);
// line 38
echo " ";
}
// line 39
echo " <th class=\"value tbl_rows\">";
echo twig_escape_filter($this->env, ($context["cell_text"] ?? null), "html", null, true);
echo "</th>
";
// line 40
if ( !(($context["properties_num_columns"] ?? null) > 1)) {
// line 41
echo " ";
// line 42
echo " ";
$context["default_engine"] = $this->getAttribute(($context["dbi"] ?? null), "fetchValue", [0 => "SELECT @@storage_engine;"], "method");
// line 43
echo " ";
if (twig_test_empty(($context["default_engine"] ?? null))) {
// line 44
echo " ";
// line 45
echo " ";
$context["default_engine"] = $this->getAttribute(($context["dbi"] ?? null), "fetchValue", [0 => "SELECT @@default_storage_engine;"], "method");
// line 46
echo " ";
}
// line 47
echo " <th class=\"center\">
<dfn title=\"";
// line 48
echo twig_escape_filter($this->env, sprintf(_gettext("%s is the default storage engine on this MySQL server."), ($context["default_engine"] ?? null)), "html", null, true);
echo "\">
";
// line 49
echo twig_escape_filter($this->env, ($context["default_engine"] ?? null), "html", null, true);
echo "
</dfn>
</th>
<th>
";
// line 53
if ( !twig_test_empty(($context["db_collation"] ?? null))) {
// line 54
echo " <dfn title=\"";
echo twig_escape_filter($this->env, PhpMyAdmin\Charsets::getCollationDescr(($context["db_collation"] ?? null)), "html", null, true);
echo " (";
echo _gettext("Default");
echo ")\">
";
// line 55
echo twig_escape_filter($this->env, ($context["db_collation"] ?? null), "html", null, true);
echo "
</dfn>
";
}
// line 58
echo " </th>
";
}
// line 60
echo "
";
// line 61
if (($context["is_show_stats"] ?? null)) {
// line 62
echo " ";
$context["sum"] = PhpMyAdmin\Util::formatByteDown(($context["sum_size"] ?? null), 3, 1);
// line 63
echo " ";
$context["sum_formatted"] = $this->getAttribute(($context["sum"] ?? null), 0, [], "array");
// line 64
echo " ";
$context["sum_unit"] = $this->getAttribute(($context["sum"] ?? null), 1, [], "array");
// line 65
echo " <th class=\"value tbl_size\">";
echo twig_escape_filter($this->env, ($context["sum_formatted"] ?? null), "html", null, true);
echo " ";
echo twig_escape_filter($this->env, ($context["sum_unit"] ?? null), "html", null, true);
echo "</th>
";
// line 67
$context["overhead"] = PhpMyAdmin\Util::formatByteDown(($context["overhead_size"] ?? null), 3, 1);
// line 68
echo " ";
$context["overhead_formatted"] = $this->getAttribute(($context["overhead"] ?? null), 0, [], "array");
// line 69
echo " ";
$context["overhead_unit"] = $this->getAttribute(($context["overhead"] ?? null), 1, [], "array");
// line 70
echo " <th class=\"value tbl_overhead\">";
echo twig_escape_filter($this->env, ($context["overhead_formatted"] ?? null), "html", null, true);
echo " ";
echo twig_escape_filter($this->env, ($context["overhead_unit"] ?? null), "html", null, true);
echo "</th>
";
}
// line 72
echo "
";
// line 73
if (($context["show_charset"] ?? null)) {
// line 74
echo " <th>";
echo twig_escape_filter($this->env, ($context["db_charset"] ?? null), "html", null, true);
echo "</th>
";
}
// line 76
echo " ";
if (($context["show_comment"] ?? null)) {
// line 77
echo " <th></th>
";
}
// line 79
echo " ";
if (($context["show_creation"] ?? null)) {
// line 80
echo " <th class=\"value tbl_creation\">
";
// line 81
((($context["create_time_all"] ?? null)) ? (print (twig_escape_filter($this->env, PhpMyAdmin\Util::localisedDate(strtotime(($context["create_time_all"] ?? null))), "html", null, true))) : (print ("-")));
echo "
</th>
";
}
// line 84
echo " ";
if (($context["show_last_update"] ?? null)) {
// line 85
echo " <th class=\"value tbl_last_update\">
";
// line 86
((($context["update_time_all"] ?? null)) ? (print (twig_escape_filter($this->env, PhpMyAdmin\Util::localisedDate(strtotime(($context["update_time_all"] ?? null))), "html", null, true))) : (print ("-")));
echo "
</th>
";
}
// line 89
echo " ";
if (($context["show_last_check"] ?? null)) {
// line 90
echo " <th class=\"value tbl_last_check\">
";
// line 91
((($context["check_time_all"] ?? null)) ? (print (twig_escape_filter($this->env, PhpMyAdmin\Util::localisedDate(strtotime(($context["check_time_all"] ?? null))), "html", null, true))) : (print ("-")));
echo "
</th>
";
}
// line 94
echo "</tr>
</tbody>
";
}
public function getTemplateName()
{
return "database/structure/body_for_table_summary.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 264 => 94, 258 => 91, 255 => 90, 252 => 89, 246 => 86, 243 => 85, 240 => 84, 234 => 81, 231 => 80, 228 => 79, 224 => 77, 221 => 76, 215 => 74, 213 => 73, 210 => 72, 202 => 70, 199 => 69, 196 => 68, 194 => 67, 186 => 65, 183 => 64, 180 => 63, 177 => 62, 175 => 61, 172 => 60, 168 => 58, 162 => 55, 155 => 54, 153 => 53, 146 => 49, 142 => 48, 139 => 47, 136 => 46, 133 => 45, 131 => 44, 128 => 43, 125 => 42, 123 => 41, 121 => 40, 116 => 39, 113 => 38, 110 => 37, 107 => 36, 104 => 34, 102 => 33, 99 => 32, 97 => 31, 94 => 30, 91 => 29, 88 => 28, 86 => 24, 84 => 22, 81 => 21, 78 => 20, 76 => 19, 74 => 18, 67 => 17, 64 => 16, 61 => 15, 58 => 14, 55 => 13, 49 => 11, 47 => 10, 41 => 8, 38 => 6, 36 => 5, 30 => 1,);
}
/** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */
public function getSource()
{
@trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED);
return $this->getSourceContext()->getCode();
}
public function getSourceContext()
{
return new Source("", "database/structure/body_for_table_summary.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/database/structure/body_for_table_summary.twig");
}
}
cc/cc739ee6ddf5ee440c28e1efceff30dd10a559f661a5b71aadd3af240d8374fe.php 0000644 00000002760 15152073666 0017343 0 ustar 00 <?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
/* config/form_display/tabs_bottom.twig */
class __TwigTemplate_0d8a588bcac9c9df65972dd26f6381426f25e97523bb67227440729df1033259 extends \Twig\Template
{
public function __construct(Environment $env)
{
parent::__construct($env);
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
// line 1
echo "</div>
";
}
public function getTemplateName()
{
return "config/form_display/tabs_bottom.twig";
}
public function getDebugInfo()
{
return array ( 30 => 1,);
}
/** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */
public function getSource()
{
@trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED);
return $this->getSourceContext()->getCode();
}
public function getSourceContext()
{
return new Source("", "config/form_display/tabs_bottom.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/config/form_display/tabs_bottom.twig");
}
}
c0/c0924e79f29fc1403b7a1fd34a57fb205bcc894e9abaf3e6e571d6fc77405cb3.php 0000644 00000005144 15152073666 0016705 0 ustar 00 <?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
/* display/results/multi_row_operations_form.twig */
class __TwigTemplate_8e51f90fcdbdef41f1540d7f3c6882832ba42ba64c0a0c1414880eafa771cb6c extends \Twig\Template
{
public function __construct(Environment $env)
{
parent::__construct($env);
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
// line 1
if (((($context["delete_link"] ?? null) == ($context["delete_row"] ?? null)) || (($context["delete_link"] ?? null) == ($context["kill_process"] ?? null)))) {
// line 2
echo " <form method=\"post\"
action=\"tbl_row_action.php\"
name=\"resultsForm\"
id=\"resultsForm_";
// line 5
echo twig_escape_filter($this->env, ($context["unique_id"] ?? null), "html", null, true);
echo "\"
class=\"ajax\">
";
// line 7
echo PhpMyAdmin\Url::getHiddenInputs(($context["db"] ?? null), ($context["table"] ?? null), 1);
echo "
<input type=\"hidden\" name=\"goto\" value=\"sql.php\" />
";
}
// line 10
echo "
<div class=\"responsivetable\">
<table class=\"table_results data ajax\" data-uniqueId=\"";
// line 12
echo twig_escape_filter($this->env, ($context["unique_id"] ?? null), "html", null, true);
echo "\">
";
}
public function getTemplateName()
{
return "display/results/multi_row_operations_form.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 52 => 12, 48 => 10, 42 => 7, 37 => 5, 32 => 2, 30 => 1,);
}
/** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */
public function getSource()
{
@trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED);
return $this->getSourceContext()->getCode();
}
public function getSourceContext()
{
return new Source("", "display/results/multi_row_operations_form.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/display/results/multi_row_operations_form.twig");
}
}
29/293f037bbea3c914948af97a3b47bcb4777348e19b899934a63f5da89c5baf57.php 0000644 00000006327 15152073666 0016404 0 ustar 00 <?php
/* display/export/hidden_inputs.twig */
class __TwigTemplate_1f3f9f8357a7c794883385ca1fcd2275f822629765c456f29109b0c2e8ef58ec extends Twig_Template
{
public function __construct(Twig_Environment $env)
{
parent::__construct($env);
$this->parent = false;
$this->blocks = array(
);
}
protected function doDisplay(array $context, array $blocks = array())
{
// line 1
if ((($context["export_type"] ?? null) == "server")) {
// line 2
echo " ";
echo PhpMyAdmin\Url::getHiddenInputs("", "", 1);
echo "
";
} elseif (( // line 3
($context["export_type"] ?? null) == "database")) {
// line 4
echo " ";
echo PhpMyAdmin\Url::getHiddenInputs(($context["db"] ?? null), "", 1);
echo "
";
} else {
// line 6
echo " ";
echo PhpMyAdmin\Url::getHiddenInputs(($context["db"] ?? null), ($context["table"] ?? null), 1);
echo "
";
}
// line 8
echo "
";
// line 10
if ( !twig_test_empty(($context["single_table"] ?? null))) {
// line 11
echo " <input type=\"hidden\" name=\"single_table\" value=\"TRUE\">
";
}
// line 13
echo "
<input type=\"hidden\" name=\"export_type\" value=\"";
// line 14
echo twig_escape_filter($this->env, ($context["export_type"] ?? null), "html", null, true);
echo "\">
";
// line 17
echo "<input type=\"hidden\" name=\"export_method\" value=\"";
echo twig_escape_filter($this->env, ($context["export_method"] ?? null), "html", null, true);
echo "\">
";
// line 19
if ( !twig_test_empty(($context["sql_query"] ?? null))) {
// line 20
echo " <input type=\"hidden\" name=\"sql_query\" value=\"";
echo twig_escape_filter($this->env, ($context["sql_query"] ?? null), "html", null, true);
echo "\">
";
}
// line 22
echo "
<input type=\"hidden\" name=\"template_id\" value=\"";
// line 23
echo twig_escape_filter($this->env, ($context["template_id"] ?? null), "html", null, true);
echo "\">
";
}
public function getTemplateName()
{
return "display/export/hidden_inputs.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 74 => 23, 71 => 22, 65 => 20, 63 => 19, 57 => 17, 52 => 14, 49 => 13, 45 => 11, 43 => 10, 40 => 8, 34 => 6, 28 => 4, 26 => 3, 21 => 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("", "display/export/hidden_inputs.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/display/export/hidden_inputs.twig");
}
}
40/40e4cffda5b91a109fbdcbc7c461c59cee77ba1e13518f3bdcb0c13ed65c2fff.php 0000644 00000003356 15152073666 0017324 0 ustar 00 <?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
/* database/structure/search_table.twig */
class __TwigTemplate_9fe5d1384e10deb99811945b6146894b500e661b4354536822f4de4e357177ed extends \Twig\Template
{
public function __construct(Environment $env)
{
parent::__construct($env);
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
// line 1
echo "<a href=\"tbl_select.php";
echo ($context["tbl_url_query"] ?? null);
echo "\">
";
// line 2
echo ($context["title"] ?? null);
echo "
</a>
";
}
public function getTemplateName()
{
return "database/structure/search_table.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 35 => 2, 30 => 1,);
}
/** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */
public function getSource()
{
@trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED);
return $this->getSourceContext()->getCode();
}
public function getSourceContext()
{
return new Source("", "database/structure/search_table.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/database/structure/search_table.twig");
}
}
40/40fa5a8bbc5b42fee938c6b57a62d825f2c2f1fa3dbb664a3425327c4ae1bff7.php 0000644 00000013227 15152073666 0016747 0 ustar 00 <?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
/* table/structure/check_all_table_column.twig */
class __TwigTemplate_98daa0aa016a2e5b22f3659b92fc280641c7d1a9f9633a5549017f234fa37712 extends \Twig\Template
{
public function __construct(Environment $env)
{
parent::__construct($env);
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
// line 1
echo "<div class=\"print_ignore\">
";
// line 2
$this->loadTemplate("select_all.twig", "table/structure/check_all_table_column.twig", 2)->display(twig_to_array(["pma_theme_image" => // line 3
($context["pma_theme_image"] ?? null), "text_dir" => // line 4
($context["text_dir"] ?? null), "form_name" => "fieldsForm"]));
// line 7
echo "
";
// line 8
echo PhpMyAdmin\Util::getButtonOrImage("submit_mult", "mult_submit", _gettext("Browse"), "b_browse", "browse");
// line 14
echo "
";
// line 16
if (( !($context["tbl_is_view"] ?? null) && !($context["db_is_system_schema"] ?? null))) {
// line 17
echo " ";
echo PhpMyAdmin\Util::getButtonOrImage("submit_mult", "mult_submit change_columns_anchor ajax", _gettext("Change"), "b_edit", "change");
// line 23
echo "
";
// line 24
echo PhpMyAdmin\Util::getButtonOrImage("submit_mult", "mult_submit", _gettext("Drop"), "b_drop", "drop");
// line 30
echo "
";
// line 32
if ((($context["tbl_storage_engine"] ?? null) != "ARCHIVE")) {
// line 33
echo " ";
echo PhpMyAdmin\Util::getButtonOrImage("submit_mult", "mult_submit", _gettext("Primary"), "b_primary", "primary");
// line 39
echo "
";
// line 40
echo PhpMyAdmin\Util::getButtonOrImage("submit_mult", "mult_submit", _gettext("Unique"), "b_unique", "unique");
// line 46
echo "
";
// line 47
echo PhpMyAdmin\Util::getButtonOrImage("submit_mult", "mult_submit", _gettext("Index"), "b_index", "index");
// line 53
echo "
";
// line 54
echo PhpMyAdmin\Util::getButtonOrImage("submit_mult", "mult_submit", _gettext("Fulltext"), "b_ftext", "ftext");
// line 60
echo "
";
// line 62
if (( !twig_test_empty(($context["tbl_storage_engine"] ?? null)) && ((( // line 63
($context["tbl_storage_engine"] ?? null) == "MYISAM") || ( // line 64
($context["tbl_storage_engine"] ?? null) == "ARIA")) || ( // line 65
($context["tbl_storage_engine"] ?? null) == "MARIA")))) {
// line 66
echo " ";
echo PhpMyAdmin\Util::getButtonOrImage("submit_mult", "mult_submit", _gettext("Fulltext"), "b_ftext", "ftext");
// line 72
echo "
";
}
// line 74
echo "
";
// line 75
if (($context["central_columns_work"] ?? null)) {
// line 76
echo " ";
echo PhpMyAdmin\Util::getButtonOrImage("submit_mult", "mult_submit", _gettext("Add to central columns"), "centralColumns_add", "add_to_central_columns");
// line 82
echo "
";
// line 83
echo PhpMyAdmin\Util::getButtonOrImage("submit_mult", "mult_submit", _gettext("Remove from central columns"), "centralColumns_delete", "remove_from_central_columns");
// line 89
echo "
";
}
// line 91
echo " ";
}
// line 92
echo " ";
}
// line 93
echo "</div>
";
}
public function getTemplateName()
{
return "table/structure/check_all_table_column.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 119 => 93, 116 => 92, 113 => 91, 109 => 89, 107 => 83, 104 => 82, 101 => 76, 99 => 75, 96 => 74, 92 => 72, 89 => 66, 87 => 65, 86 => 64, 85 => 63, 84 => 62, 80 => 60, 78 => 54, 75 => 53, 73 => 47, 70 => 46, 68 => 40, 65 => 39, 62 => 33, 60 => 32, 56 => 30, 54 => 24, 51 => 23, 48 => 17, 46 => 16, 42 => 14, 40 => 8, 37 => 7, 35 => 4, 34 => 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("", "table/structure/check_all_table_column.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/table/structure/check_all_table_column.twig");
}
}
55/557650a157224143a5825b9dcd146d4a840c27b83635f5214fb330b3da56f06c.php 0000644 00000003616 15152073666 0015726 0 ustar 00 <?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
/* javascript/display.twig */
class __TwigTemplate_58acefcd920bf68c4e84bc279d33a66b7b736e299c94eec856b509db9be16bb2 extends \Twig\Template
{
public function __construct(Environment $env)
{
parent::__construct($env);
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
// line 1
echo "<script type=\"text/javascript\">
if (typeof configInlineParams === \"undefined\" || !Array.isArray(configInlineParams)) configInlineParams = [];
configInlineParams.push(function() {
";
// line 4
echo twig_join_filter(($context["js_array"] ?? null), ";
");
echo ";
});
if (typeof configScriptLoaded !== \"undefined\" && configInlineParams) loadInlineConfig();
</script>
";
}
public function getTemplateName()
{
return "javascript/display.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 35 => 4, 30 => 1,);
}
/** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */
public function getSource()
{
@trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED);
return $this->getSourceContext()->getCode();
}
public function getSourceContext()
{
return new Source("", "javascript/display.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/javascript/display.twig");
}
}
6b/6b8deef855b316d17c87795aebdf5aa33b55fae3e6c453d2a5bab7c4085f85d7.php 0000644 00000012702 15152073666 0017063 0 ustar 00 <?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
/* server/databases/table_header.twig */
class __TwigTemplate_d46237d9bb35a3a9e587cc700ef501d12ba54667f8fd8284f27f513fc0c8882e extends \Twig\Template
{
public function __construct(Environment $env)
{
parent::__construct($env);
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
// line 1
echo "<thead>
<tr>
";
// line 3
if ((($context["is_superuser"] ?? null) || ($context["allow_user_drop_database"] ?? null))) {
// line 4
echo " <th></th>
";
}
// line 6
echo " <th>
<a href=\"server_databases.php";
// line 7
echo PhpMyAdmin\Url::getCommon(($context["url_params"] ?? null));
echo "\">
";
// line 8
echo _gettext("Database");
// line 9
echo " ";
echo (((($context["sort_by"] ?? null) == "SCHEMA_NAME")) ? (PhpMyAdmin\Util::getImage(("s_" . // line 10
($context["sort_order"] ?? null)), // line 11
($context["sort_order_text"] ?? null))) : (""));
// line 12
echo "
</a>
</th>
";
// line 15
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(($context["column_order"] ?? null));
foreach ($context['_seq'] as $context["stat_name"] => $context["stat"]) {
// line 16
echo " ";
if (twig_in_filter($context["stat_name"], twig_get_array_keys_filter(($context["first_database"] ?? null)))) {
// line 17
echo " ";
$context["url_params"] = twig_array_merge(($context["url_params"] ?? null), ["sort_by" => // line 18
$context["stat_name"], "sort_order" => (((( // line 19
($context["sort_by"] ?? null) == $context["stat_name"]) && (($context["sort_order"] ?? null) == "desc"))) ? ("asc") : ("desc"))]);
// line 21
echo "
<th";
// line 22
echo ((($this->getAttribute($context["stat"], "format", [], "array") === "byte")) ? (" colspan=\"2\"") : (""));
echo ">
<a href=\"server_databases.php";
// line 23
echo PhpMyAdmin\Url::getCommon(($context["url_params"] ?? null));
echo "\">
";
// line 24
echo twig_escape_filter($this->env, $this->getAttribute($context["stat"], "disp_name", [], "array"), "html", null, true);
echo "
";
// line 25
echo (((($context["sort_by"] ?? null) == $context["stat_name"])) ? (PhpMyAdmin\Util::getImage(("s_" . // line 26
($context["sort_order"] ?? null)), // line 27
($context["sort_order_text"] ?? null))) : (""));
// line 28
echo "
</a>
</th>
";
}
// line 32
echo " ";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['stat_name'], $context['stat'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 33
echo " ";
if (($context["master_replication"] ?? null)) {
// line 34
echo " <th>";
echo _gettext("Master replication");
echo "</th>
";
}
// line 36
echo " ";
if (($context["slave_replication"] ?? null)) {
// line 37
echo " <th>";
echo _gettext("Slave replication");
echo "</th>
";
}
// line 39
echo " <th>";
echo _gettext("Action");
echo "</th>
</tr>
</thead>
";
}
public function getTemplateName()
{
return "server/databases/table_header.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 120 => 39, 114 => 37, 111 => 36, 105 => 34, 102 => 33, 96 => 32, 90 => 28, 88 => 27, 87 => 26, 86 => 25, 82 => 24, 78 => 23, 74 => 22, 71 => 21, 69 => 19, 68 => 18, 66 => 17, 63 => 16, 59 => 15, 54 => 12, 52 => 11, 51 => 10, 49 => 9, 47 => 8, 43 => 7, 40 => 6, 36 => 4, 34 => 3, 30 => 1,);
}
/** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */
public function getSource()
{
@trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED);
return $this->getSourceContext()->getCode();
}
public function getSourceContext()
{
return new Source("", "server/databases/table_header.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/server/databases/table_header.twig");
}
}
6b/6bad7894c73c4f572667b33aac67b4c96f5e213da2ed56979dcd733688650e19.php 0000644 00000003431 15152073666 0016367 0 ustar 00 <?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
/* display/export/format_dropdown.twig */
class __TwigTemplate_54fe9e45ad14b79bf30af1682ae8dde975b9b1e8a9b8de7926dc3680ea608655 extends \Twig\Template
{
public function __construct(Environment $env)
{
parent::__construct($env);
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
// line 1
echo "<div class=\"exportoptions\" id=\"format\">
<h3>";
// line 2
echo _gettext("Format:");
echo "</h3>
";
// line 3
echo ($context["dropdown"] ?? null);
echo "
</div>
";
}
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");
}
}
54/54d71afb9fa12d2f9ad06c1d7424ba37f1c51334e065929f9f52b398d9d53ec3.php 0000644 00000006426 15152073666 0016422 0 ustar 00 <?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
/* display/results/show_all_checkbox.twig */
class __TwigTemplate_17de5713ed1bd8dfcc33f8a7750702d9e583425ac1f48a7799ca9f5bcbc6d320 extends \Twig\Template
{
public function __construct(Environment $env)
{
parent::__construct($env);
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
// line 1
echo "<td>
<form action=\"sql.php\" method=\"post\">
";
// line 3
echo PhpMyAdmin\Url::getHiddenInputs(($context["db"] ?? null), ($context["table"] ?? null));
echo "
<input type=\"hidden\" name=\"sql_query\" value=\"";
// line 4
echo ($context["html_sql_query"] ?? null);
echo "\" />
<input type=\"hidden\" name=\"pos\" value=\"0\" />
<input type=\"hidden\" name=\"is_browse_distinct\" value=\"";
// line 6
echo twig_escape_filter($this->env, ($context["is_browse_distinct"] ?? null), "html", null, true);
echo "\" />
<input type=\"hidden\" name=\"session_max_rows\" value=\"";
// line 7
(( !($context["showing_all"] ?? null)) ? (print ("all")) : (print (twig_escape_filter($this->env, ($context["max_rows"] ?? null), "html", null, true))));
echo "\" />
<input type=\"hidden\" name=\"goto\" value=\"";
// line 8
echo twig_escape_filter($this->env, ($context["goto"] ?? null), "html", null, true);
echo "\" />
<input type=\"checkbox\" name=\"navig\" id=\"showAll_";
// line 9
echo twig_escape_filter($this->env, ($context["unique_id"] ?? null), "html", null, true);
echo "\" class=\"showAllRows\"";
// line 10
echo ((($context["showing_all"] ?? null)) ? (" checked=\"checked\"") : (""));
echo " value=\"all\" />
<label for=\"showAll_";
// line 11
echo twig_escape_filter($this->env, ($context["unique_id"] ?? null), "html", null, true);
echo "\">";
echo _gettext("Show all");
echo "</label>
</form>
</td>
";
}
public function getTemplateName()
{
return "display/results/show_all_checkbox.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 62 => 11, 58 => 10, 55 => 9, 51 => 8, 47 => 7, 43 => 6, 38 => 4, 34 => 3, 30 => 1,);
}
/** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */
public function getSource()
{
@trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED);
return $this->getSourceContext()->getCode();
}
public function getSourceContext()
{
return new Source("", "display/results/show_all_checkbox.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/display/results/show_all_checkbox.twig");
}
}
a0/a006a0d1ef0146ae776a351e25bffb2a1aece98e5a8ef40fcbd61f9e44da5431.php 0000644 00000005620 15152073666 0017066 0 ustar 00 <?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
/* display/export/method.twig */
class __TwigTemplate_ca077f9d7301b1a67758f1466377a6db3e9643c0e7e9bc2faa12e7e835dd6f12 extends \Twig\Template
{
public function __construct(Environment $env)
{
parent::__construct($env);
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
// line 1
if ((($context["export_method"] ?? null) != "custom-no-form")) {
// line 2
echo " <div class=\"exportoptions\" id=\"quick_or_custom\">
<h3>";
// line 3
echo _gettext("Export method:");
echo "</h3>
<ul>
<li>
<input type=\"radio\" name=\"quick_or_custom\" value=\"quick\" id=\"radio_quick_export\"";
// line 7
echo (((($context["export_method"] ?? null) == "quick")) ? (" checked") : (""));
echo ">
<label for=\"radio_quick_export\">
";
// line 9
echo _gettext("Quick - display only the minimal options");
// line 10
echo " </label>
</li>
<li>
<input type=\"radio\" name=\"quick_or_custom\" value=\"custom\" id=\"radio_custom_export\"";
// line 15
echo (((($context["export_method"] ?? null) == "custom")) ? (" checked") : (""));
echo ">
<label for=\"radio_custom_export\">
";
// line 17
echo _gettext("Custom - display all possible options");
// line 18
echo " </label>
</li>
</ul>
</div>
";
}
}
public function getTemplateName()
{
return "display/export/method.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 61 => 18, 59 => 17, 54 => 15, 48 => 10, 46 => 9, 41 => 7, 35 => 3, 32 => 2, 30 => 1,);
}
/** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */
public function getSource()
{
@trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED);
return $this->getSourceContext()->getCode();
}
public function getSourceContext()
{
return new Source("", "display/export/method.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/display/export/method.twig");
}
}
a0/a0c00a54b1bb321f799a5f4507a676b317067ae03b1d45bd13363a544ec066b7.php 0000644 00000003616 15152073666 0016173 0 ustar 00 <?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
/* javascript/display.twig */
class __TwigTemplate_847b186562a2d48469fa03c06271b81f19fe70a9b1129c8843e7e942cb7d259d extends \Twig\Template
{
public function __construct(Environment $env)
{
parent::__construct($env);
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
// line 1
echo "<script type=\"text/javascript\">
if (typeof configInlineParams === \"undefined\" || !Array.isArray(configInlineParams)) configInlineParams = [];
configInlineParams.push(function() {
";
// line 4
echo twig_join_filter(($context["js_array"] ?? null), ";
");
echo ";
});
if (typeof configScriptLoaded !== \"undefined\" && configInlineParams) loadInlineConfig();
</script>
";
}
public function getTemplateName()
{
return "javascript/display.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 35 => 4, 30 => 1,);
}
/** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */
public function getSource()
{
@trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED);
return $this->getSourceContext()->getCode();
}
public function getSourceContext()
{
return new Source("", "javascript/display.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/javascript/display.twig");
}
}
e9/e95457fd3bb857711f9eaa3eb0ba68dcf9eac08760bd8f3095a538538e3e5392.php 0000644 00000005050 15152073666 0016600 0 ustar 00 <?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
/* config/form_display/fieldset_bottom.twig */
class __TwigTemplate_81dfb5fd28631b2ab883ec0cf6028074e6116747f23b971c1c942843ee2901b9 extends \Twig\Template
{
public function __construct(Environment $env)
{
parent::__construct($env);
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
// line 1
$context["colspan"] = 2;
// line 2
if (($context["is_setup"] ?? null)) {
// line 3
echo " ";
$context["colspan"] = (($context["colspan"] ?? null) + 1);
}
// line 5
if (($context["show_buttons"] ?? null)) {
// line 6
echo " <tr>
<td colspan=\"";
// line 7
echo twig_escape_filter($this->env, ($context["colspan"] ?? null), "html", null, true);
echo "\" class=\"lastrow\">
<input type=\"submit\" name=\"submit_save\" value=\"";
// line 8
echo _gettext("Apply");
echo "\" class=\"green\" />
<input type=\"button\" name=\"submit_reset\" value=\"";
// line 9
echo _gettext("Reset");
echo "\" />
</td>
</tr>
";
}
// line 13
echo "</table>
</fieldset>
";
}
public function getTemplateName()
{
return "config/form_display/fieldset_bottom.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 58 => 13, 51 => 9, 47 => 8, 43 => 7, 40 => 6, 38 => 5, 34 => 3, 32 => 2, 30 => 1,);
}
/** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */
public function getSource()
{
@trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED);
return $this->getSourceContext()->getCode();
}
public function getSourceContext()
{
return new Source("", "config/form_display/fieldset_bottom.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/config/form_display/fieldset_bottom.twig");
}
}
e9/e93db45b0ff61ef08308b9a87b60a613c0a93fab9ee661c8271381a01e2fa57a.php 0000644 00000005077 15152073666 0016545 0 ustar 00 <?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
/* database/structure/favorite_anchor.twig */
class __TwigTemplate_c74af9141de03c82164d29fb964cb60e5275523a8c3f705470aeecddb5a253ea extends \Twig\Template
{
public function __construct(Environment $env)
{
parent::__construct($env);
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
// line 1
echo "<a id=\"";
echo twig_escape_filter($this->env, ($context["table_name_hash"] ?? null), "html", null, true);
echo "_favorite_anchor\"
class=\"ajax favorite_table_anchor\"
href=\"db_structure.php";
// line 3
echo PhpMyAdmin\Url::getCommon(($context["fav_params"] ?? null));
echo "\"
title=\"";
// line 4
echo twig_escape_filter($this->env, ((($context["already_favorite"] ?? null)) ? (_gettext("Remove from Favorites")) : (_gettext("Add to Favorites"))), "html", null, true);
echo "\"
data-favtargets=\"";
// line 5
echo twig_escape_filter($this->env, ($context["db_table_name_hash"] ?? null), "html", null, true);
echo "\" >
";
// line 6
echo ((($context["already_favorite"] ?? null)) ? ($this->getAttribute(($context["titles"] ?? null), "Favorite", [], "array")) : ($this->getAttribute(($context["titles"] ?? null), "NoFavorite", [], "array")));
echo "
</a>
";
}
public function getTemplateName()
{
return "database/structure/favorite_anchor.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 48 => 6, 44 => 5, 40 => 4, 36 => 3, 30 => 1,);
}
/** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */
public function getSource()
{
@trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED);
return $this->getSourceContext()->getCode();
}
public function getSourceContext()
{
return new Source("", "database/structure/favorite_anchor.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/database/structure/favorite_anchor.twig");
}
}
d0/d0936fe96241ce9d2c504b89af892aa6ef67f62791efa28a0179758ed45edd8c.php 0000644 00000003361 15152073666 0016611 0 ustar 00 <?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
/* database/structure/browse_table.twig */
class __TwigTemplate_9ab28d7f9cc506c838d1082e768d09ecf4e7755d12bfac43dec27c1045709ba4 extends \Twig\Template
{
public function __construct(Environment $env)
{
parent::__construct($env);
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
// line 1
echo "<a href=\"sql.php";
echo ($context["tbl_url_query"] ?? null);
echo "&pos=0\">
";
// line 2
echo ($context["title"] ?? null);
echo "
</a>
";
}
public function getTemplateName()
{
return "database/structure/browse_table.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 35 => 2, 30 => 1,);
}
/** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */
public function getSource()
{
@trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED);
return $this->getSourceContext()->getCode();
}
public function getSourceContext()
{
return new Source("", "database/structure/browse_table.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/database/structure/browse_table.twig");
}
}
d0/d0ac4ee0cf2b531d23967905b019137b502f88955685012fff1a2c3e53e011eb.php 0000644 00000004100 15152073666 0016204 0 ustar 00 <?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
/* table/structure/move_columns_dialog.twig */
class __TwigTemplate_4da75695dc9ec48bdb811dac78012044849e03cd4defda62675ee433ce18bc5f extends \Twig\Template
{
public function __construct(Environment $env)
{
parent::__construct($env);
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
// line 1
echo "<div id=\"move_columns_dialog\" class=\"hide\" title=\"";
echo _gettext("Move columns");
echo "\">
<p>";
// line 2
echo _gettext("Move the columns by dragging them up and down.");
echo "</p>
<form action=\"tbl_structure.php\">
<div>
";
// line 5
echo PhpMyAdmin\Url::getHiddenInputs(($context["db"] ?? null), ($context["table"] ?? null));
echo "
<ul></ul>
</div>
</form>
</div>
";
}
public function getTemplateName()
{
return "table/structure/move_columns_dialog.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 41 => 5, 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/structure/move_columns_dialog.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/table/structure/move_columns_dialog.twig");
}
}
42/426cadcf834dab31a9c871f8a7c8eafa83f4c66a2297cfefa7aae7a7895fa955.php 0000644 00000021021 15152073666 0017145 0 ustar 00 <?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
/* server/databases/databases_footer.twig */
class __TwigTemplate_db11b9d5875617f328d33b2dc78f3f31e0920d79ddc447215a526d7ed5e223ca extends \Twig\Template
{
public function __construct(Environment $env)
{
parent::__construct($env);
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
// line 1
echo "<tfoot>
<tr>
";
// line 3
if ((($context["is_superuser"] ?? null) || ($context["allow_user_drop_database"] ?? null))) {
// line 4
echo " <th></th>
";
}
// line 6
echo " <th>
";
// line 7
echo _gettext("Total");
echo ": <span id=\"filter-rows-count\">";
// line 8
echo twig_escape_filter($this->env, ($context["database_count"] ?? null), "html", null, true);
// line 9
echo "</span>
</th>
";
// line 11
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(($context["column_order"] ?? null));
foreach ($context['_seq'] as $context["stat_name"] => $context["stat"]) {
// line 12
echo " ";
if (twig_in_filter($context["stat_name"], twig_get_array_keys_filter(($context["first_database"] ?? null)))) {
// line 13
echo " ";
if (($this->getAttribute($context["stat"], "format", [], "array") === "byte")) {
// line 14
echo " ";
$context["byte_format"] = PhpMyAdmin\Util::formatByteDown($this->getAttribute($context["stat"], "footer", [], "array"), 3, 1);
// line 15
echo " ";
$context["value"] = $this->getAttribute(($context["byte_format"] ?? null), 0, [], "array");
// line 16
echo " ";
$context["unit"] = $this->getAttribute(($context["byte_format"] ?? null), 1, [], "array");
// line 17
echo " ";
} elseif (($this->getAttribute($context["stat"], "format", [], "array") === "number")) {
// line 18
echo " ";
$context["value"] = PhpMyAdmin\Util::formatNumber($this->getAttribute($context["stat"], "footer", [], "array"), 0);
// line 19
echo " ";
} else {
// line 20
echo " ";
$context["value"] = htmlentities($this->getAttribute($context["stat"], "footer", [], "array"), 0);
// line 21
echo " ";
}
// line 22
echo "
<th class=\"value\">
";
// line 24
if ($this->getAttribute($context["stat"], "description_function", [], "array", true, true)) {
// line 25
echo " <dfn title=\"";
echo twig_escape_filter($this->env, PhpMyAdmin\Charsets::getCollationDescr($this->getAttribute($context["stat"], "footer", [], "array")), "html", null, true);
echo "\">
";
// line 26
echo twig_escape_filter($this->env, ($context["value"] ?? null), "html", null, true);
echo "
</dfn>
";
} else {
// line 29
echo " ";
echo twig_escape_filter($this->env, ($context["value"] ?? null), "html", null, true);
echo "
";
}
// line 31
echo " </th>
";
// line 32
if (($this->getAttribute($context["stat"], "format", [], "array") === "byte")) {
// line 33
echo " <th class=\"unit\">";
echo twig_escape_filter($this->env, ($context["unit"] ?? null), "html", null, true);
echo "</th>
";
}
// line 35
echo " ";
}
// line 36
echo " ";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['stat_name'], $context['stat'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 37
echo " ";
if (($context["master_replication"] ?? null)) {
// line 38
echo " <th></th>
";
}
// line 40
echo " ";
if (($context["slave_replication"] ?? null)) {
// line 41
echo " <th></th>
";
}
// line 43
echo " <th></th>
</tr>
</tfoot>
</table>
</div>
";
// line 50
if ((($context["is_superuser"] ?? null) || ($context["allow_user_drop_database"] ?? null))) {
// line 51
echo " ";
$this->loadTemplate("select_all.twig", "server/databases/databases_footer.twig", 51)->display(twig_to_array(["pma_theme_image" => // line 52
($context["pma_theme_image"] ?? null), "text_dir" => // line 53
($context["text_dir"] ?? null), "form_name" => "dbStatsForm"]));
// line 56
echo "
";
// line 57
echo PhpMyAdmin\Util::getButtonOrImage("", "mult_submit ajax", _gettext("Drop"), "b_deltbl");
// line 62
echo "
";
}
// line 64
echo "
";
// line 66
if (twig_test_empty(($context["dbstats"] ?? null))) {
// line 67
echo " ";
echo call_user_func_array($this->env->getFunction('Message_notice')->getCallable(), [_gettext("Note: Enabling the database statistics here might cause heavy traffic between the web server and the MySQL server.")]);
echo "
<ul>
<li class=\"li_switch_dbstats\">
<a href=\"server_databases.php\" data-post=\"";
// line 70
echo PhpMyAdmin\Url::getCommon(["dbstats" => "1"], "");
echo "\" title=\"";
echo _gettext("Enable statistics");
echo "\">
<strong>";
// line 71
echo _gettext("Enable statistics");
echo "</strong>
</a>
</li>
</ul>
";
}
// line 76
echo "</form>
</div>
";
}
public function getTemplateName()
{
return "server/databases/databases_footer.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 193 => 76, 185 => 71, 179 => 70, 172 => 67, 170 => 66, 167 => 64, 163 => 62, 161 => 57, 158 => 56, 156 => 53, 155 => 52, 153 => 51, 151 => 50, 143 => 43, 139 => 41, 136 => 40, 132 => 38, 129 => 37, 123 => 36, 120 => 35, 114 => 33, 112 => 32, 109 => 31, 103 => 29, 97 => 26, 92 => 25, 90 => 24, 86 => 22, 83 => 21, 80 => 20, 77 => 19, 74 => 18, 71 => 17, 68 => 16, 65 => 15, 62 => 14, 59 => 13, 56 => 12, 52 => 11, 48 => 9, 46 => 8, 43 => 7, 40 => 6, 36 => 4, 34 => 3, 30 => 1,);
}
/** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */
public function getSource()
{
@trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED);
return $this->getSourceContext()->getCode();
}
public function getSourceContext()
{
return new Source("", "server/databases/databases_footer.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/server/databases/databases_footer.twig");
}
}
42/423ca53f9982a392426edb231ccee209f310fd4e3011931939ee88c1f57d1f90.php 0000644 00000025777 15152073666 0016204 0 ustar 00 <?php
/* database/structure/body_for_table_summary.twig */
class __TwigTemplate_b002994c17bac3375086c2ee29e9eb468ed2287206b0952a2c1e532b5d1bfbfa extends Twig_Template
{
public function __construct(Twig_Environment $env)
{
parent::__construct($env);
$this->parent = false;
$this->blocks = array(
);
}
protected function doDisplay(array $context, array $blocks = array())
{
// line 1
echo "<tbody id=\"tbl_summary_row\">
<tr>
<th class=\"print_ignore\"></th>
<th class=\"tbl_num nowrap\">
";
// line 5
ob_start();
// line 6
echo _ngettext("%s table", "%s tables", abs(($context["num_tables"] ?? null)));
$context["num_tables_trans"] = ('' === $tmp = ob_get_clean()) ? '' : new Twig_Markup($tmp, $this->env->getCharset());
// line 8
echo " ";
echo twig_escape_filter($this->env, sprintf(($context["num_tables_trans"] ?? null), PhpMyAdmin\Util::formatNumber(($context["num_tables"] ?? null), 0)), "html", null, true);
echo "
</th>
";
// line 10
if (($context["server_slave_status"] ?? null)) {
// line 11
echo " <th>";
echo _gettext("Replication");
echo "</th>
";
}
// line 13
echo " ";
$context["sum_colspan"] = ((($context["db_is_system_schema"] ?? null)) ? (4) : (7));
// line 14
echo " ";
if ((($context["num_favorite_tables"] ?? null) == 0)) {
// line 15
echo " ";
$context["sum_colspan"] = (($context["sum_colspan"] ?? null) - 1);
// line 16
echo " ";
}
// line 17
echo " <th colspan=\"";
echo twig_escape_filter($this->env, ($context["sum_colspan"] ?? null), "html", null, true);
echo "\" class=\"print_ignore\">";
echo _gettext("Sum");
echo "</th>
";
// line 18
$context["row_count_sum"] = PhpMyAdmin\Util::formatNumber(($context["sum_entries"] ?? null), 0);
// line 19
echo " ";
// line 20
echo " ";
$context["row_sum_url"] = array();
// line 21
echo " ";
if ((isset($context["approx_rows"]) || array_key_exists("approx_rows", $context))) {
// line 22
echo " ";
$context["row_sum_url"] = array("ajax_request" => true, "db" => // line 24
($context["db"] ?? null), "real_row_count" => "true", "real_row_count_all" => "true");
// line 28
echo " ";
}
// line 29
echo " ";
if (($context["approx_rows"] ?? null)) {
// line 30
echo " ";
ob_start();
// line 31
echo "<a href=\"db_structure.php";
// line 32
echo PhpMyAdmin\Url::getCommon(($context["row_sum_url"] ?? null));
echo "\" class=\"ajax row_count_sum\">~";
// line 33
echo twig_escape_filter($this->env, ($context["row_count_sum"] ?? null), "html", null, true);
// line 34
echo "</a>";
$context["cell_text"] = ('' === $tmp = ob_get_clean()) ? '' : new Twig_Markup($tmp, $this->env->getCharset());
// line 36
echo " ";
} else {
// line 37
echo " ";
$context["cell_text"] = ($context["row_count_sum"] ?? null);
// line 38
echo " ";
}
// line 39
echo " <th class=\"value tbl_rows\">";
echo twig_escape_filter($this->env, ($context["cell_text"] ?? null), "html", null, true);
echo "</th>
";
// line 40
if ( !(($context["properties_num_columns"] ?? null) > 1)) {
// line 41
echo " ";
// line 42
echo " ";
$context["default_engine"] = $this->getAttribute(($context["dbi"] ?? null), "fetchValue", array(0 => "SELECT @@storage_engine;"), "method");
// line 43
echo " ";
if (twig_test_empty(($context["default_engine"] ?? null))) {
// line 44
echo " ";
// line 45
echo " ";
$context["default_engine"] = $this->getAttribute(($context["dbi"] ?? null), "fetchValue", array(0 => "SELECT @@default_storage_engine;"), "method");
// line 46
echo " ";
}
// line 47
echo " <th class=\"center\">
<dfn title=\"";
// line 48
echo twig_escape_filter($this->env, sprintf(_gettext("%s is the default storage engine on this MySQL server."), ($context["default_engine"] ?? null)), "html", null, true);
echo "\">
";
// line 49
echo twig_escape_filter($this->env, ($context["default_engine"] ?? null), "html", null, true);
echo "
</dfn>
</th>
<th>
";
// line 53
if ( !twig_test_empty(($context["db_collation"] ?? null))) {
// line 54
echo " <dfn title=\"";
echo twig_escape_filter($this->env, PhpMyAdmin\Charsets::getCollationDescr(($context["db_collation"] ?? null)), "html", null, true);
echo " (";
echo _gettext("Default");
echo ")\">
";
// line 55
echo twig_escape_filter($this->env, ($context["db_collation"] ?? null), "html", null, true);
echo "
</dfn>
";
}
// line 58
echo " </th>
";
}
// line 60
echo "
";
// line 61
if (($context["is_show_stats"] ?? null)) {
// line 62
echo " ";
$context["sum"] = PhpMyAdmin\Util::formatByteDown(($context["sum_size"] ?? null), 3, 1);
// line 63
echo " ";
$context["sum_formatted"] = $this->getAttribute(($context["sum"] ?? null), 0, array(), "array");
// line 64
echo " ";
$context["sum_unit"] = $this->getAttribute(($context["sum"] ?? null), 1, array(), "array");
// line 65
echo " <th class=\"value tbl_size\">";
echo twig_escape_filter($this->env, ($context["sum_formatted"] ?? null), "html", null, true);
echo " ";
echo twig_escape_filter($this->env, ($context["sum_unit"] ?? null), "html", null, true);
echo "</th>
";
// line 67
$context["overhead"] = PhpMyAdmin\Util::formatByteDown(($context["overhead_size"] ?? null), 3, 1);
// line 68
echo " ";
$context["overhead_formatted"] = $this->getAttribute(($context["overhead"] ?? null), 0, array(), "array");
// line 69
echo " ";
$context["overhead_unit"] = $this->getAttribute(($context["overhead"] ?? null), 1, array(), "array");
// line 70
echo " <th class=\"value tbl_overhead\">";
echo twig_escape_filter($this->env, ($context["overhead_formatted"] ?? null), "html", null, true);
echo " ";
echo twig_escape_filter($this->env, ($context["overhead_unit"] ?? null), "html", null, true);
echo "</th>
";
}
// line 72
echo "
";
// line 73
if (($context["show_charset"] ?? null)) {
// line 74
echo " <th>";
echo twig_escape_filter($this->env, ($context["db_charset"] ?? null), "html", null, true);
echo "</th>
";
}
// line 76
echo " ";
if (($context["show_comment"] ?? null)) {
// line 77
echo " <th></th>
";
}
// line 79
echo " ";
if (($context["show_creation"] ?? null)) {
// line 80
echo " <th class=\"value tbl_creation\">
";
// line 81
echo twig_escape_filter($this->env, ((($context["create_time_all"] ?? null)) ? (PhpMyAdmin\Util::localisedDate(strtotime(($context["create_time_all"] ?? null)))) : ("-")), "html", null, true);
echo "
</th>
";
}
// line 84
echo " ";
if (($context["show_last_update"] ?? null)) {
// line 85
echo " <th class=\"value tbl_last_update\">
";
// line 86
echo twig_escape_filter($this->env, ((($context["update_time_all"] ?? null)) ? (PhpMyAdmin\Util::localisedDate(strtotime(($context["update_time_all"] ?? null)))) : ("-")), "html", null, true);
echo "
</th>
";
}
// line 89
echo " ";
if (($context["show_last_check"] ?? null)) {
// line 90
echo " <th class=\"value tbl_last_check\">
";
// line 91
echo twig_escape_filter($this->env, ((($context["check_time_all"] ?? null)) ? (PhpMyAdmin\Util::localisedDate(strtotime(($context["check_time_all"] ?? null)))) : ("-")), "html", null, true);
echo "
</th>
";
}
// line 94
echo "</tr>
</tbody>
";
}
public function getTemplateName()
{
return "database/structure/body_for_table_summary.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 253 => 94, 247 => 91, 244 => 90, 241 => 89, 235 => 86, 232 => 85, 229 => 84, 223 => 81, 220 => 80, 217 => 79, 213 => 77, 210 => 76, 204 => 74, 202 => 73, 199 => 72, 191 => 70, 188 => 69, 185 => 68, 183 => 67, 175 => 65, 172 => 64, 169 => 63, 166 => 62, 164 => 61, 161 => 60, 157 => 58, 151 => 55, 144 => 54, 142 => 53, 135 => 49, 131 => 48, 128 => 47, 125 => 46, 122 => 45, 120 => 44, 117 => 43, 114 => 42, 112 => 41, 110 => 40, 105 => 39, 102 => 38, 99 => 37, 96 => 36, 93 => 34, 91 => 33, 88 => 32, 86 => 31, 83 => 30, 80 => 29, 77 => 28, 75 => 24, 73 => 22, 70 => 21, 67 => 20, 65 => 19, 63 => 18, 56 => 17, 53 => 16, 50 => 15, 47 => 14, 44 => 13, 38 => 11, 36 => 10, 30 => 8, 27 => 6, 25 => 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/body_for_table_summary.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/database/structure/body_for_table_summary.twig");
}
}
d8/d873335837d9e18d069ebca1289cff6aef296df4e702ff95e054180e330a8bf1.php 0000644 00000014346 15152073666 0016526 0 ustar 00 <?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
/* columns_definitions/column_name.twig */
class __TwigTemplate_e018bd4ac9f1551be6dc09b6597606dff51671d34178d216a843e19974d349f9 extends \Twig\Template
{
public function __construct(Environment $env)
{
parent::__construct($env);
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
// line 1
$context["title"] = "";
// line 2
if ($this->getAttribute(($context["column_meta"] ?? null), "column_status", [], "array", true, true)) {
// line 3
echo " ";
if ($this->getAttribute($this->getAttribute(($context["column_meta"] ?? null), "column_status", [], "array"), "isReferenced", [], "array")) {
// line 4
echo " ";
$context["title"] = (($context["title"] ?? null) . sprintf(_gettext("Referenced by %s."), twig_join_filter($this->getAttribute($this->getAttribute( // line 5
($context["column_meta"] ?? null), "column_status", [], "array"), "references", [], "array"), ",")));
// line 7
echo " ";
}
// line 8
echo " ";
if ($this->getAttribute($this->getAttribute(($context["column_meta"] ?? null), "column_status", [], "array"), "isForeignKey", [], "array")) {
// 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 "
<input id=\"field_";
// line 19
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 "\"
";
// line 20
if (($this->getAttribute(($context["column_meta"] ?? null), "column_status", [], "array", true, true) && !$this->getAttribute($this->getAttribute( // line 21
($context["column_meta"] ?? null), "column_status", [], "array"), "isEditable", [], "array"))) {
// 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
(($this->getAttribute(($context["column_meta"] ?? null), "Field", [], "array", true, true)) ? (print (twig_escape_filter($this->env, $this->getAttribute(($context["column_meta"] ?? null), "Field", [], "array"), "html", null, true))) : (print ("")));
echo "\" />
";
// line 32
if (($this->getAttribute(($context["cfg_relation"] ?? null), "centralcolumnswork", [], "array") && !($this->getAttribute( // line 33
($context["column_meta"] ?? null), "column_status", [], "array", true, true) && !$this->getAttribute($this->getAttribute( // line 34
($context["column_meta"] ?? null), "column_status", [], "array"), "isEditable", [], "array")))) {
// line 35
echo " <p style=\"font-size:80%;margin:5px 2px\"
id=\"central_columns_";
// line 36
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 "\">
<a data-maxrows=\"";
// line 37
echo twig_escape_filter($this->env, ($context["max_rows"] ?? null), "html", null, true);
echo "\"
href=\"#\"
class=\"central_columns_dialog\">
";
// line 40
echo _gettext("Pick from Central Columns");
// line 41
echo " </a>
</p>
";
}
}
public function getTemplateName()
{
return "columns_definitions/column_name.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 126 => 41, 124 => 40, 118 => 37, 112 => 36, 109 => 35, 107 => 34, 106 => 33, 105 => 32, 100 => 30, 95 => 28, 89 => 25, 86 => 24, 82 => 22, 80 => 21, 79 => 20, 73 => 19, 70 => 18, 66 => 16, 64 => 15, 60 => 13, 57 => 12, 54 => 11, 50 => 10, 47 => 9, 44 => 8, 41 => 7, 39 => 5, 37 => 4, 34 => 3, 32 => 2, 30 => 1,);
}
/** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */
public function getSource()
{
@trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED);
return $this->getSourceContext()->getCode();
}
public function getSourceContext()
{
return new Source("", "columns_definitions/column_name.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/columns_definitions/column_name.twig");
}
}
d8/d8d792d519275ac925cff321fcb3e4bea68e413dd46a824d4fd648854eb3d50f.php 0000644 00000004447 15152073666 0016660 0 ustar 00 <?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
/* export/alias_item.twig */
class __TwigTemplate_957ee5d51eca9a20e10f4c32d762380bd8dd1464395f21af3b85339aa7dd91c0 extends \Twig\Template
{
public function __construct(Environment $env)
{
parent::__construct($env);
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
// line 1
echo "<tr>
<th>";
// line 2
echo twig_escape_filter($this->env, ($context["type"] ?? null), "html", null, true);
echo "</th>
<td>";
// line 3
echo twig_escape_filter($this->env, ($context["name"] ?? null), "html", null, true);
echo "</td>
<td>
<input name=\"";
// line 5
echo twig_escape_filter($this->env, ($context["field"] ?? null), "html", null, true);
echo "\" value=\"";
echo twig_escape_filter($this->env, ($context["value"] ?? null), "html", null, true);
echo "\" type=\"text\" />
</td>
<td>
<button class=\"alias_remove ui-button ui-corner-all ui-widget\">";
// line 8
echo _gettext("Remove");
echo "</button>
</td>
</tr>
";
}
public function getTemplateName()
{
return "export/alias_item.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 50 => 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("", "export/alias_item.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/export/alias_item.twig");
}
}
ef/efdd1d9ddb692c53a2d0aa08e44126fe5f3f4921e28b1c4478c68f5259d86b97.php 0000644 00000006147 15152073666 0016662 0 ustar 00 <?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
/* table/structure/table_structure_header.twig */
class __TwigTemplate_0a712d0dafa4465025431110e5439f35520c9383bd3e897e1292a19ff68385b0 extends \Twig\Template
{
public function __construct(Environment $env)
{
parent::__construct($env);
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
// line 1
echo "<thead>
<tr>
<th class=\"print_ignore\"></th>
<th>#</th>
<th>";
// line 5
echo _gettext("Name");
echo "</th>
<th>";
// line 6
echo _gettext("Type");
echo "</th>
<th>";
// line 7
echo _gettext("Collation");
echo "</th>
<th>";
// line 8
echo _gettext("Attributes");
echo "</th>
<th>";
// line 9
echo _gettext("Null");
echo "</th>
<th>";
// line 10
echo _gettext("Default");
echo "</th>
";
// line 11
if (($context["show_column_comments"] ?? null)) {
// line 12
echo "<th>";
echo _gettext("Comments");
echo "</th>";
}
// line 14
echo " <th>";
echo _gettext("Extra");
echo "</th>
";
// line 16
echo " ";
if (( !($context["db_is_system_schema"] ?? null) && !($context["tbl_is_view"] ?? null))) {
// line 17
echo " <th colspan=\"";
echo ((PhpMyAdmin\Util::showIcons("ActionLinksMode")) ? ("8") : ("9"));
// line 18
echo "\" class=\"action print_ignore\">";
echo _gettext("Action");
echo "</th>
";
}
// line 20
echo " </tr>
</thead>
";
}
public function getTemplateName()
{
return "table/structure/table_structure_header.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 84 => 20, 78 => 18, 75 => 17, 72 => 16, 67 => 14, 62 => 12, 60 => 11, 56 => 10, 52 => 9, 48 => 8, 44 => 7, 40 => 6, 36 => 5, 30 => 1,);
}
/** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */
public function getSource()
{
@trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED);
return $this->getSourceContext()->getCode();
}
public function getSourceContext()
{
return new Source("", "table/structure/table_structure_header.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/table/structure/table_structure_header.twig");
}
}
d9/d9f2cca13152007957ab18e35b8ded4c363235f5c228056d29b4356146b56d02.php 0000644 00000021223 15152073666 0016072 0 ustar 00 <?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
/* table/structure/table_structure_row.twig */
class __TwigTemplate_0a4aa91ead474cc55d68b124faa3e5a4186f511eb24f2a1b9a1b487e96f353a4 extends \Twig\Template
{
public function __construct(Environment $env)
{
parent::__construct($env);
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
// line 1
echo "<td class=\"center print_ignore\">
<input type=\"checkbox\" class=\"checkall\" name=\"selected_fld[]\" value=\"";
// line 2
echo twig_escape_filter($this->env, $this->getAttribute(($context["row"] ?? null), "Field", [], "array"), "html", null, true);
echo "\" id=\"checkbox_row_";
echo twig_escape_filter($this->env, ($context["rownum"] ?? null), "html", null, true);
echo "\"/>
</td>
<td class=\"right\">";
// line 4
echo twig_escape_filter($this->env, ($context["rownum"] ?? null), "html", null, true);
echo "</td>
<th class=\"nowrap\">
<label for=\"checkbox_row_";
// line 6
echo twig_escape_filter($this->env, ($context["rownum"] ?? null), "html", null, true);
echo "\">
";
// line 7
echo ($context["displayed_field_name"] ?? null);
echo "
</label>
</th>
<td ";
// line 10
echo twig_escape_filter($this->env, ($context["type_nowrap"] ?? null), "html", null, true);
echo ">
<bdo dir=\"ltr\" lang=\"en\">
";
// line 12
echo $this->getAttribute(($context["extracted_columnspec"] ?? null), "displayed_type", [], "array");
echo "
";
// line 13
if ((((($context["relation_commwork"] ?? null) && ($context["relation_mimework"] ?? null)) && ($context["browse_mime"] ?? null)) && $this->getAttribute($this->getAttribute( // line 14
($context["mime_map"] ?? null), $this->getAttribute(($context["row"] ?? null), "Field", [], "array"), [], "array", false, true), "mimetype", [], "array", true, true))) {
// line 15
echo " <br />MIME: ";
echo twig_escape_filter($this->env, twig_lower_filter($this->env, twig_replace_filter($this->getAttribute($this->getAttribute(($context["mime_map"] ?? null), $this->getAttribute(($context["row"] ?? null), "Field", [], "array"), [], "array"), "mimetype", [], "array"), ["_" => "/"])), "html", null, true);
echo "
";
}
// line 17
echo " </bdo>
</td>
<td>
";
// line 20
if ( !twig_test_empty(($context["field_charset"] ?? null))) {
// line 21
echo " <dfn title=\"";
echo twig_escape_filter($this->env, PhpMyAdmin\Charsets::getCollationDescr(($context["field_charset"] ?? null)), "html", null, true);
echo "\">";
echo twig_escape_filter($this->env, ($context["field_charset"] ?? null), "html", null, true);
echo "</dfn>
";
}
// line 23
echo "</td>
<td class=\"column_attribute nowrap\">";
// line 24
echo twig_escape_filter($this->env, ($context["attribute"] ?? null), "html", null, true);
echo "</td>
<td>";
// line 25
echo twig_escape_filter($this->env, ((($this->getAttribute(($context["row"] ?? null), "Null", [], "array") == "YES")) ? (_gettext("Yes")) : (_gettext("No"))), "html", null, true);
echo "</td>
<td class=\"nowrap\">
";
// line 27
if ( !(null === $this->getAttribute(($context["row"] ?? null), "Default", [], "array"))) {
// line 28
echo " ";
if (($this->getAttribute(($context["extracted_columnspec"] ?? null), "type", [], "array") == "bit")) {
// line 29
echo " ";
echo twig_escape_filter($this->env, PhpMyAdmin\Util::convertBitDefaultValue($this->getAttribute(($context["row"] ?? null), "Default", [], "array")), "html", null, true);
echo "
";
} else {
// line 31
echo " ";
echo $this->getAttribute(($context["row"] ?? null), "Default", [], "array");
echo "
";
}
// line 33
echo " ";
} else {
// line 34
echo " <em>";
echo _pgettext( "None for default", "None");
echo "</em>
";
}
// line 36
echo "</td>
";
// line 37
if (($context["show_column_comments"] ?? null)) {
// line 38
echo " <td>
";
// line 39
echo twig_escape_filter($this->env, ($context["comments"] ?? null), "html", null, true);
echo "
</td>
";
}
// line 42
echo "<td class=\"nowrap\">";
echo twig_escape_filter($this->env, twig_upper_filter($this->env, $this->getAttribute(($context["row"] ?? null), "Extra", [], "array")), "html", null, true);
echo "</td>
";
// line 43
if (( !($context["tbl_is_view"] ?? null) && !($context["db_is_system_schema"] ?? null))) {
// line 44
echo " <td class=\"edit center print_ignore\">
<a class=\"change_column_anchor ajax\" href=\"tbl_structure.php";
// line 46
echo twig_escape_filter($this->env, ($context["url_query"] ?? null), "html", null, true);
echo "&field=";
echo twig_escape_filter($this->env, twig_urlencode_filter($this->getAttribute(($context["row"] ?? null), "Field", [], "array")), "html", null, true);
echo "&change_column=1\">
";
// line 47
echo $this->getAttribute(($context["titles"] ?? null), "Change", [], "array");
echo "
</a>
</td>
<td class=\"drop center print_ignore\">
<a class=\"drop_column_anchor ajax\" href=\"sql.php\" data-post=\"";
// line 51
echo twig_escape_filter($this->env, ($context["url_query"] ?? null), "html", null, true);
echo "&sql_query=";
// line 52
echo twig_escape_filter($this->env, twig_urlencode_filter((((("ALTER TABLE " . PhpMyAdmin\Util::backquote(($context["table"] ?? null))) . " DROP ") . PhpMyAdmin\Util::backquote($this->getAttribute( // line 53
($context["row"] ?? null), "Field", [], "array"))) . ";")), "html", null, true);
// line 54
echo "&dropped_column=";
echo twig_escape_filter($this->env, twig_urlencode_filter($this->getAttribute(($context["row"] ?? null), "Field", [], "array")), "html", null, true);
echo "&purge=1&message_to_show=";
// line 55
echo twig_escape_filter($this->env, twig_urlencode_filter(sprintf(_gettext("Column %s has been dropped."), twig_escape_filter($this->env, $this->getAttribute(($context["row"] ?? null), "Field", [], "array")))), "html", null, true);
echo "\">
";
// line 56
echo $this->getAttribute(($context["titles"] ?? null), "Drop", [], "array");
echo "
</a>
</td>
";
}
}
public function getTemplateName()
{
return "table/structure/table_structure_row.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 177 => 56, 173 => 55, 169 => 54, 167 => 53, 166 => 52, 163 => 51, 156 => 47, 150 => 46, 147 => 44, 145 => 43, 140 => 42, 134 => 39, 131 => 38, 129 => 37, 126 => 36, 120 => 34, 117 => 33, 111 => 31, 105 => 29, 102 => 28, 100 => 27, 95 => 25, 91 => 24, 88 => 23, 80 => 21, 78 => 20, 73 => 17, 67 => 15, 65 => 14, 64 => 13, 60 => 12, 55 => 10, 49 => 7, 45 => 6, 40 => 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("", "table/structure/table_structure_row.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/table/structure/table_structure_row.twig");
}
}
d9/d948125031a178c19eee3ee1b7848fff28eed7c2499d9501d9188cf7e4194943.php 0000644 00000011130 15152073666 0016320 0 ustar 00 <?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
/* table/structure/optional_action_links.twig */
class __TwigTemplate_d1bc070c24f37375a270862c3b011f84dee066d532a80fc7aa9fae3c7bcead1b extends \Twig\Template
{
public function __construct(Environment $env)
{
parent::__construct($env);
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
// line 1
echo "<a href=\"#\" id=\"printView\">";
echo PhpMyAdmin\Util::getIcon("b_print", _gettext("Print"), true);
echo "</a>
";
// line 2
if (( !($context["tbl_is_view"] ?? null) && !($context["db_is_system_schema"] ?? null))) {
// line 3
echo " ";
// line 4
echo " ";
if (((($context["mysql_int_version"] ?? null) < 80000) || ($context["is_mariadb"] ?? null))) {
// line 5
echo " <a href=\"sql.php\" data-post=\"";
echo ($context["url_query"] ?? null);
echo "&session_max_rows=all&sql_query=";
// line 6
echo twig_escape_filter($this->env, twig_urlencode_filter((("SELECT * FROM " . PhpMyAdmin\Util::backquote(($context["table"] ?? null))) . " PROCEDURE ANALYSE()")), "html", null, true);
// line 7
echo "\" style=\"margin-right: 0;\">
";
// line 8
echo PhpMyAdmin\Util::getIcon("b_tblanalyse", _gettext("Propose table structure"), true);
// line 12
echo "
</a>
";
// line 14
echo PhpMyAdmin\Util::showMySQLDocu("procedure_analyse");
echo "
";
}
// line 16
echo " ";
if (($context["is_active"] ?? null)) {
// line 17
echo " <a href=\"tbl_tracking.php";
echo ($context["url_query"] ?? null);
echo "\">
";
// line 18
echo PhpMyAdmin\Util::getIcon("eye", _gettext("Track table"), true);
echo "
</a>
";
}
// line 21
echo " <a href=\"#\" id=\"move_columns_anchor\">
";
// line 22
echo PhpMyAdmin\Util::getIcon("b_move", _gettext("Move columns"), true);
echo "
</a>
<a href=\"normalization.php";
// line 24
echo ($context["url_query"] ?? null);
echo "\">
";
// line 25
echo PhpMyAdmin\Util::getIcon("normalize", _gettext("Normalize"), true);
echo "
</a>
";
}
// line 28
if ((($context["tbl_is_view"] ?? null) && !($context["db_is_system_schema"] ?? null))) {
// line 29
echo " ";
if (($context["is_active"] ?? null)) {
// line 30
echo " <a href=\"tbl_tracking.php";
echo ($context["url_query"] ?? null);
echo "\">
";
// line 31
echo PhpMyAdmin\Util::getIcon("eye", _gettext("Track view"), true);
echo "
</a>
";
}
}
}
public function getTemplateName()
{
return "table/structure/optional_action_links.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 104 => 31, 99 => 30, 96 => 29, 94 => 28, 88 => 25, 84 => 24, 79 => 22, 76 => 21, 70 => 18, 65 => 17, 62 => 16, 57 => 14, 53 => 12, 51 => 8, 48 => 7, 46 => 6, 42 => 5, 39 => 4, 37 => 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/structure/optional_action_links.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/table/structure/optional_action_links.twig");
}
}
89/892c4fcf5bae8cb47d03cafd383a133ffc56c6b3fdac685cd31c607dc0d457bb.php 0000644 00000004540 15152073666 0017206 0 ustar 00 <?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
/* table/secondary_tabs.twig */
class __TwigTemplate_d0792c802e17ae06c3b6d8d4e1e0d32b8f65288d6a4316a4bd3aa374dc4bf30c extends \Twig\Template
{
public function __construct(Environment $env)
{
parent::__construct($env);
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
// line 1
if (($this->getAttribute(($context["cfg_relation"] ?? null), "relwork", [], "array") || ($context["is_foreign_key_supported"] ?? null))) {
// line 2
echo " <ul id=\"topmenu2\">
";
// line 3
echo PhpMyAdmin\Util::getHtmlTab(["icon" => "b_props", "link" => "tbl_structure.php", "text" => _gettext("Table structure"), "id" => "table_strucuture_id"], // line 8
($context["url_params"] ?? null));
echo "
";
// line 9
echo PhpMyAdmin\Util::getHtmlTab(["icon" => "b_relations", "link" => "tbl_relation.php", "text" => _gettext("Relation view"), "id" => "table_relation_id"], // line 14
($context["url_params"] ?? null));
echo "
</ul>
<div class=\"clearfloat\"></div>
";
}
}
public function getTemplateName()
{
return "table/secondary_tabs.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 41 => 14, 40 => 9, 36 => 8, 35 => 3, 32 => 2, 30 => 1,);
}
/** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */
public function getSource()
{
@trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED);
return $this->getSourceContext()->getCode();
}
public function getSourceContext()
{
return new Source("", "table/secondary_tabs.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/table/secondary_tabs.twig");
}
}
89/89577adeab0b59880c85a60ee3e5103cb0eef8e71d2111c1f11cb65f247c2635.php 0000644 00000034116 15152073666 0016404 0 ustar 00 <?php
/* console/display.twig */
class __TwigTemplate_02ae083ffe4e51c5630908fdd1cd35e9efb1c43dc2147c6ca46a2c9e391ac084 extends Twig_Template
{
public function __construct(Twig_Environment $env)
{
parent::__construct($env);
$this->parent = false;
$this->blocks = array(
);
}
protected function doDisplay(array $context, array $blocks = array())
{
// line 1
echo "<div id=\"pma_console_container\">
<div id=\"pma_console\">
";
// line 4
echo " ";
$this->loadTemplate("console/toolbar.twig", "console/display.twig", 4)->display(array("parent_div_classes" => "collapsed", "content_array" => array(0 => array(0 => "switch_button console_switch", 1 => _gettext("Console"), "image" => // line 7
($context["image"] ?? null)), 1 => array(0 => "button clear", 1 => _gettext("Clear")), 2 => array(0 => "button history", 1 => _gettext("History")), 3 => array(0 => "button options", 1 => _gettext("Options")), 4 => (( // line 11
(isset($context["cfg_bookmark"]) || array_key_exists("cfg_bookmark", $context))) ? (array(0 => "button bookmarks", 1 => _gettext("Bookmarks"))) : (null)), 5 => array(0 => "button debug hide", 1 => _gettext("Debug SQL")))));
// line 15
echo " ";
// line 16
echo " <div class=\"content\">
<div class=\"console_message_container\">
<div class=\"message welcome\">
<span id=\"instructions-0\">
";
// line 20
echo _gettext("Press Ctrl+Enter to execute query");
// line 21
echo " </span>
<span class=\"hide\" id=\"instructions-1\">
";
// line 23
echo _gettext("Press Enter to execute query");
// line 24
echo " </span>
</div>
";
// line 26
if ( !twig_test_empty(($context["sql_history"] ?? null))) {
// line 27
echo " ";
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(twig_reverse_filter($this->env, ($context["sql_history"] ?? null)));
foreach ($context['_seq'] as $context["_key"] => $context["record"]) {
// line 28
echo " <div class=\"message history collapsed hide";
// line 29
echo ((preg_match("@^SELECT[[:space:]]+@i", $this->getAttribute($context["record"], "sqlquery", array(), "array"))) ? (" select") : (""));
echo "\"
targetdb=\"";
// line 30
echo twig_escape_filter($this->env, $this->getAttribute($context["record"], "db", array(), "array"), "html", null, true);
echo "\" targettable=\"";
echo twig_escape_filter($this->env, $this->getAttribute($context["record"], "table", array(), "array"), "html", null, true);
echo "\">
";
// line 31
$this->loadTemplate("console/query_action.twig", "console/display.twig", 31)->display(array("parent_div_classes" => "action_content", "content_array" => array(0 => array(0 => "action collapse", 1 => _gettext("Collapse")), 1 => array(0 => "action expand", 1 => _gettext("Expand")), 2 => array(0 => "action requery", 1 => _gettext("Requery")), 3 => array(0 => "action edit", 1 => _gettext("Edit")), 4 => array(0 => "action explain", 1 => _gettext("Explain")), 5 => array(0 => "action profiling", 1 => _gettext("Profiling")), 6 => (( // line 40
(isset($context["cfg_bookmark"]) || array_key_exists("cfg_bookmark", $context))) ? (array(0 => "action bookmark", 1 => _gettext("Bookmark"))) : (null)), 7 => array(0 => "text failed", 1 => _gettext("Query failed")), 8 => array(0 => "text targetdb", 1 => _gettext("Database"), "extraSpan" => $this->getAttribute( // line 42
$context["record"], "db", array(), "array")), 9 => array(0 => "text query_time", 1 => _gettext("Queried time"), "extraSpan" => (($this->getAttribute( // line 46
$context["record"], "timevalue", array(), "array", true, true)) ? ($this->getAttribute( // line 47
$context["record"], "timevalue", array(), "array")) : (_gettext("During current session")))))));
// line 51
echo " <span class=\"query\">";
echo twig_escape_filter($this->env, $this->getAttribute($context["record"], "sqlquery", array(), "array"), "html", null, true);
echo "</span>
</div>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['record'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 54
echo " ";
}
// line 55
echo " </div><!-- console_message_container -->
<div class=\"query_input\">
<span class=\"console_query_input\"></span>
</div>
</div><!-- message end -->
";
// line 61
echo " <div class=\"mid_layer\"></div>
";
// line 63
echo " <div class=\"card\" id=\"debug_console\">
";
// line 64
$this->loadTemplate("console/toolbar.twig", "console/display.twig", 64)->display(array("parent_div_classes" => "", "content_array" => array(0 => array(0 => "button order order_asc", 1 => _gettext("ascending")), 1 => array(0 => "button order order_desc", 1 => _gettext("descending")), 2 => array(0 => "text", 1 => _gettext("Order:")), 3 => array(0 => "switch_button", 1 => _gettext("Debug SQL")), 4 => array(0 => "button order_by sort_count", 1 => _gettext("Count")), 5 => array(0 => "button order_by sort_exec", 1 => _gettext("Execution order")), 6 => array(0 => "button order_by sort_time", 1 => _gettext("Time taken")), 7 => array(0 => "text", 1 => _gettext("Order by:")), 8 => array(0 => "button group_queries", 1 => _gettext("Group queries")), 9 => array(0 => "button ungroup_queries", 1 => _gettext("Ungroup queries")))));
// line 79
echo " <div class=\"content debug\">
<div class=\"message welcome\"></div>
<div class=\"debugLog\"></div>
</div> <!-- Content -->
<div class=\"templates\">
";
// line 84
$this->loadTemplate("console/query_action.twig", "console/display.twig", 84)->display(array("parent_div_classes" => "debug_query action_content", "content_array" => array(0 => array(0 => "action collapse", 1 => _gettext("Collapse")), 1 => array(0 => "action expand", 1 => _gettext("Expand")), 2 => array(0 => "action dbg_show_trace", 1 => _gettext("Show trace")), 3 => array(0 => "action dbg_hide_trace", 1 => _gettext("Hide trace")), 4 => array(0 => "text count hide", 1 => _gettext("Count")), 5 => array(0 => "text time", 1 => _gettext("Time taken")))));
// line 95
echo " </div> <!-- Template -->
</div> <!-- Debug SQL card -->
";
// line 97
if (($context["cfg_bookmark"] ?? null)) {
// line 98
echo " <div class=\"card\" id=\"pma_bookmarks\">
";
// line 99
$this->loadTemplate("console/toolbar.twig", "console/display.twig", 99)->display(array("parent_div_classes" => "", "content_array" => array(0 => array(0 => "switch_button", 1 => _gettext("Bookmarks")), 1 => array(0 => "button refresh", 1 => _gettext("Refresh")), 2 => array(0 => "button add", 1 => _gettext("Add")))));
// line 107
echo " <div class=\"content bookmark\">
";
// line 108
echo ($context["bookmark_content"] ?? null);
echo "
</div>
<div class=\"mid_layer\"></div>
<div class=\"card add\">
";
// line 112
$this->loadTemplate("console/toolbar.twig", "console/display.twig", 112)->display(array("parent_div_classes" => "", "content_array" => array(0 => array(0 => "switch_button", 1 => _gettext("Add bookmark")))));
// line 118
echo " <div class=\"content add_bookmark\">
<div class=\"options\">
<label>
";
// line 121
echo _gettext("Label");
echo ": <input type=\"text\" name=\"label\">
</label>
<label>
";
// line 124
echo _gettext("Target database");
echo ": <input type=\"text\" name=\"targetdb\">
</label>
<label>
<input type=\"checkbox\" name=\"shared\">";
// line 127
echo _gettext("Share this bookmark");
// line 128
echo " </label>
<button type=\"submit\" name=\"submit\">";
// line 129
echo _gettext("OK");
echo "</button>
</div> <!-- options -->
<div class=\"query_input\">
<span class=\"bookmark_add_input\"></span>
</div>
</div>
</div> <!-- Add bookmark card -->
</div> <!-- Bookmarks card -->
";
}
// line 138
echo " ";
// line 139
echo " <div class=\"card\" id=\"pma_console_options\">
";
// line 140
$this->loadTemplate("console/toolbar.twig", "console/display.twig", 140)->display(array("parent_div_classes" => "", "content_array" => array(0 => array(0 => "switch_button", 1 => _gettext("Options")), 1 => array(0 => "button default", 1 => _gettext("Set default")))));
// line 147
echo " <div class=\"content\">
<label>
<input type=\"checkbox\" name=\"always_expand\">";
// line 149
echo _gettext("Always expand query messages");
// line 150
echo " </label>
<br>
<label>
<input type=\"checkbox\" name=\"start_history\">";
// line 153
echo _gettext("Show query history at start");
// line 154
echo " </label>
<br>
<label>
<input type=\"checkbox\" name=\"current_query\">";
// line 157
echo _gettext("Show current browsing query");
// line 158
echo " </label>
<br>
<label>
<input type=\"checkbox\" name=\"enter_executes\">
";
// line 162
echo _gettext("Execute queries on Enter and insert new line with Shift + Enter. To make this permanent, view settings.");
// line 165
echo " </label>
<br>
<label>
<input type=\"checkbox\" name=\"dark_theme\">";
// line 168
echo _gettext("Switch to dark theme");
// line 169
echo " </label>
<br>
</div>
</div> <!-- Options card -->
<div class=\"templates\">
";
// line 175
echo " ";
$this->loadTemplate("console/query_action.twig", "console/display.twig", 175)->display(array("parent_div_classes" => "query_actions", "content_array" => array(0 => array(0 => "action collapse", 1 => _gettext("Collapse")), 1 => array(0 => "action expand", 1 => _gettext("Expand")), 2 => array(0 => "action requery", 1 => _gettext("Requery")), 3 => array(0 => "action edit", 1 => _gettext("Edit")), 4 => array(0 => "action explain", 1 => _gettext("Explain")), 5 => array(0 => "action profiling", 1 => _gettext("Profiling")), 6 => (( // line 184
(isset($context["cfg_bookmark"]) || array_key_exists("cfg_bookmark", $context))) ? (array(0 => "action bookmark", 1 => _gettext("Bookmark"))) : (null)), 7 => array(0 => "text failed", 1 => _gettext("Query failed")), 8 => array(0 => "text targetdb", 1 => _gettext("Database")), 9 => array(0 => "text query_time", 1 => _gettext("Queried time")))));
// line 190
echo " </div>
</div> <!-- #console end -->
</div> <!-- #console_container end -->
";
}
public function getTemplateName()
{
return "console/display.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 220 => 190, 218 => 184, 216 => 175, 209 => 169, 207 => 168, 202 => 165, 200 => 162, 194 => 158, 192 => 157, 187 => 154, 185 => 153, 180 => 150, 178 => 149, 174 => 147, 172 => 140, 169 => 139, 167 => 138, 155 => 129, 152 => 128, 150 => 127, 144 => 124, 138 => 121, 133 => 118, 131 => 112, 124 => 108, 121 => 107, 119 => 99, 116 => 98, 114 => 97, 110 => 95, 108 => 84, 101 => 79, 99 => 64, 96 => 63, 93 => 61, 86 => 55, 83 => 54, 73 => 51, 71 => 47, 70 => 46, 69 => 42, 68 => 40, 67 => 31, 61 => 30, 57 => 29, 55 => 28, 50 => 27, 48 => 26, 44 => 24, 42 => 23, 38 => 21, 36 => 20, 30 => 16, 28 => 15, 26 => 11, 25 => 7, 23 => 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("", "console/display.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/console/display.twig");
}
}
d5/d52220f7879a7c498d2943ebe60f3f3d1f5d1f707f9b17486bb1e818ed820eaf.php 0000644 00000034255 15152073666 0016524 0 ustar 00 <?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
/* console/display.twig */
class __TwigTemplate_f0e14a5994852499122c1813b5a858030abcd81af6a781e7609ffeaa2e2c36ee extends \Twig\Template
{
public function __construct(Environment $env)
{
parent::__construct($env);
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
// line 1
echo "<div id=\"pma_console_container\">
<div id=\"pma_console\">
";
// line 4
echo " ";
$this->loadTemplate("console/toolbar.twig", "console/display.twig", 4)->display(twig_to_array(["parent_div_classes" => "collapsed", "content_array" => [0 => [0 => "switch_button console_switch", 1 => _gettext("Console"), "image" => // line 7
($context["image"] ?? null)], 1 => [0 => "button clear", 1 => _gettext("Clear")], 2 => [0 => "button history", 1 => _gettext("History")], 3 => [0 => "button options", 1 => _gettext("Options")], 4 => (( // line 11
(isset($context["cfg_bookmark"]) || array_key_exists("cfg_bookmark", $context))) ? ([0 => "button bookmarks", 1 => _gettext("Bookmarks")]) : (null)), 5 => [0 => "button debug hide", 1 => _gettext("Debug SQL")]]]));
// line 15
echo " ";
// line 16
echo " <div class=\"content\">
<div class=\"console_message_container\">
<div class=\"message welcome\">
<span id=\"instructions-0\">
";
// line 20
echo _gettext("Press Ctrl+Enter to execute query");
// line 21
echo " </span>
<span class=\"hide\" id=\"instructions-1\">
";
// line 23
echo _gettext("Press Enter to execute query");
// line 24
echo " </span>
</div>
";
// line 26
if ( !twig_test_empty(($context["sql_history"] ?? null))) {
// line 27
echo " ";
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(twig_reverse_filter($this->env, ($context["sql_history"] ?? null)));
foreach ($context['_seq'] as $context["_key"] => $context["record"]) {
// line 28
echo " <div class=\"message history collapsed hide";
// line 29
echo ((preg_match("@^SELECT[[:space:]]+@i", $this->getAttribute($context["record"], "sqlquery", [], "array"))) ? (" select") : (""));
echo "\"
targetdb=\"";
// line 30
echo twig_escape_filter($this->env, $this->getAttribute($context["record"], "db", [], "array"), "html", null, true);
echo "\" targettable=\"";
echo twig_escape_filter($this->env, $this->getAttribute($context["record"], "table", [], "array"), "html", null, true);
echo "\">
";
// line 31
$this->loadTemplate("console/query_action.twig", "console/display.twig", 31)->display(twig_to_array(["parent_div_classes" => "action_content", "content_array" => [0 => [0 => "action collapse", 1 => _gettext("Collapse")], 1 => [0 => "action expand", 1 => _gettext("Expand")], 2 => [0 => "action requery", 1 => _gettext("Requery")], 3 => [0 => "action edit", 1 => _gettext("Edit")], 4 => [0 => "action explain", 1 => _gettext("Explain")], 5 => [0 => "action profiling", 1 => _gettext("Profiling")], 6 => (( // line 40
(isset($context["cfg_bookmark"]) || array_key_exists("cfg_bookmark", $context))) ? ([0 => "action bookmark", 1 => _gettext("Bookmark")]) : (null)), 7 => [0 => "text failed", 1 => _gettext("Query failed")], 8 => [0 => "text targetdb", 1 => _gettext("Database"), "extraSpan" => $this->getAttribute( // line 42
$context["record"], "db", [], "array")], 9 => [0 => "text query_time", 1 => _gettext("Queried time"), "extraSpan" => (($this->getAttribute( // line 46
$context["record"], "timevalue", [], "array", true, true)) ? ($this->getAttribute( // line 47
$context["record"], "timevalue", [], "array")) : (_gettext("During current session")))]]]));
// line 51
echo " <span class=\"query\">";
echo twig_escape_filter($this->env, $this->getAttribute($context["record"], "sqlquery", [], "array"), "html", null, true);
echo "</span>
</div>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['record'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 54
echo " ";
}
// line 55
echo " </div><!-- console_message_container -->
<div class=\"query_input\">
<span class=\"console_query_input\"></span>
</div>
</div><!-- message end -->
";
// line 61
echo " <div class=\"mid_layer\"></div>
";
// line 63
echo " <div class=\"card\" id=\"debug_console\">
";
// line 64
$this->loadTemplate("console/toolbar.twig", "console/display.twig", 64)->display(twig_to_array(["parent_div_classes" => "", "content_array" => [0 => [0 => "button order order_asc", 1 => _gettext("ascending")], 1 => [0 => "button order order_desc", 1 => _gettext("descending")], 2 => [0 => "text", 1 => _gettext("Order:")], 3 => [0 => "switch_button", 1 => _gettext("Debug SQL")], 4 => [0 => "button order_by sort_count", 1 => _gettext("Count")], 5 => [0 => "button order_by sort_exec", 1 => _gettext("Execution order")], 6 => [0 => "button order_by sort_time", 1 => _gettext("Time taken")], 7 => [0 => "text", 1 => _gettext("Order by:")], 8 => [0 => "button group_queries", 1 => _gettext("Group queries")], 9 => [0 => "button ungroup_queries", 1 => _gettext("Ungroup queries")]]]));
// line 79
echo " <div class=\"content debug\">
<div class=\"message welcome\"></div>
<div class=\"debugLog\"></div>
</div> <!-- Content -->
<div class=\"templates\">
";
// line 84
$this->loadTemplate("console/query_action.twig", "console/display.twig", 84)->display(twig_to_array(["parent_div_classes" => "debug_query action_content", "content_array" => [0 => [0 => "action collapse", 1 => _gettext("Collapse")], 1 => [0 => "action expand", 1 => _gettext("Expand")], 2 => [0 => "action dbg_show_trace", 1 => _gettext("Show trace")], 3 => [0 => "action dbg_hide_trace", 1 => _gettext("Hide trace")], 4 => [0 => "text count hide", 1 => _gettext("Count")], 5 => [0 => "text time", 1 => _gettext("Time taken")]]]));
// line 95
echo " </div> <!-- Template -->
</div> <!-- Debug SQL card -->
";
// line 97
if (($context["cfg_bookmark"] ?? null)) {
// line 98
echo " <div class=\"card\" id=\"pma_bookmarks\">
";
// line 99
$this->loadTemplate("console/toolbar.twig", "console/display.twig", 99)->display(twig_to_array(["parent_div_classes" => "", "content_array" => [0 => [0 => "switch_button", 1 => _gettext("Bookmarks")], 1 => [0 => "button refresh", 1 => _gettext("Refresh")], 2 => [0 => "button add", 1 => _gettext("Add")]]]));
// line 107
echo " <div class=\"content bookmark\">
";
// line 108
echo ($context["bookmark_content"] ?? null);
echo "
</div>
<div class=\"mid_layer\"></div>
<div class=\"card add\">
";
// line 112
$this->loadTemplate("console/toolbar.twig", "console/display.twig", 112)->display(twig_to_array(["parent_div_classes" => "", "content_array" => [0 => [0 => "switch_button", 1 => _gettext("Add bookmark")]]]));
// line 118
echo " <div class=\"content add_bookmark\">
<div class=\"options\">
<label>
";
// line 121
echo _gettext("Label");
echo ": <input type=\"text\" name=\"label\">
</label>
<label>
";
// line 124
echo _gettext("Target database");
echo ": <input type=\"text\" name=\"targetdb\">
</label>
<label>
<input type=\"checkbox\" name=\"shared\">";
// line 127
echo _gettext("Share this bookmark");
// line 128
echo " </label>
<button type=\"submit\" name=\"submit\">";
// line 129
echo _gettext("OK");
echo "</button>
</div> <!-- options -->
<div class=\"query_input\">
<span class=\"bookmark_add_input\"></span>
</div>
</div>
</div> <!-- Add bookmark card -->
</div> <!-- Bookmarks card -->
";
}
// line 138
echo " ";
// line 139
echo " <div class=\"card\" id=\"pma_console_options\">
";
// line 140
$this->loadTemplate("console/toolbar.twig", "console/display.twig", 140)->display(twig_to_array(["parent_div_classes" => "", "content_array" => [0 => [0 => "switch_button", 1 => _gettext("Options")], 1 => [0 => "button default", 1 => _gettext("Set default")]]]));
// line 147
echo " <div class=\"content\">
<label>
<input type=\"checkbox\" name=\"always_expand\">";
// line 149
echo _gettext("Always expand query messages");
// line 150
echo " </label>
<br>
<label>
<input type=\"checkbox\" name=\"start_history\">";
// line 153
echo _gettext("Show query history at start");
// line 154
echo " </label>
<br>
<label>
<input type=\"checkbox\" name=\"current_query\">";
// line 157
echo _gettext("Show current browsing query");
// line 158
echo " </label>
<br>
<label>
<input type=\"checkbox\" name=\"enter_executes\">
";
// line 162
echo _gettext("Execute queries on Enter and insert new line with Shift + Enter. To make this permanent, view settings.");
// line 165
echo " </label>
<br>
<label>
<input type=\"checkbox\" name=\"dark_theme\">";
// line 168
echo _gettext("Switch to dark theme");
// line 169
echo " </label>
<br>
</div>
</div> <!-- Options card -->
<div class=\"templates\">
";
// line 175
echo " ";
$this->loadTemplate("console/query_action.twig", "console/display.twig", 175)->display(twig_to_array(["parent_div_classes" => "query_actions", "content_array" => [0 => [0 => "action collapse", 1 => _gettext("Collapse")], 1 => [0 => "action expand", 1 => _gettext("Expand")], 2 => [0 => "action requery", 1 => _gettext("Requery")], 3 => [0 => "action edit", 1 => _gettext("Edit")], 4 => [0 => "action explain", 1 => _gettext("Explain")], 5 => [0 => "action profiling", 1 => _gettext("Profiling")], 6 => (( // line 184
(isset($context["cfg_bookmark"]) || array_key_exists("cfg_bookmark", $context))) ? ([0 => "action bookmark", 1 => _gettext("Bookmark")]) : (null)), 7 => [0 => "text failed", 1 => _gettext("Query failed")], 8 => [0 => "text targetdb", 1 => _gettext("Database"), "extraSpan" => ""], 9 => [0 => "text query_time", 1 => _gettext("Queried time"), "extraSpan" => ""]]]));
// line 190
echo " </div>
</div> <!-- #console end -->
</div> <!-- #console_container end -->
";
}
public function getTemplateName()
{
return "console/display.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 231 => 190, 229 => 184, 227 => 175, 220 => 169, 218 => 168, 213 => 165, 211 => 162, 205 => 158, 203 => 157, 198 => 154, 196 => 153, 191 => 150, 189 => 149, 185 => 147, 183 => 140, 180 => 139, 178 => 138, 166 => 129, 163 => 128, 161 => 127, 155 => 124, 149 => 121, 144 => 118, 142 => 112, 135 => 108, 132 => 107, 130 => 99, 127 => 98, 125 => 97, 121 => 95, 119 => 84, 112 => 79, 110 => 64, 107 => 63, 104 => 61, 97 => 55, 94 => 54, 84 => 51, 82 => 47, 81 => 46, 80 => 42, 79 => 40, 78 => 31, 72 => 30, 68 => 29, 66 => 28, 61 => 27, 59 => 26, 55 => 24, 53 => 23, 49 => 21, 47 => 20, 41 => 16, 39 => 15, 37 => 11, 36 => 7, 34 => 4, 30 => 1,);
}
/** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */
public function getSource()
{
@trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED);
return $this->getSourceContext()->getCode();
}
public function getSourceContext()
{
return new Source("", "console/display.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/console/display.twig");
}
}
7a/7a23d4cf8353b08e7bd2c5b906f3318701b6c27f42ef0e6f99f5a2612f092104.php 0000644 00000004247 15152073666 0016245 0 ustar 00 <?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
/* database/structure/print_view_data_dictionary_link.twig */
class __TwigTemplate_2ba438986d19e1bce9d94319fdce94c8d71cb871bdcdd6641c5fde5029d779c5 extends \Twig\Template
{
public function __construct(Environment $env)
{
parent::__construct($env);
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
// line 1
echo "<p class=\"print_ignore\">
<a href=\"#\" id=\"printView\">
";
// line 3
echo PhpMyAdmin\Util::getIcon("b_print", _gettext("Print"), true);
echo "
</a>
<a href=\"db_datadict.php";
// line 5
echo twig_escape_filter($this->env, ($context["url_query"] ?? null), "html", null, true);
echo "\" target=\"print_view\">
";
// line 6
echo PhpMyAdmin\Util::getIcon("b_tblanalyse", _gettext("Data dictionary"), true);
echo "
</a>
</p>
";
}
public function getTemplateName()
{
return "database/structure/print_view_data_dictionary_link.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 43 => 6, 39 => 5, 34 => 3, 30 => 1,);
}
/** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */
public function getSource()
{
@trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED);
return $this->getSourceContext()->getCode();
}
public function getSourceContext()
{
return new Source("", "database/structure/print_view_data_dictionary_link.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/database/structure/print_view_data_dictionary_link.twig");
}
}
7a/7a731f7876f97e5b8e18c9a03da8b4ce8abd50d9f9b092b2c36bef407a7ce96d.php 0000644 00000006560 15152073666 0017025 0 ustar 00 <?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
/* console/query_action.twig */
class __TwigTemplate_aec19250e3c35fdbd773d42a42b6401fa670c683b90f93e4f332e0f4d227740d extends \Twig\Template
{
public function __construct(Environment $env)
{
parent::__construct($env);
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
// line 1
echo "<div class=\"";
echo twig_escape_filter($this->env, ($context["parent_div_classes"] ?? null), "html", null, true);
echo "\">
";
// line 2
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(($context["content_array"] ?? null));
foreach ($context['_seq'] as $context["_key"] => $context["content"]) {
// line 3
echo " ";
if ((isset($context["content"]) || array_key_exists("content", $context))) {
// line 4
echo " <span class=\"";
echo twig_escape_filter($this->env, $this->getAttribute($context["content"], 0, [], "array"), "html", null, true);
echo "\">
";
// line 5
echo twig_escape_filter($this->env, $this->getAttribute($context["content"], 1, [], "array"), "html", null, true);
echo "
";
// line 6
if ($this->getAttribute($context["content"], "extraSpan", [], "array", true, true)) {
// line 7
echo " : <span>";
echo twig_escape_filter($this->env, $this->getAttribute($context["content"], "extraSpan", [], "array"), "html", null, true);
echo "</span>
";
}
// line 9
echo " </span>
";
}
// line 11
echo " ";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['content'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 12
echo "</div>
";
}
public function getTemplateName()
{
return "console/query_action.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 69 => 12, 63 => 11, 59 => 9, 53 => 7, 51 => 6, 47 => 5, 42 => 4, 39 => 3, 35 => 2, 30 => 1,);
}
/** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */
public function getSource()
{
@trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED);
return $this->getSourceContext()->getCode();
}
public function getSourceContext()
{
return new Source("", "console/query_action.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/console/query_action.twig");
}
}
99/9937763182924ca59c5731a9e6a0d96c77ec0ca5ce3241eec146f7bca0a6a0dc.php 0000644 00000034255 15152073666 0016503 0 ustar 00 <?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
/* console/display.twig */
class __TwigTemplate_e1e87f3f60fabbb7db0cf34fc651c3762fda38479146102b5092959d1322585e extends \Twig\Template
{
public function __construct(Environment $env)
{
parent::__construct($env);
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
// line 1
echo "<div id=\"pma_console_container\">
<div id=\"pma_console\">
";
// line 4
echo " ";
$this->loadTemplate("console/toolbar.twig", "console/display.twig", 4)->display(twig_to_array(["parent_div_classes" => "collapsed", "content_array" => [0 => [0 => "switch_button console_switch", 1 => _gettext("Console"), "image" => // line 7
($context["image"] ?? null)], 1 => [0 => "button clear", 1 => _gettext("Clear")], 2 => [0 => "button history", 1 => _gettext("History")], 3 => [0 => "button options", 1 => _gettext("Options")], 4 => (( // line 11
(isset($context["cfg_bookmark"]) || array_key_exists("cfg_bookmark", $context))) ? ([0 => "button bookmarks", 1 => _gettext("Bookmarks")]) : (null)), 5 => [0 => "button debug hide", 1 => _gettext("Debug SQL")]]]));
// line 15
echo " ";
// line 16
echo " <div class=\"content\">
<div class=\"console_message_container\">
<div class=\"message welcome\">
<span id=\"instructions-0\">
";
// line 20
echo _gettext("Press Ctrl+Enter to execute query");
// line 21
echo " </span>
<span class=\"hide\" id=\"instructions-1\">
";
// line 23
echo _gettext("Press Enter to execute query");
// line 24
echo " </span>
</div>
";
// line 26
if ( !twig_test_empty(($context["sql_history"] ?? null))) {
// line 27
echo " ";
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(twig_reverse_filter($this->env, ($context["sql_history"] ?? null)));
foreach ($context['_seq'] as $context["_key"] => $context["record"]) {
// line 28
echo " <div class=\"message history collapsed hide";
// line 29
echo ((preg_match("@^SELECT[[:space:]]+@i", $this->getAttribute($context["record"], "sqlquery", [], "array"))) ? (" select") : (""));
echo "\"
targetdb=\"";
// line 30
echo twig_escape_filter($this->env, $this->getAttribute($context["record"], "db", [], "array"), "html", null, true);
echo "\" targettable=\"";
echo twig_escape_filter($this->env, $this->getAttribute($context["record"], "table", [], "array"), "html", null, true);
echo "\">
";
// line 31
$this->loadTemplate("console/query_action.twig", "console/display.twig", 31)->display(twig_to_array(["parent_div_classes" => "action_content", "content_array" => [0 => [0 => "action collapse", 1 => _gettext("Collapse")], 1 => [0 => "action expand", 1 => _gettext("Expand")], 2 => [0 => "action requery", 1 => _gettext("Requery")], 3 => [0 => "action edit", 1 => _gettext("Edit")], 4 => [0 => "action explain", 1 => _gettext("Explain")], 5 => [0 => "action profiling", 1 => _gettext("Profiling")], 6 => (( // line 40
(isset($context["cfg_bookmark"]) || array_key_exists("cfg_bookmark", $context))) ? ([0 => "action bookmark", 1 => _gettext("Bookmark")]) : (null)), 7 => [0 => "text failed", 1 => _gettext("Query failed")], 8 => [0 => "text targetdb", 1 => _gettext("Database"), "extraSpan" => $this->getAttribute( // line 42
$context["record"], "db", [], "array")], 9 => [0 => "text query_time", 1 => _gettext("Queried time"), "extraSpan" => (($this->getAttribute( // line 46
$context["record"], "timevalue", [], "array", true, true)) ? ($this->getAttribute( // line 47
$context["record"], "timevalue", [], "array")) : (_gettext("During current session")))]]]));
// line 51
echo " <span class=\"query\">";
echo twig_escape_filter($this->env, $this->getAttribute($context["record"], "sqlquery", [], "array"), "html", null, true);
echo "</span>
</div>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['record'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 54
echo " ";
}
// line 55
echo " </div><!-- console_message_container -->
<div class=\"query_input\">
<span class=\"console_query_input\"></span>
</div>
</div><!-- message end -->
";
// line 61
echo " <div class=\"mid_layer\"></div>
";
// line 63
echo " <div class=\"card\" id=\"debug_console\">
";
// line 64
$this->loadTemplate("console/toolbar.twig", "console/display.twig", 64)->display(twig_to_array(["parent_div_classes" => "", "content_array" => [0 => [0 => "button order order_asc", 1 => _gettext("ascending")], 1 => [0 => "button order order_desc", 1 => _gettext("descending")], 2 => [0 => "text", 1 => _gettext("Order:")], 3 => [0 => "switch_button", 1 => _gettext("Debug SQL")], 4 => [0 => "button order_by sort_count", 1 => _gettext("Count")], 5 => [0 => "button order_by sort_exec", 1 => _gettext("Execution order")], 6 => [0 => "button order_by sort_time", 1 => _gettext("Time taken")], 7 => [0 => "text", 1 => _gettext("Order by:")], 8 => [0 => "button group_queries", 1 => _gettext("Group queries")], 9 => [0 => "button ungroup_queries", 1 => _gettext("Ungroup queries")]]]));
// line 79
echo " <div class=\"content debug\">
<div class=\"message welcome\"></div>
<div class=\"debugLog\"></div>
</div> <!-- Content -->
<div class=\"templates\">
";
// line 84
$this->loadTemplate("console/query_action.twig", "console/display.twig", 84)->display(twig_to_array(["parent_div_classes" => "debug_query action_content", "content_array" => [0 => [0 => "action collapse", 1 => _gettext("Collapse")], 1 => [0 => "action expand", 1 => _gettext("Expand")], 2 => [0 => "action dbg_show_trace", 1 => _gettext("Show trace")], 3 => [0 => "action dbg_hide_trace", 1 => _gettext("Hide trace")], 4 => [0 => "text count hide", 1 => _gettext("Count")], 5 => [0 => "text time", 1 => _gettext("Time taken")]]]));
// line 95
echo " </div> <!-- Template -->
</div> <!-- Debug SQL card -->
";
// line 97
if (($context["cfg_bookmark"] ?? null)) {
// line 98
echo " <div class=\"card\" id=\"pma_bookmarks\">
";
// line 99
$this->loadTemplate("console/toolbar.twig", "console/display.twig", 99)->display(twig_to_array(["parent_div_classes" => "", "content_array" => [0 => [0 => "switch_button", 1 => _gettext("Bookmarks")], 1 => [0 => "button refresh", 1 => _gettext("Refresh")], 2 => [0 => "button add", 1 => _gettext("Add")]]]));
// line 107
echo " <div class=\"content bookmark\">
";
// line 108
echo ($context["bookmark_content"] ?? null);
echo "
</div>
<div class=\"mid_layer\"></div>
<div class=\"card add\">
";
// line 112
$this->loadTemplate("console/toolbar.twig", "console/display.twig", 112)->display(twig_to_array(["parent_div_classes" => "", "content_array" => [0 => [0 => "switch_button", 1 => _gettext("Add bookmark")]]]));
// line 118
echo " <div class=\"content add_bookmark\">
<div class=\"options\">
<label>
";
// line 121
echo _gettext("Label");
echo ": <input type=\"text\" name=\"label\">
</label>
<label>
";
// line 124
echo _gettext("Target database");
echo ": <input type=\"text\" name=\"targetdb\">
</label>
<label>
<input type=\"checkbox\" name=\"shared\">";
// line 127
echo _gettext("Share this bookmark");
// line 128
echo " </label>
<button type=\"submit\" name=\"submit\">";
// line 129
echo _gettext("OK");
echo "</button>
</div> <!-- options -->
<div class=\"query_input\">
<span class=\"bookmark_add_input\"></span>
</div>
</div>
</div> <!-- Add bookmark card -->
</div> <!-- Bookmarks card -->
";
}
// line 138
echo " ";
// line 139
echo " <div class=\"card\" id=\"pma_console_options\">
";
// line 140
$this->loadTemplate("console/toolbar.twig", "console/display.twig", 140)->display(twig_to_array(["parent_div_classes" => "", "content_array" => [0 => [0 => "switch_button", 1 => _gettext("Options")], 1 => [0 => "button default", 1 => _gettext("Set default")]]]));
// line 147
echo " <div class=\"content\">
<label>
<input type=\"checkbox\" name=\"always_expand\">";
// line 149
echo _gettext("Always expand query messages");
// line 150
echo " </label>
<br>
<label>
<input type=\"checkbox\" name=\"start_history\">";
// line 153
echo _gettext("Show query history at start");
// line 154
echo " </label>
<br>
<label>
<input type=\"checkbox\" name=\"current_query\">";
// line 157
echo _gettext("Show current browsing query");
// line 158
echo " </label>
<br>
<label>
<input type=\"checkbox\" name=\"enter_executes\">
";
// line 162
echo _gettext("Execute queries on Enter and insert new line with Shift + Enter. To make this permanent, view settings.");
// line 165
echo " </label>
<br>
<label>
<input type=\"checkbox\" name=\"dark_theme\">";
// line 168
echo _gettext("Switch to dark theme");
// line 169
echo " </label>
<br>
</div>
</div> <!-- Options card -->
<div class=\"templates\">
";
// line 175
echo " ";
$this->loadTemplate("console/query_action.twig", "console/display.twig", 175)->display(twig_to_array(["parent_div_classes" => "query_actions", "content_array" => [0 => [0 => "action collapse", 1 => _gettext("Collapse")], 1 => [0 => "action expand", 1 => _gettext("Expand")], 2 => [0 => "action requery", 1 => _gettext("Requery")], 3 => [0 => "action edit", 1 => _gettext("Edit")], 4 => [0 => "action explain", 1 => _gettext("Explain")], 5 => [0 => "action profiling", 1 => _gettext("Profiling")], 6 => (( // line 184
(isset($context["cfg_bookmark"]) || array_key_exists("cfg_bookmark", $context))) ? ([0 => "action bookmark", 1 => _gettext("Bookmark")]) : (null)), 7 => [0 => "text failed", 1 => _gettext("Query failed")], 8 => [0 => "text targetdb", 1 => _gettext("Database"), "extraSpan" => ""], 9 => [0 => "text query_time", 1 => _gettext("Queried time"), "extraSpan" => ""]]]));
// line 190
echo " </div>
</div> <!-- #console end -->
</div> <!-- #console_container end -->
";
}
public function getTemplateName()
{
return "console/display.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 231 => 190, 229 => 184, 227 => 175, 220 => 169, 218 => 168, 213 => 165, 211 => 162, 205 => 158, 203 => 157, 198 => 154, 196 => 153, 191 => 150, 189 => 149, 185 => 147, 183 => 140, 180 => 139, 178 => 138, 166 => 129, 163 => 128, 161 => 127, 155 => 124, 149 => 121, 144 => 118, 142 => 112, 135 => 108, 132 => 107, 130 => 99, 127 => 98, 125 => 97, 121 => 95, 119 => 84, 112 => 79, 110 => 64, 107 => 63, 104 => 61, 97 => 55, 94 => 54, 84 => 51, 82 => 47, 81 => 46, 80 => 42, 79 => 40, 78 => 31, 72 => 30, 68 => 29, 66 => 28, 61 => 27, 59 => 26, 55 => 24, 53 => 23, 49 => 21, 47 => 20, 41 => 16, 39 => 15, 37 => 11, 36 => 7, 34 => 4, 30 => 1,);
}
/** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */
public function getSource()
{
@trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED);
return $this->getSourceContext()->getCode();
}
public function getSourceContext()
{
return new Source("", "console/display.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/console/display.twig");
}
}
99/99d2c29873488a4d10804765bf97aa87cf7a5b027156a7a1455a576a6a8a14ae.php 0000644 00000007401 15152073666 0016133 0 ustar 00 <?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
/* display/results/comment_for_row.twig */
class __TwigTemplate_5938e981255906b7ff3e0779eeb6d8b2bd8ecb20369392ff27fe43c72d337b7f extends \Twig\Template
{
public function __construct(Environment $env)
{
parent::__construct($env);
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
// line 1
if (($this->getAttribute(($context["comments_map"] ?? null), $this->getAttribute(($context["fields_meta"] ?? null), "table", []), [], "array", true, true) && $this->getAttribute($this->getAttribute( // line 2
($context["comments_map"] ?? null), $this->getAttribute(($context["fields_meta"] ?? null), "table", []), [], "array", false, true), $this->getAttribute(($context["fields_meta"] ?? null), "name", []), [], "array", true, true))) {
// line 3
echo " <span class=\"tblcomment\" title=\"";
echo twig_escape_filter($this->env, $this->getAttribute($this->getAttribute(($context["comments_map"] ?? null), $this->getAttribute(($context["fields_meta"] ?? null), "table", []), [], "array"), $this->getAttribute(($context["fields_meta"] ?? null), "name", []), [], "array"), "html", null, true);
echo "\">
";
// line 4
if ((twig_length_filter($this->env, $this->getAttribute($this->getAttribute(($context["comments_map"] ?? null), $this->getAttribute(($context["fields_meta"] ?? null), "table", []), [], "array"), $this->getAttribute(($context["fields_meta"] ?? null), "name", []), [], "array")) > ($context["limit_chars"] ?? null))) {
// line 5
echo " ";
echo twig_escape_filter($this->env, twig_slice($this->env, $this->getAttribute($this->getAttribute(($context["comments_map"] ?? null), $this->getAttribute(($context["fields_meta"] ?? null), "table", []), [], "array"), $this->getAttribute(($context["fields_meta"] ?? null), "name", []), [], "array"), 0, ($context["limit_chars"] ?? null)), "html", null, true);
echo "ā¦
";
} else {
// line 7
echo " ";
echo twig_escape_filter($this->env, $this->getAttribute($this->getAttribute(($context["comments_map"] ?? null), $this->getAttribute(($context["fields_meta"] ?? null), "table", []), [], "array"), $this->getAttribute(($context["fields_meta"] ?? null), "name", []), [], "array"), "html", null, true);
echo "
";
}
// line 9
echo " </span>
";
}
}
public function getTemplateName()
{
return "display/results/comment_for_row.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 52 => 9, 46 => 7, 40 => 5, 38 => 4, 33 => 3, 31 => 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/comment_for_row.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/display/results/comment_for_row.twig");
}
}
5d/5d6729831076d031349d5adb9ce2ad0b30cb3c574222084acd41f0bd081d2114.php 0000644 00000002773 15152073666 0016202 0 ustar 00 <?php
/* display/results/empty_display.twig */
class __TwigTemplate_10aff00162005508183ed97aa35a8c0040483d9b7e0be757fabb8765d4ad1389 extends Twig_Template
{
public function __construct(Twig_Environment $env)
{
parent::__construct($env);
$this->parent = false;
$this->blocks = array(
);
}
protected function doDisplay(array $context, array $blocks = array())
{
// line 1
echo "<td ";
echo twig_escape_filter($this->env, ($context["align"] ?? null), "html", null, true);
echo " class=\"";
echo twig_escape_filter($this->env, ($context["classes"] ?? null), "html", null, true);
echo "\"></td>
";
}
public function getTemplateName()
{
return "display/results/empty_display.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 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("", "display/results/empty_display.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/display/results/empty_display.twig");
}
}
97/979b9413e4e04a5842082b392af355421d7dd52998a09ed35d55c15ab798e3b2.php 0000644 00000025705 15152073666 0016063 0 ustar 00 <?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
/* table/structure/row_stats_table.twig */
class __TwigTemplate_4cb9547160a15cef5afaf71c59ae48618ecde3136f80341b957e64c892947086 extends \Twig\Template
{
public function __construct(Environment $env)
{
parent::__construct($env);
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
// line 1
echo "<table id=\"tablerowstats\" class=\"width100 data\">
<caption class=\"tblHeaders\">";
// line 2
echo _gettext("Row statistics");
echo "</caption>
<tbody>
";
// line 4
if ($this->getAttribute(($context["showtable"] ?? null), "Row_format", [], "array", true, true)) {
// line 5
echo " <tr>
<th class=\"name\">";
// line 6
echo _gettext("Format");
echo "</th>
";
// line 7
if (($this->getAttribute(($context["showtable"] ?? null), "Row_format", [], "array") == "Fixed")) {
// line 8
echo " <td class=\"value\">";
echo _gettext("static");
echo "</td>
";
} elseif (($this->getAttribute( // line 9
($context["showtable"] ?? null), "Row_format", [], "array") == "Dynamic")) {
// line 10
echo " <td class=\"value\">";
echo _gettext("dynamic");
echo "</td>
";
} else {
// line 12
echo " <td class=\"value\">";
echo twig_escape_filter($this->env, $this->getAttribute(($context["showtable"] ?? null), "Row_format", [], "array"), "html", null, true);
echo "</td>
";
}
// line 14
echo " </tr>
";
}
// line 16
echo "
";
// line 17
if ( !twig_test_empty($this->getAttribute(($context["showtable"] ?? null), "Create_options", [], "array"))) {
// line 18
echo " <tr>
<th class=\"name\">";
// line 19
echo _gettext("Options");
echo "</th>
";
// line 20
if (($this->getAttribute(($context["showtable"] ?? null), "Create_options", [], "array") == "partitioned")) {
// line 21
echo " <td class=\"value\">";
echo _gettext("partitioned");
echo "</td>
";
} else {
// line 23
echo " <td class=\"value\">";
echo twig_escape_filter($this->env, $this->getAttribute(($context["showtable"] ?? null), "Create_options", [], "array"), "html", null, true);
echo "</td>
";
}
// line 25
echo " </tr>
";
}
// line 27
echo "
";
// line 28
if ( !twig_test_empty(($context["tbl_collation"] ?? null))) {
// line 29
echo " <tr>
<th class=\"name\">";
// line 30
echo _gettext("Collation");
echo "</th>
<td class=\"value\">
<dfn title=\"";
// line 32
echo twig_escape_filter($this->env, PhpMyAdmin\Charsets::getCollationDescr(($context["tbl_collation"] ?? null)), "html", null, true);
echo "\">
";
// line 33
echo twig_escape_filter($this->env, ($context["tbl_collation"] ?? null), "html", null, true);
echo "
</dfn>
</td>
</tr>
";
}
// line 38
echo "
";
// line 39
if (( !($context["is_innodb"] ?? null) && $this->getAttribute(($context["showtable"] ?? null), "Rows", [], "array", true, true))) {
// line 40
echo " <tr>
<th class=\"name\">";
// line 41
echo _gettext("Rows");
echo "</th>
<td class=\"value\">";
// line 42
echo twig_escape_filter($this->env, PhpMyAdmin\Util::formatNumber($this->getAttribute(($context["showtable"] ?? null), "Rows", [], "array"), 0), "html", null, true);
echo "</td>
</tr>
";
}
// line 45
echo "
";
// line 46
if ((( !($context["is_innodb"] ?? null) && $this->getAttribute( // line 47
($context["showtable"] ?? null), "Avg_row_length", [], "array", true, true)) && ($this->getAttribute( // line 48
($context["showtable"] ?? null), "Avg_row_length", [], "array") > 0))) {
// line 49
echo " <tr>
<th class=\"name\">";
// line 50
echo _gettext("Row length");
echo "</th>
";
// line 51
$context["avg_row_length"] = PhpMyAdmin\Util::formatByteDown($this->getAttribute(($context["showtable"] ?? null), "Avg_row_length", [], "array"), 6, 1);
// line 52
echo " <td class=\"value\">";
echo twig_escape_filter($this->env, $this->getAttribute(($context["avg_row_length"] ?? null), 0, [], "array"), "html", null, true);
echo " ";
echo twig_escape_filter($this->env, $this->getAttribute(($context["avg_row_length"] ?? null), 1, [], "array"), "html", null, true);
echo "</td>
</tr>
";
}
// line 55
echo "
";
// line 56
if ((((( !($context["is_innodb"] ?? null) && $this->getAttribute( // line 57
($context["showtable"] ?? null), "Data_length", [], "array", true, true)) && $this->getAttribute( // line 58
($context["showtable"] ?? null), "Rows", [], "array", true, true)) && ($this->getAttribute( // line 59
($context["showtable"] ?? null), "Rows", [], "array") > 0)) && ( // line 60
($context["mergetable"] ?? null) == false))) {
// line 61
echo " <tr>
<th class=\"name\">";
// line 62
echo _gettext("Row size");
echo "</th>
<td class=\"value\">";
// line 63
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 "</td>
</tr>
";
}
// line 66
echo "
";
// line 67
if ($this->getAttribute(($context["showtable"] ?? null), "Auto_increment", [], "array", true, true)) {
// line 68
echo " <tr>
<th class=\"name\">";
// line 69
echo _gettext("Next autoindex");
echo "</th>
<td class=\"value\">";
// line 70
echo twig_escape_filter($this->env, PhpMyAdmin\Util::formatNumber($this->getAttribute(($context["showtable"] ?? null), "Auto_increment", [], "array"), 0), "html", null, true);
echo "</td>
</tr>
";
}
// line 73
echo "
";
// line 74
if ($this->getAttribute(($context["showtable"] ?? null), "Create_time", [], "array", true, true)) {
// line 75
echo " <tr>
<th class=\"name\">";
// line 76
echo _gettext("Creation");
echo "</th>
<td class=\"value\">";
// line 77
echo twig_escape_filter($this->env, PhpMyAdmin\Util::localisedDate(twig_date_format_filter($this->env, $this->getAttribute(($context["showtable"] ?? null), "Create_time", [], "array"), "U")), "html", null, true);
echo "</td>
</tr>
";
}
// line 80
echo "
";
// line 81
if ($this->getAttribute(($context["showtable"] ?? null), "Update_time", [], "array", true, true)) {
// line 82
echo " <tr>
<th class=\"name\">";
// line 83
echo _gettext("Last update");
echo "</th>
<td class=\"value\">";
// line 84
echo twig_escape_filter($this->env, PhpMyAdmin\Util::localisedDate(twig_date_format_filter($this->env, $this->getAttribute(($context["showtable"] ?? null), "Update_time", [], "array"), "U")), "html", null, true);
echo "</td>
</tr>
";
}
// line 87
echo "
";
// line 88
if ($this->getAttribute(($context["showtable"] ?? null), "Check_time", [], "array", true, true)) {
// line 89
echo " <tr>
<th class=\"name\">";
// line 90
echo _gettext("Last check");
echo "</th>
<td class=\"value\">";
// line 91
echo twig_escape_filter($this->env, PhpMyAdmin\Util::localisedDate(twig_date_format_filter($this->env, $this->getAttribute(($context["showtable"] ?? null), "Check_time", [], "array"), "U")), "html", null, true);
echo "</td>
</tr>
";
}
// line 94
echo "</tbody>
</table>
";
}
public function getTemplateName()
{
return "table/structure/row_stats_table.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 266 => 94, 260 => 91, 256 => 90, 253 => 89, 251 => 88, 248 => 87, 242 => 84, 238 => 83, 235 => 82, 233 => 81, 230 => 80, 224 => 77, 220 => 76, 217 => 75, 215 => 74, 212 => 73, 206 => 70, 202 => 69, 199 => 68, 197 => 67, 194 => 66, 186 => 63, 182 => 62, 179 => 61, 177 => 60, 176 => 59, 175 => 58, 174 => 57, 173 => 56, 170 => 55, 161 => 52, 159 => 51, 155 => 50, 152 => 49, 150 => 48, 149 => 47, 148 => 46, 145 => 45, 139 => 42, 135 => 41, 132 => 40, 130 => 39, 127 => 38, 119 => 33, 115 => 32, 110 => 30, 107 => 29, 105 => 28, 102 => 27, 98 => 25, 92 => 23, 86 => 21, 84 => 20, 80 => 19, 77 => 18, 75 => 17, 72 => 16, 68 => 14, 62 => 12, 56 => 10, 54 => 9, 49 => 8, 47 => 7, 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("", "table/structure/row_stats_table.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/table/structure/row_stats_table.twig");
}
}
bd/bdcaed00c3c6448357c40fef93985bd41f3d4fdb438a8c3ff2a5fbed21d85ced.php 0000644 00000004503 15152073666 0017344 0 ustar 00 <?php
/* display/results/multi_row_operations_form.twig */
class __TwigTemplate_57067fab3066688fb47e38d4b37d434c6f454363769cb67da49e27ac557e612b extends Twig_Template
{
public function __construct(Twig_Environment $env)
{
parent::__construct($env);
$this->parent = false;
$this->blocks = array(
);
}
protected function doDisplay(array $context, array $blocks = array())
{
// line 1
if (((($context["delete_link"] ?? null) == ($context["delete_row"] ?? null)) || (($context["delete_link"] ?? null) == ($context["kill_process"] ?? null)))) {
// line 2
echo " <form method=\"post\"
action=\"tbl_row_action.php\"
name=\"resultsForm\"
id=\"resultsForm_";
// line 5
echo twig_escape_filter($this->env, ($context["unique_id"] ?? null), "html", null, true);
echo "\"
class=\"ajax\">
";
// line 7
echo PhpMyAdmin\Url::getHiddenInputs(($context["db"] ?? null), ($context["table"] ?? null), 1);
echo "
<input type=\"hidden\" name=\"goto\" value=\"sql.php\" />
";
}
// line 10
echo "
<div class=\"responsivetable\">
<table class=\"table_results data ajax\" data-uniqueId=\"";
// line 12
echo twig_escape_filter($this->env, ($context["unique_id"] ?? null), "html", null, true);
echo "\">
";
}
public function getTemplateName()
{
return "display/results/multi_row_operations_form.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 41 => 12, 37 => 10, 31 => 7, 26 => 5, 21 => 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("", "display/results/multi_row_operations_form.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/display/results/multi_row_operations_form.twig");
}
}
63/63b4d835e141d833cf3d0043fb7e1b9a5d88df514c89bf6b04086b209cfd91ef.php 0000644 00000004450 15152073666 0016474 0 ustar 00 <?php
/* database/structure/favorite_anchor.twig */
class __TwigTemplate_9da228ce35b577b2a9293fc52e24ba3d498e2b03346c81932b67504b71225acb extends Twig_Template
{
public function __construct(Twig_Environment $env)
{
parent::__construct($env);
$this->parent = false;
$this->blocks = array(
);
}
protected function doDisplay(array $context, array $blocks = array())
{
// line 1
echo "<a id=\"";
echo twig_escape_filter($this->env, ($context["table_name_hash"] ?? null), "html", null, true);
echo "_favorite_anchor\"
class=\"ajax favorite_table_anchor\"
href=\"db_structure.php";
// line 3
echo PhpMyAdmin\Url::getCommon(($context["fav_params"] ?? null));
echo "\"
title=\"";
// line 4
echo twig_escape_filter($this->env, ((($context["already_favorite"] ?? null)) ? (_gettext("Remove from Favorites")) : (_gettext("Add to Favorites"))), "html", null, true);
echo "\"
data-favtargets=\"";
// line 5
echo twig_escape_filter($this->env, ($context["db_table_name_hash"] ?? null), "html", null, true);
echo "\" >
";
// line 6
echo ((($context["already_favorite"] ?? null)) ? ($this->getAttribute(($context["titles"] ?? null), "Favorite", array(), "array")) : ($this->getAttribute(($context["titles"] ?? null), "NoFavorite", array(), "array")));
echo "
</a>
";
}
public function getTemplateName()
{
return "database/structure/favorite_anchor.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 37 => 6, 33 => 5, 29 => 4, 25 => 3, 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/favorite_anchor.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/database/structure/favorite_anchor.twig");
}
}
63/6398f94052da55493511027dbda6a6fe13a9d7903c90bf7f28d42f9398bab972.php 0000644 00000012026 15152073666 0016212 0 ustar 00 <?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
/* list/item.twig */
class __TwigTemplate_628621917eb22e467f656db7b82297f7ebad7a86cc8a99a3b790a100f0b7b156 extends \Twig\Template
{
public function __construct(Environment $env)
{
parent::__construct($env);
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
// line 1
echo "<li";
if ( !twig_test_empty(($context["id"] ?? null))) {
echo " id=\"";
echo twig_escape_filter($this->env, ($context["id"] ?? null), "html", null, true);
echo "\"";
}
// line 2
if ( !twig_test_empty(($context["class"] ?? null))) {
echo " class=\"";
echo twig_escape_filter($this->env, ($context["class"] ?? null), "html", null, true);
echo "\"";
}
echo ">
";
// line 4
if ((((isset($context["url"]) || array_key_exists("url", $context)) && twig_test_iterable(($context["url"] ?? null))) && !twig_test_empty($this->getAttribute(($context["url"] ?? null), "href", [], "array")))) {
// line 5
echo " <a";
if ( !twig_test_empty($this->getAttribute(($context["url"] ?? null), "href", [], "array"))) {
echo " href=\"";
echo $this->getAttribute(($context["url"] ?? null), "href", [], "array");
echo "\"";
}
// line 6
if ( !twig_test_empty($this->getAttribute(($context["url"] ?? null), "target", [], "array"))) {
echo " target=\"";
echo twig_escape_filter($this->env, $this->getAttribute(($context["url"] ?? null), "target", [], "array"), "html", null, true);
echo "\"";
}
// line 7
if (( !twig_test_empty($this->getAttribute(($context["url"] ?? null), "target", [], "array")) && ($this->getAttribute(($context["url"] ?? null), "target", [], "array") == "_blank"))) {
echo " rel=\"noopener noreferrer\"";
}
// line 8
if ( !twig_test_empty($this->getAttribute(($context["url"] ?? null), "id", [], "array"))) {
echo " id=\"";
echo twig_escape_filter($this->env, $this->getAttribute(($context["url"] ?? null), "id", [], "array"), "html", null, true);
echo "\"";
}
// line 9
if ( !twig_test_empty($this->getAttribute(($context["url"] ?? null), "class", [], "array"))) {
echo " class=\"";
echo twig_escape_filter($this->env, $this->getAttribute(($context["url"] ?? null), "class", [], "array"), "html", null, true);
echo "\"";
}
// line 10
if ( !twig_test_empty($this->getAttribute(($context["url"] ?? null), "title", [], "array"))) {
echo " title=\"";
echo twig_escape_filter($this->env, $this->getAttribute(($context["url"] ?? null), "title", [], "array"), "html", null, true);
echo "\"";
}
echo ">
";
}
// line 12
echo " ";
echo ($context["content"] ?? null);
echo "
";
// line 13
if ((((isset($context["url"]) || array_key_exists("url", $context)) && twig_test_iterable(($context["url"] ?? null))) && !twig_test_empty($this->getAttribute(($context["url"] ?? null), "href", [], "array")))) {
// line 14
echo " </a>
";
}
// line 16
echo " ";
if ( !twig_test_empty(($context["mysql_help_page"] ?? null))) {
// line 17
echo " ";
echo PhpMyAdmin\Util::showMySQLDocu(($context["mysql_help_page"] ?? null));
echo "
";
}
// line 19
echo "</li>
";
}
public function getTemplateName()
{
return "list/item.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 106 => 19, 100 => 17, 97 => 16, 93 => 14, 91 => 13, 86 => 12, 77 => 10, 71 => 9, 65 => 8, 61 => 7, 55 => 6, 48 => 5, 46 => 4, 37 => 2, 30 => 1,);
}
/** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */
public function getSource()
{
@trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED);
return $this->getSourceContext()->getCode();
}
public function getSourceContext()
{
return new Source("", "list/item.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/list/item.twig");
}
}
7d/7d8087d41c482579730682151ac3393f13b0506f63d25d3b07db85fcba5cdbeb.php 0000644 00000004247 15152073666 0016325 0 ustar 00 <?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
/* database/structure/print_view_data_dictionary_link.twig */
class __TwigTemplate_25eb1ae6b57119d3d2080c744b1eea6acf6c678065c823aa63777c3a05fd7081 extends \Twig\Template
{
public function __construct(Environment $env)
{
parent::__construct($env);
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
// line 1
echo "<p class=\"print_ignore\">
<a href=\"#\" id=\"printView\">
";
// line 3
echo PhpMyAdmin\Util::getIcon("b_print", _gettext("Print"), true);
echo "
</a>
<a href=\"db_datadict.php";
// line 5
echo twig_escape_filter($this->env, ($context["url_query"] ?? null), "html", null, true);
echo "\" target=\"print_view\">
";
// line 6
echo PhpMyAdmin\Util::getIcon("b_tblanalyse", _gettext("Data dictionary"), true);
echo "
</a>
</p>
";
}
public function getTemplateName()
{
return "database/structure/print_view_data_dictionary_link.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 43 => 6, 39 => 5, 34 => 3, 30 => 1,);
}
/** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */
public function getSource()
{
@trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED);
return $this->getSourceContext()->getCode();
}
public function getSourceContext()
{
return new Source("", "database/structure/print_view_data_dictionary_link.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/database/structure/print_view_data_dictionary_link.twig");
}
}
7d/7d7573cee9395c66f3d0ec75126df44764bc31ef09d6b2202263d5c76865b1a8.php 0000644 00000026507 15152073666 0016301 0 ustar 00 <?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
/* database/structure/body_for_table_summary.twig */
class __TwigTemplate_6552d49136e547e191c923a650159fcb018cc9d7914287b6085468639ec0f448 extends \Twig\Template
{
public function __construct(Environment $env)
{
parent::__construct($env);
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
// line 1
echo "<tbody id=\"tbl_summary_row\">
<tr>
<th class=\"print_ignore\"></th>
<th class=\"tbl_num nowrap\">
";
// line 5
ob_start(function () { return ''; });
// line 6
echo _ngettext("%s table", "%s tables", abs(($context["num_tables"] ?? null)));
$context["num_tables_trans"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 8
echo " ";
echo twig_escape_filter($this->env, sprintf(($context["num_tables_trans"] ?? null), PhpMyAdmin\Util::formatNumber(($context["num_tables"] ?? null), 0)), "html", null, true);
echo "
</th>
";
// line 10
if (($context["server_slave_status"] ?? null)) {
// line 11
echo " <th>";
echo _gettext("Replication");
echo "</th>
";
}
// line 13
echo " ";
$context["sum_colspan"] = ((($context["db_is_system_schema"] ?? null)) ? (4) : (7));
// line 14
echo " ";
if ((($context["num_favorite_tables"] ?? null) == 0)) {
// line 15
echo " ";
$context["sum_colspan"] = (($context["sum_colspan"] ?? null) - 1);
// line 16
echo " ";
}
// line 17
echo " <th colspan=\"";
echo twig_escape_filter($this->env, ($context["sum_colspan"] ?? null), "html", null, true);
echo "\" class=\"print_ignore\">";
echo _gettext("Sum");
echo "</th>
";
// line 18
$context["row_count_sum"] = PhpMyAdmin\Util::formatNumber(($context["sum_entries"] ?? null), 0);
// line 19
echo " ";
// line 20
echo " ";
$context["row_sum_url"] = [];
// line 21
echo " ";
if ((isset($context["approx_rows"]) || array_key_exists("approx_rows", $context))) {
// line 22
echo " ";
$context["row_sum_url"] = ["ajax_request" => true, "db" => // line 24
($context["db"] ?? null), "real_row_count" => "true", "real_row_count_all" => "true"];
// line 28
echo " ";
}
// line 29
echo " ";
if (($context["approx_rows"] ?? null)) {
// line 30
echo " ";
ob_start(function () { return ''; });
// line 31
echo "<a href=\"db_structure.php";
// line 32
echo PhpMyAdmin\Url::getCommon(($context["row_sum_url"] ?? null));
echo "\" class=\"ajax row_count_sum\">~";
// line 33
echo twig_escape_filter($this->env, ($context["row_count_sum"] ?? null), "html", null, true);
// line 34
echo "</a>";
$context["cell_text"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 36
echo " ";
} else {
// line 37
echo " ";
$context["cell_text"] = ($context["row_count_sum"] ?? null);
// line 38
echo " ";
}
// line 39
echo " <th class=\"value tbl_rows\">";
echo twig_escape_filter($this->env, ($context["cell_text"] ?? null), "html", null, true);
echo "</th>
";
// line 40
if ( !(($context["properties_num_columns"] ?? null) > 1)) {
// line 41
echo " ";
// line 42
echo " ";
$context["default_engine"] = $this->getAttribute(($context["dbi"] ?? null), "fetchValue", [0 => "SELECT @@storage_engine;"], "method");
// line 43
echo " ";
if (twig_test_empty(($context["default_engine"] ?? null))) {
// line 44
echo " ";
// line 45
echo " ";
$context["default_engine"] = $this->getAttribute(($context["dbi"] ?? null), "fetchValue", [0 => "SELECT @@default_storage_engine;"], "method");
// line 46
echo " ";
}
// line 47
echo " <th class=\"center\">
<dfn title=\"";
// line 48
echo twig_escape_filter($this->env, sprintf(_gettext("%s is the default storage engine on this MySQL server."), ($context["default_engine"] ?? null)), "html", null, true);
echo "\">
";
// line 49
echo twig_escape_filter($this->env, ($context["default_engine"] ?? null), "html", null, true);
echo "
</dfn>
</th>
<th>
";
// line 53
if ( !twig_test_empty(($context["db_collation"] ?? null))) {
// line 54
echo " <dfn title=\"";
echo twig_escape_filter($this->env, PhpMyAdmin\Charsets::getCollationDescr(($context["db_collation"] ?? null)), "html", null, true);
echo " (";
echo _gettext("Default");
echo ")\">
";
// line 55
echo twig_escape_filter($this->env, ($context["db_collation"] ?? null), "html", null, true);
echo "
</dfn>
";
}
// line 58
echo " </th>
";
}
// line 60
echo "
";
// line 61
if (($context["is_show_stats"] ?? null)) {
// line 62
echo " ";
$context["sum"] = PhpMyAdmin\Util::formatByteDown(($context["sum_size"] ?? null), 3, 1);
// line 63
echo " ";
$context["sum_formatted"] = $this->getAttribute(($context["sum"] ?? null), 0, [], "array");
// line 64
echo " ";
$context["sum_unit"] = $this->getAttribute(($context["sum"] ?? null), 1, [], "array");
// line 65
echo " <th class=\"value tbl_size\">";
echo twig_escape_filter($this->env, ($context["sum_formatted"] ?? null), "html", null, true);
echo " ";
echo twig_escape_filter($this->env, ($context["sum_unit"] ?? null), "html", null, true);
echo "</th>
";
// line 67
$context["overhead"] = PhpMyAdmin\Util::formatByteDown(($context["overhead_size"] ?? null), 3, 1);
// line 68
echo " ";
$context["overhead_formatted"] = $this->getAttribute(($context["overhead"] ?? null), 0, [], "array");
// line 69
echo " ";
$context["overhead_unit"] = $this->getAttribute(($context["overhead"] ?? null), 1, [], "array");
// line 70
echo " <th class=\"value tbl_overhead\">";
echo twig_escape_filter($this->env, ($context["overhead_formatted"] ?? null), "html", null, true);
echo " ";
echo twig_escape_filter($this->env, ($context["overhead_unit"] ?? null), "html", null, true);
echo "</th>
";
}
// line 72
echo "
";
// line 73
if (($context["show_charset"] ?? null)) {
// line 74
echo " <th>";
echo twig_escape_filter($this->env, ($context["db_charset"] ?? null), "html", null, true);
echo "</th>
";
}
// line 76
echo " ";
if (($context["show_comment"] ?? null)) {
// line 77
echo " <th></th>
";
}
// line 79
echo " ";
if (($context["show_creation"] ?? null)) {
// line 80
echo " <th class=\"value tbl_creation\">
";
// line 81
((($context["create_time_all"] ?? null)) ? (print (twig_escape_filter($this->env, PhpMyAdmin\Util::localisedDate(strtotime(($context["create_time_all"] ?? null))), "html", null, true))) : (print ("-")));
echo "
</th>
";
}
// line 84
echo " ";
if (($context["show_last_update"] ?? null)) {
// line 85
echo " <th class=\"value tbl_last_update\">
";
// line 86
((($context["update_time_all"] ?? null)) ? (print (twig_escape_filter($this->env, PhpMyAdmin\Util::localisedDate(strtotime(($context["update_time_all"] ?? null))), "html", null, true))) : (print ("-")));
echo "
</th>
";
}
// line 89
echo " ";
if (($context["show_last_check"] ?? null)) {
// line 90
echo " <th class=\"value tbl_last_check\">
";
// line 91
((($context["check_time_all"] ?? null)) ? (print (twig_escape_filter($this->env, PhpMyAdmin\Util::localisedDate(strtotime(($context["check_time_all"] ?? null))), "html", null, true))) : (print ("-")));
echo "
</th>
";
}
// line 94
echo "</tr>
</tbody>
";
}
public function getTemplateName()
{
return "database/structure/body_for_table_summary.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 264 => 94, 258 => 91, 255 => 90, 252 => 89, 246 => 86, 243 => 85, 240 => 84, 234 => 81, 231 => 80, 228 => 79, 224 => 77, 221 => 76, 215 => 74, 213 => 73, 210 => 72, 202 => 70, 199 => 69, 196 => 68, 194 => 67, 186 => 65, 183 => 64, 180 => 63, 177 => 62, 175 => 61, 172 => 60, 168 => 58, 162 => 55, 155 => 54, 153 => 53, 146 => 49, 142 => 48, 139 => 47, 136 => 46, 133 => 45, 131 => 44, 128 => 43, 125 => 42, 123 => 41, 121 => 40, 116 => 39, 113 => 38, 110 => 37, 107 => 36, 104 => 34, 102 => 33, 99 => 32, 97 => 31, 94 => 30, 91 => 29, 88 => 28, 86 => 24, 84 => 22, 81 => 21, 78 => 20, 76 => 19, 74 => 18, 67 => 17, 64 => 16, 61 => 15, 58 => 14, 55 => 13, 49 => 11, 47 => 10, 41 => 8, 38 => 6, 36 => 5, 30 => 1,);
}
/** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */
public function getSource()
{
@trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED);
return $this->getSourceContext()->getCode();
}
public function getSourceContext()
{
return new Source("", "database/structure/body_for_table_summary.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/database/structure/body_for_table_summary.twig");
}
}
3d/3da49499f71b689cd54aedbbb3b23d74dbd69f60caf21b16672d87ead8a58cf4.php 0000644 00000003434 15152073666 0017066 0 ustar 00 <?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
/* display/results/empty_display.twig */
class __TwigTemplate_4f1fd104d838624a139655b29616c2dcc96bd7d5219d49674e0e94e92dd75ad9 extends \Twig\Template
{
public function __construct(Environment $env)
{
parent::__construct($env);
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
// line 1
echo "<td ";
echo twig_escape_filter($this->env, ($context["align"] ?? null), "html", null, true);
echo " class=\"";
echo twig_escape_filter($this->env, ($context["classes"] ?? null), "html", null, true);
echo "\"></td>
";
}
public function getTemplateName()
{
return "display/results/empty_display.twig";
}
public function isTraitable()
{
return false;
}
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("", "display/results/empty_display.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/display/results/empty_display.twig");
}
}
3d/3d61892bc30da0c748b7ec956fdf0566a4c4951242b42ea52560d9ec69e8998a.php 0000644 00000004110 15152073666 0016342 0 ustar 00 <?php
/* display/export/selection.twig */
class __TwigTemplate_2745e53c138dfb9c157a91aa1b1690aea23cab8989ce6b64f7c4f1274fec5a32 extends Twig_Template
{
public function __construct(Twig_Environment $env)
{
parent::__construct($env);
$this->parent = false;
$this->blocks = array(
);
}
protected function doDisplay(array $context, array $blocks = array())
{
// line 1
echo "<div class=\"exportoptions\" id=\"databases_and_tables\">
";
// line 2
if ((($context["export_type"] ?? null) == "server")) {
// line 3
echo " <h3>";
echo _gettext("Databases:");
echo "</h3>
";
} elseif (( // line 4
($context["export_type"] ?? null) == "database")) {
// line 5
echo " <h3>";
echo _gettext("Tables:");
echo "</h3>
";
}
// line 7
echo " ";
if ( !twig_test_empty(($context["multi_values"] ?? null))) {
// line 8
echo " ";
echo ($context["multi_values"] ?? null);
echo "
";
}
// line 10
echo "</div>
";
}
public function getTemplateName()
{
return "display/export/selection.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 46 => 10, 40 => 8, 37 => 7, 31 => 5, 29 => 4, 24 => 3, 22 => 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("", "display/export/selection.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/display/export/selection.twig");
}
}
3d/3d8e4d464605f0b74f9c2014b49c91e129344220bcba7edbb5551424316b94d6.php 0000644 00000003361 15152073666 0016146 0 ustar 00 <?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
/* database/structure/browse_table.twig */
class __TwigTemplate_7eb215128bfed14c1fba1fe59d93a085e3284832f6787c44e074c9de4741ed00 extends \Twig\Template
{
public function __construct(Environment $env)
{
parent::__construct($env);
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
// line 1
echo "<a href=\"sql.php";
echo ($context["tbl_url_query"] ?? null);
echo "&pos=0\">
";
// line 2
echo ($context["title"] ?? null);
echo "
</a>
";
}
public function getTemplateName()
{
return "database/structure/browse_table.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 35 => 2, 30 => 1,);
}
/** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */
public function getSource()
{
@trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED);
return $this->getSourceContext()->getCode();
}
public function getSourceContext()
{
return new Source("", "database/structure/browse_table.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/database/structure/browse_table.twig");
}
}
92/92052cf6c9ea63f9cf96b8b05cb830423e7bb13ec7c9466001ca69604caa66d5.php 0000644 00000005142 15152073666 0016407 0 ustar 00 <?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
/* columns_definitions/column_type.twig */
class __TwigTemplate_2a5360afef67cc743bdd4e4c441d124e41e6559d29d193ff878bfe6c724d5b8e extends \Twig\Template
{
public function __construct(Environment $env)
{
parent::__construct($env);
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
// line 1
echo "<select class=\"column_type\"
name=\"field_type[";
// line 2
echo twig_escape_filter($this->env, ($context["column_number"] ?? null), "html", null, true);
echo "]\"
id=\"field_";
// line 3
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 "\"";
// line 4
if (($this->getAttribute(($context["column_meta"] ?? null), "column_status", [], "array", true, true) && !$this->getAttribute($this->getAttribute(($context["column_meta"] ?? null), "column_status", [], "array"), "isEditable", [], "array"))) {
// line 5
echo "disabled=\"disabled\"";
}
// line 6
echo ">
";
// line 7
echo PhpMyAdmin\Util::getSupportedDatatypes(true, ($context["type_upper"] ?? null));
echo "
</select>
";
}
public function getTemplateName()
{
return "columns_definitions/column_type.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 50 => 7, 47 => 6, 44 => 5, 42 => 4, 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("", "columns_definitions/column_type.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/columns_definitions/column_type.twig");
}
}
88/88fa7705d0fd7a2631d49623c73bcfa73d4eb94f3b6fd284b48d58d4c2e37fb8.php 0000644 00000003231 15152073666 0016600 0 ustar 00 <?php
/* database/structure/browse_table_label.twig */
class __TwigTemplate_90a0c92e2bd773dd9ae2ff05d5e3d4db1c4ae47887761c13f89a8383acc5419d extends Twig_Template
{
public function __construct(Twig_Environment $env)
{
parent::__construct($env);
$this->parent = false;
$this->blocks = array(
);
}
protected function doDisplay(array $context, array $blocks = array())
{
// line 1
echo "<a href=\"sql.php";
echo ($context["tbl_url_query"] ?? null);
echo "&pos=0\" title=\"";
echo twig_escape_filter($this->env, ($context["title"] ?? null), "html", null, true);
echo "\">
";
// line 2
echo twig_escape_filter($this->env, ($context["truename"] ?? null), "html", null, true);
echo "
</a>
";
}
public function getTemplateName()
{
return "database/structure/browse_table_label.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 26 => 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("", "database/structure/browse_table_label.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/database/structure/browse_table_label.twig");
}
}
a3/a30da4a3eb9d3c7c9f966462a8af202522d091742ea6e22d009acc594002ed6a.php 0000644 00000011504 15152073666 0016425 0 ustar 00 <?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
/* columns_definitions/column_virtuality.twig */
class __TwigTemplate_1fe7794fa3f684f6db3915dd236e35019e34bde6b68e771a0c645aaee2cdace3 extends \Twig\Template
{
public function __construct(Environment $env)
{
parent::__construct($env);
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
// line 1
echo "<select name=\"field_virtuality[";
echo twig_escape_filter($this->env, ($context["column_number"] ?? null), "html", null, true);
echo "]\"
id=\"field_";
// line 2
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 "\"
class=\"virtuality\">
";
// line 4
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(($context["options"] ?? null));
foreach ($context['_seq'] as $context["key"] => $context["value"]) {
// line 5
echo " <option value=\"";
echo twig_escape_filter($this->env, $context["key"], "html", null, true);
echo "\"";
// line 6
if ((($this->getAttribute(($context["column_meta"] ?? null), "Extra", [], "array", true, true) && ( // line 7
$context["key"] != "")) && (strpos($this->getAttribute( // line 8
($context["column_meta"] ?? null), "Extra", [], "array"), $context["key"]) === 0))) {
// line 9
echo " selected=\"selected\"";
}
// line 10
echo ">
";
// line 11
echo twig_escape_filter($this->env, $context["value"], "html", null, true);
echo "
</option>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['key'], $context['value'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 14
echo "</select>
";
// line 16
if ((($context["char_editing"] ?? null) == "textarea")) {
// line 17
echo " ";
ob_start(function () { return ''; });
// line 18
echo " <textarea name=\"field_expression[";
echo twig_escape_filter($this->env, ($context["column_number"] ?? null), "html", null, true);
echo "]\"
cols=\"15\"
class=\"textfield expression\">
";
// line 21
echo twig_escape_filter($this->env, ($context["expression"] ?? null), "html", null, true);
echo "
</textarea>
";
echo trim(preg_replace('/>\s+</', '><', ob_get_clean()));
} else {
// line 25
echo " <input type=\"text\"
name=\"field_expression[";
// line 26
echo twig_escape_filter($this->env, ($context["column_number"] ?? null), "html", null, true);
echo "]\"
size=\"12\"
value=\"";
// line 28
echo twig_escape_filter($this->env, ($context["expression"] ?? null), "html", null, true);
echo "\"
placeholder=\"";
// line 29
echo _gettext("Expression");
echo "\"
class=\"textfield expression\" />
";
}
}
public function getTemplateName()
{
return "columns_definitions/column_virtuality.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 104 => 29, 100 => 28, 95 => 26, 92 => 25, 85 => 21, 78 => 18, 75 => 17, 73 => 16, 69 => 14, 60 => 11, 57 => 10, 54 => 9, 52 => 8, 51 => 7, 50 => 6, 46 => 5, 42 => 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("", "columns_definitions/column_virtuality.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/columns_definitions/column_virtuality.twig");
}
}
9f/9f2b0868c0ee3bdb8fbcdba6e363515596d67849ea34a2ad71b70607edbb2a33.php 0000644 00000005752 15152073666 0016716 0 ustar 00 <?php
/* display/results/show_all_checkbox.twig */
class __TwigTemplate_a98b8457a7a973e636ba77e99924eaf2934233fee6f7a4a693294c3814bf43b8 extends Twig_Template
{
public function __construct(Twig_Environment $env)
{
parent::__construct($env);
$this->parent = false;
$this->blocks = array(
);
}
protected function doDisplay(array $context, array $blocks = array())
{
// line 1
echo "<td>
<form action=\"sql.php\" method=\"post\">
";
// line 3
echo PhpMyAdmin\Url::getHiddenInputs(($context["db"] ?? null), ($context["table"] ?? null));
echo "
<input type=\"hidden\" name=\"sql_query\" value=\"";
// line 4
echo ($context["html_sql_query"] ?? null);
echo "\" />
<input type=\"hidden\" name=\"pos\" value=\"0\" />
<input type=\"hidden\" name=\"is_browse_distinct\" value=\"";
// line 6
echo twig_escape_filter($this->env, ($context["is_browse_distinct"] ?? null), "html", null, true);
echo "\" />
<input type=\"hidden\" name=\"session_max_rows\" value=\"";
// line 7
echo twig_escape_filter($this->env, (( !($context["showing_all"] ?? null)) ? ("all") : (($context["max_rows"] ?? null))), "html", null, true);
echo "\" />
<input type=\"hidden\" name=\"goto\" value=\"";
// line 8
echo twig_escape_filter($this->env, ($context["goto"] ?? null), "html", null, true);
echo "\" />
<input type=\"checkbox\" name=\"navig\" id=\"showAll_";
// line 9
echo twig_escape_filter($this->env, ($context["unique_id"] ?? null), "html", null, true);
echo "\" class=\"showAllRows\"";
// line 10
echo ((($context["showing_all"] ?? null)) ? (" checked=\"checked\"") : (""));
echo " value=\"all\" />
<label for=\"showAll_";
// line 11
echo twig_escape_filter($this->env, ($context["unique_id"] ?? null), "html", null, true);
echo "\">";
echo _gettext("Show all");
echo "</label>
</form>
</td>
";
}
public function getTemplateName()
{
return "display/results/show_all_checkbox.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 51 => 11, 47 => 10, 44 => 9, 40 => 8, 36 => 7, 32 => 6, 27 => 4, 23 => 3, 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("", "display/results/show_all_checkbox.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/display/results/show_all_checkbox.twig");
}
}
c3/c34484a1ece80a38a03398208a02a6c9c564d1fe62351a7d7832d163038d96f4.php 0000644 00000006560 15152073666 0016101 0 ustar 00 <?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
/* console/query_action.twig */
class __TwigTemplate_8266a7a489c08bfc5e4964f2eede6fa7f5d3f510c21f2c32f818da1d5a1688df extends \Twig\Template
{
public function __construct(Environment $env)
{
parent::__construct($env);
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
// line 1
echo "<div class=\"";
echo twig_escape_filter($this->env, ($context["parent_div_classes"] ?? null), "html", null, true);
echo "\">
";
// line 2
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(($context["content_array"] ?? null));
foreach ($context['_seq'] as $context["_key"] => $context["content"]) {
// line 3
echo " ";
if ((isset($context["content"]) || array_key_exists("content", $context))) {
// line 4
echo " <span class=\"";
echo twig_escape_filter($this->env, $this->getAttribute($context["content"], 0, [], "array"), "html", null, true);
echo "\">
";
// line 5
echo twig_escape_filter($this->env, $this->getAttribute($context["content"], 1, [], "array"), "html", null, true);
echo "
";
// line 6
if ($this->getAttribute($context["content"], "extraSpan", [], "array", true, true)) {
// line 7
echo " : <span>";
echo twig_escape_filter($this->env, $this->getAttribute($context["content"], "extraSpan", [], "array"), "html", null, true);
echo "</span>
";
}
// line 9
echo " </span>
";
}
// line 11
echo " ";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['content'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 12
echo "</div>
";
}
public function getTemplateName()
{
return "console/query_action.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 69 => 12, 63 => 11, 59 => 9, 53 => 7, 51 => 6, 47 => 5, 42 => 4, 39 => 3, 35 => 2, 30 => 1,);
}
/** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */
public function getSource()
{
@trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED);
return $this->getSourceContext()->getCode();
}
public function getSourceContext()
{
return new Source("", "console/query_action.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/console/query_action.twig");
}
}
a1/a194708bb65bb37820bd16df5319a4fc4d9bcf38438b4270ece5d962c0fd0228.php 0000644 00000060234 15152073666 0016456 0 ustar 00 <?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
/* table/structure/display_structure.twig */
class __TwigTemplate_f42393c74fcebbc0328f4a0016fa4c9afd8a9746ce072c2e213b6f5e57e82801 extends \Twig\Template
{
public function __construct(Environment $env)
{
parent::__construct($env);
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
// line 1
echo "<form method=\"post\" action=\"tbl_structure.php\" name=\"fieldsForm\" id=\"fieldsForm\"
class=\"ajax";
// line 2
echo ((($context["hide_structure_actions"] ?? null)) ? (" HideStructureActions") : (""));
echo "\">
";
// line 3
echo PhpMyAdmin\Url::getHiddenInputs(($context["db"] ?? null), ($context["table"] ?? null));
echo "
<input type=\"hidden\" name=\"table_type\" value=";
// line 5
if (($context["db_is_system_schema"] ?? null)) {
// line 6
echo "\"information_schema\"";
} elseif ( // line 7
($context["tbl_is_view"] ?? null)) {
// line 8
echo "\"view\"";
} else {
// line 10
echo "\"table\"";
}
// line 11
echo " />
<div class=\"responsivetable\">
<table id=\"tablestructure\" class=\"data topmargin\">
";
// line 15
echo " ";
$this->loadTemplate("table/structure/table_structure_header.twig", "table/structure/display_structure.twig", 15)->display(twig_to_array(["db_is_system_schema" => // line 16
($context["db_is_system_schema"] ?? null), "tbl_is_view" => // line 17
($context["tbl_is_view"] ?? null), "show_column_comments" => // line 18
($context["show_column_comments"] ?? null)]));
// line 20
echo " <tbody>
";
// line 22
echo " ";
$context["rownum"] = 0;
// line 23
echo " ";
$context["columns_list"] = [];
// line 24
echo " ";
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(($context["fields"] ?? null));
foreach ($context['_seq'] as $context["_key"] => $context["row"]) {
// line 25
echo " ";
$context["rownum"] = (($context["rownum"] ?? null) + 1);
// line 26
echo " ";
$context["columns_list"] = twig_array_merge(($context["columns_list"] ?? null), [0 => $this->getAttribute($context["row"], "Field", [], "array")]);
// line 27
echo " ";
$context["field_charset"] = $this->getAttribute($context["row"], "Collation", [], "array");
// line 28
echo "
";
// line 29
$context["extracted_columnspec"] = PhpMyAdmin\Util::extractColumnSpec($this->getAttribute($context["row"], "Type", [], "array"));
// line 30
echo " ";
$context["attribute"] = $this->getAttribute(($context["extracted_columnspec"] ?? null), "attribute", [], "array");
// line 31
echo " ";
if ( !(strpos($this->getAttribute($context["row"], "Extra", [], "array"), "on update CURRENT_TIMESTAMP") === false)) {
// line 33
echo " ";
$context["attribute"] = "on update CURRENT_TIMESTAMP";
// line 34
echo " ";
}
// line 35
echo "
";
// line 36
if ((null === $this->getAttribute($context["row"], "Default", [], "array"))) {
// line 37
echo " ";
if (($this->getAttribute($context["row"], "Null", [], "array") == "YES")) {
// line 38
echo " ";
$context["row"] = twig_array_merge($context["row"], ["Default" => "<em>NULL</em>"]);
// line 39
echo " ";
}
// line 40
echo " ";
} else {
// line 41
echo " ";
$context["row"] = twig_array_merge($context["row"], ["Default" => twig_escape_filter($this->env, $this->getAttribute($context["row"], "Default", [], "array"))]);
// line 42
echo " ";
}
// line 43
echo "
";
// line 44
$context["field_name"] = twig_escape_filter($this->env, $this->getAttribute($context["row"], "Field", [], "array"));
// line 45
echo " ";
$context["displayed_field_name"] = ($context["field_name"] ?? null);
// line 46
echo " ";
// line 47
echo " ";
$context["comments"] = "";
// line 48
echo " ";
// line 49
echo "
";
// line 50
if ($this->getAttribute(($context["comments_map"] ?? null), $this->getAttribute($context["row"], "Field", [], "array"), [], "array", true, true)) {
// line 51
echo " ";
ob_start(function () { return ''; });
// line 52
echo "<span class=\"commented_column\" title=\"";
// line 53
echo twig_escape_filter($this->env, $this->getAttribute(($context["comments_map"] ?? null), $this->getAttribute($context["row"], "Field", [], "array"), [], "array"), "html", null, true);
echo "\">";
// line 54
echo ($context["field_name"] ?? null);
// line 55
echo "</span>";
$context["displayed_field_name"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 57
echo " ";
$context["comments"] = $this->getAttribute(($context["comments_map"] ?? null), $this->getAttribute($context["row"], "Field", [], "array"), [], "array");
// line 58
echo " ";
}
// line 59
echo "
";
// line 60
if ((($context["primary"] ?? null) && $this->getAttribute(($context["primary"] ?? null), "hasColumn", [0 => ($context["field_name"] ?? null)], "method"))) {
// line 61
echo " ";
$context["displayed_field_name"] = (($context["displayed_field_name"] ?? null) . PhpMyAdmin\Util::getImage("b_primary", _gettext("Primary")));
// line 64
echo " ";
}
// line 65
echo " ";
if (twig_in_filter(($context["field_name"] ?? null), ($context["columns_with_index"] ?? null))) {
// line 66
echo " ";
$context["displayed_field_name"] = (($context["displayed_field_name"] ?? null) . PhpMyAdmin\Util::getImage("bd_primary", _gettext("Index")));
// line 69
echo " ";
}
// line 70
echo " <tr>
";
// line 71
$this->loadTemplate("table/structure/table_structure_row.twig", "table/structure/display_structure.twig", 71)->display(twig_to_array(["row" => // line 72
$context["row"], "rownum" => // line 73
($context["rownum"] ?? null), "displayed_field_name" => preg_replace("/[\\x00-\\x1F]/", "⁑", // line 77
($context["displayed_field_name"] ?? null)), "type_nowrap" => PhpMyAdmin\Util::getClassForType($this->getAttribute( // line 79
($context["extracted_columnspec"] ?? null), "type", [], "array")), "extracted_columnspec" => // line 80
($context["extracted_columnspec"] ?? null), "attribute" => // line 81
($context["attribute"] ?? null), "tbl_is_view" => // line 82
($context["tbl_is_view"] ?? null), "db_is_system_schema" => // line 83
($context["db_is_system_schema"] ?? null), "url_query" => // line 84
($context["url_query"] ?? null), "titles" => // line 85
($context["titles"] ?? null), "table" => // line 86
($context["table"] ?? null), "tbl_storage_engine" => // line 87
($context["tbl_storage_engine"] ?? null), "field_charset" => // line 88
($context["field_charset"] ?? null), "comments" => // line 89
($context["comments"] ?? null), "show_column_comments" => // line 90
($context["show_column_comments"] ?? null), "relation_commwork" => // line 91
($context["relation_commwork"] ?? null), "relation_mimework" => // line 92
($context["relation_mimework"] ?? null), "browse_mime" => // line 93
($context["browse_mime"] ?? null)]));
// line 95
echo " ";
if (( !($context["tbl_is_view"] ?? null) && !($context["db_is_system_schema"] ?? null))) {
// line 96
echo " ";
$this->loadTemplate("table/structure/actions_in_table_structure.twig", "table/structure/display_structure.twig", 96)->display(twig_to_array(["row" => // line 97
$context["row"], "rownum" => // line 98
($context["rownum"] ?? null), "extracted_columnspec" => // line 99
($context["extracted_columnspec"] ?? null), "type" => (( !twig_test_empty($this->getAttribute( // line 100
($context["extracted_columnspec"] ?? null), "print_type", [], "array"))) ? ($this->getAttribute(($context["extracted_columnspec"] ?? null), "print_type", [], "array")) : ("")), "tbl_storage_engine" => // line 101
($context["tbl_storage_engine"] ?? null), "primary" => // line 102
($context["primary"] ?? null), "field_name" => // line 103
($context["field_name"] ?? null), "url_query" => // line 104
($context["url_query"] ?? null), "titles" => // line 105
($context["titles"] ?? null), "columns_with_unique_index" => // line 106
($context["columns_with_unique_index"] ?? null), "is_in_central_columns" => ((twig_in_filter($this->getAttribute( // line 107
$context["row"], "Field", [], "array"), ($context["central_list"] ?? null))) ? (true) : (false)), "central_columns_work" => // line 108
($context["central_columns_work"] ?? null), "table" => // line 109
($context["table"] ?? null), "hide_structure_actions" => // line 110
($context["hide_structure_actions"] ?? null), "mysql_int_version" => // line 111
($context["mysql_int_version"] ?? null)]));
// line 113
echo " ";
}
// line 114
echo " </tr>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['row'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 116
echo " </tbody>
</table>
</div>
";
// line 119
$this->loadTemplate("table/structure/check_all_table_column.twig", "table/structure/display_structure.twig", 119)->display(twig_to_array(["pma_theme_image" => // line 120
($context["pma_theme_image"] ?? null), "text_dir" => // line 121
($context["text_dir"] ?? null), "tbl_is_view" => // line 122
($context["tbl_is_view"] ?? null), "db_is_system_schema" => // line 123
($context["db_is_system_schema"] ?? null), "tbl_storage_engine" => // line 124
($context["tbl_storage_engine"] ?? null), "central_columns_work" => // line 125
($context["central_columns_work"] ?? null)]));
// line 127
echo "</form>
<hr class=\"print_ignore\"/>
";
// line 129
$this->loadTemplate("table/structure/move_columns_dialog.twig", "table/structure/display_structure.twig", 129)->display(twig_to_array(["db" => // line 130
($context["db"] ?? null), "table" => // line 131
($context["table"] ?? null)]));
// line 134
echo "<div id=\"structure-action-links\">
";
// line 135
if ((($context["tbl_is_view"] ?? null) && !($context["db_is_system_schema"] ?? null))) {
// line 136
echo " ";
$context["edit_view_url"] = ("view_create.php" . ($context["edit_view_url"] ?? null));
// line 137
echo " ";
echo PhpMyAdmin\Util::linkOrButton( // line 138
($context["edit_view_url"] ?? null), PhpMyAdmin\Util::getIcon("b_edit", _gettext("Edit view"), true));
// line 140
echo "
";
}
// line 142
echo " ";
$this->loadTemplate("table/structure/optional_action_links.twig", "table/structure/display_structure.twig", 142)->display(twig_to_array(["url_query" => // line 143
($context["url_query"] ?? null), "tbl_is_view" => // line 144
($context["tbl_is_view"] ?? null), "db_is_system_schema" => // line 145
($context["db_is_system_schema"] ?? null), "table" => // line 146
($context["table"] ?? null), "is_active" => // line 147
($context["is_active"] ?? null), "mysql_int_version" => // line 148
($context["mysql_int_version"] ?? null), "is_mariadb" => // line 149
($context["is_mariadb"] ?? null)]));
// line 151
echo "</div>
";
// line 152
if (( !($context["tbl_is_view"] ?? null) && !($context["db_is_system_schema"] ?? null))) {
// line 153
echo " ";
$this->loadTemplate("table/structure/add_column.twig", "table/structure/display_structure.twig", 153)->display(twig_to_array(["columns_list" => // line 154
($context["columns_list"] ?? null), "db" => // line 155
($context["db"] ?? null), "table" => // line 156
($context["table"] ?? null)]));
}
// line 159
echo "
";
// line 161
if ((( !($context["tbl_is_view"] ?? null) && !($context["db_is_system_schema"] ?? null)) && ("ARCHIVE" != // line 162
($context["tbl_storage_engine"] ?? null)))) {
// line 163
echo " ";
echo PhpMyAdmin\Index::getHtmlForDisplayIndexes();
echo "
";
}
// line 165
echo "
";
// line 167
if (($context["have_partitioning"] ?? null)) {
// line 168
echo " ";
// line 169
echo " ";
if (( !twig_test_empty(($context["partition_names"] ?? null)) && !(null === $this->getAttribute(($context["partition_names"] ?? null), 0, [], "array")))) {
// line 170
echo " ";
$context["partitions"] = PhpMyAdmin\Partition::getPartitions(($context["db"] ?? null), ($context["table"] ?? null));
// line 171
echo " ";
$context["first_partition"] = $this->getAttribute(($context["partitions"] ?? null), 0, [], "array");
// line 172
echo " ";
$context["range_or_list"] = (((($this->getAttribute(($context["first_partition"] ?? null), "getMethod", [], "method") == "RANGE") || ($this->getAttribute( // line 173
($context["first_partition"] ?? null), "getMethod", [], "method") == "RANGE COLUMNS")) || ($this->getAttribute( // line 174
($context["first_partition"] ?? null), "getMethod", [], "method") == "LIST")) || ($this->getAttribute( // line 175
($context["first_partition"] ?? null), "getMethod", [], "method") == "LIST COLUMNS"));
// line 176
echo " ";
$context["sub_partitions"] = $this->getAttribute(($context["first_partition"] ?? null), "getSubPartitions", [], "method");
// line 177
echo " ";
$context["has_sub_partitions"] = $this->getAttribute(($context["first_partition"] ?? null), "hasSubPartitions", [], "method");
// line 178
echo " ";
if (($context["has_sub_partitions"] ?? null)) {
// line 179
echo " ";
$context["first_sub_partition"] = $this->getAttribute(($context["sub_partitions"] ?? null), 0, [], "array");
// line 180
echo " ";
}
// line 181
echo "
";
// line 182
$context["action_icons"] = ["ANALYZE" => PhpMyAdmin\Util::getIcon("b_search", _gettext("Analyze")), "CHECK" => PhpMyAdmin\Util::getIcon("eye", _gettext("Check")), "OPTIMIZE" => PhpMyAdmin\Util::getIcon("normalize", _gettext("Optimize")), "REBUILD" => PhpMyAdmin\Util::getIcon("s_tbl", _gettext("Rebuild")), "REPAIR" => PhpMyAdmin\Util::getIcon("b_tblops", _gettext("Repair")), "TRUNCATE" => PhpMyAdmin\Util::getIcon("b_empty", _gettext("Truncate"))];
// line 190
echo " ";
if (($context["range_or_list"] ?? null)) {
// line 191
echo " ";
$context["action_icons"] = twig_array_merge(($context["action_icons"] ?? null), ["DROP" => PhpMyAdmin\Util::getIcon("b_drop", _gettext("Drop"))]);
// line 192
echo " ";
}
// line 193
echo "
";
// line 194
echo PhpMyAdmin\Util::getDivForSliderEffect("partitions", _gettext("Partitions"));
echo "
";
// line 196
$context["remove_sql"] = (("ALTER TABLE " . PhpMyAdmin\Util::backquote(($context["table"] ?? null))) . " REMOVE PARTITIONING");
// line 197
echo " ";
$context["remove_url"] = ((("sql.php" . ($context["url_query"] ?? null)) . "&sql_query=") . twig_urlencode_filter(($context["remove_sql"] ?? null)));
// line 198
echo "
";
// line 199
$this->loadTemplate("table/structure/display_partitions.twig", "table/structure/display_structure.twig", 199)->display(twig_to_array(["db" => // line 200
($context["db"] ?? null), "table" => // line 201
($context["table"] ?? null), "url_query" => // line 202
($context["url_query"] ?? null), "partitions" => // line 203
($context["partitions"] ?? null), "partition_method" => $this->getAttribute( // line 204
($context["first_partition"] ?? null), "getMethod", [], "method"), "partition_expression" => $this->getAttribute( // line 205
($context["first_partition"] ?? null), "getExpression", [], "method"), "has_description" => !twig_test_empty($this->getAttribute( // line 206
($context["first_partition"] ?? null), "getDescription", [], "method")), "has_sub_partitions" => // line 207
($context["has_sub_partitions"] ?? null), "sub_partition_method" => (( // line 208
($context["has_sub_partitions"] ?? null)) ? ($this->getAttribute(($context["first_sub_partition"] ?? null), "getMethod", [], "method")) : ("")), "sub_partition_expression" => (( // line 209
($context["has_sub_partitions"] ?? null)) ? ($this->getAttribute(($context["first_sub_partition"] ?? null), "getExpression", [], "method")) : ("")), "action_icons" => // line 210
($context["action_icons"] ?? null), "range_or_list" => // line 211
($context["range_or_list"] ?? null), "remove_url" => // line 212
($context["remove_url"] ?? null)]));
// line 214
echo " ";
} else {
// line 215
echo " ";
$this->loadTemplate("table/structure/display_partitions.twig", "table/structure/display_structure.twig", 215)->display(twig_to_array(["db" => // line 216
($context["db"] ?? null), "table" => // line 217
($context["table"] ?? null)]));
// line 219
echo " ";
}
// line 220
echo " ";
// line 221
echo " </div>
";
}
// line 223
echo "
";
// line 225
if (($context["show_stats"] ?? null)) {
// line 226
echo " ";
echo ($context["table_stats"] ?? null);
echo "
";
}
// line 228
echo "<div class=\"clearfloat\"></div>
";
}
public function getTemplateName()
{
return "table/structure/display_structure.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 421 => 228, 415 => 226, 413 => 225, 410 => 223, 406 => 221, 404 => 220, 401 => 219, 399 => 217, 398 => 216, 396 => 215, 393 => 214, 391 => 212, 390 => 211, 389 => 210, 388 => 209, 387 => 208, 386 => 207, 385 => 206, 384 => 205, 383 => 204, 382 => 203, 381 => 202, 380 => 201, 379 => 200, 378 => 199, 375 => 198, 372 => 197, 370 => 196, 365 => 194, 362 => 193, 359 => 192, 356 => 191, 353 => 190, 351 => 182, 348 => 181, 345 => 180, 342 => 179, 339 => 178, 336 => 177, 333 => 176, 331 => 175, 330 => 174, 329 => 173, 327 => 172, 324 => 171, 321 => 170, 318 => 169, 316 => 168, 314 => 167, 311 => 165, 305 => 163, 303 => 162, 302 => 161, 299 => 159, 296 => 156, 295 => 155, 294 => 154, 292 => 153, 290 => 152, 287 => 151, 285 => 149, 284 => 148, 283 => 147, 282 => 146, 281 => 145, 280 => 144, 279 => 143, 277 => 142, 273 => 140, 271 => 138, 269 => 137, 266 => 136, 264 => 135, 261 => 134, 259 => 131, 258 => 130, 257 => 129, 253 => 127, 251 => 125, 250 => 124, 249 => 123, 248 => 122, 247 => 121, 246 => 120, 245 => 119, 240 => 116, 233 => 114, 230 => 113, 228 => 111, 227 => 110, 226 => 109, 225 => 108, 224 => 107, 223 => 106, 222 => 105, 221 => 104, 220 => 103, 219 => 102, 218 => 101, 217 => 100, 216 => 99, 215 => 98, 214 => 97, 212 => 96, 209 => 95, 207 => 93, 206 => 92, 205 => 91, 204 => 90, 203 => 89, 202 => 88, 201 => 87, 200 => 86, 199 => 85, 198 => 84, 197 => 83, 196 => 82, 195 => 81, 194 => 80, 193 => 79, 192 => 77, 191 => 73, 190 => 72, 189 => 71, 186 => 70, 183 => 69, 180 => 66, 177 => 65, 174 => 64, 171 => 61, 169 => 60, 166 => 59, 163 => 58, 160 => 57, 157 => 55, 155 => 54, 152 => 53, 150 => 52, 147 => 51, 145 => 50, 142 => 49, 140 => 48, 137 => 47, 135 => 46, 132 => 45, 130 => 44, 127 => 43, 124 => 42, 121 => 41, 118 => 40, 115 => 39, 112 => 38, 109 => 37, 107 => 36, 104 => 35, 101 => 34, 98 => 33, 95 => 31, 92 => 30, 90 => 29, 87 => 28, 84 => 27, 81 => 26, 78 => 25, 73 => 24, 70 => 23, 67 => 22, 64 => 20, 62 => 18, 61 => 17, 60 => 16, 58 => 15, 53 => 11, 50 => 10, 47 => 8, 45 => 7, 43 => 6, 41 => 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("", "table/structure/display_structure.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/table/structure/display_structure.twig");
}
}
a1/a1b2edd5e462cced826eb12ed43a318bfcf647f1f44ddc9a448877d3bff71039.php 0000644 00000003672 15152073666 0017052 0 ustar 00 <?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
/* database/structure/browse_table_label.twig */
class __TwigTemplate_340720f1537a4a653adc9523134e61c9f4e0d837cd0c824586847a8739f90bba extends \Twig\Template
{
public function __construct(Environment $env)
{
parent::__construct($env);
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
// line 1
echo "<a href=\"sql.php";
echo ($context["tbl_url_query"] ?? null);
echo "&pos=0\" title=\"";
echo twig_escape_filter($this->env, ($context["title"] ?? null), "html", null, true);
echo "\">
";
// line 2
echo twig_escape_filter($this->env, ($context["truename"] ?? null), "html", null, true);
echo "
</a>
";
}
public function getTemplateName()
{
return "database/structure/browse_table_label.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 37 => 2, 30 => 1,);
}
/** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */
public function getSource()
{
@trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED);
return $this->getSourceContext()->getCode();
}
public function getSourceContext()
{
return new Source("", "database/structure/browse_table_label.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/database/structure/browse_table_label.twig");
}
}
f1/f11409a83c58e4f26edd3dd4bd53dad86bb44bc6b3eb38ef496913122b139b14.php 0000644 00000003442 15152073666 0016615 0 ustar 00 <?php
/* database/structure/empty_table.twig */
class __TwigTemplate_71e6a7304f747dadd0097402e778d1c4f3e7f967066292f8488bee03e3dfb49c extends Twig_Template
{
public function __construct(Twig_Environment $env)
{
parent::__construct($env);
$this->parent = false;
$this->blocks = array(
);
}
protected function doDisplay(array $context, array $blocks = array())
{
// line 1
echo "<a class=\"truncate_table_anchor ajax\" href=\"sql.php\" data-post=\"";
echo ($context["tbl_url_query"] ?? null);
echo "&sql_query=";
// line 2
echo twig_escape_filter($this->env, ($context["sql_query"] ?? null), "html", null, true);
echo "&message_to_show=";
echo twig_escape_filter($this->env, ($context["message_to_show"] ?? null), "html", null, true);
echo "\">
";
// line 3
echo ($context["title"] ?? null);
echo "
</a>
";
}
public function getTemplateName()
{
return "database/structure/empty_table.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 29 => 3, 23 => 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("", "database/structure/empty_table.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/database/structure/empty_table.twig");
}
}
f1/f1d6eff514dffd2ff5c35758eaf9c79d850f39b981903d35f9bc8871df8ad3e8.php 0000644 00000050563 15152073666 0017062 0 ustar 00 <?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
/* database/designer/side_menu.twig */
class __TwigTemplate_1b3dc565b5db202a60931fe540b8584a67600703629d5f9f4700b9306711fb1c extends \Twig\Template
{
public function __construct(Environment $env)
{
parent::__construct($env);
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
// line 1
if ( !($context["visual_builder"] ?? null)) {
// line 2
echo " <div id=\"name-panel\">
<span id=\"page_name\">
";
// line 4
echo twig_escape_filter($this->env, (((($context["selected_page"] ?? null) == null)) ? (_gettext("Untitled")) : (($context["selected_page"] ?? null))), "html", null, true);
echo "
</span>
<span id=\"saved_state\">
";
// line 7
echo (((($context["selected_page"] ?? null) == null)) ? ("*") : (""));
echo "
</span>
</div>
";
}
// line 11
echo "<div class=\"designer_header side-menu\" id=\"side_menu\">
<a class=\"M_butt\" id=\"key_Show_left_menu\" href=\"#\">
<img title=\"";
// line 13
echo _gettext("Show/Hide tables list");
echo "\"
alt=\"v\"
src=\"";
// line 15
echo twig_escape_filter($this->env, $this->getAttribute(($context["theme"] ?? null), "getImgPath", [0 => "designer/downarrow2_m.png"], "method"), "html", null, true);
echo "\"
data-down=\"";
// line 16
echo twig_escape_filter($this->env, $this->getAttribute(($context["theme"] ?? null), "getImgPath", [0 => "designer/downarrow2_m.png"], "method"), "html", null, true);
echo "\"
data-up=\"";
// line 17
echo twig_escape_filter($this->env, $this->getAttribute(($context["theme"] ?? null), "getImgPath", [0 => "designer/uparrow2_m.png"], "method"), "html", null, true);
echo "\" />
<span class=\"hide hidable\">
";
// line 19
echo _gettext("Show/Hide tables list");
// line 20
echo " </span>
</a>
<a href=\"#\" id=\"toggleFullscreen\" class=\"M_butt\">
<img title=\"";
// line 23
echo _gettext("View in fullscreen");
echo "\"
src=\"";
// line 24
echo twig_escape_filter($this->env, $this->getAttribute(($context["theme"] ?? null), "getImgPath", [0 => "designer/viewInFullscreen.png"], "method"), "html", null, true);
echo "\"
data-enter=\"";
// line 25
echo twig_escape_filter($this->env, $this->getAttribute(($context["theme"] ?? null), "getImgPath", [0 => "designer/viewInFullscreen.png"], "method"), "html", null, true);
echo "\"
data-exit=\"";
// line 26
echo twig_escape_filter($this->env, $this->getAttribute(($context["theme"] ?? null), "getImgPath", [0 => "designer/exitFullscreen.png"], "method"), "html", null, true);
echo "\" />
<span class=\"hide hidable\"
data-exit=\"";
// line 28
echo _gettext("Exit fullscreen");
echo "\"
data-enter=\"";
// line 29
echo _gettext("View in fullscreen");
echo "\">
";
// line 30
echo _gettext("View in fullscreen");
// line 31
echo " </span>
</a>
<a href=\"#\" id=\"addOtherDbTables\" class=\"M_butt\">
<img title=\"";
// line 34
echo _gettext("Add tables from other databases");
echo "\"
src=\"";
// line 35
echo twig_escape_filter($this->env, $this->getAttribute(($context["theme"] ?? null), "getImgPath", [0 => "designer/other_table.png"], "method"), "html", null, true);
echo "\"/>
<span class=\"hide hidable\">
";
// line 37
echo _gettext("Add tables from other databases");
// line 38
echo " </span>
</a>
";
// line 40
if ( !($context["visual_builder"] ?? null)) {
// line 41
echo " <a id=\"newPage\" href=\"#\" class=\"M_butt\">
<img title=\"";
// line 42
echo _gettext("New page");
echo "\"
alt=\"\"
src=\"";
// line 44
echo twig_escape_filter($this->env, $this->getAttribute(($context["theme"] ?? null), "getImgPath", [0 => "designer/page_add.png"], "method"), "html", null, true);
echo "\" />
<span class=\"hide hidable\">
";
// line 46
echo _gettext("New page");
// line 47
echo " </span>
</a>
<a href=\"#\" id=\"editPage\" class=\"M_butt ajax\">
<img title=\"";
// line 50
echo _gettext("Open page");
echo "\"
src=\"";
// line 51
echo twig_escape_filter($this->env, $this->getAttribute(($context["theme"] ?? null), "getImgPath", [0 => "designer/page_edit.png"], "method"), "html", null, true);
echo "\" />
<span class=\"hide hidable\">
";
// line 53
echo _gettext("Open page");
// line 54
echo " </span>
</a>
<a href=\"#\" id=\"savePos\" class=\"M_butt\">
<img title=\"";
// line 57
echo _gettext("Save page");
echo "\"
src=\"";
// line 58
echo twig_escape_filter($this->env, $this->getAttribute(($context["theme"] ?? null), "getImgPath", [0 => "designer/save.png"], "method"), "html", null, true);
echo "\" />
<span class=\"hide hidable\">
";
// line 60
echo _gettext("Save page");
// line 61
echo " </span>
</a>
<a href=\"#\" id=\"SaveAs\" class=\"M_butt ajax\">
<img title=\"";
// line 64
echo _gettext("Save page as");
echo "\"
src=\"";
// line 65
echo twig_escape_filter($this->env, $this->getAttribute(($context["theme"] ?? null), "getImgPath", [0 => "designer/save_as.png"], "method"), "html", null, true);
echo "\" />
<span class=\"hide hidable\">
";
// line 67
echo _gettext("Save page as");
// line 68
echo " </span>
</a>
<a href=\"#\" id=\"delPages\" class=\"M_butt ajax\">
<img title=\"";
// line 71
echo _gettext("Delete pages");
echo "\"
src=\"";
// line 72
echo twig_escape_filter($this->env, $this->getAttribute(($context["theme"] ?? null), "getImgPath", [0 => "designer/page_delete.png"], "method"), "html", null, true);
echo "\" />
<span class=\"hide hidable\">
";
// line 74
echo _gettext("Delete pages");
// line 75
echo " </span>
</a>
<a href=\"#\" id=\"StartTableNew\" class=\"M_butt\">
<img title=\"";
// line 78
echo _gettext("Create table");
echo "\"
src=\"";
// line 79
echo twig_escape_filter($this->env, $this->getAttribute(($context["theme"] ?? null), "getImgPath", [0 => "designer/table.png"], "method"), "html", null, true);
echo "\" />
<span class=\"hide hidable\">
";
// line 81
echo _gettext("Create table");
// line 82
echo " </span>
</a>
<a href=\"#\" class=\"M_butt\" id=\"rel_button\">
<img title=\"";
// line 85
echo _gettext("Create relationship");
echo "\"
src=\"";
// line 86
echo twig_escape_filter($this->env, $this->getAttribute(($context["theme"] ?? null), "getImgPath", [0 => "designer/relation.png"], "method"), "html", null, true);
echo "\" />
<span class=\"hide hidable\">
";
// line 88
echo _gettext("Create relationship");
// line 89
echo " </span>
</a>
<a href=\"#\" class=\"M_butt\" id=\"display_field_button\">
<img title=\"";
// line 92
echo _gettext("Choose column to display");
echo "\"
src=\"";
// line 93
echo twig_escape_filter($this->env, $this->getAttribute(($context["theme"] ?? null), "getImgPath", [0 => "designer/display_field.png"], "method"), "html", null, true);
echo "\" />
<span class=\"hide hidable\">
";
// line 95
echo _gettext("Choose column to display");
// line 96
echo " </span>
</a>
<a href=\"#\" id=\"reloadPage\" class=\"M_butt\">
<img title=\"";
// line 99
echo _gettext("Reload");
echo "\"
src=\"";
// line 100
echo twig_escape_filter($this->env, $this->getAttribute(($context["theme"] ?? null), "getImgPath", [0 => "designer/reload.png"], "method"), "html", null, true);
echo "\" />
<span class=\"hide hidable\">
";
// line 102
echo _gettext("Reload");
// line 103
echo " </span>
</a>
<a href=\"";
// line 105
echo PhpMyAdmin\Util::getDocuLink("faq", "faq6-31");
echo "\"
target=\"documentation\"
class=\"M_butt\">
<img title=\"";
// line 108
echo _gettext("Help");
echo "\"
src=\"";
// line 109
echo twig_escape_filter($this->env, $this->getAttribute(($context["theme"] ?? null), "getImgPath", [0 => "designer/help.png"], "method"), "html", null, true);
echo "\" />
<span class=\"hide hidable\">
";
// line 111
echo _gettext("Help");
// line 112
echo " </span>
</a>
";
}
// line 115
echo " <a href=\"#\" class=\"";
echo twig_escape_filter($this->env, $this->getAttribute(($context["params_array"] ?? null), "angular_direct", [], "array"), "html", null, true);
echo "\" id=\"angular_direct_button\">
<img title=\"";
// line 116
echo _gettext("Angular links");
echo " / ";
echo _gettext("Direct links");
echo "\"
src=\"";
// line 117
echo twig_escape_filter($this->env, $this->getAttribute(($context["theme"] ?? null), "getImgPath", [0 => "designer/ang_direct.png"], "method"), "html", null, true);
echo "\" />
<span class=\"hide hidable\">
";
// line 119
echo _gettext("Angular links");
echo " / ";
echo _gettext("Direct links");
// line 120
echo " </span>
</a>
<a href=\"#\" class=\"";
// line 122
echo twig_escape_filter($this->env, $this->getAttribute(($context["params_array"] ?? null), "snap_to_grid", [], "array"), "html", null, true);
echo "\" id=\"grid_button\">
<img title=\"";
// line 123
echo _gettext("Snap to grid");
echo "\" src=\"";
echo twig_escape_filter($this->env, $this->getAttribute(($context["theme"] ?? null), "getImgPath", [0 => "designer/grid.png"], "method"), "html", null, true);
echo "\" />
<span class=\"hide hidable\">
";
// line 125
echo _gettext("Snap to grid");
// line 126
echo " </span>
</a>
<a href=\"#\" class=\"";
// line 128
echo twig_escape_filter($this->env, $this->getAttribute(($context["params_array"] ?? null), "small_big_all", [], "array"), "html", null, true);
echo "\" id=\"key_SB_all\">
<img title=\"";
// line 129
echo _gettext("Small/Big All");
echo "\"
alt=\"v\"
src=\"";
// line 131
echo twig_escape_filter($this->env, $this->getAttribute(($context["theme"] ?? null), "getImgPath", [0 => "designer/downarrow1.png"], "method"), "html", null, true);
echo "\"
data-down=\"";
// line 132
echo twig_escape_filter($this->env, $this->getAttribute(($context["theme"] ?? null), "getImgPath", [0 => "designer/downarrow1.png"], "method"), "html", null, true);
echo "\"
data-right=\"";
// line 133
echo twig_escape_filter($this->env, $this->getAttribute(($context["theme"] ?? null), "getImgPath", [0 => "designer/rightarrow1.png"], "method"), "html", null, true);
echo "\" />
<span class=\"hide hidable\">
";
// line 135
echo _gettext("Small/Big All");
// line 136
echo " </span>
</a>
<a href=\"#\" id=\"SmallTabInvert\" class=\"M_butt\">
<img title=\"";
// line 139
echo _gettext("Toggle small/big");
echo "\"
src=\"";
// line 140
echo twig_escape_filter($this->env, $this->getAttribute(($context["theme"] ?? null), "getImgPath", [0 => "designer/bottom.png"], "method"), "html", null, true);
echo "\" />
<span class=\"hide hidable\">
";
// line 142
echo _gettext("Toggle small/big");
// line 143
echo " </span>
</a>
<a href=\"#\" id=\"relLineInvert\" class=\"";
// line 145
echo twig_escape_filter($this->env, $this->getAttribute(($context["params_array"] ?? null), "relation_lines", [], "array"), "html", null, true);
echo "\" >
<img title=\"";
// line 146
echo _gettext("Toggle relationship lines");
echo "\"
src=\"";
// line 147
echo twig_escape_filter($this->env, $this->getAttribute(($context["theme"] ?? null), "getImgPath", [0 => "designer/toggle_lines.png"], "method"), "html", null, true);
echo "\" />
<span class=\"hide hidable\">
";
// line 149
echo _gettext("Toggle relationship lines");
// line 150
echo " </span>
</a>
";
// line 152
if ( !($context["visual_builder"] ?? null)) {
// line 153
echo " <a href=\"#\" id=\"exportPages\" class=\"M_butt\" >
<img title=\"";
// line 154
echo _gettext("Export schema");
echo "\"
src=\"";
// line 155
echo twig_escape_filter($this->env, $this->getAttribute(($context["theme"] ?? null), "getImgPath", [0 => "designer/export.png"], "method"), "html", null, true);
echo "\" />
<span class=\"hide hidable\">
";
// line 157
echo _gettext("Export schema");
// line 158
echo " </span>
</a>
";
} else {
// line 161
echo " <a id=\"build_query_button\"
class=\"M_butt\"
href=\"#\"
class=\"M_butt\">
<img title=\"";
// line 165
echo _gettext("Build Query");
echo "\"
src=\"";
// line 166
echo twig_escape_filter($this->env, $this->getAttribute(($context["theme"] ?? null), "getImgPath", [0 => "designer/query_builder.png"], "method"), "html", null, true);
echo "\" />
<span class=\"hide hidable\">
";
// line 168
echo _gettext("Build Query");
// line 169
echo " </span>
</a>
";
}
// line 172
echo " <a href=\"#\" class=\"";
echo twig_escape_filter($this->env, $this->getAttribute(($context["params_array"] ?? null), "side_menu", [], "array"), "html", null, true);
echo "\" id=\"key_Left_Right\">
<img title=\"";
// line 173
echo _gettext("Move Menu");
echo "\" alt=\">\"
data-right=\"";
// line 174
echo twig_escape_filter($this->env, $this->getAttribute(($context["theme"] ?? null), "getImgPath", [0 => "designer/2leftarrow_m.png"], "method"), "html", null, true);
echo "\"
src=\"";
// line 175
echo twig_escape_filter($this->env, $this->getAttribute(($context["theme"] ?? null), "getImgPath", [0 => "designer/2rightarrow_m.png"], "method"), "html", null, true);
echo "\" />
<span class=\"hide hidable\">
";
// line 177
echo _gettext("Move Menu");
// line 178
echo " </span>
</a>
<a href=\"#\" class=\"";
// line 180
echo twig_escape_filter($this->env, $this->getAttribute(($context["params_array"] ?? null), "pin_text", [], "array"), "html", null, true);
echo "\" id=\"pin_Text\">
<img title=\"";
// line 181
echo _gettext("Pin text");
echo "\"
alt=\">\"
data-right=\"";
// line 183
echo twig_escape_filter($this->env, $this->getAttribute(($context["theme"] ?? null), "getImgPath", [0 => "designer/anchor.png"], "method"), "html", null, true);
echo "\"
src=\"";
// line 184
echo twig_escape_filter($this->env, $this->getAttribute(($context["theme"] ?? null), "getImgPath", [0 => "designer/anchor.png"], "method"), "html", null, true);
echo "\" />
<span class=\"hide hidable\">
";
// line 186
echo _gettext("Pin text");
// line 187
echo " </span>
</a>
</div>
";
}
public function getTemplateName()
{
return "database/designer/side_menu.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 487 => 187, 485 => 186, 480 => 184, 476 => 183, 471 => 181, 467 => 180, 463 => 178, 461 => 177, 456 => 175, 452 => 174, 448 => 173, 443 => 172, 438 => 169, 436 => 168, 431 => 166, 427 => 165, 421 => 161, 416 => 158, 414 => 157, 409 => 155, 405 => 154, 402 => 153, 400 => 152, 396 => 150, 394 => 149, 389 => 147, 385 => 146, 381 => 145, 377 => 143, 375 => 142, 370 => 140, 366 => 139, 361 => 136, 359 => 135, 354 => 133, 350 => 132, 346 => 131, 341 => 129, 337 => 128, 333 => 126, 331 => 125, 324 => 123, 320 => 122, 316 => 120, 312 => 119, 307 => 117, 301 => 116, 296 => 115, 291 => 112, 289 => 111, 284 => 109, 280 => 108, 274 => 105, 270 => 103, 268 => 102, 263 => 100, 259 => 99, 254 => 96, 252 => 95, 247 => 93, 243 => 92, 238 => 89, 236 => 88, 231 => 86, 227 => 85, 222 => 82, 220 => 81, 215 => 79, 211 => 78, 206 => 75, 204 => 74, 199 => 72, 195 => 71, 190 => 68, 188 => 67, 183 => 65, 179 => 64, 174 => 61, 172 => 60, 167 => 58, 163 => 57, 158 => 54, 156 => 53, 151 => 51, 147 => 50, 142 => 47, 140 => 46, 135 => 44, 130 => 42, 127 => 41, 125 => 40, 121 => 38, 119 => 37, 114 => 35, 110 => 34, 105 => 31, 103 => 30, 99 => 29, 95 => 28, 90 => 26, 86 => 25, 82 => 24, 78 => 23, 73 => 20, 71 => 19, 66 => 17, 62 => 16, 58 => 15, 53 => 13, 49 => 11, 42 => 7, 36 => 4, 32 => 2, 30 => 1,);
}
/** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */
public function getSource()
{
@trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED);
return $this->getSourceContext()->getCode();
}
public function getSourceContext()
{
return new Source("", "database/designer/side_menu.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/database/designer/side_menu.twig");
}
}
69/69b7848ba11c791cac7e0f41b31fa69d68ab99dc6780169400aba550809e143a.php 0000644 00000030511 15152073666 0016250 0 ustar 00 <?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
/* columns_definitions/column_definitions_form.twig */
class __TwigTemplate_f9f9b676d0c3b557dc46f5cd708b33f657aee73f57657f86ca97cca1aa60a9e0 extends \Twig\Template
{
public function __construct(Environment $env)
{
parent::__construct($env);
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
// line 1
echo "<form method=\"post\" action=\"";
echo twig_escape_filter($this->env, ($context["action"] ?? null), "html", null, true);
echo "\" class=\"";
// line 2
echo (((($context["action"] ?? null) == "tbl_create.php")) ? ("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 " <input type=\"hidden\" name=\"primary_indexes\" value=\"";
// line 9
(( !twig_test_empty(($context["primary_indexes"] ?? null))) ? (print (twig_escape_filter($this->env, ($context["primary_indexes"] ?? null), "html", null, true))) : (print ("[]")));
echo "\">
<input type=\"hidden\" name=\"unique_indexes\" value=\"";
// line 11
(( !twig_test_empty(($context["unique_indexes"] ?? null))) ? (print (twig_escape_filter($this->env, ($context["unique_indexes"] ?? null), "html", null, true))) : (print ("[]")));
echo "\">
<input type=\"hidden\" name=\"indexes\" value=\"";
// line 13
(( !twig_test_empty(($context["indexes"] ?? null))) ? (print (twig_escape_filter($this->env, ($context["indexes"] ?? null), "html", null, true))) : (print ("[]")));
echo "\">
<input type=\"hidden\" name=\"fulltext_indexes\" value=\"";
// line 15
(( !twig_test_empty(($context["fulltext_indexes"] ?? null))) ? (print (twig_escape_filter($this->env, ($context["fulltext_indexes"] ?? null), "html", null, true))) : (print ("[]")));
echo "\">
<input type=\"hidden\" name=\"spatial_indexes\" value=\"";
// line 17
(( !twig_test_empty(($context["spatial_indexes"] ?? null))) ? (print (twig_escape_filter($this->env, ($context["spatial_indexes"] ?? null), "html", null, true))) : (print ("[]")));
echo "\">
";
// line 19
if ((($context["action"] ?? null) == "tbl_create.php")) {
// line 20
echo " <div id=\"table_name_col_no_outer\">
<table id=\"table_name_col_no\" class=\"tdblock\">
<tr class=\"vmiddle floatleft\">
<td>";
// line 23
echo _gettext("Table name");
echo ":
<input type=\"text\"
name=\"table\"
size=\"40\"
maxlength=\"64\"
value=\"";
// line 28
(((isset($context["table"]) || array_key_exists("table", $context))) ? (print (twig_escape_filter($this->env, ($context["table"] ?? null), "html", null, true))) : (print ("")));
echo "\"
class=\"textfield\" autofocus required />
</td>
<td>
";
// line 32
echo _gettext("Add");
// line 33
echo " <input type=\"number\"
id=\"added_fields\"
name=\"added_fields\"
size=\"2\"
value=\"1\"
min=\"1\"
onfocus=\"this.select()\" />
";
// line 40
echo _gettext("column(s)");
// line 41
echo " <input type=\"button\"
name=\"submit_num_fields\"
value=\"";
// line 43
echo _gettext("Go");
echo "\" />
</td>
</tr>
</table>
</div>
";
}
// 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), "mimework" => // line 53
($context["mimework"] ?? 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), "browse_mime" => // line 57
($context["browse_mime"] ?? null), "server_type" => // line 58
($context["server_type"] ?? null), "max_rows" => // line 59
($context["max_rows"] ?? null), "char_editing" => // line 60
($context["char_editing"] ?? null), "attribute_types" => // line 61
($context["attribute_types"] ?? null), "privs_available" => // line 62
($context["privs_available"] ?? null), "max_length" => // line 63
($context["max_length"] ?? null), "dbi" => // line 64
($context["dbi"] ?? null), "disable_is" => // line 65
($context["disable_is"] ?? null)]));
// line 67
echo " ";
}
// line 68
echo " ";
if ((($context["action"] ?? null) == "tbl_create.php")) {
// line 69
echo " <div class=\"responsivetable\">
<table>
<tr class=\"vtop\">
<th>";
// line 72
echo _gettext("Table comments:");
echo "</th>
<td width=\"25\"> </td>
<th>";
// line 74
echo _gettext("Collation:");
echo "</th>
<td width=\"25\"> </td>
<th>
";
// line 77
echo _gettext("Storage Engine:");
// line 78
echo " ";
echo PhpMyAdmin\Util::showMySQLDocu("Storage_engines");
echo "
</th>
<td width=\"25\"> </td>
<th>
";
// line 82
echo _gettext("Connection:");
// line 83
echo " ";
echo PhpMyAdmin\Util::showMySQLDocu("federated-create-connection");
echo "
</th>
</tr>
<tr>
<td>
<input type=\"text\"
name=\"comment\"
size=\"40\"
maxlength=\"60\"
value=\"";
// line 92
(((isset($context["comment"]) || array_key_exists("comment", $context))) ? (print (twig_escape_filter($this->env, ($context["comment"] ?? null), "html", null, true))) : (print ("")));
echo "\"
class=\"textfield\" />
</td>
<td width=\"25\"> </td>
<td>
";
// line 97
echo PhpMyAdmin\Charsets::getCollationDropdownBox( // line 98
($context["dbi"] ?? null), // line 99
($context["disable_is"] ?? null), "tbl_collation", null, // line 102
($context["tbl_collation"] ?? null), false);
// line 104
echo "
</td>
<td width=\"25\"> </td>
<td>
";
// line 108
echo PhpMyAdmin\StorageEngine::getHtmlSelect("tbl_storage_engine", null, // line 111
($context["tbl_storage_engine"] ?? null));
// line 112
echo "
</td>
<td width=\"25\"> </td>
<td>
<input type=\"text\"
name=\"connection\"
size=\"40\"
value=\"";
// line 119
(((isset($context["connection"]) || array_key_exists("connection", $context))) ? (print (twig_escape_filter($this->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\" />
</td>
</tr>
";
// line 125
if (($context["have_partitioning"] ?? null)) {
// line 126
echo " <tr class=\"vtop\">
<th colspan=\"5\">
";
// line 128
echo _gettext("PARTITION definition:");
// line 129
echo " ";
echo PhpMyAdmin\Util::showMySQLDocu("Partitioning");
echo "
</th>
</tr>
<tr>
<td colspan=\"5\">
";
// line 134
$this->loadTemplate("columns_definitions/partitions.twig", "columns_definitions/column_definitions_form.twig", 134)->display(twig_to_array(["partition_details" => // line 135
($context["partition_details"] ?? null)]));
// line 137
echo " </td>
</tr>
";
}
// line 140
echo " </table>
</div>
";
}
// line 143
echo " <fieldset class=\"tblFooters\">
<input type=\"button\"
class=\"preview_sql\"
value=\"";
// line 146
echo _gettext("Preview SQL");
echo "\" />
<input type=\"submit\"
name=\"do_save_data\"
value=\"";
// line 149
echo _gettext("Save");
echo "\" />
</fieldset>
<div id=\"properties_message\"></div>
</form>
";
}
public function getTemplateName()
{
return "columns_definitions/column_definitions_form.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 267 => 149, 261 => 146, 256 => 143, 251 => 140, 246 => 137, 244 => 135, 243 => 134, 234 => 129, 232 => 128, 228 => 126, 226 => 125, 217 => 119, 208 => 112, 206 => 111, 205 => 108, 199 => 104, 197 => 102, 196 => 99, 195 => 98, 194 => 97, 186 => 92, 173 => 83, 171 => 82, 163 => 78, 161 => 77, 155 => 74, 150 => 72, 145 => 69, 142 => 68, 139 => 67, 137 => 65, 136 => 64, 135 => 63, 134 => 62, 133 => 61, 132 => 60, 131 => 59, 130 => 58, 129 => 57, 128 => 56, 127 => 55, 126 => 54, 125 => 53, 124 => 52, 123 => 51, 121 => 50, 118 => 49, 109 => 43, 105 => 41, 103 => 40, 94 => 33, 92 => 32, 85 => 28, 77 => 23, 72 => 20, 70 => 19, 65 => 17, 61 => 15, 57 => 13, 53 => 11, 49 => 9, 47 => 8, 45 => 7, 43 => 6, 39 => 4, 36 => 3, 34 => 2, 30 => 1,);
}
/** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */
public function getSource()
{
@trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED);
return $this->getSourceContext()->getCode();
}
public function getSourceContext()
{
return new Source("", "columns_definitions/column_definitions_form.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/columns_definitions/column_definitions_form.twig");
}
}
73/73e203f65bdfa327a968c4a5d028030c710db730b93de605caccceaa3261ea70.php 0000644 00000011000 15152073666 0016466 0 ustar 00 <?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
/* table/structure/action_row_in_structure_table.twig */
class __TwigTemplate_920375ca40c5a9ef08506677e278fe90b13c840985a8a8b343294e7956df2564 extends \Twig\Template
{
public function __construct(Environment $env)
{
parent::__construct($env);
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
// line 1
echo "<li class=\"";
echo twig_escape_filter($this->env, ($context["class"] ?? null), "html", null, true);
echo "\">
";
// line 2
if (((((($context["type"] ?? null) == "text") || ( // line 3
($context["type"] ?? null) == "blob")) || ( // line 4
($context["tbl_storage_engine"] ?? null) == "ARCHIVE")) || // line 5
($context["has_field"] ?? null))) {
// line 6
echo " ";
echo $this->getAttribute(($context["titles"] ?? null), ("No" . ($context["action"] ?? null)), [], "array");
echo "
";
} else {
// line 8
echo " <a rel=\"samepage\" class=\"ajax add_key print_ignore";
// line 9
if (($context["has_link_class"] ?? null)) {
// line 10
echo " add_primary_key_anchor";
} elseif (( // line 11
($context["action"] ?? null) == "Index")) {
// line 12
echo " add_index_anchor";
} elseif (( // line 13
($context["action"] ?? null) == "Unique")) {
// line 14
echo " add_unique_anchor";
} elseif (( // line 15
($context["action"] ?? null) == "Spatial")) {
// line 16
echo " add_spatial_anchor";
}
// line 17
echo "\" href=\"tbl_structure.php\" data-post=\"";
echo ($context["url_query"] ?? null);
// line 18
echo "&add_key=1&sql_query=";
// line 19
echo twig_escape_filter($this->env, twig_urlencode_filter(((((((("ALTER TABLE " . PhpMyAdmin\Util::backquote( // line 20
($context["table"] ?? null))) . (( // line 21
($context["is_primary"] ?? null)) ? (((($context["primary"] ?? null)) ? (" DROP PRIMARY KEY,") : (""))) : (""))) . " ") . // line 23
($context["syntax"] ?? null)) . "(") . PhpMyAdmin\Util::backquote($this->getAttribute( // line 25
($context["row"] ?? null), "Field", [], "array"))) . ");")), "html", null, true);
// line 27
echo "&message_to_show=";
echo twig_escape_filter($this->env, twig_urlencode_filter(sprintf(($context["message"] ?? null), twig_escape_filter($this->env, $this->getAttribute(($context["row"] ?? null), "Field", [], "array")))), "html", null, true);
echo "\">
";
// line 28
echo $this->getAttribute(($context["titles"] ?? null), ($context["action"] ?? null), [], "array");
echo "
</a>
";
}
// line 31
echo "</li>
";
}
public function getTemplateName()
{
return "table/structure/action_row_in_structure_table.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 87 => 31, 81 => 28, 76 => 27, 74 => 25, 73 => 23, 72 => 21, 71 => 20, 70 => 19, 68 => 18, 65 => 17, 62 => 16, 60 => 15, 58 => 14, 56 => 13, 54 => 12, 52 => 11, 50 => 10, 48 => 9, 46 => 8, 40 => 6, 38 => 5, 37 => 4, 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/structure/action_row_in_structure_table.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/table/structure/action_row_in_structure_table.twig");
}
}
73/73a22388ea06dda0a2e91e156573fc4c47961ae6e35817742bb6901eb91d5478.php 0000644 00000007215 15152073666 0016120 0 ustar 00 <?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
/* dropdown.twig */
class __TwigTemplate_54f04861bf800e973581b6b6871c0ddd84236ffceabefbe66c27a6812ef06e46 extends \Twig\Template
{
public function __construct(Environment $env)
{
parent::__construct($env);
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
// line 1
echo "<select name=\"";
echo twig_escape_filter($this->env, ($context["select_name"] ?? null), "html", null, true);
echo "\"";
if ( !twig_test_empty(($context["id"] ?? null))) {
echo " id=\"";
echo twig_escape_filter($this->env, ($context["id"] ?? null), "html", null, true);
echo "\"";
}
// line 2
if ( !twig_test_empty(($context["class"] ?? null))) {
echo " class=\"";
echo twig_escape_filter($this->env, ($context["class"] ?? null), "html", null, true);
echo "\"";
}
echo ">
";
// line 3
if ( !twig_test_empty(($context["placeholder"] ?? null))) {
// line 4
echo " <option value=\"\" disabled=\"disabled\"";
// line 5
if ( !($context["selected"] ?? null)) {
echo " selected=\"selected\"";
}
echo ">";
echo twig_escape_filter($this->env, ($context["placeholder"] ?? null), "html", null, true);
echo "</option>
";
}
// line 7
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(($context["result_options"] ?? null));
foreach ($context['_seq'] as $context["_key"] => $context["option"]) {
// line 8
echo "<option value=\"";
echo twig_escape_filter($this->env, $this->getAttribute($context["option"], "value", [], "array"), "html", null, true);
echo "\"";
// line 9
echo (($this->getAttribute($context["option"], "selected", [], "array")) ? (" selected=\"selected\"") : (""));
echo ">";
echo twig_escape_filter($this->env, $this->getAttribute($context["option"], "label", [], "array"), "html", null, true);
echo "</option>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['option'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 11
echo "</select>
";
}
public function getTemplateName()
{
return "dropdown.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 78 => 11, 68 => 9, 64 => 8, 60 => 7, 51 => 5, 49 => 4, 47 => 3, 39 => 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("", "dropdown.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/dropdown.twig");
}
}
73/73ee99e209023ff62597f3f6e5f027a498c1261e4d35d310b0d0a2664f3c2c0d.php 0000644 00000010342 15152073666 0016160 0 ustar 00 <?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
/* table/insert/continue_insertion_form.twig */
class __TwigTemplate_29af82c0e4f633dcf609767cb5e0cec017e841d8319051b9a6d2bb998728730a extends \Twig\Template
{
public function __construct(Environment $env)
{
parent::__construct($env);
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
// line 1
echo "<form id=\"continueForm\" method=\"post\" action=\"tbl_replace.php\" name=\"continueForm\">
";
// line 2
echo PhpMyAdmin\Url::getHiddenInputs(($context["db"] ?? null), ($context["table"] ?? null));
echo "
<input type=\"hidden\" name=\"goto\" value=\"";
// line 3
echo twig_escape_filter($this->env, ($context["goto"] ?? null), "html", null, true);
echo "\">
<input type=\"hidden\" name=\"err_url\" value=\"";
// line 4
echo twig_escape_filter($this->env, ($context["err_url"] ?? null), "html", null, true);
echo "\">
<input type=\"hidden\" name=\"sql_query\" value=\"";
// line 5
echo twig_escape_filter($this->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 " <input type=\"hidden\" name=\"where_clause[";
echo twig_escape_filter($this->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 " <input type=\"number\" name=\"insert_rows\" id=\"insert_rows\" value=\"";
// line 16
echo twig_escape_filter($this->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 sprintf(_gettext("Continue insertion with %s rows"), ($context["insert_rows"] ?? null));
echo "
</form>
";
}
public function getTemplateName()
{
return "table/insert/continue_insertion_form.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 84 => 18, 79 => 16, 77 => 15, 75 => 14, 72 => 13, 69 => 12, 61 => 10, 57 => 9, 52 => 8, 50 => 7, 45 => 5, 41 => 4, 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("", "table/insert/continue_insertion_form.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/table/insert/continue_insertion_form.twig");
}
}
33/3388ed1aa4a7db0083c5a8297a870774eaabc9faa63f5788887e72a7bc950cf2.php 0000644 00000005520 15152073666 0016505 0 ustar 00 <?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
/* database/create_table.twig */
class __TwigTemplate_ff8f02d8edd8b74ca71c4f004b357deea8f01add751d7253824d6b65fe46c0e2 extends \Twig\Template
{
public function __construct(Environment $env)
{
parent::__construct($env);
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
// line 1
echo "<form id=\"create_table_form_minimal\" method=\"post\" action=\"tbl_create.php\" class=\"lock-page\">
<fieldset>
<legend>
";
// line 4
if (PhpMyAdmin\Util::showIcons("ActionLinksMode")) {
// line 5
echo PhpMyAdmin\Util::getImage("b_table_add");
}
// line 7
echo " ";
echo _gettext("Create table");
// line 8
echo " </legend>
";
// line 9
echo PhpMyAdmin\Url::getHiddenInputs(($context["db"] ?? null));
echo "
<div class=\"formelement\">
";
// line 11
echo _gettext("Name");
echo ":
<input type=\"text\" name=\"table\" maxlength=\"64\" size=\"30\" required=\"required\" />
</div>
<div class=\"formelement\">
";
// line 15
echo _gettext("Number of columns");
echo ":
<input type=\"number\" min=\"1\" name=\"num_fields\" value=\"4\" required=\"required\" />
</div>
<div class=\"clearfloat\"></div>
</fieldset>
<fieldset class=\"tblFooters\">
<input type=\"submit\" value=\"";
// line 21
echo _gettext("Go");
echo "\" />
</fieldset>
</form>
";
}
public function getTemplateName()
{
return "database/create_table.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 67 => 21, 58 => 15, 51 => 11, 46 => 9, 43 => 8, 40 => 7, 37 => 5, 35 => 4, 30 => 1,);
}
/** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */
public function getSource()
{
@trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED);
return $this->getSourceContext()->getCode();
}
public function getSourceContext()
{
return new Source("", "database/create_table.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/database/create_table.twig");
}
}
0c/0cbff8ea3964397ac93f94a5c12a4d7615a26cccfed843e6216746cf1187bd4e.php 0000644 00000013227 15152073666 0016637 0 ustar 00 <?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
/* table/structure/check_all_table_column.twig */
class __TwigTemplate_d6d03873aee049a8e97c55a128189988999b03eb932c712f89e6832fdfe537a4 extends \Twig\Template
{
public function __construct(Environment $env)
{
parent::__construct($env);
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
// line 1
echo "<div class=\"print_ignore\">
";
// line 2
$this->loadTemplate("select_all.twig", "table/structure/check_all_table_column.twig", 2)->display(twig_to_array(["pma_theme_image" => // line 3
($context["pma_theme_image"] ?? null), "text_dir" => // line 4
($context["text_dir"] ?? null), "form_name" => "fieldsForm"]));
// line 7
echo "
";
// line 8
echo PhpMyAdmin\Util::getButtonOrImage("submit_mult", "mult_submit", _gettext("Browse"), "b_browse", "browse");
// line 14
echo "
";
// line 16
if (( !($context["tbl_is_view"] ?? null) && !($context["db_is_system_schema"] ?? null))) {
// line 17
echo " ";
echo PhpMyAdmin\Util::getButtonOrImage("submit_mult", "mult_submit change_columns_anchor ajax", _gettext("Change"), "b_edit", "change");
// line 23
echo "
";
// line 24
echo PhpMyAdmin\Util::getButtonOrImage("submit_mult", "mult_submit", _gettext("Drop"), "b_drop", "drop");
// line 30
echo "
";
// line 32
if ((($context["tbl_storage_engine"] ?? null) != "ARCHIVE")) {
// line 33
echo " ";
echo PhpMyAdmin\Util::getButtonOrImage("submit_mult", "mult_submit", _gettext("Primary"), "b_primary", "primary");
// line 39
echo "
";
// line 40
echo PhpMyAdmin\Util::getButtonOrImage("submit_mult", "mult_submit", _gettext("Unique"), "b_unique", "unique");
// line 46
echo "
";
// line 47
echo PhpMyAdmin\Util::getButtonOrImage("submit_mult", "mult_submit", _gettext("Index"), "b_index", "index");
// line 53
echo "
";
// line 54
echo PhpMyAdmin\Util::getButtonOrImage("submit_mult", "mult_submit", _gettext("Fulltext"), "b_ftext", "ftext");
// line 60
echo "
";
// line 62
if (( !twig_test_empty(($context["tbl_storage_engine"] ?? null)) && ((( // line 63
($context["tbl_storage_engine"] ?? null) == "MYISAM") || ( // line 64
($context["tbl_storage_engine"] ?? null) == "ARIA")) || ( // line 65
($context["tbl_storage_engine"] ?? null) == "MARIA")))) {
// line 66
echo " ";
echo PhpMyAdmin\Util::getButtonOrImage("submit_mult", "mult_submit", _gettext("Fulltext"), "b_ftext", "ftext");
// line 72
echo "
";
}
// line 74
echo "
";
// line 75
if (($context["central_columns_work"] ?? null)) {
// line 76
echo " ";
echo PhpMyAdmin\Util::getButtonOrImage("submit_mult", "mult_submit", _gettext("Add to central columns"), "centralColumns_add", "add_to_central_columns");
// line 82
echo "
";
// line 83
echo PhpMyAdmin\Util::getButtonOrImage("submit_mult", "mult_submit", _gettext("Remove from central columns"), "centralColumns_delete", "remove_from_central_columns");
// line 89
echo "
";
}
// line 91
echo " ";
}
// line 92
echo " ";
}
// line 93
echo "</div>
";
}
public function getTemplateName()
{
return "table/structure/check_all_table_column.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 119 => 93, 116 => 92, 113 => 91, 109 => 89, 107 => 83, 104 => 82, 101 => 76, 99 => 75, 96 => 74, 92 => 72, 89 => 66, 87 => 65, 86 => 64, 85 => 63, 84 => 62, 80 => 60, 78 => 54, 75 => 53, 73 => 47, 70 => 46, 68 => 40, 65 => 39, 62 => 33, 60 => 32, 56 => 30, 54 => 24, 51 => 23, 48 => 17, 46 => 16, 42 => 14, 40 => 8, 37 => 7, 35 => 4, 34 => 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("", "table/structure/check_all_table_column.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/table/structure/check_all_table_column.twig");
}
}
8a/8a16ca4dbbd4143d994e5b20d8e1e088f482b5a41bf77d34526b36523fc966d7.php 0000644 00000002761 15152073666 0016421 0 ustar 00 <?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
/* config/form_display/form_bottom.twig */
class __TwigTemplate_0882a14ff20e2ef8d2b8181890cc0eb022be656db15daa8403630347a6a648a4 extends \Twig\Template
{
public function __construct(Environment $env)
{
parent::__construct($env);
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
// line 1
echo "</form>
";
}
public function getTemplateName()
{
return "config/form_display/form_bottom.twig";
}
public function getDebugInfo()
{
return array ( 30 => 1,);
}
/** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */
public function getSource()
{
@trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED);
return $this->getSourceContext()->getCode();
}
public function getSourceContext()
{
return new Source("", "config/form_display/form_bottom.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/config/form_display/form_bottom.twig");
}
}
8a/8abaecf8950614cf7fd83ab4d1e694a87f1e966e163e888674e945df5148cb76.php 0000644 00000005077 15152073666 0016557 0 ustar 00 <?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
/* database/structure/favorite_anchor.twig */
class __TwigTemplate_17bd8bb1cf06ea32f4d9350c1de61ace4c1a70d569cd97749f8adbe1357f14ae extends \Twig\Template
{
public function __construct(Environment $env)
{
parent::__construct($env);
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
// line 1
echo "<a id=\"";
echo twig_escape_filter($this->env, ($context["table_name_hash"] ?? null), "html", null, true);
echo "_favorite_anchor\"
class=\"ajax favorite_table_anchor\"
href=\"db_structure.php";
// line 3
echo PhpMyAdmin\Url::getCommon(($context["fav_params"] ?? null));
echo "\"
title=\"";
// line 4
echo twig_escape_filter($this->env, ((($context["already_favorite"] ?? null)) ? (_gettext("Remove from Favorites")) : (_gettext("Add to Favorites"))), "html", null, true);
echo "\"
data-favtargets=\"";
// line 5
echo twig_escape_filter($this->env, ($context["db_table_name_hash"] ?? null), "html", null, true);
echo "\" >
";
// line 6
echo ((($context["already_favorite"] ?? null)) ? ($this->getAttribute(($context["titles"] ?? null), "Favorite", [], "array")) : ($this->getAttribute(($context["titles"] ?? null), "NoFavorite", [], "array")));
echo "
</a>
";
}
public function getTemplateName()
{
return "database/structure/favorite_anchor.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 48 => 6, 44 => 5, 40 => 4, 36 => 3, 30 => 1,);
}
/** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */
public function getSource()
{
@trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED);
return $this->getSourceContext()->getCode();
}
public function getSourceContext()
{
return new Source("", "database/structure/favorite_anchor.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/database/structure/favorite_anchor.twig");
}
}
3e/3ec076b790b4749d9b9dbee19d75098135005f34bd5f65a5618375d72578c568.php 0000644 00000006373 15152073666 0016100 0 ustar 00 <?php
/* list/unordered.twig */
class __TwigTemplate_3bd5992eef7d0b31bfdc3caf35e25a76b50d8240951bca4f820f06989dc3d87d extends Twig_Template
{
public function __construct(Twig_Environment $env)
{
parent::__construct($env);
$this->parent = false;
$this->blocks = array(
);
}
protected function doDisplay(array $context, array $blocks = array())
{
// line 1
echo "<ul";
if ( !twig_test_empty(($context["id"] ?? null))) {
echo " id=\"";
echo twig_escape_filter($this->env, ($context["id"] ?? null), "html", null, true);
echo "\"";
}
// line 2
if ( !twig_test_empty(($context["class"] ?? null))) {
echo " class=\"";
echo twig_escape_filter($this->env, ($context["class"] ?? null), "html", null, true);
echo "\"";
}
echo ">
";
// line 4
if ( !twig_test_empty(($context["items"] ?? null))) {
// line 5
echo " ";
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(($context["items"] ?? null));
foreach ($context['_seq'] as $context["_key"] => $context["item"]) {
// line 6
echo " ";
if ( !twig_test_iterable($context["item"])) {
// line 7
echo " ";
$context["item"] = array("content" => $context["item"]);
// line 8
echo " ";
}
// line 9
echo " ";
$this->loadTemplate("list/item.twig", "list/unordered.twig", 9)->display($context["item"]);
// line 10
echo " ";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['item'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 11
echo " ";
} elseif ( !twig_test_empty(($context["content"] ?? null))) {
// line 12
echo " ";
echo ($context["content"] ?? null);
echo "
";
}
// line 14
echo "</ul>
";
}
public function getTemplateName()
{
return "list/unordered.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 69 => 14, 63 => 12, 60 => 11, 54 => 10, 51 => 9, 48 => 8, 45 => 7, 42 => 6, 37 => 5, 35 => 4, 26 => 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("", "list/unordered.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/list/unordered.twig");
}
}
a9/a927a03f526e74569a85726f443090f84a8f992c64804bf95044d29445dce688.php 0000644 00000005050 15152073666 0015737 0 ustar 00 <?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
/* config/form_display/fieldset_bottom.twig */
class __TwigTemplate_92ef3c2e1dbd29db488d2e8b877d16cc29c8e5fafa450c024da4b40c506f2656 extends \Twig\Template
{
public function __construct(Environment $env)
{
parent::__construct($env);
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
// line 1
$context["colspan"] = 2;
// line 2
if (($context["is_setup"] ?? null)) {
// line 3
echo " ";
$context["colspan"] = (($context["colspan"] ?? null) + 1);
}
// line 5
if (($context["show_buttons"] ?? null)) {
// line 6
echo " <tr>
<td colspan=\"";
// line 7
echo twig_escape_filter($this->env, ($context["colspan"] ?? null), "html", null, true);
echo "\" class=\"lastrow\">
<input type=\"submit\" name=\"submit_save\" value=\"";
// line 8
echo _gettext("Apply");
echo "\" class=\"green\" />
<input type=\"button\" name=\"submit_reset\" value=\"";
// line 9
echo _gettext("Reset");
echo "\" />
</td>
</tr>
";
}
// line 13
echo "</table>
</fieldset>
";
}
public function getTemplateName()
{
return "config/form_display/fieldset_bottom.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 58 => 13, 51 => 9, 47 => 8, 43 => 7, 40 => 6, 38 => 5, 34 => 3, 32 => 2, 30 => 1,);
}
/** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */
public function getSource()
{
@trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED);
return $this->getSourceContext()->getCode();
}
public function getSourceContext()
{
return new Source("", "config/form_display/fieldset_bottom.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/config/form_display/fieldset_bottom.twig");
}
}
a9/a93de3be313f72575577bc39a36ba706434a9821dbfdcfc02bc3accf52a3d530.php 0000644 00000002761 15152073666 0016665 0 ustar 00 <?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
/* config/form_display/form_bottom.twig */
class __TwigTemplate_ce62e927cc681ecb87911dc3ad5cf1bde6a315fbccab54ba59322780ce0c60fc extends \Twig\Template
{
public function __construct(Environment $env)
{
parent::__construct($env);
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
// line 1
echo "</form>
";
}
public function getTemplateName()
{
return "config/form_display/form_bottom.twig";
}
public function getDebugInfo()
{
return array ( 30 => 1,);
}
/** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */
public function getSource()
{
@trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED);
return $this->getSourceContext()->getCode();
}
public function getSourceContext()
{
return new Source("", "config/form_display/form_bottom.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/config/form_display/form_bottom.twig");
}
}
a9/a977af168e782ce094a53738f034224929bbb8c2146297393bf8608daf95d06b.php 0000644 00000003775 15152073666 0016153 0 ustar 00 <?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
/* filter.twig */
class __TwigTemplate_3156b8a18620f2d625cdee04096b8f50486d82920b55232a50566fc822026234 extends \Twig\Template
{
public function __construct(Environment $env)
{
parent::__construct($env);
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
// line 1
echo "<fieldset id=\"tableFilter\">
<legend>";
// line 2
echo _gettext("Filters");
echo "</legend>
<div class=\"formelement\">
<label for=\"filterText\">";
// line 4
echo _gettext("Containing the word:");
echo "</label>
<input name=\"filterText\" type=\"text\" id=\"filterText\"
value=\"";
// line 6
echo twig_escape_filter($this->env, ($context["filter_value"] ?? null), "html", null, true);
echo "\" />
</div>
</fieldset>
";
}
public function getTemplateName()
{
return "filter.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 43 => 6, 38 => 4, 33 => 2, 30 => 1,);
}
/** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */
public function getSource()
{
@trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED);
return $this->getSourceContext()->getCode();
}
public function getSourceContext()
{
return new Source("", "filter.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/filter.twig");
}
}
a9/a9b6a3e19deb8ba56bb9e579d92aa9c24a6d83a831796e4dd2e9e7af5c51474e.php 0000644 00000015131 15152073666 0017020 0 ustar 00 <?php
/* display/results/options_block.twig */
class __TwigTemplate_711eaf30f5e09fc673080e81d708fc58fbd3a0b6f9a3f8f327949d6e9a2a8313 extends Twig_Template
{
public function __construct(Twig_Environment $env)
{
parent::__construct($env);
$this->parent = false;
$this->blocks = array(
);
}
protected function doDisplay(array $context, array $blocks = array())
{
// line 1
echo "<form method=\"post\" action=\"sql.php\" name=\"displayOptionsForm\" class=\"ajax print_ignore\">
";
// line 2
echo PhpMyAdmin\Url::getHiddenInputs(array("db" => // line 3
($context["db"] ?? null), "table" => // line 4
($context["table"] ?? null), "sql_query" => // line 5
($context["sql_query"] ?? null), "goto" => // line 6
($context["goto"] ?? null), "display_options_form" => 1));
// line 8
echo "
";
// line 10
echo PhpMyAdmin\Util::getDivForSliderEffect("", _gettext("Options"));
echo "
<fieldset>
<div class=\"formelement\">
";
// line 14
echo " ";
echo PhpMyAdmin\Util::getRadioFields("pftext", array("P" => _gettext("Partial texts"), "F" => _gettext("Full texts")), // line 20
($context["pftext"] ?? null), true, true, "", ("pftext_" . // line 24
($context["unique_id"] ?? null)));
// line 25
echo "
</div>
";
// line 28
if ((($context["relwork"] ?? null) && ($context["displaywork"] ?? null))) {
// line 29
echo " <div class=\"formelement\">
";
// line 30
echo PhpMyAdmin\Util::getRadioFields("relational_display", array("K" => _gettext("Relational key"), "D" => _gettext("Display column for relationships")), // line 36
($context["relational_display"] ?? null), true, true, "", ("relational_display_" . // line 40
($context["unique_id"] ?? null)));
// line 41
echo "
</div>
";
}
// line 44
echo "
<div class=\"formelement\">
";
// line 46
$this->loadTemplate("checkbox.twig", "display/results/options_block.twig", 46)->display(array("html_field_name" => "display_binary", "label" => _gettext("Show binary contents"), "checked" => !twig_test_empty( // line 49
($context["display_binary"] ?? null)), "onclick" => false, "html_field_id" => ("display_binary_" . // line 51
($context["unique_id"] ?? null))));
// line 53
echo " ";
$this->loadTemplate("checkbox.twig", "display/results/options_block.twig", 53)->display(array("html_field_name" => "display_blob", "label" => _gettext("Show BLOB contents"), "checked" => !twig_test_empty( // line 56
($context["display_blob"] ?? null)), "onclick" => false, "html_field_id" => ("display_blob_" . // line 58
($context["unique_id"] ?? null))));
// line 60
echo " </div>
";
// line 66
echo " <div class=\"formelement\">
";
// line 67
$this->loadTemplate("checkbox.twig", "display/results/options_block.twig", 67)->display(array("html_field_name" => "hide_transformation", "label" => _gettext("Hide browser transformation"), "checked" => !twig_test_empty( // line 70
($context["hide_transformation"] ?? null)), "onclick" => false, "html_field_id" => ("hide_transformation_" . // line 72
($context["unique_id"] ?? null))));
// line 74
echo " </div>
";
// line 77
if (($context["possible_as_geometry"] ?? null)) {
// line 78
echo " <div class=\"formelement\">
";
// line 79
echo PhpMyAdmin\Util::getRadioFields("geoOption", array("GEOM" => _gettext("Geometry"), "WKT" => _gettext("Well Known Text"), "WKB" => _gettext("Well Known Binary")), // line 86
($context["geo_option"] ?? null), true, true, "", ("geoOption_" . // line 90
($context["unique_id"] ?? null)));
// line 91
echo "
</div>
";
} else {
// line 94
echo " <div class=\"formelement\">
";
// line 95
echo twig_escape_filter($this->env, ($context["possible_as_geometry"] ?? null), "html", null, true);
echo "
";
// line 96
echo PhpMyAdmin\Util::getRadioFields("geoOption", array("WKT" => _gettext("Well Known Text"), "WKB" => _gettext("Well Known Binary")), // line 102
($context["geo_option"] ?? null), true, true, "", ("geoOption_" . // line 106
($context["unique_id"] ?? null)));
// line 107
echo "
</div>
";
}
// line 110
echo " <div class=\"clearfloat\"></div>
</fieldset>
<fieldset class=\"tblFooters\">
<input type=\"submit\" value=\"";
// line 114
echo _gettext("Go");
echo "\" />
</fieldset>
</div>";
// line 117
echo "</form>
";
}
public function getTemplateName()
{
return "display/results/options_block.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 132 => 117, 127 => 114, 121 => 110, 116 => 107, 114 => 106, 113 => 102, 112 => 96, 108 => 95, 105 => 94, 100 => 91, 98 => 90, 97 => 86, 96 => 79, 93 => 78, 91 => 77, 86 => 74, 84 => 72, 83 => 70, 82 => 67, 79 => 66, 75 => 60, 73 => 58, 72 => 56, 70 => 53, 68 => 51, 67 => 49, 66 => 46, 62 => 44, 57 => 41, 55 => 40, 54 => 36, 53 => 30, 50 => 29, 48 => 28, 43 => 25, 41 => 24, 40 => 20, 38 => 14, 32 => 10, 28 => 8, 26 => 6, 25 => 5, 24 => 4, 23 => 3, 22 => 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("", "display/results/options_block.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/display/results/options_block.twig");
}
}
a4/a49a944225d69636e60c581e17aaceefffebe40aeb5931afd4aaa3da6a0039b9.php 0000644 00000026507 15152073666 0017114 0 ustar 00 <?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
/* database/structure/body_for_table_summary.twig */
class __TwigTemplate_b8ce9a26137a2098ace56109b73fcfc8727996ee2cd1f72d9144e7275c150c76 extends \Twig\Template
{
public function __construct(Environment $env)
{
parent::__construct($env);
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
// line 1
echo "<tbody id=\"tbl_summary_row\">
<tr>
<th class=\"print_ignore\"></th>
<th class=\"tbl_num nowrap\">
";
// line 5
ob_start(function () { return ''; });
// line 6
echo _ngettext("%s table", "%s tables", abs(($context["num_tables"] ?? null)));
$context["num_tables_trans"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 8
echo " ";
echo twig_escape_filter($this->env, sprintf(($context["num_tables_trans"] ?? null), PhpMyAdmin\Util::formatNumber(($context["num_tables"] ?? null), 0)), "html", null, true);
echo "
</th>
";
// line 10
if (($context["server_slave_status"] ?? null)) {
// line 11
echo " <th>";
echo _gettext("Replication");
echo "</th>
";
}
// line 13
echo " ";
$context["sum_colspan"] = ((($context["db_is_system_schema"] ?? null)) ? (4) : (7));
// line 14
echo " ";
if ((($context["num_favorite_tables"] ?? null) == 0)) {
// line 15
echo " ";
$context["sum_colspan"] = (($context["sum_colspan"] ?? null) - 1);
// line 16
echo " ";
}
// line 17
echo " <th colspan=\"";
echo twig_escape_filter($this->env, ($context["sum_colspan"] ?? null), "html", null, true);
echo "\" class=\"print_ignore\">";
echo _gettext("Sum");
echo "</th>
";
// line 18
$context["row_count_sum"] = PhpMyAdmin\Util::formatNumber(($context["sum_entries"] ?? null), 0);
// line 19
echo " ";
// line 20
echo " ";
$context["row_sum_url"] = [];
// line 21
echo " ";
if ((isset($context["approx_rows"]) || array_key_exists("approx_rows", $context))) {
// line 22
echo " ";
$context["row_sum_url"] = ["ajax_request" => true, "db" => // line 24
($context["db"] ?? null), "real_row_count" => "true", "real_row_count_all" => "true"];
// line 28
echo " ";
}
// line 29
echo " ";
if (($context["approx_rows"] ?? null)) {
// line 30
echo " ";
ob_start(function () { return ''; });
// line 31
echo "<a href=\"db_structure.php";
// line 32
echo PhpMyAdmin\Url::getCommon(($context["row_sum_url"] ?? null));
echo "\" class=\"ajax row_count_sum\">~";
// line 33
echo twig_escape_filter($this->env, ($context["row_count_sum"] ?? null), "html", null, true);
// line 34
echo "</a>";
$context["cell_text"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 36
echo " ";
} else {
// line 37
echo " ";
$context["cell_text"] = ($context["row_count_sum"] ?? null);
// line 38
echo " ";
}
// line 39
echo " <th class=\"value tbl_rows\">";
echo twig_escape_filter($this->env, ($context["cell_text"] ?? null), "html", null, true);
echo "</th>
";
// line 40
if ( !(($context["properties_num_columns"] ?? null) > 1)) {
// line 41
echo " ";
// line 42
echo " ";
$context["default_engine"] = $this->getAttribute(($context["dbi"] ?? null), "fetchValue", [0 => "SELECT @@storage_engine;"], "method");
// line 43
echo " ";
if (twig_test_empty(($context["default_engine"] ?? null))) {
// line 44
echo " ";
// line 45
echo " ";
$context["default_engine"] = $this->getAttribute(($context["dbi"] ?? null), "fetchValue", [0 => "SELECT @@default_storage_engine;"], "method");
// line 46
echo " ";
}
// line 47
echo " <th class=\"center\">
<dfn title=\"";
// line 48
echo twig_escape_filter($this->env, sprintf(_gettext("%s is the default storage engine on this MySQL server."), ($context["default_engine"] ?? null)), "html", null, true);
echo "\">
";
// line 49
echo twig_escape_filter($this->env, ($context["default_engine"] ?? null), "html", null, true);
echo "
</dfn>
</th>
<th>
";
// line 53
if ( !twig_test_empty(($context["db_collation"] ?? null))) {
// line 54
echo " <dfn title=\"";
echo twig_escape_filter($this->env, PhpMyAdmin\Charsets::getCollationDescr(($context["db_collation"] ?? null)), "html", null, true);
echo " (";
echo _gettext("Default");
echo ")\">
";
// line 55
echo twig_escape_filter($this->env, ($context["db_collation"] ?? null), "html", null, true);
echo "
</dfn>
";
}
// line 58
echo " </th>
";
}
// line 60
echo "
";
// line 61
if (($context["is_show_stats"] ?? null)) {
// line 62
echo " ";
$context["sum"] = PhpMyAdmin\Util::formatByteDown(($context["sum_size"] ?? null), 3, 1);
// line 63
echo " ";
$context["sum_formatted"] = $this->getAttribute(($context["sum"] ?? null), 0, [], "array");
// line 64
echo " ";
$context["sum_unit"] = $this->getAttribute(($context["sum"] ?? null), 1, [], "array");
// line 65
echo " <th class=\"value tbl_size\">";
echo twig_escape_filter($this->env, ($context["sum_formatted"] ?? null), "html", null, true);
echo " ";
echo twig_escape_filter($this->env, ($context["sum_unit"] ?? null), "html", null, true);
echo "</th>
";
// line 67
$context["overhead"] = PhpMyAdmin\Util::formatByteDown(($context["overhead_size"] ?? null), 3, 1);
// line 68
echo " ";
$context["overhead_formatted"] = $this->getAttribute(($context["overhead"] ?? null), 0, [], "array");
// line 69
echo " ";
$context["overhead_unit"] = $this->getAttribute(($context["overhead"] ?? null), 1, [], "array");
// line 70
echo " <th class=\"value tbl_overhead\">";
echo twig_escape_filter($this->env, ($context["overhead_formatted"] ?? null), "html", null, true);
echo " ";
echo twig_escape_filter($this->env, ($context["overhead_unit"] ?? null), "html", null, true);
echo "</th>
";
}
// line 72
echo "
";
// line 73
if (($context["show_charset"] ?? null)) {
// line 74
echo " <th>";
echo twig_escape_filter($this->env, ($context["db_charset"] ?? null), "html", null, true);
echo "</th>
";
}
// line 76
echo " ";
if (($context["show_comment"] ?? null)) {
// line 77
echo " <th></th>
";
}
// line 79
echo " ";
if (($context["show_creation"] ?? null)) {
// line 80
echo " <th class=\"value tbl_creation\">
";
// line 81
((($context["create_time_all"] ?? null)) ? (print (twig_escape_filter($this->env, PhpMyAdmin\Util::localisedDate(strtotime(($context["create_time_all"] ?? null))), "html", null, true))) : (print ("-")));
echo "
</th>
";
}
// line 84
echo " ";
if (($context["show_last_update"] ?? null)) {
// line 85
echo " <th class=\"value tbl_last_update\">
";
// line 86
((($context["update_time_all"] ?? null)) ? (print (twig_escape_filter($this->env, PhpMyAdmin\Util::localisedDate(strtotime(($context["update_time_all"] ?? null))), "html", null, true))) : (print ("-")));
echo "
</th>
";
}
// line 89
echo " ";
if (($context["show_last_check"] ?? null)) {
// line 90
echo " <th class=\"value tbl_last_check\">
";
// line 91
((($context["check_time_all"] ?? null)) ? (print (twig_escape_filter($this->env, PhpMyAdmin\Util::localisedDate(strtotime(($context["check_time_all"] ?? null))), "html", null, true))) : (print ("-")));
echo "
</th>
";
}
// line 94
echo "</tr>
</tbody>
";
}
public function getTemplateName()
{
return "database/structure/body_for_table_summary.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 264 => 94, 258 => 91, 255 => 90, 252 => 89, 246 => 86, 243 => 85, 240 => 84, 234 => 81, 231 => 80, 228 => 79, 224 => 77, 221 => 76, 215 => 74, 213 => 73, 210 => 72, 202 => 70, 199 => 69, 196 => 68, 194 => 67, 186 => 65, 183 => 64, 180 => 63, 177 => 62, 175 => 61, 172 => 60, 168 => 58, 162 => 55, 155 => 54, 153 => 53, 146 => 49, 142 => 48, 139 => 47, 136 => 46, 133 => 45, 131 => 44, 128 => 43, 125 => 42, 123 => 41, 121 => 40, 116 => 39, 113 => 38, 110 => 37, 107 => 36, 104 => 34, 102 => 33, 99 => 32, 97 => 31, 94 => 30, 91 => 29, 88 => 28, 86 => 24, 84 => 22, 81 => 21, 78 => 20, 76 => 19, 74 => 18, 67 => 17, 64 => 16, 61 => 15, 58 => 14, 55 => 13, 49 => 11, 47 => 10, 41 => 8, 38 => 6, 36 => 5, 30 => 1,);
}
/** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */
public function getSource()
{
@trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED);
return $this->getSourceContext()->getCode();
}
public function getSourceContext()
{
return new Source("", "database/structure/body_for_table_summary.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/database/structure/body_for_table_summary.twig");
}
}
a4/a4d1ef2fb57cfb167b0c66b43fc93cd43378c52345880fce7e98036bf4f29bf5.php 0000644 00000005525 15152073666 0016651 0 ustar 00 <?php
/* console/toolbar.twig */
class __TwigTemplate_34224f2571096b6ad73c9e73887deaeecea33cf930857ae5e4eab0988ad99633 extends Twig_Template
{
public function __construct(Twig_Environment $env)
{
parent::__construct($env);
$this->parent = false;
$this->blocks = array(
);
}
protected function doDisplay(array $context, array $blocks = array())
{
// line 1
echo "<div class=\"toolbar ";
echo twig_escape_filter($this->env, ($context["parent_div_classes"] ?? null), "html", null, true);
echo "\">
";
// line 2
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(($context["content_array"] ?? null));
foreach ($context['_seq'] as $context["_key"] => $context["content"]) {
// line 3
echo " ";
if ((isset($context["content"]) || array_key_exists("content", $context))) {
// line 4
echo " <div class=\"";
echo twig_escape_filter($this->env, $this->getAttribute($context["content"], 0, array(), "array"), "html", null, true);
echo "\">
";
// line 5
echo (($this->getAttribute($context["content"], "image", array(), "array", true, true)) ? ($this->getAttribute($context["content"], "image", array(), "array")) : (""));
echo "
<span>";
// line 6
echo twig_escape_filter($this->env, $this->getAttribute($context["content"], 1, array(), "array"), "html", null, true);
echo "</span>
</div>
";
}
// line 9
echo " ";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['content'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 10
echo "</div>
";
}
public function getTemplateName()
{
return "console/toolbar.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 52 => 10, 46 => 9, 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/toolbar.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/console/toolbar.twig");
}
}
db/dbe8d9cb3e922ff9f6b0ee28da86454965041658d7e294d48d5fa8a646522b29.php 0000644 00000005520 15152073666 0016531 0 ustar 00 <?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
/* database/create_table.twig */
class __TwigTemplate_d0b8d0abf71ca469fd858eb57596a40b036e5e70e3ed8580fe559ee2dc08f859 extends \Twig\Template
{
public function __construct(Environment $env)
{
parent::__construct($env);
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
// line 1
echo "<form id=\"create_table_form_minimal\" method=\"post\" action=\"tbl_create.php\" class=\"lock-page\">
<fieldset>
<legend>
";
// line 4
if (PhpMyAdmin\Util::showIcons("ActionLinksMode")) {
// line 5
echo PhpMyAdmin\Util::getImage("b_table_add");
}
// line 7
echo " ";
echo _gettext("Create table");
// line 8
echo " </legend>
";
// line 9
echo PhpMyAdmin\Url::getHiddenInputs(($context["db"] ?? null));
echo "
<div class=\"formelement\">
";
// line 11
echo _gettext("Name");
echo ":
<input type=\"text\" name=\"table\" maxlength=\"64\" size=\"30\" required=\"required\" />
</div>
<div class=\"formelement\">
";
// line 15
echo _gettext("Number of columns");
echo ":
<input type=\"number\" min=\"1\" name=\"num_fields\" value=\"4\" required=\"required\" />
</div>
<div class=\"clearfloat\"></div>
</fieldset>
<fieldset class=\"tblFooters\">
<input type=\"submit\" value=\"";
// line 21
echo _gettext("Go");
echo "\" />
</fieldset>
</form>
";
}
public function getTemplateName()
{
return "database/create_table.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 67 => 21, 58 => 15, 51 => 11, 46 => 9, 43 => 8, 40 => 7, 37 => 5, 35 => 4, 30 => 1,);
}
/** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */
public function getSource()
{
@trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED);
return $this->getSourceContext()->getCode();
}
public function getSourceContext()
{
return new Source("", "database/create_table.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/database/create_table.twig");
}
}
db/dbe5bcc412efde0f1f60b79cac99c63a3b523e124f6a0fa4fb06edb442aa39b7.php 0000644 00000006770 15152073666 0017321 0 ustar 00 <?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
/* display/export/hidden_inputs.twig */
class __TwigTemplate_7f8d5fc4c7928595ab67d1e138c067d20189140fbd5071fdc37d43106174275a extends \Twig\Template
{
public function __construct(Environment $env)
{
parent::__construct($env);
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
// line 1
if ((($context["export_type"] ?? null) == "server")) {
// line 2
echo " ";
echo PhpMyAdmin\Url::getHiddenInputs("", "", 1);
echo "
";
} elseif (( // line 3
($context["export_type"] ?? null) == "database")) {
// line 4
echo " ";
echo PhpMyAdmin\Url::getHiddenInputs(($context["db"] ?? null), "", 1);
echo "
";
} else {
// line 6
echo " ";
echo PhpMyAdmin\Url::getHiddenInputs(($context["db"] ?? null), ($context["table"] ?? null), 1);
echo "
";
}
// line 8
echo "
";
// line 10
if ( !twig_test_empty(($context["single_table"] ?? null))) {
// line 11
echo " <input type=\"hidden\" name=\"single_table\" value=\"TRUE\">
";
}
// line 13
echo "
<input type=\"hidden\" name=\"export_type\" value=\"";
// line 14
echo twig_escape_filter($this->env, ($context["export_type"] ?? null), "html", null, true);
echo "\">
";
// line 17
echo "<input type=\"hidden\" name=\"export_method\" value=\"";
echo twig_escape_filter($this->env, ($context["export_method"] ?? null), "html", null, true);
echo "\">
";
// line 19
if ( !twig_test_empty(($context["sql_query"] ?? null))) {
// line 20
echo " <input type=\"hidden\" name=\"sql_query\" value=\"";
echo twig_escape_filter($this->env, ($context["sql_query"] ?? null), "html", null, true);
echo "\">
";
}
// line 22
echo "
<input type=\"hidden\" name=\"template_id\" value=\"";
// line 23
echo twig_escape_filter($this->env, ($context["template_id"] ?? null), "html", null, true);
echo "\">
";
}
public function getTemplateName()
{
return "display/export/hidden_inputs.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 85 => 23, 82 => 22, 76 => 20, 74 => 19, 68 => 17, 63 => 14, 60 => 13, 56 => 11, 54 => 10, 51 => 8, 45 => 6, 39 => 4, 37 => 3, 32 => 2, 30 => 1,);
}
/** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */
public function getSource()
{
@trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED);
return $this->getSourceContext()->getCode();
}
public function getSourceContext()
{
return new Source("", "display/export/hidden_inputs.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/display/export/hidden_inputs.twig");
}
}
4e/4e18d70cfbb6bf445e549032d630cf93936a72ce6b59fa0dd9614ca6619336e3.php 0000644 00000007550 15152073666 0016424 0 ustar 00 <?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
/* config/form_display/fieldset_top.twig */
class __TwigTemplate_c8841cd40e8c14ed1253f099ea6a975fa9d9a006dc8ac4b694449b8b40736db7 extends \Twig\Template
{
public function __construct(Environment $env)
{
parent::__construct($env);
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
// line 1
echo "<fieldset";
// line 2
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(($context["attributes"] ?? null));
foreach ($context['_seq'] as $context["key"] => $context["value"]) {
// line 3
echo " ";
echo twig_escape_filter($this->env, $context["key"], "html", null, true);
echo "=\"";
echo twig_escape_filter($this->env, $context["value"], "html", null, true);
echo "\"";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['key'], $context['value'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 4
echo ">
<legend>";
// line 5
echo twig_escape_filter($this->env, ($context["title"] ?? null), "html", null, true);
echo "</legend>
";
// line 6
if ( !twig_test_empty(($context["description"] ?? null))) {
// line 7
echo " <p>";
echo ($context["description"] ?? null);
echo "</p>
";
}
// line 10
if ((twig_test_iterable(($context["errors"] ?? null)) && (twig_length_filter($this->env, ($context["errors"] ?? null)) > 0))) {
// line 11
echo " <dl class=\"errors\">
";
// line 12
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(($context["errors"] ?? null));
foreach ($context['_seq'] as $context["_key"] => $context["error"]) {
// line 13
echo " <dd>";
echo twig_escape_filter($this->env, $context["error"], "html", null, true);
echo "</dd>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['error'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 15
echo " </dl>
";
}
// line 17
echo "<table width=\"100%\" cellspacing=\"0\">
";
}
public function getTemplateName()
{
return "config/form_display/fieldset_top.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 83 => 17, 79 => 15, 70 => 13, 66 => 12, 63 => 11, 61 => 10, 55 => 7, 53 => 6, 49 => 5, 46 => 4, 36 => 3, 32 => 2, 30 => 1,);
}
/** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */
public function getSource()
{
@trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED);
return $this->getSourceContext()->getCode();
}
public function getSourceContext()
{
return new Source("", "config/form_display/fieldset_top.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/config/form_display/fieldset_top.twig");
}
}
4e/4e8f70ab052f0a5513536d20f156e0649e1791c083804a629624d2cb1e052f1f.php 0000644 00000007722 15152073666 0016006 0 ustar 00 <?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
/* select_lang.twig */
class __TwigTemplate_fe4ee44cdd111064822df2acd84d00d502c5839cc508551b3150b65ed3a3b2a7 extends \Twig\Template
{
public function __construct(Environment $env)
{
parent::__construct($env);
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
// line 1
echo " <form method=\"get\" action=\"index.php\" class=\"disableAjax\">
";
// line 2
echo PhpMyAdmin\Url::getHiddenInputs(($context["_form_params"] ?? null));
echo "
";
// line 4
if (($context["use_fieldset"] ?? null)) {
// line 5
echo " <fieldset>
<legend lang=\"en\" dir=\"ltr\">";
// line 6
echo ($context["language_title"] ?? null);
echo "</legend>
";
} else {
// line 8
echo " <bdo lang=\"en\" dir=\"ltr\">
<label for=\"sel-lang\">";
// line 9
echo ($context["language_title"] ?? null);
echo "</label>
</bdo>
";
}
// line 12
echo "
<select name=\"lang\" class=\"autosubmit\" lang=\"en\" dir=\"ltr\" id=\"sel-lang\">
";
// line 15
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(($context["available_languages"] ?? null));
foreach ($context['_seq'] as $context["_key"] => $context["language"]) {
// line 16
echo " ";
// line 17
echo " <option value=\"";
echo twig_escape_filter($this->env, twig_lower_filter($this->env, $this->getAttribute($context["language"], "getCode", [], "method")), "html", null, true);
echo "\"";
// line 18
if ($this->getAttribute($context["language"], "isActive", [], "method")) {
// line 19
echo " selected=\"selected\"";
}
// line 21
echo ">
";
// line 22
echo $this->getAttribute($context["language"], "getName", [], "method");
echo "
</option>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['language'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 25
echo "
</select>
";
// line 28
if (($context["use_fieldset"] ?? null)) {
// line 29
echo " </fieldset>
";
}
// line 31
echo "
</form>
";
}
public function getTemplateName()
{
return "select_lang.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 100 => 31, 96 => 29, 94 => 28, 89 => 25, 80 => 22, 77 => 21, 74 => 19, 72 => 18, 68 => 17, 66 => 16, 62 => 15, 57 => 12, 51 => 9, 48 => 8, 43 => 6, 40 => 5, 38 => 4, 33 => 2, 30 => 1,);
}
/** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */
public function getSource()
{
@trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED);
return $this->getSourceContext()->getCode();
}
public function getSourceContext()
{
return new Source("", "select_lang.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/select_lang.twig");
}
}
4e/4ee58ea269a9e135a12edb0090a4fe2205a2ea09cdd2103266140f533d325861.php 0000644 00000012000 15152073666 0016167 0 ustar 00 <?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
/* table/structure/add_column.twig */
class __TwigTemplate_07649dd3fcdbfe933721f6ee3d309da2c22bdeb8e50daa5a2dcb38d2380096e8 extends \Twig\Template
{
public function __construct(Environment $env)
{
parent::__construct($env);
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
// line 1
echo "<form method=\"post\" action=\"tbl_addfield.php\" id=\"addColumns\" name=\"addColumns\">
";
// line 2
echo PhpMyAdmin\Url::getHiddenInputs(($context["db"] ?? null), ($context["table"] ?? null));
echo "
";
// line 3
if (PhpMyAdmin\Util::showIcons("ActionLinksMode")) {
// line 4
echo " ";
echo PhpMyAdmin\Util::getImage("b_insrow", _gettext("Add column"));
echo "
";
}
// line 6
echo " ";
$context["num_fields"] = ('' === $tmp = "<input type=\"number\" name=\"num_fields\" value=\"1\" onfocus=\"this.select()\" min=\"1\" required />") ? '' : new Markup($tmp, $this->env->getCharset());
// line 9
echo " ";
echo sprintf(_gettext("Add %s column(s)"), ($context["num_fields"] ?? null));
echo "
<input type=\"hidden\" name=\"field_where\" value=\"after\"/>
";
// line 12
echo " <select name=\"after_field\">
<option value=\"first\" data-pos=\"first\">
";
// line 14
echo _gettext("at beginning of table");
// line 15
echo " </option>
";
// line 16
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(($context["columns_list"] ?? 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["one_column_name"]) {
// line 17
echo " <option value=\"";
echo twig_escape_filter($this->env, $context["one_column_name"], "html", null, true);
echo "\"";
// line 18
echo ((($this->getAttribute($context["loop"], "revindex0", []) == 0)) ? (" selected=\"selected\"") : (""));
echo ">
";
// line 19
echo twig_escape_filter($this->env, sprintf(_gettext("after %s"), twig_escape_filter($this->env, $context["one_column_name"])), "html", null, true);
echo "
</option>
";
++$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['one_column_name'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 22
echo " </select>
<input type=\"submit\" value=\"";
// line 23
echo _gettext("Go");
echo "\" />
</form>
";
}
public function getTemplateName()
{
return "table/structure/add_column.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 108 => 23, 105 => 22, 88 => 19, 84 => 18, 80 => 17, 63 => 16, 60 => 15, 58 => 14, 54 => 12, 48 => 9, 45 => 6, 39 => 4, 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("", "table/structure/add_column.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/table/structure/add_column.twig");
}
}
4e/4e68050e4aec7ca6cfa1665dd465a55a5d643fca6abb104a310e5145d7310851.php 0000644 00000003434 15152073666 0016427 0 ustar 00 <?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
/* display/results/empty_display.twig */
class __TwigTemplate_b8e421cf26f2037cc5aaaf16810f62a481b51b14fe98cf8304df4027695cdbe4 extends \Twig\Template
{
public function __construct(Environment $env)
{
parent::__construct($env);
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
// line 1
echo "<td ";
echo twig_escape_filter($this->env, ($context["align"] ?? null), "html", null, true);
echo " class=\"";
echo twig_escape_filter($this->env, ($context["classes"] ?? null), "html", null, true);
echo "\"></td>
";
}
public function getTemplateName()
{
return "display/results/empty_display.twig";
}
public function isTraitable()
{
return false;
}
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("", "display/results/empty_display.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/display/results/empty_display.twig");
}
}
28/28b0a50a461f315897fb47142ece66a0b8507cf6c7ae8bc0404cabfbe0ed785a.php 0000644 00000007272 15152073666 0016614 0 ustar 00 <?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
/* export/alias_add.twig */
class __TwigTemplate_8e78c6e0878c07460966d54b146568557cd00dc83bafe115ce63c774951bd7a8 extends \Twig\Template
{
public function __construct(Environment $env)
{
parent::__construct($env);
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
// line 1
echo "<table>
<thead>
<tr>
<th colspan=\"4\">";
// line 4
echo _gettext("Define new aliases");
echo "</th>
</tr>
</thead>
<tr>
<td>
<label>";
// line 9
echo _gettext("Select database:");
echo "</label>
</td>
<td>
<select id=\"db_alias_select\"><option value=\"\"></option></select>
</td>
<td>
<input id=\"db_alias_name\" placeholder=\"";
// line 15
echo _gettext("New database name");
echo "\" disabled=\"1\" />
</td>
<td>
<button id=\"db_alias_button\" class=\"ui-button ui-corner-all ui-widget\" disabled=\"1\">";
// line 18
echo _gettext("Add");
echo "</button>
</td>
</tr>
<tr>
<td>
<label>";
// line 23
echo _gettext("Select table:");
echo "</label>
</td>
<td>
<select id=\"table_alias_select\"><option value=\"\"></option></select>
</td>
<td>
<input id=\"table_alias_name\" placeholder=\"";
// line 29
echo _gettext("New table name");
echo "\" disabled=\"1\" />
</td>
<td>
<button id=\"table_alias_button\" class=\"ui-button ui-corner-all ui-widget\" disabled=\"1\">";
// line 32
echo _gettext("Add");
echo "</button>
</td>
</tr>
<tr>
<td>
<label>";
// line 37
echo _gettext("Select column:");
echo "</label>
</td>
<td>
<select id=\"column_alias_select\"><option value=\"\"></option></select>
</td>
<td>
<input id=\"column_alias_name\" placeholder=\"";
// line 43
echo _gettext("New column name");
echo "\" disabled=\"1\" />
</td>
<td>
<button id=\"column_alias_button\" class=\"ui-button ui-corner-all ui-widget\" disabled=\"1\">";
// line 46
echo _gettext("Add");
echo "</button>
</td>
</tr>
</table>
";
}
public function getTemplateName()
{
return "export/alias_add.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 104 => 46, 98 => 43, 89 => 37, 81 => 32, 75 => 29, 66 => 23, 58 => 18, 52 => 15, 43 => 9, 35 => 4, 30 => 1,);
}
/** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */
public function getSource()
{
@trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED);
return $this->getSourceContext()->getCode();
}
public function getSourceContext()
{
return new Source("", "export/alias_add.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/export/alias_add.twig");
}
}
28/28bcfd31671cb4e1cff7084a80ef5574315cd27a4f33c530bc9ae8da8934caf6.php 0000644 00000005325 15152073666 0016630 0 ustar 00 <?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
/* display/results/additional_fields.twig */
class __TwigTemplate_993318dc7e596a56b49d48e98fc68b16e5d5b9dd64bce5e592e890e80ca1bafe extends \Twig\Template
{
public function __construct(Environment $env)
{
parent::__construct($env);
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
// line 1
echo "<input type=\"hidden\" name=\"sql_query\" value=\"";
echo ($context["sql_query"] ?? null);
echo "\" />
<input type=\"hidden\" name=\"goto\" value=\"";
// line 2
echo twig_escape_filter($this->env, ($context["goto"] ?? null), "html", null, true);
echo "\" />
";
// line 4
echo "<input type=\"hidden\" name=\"pos\" size=\"3\" value=\"";
echo twig_escape_filter($this->env, ($context["pos"] ?? null), "html", null, true);
echo "\" />
<input type=\"hidden\" name=\"is_browse_distinct\" value=\"";
// line 5
echo twig_escape_filter($this->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");
}
}
2c/2c8132363817803038cc421e5d937d2d4516ef49fa1c21a9ecabcfd5ceaae6d8.php 0000644 00000015604 15152073666 0016614 0 ustar 00 <?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
/* display/results/options_block.twig */
class __TwigTemplate_ddee93e022cd4b7158c1e3a3888074c48dc7214981430cd51f03bc9bc135262d extends \Twig\Template
{
public function __construct(Environment $env)
{
parent::__construct($env);
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
// line 1
echo "<form method=\"post\" action=\"sql.php\" name=\"displayOptionsForm\" class=\"ajax print_ignore\">
";
// line 2
echo PhpMyAdmin\Url::getHiddenInputs(["db" => // line 3
($context["db"] ?? null), "table" => // line 4
($context["table"] ?? null), "sql_query" => // line 5
($context["sql_query"] ?? null), "goto" => // line 6
($context["goto"] ?? null), "display_options_form" => 1]);
// line 8
echo "
";
// line 10
echo PhpMyAdmin\Util::getDivForSliderEffect("", _gettext("Options"));
echo "
<fieldset>
<div class=\"formelement\">
";
// line 14
echo " ";
echo PhpMyAdmin\Util::getRadioFields("pftext", ["P" => _gettext("Partial texts"), "F" => _gettext("Full texts")], // line 20
($context["pftext"] ?? null), true, true, "", ("pftext_" . // line 24
($context["unique_id"] ?? null)));
// line 25
echo "
</div>
";
// line 28
if ((($context["relwork"] ?? null) && ($context["displaywork"] ?? null))) {
// line 29
echo " <div class=\"formelement\">
";
// line 30
echo PhpMyAdmin\Util::getRadioFields("relational_display", ["K" => _gettext("Relational key"), "D" => _gettext("Display column for relationships")], // line 36
($context["relational_display"] ?? null), true, true, "", ("relational_display_" . // line 40
($context["unique_id"] ?? null)));
// line 41
echo "
</div>
";
}
// line 44
echo "
<div class=\"formelement\">
";
// line 46
$this->loadTemplate("checkbox.twig", "display/results/options_block.twig", 46)->display(twig_to_array(["html_field_name" => "display_binary", "label" => _gettext("Show binary contents"), "checked" => !twig_test_empty( // line 49
($context["display_binary"] ?? null)), "onclick" => false, "html_field_id" => ("display_binary_" . // line 51
($context["unique_id"] ?? null))]));
// line 53
echo " ";
$this->loadTemplate("checkbox.twig", "display/results/options_block.twig", 53)->display(twig_to_array(["html_field_name" => "display_blob", "label" => _gettext("Show BLOB contents"), "checked" => !twig_test_empty( // line 56
($context["display_blob"] ?? null)), "onclick" => false, "html_field_id" => ("display_blob_" . // line 58
($context["unique_id"] ?? null))]));
// line 60
echo " </div>
";
// line 66
echo " <div class=\"formelement\">
";
// line 67
$this->loadTemplate("checkbox.twig", "display/results/options_block.twig", 67)->display(twig_to_array(["html_field_name" => "hide_transformation", "label" => _gettext("Hide browser transformation"), "checked" => !twig_test_empty( // line 70
($context["hide_transformation"] ?? null)), "onclick" => false, "html_field_id" => ("hide_transformation_" . // line 72
($context["unique_id"] ?? null))]));
// line 74
echo " </div>
";
// line 77
if (($context["possible_as_geometry"] ?? null)) {
// line 78
echo " <div class=\"formelement\">
";
// line 79
echo PhpMyAdmin\Util::getRadioFields("geoOption", ["GEOM" => _gettext("Geometry"), "WKT" => _gettext("Well Known Text"), "WKB" => _gettext("Well Known Binary")], // line 86
($context["geo_option"] ?? null), true, true, "", ("geoOption_" . // line 90
($context["unique_id"] ?? null)));
// line 91
echo "
</div>
";
} else {
// line 94
echo " <div class=\"formelement\">
";
// line 95
echo twig_escape_filter($this->env, ($context["possible_as_geometry"] ?? null), "html", null, true);
echo "
";
// line 96
echo PhpMyAdmin\Util::getRadioFields("geoOption", ["WKT" => _gettext("Well Known Text"), "WKB" => _gettext("Well Known Binary")], // line 102
($context["geo_option"] ?? null), true, true, "", ("geoOption_" . // line 106
($context["unique_id"] ?? null)));
// line 107
echo "
</div>
";
}
// line 110
echo " <div class=\"clearfloat\"></div>
</fieldset>
<fieldset class=\"tblFooters\">
<input type=\"submit\" value=\"";
// line 114
echo _gettext("Go");
echo "\" />
</fieldset>
</div>";
// line 117
echo "</form>
";
}
public function getTemplateName()
{
return "display/results/options_block.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 143 => 117, 138 => 114, 132 => 110, 127 => 107, 125 => 106, 124 => 102, 123 => 96, 119 => 95, 116 => 94, 111 => 91, 109 => 90, 108 => 86, 107 => 79, 104 => 78, 102 => 77, 97 => 74, 95 => 72, 94 => 70, 93 => 67, 90 => 66, 86 => 60, 84 => 58, 83 => 56, 81 => 53, 79 => 51, 78 => 49, 77 => 46, 73 => 44, 68 => 41, 66 => 40, 65 => 36, 64 => 30, 61 => 29, 59 => 28, 54 => 25, 52 => 24, 51 => 20, 49 => 14, 43 => 10, 39 => 8, 37 => 6, 36 => 5, 35 => 4, 34 => 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/results/options_block.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/display/results/options_block.twig");
}
}
0f/0f04b17cf0adfb261afa90877a074b4115c1cc32d268400a0ecc58a63175f9a1.php 0000644 00000002720 15152073666 0016410 0 ustar 00 <?php
/* database/structure/browse_table.twig */
class __TwigTemplate_778883eb34aa5a20b62901a44491cb43bf2d148bceabcbaf2ffebec8729e511c extends Twig_Template
{
public function __construct(Twig_Environment $env)
{
parent::__construct($env);
$this->parent = false;
$this->blocks = array(
);
}
protected function doDisplay(array $context, array $blocks = array())
{
// line 1
echo "<a href=\"sql.php";
echo ($context["tbl_url_query"] ?? null);
echo "&pos=0\">
";
// line 2
echo ($context["title"] ?? null);
echo "
</a>
";
}
public function getTemplateName()
{
return "database/structure/browse_table.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 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("", "database/structure/browse_table.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/database/structure/browse_table.twig");
}
}
8d/8d46178e1db7a08e822ae7f2b5ceb0f62f5ab02533c5b47ee902eef45b8e7bf9.php 0000644 00000007046 15152073666 0017005 0 ustar 00 <?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
/* list/unordered.twig */
class __TwigTemplate_3d2c9a52e1d502cea3652e5ba2a5b7139e1742ea491f971660dcf4ab63dd499c extends \Twig\Template
{
public function __construct(Environment $env)
{
parent::__construct($env);
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
// line 1
echo "<ul";
if ( !twig_test_empty(($context["id"] ?? null))) {
echo " id=\"";
echo twig_escape_filter($this->env, ($context["id"] ?? null), "html", null, true);
echo "\"";
}
// line 2
if ( !twig_test_empty(($context["class"] ?? null))) {
echo " class=\"";
echo twig_escape_filter($this->env, ($context["class"] ?? null), "html", null, true);
echo "\"";
}
echo ">
";
// line 4
if ( !twig_test_empty(($context["items"] ?? null))) {
// line 5
echo " ";
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(($context["items"] ?? null));
foreach ($context['_seq'] as $context["_key"] => $context["item"]) {
// line 6
echo " ";
if ( !twig_test_iterable($context["item"])) {
// line 7
echo " ";
$context["item"] = ["content" => $context["item"]];
// line 8
echo " ";
}
// line 9
echo " ";
$this->loadTemplate("list/item.twig", "list/unordered.twig", 9)->display(twig_to_array($context["item"]));
// line 10
echo " ";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['item'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 11
echo " ";
} elseif ( !twig_test_empty(($context["content"] ?? null))) {
// line 12
echo " ";
echo ($context["content"] ?? null);
echo "
";
}
// line 14
echo "</ul>
";
}
public function getTemplateName()
{
return "list/unordered.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 80 => 14, 74 => 12, 71 => 11, 65 => 10, 62 => 9, 59 => 8, 56 => 7, 53 => 6, 48 => 5, 46 => 4, 37 => 2, 30 => 1,);
}
/** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */
public function getSource()
{
@trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED);
return $this->getSourceContext()->getCode();
}
public function getSourceContext()
{
return new Source("", "list/unordered.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/list/unordered.twig");
}
}
8d/8d202a244f4b5c38a1df80fdb254a8267b451ff11a4afe5ca31e844aa978186e.php 0000644 00000004247 15152073666 0016541 0 ustar 00 <?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
/* database/structure/print_view_data_dictionary_link.twig */
class __TwigTemplate_5ce028bdb49ab9103879d8f57f23bc5967a278ecf5495d95ac69c678aa2cabad extends \Twig\Template
{
public function __construct(Environment $env)
{
parent::__construct($env);
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
// line 1
echo "<p class=\"print_ignore\">
<a href=\"#\" id=\"printView\">
";
// line 3
echo PhpMyAdmin\Util::getIcon("b_print", _gettext("Print"), true);
echo "
</a>
<a href=\"db_datadict.php";
// line 5
echo twig_escape_filter($this->env, ($context["url_query"] ?? null), "html", null, true);
echo "\" target=\"print_view\">
";
// line 6
echo PhpMyAdmin\Util::getIcon("b_tblanalyse", _gettext("Data dictionary"), true);
echo "
</a>
</p>
";
}
public function getTemplateName()
{
return "database/structure/print_view_data_dictionary_link.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 43 => 6, 39 => 5, 34 => 3, 30 => 1,);
}
/** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */
public function getSource()
{
@trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED);
return $this->getSourceContext()->getCode();
}
public function getSourceContext()
{
return new Source("", "database/structure/print_view_data_dictionary_link.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/database/structure/print_view_data_dictionary_link.twig");
}
}
8d/8d9d8a912b4c8cff24997c81deb097790322a80a0d11797efbc34dd3e7d3956b.php 0000644 00000002760 15152073666 0016524 0 ustar 00 <?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
/* config/form_display/tabs_bottom.twig */
class __TwigTemplate_b44fd43c0bacab0b5a4bd3d57ab97e73a39f668a92b548bf7d6a8a65c233d33c extends \Twig\Template
{
public function __construct(Environment $env)
{
parent::__construct($env);
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
// line 1
echo "</div>
";
}
public function getTemplateName()
{
return "config/form_display/tabs_bottom.twig";
}
public function getDebugInfo()
{
return array ( 30 => 1,);
}
/** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */
public function getSource()
{
@trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED);
return $this->getSourceContext()->getCode();
}
public function getSourceContext()
{
return new Source("", "config/form_display/tabs_bottom.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/config/form_display/tabs_bottom.twig");
}
}
8d/8d89fdd5f80adc08c78614e902e7f3dfa818a452f1fd9178b4acc1f03fa38535.php 0000644 00000003361 15152073666 0016655 0 ustar 00 <?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
/* database/structure/browse_table.twig */
class __TwigTemplate_2b9a64814d29dc1214d9daa3bf0bd91d6675c01e7bd83910da531ddd66592b92 extends \Twig\Template
{
public function __construct(Environment $env)
{
parent::__construct($env);
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
// line 1
echo "<a href=\"sql.php";
echo ($context["tbl_url_query"] ?? null);
echo "&pos=0\">
";
// line 2
echo ($context["title"] ?? null);
echo "
</a>
";
}
public function getTemplateName()
{
return "database/structure/browse_table.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 35 => 2, 30 => 1,);
}
/** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */
public function getSource()
{
@trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED);
return $this->getSourceContext()->getCode();
}
public function getSourceContext()
{
return new Source("", "database/structure/browse_table.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/database/structure/browse_table.twig");
}
}
0a/0a2706a7fa2ffd2911292d70e9448b085d0cb70eeb02e232cc339e144902e4e8.php 0000644 00000027135 15152073666 0016300 0 ustar 00 <?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
/* table/structure/actions_in_table_structure.twig */
class __TwigTemplate_0d00f76f20b05fd79c124600c5e3be11b23c7bb0c86181d6f8cf413e34d77e80 extends \Twig\Template
{
public function __construct(Environment $env)
{
parent::__construct($env);
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
// line 1
echo "<td class=\"print_ignore\"><ul class=\"table-structure-actions resizable-menu\">
";
// line 2
if (($context["hide_structure_actions"] ?? null)) {
// line 3
echo " <li class=\"submenu shown\">
<a href=\"#\" class=\"tab nowrap\">";
// line 4
echo PhpMyAdmin\Util::getIcon("b_more", _gettext("More"));
echo "</a>
<ul>
";
}
// line 7
echo " ";
// line 8
echo " ";
$this->loadTemplate("table/structure/action_row_in_structure_table.twig", "table/structure/actions_in_table_structure.twig", 8)->display(twig_to_array(["type" => // line 9
($context["type"] ?? null), "tbl_storage_engine" => // line 10
($context["tbl_storage_engine"] ?? null), "class" => "primary nowrap", "has_field" => ( // line 12
($context["primary"] ?? null) && $this->getAttribute(($context["primary"] ?? null), "hasColumn", [0 => ($context["field_name"] ?? null)], "method")), "has_link_class" => true, "url_query" => // line 14
($context["url_query"] ?? null), "primary" => // line 15
($context["primary"] ?? null), "syntax" => "ADD PRIMARY KEY", "message" => _gettext("A primary key has been added on %s."), "action" => "Primary", "titles" => // line 19
($context["titles"] ?? null), "row" => // line 20
($context["row"] ?? null), "is_primary" => true, "table" => // line 22
($context["table"] ?? null)]));
// line 24
echo "
";
// line 26
echo " ";
$this->loadTemplate("table/structure/action_row_in_structure_table.twig", "table/structure/actions_in_table_structure.twig", 26)->display(twig_to_array(["type" => // line 27
($context["type"] ?? null), "tbl_storage_engine" => // line 28
($context["tbl_storage_engine"] ?? null), "class" => "add_unique unique nowrap", "has_field" => twig_in_filter( // line 30
($context["field_name"] ?? null), ($context["columns_with_unique_index"] ?? null)), "has_link_class" => false, "url_query" => // line 32
($context["url_query"] ?? null), "primary" => // line 33
($context["primary"] ?? null), "syntax" => "ADD UNIQUE", "message" => _gettext("An index has been added on %s."), "action" => "Unique", "titles" => // line 37
($context["titles"] ?? null), "row" => // line 38
($context["row"] ?? null), "is_primary" => false, "table" => // line 40
($context["table"] ?? null)]));
// line 42
echo "
";
// line 44
echo " ";
$this->loadTemplate("table/structure/action_row_in_structure_table.twig", "table/structure/actions_in_table_structure.twig", 44)->display(twig_to_array(["type" => // line 45
($context["type"] ?? null), "tbl_storage_engine" => // line 46
($context["tbl_storage_engine"] ?? null), "class" => "add_index nowrap", "has_field" => false, "has_link_class" => false, "url_query" => // line 50
($context["url_query"] ?? null), "primary" => // line 51
($context["primary"] ?? null), "syntax" => "ADD INDEX", "message" => _gettext("An index has been added on %s."), "action" => "Index", "titles" => // line 55
($context["titles"] ?? null), "row" => // line 56
($context["row"] ?? null), "is_primary" => false, "table" => // line 58
($context["table"] ?? null)]));
// line 60
echo "
";
// line 62
echo " ";
$context["spatial_types"] = [0 => "geometry", 1 => "point", 2 => "linestring", 3 => "polygon", 4 => "multipoint", 5 => "multilinestring", 6 => "multipolygon", 7 => "geomtrycollection"];
// line 72
echo " ";
$this->loadTemplate("table/structure/action_row_in_structure_table.twig", "table/structure/actions_in_table_structure.twig", 72)->display(twig_to_array(["type" => // line 73
($context["type"] ?? null), "tbl_storage_engine" => // line 74
($context["tbl_storage_engine"] ?? null), "class" => "spatial nowrap", "has_field" => (!twig_in_filter( // line 76
($context["type"] ?? null), ($context["spatial_types"] ?? null)) && (( // line 77
($context["tbl_storage_engine"] ?? null) == "MYISAM") || (($context["mysql_int_version"] ?? null) >= 50705))), "has_link_class" => false, "url_query" => // line 79
($context["url_query"] ?? null), "primary" => // line 80
($context["primary"] ?? null), "syntax" => "ADD SPATIAL", "message" => _gettext("An index has been added on %s."), "action" => "Spatial", "titles" => // line 84
($context["titles"] ?? null), "row" => // line 85
($context["row"] ?? null), "is_primary" => false, "table" => // line 87
($context["table"] ?? null)]));
// line 89
echo "
";
// line 91
echo " <li class=\"fulltext nowrap\">
";
// line 92
if ((( !twig_test_empty(($context["tbl_storage_engine"] ?? null)) && (((( // line 93
($context["tbl_storage_engine"] ?? null) == "MYISAM") || ( // line 94
($context["tbl_storage_engine"] ?? null) == "ARIA")) || ( // line 95
($context["tbl_storage_engine"] ?? null) == "MARIA")) || (( // line 96
($context["tbl_storage_engine"] ?? null) == "INNODB") && (($context["mysql_int_version"] ?? null) >= 50604)))) && (twig_in_filter("text", // line 97
($context["type"] ?? null)) || twig_in_filter("char", ($context["type"] ?? null))))) {
// line 98
echo " <a rel=\"samepage\" class=\"ajax add_key add_fulltext_anchor\" href=\"tbl_structure.php\"
data-post=\"";
// line 99
echo ($context["url_query"] ?? null);
echo "&add_key=1&sql_query=";
// line 100
echo twig_escape_filter($this->env, twig_urlencode_filter((((("ALTER TABLE " . PhpMyAdmin\Util::backquote(($context["table"] ?? null))) . " ADD FULLTEXT(") . PhpMyAdmin\Util::backquote($this->getAttribute( // line 101
($context["row"] ?? null), "Field", [], "array"))) . ");")), "html", null, true);
// line 102
echo "&message_to_show=";
// line 103
echo twig_escape_filter($this->env, twig_urlencode_filter(sprintf(_gettext("An index has been added on %s."), twig_escape_filter($this->env, $this->getAttribute(($context["row"] ?? null), "Field", [], "array")))), "html", null, true);
echo "\">
";
// line 104
echo $this->getAttribute(($context["titles"] ?? null), "IdxFulltext", [], "array");
echo "
</a>
";
} else {
// line 107
echo " ";
echo $this->getAttribute(($context["titles"] ?? null), "NoIdxFulltext", [], "array");
echo "
";
}
// line 109
echo " </li>
";
// line 112
echo " <li class=\"browse nowrap\">
<a href=\"sql.php\" data-post=\"";
// line 113
echo ($context["url_query"] ?? null);
echo "&sql_query=";
// line 114
echo twig_escape_filter($this->env, twig_urlencode_filter(((((((((("SELECT COUNT(*) AS " . PhpMyAdmin\Util::backquote(_gettext("Rows"))) . ", ") . PhpMyAdmin\Util::backquote($this->getAttribute( // line 115
($context["row"] ?? null), "Field", [], "array"))) . " FROM ") . PhpMyAdmin\Util::backquote( // line 116
($context["table"] ?? null))) . " GROUP BY ") . PhpMyAdmin\Util::backquote($this->getAttribute( // line 117
($context["row"] ?? null), "Field", [], "array"))) . " ORDER BY ") . PhpMyAdmin\Util::backquote($this->getAttribute( // line 118
($context["row"] ?? null), "Field", [], "array")))), "html", null, true);
// line 119
echo "&is_browse_distinct=1\">
";
// line 120
echo $this->getAttribute(($context["titles"] ?? null), "DistinctValues", [], "array");
echo "
</a>
</li>
";
// line 123
if (($context["central_columns_work"] ?? null)) {
// line 124
echo " <li class=\"browse nowrap\">
";
// line 125
if (($context["is_in_central_columns"] ?? null)) {
// line 126
echo " <a href=\"#\" class=\"central_columns remove_button\">
";
// line 127
echo PhpMyAdmin\Util::getIcon("centralColumns_delete", _gettext("Remove from central columns"));
echo "
</a>
";
} else {
// line 130
echo " <a href=\"#\" class=\"central_columns add_button\">
";
// line 131
echo PhpMyAdmin\Util::getIcon("centralColumns_add", _gettext("Add to central columns"));
echo "
</a>
";
}
// line 134
echo " </li>
";
}
// line 136
echo " ";
if (($context["hide_structure_actions"] ?? null)) {
// line 137
echo " </ul>
</li>
";
}
// line 140
echo "</ul></td>
";
}
public function getTemplateName()
{
return "table/structure/actions_in_table_structure.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 204 => 140, 199 => 137, 196 => 136, 192 => 134, 186 => 131, 183 => 130, 177 => 127, 174 => 126, 172 => 125, 169 => 124, 167 => 123, 161 => 120, 158 => 119, 156 => 118, 155 => 117, 154 => 116, 153 => 115, 152 => 114, 149 => 113, 146 => 112, 142 => 109, 136 => 107, 130 => 104, 126 => 103, 124 => 102, 122 => 101, 121 => 100, 118 => 99, 115 => 98, 113 => 97, 112 => 96, 111 => 95, 110 => 94, 109 => 93, 108 => 92, 105 => 91, 102 => 89, 100 => 87, 99 => 85, 98 => 84, 97 => 80, 96 => 79, 95 => 77, 94 => 76, 93 => 74, 92 => 73, 90 => 72, 87 => 62, 84 => 60, 82 => 58, 81 => 56, 80 => 55, 79 => 51, 78 => 50, 77 => 46, 76 => 45, 74 => 44, 71 => 42, 69 => 40, 68 => 38, 67 => 37, 66 => 33, 65 => 32, 64 => 30, 63 => 28, 62 => 27, 60 => 26, 57 => 24, 55 => 22, 54 => 20, 53 => 19, 52 => 15, 51 => 14, 50 => 12, 49 => 10, 48 => 9, 46 => 8, 44 => 7, 38 => 4, 35 => 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("", "table/structure/actions_in_table_structure.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/table/structure/actions_in_table_structure.twig");
}
}
0a/0a749dcdbf7fd0541417660f883e4a70374b6889c98221bd838ed1eae6ec85fd.php 0000644 00000005461 15152073666 0016515 0 ustar 00 <?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
/* radio_fields.twig */
class __TwigTemplate_3a7ad04adb7c22bf5d8c4376629a3d095850c5497331b8554f3cea814739d216 extends \Twig\Template
{
public function __construct(Environment $env)
{
parent::__construct($env);
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
// line 1
if ( !twig_test_empty(($context["class"] ?? null))) {
// line 2
echo "<div class=\"";
echo twig_escape_filter($this->env, ($context["class"] ?? null), "html", null, true);
echo "\">
";
}
// line 4
echo "<input type=\"radio\" name=\"";
echo twig_escape_filter($this->env, ($context["html_field_name"] ?? null), "html", null, true);
echo "\" id=\"";
echo ($context["html_field_id"] ?? null);
echo "\" value=\"";
echo twig_escape_filter($this->env, ($context["choice_value"] ?? null), "html", null, true);
echo "\"";
echo ((($context["checked"] ?? null)) ? (" checked=\"checked\"") : (""));
echo " />
<label for=\"";
// line 5
echo ($context["html_field_id"] ?? null);
echo "\">";
echo ((($context["escape_label"] ?? null)) ? (twig_escape_filter($this->env, ($context["choice_label"] ?? null))) : (($context["choice_label"] ?? null)));
echo "</label>
";
// line 6
if (($context["is_line_break"] ?? null)) {
// line 7
echo "<br />
";
}
// line 9
if ( !twig_test_empty(($context["class"] ?? null))) {
// line 10
echo "</div>
";
}
}
public function getTemplateName()
{
return "radio_fields.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 63 => 10, 61 => 9, 57 => 7, 55 => 6, 49 => 5, 38 => 4, 32 => 2, 30 => 1,);
}
/** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */
public function getSource()
{
@trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED);
return $this->getSourceContext()->getCode();
}
public function getSourceContext()
{
return new Source("", "radio_fields.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/radio_fields.twig");
}
}
0a/0a46898454922cce902902b21aaeb6e7f394dece200a22ad9202c53a17aacdeb.php 0000644 00000006234 15152073666 0016557 0 ustar 00 <?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
/* display/export/options_output_charset.twig */
class __TwigTemplate_1837391751c6d7bb331d8b40896974cbb7d404ce8a7dad884dddeb70e27613cd extends \Twig\Template
{
public function __construct(Environment $env)
{
parent::__construct($env);
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
// line 1
echo "<li>
<label for=\"select_charset\" class=\"desc\">
";
// line 3
echo _gettext("Character set of the file:");
// line 4
echo " </label>
<select id=\"select_charset\" name=\"charset\" size=\"1\">
";
// line 6
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(($context["encodings"] ?? null));
foreach ($context['_seq'] as $context["_key"] => $context["charset"]) {
// line 7
echo " <option value=\"";
echo twig_escape_filter($this->env, $context["charset"], "html", null, true);
echo "\"";
// line 8
if (((twig_test_empty(($context["export_charset"] ?? null)) && ($context["charset"] == "utf-8")) || ( // line 9
$context["charset"] == ($context["export_charset"] ?? null)))) {
// line 10
echo " selected";
}
// line 11
echo ">";
// line 12
echo twig_escape_filter($this->env, $context["charset"], "html", null, true);
// line 13
echo "</option>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['charset'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 15
echo " </select>
</li>
";
}
public function getTemplateName()
{
return "display/export/options_output_charset.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 65 => 15, 58 => 13, 56 => 12, 54 => 11, 51 => 10, 49 => 9, 48 => 8, 44 => 7, 40 => 6, 36 => 4, 34 => 3, 30 => 1,);
}
/** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */
public function getSource()
{
@trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED);
return $this->getSourceContext()->getCode();
}
public function getSourceContext()
{
return new Source("", "display/export/options_output_charset.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/display/export/options_output_charset.twig");
}
}
8e/8ec5048e7feeccefd65464003738a593aed33cf423b10b4b55c9415b6d4b611e.php 0000644 00000003334 15152073666 0016544 0 ustar 00 <?php
/* filter.twig */
class __TwigTemplate_ae52cf35963525405fa1f39e0541f4bf9676696ecc432348f2043c5bb39ed50d extends Twig_Template
{
public function __construct(Twig_Environment $env)
{
parent::__construct($env);
$this->parent = false;
$this->blocks = array(
);
}
protected function doDisplay(array $context, array $blocks = array())
{
// line 1
echo "<fieldset id=\"tableFilter\">
<legend>";
// line 2
echo _gettext("Filters");
echo "</legend>
<div class=\"formelement\">
<label for=\"filterText\">";
// line 4
echo _gettext("Containing the word:");
echo "</label>
<input name=\"filterText\" type=\"text\" id=\"filterText\"
value=\"";
// line 6
echo twig_escape_filter($this->env, ($context["filter_value"] ?? null), "html", null, true);
echo "\" />
</div>
</fieldset>
";
}
public function getTemplateName()
{
return "filter.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 32 => 6, 27 => 4, 22 => 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("", "filter.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/filter.twig");
}
}
72/72361c6e167a251714a0acb437b8d63deb7fbbe788c1b888c35d294de250d83e.php 0000644 00000004030 15152073666 0016404 0 ustar 00 <?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
/* config/form_display/group_header.twig */
class __TwigTemplate_e2d22469ca59c6ed202f2a323980b89f59cc3b1cb95258d37db6db28595422c7 extends \Twig\Template
{
public function __construct(Environment $env)
{
parent::__construct($env);
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
// line 1
echo "<tr class=\"group-header group-header-";
echo twig_escape_filter($this->env, ($context["group"] ?? null), "html", null, true);
echo "\">
<th colspan=\"";
// line 2
echo twig_escape_filter($this->env, ($context["colspan"] ?? null), "html", null, true);
echo "\">
";
// line 3
echo twig_escape_filter($this->env, ($context["header_text"] ?? null), "html", null, true);
echo "
</th>
</tr>
";
}
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");
}
}
72/72057b3879015ba3d36bdf02d7cf9987852c9d7951192a07c3b456e649e4c8da.php 0000644 00000004540 15152073666 0016141 0 ustar 00 <?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
/* table/secondary_tabs.twig */
class __TwigTemplate_64cf4d138938e5972af68104220e7621cdd17d82fa74042065b4e4e588cbf24c extends \Twig\Template
{
public function __construct(Environment $env)
{
parent::__construct($env);
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
// line 1
if (($this->getAttribute(($context["cfg_relation"] ?? null), "relwork", [], "array") || ($context["is_foreign_key_supported"] ?? null))) {
// line 2
echo " <ul id=\"topmenu2\">
";
// line 3
echo PhpMyAdmin\Util::getHtmlTab(["icon" => "b_props", "link" => "tbl_structure.php", "text" => _gettext("Table structure"), "id" => "table_strucuture_id"], // line 8
($context["url_params"] ?? null));
echo "
";
// line 9
echo PhpMyAdmin\Util::getHtmlTab(["icon" => "b_relations", "link" => "tbl_relation.php", "text" => _gettext("Relation view"), "id" => "table_relation_id"], // line 14
($context["url_params"] ?? null));
echo "
</ul>
<div class=\"clearfloat\"></div>
";
}
}
public function getTemplateName()
{
return "table/secondary_tabs.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 41 => 14, 40 => 9, 36 => 8, 35 => 3, 32 => 2, 30 => 1,);
}
/** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */
public function getSource()
{
@trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED);
return $this->getSourceContext()->getCode();
}
public function getSourceContext()
{
return new Source("", "table/secondary_tabs.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/table/secondary_tabs.twig");
}
}
e7/e796eadecb10e5975d445b43d649bf3409de979b061b9671b9055a31064a1f10.php 0000644 00000002761 15152073666 0016261 0 ustar 00 <?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
/* config/form_display/form_bottom.twig */
class __TwigTemplate_0879d57b06a6956e6b0c435b48dd5a93f570b65228dc331774901b60f2e77531 extends \Twig\Template
{
public function __construct(Environment $env)
{
parent::__construct($env);
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
// line 1
echo "</form>
";
}
public function getTemplateName()
{
return "config/form_display/form_bottom.twig";
}
public function getDebugInfo()
{
return array ( 30 => 1,);
}
/** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */
public function getSource()
{
@trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED);
return $this->getSourceContext()->getCode();
}
public function getSourceContext()
{
return new Source("", "config/form_display/form_bottom.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/config/form_display/form_bottom.twig");
}
}
c9/c99089dcf40c044b080a5e49c1941410ebefbf16c11c8ac7013e2c2888e8cd09.php 0000644 00000011740 15152073666 0016461 0 ustar 00 <?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
/* table/structure/add_column.twig */
class __TwigTemplate_4ea36591f09ec9648388485bfea72a649521969a2a4adb72e79ccecc406fdacc extends \Twig\Template
{
public function __construct(Environment $env)
{
parent::__construct($env);
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
// line 1
echo "<form method=\"post\" action=\"tbl_addfield.php\" id=\"addColumns\" name=\"addColumns\">
";
// line 2
echo PhpMyAdmin\Url::getHiddenInputs(($context["db"] ?? null), ($context["table"] ?? null));
echo "
";
// line 3
if (PhpMyAdmin\Util::showIcons("ActionLinksMode")) {
// line 4
echo " ";
echo PhpMyAdmin\Util::getImage("b_insrow", _gettext("Add column"));
echo "
";
}
// line 6
echo " ";
$context["num_fields"] = ('' === $tmp = "<input type=\"number\" name=\"num_fields\" value=\"1\" onfocus=\"this.select()\" min=\"1\" required />") ? '' : new Markup($tmp, $this->env->getCharset());
// line 9
echo " ";
echo sprintf(_gettext("Add %s column(s)"), ($context["num_fields"] ?? null));
echo "
<input type=\"hidden\" name=\"field_where\" value=\"after\"/>
";
// line 12
echo " <select name=\"after_field\">
<option value=\"first\" data-pos=\"first\">
";
// line 14
echo _gettext("at beginning of table");
// line 15
echo " </option>
";
// line 16
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(($context["columns_list"] ?? 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["one_column_name"]) {
// line 17
echo " <option value=\"";
echo twig_escape_filter($this->env, $context["one_column_name"], "html", null, true);
echo "\"";
// line 18
echo ((($this->getAttribute($context["loop"], "revindex0", []) == 0)) ? (" selected=\"selected\"") : (""));
echo ">
";
// line 19
echo twig_escape_filter($this->env, sprintf(_gettext("after %s"), $context["one_column_name"]), "html", null, true);
echo "
</option>
";
++$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['one_column_name'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 22
echo " </select>
<input type=\"submit\" value=\"";
// line 23
echo _gettext("Go");
echo "\" />
</form>
";
}
public function getTemplateName()
{
return "table/structure/add_column.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 108 => 23, 105 => 22, 88 => 19, 84 => 18, 80 => 17, 63 => 16, 60 => 15, 58 => 14, 54 => 12, 48 => 9, 45 => 6, 39 => 4, 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("", "table/structure/add_column.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/table/structure/add_column.twig");
}
}
c9/c9d4abd12329f00b4cc8baee454892918b82fa8e5ebb4a6314cbf4a2ccc07bf0.php 0000644 00000004100 15152073666 0017075 0 ustar 00 <?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
/* table/structure/move_columns_dialog.twig */
class __TwigTemplate_95adb8bfdae73d26e8d31ab939c64eef22aed76dde4e929386a1d776e4bbe78d extends \Twig\Template
{
public function __construct(Environment $env)
{
parent::__construct($env);
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
// line 1
echo "<div id=\"move_columns_dialog\" class=\"hide\" title=\"";
echo _gettext("Move columns");
echo "\">
<p>";
// line 2
echo _gettext("Move the columns by dragging them up and down.");
echo "</p>
<form action=\"tbl_structure.php\">
<div>
";
// line 5
echo PhpMyAdmin\Url::getHiddenInputs(($context["db"] ?? null), ($context["table"] ?? null));
echo "
<ul></ul>
</div>
</form>
</div>
";
}
public function getTemplateName()
{
return "table/structure/move_columns_dialog.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 41 => 5, 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/structure/move_columns_dialog.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/table/structure/move_columns_dialog.twig");
}
}
5b/5b968f8cae8b9bfc4767cdecb6d801c046b1e71fc4d875441fecc7571324dc28.php 0000644 00000007046 15152073666 0016735 0 ustar 00 <?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
/* list/unordered.twig */
class __TwigTemplate_75276b6d08b0961b368e9a8e11e123bf15b4e93dc99b5075f5912855c31e88d6 extends \Twig\Template
{
public function __construct(Environment $env)
{
parent::__construct($env);
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
// line 1
echo "<ul";
if ( !twig_test_empty(($context["id"] ?? null))) {
echo " id=\"";
echo twig_escape_filter($this->env, ($context["id"] ?? null), "html", null, true);
echo "\"";
}
// line 2
if ( !twig_test_empty(($context["class"] ?? null))) {
echo " class=\"";
echo twig_escape_filter($this->env, ($context["class"] ?? null), "html", null, true);
echo "\"";
}
echo ">
";
// line 4
if ( !twig_test_empty(($context["items"] ?? null))) {
// line 5
echo " ";
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(($context["items"] ?? null));
foreach ($context['_seq'] as $context["_key"] => $context["item"]) {
// line 6
echo " ";
if ( !twig_test_iterable($context["item"])) {
// line 7
echo " ";
$context["item"] = ["content" => $context["item"]];
// line 8
echo " ";
}
// line 9
echo " ";
$this->loadTemplate("list/item.twig", "list/unordered.twig", 9)->display(twig_to_array($context["item"]));
// line 10
echo " ";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['item'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 11
echo " ";
} elseif ( !twig_test_empty(($context["content"] ?? null))) {
// line 12
echo " ";
echo ($context["content"] ?? null);
echo "
";
}
// line 14
echo "</ul>
";
}
public function getTemplateName()
{
return "list/unordered.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 80 => 14, 74 => 12, 71 => 11, 65 => 10, 62 => 9, 59 => 8, 56 => 7, 53 => 6, 48 => 5, 46 => 4, 37 => 2, 30 => 1,);
}
/** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */
public function getSource()
{
@trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED);
return $this->getSourceContext()->getCode();
}
public function getSourceContext()
{
return new Source("", "list/unordered.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/list/unordered.twig");
}
}
35/3533a6f0344f892250a8888f591f857e6a7a56e37920a66d16b263a424199f33.php 0000644 00000071275 15152073666 0015570 0 ustar 00 <?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
/* database/designer/database_tables.twig */
class __TwigTemplate_3b71372d9b90a6d61429d9c9c0607082f1f36adc43eaea18c7fceda3be2ab2a6 extends \Twig\Template
{
public function __construct(Environment $env)
{
parent::__construct($env);
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
// line 1
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(($context["tables"] ?? 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["designerTable"]) {
// line 2
echo " ";
$context["i"] = $this->getAttribute($context["loop"], "index0", []);
// line 3
echo " ";
$context["t_n_url"] = twig_escape_filter($this->env, $this->getAttribute($context["designerTable"], "getDbTableString", [], "method"), "url");
// line 4
echo " ";
$context["db"] = $this->getAttribute($context["designerTable"], "getDatabaseName", [], "method");
// line 5
echo " ";
$context["db_url"] = twig_escape_filter($this->env, ($context["db"] ?? null), "url");
// line 6
echo " ";
$context["t_n"] = $this->getAttribute($context["designerTable"], "getDbTableString", [], "method");
// line 7
echo " ";
$context["table_name"] = twig_escape_filter($this->env, $this->getAttribute($context["designerTable"], "getTableName", [], "method"), "html");
// line 8
echo " <input name=\"t_x[";
echo twig_escape_filter($this->env, ($context["t_n_url"] ?? null), "html", null, true);
echo "]\" type=\"hidden\" id=\"t_x_";
echo twig_escape_filter($this->env, ($context["t_n_url"] ?? null), "html", null, true);
echo "_\" />
<input name=\"t_y[";
// line 9
echo twig_escape_filter($this->env, ($context["t_n_url"] ?? null), "html", null, true);
echo "]\" type=\"hidden\" id=\"t_y_";
echo twig_escape_filter($this->env, ($context["t_n_url"] ?? null), "html", null, true);
echo "_\" />
<input name=\"t_v[";
// line 10
echo twig_escape_filter($this->env, ($context["t_n_url"] ?? null), "html", null, true);
echo "]\" type=\"hidden\" id=\"t_v_";
echo twig_escape_filter($this->env, ($context["t_n_url"] ?? null), "html", null, true);
echo "_\" />
<input name=\"t_h[";
// line 11
echo twig_escape_filter($this->env, ($context["t_n_url"] ?? null), "html", null, true);
echo "]\" type=\"hidden\" id=\"t_h_";
echo twig_escape_filter($this->env, ($context["t_n_url"] ?? null), "html", null, true);
echo "_\" />
<table id=\"";
// line 12
echo twig_escape_filter($this->env, ($context["t_n_url"] ?? null), "html", null, true);
echo "\"
db_url=\"";
// line 13
echo twig_escape_filter($this->env, twig_escape_filter($this->env, $this->getAttribute($context["designerTable"], "getDatabaseName", [], "method"), "url"), "html", null, true);
echo "\"
table_name_url=\"";
// line 14
echo twig_escape_filter($this->env, twig_escape_filter($this->env, $this->getAttribute($context["designerTable"], "getTableName", [], "method"), "url"), "html", null, true);
echo "\"
cellpadding=\"0\"
cellspacing=\"0\"
class=\"designer_tab\"
style=\"position:absolute; left:";
// line 19
echo twig_escape_filter($this->env, (($this->getAttribute(($context["tab_pos"] ?? null), ($context["t_n"] ?? null), [], "array", true, true)) ? ($this->getAttribute($this->getAttribute(($context["tab_pos"] ?? null), ($context["t_n"] ?? null), [], "array"), "X", [], "array")) : (twig_random($this->env, range(20, 700)))), "html", null, true);
echo "px; top:";
// line 20
echo twig_escape_filter($this->env, (($this->getAttribute(($context["tab_pos"] ?? null), ($context["t_n"] ?? null), [], "array", true, true)) ? ($this->getAttribute($this->getAttribute(($context["tab_pos"] ?? null), ($context["t_n"] ?? null), [], "array"), "Y", [], "array")) : (twig_random($this->env, range(20, 550)))), "html", null, true);
echo "px; display:";
// line 21
echo ((($this->getAttribute(($context["tab_pos"] ?? null), ($context["t_n"] ?? null), [], "array", true, true) || (($context["display_page"] ?? null) == -1))) ? ("block") : ("none"));
echo "; z-index: 1;\">
<thead>
<tr class=\"header\">
";
// line 24
if (($context["has_query"] ?? null)) {
// line 25
echo " <td class=\"select_all\">
<input class=\"select_all_1\"
type=\"checkbox\"
style=\"margin: 0;\"
value=\"select_all_";
// line 29
echo twig_escape_filter($this->env, ($context["t_n_url"] ?? null), "html", null, true);
echo "\"
id=\"select_all_";
// line 30
echo twig_escape_filter($this->env, ($context["i"] ?? null), "html", null, true);
echo "\"
title=\"";
// line 31
echo _gettext("Select all");
echo "\"
table_name=\"";
// line 32
echo twig_escape_filter($this->env, ($context["table_name"] ?? null), "html", null, true);
echo "\"
db_name=\"";
// line 33
echo twig_escape_filter($this->env, ($context["db"] ?? null), "html", null, true);
echo "\">
</td>
";
}
// line 36
echo " <td class=\"small_tab\"
title=\"";
// line 37
echo _gettext("Show/hide columns");
echo "\"
id=\"id_hide_tbody_";
// line 38
echo twig_escape_filter($this->env, ($context["t_n_url"] ?? null), "html", null, true);
echo "\"
table_name=\"";
// line 39
echo twig_escape_filter($this->env, ($context["t_n_url"] ?? null), "html", null, true);
echo "\">";
echo ((( !$this->getAttribute(($context["tab_pos"] ?? null), ($context["t_n"] ?? null), [], "array", true, true) || !twig_test_empty($this->getAttribute($this->getAttribute(($context["tab_pos"] ?? null), ($context["t_n"] ?? null), [], "array"), "V", [], "array")))) ? ("v") : (">"));
echo "</td>
<td class=\"small_tab_pref small_tab_pref_1\"
db=\"";
// line 41
echo twig_escape_filter($this->env, $this->getAttribute($context["designerTable"], "getDatabaseName", [], "method"), "html", null, true);
echo "\"
db_url=\"";
// line 42
echo twig_escape_filter($this->env, twig_escape_filter($this->env, $this->getAttribute($context["designerTable"], "getDatabaseName", [], "method"), "url"), "html", null, true);
echo "\"
table_name=\"";
// line 43
echo twig_escape_filter($this->env, $this->getAttribute($context["designerTable"], "getTableName", [], "method"), "html", null, true);
echo "\"
table_name_url=\"";
// line 44
echo twig_escape_filter($this->env, twig_escape_filter($this->env, $this->getAttribute($context["designerTable"], "getTableName", [], "method"), "url"), "html", null, true);
echo "\">
<img src=\"";
// line 45
echo twig_escape_filter($this->env, $this->getAttribute(($context["theme"] ?? null), "getImgPath", [0 => "designer/exec_small.png"], "method"), "html", null, true);
echo "\"
title=\"";
// line 46
echo _gettext("See table structure");
echo "\" />
</td>
<td id=\"id_zag_";
// line 48
echo twig_escape_filter($this->env, ($context["t_n_url"] ?? null), "html", null, true);
echo "\"
class=\"tab_zag nowrap tab_zag_noquery\"
table_name=\"";
// line 50
echo twig_escape_filter($this->env, ($context["t_n_url"] ?? null), "html", null, true);
echo "\"
query_set=\"";
// line 51
echo ((($context["has_query"] ?? null)) ? (1) : (0));
echo "\">
<span class=\"owner\">";
// line 52
echo twig_escape_filter($this->env, $this->getAttribute($context["designerTable"], "getDatabaseName", [], "method"), "html", null, true);
echo "</span>
";
// line 53
echo twig_escape_filter($this->env, $this->getAttribute($context["designerTable"], "getTableName", [], "method"), "html", null, true);
echo "
</td>
";
// line 55
if (($context["has_query"] ?? null)) {
// line 56
echo " <td class=\"tab_zag tab_zag_query\"
id=\"id_zag_";
// line 57
echo twig_escape_filter($this->env, ($context["t_n_url"] ?? null), "html", null, true);
echo "_2\"
table_name=\"";
// line 58
echo twig_escape_filter($this->env, ($context["t_n_url"] ?? null), "html", null, true);
echo "\">
</td>
";
}
// line 61
echo " </tr>
</thead>
<tbody id=\"id_tbody_";
// line 63
echo twig_escape_filter($this->env, ($context["t_n_url"] ?? null), "html", null, true);
echo "\"";
// line 64
echo ((($this->getAttribute(($context["tab_pos"] ?? null), ($context["t_n"] ?? null), [], "array", true, true) && twig_test_empty($this->getAttribute($this->getAttribute(($context["tab_pos"] ?? null), ($context["t_n"] ?? null), [], "array"), "V", [], "array")))) ? (" style=\"display: none\"") : (""));
echo ">
";
// line 65
$context["display_field"] = $this->getAttribute($context["designerTable"], "getDisplayField", [], "method");
// line 66
echo " ";
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(range(0, (twig_length_filter($this->env, $this->getAttribute($this->getAttribute(($context["tab_column"] ?? null), ($context["t_n"] ?? null), [], "array"), "COLUMN_ID", [], "array")) - 1)));
foreach ($context['_seq'] as $context["_key"] => $context["j"]) {
// line 67
echo " ";
$context["col_name"] = $this->getAttribute($this->getAttribute($this->getAttribute(($context["tab_column"] ?? null), ($context["t_n"] ?? null), [], "array"), "COLUMN_NAME", [], "array"), $context["j"], [], "array");
// line 68
echo " ";
$context["tmp_column"] = ((($context["t_n"] ?? null) . ".") . $this->getAttribute($this->getAttribute($this->getAttribute(($context["tab_column"] ?? null), ($context["t_n"] ?? null), [], "array"), "COLUMN_NAME", [], "array"), $context["j"], [], "array"));
// line 69
echo " ";
$context["click_field_param"] = [0 => twig_escape_filter($this->env, $this->getAttribute( // line 70
$context["designerTable"], "getTableName", [], "method"), "url"), 1 => twig_urlencode_filter($this->getAttribute($this->getAttribute($this->getAttribute( // line 71
($context["tab_column"] ?? null), ($context["t_n"] ?? null), [], "array"), "COLUMN_NAME", [], "array"), $context["j"], [], "array"))];
// line 73
echo " ";
if ( !$this->getAttribute($context["designerTable"], "supportsForeignkeys", [], "method")) {
// line 74
echo " ";
$context["click_field_param"] = twig_array_merge(($context["click_field_param"] ?? null), [0 => (($this->getAttribute(($context["tables_pk_or_unique_keys"] ?? null), ($context["tmp_column"] ?? null), [], "array", true, true)) ? (1) : (0))]);
// line 75
echo " ";
} else {
// line 76
echo " ";
// line 78
echo " ";
$context["click_field_param"] = twig_array_merge(($context["click_field_param"] ?? null), [0 => (($this->getAttribute(($context["tables_all_keys"] ?? null), ($context["tmp_column"] ?? null), [], "array", true, true)) ? (1) : (0))]);
// line 79
echo " ";
}
// line 80
echo " ";
$context["click_field_param"] = twig_array_merge(($context["click_field_param"] ?? null), [0 => ($context["db"] ?? null)]);
// line 81
echo " <tr id=\"id_tr_";
echo twig_escape_filter($this->env, twig_escape_filter($this->env, $this->getAttribute($context["designerTable"], "getTableName", [], "method"), "url"), "html", null, true);
echo ".";
echo twig_escape_filter($this->env, $this->getAttribute($this->getAttribute($this->getAttribute(($context["tab_column"] ?? null), ($context["t_n"] ?? null), [], "array"), "COLUMN_NAME", [], "array"), $context["j"], [], "array"), "html", null, true);
echo "\" class=\"tab_field";
// line 82
echo (((($context["display_field"] ?? null) == $this->getAttribute($this->getAttribute($this->getAttribute(($context["tab_column"] ?? null), ($context["t_n"] ?? null), [], "array"), "COLUMN_NAME", [], "array"), $context["j"], [], "array"))) ? ("_3") : (""));
echo "\" click_field_param=\"";
// line 83
echo twig_escape_filter($this->env, twig_join_filter(($context["click_field_param"] ?? null), ","), "html", null, true);
echo "\">
";
// line 84
if (($context["has_query"] ?? null)) {
// line 85
echo " <td class=\"select_all\">
<input class=\"select_all_store_col\"
value=\"";
// line 87
echo twig_escape_filter($this->env, ($context["t_n_url"] ?? null), "html", null, true);
echo twig_escape_filter($this->env, twig_urlencode_filter($this->getAttribute($this->getAttribute($this->getAttribute(($context["tab_column"] ?? null), ($context["t_n"] ?? null), [], "array"), "COLUMN_NAME", [], "array"), $context["j"], [], "array")), "html", null, true);
echo "\"
type=\"checkbox\"
id=\"select_";
// line 89
echo twig_escape_filter($this->env, ($context["t_n_url"] ?? null), "html", null, true);
echo "._";
echo twig_escape_filter($this->env, twig_urlencode_filter($this->getAttribute($this->getAttribute($this->getAttribute(($context["tab_column"] ?? null), ($context["t_n"] ?? null), [], "array"), "COLUMN_NAME", [], "array"), $context["j"], [], "array")), "html", null, true);
echo "\"
style=\"margin: 0;\"
title=\"";
// line 91
echo twig_escape_filter($this->env, sprintf(_gettext("Select \"%s\""), ($context["col_name"] ?? null)), "html", null, true);
echo "\"
id_check_all=\"select_all_";
// line 92
echo twig_escape_filter($this->env, ($context["i"] ?? null), "html", null, true);
echo "\"
db_name=\"";
// line 93
echo twig_escape_filter($this->env, ($context["db"] ?? null), "html", null, true);
echo "\"
table_name=\"";
// line 94
echo twig_escape_filter($this->env, ($context["table_name"] ?? null), "html", null, true);
echo "\"
col_name=\"";
// line 95
echo twig_escape_filter($this->env, ($context["col_name"] ?? null), "html", null, true);
echo "\">
</td>
";
}
// line 98
echo " <td width=\"10px\" colspan=\"3\" id=\"";
echo twig_escape_filter($this->env, ($context["t_n_url"] ?? null), "html", null, true);
echo ".";
// line 99
echo twig_escape_filter($this->env, twig_urlencode_filter($this->getAttribute($this->getAttribute($this->getAttribute(($context["tab_column"] ?? null), ($context["t_n"] ?? null), [], "array"), "COLUMN_NAME", [], "array"), $context["j"], [], "array")), "html", null, true);
echo "\">
<div class=\"nowrap\">
";
// line 101
if ($this->getAttribute(($context["tables_pk_or_unique_keys"] ?? null), ((($context["t_n"] ?? null) . ".") . $this->getAttribute($this->getAttribute($this->getAttribute(($context["tab_column"] ?? null), ($context["t_n"] ?? null), [], "array"), "COLUMN_NAME", [], "array"), $context["j"], [], "array")), [], "array", true, true)) {
// line 102
echo " <img src=\"";
echo twig_escape_filter($this->env, $this->getAttribute(($context["theme"] ?? null), "getImgPath", [0 => "designer/FieldKey_small.png"], "method"), "html", null, true);
echo "\" alt=\"*\" />
";
} else {
// line 104
echo " ";
$context["type"] = "designer/Field_small";
// line 105
echo " ";
if ((strstr($this->getAttribute($this->getAttribute($this->getAttribute(($context["tab_column"] ?? null), ($context["t_n"] ?? null), [], "array"), "TYPE", [], "array"), $context["j"], [], "array"), "char") || strstr($this->getAttribute($this->getAttribute($this->getAttribute( // line 106
($context["tab_column"] ?? null), ($context["t_n"] ?? null), [], "array"), "TYPE", [], "array"), $context["j"], [], "array"), "text"))) {
// line 107
echo " ";
$context["type"] = (($context["type"] ?? null) . "_char");
// line 108
echo " ";
} elseif ((((strstr($this->getAttribute($this->getAttribute($this->getAttribute(($context["tab_column"] ?? null), ($context["t_n"] ?? null), [], "array"), "TYPE", [], "array"), $context["j"], [], "array"), "int") || strstr($this->getAttribute($this->getAttribute($this->getAttribute( // line 109
($context["tab_column"] ?? null), ($context["t_n"] ?? null), [], "array"), "TYPE", [], "array"), $context["j"], [], "array"), "float")) || strstr($this->getAttribute($this->getAttribute($this->getAttribute( // line 110
($context["tab_column"] ?? null), ($context["t_n"] ?? null), [], "array"), "TYPE", [], "array"), $context["j"], [], "array"), "double")) || strstr($this->getAttribute($this->getAttribute($this->getAttribute( // line 111
($context["tab_column"] ?? null), ($context["t_n"] ?? null), [], "array"), "TYPE", [], "array"), $context["j"], [], "array"), "decimal"))) {
// line 112
echo " ";
$context["type"] = (($context["type"] ?? null) . "_int");
// line 113
echo " ";
} elseif (((strstr($this->getAttribute($this->getAttribute($this->getAttribute(($context["tab_column"] ?? null), ($context["t_n"] ?? null), [], "array"), "TYPE", [], "array"), $context["j"], [], "array"), "date") || strstr($this->getAttribute($this->getAttribute($this->getAttribute( // line 114
($context["tab_column"] ?? null), ($context["t_n"] ?? null), [], "array"), "TYPE", [], "array"), $context["j"], [], "array"), "time")) || strstr($this->getAttribute($this->getAttribute($this->getAttribute( // line 115
($context["tab_column"] ?? null), ($context["t_n"] ?? null), [], "array"), "TYPE", [], "array"), $context["j"], [], "array"), "year"))) {
// line 116
echo " ";
$context["type"] = (($context["type"] ?? null) . "_date");
// line 117
echo " ";
}
// line 118
echo " <img src=\"";
echo twig_escape_filter($this->env, $this->getAttribute(($context["theme"] ?? null), "getImgPath", [0 => ($context["type"] ?? null)], "method"), "html", null, true);
echo ".png\" alt=\"*\" />
";
}
// line 120
echo " ";
echo twig_escape_filter($this->env, $this->getAttribute($this->getAttribute($this->getAttribute(($context["tab_column"] ?? null), ($context["t_n"] ?? null), [], "array"), "COLUMN_NAME", [], "array"), $context["j"], [], "array"), "html", null, true);
echo " : ";
echo twig_escape_filter($this->env, $this->getAttribute($this->getAttribute($this->getAttribute(($context["tab_column"] ?? null), ($context["t_n"] ?? null), [], "array"), "TYPE", [], "array"), $context["j"], [], "array"), "html", null, true);
echo "
</div>
</td>
";
// line 123
if (($context["has_query"] ?? null)) {
// line 124
echo " <td class=\"small_tab_pref small_tab_pref_click_opt\"
";
// line 126
echo " option_col_name_modal=\"<strong>";
echo twig_escape_filter($this->env, twig_escape_filter($this->env, sprintf(_gettext("Add an option for column \"%s\"."), ($context["col_name"] ?? null)), "html"), "html");
echo "</strong>\"
db_name=\"";
// line 127
echo twig_escape_filter($this->env, ($context["db"] ?? null), "html", null, true);
echo "\"
table_name=\"";
// line 128
echo twig_escape_filter($this->env, ($context["table_name"] ?? null), "html", null, true);
echo "\"
col_name=\"";
// line 129
echo twig_escape_filter($this->env, ($context["col_name"] ?? null), "html", null, true);
echo "\"
db_table_name_url=\"";
// line 130
echo twig_escape_filter($this->env, ($context["t_n_url"] ?? null), "html", null, true);
echo "\">
<img src=\"";
// line 131
echo twig_escape_filter($this->env, $this->getAttribute(($context["theme"] ?? null), "getImgPath", [0 => "designer/exec_small.png"], "method"), "html", null, true);
echo "\" title=\"";
echo _gettext("Options");
echo "\" />
</td>
";
}
// line 134
echo " </tr>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['j'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 136
echo " </tbody>
</table>
";
++$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['designerTable'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
}
public function getTemplateName()
{
return "database/designer/database_tables.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 433 => 136, 426 => 134, 418 => 131, 414 => 130, 410 => 129, 406 => 128, 402 => 127, 397 => 126, 394 => 124, 392 => 123, 383 => 120, 377 => 118, 374 => 117, 371 => 116, 369 => 115, 368 => 114, 366 => 113, 363 => 112, 361 => 111, 360 => 110, 359 => 109, 357 => 108, 354 => 107, 352 => 106, 350 => 105, 347 => 104, 341 => 102, 339 => 101, 334 => 99, 330 => 98, 324 => 95, 320 => 94, 316 => 93, 312 => 92, 308 => 91, 301 => 89, 295 => 87, 291 => 85, 289 => 84, 285 => 83, 282 => 82, 276 => 81, 273 => 80, 270 => 79, 267 => 78, 265 => 76, 262 => 75, 259 => 74, 256 => 73, 254 => 71, 253 => 70, 251 => 69, 248 => 68, 245 => 67, 240 => 66, 238 => 65, 234 => 64, 231 => 63, 227 => 61, 221 => 58, 217 => 57, 214 => 56, 212 => 55, 207 => 53, 203 => 52, 199 => 51, 195 => 50, 190 => 48, 185 => 46, 181 => 45, 177 => 44, 173 => 43, 169 => 42, 165 => 41, 158 => 39, 154 => 38, 150 => 37, 147 => 36, 141 => 33, 137 => 32, 133 => 31, 129 => 30, 125 => 29, 119 => 25, 117 => 24, 111 => 21, 108 => 20, 105 => 19, 98 => 14, 94 => 13, 90 => 12, 84 => 11, 78 => 10, 72 => 9, 65 => 8, 62 => 7, 59 => 6, 56 => 5, 53 => 4, 50 => 3, 47 => 2, 30 => 1,);
}
/** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */
public function getSource()
{
@trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED);
return $this->getSourceContext()->getCode();
}
public function getSourceContext()
{
return new Source("", "database/designer/database_tables.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/database/designer/database_tables.twig");
}
}
4a/4ae744e16e27abbf391f33fb60c5381cb57cd4d884a0b092fdd0058fc3e67370.php 0000644 00000003616 15152073666 0016537 0 ustar 00 <?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
/* javascript/display.twig */
class __TwigTemplate_1e4c67c08a7735604e8ac5f68a2d20cf74af0c40f4b96f9dea48cdfbf1218bfe extends \Twig\Template
{
public function __construct(Environment $env)
{
parent::__construct($env);
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
// line 1
echo "<script type=\"text/javascript\">
if (typeof configInlineParams === \"undefined\" || !Array.isArray(configInlineParams)) configInlineParams = [];
configInlineParams.push(function() {
";
// line 4
echo twig_join_filter(($context["js_array"] ?? null), ";
");
echo ";
});
if (typeof configScriptLoaded !== \"undefined\" && configInlineParams) loadInlineConfig();
</script>
";
}
public function getTemplateName()
{
return "javascript/display.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 35 => 4, 30 => 1,);
}
/** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */
public function getSource()
{
@trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED);
return $this->getSourceContext()->getCode();
}
public function getSourceContext()
{
return new Source("", "javascript/display.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/javascript/display.twig");
}
}
48/485e01dc24bfb8bf42809d00b31199dd8b9c4b3282aeb2ad093f94b9dc514d1b.php 0000644 00000003775 15152073666 0016544 0 ustar 00 <?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
/* filter.twig */
class __TwigTemplate_e6dedf4584ce9f24637632a3bc5609e9d068207910a58eaa8f4346ada928681f extends \Twig\Template
{
public function __construct(Environment $env)
{
parent::__construct($env);
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
// line 1
echo "<fieldset id=\"tableFilter\">
<legend>";
// line 2
echo _gettext("Filters");
echo "</legend>
<div class=\"formelement\">
<label for=\"filterText\">";
// line 4
echo _gettext("Containing the word:");
echo "</label>
<input name=\"filterText\" type=\"text\" id=\"filterText\"
value=\"";
// line 6
echo twig_escape_filter($this->env, ($context["filter_value"] ?? null), "html", null, true);
echo "\" />
</div>
</fieldset>
";
}
public function getTemplateName()
{
return "filter.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 43 => 6, 38 => 4, 33 => 2, 30 => 1,);
}
/** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */
public function getSource()
{
@trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED);
return $this->getSourceContext()->getCode();
}
public function getSourceContext()
{
return new Source("", "filter.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/filter.twig");
}
}
48/48a573d7eed67021ea97956739d952d74698a381585cad8e37a55c2c98e28638.php 0000644 00000005230 15152073666 0016040 0 ustar 00 <?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
/* navigation/logo.twig */
class __TwigTemplate_3e582999966b719d6cff071488b740989c2dacd1cee9c58ec00645ff0ad19e18 extends \Twig\Template
{
public function __construct(Environment $env)
{
parent::__construct($env);
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
// line 1
if (($context["display_logo"] ?? null)) {
// line 2
echo " <div id=\"pmalogo\">
";
// line 3
if (($context["use_logo_link"] ?? null)) {
// line 4
echo " <a href=\"";
echo (((isset($context["logo_link"]) || array_key_exists("logo_link", $context))) ? (_twig_default_filter(($context["logo_link"] ?? null), "#")) : ("#"));
echo "\"";
// line 5
(((isset($context["link_attribs"]) || array_key_exists("link_attribs", $context))) ? (print (twig_escape_filter($this->env, (" " . ($context["link_attribs"] ?? null)), "html", null, true))) : (print ("")));
echo ">
";
}
// line 7
echo " ";
echo ($context["logo"] ?? null);
echo "
";
// line 8
if (($context["use_logo_link"] ?? null)) {
// line 9
echo " </a>
";
}
// line 11
echo " </div>
";
}
}
public function getTemplateName()
{
return "navigation/logo.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 57 => 11, 53 => 9, 51 => 8, 46 => 7, 41 => 5, 37 => 4, 35 => 3, 32 => 2, 30 => 1,);
}
/** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */
public function getSource()
{
@trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED);
return $this->getSourceContext()->getCode();
}
public function getSourceContext()
{
return new Source("", "navigation/logo.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/navigation/logo.twig");
}
}
fa/fa249f377795e48c7d92167e29cef2fc31f50401a0bdbc95ddb51c0aec698b9e.php 0000644 00000003361 15152073666 0017004 0 ustar 00 <?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
/* database/structure/browse_table.twig */
class __TwigTemplate_77ee70071cea5852d0e239360ca586021aa9bd128cdc2625c5d8d95babec19e2 extends \Twig\Template
{
public function __construct(Environment $env)
{
parent::__construct($env);
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
// line 1
echo "<a href=\"sql.php";
echo ($context["tbl_url_query"] ?? null);
echo "&pos=0\">
";
// line 2
echo ($context["title"] ?? null);
echo "
</a>
";
}
public function getTemplateName()
{
return "database/structure/browse_table.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 35 => 2, 30 => 1,);
}
/** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */
public function getSource()
{
@trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED);
return $this->getSourceContext()->getCode();
}
public function getSourceContext()
{
return new Source("", "database/structure/browse_table.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/database/structure/browse_table.twig");
}
}
31/317c8816ee34910f2c19f0c2bd6f261441aea2562acc0463975f80a4f0ed98a9.php 0000644 00000006426 15152073666 0016242 0 ustar 00 <?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
/* display/results/show_all_checkbox.twig */
class __TwigTemplate_b5f59afbe2b78343fddf5b3b54cdc52bdfd0c936468d4cde66391439d454af9f extends \Twig\Template
{
public function __construct(Environment $env)
{
parent::__construct($env);
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
// line 1
echo "<td>
<form action=\"sql.php\" method=\"post\">
";
// line 3
echo PhpMyAdmin\Url::getHiddenInputs(($context["db"] ?? null), ($context["table"] ?? null));
echo "
<input type=\"hidden\" name=\"sql_query\" value=\"";
// line 4
echo ($context["html_sql_query"] ?? null);
echo "\" />
<input type=\"hidden\" name=\"pos\" value=\"0\" />
<input type=\"hidden\" name=\"is_browse_distinct\" value=\"";
// line 6
echo twig_escape_filter($this->env, ($context["is_browse_distinct"] ?? null), "html", null, true);
echo "\" />
<input type=\"hidden\" name=\"session_max_rows\" value=\"";
// line 7
(( !($context["showing_all"] ?? null)) ? (print ("all")) : (print (twig_escape_filter($this->env, ($context["max_rows"] ?? null), "html", null, true))));
echo "\" />
<input type=\"hidden\" name=\"goto\" value=\"";
// line 8
echo twig_escape_filter($this->env, ($context["goto"] ?? null), "html", null, true);
echo "\" />
<input type=\"checkbox\" name=\"navig\" id=\"showAll_";
// line 9
echo twig_escape_filter($this->env, ($context["unique_id"] ?? null), "html", null, true);
echo "\" class=\"showAllRows\"";
// line 10
echo ((($context["showing_all"] ?? null)) ? (" checked=\"checked\"") : (""));
echo " value=\"all\" />
<label for=\"showAll_";
// line 11
echo twig_escape_filter($this->env, ($context["unique_id"] ?? null), "html", null, true);
echo "\">";
echo _gettext("Show all");
echo "</label>
</form>
</td>
";
}
public function getTemplateName()
{
return "display/results/show_all_checkbox.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 62 => 11, 58 => 10, 55 => 9, 51 => 8, 47 => 7, 43 => 6, 38 => 4, 34 => 3, 30 => 1,);
}
/** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */
public function getSource()
{
@trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED);
return $this->getSourceContext()->getCode();
}
public function getSourceContext()
{
return new Source("", "display/results/show_all_checkbox.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/display/results/show_all_checkbox.twig");
}
}
17/170360b67a802962883ed1362ab73ef68aed01d1235cea1b69b70a950edc2968.php 0000644 00000005006 15152073666 0016153 0 ustar 00 <?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
/* columns_definitions/column_null.twig */
class __TwigTemplate_cf71b6ea3dbf6415abdc9720cd7704aeb83129177d9f83ce9d88c6842ceeabf4 extends \Twig\Template
{
public function __construct(Environment $env)
{
parent::__construct($env);
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
// line 1
echo "<input name=\"field_null[";
echo twig_escape_filter($this->env, ($context["column_number"] ?? null), "html", null, true);
echo "]\"
id=\"field_";
// line 2
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 "\"
";
// line 3
if ((( !twig_test_empty($this->getAttribute(($context["column_meta"] ?? null), "Null", [], "array")) && ($this->getAttribute(($context["column_meta"] ?? null), "Null", [], "array") != "NO")) && ($this->getAttribute(($context["column_meta"] ?? null), "Null", [], "array") != "NOT NULL"))) {
// line 4
echo "checked=\"checked\"";
}
// line 6
echo " type=\"checkbox\"
value=\"NULL\"
class=\"allow_null\" />
";
}
public function getTemplateName()
{
return "columns_definitions/column_null.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 46 => 6, 43 => 4, 41 => 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("", "columns_definitions/column_null.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/columns_definitions/column_null.twig");
}
}
2e/2e6ed961bffa8943f6419f806fe7bfc2232df52e39c5880878e7f34aae869dd9.php 0000644 00000004030 15152073666 0016624 0 ustar 00 <?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
/* config/form_display/group_header.twig */
class __TwigTemplate_a5a25ce5188bf97c8361d35b211a4c234cbb56b956ce44d04ac850d543b56137 extends \Twig\Template
{
public function __construct(Environment $env)
{
parent::__construct($env);
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
// line 1
echo "<tr class=\"group-header group-header-";
echo twig_escape_filter($this->env, ($context["group"] ?? null), "html", null, true);
echo "\">
<th colspan=\"";
// line 2
echo twig_escape_filter($this->env, ($context["colspan"] ?? null), "html", null, true);
echo "\">
";
// line 3
echo twig_escape_filter($this->env, ($context["header_text"] ?? null), "html", null, true);
echo "
</th>
</tr>
";
}
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");
}
}
2e/2ec277ffa51e2c6681300834844dcfb30835052ffa859cce10cf239e0f8f878a.php 0000644 00000005230 15152073666 0016413 0 ustar 00 <?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
/* navigation/logo.twig */
class __TwigTemplate_419ee91926b9d0c371b973497a11e9bf1e0d6e537be81b559e7238dacaaeda9c extends \Twig\Template
{
public function __construct(Environment $env)
{
parent::__construct($env);
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
// line 1
if (($context["display_logo"] ?? null)) {
// line 2
echo " <div id=\"pmalogo\">
";
// line 3
if (($context["use_logo_link"] ?? null)) {
// line 4
echo " <a href=\"";
echo (((isset($context["logo_link"]) || array_key_exists("logo_link", $context))) ? (_twig_default_filter(($context["logo_link"] ?? null), "#")) : ("#"));
echo "\"";
// line 5
(((isset($context["link_attribs"]) || array_key_exists("link_attribs", $context))) ? (print (twig_escape_filter($this->env, (" " . ($context["link_attribs"] ?? null)), "html", null, true))) : (print ("")));
echo ">
";
}
// line 7
echo " ";
echo ($context["logo"] ?? null);
echo "
";
// line 8
if (($context["use_logo_link"] ?? null)) {
// line 9
echo " </a>
";
}
// line 11
echo " </div>
";
}
}
public function getTemplateName()
{
return "navigation/logo.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 57 => 11, 53 => 9, 51 => 8, 46 => 7, 41 => 5, 37 => 4, 35 => 3, 32 => 2, 30 => 1,);
}
/** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */
public function getSource()
{
@trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED);
return $this->getSourceContext()->getCode();
}
public function getSourceContext()
{
return new Source("", "navigation/logo.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/navigation/logo.twig");
}
}
3b/3bf8a6b93e8c4961d320a65db6c6f551428da6ae8b8e0c87200629b4ddad332d.php 0000644 00000005144 15152073666 0016540 0 ustar 00 <?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
/* display/results/multi_row_operations_form.twig */
class __TwigTemplate_b46d0866d3ee2dfe01564a6ba93a3adddbe11dd68cc1d01cc7120de969115f52 extends \Twig\Template
{
public function __construct(Environment $env)
{
parent::__construct($env);
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
// line 1
if (((($context["delete_link"] ?? null) == ($context["delete_row"] ?? null)) || (($context["delete_link"] ?? null) == ($context["kill_process"] ?? null)))) {
// line 2
echo " <form method=\"post\"
action=\"tbl_row_action.php\"
name=\"resultsForm\"
id=\"resultsForm_";
// line 5
echo twig_escape_filter($this->env, ($context["unique_id"] ?? null), "html", null, true);
echo "\"
class=\"ajax\">
";
// line 7
echo PhpMyAdmin\Url::getHiddenInputs(($context["db"] ?? null), ($context["table"] ?? null), 1);
echo "
<input type=\"hidden\" name=\"goto\" value=\"sql.php\" />
";
}
// line 10
echo "
<div class=\"responsivetable\">
<table class=\"table_results data ajax\" data-uniqueId=\"";
// line 12
echo twig_escape_filter($this->env, ($context["unique_id"] ?? null), "html", null, true);
echo "\">
";
}
public function getTemplateName()
{
return "display/results/multi_row_operations_form.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 52 => 12, 48 => 10, 42 => 7, 37 => 5, 32 => 2, 30 => 1,);
}
/** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */
public function getSource()
{
@trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED);
return $this->getSourceContext()->getCode();
}
public function getSourceContext()
{
return new Source("", "display/results/multi_row_operations_form.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/display/results/multi_row_operations_form.twig");
}
}
e6/e693301c5c13a80dc33cc2d26d1fabd94555958f3492fb869c90dd86f8879fee.php 0000644 00000004742 15152073666 0016537 0 ustar 00 <?php
/* checkbox.twig */
class __TwigTemplate_7cf6bbfe36e9307ad31207aa54a22edb2fc676a8dcda948a3b6f1278d37b81d1 extends Twig_Template
{
public function __construct(Twig_Environment $env)
{
parent::__construct($env);
$this->parent = false;
$this->blocks = array(
);
}
protected function doDisplay(array $context, array $blocks = array())
{
// line 1
echo "<input type=\"checkbox\" name=\"";
echo twig_escape_filter($this->env, ($context["html_field_name"] ?? null), "html", null, true);
echo "\"";
// line 2
if ((isset($context["html_field_id"]) || array_key_exists("html_field_id", $context))) {
echo " id=\"";
echo twig_escape_filter($this->env, ($context["html_field_id"] ?? null), "html", null, true);
echo "\"";
}
// line 3
if (((isset($context["checked"]) || array_key_exists("checked", $context)) && ($context["checked"] ?? null))) {
echo " checked=\"checked\"";
}
// line 4
if (((isset($context["onclick"]) || array_key_exists("onclick", $context)) && ($context["onclick"] ?? null))) {
echo " class=\"autosubmit\"";
}
echo " /><label";
// line 5
if ((isset($context["html_field_id"]) || array_key_exists("html_field_id", $context))) {
echo " for=\"";
echo twig_escape_filter($this->env, ($context["html_field_id"] ?? null), "html", null, true);
echo "\"";
}
// line 6
echo ">";
echo twig_escape_filter($this->env, ($context["label"] ?? null), "html", null, true);
echo "</label>
";
}
public function getTemplateName()
{
return "checkbox.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 44 => 6, 38 => 5, 33 => 4, 29 => 3, 23 => 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("", "checkbox.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/checkbox.twig");
}
}
e8/e84630d5a0c1e6e72d0cc6d3313cc71945143125556ebd023401411f69bc05b4.php 0000644 00000004563 15152073666 0016052 0 ustar 00 <?php
/* display/export/option_header.twig */
class __TwigTemplate_e26f8102f400f59a001ad4c267e39c9e5f058bdf9a9c6e2de289d1ed14528d14 extends Twig_Template
{
public function __construct(Twig_Environment $env)
{
parent::__construct($env);
$this->parent = false;
$this->blocks = array(
);
}
protected function doDisplay(array $context, array $blocks = array())
{
// line 1
echo "<div class=\"exportoptions\" id=\"header\">
<h2>
";
// line 3
echo PhpMyAdmin\Util::getImage("b_export", _gettext("Export"));
echo "
";
// line 4
if ((($context["export_type"] ?? null) == "server")) {
// line 5
echo " ";
echo _gettext("Exporting databases from the current server");
// line 6
echo " ";
} elseif ((($context["export_type"] ?? null) == "database")) {
// line 7
echo " ";
echo twig_escape_filter($this->env, sprintf(_gettext("Exporting tables from \"%s\" database"), ($context["db"] ?? null)), "html", null, true);
echo "
";
} else {
// line 9
echo " ";
echo twig_escape_filter($this->env, sprintf(_gettext("Exporting rows from \"%s\" table"), ($context["table"] ?? null)), "html", null, true);
echo "
";
}
// line 11
echo " </h2>
</div>
";
}
public function getTemplateName()
{
return "display/export/option_header.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 47 => 11, 41 => 9, 35 => 7, 32 => 6, 29 => 5, 27 => 4, 23 => 3, 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("", "display/export/option_header.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/display/export/option_header.twig");
}
}
e8/e8184cd61a18c248ecc7e06a3f33b057e814c3c99a4dd56b7a7da715e1bc2af8.php 0000644 00000002760 15152073666 0016712 0 ustar 00 <?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
/* config/form_display/tabs_bottom.twig */
class __TwigTemplate_634837fa03c12e0fc0b9ff687e18de589f63b76d7dc73c1aee23df9981589c36 extends \Twig\Template
{
public function __construct(Environment $env)
{
parent::__construct($env);
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
// line 1
echo "</div>
";
}
public function getTemplateName()
{
return "config/form_display/tabs_bottom.twig";
}
public function getDebugInfo()
{
return array ( 30 => 1,);
}
/** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */
public function getSource()
{
@trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED);
return $this->getSourceContext()->getCode();
}
public function getSourceContext()
{
return new Source("", "config/form_display/tabs_bottom.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/config/form_display/tabs_bottom.twig");
}
}
74/74c44c7667637d5032be3162b8dbf3e3bca31c3c5fc065425737906a44d61fd4.php 0000644 00000025705 15152073666 0016170 0 ustar 00 <?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
/* table/structure/row_stats_table.twig */
class __TwigTemplate_aed82fc0459f5d0765e8530936dfaf9ef9b38c013890ca5c13632a6327b4f8db extends \Twig\Template
{
public function __construct(Environment $env)
{
parent::__construct($env);
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
// line 1
echo "<table id=\"tablerowstats\" class=\"width100 data\">
<caption class=\"tblHeaders\">";
// line 2
echo _gettext("Row statistics");
echo "</caption>
<tbody>
";
// line 4
if ($this->getAttribute(($context["showtable"] ?? null), "Row_format", [], "array", true, true)) {
// line 5
echo " <tr>
<th class=\"name\">";
// line 6
echo _gettext("Format");
echo "</th>
";
// line 7
if (($this->getAttribute(($context["showtable"] ?? null), "Row_format", [], "array") == "Fixed")) {
// line 8
echo " <td class=\"value\">";
echo _gettext("static");
echo "</td>
";
} elseif (($this->getAttribute( // line 9
($context["showtable"] ?? null), "Row_format", [], "array") == "Dynamic")) {
// line 10
echo " <td class=\"value\">";
echo _gettext("dynamic");
echo "</td>
";
} else {
// line 12
echo " <td class=\"value\">";
echo twig_escape_filter($this->env, $this->getAttribute(($context["showtable"] ?? null), "Row_format", [], "array"), "html", null, true);
echo "</td>
";
}
// line 14
echo " </tr>
";
}
// line 16
echo "
";
// line 17
if ( !twig_test_empty($this->getAttribute(($context["showtable"] ?? null), "Create_options", [], "array"))) {
// line 18
echo " <tr>
<th class=\"name\">";
// line 19
echo _gettext("Options");
echo "</th>
";
// line 20
if (($this->getAttribute(($context["showtable"] ?? null), "Create_options", [], "array") == "partitioned")) {
// line 21
echo " <td class=\"value\">";
echo _gettext("partitioned");
echo "</td>
";
} else {
// line 23
echo " <td class=\"value\">";
echo twig_escape_filter($this->env, $this->getAttribute(($context["showtable"] ?? null), "Create_options", [], "array"), "html", null, true);
echo "</td>
";
}
// line 25
echo " </tr>
";
}
// line 27
echo "
";
// line 28
if ( !twig_test_empty(($context["tbl_collation"] ?? null))) {
// line 29
echo " <tr>
<th class=\"name\">";
// line 30
echo _gettext("Collation");
echo "</th>
<td class=\"value\">
<dfn title=\"";
// line 32
echo twig_escape_filter($this->env, PhpMyAdmin\Charsets::getCollationDescr(($context["tbl_collation"] ?? null)), "html", null, true);
echo "\">
";
// line 33
echo twig_escape_filter($this->env, ($context["tbl_collation"] ?? null), "html", null, true);
echo "
</dfn>
</td>
</tr>
";
}
// line 38
echo "
";
// line 39
if (( !($context["is_innodb"] ?? null) && $this->getAttribute(($context["showtable"] ?? null), "Rows", [], "array", true, true))) {
// line 40
echo " <tr>
<th class=\"name\">";
// line 41
echo _gettext("Rows");
echo "</th>
<td class=\"value\">";
// line 42
echo twig_escape_filter($this->env, PhpMyAdmin\Util::formatNumber($this->getAttribute(($context["showtable"] ?? null), "Rows", [], "array"), 0), "html", null, true);
echo "</td>
</tr>
";
}
// line 45
echo "
";
// line 46
if ((( !($context["is_innodb"] ?? null) && $this->getAttribute( // line 47
($context["showtable"] ?? null), "Avg_row_length", [], "array", true, true)) && ($this->getAttribute( // line 48
($context["showtable"] ?? null), "Avg_row_length", [], "array") > 0))) {
// line 49
echo " <tr>
<th class=\"name\">";
// line 50
echo _gettext("Row length");
echo "</th>
";
// line 51
$context["avg_row_length"] = PhpMyAdmin\Util::formatByteDown($this->getAttribute(($context["showtable"] ?? null), "Avg_row_length", [], "array"), 6, 1);
// line 52
echo " <td class=\"value\">";
echo twig_escape_filter($this->env, $this->getAttribute(($context["avg_row_length"] ?? null), 0, [], "array"), "html", null, true);
echo " ";
echo twig_escape_filter($this->env, $this->getAttribute(($context["avg_row_length"] ?? null), 1, [], "array"), "html", null, true);
echo "</td>
</tr>
";
}
// line 55
echo "
";
// line 56
if ((((( !($context["is_innodb"] ?? null) && $this->getAttribute( // line 57
($context["showtable"] ?? null), "Data_length", [], "array", true, true)) && $this->getAttribute( // line 58
($context["showtable"] ?? null), "Rows", [], "array", true, true)) && ($this->getAttribute( // line 59
($context["showtable"] ?? null), "Rows", [], "array") > 0)) && ( // line 60
($context["mergetable"] ?? null) == false))) {
// line 61
echo " <tr>
<th class=\"name\">";
// line 62
echo _gettext("Row size");
echo "</th>
<td class=\"value\">";
// line 63
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 "</td>
</tr>
";
}
// line 66
echo "
";
// line 67
if ($this->getAttribute(($context["showtable"] ?? null), "Auto_increment", [], "array", true, true)) {
// line 68
echo " <tr>
<th class=\"name\">";
// line 69
echo _gettext("Next autoindex");
echo "</th>
<td class=\"value\">";
// line 70
echo twig_escape_filter($this->env, PhpMyAdmin\Util::formatNumber($this->getAttribute(($context["showtable"] ?? null), "Auto_increment", [], "array"), 0), "html", null, true);
echo "</td>
</tr>
";
}
// line 73
echo "
";
// line 74
if ($this->getAttribute(($context["showtable"] ?? null), "Create_time", [], "array", true, true)) {
// line 75
echo " <tr>
<th class=\"name\">";
// line 76
echo _gettext("Creation");
echo "</th>
<td class=\"value\">";
// line 77
echo twig_escape_filter($this->env, PhpMyAdmin\Util::localisedDate(twig_date_format_filter($this->env, $this->getAttribute(($context["showtable"] ?? null), "Create_time", [], "array"), "U")), "html", null, true);
echo "</td>
</tr>
";
}
// line 80
echo "
";
// line 81
if ($this->getAttribute(($context["showtable"] ?? null), "Update_time", [], "array", true, true)) {
// line 82
echo " <tr>
<th class=\"name\">";
// line 83
echo _gettext("Last update");
echo "</th>
<td class=\"value\">";
// line 84
echo twig_escape_filter($this->env, PhpMyAdmin\Util::localisedDate(twig_date_format_filter($this->env, $this->getAttribute(($context["showtable"] ?? null), "Update_time", [], "array"), "U")), "html", null, true);
echo "</td>
</tr>
";
}
// line 87
echo "
";
// line 88
if ($this->getAttribute(($context["showtable"] ?? null), "Check_time", [], "array", true, true)) {
// line 89
echo " <tr>
<th class=\"name\">";
// line 90
echo _gettext("Last check");
echo "</th>
<td class=\"value\">";
// line 91
echo twig_escape_filter($this->env, PhpMyAdmin\Util::localisedDate(twig_date_format_filter($this->env, $this->getAttribute(($context["showtable"] ?? null), "Check_time", [], "array"), "U")), "html", null, true);
echo "</td>
</tr>
";
}
// line 94
echo "</tbody>
</table>
";
}
public function getTemplateName()
{
return "table/structure/row_stats_table.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 266 => 94, 260 => 91, 256 => 90, 253 => 89, 251 => 88, 248 => 87, 242 => 84, 238 => 83, 235 => 82, 233 => 81, 230 => 80, 224 => 77, 220 => 76, 217 => 75, 215 => 74, 212 => 73, 206 => 70, 202 => 69, 199 => 68, 197 => 67, 194 => 66, 186 => 63, 182 => 62, 179 => 61, 177 => 60, 176 => 59, 175 => 58, 174 => 57, 173 => 56, 170 => 55, 161 => 52, 159 => 51, 155 => 50, 152 => 49, 150 => 48, 149 => 47, 148 => 46, 145 => 45, 139 => 42, 135 => 41, 132 => 40, 130 => 39, 127 => 38, 119 => 33, 115 => 32, 110 => 30, 107 => 29, 105 => 28, 102 => 27, 98 => 25, 92 => 23, 86 => 21, 84 => 20, 80 => 19, 77 => 18, 75 => 17, 72 => 16, 68 => 14, 62 => 12, 56 => 10, 54 => 9, 49 => 8, 47 => 7, 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("", "table/structure/row_stats_table.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/table/structure/row_stats_table.twig");
}
}
74/74b6fdb6cb9c8ee0a3a08c3b0e8289233d9786de03692f10b28ecf397b618d1e.php 0000644 00000012271 15152073666 0016507 0 ustar 00 <?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
/* display/export/options_output.twig */
class __TwigTemplate_85d468e192c97a0dbaa1ba1d98e17b69c49f0459383c875bc26063ff034f7033 extends \Twig\Template
{
public function __construct(Environment $env)
{
parent::__construct($env);
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
// line 1
echo "<div class=\"exportoptions\" id=\"output\">
<h3>";
// line 2
echo _gettext("Output:");
echo "</h3>
<ul id=\"ul_output\">
<li>
<input type=\"checkbox\" id=\"btn_alias_config\"";
// line 5
echo ((($context["has_aliases"] ?? null)) ? (" checked") : (""));
echo ">
<label for=\"btn_alias_config\">
";
// line 7
echo _gettext("Rename exported databases/tables/columns");
// line 8
echo " </label>
</li>
";
// line 11
if ((($context["export_type"] ?? null) != "server")) {
// line 12
echo " <li>
<input type=\"checkbox\" name=\"lock_tables\"
value=\"something\" id=\"checkbox_lock_tables\"";
// line 15
echo (((( !($context["repopulate"] ?? null) && ($context["is_checked_lock_tables"] ?? null)) || ($context["lock_tables"] ?? null))) ? (" checked") : (""));
echo ">
<label for=\"checkbox_lock_tables\">
";
// line 17
echo sprintf(_gettext("Use %s statement"), "<code>LOCK TABLES</code>");
echo "
</label>
</li>
";
}
// line 21
echo "
<li>
<input type=\"radio\" name=\"output_format\" value=\"sendit\" id=\"radio_dump_asfile\"";
// line 24
echo ((( !($context["repopulate"] ?? null) && ($context["is_checked_asfile"] ?? null))) ? (" checked") : (""));
echo ">
<label for=\"radio_dump_asfile\">
";
// line 26
echo _gettext("Save output to a file");
// line 27
echo " </label>
<ul id=\"ul_save_asfile\">
";
// line 29
if ( !twig_test_empty(($context["save_dir"] ?? null))) {
// line 30
echo " ";
echo ($context["options_output_save_dir"] ?? null);
echo "
";
}
// line 32
echo "
";
// line 33
echo ($context["options_output_format"] ?? null);
echo "
";
// line 35
if (($context["is_encoding_supported"] ?? null)) {
// line 36
echo " ";
echo ($context["options_output_charset"] ?? null);
echo "
";
}
// line 38
echo "
";
// line 39
echo ($context["options_output_compression"] ?? null);
echo "
";
// line 41
if (((($context["export_type"] ?? null) == "server") || (($context["export_type"] ?? null) == "database"))) {
// line 42
echo " ";
echo ($context["options_output_separate_files"] ?? null);
echo "
";
}
// line 44
echo " </ul>
</li>
";
// line 47
echo ($context["options_output_radio"] ?? null);
echo "
</ul>
<label for=\"maxsize\">";
// line 51
echo sprintf(_gettext("Skip tables larger than %s MiB"), "</label><input type=\"text\" id=\"maxsize\" name=\"maxsize\" size=\"4\">");
// line 53
echo "
</div>
";
}
public function getTemplateName()
{
return "display/export/options_output.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 137 => 53, 135 => 51, 129 => 47, 124 => 44, 118 => 42, 116 => 41, 111 => 39, 108 => 38, 102 => 36, 100 => 35, 95 => 33, 92 => 32, 86 => 30, 84 => 29, 80 => 27, 78 => 26, 73 => 24, 69 => 21, 62 => 17, 57 => 15, 53 => 12, 51 => 11, 46 => 8, 44 => 7, 39 => 5, 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_output.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/display/export/options_output.twig");
}
}
05/05ac7a1a1b4b2b2a25f1a2a2436fe4ddccf9da86518073346487127885f2dde0.php 0000644 00000005157 15152073666 0016362 0 ustar 00 <?php
/* display/export/method.twig */
class __TwigTemplate_cdfc710f68c15f7401f30a674bed5c306b06aeed3a180e0e827b833e54eba6fd extends Twig_Template
{
public function __construct(Twig_Environment $env)
{
parent::__construct($env);
$this->parent = false;
$this->blocks = array(
);
}
protected function doDisplay(array $context, array $blocks = array())
{
// line 1
if ((($context["export_method"] ?? null) != "custom-no-form")) {
// line 2
echo " <div class=\"exportoptions\" id=\"quick_or_custom\">
<h3>";
// line 3
echo _gettext("Export method:");
echo "</h3>
<ul>
<li>
<input type=\"radio\" name=\"quick_or_custom\" value=\"quick\" id=\"radio_quick_export\"";
// line 7
echo (((($context["export_method"] ?? null) == "quick")) ? (" checked") : (""));
echo ">
<label for=\"radio_quick_export\">
";
// line 9
echo _gettext("Quick - display only the minimal options");
// line 10
echo " </label>
</li>
<li>
<input type=\"radio\" name=\"quick_or_custom\" value=\"custom\" id=\"radio_custom_export\"";
// line 15
echo (((($context["export_method"] ?? null) == "custom")) ? (" checked") : (""));
echo ">
<label for=\"radio_custom_export\">
";
// line 17
echo _gettext("Custom - display all possible options");
// line 18
echo " </label>
</li>
</ul>
</div>
";
}
}
public function getTemplateName()
{
return "display/export/method.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 50 => 18, 48 => 17, 43 => 15, 37 => 10, 35 => 9, 30 => 7, 24 => 3, 21 => 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("", "display/export/method.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/display/export/method.twig");
}
}
2a/2a96a142ae23187345da6770d5fb8c1c666e3458a4d2d2ad00a9abeff11ce75f.php 0000644 00000027135 15152073666 0016606 0 ustar 00 <?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
/* table/structure/actions_in_table_structure.twig */
class __TwigTemplate_cebf3f6661ff9bac5034cccff578114d9a1fc9b0247115f677c4b009c6195120 extends \Twig\Template
{
public function __construct(Environment $env)
{
parent::__construct($env);
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
// line 1
echo "<td class=\"print_ignore\"><ul class=\"table-structure-actions resizable-menu\">
";
// line 2
if (($context["hide_structure_actions"] ?? null)) {
// line 3
echo " <li class=\"submenu shown\">
<a href=\"#\" class=\"tab nowrap\">";
// line 4
echo PhpMyAdmin\Util::getIcon("b_more", _gettext("More"));
echo "</a>
<ul>
";
}
// line 7
echo " ";
// line 8
echo " ";
$this->loadTemplate("table/structure/action_row_in_structure_table.twig", "table/structure/actions_in_table_structure.twig", 8)->display(twig_to_array(["type" => // line 9
($context["type"] ?? null), "tbl_storage_engine" => // line 10
($context["tbl_storage_engine"] ?? null), "class" => "primary nowrap", "has_field" => ( // line 12
($context["primary"] ?? null) && $this->getAttribute(($context["primary"] ?? null), "hasColumn", [0 => ($context["field_name"] ?? null)], "method")), "has_link_class" => true, "url_query" => // line 14
($context["url_query"] ?? null), "primary" => // line 15
($context["primary"] ?? null), "syntax" => "ADD PRIMARY KEY", "message" => _gettext("A primary key has been added on %s."), "action" => "Primary", "titles" => // line 19
($context["titles"] ?? null), "row" => // line 20
($context["row"] ?? null), "is_primary" => true, "table" => // line 22
($context["table"] ?? null)]));
// line 24
echo "
";
// line 26
echo " ";
$this->loadTemplate("table/structure/action_row_in_structure_table.twig", "table/structure/actions_in_table_structure.twig", 26)->display(twig_to_array(["type" => // line 27
($context["type"] ?? null), "tbl_storage_engine" => // line 28
($context["tbl_storage_engine"] ?? null), "class" => "add_unique unique nowrap", "has_field" => twig_in_filter( // line 30
($context["field_name"] ?? null), ($context["columns_with_unique_index"] ?? null)), "has_link_class" => false, "url_query" => // line 32
($context["url_query"] ?? null), "primary" => // line 33
($context["primary"] ?? null), "syntax" => "ADD UNIQUE", "message" => _gettext("An index has been added on %s."), "action" => "Unique", "titles" => // line 37
($context["titles"] ?? null), "row" => // line 38
($context["row"] ?? null), "is_primary" => false, "table" => // line 40
($context["table"] ?? null)]));
// line 42
echo "
";
// line 44
echo " ";
$this->loadTemplate("table/structure/action_row_in_structure_table.twig", "table/structure/actions_in_table_structure.twig", 44)->display(twig_to_array(["type" => // line 45
($context["type"] ?? null), "tbl_storage_engine" => // line 46
($context["tbl_storage_engine"] ?? null), "class" => "add_index nowrap", "has_field" => false, "has_link_class" => false, "url_query" => // line 50
($context["url_query"] ?? null), "primary" => // line 51
($context["primary"] ?? null), "syntax" => "ADD INDEX", "message" => _gettext("An index has been added on %s."), "action" => "Index", "titles" => // line 55
($context["titles"] ?? null), "row" => // line 56
($context["row"] ?? null), "is_primary" => false, "table" => // line 58
($context["table"] ?? null)]));
// line 60
echo "
";
// line 62
echo " ";
$context["spatial_types"] = [0 => "geometry", 1 => "point", 2 => "linestring", 3 => "polygon", 4 => "multipoint", 5 => "multilinestring", 6 => "multipolygon", 7 => "geomtrycollection"];
// line 72
echo " ";
$this->loadTemplate("table/structure/action_row_in_structure_table.twig", "table/structure/actions_in_table_structure.twig", 72)->display(twig_to_array(["type" => // line 73
($context["type"] ?? null), "tbl_storage_engine" => // line 74
($context["tbl_storage_engine"] ?? null), "class" => "spatial nowrap", "has_field" => (!twig_in_filter( // line 76
($context["type"] ?? null), ($context["spatial_types"] ?? null)) && (( // line 77
($context["tbl_storage_engine"] ?? null) == "MYISAM") || (($context["mysql_int_version"] ?? null) >= 50705))), "has_link_class" => false, "url_query" => // line 79
($context["url_query"] ?? null), "primary" => // line 80
($context["primary"] ?? null), "syntax" => "ADD SPATIAL", "message" => _gettext("An index has been added on %s."), "action" => "Spatial", "titles" => // line 84
($context["titles"] ?? null), "row" => // line 85
($context["row"] ?? null), "is_primary" => false, "table" => // line 87
($context["table"] ?? null)]));
// line 89
echo "
";
// line 91
echo " <li class=\"fulltext nowrap\">
";
// line 92
if ((( !twig_test_empty(($context["tbl_storage_engine"] ?? null)) && (((( // line 93
($context["tbl_storage_engine"] ?? null) == "MYISAM") || ( // line 94
($context["tbl_storage_engine"] ?? null) == "ARIA")) || ( // line 95
($context["tbl_storage_engine"] ?? null) == "MARIA")) || (( // line 96
($context["tbl_storage_engine"] ?? null) == "INNODB") && (($context["mysql_int_version"] ?? null) >= 50604)))) && (twig_in_filter("text", // line 97
($context["type"] ?? null)) || twig_in_filter("char", ($context["type"] ?? null))))) {
// line 98
echo " <a rel=\"samepage\" class=\"ajax add_key add_fulltext_anchor\" href=\"tbl_structure.php\"
data-post=\"";
// line 99
echo ($context["url_query"] ?? null);
echo "&add_key=1&sql_query=";
// line 100
echo twig_escape_filter($this->env, twig_urlencode_filter((((("ALTER TABLE " . PhpMyAdmin\Util::backquote(($context["table"] ?? null))) . " ADD FULLTEXT(") . PhpMyAdmin\Util::backquote($this->getAttribute( // line 101
($context["row"] ?? null), "Field", [], "array"))) . ");")), "html", null, true);
// line 102
echo "&message_to_show=";
// line 103
echo twig_escape_filter($this->env, twig_urlencode_filter(sprintf(_gettext("An index has been added on %s."), twig_escape_filter($this->env, $this->getAttribute(($context["row"] ?? null), "Field", [], "array")))), "html", null, true);
echo "\">
";
// line 104
echo $this->getAttribute(($context["titles"] ?? null), "IdxFulltext", [], "array");
echo "
</a>
";
} else {
// line 107
echo " ";
echo $this->getAttribute(($context["titles"] ?? null), "NoIdxFulltext", [], "array");
echo "
";
}
// line 109
echo " </li>
";
// line 112
echo " <li class=\"browse nowrap\">
<a href=\"sql.php\" data-post=\"";
// line 113
echo ($context["url_query"] ?? null);
echo "&sql_query=";
// line 114
echo twig_escape_filter($this->env, twig_urlencode_filter(((((((((("SELECT COUNT(*) AS " . PhpMyAdmin\Util::backquote(_gettext("Rows"))) . ", ") . PhpMyAdmin\Util::backquote($this->getAttribute( // line 115
($context["row"] ?? null), "Field", [], "array"))) . " FROM ") . PhpMyAdmin\Util::backquote( // line 116
($context["table"] ?? null))) . " GROUP BY ") . PhpMyAdmin\Util::backquote($this->getAttribute( // line 117
($context["row"] ?? null), "Field", [], "array"))) . " ORDER BY ") . PhpMyAdmin\Util::backquote($this->getAttribute( // line 118
($context["row"] ?? null), "Field", [], "array")))), "html", null, true);
// line 119
echo "&is_browse_distinct=1\">
";
// line 120
echo $this->getAttribute(($context["titles"] ?? null), "DistinctValues", [], "array");
echo "
</a>
</li>
";
// line 123
if (($context["central_columns_work"] ?? null)) {
// line 124
echo " <li class=\"browse nowrap\">
";
// line 125
if (($context["is_in_central_columns"] ?? null)) {
// line 126
echo " <a href=\"#\" class=\"central_columns remove_button\">
";
// line 127
echo PhpMyAdmin\Util::getIcon("centralColumns_delete", _gettext("Remove from central columns"));
echo "
</a>
";
} else {
// line 130
echo " <a href=\"#\" class=\"central_columns add_button\">
";
// line 131
echo PhpMyAdmin\Util::getIcon("centralColumns_add", _gettext("Add to central columns"));
echo "
</a>
";
}
// line 134
echo " </li>
";
}
// line 136
echo " ";
if (($context["hide_structure_actions"] ?? null)) {
// line 137
echo " </ul>
</li>
";
}
// line 140
echo "</ul></td>
";
}
public function getTemplateName()
{
return "table/structure/actions_in_table_structure.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 204 => 140, 199 => 137, 196 => 136, 192 => 134, 186 => 131, 183 => 130, 177 => 127, 174 => 126, 172 => 125, 169 => 124, 167 => 123, 161 => 120, 158 => 119, 156 => 118, 155 => 117, 154 => 116, 153 => 115, 152 => 114, 149 => 113, 146 => 112, 142 => 109, 136 => 107, 130 => 104, 126 => 103, 124 => 102, 122 => 101, 121 => 100, 118 => 99, 115 => 98, 113 => 97, 112 => 96, 111 => 95, 110 => 94, 109 => 93, 108 => 92, 105 => 91, 102 => 89, 100 => 87, 99 => 85, 98 => 84, 97 => 80, 96 => 79, 95 => 77, 94 => 76, 93 => 74, 92 => 73, 90 => 72, 87 => 62, 84 => 60, 82 => 58, 81 => 56, 80 => 55, 79 => 51, 78 => 50, 77 => 46, 76 => 45, 74 => 44, 71 => 42, 69 => 40, 68 => 38, 67 => 37, 66 => 33, 65 => 32, 64 => 30, 63 => 28, 62 => 27, 60 => 26, 57 => 24, 55 => 22, 54 => 20, 53 => 19, 52 => 15, 51 => 14, 50 => 12, 49 => 10, 48 => 9, 46 => 8, 44 => 7, 38 => 4, 35 => 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("", "table/structure/actions_in_table_structure.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/table/structure/actions_in_table_structure.twig");
}
}
b3/b32f8f1afb83a57310ac8061dbbba30fdc76c6f3e328d1980d2bf6896a1616e9.php 0000644 00000005147 15152073666 0016620 0 ustar 00 <?php
/* div_for_slider_effect.twig */
class __TwigTemplate_3c3bcd4ffa85c9926730f6366bf9f9d9dcfe175bb4b90d4ba8cb828a4b76c37c extends Twig_Template
{
public function __construct(Twig_Environment $env)
{
parent::__construct($env);
$this->parent = false;
$this->blocks = array(
);
}
protected function doDisplay(array $context, array $blocks = array())
{
// line 1
if ((($context["initial_sliders_state"] ?? null) == "disabled")) {
// line 2
echo " <div";
if ((isset($context["id"]) || array_key_exists("id", $context))) {
echo " id=\"";
echo twig_escape_filter($this->env, ($context["id"] ?? null), "html", null, true);
echo "\"";
}
echo ">
";
} else {
// line 4
echo " ";
// line 12
echo " <div";
if ((isset($context["id"]) || array_key_exists("id", $context))) {
echo " id=\"";
echo twig_escape_filter($this->env, ($context["id"] ?? null), "html", null, true);
echo "\"";
}
// line 13
echo " ";
if ((($context["initial_sliders_state"] ?? null) == "closed")) {
// line 14
echo "style=\"display: none; overflow:auto;\"";
}
echo " class=\"pma_auto_slider\"";
// line 15
if ((isset($context["message"]) || array_key_exists("message", $context))) {
echo " title=\"";
echo twig_escape_filter($this->env, ($context["message"] ?? null), "html", null, true);
echo "\"";
}
echo ">
";
}
}
public function getTemplateName()
{
return "div_for_slider_effect.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 47 => 15, 43 => 14, 40 => 13, 33 => 12, 31 => 4, 21 => 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("", "div_for_slider_effect.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/div_for_slider_effect.twig");
}
}
b3/b3a7de508e866606e6b1a01483395b3b5d5f2e32c03d3e38c157ff94b4279350.php 0000644 00000006573 15152073666 0016173 0 ustar 00 <?php
/* dropdown.twig */
class __TwigTemplate_c34bb72235e280b4e2bf4a3ee4f593825b44bf7074fbca970bf8f519523e9da5 extends Twig_Template
{
public function __construct(Twig_Environment $env)
{
parent::__construct($env);
$this->parent = false;
$this->blocks = array(
);
}
protected function doDisplay(array $context, array $blocks = array())
{
// line 1
echo "<select name=\"";
echo twig_escape_filter($this->env, ($context["select_name"] ?? null), "html", null, true);
echo "\"";
if ( !twig_test_empty(($context["id"] ?? null))) {
echo " id=\"";
echo twig_escape_filter($this->env, ($context["id"] ?? null), "html", null, true);
echo "\"";
}
// line 2
if ( !twig_test_empty(($context["class"] ?? null))) {
echo " class=\"";
echo twig_escape_filter($this->env, ($context["class"] ?? null), "html", null, true);
echo "\"";
}
echo ">
";
// line 3
if ( !twig_test_empty(($context["placeholder"] ?? null))) {
// line 4
echo " <option value=\"\" disabled=\"disabled\"";
// line 5
if ( !($context["selected"] ?? null)) {
echo " selected=\"selected\"";
}
echo ">";
echo twig_escape_filter($this->env, ($context["placeholder"] ?? null), "html", null, true);
echo "</option>
";
}
// line 7
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(($context["result_options"] ?? null));
foreach ($context['_seq'] as $context["_key"] => $context["option"]) {
// line 8
echo "<option value=\"";
echo twig_escape_filter($this->env, $this->getAttribute($context["option"], "value", array(), "array"), "html", null, true);
echo "\"";
// line 9
echo (($this->getAttribute($context["option"], "selected", array(), "array")) ? (" selected=\"selected\"") : (""));
echo ">";
echo twig_escape_filter($this->env, $this->getAttribute($context["option"], "label", array(), "array"), "html", null, true);
echo "</option>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['option'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 11
echo "</select>
";
}
public function getTemplateName()
{
return "dropdown.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 67 => 11, 57 => 9, 53 => 8, 49 => 7, 40 => 5, 38 => 4, 36 => 3, 28 => 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("", "dropdown.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/dropdown.twig");
}
}
b3/b3bc61c96af3d0b1da505a03a27ddcc9e5b8ddd2aab6e4cd245dbd0215c2cc0f.php 0000644 00000005011 15152073666 0017332 0 ustar 00 <?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
/* select_all.twig */
class __TwigTemplate_7d5d5f70e6eb4d05f207e937b39b5e5e2a578aa26f6893d291952686c9d5a6ac extends \Twig\Template
{
public function __construct(Environment $env)
{
parent::__construct($env);
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
// line 1
echo "<img class=\"selectallarrow\" src=\"";
echo twig_escape_filter($this->env, ($context["pma_theme_image"] ?? null), "html", null, true);
echo "arrow_";
echo twig_escape_filter($this->env, ($context["text_dir"] ?? null), "html", null, true);
echo ".png\"
width=\"38\" height=\"22\" alt=\"";
// line 2
echo _gettext("With selected:");
echo "\" />
<input type=\"checkbox\" id=\"";
// line 3
echo twig_escape_filter($this->env, ($context["form_name"] ?? null), "html", null, true);
echo "_checkall\" class=\"checkall_box\"
title=\"";
// line 4
echo _gettext("Check all");
echo "\" />
<label for=\"";
// line 5
echo twig_escape_filter($this->env, ($context["form_name"] ?? null), "html", null, true);
echo "_checkall\">";
echo _gettext("Check all");
echo "</label>
<i style=\"margin-left: 2em\">";
// line 6
echo _gettext("With selected:");
echo "</i>
";
}
public function getTemplateName()
{
return "select_all.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 55 => 6, 49 => 5, 45 => 4, 41 => 3, 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("", "select_all.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/select_all.twig");
}
}
c5/c554d19b28648c316c8aa6d239421248cb265e7f0f0638f9013d8b9c36844ec6.php 0000644 00000060234 15152073666 0016126 0 ustar 00 <?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
/* table/structure/display_structure.twig */
class __TwigTemplate_a7d737769e44525f2f444e7bb0ed58cf893537d40071b9c65bcf23cccd8c73e1 extends \Twig\Template
{
public function __construct(Environment $env)
{
parent::__construct($env);
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
// line 1
echo "<form method=\"post\" action=\"tbl_structure.php\" name=\"fieldsForm\" id=\"fieldsForm\"
class=\"ajax";
// line 2
echo ((($context["hide_structure_actions"] ?? null)) ? (" HideStructureActions") : (""));
echo "\">
";
// line 3
echo PhpMyAdmin\Url::getHiddenInputs(($context["db"] ?? null), ($context["table"] ?? null));
echo "
<input type=\"hidden\" name=\"table_type\" value=";
// line 5
if (($context["db_is_system_schema"] ?? null)) {
// line 6
echo "\"information_schema\"";
} elseif ( // line 7
($context["tbl_is_view"] ?? null)) {
// line 8
echo "\"view\"";
} else {
// line 10
echo "\"table\"";
}
// line 11
echo " />
<div class=\"responsivetable\">
<table id=\"tablestructure\" class=\"data topmargin\">
";
// line 15
echo " ";
$this->loadTemplate("table/structure/table_structure_header.twig", "table/structure/display_structure.twig", 15)->display(twig_to_array(["db_is_system_schema" => // line 16
($context["db_is_system_schema"] ?? null), "tbl_is_view" => // line 17
($context["tbl_is_view"] ?? null), "show_column_comments" => // line 18
($context["show_column_comments"] ?? null)]));
// line 20
echo " <tbody>
";
// line 22
echo " ";
$context["rownum"] = 0;
// line 23
echo " ";
$context["columns_list"] = [];
// line 24
echo " ";
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(($context["fields"] ?? null));
foreach ($context['_seq'] as $context["_key"] => $context["row"]) {
// line 25
echo " ";
$context["rownum"] = (($context["rownum"] ?? null) + 1);
// line 26
echo " ";
$context["columns_list"] = twig_array_merge(($context["columns_list"] ?? null), [0 => $this->getAttribute($context["row"], "Field", [], "array")]);
// line 27
echo " ";
$context["field_charset"] = $this->getAttribute($context["row"], "Collation", [], "array");
// line 28
echo "
";
// line 29
$context["extracted_columnspec"] = PhpMyAdmin\Util::extractColumnSpec($this->getAttribute($context["row"], "Type", [], "array"));
// line 30
echo " ";
$context["attribute"] = $this->getAttribute(($context["extracted_columnspec"] ?? null), "attribute", [], "array");
// line 31
echo " ";
if ( !(strpos($this->getAttribute($context["row"], "Extra", [], "array"), "on update CURRENT_TIMESTAMP") === false)) {
// line 33
echo " ";
$context["attribute"] = "on update CURRENT_TIMESTAMP";
// line 34
echo " ";
}
// line 35
echo "
";
// line 36
if ((null === $this->getAttribute($context["row"], "Default", [], "array"))) {
// line 37
echo " ";
if (($this->getAttribute($context["row"], "Null", [], "array") == "YES")) {
// line 38
echo " ";
$context["row"] = twig_array_merge($context["row"], ["Default" => "<em>NULL</em>"]);
// line 39
echo " ";
}
// line 40
echo " ";
} else {
// line 41
echo " ";
$context["row"] = twig_array_merge($context["row"], ["Default" => twig_escape_filter($this->env, $this->getAttribute($context["row"], "Default", [], "array"))]);
// line 42
echo " ";
}
// line 43
echo "
";
// line 44
$context["field_name"] = twig_escape_filter($this->env, $this->getAttribute($context["row"], "Field", [], "array"));
// line 45
echo " ";
$context["displayed_field_name"] = ($context["field_name"] ?? null);
// line 46
echo " ";
// line 47
echo " ";
$context["comments"] = "";
// line 48
echo " ";
// line 49
echo "
";
// line 50
if ($this->getAttribute(($context["comments_map"] ?? null), $this->getAttribute($context["row"], "Field", [], "array"), [], "array", true, true)) {
// line 51
echo " ";
ob_start(function () { return ''; });
// line 52
echo "<span class=\"commented_column\" title=\"";
// line 53
echo twig_escape_filter($this->env, $this->getAttribute(($context["comments_map"] ?? null), $this->getAttribute($context["row"], "Field", [], "array"), [], "array"), "html", null, true);
echo "\">";
// line 54
echo ($context["field_name"] ?? null);
// line 55
echo "</span>";
$context["displayed_field_name"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 57
echo " ";
$context["comments"] = $this->getAttribute(($context["comments_map"] ?? null), $this->getAttribute($context["row"], "Field", [], "array"), [], "array");
// line 58
echo " ";
}
// line 59
echo "
";
// line 60
if ((($context["primary"] ?? null) && $this->getAttribute(($context["primary"] ?? null), "hasColumn", [0 => ($context["field_name"] ?? null)], "method"))) {
// line 61
echo " ";
$context["displayed_field_name"] = (($context["displayed_field_name"] ?? null) . PhpMyAdmin\Util::getImage("b_primary", _gettext("Primary")));
// line 64
echo " ";
}
// line 65
echo " ";
if (twig_in_filter(($context["field_name"] ?? null), ($context["columns_with_index"] ?? null))) {
// line 66
echo " ";
$context["displayed_field_name"] = (($context["displayed_field_name"] ?? null) . PhpMyAdmin\Util::getImage("bd_primary", _gettext("Index")));
// line 69
echo " ";
}
// line 70
echo " <tr>
";
// line 71
$this->loadTemplate("table/structure/table_structure_row.twig", "table/structure/display_structure.twig", 71)->display(twig_to_array(["row" => // line 72
$context["row"], "rownum" => // line 73
($context["rownum"] ?? null), "displayed_field_name" => preg_replace("/[\\x00-\\x1F]/", "⁑", // line 77
($context["displayed_field_name"] ?? null)), "type_nowrap" => PhpMyAdmin\Util::getClassForType($this->getAttribute( // line 79
($context["extracted_columnspec"] ?? null), "type", [], "array")), "extracted_columnspec" => // line 80
($context["extracted_columnspec"] ?? null), "attribute" => // line 81
($context["attribute"] ?? null), "tbl_is_view" => // line 82
($context["tbl_is_view"] ?? null), "db_is_system_schema" => // line 83
($context["db_is_system_schema"] ?? null), "url_query" => // line 84
($context["url_query"] ?? null), "titles" => // line 85
($context["titles"] ?? null), "table" => // line 86
($context["table"] ?? null), "tbl_storage_engine" => // line 87
($context["tbl_storage_engine"] ?? null), "field_charset" => // line 88
($context["field_charset"] ?? null), "comments" => // line 89
($context["comments"] ?? null), "show_column_comments" => // line 90
($context["show_column_comments"] ?? null), "relation_commwork" => // line 91
($context["relation_commwork"] ?? null), "relation_mimework" => // line 92
($context["relation_mimework"] ?? null), "browse_mime" => // line 93
($context["browse_mime"] ?? null)]));
// line 95
echo " ";
if (( !($context["tbl_is_view"] ?? null) && !($context["db_is_system_schema"] ?? null))) {
// line 96
echo " ";
$this->loadTemplate("table/structure/actions_in_table_structure.twig", "table/structure/display_structure.twig", 96)->display(twig_to_array(["row" => // line 97
$context["row"], "rownum" => // line 98
($context["rownum"] ?? null), "extracted_columnspec" => // line 99
($context["extracted_columnspec"] ?? null), "type" => (( !twig_test_empty($this->getAttribute( // line 100
($context["extracted_columnspec"] ?? null), "print_type", [], "array"))) ? ($this->getAttribute(($context["extracted_columnspec"] ?? null), "print_type", [], "array")) : ("")), "tbl_storage_engine" => // line 101
($context["tbl_storage_engine"] ?? null), "primary" => // line 102
($context["primary"] ?? null), "field_name" => // line 103
($context["field_name"] ?? null), "url_query" => // line 104
($context["url_query"] ?? null), "titles" => // line 105
($context["titles"] ?? null), "columns_with_unique_index" => // line 106
($context["columns_with_unique_index"] ?? null), "is_in_central_columns" => ((twig_in_filter($this->getAttribute( // line 107
$context["row"], "Field", [], "array"), ($context["central_list"] ?? null))) ? (true) : (false)), "central_columns_work" => // line 108
($context["central_columns_work"] ?? null), "table" => // line 109
($context["table"] ?? null), "hide_structure_actions" => // line 110
($context["hide_structure_actions"] ?? null), "mysql_int_version" => // line 111
($context["mysql_int_version"] ?? null)]));
// line 113
echo " ";
}
// line 114
echo " </tr>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['row'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 116
echo " </tbody>
</table>
</div>
";
// line 119
$this->loadTemplate("table/structure/check_all_table_column.twig", "table/structure/display_structure.twig", 119)->display(twig_to_array(["pma_theme_image" => // line 120
($context["pma_theme_image"] ?? null), "text_dir" => // line 121
($context["text_dir"] ?? null), "tbl_is_view" => // line 122
($context["tbl_is_view"] ?? null), "db_is_system_schema" => // line 123
($context["db_is_system_schema"] ?? null), "tbl_storage_engine" => // line 124
($context["tbl_storage_engine"] ?? null), "central_columns_work" => // line 125
($context["central_columns_work"] ?? null)]));
// line 127
echo "</form>
<hr class=\"print_ignore\"/>
";
// line 129
$this->loadTemplate("table/structure/move_columns_dialog.twig", "table/structure/display_structure.twig", 129)->display(twig_to_array(["db" => // line 130
($context["db"] ?? null), "table" => // line 131
($context["table"] ?? null)]));
// line 134
echo "<div id=\"structure-action-links\">
";
// line 135
if ((($context["tbl_is_view"] ?? null) && !($context["db_is_system_schema"] ?? null))) {
// line 136
echo " ";
$context["edit_view_url"] = ("view_create.php" . ($context["edit_view_url"] ?? null));
// line 137
echo " ";
echo PhpMyAdmin\Util::linkOrButton( // line 138
($context["edit_view_url"] ?? null), PhpMyAdmin\Util::getIcon("b_edit", _gettext("Edit view"), true));
// line 140
echo "
";
}
// line 142
echo " ";
$this->loadTemplate("table/structure/optional_action_links.twig", "table/structure/display_structure.twig", 142)->display(twig_to_array(["url_query" => // line 143
($context["url_query"] ?? null), "tbl_is_view" => // line 144
($context["tbl_is_view"] ?? null), "db_is_system_schema" => // line 145
($context["db_is_system_schema"] ?? null), "table" => // line 146
($context["table"] ?? null), "is_active" => // line 147
($context["is_active"] ?? null), "mysql_int_version" => // line 148
($context["mysql_int_version"] ?? null), "is_mariadb" => // line 149
($context["is_mariadb"] ?? null)]));
// line 151
echo "</div>
";
// line 152
if (( !($context["tbl_is_view"] ?? null) && !($context["db_is_system_schema"] ?? null))) {
// line 153
echo " ";
$this->loadTemplate("table/structure/add_column.twig", "table/structure/display_structure.twig", 153)->display(twig_to_array(["columns_list" => // line 154
($context["columns_list"] ?? null), "db" => // line 155
($context["db"] ?? null), "table" => // line 156
($context["table"] ?? null)]));
}
// line 159
echo "
";
// line 161
if ((( !($context["tbl_is_view"] ?? null) && !($context["db_is_system_schema"] ?? null)) && ("ARCHIVE" != // line 162
($context["tbl_storage_engine"] ?? null)))) {
// line 163
echo " ";
echo PhpMyAdmin\Index::getHtmlForDisplayIndexes();
echo "
";
}
// line 165
echo "
";
// line 167
if (($context["have_partitioning"] ?? null)) {
// line 168
echo " ";
// line 169
echo " ";
if (( !twig_test_empty(($context["partition_names"] ?? null)) && !(null === $this->getAttribute(($context["partition_names"] ?? null), 0, [], "array")))) {
// line 170
echo " ";
$context["partitions"] = PhpMyAdmin\Partition::getPartitions(($context["db"] ?? null), ($context["table"] ?? null));
// line 171
echo " ";
$context["first_partition"] = $this->getAttribute(($context["partitions"] ?? null), 0, [], "array");
// line 172
echo " ";
$context["range_or_list"] = (((($this->getAttribute(($context["first_partition"] ?? null), "getMethod", [], "method") == "RANGE") || ($this->getAttribute( // line 173
($context["first_partition"] ?? null), "getMethod", [], "method") == "RANGE COLUMNS")) || ($this->getAttribute( // line 174
($context["first_partition"] ?? null), "getMethod", [], "method") == "LIST")) || ($this->getAttribute( // line 175
($context["first_partition"] ?? null), "getMethod", [], "method") == "LIST COLUMNS"));
// line 176
echo " ";
$context["sub_partitions"] = $this->getAttribute(($context["first_partition"] ?? null), "getSubPartitions", [], "method");
// line 177
echo " ";
$context["has_sub_partitions"] = $this->getAttribute(($context["first_partition"] ?? null), "hasSubPartitions", [], "method");
// line 178
echo " ";
if (($context["has_sub_partitions"] ?? null)) {
// line 179
echo " ";
$context["first_sub_partition"] = $this->getAttribute(($context["sub_partitions"] ?? null), 0, [], "array");
// line 180
echo " ";
}
// line 181
echo "
";
// line 182
$context["action_icons"] = ["ANALYZE" => PhpMyAdmin\Util::getIcon("b_search", _gettext("Analyze")), "CHECK" => PhpMyAdmin\Util::getIcon("eye", _gettext("Check")), "OPTIMIZE" => PhpMyAdmin\Util::getIcon("normalize", _gettext("Optimize")), "REBUILD" => PhpMyAdmin\Util::getIcon("s_tbl", _gettext("Rebuild")), "REPAIR" => PhpMyAdmin\Util::getIcon("b_tblops", _gettext("Repair")), "TRUNCATE" => PhpMyAdmin\Util::getIcon("b_empty", _gettext("Truncate"))];
// line 190
echo " ";
if (($context["range_or_list"] ?? null)) {
// line 191
echo " ";
$context["action_icons"] = twig_array_merge(($context["action_icons"] ?? null), ["DROP" => PhpMyAdmin\Util::getIcon("b_drop", _gettext("Drop"))]);
// line 192
echo " ";
}
// line 193
echo "
";
// line 194
echo PhpMyAdmin\Util::getDivForSliderEffect("partitions", _gettext("Partitions"));
echo "
";
// line 196
$context["remove_sql"] = (("ALTER TABLE " . PhpMyAdmin\Util::backquote(($context["table"] ?? null))) . " REMOVE PARTITIONING");
// line 197
echo " ";
$context["remove_url"] = ((("sql.php" . ($context["url_query"] ?? null)) . "&sql_query=") . twig_urlencode_filter(($context["remove_sql"] ?? null)));
// line 198
echo "
";
// line 199
$this->loadTemplate("table/structure/display_partitions.twig", "table/structure/display_structure.twig", 199)->display(twig_to_array(["db" => // line 200
($context["db"] ?? null), "table" => // line 201
($context["table"] ?? null), "url_query" => // line 202
($context["url_query"] ?? null), "partitions" => // line 203
($context["partitions"] ?? null), "partition_method" => $this->getAttribute( // line 204
($context["first_partition"] ?? null), "getMethod", [], "method"), "partition_expression" => $this->getAttribute( // line 205
($context["first_partition"] ?? null), "getExpression", [], "method"), "has_description" => !twig_test_empty($this->getAttribute( // line 206
($context["first_partition"] ?? null), "getDescription", [], "method")), "has_sub_partitions" => // line 207
($context["has_sub_partitions"] ?? null), "sub_partition_method" => (( // line 208
($context["has_sub_partitions"] ?? null)) ? ($this->getAttribute(($context["first_sub_partition"] ?? null), "getMethod", [], "method")) : ("")), "sub_partition_expression" => (( // line 209
($context["has_sub_partitions"] ?? null)) ? ($this->getAttribute(($context["first_sub_partition"] ?? null), "getExpression", [], "method")) : ("")), "action_icons" => // line 210
($context["action_icons"] ?? null), "range_or_list" => // line 211
($context["range_or_list"] ?? null), "remove_url" => // line 212
($context["remove_url"] ?? null)]));
// line 214
echo " ";
} else {
// line 215
echo " ";
$this->loadTemplate("table/structure/display_partitions.twig", "table/structure/display_structure.twig", 215)->display(twig_to_array(["db" => // line 216
($context["db"] ?? null), "table" => // line 217
($context["table"] ?? null)]));
// line 219
echo " ";
}
// line 220
echo " ";
// line 221
echo " </div>
";
}
// line 223
echo "
";
// line 225
if (($context["show_stats"] ?? null)) {
// line 226
echo " ";
echo ($context["table_stats"] ?? null);
echo "
";
}
// line 228
echo "<div class=\"clearfloat\"></div>
";
}
public function getTemplateName()
{
return "table/structure/display_structure.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 421 => 228, 415 => 226, 413 => 225, 410 => 223, 406 => 221, 404 => 220, 401 => 219, 399 => 217, 398 => 216, 396 => 215, 393 => 214, 391 => 212, 390 => 211, 389 => 210, 388 => 209, 387 => 208, 386 => 207, 385 => 206, 384 => 205, 383 => 204, 382 => 203, 381 => 202, 380 => 201, 379 => 200, 378 => 199, 375 => 198, 372 => 197, 370 => 196, 365 => 194, 362 => 193, 359 => 192, 356 => 191, 353 => 190, 351 => 182, 348 => 181, 345 => 180, 342 => 179, 339 => 178, 336 => 177, 333 => 176, 331 => 175, 330 => 174, 329 => 173, 327 => 172, 324 => 171, 321 => 170, 318 => 169, 316 => 168, 314 => 167, 311 => 165, 305 => 163, 303 => 162, 302 => 161, 299 => 159, 296 => 156, 295 => 155, 294 => 154, 292 => 153, 290 => 152, 287 => 151, 285 => 149, 284 => 148, 283 => 147, 282 => 146, 281 => 145, 280 => 144, 279 => 143, 277 => 142, 273 => 140, 271 => 138, 269 => 137, 266 => 136, 264 => 135, 261 => 134, 259 => 131, 258 => 130, 257 => 129, 253 => 127, 251 => 125, 250 => 124, 249 => 123, 248 => 122, 247 => 121, 246 => 120, 245 => 119, 240 => 116, 233 => 114, 230 => 113, 228 => 111, 227 => 110, 226 => 109, 225 => 108, 224 => 107, 223 => 106, 222 => 105, 221 => 104, 220 => 103, 219 => 102, 218 => 101, 217 => 100, 216 => 99, 215 => 98, 214 => 97, 212 => 96, 209 => 95, 207 => 93, 206 => 92, 205 => 91, 204 => 90, 203 => 89, 202 => 88, 201 => 87, 200 => 86, 199 => 85, 198 => 84, 197 => 83, 196 => 82, 195 => 81, 194 => 80, 193 => 79, 192 => 77, 191 => 73, 190 => 72, 189 => 71, 186 => 70, 183 => 69, 180 => 66, 177 => 65, 174 => 64, 171 => 61, 169 => 60, 166 => 59, 163 => 58, 160 => 57, 157 => 55, 155 => 54, 152 => 53, 150 => 52, 147 => 51, 145 => 50, 142 => 49, 140 => 48, 137 => 47, 135 => 46, 132 => 45, 130 => 44, 127 => 43, 124 => 42, 121 => 41, 118 => 40, 115 => 39, 112 => 38, 109 => 37, 107 => 36, 104 => 35, 101 => 34, 98 => 33, 95 => 31, 92 => 30, 90 => 29, 87 => 28, 84 => 27, 81 => 26, 78 => 25, 73 => 24, 70 => 23, 67 => 22, 64 => 20, 62 => 18, 61 => 17, 60 => 16, 58 => 15, 53 => 11, 50 => 10, 47 => 8, 45 => 7, 43 => 6, 41 => 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("", "table/structure/display_structure.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/table/structure/display_structure.twig");
}
}
c5/c50d1c67b497a887bc492962a09da599ee6c7283a90f7ea08084a548528db689.php 0000644 00000007447 15152073666 0016246 0 ustar 00 <?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
/* server/databases/databases_header.twig */
class __TwigTemplate_a07c68d2e14650d03af7ac6124d8252e75b8c01e59ab2be1b71983f783976874 extends \Twig\Template
{
public function __construct(Environment $env)
{
parent::__construct($env);
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
// line 1
echo "<div id=\"tableslistcontainer\">
";
// line 2
echo PhpMyAdmin\Util::getListNavigator( // line 3
($context["database_count"] ?? null), // line 4
($context["pos"] ?? null), // line 5
($context["url_params"] ?? null), "server_databases.php", "frame_content", // line 8
($context["max_db_list"] ?? null));
// line 9
echo "
<form class=\"ajax\" action=\"server_databases.php\" method=\"post\" name=\"dbStatsForm\" id=\"dbStatsForm\">
";
// line 11
echo PhpMyAdmin\Url::getHiddenInputs(($context["url_params"] ?? null));
echo "
";
// line 12
$context["url_params"] = twig_array_merge(($context["url_params"] ?? null), ["sort_by" => "SCHEMA_NAME", "sort_order" => (((( // line 14
($context["sort_by"] ?? null) == "SCHEMA_NAME") && (($context["sort_order"] ?? null) == "asc"))) ? ("desc") : ("asc"))]);
// line 16
echo " <div class=\"responsivetable\">
<table id=\"tabledatabases\" class=\"data\">
";
// line 18
$this->loadTemplate("server/databases/table_header.twig", "server/databases/databases_header.twig", 18)->display(twig_to_array(["url_params" => // line 19
($context["url_params"] ?? null), "sort_by" => // line 20
($context["sort_by"] ?? null), "sort_order" => // line 21
($context["sort_order"] ?? null), "sort_order_text" => ((( // line 22
($context["sort_order"] ?? null) == "asc")) ? (_gettext("Ascending")) : (_gettext("Descending"))), "column_order" => // line 23
($context["column_order"] ?? null), "first_database" => // line 24
($context["first_database"] ?? null), "master_replication" => // line 25
($context["master_replication"] ?? null), "slave_replication" => // line 26
($context["slave_replication"] ?? null), "is_superuser" => // line 27
($context["is_superuser"] ?? null), "allow_user_drop_database" => // line 28
($context["allow_user_drop_database"] ?? null)]));
}
public function getTemplateName()
{
return "server/databases/databases_header.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 64 => 28, 63 => 27, 62 => 26, 61 => 25, 60 => 24, 59 => 23, 58 => 22, 57 => 21, 56 => 20, 55 => 19, 54 => 18, 50 => 16, 48 => 14, 47 => 12, 43 => 11, 39 => 9, 37 => 8, 36 => 5, 35 => 4, 34 => 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("", "server/databases/databases_header.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/server/databases/databases_header.twig");
}
}
64/641ebfc91131b591eee07ef2175c9df7f441a4553b862a81b0d35ccf66ebc145.php 0000644 00000015647 15152073666 0016474 0 ustar 00 <?php
/* database/structure/table_header.twig */
class __TwigTemplate_8cf70442c2022ed807cd2b34a0781862553775755ba053637053c34348becd45 extends Twig_Template
{
public function __construct(Twig_Environment $env)
{
parent::__construct($env);
$this->parent = false;
$this->blocks = array(
);
}
protected function doDisplay(array $context, array $blocks = array())
{
// line 1
echo "<form method=\"post\" action=\"db_structure.php\" name=\"tablesForm\" id=\"tablesForm\">
";
// line 2
echo PhpMyAdmin\Url::getHiddenInputs(($context["db"] ?? null));
echo "
<div class=\"responsivetable\">
<table id=\"structureTable\" class=\"data\">
<thead>
<tr>
<th class=\"print_ignore\"></th>
<th>";
// line 8
echo PhpMyAdmin\Util::sortableTableHeader(_gettext("Table"), "table");
echo "</th>
";
// line 9
if (($context["replication"] ?? null)) {
// line 10
echo " <th>";
echo _gettext("Replication");
echo "</th>
";
}
// line 12
echo "
";
// line 13
if (($context["db_is_system_schema"] ?? null)) {
// line 14
echo " ";
$context["action_colspan"] = 3;
// line 15
echo " ";
} else {
// line 16
echo " ";
$context["action_colspan"] = 6;
// line 17
echo " ";
}
// line 18
echo " ";
if ((($context["num_favorite_tables"] ?? null) > 0)) {
// line 19
echo " ";
$context["action_colspan"] = (($context["action_colspan"] ?? null) + 1);
// line 20
echo " ";
}
// line 21
echo " <th colspan=\"";
echo twig_escape_filter($this->env, ($context["action_colspan"] ?? null), "html", null, true);
echo "\" class=\"print_ignore\">
";
// line 22
echo _gettext("Action");
// line 23
echo " </th>
";
// line 25
echo " <th>
";
// line 26
echo PhpMyAdmin\Util::sortableTableHeader(_gettext("Rows"), "records", "DESC");
echo "
";
// line 27
echo PhpMyAdmin\Util::showHint(PhpMyAdmin\Sanitize::sanitize(_gettext("May be approximate. Click on the number to get the exact count. See [doc@faq3-11]FAQ 3.11[/doc].")));
// line 29
echo "
</th>
";
// line 31
if ( !(($context["properties_num_columns"] ?? null) > 1)) {
// line 32
echo " <th>";
echo PhpMyAdmin\Util::sortableTableHeader(_gettext("Type"), "type");
echo "</th>
<th>";
// line 33
echo PhpMyAdmin\Util::sortableTableHeader(_gettext("Collation"), "collation");
echo "</th>
";
}
// line 35
echo "
";
// line 36
if (($context["is_show_stats"] ?? null)) {
// line 37
echo " ";
// line 38
echo " <th>";
echo PhpMyAdmin\Util::sortableTableHeader(_gettext("Size"), "size", "DESC");
echo "</th>
";
// line 40
echo " <th>";
echo PhpMyAdmin\Util::sortableTableHeader(_gettext("Overhead"), "overhead", "DESC");
echo "</th>
";
}
// line 42
echo "
";
// line 43
if (($context["show_charset"] ?? null)) {
// line 44
echo " <th>";
echo PhpMyAdmin\Util::sortableTableHeader(_gettext("Charset"), "charset");
echo "</th>
";
}
// line 46
echo "
";
// line 47
if (($context["show_comment"] ?? null)) {
// line 48
echo " <th>";
echo PhpMyAdmin\Util::sortableTableHeader(_gettext("Comment"), "comment");
echo "</th>
";
}
// line 50
echo "
";
// line 51
if (($context["show_creation"] ?? null)) {
// line 52
echo " ";
// line 53
echo " <th>";
echo PhpMyAdmin\Util::sortableTableHeader(_gettext("Creation"), "creation", "DESC");
echo "</th>
";
}
// line 55
echo "
";
// line 56
if (($context["show_last_update"] ?? null)) {
// line 57
echo " ";
// line 58
echo " <th>";
echo PhpMyAdmin\Util::sortableTableHeader(_gettext("Last update"), "last_update", "DESC");
echo "</th>
";
}
// line 60
echo "
";
// line 61
if (($context["show_last_check"] ?? null)) {
// line 62
echo " ";
// line 63
echo " <th>";
echo PhpMyAdmin\Util::sortableTableHeader(_gettext("Last check"), "last_check", "DESC");
echo "</th>
";
}
// line 65
echo " </tr>
</thead>
<tbody>
";
}
public function getTemplateName()
{
return "database/structure/table_header.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 183 => 65, 177 => 63, 175 => 62, 173 => 61, 170 => 60, 164 => 58, 162 => 57, 160 => 56, 157 => 55, 151 => 53, 149 => 52, 147 => 51, 144 => 50, 138 => 48, 136 => 47, 133 => 46, 127 => 44, 125 => 43, 122 => 42, 116 => 40, 111 => 38, 109 => 37, 107 => 36, 104 => 35, 99 => 33, 94 => 32, 92 => 31, 88 => 29, 86 => 27, 82 => 26, 79 => 25, 76 => 23, 74 => 22, 69 => 21, 66 => 20, 63 => 19, 60 => 18, 57 => 17, 54 => 16, 51 => 15, 48 => 14, 46 => 13, 43 => 12, 37 => 10, 35 => 9, 31 => 8, 22 => 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("", "database/structure/table_header.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/database/structure/table_header.twig");
}
}
bc/bc0c2377f3ae1f57448cb74731dc119790ff703622b6f457cd20b03c748aaa37.php 0000644 00000005176 15152073666 0016375 0 ustar 00 <?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
/* display/export/options_output_separate_files.twig */
class __TwigTemplate_9a261795b744c7b87e9ca6d419c3938d143f729783059370017c05c20c3219e3 extends \Twig\Template
{
public function __construct(Environment $env)
{
parent::__construct($env);
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
// line 1
echo "<li>
<input type=\"checkbox\" id=\"checkbox_as_separate_files\"
name=\"as_separate_files\" value=\"";
// line 3
echo twig_escape_filter($this->env, ($context["export_type"] ?? null), "html", null, true);
echo "\"";
// line 4
echo ((($context["is_checked"] ?? null)) ? (" checked") : (""));
echo ">
<label for=\"checkbox_as_separate_files\">
";
// line 6
if ((($context["export_type"] ?? null) == "server")) {
// line 7
echo " ";
echo _gettext("Export databases as separate files");
// line 8
echo " ";
} elseif ((($context["export_type"] ?? null) == "database")) {
// line 9
echo " ";
echo _gettext("Export tables as separate files");
// line 10
echo " ";
}
// line 11
echo " </label>
</li>
";
}
public function getTemplateName()
{
return "display/export/options_output_separate_files.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 56 => 11, 53 => 10, 50 => 9, 47 => 8, 44 => 7, 42 => 6, 37 => 4, 34 => 3, 30 => 1,);
}
/** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */
public function getSource()
{
@trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED);
return $this->getSourceContext()->getCode();
}
public function getSourceContext()
{
return new Source("", "display/export/options_output_separate_files.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/display/export/options_output_separate_files.twig");
}
}
0d/0dd32f76223d0215138101e4c6016bda950dfa0493f1ea5dd9a1bca4f7a491d9.php 0000644 00000007215 15152073666 0016421 0 ustar 00 <?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
/* dropdown.twig */
class __TwigTemplate_cf8783326fcb08fce4243a64a9c82178a1d6181048e586aebb92a79396676bb6 extends \Twig\Template
{
public function __construct(Environment $env)
{
parent::__construct($env);
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
// line 1
echo "<select name=\"";
echo twig_escape_filter($this->env, ($context["select_name"] ?? null), "html", null, true);
echo "\"";
if ( !twig_test_empty(($context["id"] ?? null))) {
echo " id=\"";
echo twig_escape_filter($this->env, ($context["id"] ?? null), "html", null, true);
echo "\"";
}
// line 2
if ( !twig_test_empty(($context["class"] ?? null))) {
echo " class=\"";
echo twig_escape_filter($this->env, ($context["class"] ?? null), "html", null, true);
echo "\"";
}
echo ">
";
// line 3
if ( !twig_test_empty(($context["placeholder"] ?? null))) {
// line 4
echo " <option value=\"\" disabled=\"disabled\"";
// line 5
if ( !($context["selected"] ?? null)) {
echo " selected=\"selected\"";
}
echo ">";
echo twig_escape_filter($this->env, ($context["placeholder"] ?? null), "html", null, true);
echo "</option>
";
}
// line 7
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(($context["result_options"] ?? null));
foreach ($context['_seq'] as $context["_key"] => $context["option"]) {
// line 8
echo "<option value=\"";
echo twig_escape_filter($this->env, $this->getAttribute($context["option"], "value", [], "array"), "html", null, true);
echo "\"";
// line 9
echo (($this->getAttribute($context["option"], "selected", [], "array")) ? (" selected=\"selected\"") : (""));
echo ">";
echo twig_escape_filter($this->env, $this->getAttribute($context["option"], "label", [], "array"), "html", null, true);
echo "</option>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['option'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 11
echo "</select>
";
}
public function getTemplateName()
{
return "dropdown.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 78 => 11, 68 => 9, 64 => 8, 60 => 7, 51 => 5, 49 => 4, 47 => 3, 39 => 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("", "dropdown.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/dropdown.twig");
}
}
3f/3f14a768eafadb3d044ab9231646e499fe5888a4cdfcf2c602c8fed9c6503ca0.php 0000644 00000006171 15152073666 0016777 0 ustar 00 <?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
/* display/results/table_navigation_button.twig */
class __TwigTemplate_393f34a7a6972343463c2336d513a591c5bc36a3114ee94ce9e7c010adfe4e88 extends \Twig\Template
{
public function __construct(Environment $env)
{
parent::__construct($env);
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
// line 1
echo "<td>
<form action=\"sql.php\" method=\"post\"";
// line 2
echo ($context["onsubmit"] ?? null);
echo ">
";
// line 3
echo PhpMyAdmin\Url::getHiddenInputs(($context["db"] ?? null), ($context["table"] ?? null));
echo "
<input type=\"hidden\" name=\"sql_query\" value=\"";
// line 4
echo ($context["sql_query"] ?? null);
echo "\" />
<input type=\"hidden\" name=\"pos\" value=\"";
// line 5
echo twig_escape_filter($this->env, ($context["pos"] ?? null), "html", null, true);
echo "\" />
<input type=\"hidden\" name=\"is_browse_distinct\" value=\"";
// line 6
echo twig_escape_filter($this->env, ($context["is_browse_distinct"] ?? null), "html", null, true);
echo "\" />
<input type=\"hidden\" name=\"goto\" value=\"";
// line 7
echo twig_escape_filter($this->env, ($context["goto"] ?? null), "html", null, true);
echo "\" />
";
// line 8
echo ($context["input_for_real_end"] ?? null);
echo "
<input type=\"submit\" name=\"navig\" class=\"ajax\" value=\"";
// line 9
echo ($context["caption_output"] ?? null);
echo "\" title=\"";
echo twig_escape_filter($this->env, ($context["title"] ?? null), "html", null, true);
echo "\"";
// line 10
echo ($context["onclick"] ?? null);
echo " />
</form>
</td>
";
}
public function getTemplateName()
{
return "display/results/table_navigation_button.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 66 => 10, 61 => 9, 57 => 8, 53 => 7, 49 => 6, 45 => 5, 41 => 4, 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/results/table_navigation_button.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/display/results/table_navigation_button.twig");
}
}
67/67039fd30dd195581b0b9ffdcf6b9995b611b97431927109d7214cb8e42ed919.php 0000644 00000003606 15152073666 0016147 0 ustar 00 <?php
/* database/structure/print_view_data_dictionary_link.twig */
class __TwigTemplate_6ddfe2d94e20fca7dbcd5e94e4be2e2e0a83efe9aaee71d2455ff0619a0f75a8 extends Twig_Template
{
public function __construct(Twig_Environment $env)
{
parent::__construct($env);
$this->parent = false;
$this->blocks = array(
);
}
protected function doDisplay(array $context, array $blocks = array())
{
// line 1
echo "<p class=\"print_ignore\">
<a href=\"#\" id=\"printView\">
";
// line 3
echo PhpMyAdmin\Util::getIcon("b_print", _gettext("Print"), true);
echo "
</a>
<a href=\"db_datadict.php";
// line 5
echo twig_escape_filter($this->env, ($context["url_query"] ?? null), "html", null, true);
echo "\" target=\"print_view\">
";
// line 6
echo PhpMyAdmin\Util::getIcon("b_tblanalyse", _gettext("Data dictionary"), true);
echo "
</a>
</p>
";
}
public function getTemplateName()
{
return "database/structure/print_view_data_dictionary_link.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 32 => 6, 28 => 5, 23 => 3, 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/print_view_data_dictionary_link.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/database/structure/print_view_data_dictionary_link.twig");
}
}
12/12ec48a606fece14a533f6cf3254345ce943c8974990b6425b36e2882c240add.php 0000644 00000006147 15152073666 0016172 0 ustar 00 <?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
/* table/structure/table_structure_header.twig */
class __TwigTemplate_e8283f8d47a1cc265ccbfec5f1b559e8416d2b35ca52815d54033ae6adc615ab extends \Twig\Template
{
public function __construct(Environment $env)
{
parent::__construct($env);
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
// line 1
echo "<thead>
<tr>
<th class=\"print_ignore\"></th>
<th>#</th>
<th>";
// line 5
echo _gettext("Name");
echo "</th>
<th>";
// line 6
echo _gettext("Type");
echo "</th>
<th>";
// line 7
echo _gettext("Collation");
echo "</th>
<th>";
// line 8
echo _gettext("Attributes");
echo "</th>
<th>";
// line 9
echo _gettext("Null");
echo "</th>
<th>";
// line 10
echo _gettext("Default");
echo "</th>
";
// line 11
if (($context["show_column_comments"] ?? null)) {
// line 12
echo "<th>";
echo _gettext("Comments");
echo "</th>";
}
// line 14
echo " <th>";
echo _gettext("Extra");
echo "</th>
";
// line 16
echo " ";
if (( !($context["db_is_system_schema"] ?? null) && !($context["tbl_is_view"] ?? null))) {
// line 17
echo " <th colspan=\"";
echo ((PhpMyAdmin\Util::showIcons("ActionLinksMode")) ? ("8") : ("9"));
// line 18
echo "\" class=\"action print_ignore\">";
echo _gettext("Action");
echo "</th>
";
}
// line 20
echo " </tr>
</thead>
";
}
public function getTemplateName()
{
return "table/structure/table_structure_header.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 84 => 20, 78 => 18, 75 => 17, 72 => 16, 67 => 14, 62 => 12, 60 => 11, 56 => 10, 52 => 9, 48 => 8, 44 => 7, 40 => 6, 36 => 5, 30 => 1,);
}
/** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */
public function getSource()
{
@trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED);
return $this->getSourceContext()->getCode();
}
public function getSourceContext()
{
return new Source("", "table/structure/table_structure_header.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/table/structure/table_structure_header.twig");
}
}
12/12ce9186ff06f337886da1ecaaed715fa4fbc84f2a6d9aeb39624581c8af1e08.php 0000644 00000004554 15152073666 0016721 0 ustar 00 <?php
/* navigation/logo.twig */
class __TwigTemplate_a22b47854f7c355cea6e808c549faa685e4f3d94c3e4b0683786d1a8457ba50b extends Twig_Template
{
public function __construct(Twig_Environment $env)
{
parent::__construct($env);
$this->parent = false;
$this->blocks = array(
);
}
protected function doDisplay(array $context, array $blocks = array())
{
// line 1
if (($context["display_logo"] ?? null)) {
// line 2
echo " <div id=\"pmalogo\">
";
// line 3
if (($context["use_logo_link"] ?? null)) {
// line 4
echo " <a href=\"";
echo (((isset($context["logo_link"]) || array_key_exists("logo_link", $context))) ? (_twig_default_filter(($context["logo_link"] ?? null), "#")) : ("#"));
echo "\"";
// line 5
echo twig_escape_filter($this->env, (((isset($context["link_attribs"]) || array_key_exists("link_attribs", $context))) ? ((" " . ($context["link_attribs"] ?? null))) : ("")), "html", null, true);
echo ">
";
}
// line 7
echo " ";
echo ($context["logo"] ?? null);
echo "
";
// line 8
if (($context["use_logo_link"] ?? null)) {
// line 9
echo " </a>
";
}
// line 11
echo " </div>
";
}
}
public function getTemplateName()
{
return "navigation/logo.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 46 => 11, 42 => 9, 40 => 8, 35 => 7, 30 => 5, 26 => 4, 24 => 3, 21 => 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("", "navigation/logo.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/navigation/logo.twig");
}
}
d3/d3a588c16dc70d1d886e6cf9fd4cfbc5a3e94cf9748a8f153b91243a25f1f4ca.php 0000644 00000005230 15152073666 0017004 0 ustar 00 <?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
/* navigation/logo.twig */
class __TwigTemplate_4a835f0c467ba62a26a9ee314b75dfcba7150867fa5dc448c3058ea87e1d2543 extends \Twig\Template
{
public function __construct(Environment $env)
{
parent::__construct($env);
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
// line 1
if (($context["display_logo"] ?? null)) {
// line 2
echo " <div id=\"pmalogo\">
";
// line 3
if (($context["use_logo_link"] ?? null)) {
// line 4
echo " <a href=\"";
echo (((isset($context["logo_link"]) || array_key_exists("logo_link", $context))) ? (_twig_default_filter(($context["logo_link"] ?? null), "#")) : ("#"));
echo "\"";
// line 5
(((isset($context["link_attribs"]) || array_key_exists("link_attribs", $context))) ? (print (twig_escape_filter($this->env, (" " . ($context["link_attribs"] ?? null)), "html", null, true))) : (print ("")));
echo ">
";
}
// line 7
echo " ";
echo ($context["logo"] ?? null);
echo "
";
// line 8
if (($context["use_logo_link"] ?? null)) {
// line 9
echo " </a>
";
}
// line 11
echo " </div>
";
}
}
public function getTemplateName()
{
return "navigation/logo.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 57 => 11, 53 => 9, 51 => 8, 46 => 7, 41 => 5, 37 => 4, 35 => 3, 32 => 2, 30 => 1,);
}
/** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */
public function getSource()
{
@trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED);
return $this->getSourceContext()->getCode();
}
public function getSourceContext()
{
return new Source("", "navigation/logo.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/navigation/logo.twig");
}
}
91/91e9d37f989493c5b2486869be3c53ca5d36ea0472d28737aa56784167eabaee.php 0000644 00000011625 15152073666 0016316 0 ustar 00 <?php
/* display/export/options_output.twig */
class __TwigTemplate_efead39210559d222015de107b98e20dbee7b1eaf359c77a606f3a59b19cd676 extends Twig_Template
{
public function __construct(Twig_Environment $env)
{
parent::__construct($env);
$this->parent = false;
$this->blocks = array(
);
}
protected function doDisplay(array $context, array $blocks = array())
{
// line 1
echo "<div class=\"exportoptions\" id=\"output\">
<h3>";
// line 2
echo _gettext("Output:");
echo "</h3>
<ul id=\"ul_output\">
<li>
<input type=\"checkbox\" id=\"btn_alias_config\"";
// line 5
echo ((($context["has_aliases"] ?? null)) ? (" checked") : (""));
echo ">
<label for=\"btn_alias_config\">
";
// line 7
echo _gettext("Rename exported databases/tables/columns");
// line 8
echo " </label>
</li>
";
// line 11
if ((($context["export_type"] ?? null) != "server")) {
// line 12
echo " <li>
<input type=\"checkbox\" name=\"lock_tables\"
value=\"something\" id=\"checkbox_lock_tables\"";
// line 15
echo (((( !($context["repopulate"] ?? null) && ($context["is_checked_lock_tables"] ?? null)) || ($context["lock_tables"] ?? null))) ? (" checked") : (""));
echo ">
<label for=\"checkbox_lock_tables\">
";
// line 17
echo sprintf(_gettext("Use %s statement"), "<code>LOCK TABLES</code>");
echo "
</label>
</li>
";
}
// line 21
echo "
<li>
<input type=\"radio\" name=\"output_format\" value=\"sendit\" id=\"radio_dump_asfile\"";
// line 24
echo ((( !($context["repopulate"] ?? null) && ($context["is_checked_asfile"] ?? null))) ? (" checked") : (""));
echo ">
<label for=\"radio_dump_asfile\">
";
// line 26
echo _gettext("Save output to a file");
// line 27
echo " </label>
<ul id=\"ul_save_asfile\">
";
// line 29
if ( !twig_test_empty(($context["save_dir"] ?? null))) {
// line 30
echo " ";
echo ($context["options_output_save_dir"] ?? null);
echo "
";
}
// line 32
echo "
";
// line 33
echo ($context["options_output_format"] ?? null);
echo "
";
// line 35
if (($context["is_encoding_supported"] ?? null)) {
// line 36
echo " ";
echo ($context["options_output_charset"] ?? null);
echo "
";
}
// line 38
echo "
";
// line 39
echo ($context["options_output_compression"] ?? null);
echo "
";
// line 41
if (((($context["export_type"] ?? null) == "server") || (($context["export_type"] ?? null) == "database"))) {
// line 42
echo " ";
echo ($context["options_output_separate_files"] ?? null);
echo "
";
}
// line 44
echo " </ul>
</li>
";
// line 47
echo ($context["options_output_radio"] ?? null);
echo "
</ul>
<label for=\"maxsize\">";
// line 51
echo sprintf(_gettext("Skip tables larger than %s MiB"), "</label><input type=\"text\" id=\"maxsize\" name=\"maxsize\" size=\"4\">");
// line 53
echo "
</div>
";
}
public function getTemplateName()
{
return "display/export/options_output.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 126 => 53, 124 => 51, 118 => 47, 113 => 44, 107 => 42, 105 => 41, 100 => 39, 97 => 38, 91 => 36, 89 => 35, 84 => 33, 81 => 32, 75 => 30, 73 => 29, 69 => 27, 67 => 26, 62 => 24, 58 => 21, 51 => 17, 46 => 15, 42 => 12, 40 => 11, 35 => 8, 33 => 7, 28 => 5, 22 => 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("", "display/export/options_output.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/display/export/options_output.twig");
}
}
91/91d9e025bd20292d74b0ebb8c0ad765836f03eb53d30fa0c19eca889c7281177.php 0000644 00000005403 15152073666 0016320 0 ustar 00 <?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
/* checkbox.twig */
class __TwigTemplate_ff5a919ca0234d4e528e34692c783fcaa5ac84f7dba77d68c11876a6538f3a72 extends \Twig\Template
{
public function __construct(Environment $env)
{
parent::__construct($env);
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
// line 1
echo "<input type=\"checkbox\" name=\"";
echo twig_escape_filter($this->env, ($context["html_field_name"] ?? null), "html", null, true);
echo "\"";
// line 2
if ((isset($context["html_field_id"]) || array_key_exists("html_field_id", $context))) {
echo " id=\"";
echo twig_escape_filter($this->env, ($context["html_field_id"] ?? null), "html", null, true);
echo "\"";
}
// line 3
if (((isset($context["checked"]) || array_key_exists("checked", $context)) && ($context["checked"] ?? null))) {
echo " checked=\"checked\"";
}
// line 4
if (((isset($context["onclick"]) || array_key_exists("onclick", $context)) && ($context["onclick"] ?? null))) {
echo " class=\"autosubmit\"";
}
echo " /><label";
// line 5
if ((isset($context["html_field_id"]) || array_key_exists("html_field_id", $context))) {
echo " for=\"";
echo twig_escape_filter($this->env, ($context["html_field_id"] ?? null), "html", null, true);
echo "\"";
}
// line 6
echo ">";
echo twig_escape_filter($this->env, ($context["label"] ?? null), "html", null, true);
echo "</label>
";
}
public function getTemplateName()
{
return "checkbox.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 55 => 6, 49 => 5, 44 => 4, 40 => 3, 34 => 2, 30 => 1,);
}
/** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */
public function getSource()
{
@trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED);
return $this->getSourceContext()->getCode();
}
public function getSourceContext()
{
return new Source("", "checkbox.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/checkbox.twig");
}
}
78/786fc5d49e751f699117fbb46b2e5920f5cdae9b5b3e7bb04e39d201b9048164.php 0000644 00000004103 15152073666 0016350 0 ustar 00 <?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
/* database/structure/empty_table.twig */
class __TwigTemplate_dd76f458e5b2ff8ea2494ecd8eeb223cc13312f7a212de9d1dda5d4ebb045da9 extends \Twig\Template
{
public function __construct(Environment $env)
{
parent::__construct($env);
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
// line 1
echo "<a class=\"truncate_table_anchor ajax\" href=\"sql.php\" data-post=\"";
echo ($context["tbl_url_query"] ?? null);
echo "&sql_query=";
// line 2
echo twig_escape_filter($this->env, ($context["sql_query"] ?? null), "html", null, true);
echo "&message_to_show=";
echo twig_escape_filter($this->env, ($context["message_to_show"] ?? null), "html", null, true);
echo "\">
";
// line 3
echo ($context["title"] ?? null);
echo "
</a>
";
}
public function getTemplateName()
{
return "database/structure/empty_table.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 40 => 3, 34 => 2, 30 => 1,);
}
/** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */
public function getSource()
{
@trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED);
return $this->getSourceContext()->getCode();
}
public function getSourceContext()
{
return new Source("", "database/structure/empty_table.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/database/structure/empty_table.twig");
}
}
5c/5c6f34c53f6f8838bfde8dabfe1f7f0d4bf4207b35ca06149541e88dcd411032.php 0000644 00000002715 15152073666 0016631 0 ustar 00 <?php
/* database/structure/search_table.twig */
class __TwigTemplate_d477ae55fd73915f007d2cca80d523877b5dde926bf6ceacf4faf5f86fe54113 extends Twig_Template
{
public function __construct(Twig_Environment $env)
{
parent::__construct($env);
$this->parent = false;
$this->blocks = array(
);
}
protected function doDisplay(array $context, array $blocks = array())
{
// line 1
echo "<a href=\"tbl_select.php";
echo ($context["tbl_url_query"] ?? null);
echo "\">
";
// line 2
echo ($context["title"] ?? null);
echo "
</a>
";
}
public function getTemplateName()
{
return "database/structure/search_table.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 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("", "database/structure/search_table.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/database/structure/search_table.twig");
}
}
5c/5cf13d5a4ba7434d92bc44defee51a93cfbafa0d7984fcb8cbea606d97fe3e1a.php 0000644 00000043146 15152073666 0017431 0 ustar 00 <?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
/* display/import/import.twig */
class __TwigTemplate_b1958ff6687ad09168d520fd0352272bb2a1677b55c703f820341055c043b019 extends \Twig\Template
{
public function __construct(Environment $env)
{
parent::__construct($env);
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
// line 1
echo "<iframe id=\"import_upload_iframe\" name=\"import_upload_iframe\" width=\"1\" height=\"1\" class=\"hide\"></iframe>
<div id=\"import_form_status\" class=\"hide\"></div>
<div id=\"importmain\">
<img src=\"";
// line 4
echo twig_escape_filter($this->env, ($context["pma_theme_image"] ?? null), "html", null, true);
echo "ajax_clock_small.gif\" width=\"16\" height=\"16\" alt=\"ajax clock\" class=\"hide\" />
<script type=\"text/javascript\">
//<![CDATA[
";
// line 8
$this->loadTemplate("display/import/javascript.twig", "display/import/import.twig", 8)->display(twig_to_array(["upload_id" => // line 9
($context["upload_id"] ?? null), "handler" => // line 10
($context["handler"] ?? null), "pma_theme_image" => // line 11
($context["pma_theme_image"] ?? null)]));
// line 13
echo " //]]>
</script>
<form id=\"import_file_form\"
action=\"import.php\"
method=\"post\"
enctype=\"multipart/form-data\"
name=\"import\"
class=\"ajax\"";
// line 22
if ((($context["handler"] ?? null) != "PhpMyAdmin\\Plugins\\Import\\Upload\\UploadNoplugin")) {
// line 23
echo " target=\"import_upload_iframe\"";
}
// line 24
echo ">
<input type=\"hidden\" name=\"";
// line 26
echo twig_escape_filter($this->env, ($context["id_key"] ?? null), "html", null, true);
echo "\" value=\"";
echo twig_escape_filter($this->env, ($context["upload_id"] ?? null), "html", null, true);
echo "\" />
";
// line 27
if ((($context["import_type"] ?? null) == "server")) {
// line 28
echo " ";
echo PhpMyAdmin\Url::getHiddenInputs("", "", 1);
echo "
";
} elseif (( // line 29
($context["import_type"] ?? null) == "database")) {
// line 30
echo " ";
echo PhpMyAdmin\Url::getHiddenInputs(($context["db"] ?? null), "", 1);
echo "
";
} else {
// line 32
echo " ";
echo PhpMyAdmin\Url::getHiddenInputs(($context["db"] ?? null), ($context["table"] ?? null), 1);
echo "
";
}
// line 34
echo " <input type=\"hidden\" name=\"import_type\" value=\"";
echo twig_escape_filter($this->env, ($context["import_type"] ?? null), "html", null, true);
echo "\" />
<div class=\"exportoptions\" id=\"header\">
<h2>
";
// line 38
echo PhpMyAdmin\Util::getImage("b_import", _gettext("Import"));
echo "
";
// line 39
if ((($context["import_type"] ?? null) == "server")) {
// line 40
echo " ";
echo _gettext("Importing into the current server");
// line 41
echo " ";
} elseif ((($context["import_type"] ?? null) == "database")) {
// line 42
echo " ";
echo twig_escape_filter($this->env, sprintf(_gettext("Importing into the database \"%s\""), ($context["db"] ?? null)), "html", null, true);
echo "
";
} else {
// line 44
echo " ";
echo twig_escape_filter($this->env, sprintf(_gettext("Importing into the table \"%s\""), ($context["table"] ?? null)), "html", null, true);
echo "
";
}
// line 46
echo " </h2>
</div>
<div class=\"importoptions\">
<h3>";
// line 50
echo _gettext("File to import:");
echo "</h3>
";
// line 53
echo " ";
if ( !twig_test_empty(($context["compressions"] ?? null))) {
// line 54
echo " <div class=\"formelementrow\" id=\"compression_info\">
<p>
";
// line 56
echo twig_escape_filter($this->env, sprintf(_gettext("File may be compressed (%s) or uncompressed."), twig_join_filter(($context["compressions"] ?? null), ", ")), "html", null, true);
echo "
<br>
";
// line 58
echo _gettext("A compressed file's name must end in <strong>.[format].[compression]</strong>. Example: <strong>.sql.zip</strong>");
// line 59
echo " </p>
</div>
";
}
// line 62
echo "
<div class=\"formelementrow\" id=\"upload_form\">
";
// line 64
if ((($context["is_upload"] ?? null) && !twig_test_empty(($context["upload_dir"] ?? null)))) {
// line 65
echo " <ul>
<li>
<input type=\"radio\" name=\"file_location\" id=\"radio_import_file\" required=\"required\" />
";
// line 68
echo PhpMyAdmin\Util::getBrowseUploadFileBlock(($context["max_upload_size"] ?? null));
echo "
";
// line 69
echo _gettext("You may also drag and drop a file on any page.");
// line 70
echo " </li>
<li>
<input type=\"radio\" name=\"file_location\" id=\"radio_local_import_file\"";
// line 73
if (( !twig_test_empty(($context["timeout_passed_global"] ?? null)) && !twig_test_empty(($context["local_import_file"] ?? null)))) {
// line 74
echo " checked=\"checked\"";
}
// line 75
echo " />
";
// line 76
echo PhpMyAdmin\Util::getSelectUploadFileBlock( // line 77
($context["import_list"] ?? null), // line 78
($context["upload_dir"] ?? null));
// line 79
echo "
</li>
</ul>
";
} elseif ( // line 82
($context["is_upload"] ?? null)) {
// line 83
echo " ";
echo PhpMyAdmin\Util::getBrowseUploadFileBlock(($context["max_upload_size"] ?? null));
echo "
<p>";
// line 84
echo _gettext("You may also drag and drop a file on any page.");
echo "</p>
";
} elseif ( ! // line 85
($context["is_upload"] ?? null)) {
// line 86
echo " ";
echo call_user_func_array($this->env->getFunction('Message_notice')->getCallable(), [_gettext("File uploads are not allowed on this server.")]);
echo "
";
} elseif ( !twig_test_empty( // line 87
($context["upload_dir"] ?? null))) {
// line 88
echo " ";
echo PhpMyAdmin\Util::getSelectUploadFileBlock( // line 89
($context["import_list"] ?? null), // line 90
($context["upload_dir"] ?? null));
// line 91
echo "
";
}
// line 93
echo " </div>
<div class=\"formelementrow\" id=\"charaset_of_file\">
";
// line 97
echo " <label for=\"charset_of_file\">";
echo _gettext("Character set of the file:");
echo "</label>
";
// line 98
if (($context["is_encoding_supported"] ?? null)) {
// line 99
echo " <select id=\"charset_of_file\" name=\"charset_of_file\" size=\"1\">
";
// line 100
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(($context["encodings"] ?? null));
foreach ($context['_seq'] as $context["_key"] => $context["charset"]) {
// line 101
echo " <option value=\"";
echo twig_escape_filter($this->env, $context["charset"], "html", null, true);
echo "\"
";
// line 102
if (((twig_test_empty(($context["import_charset"] ?? null)) && ($context["charset"] == "utf-8")) || ( // line 103
$context["charset"] == ($context["import_charset"] ?? null)))) {
// line 104
echo " selected=\"selected\"
";
}
// line 105
echo ">
";
// line 106
echo twig_escape_filter($this->env, $context["charset"], "html", null, true);
echo "
</option>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['charset'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 109
echo " </select>
";
} else {
// line 111
echo " ";
echo PhpMyAdmin\Charsets::getCharsetDropdownBox( // line 112
($context["dbi"] ?? null), // line 113
($context["disable_is"] ?? null), "charset_of_file", "charset_of_file", "utf8", false);
// line 118
echo "
";
}
// line 120
echo " </div>
</div>
<div class=\"importoptions\">
<h3>";
// line 124
echo _gettext("Partial import:");
echo "</h3>
";
// line 126
if (((isset($context["timeout_passed"]) || array_key_exists("timeout_passed", $context)) && ($context["timeout_passed"] ?? null))) {
// line 127
echo " <div class=\"formelementrow\">
<input type=\"hidden\" name=\"skip\" value=\"";
// line 128
echo twig_escape_filter($this->env, ($context["offset"] ?? null), "html", null, true);
echo "\" />
";
// line 129
echo twig_escape_filter($this->env, sprintf(_gettext("Previous import timed out, after resubmitting will continue from position %d."), ($context["offset"] ?? null)), "html", null, true);
echo "
</div>
";
}
// line 132
echo "
<div class=\"formelementrow\">
<input type=\"checkbox\" name=\"allow_interrupt\" value=\"yes\" id=\"checkbox_allow_interrupt\"
";
// line 135
echo PhpMyAdmin\Plugins::checkboxCheck("Import", "allow_interrupt");
echo " />
<label for=\"checkbox_allow_interrupt\">
";
// line 137
echo _gettext("Allow the interruption of an import in case the script detects it is close to the PHP timeout limit. <em>(This might be a good way to import large files, however it can break transactions.)</em>");
// line 138
echo " </label>
</div>
";
// line 141
if ( !((isset($context["timeout_passed"]) || array_key_exists("timeout_passed", $context)) && ($context["timeout_passed"] ?? null))) {
// line 142
echo " <div class=\"formelementrow\">
<label for=\"text_skip_queries\">
";
// line 144
echo _gettext("Skip this number of queries (for SQL) starting from the first one:");
// line 145
echo " </label>
<input type=\"number\" name=\"skip_queries\" value=\"";
// line 147
echo PhpMyAdmin\Plugins::getDefault("Import", "skip_queries");
// line 148
echo "\" id=\"text_skip_queries\" min=\"0\" />
</div>
";
} else {
// line 151
echo " ";
// line 154
echo " <input type=\"hidden\" name=\"skip_queries\" value=\"";
// line 155
echo PhpMyAdmin\Plugins::getDefault("Import", "skip_queries");
// line 156
echo "\" id=\"text_skip_queries\" />
";
}
// line 158
echo " </div>
<div class=\"importoptions\">
<h3>";
// line 161
echo _gettext("Other options:");
echo "</h3>
<div class=\"formelementrow\">
";
// line 163
echo PhpMyAdmin\Util::getFKCheckbox();
echo "
</div>
</div>
<div class=\"importoptions\">
<h3>";
// line 168
echo _gettext("Format:");
echo "</h3>
";
// line 169
echo PhpMyAdmin\Plugins::getChoice("Import", "format", ($context["import_list"] ?? null));
echo "
<div id=\"import_notification\"></div>
</div>
<div class=\"importoptions\" id=\"format_specific_opts\">
<h3>";
// line 174
echo _gettext("Format-specific options:");
echo "</h3>
<p class=\"no_js_msg\" id=\"scroll_to_options_msg\">
";
// line 176
echo _gettext("Scroll down to fill in the options for the selected format and ignore the options for other formats.");
// line 177
echo " </p>
";
// line 178
echo PhpMyAdmin\Plugins::getOptions("Import", ($context["import_list"] ?? null));
echo "
</div>
<div class=\"clearfloat\"></div>
";
// line 183
echo " ";
if (($context["can_convert_kanji"] ?? null)) {
// line 184
echo " <div class=\"importoptions\" id=\"kanji_encoding\">
<h3>";
// line 185
echo _gettext("Encoding Conversion:");
echo "</h3>
";
// line 186
$this->loadTemplate("encoding/kanji_encoding_form.twig", "display/import/import.twig", 186)->display($context);
// line 187
echo " </div>
";
}
// line 189
echo "
<div class=\"importoptions\" id=\"submit\">
<input type=\"submit\" value=\"";
// line 191
echo _gettext("Go");
echo "\" id=\"buttonGo\" />
</div>
</form>
</div>
";
}
public function getTemplateName()
{
return "display/import/import.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 416 => 191, 412 => 189, 408 => 187, 406 => 186, 402 => 185, 399 => 184, 396 => 183, 389 => 178, 386 => 177, 384 => 176, 379 => 174, 371 => 169, 367 => 168, 359 => 163, 354 => 161, 349 => 158, 345 => 156, 343 => 155, 341 => 154, 339 => 151, 334 => 148, 332 => 147, 329 => 145, 327 => 144, 323 => 142, 321 => 141, 316 => 138, 314 => 137, 309 => 135, 304 => 132, 298 => 129, 294 => 128, 291 => 127, 289 => 126, 284 => 124, 278 => 120, 274 => 118, 272 => 113, 271 => 112, 269 => 111, 265 => 109, 256 => 106, 253 => 105, 249 => 104, 247 => 103, 246 => 102, 241 => 101, 237 => 100, 234 => 99, 232 => 98, 227 => 97, 222 => 93, 218 => 91, 216 => 90, 215 => 89, 213 => 88, 211 => 87, 206 => 86, 204 => 85, 200 => 84, 195 => 83, 193 => 82, 188 => 79, 186 => 78, 185 => 77, 184 => 76, 181 => 75, 178 => 74, 176 => 73, 172 => 70, 170 => 69, 166 => 68, 161 => 65, 159 => 64, 155 => 62, 150 => 59, 148 => 58, 143 => 56, 139 => 54, 136 => 53, 131 => 50, 125 => 46, 119 => 44, 113 => 42, 110 => 41, 107 => 40, 105 => 39, 101 => 38, 93 => 34, 87 => 32, 81 => 30, 79 => 29, 74 => 28, 72 => 27, 66 => 26, 62 => 24, 59 => 23, 57 => 22, 47 => 13, 45 => 11, 44 => 10, 43 => 9, 42 => 8, 35 => 4, 30 => 1,);
}
/** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */
public function getSource()
{
@trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED);
return $this->getSourceContext()->getCode();
}
public function getSourceContext()
{
return new Source("", "display/import/import.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/display/import/import.twig");
}
}
60/60958b0533acf3785fe16bb7c01c4f99439bda1784137f11ab1b7bc095fa9679.php 0000644 00000006473 15152073666 0016264 0 ustar 00 <?php
/* display/export/options_output_compression.twig */
class __TwigTemplate_f1cb28f52ac04955d2e45b2e636e965105c9098075f232c5575ac13a3fb7cc87 extends Twig_Template
{
public function __construct(Twig_Environment $env)
{
parent::__construct($env);
$this->parent = false;
$this->blocks = array(
);
}
protected function doDisplay(array $context, array $blocks = array())
{
// line 1
if ((($context["is_zip"] ?? null) || ($context["is_gzip"] ?? null))) {
// line 2
echo " <li>
<label for=\"compression\" class=\"desc\">
";
// line 4
echo _gettext("Compression:");
// line 5
echo " </label>
<select id=\"compression\" name=\"compression\">
<option value=\"none\">";
// line 7
echo _gettext("None");
echo "</option>
";
// line 8
if (($context["is_zip"] ?? null)) {
// line 9
echo " <option value=\"zip\"";
// line 10
echo (((($context["selected_compression"] ?? null) == "zip")) ? (" selected") : (""));
echo ">
";
// line 11
echo _gettext("zipped");
// line 12
echo " </option>
";
}
// line 14
echo " ";
if (($context["is_gzip"] ?? null)) {
// line 15
echo " <option value=\"gzip\"";
// line 16
echo (((($context["selected_compression"] ?? null) == "gzip")) ? (" selected") : (""));
echo ">
";
// line 17
echo _gettext("gzipped");
// line 18
echo " </option>
";
}
// line 20
echo " </select>
</li>
";
} else {
// line 23
echo " <input type=\"hidden\" name=\"compression\" value=\"";
echo twig_escape_filter($this->env, ($context["selected_compression"] ?? null), "html", null, true);
echo "\">
";
}
}
public function getTemplateName()
{
return "display/export/options_output_compression.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 69 => 23, 64 => 20, 60 => 18, 58 => 17, 54 => 16, 52 => 15, 49 => 14, 45 => 12, 43 => 11, 39 => 10, 37 => 9, 35 => 8, 31 => 7, 27 => 5, 25 => 4, 21 => 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("", "display/export/options_output_compression.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/display/export/options_output_compression.twig");
}
}
60/60f7ae7f33de85912e0df79f4d46da08474ee4638fba18ab4d8820fc925339a5.php 0000644 00000006746 15152073666 0016446 0 ustar 00 <?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
/* database/designer/delete_relation_panel.twig */
class __TwigTemplate_468e63c5239ba357b05a05d500c65a200babea6c9208837fea7f81fc1b44e527 extends \Twig\Template
{
public function __construct(Environment $env)
{
parent::__construct($env);
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
// line 1
echo "<table id=\"layer_upd_relation\" class=\"hide\" width=\"5%\" cellpadding=\"0\" cellspacing=\"0\">
<tbody>
<tr>
<td class=\"frams1\" width=\"10px\">
</td>
<td class=\"frams5\" width=\"99%\">
</td>
<td class=\"frams2\" width=\"10px\">
<div class=\"bor\">
</div>
</td>
</tr>
<tr>
<td class=\"frams8\">
</td>
<td class=\"input_tab\">
<table width=\"100%\" class=\"center\" cellpadding=\"2\" cellspacing=\"0\">
<tr>
<td colspan=\"3\" class=\"center nowrap\">
<strong>
";
// line 21
echo _gettext("Delete relationship");
// line 22
echo " </strong>
</td>
</tr>
<tr>
<td colspan=\"3\" class=\"center nowrap\">
<input id=\"del_button\" name=\"Button\" type=\"button\"
class=\"butt\" value=\"";
// line 28
echo _gettext("Delete");
echo "\" />
<input id=\"cancel_button\" type=\"button\" class=\"butt\"
name=\"Button\" value=\"";
// line 30
echo _gettext("Cancel");
echo "\" />
</td>
</tr>
</table>
</td>
<td class=\"frams6\">
</td>
</tr>
<tr>
<td class=\"frams4\">
<div class=\"bor\">
</div>
</td>
<td class=\"frams7\">
</td>
<td class=\"frams3\">
</td>
</tr>
</tbody>
</table>
";
}
public function getTemplateName()
{
return "database/designer/delete_relation_panel.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 67 => 30, 62 => 28, 54 => 22, 52 => 21, 30 => 1,);
}
/** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */
public function getSource()
{
@trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED);
return $this->getSourceContext()->getCode();
}
public function getSourceContext()
{
return new Source("", "database/designer/delete_relation_panel.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/database/designer/delete_relation_panel.twig");
}
}
02/02493fb69d5d389f156bb42cf0a71d1b6b27b26073f7909d3fc0bfc88e10c3f6.php 0000644 00000007116 15152073666 0016403 0 ustar 00 <?php
/* display/results/comment_for_row.twig */
class __TwigTemplate_ab7e7ff5c38f04831fab27d0b3f93225bae4d764794b68d3761a6dec4c0933e7 extends Twig_Template
{
public function __construct(Twig_Environment $env)
{
parent::__construct($env);
$this->parent = false;
$this->blocks = array(
);
}
protected function doDisplay(array $context, array $blocks = array())
{
// line 1
if (($this->getAttribute(($context["comments_map"] ?? null), $this->getAttribute(($context["fields_meta"] ?? null), "table", array()), array(), "array", true, true) && $this->getAttribute($this->getAttribute( // line 2
($context["comments_map"] ?? null), $this->getAttribute(($context["fields_meta"] ?? null), "table", array()), array(), "array", false, true), $this->getAttribute(($context["fields_meta"] ?? null), "name", array()), array(), "array", true, true))) {
// line 3
echo " <span class=\"tblcomment\" title=\"";
echo twig_escape_filter($this->env, $this->getAttribute($this->getAttribute(($context["comments_map"] ?? null), $this->getAttribute(($context["fields_meta"] ?? null), "table", array()), array(), "array"), $this->getAttribute(($context["fields_meta"] ?? null), "name", array()), array(), "array"), "html", null, true);
echo "\">
";
// line 4
if ((twig_length_filter($this->env, $this->getAttribute($this->getAttribute(($context["comments_map"] ?? null), $this->getAttribute(($context["fields_meta"] ?? null), "table", array()), array(), "array"), $this->getAttribute(($context["fields_meta"] ?? null), "name", array()), array(), "array")) > ($context["limit_chars"] ?? null))) {
// line 5
echo " ";
echo twig_escape_filter($this->env, twig_slice($this->env, $this->getAttribute($this->getAttribute(($context["comments_map"] ?? null), $this->getAttribute(($context["fields_meta"] ?? null), "table", array()), array(), "array"), $this->getAttribute(($context["fields_meta"] ?? null), "name", array()), array(), "array"), 0, ($context["limit_chars"] ?? null)), "html", null, true);
echo "ā¦
";
} else {
// line 7
echo " ";
echo twig_escape_filter($this->env, $this->getAttribute($this->getAttribute(($context["comments_map"] ?? null), $this->getAttribute(($context["fields_meta"] ?? null), "table", array()), array(), "array"), $this->getAttribute(($context["fields_meta"] ?? null), "name", array()), array(), "array"), "html", null, true);
echo "
";
}
// line 9
echo " </span>
";
}
}
public function getTemplateName()
{
return "display/results/comment_for_row.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 41 => 9, 35 => 7, 29 => 5, 27 => 4, 22 => 3, 20 => 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("", "display/results/comment_for_row.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/display/results/comment_for_row.twig");
}
}
36/36e3b1853b94d74c53ea9bb0eb1067af801c58ebeee852e0dbf50f9e0b66a863.php 0000644 00000005621 15152073666 0016627 0 ustar 00 <?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
/* columns_definitions/column_length.twig */
class __TwigTemplate_7cdda83dbfdac036c2fbe9f5b6e480874a58b759963b80bcda53b1f2ea28ead6 extends \Twig\Template
{
public function __construct(Environment $env)
{
parent::__construct($env);
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
// line 1
echo "<input 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=\"text\"
name=\"field_length[";
// line 3
echo twig_escape_filter($this->env, ($context["column_number"] ?? null), "html", null, true);
echo "]\"
size=\"";
// line 4
echo twig_escape_filter($this->env, ($context["length_values_input_size"] ?? null), "html", null, true);
echo "\"
value=\"";
// line 5
echo twig_escape_filter($this->env, ($context["length_to_display"] ?? null), "html", null, true);
echo "\"
class=\"textfield\" />
<p class=\"enum_notice\" id=\"enum_notice_";
// line 7
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 "\">
<a href=\"#\" class=\"open_enum_editor\">
";
// line 9
echo _gettext("Edit ENUM/SET values");
// line 10
echo " </a>
</p>
";
}
public function getTemplateName()
{
return "columns_definitions/column_length.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 60 => 10, 58 => 9, 51 => 7, 46 => 5, 42 => 4, 38 => 3, 30 => 1,);
}
/** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */
public function getSource()
{
@trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED);
return $this->getSourceContext()->getCode();
}
public function getSourceContext()
{
return new Source("", "columns_definitions/column_length.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/columns_definitions/column_length.twig");
}
}
bf/bfb101ebc0ae3bd60ebed29d03f3c5b834fc6b1abed381e6394c2e9c383520f6.php 0000644 00000005077 15152073666 0017162 0 ustar 00 <?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
/* database/structure/favorite_anchor.twig */
class __TwigTemplate_d94194668a5e482b42f9225b7ae38bc046399d99125cc39ecc1533506861bdda extends \Twig\Template
{
public function __construct(Environment $env)
{
parent::__construct($env);
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
// line 1
echo "<a id=\"";
echo twig_escape_filter($this->env, ($context["table_name_hash"] ?? null), "html", null, true);
echo "_favorite_anchor\"
class=\"ajax favorite_table_anchor\"
href=\"db_structure.php";
// line 3
echo PhpMyAdmin\Url::getCommon(($context["fav_params"] ?? null));
echo "\"
title=\"";
// line 4
echo twig_escape_filter($this->env, ((($context["already_favorite"] ?? null)) ? (_gettext("Remove from Favorites")) : (_gettext("Add to Favorites"))), "html", null, true);
echo "\"
data-favtargets=\"";
// line 5
echo twig_escape_filter($this->env, ($context["db_table_name_hash"] ?? null), "html", null, true);
echo "\" >
";
// line 6
echo ((($context["already_favorite"] ?? null)) ? ($this->getAttribute(($context["titles"] ?? null), "Favorite", [], "array")) : ($this->getAttribute(($context["titles"] ?? null), "NoFavorite", [], "array")));
echo "
</a>
";
}
public function getTemplateName()
{
return "database/structure/favorite_anchor.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 48 => 6, 44 => 5, 40 => 4, 36 => 3, 30 => 1,);
}
/** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */
public function getSource()
{
@trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED);
return $this->getSourceContext()->getCode();
}
public function getSourceContext()
{
return new Source("", "database/structure/favorite_anchor.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/database/structure/favorite_anchor.twig");
}
}
b9/b9ce7745def818722143a934db2daed2af604a1bf8fb3af84d76f85e5f7e4cb9.php 0000644 00000007277 15152073666 0017107 0 ustar 00 <?php
/* select_lang.twig */
class __TwigTemplate_88192a018792792fe54b0307f11a2d90750574316444174a1fad434ef61092fb extends Twig_Template
{
public function __construct(Twig_Environment $env)
{
parent::__construct($env);
$this->parent = false;
$this->blocks = array(
);
}
protected function doDisplay(array $context, array $blocks = array())
{
// line 1
echo " <form method=\"get\" action=\"index.php\" class=\"disableAjax\">
";
// line 2
echo PhpMyAdmin\Url::getHiddenInputs(($context["_form_params"] ?? null));
echo "
";
// line 4
if (($context["use_fieldset"] ?? null)) {
// line 5
echo " <fieldset>
<legend lang=\"en\" dir=\"ltr\">";
// line 6
echo ($context["language_title"] ?? null);
echo "</legend>
";
} else {
// line 8
echo " <bdo lang=\"en\" dir=\"ltr\">
<label for=\"sel-lang\">";
// line 9
echo ($context["language_title"] ?? null);
echo "</label>
</bdo>
";
}
// line 12
echo "
<select name=\"lang\" class=\"autosubmit\" lang=\"en\" dir=\"ltr\" id=\"sel-lang\">
";
// line 15
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(($context["available_languages"] ?? null));
foreach ($context['_seq'] as $context["_key"] => $context["language"]) {
// line 16
echo " ";
// line 17
echo " <option value=\"";
echo twig_escape_filter($this->env, twig_lower_filter($this->env, $this->getAttribute($context["language"], "getCode", array(), "method")), "html", null, true);
echo "\"";
// line 18
if ($this->getAttribute($context["language"], "isActive", array(), "method")) {
// line 19
echo " selected=\"selected\"";
}
// line 21
echo ">
";
// line 22
echo $this->getAttribute($context["language"], "getName", array(), "method");
echo "
</option>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['language'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 25
echo "
</select>
";
// line 28
if (($context["use_fieldset"] ?? null)) {
// line 29
echo " </fieldset>
";
}
// line 31
echo "
</form>
";
}
public function getTemplateName()
{
return "select_lang.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 89 => 31, 85 => 29, 83 => 28, 78 => 25, 69 => 22, 66 => 21, 63 => 19, 61 => 18, 57 => 17, 55 => 16, 51 => 15, 46 => 12, 40 => 9, 37 => 8, 32 => 6, 29 => 5, 27 => 4, 22 => 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("", "select_lang.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/select_lang.twig");
}
}
7e/7ee91c6d90d6ae73b6ef693e2b639913f73a364163bc833231f040d4097f9941.php 0000644 00000011427 15152073666 0016137 0 ustar 00 <?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
/* columns_definitions/column_attribute.twig */
class __TwigTemplate_194a8ffe62d3a756deb6bf317deb306815148901d13774360e6199ece82431b4 extends \Twig\Template
{
public function __construct(Environment $env)
{
parent::__construct($env);
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
// line 1
if (((isset($context["submit_attribute"]) || array_key_exists("submit_attribute", $context)) && (($context["submit_attribute"] ?? null) != false))) {
// line 2
echo " ";
$context["attribute"] = ($context["submit_attribute"] ?? null);
} elseif (($this->getAttribute( // line 3
($context["column_meta"] ?? null), "Extra", [], "array", true, true) && ($this->getAttribute( // line 4
($context["column_meta"] ?? null), "Extra", [], "array") == "on update CURRENT_TIMESTAMP"))) {
// line 5
echo " ";
$context["attribute"] = "on update CURRENT_TIMESTAMP";
} elseif ($this->getAttribute( // line 6
($context["extracted_columnspec"] ?? null), "attribute", [], "array", true, true)) {
// line 7
echo " ";
$context["attribute"] = $this->getAttribute(($context["extracted_columnspec"] ?? null), "attribute", [], "array");
} else {
// line 9
echo " ";
$context["attribute"] = "";
}
// line 11
$context["attribute"] = twig_upper_filter($this->env, ($context["attribute"] ?? null));
// line 12
echo "<select name=\"field_attribute[";
echo twig_escape_filter($this->env, ($context["column_number"] ?? null), "html", null, true);
echo "]\"
id=\"field_";
// line 13
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 "\">
";
// line 14
$context["cnt_attribute_types"] = (twig_length_filter($this->env, ($context["attribute_types"] ?? null)) - 1);
// line 15
echo " ";
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(range(0, ($context["cnt_attribute_types"] ?? null)));
foreach ($context['_seq'] as $context["_key"] => $context["i"]) {
// line 16
echo " <option value=\"";
echo twig_escape_filter($this->env, $this->getAttribute(($context["attribute_types"] ?? null), $context["i"], [], "array"), "html", null, true);
echo "\"";
// line 17
echo (((($context["attribute"] ?? null) == twig_upper_filter($this->env, $this->getAttribute(($context["attribute_types"] ?? null), $context["i"], [], "array")))) ? (" selected=\"selected\"") : (""));
echo ">
";
// line 18
echo twig_escape_filter($this->env, $this->getAttribute(($context["attribute_types"] ?? null), $context["i"], [], "array"), "html", null, true);
echo "
</option>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['i'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 21
echo "</select>
";
}
public function getTemplateName()
{
return "columns_definitions/column_attribute.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 88 => 21, 79 => 18, 75 => 17, 71 => 16, 66 => 15, 64 => 14, 58 => 13, 53 => 12, 51 => 11, 47 => 9, 43 => 7, 41 => 6, 38 => 5, 36 => 4, 35 => 3, 32 => 2, 30 => 1,);
}
/** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */
public function getSource()
{
@trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED);
return $this->getSourceContext()->getCode();
}
public function getSourceContext()
{
return new Source("", "columns_definitions/column_attribute.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/columns_definitions/column_attribute.twig");
}
}
ae/ae25b735c0398c0c6a34895cf07f858207e235cf453cadf07a003940bfb9cd05.php 0000644 00000005610 15152073666 0016452 0 ustar 00 <?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
/* div_for_slider_effect.twig */
class __TwigTemplate_73ab968d57c2b627fcd74974df46f770b00cfb4919c1fb04e30f9269f0b809d8 extends \Twig\Template
{
public function __construct(Environment $env)
{
parent::__construct($env);
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
// line 1
if ((($context["initial_sliders_state"] ?? null) == "disabled")) {
// line 2
echo " <div";
if ((isset($context["id"]) || array_key_exists("id", $context))) {
echo " id=\"";
echo twig_escape_filter($this->env, ($context["id"] ?? null), "html", null, true);
echo "\"";
}
echo ">
";
} else {
// line 4
echo " ";
// line 12
echo " <div";
if ((isset($context["id"]) || array_key_exists("id", $context))) {
echo " id=\"";
echo twig_escape_filter($this->env, ($context["id"] ?? null), "html", null, true);
echo "\"";
}
// line 13
echo " ";
if ((($context["initial_sliders_state"] ?? null) == "closed")) {
// line 14
echo "style=\"display: none; overflow:auto;\"";
}
echo " class=\"pma_auto_slider\"";
// line 15
if ((isset($context["message"]) || array_key_exists("message", $context))) {
echo " title=\"";
echo twig_escape_filter($this->env, ($context["message"] ?? null), "html", null, true);
echo "\"";
}
echo ">
";
}
}
public function getTemplateName()
{
return "div_for_slider_effect.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 58 => 15, 54 => 14, 51 => 13, 44 => 12, 42 => 4, 32 => 2, 30 => 1,);
}
/** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */
public function getSource()
{
@trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED);
return $this->getSourceContext()->getCode();
}
public function getSourceContext()
{
return new Source("", "div_for_slider_effect.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/div_for_slider_effect.twig");
}
}
c8/c87eb823230fdb4ab25aab2ef5d245831ab68ae8733172acfe968619324a3808.php 0000644 00000006420 15152073666 0016402 0 ustar 00 <?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
/* display/export/options_format.twig */
class __TwigTemplate_3c682e522bf1e6869b2aed01a3c34e122321e05464e69b6dcf1e89fbc1202e97 extends \Twig\Template
{
public function __construct(Environment $env)
{
parent::__construct($env);
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
// line 1
echo "<div class=\"exportoptions\" id=\"format_specific_opts\">
<h3>";
// line 2
echo _gettext("Format-specific options:");
echo "</h3>
<p class=\"no_js_msg\" id=\"scroll_to_options_msg\">
";
// line 4
echo _gettext("Scroll down to fill in the options for the selected format and ignore the options for other formats.");
// line 5
echo " </p>
";
// line 6
echo ($context["options"] ?? null);
echo "
</div>
";
// line 9
if (($context["can_convert_kanji"] ?? null)) {
// line 10
echo " ";
// line 11
echo " <div class=\"exportoptions\" id=\"kanji_encoding\">
<h3>";
// line 12
echo _gettext("Encoding Conversion:");
echo "</h3>
";
// line 13
$this->loadTemplate("encoding/kanji_encoding_form.twig", "display/export/options_format.twig", 13)->display($context);
// line 14
echo " </div>
";
}
// line 16
echo "
<div class=\"exportoptions\" id=\"submit\">
<input type=\"submit\" value=\"";
// line 18
echo _gettext("Go");
echo "\" id=\"buttonGo\"";
// line 21
if ((($context["exec_time_limit"] ?? null) > 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 ">
</div>
";
}
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");
}
}
f4/f428676dcabe598a6e570fa9ae380f18139537cbbc44da1c8b5be9bc2761f38a.php 0000644 00000026507 15152073666 0016733 0 ustar 00 <?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
/* database/structure/body_for_table_summary.twig */
class __TwigTemplate_ceaa62ba41c4774eebd294b94748814a6644fb993ab57177fdc0c3afe24d1750 extends \Twig\Template
{
public function __construct(Environment $env)
{
parent::__construct($env);
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
// line 1
echo "<tbody id=\"tbl_summary_row\">
<tr>
<th class=\"print_ignore\"></th>
<th class=\"tbl_num nowrap\">
";
// line 5
ob_start(function () { return ''; });
// line 6
echo _ngettext("%s table", "%s tables", abs(($context["num_tables"] ?? null)));
$context["num_tables_trans"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 8
echo " ";
echo twig_escape_filter($this->env, sprintf(($context["num_tables_trans"] ?? null), PhpMyAdmin\Util::formatNumber(($context["num_tables"] ?? null), 0)), "html", null, true);
echo "
</th>
";
// line 10
if (($context["server_slave_status"] ?? null)) {
// line 11
echo " <th>";
echo _gettext("Replication");
echo "</th>
";
}
// line 13
echo " ";
$context["sum_colspan"] = ((($context["db_is_system_schema"] ?? null)) ? (4) : (7));
// line 14
echo " ";
if ((($context["num_favorite_tables"] ?? null) == 0)) {
// line 15
echo " ";
$context["sum_colspan"] = (($context["sum_colspan"] ?? null) - 1);
// line 16
echo " ";
}
// line 17
echo " <th colspan=\"";
echo twig_escape_filter($this->env, ($context["sum_colspan"] ?? null), "html", null, true);
echo "\" class=\"print_ignore\">";
echo _gettext("Sum");
echo "</th>
";
// line 18
$context["row_count_sum"] = PhpMyAdmin\Util::formatNumber(($context["sum_entries"] ?? null), 0);
// line 19
echo " ";
// line 20
echo " ";
$context["row_sum_url"] = [];
// line 21
echo " ";
if ((isset($context["approx_rows"]) || array_key_exists("approx_rows", $context))) {
// line 22
echo " ";
$context["row_sum_url"] = ["ajax_request" => true, "db" => // line 24
($context["db"] ?? null), "real_row_count" => "true", "real_row_count_all" => "true"];
// line 28
echo " ";
}
// line 29
echo " ";
if (($context["approx_rows"] ?? null)) {
// line 30
echo " ";
ob_start(function () { return ''; });
// line 31
echo "<a href=\"db_structure.php";
// line 32
echo PhpMyAdmin\Url::getCommon(($context["row_sum_url"] ?? null));
echo "\" class=\"ajax row_count_sum\">~";
// line 33
echo twig_escape_filter($this->env, ($context["row_count_sum"] ?? null), "html", null, true);
// line 34
echo "</a>";
$context["cell_text"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 36
echo " ";
} else {
// line 37
echo " ";
$context["cell_text"] = ($context["row_count_sum"] ?? null);
// line 38
echo " ";
}
// line 39
echo " <th class=\"value tbl_rows\">";
echo twig_escape_filter($this->env, ($context["cell_text"] ?? null), "html", null, true);
echo "</th>
";
// line 40
if ( !(($context["properties_num_columns"] ?? null) > 1)) {
// line 41
echo " ";
// line 42
echo " ";
$context["default_engine"] = $this->getAttribute(($context["dbi"] ?? null), "fetchValue", [0 => "SELECT @@storage_engine;"], "method");
// line 43
echo " ";
if (twig_test_empty(($context["default_engine"] ?? null))) {
// line 44
echo " ";
// line 45
echo " ";
$context["default_engine"] = $this->getAttribute(($context["dbi"] ?? null), "fetchValue", [0 => "SELECT @@default_storage_engine;"], "method");
// line 46
echo " ";
}
// line 47
echo " <th class=\"center\">
<dfn title=\"";
// line 48
echo twig_escape_filter($this->env, sprintf(_gettext("%s is the default storage engine on this MySQL server."), ($context["default_engine"] ?? null)), "html", null, true);
echo "\">
";
// line 49
echo twig_escape_filter($this->env, ($context["default_engine"] ?? null), "html", null, true);
echo "
</dfn>
</th>
<th>
";
// line 53
if ( !twig_test_empty(($context["db_collation"] ?? null))) {
// line 54
echo " <dfn title=\"";
echo twig_escape_filter($this->env, PhpMyAdmin\Charsets::getCollationDescr(($context["db_collation"] ?? null)), "html", null, true);
echo " (";
echo _gettext("Default");
echo ")\">
";
// line 55
echo twig_escape_filter($this->env, ($context["db_collation"] ?? null), "html", null, true);
echo "
</dfn>
";
}
// line 58
echo " </th>
";
}
// line 60
echo "
";
// line 61
if (($context["is_show_stats"] ?? null)) {
// line 62
echo " ";
$context["sum"] = PhpMyAdmin\Util::formatByteDown(($context["sum_size"] ?? null), 3, 1);
// line 63
echo " ";
$context["sum_formatted"] = $this->getAttribute(($context["sum"] ?? null), 0, [], "array");
// line 64
echo " ";
$context["sum_unit"] = $this->getAttribute(($context["sum"] ?? null), 1, [], "array");
// line 65
echo " <th class=\"value tbl_size\">";
echo twig_escape_filter($this->env, ($context["sum_formatted"] ?? null), "html", null, true);
echo " ";
echo twig_escape_filter($this->env, ($context["sum_unit"] ?? null), "html", null, true);
echo "</th>
";
// line 67
$context["overhead"] = PhpMyAdmin\Util::formatByteDown(($context["overhead_size"] ?? null), 3, 1);
// line 68
echo " ";
$context["overhead_formatted"] = $this->getAttribute(($context["overhead"] ?? null), 0, [], "array");
// line 69
echo " ";
$context["overhead_unit"] = $this->getAttribute(($context["overhead"] ?? null), 1, [], "array");
// line 70
echo " <th class=\"value tbl_overhead\">";
echo twig_escape_filter($this->env, ($context["overhead_formatted"] ?? null), "html", null, true);
echo " ";
echo twig_escape_filter($this->env, ($context["overhead_unit"] ?? null), "html", null, true);
echo "</th>
";
}
// line 72
echo "
";
// line 73
if (($context["show_charset"] ?? null)) {
// line 74
echo " <th>";
echo twig_escape_filter($this->env, ($context["db_charset"] ?? null), "html", null, true);
echo "</th>
";
}
// line 76
echo " ";
if (($context["show_comment"] ?? null)) {
// line 77
echo " <th></th>
";
}
// line 79
echo " ";
if (($context["show_creation"] ?? null)) {
// line 80
echo " <th class=\"value tbl_creation\">
";
// line 81
((($context["create_time_all"] ?? null)) ? (print (twig_escape_filter($this->env, PhpMyAdmin\Util::localisedDate(strtotime(($context["create_time_all"] ?? null))), "html", null, true))) : (print ("-")));
echo "
</th>
";
}
// line 84
echo " ";
if (($context["show_last_update"] ?? null)) {
// line 85
echo " <th class=\"value tbl_last_update\">
";
// line 86
((($context["update_time_all"] ?? null)) ? (print (twig_escape_filter($this->env, PhpMyAdmin\Util::localisedDate(strtotime(($context["update_time_all"] ?? null))), "html", null, true))) : (print ("-")));
echo "
</th>
";
}
// line 89
echo " ";
if (($context["show_last_check"] ?? null)) {
// line 90
echo " <th class=\"value tbl_last_check\">
";
// line 91
((($context["check_time_all"] ?? null)) ? (print (twig_escape_filter($this->env, PhpMyAdmin\Util::localisedDate(strtotime(($context["check_time_all"] ?? null))), "html", null, true))) : (print ("-")));
echo "
</th>
";
}
// line 94
echo "</tr>
</tbody>
";
}
public function getTemplateName()
{
return "database/structure/body_for_table_summary.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 264 => 94, 258 => 91, 255 => 90, 252 => 89, 246 => 86, 243 => 85, 240 => 84, 234 => 81, 231 => 80, 228 => 79, 224 => 77, 221 => 76, 215 => 74, 213 => 73, 210 => 72, 202 => 70, 199 => 69, 196 => 68, 194 => 67, 186 => 65, 183 => 64, 180 => 63, 177 => 62, 175 => 61, 172 => 60, 168 => 58, 162 => 55, 155 => 54, 153 => 53, 146 => 49, 142 => 48, 139 => 47, 136 => 46, 133 => 45, 131 => 44, 128 => 43, 125 => 42, 123 => 41, 121 => 40, 116 => 39, 113 => 38, 110 => 37, 107 => 36, 104 => 34, 102 => 33, 99 => 32, 97 => 31, 94 => 30, 91 => 29, 88 => 28, 86 => 24, 84 => 22, 81 => 21, 78 => 20, 76 => 19, 74 => 18, 67 => 17, 64 => 16, 61 => 15, 58 => 14, 55 => 13, 49 => 11, 47 => 10, 41 => 8, 38 => 6, 36 => 5, 30 => 1,);
}
/** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */
public function getSource()
{
@trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED);
return $this->getSourceContext()->getCode();
}
public function getSourceContext()
{
return new Source("", "database/structure/body_for_table_summary.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/database/structure/body_for_table_summary.twig");
}
}
f0/f015921218e0aad1f6e7a518d292b8e1fd83daee28e97eec67869fcf49466995.php 0000644 00000005325 15152073666 0016537 0 ustar 00 <?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
/* display/results/additional_fields.twig */
class __TwigTemplate_fadf8e08df5335feb3f091e4387131b730549f39c3547ff3eda7cd73d690902f extends \Twig\Template
{
public function __construct(Environment $env)
{
parent::__construct($env);
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
// line 1
echo "<input type=\"hidden\" name=\"sql_query\" value=\"";
echo ($context["sql_query"] ?? null);
echo "\" />
<input type=\"hidden\" name=\"goto\" value=\"";
// line 2
echo twig_escape_filter($this->env, ($context["goto"] ?? null), "html", null, true);
echo "\" />
";
// line 4
echo "<input type=\"hidden\" name=\"pos\" size=\"3\" value=\"";
echo twig_escape_filter($this->env, ($context["pos"] ?? null), "html", null, true);
echo "\" />
<input type=\"hidden\" name=\"is_browse_distinct\" value=\"";
// line 5
echo twig_escape_filter($this->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");
}
}
f0/f08179f137ebb22a9e5d699001ef0dcca44890194051ae470e6d79fce9d51d9c.php 0000644 00000004247 15152073666 0016505 0 ustar 00 <?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
/* database/structure/print_view_data_dictionary_link.twig */
class __TwigTemplate_a0ce4107a33f956dc240be67daf266af36adde58d5b7058499c110c281888254 extends \Twig\Template
{
public function __construct(Environment $env)
{
parent::__construct($env);
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
// line 1
echo "<p class=\"print_ignore\">
<a href=\"#\" id=\"printView\">
";
// line 3
echo PhpMyAdmin\Util::getIcon("b_print", _gettext("Print"), true);
echo "
</a>
<a href=\"db_datadict.php";
// line 5
echo twig_escape_filter($this->env, ($context["url_query"] ?? null), "html", null, true);
echo "\" target=\"print_view\">
";
// line 6
echo PhpMyAdmin\Util::getIcon("b_tblanalyse", _gettext("Data dictionary"), true);
echo "
</a>
</p>
";
}
public function getTemplateName()
{
return "database/structure/print_view_data_dictionary_link.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 43 => 6, 39 => 5, 34 => 3, 30 => 1,);
}
/** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */
public function getSource()
{
@trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED);
return $this->getSourceContext()->getCode();
}
public function getSourceContext()
{
return new Source("", "database/structure/print_view_data_dictionary_link.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/database/structure/print_view_data_dictionary_link.twig");
}
}
b6/b6079fe255c3aa67a3ee83c05b3dd26678bb18fc5f7681a6855eb8f22e603ad4.php 0000644 00000007215 15152073666 0016562 0 ustar 00 <?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
/* dropdown.twig */
class __TwigTemplate_73a9794906c2cf7136c1b3493c04cdec20d42208dbb827e5c588575953f2b6cc extends \Twig\Template
{
public function __construct(Environment $env)
{
parent::__construct($env);
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
// line 1
echo "<select name=\"";
echo twig_escape_filter($this->env, ($context["select_name"] ?? null), "html", null, true);
echo "\"";
if ( !twig_test_empty(($context["id"] ?? null))) {
echo " id=\"";
echo twig_escape_filter($this->env, ($context["id"] ?? null), "html", null, true);
echo "\"";
}
// line 2
if ( !twig_test_empty(($context["class"] ?? null))) {
echo " class=\"";
echo twig_escape_filter($this->env, ($context["class"] ?? null), "html", null, true);
echo "\"";
}
echo ">
";
// line 3
if ( !twig_test_empty(($context["placeholder"] ?? null))) {
// line 4
echo " <option value=\"\" disabled=\"disabled\"";
// line 5
if ( !($context["selected"] ?? null)) {
echo " selected=\"selected\"";
}
echo ">";
echo twig_escape_filter($this->env, ($context["placeholder"] ?? null), "html", null, true);
echo "</option>
";
}
// line 7
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(($context["result_options"] ?? null));
foreach ($context['_seq'] as $context["_key"] => $context["option"]) {
// line 8
echo "<option value=\"";
echo twig_escape_filter($this->env, $this->getAttribute($context["option"], "value", [], "array"), "html", null, true);
echo "\"";
// line 9
echo (($this->getAttribute($context["option"], "selected", [], "array")) ? (" selected=\"selected\"") : (""));
echo ">";
echo twig_escape_filter($this->env, $this->getAttribute($context["option"], "label", [], "array"), "html", null, true);
echo "</option>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['option'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 11
echo "</select>
";
}
public function getTemplateName()
{
return "dropdown.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 78 => 11, 68 => 9, 64 => 8, 60 => 7, 51 => 5, 49 => 4, 47 => 3, 39 => 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("", "dropdown.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/dropdown.twig");
}
}
b6/b6c8adb0e14792534ce716cd3bf1d57bc78d45138e62be7d661d75a5f03edcba.php 0000644 00000005520 15152073666 0016762 0 ustar 00 <?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
/* database/create_table.twig */
class __TwigTemplate_d22d207a69910860506a30c223697c5f9ef7afb248ac2883e629dd57157d9499 extends \Twig\Template
{
public function __construct(Environment $env)
{
parent::__construct($env);
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
// line 1
echo "<form id=\"create_table_form_minimal\" method=\"post\" action=\"tbl_create.php\" class=\"lock-page\">
<fieldset>
<legend>
";
// line 4
if (PhpMyAdmin\Util::showIcons("ActionLinksMode")) {
// line 5
echo PhpMyAdmin\Util::getImage("b_table_add");
}
// line 7
echo " ";
echo _gettext("Create table");
// line 8
echo " </legend>
";
// line 9
echo PhpMyAdmin\Url::getHiddenInputs(($context["db"] ?? null));
echo "
<div class=\"formelement\">
";
// line 11
echo _gettext("Name");
echo ":
<input type=\"text\" name=\"table\" maxlength=\"64\" size=\"30\" required=\"required\" />
</div>
<div class=\"formelement\">
";
// line 15
echo _gettext("Number of columns");
echo ":
<input type=\"number\" min=\"1\" name=\"num_fields\" value=\"4\" required=\"required\" />
</div>
<div class=\"clearfloat\"></div>
</fieldset>
<fieldset class=\"tblFooters\">
<input type=\"submit\" value=\"";
// line 21
echo _gettext("Go");
echo "\" />
</fieldset>
</form>
";
}
public function getTemplateName()
{
return "database/create_table.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 67 => 21, 58 => 15, 51 => 11, 46 => 9, 43 => 8, 40 => 7, 37 => 5, 35 => 4, 30 => 1,);
}
/** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */
public function getSource()
{
@trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED);
return $this->getSourceContext()->getCode();
}
public function getSourceContext()
{
return new Source("", "database/create_table.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/database/create_table.twig");
}
}
d4/d42e6c5321a36a89e70ddeef563775fb98cf50b6e405b408a3d2dabdf7a30344.php 0000644 00000002760 15152073666 0016623 0 ustar 00 <?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
/* config/form_display/tabs_bottom.twig */
class __TwigTemplate_eca0fcdd16950afb99f405bf545997d0e21e0bd625fac1925231edf6d9ae2250 extends \Twig\Template
{
public function __construct(Environment $env)
{
parent::__construct($env);
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
// line 1
echo "</div>
";
}
public function getTemplateName()
{
return "config/form_display/tabs_bottom.twig";
}
public function getDebugInfo()
{
return array ( 30 => 1,);
}
/** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */
public function getSource()
{
@trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED);
return $this->getSourceContext()->getCode();
}
public function getSourceContext()
{
return new Source("", "config/form_display/tabs_bottom.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/config/form_display/tabs_bottom.twig");
}
}
d4/d470ee349b1c9653b40fd6a567a3e590b93014cdd04161f5cc4e91965882ad15.php 0000644 00000006171 15152073666 0016250 0 ustar 00 <?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
/* display/results/table_navigation_button.twig */
class __TwigTemplate_fb754efc35bf852a448c7c433987ccc788dffa82bd122e1c2d9b109fdecd84ac extends \Twig\Template
{
public function __construct(Environment $env)
{
parent::__construct($env);
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
// line 1
echo "<td>
<form action=\"sql.php\" method=\"post\"";
// line 2
echo ($context["onsubmit"] ?? null);
echo ">
";
// line 3
echo PhpMyAdmin\Url::getHiddenInputs(($context["db"] ?? null), ($context["table"] ?? null));
echo "
<input type=\"hidden\" name=\"sql_query\" value=\"";
// line 4
echo ($context["sql_query"] ?? null);
echo "\" />
<input type=\"hidden\" name=\"pos\" value=\"";
// line 5
echo twig_escape_filter($this->env, ($context["pos"] ?? null), "html", null, true);
echo "\" />
<input type=\"hidden\" name=\"is_browse_distinct\" value=\"";
// line 6
echo twig_escape_filter($this->env, ($context["is_browse_distinct"] ?? null), "html", null, true);
echo "\" />
<input type=\"hidden\" name=\"goto\" value=\"";
// line 7
echo twig_escape_filter($this->env, ($context["goto"] ?? null), "html", null, true);
echo "\" />
";
// line 8
echo ($context["input_for_real_end"] ?? null);
echo "
<input type=\"submit\" name=\"navig\" class=\"ajax\" value=\"";
// line 9
echo ($context["caption_output"] ?? null);
echo "\" title=\"";
echo twig_escape_filter($this->env, ($context["title"] ?? null), "html", null, true);
echo "\"";
// line 10
echo ($context["onclick"] ?? null);
echo " />
</form>
</td>
";
}
public function getTemplateName()
{
return "display/results/table_navigation_button.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 66 => 10, 61 => 9, 57 => 8, 53 => 7, 49 => 6, 45 => 5, 41 => 4, 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/results/table_navigation_button.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/display/results/table_navigation_button.twig");
}
}
13/13e4da59dd95273fe3a712f62ca8d3220c808b4492e85017932aabd864922b71.php 0000644 00000005610 15152073666 0016075 0 ustar 00 <?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
/* div_for_slider_effect.twig */
class __TwigTemplate_658bcd49ec5aff7c313ea9601a70aaa78c33afbf91554483ce471014407bc4ed extends \Twig\Template
{
public function __construct(Environment $env)
{
parent::__construct($env);
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
// line 1
if ((($context["initial_sliders_state"] ?? null) == "disabled")) {
// line 2
echo " <div";
if ((isset($context["id"]) || array_key_exists("id", $context))) {
echo " id=\"";
echo twig_escape_filter($this->env, ($context["id"] ?? null), "html", null, true);
echo "\"";
}
echo ">
";
} else {
// line 4
echo " ";
// line 12
echo " <div";
if ((isset($context["id"]) || array_key_exists("id", $context))) {
echo " id=\"";
echo twig_escape_filter($this->env, ($context["id"] ?? null), "html", null, true);
echo "\"";
}
// line 13
echo " ";
if ((($context["initial_sliders_state"] ?? null) == "closed")) {
// line 14
echo "style=\"display: none; overflow:auto;\"";
}
echo " class=\"pma_auto_slider\"";
// line 15
if ((isset($context["message"]) || array_key_exists("message", $context))) {
echo " title=\"";
echo twig_escape_filter($this->env, ($context["message"] ?? null), "html", null, true);
echo "\"";
}
echo ">
";
}
}
public function getTemplateName()
{
return "div_for_slider_effect.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 58 => 15, 54 => 14, 51 => 13, 44 => 12, 42 => 4, 32 => 2, 30 => 1,);
}
/** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */
public function getSource()
{
@trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED);
return $this->getSourceContext()->getCode();
}
public function getSourceContext()
{
return new Source("", "div_for_slider_effect.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/div_for_slider_effect.twig");
}
}
13/13e9832f8386cd91d0dbf03f27931bb6f36cefef339d31c68c859103333024a5.php 0000644 00000004326 15152073666 0016171 0 ustar 00 <?php
/* display/export/options_output_format.twig */
class __TwigTemplate_ab63de9243ad0dda58a1d3c62a454710b5772de5535dcbe46b492daaf18d0d90 extends Twig_Template
{
public function __construct(Twig_Environment $env)
{
parent::__construct($env);
$this->parent = false;
$this->blocks = array(
);
}
protected function doDisplay(array $context, array $blocks = array())
{
// line 1
echo "<li>
<label for=\"filename_template\" class=\"desc\">
";
// line 3
echo _gettext("File name template:");
// line 4
echo " ";
echo PhpMyAdmin\Util::showHint(($context["message"] ?? null));
echo "
</label>
<input type=\"text\" name=\"filename_template\" id=\"filename_template\" value=\"";
// line 7
echo twig_escape_filter($this->env, ($context["filename_template"] ?? null), "html", null, true);
echo "\">
<input type=\"checkbox\" name=\"remember_template\" id=\"checkbox_remember_template\"";
// line 9
echo ((($context["is_checked"] ?? null)) ? (" checked") : (""));
echo ">
<label for=\"checkbox_remember_template\">
";
// line 11
echo _gettext("use this for future exports");
// line 12
echo " </label>
</li>
";
}
public function getTemplateName()
{
return "display/export/options_output_format.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 42 => 12, 40 => 11, 35 => 9, 31 => 7, 25 => 4, 23 => 3, 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("", "display/export/options_output_format.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/display/export/options_output_format.twig");
}
}
13/13dddec6b5a956b7bef797c5e7edc1c5c0ea0f0c5a9956f5883d89bdd70e4487.php 0000644 00000015244 15152073666 0017025 0 ustar 00 <?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
/* database/structure/check_all_tables.twig */
class __TwigTemplate_038fa182e12bd3a74773dabb2432c790e87f6b41eb0244116f04192a47587d9e extends \Twig\Template
{
public function __construct(Environment $env)
{
parent::__construct($env);
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
// line 1
echo "<div class=\"clearfloat print_ignore\">
<img class=\"selectallarrow\" src=\"";
// line 2
echo twig_escape_filter($this->env, ($context["pma_theme_image"] ?? null), "html", null, true);
echo "arrow_";
echo twig_escape_filter($this->env, ($context["text_dir"] ?? null), "html", null, true);
echo ".png\" width=\"38\" height=\"22\" alt=\"";
echo _gettext("With selected:");
echo "\" />
<input type=\"checkbox\" id=\"tablesForm_checkall\" class=\"checkall_box\" title=\"";
// line 3
echo _gettext("Check all");
echo "\" />
<label for=\"tablesForm_checkall\">";
// line 4
echo _gettext("Check all");
echo "</label>
";
// line 5
if ((($context["overhead_check"] ?? null) != "")) {
// line 6
echo " / <a href=\"#\" class=\"checkall-filter\" data-checkall-selector=\".tbl-overhead\">";
echo _gettext("Check tables having overhead");
echo "</a>
";
}
// line 8
echo " <select name=\"submit_mult\" style=\"margin: 0 3em 0 3em;\">
<option value=\"";
// line 9
echo _gettext("With selected:");
echo "\" selected=\"selected\">";
echo _gettext("With selected:");
echo "</option>
<option value=\"copy_tbl\">";
// line 10
echo _gettext("Copy table");
echo "</option>
<option value=\"show_create\">";
// line 11
echo _gettext("Show create");
echo "</option>
<option value=\"export\">";
// line 12
echo _gettext("Export");
echo "</option>
";
// line 13
if (( !($context["db_is_system_schema"] ?? null) && !($context["disable_multi_table"] ?? null))) {
// line 14
echo " <optgroup label=\"";
echo _gettext("Delete data or table");
echo "\">
<option value=\"empty_tbl\">";
// line 15
echo _gettext("Empty");
echo "</option>
<option value=\"drop_tbl\">";
// line 16
echo _gettext("Drop");
echo "</option>
</optgroup>
<optgroup label=\"";
// line 18
echo _gettext("Table maintenance");
echo "\">
<option value=\"analyze_tbl\">";
// line 19
echo _gettext("Analyze table");
echo "</option>
<option value=\"check_tbl\">";
// line 20
echo _gettext("Check table");
echo "</option>
<option value=\"checksum_tbl\">";
// line 21
echo _gettext("Checksum table");
echo "</option>
<option value=\"optimize_tbl\">";
// line 22
echo _gettext("Optimize table");
echo "</option>
<option value=\"repair_tbl\">";
// line 23
echo _gettext("Repair table");
echo "</option>
</optgroup>
<optgroup label=\"";
// line 25
echo _gettext("Prefix");
echo "\">
<option value=\"add_prefix_tbl\">";
// line 26
echo _gettext("Add prefix to table");
echo "</option>
<option value=\"replace_prefix_tbl\">";
// line 27
echo _gettext("Replace table prefix");
echo "</option>
<option value=\"copy_tbl_change_prefix\">";
// line 28
echo _gettext("Copy table with prefix");
echo "</option>
</optgroup>
";
}
// line 31
echo " ";
if (((isset($context["central_columns_work"]) || array_key_exists("central_columns_work", $context)) && ($context["central_columns_work"] ?? null))) {
// line 32
echo " <optgroup label=\"";
echo _gettext("Central columns");
echo "\">
<option value=\"sync_unique_columns_central_list\">";
// line 33
echo _gettext("Add columns to central list");
echo "</option>
<option value=\"delete_unique_columns_central_list\">";
// line 34
echo _gettext("Remove columns from central list");
echo "</option>
<option value=\"make_consistent_with_central_list\">";
// line 35
echo _gettext("Make consistent with central list");
echo "</option>
</optgroup>
";
}
// line 38
echo " </select>
";
// line 39
echo twig_join_filter(($context["hidden_fields"] ?? null), "
");
echo "
</div>
";
}
public function getTemplateName()
{
return "database/structure/check_all_tables.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 162 => 39, 159 => 38, 153 => 35, 149 => 34, 145 => 33, 140 => 32, 137 => 31, 131 => 28, 127 => 27, 123 => 26, 119 => 25, 114 => 23, 110 => 22, 106 => 21, 102 => 20, 98 => 19, 94 => 18, 89 => 16, 85 => 15, 80 => 14, 78 => 13, 74 => 12, 70 => 11, 66 => 10, 60 => 9, 57 => 8, 51 => 6, 49 => 5, 45 => 4, 41 => 3, 33 => 2, 30 => 1,);
}
/** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */
public function getSource()
{
@trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED);
return $this->getSourceContext()->getCode();
}
public function getSourceContext()
{
return new Source("", "database/structure/check_all_tables.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/database/structure/check_all_tables.twig");
}
}
af/af668e5234a26d3e85e170b10e3d989c2c0c0679b2e5110d593a80b4f58c6443.php 0000644 00000023373 15152073666 0016247 0 ustar 00 <?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
/* server/databases/table_row.twig */
class __TwigTemplate_e75676b002f8f60c3a3d2757004ec6fc8980c34274ac77e887eb9d870213ec84 extends \Twig\Template
{
public function __construct(Environment $env)
{
parent::__construct($env);
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
// line 1
echo "<tr";
if (($context["tr_class"] ?? null)) {
echo " class=\"";
echo twig_escape_filter($this->env, ($context["tr_class"] ?? null), "html", null, true);
echo "\"";
}
echo " data-filter-row=\"";
echo twig_escape_filter($this->env, twig_upper_filter($this->env, $this->getAttribute(($context["current"] ?? null), "SCHEMA_NAME", [], "array")), "html", null, true);
echo "\">
";
// line 2
if ((($context["is_superuser"] ?? null) || ($context["allow_user_drop_database"] ?? null))) {
// line 3
echo " <td class=\"tool\">
<input type=\"checkbox\" name=\"selected_dbs[]\" class=\"checkall\" title=\"";
// line 5
echo twig_escape_filter($this->env, $this->getAttribute(($context["current"] ?? null), "SCHEMA_NAME", [], "array"), "html", null, true);
echo "\" value=\"";
// line 6
echo twig_escape_filter($this->env, $this->getAttribute(($context["current"] ?? null), "SCHEMA_NAME", [], "array"), "html", null, true);
echo "\"";
// line 7
if (($context["is_system_schema"] ?? null)) {
echo " disabled=\"disabled\"";
}
echo " />
</td>
";
}
// line 10
echo " <td class=\"name\">
<a href=\"";
// line 11
echo PhpMyAdmin\Util::getScriptNameForOption(($context["default_tab_database"] ?? null), "database");
// line 12
echo PhpMyAdmin\Url::getCommon(["db" => $this->getAttribute(($context["current"] ?? null), "SCHEMA_NAME", [], "array")]);
echo "\" title=\"";
// line 13
echo twig_escape_filter($this->env, sprintf(_gettext("Jump to database '%s'"), twig_escape_filter($this->env, $this->getAttribute(($context["current"] ?? null), "SCHEMA_NAME", [], "array"))), "html", null, true);
echo "\">
";
// line 14
echo twig_escape_filter($this->env, $this->getAttribute(($context["current"] ?? null), "SCHEMA_NAME", [], "array"), "html", null, true);
echo "
</a>
</td>
";
// line 17
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(($context["column_order"] ?? null));
foreach ($context['_seq'] as $context["stat_name"] => $context["stat"]) {
// line 18
echo " ";
if (twig_in_filter($context["stat_name"], twig_get_array_keys_filter(($context["current"] ?? null)))) {
// line 19
echo " ";
if (($this->getAttribute($context["stat"], "format", [], "array") === "byte")) {
// line 20
echo " ";
$context["byte_format"] = PhpMyAdmin\Util::formatByteDown($this->getAttribute(($context["current"] ?? null), $context["stat_name"], [], "array"), 3, 1);
// line 21
echo " ";
$context["value"] = $this->getAttribute(($context["byte_format"] ?? null), 0, [], "array");
// line 22
echo " ";
$context["unit"] = $this->getAttribute(($context["byte_format"] ?? null), 1, [], "array");
// line 23
echo " ";
} elseif (($this->getAttribute($context["stat"], "format", [], "array") === "number")) {
// line 24
echo " ";
$context["value"] = PhpMyAdmin\Util::formatNumber($this->getAttribute(($context["current"] ?? null), $context["stat_name"], [], "array"), 0);
// line 25
echo " ";
} else {
// line 26
echo " ";
$context["value"] = htmlentities($this->getAttribute(($context["current"] ?? null), $context["stat_name"], [], "array"), 0);
// line 27
echo " ";
}
// line 28
echo "
<td class=\"value\">
";
// line 30
if ($this->getAttribute($context["stat"], "description_function", [], "array", true, true)) {
// line 31
echo " <dfn title=\"";
echo twig_escape_filter($this->env, PhpMyAdmin\Charsets::getCollationDescr($this->getAttribute(($context["current"] ?? null), $context["stat_name"], [], "array")), "html", null, true);
echo "\">
";
// line 32
echo twig_escape_filter($this->env, ($context["value"] ?? null), "html", null, true);
echo "
</dfn>
";
} else {
// line 35
echo " ";
echo twig_escape_filter($this->env, ($context["value"] ?? null), "html", null, true);
echo "
";
}
// line 37
echo " </td>
";
// line 38
if (($this->getAttribute($context["stat"], "format", [], "array") === "byte")) {
// line 39
echo " <td class=\"unit\">";
echo twig_escape_filter($this->env, ($context["unit"] ?? null), "html", null, true);
echo "</td>
";
}
// line 41
echo " ";
}
// line 42
echo " ";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['stat_name'], $context['stat'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 43
echo "
";
// line 44
if (($context["master_replication_status"] ?? null)) {
// line 45
echo " <td class=\"tool center\">
";
// line 46
echo ($context["master_replication"] ?? null);
echo "
</td>
";
}
// line 49
echo "
";
// line 50
if (($context["slave_replication_status"] ?? null)) {
// line 51
echo " <td class=\"tool center\">
";
// line 52
echo ($context["slave_replication"] ?? null);
echo "
</td>
";
}
// line 55
echo "
<td class=\"tool\">
<a class=\"server_databases\" data=\"";
// line 58
echo PhpMyAdmin\Sanitize::jsFormat($this->getAttribute(($context["current"] ?? null), "SCHEMA_NAME", [], "array"));
echo "\" href=\"server_privileges.php";
// line 59
echo PhpMyAdmin\Url::getCommon(["db" => $this->getAttribute( // line 60
($context["current"] ?? null), "SCHEMA_NAME", [], "array"), "checkprivsdb" => $this->getAttribute( // line 61
($context["current"] ?? null), "SCHEMA_NAME", [], "array")]);
// line 62
echo "\" title=\"";
// line 63
echo twig_escape_filter($this->env, sprintf(_gettext("Check privileges for database \"%s\"."), twig_escape_filter($this->env, $this->getAttribute(($context["current"] ?? null), "SCHEMA_NAME", [], "array"))), "html", null, true);
echo "\">
";
// line 64
echo PhpMyAdmin\Util::getIcon("s_rights", _gettext("Check privileges"));
echo "
</a>
</td>
</tr>
";
}
public function getTemplateName()
{
return "server/databases/table_row.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 200 => 64, 196 => 63, 194 => 62, 192 => 61, 191 => 60, 190 => 59, 187 => 58, 183 => 55, 177 => 52, 174 => 51, 172 => 50, 169 => 49, 163 => 46, 160 => 45, 158 => 44, 155 => 43, 149 => 42, 146 => 41, 140 => 39, 138 => 38, 135 => 37, 129 => 35, 123 => 32, 118 => 31, 116 => 30, 112 => 28, 109 => 27, 106 => 26, 103 => 25, 100 => 24, 97 => 23, 94 => 22, 91 => 21, 88 => 20, 85 => 19, 82 => 18, 78 => 17, 72 => 14, 68 => 13, 65 => 12, 63 => 11, 60 => 10, 52 => 7, 49 => 6, 46 => 5, 43 => 3, 41 => 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("", "server/databases/table_row.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/server/databases/table_row.twig");
}
}
af/afa81ff97d2424c5a13db6e43971cb716645566bd8d5c987da242dddf3f79817.php 0000644 00000005403 15152073666 0016577 0 ustar 00 <?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
/* checkbox.twig */
class __TwigTemplate_bc10e2b47661debc51c8ef91c8eca15bd5fa578506c89af7c2331eac66239209 extends \Twig\Template
{
public function __construct(Environment $env)
{
parent::__construct($env);
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
// line 1
echo "<input type=\"checkbox\" name=\"";
echo twig_escape_filter($this->env, ($context["html_field_name"] ?? null), "html", null, true);
echo "\"";
// line 2
if ((isset($context["html_field_id"]) || array_key_exists("html_field_id", $context))) {
echo " id=\"";
echo twig_escape_filter($this->env, ($context["html_field_id"] ?? null), "html", null, true);
echo "\"";
}
// line 3
if (((isset($context["checked"]) || array_key_exists("checked", $context)) && ($context["checked"] ?? null))) {
echo " checked=\"checked\"";
}
// line 4
if (((isset($context["onclick"]) || array_key_exists("onclick", $context)) && ($context["onclick"] ?? null))) {
echo " class=\"autosubmit\"";
}
echo " /><label";
// line 5
if ((isset($context["html_field_id"]) || array_key_exists("html_field_id", $context))) {
echo " for=\"";
echo twig_escape_filter($this->env, ($context["html_field_id"] ?? null), "html", null, true);
echo "\"";
}
// line 6
echo ">";
echo twig_escape_filter($this->env, ($context["label"] ?? null), "html", null, true);
echo "</label>
";
}
public function getTemplateName()
{
return "checkbox.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 55 => 6, 49 => 5, 44 => 4, 40 => 3, 34 => 2, 30 => 1,);
}
/** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */
public function getSource()
{
@trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED);
return $this->getSourceContext()->getCode();
}
public function getSourceContext()
{
return new Source("", "checkbox.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/checkbox.twig");
}
}
af/af6dd1f6871b54f086eb95e1abc703a0e92824251df6a715be3d3628d2bd3143.php 0000644 00000055462 15152073666 0016542 0 ustar 00 <?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
/* database/structure/structure_table_row.twig */
class __TwigTemplate_9265dfcaedd103f7216166b214ebd7b3c9deb7a5e6d22df34899acbddcc10a82 extends \Twig\Template
{
public function __construct(Environment $env)
{
parent::__construct($env);
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
// line 1
echo "<tr id=\"row_tbl_";
echo twig_escape_filter($this->env, ($context["curr"] ?? null), "html", null, true);
echo "\"";
echo ((($context["table_is_view"] ?? null)) ? (" class=\"is_view\"") : (""));
echo " data-filter-row=\"";
echo twig_escape_filter($this->env, twig_upper_filter($this->env, $this->getAttribute(($context["current_table"] ?? null), "TABLE_NAME", [], "array")), "html", null, true);
echo "\">
<td class=\"center print_ignore\">
<input type=\"checkbox\"
name=\"selected_tbl[]\"
class=\"";
// line 5
echo twig_escape_filter($this->env, ($context["input_class"] ?? null), "html", null, true);
echo "\"
value=\"";
// line 6
echo twig_escape_filter($this->env, $this->getAttribute(($context["current_table"] ?? null), "TABLE_NAME", [], "array"), "html", null, true);
echo "\"
id=\"checkbox_tbl_";
// line 7
echo twig_escape_filter($this->env, ($context["curr"] ?? null), "html", null, true);
echo "\" />
</td>
<th>
";
// line 10
echo ($context["browse_table_label"] ?? null);
echo "
";
// line 11
echo ($context["tracking_icon"] ?? null);
echo "
</th>
";
// line 13
if (($context["server_slave_status"] ?? null)) {
// line 14
echo " <td class=\"center\">
";
// line 15
echo ((($context["ignored"] ?? null)) ? (PhpMyAdmin\Util::getImage("s_cancel", _gettext("Not replicated"))) : (""));
echo "
";
// line 16
echo ((($context["do"] ?? null)) ? (PhpMyAdmin\Util::getImage("s_success", _gettext("Replicated"))) : (""));
echo "
</td>
";
}
// line 19
echo "
";
// line 21
echo " ";
if ((($context["num_favorite_tables"] ?? null) > 0)) {
// line 22
echo " <td class=\"center print_ignore\">
";
// line 24
echo " ";
$context["fav_params"] = ["db" => // line 25
($context["db"] ?? null), "ajax_request" => true, "favorite_table" => $this->getAttribute( // line 27
($context["current_table"] ?? null), "TABLE_NAME", [], "array"), ((( // line 28
($context["already_favorite"] ?? null)) ? ("remove") : ("add")) . "_favorite") => true];
// line 30
echo " ";
$this->loadTemplate("database/structure/favorite_anchor.twig", "database/structure/structure_table_row.twig", 30)->display(twig_to_array(["table_name_hash" => md5($this->getAttribute( // line 31
($context["current_table"] ?? null), "TABLE_NAME", [], "array")), "db_table_name_hash" => md5((( // line 32
($context["db"] ?? null) . ".") . $this->getAttribute(($context["current_table"] ?? null), "TABLE_NAME", [], "array"))), "fav_params" => // line 33
($context["fav_params"] ?? null), "already_favorite" => // line 34
($context["already_favorite"] ?? null), "titles" => // line 35
($context["titles"] ?? null)]));
// line 37
echo " </td>
";
}
// line 39
echo "
<td class=\"center print_ignore\">
";
// line 41
echo ($context["browse_table"] ?? null);
echo "
</td>
<td class=\"center print_ignore\">
<a href=\"tbl_structure.php";
// line 44
echo ($context["tbl_url_query"] ?? null);
echo "\">
";
// line 45
echo $this->getAttribute(($context["titles"] ?? null), "Structure", [], "array");
echo "
</a>
</td>
<td class=\"center print_ignore\">
";
// line 49
echo ($context["search_table"] ?? null);
echo "
</td>
";
// line 52
if ( !($context["db_is_system_schema"] ?? null)) {
// line 53
echo " <td class=\"insert_table center print_ignore\">
<a href=\"tbl_change.php";
// line 54
echo ($context["tbl_url_query"] ?? null);
echo "\">";
echo $this->getAttribute(($context["titles"] ?? null), "Insert", [], "array");
echo "</a>
</td>
<td class=\"center print_ignore\">";
// line 56
echo ($context["empty_table"] ?? null);
echo "</td>
<td class=\"center print_ignore\">
<a class=\"ajax drop_table_anchor";
// line 59
echo (((($context["table_is_view"] ?? null) || ($this->getAttribute(($context["current_table"] ?? null), "ENGINE", [], "array") == null))) ? (" view") : (""));
echo "\"
href=\"sql.php\" data-post=\"";
// line 60
echo ($context["tbl_url_query"] ?? null);
echo "&reload=1&purge=1&sql_query=";
// line 61
echo twig_escape_filter($this->env, twig_urlencode_filter(($context["drop_query"] ?? null)), "html", null, true);
echo "&message_to_show=";
echo twig_escape_filter($this->env, twig_urlencode_filter(($context["drop_message"] ?? null)), "html", null, true);
echo "\">
";
// line 62
echo $this->getAttribute(($context["titles"] ?? null), "Drop", [], "array");
echo "
</a>
</td>
";
}
// line 66
echo "
";
// line 67
if (($this->getAttribute(($context["current_table"] ?? null), "TABLE_ROWS", [], "array", true, true) && (($this->getAttribute( // line 68
($context["current_table"] ?? null), "ENGINE", [], "array") != null) || ($context["table_is_view"] ?? null)))) {
// line 69
echo " ";
// line 70
echo " ";
$context["row_count"] = PhpMyAdmin\Util::formatNumber($this->getAttribute(($context["current_table"] ?? null), "TABLE_ROWS", [], "array"), 0);
// line 71
echo "
";
// line 74
echo " <td class=\"value tbl_rows\"
data-table=\"";
// line 75
echo twig_escape_filter($this->env, $this->getAttribute(($context["current_table"] ?? null), "TABLE_NAME", [], "array"), "html", null, true);
echo "\">
";
// line 76
if (($context["approx_rows"] ?? null)) {
// line 77
echo " <a href=\"db_structure.php";
echo PhpMyAdmin\Url::getCommon(["ajax_request" => true, "db" => // line 79
($context["db"] ?? null), "table" => $this->getAttribute( // line 80
($context["current_table"] ?? null), "TABLE_NAME", [], "array"), "real_row_count" => "true"]);
// line 82
echo "\" class=\"ajax real_row_count\">
<bdi>
~";
// line 84
echo twig_escape_filter($this->env, ($context["row_count"] ?? null), "html", null, true);
echo "
</bdi>
</a>
";
} else {
// line 88
echo " ";
echo twig_escape_filter($this->env, ($context["row_count"] ?? null), "html", null, true);
echo "
";
}
// line 90
echo " ";
echo ($context["show_superscript"] ?? null);
echo "
</td>
";
// line 93
if ( !(($context["properties_num_columns"] ?? null) > 1)) {
// line 94
echo " <td class=\"nowrap\">
";
// line 95
if ( !twig_test_empty($this->getAttribute(($context["current_table"] ?? null), "ENGINE", [], "array"))) {
// line 96
echo " ";
echo twig_escape_filter($this->env, $this->getAttribute(($context["current_table"] ?? null), "ENGINE", [], "array"), "html", null, true);
echo "
";
} elseif ( // line 97
($context["table_is_view"] ?? null)) {
// line 98
echo " ";
echo _gettext("View");
// line 99
echo " ";
}
// line 100
echo " </td>
";
// line 101
if ((twig_length_filter($this->env, ($context["collation"] ?? null)) > 0)) {
// line 102
echo " <td class=\"nowrap\">
";
// line 103
echo ($context["collation"] ?? null);
echo "
</td>
";
}
// line 106
echo " ";
}
// line 107
echo "
";
// line 108
if (($context["is_show_stats"] ?? null)) {
// line 109
echo " <td class=\"value tbl_size\">
<a href=\"tbl_structure.php";
// line 110
echo ($context["tbl_url_query"] ?? null);
echo "#showusage\">
<span>";
// line 111
echo twig_escape_filter($this->env, ($context["formatted_size"] ?? null), "html", null, true);
echo "</span>
<span class=\"unit\">";
// line 112
echo twig_escape_filter($this->env, ($context["unit"] ?? null), "html", null, true);
echo "</span>
</a>
</td>
<td class=\"value tbl_overhead\">
";
// line 116
echo ($context["overhead"] ?? null);
echo "
</td>
";
}
// line 119
echo "
";
// line 120
if ( !(($context["show_charset"] ?? null) > 1)) {
// line 121
echo " ";
if ((twig_length_filter($this->env, ($context["charset"] ?? null)) > 0)) {
// line 122
echo " <td class=\"nowrap\">
";
// line 123
echo ($context["charset"] ?? null);
echo "
</td>
";
}
// line 126
echo " ";
}
// line 127
echo "
";
// line 128
if (($context["show_comment"] ?? null)) {
// line 129
echo " ";
$context["comment"] = $this->getAttribute(($context["current_table"] ?? null), "Comment", [], "array");
// line 130
echo " <td>
";
// line 131
if ((twig_length_filter($this->env, ($context["comment"] ?? null)) > ($context["limit_chars"] ?? null))) {
// line 132
echo " <abbr title=\"";
echo twig_escape_filter($this->env, ($context["comment"] ?? null), "html", null, true);
echo "\">
";
// line 133
echo twig_escape_filter($this->env, twig_slice($this->env, ($context["comment"] ?? null), 0, ($context["limit_chars"] ?? null)), "html", null, true);
echo "
...
</abbr>
";
} else {
// line 137
echo " ";
echo twig_escape_filter($this->env, ($context["comment"] ?? null), "html", null, true);
echo "
";
}
// line 139
echo " </td>
";
}
// line 141
echo "
";
// line 142
if (($context["show_creation"] ?? null)) {
// line 143
echo " <td class=\"value tbl_creation\">
";
// line 144
((($context["create_time"] ?? null)) ? (print (twig_escape_filter($this->env, PhpMyAdmin\Util::localisedDate(strtotime(($context["create_time"] ?? null))), "html", null, true))) : (print ("-")));
echo "
</td>
";
}
// line 147
echo "
";
// line 148
if (($context["show_last_update"] ?? null)) {
// line 149
echo " <td class=\"value tbl_last_update\">
";
// line 150
((($context["update_time"] ?? null)) ? (print (twig_escape_filter($this->env, PhpMyAdmin\Util::localisedDate(strtotime(($context["update_time"] ?? null))), "html", null, true))) : (print ("-")));
echo "
</td>
";
}
// line 153
echo "
";
// line 154
if (($context["show_last_check"] ?? null)) {
// line 155
echo " <td class=\"value tbl_last_check\">
";
// line 156
((($context["check_time"] ?? null)) ? (print (twig_escape_filter($this->env, PhpMyAdmin\Util::localisedDate(strtotime(($context["check_time"] ?? null))), "html", null, true))) : (print ("-")));
echo "
</td>
";
}
// line 159
echo "
";
} elseif ( // line 160
($context["table_is_view"] ?? null)) {
// line 161
echo " <td class=\"value tbl_rows\">-</td>
<td class=\"nowrap\">
";
// line 163
echo _gettext("View");
// line 164
echo " </td>
<td class=\"nowrap\">---</td>
";
// line 166
if (($context["is_show_stats"] ?? null)) {
// line 167
echo " <td class=\"value tbl_size\">-</td>
<td class=\"value tbl_overhead\">-</td>
";
}
// line 170
echo " ";
if (($context["show_charset"] ?? null)) {
// line 171
echo " <td></td>
";
}
// line 173
echo " ";
if (($context["show_comment"] ?? null)) {
// line 174
echo " <td></td>
";
}
// line 176
echo " ";
if (($context["show_creation"] ?? null)) {
// line 177
echo " <td class=\"value tbl_creation\">-</td>
";
}
// line 179
echo " ";
if (($context["show_last_update"] ?? null)) {
// line 180
echo " <td class=\"value tbl_last_update\">-</td>
";
}
// line 182
echo " ";
if (($context["show_last_check"] ?? null)) {
// line 183
echo " <td class=\"value tbl_last_check\">-</td>
";
}
// line 185
echo "
";
} else {
// line 187
echo " ";
$context["count"] = 0;
// line 188
echo " ";
if (($context["properties_num_columns"] ?? null)) {
// line 189
echo " ";
$context["count"] = (($context["count"] ?? null) + 2);
// line 190
echo " ";
}
// line 191
echo " ";
if (($context["is_show_stats"] ?? null)) {
// line 192
echo " ";
$context["count"] = (($context["count"] ?? null) + 2);
// line 193
echo " ";
}
// line 194
echo " ";
if (($context["show_charset"] ?? null)) {
// line 195
echo " ";
$context["count"] = (($context["count"] ?? null) + 1);
// line 196
echo " ";
}
// line 197
echo " ";
if (($context["show_comment"] ?? null)) {
// line 198
echo " ";
$context["count"] = (($context["count"] ?? null) + 1);
// line 199
echo " ";
}
// line 200
echo " ";
if (($context["show_creation"] ?? null)) {
// line 201
echo " ";
$context["count"] = (($context["count"] ?? null) + 1);
// line 202
echo " ";
}
// line 203
echo " ";
if (($context["show_last_update"] ?? null)) {
// line 204
echo " ";
$context["count"] = (($context["count"] ?? null) + 1);
// line 205
echo " ";
}
// line 206
echo " ";
if (($context["show_last_check"] ?? null)) {
// line 207
echo " ";
$context["count"] = (($context["count"] ?? null) + 1);
// line 208
echo " ";
}
// line 209
echo "
";
// line 210
if (($context["db_is_system_schema"] ?? null)) {
// line 211
echo " ";
$context["action_colspan"] = 3;
// line 212
echo " ";
} else {
// line 213
echo " ";
$context["action_colspan"] = 6;
// line 214
echo " ";
}
// line 215
echo " ";
if ((($context["num_favorite_tables"] ?? null) > 0)) {
// line 216
echo " ";
$context["action_colspan"] = (($context["action_colspan"] ?? null) + 1);
// line 217
echo " ";
}
// line 218
echo "
";
// line 219
$context["colspan_for_structure"] = (($context["action_colspan"] ?? null) + 3);
// line 220
echo " <td colspan=\"";
echo (((($context["colspan_for_structure"] ?? null) - ($context["db_is_system_schema"] ?? null))) ? (6) : (9));
echo "\"
class=\"center\">
";
// line 222
echo _gettext("in use");
// line 223
echo " </td>
";
}
// line 225
echo "</tr>
";
}
public function getTemplateName()
{
return "database/structure/structure_table_row.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 556 => 225, 552 => 223, 550 => 222, 544 => 220, 542 => 219, 539 => 218, 536 => 217, 533 => 216, 530 => 215, 527 => 214, 524 => 213, 521 => 212, 518 => 211, 516 => 210, 513 => 209, 510 => 208, 507 => 207, 504 => 206, 501 => 205, 498 => 204, 495 => 203, 492 => 202, 489 => 201, 486 => 200, 483 => 199, 480 => 198, 477 => 197, 474 => 196, 471 => 195, 468 => 194, 465 => 193, 462 => 192, 459 => 191, 456 => 190, 453 => 189, 450 => 188, 447 => 187, 443 => 185, 439 => 183, 436 => 182, 432 => 180, 429 => 179, 425 => 177, 422 => 176, 418 => 174, 415 => 173, 411 => 171, 408 => 170, 403 => 167, 401 => 166, 397 => 164, 395 => 163, 391 => 161, 389 => 160, 386 => 159, 380 => 156, 377 => 155, 375 => 154, 372 => 153, 366 => 150, 363 => 149, 361 => 148, 358 => 147, 352 => 144, 349 => 143, 347 => 142, 344 => 141, 340 => 139, 334 => 137, 327 => 133, 322 => 132, 320 => 131, 317 => 130, 314 => 129, 312 => 128, 309 => 127, 306 => 126, 300 => 123, 297 => 122, 294 => 121, 292 => 120, 289 => 119, 283 => 116, 276 => 112, 272 => 111, 268 => 110, 265 => 109, 263 => 108, 260 => 107, 257 => 106, 251 => 103, 248 => 102, 246 => 101, 243 => 100, 240 => 99, 237 => 98, 235 => 97, 230 => 96, 228 => 95, 225 => 94, 223 => 93, 216 => 90, 210 => 88, 203 => 84, 199 => 82, 197 => 80, 196 => 79, 194 => 77, 192 => 76, 188 => 75, 185 => 74, 182 => 71, 179 => 70, 177 => 69, 175 => 68, 174 => 67, 171 => 66, 164 => 62, 158 => 61, 155 => 60, 151 => 59, 146 => 56, 139 => 54, 136 => 53, 134 => 52, 128 => 49, 121 => 45, 117 => 44, 111 => 41, 107 => 39, 103 => 37, 101 => 35, 100 => 34, 99 => 33, 98 => 32, 97 => 31, 95 => 30, 93 => 28, 92 => 27, 91 => 25, 89 => 24, 86 => 22, 83 => 21, 80 => 19, 74 => 16, 70 => 15, 67 => 14, 65 => 13, 60 => 11, 56 => 10, 50 => 7, 46 => 6, 42 => 5, 30 => 1,);
}
/** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */
public function getSource()
{
@trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED);
return $this->getSourceContext()->getCode();
}
public function getSourceContext()
{
return new Source("", "database/structure/structure_table_row.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/database/structure/structure_table_row.twig");
}
}
4d/4dd56f0008284f0547f9a23c17a8fdbefbfbd11d12b9a2b6f2bf5412e73b8a50.php 0000644 00000003775 15152073666 0016673 0 ustar 00 <?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
/* filter.twig */
class __TwigTemplate_f7d3160b7716aa3d3f709541438035d58ea7ebc85c40b1e0b1ab423c825f4008 extends \Twig\Template
{
public function __construct(Environment $env)
{
parent::__construct($env);
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
// line 1
echo "<fieldset id=\"tableFilter\">
<legend>";
// line 2
echo _gettext("Filters");
echo "</legend>
<div class=\"formelement\">
<label for=\"filterText\">";
// line 4
echo _gettext("Containing the word:");
echo "</label>
<input name=\"filterText\" type=\"text\" id=\"filterText\"
value=\"";
// line 6
echo twig_escape_filter($this->env, ($context["filter_value"] ?? null), "html", null, true);
echo "\" />
</div>
</fieldset>
";
}
public function getTemplateName()
{
return "filter.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 43 => 6, 38 => 4, 33 => 2, 30 => 1,);
}
/** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */
public function getSource()
{
@trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED);
return $this->getSourceContext()->getCode();
}
public function getSourceContext()
{
return new Source("", "filter.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/filter.twig");
}
}
dc/dc00890dffa634e8f7dd4b0528d9c6385dbd1f12641fee042e4510a7c66cef3b.php 0000644 00000007005 15152073666 0016760 0 ustar 00 <?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
/* toggle_button.twig */
class __TwigTemplate_eb0eb592bb282fcb43c1069559c35bfea2370d9a9f22893dff1b729e9d30018b extends \Twig\Template
{
public function __construct(Environment $env)
{
parent::__construct($env);
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
// line 1
echo "<div class='wrapper toggleAjax hide'>
<div class='toggleButton'>
<div title=\"";
// line 3
echo _gettext("Click to toggle");
echo "\" class='container ";
echo twig_escape_filter($this->env, ($context["state"] ?? null), "html", null, true);
echo "'>
<img src=\"";
// line 4
echo twig_escape_filter($this->env, ($context["pma_theme_image"] ?? null), "html", null, true);
echo "toggle-";
echo twig_escape_filter($this->env, ($context["text_dir"] ?? null), "html", null, true);
echo ".png\" alt='' />
<table class='nospacing nopadding'>
<tbody>
<tr>
<td class='toggleOn'>
<span class='hide'>";
// line 9
echo ($context["link_on"] ?? null);
echo "</span>
<div>";
// line 10
echo twig_escape_filter($this->env, ($context["toggle_on"] ?? null), "html", null, true);
echo "</div>
</td>
<td><div> </div></td>
<td class='toggleOff'>
<span class='hide'>";
// line 14
echo ($context["link_off"] ?? null);
echo "</span>
<div>";
// line 15
echo twig_escape_filter($this->env, ($context["toggle_off"] ?? null), "html", null, true);
echo "</div>
</td>
</tr>
</tbody>
</table>
<span class='hide callback'>";
// line 20
echo twig_escape_filter($this->env, ($context["callback"] ?? null), "html", null, true);
echo "</span>
<span class='hide text_direction'>";
// line 21
echo twig_escape_filter($this->env, ($context["text_dir"] ?? null), "html", null, true);
echo "</span>
</div>
</div>
</div>
";
}
public function getTemplateName()
{
return "toggle_button.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 77 => 21, 73 => 20, 65 => 15, 61 => 14, 54 => 10, 50 => 9, 40 => 4, 34 => 3, 30 => 1,);
}
/** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */
public function getSource()
{
@trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED);
return $this->getSourceContext()->getCode();
}
public function getSourceContext()
{
return new Source("", "toggle_button.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/toggle_button.twig");
}
}
dc/dcb1b92f67d6bf6e5f3a44a0e57d9decd7ea281ba568f2c35c166919f97361d3.php 0000644 00000002317 15152073666 0017010 0 ustar 00 <?php
/* config/form_display/tabs_bottom.twig */
class __TwigTemplate_698c53d98d8df5194f54422bb2b7c90a77d4d6916c4889f7ef12218d8851b9e2 extends Twig_Template
{
public function __construct(Twig_Environment $env)
{
parent::__construct($env);
$this->parent = false;
$this->blocks = array(
);
}
protected function doDisplay(array $context, array $blocks = array())
{
// line 1
echo "</div>
";
}
public function getTemplateName()
{
return "config/form_display/tabs_bottom.twig";
}
public function getDebugInfo()
{
return array ( 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("", "config/form_display/tabs_bottom.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/config/form_display/tabs_bottom.twig");
}
}
9d/9d5ae301f22aa7d7822632dcc842a69429a298f131cce1ef240192654ffb91ce.php 0000644 00000005573 15152073666 0016414 0 ustar 00 <?php
/* display/export/options_output_charset.twig */
class __TwigTemplate_9efeeb474abb40d7f8fd5462e826d602c9ab97b1c368027f84d2beef359282b2 extends Twig_Template
{
public function __construct(Twig_Environment $env)
{
parent::__construct($env);
$this->parent = false;
$this->blocks = array(
);
}
protected function doDisplay(array $context, array $blocks = array())
{
// line 1
echo "<li>
<label for=\"select_charset\" class=\"desc\">
";
// line 3
echo _gettext("Character set of the file:");
// line 4
echo " </label>
<select id=\"select_charset\" name=\"charset\" size=\"1\">
";
// line 6
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(($context["encodings"] ?? null));
foreach ($context['_seq'] as $context["_key"] => $context["charset"]) {
// line 7
echo " <option value=\"";
echo twig_escape_filter($this->env, $context["charset"], "html", null, true);
echo "\"";
// line 8
if (((twig_test_empty(($context["export_charset"] ?? null)) && ($context["charset"] == "utf-8")) || ( // line 9
$context["charset"] == ($context["export_charset"] ?? null)))) {
// line 10
echo " selected";
}
// line 11
echo ">";
// line 12
echo twig_escape_filter($this->env, $context["charset"], "html", null, true);
// line 13
echo "</option>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['charset'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 15
echo " </select>
</li>
";
}
public function getTemplateName()
{
return "display/export/options_output_charset.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 54 => 15, 47 => 13, 45 => 12, 43 => 11, 40 => 10, 38 => 9, 37 => 8, 33 => 7, 29 => 6, 25 => 4, 23 => 3, 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("", "display/export/options_output_charset.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/display/export/options_output_charset.twig");
}
}
9d/9d254bc0e43f46a8844b012d501626d3acdd42c4a2d2da29c2a5f973f04a04e8.php 0000644 00000007550 15152073666 0016442 0 ustar 00 <?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
/* config/form_display/fieldset_top.twig */
class __TwigTemplate_4fe06cbaef2c5e6e450787c2f43e0bbe982c3398cb6b2c3abf329bb9f53bec81 extends \Twig\Template
{
public function __construct(Environment $env)
{
parent::__construct($env);
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
// line 1
echo "<fieldset";
// line 2
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(($context["attributes"] ?? null));
foreach ($context['_seq'] as $context["key"] => $context["value"]) {
// line 3
echo " ";
echo twig_escape_filter($this->env, $context["key"], "html", null, true);
echo "=\"";
echo twig_escape_filter($this->env, $context["value"], "html", null, true);
echo "\"";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['key'], $context['value'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 4
echo ">
<legend>";
// line 5
echo twig_escape_filter($this->env, ($context["title"] ?? null), "html", null, true);
echo "</legend>
";
// line 6
if ( !twig_test_empty(($context["description"] ?? null))) {
// line 7
echo " <p>";
echo ($context["description"] ?? null);
echo "</p>
";
}
// line 10
if ((twig_test_iterable(($context["errors"] ?? null)) && (twig_length_filter($this->env, ($context["errors"] ?? null)) > 0))) {
// line 11
echo " <dl class=\"errors\">
";
// line 12
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(($context["errors"] ?? null));
foreach ($context['_seq'] as $context["_key"] => $context["error"]) {
// line 13
echo " <dd>";
echo twig_escape_filter($this->env, $context["error"], "html", null, true);
echo "</dd>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['error'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 15
echo " </dl>
";
}
// line 17
echo "<table width=\"100%\" cellspacing=\"0\">
";
}
public function getTemplateName()
{
return "config/form_display/fieldset_top.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 83 => 17, 79 => 15, 70 => 13, 66 => 12, 63 => 11, 61 => 10, 55 => 7, 53 => 6, 49 => 5, 46 => 4, 36 => 3, 32 => 2, 30 => 1,);
}
/** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */
public function getSource()
{
@trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED);
return $this->getSourceContext()->getCode();
}
public function getSourceContext()
{
return new Source("", "config/form_display/fieldset_top.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/config/form_display/fieldset_top.twig");
}
}
9d/9d6c5c59ee895a239eeb5956af299ac0e5eb1a69f8db50be742ff0c61b618944.php 0000644 00000003525 15152073666 0016676 0 ustar 00 <?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
/* fk_checkbox.twig */
class __TwigTemplate_ebcbc0f79b86b9a9e91fc7f140aeeb922f2ca7481f93bc488fa1235d9f67b861 extends \Twig\Template
{
public function __construct(Environment $env)
{
parent::__construct($env);
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
// line 1
echo "<input type=\"hidden\" name=\"fk_checks\" value=\"0\">
<input type=\"checkbox\" name=\"fk_checks\" id=\"fk_checks\" value=\"1\"";
// line 3
echo ((($context["checked"] ?? null)) ? (" checked") : (""));
echo ">
<label for=\"fk_checks\">";
// line 4
echo _gettext("Enable foreign key checks");
echo "</label>
";
}
public function getTemplateName()
{
return "fk_checkbox.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 37 => 4, 33 => 3, 30 => 1,);
}
/** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */
public function getSource()
{
@trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED);
return $this->getSourceContext()->getCode();
}
public function getSourceContext()
{
return new Source("", "fk_checkbox.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/fk_checkbox.twig");
}
}
a7/a77d034652acc798340370d26e805e3a31a2f557f58b4962f82df9cb4a9f56f4.php 0000644 00000003616 15152073666 0016273 0 ustar 00 <?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
/* javascript/display.twig */
class __TwigTemplate_ec39e5f66a340b958e48e58c3a2f3e1d88b683f1d81a29a1682657480d7385d1 extends \Twig\Template
{
public function __construct(Environment $env)
{
parent::__construct($env);
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
// line 1
echo "<script type=\"text/javascript\">
if (typeof configInlineParams === \"undefined\" || !Array.isArray(configInlineParams)) configInlineParams = [];
configInlineParams.push(function() {
";
// line 4
echo twig_join_filter(($context["js_array"] ?? null), ";
");
echo ";
});
if (typeof configScriptLoaded !== \"undefined\" && configInlineParams) loadInlineConfig();
</script>
";
}
public function getTemplateName()
{
return "javascript/display.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 35 => 4, 30 => 1,);
}
/** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */
public function getSource()
{
@trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED);
return $this->getSourceContext()->getCode();
}
public function getSourceContext()
{
return new Source("", "javascript/display.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/javascript/display.twig");
}
}
a7/a7e9ef3e1f57ef5a497ace07803123d1b50decbe0fcb448cc66573db89b48e25.php 0000644 00000006232 15152073666 0016777 0 ustar 00 <?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
/* server/databases/index.twig */
class __TwigTemplate_48745f20527d82c00b904b417eb2c57e7a149a0a8e3a197def68f70ffe3a7e62 extends \Twig\Template
{
public function __construct(Environment $env)
{
parent::__construct($env);
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
// line 2
$this->loadTemplate("server/sub_page_header.twig", "server/databases/index.twig", 2)->display(twig_to_array(["type" => (( // line 3
($context["dbstats"] ?? null)) ? ("database_statistics") : ("databases"))]));
// line 5
echo "
";
// line 7
if (($context["show_create_db"] ?? null)) {
// line 8
echo " ";
$this->loadTemplate("server/databases/create.twig", "server/databases/index.twig", 8)->display(twig_to_array(["is_create_db_priv" => // line 9
($context["is_create_db_priv"] ?? null), "dbstats" => // line 10
($context["dbstats"] ?? null), "db_to_create" => // line 11
($context["db_to_create"] ?? null), "server_collation" => // line 12
($context["server_collation"] ?? null), "dbi" => // line 13
($context["dbi"] ?? null), "disable_is" => // line 14
($context["disable_is"] ?? null)]));
}
// line 17
echo "
";
// line 18
$this->loadTemplate("filter.twig", "server/databases/index.twig", 18)->display(twig_to_array(["filter_value" => ""]));
// line 19
echo "
";
// line 21
if ( !(null === ($context["databases"] ?? null))) {
// line 22
echo " ";
echo ($context["databases"] ?? null);
echo "
";
} else {
// line 24
echo " <p>";
echo _gettext("No databases");
echo "</p>
";
}
}
public function getTemplateName()
{
return "server/databases/index.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 64 => 24, 58 => 22, 56 => 21, 53 => 19, 51 => 18, 48 => 17, 45 => 14, 44 => 13, 43 => 12, 42 => 11, 41 => 10, 40 => 9, 38 => 8, 36 => 7, 33 => 5, 31 => 3, 30 => 2,);
}
/** @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("", "server/databases/index.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/server/databases/index.twig");
}
}
8c/8c121e14561ec809feef4bcffa8e588408f366bfb4764f048fa0499078d84a41.php 0000644 00000004745 15152073666 0016453 0 ustar 00 <?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
/* columns_definitions/column_auto_increment.twig */
class __TwigTemplate_cd11a497ba2600da0c48fee68d010962d5d080720e4c18ee1185012c57ea191e extends \Twig\Template
{
public function __construct(Environment $env)
{
parent::__construct($env);
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
// line 1
echo "<input name=\"field_extra[";
echo twig_escape_filter($this->env, ($context["column_number"] ?? null), "html", null, true);
echo "]\"
id=\"field_";
// line 2
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 "\"
";
// line 3
if (($this->getAttribute(($context["column_meta"] ?? null), "Extra", [], "array", true, true) && (twig_lower_filter($this->env, $this->getAttribute(($context["column_meta"] ?? null), "Extra", [], "array")) == "auto_increment"))) {
// line 4
echo "checked=\"checked\"";
}
// line 6
echo " type=\"checkbox\"
value=\"AUTO_INCREMENT\" />
";
}
public function getTemplateName()
{
return "columns_definitions/column_auto_increment.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 46 => 6, 43 => 4, 41 => 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("", "columns_definitions/column_auto_increment.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/columns_definitions/column_auto_increment.twig");
}
}
68/68cb91bf567bbdb9af2430623e169f42399474c3a2c8bdf9df293167457e4a78.php 0000644 00000022604 15152073666 0016312 0 ustar 00 <?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
/* table/structure/display_table_stats.twig */
class __TwigTemplate_7066b2cebf606d98f6a47ebb9bb92bcfb900a203c1336cd2faecef1dd38a5331 extends \Twig\Template
{
public function __construct(Environment $env)
{
parent::__construct($env);
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
// line 1
echo "<div id=\"tablestatistics\">
<fieldset>
<legend>";
// line 3
echo _gettext("Information");
echo "</legend>
";
// line 4
if ($this->getAttribute(($context["showtable"] ?? null), "TABLE_COMMENT", [], "array")) {
// line 5
echo " <p>
<strong>";
// line 6
echo _gettext("Table comments:");
echo "</strong>
";
// line 7
echo twig_escape_filter($this->env, $this->getAttribute(($context["showtable"] ?? null), "TABLE_COMMENT", [], "array"), "html", null, true);
echo "
</p>
";
}
// line 10
echo " <a id=\"showusage\"></a>
";
// line 12
if (( !($context["tbl_is_view"] ?? null) && !($context["db_is_system_schema"] ?? null))) {
// line 13
echo " <table id=\"tablespaceusage\" class=\"width100 data\">
<caption class=\"tblHeaders\">";
// line 14
echo _gettext("Space usage");
echo "</caption>
<tbody>
<tr>
<th class=\"name\">";
// line 17
echo _gettext("Data");
echo "</th>
<td class=\"value\">";
// line 18
echo twig_escape_filter($this->env, ($context["data_size"] ?? null), "html", null, true);
echo "</td>
<td class=\"unit\">";
// line 19
echo twig_escape_filter($this->env, ($context["data_unit"] ?? null), "html", null, true);
echo "</td>
</tr>
";
// line 22
if ((isset($context["index_size"]) || array_key_exists("index_size", $context))) {
// line 23
echo " <tr>
<th class=\"name\">";
// line 24
echo _gettext("Index");
echo "</th>
<td class=\"value\">";
// line 25
echo twig_escape_filter($this->env, ($context["index_size"] ?? null), "html", null, true);
echo "</td>
<td class=\"unit\">";
// line 26
echo twig_escape_filter($this->env, ($context["index_unit"] ?? null), "html", null, true);
echo "</td>
</tr>
";
}
// line 29
echo "
";
// line 30
if ((isset($context["free_size"]) || array_key_exists("free_size", $context))) {
// line 31
echo " <tr>
<th class=\"name\">";
// line 32
echo _gettext("Overhead");
echo "</th>
<td class=\"value\">";
// line 33
echo twig_escape_filter($this->env, ($context["free_size"] ?? null), "html", null, true);
echo "</td>
<td class=\"unit\">";
// line 34
echo twig_escape_filter($this->env, ($context["free_unit"] ?? null), "html", null, true);
echo "</td>
</tr>
<tr>
<th class=\"name\">";
// line 37
echo _gettext("Effective");
echo "</th>
<td class=\"value\">";
// line 38
echo twig_escape_filter($this->env, ($context["effect_size"] ?? null), "html", null, true);
echo "</td>
<td class=\"unit\">";
// line 39
echo twig_escape_filter($this->env, ($context["effect_unit"] ?? null), "html", null, true);
echo "</td>
</tr>
";
}
// line 42
echo "
";
// line 43
if (((isset($context["tot_size"]) || array_key_exists("tot_size", $context)) && (($context["mergetable"] ?? null) == false))) {
// line 44
echo " <tr>
<th class=\"name\">";
// line 45
echo _gettext("Total");
echo "</th>
<td class=\"value\">";
// line 46
echo twig_escape_filter($this->env, ($context["tot_size"] ?? null), "html", null, true);
echo "</td>
<td class=\"unit\">";
// line 47
echo twig_escape_filter($this->env, ($context["tot_unit"] ?? null), "html", null, true);
echo "</td>
</tr>
";
}
// line 50
echo "
";
// line 52
echo " ";
if (((isset($context["free_size"]) || array_key_exists("free_size", $context)) && (((( // line 53
($context["tbl_storage_engine"] ?? null) == "MYISAM") || ( // line 54
($context["tbl_storage_engine"] ?? null) == "ARIA")) || ( // line 55
($context["tbl_storage_engine"] ?? null) == "MARIA")) || ( // line 56
($context["tbl_storage_engine"] ?? null) == "BDB")))) {
// line 57
echo " <tr class=\"tblFooters print_ignore\">
<td colspan=\"3\" class=\"center\">
<a href=\"sql.php\" data-post=\"";
// line 59
echo twig_escape_filter($this->env, ($context["url_query"] ?? null), "html", null, true);
echo "&pos=0&sql_query=";
// line 60
echo twig_escape_filter($this->env, twig_urlencode_filter(("OPTIMIZE TABLE " . PhpMyAdmin\Util::backquote(($context["table"] ?? null)))), "html", null, true);
echo "\">
";
// line 61
echo PhpMyAdmin\Util::getIcon("b_tbloptimize", _gettext("Optimize table"));
echo "
</a>
</td>
</tr>
";
}
// line 66
echo " </tbody>
</table>
";
}
// line 69
echo "
";
// line 70
$this->loadTemplate("table/structure/row_stats_table.twig", "table/structure/display_table_stats.twig", 70)->display(twig_to_array(["showtable" => // line 71
($context["showtable"] ?? null), "tbl_collation" => // line 72
($context["tbl_collation"] ?? null), "is_innodb" => // line 73
($context["is_innodb"] ?? null), "mergetable" => // line 74
($context["mergetable"] ?? null), "avg_size" => (( // line 75
(isset($context["avg_size"]) || array_key_exists("avg_size", $context))) ? (($context["avg_size"] ?? null)) : (null)), "avg_unit" => (( // line 76
(isset($context["avg_unit"]) || array_key_exists("avg_unit", $context))) ? (($context["avg_unit"] ?? null)) : (null))]));
// line 78
echo " </fieldset>
</div>
";
}
public function getTemplateName()
{
return "table/structure/display_table_stats.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 204 => 78, 202 => 76, 201 => 75, 200 => 74, 199 => 73, 198 => 72, 197 => 71, 196 => 70, 193 => 69, 188 => 66, 180 => 61, 176 => 60, 173 => 59, 169 => 57, 167 => 56, 166 => 55, 165 => 54, 164 => 53, 162 => 52, 159 => 50, 153 => 47, 149 => 46, 145 => 45, 142 => 44, 140 => 43, 137 => 42, 131 => 39, 127 => 38, 123 => 37, 117 => 34, 113 => 33, 109 => 32, 106 => 31, 104 => 30, 101 => 29, 95 => 26, 91 => 25, 87 => 24, 84 => 23, 82 => 22, 76 => 19, 72 => 18, 68 => 17, 62 => 14, 59 => 13, 57 => 12, 53 => 10, 47 => 7, 43 => 6, 40 => 5, 38 => 4, 34 => 3, 30 => 1,);
}
/** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */
public function getSource()
{
@trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED);
return $this->getSourceContext()->getCode();
}
public function getSourceContext()
{
return new Source("", "table/structure/display_table_stats.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/table/structure/display_table_stats.twig");
}
}
d1/d195fc4a6f71e2884db231ff9b655d43f86d3df3b617e98a9790217c74257877.php 0000644 00000006560 15152073666 0016244 0 ustar 00 <?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
/* console/query_action.twig */
class __TwigTemplate_04b64371c7fb277dd1b02c10419c94b847ef06ce3be5d1aa62152f253f42a5b3 extends \Twig\Template
{
public function __construct(Environment $env)
{
parent::__construct($env);
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
// line 1
echo "<div class=\"";
echo twig_escape_filter($this->env, ($context["parent_div_classes"] ?? null), "html", null, true);
echo "\">
";
// line 2
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(($context["content_array"] ?? null));
foreach ($context['_seq'] as $context["_key"] => $context["content"]) {
// line 3
echo " ";
if ((isset($context["content"]) || array_key_exists("content", $context))) {
// line 4
echo " <span class=\"";
echo twig_escape_filter($this->env, $this->getAttribute($context["content"], 0, [], "array"), "html", null, true);
echo "\">
";
// line 5
echo twig_escape_filter($this->env, $this->getAttribute($context["content"], 1, [], "array"), "html", null, true);
echo "
";
// line 6
if ($this->getAttribute($context["content"], "extraSpan", [], "array", true, true)) {
// line 7
echo " : <span>";
echo twig_escape_filter($this->env, $this->getAttribute($context["content"], "extraSpan", [], "array"), "html", null, true);
echo "</span>
";
}
// line 9
echo " </span>
";
}
// line 11
echo " ";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['content'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 12
echo "</div>
";
}
public function getTemplateName()
{
return "console/query_action.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 69 => 12, 63 => 11, 59 => 9, 53 => 7, 51 => 6, 47 => 5, 42 => 4, 39 => 3, 35 => 2, 30 => 1,);
}
/** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */
public function getSource()
{
@trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED);
return $this->getSourceContext()->getCode();
}
public function getSourceContext()
{
return new Source("", "console/query_action.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/console/query_action.twig");
}
}
d1/d1a6e73573d1da308981010afede6c47bd4e8ae86841ab00e510c1247bd55c57.php 0000644 00000014141 15152073666 0016435 0 ustar 00 <?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
/* columns_definitions/column_default.twig */
class __TwigTemplate_21971ee429b9a2ef85b024b3b945024c61cfa93d16acf87dd659b86eefb86bf4 extends \Twig\Template
{
public function __construct(Environment $env)
{
parent::__construct($env);
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
// line 3
ob_start(function () { return ''; });
echo _pgettext( "for default", "None");
$context["translation"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 4
$context["default_options"] = ["NONE" => // line 5
($context["translation"] ?? null), "USER_DEFINED" => _gettext("As defined:"), "NULL" => "NULL", "CURRENT_TIMESTAMP" => "CURRENT_TIMESTAMP"];
// line 10
echo "
";
// line 12
$context["default_value"] = "";
// line 13
if ($this->getAttribute(($context["column_meta"] ?? null), "DefaultValue", [], "array", true, true)) {
// line 14
echo " ";
$context["default_value"] = $this->getAttribute(($context["column_meta"] ?? null), "DefaultValue", [], "array");
}
// line 16
if ((($context["type_upper"] ?? null) == "BIT")) {
// line 17
echo " ";
$context["default_value"] = PhpMyAdmin\Util::convertBitDefaultValue($this->getAttribute(($context["column_meta"] ?? null), "DefaultValue", [], "array"));
} elseif ((( // line 18
($context["type_upper"] ?? null) == "BINARY") || (($context["type_upper"] ?? null) == "VARBINARY"))) {
// line 19
echo " ";
$context["default_value"] = bin2hex($this->getAttribute(($context["column_meta"] ?? null), "DefaultValue", [], "array"));
}
// line 21
echo "
<select name=\"field_default_type[";
// line 22
echo twig_escape_filter($this->env, ($context["column_number"] ?? null), "html", null, true);
echo "]\"
id=\"field_";
// line 23
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 "\"
class=\"default_type\">
";
// line 25
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(($context["default_options"] ?? null));
foreach ($context['_seq'] as $context["key"] => $context["value"]) {
// line 26
echo " <option value=\"";
echo twig_escape_filter($this->env, $context["key"], "html", null, true);
echo "\"";
// line 27
if (($this->getAttribute(($context["column_meta"] ?? null), "DefaultType", [], "array", true, true) && ($this->getAttribute( // line 28
($context["column_meta"] ?? null), "DefaultType", [], "array") == $context["key"]))) {
// line 29
echo " selected=\"selected\"";
}
// line 30
echo ">
";
// line 31
echo twig_escape_filter($this->env, $context["value"], "html", null, true);
echo "
</option>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['key'], $context['value'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 34
echo "</select>
";
// line 35
if ((($context["char_editing"] ?? null) == "textarea")) {
// line 36
echo " <textarea name=\"field_default_value[";
echo twig_escape_filter($this->env, ($context["column_number"] ?? null), "html", null, true);
echo "]\"
cols=\"15\"
class=\"textfield
default_value\">";
// line 39
echo twig_escape_filter($this->env, ($context["default_value"] ?? null), "html", null, true);
echo "</textarea>
";
} else {
// line 41
echo " <input type=\"text\"
name=\"field_default_value[";
// line 42
echo twig_escape_filter($this->env, ($context["column_number"] ?? null), "html", null, true);
echo "]\"
size=\"12\"
value=\"";
// line 44
echo twig_escape_filter($this->env, ($context["default_value"] ?? null), "html", null, true);
echo "\"
class=\"textfield default_value\" />
";
}
}
public function getTemplateName()
{
return "columns_definitions/column_default.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 124 => 44, 119 => 42, 116 => 41, 111 => 39, 104 => 36, 102 => 35, 99 => 34, 90 => 31, 87 => 30, 84 => 29, 82 => 28, 81 => 27, 77 => 26, 73 => 25, 66 => 23, 62 => 22, 59 => 21, 55 => 19, 53 => 18, 50 => 17, 48 => 16, 44 => 14, 42 => 13, 40 => 12, 37 => 10, 35 => 5, 34 => 4, 30 => 3,);
}
/** @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("", "columns_definitions/column_default.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/columns_definitions/column_default.twig");
}
}
6d/6d198451ff7964264bb446299d759ce9d28bd707951a8f8553966e9e59c74264.php 0000644 00000005757 15152073666 0016013 0 ustar 00 <?php
/* display/export/options_format.twig */
class __TwigTemplate_38062ba2ed6c3f637f8d950d54ccf1deb0faa4e9d873ac1abdd6c8597024ee3d extends Twig_Template
{
public function __construct(Twig_Environment $env)
{
parent::__construct($env);
$this->parent = false;
$this->blocks = array(
);
}
protected function doDisplay(array $context, array $blocks = array())
{
// line 1
echo "<div class=\"exportoptions\" id=\"format_specific_opts\">
<h3>";
// line 2
echo _gettext("Format-specific options:");
echo "</h3>
<p class=\"no_js_msg\" id=\"scroll_to_options_msg\">
";
// line 4
echo _gettext("Scroll down to fill in the options for the selected format and ignore the options for other formats.");
// line 5
echo " </p>
";
// line 6
echo ($context["options"] ?? null);
echo "
</div>
";
// line 9
if (($context["can_convert_kanji"] ?? null)) {
// line 10
echo " ";
// line 11
echo " <div class=\"exportoptions\" id=\"kanji_encoding\">
<h3>";
// line 12
echo _gettext("Encoding Conversion:");
echo "</h3>
";
// line 13
$this->loadTemplate("encoding/kanji_encoding_form.twig", "display/export/options_format.twig", 13)->display($context);
// line 14
echo " </div>
";
}
// line 16
echo "
<div class=\"exportoptions\" id=\"submit\">
<input type=\"submit\" value=\"";
// line 18
echo _gettext("Go");
echo "\" id=\"buttonGo\"";
// line 21
if ((($context["exec_time_limit"] ?? null) > 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 ">
</div>
";
}
public function getTemplateName()
{
return "display/export/options_format.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 69 => 23, 64 => 22, 62 => 21, 59 => 18, 55 => 16, 51 => 14, 49 => 13, 45 => 12, 42 => 11, 40 => 10, 38 => 9, 32 => 6, 29 => 5, 27 => 4, 22 => 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("", "display/export/options_format.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/display/export/options_format.twig");
}
}
6d/6d532b1e30e5dcd8a26e36cb2233efc07d7bb2135dc77dd0244113e7d58e513b.php 0000644 00000007722 15152073666 0016522 0 ustar 00 <?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
/* select_lang.twig */
class __TwigTemplate_3f3c2ad3692a047bb91160071d51f487ac87b36dcf79a2ea03f6331e454e6628 extends \Twig\Template
{
public function __construct(Environment $env)
{
parent::__construct($env);
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
// line 1
echo " <form method=\"get\" action=\"index.php\" class=\"disableAjax\">
";
// line 2
echo PhpMyAdmin\Url::getHiddenInputs(($context["_form_params"] ?? null));
echo "
";
// line 4
if (($context["use_fieldset"] ?? null)) {
// line 5
echo " <fieldset>
<legend lang=\"en\" dir=\"ltr\">";
// line 6
echo ($context["language_title"] ?? null);
echo "</legend>
";
} else {
// line 8
echo " <bdo lang=\"en\" dir=\"ltr\">
<label for=\"sel-lang\">";
// line 9
echo ($context["language_title"] ?? null);
echo "</label>
</bdo>
";
}
// line 12
echo "
<select name=\"lang\" class=\"autosubmit\" lang=\"en\" dir=\"ltr\" id=\"sel-lang\">
";
// line 15
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(($context["available_languages"] ?? null));
foreach ($context['_seq'] as $context["_key"] => $context["language"]) {
// line 16
echo " ";
// line 17
echo " <option value=\"";
echo twig_escape_filter($this->env, twig_lower_filter($this->env, $this->getAttribute($context["language"], "getCode", [], "method")), "html", null, true);
echo "\"";
// line 18
if ($this->getAttribute($context["language"], "isActive", [], "method")) {
// line 19
echo " selected=\"selected\"";
}
// line 21
echo ">
";
// line 22
echo $this->getAttribute($context["language"], "getName", [], "method");
echo "
</option>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['language'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 25
echo "
</select>
";
// line 28
if (($context["use_fieldset"] ?? null)) {
// line 29
echo " </fieldset>
";
}
// line 31
echo "
</form>
";
}
public function getTemplateName()
{
return "select_lang.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 100 => 31, 96 => 29, 94 => 28, 89 => 25, 80 => 22, 77 => 21, 74 => 19, 72 => 18, 68 => 17, 66 => 16, 62 => 15, 57 => 12, 51 => 9, 48 => 8, 43 => 6, 40 => 5, 38 => 4, 33 => 2, 30 => 1,);
}
/** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */
public function getSource()
{
@trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED);
return $this->getSourceContext()->getCode();
}
public function getSourceContext()
{
return new Source("", "select_lang.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/select_lang.twig");
}
}
2d/2dd0ef5185cb8d853b8afd1c6e80e7d8653c5a490c0d63b5c925796bd4b86e9d.php 0000644 00000003672 15152073666 0016661 0 ustar 00 <?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
/* database/structure/browse_table_label.twig */
class __TwigTemplate_9518551daf0aed252a4a906fff4aa092a08f7ea7dc98e5884a9d7ea14326f2ce extends \Twig\Template
{
public function __construct(Environment $env)
{
parent::__construct($env);
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
// line 1
echo "<a href=\"sql.php";
echo ($context["tbl_url_query"] ?? null);
echo "&pos=0\" title=\"";
echo twig_escape_filter($this->env, ($context["title"] ?? null), "html", null, true);
echo "\">
";
// line 2
echo twig_escape_filter($this->env, ($context["truename"] ?? null), "html", null, true);
echo "
</a>
";
}
public function getTemplateName()
{
return "database/structure/browse_table_label.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 37 => 2, 30 => 1,);
}
/** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */
public function getSource()
{
@trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED);
return $this->getSourceContext()->getCode();
}
public function getSourceContext()
{
return new Source("", "database/structure/browse_table_label.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/database/structure/browse_table_label.twig");
}
}
2d/2d18a13e45e593091a67ec2e80c2d3a3063abc65e1ee0e140a02ec311e653656.php 0000644 00000005610 15152073666 0016255 0 ustar 00 <?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
/* div_for_slider_effect.twig */
class __TwigTemplate_fd916f0121fa390a9739c595ba9aa35d1ff407662169eecc0c2e5df6706099ea extends \Twig\Template
{
public function __construct(Environment $env)
{
parent::__construct($env);
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
// line 1
if ((($context["initial_sliders_state"] ?? null) == "disabled")) {
// line 2
echo " <div";
if ((isset($context["id"]) || array_key_exists("id", $context))) {
echo " id=\"";
echo twig_escape_filter($this->env, ($context["id"] ?? null), "html", null, true);
echo "\"";
}
echo ">
";
} else {
// line 4
echo " ";
// line 12
echo " <div";
if ((isset($context["id"]) || array_key_exists("id", $context))) {
echo " id=\"";
echo twig_escape_filter($this->env, ($context["id"] ?? null), "html", null, true);
echo "\"";
}
// line 13
echo " ";
if ((($context["initial_sliders_state"] ?? null) == "closed")) {
// line 14
echo "style=\"display: none; overflow:auto;\"";
}
echo " class=\"pma_auto_slider\"";
// line 15
if ((isset($context["message"]) || array_key_exists("message", $context))) {
echo " title=\"";
echo twig_escape_filter($this->env, ($context["message"] ?? null), "html", null, true);
echo "\"";
}
echo ">
";
}
}
public function getTemplateName()
{
return "div_for_slider_effect.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 58 => 15, 54 => 14, 51 => 13, 44 => 12, 42 => 4, 32 => 2, 30 => 1,);
}
/** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */
public function getSource()
{
@trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED);
return $this->getSourceContext()->getCode();
}
public function getSourceContext()
{
return new Source("", "div_for_slider_effect.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/div_for_slider_effect.twig");
}
}
2d/2d4a2b2d43955298c96052362fad4cda4f3b4f797b581cfd144412190fed31de.php 0000644 00000003525 15152073666 0016401 0 ustar 00 <?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
/* fk_checkbox.twig */
class __TwigTemplate_35896fe525b52624b2a43cd2402c26cdb082c81a4606bee2ece6c4824fef4ceb extends \Twig\Template
{
public function __construct(Environment $env)
{
parent::__construct($env);
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
// line 1
echo "<input type=\"hidden\" name=\"fk_checks\" value=\"0\">
<input type=\"checkbox\" name=\"fk_checks\" id=\"fk_checks\" value=\"1\"";
// line 3
echo ((($context["checked"] ?? null)) ? (" checked") : (""));
echo ">
<label for=\"fk_checks\">";
// line 4
echo _gettext("Enable foreign key checks");
echo "</label>
";
}
public function getTemplateName()
{
return "fk_checkbox.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 37 => 4, 33 => 3, 30 => 1,);
}
/** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */
public function getSource()
{
@trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED);
return $this->getSourceContext()->getCode();
}
public function getSourceContext()
{
return new Source("", "fk_checkbox.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/fk_checkbox.twig");
}
}
bb/bb616d978bf26bbc7a6287b9893d3ed0002060f4fae86d5dedd2cffdc019eb64.php 0000644 00000011130 15152073666 0017121 0 ustar 00 <?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
/* table/structure/optional_action_links.twig */
class __TwigTemplate_a4eecc9dfa45188a8a32701a5ce7dcfe529e841e3c01e85928bbaab1a129c6fb extends \Twig\Template
{
public function __construct(Environment $env)
{
parent::__construct($env);
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
// line 1
echo "<a href=\"#\" id=\"printView\">";
echo PhpMyAdmin\Util::getIcon("b_print", _gettext("Print"), true);
echo "</a>
";
// line 2
if (( !($context["tbl_is_view"] ?? null) && !($context["db_is_system_schema"] ?? null))) {
// line 3
echo " ";
// line 4
echo " ";
if (((($context["mysql_int_version"] ?? null) < 80000) || ($context["is_mariadb"] ?? null))) {
// line 5
echo " <a href=\"sql.php\" data-post=\"";
echo ($context["url_query"] ?? null);
echo "&session_max_rows=all&sql_query=";
// line 6
echo twig_escape_filter($this->env, twig_urlencode_filter((("SELECT * FROM " . PhpMyAdmin\Util::backquote(($context["table"] ?? null))) . " PROCEDURE ANALYSE()")), "html", null, true);
// line 7
echo "\" style=\"margin-right: 0;\">
";
// line 8
echo PhpMyAdmin\Util::getIcon("b_tblanalyse", _gettext("Propose table structure"), true);
// line 12
echo "
</a>
";
// line 14
echo PhpMyAdmin\Util::showMySQLDocu("procedure_analyse");
echo "
";
}
// line 16
echo " ";
if (($context["is_active"] ?? null)) {
// line 17
echo " <a href=\"tbl_tracking.php";
echo ($context["url_query"] ?? null);
echo "\">
";
// line 18
echo PhpMyAdmin\Util::getIcon("eye", _gettext("Track table"), true);
echo "
</a>
";
}
// line 21
echo " <a href=\"#\" id=\"move_columns_anchor\">
";
// line 22
echo PhpMyAdmin\Util::getIcon("b_move", _gettext("Move columns"), true);
echo "
</a>
<a href=\"normalization.php";
// line 24
echo ($context["url_query"] ?? null);
echo "\">
";
// line 25
echo PhpMyAdmin\Util::getIcon("normalize", _gettext("Normalize"), true);
echo "
</a>
";
}
// line 28
if ((($context["tbl_is_view"] ?? null) && !($context["db_is_system_schema"] ?? null))) {
// line 29
echo " ";
if (($context["is_active"] ?? null)) {
// line 30
echo " <a href=\"tbl_tracking.php";
echo ($context["url_query"] ?? null);
echo "\">
";
// line 31
echo PhpMyAdmin\Util::getIcon("eye", _gettext("Track view"), true);
echo "
</a>
";
}
}
}
public function getTemplateName()
{
return "table/structure/optional_action_links.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 104 => 31, 99 => 30, 96 => 29, 94 => 28, 88 => 25, 84 => 24, 79 => 22, 76 => 21, 70 => 18, 65 => 17, 62 => 16, 57 => 14, 53 => 12, 51 => 8, 48 => 7, 46 => 6, 42 => 5, 39 => 4, 37 => 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/structure/optional_action_links.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/table/structure/optional_action_links.twig");
}
}
bb/bbaaa5a0156904e6c3e2dd8561aa6754bd084b1ce1e3dfd76269f273359154f0.php 0000644 00000007401 15152073666 0016523 0 ustar 00 <?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
/* display/results/comment_for_row.twig */
class __TwigTemplate_320c03116999441b41c5025d92781eb35200e56aecd118a3f1ffee8667d18902 extends \Twig\Template
{
public function __construct(Environment $env)
{
parent::__construct($env);
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
// line 1
if (($this->getAttribute(($context["comments_map"] ?? null), $this->getAttribute(($context["fields_meta"] ?? null), "table", []), [], "array", true, true) && $this->getAttribute($this->getAttribute( // line 2
($context["comments_map"] ?? null), $this->getAttribute(($context["fields_meta"] ?? null), "table", []), [], "array", false, true), $this->getAttribute(($context["fields_meta"] ?? null), "name", []), [], "array", true, true))) {
// line 3
echo " <span class=\"tblcomment\" title=\"";
echo twig_escape_filter($this->env, $this->getAttribute($this->getAttribute(($context["comments_map"] ?? null), $this->getAttribute(($context["fields_meta"] ?? null), "table", []), [], "array"), $this->getAttribute(($context["fields_meta"] ?? null), "name", []), [], "array"), "html", null, true);
echo "\">
";
// line 4
if ((twig_length_filter($this->env, $this->getAttribute($this->getAttribute(($context["comments_map"] ?? null), $this->getAttribute(($context["fields_meta"] ?? null), "table", []), [], "array"), $this->getAttribute(($context["fields_meta"] ?? null), "name", []), [], "array")) > ($context["limit_chars"] ?? null))) {
// line 5
echo " ";
echo twig_escape_filter($this->env, twig_slice($this->env, $this->getAttribute($this->getAttribute(($context["comments_map"] ?? null), $this->getAttribute(($context["fields_meta"] ?? null), "table", []), [], "array"), $this->getAttribute(($context["fields_meta"] ?? null), "name", []), [], "array"), 0, ($context["limit_chars"] ?? null)), "html", null, true);
echo "ā¦
";
} else {
// line 7
echo " ";
echo twig_escape_filter($this->env, $this->getAttribute($this->getAttribute(($context["comments_map"] ?? null), $this->getAttribute(($context["fields_meta"] ?? null), "table", []), [], "array"), $this->getAttribute(($context["fields_meta"] ?? null), "name", []), [], "array"), "html", null, true);
echo "
";
}
// line 9
echo " </span>
";
}
}
public function getTemplateName()
{
return "display/results/comment_for_row.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 52 => 9, 46 => 7, 40 => 5, 38 => 4, 33 => 3, 31 => 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/comment_for_row.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/display/results/comment_for_row.twig");
}
}
53/53ec6cf1deb6f8f805eb3077b06e6ef3b7805e25082d74c09563f91a11c1dfcd.php 0000644 00000006753 15152073666 0016561 0 ustar 00 <?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
/* server/sub_page_header.twig */
class __TwigTemplate_3a464fdb1c4ec0118c7c015b3616ed6eab1cd376eefd5cbf195cd00de211d204 extends \Twig\Template
{
public function __construct(Environment $env)
{
parent::__construct($env);
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
// line 2
$context["header"] = ["variables" => ["image" => "s_vars", "text" => _gettext("Server variables and settings")], "engines" => ["image" => "b_engine", "text" => _gettext("Storage engines")], "plugins" => ["image" => "b_plugin", "text" => _gettext("Plugins")], "binlog" => ["image" => "s_tbl", "text" => _gettext("Binary log")], "collations" => ["image" => "s_asci", "text" => _gettext("Character sets and collations")], "replication" => ["image" => "s_replication", "text" => _gettext("Replication")], "database_statistics" => ["image" => "s_db", "text" => _gettext("Databases statistics")], "databases" => ["image" => "s_db", "text" => _gettext("Databases")], "privileges" => ["image" => "b_usrlist", "text" => _gettext("Privileges")]];
// line 40
echo "<h2>
";
// line 41
if ((((isset($context["is_image"]) || array_key_exists("is_image", $context))) ? (_twig_default_filter(($context["is_image"] ?? null), true)) : (true))) {
// line 42
echo " ";
echo PhpMyAdmin\Util::getImage($this->getAttribute($this->getAttribute(($context["header"] ?? null), ($context["type"] ?? null), [], "array"), "image", [], "array"));
echo "
";
} else {
// line 44
echo " ";
echo PhpMyAdmin\Util::getIcon($this->getAttribute($this->getAttribute(($context["header"] ?? null), ($context["type"] ?? null), [], "array"), "image", [], "array"));
echo "
";
}
// line 46
echo " ";
echo twig_escape_filter($this->env, $this->getAttribute($this->getAttribute(($context["header"] ?? null), ($context["type"] ?? null), [], "array"), "text", [], "array"), "html", null, true);
echo "
";
// line 47
echo (((isset($context["link"]) || array_key_exists("link", $context))) ? (PhpMyAdmin\Util::showMySQLDocu(($context["link"] ?? null))) : (""));
echo "
</h2>
";
}
public function getTemplateName()
{
return "server/sub_page_header.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 54 => 47, 49 => 46, 43 => 44, 37 => 42, 35 => 41, 32 => 40, 30 => 2,);
}
/** @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("", "server/sub_page_header.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/server/sub_page_header.twig");
}
}
25/25a8043b3b11022241e2f166c0464d8df4e19fd39e3e6f29bd0df70b86e5511a.php 0000644 00000004664 15152073666 0016231 0 ustar 00 <?php
/* display/results/additional_fields.twig */
class __TwigTemplate_b434a2bcabf42d9c9dcf866f3035b41d102d9c729a40996ab5da87e036d9d3e8 extends Twig_Template
{
public function __construct(Twig_Environment $env)
{
parent::__construct($env);
$this->parent = false;
$this->blocks = array(
);
}
protected function doDisplay(array $context, array $blocks = array())
{
// line 1
echo "<input type=\"hidden\" name=\"sql_query\" value=\"";
echo ($context["sql_query"] ?? null);
echo "\" />
<input type=\"hidden\" name=\"goto\" value=\"";
// line 2
echo twig_escape_filter($this->env, ($context["goto"] ?? null), "html", null, true);
echo "\" />
";
// line 4
echo "<input type=\"hidden\" name=\"pos\" size=\"3\" value=\"";
echo twig_escape_filter($this->env, ($context["pos"] ?? null), "html", null, true);
echo "\" />
<input type=\"hidden\" name=\"is_browse_distinct\" value=\"";
// line 5
echo twig_escape_filter($this->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 ( 44 => 14, 42 => 13, 41 => 10, 40 => 9, 39 => 7, 37 => 6, 33 => 5, 28 => 4, 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("", "display/results/additional_fields.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/display/results/additional_fields.twig");
}
}
dd/dd1476242f68168118c7ae6fc7223306d6024d66a38b3461e11a72d128eee8c1.php 0000644 00000015604 15152073666 0016160 0 ustar 00 <?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
/* display/results/options_block.twig */
class __TwigTemplate_3ab4d97734b9fea78603c023b1886c5137956990f93c925276bc349605204edc extends \Twig\Template
{
public function __construct(Environment $env)
{
parent::__construct($env);
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
// line 1
echo "<form method=\"post\" action=\"sql.php\" name=\"displayOptionsForm\" class=\"ajax print_ignore\">
";
// line 2
echo PhpMyAdmin\Url::getHiddenInputs(["db" => // line 3
($context["db"] ?? null), "table" => // line 4
($context["table"] ?? null), "sql_query" => // line 5
($context["sql_query"] ?? null), "goto" => // line 6
($context["goto"] ?? null), "display_options_form" => 1]);
// line 8
echo "
";
// line 10
echo PhpMyAdmin\Util::getDivForSliderEffect("", _gettext("Options"));
echo "
<fieldset>
<div class=\"formelement\">
";
// line 14
echo " ";
echo PhpMyAdmin\Util::getRadioFields("pftext", ["P" => _gettext("Partial texts"), "F" => _gettext("Full texts")], // line 20
($context["pftext"] ?? null), true, true, "", ("pftext_" . // line 24
($context["unique_id"] ?? null)));
// line 25
echo "
</div>
";
// line 28
if ((($context["relwork"] ?? null) && ($context["displaywork"] ?? null))) {
// line 29
echo " <div class=\"formelement\">
";
// line 30
echo PhpMyAdmin\Util::getRadioFields("relational_display", ["K" => _gettext("Relational key"), "D" => _gettext("Display column for relationships")], // line 36
($context["relational_display"] ?? null), true, true, "", ("relational_display_" . // line 40
($context["unique_id"] ?? null)));
// line 41
echo "
</div>
";
}
// line 44
echo "
<div class=\"formelement\">
";
// line 46
$this->loadTemplate("checkbox.twig", "display/results/options_block.twig", 46)->display(twig_to_array(["html_field_name" => "display_binary", "label" => _gettext("Show binary contents"), "checked" => !twig_test_empty( // line 49
($context["display_binary"] ?? null)), "onclick" => false, "html_field_id" => ("display_binary_" . // line 51
($context["unique_id"] ?? null))]));
// line 53
echo " ";
$this->loadTemplate("checkbox.twig", "display/results/options_block.twig", 53)->display(twig_to_array(["html_field_name" => "display_blob", "label" => _gettext("Show BLOB contents"), "checked" => !twig_test_empty( // line 56
($context["display_blob"] ?? null)), "onclick" => false, "html_field_id" => ("display_blob_" . // line 58
($context["unique_id"] ?? null))]));
// line 60
echo " </div>
";
// line 66
echo " <div class=\"formelement\">
";
// line 67
$this->loadTemplate("checkbox.twig", "display/results/options_block.twig", 67)->display(twig_to_array(["html_field_name" => "hide_transformation", "label" => _gettext("Hide browser transformation"), "checked" => !twig_test_empty( // line 70
($context["hide_transformation"] ?? null)), "onclick" => false, "html_field_id" => ("hide_transformation_" . // line 72
($context["unique_id"] ?? null))]));
// line 74
echo " </div>
";
// line 77
if (($context["possible_as_geometry"] ?? null)) {
// line 78
echo " <div class=\"formelement\">
";
// line 79
echo PhpMyAdmin\Util::getRadioFields("geoOption", ["GEOM" => _gettext("Geometry"), "WKT" => _gettext("Well Known Text"), "WKB" => _gettext("Well Known Binary")], // line 86
($context["geo_option"] ?? null), true, true, "", ("geoOption_" . // line 90
($context["unique_id"] ?? null)));
// line 91
echo "
</div>
";
} else {
// line 94
echo " <div class=\"formelement\">
";
// line 95
echo twig_escape_filter($this->env, ($context["possible_as_geometry"] ?? null), "html", null, true);
echo "
";
// line 96
echo PhpMyAdmin\Util::getRadioFields("geoOption", ["WKT" => _gettext("Well Known Text"), "WKB" => _gettext("Well Known Binary")], // line 102
($context["geo_option"] ?? null), true, true, "", ("geoOption_" . // line 106
($context["unique_id"] ?? null)));
// line 107
echo "
</div>
";
}
// line 110
echo " <div class=\"clearfloat\"></div>
</fieldset>
<fieldset class=\"tblFooters\">
<input type=\"submit\" value=\"";
// line 114
echo _gettext("Go");
echo "\" />
</fieldset>
</div>";
// line 117
echo "</form>
";
}
public function getTemplateName()
{
return "display/results/options_block.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 143 => 117, 138 => 114, 132 => 110, 127 => 107, 125 => 106, 124 => 102, 123 => 96, 119 => 95, 116 => 94, 111 => 91, 109 => 90, 108 => 86, 107 => 79, 104 => 78, 102 => 77, 97 => 74, 95 => 72, 94 => 70, 93 => 67, 90 => 66, 86 => 60, 84 => 58, 83 => 56, 81 => 53, 79 => 51, 78 => 49, 77 => 46, 73 => 44, 68 => 41, 66 => 40, 65 => 36, 64 => 30, 61 => 29, 59 => 28, 54 => 25, 52 => 24, 51 => 20, 49 => 14, 43 => 10, 39 => 8, 37 => 6, 36 => 5, 35 => 4, 34 => 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/results/options_block.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/display/results/options_block.twig");
}
}
0b/0bd71f71627541b48f2f24d0936b0db0bdaed292cf7aecbb2923c7cb1115eb7e.php 0000644 00000051046 15152073666 0016727 0 ustar 00 <?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
/* columns_definitions/column_attributes.twig */
class __TwigTemplate_eb2efb9bdc148ebedc45b44b65956633f3825d7a7e5b5994aa3d8ffb3721e2e5 extends \Twig\Template
{
public function __construct(Environment $env)
{
parent::__construct($env);
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
// line 2
$context["ci"] = 0;
// line 3
echo "
";
// line 6
$context["ci_offset"] = -1;
// line 7
echo "
<td class=\"center\">
";
// 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), "cfg_relation" => // line 15
($context["cfg_relation"] ?? null), "max_rows" => // line 16
($context["max_rows"] ?? null)]));
// line 18
echo " ";
$context["ci"] = (($context["ci"] ?? null) + 1);
// line 19
echo "</td>
<td class=\"center\">
";
// line 22
echo " ";
$this->loadTemplate("columns_definitions/column_type.twig", "columns_definitions/column_attributes.twig", 22)->display(twig_to_array(["column_number" => // line 23
($context["column_number"] ?? null), "ci" => // line 24
($context["ci"] ?? null), "ci_offset" => // line 25
($context["ci_offset"] ?? null), "column_meta" => // line 26
($context["column_meta"] ?? null), "type_upper" => // line 27
($context["type_upper"] ?? null)]));
// line 29
echo " ";
$context["ci"] = (($context["ci"] ?? null) + 1);
// line 30
echo "</td>
<td class=\"center\">
";
// line 33
echo " ";
$this->loadTemplate("columns_definitions/column_length.twig", "columns_definitions/column_attributes.twig", 33)->display(twig_to_array(["column_number" => // line 34
($context["column_number"] ?? null), "ci" => // line 35
($context["ci"] ?? null), "ci_offset" => // line 36
($context["ci_offset"] ?? null), "length_values_input_size" => // line 37
($context["length_values_input_size"] ?? null), "length_to_display" => // line 38
($context["length"] ?? null)]));
// line 40
echo " ";
$context["ci"] = (($context["ci"] ?? null) + 1);
// line 41
echo "</td>
<td class=\"center\">
";
// line 44
echo " ";
$this->loadTemplate("columns_definitions/column_default.twig", "columns_definitions/column_attributes.twig", 44)->display(twig_to_array(["column_number" => // line 45
($context["column_number"] ?? null), "ci" => // line 46
($context["ci"] ?? null), "ci_offset" => // line 47
($context["ci_offset"] ?? null), "column_meta" => // line 48
($context["column_meta"] ?? null), "type_upper" => // line 49
($context["type_upper"] ?? null), "char_editing" => // line 50
($context["char_editing"] ?? null)]));
// line 52
echo " ";
$context["ci"] = (($context["ci"] ?? null) + 1);
// line 53
echo "</td>
<td class=\"center\">
";
// line 56
echo " ";
echo PhpMyAdmin\Charsets::getCollationDropdownBox( // line 57
($context["dbi"] ?? null), // line 58
($context["disable_is"] ?? null), (("field_collation[" . // line 59
($context["column_number"] ?? null)) . "]"), ((("field_" . // line 60
($context["column_number"] ?? null)) . "_") . (($context["ci"] ?? null) - ($context["ci_offset"] ?? null))), (( !twig_test_empty($this->getAttribute( // line 61
($context["column_meta"] ?? null), "Collation", [], "array"))) ? ($this->getAttribute(($context["column_meta"] ?? null), "Collation", [], "array")) : (null)), false);
// line 63
echo "
";
// line 64
$context["ci"] = (($context["ci"] ?? null) + 1);
// line 65
echo "</td>
<td class=\"center\">
";
// line 68
echo " ";
$this->loadTemplate("columns_definitions/column_attribute.twig", "columns_definitions/column_attributes.twig", 68)->display(twig_to_array(["column_number" => // line 69
($context["column_number"] ?? null), "ci" => // line 70
($context["ci"] ?? null), "ci_offset" => // line 71
($context["ci_offset"] ?? null), "column_meta" => // line 72
($context["column_meta"] ?? null), "extracted_columnspec" => // line 73
($context["extracted_columnspec"] ?? null), "submit_attribute" => // line 74
($context["submit_attribute"] ?? null), "attribute_types" => // line 75
($context["attribute_types"] ?? null)]));
// line 77
echo " ";
$context["ci"] = (($context["ci"] ?? null) + 1);
// line 78
echo "</td>
<td class=\"center\">
";
// line 81
echo " ";
$this->loadTemplate("columns_definitions/column_null.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)]));
// line 87
echo " ";
$context["ci"] = (($context["ci"] ?? null) + 1);
// line 88
echo "</td>
";
// line 89
if (((isset($context["change_column"]) || array_key_exists("change_column", $context)) && !twig_test_empty(($context["change_column"] ?? null)))) {
// line 90
echo " ";
// line 91
echo " <td class=\"center\">
";
// line 92
$this->loadTemplate("columns_definitions/column_adjust_privileges.twig", "columns_definitions/column_attributes.twig", 92)->display(twig_to_array(["column_number" => // line 93
($context["column_number"] ?? null), "ci" => // line 94
($context["ci"] ?? null), "ci_offset" => // line 95
($context["ci_offset"] ?? null), "privs_available" => // line 96
($context["privs_available"] ?? null)]));
// line 98
echo " ";
$context["ci"] = (($context["ci"] ?? null) + 1);
// line 99
echo " </td>
";
}
// line 101
if ( !($context["is_backup"] ?? null)) {
// line 102
echo " ";
// line 103
echo " <td class=\"center\">
";
// line 104
$this->loadTemplate("columns_definitions/column_indexes.twig", "columns_definitions/column_attributes.twig", 104)->display(twig_to_array(["column_number" => // line 105
($context["column_number"] ?? null), "ci" => // line 106
($context["ci"] ?? null), "ci_offset" => // line 107
($context["ci_offset"] ?? null), "column_meta" => // line 108
($context["column_meta"] ?? null)]));
// line 110
echo " ";
$context["ci"] = (($context["ci"] ?? null) + 1);
// line 111
echo " </td>
";
}
// line 113
echo "<td class=\"center\">
";
// line 115
echo " ";
$this->loadTemplate("columns_definitions/column_auto_increment.twig", "columns_definitions/column_attributes.twig", 115)->display(twig_to_array(["column_number" => // line 116
($context["column_number"] ?? null), "ci" => // line 117
($context["ci"] ?? null), "ci_offset" => // line 118
($context["ci_offset"] ?? null), "column_meta" => // line 119
($context["column_meta"] ?? null)]));
// line 121
echo " ";
$context["ci"] = (($context["ci"] ?? null) + 1);
// line 122
echo "</td>
<td class=\"center\">
";
// line 125
echo " ";
$this->loadTemplate("columns_definitions/column_comment.twig", "columns_definitions/column_attributes.twig", 125)->display(twig_to_array(["column_number" => // line 126
($context["column_number"] ?? null), "ci" => // line 127
($context["ci"] ?? null), "ci_offset" => // line 128
($context["ci_offset"] ?? null), "max_length" => // line 129
($context["max_length"] ?? null), "value" => (((($this->getAttribute( // line 130
($context["column_meta"] ?? null), "Field", [], "array", true, true) && twig_test_iterable( // line 131
($context["comments_map"] ?? null))) && $this->getAttribute( // line 132
($context["comments_map"] ?? null), $this->getAttribute(($context["column_meta"] ?? null), "Field", [], "array"), [], "array", true, true))) ? (twig_escape_filter($this->env, $this->getAttribute( // line 133
($context["comments_map"] ?? null), $this->getAttribute(($context["column_meta"] ?? null), "Field", [], "array"), [], "array"))) : (""))]));
// line 135
echo " ";
$context["ci"] = (($context["ci"] ?? null) + 1);
// line 136
echo "</td>
";
// line 138
if (($context["is_virtual_columns_supported"] ?? null)) {
// line 139
echo " <td class=\"center\">
";
// line 140
$this->loadTemplate("columns_definitions/column_virtuality.twig", "columns_definitions/column_attributes.twig", 140)->display(twig_to_array(["column_number" => // line 141
($context["column_number"] ?? null), "ci" => // line 142
($context["ci"] ?? null), "ci_offset" => // line 143
($context["ci_offset"] ?? null), "column_meta" => // line 144
($context["column_meta"] ?? null), "char_editing" => // line 145
($context["char_editing"] ?? null), "expression" => (($this->getAttribute( // line 146
($context["column_meta"] ?? null), "Expression", [], "array", true, true)) ? ($this->getAttribute(($context["column_meta"] ?? null), "Expression", [], "array")) : ("")), "options" => // line 147
($context["options"] ?? null)]));
// line 149
echo " ";
$context["ci"] = (($context["ci"] ?? null) + 1);
// line 150
echo " </td>
";
}
// line 153
if ((isset($context["fields_meta"]) || array_key_exists("fields_meta", $context))) {
// line 154
echo " ";
$context["current_index"] = 0;
// line 155
echo " ";
$context["cols"] = (twig_length_filter($this->env, ($context["move_columns"] ?? null)) - 1);
// line 156
echo " ";
$context["break"] = false;
// line 157
echo " ";
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(range(0, ($context["cols"] ?? null)));
foreach ($context['_seq'] as $context["_key"] => $context["mi"]) {
if ((($this->getAttribute($this->getAttribute(($context["move_columns"] ?? null), $context["mi"], [], "array"), "name", []) == $this->getAttribute(($context["column_meta"] ?? null), "Field", [], "array")) && !($context["break"] ?? null))) {
// line 158
echo " ";
$context["current_index"] = $context["mi"];
// line 159
echo " ";
$context["break"] = true;
// line 160
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 161
echo "
<td class=\"center\">
";
// line 163
$this->loadTemplate("columns_definitions/move_column.twig", "columns_definitions/column_attributes.twig", 163)->display(twig_to_array(["column_number" => // line 164
($context["column_number"] ?? null), "ci" => // line 165
($context["ci"] ?? null), "ci_offset" => // line 166
($context["ci_offset"] ?? null), "column_meta" => // line 167
($context["column_meta"] ?? null), "move_columns" => // line 168
($context["move_columns"] ?? null), "current_index" => // line 169
($context["current_index"] ?? null)]));
// line 171
echo " ";
$context["ci"] = (($context["ci"] ?? null) + 1);
// line 172
echo " </td>
";
}
// line 174
echo "
";
// line 175
if ((($this->getAttribute(($context["cfg_relation"] ?? null), "mimework", [], "array") && ($context["browse_mime"] ?? null)) && $this->getAttribute(($context["cfg_relation"] ?? null), "commwork", [], "array"))) {
// line 176
echo " <td class=\"center\">
";
// line 178
echo " ";
$this->loadTemplate("columns_definitions/mime_type.twig", "columns_definitions/column_attributes.twig", 178)->display(twig_to_array(["column_number" => // line 179
($context["column_number"] ?? null), "ci" => // line 180
($context["ci"] ?? null), "ci_offset" => // line 181
($context["ci_offset"] ?? null), "column_meta" => // line 182
($context["column_meta"] ?? null), "available_mime" => // line 183
($context["available_mime"] ?? null), "mime_map" => // line 184
($context["mime_map"] ?? null)]));
// line 186
echo " ";
$context["ci"] = (($context["ci"] ?? null) + 1);
// line 187
echo " </td>
<td class=\"center\">
";
// line 190
echo " ";
$this->loadTemplate("columns_definitions/transformation.twig", "columns_definitions/column_attributes.twig", 190)->display(twig_to_array(["column_number" => // line 191
($context["column_number"] ?? null), "ci" => // line 192
($context["ci"] ?? null), "ci_offset" => // line 193
($context["ci_offset"] ?? null), "column_meta" => // line 194
($context["column_meta"] ?? null), "available_mime" => // line 195
($context["available_mime"] ?? null), "mime_map" => // line 196
($context["mime_map"] ?? null), "type" => "transformation"]));
// line 199
echo " ";
$context["ci"] = (($context["ci"] ?? null) + 1);
// line 200
echo " </td>
<td class=\"center\">
";
// line 203
echo " ";
$this->loadTemplate("columns_definitions/transformation_option.twig", "columns_definitions/column_attributes.twig", 203)->display(twig_to_array(["column_number" => // line 204
($context["column_number"] ?? null), "ci" => // line 205
($context["ci"] ?? null), "ci_offset" => // line 206
($context["ci_offset"] ?? null), "column_meta" => // line 207
($context["column_meta"] ?? null), "mime_map" => // line 208
($context["mime_map"] ?? null), "type_prefix" => ""]));
// line 211
echo " ";
$context["ci"] = (($context["ci"] ?? null) + 1);
// line 212
echo " </td>
<td class=\"center\">
";
// line 215
echo " ";
$this->loadTemplate("columns_definitions/transformation.twig", "columns_definitions/column_attributes.twig", 215)->display(twig_to_array(["column_number" => // line 216
($context["column_number"] ?? null), "ci" => // line 217
($context["ci"] ?? null), "ci_offset" => // line 218
($context["ci_offset"] ?? null), "column_meta" => // line 219
($context["column_meta"] ?? null), "available_mime" => // line 220
($context["available_mime"] ?? null), "mime_map" => // line 221
($context["mime_map"] ?? null), "type" => "input_transformation"]));
// line 224
echo " ";
$context["ci"] = (($context["ci"] ?? null) + 1);
// line 225
echo " </td>
<td class=\"center\">
";
// line 228
echo " ";
$this->loadTemplate("columns_definitions/transformation_option.twig", "columns_definitions/column_attributes.twig", 228)->display(twig_to_array(["column_number" => // line 229
($context["column_number"] ?? null), "ci" => // line 230
($context["ci"] ?? null), "ci_offset" => // line 231
($context["ci_offset"] ?? null), "column_meta" => // line 232
($context["column_meta"] ?? null), "mime_map" => // line 233
($context["mime_map"] ?? null), "type_prefix" => "input_"]));
// line 236
echo " ";
$context["ci"] = (($context["ci"] ?? null) + 1);
// line 237
echo " </td>
";
}
}
public function getTemplateName()
{
return "columns_definitions/column_attributes.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 376 => 237, 373 => 236, 371 => 233, 370 => 232, 369 => 231, 368 => 230, 367 => 229, 365 => 228, 361 => 225, 358 => 224, 356 => 221, 355 => 220, 354 => 219, 353 => 218, 352 => 217, 351 => 216, 349 => 215, 345 => 212, 342 => 211, 340 => 208, 339 => 207, 338 => 206, 337 => 205, 336 => 204, 334 => 203, 330 => 200, 327 => 199, 325 => 196, 324 => 195, 323 => 194, 322 => 193, 321 => 192, 320 => 191, 318 => 190, 314 => 187, 311 => 186, 309 => 184, 308 => 183, 307 => 182, 306 => 181, 305 => 180, 304 => 179, 302 => 178, 299 => 176, 297 => 175, 294 => 174, 290 => 172, 287 => 171, 285 => 169, 284 => 168, 283 => 167, 282 => 166, 281 => 165, 280 => 164, 279 => 163, 275 => 161, 268 => 160, 265 => 159, 262 => 158, 256 => 157, 253 => 156, 250 => 155, 247 => 154, 245 => 153, 241 => 150, 238 => 149, 236 => 147, 235 => 146, 234 => 145, 233 => 144, 232 => 143, 231 => 142, 230 => 141, 229 => 140, 226 => 139, 224 => 138, 221 => 136, 218 => 135, 216 => 133, 215 => 132, 214 => 131, 213 => 130, 212 => 129, 211 => 128, 210 => 127, 209 => 126, 207 => 125, 203 => 122, 200 => 121, 198 => 119, 197 => 118, 196 => 117, 195 => 116, 193 => 115, 190 => 113, 186 => 111, 183 => 110, 181 => 108, 180 => 107, 179 => 106, 178 => 105, 177 => 104, 174 => 103, 172 => 102, 170 => 101, 166 => 99, 163 => 98, 161 => 96, 160 => 95, 159 => 94, 158 => 93, 157 => 92, 154 => 91, 152 => 90, 150 => 89, 147 => 88, 144 => 87, 142 => 85, 141 => 84, 140 => 83, 139 => 82, 137 => 81, 133 => 78, 130 => 77, 128 => 75, 127 => 74, 126 => 73, 125 => 72, 124 => 71, 123 => 70, 122 => 69, 120 => 68, 116 => 65, 114 => 64, 111 => 63, 109 => 61, 108 => 60, 107 => 59, 106 => 58, 105 => 57, 103 => 56, 99 => 53, 96 => 52, 94 => 50, 93 => 49, 92 => 48, 91 => 47, 90 => 46, 89 => 45, 87 => 44, 83 => 41, 80 => 40, 78 => 38, 77 => 37, 76 => 36, 75 => 35, 74 => 34, 72 => 33, 68 => 30, 65 => 29, 63 => 27, 62 => 26, 61 => 25, 60 => 24, 59 => 23, 57 => 22, 53 => 19, 50 => 18, 48 => 16, 47 => 15, 46 => 14, 45 => 13, 44 => 12, 43 => 11, 41 => 10, 37 => 7, 35 => 6, 32 => 3, 30 => 2,);
}
/** @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("", "columns_definitions/column_attributes.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/columns_definitions/column_attributes.twig");
}
}
df/dfeedc315a3a8e771ad981a8aeec20748074abd5c21fe81149d9f6ab1e3416f3.php 0000644 00000006560 15152073666 0017047 0 ustar 00 <?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
/* console/query_action.twig */
class __TwigTemplate_633d3c9f11ee0d87171ce9857051ceab1a42eb6a47ed122c87559a02f49926e3 extends \Twig\Template
{
public function __construct(Environment $env)
{
parent::__construct($env);
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
// line 1
echo "<div class=\"";
echo twig_escape_filter($this->env, ($context["parent_div_classes"] ?? null), "html", null, true);
echo "\">
";
// line 2
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(($context["content_array"] ?? null));
foreach ($context['_seq'] as $context["_key"] => $context["content"]) {
// line 3
echo " ";
if ((isset($context["content"]) || array_key_exists("content", $context))) {
// line 4
echo " <span class=\"";
echo twig_escape_filter($this->env, $this->getAttribute($context["content"], 0, [], "array"), "html", null, true);
echo "\">
";
// line 5
echo twig_escape_filter($this->env, $this->getAttribute($context["content"], 1, [], "array"), "html", null, true);
echo "
";
// line 6
if ($this->getAttribute($context["content"], "extraSpan", [], "array", true, true)) {
// line 7
echo " : <span>";
echo twig_escape_filter($this->env, $this->getAttribute($context["content"], "extraSpan", [], "array"), "html", null, true);
echo "</span>
";
}
// line 9
echo " </span>
";
}
// line 11
echo " ";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['content'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 12
echo "</div>
";
}
public function getTemplateName()
{
return "console/query_action.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 69 => 12, 63 => 11, 59 => 9, 53 => 7, 51 => 6, 47 => 5, 42 => 4, 39 => 3, 35 => 2, 30 => 1,);
}
/** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */
public function getSource()
{
@trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED);
return $this->getSourceContext()->getCode();
}
public function getSourceContext()
{
return new Source("", "console/query_action.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/console/query_action.twig");
}
}
f6/f67363f9f6beccf5abeef1066c38e28856853c6a602b2e295f65f9fa4ef7becf.php 0000644 00000007722 15152073666 0017124 0 ustar 00 <?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
/* select_lang.twig */
class __TwigTemplate_1363c7aaf84010a07c8032b6ca42083a1b761f6c945e96bde5b3e4762c7792b4 extends \Twig\Template
{
public function __construct(Environment $env)
{
parent::__construct($env);
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
// line 1
echo " <form method=\"get\" action=\"index.php\" class=\"disableAjax\">
";
// line 2
echo PhpMyAdmin\Url::getHiddenInputs(($context["_form_params"] ?? null));
echo "
";
// line 4
if (($context["use_fieldset"] ?? null)) {
// line 5
echo " <fieldset>
<legend lang=\"en\" dir=\"ltr\">";
// line 6
echo ($context["language_title"] ?? null);
echo "</legend>
";
} else {
// line 8
echo " <bdo lang=\"en\" dir=\"ltr\">
<label for=\"sel-lang\">";
// line 9
echo ($context["language_title"] ?? null);
echo "</label>
</bdo>
";
}
// line 12
echo "
<select name=\"lang\" class=\"autosubmit\" lang=\"en\" dir=\"ltr\" id=\"sel-lang\">
";
// line 15
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(($context["available_languages"] ?? null));
foreach ($context['_seq'] as $context["_key"] => $context["language"]) {
// line 16
echo " ";
// line 17
echo " <option value=\"";
echo twig_escape_filter($this->env, twig_lower_filter($this->env, $this->getAttribute($context["language"], "getCode", [], "method")), "html", null, true);
echo "\"";
// line 18
if ($this->getAttribute($context["language"], "isActive", [], "method")) {
// line 19
echo " selected=\"selected\"";
}
// line 21
echo ">
";
// line 22
echo $this->getAttribute($context["language"], "getName", [], "method");
echo "
</option>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['language'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 25
echo "
</select>
";
// line 28
if (($context["use_fieldset"] ?? null)) {
// line 29
echo " </fieldset>
";
}
// line 31
echo "
</form>
";
}
public function getTemplateName()
{
return "select_lang.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 100 => 31, 96 => 29, 94 => 28, 89 => 25, 80 => 22, 77 => 21, 74 => 19, 72 => 18, 68 => 17, 66 => 16, 62 => 15, 57 => 12, 51 => 9, 48 => 8, 43 => 6, 40 => 5, 38 => 4, 33 => 2, 30 => 1,);
}
/** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */
public function getSource()
{
@trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED);
return $this->getSourceContext()->getCode();
}
public function getSourceContext()
{
return new Source("", "select_lang.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/select_lang.twig");
}
}
f8/f88048adc3287808d2f2c2d433c51b424303e4569f179befea1a9a5d502e878d.php 0000644 00000006143 15152073666 0016345 0 ustar 00 <?php
/* console/query_action.twig */
class __TwigTemplate_1c73de3d8eda43f647a3cb3a094a86d23b9c51cc2f380ca47d4784398c2aa733 extends Twig_Template
{
public function __construct(Twig_Environment $env)
{
parent::__construct($env);
$this->parent = false;
$this->blocks = array(
);
}
protected function doDisplay(array $context, array $blocks = array())
{
// line 1
echo "<div class=\"";
echo twig_escape_filter($this->env, ($context["parent_div_classes"] ?? null), "html", null, true);
echo "\">
";
// line 2
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(($context["content_array"] ?? null));
foreach ($context['_seq'] as $context["_key"] => $context["content"]) {
// line 3
echo " ";
if ((isset($context["content"]) || array_key_exists("content", $context))) {
// line 4
echo " <span class=\"";
echo twig_escape_filter($this->env, $this->getAttribute($context["content"], 0, array(), "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 " : <span>";
echo twig_escape_filter($this->env, $this->getAttribute($context["content"], "extraSpan", array(), "array"), "html", null, true);
echo "</span>
";
}
// line 9
echo " </span>
";
}
// line 11
echo " ";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['content'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 12
echo "</div>
";
}
public function getTemplateName()
{
return "console/query_action.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 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");
}
}
ad/add6321e70a0d4e62fe0312f7f461e606f1360977cf2b68cbea4686324ee44eb.php 0000644 00000003356 15152073666 0016540 0 ustar 00 <?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
/* database/structure/search_table.twig */
class __TwigTemplate_a811f34cd2833a7fe1a1ec6bd1d129bee6e2e7d7750e29dd78e2a1a40114e7f6 extends \Twig\Template
{
public function __construct(Environment $env)
{
parent::__construct($env);
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
// line 1
echo "<a href=\"tbl_select.php";
echo ($context["tbl_url_query"] ?? null);
echo "\">
";
// line 2
echo ($context["title"] ?? null);
echo "
</a>
";
}
public function getTemplateName()
{
return "database/structure/search_table.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 35 => 2, 30 => 1,);
}
/** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */
public function getSource()
{
@trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED);
return $this->getSourceContext()->getCode();
}
public function getSourceContext()
{
return new Source("", "database/structure/search_table.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/database/structure/search_table.twig");
}
}
86/86b626a2c95f183b24e9740e61bf8058e9a49ed7d51ae0e69cb5bc885f17253e.php 0000644 00000010455 15152073666 0016370 0 ustar 00 <?php
/* display/export/options_rows.twig */
class __TwigTemplate_b5b3ebcd20e088b254224fd859ead0104c948d637613a3446f81b5b13555d949 extends Twig_Template
{
public function __construct(Twig_Environment $env)
{
parent::__construct($env);
$this->parent = false;
$this->blocks = array(
);
}
protected function doDisplay(array $context, array $blocks = array())
{
// line 1
echo "<div class=\"exportoptions\" id=\"rows\">
<h3>";
// line 2
echo _gettext("Rows:");
echo "</h3>
<ul>
<li>
<input type=\"radio\" name=\"allrows\" value=\"0\" id=\"radio_allrows_0\"";
// line 6
echo ((( !(null === ($context["allrows"] ?? null)) && (($context["allrows"] ?? null) == 0))) ? (" checked") : (""));
echo ">
<label for=\"radio_allrows_0\">";
// line 7
echo _gettext("Dump some row(s)");
echo "</label>
<ul>
<li>
<label for=\"limit_to\">";
// line 10
echo _gettext("Number of rows:");
echo "</label>
<input type=\"text\" id=\"limit_to\" name=\"limit_to\" size=\"5\" value=\"";
// line 12
ob_start();
// line 13
echo " ";
if ( !(null === ($context["limit_to"] ?? null))) {
// line 14
echo " ";
echo twig_escape_filter($this->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 " ";
echo trim(preg_replace('/>\s+</', '><', ob_get_clean()));
echo "\" onfocus=\"this.select()\">
</li>
<li>
<label for=\"limit_from\">";
// line 23
echo _gettext("Row to begin at:");
echo "</label>
<input type=\"text\" id=\"limit_from\" name=\"limit_from\" size=\"5\" value=\"";
// line 25
echo twig_escape_filter($this->env, (( !(null === ($context["limit_from"] ?? null))) ? (($context["limit_from"] ?? null)) : (0)), "html", null, true);
echo "\" onfocus=\"this.select()\">
</li>
</ul>
</li>
<li>
<input type=\"radio\" name=\"allrows\" value=\"1\" id=\"radio_allrows_1\"";
// line 31
echo ((((null === ($context["allrows"] ?? null)) || (($context["allrows"] ?? null) == 1))) ? (" checked") : (""));
echo ">
<label for=\"radio_allrows_1\">";
// line 32
echo _gettext("Dump all rows");
echo "</label>
</li>
</ul>
</div>
";
}
public function getTemplateName()
{
return "display/export/options_rows.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 89 => 32, 85 => 31, 77 => 25, 73 => 23, 66 => 20, 60 => 18, 54 => 16, 52 => 15, 47 => 14, 44 => 13, 42 => 12, 38 => 10, 32 => 7, 28 => 6, 22 => 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("", "display/export/options_rows.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/display/export/options_rows.twig");
}
}
01/01e538e68df9a511733c0904e3a705a0a778e3fee0acfeef07463d5264d89a9d.php 0000644 00000026236 15152073666 0016414 0 ustar 00 <?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
/* columns_definitions/table_fields_definitions.twig */
class __TwigTemplate_37a7d0f27e38c10c5fa9d61231ff94ed9209bc9148cf4348fe3c48f1137c2985 extends \Twig\Template
{
public function __construct(Environment $env)
{
parent::__construct($env);
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
// line 1
echo "<div class=\"responsivetable\">
<table id=\"table_columns\" class=\"noclick\">
<caption class=\"tblHeaders\">
";
// line 4
echo _gettext("Structure");
// line 5
echo " ";
echo PhpMyAdmin\Util::showMySQLDocu("CREATE_TABLE");
echo "
</caption>
<tr>
<th>
";
// line 9
echo _gettext("Name");
// line 10
echo " </th>
<th>
";
// line 12
echo _gettext("Type");
// line 13
echo " ";
echo PhpMyAdmin\Util::showMySQLDocu("data-types");
echo "
</th>
<th>
";
// line 16
echo _gettext("Length/Values");
// line 17
echo " ";
echo PhpMyAdmin\Util::showHint(_gettext("If column type is \"enum\" or \"set\", please enter the values using this format: 'a','b','c'ā¦<br />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 "
</th>
<th>
";
// line 20
echo _gettext("Default");
// line 21
echo " ";
echo PhpMyAdmin\Util::showHint(_gettext("For default values, please enter just a single value, without backslash escaping or quotes, using this format: a"));
echo "
</th>
<th>
";
// line 24
echo _gettext("Collation");
// line 25
echo " </th>
<th>
";
// line 27
echo _gettext("Attributes");
// line 28
echo " </th>
<th>
";
// line 30
echo _gettext("Null");
// line 31
echo " </th>
";
// line 34
echo " ";
if (((isset($context["change_column"]) || array_key_exists("change_column", $context)) && !twig_test_empty(($context["change_column"] ?? null)))) {
// line 35
echo " <th>
";
// line 36
echo _gettext("Adjust privileges");
// line 37
echo " ";
echo PhpMyAdmin\Util::showDocu("faq", "faq6-39");
echo "
</th>
";
}
// line 40
echo "
";
// line 44
echo " ";
if ( !($context["is_backup"] ?? null)) {
// line 45
echo " <th>
";
// line 46
echo _gettext("Index");
// line 47
echo " </th>
";
}
// line 49
echo "
<th>
<abbr title=\"AUTO_INCREMENT\">A_I</abbr>
</th>
<th>
";
// line 54
echo _gettext("Comments");
// line 55
echo " </th>
";
// line 57
if (($context["is_virtual_columns_supported"] ?? null)) {
// line 58
echo " <th>
";
// line 59
echo _gettext("Virtuality");
// line 60
echo " </th>
";
}
// line 62
echo "
";
// line 63
if ((isset($context["fields_meta"]) || array_key_exists("fields_meta", $context))) {
// line 64
echo " <th>
";
// line 65
echo _gettext("Move column");
// line 66
echo " </th>
";
}
// line 68
echo "
";
// line 69
if ((($context["mimework"] ?? null) && ($context["browse_mime"] ?? null))) {
// line 70
echo " <th>
";
// line 71
echo _gettext("MIME type");
// line 72
echo " </th>
<th>
<a href=\"transformation_overview.php";
// line 75
echo PhpMyAdmin\Url::getCommon();
echo "#transformation\" title=\"";
// line 76
echo _gettext("List of available transformations and their options");
// line 77
echo "\" target=\"_blank\">
";
// line 78
echo _gettext("Browser display transformation");
// line 79
echo " </a>
</th>
<th>
";
// line 82
echo _gettext("Browser display transformation options");
// line 83
echo " ";
echo PhpMyAdmin\Util::showHint(_gettext("Please enter the values for transformation options using this format: 'a', 100, b,'c'ā¦<br />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 "
</th>
<th>
<a href=\"transformation_overview.php";
// line 86
echo PhpMyAdmin\Url::getCommon();
echo "#input_transformation\"
title=\"";
// line 87
echo _gettext("List of available transformations and their options");
echo "\"
target=\"_blank\">
";
// line 89
echo _gettext("Input transformation");
// line 90
echo " </a>
</th>
<th>
";
// line 93
echo _gettext("Input transformation options");
// line 94
echo " ";
echo PhpMyAdmin\Util::showHint(_gettext("Please enter the values for transformation options using this format: 'a', 100, b,'c'ā¦<br />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 "
</th>
";
}
// line 97
echo " </tr>
";
// line 98
$context["options"] = ["" => "", "VIRTUAL" => "VIRTUAL"];
// line 99
echo " ";
if ((($context["server_type"] ?? null) == "MariaDB")) {
// line 100
echo " ";
$context["options"] = twig_array_merge(($context["options"] ?? null), ["PERSISTENT" => "PERSISTENT"]);
// line 101
echo " ";
$context["options"] = twig_array_merge(($context["options"] ?? null), ["STORED" => "STORED"]);
// line 102
echo " ";
} else {
// line 103
echo " ";
$context["options"] = twig_array_merge(($context["options"] ?? null), ["STORED" => "STORED"]);
// line 104
echo " ";
}
// line 105
echo " ";
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(($context["content_cells"] ?? null));
foreach ($context['_seq'] as $context["_key"] => $context["content_row"]) {
// line 106
echo " <tr>
";
// line 107
$this->loadTemplate("columns_definitions/column_attributes.twig", "columns_definitions/table_fields_definitions.twig", 107)->display(twig_to_array(twig_array_merge($context["content_row"], ["options" => // line 108
($context["options"] ?? null), "change_column" => // line 109
($context["change_column"] ?? null), "is_virtual_columns_supported" => // line 110
($context["is_virtual_columns_supported"] ?? null), "browse_mime" => // line 111
($context["browse_mime"] ?? null), "max_rows" => // line 112
($context["max_rows"] ?? null), "char_editing" => // line 113
($context["char_editing"] ?? null), "attribute_types" => // line 114
($context["attribute_types"] ?? null), "privs_available" => // line 115
($context["privs_available"] ?? null), "max_length" => // line 116
($context["max_length"] ?? null), "dbi" => // line 117
($context["dbi"] ?? null), "disable_is" => // line 118
($context["disable_is"] ?? null)])));
// line 120
echo " </tr>
";
}
$_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 122
echo "</table>
</div>
";
}
public function getTemplateName()
{
return "columns_definitions/table_fields_definitions.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 278 => 122, 271 => 120, 269 => 118, 268 => 117, 267 => 116, 266 => 115, 265 => 114, 264 => 113, 263 => 112, 262 => 111, 261 => 110, 260 => 109, 259 => 108, 258 => 107, 255 => 106, 250 => 105, 247 => 104, 244 => 103, 241 => 102, 238 => 101, 235 => 100, 232 => 99, 230 => 98, 227 => 97, 220 => 94, 218 => 93, 213 => 90, 211 => 89, 206 => 87, 202 => 86, 195 => 83, 193 => 82, 188 => 79, 186 => 78, 183 => 77, 181 => 76, 178 => 75, 174 => 72, 172 => 71, 169 => 70, 167 => 69, 164 => 68, 160 => 66, 158 => 65, 155 => 64, 153 => 63, 150 => 62, 146 => 60, 144 => 59, 141 => 58, 139 => 57, 135 => 55, 133 => 54, 126 => 49, 122 => 47, 120 => 46, 117 => 45, 114 => 44, 111 => 40, 104 => 37, 102 => 36, 99 => 35, 96 => 34, 92 => 31, 90 => 30, 86 => 28, 84 => 27, 80 => 25, 78 => 24, 71 => 21, 69 => 20, 62 => 17, 60 => 16, 53 => 13, 51 => 12, 47 => 10, 45 => 9, 37 => 5, 35 => 4, 30 => 1,);
}
/** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */
public function getSource()
{
@trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED);
return $this->getSourceContext()->getCode();
}
public function getSourceContext()
{
return new Source("", "columns_definitions/table_fields_definitions.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/columns_definitions/table_fields_definitions.twig");
}
}
c1/c1fb86a4eaf6608911fce36216eb2f820e9efd2e9c4ef1557104c321928aaa50.php 0000644 00000006142 15152073666 0016532 0 ustar 00 <?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
/* console/toolbar.twig */
class __TwigTemplate_27d99ddcbcf93e63011f3126c3a1ddb63bf1705460bcf89c6cc60e3915ae3a4d extends \Twig\Template
{
public function __construct(Environment $env)
{
parent::__construct($env);
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
// line 1
echo "<div class=\"toolbar ";
echo twig_escape_filter($this->env, ($context["parent_div_classes"] ?? null), "html", null, true);
echo "\">
";
// line 2
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(($context["content_array"] ?? null));
foreach ($context['_seq'] as $context["_key"] => $context["content"]) {
// line 3
echo " ";
if ((isset($context["content"]) || array_key_exists("content", $context))) {
// line 4
echo " <div class=\"";
echo twig_escape_filter($this->env, $this->getAttribute($context["content"], 0, [], "array"), "html", null, true);
echo "\">
";
// line 5
echo (($this->getAttribute($context["content"], "image", [], "array", true, true)) ? ($this->getAttribute($context["content"], "image", [], "array")) : (""));
echo "
<span>";
// line 6
echo twig_escape_filter($this->env, $this->getAttribute($context["content"], 1, [], "array"), "html", null, true);
echo "</span>
</div>
";
}
// line 9
echo " ";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['content'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 10
echo "</div>
";
}
public function getTemplateName()
{
return "console/toolbar.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 63 => 10, 57 => 9, 51 => 6, 47 => 5, 42 => 4, 39 => 3, 35 => 2, 30 => 1,);
}
/** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */
public function getSource()
{
@trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED);
return $this->getSourceContext()->getCode();
}
public function getSourceContext()
{
return new Source("", "console/toolbar.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/console/toolbar.twig");
}
}
c1/c1049d6a9daeb283c6fd4fe4124ade0f8e86b22fee7d135ef9cf326e7d6520aa.php 0000644 00000021701 15152073666 0017122 0 ustar 00 <?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
/* database/structure/table_header.twig */
class __TwigTemplate_c42003b6f607d999be87d2084564c4575549dabb7d02427b0f639ea2964ae3bd extends \Twig\Template
{
public function __construct(Environment $env)
{
parent::__construct($env);
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
// line 1
echo "<form method=\"post\" action=\"db_structure.php\" name=\"tablesForm\" id=\"tablesForm\">
";
// line 2
echo PhpMyAdmin\Url::getHiddenInputs(($context["db"] ?? null));
echo "
<div class=\"responsivetable\">
<table id=\"structureTable\" class=\"data\">
<thead>
<tr>
<th class=\"print_ignore\"></th>
<th>";
// line 8
echo PhpMyAdmin\Util::sortableTableHeader(_gettext("Table"), "table");
echo "</th>
";
// line 9
if (($context["replication"] ?? null)) {
// line 10
echo " <th>";
echo _gettext("Replication");
echo "</th>
";
}
// line 12
echo "
";
// line 13
if (($context["db_is_system_schema"] ?? null)) {
// line 14
echo " ";
$context["action_colspan"] = 3;
// line 15
echo " ";
} else {
// line 16
echo " ";
$context["action_colspan"] = 6;
// line 17
echo " ";
}
// line 18
echo " ";
if ((($context["num_favorite_tables"] ?? null) > 0)) {
// line 19
echo " ";
$context["action_colspan"] = (($context["action_colspan"] ?? null) + 1);
// line 20
echo " ";
}
// line 21
echo " <th colspan=\"";
echo twig_escape_filter($this->env, ($context["action_colspan"] ?? null), "html", null, true);
echo "\" class=\"print_ignore\">
";
// line 22
echo _gettext("Action");
// line 23
echo " </th>
";
// line 25
echo " <th>
";
// line 26
echo PhpMyAdmin\Util::sortableTableHeader(_gettext("Rows"), "records", "DESC");
echo "
";
// line 27
echo PhpMyAdmin\Util::showHint(PhpMyAdmin\Sanitize::sanitize(_gettext("May be approximate. Click on the number to get the exact count. See [doc@faq3-11]FAQ 3.11[/doc].")));
// line 29
echo "
</th>
";
// line 31
if ( !(($context["properties_num_columns"] ?? null) > 1)) {
// line 32
echo " <th>";
echo PhpMyAdmin\Util::sortableTableHeader(_gettext("Type"), "type");
echo "</th>
<th>";
// line 33
echo PhpMyAdmin\Util::sortableTableHeader(_gettext("Collation"), "collation");
echo "</th>
";
}
// line 35
echo "
";
// line 36
if (($context["is_show_stats"] ?? null)) {
// line 37
echo " ";
// line 38
echo " <th>";
echo PhpMyAdmin\Util::sortableTableHeader(_gettext("Size"), "size", "DESC");
echo "</th>
";
// line 40
echo " <th>";
echo PhpMyAdmin\Util::sortableTableHeader(_gettext("Overhead"), "overhead", "DESC");
echo "</th>
";
}
// line 42
echo "
";
// line 43
if (($context["show_charset"] ?? null)) {
// line 44
echo " <th>";
echo PhpMyAdmin\Util::sortableTableHeader(_gettext("Charset"), "charset");
echo "</th>
";
}
// line 46
echo "
";
// line 47
if (($context["show_comment"] ?? null)) {
// line 48
echo " <th>";
echo PhpMyAdmin\Util::sortableTableHeader(_gettext("Comment"), "comment");
echo "</th>
";
}
// line 50
echo "
";
// line 51
if (($context["show_creation"] ?? null)) {
// line 52
echo " ";
// line 53
echo " <th>";
echo PhpMyAdmin\Util::sortableTableHeader(_gettext("Creation"), "creation", "DESC");
echo "</th>
";
}
// line 55
echo "
";
// line 56
if (($context["show_last_update"] ?? null)) {
// line 57
echo " ";
// line 58
echo " <th>";
echo PhpMyAdmin\Util::sortableTableHeader(_gettext("Last update"), "last_update", "DESC");
echo "</th>
";
}
// line 60
echo "
";
// line 61
if (($context["show_last_check"] ?? null)) {
// line 62
echo " ";
// line 63
echo " <th>";
echo PhpMyAdmin\Util::sortableTableHeader(_gettext("Last check"), "last_check", "DESC");
echo "</th>
";
}
// line 65
echo " </tr>
</thead>
<tbody>
";
// line 68
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(($context["structure_table_rows"] ?? null));
foreach ($context['_seq'] as $context["_key"] => $context["structure_table_row"]) {
// line 69
echo " ";
$this->loadTemplate("database/structure/structure_table_row.twig", "database/structure/table_header.twig", 69)->display(twig_to_array($context["structure_table_row"]));
// line 70
echo " ";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['structure_table_row'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 71
echo " </tbody>
";
// line 72
if (($context["body_for_table_summary"] ?? null)) {
// line 73
echo " ";
$this->loadTemplate("database/structure/body_for_table_summary.twig", "database/structure/table_header.twig", 73)->display(twig_to_array(($context["body_for_table_summary"] ?? null)));
// line 74
echo " ";
}
// line 75
echo "</table>
</div>
";
// line 77
if (($context["check_all_tables"] ?? null)) {
// line 78
echo " ";
$this->loadTemplate("database/structure/check_all_tables.twig", "database/structure/table_header.twig", 78)->display(twig_to_array(($context["check_all_tables"] ?? null)));
}
// line 80
echo "</form>
";
}
public function getTemplateName()
{
return "database/structure/table_header.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 233 => 80, 229 => 78, 227 => 77, 223 => 75, 220 => 74, 217 => 73, 215 => 72, 212 => 71, 206 => 70, 203 => 69, 199 => 68, 194 => 65, 188 => 63, 186 => 62, 184 => 61, 181 => 60, 175 => 58, 173 => 57, 171 => 56, 168 => 55, 162 => 53, 160 => 52, 158 => 51, 155 => 50, 149 => 48, 147 => 47, 144 => 46, 138 => 44, 136 => 43, 133 => 42, 127 => 40, 122 => 38, 120 => 37, 118 => 36, 115 => 35, 110 => 33, 105 => 32, 103 => 31, 99 => 29, 97 => 27, 93 => 26, 90 => 25, 87 => 23, 85 => 22, 80 => 21, 77 => 20, 74 => 19, 71 => 18, 68 => 17, 65 => 16, 62 => 15, 59 => 14, 57 => 13, 54 => 12, 48 => 10, 46 => 9, 42 => 8, 33 => 2, 30 => 1,);
}
/** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */
public function getSource()
{
@trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED);
return $this->getSourceContext()->getCode();
}
public function getSourceContext()
{
return new Source("", "database/structure/table_header.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/database/structure/table_header.twig");
}
}
b8/b8467faa5f2a7b309d051ad2bf80809b54162172bdc2b15ae0a6642bd81d528b.php 0000644 00000006142 15152073666 0016431 0 ustar 00 <?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
/* console/toolbar.twig */
class __TwigTemplate_e3e20f94d0425109b0f8d668965871f90e16ac6b39c7948216f2e82aba3ab04a extends \Twig\Template
{
public function __construct(Environment $env)
{
parent::__construct($env);
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
// line 1
echo "<div class=\"toolbar ";
echo twig_escape_filter($this->env, ($context["parent_div_classes"] ?? null), "html", null, true);
echo "\">
";
// line 2
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(($context["content_array"] ?? null));
foreach ($context['_seq'] as $context["_key"] => $context["content"]) {
// line 3
echo " ";
if ((isset($context["content"]) || array_key_exists("content", $context))) {
// line 4
echo " <div class=\"";
echo twig_escape_filter($this->env, $this->getAttribute($context["content"], 0, [], "array"), "html", null, true);
echo "\">
";
// line 5
echo (($this->getAttribute($context["content"], "image", [], "array", true, true)) ? ($this->getAttribute($context["content"], "image", [], "array")) : (""));
echo "
<span>";
// line 6
echo twig_escape_filter($this->env, $this->getAttribute($context["content"], 1, [], "array"), "html", null, true);
echo "</span>
</div>
";
}
// line 9
echo " ";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['content'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 10
echo "</div>
";
}
public function getTemplateName()
{
return "console/toolbar.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 63 => 10, 57 => 9, 51 => 6, 47 => 5, 42 => 4, 39 => 3, 35 => 2, 30 => 1,);
}
/** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */
public function getSource()
{
@trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED);
return $this->getSourceContext()->getCode();
}
public function getSourceContext()
{
return new Source("", "console/toolbar.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/console/toolbar.twig");
}
}
b4/b49668b2a468eb3e11887c55091a839ac17f5abc9550c1ec7637c1d133822192.php 0000644 00000004006 15152073666 0016104 0 ustar 00 <?php
/* export/alias_item.twig */
class __TwigTemplate_bb18d5813cd15620a1192659d5a9d5c727e4fd4df6826c663a1812eb2b839ee5 extends Twig_Template
{
public function __construct(Twig_Environment $env)
{
parent::__construct($env);
$this->parent = false;
$this->blocks = array(
);
}
protected function doDisplay(array $context, array $blocks = array())
{
// line 1
echo "<tr>
<th>";
// line 2
echo twig_escape_filter($this->env, ($context["type"] ?? null), "html", null, true);
echo "</th>
<td>";
// line 3
echo twig_escape_filter($this->env, ($context["name"] ?? null), "html", null, true);
echo "</td>
<td>
<input name=\"";
// line 5
echo twig_escape_filter($this->env, ($context["field"] ?? null), "html", null, true);
echo "\" value=\"";
echo twig_escape_filter($this->env, ($context["value"] ?? null), "html", null, true);
echo "\" type=\"text\" />
</td>
<td>
<button class=\"alias_remove ui-button ui-corner-all ui-widget\">";
// line 8
echo _gettext("Remove");
echo "</button>
</td>
</tr>
";
}
public function getTemplateName()
{
return "export/alias_item.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 39 => 8, 31 => 5, 26 => 3, 22 => 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("", "export/alias_item.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/export/alias_item.twig");
}
}
b4/b4e0f24402a3df8214fe7496e0a5dfa6050e596a11bdbd5d7f1b5e165cce1a3a.php 0000644 00000002320 15152073666 0016721 0 ustar 00 <?php
/* config/form_display/form_bottom.twig */
class __TwigTemplate_8b99bc806ab2ee4c516f8cff600a8e0ef788cbca60edd1a8116731ce4fac50f3 extends Twig_Template
{
public function __construct(Twig_Environment $env)
{
parent::__construct($env);
$this->parent = false;
$this->blocks = array(
);
}
protected function doDisplay(array $context, array $blocks = array())
{
// line 1
echo "</form>
";
}
public function getTemplateName()
{
return "config/form_display/form_bottom.twig";
}
public function getDebugInfo()
{
return array ( 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("", "config/form_display/form_bottom.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/config/form_display/form_bottom.twig");
}
}
b4/b49d1f62959abd552e7abd70c3e42287d6abc15a9565703e59530ea780addf78.php 0000644 00000006426 15152073666 0016504 0 ustar 00 <?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
/* display/results/show_all_checkbox.twig */
class __TwigTemplate_59c53a82e70fbf64fad44a5d8cb8b511c2d18eac0c707bab6f54ac5be898e04f extends \Twig\Template
{
public function __construct(Environment $env)
{
parent::__construct($env);
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
// line 1
echo "<td>
<form action=\"sql.php\" method=\"post\">
";
// line 3
echo PhpMyAdmin\Url::getHiddenInputs(($context["db"] ?? null), ($context["table"] ?? null));
echo "
<input type=\"hidden\" name=\"sql_query\" value=\"";
// line 4
echo ($context["html_sql_query"] ?? null);
echo "\" />
<input type=\"hidden\" name=\"pos\" value=\"0\" />
<input type=\"hidden\" name=\"is_browse_distinct\" value=\"";
// line 6
echo twig_escape_filter($this->env, ($context["is_browse_distinct"] ?? null), "html", null, true);
echo "\" />
<input type=\"hidden\" name=\"session_max_rows\" value=\"";
// line 7
(( !($context["showing_all"] ?? null)) ? (print ("all")) : (print (twig_escape_filter($this->env, ($context["max_rows"] ?? null), "html", null, true))));
echo "\" />
<input type=\"hidden\" name=\"goto\" value=\"";
// line 8
echo twig_escape_filter($this->env, ($context["goto"] ?? null), "html", null, true);
echo "\" />
<input type=\"checkbox\" name=\"navig\" id=\"showAll_";
// line 9
echo twig_escape_filter($this->env, ($context["unique_id"] ?? null), "html", null, true);
echo "\" class=\"showAllRows\"";
// line 10
echo ((($context["showing_all"] ?? null)) ? (" checked=\"checked\"") : (""));
echo " value=\"all\" />
<label for=\"showAll_";
// line 11
echo twig_escape_filter($this->env, ($context["unique_id"] ?? null), "html", null, true);
echo "\">";
echo _gettext("Show all");
echo "</label>
</form>
</td>
";
}
public function getTemplateName()
{
return "display/results/show_all_checkbox.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 62 => 11, 58 => 10, 55 => 9, 51 => 8, 47 => 7, 43 => 6, 38 => 4, 34 => 3, 30 => 1,);
}
/** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */
public function getSource()
{
@trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED);
return $this->getSourceContext()->getCode();
}
public function getSourceContext()
{
return new Source("", "display/results/show_all_checkbox.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/display/results/show_all_checkbox.twig");
}
}
b4/b408dcbfc7de36576cf7f281f1da35106669d85dfecf25696a0341c11379f903.php 0000644 00000006630 15152073666 0016425 0 ustar 00 <?php
/* export/alias_add.twig */
class __TwigTemplate_7afde7bad4f1d13db8fc9fedd23c0a24ab78185b848096cddb7f1a1d555dd752 extends Twig_Template
{
public function __construct(Twig_Environment $env)
{
parent::__construct($env);
$this->parent = false;
$this->blocks = array(
);
}
protected function doDisplay(array $context, array $blocks = array())
{
// line 1
echo "<table>
<thead>
<tr>
<th colspan=\"4\">";
// line 4
echo _gettext("Define new aliases");
echo "</th>
</tr>
</thead>
<tr>
<td>
<label>";
// line 9
echo _gettext("Select database:");
echo "</label>
</td>
<td>
<select id=\"db_alias_select\"><option value=\"\"></option></select>
</td>
<td>
<input id=\"db_alias_name\" placeholder=\"";
// line 15
echo _gettext("New database name");
echo "\" disabled=\"1\" />
</td>
<td>
<button id=\"db_alias_button\" class=\"ui-button ui-corner-all ui-widget\" disabled=\"1\">";
// line 18
echo _gettext("Add");
echo "</button>
</td>
</tr>
<tr>
<td>
<label>";
// line 23
echo _gettext("Select table:");
echo "</label>
</td>
<td>
<select id=\"table_alias_select\"><option value=\"\"></option></select>
</td>
<td>
<input id=\"table_alias_name\" placeholder=\"";
// line 29
echo _gettext("New table name");
echo "\" disabled=\"1\" />
</td>
<td>
<button id=\"table_alias_button\" class=\"ui-button ui-corner-all ui-widget\" disabled=\"1\">";
// line 32
echo _gettext("Add");
echo "</button>
</td>
</tr>
<tr>
<td>
<label>";
// line 37
echo _gettext("Select column:");
echo "</label>
</td>
<td>
<select id=\"column_alias_select\"><option value=\"\"></option></select>
</td>
<td>
<input id=\"column_alias_name\" placeholder=\"";
// line 43
echo _gettext("New column name");
echo "\" disabled=\"1\" />
</td>
<td>
<button id=\"column_alias_button\" class=\"ui-button ui-corner-all ui-widget\" disabled=\"1\">";
// line 46
echo _gettext("Add");
echo "</button>
</td>
</tr>
</table>
";
}
public function getTemplateName()
{
return "export/alias_add.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 93 => 46, 87 => 43, 78 => 37, 70 => 32, 64 => 29, 55 => 23, 47 => 18, 41 => 15, 32 => 9, 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("", "export/alias_add.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/export/alias_add.twig");
}
}
cb/cbfa431bce8f3e45ba157e9cec838d9b4c3d206d7e6433892f8ed3d4707b7716.php 0000644 00000011471 15152073666 0016727 0 ustar 00 <?php
/* list/item.twig */
class __TwigTemplate_db2416053f8337dc97d85528539045366317225a2bd7b18cff29b83b52905840 extends Twig_Template
{
public function __construct(Twig_Environment $env)
{
parent::__construct($env);
$this->parent = false;
$this->blocks = array(
);
}
protected function doDisplay(array $context, array $blocks = array())
{
// line 1
echo "<li";
if ( !twig_test_empty(($context["id"] ?? null))) {
echo " id=\"";
echo twig_escape_filter($this->env, ($context["id"] ?? null), "html", null, true);
echo "\"";
}
// line 2
if ( !twig_test_empty(($context["class"] ?? null))) {
echo " class=\"";
echo twig_escape_filter($this->env, ($context["class"] ?? null), "html", null, true);
echo "\"";
}
echo ">
";
// line 4
if ((((isset($context["url"]) || array_key_exists("url", $context)) && twig_test_iterable(($context["url"] ?? null))) && !twig_test_empty($this->getAttribute(($context["url"] ?? null), "href", array(), "array")))) {
// line 5
echo " <a";
if ( !twig_test_empty($this->getAttribute(($context["url"] ?? null), "href", array(), "array"))) {
echo " href=\"";
echo $this->getAttribute(($context["url"] ?? null), "href", array(), "array");
echo "\"";
}
// line 6
if ( !twig_test_empty($this->getAttribute(($context["url"] ?? null), "target", array(), "array"))) {
echo " target=\"";
echo twig_escape_filter($this->env, $this->getAttribute(($context["url"] ?? null), "target", array(), "array"), "html", null, true);
echo "\"";
}
// line 7
if (( !twig_test_empty($this->getAttribute(($context["url"] ?? null), "target", array(), "array")) && ($this->getAttribute(($context["url"] ?? null), "target", array(), "array") == "_blank"))) {
echo " rel=\"noopener noreferrer\"";
}
// line 8
if ( !twig_test_empty($this->getAttribute(($context["url"] ?? null), "id", array(), "array"))) {
echo " id=\"";
echo twig_escape_filter($this->env, $this->getAttribute(($context["url"] ?? null), "id", array(), "array"), "html", null, true);
echo "\"";
}
// line 9
if ( !twig_test_empty($this->getAttribute(($context["url"] ?? null), "class", array(), "array"))) {
echo " class=\"";
echo twig_escape_filter($this->env, $this->getAttribute(($context["url"] ?? null), "class", array(), "array"), "html", null, true);
echo "\"";
}
// line 10
if ( !twig_test_empty($this->getAttribute(($context["url"] ?? null), "title", array(), "array"))) {
echo " title=\"";
echo twig_escape_filter($this->env, $this->getAttribute(($context["url"] ?? null), "title", array(), "array"), "html", null, true);
echo "\"";
}
echo ">
";
}
// line 12
echo " ";
echo ($context["content"] ?? null);
echo "
";
// line 13
if ((((isset($context["url"]) || array_key_exists("url", $context)) && twig_test_iterable(($context["url"] ?? null))) && !twig_test_empty($this->getAttribute(($context["url"] ?? null), "href", array(), "array")))) {
// line 14
echo " </a>
";
}
// line 16
echo " ";
if ( !twig_test_empty(($context["mysql_help_page"] ?? null))) {
// line 17
echo " ";
echo PhpMyAdmin\Util::showMySQLDocu(($context["mysql_help_page"] ?? null));
echo "
";
}
// line 19
echo "</li>
";
}
public function getTemplateName()
{
return "list/item.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 95 => 19, 89 => 17, 86 => 16, 82 => 14, 80 => 13, 75 => 12, 66 => 10, 60 => 9, 54 => 8, 50 => 7, 44 => 6, 37 => 5, 35 => 4, 26 => 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("", "list/item.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/list/item.twig");
}
}
85/85d88a980a7e37a54f2a953bee34cc314500df29c8ea4e28f212a4aa51f63ec3.php 0000644 00000055462 15152073666 0016476 0 ustar 00 <?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
/* database/structure/structure_table_row.twig */
class __TwigTemplate_da150de8cc5efb19e858eda69916e52f1af4eda6208b0c5f37dd919bd9395d81 extends \Twig\Template
{
public function __construct(Environment $env)
{
parent::__construct($env);
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
// line 1
echo "<tr id=\"row_tbl_";
echo twig_escape_filter($this->env, ($context["curr"] ?? null), "html", null, true);
echo "\"";
echo ((($context["table_is_view"] ?? null)) ? (" class=\"is_view\"") : (""));
echo " data-filter-row=\"";
echo twig_escape_filter($this->env, twig_upper_filter($this->env, $this->getAttribute(($context["current_table"] ?? null), "TABLE_NAME", [], "array")), "html", null, true);
echo "\">
<td class=\"center print_ignore\">
<input type=\"checkbox\"
name=\"selected_tbl[]\"
class=\"";
// line 5
echo twig_escape_filter($this->env, ($context["input_class"] ?? null), "html", null, true);
echo "\"
value=\"";
// line 6
echo twig_escape_filter($this->env, $this->getAttribute(($context["current_table"] ?? null), "TABLE_NAME", [], "array"), "html", null, true);
echo "\"
id=\"checkbox_tbl_";
// line 7
echo twig_escape_filter($this->env, ($context["curr"] ?? null), "html", null, true);
echo "\" />
</td>
<th>
";
// line 10
echo ($context["browse_table_label"] ?? null);
echo "
";
// line 11
echo ($context["tracking_icon"] ?? null);
echo "
</th>
";
// line 13
if (($context["server_slave_status"] ?? null)) {
// line 14
echo " <td class=\"center\">
";
// line 15
echo ((($context["ignored"] ?? null)) ? (PhpMyAdmin\Util::getImage("s_cancel", _gettext("Not replicated"))) : (""));
echo "
";
// line 16
echo ((($context["do"] ?? null)) ? (PhpMyAdmin\Util::getImage("s_success", _gettext("Replicated"))) : (""));
echo "
</td>
";
}
// line 19
echo "
";
// line 21
echo " ";
if ((($context["num_favorite_tables"] ?? null) > 0)) {
// line 22
echo " <td class=\"center print_ignore\">
";
// line 24
echo " ";
$context["fav_params"] = ["db" => // line 25
($context["db"] ?? null), "ajax_request" => true, "favorite_table" => $this->getAttribute( // line 27
($context["current_table"] ?? null), "TABLE_NAME", [], "array"), ((( // line 28
($context["already_favorite"] ?? null)) ? ("remove") : ("add")) . "_favorite") => true];
// line 30
echo " ";
$this->loadTemplate("database/structure/favorite_anchor.twig", "database/structure/structure_table_row.twig", 30)->display(twig_to_array(["table_name_hash" => md5($this->getAttribute( // line 31
($context["current_table"] ?? null), "TABLE_NAME", [], "array")), "db_table_name_hash" => md5((( // line 32
($context["db"] ?? null) . ".") . $this->getAttribute(($context["current_table"] ?? null), "TABLE_NAME", [], "array"))), "fav_params" => // line 33
($context["fav_params"] ?? null), "already_favorite" => // line 34
($context["already_favorite"] ?? null), "titles" => // line 35
($context["titles"] ?? null)]));
// line 37
echo " </td>
";
}
// line 39
echo "
<td class=\"center print_ignore\">
";
// line 41
echo ($context["browse_table"] ?? null);
echo "
</td>
<td class=\"center print_ignore\">
<a href=\"tbl_structure.php";
// line 44
echo ($context["tbl_url_query"] ?? null);
echo "\">
";
// line 45
echo $this->getAttribute(($context["titles"] ?? null), "Structure", [], "array");
echo "
</a>
</td>
<td class=\"center print_ignore\">
";
// line 49
echo ($context["search_table"] ?? null);
echo "
</td>
";
// line 52
if ( !($context["db_is_system_schema"] ?? null)) {
// line 53
echo " <td class=\"insert_table center print_ignore\">
<a href=\"tbl_change.php";
// line 54
echo ($context["tbl_url_query"] ?? null);
echo "\">";
echo $this->getAttribute(($context["titles"] ?? null), "Insert", [], "array");
echo "</a>
</td>
<td class=\"center print_ignore\">";
// line 56
echo ($context["empty_table"] ?? null);
echo "</td>
<td class=\"center print_ignore\">
<a class=\"ajax drop_table_anchor";
// line 59
echo (((($context["table_is_view"] ?? null) || ($this->getAttribute(($context["current_table"] ?? null), "ENGINE", [], "array") == null))) ? (" view") : (""));
echo "\"
href=\"sql.php\" data-post=\"";
// line 60
echo ($context["tbl_url_query"] ?? null);
echo "&reload=1&purge=1&sql_query=";
// line 61
echo twig_escape_filter($this->env, twig_urlencode_filter(($context["drop_query"] ?? null)), "html", null, true);
echo "&message_to_show=";
echo twig_escape_filter($this->env, twig_urlencode_filter(($context["drop_message"] ?? null)), "html", null, true);
echo "\">
";
// line 62
echo $this->getAttribute(($context["titles"] ?? null), "Drop", [], "array");
echo "
</a>
</td>
";
}
// line 66
echo "
";
// line 67
if (($this->getAttribute(($context["current_table"] ?? null), "TABLE_ROWS", [], "array", true, true) && (($this->getAttribute( // line 68
($context["current_table"] ?? null), "ENGINE", [], "array") != null) || ($context["table_is_view"] ?? null)))) {
// line 69
echo " ";
// line 70
echo " ";
$context["row_count"] = PhpMyAdmin\Util::formatNumber($this->getAttribute(($context["current_table"] ?? null), "TABLE_ROWS", [], "array"), 0);
// line 71
echo "
";
// line 74
echo " <td class=\"value tbl_rows\"
data-table=\"";
// line 75
echo twig_escape_filter($this->env, $this->getAttribute(($context["current_table"] ?? null), "TABLE_NAME", [], "array"), "html", null, true);
echo "\">
";
// line 76
if (($context["approx_rows"] ?? null)) {
// line 77
echo " <a href=\"db_structure.php";
echo PhpMyAdmin\Url::getCommon(["ajax_request" => true, "db" => // line 79
($context["db"] ?? null), "table" => $this->getAttribute( // line 80
($context["current_table"] ?? null), "TABLE_NAME", [], "array"), "real_row_count" => "true"]);
// line 82
echo "\" class=\"ajax real_row_count\">
<bdi>
~";
// line 84
echo twig_escape_filter($this->env, ($context["row_count"] ?? null), "html", null, true);
echo "
</bdi>
</a>
";
} else {
// line 88
echo " ";
echo twig_escape_filter($this->env, ($context["row_count"] ?? null), "html", null, true);
echo "
";
}
// line 90
echo " ";
echo ($context["show_superscript"] ?? null);
echo "
</td>
";
// line 93
if ( !(($context["properties_num_columns"] ?? null) > 1)) {
// line 94
echo " <td class=\"nowrap\">
";
// line 95
if ( !twig_test_empty($this->getAttribute(($context["current_table"] ?? null), "ENGINE", [], "array"))) {
// line 96
echo " ";
echo twig_escape_filter($this->env, $this->getAttribute(($context["current_table"] ?? null), "ENGINE", [], "array"), "html", null, true);
echo "
";
} elseif ( // line 97
($context["table_is_view"] ?? null)) {
// line 98
echo " ";
echo _gettext("View");
// line 99
echo " ";
}
// line 100
echo " </td>
";
// line 101
if ((twig_length_filter($this->env, ($context["collation"] ?? null)) > 0)) {
// line 102
echo " <td class=\"nowrap\">
";
// line 103
echo ($context["collation"] ?? null);
echo "
</td>
";
}
// line 106
echo " ";
}
// line 107
echo "
";
// line 108
if (($context["is_show_stats"] ?? null)) {
// line 109
echo " <td class=\"value tbl_size\">
<a href=\"tbl_structure.php";
// line 110
echo ($context["tbl_url_query"] ?? null);
echo "#showusage\">
<span>";
// line 111
echo twig_escape_filter($this->env, ($context["formatted_size"] ?? null), "html", null, true);
echo "</span>
<span class=\"unit\">";
// line 112
echo twig_escape_filter($this->env, ($context["unit"] ?? null), "html", null, true);
echo "</span>
</a>
</td>
<td class=\"value tbl_overhead\">
";
// line 116
echo ($context["overhead"] ?? null);
echo "
</td>
";
}
// line 119
echo "
";
// line 120
if ( !(($context["show_charset"] ?? null) > 1)) {
// line 121
echo " ";
if ((twig_length_filter($this->env, ($context["charset"] ?? null)) > 0)) {
// line 122
echo " <td class=\"nowrap\">
";
// line 123
echo ($context["charset"] ?? null);
echo "
</td>
";
}
// line 126
echo " ";
}
// line 127
echo "
";
// line 128
if (($context["show_comment"] ?? null)) {
// line 129
echo " ";
$context["comment"] = $this->getAttribute(($context["current_table"] ?? null), "Comment", [], "array");
// line 130
echo " <td>
";
// line 131
if ((twig_length_filter($this->env, ($context["comment"] ?? null)) > ($context["limit_chars"] ?? null))) {
// line 132
echo " <abbr title=\"";
echo twig_escape_filter($this->env, ($context["comment"] ?? null), "html", null, true);
echo "\">
";
// line 133
echo twig_escape_filter($this->env, twig_slice($this->env, ($context["comment"] ?? null), 0, ($context["limit_chars"] ?? null)), "html", null, true);
echo "
...
</abbr>
";
} else {
// line 137
echo " ";
echo twig_escape_filter($this->env, ($context["comment"] ?? null), "html", null, true);
echo "
";
}
// line 139
echo " </td>
";
}
// line 141
echo "
";
// line 142
if (($context["show_creation"] ?? null)) {
// line 143
echo " <td class=\"value tbl_creation\">
";
// line 144
((($context["create_time"] ?? null)) ? (print (twig_escape_filter($this->env, PhpMyAdmin\Util::localisedDate(strtotime(($context["create_time"] ?? null))), "html", null, true))) : (print ("-")));
echo "
</td>
";
}
// line 147
echo "
";
// line 148
if (($context["show_last_update"] ?? null)) {
// line 149
echo " <td class=\"value tbl_last_update\">
";
// line 150
((($context["update_time"] ?? null)) ? (print (twig_escape_filter($this->env, PhpMyAdmin\Util::localisedDate(strtotime(($context["update_time"] ?? null))), "html", null, true))) : (print ("-")));
echo "
</td>
";
}
// line 153
echo "
";
// line 154
if (($context["show_last_check"] ?? null)) {
// line 155
echo " <td class=\"value tbl_last_check\">
";
// line 156
((($context["check_time"] ?? null)) ? (print (twig_escape_filter($this->env, PhpMyAdmin\Util::localisedDate(strtotime(($context["check_time"] ?? null))), "html", null, true))) : (print ("-")));
echo "
</td>
";
}
// line 159
echo "
";
} elseif ( // line 160
($context["table_is_view"] ?? null)) {
// line 161
echo " <td class=\"value tbl_rows\">-</td>
<td class=\"nowrap\">
";
// line 163
echo _gettext("View");
// line 164
echo " </td>
<td class=\"nowrap\">---</td>
";
// line 166
if (($context["is_show_stats"] ?? null)) {
// line 167
echo " <td class=\"value tbl_size\">-</td>
<td class=\"value tbl_overhead\">-</td>
";
}
// line 170
echo " ";
if (($context["show_charset"] ?? null)) {
// line 171
echo " <td></td>
";
}
// line 173
echo " ";
if (($context["show_comment"] ?? null)) {
// line 174
echo " <td></td>
";
}
// line 176
echo " ";
if (($context["show_creation"] ?? null)) {
// line 177
echo " <td class=\"value tbl_creation\">-</td>
";
}
// line 179
echo " ";
if (($context["show_last_update"] ?? null)) {
// line 180
echo " <td class=\"value tbl_last_update\">-</td>
";
}
// line 182
echo " ";
if (($context["show_last_check"] ?? null)) {
// line 183
echo " <td class=\"value tbl_last_check\">-</td>
";
}
// line 185
echo "
";
} else {
// line 187
echo " ";
$context["count"] = 0;
// line 188
echo " ";
if (($context["properties_num_columns"] ?? null)) {
// line 189
echo " ";
$context["count"] = (($context["count"] ?? null) + 2);
// line 190
echo " ";
}
// line 191
echo " ";
if (($context["is_show_stats"] ?? null)) {
// line 192
echo " ";
$context["count"] = (($context["count"] ?? null) + 2);
// line 193
echo " ";
}
// line 194
echo " ";
if (($context["show_charset"] ?? null)) {
// line 195
echo " ";
$context["count"] = (($context["count"] ?? null) + 1);
// line 196
echo " ";
}
// line 197
echo " ";
if (($context["show_comment"] ?? null)) {
// line 198
echo " ";
$context["count"] = (($context["count"] ?? null) + 1);
// line 199
echo " ";
}
// line 200
echo " ";
if (($context["show_creation"] ?? null)) {
// line 201
echo " ";
$context["count"] = (($context["count"] ?? null) + 1);
// line 202
echo " ";
}
// line 203
echo " ";
if (($context["show_last_update"] ?? null)) {
// line 204
echo " ";
$context["count"] = (($context["count"] ?? null) + 1);
// line 205
echo " ";
}
// line 206
echo " ";
if (($context["show_last_check"] ?? null)) {
// line 207
echo " ";
$context["count"] = (($context["count"] ?? null) + 1);
// line 208
echo " ";
}
// line 209
echo "
";
// line 210
if (($context["db_is_system_schema"] ?? null)) {
// line 211
echo " ";
$context["action_colspan"] = 3;
// line 212
echo " ";
} else {
// line 213
echo " ";
$context["action_colspan"] = 6;
// line 214
echo " ";
}
// line 215
echo " ";
if ((($context["num_favorite_tables"] ?? null) > 0)) {
// line 216
echo " ";
$context["action_colspan"] = (($context["action_colspan"] ?? null) + 1);
// line 217
echo " ";
}
// line 218
echo "
";
// line 219
$context["colspan_for_structure"] = (($context["action_colspan"] ?? null) + 3);
// line 220
echo " <td colspan=\"";
echo (((($context["colspan_for_structure"] ?? null) - ($context["db_is_system_schema"] ?? null))) ? (6) : (9));
echo "\"
class=\"center\">
";
// line 222
echo _gettext("in use");
// line 223
echo " </td>
";
}
// line 225
echo "</tr>
";
}
public function getTemplateName()
{
return "database/structure/structure_table_row.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 556 => 225, 552 => 223, 550 => 222, 544 => 220, 542 => 219, 539 => 218, 536 => 217, 533 => 216, 530 => 215, 527 => 214, 524 => 213, 521 => 212, 518 => 211, 516 => 210, 513 => 209, 510 => 208, 507 => 207, 504 => 206, 501 => 205, 498 => 204, 495 => 203, 492 => 202, 489 => 201, 486 => 200, 483 => 199, 480 => 198, 477 => 197, 474 => 196, 471 => 195, 468 => 194, 465 => 193, 462 => 192, 459 => 191, 456 => 190, 453 => 189, 450 => 188, 447 => 187, 443 => 185, 439 => 183, 436 => 182, 432 => 180, 429 => 179, 425 => 177, 422 => 176, 418 => 174, 415 => 173, 411 => 171, 408 => 170, 403 => 167, 401 => 166, 397 => 164, 395 => 163, 391 => 161, 389 => 160, 386 => 159, 380 => 156, 377 => 155, 375 => 154, 372 => 153, 366 => 150, 363 => 149, 361 => 148, 358 => 147, 352 => 144, 349 => 143, 347 => 142, 344 => 141, 340 => 139, 334 => 137, 327 => 133, 322 => 132, 320 => 131, 317 => 130, 314 => 129, 312 => 128, 309 => 127, 306 => 126, 300 => 123, 297 => 122, 294 => 121, 292 => 120, 289 => 119, 283 => 116, 276 => 112, 272 => 111, 268 => 110, 265 => 109, 263 => 108, 260 => 107, 257 => 106, 251 => 103, 248 => 102, 246 => 101, 243 => 100, 240 => 99, 237 => 98, 235 => 97, 230 => 96, 228 => 95, 225 => 94, 223 => 93, 216 => 90, 210 => 88, 203 => 84, 199 => 82, 197 => 80, 196 => 79, 194 => 77, 192 => 76, 188 => 75, 185 => 74, 182 => 71, 179 => 70, 177 => 69, 175 => 68, 174 => 67, 171 => 66, 164 => 62, 158 => 61, 155 => 60, 151 => 59, 146 => 56, 139 => 54, 136 => 53, 134 => 52, 128 => 49, 121 => 45, 117 => 44, 111 => 41, 107 => 39, 103 => 37, 101 => 35, 100 => 34, 99 => 33, 98 => 32, 97 => 31, 95 => 30, 93 => 28, 92 => 27, 91 => 25, 89 => 24, 86 => 22, 83 => 21, 80 => 19, 74 => 16, 70 => 15, 67 => 14, 65 => 13, 60 => 11, 56 => 10, 50 => 7, 46 => 6, 42 => 5, 30 => 1,);
}
/** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */
public function getSource()
{
@trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED);
return $this->getSourceContext()->getCode();
}
public function getSourceContext()
{
return new Source("", "database/structure/structure_table_row.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/database/structure/structure_table_row.twig");
}
}
8b/8b3d6e41c7dc114088cc4febcf99864574a28c46ce39fd02d9577bec9ce900de.php 0000644 00000003775 15152073666 0016755 0 ustar 00 <?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
/* filter.twig */
class __TwigTemplate_d960a2472c49ad951bd077452d2ef85aeb85d9b4d080f83e997f6c018c959acf extends \Twig\Template
{
public function __construct(Environment $env)
{
parent::__construct($env);
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
// line 1
echo "<fieldset id=\"tableFilter\">
<legend>";
// line 2
echo _gettext("Filters");
echo "</legend>
<div class=\"formelement\">
<label for=\"filterText\">";
// line 4
echo _gettext("Containing the word:");
echo "</label>
<input name=\"filterText\" type=\"text\" id=\"filterText\"
value=\"";
// line 6
echo twig_escape_filter($this->env, ($context["filter_value"] ?? null), "html", null, true);
echo "\" />
</div>
</fieldset>
";
}
public function getTemplateName()
{
return "filter.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 43 => 6, 38 => 4, 33 => 2, 30 => 1,);
}
/** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */
public function getSource()
{
@trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED);
return $this->getSourceContext()->getCode();
}
public function getSourceContext()
{
return new Source("", "filter.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/filter.twig");
}
}
57/571621aecb56ba028f529709801875c9e7a179413a4fe4ed8356a3ab5e5f7ab5.php 0000644 00000005461 15152073666 0016264 0 ustar 00 <?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
/* radio_fields.twig */
class __TwigTemplate_996159be3c23660f6fa2d4eae5f9f0ef191e82e02fb580625964bcf763a07636 extends \Twig\Template
{
public function __construct(Environment $env)
{
parent::__construct($env);
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
// line 1
if ( !twig_test_empty(($context["class"] ?? null))) {
// line 2
echo "<div class=\"";
echo twig_escape_filter($this->env, ($context["class"] ?? null), "html", null, true);
echo "\">
";
}
// line 4
echo "<input type=\"radio\" name=\"";
echo twig_escape_filter($this->env, ($context["html_field_name"] ?? null), "html", null, true);
echo "\" id=\"";
echo ($context["html_field_id"] ?? null);
echo "\" value=\"";
echo twig_escape_filter($this->env, ($context["choice_value"] ?? null), "html", null, true);
echo "\"";
echo ((($context["checked"] ?? null)) ? (" checked=\"checked\"") : (""));
echo " />
<label for=\"";
// line 5
echo ($context["html_field_id"] ?? null);
echo "\">";
echo ((($context["escape_label"] ?? null)) ? (twig_escape_filter($this->env, ($context["choice_label"] ?? null))) : (($context["choice_label"] ?? null)));
echo "</label>
";
// line 6
if (($context["is_line_break"] ?? null)) {
// line 7
echo "<br />
";
}
// line 9
if ( !twig_test_empty(($context["class"] ?? null))) {
// line 10
echo "</div>
";
}
}
public function getTemplateName()
{
return "radio_fields.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 63 => 10, 61 => 9, 57 => 7, 55 => 6, 49 => 5, 38 => 4, 32 => 2, 30 => 1,);
}
/** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */
public function getSource()
{
@trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED);
return $this->getSourceContext()->getCode();
}
public function getSourceContext()
{
return new Source("", "radio_fields.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/radio_fields.twig");
}
}
46/460319adad573b1b6bf6957354ae6bbc147f2afaf3c149d3b5698ed169e85439.php 0000644 00000021701 15152073666 0016424 0 ustar 00 <?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
/* database/structure/table_header.twig */
class __TwigTemplate_f5ecf597b0db74f0160bb4b7d0404eaa328cac06858fac2589942dc80f63c4e1 extends \Twig\Template
{
public function __construct(Environment $env)
{
parent::__construct($env);
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
// line 1
echo "<form method=\"post\" action=\"db_structure.php\" name=\"tablesForm\" id=\"tablesForm\">
";
// line 2
echo PhpMyAdmin\Url::getHiddenInputs(($context["db"] ?? null));
echo "
<div class=\"responsivetable\">
<table id=\"structureTable\" class=\"data\">
<thead>
<tr>
<th class=\"print_ignore\"></th>
<th>";
// line 8
echo PhpMyAdmin\Util::sortableTableHeader(_gettext("Table"), "table");
echo "</th>
";
// line 9
if (($context["replication"] ?? null)) {
// line 10
echo " <th>";
echo _gettext("Replication");
echo "</th>
";
}
// line 12
echo "
";
// line 13
if (($context["db_is_system_schema"] ?? null)) {
// line 14
echo " ";
$context["action_colspan"] = 3;
// line 15
echo " ";
} else {
// line 16
echo " ";
$context["action_colspan"] = 6;
// line 17
echo " ";
}
// line 18
echo " ";
if ((($context["num_favorite_tables"] ?? null) > 0)) {
// line 19
echo " ";
$context["action_colspan"] = (($context["action_colspan"] ?? null) + 1);
// line 20
echo " ";
}
// line 21
echo " <th colspan=\"";
echo twig_escape_filter($this->env, ($context["action_colspan"] ?? null), "html", null, true);
echo "\" class=\"print_ignore\">
";
// line 22
echo _gettext("Action");
// line 23
echo " </th>
";
// line 25
echo " <th>
";
// line 26
echo PhpMyAdmin\Util::sortableTableHeader(_gettext("Rows"), "records", "DESC");
echo "
";
// line 27
echo PhpMyAdmin\Util::showHint(PhpMyAdmin\Sanitize::sanitize(_gettext("May be approximate. Click on the number to get the exact count. See [doc@faq3-11]FAQ 3.11[/doc].")));
// line 29
echo "
</th>
";
// line 31
if ( !(($context["properties_num_columns"] ?? null) > 1)) {
// line 32
echo " <th>";
echo PhpMyAdmin\Util::sortableTableHeader(_gettext("Type"), "type");
echo "</th>
<th>";
// line 33
echo PhpMyAdmin\Util::sortableTableHeader(_gettext("Collation"), "collation");
echo "</th>
";
}
// line 35
echo "
";
// line 36
if (($context["is_show_stats"] ?? null)) {
// line 37
echo " ";
// line 38
echo " <th>";
echo PhpMyAdmin\Util::sortableTableHeader(_gettext("Size"), "size", "DESC");
echo "</th>
";
// line 40
echo " <th>";
echo PhpMyAdmin\Util::sortableTableHeader(_gettext("Overhead"), "overhead", "DESC");
echo "</th>
";
}
// line 42
echo "
";
// line 43
if (($context["show_charset"] ?? null)) {
// line 44
echo " <th>";
echo PhpMyAdmin\Util::sortableTableHeader(_gettext("Charset"), "charset");
echo "</th>
";
}
// line 46
echo "
";
// line 47
if (($context["show_comment"] ?? null)) {
// line 48
echo " <th>";
echo PhpMyAdmin\Util::sortableTableHeader(_gettext("Comment"), "comment");
echo "</th>
";
}
// line 50
echo "
";
// line 51
if (($context["show_creation"] ?? null)) {
// line 52
echo " ";
// line 53
echo " <th>";
echo PhpMyAdmin\Util::sortableTableHeader(_gettext("Creation"), "creation", "DESC");
echo "</th>
";
}
// line 55
echo "
";
// line 56
if (($context["show_last_update"] ?? null)) {
// line 57
echo " ";
// line 58
echo " <th>";
echo PhpMyAdmin\Util::sortableTableHeader(_gettext("Last update"), "last_update", "DESC");
echo "</th>
";
}
// line 60
echo "
";
// line 61
if (($context["show_last_check"] ?? null)) {
// line 62
echo " ";
// line 63
echo " <th>";
echo PhpMyAdmin\Util::sortableTableHeader(_gettext("Last check"), "last_check", "DESC");
echo "</th>
";
}
// line 65
echo " </tr>
</thead>
<tbody>
";
// line 68
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(($context["structure_table_rows"] ?? null));
foreach ($context['_seq'] as $context["_key"] => $context["structure_table_row"]) {
// line 69
echo " ";
$this->loadTemplate("database/structure/structure_table_row.twig", "database/structure/table_header.twig", 69)->display(twig_to_array($context["structure_table_row"]));
// line 70
echo " ";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['structure_table_row'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 71
echo " </tbody>
";
// line 72
if (($context["body_for_table_summary"] ?? null)) {
// line 73
echo " ";
$this->loadTemplate("database/structure/body_for_table_summary.twig", "database/structure/table_header.twig", 73)->display(twig_to_array(($context["body_for_table_summary"] ?? null)));
// line 74
echo " ";
}
// line 75
echo "</table>
</div>
";
// line 77
if (($context["check_all_tables"] ?? null)) {
// line 78
echo " ";
$this->loadTemplate("database/structure/check_all_tables.twig", "database/structure/table_header.twig", 78)->display(twig_to_array(($context["check_all_tables"] ?? null)));
}
// line 80
echo "</form>
";
}
public function getTemplateName()
{
return "database/structure/table_header.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 233 => 80, 229 => 78, 227 => 77, 223 => 75, 220 => 74, 217 => 73, 215 => 72, 212 => 71, 206 => 70, 203 => 69, 199 => 68, 194 => 65, 188 => 63, 186 => 62, 184 => 61, 181 => 60, 175 => 58, 173 => 57, 171 => 56, 168 => 55, 162 => 53, 160 => 52, 158 => 51, 155 => 50, 149 => 48, 147 => 47, 144 => 46, 138 => 44, 136 => 43, 133 => 42, 127 => 40, 122 => 38, 120 => 37, 118 => 36, 115 => 35, 110 => 33, 105 => 32, 103 => 31, 99 => 29, 97 => 27, 93 => 26, 90 => 25, 87 => 23, 85 => 22, 80 => 21, 77 => 20, 74 => 19, 71 => 18, 68 => 17, 65 => 16, 62 => 15, 59 => 14, 57 => 13, 54 => 12, 48 => 10, 46 => 9, 42 => 8, 33 => 2, 30 => 1,);
}
/** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */
public function getSource()
{
@trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED);
return $this->getSourceContext()->getCode();
}
public function getSourceContext()
{
return new Source("", "database/structure/table_header.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/database/structure/table_header.twig");
}
}
b0/b0cc2f1ac5be95be27288dace5aa9b2aa6d84c4d17894188c5895a8070e5742e.php 0000644 00000005077 15152073666 0016636 0 ustar 00 <?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
/* database/structure/favorite_anchor.twig */
class __TwigTemplate_f50d22955c0f6b1baaf5fa2072e5caee9568525fb173df7427bdcacafd87180f extends \Twig\Template
{
public function __construct(Environment $env)
{
parent::__construct($env);
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
// line 1
echo "<a id=\"";
echo twig_escape_filter($this->env, ($context["table_name_hash"] ?? null), "html", null, true);
echo "_favorite_anchor\"
class=\"ajax favorite_table_anchor\"
href=\"db_structure.php";
// line 3
echo PhpMyAdmin\Url::getCommon(($context["fav_params"] ?? null));
echo "\"
title=\"";
// line 4
echo twig_escape_filter($this->env, ((($context["already_favorite"] ?? null)) ? (_gettext("Remove from Favorites")) : (_gettext("Add to Favorites"))), "html", null, true);
echo "\"
data-favtargets=\"";
// line 5
echo twig_escape_filter($this->env, ($context["db_table_name_hash"] ?? null), "html", null, true);
echo "\" >
";
// line 6
echo ((($context["already_favorite"] ?? null)) ? ($this->getAttribute(($context["titles"] ?? null), "Favorite", [], "array")) : ($this->getAttribute(($context["titles"] ?? null), "NoFavorite", [], "array")));
echo "
</a>
";
}
public function getTemplateName()
{
return "database/structure/favorite_anchor.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 48 => 6, 44 => 5, 40 => 4, 36 => 3, 30 => 1,);
}
/** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */
public function getSource()
{
@trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED);
return $this->getSourceContext()->getCode();
}
public function getSourceContext()
{
return new Source("", "database/structure/favorite_anchor.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/database/structure/favorite_anchor.twig");
}
}
b0/b09e5befdeec571d23efa809282673b69cca704a6b1b338a929a4f28cd337923.php 0000644 00000005403 15152073666 0016545 0 ustar 00 <?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
/* checkbox.twig */
class __TwigTemplate_3f913a2872f6c7053988b9cd198211164445f073590fd8a7275ecbdad168fcdb extends \Twig\Template
{
public function __construct(Environment $env)
{
parent::__construct($env);
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
// line 1
echo "<input type=\"checkbox\" name=\"";
echo twig_escape_filter($this->env, ($context["html_field_name"] ?? null), "html", null, true);
echo "\"";
// line 2
if ((isset($context["html_field_id"]) || array_key_exists("html_field_id", $context))) {
echo " id=\"";
echo twig_escape_filter($this->env, ($context["html_field_id"] ?? null), "html", null, true);
echo "\"";
}
// line 3
if (((isset($context["checked"]) || array_key_exists("checked", $context)) && ($context["checked"] ?? null))) {
echo " checked=\"checked\"";
}
// line 4
if (((isset($context["onclick"]) || array_key_exists("onclick", $context)) && ($context["onclick"] ?? null))) {
echo " class=\"autosubmit\"";
}
echo " /><label";
// line 5
if ((isset($context["html_field_id"]) || array_key_exists("html_field_id", $context))) {
echo " for=\"";
echo twig_escape_filter($this->env, ($context["html_field_id"] ?? null), "html", null, true);
echo "\"";
}
// line 6
echo ">";
echo twig_escape_filter($this->env, ($context["label"] ?? null), "html", null, true);
echo "</label>
";
}
public function getTemplateName()
{
return "checkbox.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 55 => 6, 49 => 5, 44 => 4, 40 => 3, 34 => 2, 30 => 1,);
}
/** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */
public function getSource()
{
@trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED);
return $this->getSourceContext()->getCode();
}
public function getSourceContext()
{
return new Source("", "checkbox.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/checkbox.twig");
}
}
65/65662d79d41c4fa59ea05f015cd891033b5ad7c495cdcc65c287577289c9208b.php 0000644 00000021223 15152073666 0016213 0 ustar 00 <?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
/* table/structure/table_structure_row.twig */
class __TwigTemplate_8e711750b2492531b1278af5b5eb53eb03c13bcd0f3a194366f65364c462fe66 extends \Twig\Template
{
public function __construct(Environment $env)
{
parent::__construct($env);
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
// line 1
echo "<td class=\"center print_ignore\">
<input type=\"checkbox\" class=\"checkall\" name=\"selected_fld[]\" value=\"";
// line 2
echo twig_escape_filter($this->env, $this->getAttribute(($context["row"] ?? null), "Field", [], "array"), "html", null, true);
echo "\" id=\"checkbox_row_";
echo twig_escape_filter($this->env, ($context["rownum"] ?? null), "html", null, true);
echo "\"/>
</td>
<td class=\"right\">";
// line 4
echo twig_escape_filter($this->env, ($context["rownum"] ?? null), "html", null, true);
echo "</td>
<th class=\"nowrap\">
<label for=\"checkbox_row_";
// line 6
echo twig_escape_filter($this->env, ($context["rownum"] ?? null), "html", null, true);
echo "\">
";
// line 7
echo ($context["displayed_field_name"] ?? null);
echo "
</label>
</th>
<td ";
// line 10
echo twig_escape_filter($this->env, ($context["type_nowrap"] ?? null), "html", null, true);
echo ">
<bdo dir=\"ltr\" lang=\"en\">
";
// line 12
echo $this->getAttribute(($context["extracted_columnspec"] ?? null), "displayed_type", [], "array");
echo "
";
// line 13
if ((((($context["relation_commwork"] ?? null) && ($context["relation_mimework"] ?? null)) && ($context["browse_mime"] ?? null)) && $this->getAttribute($this->getAttribute( // line 14
($context["mime_map"] ?? null), $this->getAttribute(($context["row"] ?? null), "Field", [], "array"), [], "array", false, true), "mimetype", [], "array", true, true))) {
// line 15
echo " <br />MIME: ";
echo twig_escape_filter($this->env, twig_lower_filter($this->env, twig_replace_filter($this->getAttribute($this->getAttribute(($context["mime_map"] ?? null), $this->getAttribute(($context["row"] ?? null), "Field", [], "array"), [], "array"), "mimetype", [], "array"), ["_" => "/"])), "html", null, true);
echo "
";
}
// line 17
echo " </bdo>
</td>
<td>
";
// line 20
if ( !twig_test_empty(($context["field_charset"] ?? null))) {
// line 21
echo " <dfn title=\"";
echo twig_escape_filter($this->env, PhpMyAdmin\Charsets::getCollationDescr(($context["field_charset"] ?? null)), "html", null, true);
echo "\">";
echo twig_escape_filter($this->env, ($context["field_charset"] ?? null), "html", null, true);
echo "</dfn>
";
}
// line 23
echo "</td>
<td class=\"column_attribute nowrap\">";
// line 24
echo twig_escape_filter($this->env, ($context["attribute"] ?? null), "html", null, true);
echo "</td>
<td>";
// line 25
echo twig_escape_filter($this->env, ((($this->getAttribute(($context["row"] ?? null), "Null", [], "array") == "YES")) ? (_gettext("Yes")) : (_gettext("No"))), "html", null, true);
echo "</td>
<td class=\"nowrap\">
";
// line 27
if ( !(null === $this->getAttribute(($context["row"] ?? null), "Default", [], "array"))) {
// line 28
echo " ";
if (($this->getAttribute(($context["extracted_columnspec"] ?? null), "type", [], "array") == "bit")) {
// line 29
echo " ";
echo twig_escape_filter($this->env, PhpMyAdmin\Util::convertBitDefaultValue($this->getAttribute(($context["row"] ?? null), "Default", [], "array")), "html", null, true);
echo "
";
} else {
// line 31
echo " ";
echo $this->getAttribute(($context["row"] ?? null), "Default", [], "array");
echo "
";
}
// line 33
echo " ";
} else {
// line 34
echo " <em>";
echo _pgettext( "None for default", "None");
echo "</em>
";
}
// line 36
echo "</td>
";
// line 37
if (($context["show_column_comments"] ?? null)) {
// line 38
echo " <td>
";
// line 39
echo twig_escape_filter($this->env, ($context["comments"] ?? null), "html", null, true);
echo "
</td>
";
}
// line 42
echo "<td class=\"nowrap\">";
echo twig_escape_filter($this->env, twig_upper_filter($this->env, $this->getAttribute(($context["row"] ?? null), "Extra", [], "array")), "html", null, true);
echo "</td>
";
// line 43
if (( !($context["tbl_is_view"] ?? null) && !($context["db_is_system_schema"] ?? null))) {
// line 44
echo " <td class=\"edit center print_ignore\">
<a class=\"change_column_anchor ajax\" href=\"tbl_structure.php";
// line 46
echo twig_escape_filter($this->env, ($context["url_query"] ?? null), "html", null, true);
echo "&field=";
echo twig_escape_filter($this->env, twig_urlencode_filter($this->getAttribute(($context["row"] ?? null), "Field", [], "array")), "html", null, true);
echo "&change_column=1\">
";
// line 47
echo $this->getAttribute(($context["titles"] ?? null), "Change", [], "array");
echo "
</a>
</td>
<td class=\"drop center print_ignore\">
<a class=\"drop_column_anchor ajax\" href=\"sql.php\" data-post=\"";
// line 51
echo twig_escape_filter($this->env, ($context["url_query"] ?? null), "html", null, true);
echo "&sql_query=";
// line 52
echo twig_escape_filter($this->env, twig_urlencode_filter((((("ALTER TABLE " . PhpMyAdmin\Util::backquote(($context["table"] ?? null))) . " DROP ") . PhpMyAdmin\Util::backquote($this->getAttribute( // line 53
($context["row"] ?? null), "Field", [], "array"))) . ";")), "html", null, true);
// line 54
echo "&dropped_column=";
echo twig_escape_filter($this->env, twig_urlencode_filter($this->getAttribute(($context["row"] ?? null), "Field", [], "array")), "html", null, true);
echo "&purge=1&message_to_show=";
// line 55
echo twig_escape_filter($this->env, twig_urlencode_filter(sprintf(_gettext("Column %s has been dropped."), twig_escape_filter($this->env, $this->getAttribute(($context["row"] ?? null), "Field", [], "array")))), "html", null, true);
echo "\">
";
// line 56
echo $this->getAttribute(($context["titles"] ?? null), "Drop", [], "array");
echo "
</a>
</td>
";
}
}
public function getTemplateName()
{
return "table/structure/table_structure_row.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 177 => 56, 173 => 55, 169 => 54, 167 => 53, 166 => 52, 163 => 51, 156 => 47, 150 => 46, 147 => 44, 145 => 43, 140 => 42, 134 => 39, 131 => 38, 129 => 37, 126 => 36, 120 => 34, 117 => 33, 111 => 31, 105 => 29, 102 => 28, 100 => 27, 95 => 25, 91 => 24, 88 => 23, 80 => 21, 78 => 20, 73 => 17, 67 => 15, 65 => 14, 64 => 13, 60 => 12, 55 => 10, 49 => 7, 45 => 6, 40 => 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("", "table/structure/table_structure_row.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/table/structure/table_structure_row.twig");
}
}
3a/3a3403102c36b2cc129411e2dcfe8867d03c083817e7f815b4a1f9a26113e2dd.php 0000644 00000034255 15152073666 0016213 0 ustar 00 <?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
/* console/display.twig */
class __TwigTemplate_2c0a392ada15e5e5040b51b3f7215fba555e0ac5c7b1724f92f8c16aeea55398 extends \Twig\Template
{
public function __construct(Environment $env)
{
parent::__construct($env);
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
// line 1
echo "<div id=\"pma_console_container\">
<div id=\"pma_console\">
";
// line 4
echo " ";
$this->loadTemplate("console/toolbar.twig", "console/display.twig", 4)->display(twig_to_array(["parent_div_classes" => "collapsed", "content_array" => [0 => [0 => "switch_button console_switch", 1 => _gettext("Console"), "image" => // line 7
($context["image"] ?? null)], 1 => [0 => "button clear", 1 => _gettext("Clear")], 2 => [0 => "button history", 1 => _gettext("History")], 3 => [0 => "button options", 1 => _gettext("Options")], 4 => (( // line 11
(isset($context["cfg_bookmark"]) || array_key_exists("cfg_bookmark", $context))) ? ([0 => "button bookmarks", 1 => _gettext("Bookmarks")]) : (null)), 5 => [0 => "button debug hide", 1 => _gettext("Debug SQL")]]]));
// line 15
echo " ";
// line 16
echo " <div class=\"content\">
<div class=\"console_message_container\">
<div class=\"message welcome\">
<span id=\"instructions-0\">
";
// line 20
echo _gettext("Press Ctrl+Enter to execute query");
// line 21
echo " </span>
<span class=\"hide\" id=\"instructions-1\">
";
// line 23
echo _gettext("Press Enter to execute query");
// line 24
echo " </span>
</div>
";
// line 26
if ( !twig_test_empty(($context["sql_history"] ?? null))) {
// line 27
echo " ";
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(twig_reverse_filter($this->env, ($context["sql_history"] ?? null)));
foreach ($context['_seq'] as $context["_key"] => $context["record"]) {
// line 28
echo " <div class=\"message history collapsed hide";
// line 29
echo ((preg_match("@^SELECT[[:space:]]+@i", $this->getAttribute($context["record"], "sqlquery", [], "array"))) ? (" select") : (""));
echo "\"
targetdb=\"";
// line 30
echo twig_escape_filter($this->env, $this->getAttribute($context["record"], "db", [], "array"), "html", null, true);
echo "\" targettable=\"";
echo twig_escape_filter($this->env, $this->getAttribute($context["record"], "table", [], "array"), "html", null, true);
echo "\">
";
// line 31
$this->loadTemplate("console/query_action.twig", "console/display.twig", 31)->display(twig_to_array(["parent_div_classes" => "action_content", "content_array" => [0 => [0 => "action collapse", 1 => _gettext("Collapse")], 1 => [0 => "action expand", 1 => _gettext("Expand")], 2 => [0 => "action requery", 1 => _gettext("Requery")], 3 => [0 => "action edit", 1 => _gettext("Edit")], 4 => [0 => "action explain", 1 => _gettext("Explain")], 5 => [0 => "action profiling", 1 => _gettext("Profiling")], 6 => (( // line 40
(isset($context["cfg_bookmark"]) || array_key_exists("cfg_bookmark", $context))) ? ([0 => "action bookmark", 1 => _gettext("Bookmark")]) : (null)), 7 => [0 => "text failed", 1 => _gettext("Query failed")], 8 => [0 => "text targetdb", 1 => _gettext("Database"), "extraSpan" => $this->getAttribute( // line 42
$context["record"], "db", [], "array")], 9 => [0 => "text query_time", 1 => _gettext("Queried time"), "extraSpan" => (($this->getAttribute( // line 46
$context["record"], "timevalue", [], "array", true, true)) ? ($this->getAttribute( // line 47
$context["record"], "timevalue", [], "array")) : (_gettext("During current session")))]]]));
// line 51
echo " <span class=\"query\">";
echo twig_escape_filter($this->env, $this->getAttribute($context["record"], "sqlquery", [], "array"), "html", null, true);
echo "</span>
</div>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['record'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 54
echo " ";
}
// line 55
echo " </div><!-- console_message_container -->
<div class=\"query_input\">
<span class=\"console_query_input\"></span>
</div>
</div><!-- message end -->
";
// line 61
echo " <div class=\"mid_layer\"></div>
";
// line 63
echo " <div class=\"card\" id=\"debug_console\">
";
// line 64
$this->loadTemplate("console/toolbar.twig", "console/display.twig", 64)->display(twig_to_array(["parent_div_classes" => "", "content_array" => [0 => [0 => "button order order_asc", 1 => _gettext("ascending")], 1 => [0 => "button order order_desc", 1 => _gettext("descending")], 2 => [0 => "text", 1 => _gettext("Order:")], 3 => [0 => "switch_button", 1 => _gettext("Debug SQL")], 4 => [0 => "button order_by sort_count", 1 => _gettext("Count")], 5 => [0 => "button order_by sort_exec", 1 => _gettext("Execution order")], 6 => [0 => "button order_by sort_time", 1 => _gettext("Time taken")], 7 => [0 => "text", 1 => _gettext("Order by:")], 8 => [0 => "button group_queries", 1 => _gettext("Group queries")], 9 => [0 => "button ungroup_queries", 1 => _gettext("Ungroup queries")]]]));
// line 79
echo " <div class=\"content debug\">
<div class=\"message welcome\"></div>
<div class=\"debugLog\"></div>
</div> <!-- Content -->
<div class=\"templates\">
";
// line 84
$this->loadTemplate("console/query_action.twig", "console/display.twig", 84)->display(twig_to_array(["parent_div_classes" => "debug_query action_content", "content_array" => [0 => [0 => "action collapse", 1 => _gettext("Collapse")], 1 => [0 => "action expand", 1 => _gettext("Expand")], 2 => [0 => "action dbg_show_trace", 1 => _gettext("Show trace")], 3 => [0 => "action dbg_hide_trace", 1 => _gettext("Hide trace")], 4 => [0 => "text count hide", 1 => _gettext("Count")], 5 => [0 => "text time", 1 => _gettext("Time taken")]]]));
// line 95
echo " </div> <!-- Template -->
</div> <!-- Debug SQL card -->
";
// line 97
if (($context["cfg_bookmark"] ?? null)) {
// line 98
echo " <div class=\"card\" id=\"pma_bookmarks\">
";
// line 99
$this->loadTemplate("console/toolbar.twig", "console/display.twig", 99)->display(twig_to_array(["parent_div_classes" => "", "content_array" => [0 => [0 => "switch_button", 1 => _gettext("Bookmarks")], 1 => [0 => "button refresh", 1 => _gettext("Refresh")], 2 => [0 => "button add", 1 => _gettext("Add")]]]));
// line 107
echo " <div class=\"content bookmark\">
";
// line 108
echo ($context["bookmark_content"] ?? null);
echo "
</div>
<div class=\"mid_layer\"></div>
<div class=\"card add\">
";
// line 112
$this->loadTemplate("console/toolbar.twig", "console/display.twig", 112)->display(twig_to_array(["parent_div_classes" => "", "content_array" => [0 => [0 => "switch_button", 1 => _gettext("Add bookmark")]]]));
// line 118
echo " <div class=\"content add_bookmark\">
<div class=\"options\">
<label>
";
// line 121
echo _gettext("Label");
echo ": <input type=\"text\" name=\"label\">
</label>
<label>
";
// line 124
echo _gettext("Target database");
echo ": <input type=\"text\" name=\"targetdb\">
</label>
<label>
<input type=\"checkbox\" name=\"shared\">";
// line 127
echo _gettext("Share this bookmark");
// line 128
echo " </label>
<button type=\"submit\" name=\"submit\">";
// line 129
echo _gettext("OK");
echo "</button>
</div> <!-- options -->
<div class=\"query_input\">
<span class=\"bookmark_add_input\"></span>
</div>
</div>
</div> <!-- Add bookmark card -->
</div> <!-- Bookmarks card -->
";
}
// line 138
echo " ";
// line 139
echo " <div class=\"card\" id=\"pma_console_options\">
";
// line 140
$this->loadTemplate("console/toolbar.twig", "console/display.twig", 140)->display(twig_to_array(["parent_div_classes" => "", "content_array" => [0 => [0 => "switch_button", 1 => _gettext("Options")], 1 => [0 => "button default", 1 => _gettext("Set default")]]]));
// line 147
echo " <div class=\"content\">
<label>
<input type=\"checkbox\" name=\"always_expand\">";
// line 149
echo _gettext("Always expand query messages");
// line 150
echo " </label>
<br>
<label>
<input type=\"checkbox\" name=\"start_history\">";
// line 153
echo _gettext("Show query history at start");
// line 154
echo " </label>
<br>
<label>
<input type=\"checkbox\" name=\"current_query\">";
// line 157
echo _gettext("Show current browsing query");
// line 158
echo " </label>
<br>
<label>
<input type=\"checkbox\" name=\"enter_executes\">
";
// line 162
echo _gettext("Execute queries on Enter and insert new line with Shift + Enter. To make this permanent, view settings.");
// line 165
echo " </label>
<br>
<label>
<input type=\"checkbox\" name=\"dark_theme\">";
// line 168
echo _gettext("Switch to dark theme");
// line 169
echo " </label>
<br>
</div>
</div> <!-- Options card -->
<div class=\"templates\">
";
// line 175
echo " ";
$this->loadTemplate("console/query_action.twig", "console/display.twig", 175)->display(twig_to_array(["parent_div_classes" => "query_actions", "content_array" => [0 => [0 => "action collapse", 1 => _gettext("Collapse")], 1 => [0 => "action expand", 1 => _gettext("Expand")], 2 => [0 => "action requery", 1 => _gettext("Requery")], 3 => [0 => "action edit", 1 => _gettext("Edit")], 4 => [0 => "action explain", 1 => _gettext("Explain")], 5 => [0 => "action profiling", 1 => _gettext("Profiling")], 6 => (( // line 184
(isset($context["cfg_bookmark"]) || array_key_exists("cfg_bookmark", $context))) ? ([0 => "action bookmark", 1 => _gettext("Bookmark")]) : (null)), 7 => [0 => "text failed", 1 => _gettext("Query failed")], 8 => [0 => "text targetdb", 1 => _gettext("Database"), "extraSpan" => ""], 9 => [0 => "text query_time", 1 => _gettext("Queried time"), "extraSpan" => ""]]]));
// line 190
echo " </div>
</div> <!-- #console end -->
</div> <!-- #console_container end -->
";
}
public function getTemplateName()
{
return "console/display.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 231 => 190, 229 => 184, 227 => 175, 220 => 169, 218 => 168, 213 => 165, 211 => 162, 205 => 158, 203 => 157, 198 => 154, 196 => 153, 191 => 150, 189 => 149, 185 => 147, 183 => 140, 180 => 139, 178 => 138, 166 => 129, 163 => 128, 161 => 127, 155 => 124, 149 => 121, 144 => 118, 142 => 112, 135 => 108, 132 => 107, 130 => 99, 127 => 98, 125 => 97, 121 => 95, 119 => 84, 112 => 79, 110 => 64, 107 => 63, 104 => 61, 97 => 55, 94 => 54, 84 => 51, 82 => 47, 81 => 46, 80 => 42, 79 => 40, 78 => 31, 72 => 30, 68 => 29, 66 => 28, 61 => 27, 59 => 26, 55 => 24, 53 => 23, 49 => 21, 47 => 20, 41 => 16, 39 => 15, 37 => 11, 36 => 7, 34 => 4, 30 => 1,);
}
/** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */
public function getSource()
{
@trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED);
return $this->getSourceContext()->getCode();
}
public function getSourceContext()
{
return new Source("", "console/display.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/console/display.twig");
}
}
ac/ac3f4ebbec886d9d4de90f9126e2e9fc76168a6e0a5e451cf67d370db6981c41.php 0000644 00000007550 15152073666 0017015 0 ustar 00 <?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
/* config/form_display/fieldset_top.twig */
class __TwigTemplate_1b38cd8d2c2d5dbe579496fabf57a9d8d9c6dc1a1910022e636d319441c7fe57 extends \Twig\Template
{
public function __construct(Environment $env)
{
parent::__construct($env);
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
// line 1
echo "<fieldset";
// line 2
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(($context["attributes"] ?? null));
foreach ($context['_seq'] as $context["key"] => $context["value"]) {
// line 3
echo " ";
echo twig_escape_filter($this->env, $context["key"], "html", null, true);
echo "=\"";
echo twig_escape_filter($this->env, $context["value"], "html", null, true);
echo "\"";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['key'], $context['value'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 4
echo ">
<legend>";
// line 5
echo twig_escape_filter($this->env, ($context["title"] ?? null), "html", null, true);
echo "</legend>
";
// line 6
if ( !twig_test_empty(($context["description"] ?? null))) {
// line 7
echo " <p>";
echo ($context["description"] ?? null);
echo "</p>
";
}
// line 10
if ((twig_test_iterable(($context["errors"] ?? null)) && (twig_length_filter($this->env, ($context["errors"] ?? null)) > 0))) {
// line 11
echo " <dl class=\"errors\">
";
// line 12
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(($context["errors"] ?? null));
foreach ($context['_seq'] as $context["_key"] => $context["error"]) {
// line 13
echo " <dd>";
echo twig_escape_filter($this->env, $context["error"], "html", null, true);
echo "</dd>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['error'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 15
echo " </dl>
";
}
// line 17
echo "<table width=\"100%\" cellspacing=\"0\">
";
}
public function getTemplateName()
{
return "config/form_display/fieldset_top.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 83 => 17, 79 => 15, 70 => 13, 66 => 12, 63 => 11, 61 => 10, 55 => 7, 53 => 6, 49 => 5, 46 => 4, 36 => 3, 32 => 2, 30 => 1,);
}
/** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */
public function getSource()
{
@trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED);
return $this->getSourceContext()->getCode();
}
public function getSourceContext()
{
return new Source("", "config/form_display/fieldset_top.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/config/form_display/fieldset_top.twig");
}
}