Initial commit

This commit is contained in:
2019-11-20 07:44:43 +01:00
commit 5bf49c4a81
41188 changed files with 5459177 additions and 0 deletions

View File

@@ -0,0 +1,154 @@
<?php
/* @WebProfiler/Collector/memory.html.twig */
class __TwigTemplate_b87c8a6579706bee6cd8b1f0c96b473d0d054130d05d4c15c40106c14ec13f48 extends Twig_Template
{
public function __construct(Twig_Environment $env)
{
parent::__construct($env);
// line 1
$this->parent = $this->loadTemplate("@WebProfiler/Profiler/layout.html.twig", "@WebProfiler/Collector/memory.html.twig", 1);
$this->blocks = array(
'toolbar' => array($this, 'block_toolbar'),
);
}
protected function doGetParent(array $context)
{
return "@WebProfiler/Profiler/layout.html.twig";
}
protected function doDisplay(array $context, array $blocks = array())
{
$__internal_284fd52675e07c09c25f89139182ba1cfcf91273cfed97a78c34d52e8d82ba65 = $this->env->getExtension("Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension");
$__internal_284fd52675e07c09c25f89139182ba1cfcf91273cfed97a78c34d52e8d82ba65->enter($__internal_284fd52675e07c09c25f89139182ba1cfcf91273cfed97a78c34d52e8d82ba65_prof = new Twig_Profiler_Profile($this->getTemplateName(), "template", "@WebProfiler/Collector/memory.html.twig"));
$__internal_46984fca2a0454dc6117cdeae56deb0055c88aa8d2f607c82e1f7f2a1fcd4163 = $this->env->getExtension("Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension");
$__internal_46984fca2a0454dc6117cdeae56deb0055c88aa8d2f607c82e1f7f2a1fcd4163->enter($__internal_46984fca2a0454dc6117cdeae56deb0055c88aa8d2f607c82e1f7f2a1fcd4163_prof = new Twig_Profiler_Profile($this->getTemplateName(), "template", "@WebProfiler/Collector/memory.html.twig"));
$this->parent->display($context, array_merge($this->blocks, $blocks));
$__internal_284fd52675e07c09c25f89139182ba1cfcf91273cfed97a78c34d52e8d82ba65->leave($__internal_284fd52675e07c09c25f89139182ba1cfcf91273cfed97a78c34d52e8d82ba65_prof);
$__internal_46984fca2a0454dc6117cdeae56deb0055c88aa8d2f607c82e1f7f2a1fcd4163->leave($__internal_46984fca2a0454dc6117cdeae56deb0055c88aa8d2f607c82e1f7f2a1fcd4163_prof);
}
// line 3
public function block_toolbar($context, array $blocks = array())
{
$__internal_072958647f6113312a210ebd66be7f2b148a51237a8c0f067a7988f1f29ed095 = $this->env->getExtension("Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension");
$__internal_072958647f6113312a210ebd66be7f2b148a51237a8c0f067a7988f1f29ed095->enter($__internal_072958647f6113312a210ebd66be7f2b148a51237a8c0f067a7988f1f29ed095_prof = new Twig_Profiler_Profile($this->getTemplateName(), "block", "toolbar"));
$__internal_940cb08a2210534b606da56441c8d92817b02687da4b8257789cad3f04eae4ba = $this->env->getExtension("Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension");
$__internal_940cb08a2210534b606da56441c8d92817b02687da4b8257789cad3f04eae4ba->enter($__internal_940cb08a2210534b606da56441c8d92817b02687da4b8257789cad3f04eae4ba_prof = new Twig_Profiler_Profile($this->getTemplateName(), "block", "toolbar"));
// line 4
echo " ";
ob_start();
// line 5
echo " ";
$context["status_color"] = ((((($this->getAttribute(($context["collector"] ?? $this->getContext($context, "collector")), "memory", array()) / 1024) / 1024) > 50)) ? ("yellow") : (""));
// line 6
echo " ";
echo twig_include($this->env, $context, "@WebProfiler/Icon/memory.svg");
echo "
<span class=\"sf-toolbar-value\">";
// line 7
echo twig_escape_filter($this->env, sprintf("%.1f", (($this->getAttribute(($context["collector"] ?? $this->getContext($context, "collector")), "memory", array()) / 1024) / 1024)), "html", null, true);
echo "</span>
<span class=\"sf-toolbar-label\">MB</span>
";
$context["icon"] = ('' === $tmp = ob_get_clean()) ? '' : new Twig_Markup($tmp, $this->env->getCharset());
// line 10
echo "
";
// line 11
ob_start();
// line 12
echo " <div class=\"sf-toolbar-info-piece\">
<b>Peak memory usage</b>
<span>";
// line 14
echo twig_escape_filter($this->env, sprintf("%.1f", (($this->getAttribute(($context["collector"] ?? $this->getContext($context, "collector")), "memory", array()) / 1024) / 1024)), "html", null, true);
echo " MB</span>
</div>
<div class=\"sf-toolbar-info-piece\">
<b>PHP memory limit</b>
<span>";
// line 19
echo twig_escape_filter($this->env, ((($this->getAttribute(($context["collector"] ?? $this->getContext($context, "collector")), "memoryLimit", array()) == -1)) ? ("Unlimited") : (sprintf("%.0f MB", (($this->getAttribute(($context["collector"] ?? $this->getContext($context, "collector")), "memoryLimit", array()) / 1024) / 1024)))), "html", null, true);
echo "</span>
</div>
";
$context["text"] = ('' === $tmp = ob_get_clean()) ? '' : new Twig_Markup($tmp, $this->env->getCharset());
// line 22
echo "
";
// line 23
echo twig_include($this->env, $context, "@WebProfiler/Profiler/toolbar_item.html.twig", array("link" => ($context["profiler_url"] ?? $this->getContext($context, "profiler_url")), "name" => "time", "status" => ($context["status_color"] ?? $this->getContext($context, "status_color"))));
echo "
";
$__internal_940cb08a2210534b606da56441c8d92817b02687da4b8257789cad3f04eae4ba->leave($__internal_940cb08a2210534b606da56441c8d92817b02687da4b8257789cad3f04eae4ba_prof);
$__internal_072958647f6113312a210ebd66be7f2b148a51237a8c0f067a7988f1f29ed095->leave($__internal_072958647f6113312a210ebd66be7f2b148a51237a8c0f067a7988f1f29ed095_prof);
}
public function getTemplateName()
{
return "@WebProfiler/Collector/memory.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 92 => 23, 89 => 22, 83 => 19, 75 => 14, 71 => 12, 69 => 11, 66 => 10, 60 => 7, 55 => 6, 52 => 5, 49 => 4, 40 => 3, 11 => 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 Twig_Source("{% extends '@WebProfiler/Profiler/layout.html.twig' %}
{% block toolbar %}
{% set icon %}
{% set status_color = (collector.memory / 1024 / 1024) > 50 ? 'yellow' : '' %}
{{ include('@WebProfiler/Icon/memory.svg') }}
<span class=\"sf-toolbar-value\">{{ '%.1f'|format(collector.memory / 1024 / 1024) }}</span>
<span class=\"sf-toolbar-label\">MB</span>
{% endset %}
{% set text %}
<div class=\"sf-toolbar-info-piece\">
<b>Peak memory usage</b>
<span>{{ '%.1f'|format(collector.memory / 1024 / 1024) }} MB</span>
</div>
<div class=\"sf-toolbar-info-piece\">
<b>PHP memory limit</b>
<span>{{ collector.memoryLimit == -1 ? 'Unlimited' : '%.0f MB'|format(collector.memoryLimit / 1024 / 1024) }}</span>
</div>
{% endset %}
{{ include('@WebProfiler/Profiler/toolbar_item.html.twig', { link: profiler_url, name: 'time', status: status_color }) }}
{% endblock %}
", "@WebProfiler/Collector/memory.html.twig", "/var/www/clients/client1/web14/web/vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Collector/memory.html.twig");
}
}