Home
last modified time | relevance | path

Searched refs:loop (Results 1 – 25 of 209) sorted by relevance

123456789

/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/for/
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 Dobjects_countable.test6 * {{ loop.index }}/{{ loop.index0 }}
7 * {{ loop.revindex }}/{{ loop.revindex0 }}
8 * {{ loop.first }}/{{ loop.last }}/{{ loop.length }}
H A Dobjects.test6 * {{ loop.index }}/{{ loop.index0 }}
7 * {{ loop.first }}
H A Dinner_variables.test6 {{k}}{% set k = k+1 %} {{ loop.parent.loop.index }}
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_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 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 Drecursive.test5 * {{ key }} ({{ loop.length }}):
7 * {{ value }} ({{ loop.length }})
/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 …]
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/webdav/vendor/sabre/event/lib/Loop/
H A Dfunctions.php175 static $loop;
177 $loop = $newLoop;
178 } elseif (!$loop) {
179 $loop = new Loop();
181 return $loop;
/plugin/virtualkeyboard/vk/extensions/
H A Darrayextensions.js118 for (var loop = this.length-1 ; loop >= 0; loop--) {
119 this[loop+1] = this[loop];
147 for (var loop = this.length-1 ; loop >= 0; loop--) {
148 tmp[loop] = func(this[loop]);
/plugin/phosphor/
H A Dphosphor.php115 if ($params['loop']) $p['looping'] = $params['loop'];
157 if ( !empty($params['loop']) && $params['loop'] == "true" ) {
158 $loop = 'loop="true"';
/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/swiftmail/Swift/
H A DBatchMailer.php199 $loop = true;
200 while ($loop && $tried < $this->getMaxTries())
204 $loop = false;
222 $loop = true;
/plugin/jcapture/src/com/hammurapi/jcapture/
H A DCaptureConfig.java60 private boolean loop = true; field in CaptureConfig
100 return loop; in isLoop()
103 public void setLoop(boolean loop) { in setLoop() argument
104 this.loop = loop; in setLoop()
291loop=Boolean.parseBoolean(properties.getProperty(LOOP_PROPERTY, String.valueOf(loop))); in load()
347 properties.setProperty(LOOP_PROPERTY, String.valueOf(loop)); in store()
/plugin/flowplay/
H A Dchangelog5 * Behavior change: video files do not loop anymore
12 * Wishlist: The video should not autostart nor loop ;-)
/plugin/picasawebalbum/
H A Djquery.slimbox2.js6loop:false,overlayOpacity:0.8,overlayFadeDuration:400,resizeDuration:400,resizeEasing:"swing",init…
/plugin/animation/scripts/
H A Djquery.scianimator.min.js8loop:{tip:"Click to toggle loop mode",loop:"Loop",sweep:"Sweep",none:"None"},speed:{speed:"Speed",… method in b.controls.g
/plugin/flowplay/flowplayer/
H A DflowPlayer.js192 loop: true,
/plugin/flowplay2/flowplayer/extras/
H A DflowPlayer.js243 loop: true,
/plugin/jplayer/vendor/happyworm/jplayer/dist/add-on/
H A Djplayer.playlist.min.js2loop=!1,this.shuffled=!1,this.removing=!1,this.cssSelector=a.extend({},this._cssSelector,b),this.o…
H A Djplayer.playlist.js26 this.loop = false; // Flag used with the jPlayer repeat event
75 self.loop = event.jPlayer.options.loop;
439 if(this.loop) {
456 … if(this.loop && this.options.playlistOptions.loopOnPrevious || index < this.playlist.length - 1) {
/plugin/jplayer/vendor/happyworm/jplayer/src/javascript/add-on/
H A Djplayer.playlist.js26 this.loop = false; // Flag used with the jPlayer repeat event
75 self.loop = event.jPlayer.options.loop;
439 if(this.loop) {
456 … if(this.loop && this.options.playlistOptions.loopOnPrevious || index < this.playlist.length - 1) {
/plugin/autotabber/
H A Dtaboverride.js536 function loop(func) { function
545 loop(function (type, handler) {
553 loop(function (type, handler) {
560 loop(function (type, handler) {
566 loop(function (type, handler) {

123456789