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

"; // line 4 echo \PhpMyAdmin\Html\Generator::getImage("s_vars"); echo " "; // line 5 echo _gettext("Server variables and settings"); // line 6 echo " "; echo \PhpMyAdmin\Html\MySQLDocumentation::show("server_system_variables"); echo "

"; // line 10 if ( !twig_test_empty(($context["variables"] ?? null))) { // line 11 echo " "; // line 12 echo \PhpMyAdmin\Html\Generator::getIcon("b_save", _gettext("Save")); echo " "; // line 15 echo \PhpMyAdmin\Html\Generator::getIcon("b_close", _gettext("Cancel")); echo " "; // line 17 echo \PhpMyAdmin\Html\Generator::getImage("b_help", _gettext("Documentation"), ["class" => "hide", "id" => "docImage"]); // line 20 echo " "; // line 22 $this->loadTemplate("filter.twig", "server/variables/index.twig", 22)->display(twig_to_array(["filter_value" => // line 23 ($context["filter_value"] ?? null)])); // line 25 echo "
"; // line 37 $context['_parent'] = $context; $context['_seq'] = twig_ensure_traversable(($context["variables"] ?? null)); foreach ($context['_seq'] as $context["_key"] => $context["variable"]) { // line 38 echo " env, twig_upper_filter($this->env, twig_get_attribute($this->env, $this->source, $context["variable"], "name", [], "any", false, false, false, 38)), "html", null, true); echo "\"> "; // line 66 if (twig_get_attribute($this->env, $this->source, $context["variable"], "has_session_value", [], "any", false, false, false, 66)) { // line 67 echo " env, twig_upper_filter($this->env, twig_get_attribute($this->env, $this->source, $context["variable"], "name", [], "any", false, false, false, 67)), "html", null, true); echo "\"> "; } // line 73 echo " "; } $_parent = $context['_parent']; unset($context['_seq'], $context['_iterated'], $context['_key'], $context['variable'], $context['_parent'], $context['loop']); $context = array_intersect_key($context, $_parent) + $_parent; // line 74 echo "
"; // line 30 echo _gettext("Action"); echo " "; // line 31 echo _gettext("Variable"); echo " "; // line 32 echo _gettext("Value"); echo "
"; // line 40 if (twig_get_attribute($this->env, $this->source, $context["variable"], "is_editable", [], "any", false, false, false, 40)) { // line 41 echo " env, twig_get_attribute($this->env, $this->source, $context["variable"], "name", [], "any", false, false, false, 41), "html", null, true); echo "\" class=\"editLink\">"; echo \PhpMyAdmin\Html\Generator::getIcon("b_edit", _gettext("Edit")); echo " "; } else { // line 43 echo " "; // line 44 echo \PhpMyAdmin\Html\Generator::getIcon("bd_edit", _gettext("Edit")); echo " "; } // line 47 echo " "; // line 49 if ((twig_get_attribute($this->env, $this->source, $context["variable"], "doc_link", [], "any", false, false, false, 49) != null)) { // line 50 echo " env, twig_replace_filter(twig_get_attribute($this->env, $this->source, $context["variable"], "name", [], "any", false, false, false, 50), ["_" => " "]), "html", null, true); echo "\"> "; // line 51 echo twig_get_attribute($this->env, $this->source, $context["variable"], "doc_link", [], "any", false, false, false, 51); echo " "; } else { // line 54 echo " "; echo twig_escape_filter($this->env, twig_replace_filter(twig_get_attribute($this->env, $this->source, $context["variable"], "name", [], "any", false, false, false, 54), ["_" => " "]), "html", null, true); echo " "; } // line 56 echo " "; // line 58 if (twig_get_attribute($this->env, $this->source, $context["variable"], "is_escaped", [], "any", false, false, false, 58)) { // line 59 echo " "; echo twig_get_attribute($this->env, $this->source, $context["variable"], "value", [], "any", false, false, false, 59); echo " "; } else { // line 61 echo " "; echo twig_replace_filter(twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["variable"], "value", [], "any", false, false, false, 61)), ["," => ",​"]); echo " "; } // line 63 echo "
"; // line 69 echo twig_escape_filter($this->env, twig_replace_filter(twig_get_attribute($this->env, $this->source, $context["variable"], "name", [], "any", false, false, false, 69), ["_" => " "]), "html", null, true); echo " ("; echo _gettext("Session value"); echo ") "; // line 70 echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["variable"], "session_value", [], "any", false, false, false, 70), "html", null, true); echo "
"; } else { // line 80 echo " "; echo call_user_func_array($this->env->getFilter('error')->getCallable(), [sprintf(_gettext("Not enough privilege to view server variables and settings. %s"), PhpMyAdmin\Html\Generator::linkToVarDocumentation("show_compatibility_56", // line 81 ($context["is_mariadb"] ?? null)))]); // line 82 echo " "; } } public function getTemplateName() { return "server/variables/index.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 222 => 82, 220 => 81, 218 => 80, 210 => 74, 204 => 73, 198 => 70, 192 => 69, 186 => 67, 184 => 66, 179 => 63, 173 => 61, 167 => 59, 165 => 58, 161 => 57, 158 => 56, 152 => 54, 146 => 51, 141 => 50, 139 => 49, 135 => 47, 129 => 44, 124 => 43, 116 => 41, 114 => 40, 108 => 38, 104 => 37, 96 => 32, 92 => 31, 88 => 30, 81 => 25, 79 => 23, 78 => 22, 74 => 20, 72 => 17, 67 => 15, 61 => 12, 58 => 11, 56 => 10, 48 => 6, 46 => 5, 42 => 4, 37 => 1,); } public function getSourceContext() { return new Source("", "server/variables/index.twig", "/usr/local/www/phpMyAdmin/templates/server/variables/index.twig"); } }