芝麻web文件管理V1.00
编辑当前文件:/home/krishnamexports/tmp/pma_template_compiles_krishnamexports/twig/31/317c8816ee34910f2c19f0c2bd6f261441aea2562acc0463975f80a4f0ed98a9.php
parent = false; $this->blocks = [ ]; } protected function doDisplay(array $context, array $blocks = []) { // line 1 echo "
"; // line 3 echo PhpMyAdmin\Url::getHiddenInputs(($context["db"] ?? null), ($context["table"] ?? null)); echo "
env, ($context["is_browse_distinct"] ?? null), "html", null, true); echo "\" />
env, ($context["max_rows"] ?? null), "html", null, true)))); echo "\" />
env, ($context["goto"] ?? null), "html", null, true); echo "\" />
env, ($context["unique_id"] ?? null), "html", null, true); echo "\" class=\"showAllRows\""; // line 10 echo ((($context["showing_all"] ?? null)) ? (" checked=\"checked\"") : ("")); echo " value=\"all\" />
env, ($context["unique_id"] ?? null), "html", null, true); echo "\">"; echo _gettext("Show all"); 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"); } }