Home
last modified time | relevance | path

Searched refs:loop (Results 101 – 125 of 209) sorted by path

123456789

/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/findologicxmlexport/vendor/hoa/iterator/
H A DREADME.md212 $step)` loop.
/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/findologicxmlexport/vendor/twig/twig/doc/
H A Dapi.rst568 removing the ``loop`` variable creation whenever possible.
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.
/plugin/findologicxmlexport/vendor/twig/twig/doc/functions/
H A Dcycle.rst12 {{ cycle(['odd', 'even'], loop.index0) }}
/plugin/findologicxmlexport/vendor/twig/twig/doc/tags/
H A Dextends.rst214 without the ``block`` tag. The ``block`` inside the ``for`` loop is just a way
230 Now, when rendering the child template, the loop is going to use the block
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 …]
H A Dset.rst59 ``for`` loop is not accessible outside the loop itself:
69 If you want to access the variable, just declare it before the loop:
/plugin/findologicxmlexport/vendor/twig/twig/doc/tests/
H A Ddivisibleby.rst12 {% if loop.index is divisible by(3) %}
/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 Dcondition.test5 {{ loop.index }}.{{ i }}{{ foo.bar }}
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 }})
/plugin/flowcharts/
H A Dmermaid.min.js1loop:21,end:22,rect:23,opt:24,alt:25,else_sections:26,par:27,par_sections:28,and:29,else:30,note:3… property in AnonymousFunction6e8e00855b500.i.A.symbols_
/plugin/flowplay/
H A Dchangelog5 * Behavior change: video files do not loop anymore
12 * Wishlist: The video should not autostart nor loop ;-)
/plugin/flowplay/flowplayer/
H A DREADME.txt33 - Added ability to loop; Contains a new toggle button to control looping.
34 Default looping state is defined in 'loop' parameter. Thanks Jeff Wagner
141 - loop config setting was broken
178 - If loop is off the player stops on the last frame of the clip
181 - New config options to hide the loop button and the size options menu.
H A DflowPlayer.js192 loop: true,

123456789