/home/techb158/tmp/pma_template_compiles_techb158/twig/4d
NameSizeModeActions
4d450dfd1f1440d044d32411d1a69351.php68670644editdlrm
Edit: /home/techb158/tmp/pma_template_compiles_techb158/twig/4d/4d450dfd1f1440d044d32411d1a69351.php (6867B)
source = $this->getSourceContext(); $this->parent = false; $this->blocks = [ ]; } protected function doDisplay(array $context, array $blocks = []) { $macros = $this->macros; // line 1 yield "

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

"; // line 8 if ( !Twig\Extension\CoreExtension::testEmpty(($context["items"] ?? null))) { // line 9 yield "
"; // line 28 yield PhpMyAdmin\Html\Generator::getImage("b_search", _gettext("Search")); yield "
"; } // line 33 yield " ($context["db"] ?? null), "table" => ($context["table"] ?? null), "add_item" => true]); yield "\" role=\"button\""; yield (( !($context["has_privilege"] ?? null)) ? (" tabindex=\"-1\" aria-disabled=\"true\"") : ("")); yield "> "; // line 36 yield PhpMyAdmin\Html\Generator::getIcon("b_routine_add", _gettext("Create new routine")); yield "
"; // line 42 yield PhpMyAdmin\Url::getHiddenInputs(($context["db"] ?? null), ($context["table"] ?? null)); yield "
"; // line 45 yield $this->env->getFilter('notice')->getCallable()(_gettext("There are no routines to display.")); yield "
"; // line 59 $context['_parent'] = $context; $context['_seq'] = CoreExtension::ensureTraversable(range(0, 7)); foreach ($context['_seq'] as $context["_key"] => $context["i"]) { yield ""; } $_parent = $context['_parent']; unset($context['_seq'], $context['_iterated'], $context['_key'], $context['i'], $context['_parent'], $context['loop']); $context = array_intersect_key($context, $_parent) + $_parent; yield ""; // line 61 yield ($context["rows"] ?? null); yield "
"; yield _gettext("Name"); // line 52 yield " "; yield _gettext("Type"); // line 53 yield " "; yield _gettext("Returns"); // line 54 yield "
"; return; yield ''; } /** * @codeCoverageIgnore */ public function getTemplateName() { return "database/routines/index.twig"; } /** * @codeCoverageIgnore */ public function isTraitable() { return false; } /** * @codeCoverageIgnore */ public function getDebugInfo() { return array ( 177 => 61, 167 => 59, 160 => 54, 156 => 53, 152 => 52, 144 => 48, 138 => 45, 134 => 44, 129 => 42, 125 => 41, 117 => 36, 109 => 35, 105 => 34, 102 => 33, 95 => 29, 90 => 28, 80 => 21, 77 => 20, 71 => 18, 68 => 17, 62 => 14, 54 => 9, 52 => 8, 46 => 4, 42 => 3, 38 => 1,); } public function getSourceContext() { return new Source("", "database/routines/index.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/database/routines/index.twig"); } }