b4b9aaea9dac879728444b39966cadf564e96bc79623176d67ea195c452598b2.php 0000644 00000011000 14721256763 0016060 0 ustar 00 parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
// line 1
echo "
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 " 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 "
";
}
// line 31
echo "
";
}
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");
}
}
b49d1f62959abd552e7abd70c3e42287d6abc15a9565703e59530ea780addf78.php 0000644 00000006426 14721256763 0016201 0 ustar 00 parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
// line 1
echo "
|
";
}
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");
}
}