Home
last modified time | relevance | path

Searched refs:loop (Results 176 – 200 of 209) sorted by path

123456789

/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/revealjs/
H A DREADME.md225 …enlarge_vertical_slide_headers=0&show_slide_details=1&open_in_new_window=1&auto_slide=6000&loop=1~~
H A Dchangelog.md6 - Added auto_slide and loop settings and overrides
H A Drenderer.php146 $loop = $this->getConf('loop') ? 'true' : 'false';
164 loop: '. $loop .',
/plugin/revealjs/js/
H A Dreveal.js126 loop: false, property in AnonymousFunctione17f777e0200.config
3195 if( config.loop ) {
3320 if( config.loop ) {
3969 if( config.loop ) {
4978 …!isOverview() && ( !Reveal.isLastSlide() || availableFragments().next || config.loop === true ) ) {
5130 if( routes.down && routes.right && config.loop && Reveal.isLastVerticalSlide( currentSlide ) ) {
5768 if( Reveal.isLastSlide() && config.loop === false ) {
/plugin/s5reloaded/ui/audio_support/
H A Dsoundmanager2.js506 …sm.o._start(self.sID,thisOptions.loop||1,self.position); // TODO: verify !autoPlay doesn't cause i…
/plugin/s5reloaded/ui/effects_support/
H A Deffects.js202 this.interval = setInterval(this.loop.bind(this), 15);
211 loop: function() {
214 this.effects[i] && this.effects[i].loop(timePos);
272 loop: function(timePos) {
H A Dsound.js45 src: options.url, loop: 1, autostart: true
/plugin/s5reloaded/ui/thesis/
H A Dpretty.css489 #controls #navLinks ul li#loop a.isoff {background: url(loop_link.png) no-repeat top left;}
490 #controls #navLinks ul li#loop a.ison {background: url(loop_on.png) no-repeat top right;}
491 #controls #navLinks ul li#loop a:hover {background: url(loop_over.png) no-repeat bottom left;}
/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/scrape/
H A DphpQuery-onefile.php
/plugin/sequencediagram/bower_components/lodash/vendor/firebug-lite/src/
H A Dfirebug-lite-debug.js14258 var loop = new DomplateLoop();
14259 return loop.merge(arguments);
/plugin/stlviewer/stlviewer/
H A Dstl_viewer.min.js2 …o.animation_next_delta(e,e.animation.delta,i),a>=1){if(!e.animation.delta.loop)return void o.remov…
H A Dthree.min.js2loop=!1,n.loopStart=0,n.loopEnd=0,n.offset=0,n.duration=void 0,n.playbackRate=1,n.isPlaying=!1,n.h…
/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 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/syntaxhighlighter4/dist/
H A Dsyntaxhighlighter.js.map1loop\n * var pos = 2, result = [], match;\n * while (match = XRegExp.exec('<1><2><3><4>5<6>', /<(\…
/plugin/topbarsyntax/
H A Dcsshover3.htc75 // todo; might need to be placed inside the for loop, since an error
/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/webcode/vendor/
H A Dfirebug-lite-1.4.js3725 FBL.FOR=function(){var loop=new DomplateLoop();
3726 return loop.merge(arguments)
/plugin/webdav/vendor/sabre/dav/
H A DCHANGELOG.md1379 recurring event could result in an endless loop.
1413 * Fixed: Fixed a bug where an infinite loop could occur in the recurrence
/plugin/webdav/vendor/sabre/dav/lib/DAV/Browser/assets/openiconic/
H A Dopen-iconic.css346 .oi[data-glyph=loop-circular]:before { content:'\e08c'; }
348 .oi[data-glyph=loop-square]:before { content:'\e08d'; }
350 .oi[data-glyph=loop]:before { content:'\e08e'; }
/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

123456789