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,405 @@
<?php
/* @Debug/Profiler/dump.html.twig */
class __TwigTemplate_4573e021c7b3f39ca7176916d52bb53694c158f7f2c42fb693374926d2557f74 extends Twig_Template
{
public function __construct(Twig_Environment $env)
{
parent::__construct($env);
// line 1
$this->parent = $this->loadTemplate("@WebProfiler/Profiler/layout.html.twig", "@Debug/Profiler/dump.html.twig", 1);
$this->blocks = array(
'toolbar' => array($this, 'block_toolbar'),
'menu' => array($this, 'block_menu'),
'panel' => array($this, 'block_panel'),
);
}
protected function doGetParent(array $context)
{
return "@WebProfiler/Profiler/layout.html.twig";
}
protected function doDisplay(array $context, array $blocks = array())
{
$__internal_123935db1da3d6cd8b387754d2ce841666b5d5b34cc659c74ff9182a963d0d04 = $this->env->getExtension("Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension");
$__internal_123935db1da3d6cd8b387754d2ce841666b5d5b34cc659c74ff9182a963d0d04->enter($__internal_123935db1da3d6cd8b387754d2ce841666b5d5b34cc659c74ff9182a963d0d04_prof = new Twig_Profiler_Profile($this->getTemplateName(), "template", "@Debug/Profiler/dump.html.twig"));
$__internal_d4d565018120c557a7fdde9711b0dac660e78835157cfa4de495c76d7ce46f18 = $this->env->getExtension("Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension");
$__internal_d4d565018120c557a7fdde9711b0dac660e78835157cfa4de495c76d7ce46f18->enter($__internal_d4d565018120c557a7fdde9711b0dac660e78835157cfa4de495c76d7ce46f18_prof = new Twig_Profiler_Profile($this->getTemplateName(), "template", "@Debug/Profiler/dump.html.twig"));
$this->parent->display($context, array_merge($this->blocks, $blocks));
$__internal_123935db1da3d6cd8b387754d2ce841666b5d5b34cc659c74ff9182a963d0d04->leave($__internal_123935db1da3d6cd8b387754d2ce841666b5d5b34cc659c74ff9182a963d0d04_prof);
$__internal_d4d565018120c557a7fdde9711b0dac660e78835157cfa4de495c76d7ce46f18->leave($__internal_d4d565018120c557a7fdde9711b0dac660e78835157cfa4de495c76d7ce46f18_prof);
}
// line 3
public function block_toolbar($context, array $blocks = array())
{
$__internal_5a61ec51e439a9ef5c292214a91a7bd179dbdb3602dff2f401387e7dee2c3257 = $this->env->getExtension("Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension");
$__internal_5a61ec51e439a9ef5c292214a91a7bd179dbdb3602dff2f401387e7dee2c3257->enter($__internal_5a61ec51e439a9ef5c292214a91a7bd179dbdb3602dff2f401387e7dee2c3257_prof = new Twig_Profiler_Profile($this->getTemplateName(), "block", "toolbar"));
$__internal_e5adaac6b4b48c335bc4ab583bfc91038027db1b0d4e1cba353ec272dcee7435 = $this->env->getExtension("Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension");
$__internal_e5adaac6b4b48c335bc4ab583bfc91038027db1b0d4e1cba353ec272dcee7435->enter($__internal_e5adaac6b4b48c335bc4ab583bfc91038027db1b0d4e1cba353ec272dcee7435_prof = new Twig_Profiler_Profile($this->getTemplateName(), "block", "toolbar"));
// line 4
echo " ";
if ($this->getAttribute(($context["collector"] ?? $this->getContext($context, "collector")), "dumpsCount", array())) {
// line 5
echo " ";
ob_start();
// line 6
echo " ";
echo twig_include($this->env, $context, "@Debug/Profiler/icon.svg");
echo "
<span class=\"sf-toolbar-value\">";
// line 7
echo twig_escape_filter($this->env, $this->getAttribute(($context["collector"] ?? $this->getContext($context, "collector")), "dumpsCount", array()), "html", null, true);
echo "</span>
";
$context["icon"] = ('' === $tmp = ob_get_clean()) ? '' : new Twig_Markup($tmp, $this->env->getCharset());
// line 9
echo "
";
// line 10
ob_start();
// line 11
echo " ";
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable($this->getAttribute(($context["collector"] ?? $this->getContext($context, "collector")), "getDumps", array(0 => "html"), "method"));
foreach ($context['_seq'] as $context["_key"] => $context["dump"]) {
// line 12
echo " <div class=\"sf-toolbar-info-piece\">
<span>
";
// line 14
if ($this->getAttribute($context["dump"], "file", array())) {
// line 15
echo " ";
$context["link"] = $this->env->getExtension('Symfony\Bridge\Twig\Extension\CodeExtension')->getFileLink($this->getAttribute($context["dump"], "file", array()), $this->getAttribute($context["dump"], "line", array()));
// line 16
echo " ";
if (($context["link"] ?? $this->getContext($context, "link"))) {
// line 17
echo " <a href=\"";
echo twig_escape_filter($this->env, ($context["link"] ?? $this->getContext($context, "link")), "html", null, true);
echo "\" title=\"";
echo twig_escape_filter($this->env, $this->getAttribute($context["dump"], "file", array()), "html", null, true);
echo "\">";
echo twig_escape_filter($this->env, $this->getAttribute($context["dump"], "name", array()), "html", null, true);
echo "</a>
";
} else {
// line 19
echo " <abbr title=\"";
echo twig_escape_filter($this->env, $this->getAttribute($context["dump"], "file", array()), "html", null, true);
echo "\">";
echo twig_escape_filter($this->env, $this->getAttribute($context["dump"], "name", array()), "html", null, true);
echo "</abbr>
";
}
// line 21
echo " ";
} else {
// line 22
echo " ";
echo twig_escape_filter($this->env, $this->getAttribute($context["dump"], "name", array()), "html", null, true);
echo "
";
}
// line 24
echo " </span>
<span class=\"sf-toolbar-file-line\">line ";
// line 25
echo twig_escape_filter($this->env, $this->getAttribute($context["dump"], "line", array()), "html", null, true);
echo "</span>
";
// line 27
echo $this->getAttribute($context["dump"], "data", array());
echo "
</div>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['dump'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 30
echo " ";
$context["text"] = ('' === $tmp = ob_get_clean()) ? '' : new Twig_Markup($tmp, $this->env->getCharset());
// line 31
echo "
";
// line 32
echo twig_include($this->env, $context, "@WebProfiler/Profiler/toolbar_item.html.twig", array("link" => true));
echo "
";
}
$__internal_e5adaac6b4b48c335bc4ab583bfc91038027db1b0d4e1cba353ec272dcee7435->leave($__internal_e5adaac6b4b48c335bc4ab583bfc91038027db1b0d4e1cba353ec272dcee7435_prof);
$__internal_5a61ec51e439a9ef5c292214a91a7bd179dbdb3602dff2f401387e7dee2c3257->leave($__internal_5a61ec51e439a9ef5c292214a91a7bd179dbdb3602dff2f401387e7dee2c3257_prof);
}
// line 36
public function block_menu($context, array $blocks = array())
{
$__internal_9e1e4454b12ff91b45a80f0e2fbcd41c032a45f6cb67b8309b668d63e5957f52 = $this->env->getExtension("Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension");
$__internal_9e1e4454b12ff91b45a80f0e2fbcd41c032a45f6cb67b8309b668d63e5957f52->enter($__internal_9e1e4454b12ff91b45a80f0e2fbcd41c032a45f6cb67b8309b668d63e5957f52_prof = new Twig_Profiler_Profile($this->getTemplateName(), "block", "menu"));
$__internal_0c5cd71ed922b70f4f406c626b4855c846fb3f5bc513fedc065ea3908cbfdc29 = $this->env->getExtension("Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension");
$__internal_0c5cd71ed922b70f4f406c626b4855c846fb3f5bc513fedc065ea3908cbfdc29->enter($__internal_0c5cd71ed922b70f4f406c626b4855c846fb3f5bc513fedc065ea3908cbfdc29_prof = new Twig_Profiler_Profile($this->getTemplateName(), "block", "menu"));
// line 37
echo " <span class=\"label ";
echo ((($this->getAttribute(($context["collector"] ?? $this->getContext($context, "collector")), "dumpsCount", array()) == 0)) ? ("disabled") : (""));
echo "\">
<span class=\"icon\">";
// line 38
echo twig_include($this->env, $context, "@Debug/Profiler/icon.svg");
echo "</span>
<strong>Debug</strong>
</span>
";
$__internal_0c5cd71ed922b70f4f406c626b4855c846fb3f5bc513fedc065ea3908cbfdc29->leave($__internal_0c5cd71ed922b70f4f406c626b4855c846fb3f5bc513fedc065ea3908cbfdc29_prof);
$__internal_9e1e4454b12ff91b45a80f0e2fbcd41c032a45f6cb67b8309b668d63e5957f52->leave($__internal_9e1e4454b12ff91b45a80f0e2fbcd41c032a45f6cb67b8309b668d63e5957f52_prof);
}
// line 43
public function block_panel($context, array $blocks = array())
{
$__internal_6b215041bd82c0ee5962411c9b8168fd5cf01efd8bfd812dbf43424a246f633a = $this->env->getExtension("Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension");
$__internal_6b215041bd82c0ee5962411c9b8168fd5cf01efd8bfd812dbf43424a246f633a->enter($__internal_6b215041bd82c0ee5962411c9b8168fd5cf01efd8bfd812dbf43424a246f633a_prof = new Twig_Profiler_Profile($this->getTemplateName(), "block", "panel"));
$__internal_b113fec4b7763839bc068f9337e2660d8ac82bd6d23ca672c7aac5fb5b0b682b = $this->env->getExtension("Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension");
$__internal_b113fec4b7763839bc068f9337e2660d8ac82bd6d23ca672c7aac5fb5b0b682b->enter($__internal_b113fec4b7763839bc068f9337e2660d8ac82bd6d23ca672c7aac5fb5b0b682b_prof = new Twig_Profiler_Profile($this->getTemplateName(), "block", "panel"));
// line 44
echo " <h2>Dumped Contents</h2>
";
// line 46
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable($this->getAttribute(($context["collector"] ?? $this->getContext($context, "collector")), "getDumps", array(0 => "html"), "method"));
$context['_iterated'] = false;
$context['loop'] = array(
'parent' => $context['_parent'],
'index0' => 0,
'index' => 1,
'first' => true,
);
if (is_array($context['_seq']) || (is_object($context['_seq']) && $context['_seq'] instanceof Countable)) {
$length = count($context['_seq']);
$context['loop']['revindex0'] = $length - 1;
$context['loop']['revindex'] = $length;
$context['loop']['length'] = $length;
$context['loop']['last'] = 1 === $length;
}
foreach ($context['_seq'] as $context["_key"] => $context["dump"]) {
// line 47
echo " <div class=\"sf-dump sf-reset\">
<span class=\"metadata\">In
";
// line 49
if ($this->getAttribute($context["dump"], "line", array())) {
// line 50
echo " ";
$context["link"] = $this->env->getExtension('Symfony\Bridge\Twig\Extension\CodeExtension')->getFileLink($this->getAttribute($context["dump"], "file", array()), $this->getAttribute($context["dump"], "line", array()));
// line 51
echo " ";
if (($context["link"] ?? $this->getContext($context, "link"))) {
// line 52
echo " <a href=\"";
echo twig_escape_filter($this->env, ($context["link"] ?? $this->getContext($context, "link")), "html", null, true);
echo "\" title=\"";
echo twig_escape_filter($this->env, $this->getAttribute($context["dump"], "file", array()), "html", null, true);
echo "\">";
echo twig_escape_filter($this->env, $this->getAttribute($context["dump"], "name", array()), "html", null, true);
echo "</a>
";
} else {
// line 54
echo " <abbr title=\"";
echo twig_escape_filter($this->env, $this->getAttribute($context["dump"], "file", array()), "html", null, true);
echo "\">";
echo twig_escape_filter($this->env, $this->getAttribute($context["dump"], "name", array()), "html", null, true);
echo "</abbr>
";
}
// line 56
echo " ";
} else {
// line 57
echo " ";
echo twig_escape_filter($this->env, $this->getAttribute($context["dump"], "name", array()), "html", null, true);
echo "
";
}
// line 59
echo " line <a class=\"text-small sf-toggle\" data-toggle-selector=\"#sf-trace-";
echo twig_escape_filter($this->env, $this->getAttribute($context["loop"], "index0", array()), "html", null, true);
echo "\">";
echo twig_escape_filter($this->env, $this->getAttribute($context["dump"], "line", array()), "html", null, true);
echo "</a>:
</span>
<div class=\"sf-dump-compact hidden\" id=\"sf-trace-";
// line 62
echo twig_escape_filter($this->env, $this->getAttribute($context["loop"], "index0", array()), "html", null, true);
echo "\">
<div class=\"trace\">
";
// line 64
echo (($this->getAttribute($context["dump"], "fileExcerpt", array())) ? ($this->getAttribute($context["dump"], "fileExcerpt", array())) : ($this->env->getExtension('Symfony\Bridge\Twig\Extension\CodeExtension')->fileExcerpt($this->getAttribute($context["dump"], "file", array()), $this->getAttribute($context["dump"], "line", array()))));
echo "
</div>
</div>
";
// line 68
echo $this->getAttribute($context["dump"], "data", array());
echo "
</div>
";
$context['_iterated'] = true;
++$context['loop']['index0'];
++$context['loop']['index'];
$context['loop']['first'] = false;
if (isset($context['loop']['length'])) {
--$context['loop']['revindex0'];
--$context['loop']['revindex'];
$context['loop']['last'] = 0 === $context['loop']['revindex0'];
}
}
if (!$context['_iterated']) {
// line 71
echo " <div class=\"empty\">
<p>No content was dumped.</p>
</div>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['dump'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
$__internal_b113fec4b7763839bc068f9337e2660d8ac82bd6d23ca672c7aac5fb5b0b682b->leave($__internal_b113fec4b7763839bc068f9337e2660d8ac82bd6d23ca672c7aac5fb5b0b682b_prof);
$__internal_6b215041bd82c0ee5962411c9b8168fd5cf01efd8bfd812dbf43424a246f633a->leave($__internal_6b215041bd82c0ee5962411c9b8168fd5cf01efd8bfd812dbf43424a246f633a_prof);
}
public function getTemplateName()
{
return "@Debug/Profiler/dump.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 287 => 71, 271 => 68, 264 => 64, 259 => 62, 250 => 59, 244 => 57, 241 => 56, 233 => 54, 223 => 52, 220 => 51, 217 => 50, 215 => 49, 211 => 47, 193 => 46, 189 => 44, 180 => 43, 166 => 38, 161 => 37, 152 => 36, 139 => 32, 136 => 31, 133 => 30, 124 => 27, 119 => 25, 116 => 24, 110 => 22, 107 => 21, 99 => 19, 89 => 17, 86 => 16, 83 => 15, 81 => 14, 77 => 12, 72 => 11, 70 => 10, 67 => 9, 62 => 7, 57 => 6, 54 => 5, 51 => 4, 42 => 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 %}
{% if collector.dumpsCount %}
{% set icon %}
{{ include('@Debug/Profiler/icon.svg') }}
<span class=\"sf-toolbar-value\">{{ collector.dumpsCount }}</span>
{% endset %}
{% set text %}
{% for dump in collector.getDumps('html') %}
<div class=\"sf-toolbar-info-piece\">
<span>
{% if dump.file %}
{% set link = dump.file|file_link(dump.line) %}
{% if link %}
<a href=\"{{ link }}\" title=\"{{ dump.file }}\">{{ dump.name }}</a>
{% else %}
<abbr title=\"{{ dump.file }}\">{{ dump.name }}</abbr>
{% endif %}
{% else %}
{{ dump.name }}
{% endif %}
</span>
<span class=\"sf-toolbar-file-line\">line {{ dump.line }}</span>
{{ dump.data|raw }}
</div>
{% endfor %}
{% endset %}
{{ include('@WebProfiler/Profiler/toolbar_item.html.twig', { 'link': true }) }}
{% endif %}
{% endblock %}
{% block menu %}
<span class=\"label {{ collector.dumpsCount == 0 ? 'disabled' }}\">
<span class=\"icon\">{{ include('@Debug/Profiler/icon.svg') }}</span>
<strong>Debug</strong>
</span>
{% endblock %}
{% block panel %}
<h2>Dumped Contents</h2>
{% for dump in collector.getDumps('html') %}
<div class=\"sf-dump sf-reset\">
<span class=\"metadata\">In
{% if dump.line %}
{% set link = dump.file|file_link(dump.line) %}
{% if link %}
<a href=\"{{ link }}\" title=\"{{ dump.file }}\">{{ dump.name }}</a>
{% else %}
<abbr title=\"{{ dump.file }}\">{{ dump.name }}</abbr>
{% endif %}
{% else %}
{{ dump.name }}
{% endif %}
line <a class=\"text-small sf-toggle\" data-toggle-selector=\"#sf-trace-{{ loop.index0 }}\">{{ dump.line }}</a>:
</span>
<div class=\"sf-dump-compact hidden\" id=\"sf-trace-{{ loop.index0 }}\">
<div class=\"trace\">
{{ dump.fileExcerpt ? dump.fileExcerpt|raw : dump.file|file_excerpt(dump.line) }}
</div>
</div>
{{ dump.data|raw }}
</div>
{% else %}
<div class=\"empty\">
<p>No content was dumped.</p>
</div>
{% endfor %}
{% endblock %}
", "@Debug/Profiler/dump.html.twig", "/var/www/clients/client1/web14/web/vendor/symfony/symfony/src/Symfony/Bundle/DebugBundle/Resources/views/Profiler/dump.html.twig");
}
}