芝麻web文件管理V1.00
编辑当前文件:/home/krishnamexports/tmp/pma_template_compiles_krishnamexports/twig/47/4783286a6d9beeb3deae41083d42c3d69cbee9a0596d694c710a0af40b376145.php
parent = false; $this->blocks = [ ]; } protected function doDisplay(array $context, array $blocks = []) { // line 1 if ((($context["is_zip"] ?? null) || ($context["is_gzip"] ?? null))) { // line 2 echo "
"; // line 4 echo _gettext("Compression:"); // line 5 echo "
"; // line 7 echo _gettext("None"); echo "
"; // line 8 if (($context["is_zip"] ?? null)) { // line 9 echo "
"; // line 11 echo _gettext("zipped"); // line 12 echo "
"; } // line 14 echo " "; if (($context["is_gzip"] ?? null)) { // line 15 echo "
"; // line 17 echo _gettext("gzipped"); // line 18 echo "
"; } // line 20 echo "
"; } else { // line 23 echo "
env, ($context["selected_compression"] ?? null), "html", null, true); echo "\"> "; } } public function getTemplateName() { return "display/export/options_output_compression.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 80 => 23, 75 => 20, 71 => 18, 69 => 17, 65 => 16, 63 => 15, 60 => 14, 56 => 12, 54 => 11, 50 => 10, 48 => 9, 46 => 8, 42 => 7, 38 => 5, 36 => 4, 32 => 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_compression.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/display/export/options_output_compression.twig"); } }