Home
last modified time | relevance | path

Searched full:infinite (Results 1 – 25 of 416) sorted by relevance

12345678910>>...17

/plugin/findologicxmlexport/vendor/hoa/iterator/Test/Unit/
DInfinite.php43 * Class \Hoa\Iterator\Test\Unit\Infinite.
45 * Test suite of the infinite iterator.
50 class Infinite extends Test\Unit\Suite class
57 $infinite = new LUT\Infinite($iterator),
58 $limit = new LUT\Limit($infinite, 0, 100)
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dataflow/
DSourceMetadata.php29 public $infinite; variable in Google\\Service\\Dataflow\\SourceMetadata
52 public function setInfinite($infinite) argument
54 $this->infinite = $infinite;
61 return $this->infinite;
/plugin/botmon/img/
H A Dbusy-light.svg16 .box:nth-child(1){animation: box-1 4s infinite}
30 .box:nth-child(2){animation: box-2 4s infinite}
44 .box:nth-child(3) {animation: box-3 4s infinite}
58 .box:nth-child(4) {animation: box-4 4s infinite}
72 .box:nth-child(5) {animation: box-5 4s infinite}
86 .box:nth-child(6) {animation: box-6 4s infinite}
100 .box:nth-child(7) {animation: box-7 4s infinite}
114 .box:nth-child(8){animation: box-8 4s infinite}
128 .box:nth-child(9) {animation: box-9 4s infinite}
/plugin/datatables/assets/datatables.net-buttons/css/
Dmixins.scss203 animation: dtb-spinner 1500ms infinite linear;
204 -o-animation: dtb-spinner 1500ms infinite linear;
205 -ms-animation: dtb-spinner 1500ms infinite linear;
206 -webkit-animation: dtb-spinner 1500ms infinite linear;
207 -moz-animation: dtb-spinner 1500ms infinite linear;
Dbuttons.bootstrap4.min.css1infinite linear;-o-animation:dtb-spinner 1500ms infinite linear;-ms-animation:dtb-spinner 1500ms i…
Dbuttons.bootstrap4.css232 animation: dtb-spinner 1500ms infinite linear;
233 -o-animation: dtb-spinner 1500ms infinite linear;
234 -ms-animation: dtb-spinner 1500ms infinite linear;
235 -webkit-animation: dtb-spinner 1500ms infinite linear;
236 -moz-animation: dtb-spinner 1500ms infinite linear;
Dbuttons.bootstrap5.min.css1infinite linear;-o-animation:dtb-spinner 1500ms infinite linear;-ms-animation:dtb-spinner 1500ms i…
Dbuttons.bootstrap.min.css1infinite linear;-o-animation:dtb-spinner 1500ms infinite linear;-ms-animation:dtb-spinner 1500ms i…
Dbuttons.bootstrap5.css232 animation: dtb-spinner 1500ms infinite linear;
233 -o-animation: dtb-spinner 1500ms infinite linear;
234 -ms-animation: dtb-spinner 1500ms infinite linear;
235 -webkit-animation: dtb-spinner 1500ms infinite linear;
236 -moz-animation: dtb-spinner 1500ms infinite linear;
Dbuttons.bootstrap.css246 animation: dtb-spinner 1500ms infinite linear;
247 -o-animation: dtb-spinner 1500ms infinite linear;
248 -ms-animation: dtb-spinner 1500ms infinite linear;
249 -webkit-animation: dtb-spinner 1500ms infinite linear;
250 -moz-animation: dtb-spinner 1500ms infinite linear;
Dbuttons.jqueryui.css202 animation: dtb-spinner 1500ms infinite linear;
203 -o-animation: dtb-spinner 1500ms infinite linear;
204 -ms-animation: dtb-spinner 1500ms infinite linear;
205 -webkit-animation: dtb-spinner 1500ms infinite linear;
206 -moz-animation: dtb-spinner 1500ms infinite linear;
Dbuttons.jqueryui.min.css1infinite linear;-o-animation:dtb-spinner 1500ms infinite linear;-ms-animation:dtb-spinner 1500ms i…
/plugin/gallery/simple-lightbox/
Dsimple-lightbox.less203 -webkit-animation: pulsate 1s ease-out infinite;
204 -moz-animation: pulsate 1s ease-out infinite;
205 -ms-animation: pulsate 1s ease-out infinite;
206 -o-animation: pulsate 1s ease-out infinite;
207 animation: pulsate 1s ease-out infinite;
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/Constraint/
DIsInfinite.php12 * Constraint that accepts infinite.
36 return 'is infinite';
/plugin/findologicxmlexport/vendor/hoa/iterator/
DInfinite.php40 * Class \Hoa\Iterator\Infinite.
47 class Infinite extends \InfiniteIterator class
/plugin/webdav/vendor/sabre/dav/lib/DAV/Sync/
DISyncCollection.php71 * should be treated as infinite.
73 * If the limit (infinite or not) is higher than you're willing to return,
/plugin/webdav/vendor/sabre/dav/lib/CardDAV/Backend/
DSyncSupport.php63 * as infinite.
65 * If the limit (infinite or not) is higher than you're willing to return,
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Backend/
DSyncSupport.php63 * as infinite.
65 * If the limit (infinite or not) is higher than you're willing to return,
/plugin/davcal/vendor/sabre/dav/lib/DAV/Sync/
H A DISyncCollection.php71 * should be treated as infinite.
73 * If the limit (infinite or not) is higher than you're willing to return,
/plugin/davcal/vendor/sabre/dav/lib/CardDAV/Backend/
H A DSyncSupport.php63 * as infinite.
65 * If the limit (infinite or not) is higher than you're willing to return,
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Backend/
H A DSyncSupport.php63 * as infinite.
65 * If the limit (infinite or not) is higher than you're willing to return,
/plugin/judge/
Dstyle.css77 -webkit-animation: load7 1.8s infinite ease-in-out;
78 animation: load7 1.8s infinite ease-in-out;
/plugin/asciidocjs/node_modules/asap/
DREADME.md59 ASAP can sustain infinite recursive calls without warning.
62 This is behaviorally equivalent to an infinite loop.
63 Just as with infinite loops, you can monitor a Node.js process for this behavior
65 As with infinite loops, a very small amount of caution goes a long way to
/plugin/imagecarousel/vendor/slick/
DREADME.markdown77 edgeFriction | integer | 0.15 | Resistance when swiping edges of non-infinite carousels
85 infinite | boolean | true | Infinite looping
138 edge | event, slick, direction | Fires when an edge is overscrolled in non-infinite mode.
/plugin/davcard/vendor/sabre/vobject/tests/VObject/Recur/EventIterator/
DInfiniteLoopProblemTest.php35 * Different bug, also likely an infinite loop.
79 * results in an infinite loop.

12345678910>>...17