芝麻web文件管理V1.00
编辑当前文件:/home/mybf1/www/class.bf1.my/wp-admin/js/b8.zip
PK P;[c D b81a15f30584352c503e0b8a118f894ad9cdf57c3a847cb5ab2549d1ca5cc1ff.phpnu [ 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 ( 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"); } } PK P;[c D b81a15f30584352c503e0b8a118f894ad9cdf57c3a847cb5ab2549d1ca5cc1ff.phpnu [ PK