parent = false; $this->blocks = [ ]; } protected function doDisplay(array $context, array $blocks = []) { // line 1 echo "
"; // line 2 echo PhpMyAdmin\Url::getHiddenInputs(($context["url_params"] ?? null)); echo "
"; // line 5 echo _gettext("Select binary log to view"); // line 6 echo " "; // line 7 $context["full_size"] = 0; // line 8 echo " "; // line 20 echo twig_escape_filter($this->env, twig_length_filter($this->env, ($context["binary_logs"] ?? null)), "html", null, true); echo " "; // line 21 echo _gettext("Files"); echo ", "; // line 22 if ((($context["full_size"] ?? null) > 0)) { // line 23 echo " "; echo twig_escape_filter($this->env, twig_join_filter(PhpMyAdmin\Util::formatByteDown(($context["full_size"] ?? null)), " "), "html", null, true); echo " "; } // line 25 echo "
"; } public function getTemplateName() { return "server/binlog/log_selector.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 107 => 27, 103 => 25, 97 => 23, 95 => 22, 91 => 21, 87 => 20, 84 => 19, 77 => 17, 74 => 16, 72 => 15, 67 => 14, 65 => 13, 61 => 12, 57 => 11, 53 => 10, 49 => 9, 46 => 8, 44 => 7, 41 => 6, 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("", "server/binlog/log_selector.twig", "/usr/local/www/phpMyAdmin/templates/server/binlog/log_selector.twig"); } }