Home
last modified time | relevance | path

Searched refs:loop (Results 51 – 75 of 209) sorted by relevance

123456789

/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/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/
H A DFixer.php553 $loop = $this->_oldTokenValues[$stackPtr]['loop'];
556 …*** $sniff (line $line) has possible conflict with another sniff on loop $loop; caused by the foll…
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DDirectWrite.php489 $loop = 0;
491 while ($loop === 0) {
497 $loop ++;
/plugin/jplayer/components/jplayer/
H A Djplayer-built.js554 loop: false,
556 if(event.jPlayer.options.loop) {
637 loop: {
640 f._loop(!f.options.loop);
1815 if(this.options.loop) {
1843 if(this.options.loop) {
2494 if(guiAction && this.options.useStateClassSkin && this.options.loop) {
2503 _loop: function(loop) { argument
2504 if(this.options.loop !== loop) {
2505 this.options.loop = loop;
/plugin/jplayer/components/jplayer/dist/jplayer/
H A Djquery.jplayer.js554 loop: false,
556 if(event.jPlayer.options.loop) {
637 loop: {
640 f._loop(!f.options.loop);
1815 if(this.options.loop) {
1843 if(this.options.loop) {
2494 if(guiAction && this.options.useStateClassSkin && this.options.loop) {
2503 _loop: function(loop) { argument
2504 if(this.options.loop !== loop) {
2505 this.options.loop = loop;
/plugin/jplayer/vendor/happyworm/jplayer/dist/jplayer/
H A Djquery.jplayer.js554 loop: false,
556 if(event.jPlayer.options.loop) {
637 loop: {
640 f._loop(!f.options.loop);
1815 if(this.options.loop) {
1843 if(this.options.loop) {
2494 if(guiAction && this.options.useStateClassSkin && this.options.loop) {
2503 _loop: function(loop) { argument
2504 if(this.options.loop !== loop) {
2505 this.options.loop = loop;
H A Djquery.jplayer.min.js2loop:!1,repeat:function(b){b.jPlayer.options.loop?a(this).unbind(".jPlayerRepeat").bind(a.jPlayer.… property in a.jPlayer.options
3 …assSkin&&this.options.loop?!1:!0)},repeatOff:function(){this._loop(!1)},_loop:function(b){this.opt…
/plugin/jplayer/vendor/happyworm/jplayer/src/javascript/jplayer/
H A Djquery.jplayer.js554 loop: false,
556 if(event.jPlayer.options.loop) {
637 loop: {
640 f._loop(!f.options.loop);
1815 if(this.options.loop) {
1843 if(this.options.loop) {
2494 if(guiAction && this.options.useStateClassSkin && this.options.loop) {
2503 _loop: function(loop) { argument
2504 if(this.options.loop !== loop) {
2505 this.options.loop = loop;
/plugin/bibtex/OSBib/format/
H A DREADME.txt32 …Format. process() is the loop that parses each bibliographic entry one by one. You are likely to…
205 The formatting in BIBFORMAT works on one resource at a time so you will want to call it via a loop
207 …e STYLEMAPBIBTEX.php, the following is a rough order of events within the loop described above and…
230 … sections above, then the following is a rough order of events within the loop described above and…
/plugin/webdav/vendor/sabre/xml/
H A DCHANGELOG.md7 * #161: Prevent infinite loop on empty xml elements
15 * #94: Fixed an infinite loop condition when reading some invalid XML
/plugin/jplayer/vendor/happyworm/jplayer/lib/aurora/
H A Daurora.js3674 return this.loop();
3687 return _this.loop();
3709 return this.loop();
3712 FileSource.prototype.loop = function() { method in FileSource
3762 return this.loop();
3771 return _this.loop();
3789 HTTPSource.prototype.loop = function() { method in HTTPSource
3816 return _this.loop();
3881 this.loop = __bind(this.loop, this);
3904 BufferSource.prototype.loop = function() { method in BufferSource
[all …]
/plugin/findologicxmlexport/vendor/twig/twig/doc/tags/
H A Dextends.rst214 without the ``block`` tag. The ``block`` inside the ``for`` loop is just a way
230 Now, when rendering the child template, the loop is going to use the block
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D67.67.js.map1loop'],\n ['for', 'next']\n ],\n autoClosingPairs: [\n { open: '{', close: '}'…
H A D56.56.js.map1 … keywords: [\n 'case',\n 'do',\n 'let',\n 'loop',\n 'if',\n …
/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/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) {
/plugin/authgooglesheets/vendor/guzzlehttp/promises/
H A DREADME.md418 event loop, you will need to run the task queue on each tick of the loop. If
433 $loop = React\EventLoop\Factory::create();
434 $loop->addPeriodicTimer(0, [$queue, 'run']);
/plugin/webdav/vendor/sabre/vobject/
H A DCHANGELOG.md14 * #443: prevent running in indefinte loop
48 * #383: Fix possible infinite loop in RRuleIterator, when the RRule FREQ
88 * #333: Fix endless loop on invalid `BYMONTH` values in recurrence.
509 * Fixed: Issue #86. Don't go into an infinite loop when php errors are
616 * Fixed: Recursive loop in ICalendar\DateTime property.
812 * Fixed: RecurrenceIterator could infinitely loop when an INTERVAL of 0 was
/plugin/codemirror/dist/modes/
H A Dbrainfuck.min.js.map1 …his is a comment\n\n where reserved characters cannot be used\n or in a loop\n [\n this is o…
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/
H A DCHANGELOG.rst37 streams that can be filled by a remote source (e.g., an event-loop). If a
/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/davcal/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/jplayer/components/
H A Drequire-built.js2599 loop: false,
2601 if(event.jPlayer.options.loop) {
2682 loop: {
2685 f._loop(!f.options.loop);
3860 if(this.options.loop) {
3888 if(this.options.loop) {
4539 if(guiAction && this.options.useStateClassSkin && this.options.loop) {
4548 _loop: function(loop) { argument
4549 if(this.options.loop !== loop) {
4550 this.options.loop = loop;
/plugin/findologicxmlexport/vendor/twig/twig/
H A DCHANGELOG486 * added a syntax error when using a loop variable that is not defined
788 * fixed an infinite loop on some Windows configurations
828 * removed the "without loop" attribute for the "for" tag (not needed anymore
930 …* fixed the for tag for large arrays (some loop variables are now only available for arrays and ob…
948 * fixed variables defined outside a loop and for which the value changes in a for loop
985 * added the "without loop" option to the for tag (it disables the generation of the loop variable)
1007 * fixed loop.last when the array only has one item
/plugin/jplayer/vendor/happyworm/jplayer/src/actionscript/happyworm/jPlayer/
H A DJplayerMp3.as307 …Need to be careful with timeupdate event, otherwise a pause in a timeupdate event can cause a loop.
308 // Neither pause() nor pause(time) will cause a timeupdate loop.

123456789