@@ -59,7 +59,7 @@ discard block |
||
| 59 | 59 | foreach ($context['_seq'] as $context["_key"] => $context["letter"]) { |
| 60 | 60 | // line 14 |
| 61 | 61 | echo " "; |
| 62 | - if ((twig_get_attribute($this->env, $this->getSourceContext(), ($context["items"] ?? null), $context["letter"], array(), "array", true, true) && (twig_length_filter($this->env, twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["items"]) || array_key_exists("items", $context) ? $context["items"] : (function () { throw new Twig_Error_Runtime('Variable "items" does not exist.', 14, $this->getSourceContext()); })()), $context["letter"], array(), "array")) > 1))) { |
|
| 62 | + if ((twig_get_attribute($this->env, $this->getSourceContext(), ($context["items"] ?? NULL), $context["letter"], array(), "array", TRUE, TRUE) && (twig_length_filter($this->env, twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["items"]) || array_key_exists("items", $context) ? $context["items"] : (function () { throw new Twig_Error_Runtime('Variable "items" does not exist.', 14, $this->getSourceContext()); })()), $context["letter"], array(), "array")) > 1))) { |
|
| 63 | 63 | // line 15 |
| 64 | 64 | echo " <li><a href=\"#letter"; |
| 65 | 65 | echo $context["letter"]; |
@@ -163,7 +163,7 @@ discard block |
||
| 163 | 163 | |
| 164 | 164 | public function isTraitable() |
| 165 | 165 | { |
| 166 | - return false; |
|
| 166 | + return FALSE; |
|
| 167 | 167 | } |
| 168 | 168 | |
| 169 | 169 | public function getDebugInfo() |
@@ -48,7 +48,7 @@ discard block |
||
| 48 | 48 | // line 5 |
| 49 | 49 | public function block_page_id($context, array $blocks = array()) |
| 50 | 50 | { |
| 51 | - echo twig_escape_filter($this->env, ("namespace:" . twig_replace_filter((isset($context["namespace"]) || array_key_exists("namespace", $context) ? $context["namespace"] : (function () { throw new Twig_Error_Runtime('Variable "namespace" does not exist.', 5, $this->getSourceContext()); })()), array("\\" => "_"))), "html", null, true); |
|
| 51 | + echo twig_escape_filter($this->env, ("namespace:" . twig_replace_filter((isset($context["namespace"]) || array_key_exists("namespace", $context) ? $context["namespace"] : (function () { throw new Twig_Error_Runtime('Variable "namespace" does not exist.', 5, $this->getSourceContext()); })()), array("\\" => "_"))), "html", NULL, TRUE); |
|
| 52 | 52 | } |
| 53 | 53 | |
| 54 | 54 | // line 7 |
@@ -150,7 +150,7 @@ discard block |
||
| 150 | 150 | |
| 151 | 151 | public function isTraitable() |
| 152 | 152 | { |
| 153 | - return false; |
|
| 153 | + return FALSE; |
|
| 154 | 154 | } |
| 155 | 155 | |
| 156 | 156 | public function getDebugInfo() |
@@ -60,7 +60,7 @@ discard block |
||
| 60 | 60 | // line 5 |
| 61 | 61 | public function block_page_id($context, array $blocks = array()) |
| 62 | 62 | { |
| 63 | - echo twig_escape_filter($this->env, ("class:" . twig_replace_filter(twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["class"]) || array_key_exists("class", $context) ? $context["class"] : (function () { throw new Twig_Error_Runtime('Variable "class" does not exist.', 5, $this->getSourceContext()); })()), "name", array()), array("\\" => "_"))), "html", null, true); |
|
| 63 | + echo twig_escape_filter($this->env, ("class:" . twig_replace_filter(twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["class"]) || array_key_exists("class", $context) ? $context["class"] : (function () { throw new Twig_Error_Runtime('Variable "class" does not exist.', 5, $this->getSourceContext()); })()), "name", array()), array("\\" => "_"))), "html", NULL, TRUE); |
|
| 64 | 64 | } |
| 65 | 65 | |
| 66 | 66 | // line 7 |
@@ -244,7 +244,7 @@ discard block |
||
| 244 | 244 | 'parent' => $context['_parent'], |
| 245 | 245 | 'index0' => 0, |
| 246 | 246 | 'index' => 1, |
| 247 | - 'first' => true, |
|
| 247 | + 'first' => TRUE, |
|
| 248 | 248 | ); |
| 249 | 249 | if (is_array($context['_seq']) || (is_object($context['_seq']) && $context['_seq'] instanceof Countable)) { |
| 250 | 250 | $length = count($context['_seq']); |
@@ -262,7 +262,7 @@ discard block |
||
| 262 | 262 | } |
| 263 | 263 | ++$context['loop']['index0']; |
| 264 | 264 | ++$context['loop']['index']; |
| 265 | - $context['loop']['first'] = false; |
|
| 265 | + $context['loop']['first'] = FALSE; |
|
| 266 | 266 | if (isset($context['loop']['length'])) { |
| 267 | 267 | --$context['loop']['revindex0']; |
| 268 | 268 | --$context['loop']['revindex']; |
@@ -435,7 +435,7 @@ discard block |
||
| 435 | 435 | echo "</td> |
| 436 | 436 | <td>"; |
| 437 | 437 | // line 143 |
| 438 | - echo twig_join_filter(twig_slice($this->env, $context["tag"], 1, null), " "); |
|
| 438 | + echo twig_join_filter(twig_slice($this->env, $context["tag"], 1, NULL), " "); |
|
| 439 | 439 | echo "</td> |
| 440 | 440 | </tr> |
| 441 | 441 | "; |
@@ -534,7 +534,7 @@ discard block |
||
| 534 | 534 | if ( !(twig_get_attribute($this->env, $this->getSourceContext(), $context["property"], "class", array()) === (isset($context["class"]) || array_key_exists("class", $context) ? $context["class"] : (function () { throw new Twig_Error_Runtime('Variable "class" does not exist.', 176, $this->getSourceContext()); })()))) { |
| 535 | 535 | // line 177 |
| 536 | 536 | echo "<small>from "; |
| 537 | - echo $context["__internal_44e5e6177e45d071724fe0d806624d3473537ea7355a32a2b1910210ba605d22"]->macro_property_link($context["property"], false, true); |
|
| 537 | + echo $context["__internal_44e5e6177e45d071724fe0d806624d3473537ea7355a32a2b1910210ba605d22"]->macro_property_link($context["property"], FALSE, TRUE); |
|
| 538 | 538 | echo "</small>"; |
| 539 | 539 | } |
| 540 | 540 | // line 179 |
@@ -563,7 +563,7 @@ discard block |
||
| 563 | 563 | 'parent' => $context['_parent'], |
| 564 | 564 | 'index0' => 0, |
| 565 | 565 | 'index' => 1, |
| 566 | - 'first' => true, |
|
| 566 | + 'first' => TRUE, |
|
| 567 | 567 | ); |
| 568 | 568 | if (is_array($context['_seq']) || (is_object($context['_seq']) && $context['_seq'] instanceof Countable)) { |
| 569 | 569 | $length = count($context['_seq']); |
@@ -612,7 +612,7 @@ discard block |
||
| 612 | 612 | if ( !(twig_get_attribute($this->env, $this->getSourceContext(), $context["method"], "class", array()) === (isset($context["class"]) || array_key_exists("class", $context) ? $context["class"] : (function () { throw new Twig_Error_Runtime('Variable "class" does not exist.', 201, $this->getSourceContext()); })()))) { |
| 613 | 613 | // line 202 |
| 614 | 614 | echo "<small>from "; |
| 615 | - echo $context["__internal_44e5e6177e45d071724fe0d806624d3473537ea7355a32a2b1910210ba605d22"]->macro_method_link($context["method"], false, true); |
|
| 615 | + echo $context["__internal_44e5e6177e45d071724fe0d806624d3473537ea7355a32a2b1910210ba605d22"]->macro_method_link($context["method"], FALSE, TRUE); |
|
| 616 | 616 | echo "</small>"; |
| 617 | 617 | } |
| 618 | 618 | // line 204 |
@@ -621,7 +621,7 @@ discard block |
||
| 621 | 621 | "; |
| 622 | 622 | ++$context['loop']['index0']; |
| 623 | 623 | ++$context['loop']['index']; |
| 624 | - $context['loop']['first'] = false; |
|
| 624 | + $context['loop']['first'] = FALSE; |
|
| 625 | 625 | if (isset($context['loop']['length'])) { |
| 626 | 626 | --$context['loop']['revindex0']; |
| 627 | 627 | --$context['loop']['revindex']; |
@@ -649,7 +649,7 @@ discard block |
||
| 649 | 649 | 'parent' => $context['_parent'], |
| 650 | 650 | 'index0' => 0, |
| 651 | 651 | 'index' => 1, |
| 652 | - 'first' => true, |
|
| 652 | + 'first' => TRUE, |
|
| 653 | 653 | ); |
| 654 | 654 | if (is_array($context['_seq']) || (is_object($context['_seq']) && $context['_seq'] instanceof Countable)) { |
| 655 | 655 | $length = count($context['_seq']); |
@@ -669,7 +669,7 @@ discard block |
||
| 669 | 669 | "; |
| 670 | 670 | ++$context['loop']['index0']; |
| 671 | 671 | ++$context['loop']['index']; |
| 672 | - $context['loop']['first'] = false; |
|
| 672 | + $context['loop']['first'] = FALSE; |
|
| 673 | 673 | if (isset($context['loop']['length'])) { |
| 674 | 674 | --$context['loop']['revindex0']; |
| 675 | 675 | --$context['loop']['revindex']; |
@@ -695,7 +695,7 @@ discard block |
||
| 695 | 695 | // line 222 |
| 696 | 696 | if ( !(twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["method"]) || array_key_exists("method", $context) ? $context["method"] : (function () { throw new Twig_Error_Runtime('Variable "method" does not exist.', 222, $this->getSourceContext()); })()), "class", array()) === (isset($context["class"]) || array_key_exists("class", $context) ? $context["class"] : (function () { throw new Twig_Error_Runtime('Variable "class" does not exist.', 222, $this->getSourceContext()); })()))) { |
| 697 | 697 | echo "in "; |
| 698 | - echo $context["__internal_44e5e6177e45d071724fe0d806624d3473537ea7355a32a2b1910210ba605d22"]->macro_method_link((isset($context["method"]) || array_key_exists("method", $context) ? $context["method"] : (function () { throw new Twig_Error_Runtime('Variable "method" does not exist.', 222, $this->getSourceContext()); })()), false, true); |
|
| 698 | + echo $context["__internal_44e5e6177e45d071724fe0d806624d3473537ea7355a32a2b1910210ba605d22"]->macro_method_link((isset($context["method"]) || array_key_exists("method", $context) ? $context["method"] : (function () { throw new Twig_Error_Runtime('Variable "method" does not exist.', 222, $this->getSourceContext()); })()), FALSE, TRUE); |
|
| 699 | 699 | echo " "; |
| 700 | 700 | } |
| 701 | 701 | echo "at "; |
@@ -814,7 +814,7 @@ discard block |
||
| 814 | 814 | |
| 815 | 815 | public function isTraitable() |
| 816 | 816 | { |
| 817 | - return false; |
|
| 817 | + return FALSE; |
|
| 818 | 818 | } |
| 819 | 819 | |
| 820 | 820 | public function getDebugInfo() |
@@ -59,7 +59,7 @@ discard block |
||
| 59 | 59 | |
| 60 | 60 | <form class=\"form-inline\" role=\"form\" action=\""; |
| 61 | 61 | // line 17 |
| 62 | - echo twig_escape_filter($this->env, $this->env->getExtension('Sami\Renderer\TwigExtension')->pathForStaticFile($context, "search.html"), "html", null, true); |
|
| 62 | + echo twig_escape_filter($this->env, $this->env->getExtension('Sami\Renderer\TwigExtension')->pathForStaticFile($context, "search.html"), "html", NULL, TRUE); |
|
| 63 | 63 | echo "\" method=\"GET\"> |
| 64 | 64 | <div class=\"form-group\"> |
| 65 | 65 | <label class=\"sr-only\" for=\"search\">Search</label> |
@@ -148,7 +148,7 @@ discard block |
||
| 148 | 148 | |
| 149 | 149 | public function isTraitable() |
| 150 | 150 | { |
| 151 | - return false; |
|
| 151 | + return FALSE; |
|
| 152 | 152 | } |
| 153 | 153 | |
| 154 | 154 | public function getDebugInfo() |
@@ -7,7 +7,7 @@ discard block |
||
| 7 | 7 | { |
| 8 | 8 | parent::__construct($env); |
| 9 | 9 | |
| 10 | - $this->parent = false; |
|
| 10 | + $this->parent = FALSE; |
|
| 11 | 11 | |
| 12 | 12 | $this->blocks = array( |
| 13 | 13 | ); |
@@ -22,32 +22,32 @@ discard block |
||
| 22 | 22 | <OpenSearchDescription xmlns=\"http://a9.com/-/spec/opensearch/1.1/\" xmlns:referrer=\"http://a9.com/-/opensearch/extensions/referrer/\"> |
| 23 | 23 | <ShortName>"; |
| 24 | 24 | // line 4 |
| 25 | - echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["project"]) || array_key_exists("project", $context) ? $context["project"] : (function () { throw new Twig_Error_Runtime('Variable "project" does not exist.', 4, $this->getSourceContext()); })()), "config", array(0 => "title"), "method"), "html", null, true); |
|
| 25 | + echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["project"]) || array_key_exists("project", $context) ? $context["project"] : (function () { throw new Twig_Error_Runtime('Variable "project" does not exist.', 4, $this->getSourceContext()); })()), "config", array(0 => "title"), "method"), "html", NULL, TRUE); |
|
| 26 | 26 | echo " ("; |
| 27 | - echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["project"]) || array_key_exists("project", $context) ? $context["project"] : (function () { throw new Twig_Error_Runtime('Variable "project" does not exist.', 4, $this->getSourceContext()); })()), "version", array()), "html", null, true); |
|
| 27 | + echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["project"]) || array_key_exists("project", $context) ? $context["project"] : (function () { throw new Twig_Error_Runtime('Variable "project" does not exist.', 4, $this->getSourceContext()); })()), "version", array()), "html", NULL, TRUE); |
|
| 28 | 28 | echo ")</ShortName> |
| 29 | 29 | <Description>Searches "; |
| 30 | 30 | // line 5 |
| 31 | - echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["project"]) || array_key_exists("project", $context) ? $context["project"] : (function () { throw new Twig_Error_Runtime('Variable "project" does not exist.', 5, $this->getSourceContext()); })()), "config", array(0 => "title"), "method"), "html", null, true); |
|
| 31 | + echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["project"]) || array_key_exists("project", $context) ? $context["project"] : (function () { throw new Twig_Error_Runtime('Variable "project" does not exist.', 5, $this->getSourceContext()); })()), "config", array(0 => "title"), "method"), "html", NULL, TRUE); |
|
| 32 | 32 | echo " ("; |
| 33 | - echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["project"]) || array_key_exists("project", $context) ? $context["project"] : (function () { throw new Twig_Error_Runtime('Variable "project" does not exist.', 5, $this->getSourceContext()); })()), "version", array()), "html", null, true); |
|
| 33 | + echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["project"]) || array_key_exists("project", $context) ? $context["project"] : (function () { throw new Twig_Error_Runtime('Variable "project" does not exist.', 5, $this->getSourceContext()); })()), "version", array()), "html", NULL, TRUE); |
|
| 34 | 34 | echo ")</Description> |
| 35 | 35 | <Tags>"; |
| 36 | 36 | // line 6 |
| 37 | - echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["project"]) || array_key_exists("project", $context) ? $context["project"] : (function () { throw new Twig_Error_Runtime('Variable "project" does not exist.', 6, $this->getSourceContext()); })()), "config", array(0 => "title"), "method"), "html", null, true); |
|
| 37 | + echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["project"]) || array_key_exists("project", $context) ? $context["project"] : (function () { throw new Twig_Error_Runtime('Variable "project" does not exist.', 6, $this->getSourceContext()); })()), "config", array(0 => "title"), "method"), "html", NULL, TRUE); |
|
| 38 | 38 | echo "</Tags> |
| 39 | 39 | "; |
| 40 | 40 | // line 7 |
| 41 | 41 | if (twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["project"]) || array_key_exists("project", $context) ? $context["project"] : (function () { throw new Twig_Error_Runtime('Variable "project" does not exist.', 7, $this->getSourceContext()); })()), "config", array(0 => "favicon"), "method")) { |
| 42 | 42 | // line 8 |
| 43 | 43 | echo "<Image height=\"16\" width=\"16\" type=\"image/x-icon\">"; |
| 44 | - echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["project"]) || array_key_exists("project", $context) ? $context["project"] : (function () { throw new Twig_Error_Runtime('Variable "project" does not exist.', 8, $this->getSourceContext()); })()), "config", array(0 => "favicon"), "method"), "html", null, true); |
|
| 44 | + echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["project"]) || array_key_exists("project", $context) ? $context["project"] : (function () { throw new Twig_Error_Runtime('Variable "project" does not exist.', 8, $this->getSourceContext()); })()), "config", array(0 => "favicon"), "method"), "html", NULL, TRUE); |
|
| 45 | 45 | echo "</Image> |
| 46 | 46 | "; |
| 47 | 47 | } |
| 48 | 48 | // line 10 |
| 49 | 49 | echo " <Url type=\"text/html\" method=\"GET\" template=\""; |
| 50 | - echo twig_escape_filter($this->env, (twig_replace_filter(twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["project"]) || array_key_exists("project", $context) ? $context["project"] : (function () { throw new Twig_Error_Runtime('Variable "project" does not exist.', 10, $this->getSourceContext()); })()), "config", array(0 => "base_url"), "method"), array("%version%" => twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["project"]) || array_key_exists("project", $context) ? $context["project"] : (function () { throw new Twig_Error_Runtime('Variable "project" does not exist.', 10, $this->getSourceContext()); })()), "version", array()))) . "/index.html?q={searchTerms}&src={referrer:source?}"), "html", null, true); |
|
| 50 | + echo twig_escape_filter($this->env, (twig_replace_filter(twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["project"]) || array_key_exists("project", $context) ? $context["project"] : (function () { throw new Twig_Error_Runtime('Variable "project" does not exist.', 10, $this->getSourceContext()); })()), "config", array(0 => "base_url"), "method"), array("%version%" => twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["project"]) || array_key_exists("project", $context) ? $context["project"] : (function () { throw new Twig_Error_Runtime('Variable "project" does not exist.', 10, $this->getSourceContext()); })()), "version", array()))) . "/index.html?q={searchTerms}&src={referrer:source?}"), "html", NULL, TRUE); |
|
| 51 | 51 | echo "\"/> |
| 52 | 52 | <InputEncoding>UTF-8</InputEncoding> |
| 53 | 53 | <AdultContent>false</AdultContent> |
@@ -63,7 +63,7 @@ discard block |
||
| 63 | 63 | |
| 64 | 64 | public function isTraitable() |
| 65 | 65 | { |
| 66 | - return false; |
|
| 66 | + return FALSE; |
|
| 67 | 67 | } |
| 68 | 68 | |
| 69 | 69 | public function getDebugInfo() |
@@ -7,7 +7,7 @@ discard block |
||
| 7 | 7 | { |
| 8 | 8 | parent::__construct($env); |
| 9 | 9 | |
| 10 | - $this->parent = false; |
|
| 10 | + $this->parent = FALSE; |
|
| 11 | 11 | |
| 12 | 12 | $this->blocks = array( |
| 13 | 13 | 'title' => array($this, 'block_title'), |
@@ -42,7 +42,7 @@ discard block |
||
| 42 | 42 | if (twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["project"]) || array_key_exists("project", $context) ? $context["project"] : (function () { throw new Twig_Error_Runtime('Variable "project" does not exist.', 21, $this->getSourceContext()); })()), "config", array(0 => "favicon"), "method")) { |
| 43 | 43 | // line 22 |
| 44 | 44 | echo " <link rel=\"shortcut icon\" href=\""; |
| 45 | - echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["project"]) || array_key_exists("project", $context) ? $context["project"] : (function () { throw new Twig_Error_Runtime('Variable "project" does not exist.', 22, $this->getSourceContext()); })()), "config", array(0 => "favicon"), "method"), "html", null, true); |
|
| 45 | + echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["project"]) || array_key_exists("project", $context) ? $context["project"] : (function () { throw new Twig_Error_Runtime('Variable "project" does not exist.', 22, $this->getSourceContext()); })()), "config", array(0 => "favicon"), "method"), "html", NULL, TRUE); |
|
| 46 | 46 | echo "\" /> |
| 47 | 47 | "; |
| 48 | 48 | } |
@@ -60,13 +60,13 @@ discard block |
||
| 60 | 60 | type=\"application/opensearchdescription+xml\" |
| 61 | 61 | href=\""; |
| 62 | 62 | // line 29 |
| 63 | - echo twig_escape_filter($this->env, twig_replace_filter(twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["project"]) || array_key_exists("project", $context) ? $context["project"] : (function () { throw new Twig_Error_Runtime('Variable "project" does not exist.', 29, $this->getSourceContext()); })()), "config", array(0 => "base_url"), "method"), array("%version%" => $context["version"])), "html", null, true); |
|
| 63 | + echo twig_escape_filter($this->env, twig_replace_filter(twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["project"]) || array_key_exists("project", $context) ? $context["project"] : (function () { throw new Twig_Error_Runtime('Variable "project" does not exist.', 29, $this->getSourceContext()); })()), "config", array(0 => "base_url"), "method"), array("%version%" => $context["version"])), "html", NULL, TRUE); |
|
| 64 | 64 | echo "/opensearch.xml\" |
| 65 | 65 | title=\""; |
| 66 | 66 | // line 30 |
| 67 | - echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["project"]) || array_key_exists("project", $context) ? $context["project"] : (function () { throw new Twig_Error_Runtime('Variable "project" does not exist.', 30, $this->getSourceContext()); })()), "config", array(0 => "title"), "method"), "html", null, true); |
|
| 67 | + echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["project"]) || array_key_exists("project", $context) ? $context["project"] : (function () { throw new Twig_Error_Runtime('Variable "project" does not exist.', 30, $this->getSourceContext()); })()), "config", array(0 => "title"), "method"), "html", NULL, TRUE); |
|
| 68 | 68 | echo " ("; |
| 69 | - echo twig_escape_filter($this->env, $context["version"], "html", null, true); |
|
| 69 | + echo twig_escape_filter($this->env, $context["version"], "html", NULL, TRUE); |
|
| 70 | 70 | echo ")\" /> |
| 71 | 71 | "; |
| 72 | 72 | } |
@@ -89,7 +89,7 @@ discard block |
||
| 89 | 89 | // line 6 |
| 90 | 90 | public function block_title($context, array $blocks = array()) |
| 91 | 91 | { |
| 92 | - echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["project"]) || array_key_exists("project", $context) ? $context["project"] : (function () { throw new Twig_Error_Runtime('Variable "project" does not exist.', 6, $this->getSourceContext()); })()), "config", array(0 => "title"), "method"), "html", null, true); |
|
| 92 | + echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["project"]) || array_key_exists("project", $context) ? $context["project"] : (function () { throw new Twig_Error_Runtime('Variable "project" does not exist.', 6, $this->getSourceContext()); })()), "config", array(0 => "title"), "method"), "html", NULL, TRUE); |
|
| 93 | 93 | } |
| 94 | 94 | |
| 95 | 95 | // line 8 |
@@ -97,31 +97,31 @@ discard block |
||
| 97 | 97 | { |
| 98 | 98 | // line 9 |
| 99 | 99 | echo " <link rel=\"stylesheet\" type=\"text/css\" href=\""; |
| 100 | - echo twig_escape_filter($this->env, $this->env->getExtension('Sami\Renderer\TwigExtension')->pathForStaticFile($context, "css/bootstrap.min.css"), "html", null, true); |
|
| 100 | + echo twig_escape_filter($this->env, $this->env->getExtension('Sami\Renderer\TwigExtension')->pathForStaticFile($context, "css/bootstrap.min.css"), "html", NULL, TRUE); |
|
| 101 | 101 | echo "\"> |
| 102 | 102 | <link rel=\"stylesheet\" type=\"text/css\" href=\""; |
| 103 | 103 | // line 10 |
| 104 | - echo twig_escape_filter($this->env, $this->env->getExtension('Sami\Renderer\TwigExtension')->pathForStaticFile($context, "css/bootstrap-theme.min.css"), "html", null, true); |
|
| 104 | + echo twig_escape_filter($this->env, $this->env->getExtension('Sami\Renderer\TwigExtension')->pathForStaticFile($context, "css/bootstrap-theme.min.css"), "html", NULL, TRUE); |
|
| 105 | 105 | echo "\"> |
| 106 | 106 | <link rel=\"stylesheet\" type=\"text/css\" href=\""; |
| 107 | 107 | // line 11 |
| 108 | - echo twig_escape_filter($this->env, $this->env->getExtension('Sami\Renderer\TwigExtension')->pathForStaticFile($context, "css/sami.css"), "html", null, true); |
|
| 108 | + echo twig_escape_filter($this->env, $this->env->getExtension('Sami\Renderer\TwigExtension')->pathForStaticFile($context, "css/sami.css"), "html", NULL, TRUE); |
|
| 109 | 109 | echo "\"> |
| 110 | 110 | <script src=\""; |
| 111 | 111 | // line 12 |
| 112 | - echo twig_escape_filter($this->env, $this->env->getExtension('Sami\Renderer\TwigExtension')->pathForStaticFile($context, "js/jquery-1.11.1.min.js"), "html", null, true); |
|
| 112 | + echo twig_escape_filter($this->env, $this->env->getExtension('Sami\Renderer\TwigExtension')->pathForStaticFile($context, "js/jquery-1.11.1.min.js"), "html", NULL, TRUE); |
|
| 113 | 113 | echo "\"></script> |
| 114 | 114 | <script src=\""; |
| 115 | 115 | // line 13 |
| 116 | - echo twig_escape_filter($this->env, $this->env->getExtension('Sami\Renderer\TwigExtension')->pathForStaticFile($context, "js/bootstrap.min.js"), "html", null, true); |
|
| 116 | + echo twig_escape_filter($this->env, $this->env->getExtension('Sami\Renderer\TwigExtension')->pathForStaticFile($context, "js/bootstrap.min.js"), "html", NULL, TRUE); |
|
| 117 | 117 | echo "\"></script> |
| 118 | 118 | <script src=\""; |
| 119 | 119 | // line 14 |
| 120 | - echo twig_escape_filter($this->env, $this->env->getExtension('Sami\Renderer\TwigExtension')->pathForStaticFile($context, "js/typeahead.min.js"), "html", null, true); |
|
| 120 | + echo twig_escape_filter($this->env, $this->env->getExtension('Sami\Renderer\TwigExtension')->pathForStaticFile($context, "js/typeahead.min.js"), "html", NULL, TRUE); |
|
| 121 | 121 | echo "\"></script> |
| 122 | 122 | <script src=\""; |
| 123 | 123 | // line 15 |
| 124 | - echo twig_escape_filter($this->env, $this->env->getExtension('Sami\Renderer\TwigExtension')->pathForStaticFile($context, "sami.js"), "html", null, true); |
|
| 124 | + echo twig_escape_filter($this->env, $this->env->getExtension('Sami\Renderer\TwigExtension')->pathForStaticFile($context, "sami.js"), "html", NULL, TRUE); |
|
| 125 | 125 | echo "\"></script> |
| 126 | 126 | <meta name=\"MobileOptimized\" content=\"width\"> |
| 127 | 127 | <meta name=\"HandheldFriendly\" content=\"true\"> |
@@ -138,7 +138,7 @@ discard block |
||
| 138 | 138 | echo "\" data-name=\""; |
| 139 | 139 | $this->displayBlock('page_id', $context, $blocks); |
| 140 | 140 | echo "\" data-root-path=\""; |
| 141 | - echo twig_escape_filter($this->env, (isset($context["root_path"]) || array_key_exists("root_path", $context) ? $context["root_path"] : (function () { throw new Twig_Error_Runtime('Variable "root_path" does not exist.', 36, $this->getSourceContext()); })()), "html", null, true); |
|
| 141 | + echo twig_escape_filter($this->env, (isset($context["root_path"]) || array_key_exists("root_path", $context) ? $context["root_path"] : (function () { throw new Twig_Error_Runtime('Variable "root_path" does not exist.', 36, $this->getSourceContext()); })()), "html", NULL, TRUE); |
|
| 142 | 142 | echo "\"> |
| 143 | 143 | "; |
| 144 | 144 | // line 37 |
@@ -172,7 +172,7 @@ discard block |
||
| 172 | 172 | |
| 173 | 173 | public function isTraitable() |
| 174 | 174 | { |
| 175 | - return false; |
|
| 175 | + return FALSE; |
|
| 176 | 176 | } |
| 177 | 177 | |
| 178 | 178 | public function getDebugInfo() |
@@ -7,7 +7,7 @@ discard block |
||
| 7 | 7 | { |
| 8 | 8 | parent::__construct($env); |
| 9 | 9 | |
| 10 | - $this->parent = false; |
|
| 10 | + $this->parent = FALSE; |
|
| 11 | 11 | |
| 12 | 12 | $this->blocks = array( |
| 13 | 13 | ); |
@@ -54,7 +54,7 @@ discard block |
||
| 54 | 54 | } |
| 55 | 55 | |
| 56 | 56 | // line 1 |
| 57 | - public function macro_namespace_link($__namespace__ = null, ...$__varargs__) |
|
| 57 | + public function macro_namespace_link($__namespace__ = NULL, ...$__varargs__) |
|
| 58 | 58 | { |
| 59 | 59 | $context = $this->env->mergeGlobals(array( |
| 60 | 60 | "namespace" => $__namespace__, |
@@ -79,7 +79,7 @@ discard block |
||
| 79 | 79 | } |
| 80 | 80 | |
| 81 | 81 | // line 5 |
| 82 | - public function macro_class_link($__class__ = null, $__absolute__ = null, ...$__varargs__) |
|
| 82 | + public function macro_class_link($__class__ = NULL, $__absolute__ = NULL, ...$__varargs__) |
|
| 83 | 83 | { |
| 84 | 84 | $context = $this->env->mergeGlobals(array( |
| 85 | 85 | "class" => $__class__, |
@@ -105,7 +105,7 @@ discard block |
||
| 105 | 105 | echo "\">"; |
| 106 | 106 | } |
| 107 | 107 | // line 11 |
| 108 | - echo $this->env->getExtension('Sami\Renderer\TwigExtension')->abbrClass((isset($context["class"]) || array_key_exists("class", $context) ? $context["class"] : (function () { throw new Twig_Error_Runtime('Variable "class" does not exist.', 11, $this->getSourceContext()); })()), ((array_key_exists("absolute", $context)) ? (_twig_default_filter((isset($context["absolute"]) || array_key_exists("absolute", $context) ? $context["absolute"] : (function () { throw new Twig_Error_Runtime('Variable "absolute" does not exist.', 11, $this->getSourceContext()); })()), false)) : (false))); |
|
| 108 | + echo $this->env->getExtension('Sami\Renderer\TwigExtension')->abbrClass((isset($context["class"]) || array_key_exists("class", $context) ? $context["class"] : (function () { throw new Twig_Error_Runtime('Variable "class" does not exist.', 11, $this->getSourceContext()); })()), ((array_key_exists("absolute", $context)) ? (_twig_default_filter((isset($context["absolute"]) || array_key_exists("absolute", $context) ? $context["absolute"] : (function () { throw new Twig_Error_Runtime('Variable "absolute" does not exist.', 11, $this->getSourceContext()); })()), FALSE)) : (FALSE))); |
|
| 109 | 109 | // line 12 |
| 110 | 110 | if ((twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["class"]) || array_key_exists("class", $context) ? $context["class"] : (function () { throw new Twig_Error_Runtime('Variable "class" does not exist.', 12, $this->getSourceContext()); })()), "projectclass", array()) || twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["class"]) || array_key_exists("class", $context) ? $context["class"] : (function () { throw new Twig_Error_Runtime('Variable "class" does not exist.', 12, $this->getSourceContext()); })()), "phpclass", array()))) { |
| 111 | 111 | echo "</a>"; |
@@ -118,7 +118,7 @@ discard block |
||
| 118 | 118 | } |
| 119 | 119 | |
| 120 | 120 | // line 15 |
| 121 | - public function macro_method_link($__method__ = null, $__absolute__ = null, $__classonly__ = null, ...$__varargs__) |
|
| 121 | + public function macro_method_link($__method__ = NULL, $__absolute__ = NULL, $__classonly__ = NULL, ...$__varargs__) |
|
| 122 | 122 | { |
| 123 | 123 | $context = $this->env->mergeGlobals(array( |
| 124 | 124 | "method" => $__method__, |
@@ -137,7 +137,7 @@ discard block |
||
| 137 | 137 | echo "\">"; |
| 138 | 138 | // line 17 |
| 139 | 139 | echo $this->env->getExtension('Sami\Renderer\TwigExtension')->abbrClass(twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["method"]) || array_key_exists("method", $context) ? $context["method"] : (function () { throw new Twig_Error_Runtime('Variable "method" does not exist.', 17, $this->getSourceContext()); })()), "class", array())); |
| 140 | - if ( !((array_key_exists("classonly", $context)) ? (_twig_default_filter((isset($context["classonly"]) || array_key_exists("classonly", $context) ? $context["classonly"] : (function () { throw new Twig_Error_Runtime('Variable "classonly" does not exist.', 17, $this->getSourceContext()); })()), false)) : (false))) { |
|
| 140 | + if ( !((array_key_exists("classonly", $context)) ? (_twig_default_filter((isset($context["classonly"]) || array_key_exists("classonly", $context) ? $context["classonly"] : (function () { throw new Twig_Error_Runtime('Variable "classonly" does not exist.', 17, $this->getSourceContext()); })()), FALSE)) : (FALSE))) { |
|
| 141 | 141 | echo "::"; |
| 142 | 142 | echo twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["method"]) || array_key_exists("method", $context) ? $context["method"] : (function () { throw new Twig_Error_Runtime('Variable "method" does not exist.', 17, $this->getSourceContext()); })()), "name", array()); |
| 143 | 143 | } |
@@ -151,7 +151,7 @@ discard block |
||
| 151 | 151 | } |
| 152 | 152 | |
| 153 | 153 | // line 21 |
| 154 | - public function macro_property_link($__property__ = null, $__absolute__ = null, $__classonly__ = null, ...$__varargs__) |
|
| 154 | + public function macro_property_link($__property__ = NULL, $__absolute__ = NULL, $__classonly__ = NULL, ...$__varargs__) |
|
| 155 | 155 | { |
| 156 | 156 | $context = $this->env->mergeGlobals(array( |
| 157 | 157 | "property" => $__property__, |
@@ -170,7 +170,7 @@ discard block |
||
| 170 | 170 | echo "\">"; |
| 171 | 171 | // line 23 |
| 172 | 172 | echo $this->env->getExtension('Sami\Renderer\TwigExtension')->abbrClass(twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["property"]) || array_key_exists("property", $context) ? $context["property"] : (function () { throw new Twig_Error_Runtime('Variable "property" does not exist.', 23, $this->getSourceContext()); })()), "class", array())); |
| 173 | - if ( !((array_key_exists("classonly", $context)) ? (_twig_default_filter((isset($context["classonly"]) || array_key_exists("classonly", $context) ? $context["classonly"] : (function () { throw new Twig_Error_Runtime('Variable "classonly" does not exist.', 23, $this->getSourceContext()); })()), true)) : (true))) { |
|
| 173 | + if ( !((array_key_exists("classonly", $context)) ? (_twig_default_filter((isset($context["classonly"]) || array_key_exists("classonly", $context) ? $context["classonly"] : (function () { throw new Twig_Error_Runtime('Variable "classonly" does not exist.', 23, $this->getSourceContext()); })()), TRUE)) : (TRUE))) { |
|
| 174 | 174 | echo "#"; |
| 175 | 175 | echo twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["property"]) || array_key_exists("property", $context) ? $context["property"] : (function () { throw new Twig_Error_Runtime('Variable "property" does not exist.', 23, $this->getSourceContext()); })()), "name", array()); |
| 176 | 176 | } |
@@ -184,7 +184,7 @@ discard block |
||
| 184 | 184 | } |
| 185 | 185 | |
| 186 | 186 | // line 27 |
| 187 | - public function macro_hint_link($__hints__ = null, ...$__varargs__) |
|
| 187 | + public function macro_hint_link($__hints__ = NULL, ...$__varargs__) |
|
| 188 | 188 | { |
| 189 | 189 | $context = $this->env->mergeGlobals(array( |
| 190 | 190 | "hints" => $__hints__, |
@@ -206,7 +206,7 @@ discard block |
||
| 206 | 206 | 'parent' => $context['_parent'], |
| 207 | 207 | 'index0' => 0, |
| 208 | 208 | 'index' => 1, |
| 209 | - 'first' => true, |
|
| 209 | + 'first' => TRUE, |
|
| 210 | 210 | ); |
| 211 | 211 | if (is_array($context['_seq']) || (is_object($context['_seq']) && $context['_seq'] instanceof Countable)) { |
| 212 | 212 | $length = count($context['_seq']); |
@@ -235,7 +235,7 @@ discard block |
||
| 235 | 235 | } |
| 236 | 236 | ++$context['loop']['index0']; |
| 237 | 237 | ++$context['loop']['index']; |
| 238 | - $context['loop']['first'] = false; |
|
| 238 | + $context['loop']['first'] = FALSE; |
|
| 239 | 239 | if (isset($context['loop']['length'])) { |
| 240 | 240 | --$context['loop']['revindex0']; |
| 241 | 241 | --$context['loop']['revindex']; |
@@ -254,7 +254,7 @@ discard block |
||
| 254 | 254 | } |
| 255 | 255 | |
| 256 | 256 | // line 43 |
| 257 | - public function macro_source_link($__project__ = null, $__class__ = null, ...$__varargs__) |
|
| 257 | + public function macro_source_link($__project__ = NULL, $__class__ = NULL, ...$__varargs__) |
|
| 258 | 258 | { |
| 259 | 259 | $context = $this->env->mergeGlobals(array( |
| 260 | 260 | "project" => $__project__, |
@@ -270,7 +270,7 @@ discard block |
||
| 270 | 270 | if (twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["class"]) || array_key_exists("class", $context) ? $context["class"] : (function () { throw new Twig_Error_Runtime('Variable "class" does not exist.', 44, $this->getSourceContext()); })()), "sourcepath", array())) { |
| 271 | 271 | // line 45 |
| 272 | 272 | echo " (<a href=\""; |
| 273 | - echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["class"]) || array_key_exists("class", $context) ? $context["class"] : (function () { throw new Twig_Error_Runtime('Variable "class" does not exist.', 45, $this->getSourceContext()); })()), "sourcepath", array()), "html", null, true); |
|
| 273 | + echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["class"]) || array_key_exists("class", $context) ? $context["class"] : (function () { throw new Twig_Error_Runtime('Variable "class" does not exist.', 45, $this->getSourceContext()); })()), "sourcepath", array()), "html", NULL, TRUE); |
|
| 274 | 274 | echo "\">View source</a>)"; |
| 275 | 275 | } |
| 276 | 276 | |
@@ -281,7 +281,7 @@ discard block |
||
| 281 | 281 | } |
| 282 | 282 | |
| 283 | 283 | // line 49 |
| 284 | - public function macro_method_source_link($__method__ = null, ...$__varargs__) |
|
| 284 | + public function macro_method_source_link($__method__ = NULL, ...$__varargs__) |
|
| 285 | 285 | { |
| 286 | 286 | $context = $this->env->mergeGlobals(array( |
| 287 | 287 | "method" => $__method__, |
@@ -296,7 +296,7 @@ discard block |
||
| 296 | 296 | if (twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["method"]) || array_key_exists("method", $context) ? $context["method"] : (function () { throw new Twig_Error_Runtime('Variable "method" does not exist.', 50, $this->getSourceContext()); })()), "sourcepath", array())) { |
| 297 | 297 | // line 51 |
| 298 | 298 | echo " <a href=\""; |
| 299 | - echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["method"]) || array_key_exists("method", $context) ? $context["method"] : (function () { throw new Twig_Error_Runtime('Variable "method" does not exist.', 51, $this->getSourceContext()); })()), "sourcepath", array()), "html", null, true); |
|
| 299 | + echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["method"]) || array_key_exists("method", $context) ? $context["method"] : (function () { throw new Twig_Error_Runtime('Variable "method" does not exist.', 51, $this->getSourceContext()); })()), "sourcepath", array()), "html", NULL, TRUE); |
|
| 300 | 300 | echo "\">line "; |
| 301 | 301 | echo twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["method"]) || array_key_exists("method", $context) ? $context["method"] : (function () { throw new Twig_Error_Runtime('Variable "method" does not exist.', 51, $this->getSourceContext()); })()), "line", array()); |
| 302 | 302 | echo "</a>"; |
@@ -313,7 +313,7 @@ discard block |
||
| 313 | 313 | } |
| 314 | 314 | |
| 315 | 315 | // line 57 |
| 316 | - public function macro_abbr_class($__class__ = null, $__absolute__ = null, ...$__varargs__) |
|
| 316 | + public function macro_abbr_class($__class__ = NULL, $__absolute__ = NULL, ...$__varargs__) |
|
| 317 | 317 | { |
| 318 | 318 | $context = $this->env->mergeGlobals(array( |
| 319 | 319 | "class" => $__class__, |
@@ -327,9 +327,9 @@ discard block |
||
| 327 | 327 | try { |
| 328 | 328 | // line 58 |
| 329 | 329 | echo "<abbr title=\""; |
| 330 | - echo twig_escape_filter($this->env, (isset($context["class"]) || array_key_exists("class", $context) ? $context["class"] : (function () { throw new Twig_Error_Runtime('Variable "class" does not exist.', 58, $this->getSourceContext()); })()), "html", null, true); |
|
| 330 | + echo twig_escape_filter($this->env, (isset($context["class"]) || array_key_exists("class", $context) ? $context["class"] : (function () { throw new Twig_Error_Runtime('Variable "class" does not exist.', 58, $this->getSourceContext()); })()), "html", NULL, TRUE); |
|
| 331 | 331 | echo "\">"; |
| 332 | - echo twig_escape_filter($this->env, ((((array_key_exists("absolute", $context)) ? (_twig_default_filter((isset($context["absolute"]) || array_key_exists("absolute", $context) ? $context["absolute"] : (function () { throw new Twig_Error_Runtime('Variable "absolute" does not exist.', 58, $this->getSourceContext()); })()), false)) : (false))) ? ((isset($context["class"]) || array_key_exists("class", $context) ? $context["class"] : (function () { throw new Twig_Error_Runtime('Variable "class" does not exist.', 58, $this->getSourceContext()); })())) : (twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["class"]) || array_key_exists("class", $context) ? $context["class"] : (function () { throw new Twig_Error_Runtime('Variable "class" does not exist.', 58, $this->getSourceContext()); })()), "shortname", array()))), "html", null, true); |
|
| 332 | + echo twig_escape_filter($this->env, ((((array_key_exists("absolute", $context)) ? (_twig_default_filter((isset($context["absolute"]) || array_key_exists("absolute", $context) ? $context["absolute"] : (function () { throw new Twig_Error_Runtime('Variable "absolute" does not exist.', 58, $this->getSourceContext()); })()), FALSE)) : (FALSE))) ? ((isset($context["class"]) || array_key_exists("class", $context) ? $context["class"] : (function () { throw new Twig_Error_Runtime('Variable "class" does not exist.', 58, $this->getSourceContext()); })())) : (twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["class"]) || array_key_exists("class", $context) ? $context["class"] : (function () { throw new Twig_Error_Runtime('Variable "class" does not exist.', 58, $this->getSourceContext()); })()), "shortname", array()))), "html", NULL, TRUE); |
|
| 333 | 333 | echo "</abbr>"; |
| 334 | 334 | |
| 335 | 335 | return ('' === $tmp = ob_get_contents()) ? '' : new Twig_Markup($tmp, $this->env->getCharset()); |
@@ -339,7 +339,7 @@ discard block |
||
| 339 | 339 | } |
| 340 | 340 | |
| 341 | 341 | // line 61 |
| 342 | - public function macro_method_parameters_signature($__method__ = null, ...$__varargs__) |
|
| 342 | + public function macro_method_parameters_signature($__method__ = NULL, ...$__varargs__) |
|
| 343 | 343 | { |
| 344 | 344 | $context = $this->env->mergeGlobals(array( |
| 345 | 345 | "method" => $__method__, |
@@ -361,7 +361,7 @@ discard block |
||
| 361 | 361 | 'parent' => $context['_parent'], |
| 362 | 362 | 'index0' => 0, |
| 363 | 363 | 'index' => 1, |
| 364 | - 'first' => true, |
|
| 364 | + 'first' => TRUE, |
|
| 365 | 365 | ); |
| 366 | 366 | if (is_array($context['_seq']) || (is_object($context['_seq']) && $context['_seq'] instanceof Countable)) { |
| 367 | 367 | $length = count($context['_seq']); |
@@ -382,7 +382,7 @@ discard block |
||
| 382 | 382 | // line 67 |
| 383 | 383 | if (twig_get_attribute($this->env, $this->getSourceContext(), $context["parameter"], "default", array())) { |
| 384 | 384 | echo " = "; |
| 385 | - echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->getSourceContext(), $context["parameter"], "default", array()), "html", null, true); |
|
| 385 | + echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->getSourceContext(), $context["parameter"], "default", array()), "html", NULL, TRUE); |
|
| 386 | 386 | } |
| 387 | 387 | // line 68 |
| 388 | 388 | if ( !twig_get_attribute($this->env, $this->getSourceContext(), $context["loop"], "last", array())) { |
@@ -390,7 +390,7 @@ discard block |
||
| 390 | 390 | } |
| 391 | 391 | ++$context['loop']['index0']; |
| 392 | 392 | ++$context['loop']['index']; |
| 393 | - $context['loop']['first'] = false; |
|
| 393 | + $context['loop']['first'] = FALSE; |
|
| 394 | 394 | if (isset($context['loop']['length'])) { |
| 395 | 395 | --$context['loop']['revindex0']; |
| 396 | 396 | --$context['loop']['revindex']; |
@@ -410,7 +410,7 @@ discard block |
||
| 410 | 410 | } |
| 411 | 411 | |
| 412 | 412 | // line 73 |
| 413 | - public function macro_render_classes($__classes__ = null, ...$__varargs__) |
|
| 413 | + public function macro_render_classes($__classes__ = NULL, ...$__varargs__) |
|
| 414 | 414 | { |
| 415 | 415 | $context = $this->env->mergeGlobals(array( |
| 416 | 416 | "classes" => $__classes__, |
@@ -439,13 +439,13 @@ discard block |
||
| 439 | 439 | if (twig_get_attribute($this->env, $this->getSourceContext(), $context["class"], "isInterface", array())) { |
| 440 | 440 | // line 81 |
| 441 | 441 | echo " <em>"; |
| 442 | - echo $context["__internal_0dcd0a0de11e9257248e7316cba8cbce297dfcfa69d4372e15bca2c48d7d6eaa"]->macro_class_link($context["class"], true); |
|
| 442 | + echo $context["__internal_0dcd0a0de11e9257248e7316cba8cbce297dfcfa69d4372e15bca2c48d7d6eaa"]->macro_class_link($context["class"], TRUE); |
|
| 443 | 443 | echo "</em> |
| 444 | 444 | "; |
| 445 | 445 | } else { |
| 446 | 446 | // line 83 |
| 447 | 447 | echo " "; |
| 448 | - echo $context["__internal_0dcd0a0de11e9257248e7316cba8cbce297dfcfa69d4372e15bca2c48d7d6eaa"]->macro_class_link($context["class"], true); |
|
| 448 | + echo $context["__internal_0dcd0a0de11e9257248e7316cba8cbce297dfcfa69d4372e15bca2c48d7d6eaa"]->macro_class_link($context["class"], TRUE); |
|
| 449 | 449 | echo " |
| 450 | 450 | "; |
| 451 | 451 | } |
@@ -476,7 +476,7 @@ discard block |
||
| 476 | 476 | } |
| 477 | 477 | |
| 478 | 478 | // line 95 |
| 479 | - public function macro_breadcrumbs($__namespace__ = null, ...$__varargs__) |
|
| 479 | + public function macro_breadcrumbs($__namespace__ = NULL, ...$__varargs__) |
|
| 480 | 480 | { |
| 481 | 481 | $context = $this->env->mergeGlobals(array( |
| 482 | 482 | "namespace" => $__namespace__, |
@@ -529,7 +529,7 @@ discard block |
||
| 529 | 529 | } |
| 530 | 530 | |
| 531 | 531 | // line 107 |
| 532 | - public function macro_deprecated($__reflection__ = null, ...$__varargs__) |
|
| 532 | + public function macro_deprecated($__reflection__ = NULL, ...$__varargs__) |
|
| 533 | 533 | { |
| 534 | 534 | $context = $this->env->mergeGlobals(array( |
| 535 | 535 | "reflection" => $__reflection__, |
@@ -553,7 +553,7 @@ discard block |
||
| 553 | 553 | } |
| 554 | 554 | |
| 555 | 555 | // line 111 |
| 556 | - public function macro_deprecations($__reflection__ = null, ...$__varargs__) |
|
| 556 | + public function macro_deprecations($__reflection__ = NULL, ...$__varargs__) |
|
| 557 | 557 | { |
| 558 | 558 | $context = $this->env->mergeGlobals(array( |
| 559 | 559 | "reflection" => $__reflection__, |
@@ -591,7 +591,7 @@ discard block |
||
| 591 | 591 | echo "</td> |
| 592 | 592 | <td>"; |
| 593 | 593 | // line 120 |
| 594 | - echo twig_join_filter(twig_slice($this->env, $context["tag"], 1, null), " "); |
|
| 594 | + echo twig_join_filter(twig_slice($this->env, $context["tag"], 1, NULL), " "); |
|
| 595 | 595 | echo "</td> |
| 596 | 596 | </tr> |
| 597 | 597 | "; |
@@ -617,7 +617,7 @@ discard block |
||
| 617 | 617 | |
| 618 | 618 | public function isTraitable() |
| 619 | 619 | { |
| 620 | - return false; |
|
| 620 | + return FALSE; |
|
| 621 | 621 | } |
| 622 | 622 | |
| 623 | 623 | public function getDebugInfo() |
@@ -64,7 +64,7 @@ discard block |
||
| 64 | 64 | <div class=\"col-md-6\"> |
| 65 | 65 | "; |
| 66 | 66 | // line 16 |
| 67 | - echo $context["__internal_85e957d16c16d43a099da5e05533379c49bc8b43f44343be05967d21f1cacea5"]->macro_class_link($context["class"], true); |
|
| 67 | + echo $context["__internal_85e957d16c16d43a099da5e05533379c49bc8b43f44343be05967d21f1cacea5"]->macro_class_link($context["class"], TRUE); |
|
| 68 | 68 | echo " |
| 69 | 69 | </div> |
| 70 | 70 | <div class=\"col-md-6\"> |
@@ -94,7 +94,7 @@ discard block |
||
| 94 | 94 | |
| 95 | 95 | public function isTraitable() |
| 96 | 96 | { |
| 97 | - return false; |
|
| 97 | + return FALSE; |
|
| 98 | 98 | } |
| 99 | 99 | |
| 100 | 100 | public function getDebugInfo() |
@@ -45,7 +45,7 @@ |
||
| 45 | 45 | |
| 46 | 46 | public function isTraitable() |
| 47 | 47 | { |
| 48 | - return false; |
|
| 48 | + return FALSE; |
|
| 49 | 49 | } |
| 50 | 50 | |
| 51 | 51 | public function getDebugInfo() |