Home
last modified time | relevance | path

Searched refs:loops (Results 1 – 25 of 38) sorted by relevance

12

/plugin/findologicxmlexport/vendor/twig/twig/src/NodeVisitor/
H A DOptimizerNodeVisitor.php52 protected $loops = []; variable in Twig\\NodeVisitor\\OptimizerNodeVisitor
187 array_unshift($this->loops, $node);
190 } elseif (!$this->loops) {
233 && (true === $this->loops[0]->getAttribute('with_loop')
249 array_shift($this->loops);
257 $this->loops[0]->setAttribute('with_loop', true);
262 foreach ($this->loops as $loop) {
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/
H A DFixer.php48 public $loops = 0; variable in PHP_CodeSniffer_Fixer
167 $this->loops = 0;
168 while ($this->loops < 50) {
193 $this->loops++;
197 … echo "\t=> Fixing file: $this->_numFixes/$fixable violations remaining [made $this->loops pass";
198 if ($this->loops > 1) {
209 … echo "\t* fixed $this->_numFixes violations, starting loop ".($this->loops + 1).' *'.PHP_EOL;
541 'loop' => $this->loops,
545 && $this->_oldTokenValues[$stackPtr]['loop'] === ($this->loops - 1)
560 if ($this->_oldTokenValues[$stackPtr]['loop'] >= ($this->loops - 1)) {
[all …]
/plugin/findologicxmlexport/vendor/twig/twig/doc/tags/
H A Dset.rst58 Note that loops are scoped in Twig; therefore a variable declared inside a
/plugin/projects/lib/
H A Dmaker.php35 if ($this->loops != NULL || $this->affect != NULL) return;
47 $loops = array();
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
H A DREADME.md19 PHP streams, sockets, or non-blocking event loops.
/plugin/findologicxmlexport/vendor/twig/twig/
H A DCHANGELOG72 * added missing else clause to avoid infinite loops
372 * optimized for loops
730 * added "if" modifier support to "for" loops
852 * added an Optimizer extension (enabled by default; optimizes "for" loops and "raw" filters)
1036 * made major speed improvements for loops (up to 300% on even the smallest loops)
/plugin/jplayer/vendor/happyworm/jplayer/src/actionscript/happyworm/jPlayer/
H A DJplayerMp3.as270 // To avoid possible loops with timeupdate and pause(time). A pause() does not have the problem.
H A DJplayerMp4.as265 // To avoid possible loops with timeupdate and pause(time). A pause() does not have the problem.
H A DJplayerRtmp.as750 // To avoid possible loops with timeupdate and pause(time). A pause() does not have the problem.
/plugin/flowplay/flowplayer/
H A DREADME.txt168 …es not go to the splash after the last clip in the playlist is finished. Instead the playback loops
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Dtemplates.rst41 one is used to execute statements such as for-loops, the latter prints the
251 program - conditionals (i.e. ``if``/``elseif``/``else``), ``for``-loops, as
H A Drecipes.rst232 Sometimes, when using nested loops, you need to access the parent context. The
/plugin/bpmnio/vendor/bpmn-js/
H A DCHANGELOG.md612 * `FIX`: allow reconnecting to loops ([#1121](https://github.com/bpmn-io/bpmn-js/issues/1121))
817 * `FEAT`: improve layouting of boundary event to host loops ([#467](https://github.com/bpmn-io/bpmn…
818 * `FEAT`: allow circular activity to activity loops ([#824](https://github.com/bpmn-io/bpmn-js/issu…
/plugin/davcard/vendor/sabre/vobject/
H A DChangeLog.md77 loops.
/plugin/webdavclient/vendor/sabre/vobject/
H A DChangeLog.md77 loops.
/plugin/davcal/vendor/sabre/vobject/
H A DChangeLog.md37 loops.
/plugin/bible/bible_douayRheims/
H A DExodus.txt689 …26:4. Thou shalt make loops of violet in the sides and tops of the curtains, that they may be join…
690 …26:5. Every curtain shall have fifty loops on both sides, so set on, that one loop may be against …
695 …6:10. Thou shalt make also fifty loops in the edge of one curtain, that it may be joined with the …
696 …26:11. Thou shalt make also fifty buckles of brass, wherewith the loops may be joined, that of all…
1026 …36:11. He made also loops of violet in the edge of one curtain on both sides, and in the edge of t…
1027 36:12. That the loops might meet one against another, and might be joined each with the other.
1028 …36:13. Whereupon also he cast fifty rings of gold, that might catch the loops of the curtains, and…
1032 …36:17. And he made fifty loops in the edge of one curtain, and fifty in the edge of another curtai…
/plugin/flowplay2/flowplayer/
H A DREADME.txt340 …es not go to the splash after the last clip in the playlist is finished. Instead the playback loops
/plugin/webdav/vendor/sabre/vobject/
H A DCHANGELOG.md303 loops.
/plugin/icalevents/vendor/sabre/vobject/
H A DCHANGELOG.md242 loops.
/plugin/scrape/
H A DHTMLPurifier.standalone.php
/plugin/html2pdf/html2pdf/html2ps/
H A DChangeLog1056 converted REQUIRES cookies and loops in an infinite recursion
/plugin/photogallery/phpThumb/docs/
H A Dphpthumb.changelog.txt625 * Bugfix: "Array to string conversion" in foreach($a as $v) loops
/plugin/achart/assets/
H A Dapexcharts.min.js6loops=!1,this.animations={},this.attrs={},this.styles={},this.transforms=[],this.once={}}}),a.FX=a…
/plugin/jplayer/vendor/james-heinrich/getid3/
H A Dchangelog.txt2627 Removed !== FALSE (introduced in 1.4.0b6) from while(fread()) loops,
2640 Added !== FALSE check to while(fread()) loops

12