芝麻web文件管理V1.00
编辑当前文件:/home/krishnamexports/tmp/pma_template_compiles_krishnamexports/twig/ad/ad22a164dbc437a50e569bf36029ff7096009c662da03e754b5dcce0a22ed880.php
parent = false; $this->blocks = [ ]; } protected function doDisplay(array $context, array $blocks = []) { // line 1 echo "
"; // line 2 echo _gettext("Output:"); echo "
"; // line 7 echo _gettext("Rename exported databases/tables/columns"); // line 8 echo "
"; // line 11 if ((($context["export_type"] ?? null) != "server")) { // line 12 echo "
"; // line 17 echo sprintf(_gettext("Use %s statement"), "
LOCK TABLES
"); echo "
"; } // line 21 echo "
"; // line 26 echo _gettext("Save output to a file"); // line 27 echo "
"; // 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 "
"; // line 47 echo ($context["options_output_radio"] ?? null); echo "
"; // line 51 echo sprintf(_gettext("Skip tables larger than %s MiB"), "
"); // line 53 echo "
"; } 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"); } }