Linux unitednationsplay.com 3.10.0-1160.45.1.el7.x86_64 #1 SMP Wed Oct 13 17:20:51 UTC 2021 x86_64
nginx/1.20.1
Server IP : 188.130.139.92 & Your IP : 3.141.29.119
Domains :
Cant Read [ /etc/named.conf ]
User : web
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
home /
www /
wb /
var /
cache /
prod /
twig /
54 /
Delete
Unzip
Name
Size
Permission
Date
Action
5488bfb6c1751c1559878d62df6e66ff5a2a859a24580f1343401db347be0f76.php
13.34
KB
-rw-rw-r--
2022-12-09 22:56
Save
Rename
<?php use Twig\Environment; use Twig\Error\LoaderError; use Twig\Error\RuntimeError; use Twig\Extension\SandboxExtension; 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; /* @JMSSerializer/Collector/panel.html.twig */ class __TwigTemplate_f3c57bff3b8dabb88942d568046f4f607c472dfed584c6c4efdf1cea798007d9 extends Template { private $source; private $macros = []; public function __construct(Environment $env) { parent::__construct($env); $this->source = $this->getSourceContext(); $this->blocks = [ 'toolbar' => [$this, 'block_toolbar'], 'head' => [$this, 'block_head'], 'menu' => [$this, 'block_menu'], 'panel' => [$this, 'block_panel'], ]; } protected function doGetParent(array $context) { // line 1 return "@WebProfiler/Profiler/layout.html.twig"; } protected function doDisplay(array $context, array $blocks = []) { $macros = $this->macros; $this->parent = $this->loadTemplate("@WebProfiler/Profiler/layout.html.twig", "@JMSSerializer/Collector/panel.html.twig", 1); $this->parent->display($context, array_merge($this->blocks, $blocks)); } // line 3 public function block_toolbar($context, array $blocks = []) { $macros = $this->macros; // line 5 ob_start(function () { return ''; }); // line 6 echo twig_include($this->env, $context, "@JMSSerializer/icon.svg"); echo " <span class=\"sf-toolbar-label\">S:</span>"; // line 7 echo twig_escape_filter($this->env, twig_length_filter($this->env, twig_get_attribute($this->env, $this->source, ($context["collector"] ?? null), "runs", [0 => 1], "method", false, false, false, 7)), "html", null, true); echo " <span class=\"sf-toolbar-label\">D:</span>"; // line 8 echo twig_escape_filter($this->env, twig_length_filter($this->env, twig_get_attribute($this->env, $this->source, ($context["collector"] ?? null), "runs", [0 => 2], "method", false, false, false, 8)), "html", null, true); $context["icon"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset()); // line 11 ob_start(function () { return ''; }); // line 12 echo "<div class=\"sf-toolbar-info-piece\"> <b>Serializations</b> <span class=\"sf-toolbar-status\">"; // line 14 echo twig_escape_filter($this->env, twig_length_filter($this->env, twig_get_attribute($this->env, $this->source, ($context["collector"] ?? null), "runs", [0 => 1], "method", false, false, false, 14)), "html", null, true); echo "</span> </div> <div class=\"sf-toolbar-info-piece\"> <b>Deserializations</b> <span class=\"sf-toolbar-status\">"; // line 18 echo twig_escape_filter($this->env, twig_length_filter($this->env, twig_get_attribute($this->env, $this->source, ($context["collector"] ?? null), "runs", [0 => 2], "method", false, false, false, 18)), "html", null, true); echo "</span> </div> <div class=\"sf-toolbar-info-piece\"> <b>Listeners</b> <span class=\"sf-toolbar-status\">"; // line 22 echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, ($context["collector"] ?? null), "getNumListeners", [0 => "called"], "method", false, false, false, 22), "html", null, true); echo "</span> </div> <div class=\"sf-toolbar-info-piece\"> <b>Handlers</b> <span class=\"sf-toolbar-status\">"; // line 26 echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, ($context["collector"] ?? null), "getNumHandlers", [0 => "called"], "method", false, false, false, 26), "html", null, true); echo "</span> </div> <div class=\"sf-toolbar-info-piece\"> <b>Metadata</b> <span class=\"sf-toolbar-status "; // line 30 echo (((1 === twig_compare(twig_length_filter($this->env, twig_get_attribute($this->env, $this->source, ($context["collector"] ?? null), "loadedMetadata", [], "any", false, false, false, 30)), 0))) ? ("sf-toolbar-status-none") : ("")); echo "\">"; echo twig_escape_filter($this->env, twig_length_filter($this->env, twig_get_attribute($this->env, $this->source, ($context["collector"] ?? null), "loadedMetadata", [], "any", false, false, false, 30)), "html", null, true); echo "</span> </div>"; $context["text"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset()); // line 34 $this->loadTemplate("@WebProfiler/Profiler/toolbar_item.html.twig", "@JMSSerializer/Collector/panel.html.twig", 34)->display(twig_array_merge($context, ["link" => ($context["profiler_url"] ?? null)])); } // line 37 public function block_head($context, array $blocks = []) { $macros = $this->macros; // line 38 echo "<style> "; // line 39 echo twig_include($this->env, $context, "@JMSSerializer/Collector/style/jms.css.twig"); echo " </style> <style> .margin-left { margin-left: 10px; } .margin-top { margin-top: 10px; } .margin-bottom { margin-bottom: 10px; } </style> <script type=\"text/javascript\"> "; // line 55 echo twig_include($this->env, $context, "@JMSSerializer/Collector/script/jms.js.twig"); echo " </script> "; // line 57 $this->displayParentBlock("head", $context, $blocks); } // line 60 public function block_menu($context, array $blocks = []) { $macros = $this->macros; // line 62 echo " "; $context["total"] = (twig_length_filter($this->env, twig_get_attribute($this->env, $this->source, ($context["collector"] ?? null), "runs", [0 => 1], "method", false, false, false, 62)) + twig_length_filter($this->env, twig_get_attribute($this->env, $this->source, ($context["collector"] ?? null), "runs", [0 => 2], "method", false, false, false, 62))); // line 63 echo " <span class=\"label "; echo (((0 === twig_compare(($context["total"] ?? null), 0))) ? ("disabled") : ("")); echo "\"> <span class=\"icon\"> "; // line 65 echo twig_include($this->env, $context, "@JMSSerializer/icon.svg"); echo " </span> <strong>JMS Serializer</strong> <span class=\"count\"> <span>"; // line 70 echo twig_escape_filter($this->env, ($context["total"] ?? null), "html", null, true); echo "</span> </span> </span>"; } // line 76 public function block_panel($context, array $blocks = []) { $macros = $this->macros; // line 77 echo "<h2>JMS Serializer</h2> <div class=\"metrics\"> <div class=\"metric\"> <span class=\"value\">"; // line 81 echo twig_escape_filter($this->env, twig_length_filter($this->env, twig_get_attribute($this->env, $this->source, ($context["collector"] ?? null), "runs", [0 => 1], "method", false, false, false, 81)), "html", null, true); echo "</span> <span class=\"label\">Serializations</span> </div> <div class=\"metric\"> <span class=\"value\">"; // line 85 echo twig_escape_filter($this->env, twig_length_filter($this->env, twig_get_attribute($this->env, $this->source, ($context["collector"] ?? null), "runs", [0 => 2], "method", false, false, false, 85)), "html", null, true); echo "</span> <span class=\"label\">Deserializations</span> </div> <div class=\"metric-divider\"></div> <div class=\"metric\"> <span class=\"value\">"; // line 90 echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["collector"] ?? null), "triggeredEvents", [], "any", false, false, false, 90), "count", [], "any", false, false, false, 90), "html", null, true); echo "</span> <span class=\"label\">Triggered event listeners</span> </div> <div class=\"metric\"> <span class=\"value\">"; // line 94 echo twig_escape_filter($this->env, twig_round(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["collector"] ?? null), "triggeredEvents", [], "any", false, false, false, 94), "duration", [], "any", false, false, false, 94), 2), "html", null, true); echo " <span class=\"unit\">ms</span></span> <span class=\"label\">Triggered event listeners (time)</span> </div> </div> <div class=\"sf-tabs\"> <div class=\"tab\"> <h3 class=\"tab-title jms-toggle\" data-toggle=\"#jms-events\"> Events <span class=\"badge\"> "; // line 104 echo twig_escape_filter($this->env, twig_length_filter($this->env, twig_get_attribute($this->env, $this->source, ($context["collector"] ?? null), "triggeredListeners", [], "any", false, false, false, 104)), "html", null, true); echo " ("; // line 105 echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, ($context["collector"] ?? null), "getNumListeners", [0 => "called"], "method", false, false, false, 105), "html", null, true); echo " listeners) </span> </h3> <div class=\"tab-content\"> <p class=\"help\">Triggered event listeners</p> <div id=\"jms-events\">"; // line 115 $this->loadTemplate("@JMSSerializer/Collector/events.html.twig", "@JMSSerializer/Collector/panel.html.twig", 115)->display($context); // line 116 echo "</div> </div> </div> <div class=\"tab\"> <h3 class=\"tab-title jms-toggle\" data-toggle=\"#jms-handlers\"> Handlers <span class=\"badge\"> "; // line 124 echo twig_escape_filter($this->env, twig_length_filter($this->env, twig_get_attribute($this->env, $this->source, ($context["collector"] ?? null), "triggeredHandlers", [], "any", false, false, false, 124)), "html", null, true); echo " ("; // line 125 echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, ($context["collector"] ?? null), "getNumHandlers", [0 => "called"], "method", false, false, false, 125), "html", null, true); echo " types) </span> </h3> <div class=\"tab-content\"> <p class=\"help\">Triggered event handlers</p> <div id=\"jms-handlers\">"; // line 133 $this->loadTemplate("@JMSSerializer/Collector/handlers.html.twig", "@JMSSerializer/Collector/panel.html.twig", 133)->display($context); // line 134 echo "</div> </div> </div> <div class=\"tab\"> <h3 class=\"tab-title\"> Metadata <span class=\"badge "; // line 141 echo (((1 === twig_compare(twig_length_filter($this->env, twig_get_attribute($this->env, $this->source, ($context["collector"] ?? null), "loadedMetadata", [], "any", false, false, false, 141)), 0))) ? ("status-info") : ("")); echo "\">"; // line 142 echo twig_escape_filter($this->env, twig_length_filter($this->env, twig_get_attribute($this->env, $this->source, ($context["collector"] ?? null), "loadedMetadata", [], "any", false, false, false, 142)), "html", null, true); // line 143 echo "</span> </h3> <div class=\"tab-content\"> <p class=\"help\">Loaded metadata</p> <div id=\"jms-metadata\">"; // line 150 $this->loadTemplate("@JMSSerializer/Collector/metadata.html.twig", "@JMSSerializer/Collector/panel.html.twig", 150)->display($context); // line 151 echo "</div> </div> </div> </div>"; } public function getTemplateName() { return "@JMSSerializer/Collector/panel.html.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 288 => 151, 286 => 150, 278 => 143, 276 => 142, 273 => 141, 264 => 134, 262 => 133, 252 => 125, 248 => 124, 238 => 116, 236 => 115, 224 => 105, 220 => 104, 207 => 94, 200 => 90, 192 => 85, 185 => 81, 179 => 77, 175 => 76, 167 => 70, 159 => 65, 153 => 63, 150 => 62, 146 => 60, 142 => 57, 137 => 55, 118 => 39, 115 => 38, 111 => 37, 107 => 34, 100 => 30, 93 => 26, 86 => 22, 79 => 18, 72 => 14, 68 => 12, 66 => 11, 63 => 8, 59 => 7, 55 => 6, 53 => 5, 49 => 3, 38 => 1,); } public function getSourceContext() { return new Source("", "@JMSSerializer/Collector/panel.html.twig", "/home/www/wb/vendor/jms/serializer-bundle/Resources/views/Collector/panel.html.twig"); } }