Searched refs:loop (Results 1 – 25 of 209) sorted by relevance
123456789
2 "for" tag adds a loop variable to the context5 * {{ loop.index }}/{{ loop.index0 }}6 * {{ loop.revindex }}/{{ loop.revindex0 }}7 * {{ loop.first }}/{{ loop.last }}/{{ loop.length }}
6 * {{ loop.index }}/{{ loop.index0 }}7 * {{ loop.revindex }}/{{ loop.revindex0 }}8 * {{ loop.first }}/{{ loop.last }}/{{ loop.length }}
6 * {{ loop.index }}/{{ loop.index0 }}7 * {{ loop.first }}
6 {{k}}{% set k = k+1 %} {{ loop.parent.loop.index }}
2 "for" tag adds a loop variable to the context locally6 {% if loop is not defined %}WORKS{% endif %}
4 {% 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…
5 {{ loop.last }}10 Twig\Error\SyntaxError: The "loop.last" variable is not defined when looping with a condition in "i…
5 * {{ key }} ({{ loop.length }}):7 * {{ value }} ({{ loop.length }})
53 The `loop` variable61 ``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 iteration66 ``loop.last`` True if last iteration68 ``loop.parent`` The parent context74 {{ loop.index }} - {{ user.username }}79 The ``loop.length``, ``loop.revindex``, ``loop.revindex0``, and[all …]
59 ``for`` loop is not accessible outside the loop itself:69 If you want to access the variable, just declare it before the loop:
175 static $loop;177 $loop = $newLoop;178 } elseif (!$loop) {179 $loop = new Loop();181 return $loop;
118 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]);
115 if ($params['loop']) $p['looping'] = $params['loop'];157 if ( !empty($params['loop']) && $params['loop'] == "true" ) {158 $loop = 'loop="true"';
26 protected $loop; variable in Twig\\Node\\ForNode30 $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'));
199 $loop = true;200 while ($loop && $tried < $this->getMaxTries())204 $loop = false;222 $loop = true;
60 private boolean loop = true; field in CaptureConfig100 return loop; in isLoop()103 public void setLoop(boolean loop) { in setLoop() argument104 this.loop = loop; in setLoop()291 … loop=Boolean.parseBoolean(properties.getProperty(LOOP_PROPERTY, String.valueOf(loop))); in load()347 properties.setProperty(LOOP_PROPERTY, String.valueOf(loop)); in store()
5 * Behavior change: video files do not loop anymore12 * Wishlist: The video should not autostart nor loop ;-)
6 …loop:false,overlayOpacity:0.8,overlayFadeDuration:400,resizeDuration:400,resizeEasing:"swing",init…
8 …loop:{tip:"Click to toggle loop mode",loop:"Loop",sweep:"Sweep",none:"None"},speed:{speed:"Speed",… property in e.fn.scianimator.defaults.labels.text.loop
192 loop: true,
243 loop: true,
2 …loop=!1,this.shuffled=!1,this.removing=!1,this.cssSelector=a.extend({},this._cssSelector,b),this.o…
26 this.loop = false; // Flag used with the jPlayer repeat event75 self.loop = event.jPlayer.options.loop;439 if(this.loop) {456 … if(this.loop && this.options.playlistOptions.loopOnPrevious || index < this.playlist.length - 1) {
536 function loop(func) { function545 loop(function (type, handler) {553 loop(function (type, handler) {560 loop(function (type, handler) {566 loop(function (type, handler) {