Home
last modified time | relevance | path

Searched refs:loop (Results 26 – 50 of 209) sorted by relevance

123456789

/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/for/
H A Dcondition.test5 {{ loop.index }}.{{ i }}{{ foo.bar }}
/plugin/scrape/
H A DphpQuery-onefile.php
/plugin/findologicxmlexport/vendor/twig/twig/doc/tests/
H A Ddivisibleby.rst12 {% if loop.index is divisible by(3) %}
/plugin/webdav/vendor/sabre/event/
H A DCHANGELOG.md18 * #26: Added an event loop implementation. Also knows as the Reactor Pattern.
25 execution context. In practise that means you need to run the event loop to
H A DREADME.md10 3. An event loop.
/plugin/findologicxmlexport/vendor/twig/twig/doc/functions/
H A Dcycle.rst12 {{ cycle(['odd', 'even'], loop.index0) }}
/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.
/plugin/swiftmail/Swift/Message/
H A DEncoder.php158 $loop = false;
162 if ($loop) $cache->write("b64", $le);
163 $loop = true;
H A DHeaders.php525 $loop = false;
537 if ($loop) $append .= ";";
541 $loop = true;
/plugin/externalembed/
H A Dsyntax.php529 $loop = '1';
531 $loop = '0';
539 …meters['video_id'] . '?' . 'autoplay=' . $autoplay . '&mute=' . $mute . '&loop=' . $loop . '&contr…
/plugin/diagramsnet/lib/plugins/
H A Danimation.js63 function run(graph, steps, loop) argument
157 if (loop)
161 run(graph, steps, loop);
/plugin/projects/lib/
H A Dlayout.php69 foreach ($error['loop'] as $loop)
70 $msg .= ' ' . $loop;
H A Dmaker.php38 $loop = array($this->name);
41 $loop[] = $next;
44 add_error($errors, $this->name, array('loop' => $loop));
/plugin/findologicxmlexport/vendor/twig/twig/src/NodeVisitor/
H A DOptimizerNodeVisitor.php262 foreach ($this->loops as $loop) {
263 $loop->setAttribute('with_loop', true);
/plugin/codeprettify/code-prettify/src/
H A Dlang-vhdl.js39 …roup|guarded|if|impure|in|inertial|inout|is|label|library|linkage|literal|loop|map|mod|nand|new|ne…
/plugin/s5reloaded/ui/effects_support/
H A Dsound.js45 src: options.url, loop: 1, autostart: true
/plugin/schedule/
H A DTODO.txt28 convert -dispose previous -loop 10 -delay 20 green.png -delay 10 green-23.png green-21.png green-18…
/plugin/abc2/abc-libraries/abcjs/
H A Dabcjs-midi.css51 .abcjs-inline-midi .abcjs-midi-loop:before {
55 .abcjs-inline-midi .abcjs-midi-loop.abcjs-pushed {
/plugin/revealjs/
H A Drenderer.php146 $loop = $this->getConf('loop') ? 'true' : 'false';
164 loop: '. $loop .',
/plugin/abc2/
H A Dstyle.css70 .abcjs-inline-midi .abcjs-midi-loop:before {
74 .abcjs-inline-midi .abcjs-midi-loop.abcjs-pushed {
/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.
/plugin/flowplay2/flowplayer/
H A DREADME.txt68 - Removed the loop button (unnecessary)
87 - autoRewind now rewinds to start and stops if loop is false
159 …- By default the loop button is no longer shown. You have to specify showLoopButton: true to make …
201 - Added ability to loop; Contains a new toggle button to control looping.
202 Default looping state is defined in 'loop' parameter. Thanks Jeff Wagner
313 - loop config setting was broken
350 - If loop is off the player stops on the last frame of the clip
353 - New config options to hide the loop button and the size options menu.
383 control and loop buttons yet)
417 'loop' option keeps the playback looping without returning back to the first splash image
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D67.67.js1 …{root:[{include:"@whitespace"},[/next(?!\w)/,{token:"keyword.tag-for"}],[/loop(?!\w)/,{token:"keyw…
/plugin/photogallery/lightGallery/js/
H A Dlightgallery.js44 loop: true, property in AnonymousFunction91f19f9c0200.defaults
921 var _loop = _this.s.loop;
952 var _loop = _this.s.loop;
1021 if (!this.s.loop && this.s.hideControlOnEnd) {
1202 if (this.s.loop && this.$slide.length > 2) {
H A Dlightgallery.min.js4loop:!0,escKey:!0,keyPress:!0,controls:!0,slideEndAnimatoin:!0,hideControlOnEnd:!1,mousewheel:!0,g… property in AnonymousFunction7137b5ee0200.c

123456789