芝麻web文件管理V1.00
编辑当前文件:/home/krishnamexports/tmp/pma_template_compiles_krishnamexports/twig/6d/6d7f8059e9b20f76916a175316d7c40d0bad97e6a6c56aef4c677d81f2a2b64f.php
parent = false; $this->blocks = [ ]; } protected function doDisplay(array $context, array $blocks = []) { // line 1 echo "
"; // line 2 echo _gettext("Rows:"); echo "
"; // line 7 echo _gettext("Dump some row(s)"); echo "
"; // line 10 echo _gettext("Number of rows:"); echo "
env, ($context["limit_to"] ?? null), "html", null, true); echo " "; } elseif (( !twig_test_empty( // line 15 ($context["unlim_num_rows"] ?? null)) && (($context["unlim_num_rows"] ?? null) != 0))) { // line 16 echo " "; echo twig_escape_filter($this->env, ($context["unlim_num_rows"] ?? null), "html", null, true); echo " "; } else { // line 18 echo " "; echo twig_escape_filter($this->env, ($context["number_of_rows"] ?? null), "html", null, true); echo " "; } // line 20 echo " "; $___internal_141ad1a69e8c2b55d7c930a93cdd34a27ce71e28f9589266ce0f78a7c9aad9c9_ = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset()); // line 12 echo twig_spaceless($___internal_141ad1a69e8c2b55d7c930a93cdd34a27ce71e28f9589266ce0f78a7c9aad9c9_); // line 20 echo "\" onfocus=\"this.select()\">
"; // line 23 echo _gettext("Row to begin at:"); echo "
env, ($context["limit_from"] ?? null), "html", null, true))) : (print (0))); echo "\" onfocus=\"this.select()\">
"; // line 32 echo _gettext("Dump all rows"); echo "
"; } public function getTemplateName() { return "display/export/options_rows.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 103 => 32, 99 => 31, 91 => 25, 87 => 23, 82 => 20, 80 => 12, 77 => 20, 71 => 18, 65 => 16, 63 => 15, 58 => 14, 55 => 13, 53 => 12, 49 => 10, 43 => 7, 39 => 6, 33 => 2, 30 => 1,); } /** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */ public function getSource() { @trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED); return $this->getSourceContext()->getCode(); } public function getSourceContext() { return new Source("", "display/export/options_rows.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/display/export/options_rows.twig"); } }