Home
last modified time | relevance | path

Searched refs:loop (Results 176 – 200 of 209) sorted by last modified time

123456789

/plugin/icalevents/vendor/sabre/xml/
H A DCHANGELOG.md9 * #94: Fixed an infinite loop condition when reading some invalid XML
/plugin/scrape/
H A DphpQuery-onefile.php
/plugin/topbarsyntax/
H A Dcsshover3.htc75 // todo; might need to be placed inside the for loop, since an error
/plugin/ebnf/
H A Debnf.php148 } else if ($node->nodeName=='option' || $node->nodeName=='loop') {
149 if ($node->nodeName=='loop')
157 arrow($im, $w/2+EBNF_U/2, EBNF_U, $node->nodeName=='loop'?!$lefttoright:$lefttoright);
371 $loop = $dom->createElement("loop");
372 $loop->appendChild(ebnf_parse_expression($dom, $tokens, $i));
376 return $loop;
/plugin/html2pdf/html2pdf/html2ps/
H A DChangeLog288 * Fixed: html2ps could loop indefinitely on documents containing
/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/jcapture/lib/
H A Djcapture.jar ... String imageFormat private boolean sound private boolean mouse private boolean loop private boolean play private com.hammurapi.jcapture. ...
/plugin/aceeditor/
H A Dbuild.js1 …|when|while|with|work|write|xa|xor|year_month|zerofill|begin|do|then|else|loop|repeat",t="by|bool|…
/plugin/flowplayer/player/
H A DREADME.txt449 - changed to loop through available fonts in order to find a suitable font also in IE
/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/bible/bible_douayRheims/
H A DExodus.txt690 …n shall have fifty loops on both sides, so set on, that one loop may be against another loop, and …
/plugin/s5reloaded/ui/effects_support/
H A Dsound.js45 src: options.url, loop: 1, autostart: true
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) {
/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/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/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/processing/
H A Dscript.js5125 p.loop = function loop() { function
5153 p.loop();
11623 p.loop();
11682 processing.loop();
/plugin/jmol2/jmol/
H A DCHANGES.txt1747 # bug fix: select model=0.0 caused infinite loop
3720 # bug fix: Strings too long in state can cause Eclipse "infinite loop" bug
4930 # bug fix for anim playrev in loop mode causing animation to stall
H A DJmolApplet.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/jmol/ org/ ...
H A DJmolAppletSigned.jarMETA-INF/MANIFEST.MF META-INF/SELFSIGN.SF META-INF/SELFSIGN ...
H A DJmolAppletSigned0.jarMETA-INF/MANIFEST.MF META-INF/SELFSIGN.SF META-INF/SELFSIGN ...
H A DJmolApplet0.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/obrador/ javax/ ...
/plugin/picasawebalbum/
H A Djquery.slimbox2.js6loop:false,overlayOpacity:0.8,overlayFadeDuration:400,resizeDuration:400,resizeEasing:"swing",init…
/plugin/picasawebalbum/orig/
H A Djquery.pwi.js330 loop: false, property in $.fn.pwi.defaults.slimbox_config

123456789