Server IP : 66.29.132.122 / Your IP : 18.119.255.85 Web Server : LiteSpeed System : Linux business142.web-hosting.com 4.18.0-553.lve.el8.x86_64 #1 SMP Mon May 27 15:27:34 UTC 2024 x86_64 User : admazpex ( 531) PHP Version : 7.2.34 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/admazpex/tmp/pma_template_compiles_admazpex/twig/f1/ |
Upload File : |
<?php use Twig\Environment; use Twig\Error\LoaderError; use Twig\Error\RuntimeError; use Twig\Markup; use Twig\Sandbox\SecurityError; use Twig\Sandbox\SecurityNotAllowedTagError; use Twig\Sandbox\SecurityNotAllowedFilterError; use Twig\Sandbox\SecurityNotAllowedFunctionError; use Twig\Source; use Twig\Template; /* server/engines/engines.twig */ class __TwigTemplate_ba8040084ba63cd5e7d02586dab87f99c44f370c7aa9242808fc12de95fbd8c1 extends \Twig\Template { public function __construct(Environment $env) { parent::__construct($env); $this->parent = false; $this->blocks = [ ]; } protected function doDisplay(array $context, array $blocks = []) { // line 1 echo "<table class=\"noclick\"> <thead> <tr> <th>"; // line 4 echo _gettext("Storage Engine"); echo "</th> <th>"; // line 5 echo _gettext("Description"); echo "</th> </tr> </thead> <tbody> "; // line 9 $context['_parent'] = $context; $context['_seq'] = twig_ensure_traversable(($context["engines"] ?? null)); foreach ($context['_seq'] as $context["engine"] => $context["details"]) { // line 10 echo " <tr class=\""; // line 11 echo (((($this->getAttribute($context["details"], "Support", [], "array") == "NO") || ($this->getAttribute($context["details"], "Support", [], "array") == "DISABLED"))) ? (" disabled") : ("")); echo " "; // line 12 echo ((($this->getAttribute($context["details"], "Support", [], "array") == "DEFAULT")) ? (" marked") : ("")); echo "\"> <td> <a rel=\"newpage\" href=\"server_engines.php"; // line 14 echo PhpMyAdmin\Url::getCommon(["engine" => $context["engine"]]); echo "\"> "; // line 15 echo twig_escape_filter($this->env, $this->getAttribute($context["details"], "Engine", [], "array"), "html", null, true); echo " </a> </td> <td>"; // line 18 echo twig_escape_filter($this->env, $this->getAttribute($context["details"], "Comment", [], "array"), "html", null, true); echo "</td> </tr> "; } $_parent = $context['_parent']; unset($context['_seq'], $context['_iterated'], $context['engine'], $context['details'], $context['_parent'], $context['loop']); $context = array_intersect_key($context, $_parent) + $_parent; // line 21 echo " </tbody> </table> "; } public function getTemplateName() { return "server/engines/engines.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 80 => 21, 71 => 18, 65 => 15, 61 => 14, 56 => 12, 52 => 11, 50 => 10, 46 => 9, 39 => 5, 35 => 4, 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/engines/engines.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/server/engines/engines.twig"); } }