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/ajax.html.twig */
class __TwigTemplate_c335ee85c3b194c8bbe15f124c826b54d7a9706cbe8f1a06337aeb8f0789a4ad 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/ajax.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_4b53ab77fc76bc099608700381864c00cd4c3f06191943215499c3e319fbe7c8 = $this->env->getExtension("Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension");
$__internal_4b53ab77fc76bc099608700381864c00cd4c3f06191943215499c3e319fbe7c8->enter($__internal_4b53ab77fc76bc099608700381864c00cd4c3f06191943215499c3e319fbe7c8_prof = new Twig_Profiler_Profile($this->getTemplateName(), "template", "@WebProfiler/Collector/ajax.html.twig"));
$__internal_7d4c28ba017c3ec898b0da429e8aa6e7a5f5fae733976bf1cc79690b6cc3385f = $this->env->getExtension("Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension");
$__internal_7d4c28ba017c3ec898b0da429e8aa6e7a5f5fae733976bf1cc79690b6cc3385f->enter($__internal_7d4c28ba017c3ec898b0da429e8aa6e7a5f5fae733976bf1cc79690b6cc3385f_prof = new Twig_Profiler_Profile($this->getTemplateName(), "template", "@WebProfiler/Collector/ajax.html.twig"));
$this->parent->display($context, array_merge($this->blocks, $blocks));
$__internal_4b53ab77fc76bc099608700381864c00cd4c3f06191943215499c3e319fbe7c8->leave($__internal_4b53ab77fc76bc099608700381864c00cd4c3f06191943215499c3e319fbe7c8_prof);
$__internal_7d4c28ba017c3ec898b0da429e8aa6e7a5f5fae733976bf1cc79690b6cc3385f->leave($__internal_7d4c28ba017c3ec898b0da429e8aa6e7a5f5fae733976bf1cc79690b6cc3385f_prof);
}
// line 3
public function block_toolbar($context, array $blocks = array())
{
$__internal_deffe78e00b6961546c54dd3cba9a57bda6a5fe2307eaaacf2fa5b67f623acdc = $this->env->getExtension("Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension");
$__internal_deffe78e00b6961546c54dd3cba9a57bda6a5fe2307eaaacf2fa5b67f623acdc->enter($__internal_deffe78e00b6961546c54dd3cba9a57bda6a5fe2307eaaacf2fa5b67f623acdc_prof = new Twig_Profiler_Profile($this->getTemplateName(), "block", "toolbar"));
$__internal_435a68a4f5ffd2e57a092e48ced4dae489a044728dd6d4e8e7d860aadcdf3137 = $this->env->getExtension("Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension");
$__internal_435a68a4f5ffd2e57a092e48ced4dae489a044728dd6d4e8e7d860aadcdf3137->enter($__internal_435a68a4f5ffd2e57a092e48ced4dae489a044728dd6d4e8e7d860aadcdf3137_prof = new Twig_Profiler_Profile($this->getTemplateName(), "block", "toolbar"));
// line 4
echo " ";
ob_start();
// line 5
echo " ";
echo twig_include($this->env, $context, "@WebProfiler/Icon/ajax.svg");
echo "
<span class=\"sf-toolbar-value sf-toolbar-ajax-request-counter\">0</span>
";
$context["icon"] = ('' === $tmp = ob_get_clean()) ? '' : new Twig_Markup($tmp, $this->env->getCharset());
// line 8
echo "
";
// line 9
$context["text"] = ('' === $tmp = " <div class=\"sf-toolbar-info-piece\">
<b class=\"sf-toolbar-ajax-info\"></b>
</div>
<div class=\"sf-toolbar-info-piece\">
<table class=\"sf-toolbar-ajax-requests\">
<thead>
<tr>
<th>Method</th>
<th>Type</th>
<th>Status</th>
<th>URL</th>
<th>Time</th>
<th>Profile</th>
</tr>
</thead>
<tbody class=\"sf-toolbar-ajax-request-list\"></tbody>
</table>
</div>
") ? '' : new Twig_Markup($tmp, $this->env->getCharset());
// line 29
echo "
";
// line 30
echo twig_include($this->env, $context, "@WebProfiler/Profiler/toolbar_item.html.twig", array("link" => false));
echo "
";
$__internal_435a68a4f5ffd2e57a092e48ced4dae489a044728dd6d4e8e7d860aadcdf3137->leave($__internal_435a68a4f5ffd2e57a092e48ced4dae489a044728dd6d4e8e7d860aadcdf3137_prof);
$__internal_deffe78e00b6961546c54dd3cba9a57bda6a5fe2307eaaacf2fa5b67f623acdc->leave($__internal_deffe78e00b6961546c54dd3cba9a57bda6a5fe2307eaaacf2fa5b67f623acdc_prof);
}
public function getTemplateName()
{
return "@WebProfiler/Collector/ajax.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 85 => 30, 82 => 29, 62 => 9, 59 => 8, 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 %}
{{ include('@WebProfiler/Icon/ajax.svg') }}
<span class=\"sf-toolbar-value sf-toolbar-ajax-request-counter\">0</span>
{% endset %}
{% set text %}
<div class=\"sf-toolbar-info-piece\">
<b class=\"sf-toolbar-ajax-info\"></b>
</div>
<div class=\"sf-toolbar-info-piece\">
<table class=\"sf-toolbar-ajax-requests\">
<thead>
<tr>
<th>Method</th>
<th>Type</th>
<th>Status</th>
<th>URL</th>
<th>Time</th>
<th>Profile</th>
</tr>
</thead>
<tbody class=\"sf-toolbar-ajax-request-list\"></tbody>
</table>
</div>
{% endset %}
{{ include('@WebProfiler/Profiler/toolbar_item.html.twig', { link: false }) }}
{% endblock %}
", "@WebProfiler/Collector/ajax.html.twig", "/var/www/clients/client1/web14/web/vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Collector/ajax.html.twig");
}
}