@@ -47,7 +47,7 @@ discard block |
||
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($this->getAttribute((isset($context["project"]) ? $context["project"] : $this->getContext($context, "project")), "config", array(0 => "base_url"), "method"), array("%version%" => $this->getAttribute((isset($context["project"]) ? $context["project"] : $this->getContext($context, "project")), "version", array()))) . "/index.html?q={searchTerms}&src={referrer:source?}"), "html", null, true); |
|
50 | + echo twig_escape_filter($this->env, (twig_replace_filter($this->getAttribute((isset($context["project"]) ? $context["project"] : $this->getContext($context, "project")), "config", array(0 => "base_url"), "method"), array("%version%" => $this->getAttribute((isset($context["project"]) ? $context["project"] : $this->getContext($context, "project")), "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> |
@@ -68,7 +68,7 @@ discard block |
||
68 | 68 | |
69 | 69 | public function getDebugInfo() |
70 | 70 | { |
71 | - return array ( 49 => 10, 43 => 8, 41 => 7, 37 => 6, 31 => 5, 25 => 4, 21 => 2, 19 => 1,); |
|
71 | + return array(49 => 10, 43 => 8, 41 => 7, 37 => 6, 31 => 5, 25 => 4, 21 => 2, 19 => 1,); |
|
72 | 72 | } |
73 | 73 | } |
74 | 74 | /* {% if project.config('base_url') -%}*/ |
@@ -241,10 +241,10 @@ discard block |
||
241 | 241 | $context['_parent'] = $context; |
242 | 242 | $context['_seq'] = twig_ensure_traversable($this->getAttribute((isset($context["class"]) ? $context["class"] : $this->getContext($context, "class")), "interfaces", array())); |
243 | 243 | $context['loop'] = array( |
244 | - 'parent' => $context['_parent'], |
|
245 | - 'index0' => 0, |
|
246 | - 'index' => 1, |
|
247 | - 'first' => true, |
|
244 | + 'parent' => $context['_parent'], |
|
245 | + 'index0' => 0, |
|
246 | + 'index' => 1, |
|
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']); |
@@ -560,10 +560,10 @@ discard block |
||
560 | 560 | $context['_parent'] = $context; |
561 | 561 | $context['_seq'] = twig_ensure_traversable((isset($context["methods"]) ? $context["methods"] : $this->getContext($context, "methods"))); |
562 | 562 | $context['loop'] = array( |
563 | - 'parent' => $context['_parent'], |
|
564 | - 'index0' => 0, |
|
565 | - 'index' => 1, |
|
566 | - 'first' => true, |
|
563 | + 'parent' => $context['_parent'], |
|
564 | + 'index0' => 0, |
|
565 | + 'index' => 1, |
|
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']); |
@@ -646,10 +646,10 @@ discard block |
||
646 | 646 | $context['_parent'] = $context; |
647 | 647 | $context['_seq'] = twig_ensure_traversable((isset($context["methods"]) ? $context["methods"] : $this->getContext($context, "methods"))); |
648 | 648 | $context['loop'] = array( |
649 | - 'parent' => $context['_parent'], |
|
650 | - 'index0' => 0, |
|
651 | - 'index' => 1, |
|
652 | - 'first' => true, |
|
649 | + 'parent' => $context['_parent'], |
|
650 | + 'index0' => 0, |
|
651 | + 'index' => 1, |
|
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']); |
@@ -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($this->getAttribute((isset($context["class"]) ? $context["class"] : $this->getContext($context, "class")), "name", array()), array("\\" => "_"))), "html", null, true); |
|
63 | + echo twig_escape_filter($this->env, ("class:".twig_replace_filter($this->getAttribute((isset($context["class"]) ? $context["class"] : $this->getContext($context, "class")), "name", array()), array("\\" => "_"))), "html", null, true); |
|
64 | 64 | } |
65 | 65 | |
66 | 66 | // line 7 |
@@ -215,7 +215,7 @@ discard block |
||
215 | 215 | public function block_class_signature($context, array $blocks = array()) |
216 | 216 | { |
217 | 217 | // line 74 |
218 | - if (( !$this->getAttribute((isset($context["class"]) ? $context["class"] : $this->getContext($context, "class")), "interface", array()) && $this->getAttribute((isset($context["class"]) ? $context["class"] : $this->getContext($context, "class")), "abstract", array()))) { |
|
218 | + if ((!$this->getAttribute((isset($context["class"]) ? $context["class"] : $this->getContext($context, "class")), "interface", array()) && $this->getAttribute((isset($context["class"]) ? $context["class"] : $this->getContext($context, "class")), "abstract", array()))) { |
|
219 | 219 | echo "abstract "; |
220 | 220 | } |
221 | 221 | // line 75 |
@@ -257,7 +257,7 @@ discard block |
||
257 | 257 | // line 83 |
258 | 258 | echo $context["__internal_21474d8e13cfe6a3a0369d0a6e8352e7a7cfb873a2bbc6a59c929e7c5e02cfdc"]->getclass_link($context["interface"]); |
259 | 259 | // line 84 |
260 | - if ( !$this->getAttribute($context["loop"], "last", array())) { |
|
260 | + if (!$this->getAttribute($context["loop"], "last", array())) { |
|
261 | 261 | echo ", "; |
262 | 262 | } |
263 | 263 | ++$context['loop']['index0']; |
@@ -531,7 +531,7 @@ discard block |
||
531 | 531 | echo "</td> |
532 | 532 | <td>"; |
533 | 533 | // line 176 |
534 | - if ( !($this->getAttribute($context["property"], "class", array()) === (isset($context["class"]) ? $context["class"] : $this->getContext($context, "class")))) { |
|
534 | + if (!($this->getAttribute($context["property"], "class", array()) === (isset($context["class"]) ? $context["class"] : $this->getContext($context, "class")))) { |
|
535 | 535 | // line 177 |
536 | 536 | echo "<small>from "; |
537 | 537 | echo $context["__internal_21474d8e13cfe6a3a0369d0a6e8352e7a7cfb873a2bbc6a59c929e7c5e02cfdc"]->getproperty_link($context["property"], false, true); |
@@ -595,7 +595,7 @@ discard block |
||
595 | 595 | echo " |
596 | 596 | "; |
597 | 597 | // line 194 |
598 | - if ( !$this->getAttribute($context["method"], "shortdesc", array())) { |
|
598 | + if (!$this->getAttribute($context["method"], "shortdesc", array())) { |
|
599 | 599 | // line 195 |
600 | 600 | echo " <p class=\"no-description\">No description</p> |
601 | 601 | "; |
@@ -609,7 +609,7 @@ discard block |
||
609 | 609 | echo " </div> |
610 | 610 | <div class=\"col-md-2\">"; |
611 | 611 | // line 201 |
612 | - if ( !($this->getAttribute($context["method"], "class", array()) === (isset($context["class"]) ? $context["class"] : $this->getContext($context, "class")))) { |
|
612 | + if (!($this->getAttribute($context["method"], "class", array()) === (isset($context["class"]) ? $context["class"] : $this->getContext($context, "class")))) { |
|
613 | 613 | // line 202 |
614 | 614 | echo "<small>from "; |
615 | 615 | echo $context["__internal_21474d8e13cfe6a3a0369d0a6e8352e7a7cfb873a2bbc6a59c929e7c5e02cfdc"]->getmethod_link($context["method"], false, true); |
@@ -693,7 +693,7 @@ discard block |
||
693 | 693 | echo "\"> |
694 | 694 | <div class=\"location\">"; |
695 | 695 | // line 222 |
696 | - if ( !($this->getAttribute((isset($context["method"]) ? $context["method"] : $this->getContext($context, "method")), "class", array()) === (isset($context["class"]) ? $context["class"] : $this->getContext($context, "class")))) { |
|
696 | + if (!($this->getAttribute((isset($context["method"]) ? $context["method"] : $this->getContext($context, "method")), "class", array()) === (isset($context["class"]) ? $context["class"] : $this->getContext($context, "class")))) { |
|
697 | 697 | echo "in "; |
698 | 698 | echo $context["__internal_21474d8e13cfe6a3a0369d0a6e8352e7a7cfb873a2bbc6a59c929e7c5e02cfdc"]->getmethod_link((isset($context["method"]) ? $context["method"] : $this->getContext($context, "method")), false, true); |
699 | 699 | echo " "; |
@@ -719,7 +719,7 @@ discard block |
||
719 | 719 | echo " <div class=\"method-description\"> |
720 | 720 | "; |
721 | 721 | // line 230 |
722 | - if (( !$this->getAttribute((isset($context["method"]) ? $context["method"] : $this->getContext($context, "method")), "shortdesc", array()) && !$this->getAttribute((isset($context["method"]) ? $context["method"] : $this->getContext($context, "method")), "longdesc", array()))) { |
|
722 | + if ((!$this->getAttribute((isset($context["method"]) ? $context["method"] : $this->getContext($context, "method")), "shortdesc", array()) && !$this->getAttribute((isset($context["method"]) ? $context["method"] : $this->getContext($context, "method")), "longdesc", array()))) { |
|
723 | 723 | // line 231 |
724 | 724 | echo " <p class=\"no-description\">No description</p> |
725 | 725 | "; |
@@ -819,7 +819,7 @@ discard block |
||
819 | 819 | |
820 | 820 | public function getDebugInfo() |
821 | 821 | { |
822 | - return array ( 805 => 266, 800 => 264, 796 => 262, 794 => 261, 791 => 260, 786 => 258, 782 => 256, 780 => 255, 777 => 254, 772 => 252, 768 => 250, 766 => 249, 763 => 248, 758 => 246, 754 => 244, 752 => 243, 749 => 242, 745 => 240, 739 => 237, 736 => 236, 731 => 234, 728 => 233, 724 => 231, 722 => 230, 719 => 229, 717 => 228, 712 => 226, 706 => 223, 696 => 222, 691 => 221, 688 => 220, 683 => 217, 666 => 214, 663 => 213, 646 => 212, 643 => 211, 640 => 210, 635 => 207, 619 => 204, 614 => 202, 612 => 201, 609 => 199, 604 => 197, 600 => 195, 598 => 194, 590 => 193, 581 => 190, 577 => 188, 560 => 187, 557 => 186, 554 => 185, 549 => 182, 541 => 179, 536 => 177, 534 => 176, 530 => 174, 526 => 173, 520 => 171, 515 => 170, 510 => 169, 506 => 168, 502 => 167, 499 => 166, 495 => 165, 492 => 164, 489 => 163, 484 => 160, 474 => 156, 470 => 155, 465 => 153, 462 => 152, 458 => 151, 455 => 150, 452 => 149, 447 => 146, 438 => 143, 434 => 142, 431 => 141, 427 => 140, 424 => 139, 421 => 138, 416 => 135, 407 => 132, 403 => 131, 400 => 130, 396 => 129, 393 => 128, 390 => 127, 382 => 122, 378 => 121, 374 => 119, 371 => 118, 366 => 115, 357 => 112, 353 => 111, 347 => 110, 344 => 109, 340 => 108, 337 => 107, 334 => 106, 330 => 103, 326 => 102, 324 => 101, 321 => 100, 315 => 97, 310 => 96, 305 => 95, 300 => 94, 295 => 93, 290 => 92, 286 => 91, 283 => 90, 277 => 87, 260 => 84, 258 => 83, 241 => 82, 238 => 81, 236 => 80, 232 => 78, 230 => 77, 227 => 76, 222 => 75, 218 => 74, 215 => 73, 210 => 70, 205 => 68, 198 => 64, 194 => 62, 192 => 61, 189 => 60, 184 => 58, 180 => 56, 178 => 55, 175 => 54, 170 => 52, 166 => 50, 164 => 49, 161 => 48, 156 => 46, 152 => 44, 150 => 43, 147 => 42, 143 => 40, 138 => 38, 135 => 37, 130 => 35, 128 => 34, 125 => 33, 123 => 32, 118 => 30, 113 => 28, 106 => 24, 102 => 23, 97 => 20, 94 => 19, 85 => 13, 81 => 12, 77 => 11, 73 => 9, 70 => 8, 67 => 7, 61 => 5, 55 => 4, 47 => 3, 43 => 1, 41 => 2, 11 => 1,); |
|
822 | + return array(805 => 266, 800 => 264, 796 => 262, 794 => 261, 791 => 260, 786 => 258, 782 => 256, 780 => 255, 777 => 254, 772 => 252, 768 => 250, 766 => 249, 763 => 248, 758 => 246, 754 => 244, 752 => 243, 749 => 242, 745 => 240, 739 => 237, 736 => 236, 731 => 234, 728 => 233, 724 => 231, 722 => 230, 719 => 229, 717 => 228, 712 => 226, 706 => 223, 696 => 222, 691 => 221, 688 => 220, 683 => 217, 666 => 214, 663 => 213, 646 => 212, 643 => 211, 640 => 210, 635 => 207, 619 => 204, 614 => 202, 612 => 201, 609 => 199, 604 => 197, 600 => 195, 598 => 194, 590 => 193, 581 => 190, 577 => 188, 560 => 187, 557 => 186, 554 => 185, 549 => 182, 541 => 179, 536 => 177, 534 => 176, 530 => 174, 526 => 173, 520 => 171, 515 => 170, 510 => 169, 506 => 168, 502 => 167, 499 => 166, 495 => 165, 492 => 164, 489 => 163, 484 => 160, 474 => 156, 470 => 155, 465 => 153, 462 => 152, 458 => 151, 455 => 150, 452 => 149, 447 => 146, 438 => 143, 434 => 142, 431 => 141, 427 => 140, 424 => 139, 421 => 138, 416 => 135, 407 => 132, 403 => 131, 400 => 130, 396 => 129, 393 => 128, 390 => 127, 382 => 122, 378 => 121, 374 => 119, 371 => 118, 366 => 115, 357 => 112, 353 => 111, 347 => 110, 344 => 109, 340 => 108, 337 => 107, 334 => 106, 330 => 103, 326 => 102, 324 => 101, 321 => 100, 315 => 97, 310 => 96, 305 => 95, 300 => 94, 295 => 93, 290 => 92, 286 => 91, 283 => 90, 277 => 87, 260 => 84, 258 => 83, 241 => 82, 238 => 81, 236 => 80, 232 => 78, 230 => 77, 227 => 76, 222 => 75, 218 => 74, 215 => 73, 210 => 70, 205 => 68, 198 => 64, 194 => 62, 192 => 61, 189 => 60, 184 => 58, 180 => 56, 178 => 55, 175 => 54, 170 => 52, 166 => 50, 164 => 49, 161 => 48, 156 => 46, 152 => 44, 150 => 43, 147 => 42, 143 => 40, 138 => 38, 135 => 37, 130 => 35, 128 => 34, 125 => 33, 123 => 32, 118 => 30, 113 => 28, 106 => 24, 102 => 23, 97 => 20, 94 => 19, 85 => 13, 81 => 12, 77 => 11, 73 => 9, 70 => 8, 67 => 7, 61 => 5, 55 => 4, 47 => 3, 43 => 1, 41 => 2, 11 => 1,); |
|
823 | 823 | } |
824 | 824 | } |
825 | 825 | /* {% extends "layout/layout.twig" %}*/ |
@@ -69,7 +69,7 @@ |
||
69 | 69 | |
70 | 70 | public function getDebugInfo() |
71 | 71 | { |
72 | - return array ( 55 => 11, 49 => 7, 46 => 6, 40 => 4, 33 => 3, 29 => 1, 27 => 2, 11 => 1,); |
|
72 | + return array(55 => 11, 49 => 7, 46 => 6, 40 => 4, 33 => 3, 29 => 1, 27 => 2, 11 => 1,); |
|
73 | 73 | } |
74 | 74 | } |
75 | 75 | /* {% extends "layout/layout.twig" %}*/ |
@@ -50,7 +50,7 @@ |
||
50 | 50 | |
51 | 51 | public function getDebugInfo() |
52 | 52 | { |
53 | - return array ( 36 => 9, 32 => 7, 29 => 4, 26 => 2, 24 => 1, 18 => 7,); |
|
53 | + return array(36 => 9, 32 => 7, 29 => 4, 26 => 2, 24 => 1, 18 => 7,); |
|
54 | 54 | } |
55 | 55 | } |
56 | 56 | /* {% if has_namespaces %}*/ |
@@ -227,10 +227,10 @@ discard block |
||
227 | 227 | $context['_parent'] = $context; |
228 | 228 | $context['_seq'] = twig_ensure_traversable((isset($context["hints"]) ? $context["hints"] : $this->getContext($context, "hints"))); |
229 | 229 | $context['loop'] = array( |
230 | - 'parent' => $context['_parent'], |
|
231 | - 'index0' => 0, |
|
232 | - 'index' => 1, |
|
233 | - 'first' => true, |
|
230 | + 'parent' => $context['_parent'], |
|
231 | + 'index0' => 0, |
|
232 | + 'index' => 1, |
|
233 | + 'first' => true, |
|
234 | 234 | ); |
235 | 235 | if (is_array($context['_seq']) || (is_object($context['_seq']) && $context['_seq'] instanceof Countable)) { |
236 | 236 | $length = count($context['_seq']); |
@@ -406,10 +406,10 @@ discard block |
||
406 | 406 | $context['_parent'] = $context; |
407 | 407 | $context['_seq'] = twig_ensure_traversable($this->getAttribute((isset($context["method"]) ? $context["method"] : $this->getContext($context, "method")), "parameters", array())); |
408 | 408 | $context['loop'] = array( |
409 | - 'parent' => $context['_parent'], |
|
410 | - 'index0' => 0, |
|
411 | - 'index' => 1, |
|
412 | - 'first' => true, |
|
409 | + 'parent' => $context['_parent'], |
|
410 | + 'index0' => 0, |
|
411 | + 'index' => 1, |
|
412 | + 'first' => true, |
|
413 | 413 | ); |
414 | 414 | if (is_array($context['_seq']) || (is_object($context['_seq']) && $context['_seq'] instanceof Countable)) { |
415 | 415 | $length = count($context['_seq']); |
@@ -149,7 +149,7 @@ discard block |
||
149 | 149 | echo "\">"; |
150 | 150 | // line 17 |
151 | 151 | echo $this->env->getExtension('sami')->abbrClass($this->getAttribute((isset($context["method"]) ? $context["method"] : $this->getContext($context, "method")), "class", array())); |
152 | - if ( !((array_key_exists("classonly", $context)) ? (_twig_default_filter((isset($context["classonly"]) ? $context["classonly"] : $this->getContext($context, "classonly")), false)) : (false))) { |
|
152 | + if (!((array_key_exists("classonly", $context)) ? (_twig_default_filter((isset($context["classonly"]) ? $context["classonly"] : $this->getContext($context, "classonly")), false)) : (false))) { |
|
153 | 153 | echo "::"; |
154 | 154 | echo $this->getAttribute((isset($context["method"]) ? $context["method"] : $this->getContext($context, "method")), "name", array()); |
155 | 155 | } |
@@ -188,7 +188,7 @@ discard block |
||
188 | 188 | echo "\">"; |
189 | 189 | // line 23 |
190 | 190 | echo $this->env->getExtension('sami')->abbrClass($this->getAttribute((isset($context["property"]) ? $context["property"] : $this->getContext($context, "property")), "class", array())); |
191 | - if ( !((array_key_exists("classonly", $context)) ? (_twig_default_filter((isset($context["classonly"]) ? $context["classonly"] : $this->getContext($context, "classonly")), true)) : (true))) { |
|
191 | + if (!((array_key_exists("classonly", $context)) ? (_twig_default_filter((isset($context["classonly"]) ? $context["classonly"] : $this->getContext($context, "classonly")), true)) : (true))) { |
|
192 | 192 | echo "#"; |
193 | 193 | echo $this->getAttribute((isset($context["property"]) ? $context["property"] : $this->getContext($context, "property")), "name", array()); |
194 | 194 | } |
@@ -254,7 +254,7 @@ discard block |
||
254 | 254 | echo "[]"; |
255 | 255 | } |
256 | 256 | // line 38 |
257 | - if ( !$this->getAttribute($context["loop"], "last", array())) { |
|
257 | + if (!$this->getAttribute($context["loop"], "last", array())) { |
|
258 | 258 | echo "|"; |
259 | 259 | } |
260 | 260 | ++$context['loop']['index0']; |
@@ -433,7 +433,7 @@ discard block |
||
433 | 433 | echo twig_escape_filter($this->env, $this->getAttribute($context["parameter"], "default", array()), "html", null, true); |
434 | 434 | } |
435 | 435 | // line 68 |
436 | - if ( !$this->getAttribute($context["loop"], "last", array())) { |
|
436 | + if (!$this->getAttribute($context["loop"], "last", array())) { |
|
437 | 437 | echo ", "; |
438 | 438 | } |
439 | 439 | ++$context['loop']['index0']; |
@@ -560,7 +560,7 @@ discard block |
||
560 | 560 | if ((isset($context["current_ns"]) ? $context["current_ns"] : $this->getContext($context, "current_ns"))) { |
561 | 561 | // line 99 |
562 | 562 | echo " "; |
563 | - $context["current_ns"] = (((isset($context["current_ns"]) ? $context["current_ns"] : $this->getContext($context, "current_ns")) . "\\") . $context["ns"]); |
|
563 | + $context["current_ns"] = (((isset($context["current_ns"]) ? $context["current_ns"] : $this->getContext($context, "current_ns"))."\\").$context["ns"]); |
|
564 | 564 | // line 100 |
565 | 565 | echo " "; |
566 | 566 | } else { |
@@ -700,7 +700,7 @@ discard block |
||
700 | 700 | |
701 | 701 | public function getDebugInfo() |
702 | 702 | { |
703 | - return array ( 675 => 123, 666 => 120, 662 => 119, 659 => 118, 655 => 117, 651 => 116, 648 => 115, 646 => 114, 643 => 113, 640 => 112, 628 => 111, 610 => 108, 598 => 107, 574 => 103, 571 => 102, 568 => 101, 565 => 100, 562 => 99, 559 => 98, 554 => 97, 551 => 96, 539 => 95, 524 => 92, 514 => 88, 507 => 85, 501 => 83, 495 => 81, 493 => 80, 489 => 78, 485 => 77, 481 => 75, 479 => 74, 467 => 73, 452 => 70, 436 => 68, 431 => 67, 428 => 66, 423 => 65, 406 => 64, 404 => 63, 402 => 62, 390 => 61, 371 => 58, 358 => 57, 341 => 53, 334 => 51, 332 => 50, 320 => 49, 302 => 45, 300 => 44, 287 => 43, 257 => 38, 253 => 37, 250 => 35, 248 => 34, 246 => 33, 244 => 32, 227 => 31, 225 => 30, 223 => 28, 211 => 27, 196 => 24, 190 => 23, 186 => 22, 172 => 21, 157 => 18, 151 => 17, 147 => 16, 133 => 15, 116 => 12, 114 => 11, 109 => 9, 107 => 8, 103 => 7, 101 => 6, 88 => 5, 69 => 2, 57 => 1, 52 => 110, 49 => 106, 46 => 94, 43 => 72, 40 => 60, 37 => 56, 34 => 48, 31 => 42, 28 => 26, 25 => 20, 22 => 14, 19 => 4,); |
|
703 | + return array(675 => 123, 666 => 120, 662 => 119, 659 => 118, 655 => 117, 651 => 116, 648 => 115, 646 => 114, 643 => 113, 640 => 112, 628 => 111, 610 => 108, 598 => 107, 574 => 103, 571 => 102, 568 => 101, 565 => 100, 562 => 99, 559 => 98, 554 => 97, 551 => 96, 539 => 95, 524 => 92, 514 => 88, 507 => 85, 501 => 83, 495 => 81, 493 => 80, 489 => 78, 485 => 77, 481 => 75, 479 => 74, 467 => 73, 452 => 70, 436 => 68, 431 => 67, 428 => 66, 423 => 65, 406 => 64, 404 => 63, 402 => 62, 390 => 61, 371 => 58, 358 => 57, 341 => 53, 334 => 51, 332 => 50, 320 => 49, 302 => 45, 300 => 44, 287 => 43, 257 => 38, 253 => 37, 250 => 35, 248 => 34, 246 => 33, 244 => 32, 227 => 31, 225 => 30, 223 => 28, 211 => 27, 196 => 24, 190 => 23, 186 => 22, 172 => 21, 157 => 18, 151 => 17, 147 => 16, 133 => 15, 116 => 12, 114 => 11, 109 => 9, 107 => 8, 103 => 7, 101 => 6, 88 => 5, 69 => 2, 57 => 1, 52 => 110, 49 => 106, 46 => 94, 43 => 72, 40 => 60, 37 => 56, 34 => 48, 31 => 42, 28 => 26, 25 => 20, 22 => 14, 19 => 4,); |
|
704 | 704 | } |
705 | 705 | } |
706 | 706 | /* {% macro namespace_link(namespace) -%}*/ |
@@ -177,7 +177,7 @@ |
||
177 | 177 | |
178 | 178 | public function getDebugInfo() |
179 | 179 | { |
180 | - return array ( 163 => 37, 152 => 36, 147 => 38, 145 => 37, 136 => 36, 133 => 35, 124 => 15, 120 => 14, 116 => 13, 112 => 12, 108 => 11, 104 => 10, 99 => 9, 96 => 8, 90 => 6, 84 => 40, 82 => 35, 78 => 33, 67 => 30, 63 => 29, 59 => 27, 55 => 26, 53 => 25, 50 => 24, 44 => 22, 42 => 21, 39 => 20, 37 => 8, 32 => 6, 25 => 1,); |
|
180 | + return array(163 => 37, 152 => 36, 147 => 38, 145 => 37, 136 => 36, 133 => 35, 124 => 15, 120 => 14, 116 => 13, 112 => 12, 108 => 11, 104 => 10, 99 => 9, 96 => 8, 90 => 6, 84 => 40, 82 => 35, 78 => 33, 67 => 30, 63 => 29, 59 => 27, 55 => 26, 53 => 25, 50 => 24, 44 => 22, 42 => 21, 39 => 20, 37 => 8, 32 => 6, 25 => 1,); |
|
181 | 181 | } |
182 | 182 | } |
183 | 183 | /* <!DOCTYPE html>*/ |
@@ -99,7 +99,7 @@ |
||
99 | 99 | |
100 | 100 | public function getDebugInfo() |
101 | 101 | { |
102 | - return array ( 86 => 24, 80 => 23, 73 => 19, 67 => 16, 63 => 14, 60 => 13, 56 => 12, 49 => 7, 46 => 6, 40 => 4, 33 => 3, 29 => 1, 27 => 2, 11 => 1,); |
|
102 | + return array(86 => 24, 80 => 23, 73 => 19, 67 => 16, 63 => 14, 60 => 13, 56 => 12, 49 => 7, 46 => 6, 40 => 4, 33 => 3, 29 => 1, 27 => 2, 11 => 1,); |
|
103 | 103 | } |
104 | 104 | } |
105 | 105 | /* {% extends "layout/layout.twig" %}*/ |
@@ -165,7 +165,7 @@ discard block |
||
165 | 165 | foreach ($context['_seq'] as $context["_key"] => $context["version"]) { |
166 | 166 | // line 58 |
167 | 167 | echo " <option value=\""; |
168 | - echo twig_escape_filter($this->env, $this->env->getExtension('sami')->pathForStaticFile($context, (("../" . $context["version"]) . "/index.html")), "html", null, true); |
|
168 | + echo twig_escape_filter($this->env, $this->env->getExtension('sami')->pathForStaticFile($context, (("../".$context["version"])."/index.html")), "html", null, true); |
|
169 | 169 | echo "\""; |
170 | 170 | echo ((($context["version"] == $this->getAttribute((isset($context["project"]) ? $context["project"] : $this->getContext($context, "project")), "version", array()))) ? (" selected") : ("")); |
171 | 171 | echo ">"; |
@@ -217,7 +217,7 @@ discard block |
||
217 | 217 | |
218 | 218 | public function getDebugInfo() |
219 | 219 | { |
220 | - return array ( 202 => 74, 199 => 73, 185 => 63, 180 => 60, 167 => 58, 163 => 57, 159 => 55, 157 => 54, 154 => 53, 151 => 52, 146 => 49, 143 => 48, 133 => 41, 129 => 40, 125 => 39, 120 => 38, 114 => 36, 112 => 35, 108 => 34, 99 => 30, 88 => 21, 85 => 20, 79 => 13, 73 => 11, 65 => 15, 62 => 14, 60 => 13, 57 => 12, 55 => 11, 51 => 10, 45 => 7, 41 => 6, 37 => 4, 34 => 3, 11 => 1,); |
|
220 | + return array(202 => 74, 199 => 73, 185 => 63, 180 => 60, 167 => 58, 163 => 57, 159 => 55, 157 => 54, 154 => 53, 151 => 52, 146 => 49, 143 => 48, 133 => 41, 129 => 40, 125 => 39, 120 => 38, 114 => 36, 112 => 35, 108 => 34, 99 => 30, 88 => 21, 85 => 20, 79 => 13, 73 => 11, 65 => 15, 62 => 14, 60 => 13, 57 => 12, 55 => 11, 51 => 10, 45 => 7, 41 => 6, 37 => 4, 34 => 3, 11 => 1,); |
|
221 | 221 | } |
222 | 222 | } |
223 | 223 | /* {% extends "layout/base.twig" %}*/ |
@@ -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"]) ? $context["namespace"] : $this->getContext($context, "namespace")), array("\\" => "_"))), "html", null, true); |
|
51 | + echo twig_escape_filter($this->env, ("namespace:".twig_replace_filter((isset($context["namespace"]) ? $context["namespace"] : $this->getContext($context, "namespace")), array("\\" => "_"))), "html", null, true); |
|
52 | 52 | } |
53 | 53 | |
54 | 54 | // line 7 |
@@ -155,7 +155,7 @@ discard block |
||
155 | 155 | |
156 | 156 | public function getDebugInfo() |
157 | 157 | { |
158 | - return array ( 142 => 43, 137 => 41, 134 => 40, 132 => 39, 129 => 38, 124 => 36, 121 => 35, 119 => 34, 116 => 33, 111 => 31, 108 => 30, 106 => 29, 103 => 28, 99 => 26, 90 => 25, 86 => 23, 84 => 22, 78 => 19, 74 => 17, 71 => 16, 63 => 11, 58 => 8, 55 => 7, 49 => 5, 43 => 4, 35 => 3, 31 => 1, 29 => 2, 11 => 1,); |
|
158 | + return array(142 => 43, 137 => 41, 134 => 40, 132 => 39, 129 => 38, 124 => 36, 121 => 35, 119 => 34, 116 => 33, 111 => 31, 108 => 30, 106 => 29, 103 => 28, 99 => 26, 90 => 25, 86 => 23, 84 => 22, 78 => 19, 74 => 17, 71 => 16, 63 => 11, 58 => 8, 55 => 7, 49 => 5, 43 => 4, 35 => 3, 31 => 1, 29 => 2, 11 => 1,); |
|
159 | 159 | } |
160 | 160 | } |
161 | 161 | /* {% extends "layout/layout.twig" %}*/ |