f2e5c67b47964fdb956df5d98da12e38.php000064400000011542150040245150011751 0ustar00source = $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::getImage("s_asci"); echo " "; echo _gettext("Character sets and collations"); // line 5 echo "

"; // line 7 $context['_parent'] = $context; $context['_seq'] = twig_ensure_traversable(($context["charsets"] ?? null)); foreach ($context['_seq'] as $context["_key"] => $context["charset"]) { // line 8 echo "
"; // line 10 echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["charset"], "name", [], "any", false, false, false, 10), "html", null, true); echo "
"; // line 11 echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["charset"], "description", [], "any", false, false, false, 11), "html", null, true); echo "
"; } $_parent = $context['_parent']; unset($context['_seq'], $context['_iterated'], $context['_key'], $context['charset'], $context['_parent'], $context['loop']); $context = array_intersect_key($context, $_parent) + $_parent; // line 32 echo "
"; } public function getTemplateName() { return "server/collations/index.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 112 => 32, 104 => 29, 95 => 25, 89 => 23, 87 => 22, 81 => 19, 77 => 18, 72 => 15, 68 => 14, 62 => 11, 58 => 10, 54 => 8, 50 => 7, 46 => 5, 41 => 3, 37 => 1,); } public function getSourceContext() { return new Source("", "server/collations/index.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/server/collations/index.twig"); } }