Home
last modified time | relevance | path

Searched refs:loop (Results 151 – 175 of 209) sorted by last modified time

123456789

/plugin/findologicxmlexport/vendor/twig/twig/src/Node/
H A DForNode.php26 protected $loop; variable in Twig\\Node\\ForNode
30 $body = new Node([$body, $this->loop = new ForLoopNode($lineno, $tag)]);
83 $this->loop->setAttribute('else', $this->hasNode('else'));
84 $this->loop->setAttribute('with_loop', $this->getAttribute('with_loop'));
85 $this->loop->setAttribute('ifexpr', $this->getAttribute('ifexpr'));
/plugin/findologicxmlexport/vendor/twig/twig/src/NodeVisitor/
H A DOptimizerNodeVisitor.php262 foreach ($this->loops as $loop) {
263 $loop->setAttribute('with_loop', true);
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/for/
H A Dinner_variables.test6 {{k}}{% set k = k+1 %} {{ loop.parent.loop.index }}
H A Dloop_context.test2 "for" tag adds a loop variable to the context
5 * {{ loop.index }}/{{ loop.index0 }}
6 * {{ loop.revindex }}/{{ loop.revindex0 }}
7 * {{ loop.first }}/{{ loop.last }}/{{ loop.length }}
H A Dloop_context_local.test2 "for" tag adds a loop variable to the context locally
6 {% if loop is not defined %}WORKS{% endif %}
H A Dloop_not_defined.test5 {{ loop.last }}
10 Twig\Error\SyntaxError: The "loop.last" variable is not defined when looping with a condition in "i…
H A Dloop_not_defined_cond.test4 {% for i, item in items if loop.last > 0 %}
9 Twig\Error\SyntaxError: The "loop" variable cannot be used in a looping condition in "index.twig" a…
H A Dobjects.test6 * {{ loop.index }}/{{ loop.index0 }}
7 * {{ loop.first }}
H A Dobjects_countable.test6 * {{ loop.index }}/{{ loop.index0 }}
7 * {{ loop.revindex }}/{{ loop.revindex0 }}
8 * {{ loop.first }}/{{ loop.last }}/{{ loop.length }}
H A Drecursive.test5 * {{ key }} ({{ loop.length }}):
7 * {{ value }} ({{ loop.length }})
H A Dcondition.test5 {{ loop.index }}.{{ i }}{{ foo.bar }}
/plugin/findologicxmlexport/vendor/hoa/iterator/
H A DREADME.md212 $step)` loop.
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Drecipes.rst233 parent context is always accessible via the ``loop.parent`` variable. For
248 * {{ loop.index }}: {{ topic }}
250 - {{ loop.parent.loop.index }}.{{ loop.index }}: {{ message }}
265 In the inner loop, the ``loop.parent`` variable is used to access the outer
266 context. So, the index of the current ``topic`` defined in the outer for loop
267 is accessible via the ``loop.parent.loop.index`` variable.
H A Dapi.rst568 removing the ``loop`` variable creation whenever possible.
/plugin/findologicxmlexport/vendor/twig/twig/doc/tags/
H A Dfor.rst53 The `loop` variable
61 ``loop.index`` The current iteration of the loop. (1 indexed)
62 ``loop.index0`` The current iteration of the loop. (0 indexed)
63 ``loop.revindex`` The number of iterations from the end of the loop (1 indexed)
64 ``loop.revindex0`` The number of iterations from the end of the loop (0 indexed)
65 ``loop.first`` True if first iteration
66 ``loop.last`` True if last iteration
68 ``loop.parent`` The parent context
74 {{ loop.index }} - {{ user.username }}
79 The ``loop.length``, ``loop.revindex``, ``loop.revindex0``, and
[all …]
/plugin/findologicxmlexport/vendor/twig/twig/
H A DCHANGELOG486 * added a syntax error when using a loop variable that is not defined
788 * fixed an infinite loop on some Windows configurations
828 * removed the "without loop" attribute for the "for" tag (not needed anymore
930 …* fixed the for tag for large arrays (some loop variables are now only available for arrays and ob…
948 * fixed variables defined outside a loop and for which the value changes in a for loop
985 * added the "without loop" option to the for tag (it disables the generation of the loop variable)
1007 * fixed loop.last when the array only has one item
/plugin/ckgdoku/ckeditor/
H A DCHANGES.md748 * [#11754](http://dev.ckeditor.com/ticket/11754): [Chrome] Fixed: Infinite loop when content includ…
1144 * [#10265](http://dev.ckeditor.com/ticket/10265): Wrong loop type in the [File Browser](http://cked…
1153 …p://dev.ckeditor.com/ticket/10285): Fixed: Styled text pasted from MS Word causes an infinite loop.
/plugin/swiftmail/Swift/
H A DBatchMailer.php199 $loop = true;
200 while ($loop && $tried < $this->getMaxTries())
204 $loop = false;
222 $loop = true;
/plugin/swiftmail/Swift/Message/
H A DHeaders.php525 $loop = false;
537 if ($loop) $append .= ";";
541 $loop = true;
H A DEncoder.php158 $loop = false;
162 if ($loop) $cache->write("b64", $le);
163 $loop = true;
/plugin/fckg/
H A DChanges66 Created loop in insert_table() that goes through all rows checking for rowspans. Rowspan property o…
67 …l rows where rowspans have been processed, causing them to be ignored on subsequent passes of loop.
/plugin/davcard/vendor/sabre/vobject/
H A DChangeLog.md283 * Fixed: Issue #86. Don't go into an infinite loop when php errors are
390 * Fixed: Recursive loop in ICalendar\DateTime property.
586 * Fixed: RecurrenceIterator could infinitely loop when an INTERVAL of 0 was
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/
H A DFixer.php553 $loop = $this->_oldTokenValues[$stackPtr]['loop'];
556 …*** $sniff (line $line) has possible conflict with another sniff on loop $loop; caused by the foll…
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
H A Dpdfmake.min.js.map1loop to avoid recursion\n\t var loweredCase = false\n\t for (;;) {\n\t switch (encoding) {\n\…
/plugin/icalevents/vendor/sabre/vobject/
H A DCHANGELOG.md27 * #333: Fix endless loop on invalid `BYMONTH` values in recurrence.
448 * Fixed: Issue #86. Don't go into an infinite loop when php errors are
555 * Fixed: Recursive loop in ICalendar\DateTime property.
751 * Fixed: RecurrenceIterator could infinitely loop when an INTERVAL of 0 was

123456789