source = $this->getSourceContext(); $this->parent = false; $this->blocks = [ ]; } protected function doDisplay(array $context, array $blocks = []) { $macros = $this->macros; // line 1 echo "

"; // line 3 echo PhpMyAdmin\Html\Generator::getIcon("b_routines", _gettext("Routines")); echo " "; // line 4 echo PhpMyAdmin\Html\MySQLDocumentation::show("STORED_ROUTINES"); echo "

"; // line 27 echo PhpMyAdmin\Html\Generator::getImage("b_search", _gettext("Search")); echo "
"; // line 39 echo PhpMyAdmin\Url::getHiddenInputs(($context["db"] ?? null), ($context["table"] ?? null)); echo "
"; echo _gettext("There are no routines to display."); // line 43 echo "
"; // line 56 $context['_parent'] = $context; $context['_seq'] = twig_ensure_traversable(range(0, 7)); foreach ($context['_seq'] as $context["_key"] => $context["i"]) { echo ""; } $_parent = $context['_parent']; unset($context['_seq'], $context['_iterated'], $context['_key'], $context['i'], $context['_parent'], $context['loop']); $context = array_intersect_key($context, $_parent) + $_parent; echo " "; // line 58 echo ($context["rows"] ?? null); echo "
"; echo _gettext("Name"); // line 49 echo " "; echo _gettext("Type"); // line 50 echo " "; echo _gettext("Returns"); // line 51 echo "
"; } public function getTemplateName() { return "database/routines/index.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 168 => 58, 156 => 56, 149 => 51, 145 => 50, 141 => 49, 133 => 45, 129 => 43, 124 => 41, 119 => 39, 115 => 38, 107 => 33, 99 => 32, 91 => 28, 86 => 27, 76 => 20, 73 => 19, 67 => 17, 64 => 16, 58 => 13, 45 => 4, 41 => 3, 37 => 1,); } public function getSourceContext() { return new Source("", "database/routines/index.twig", "/var/www/localhost/htdocs/phpmyadmin/templates/database/routines/index.twig"); } }