Home
last modified time | relevance | path

Searched refs:next (Results 1 – 25 of 491) sorted by relevance

12345678910>>...20

/template/strap/ComboStrap/
DCallStack.php215 while (strlen($capturedContent) < $int && ($actualCall = $callStack->next()) != false) {
363 function next() function in ComboStrap\\CallStack
380 $next = next($this->callStack);
381 if ($next === false) {
488 while ($this->next()) {
521 return $this->next();
549 while ($this->next()) {
630 $result = $this->next();
645 next($this->callStack);
702 $nextCall = $this->next();
[all …]
DArrayCaseInsensitive.php108 public function next(): void function in ComboStrap\\ArrayCaseInsensitive
110 $this->iterator->next();
/template/strap/vendor/dragonmantank/cron-expression/tests/Cron/
DCronExpressionTest.php204 $next = $cron->getNextRunDate($relativeTime, 0, true);
205 $this->assertEquals(new DateTime($nextRun), $next);
253 $next = $cron->getNextRunDate('now');
255 $this->assertEquals($next, $cron->getPreviousRunDate($two));
258 $next = $cron->getNextRunDate('now');
260 $this->assertEquals($next, $cron->getPreviousRunDate($two));
263 $next = $cron->getNextRunDate('now');
265 $this->assertEquals($next, $cron->getPreviousRunDate($two));
334 $next = $cron->getNextRunDate($current);
335 $nextPrev = $cron->getPreviousRunDate($next);
/template/strap/vendor/antlr/antlr4-php-runtime/src/Atn/SemanticContexts/
DAndOperator.php153 $iterator->next();
156 $next = $iterator->current();
158 $iterator->next();
160 if ($next->compareTo($candidate) < 0) {
161 $candidate = $next;
/template/templar/js/
Dbootstrap-typeahead.js151 , next: function (event) {
153 , next = active.next()
155 if (!next.length) {
156 next = $(this.$menu.find('li')[0])
159 next.addClass('active')
216 this.next()
Dbootstrap-tab.js79 function next() { function
102 $active.one($.support.transition.end, next) :
103 next()
Dbootstrap-carousel.js45 && (this.interval = setInterval($.proxy(this.next, this), this.options.interval))
85 , next: function () { method in Carousel
95 , slide: function (type, next) { argument
97 , $next = next || $active[type]()
/template/mikio/assets/
Dmikio-typeahead.js386 next: function (event) { method in Typeahead
388 var next = active.next();
390 if (!next.length) {
391next = jQuery(this.$menu.find(jQuery(this.options.item || this.theme.item).prop('tagName'))[0]);
394 while (next.hasClass('divider') || next.hasClass('dropdown-header')) {
395 next = next.next();
398 next.addClass('active');
400 var newVal = this.updater(next.data('value'));
514 this.next();
/template/templar/less/
Dcarousel.less34 > .next,
41 > .next,
48 > .next {
54 > .next.left,
Dpager.less28 .pager .next > a,
29 .pager .next > span {
/template/strap/syntax/
Dpara.php273 while ($actualCall = $callstack->next()) {
304 while ($nextCall = $callstack->next()) {
358 $callstack->next();
382 $callstack->next();
/template/strap/resources/library/combo/dist/
Dcombo.min.js1next()).done);f=!0){var p=m.value;h=p===a?"selected":"",r+='<option value="'.concat(p,'" ').concat…
/template/lcars/js/
Dfunctions.js3 …$(this).hide().after('<span class="button">').next('span.button').text($(this).val()).click(functi…
9 …$(this).hide().after('<span class="button">').next('span.button').text($(this).val()).click(functi…
/template/twigstarter/vendor/twig/twig/src/
DExpressionParser.php74 $this->parser->getStream()->next();
162 $this->parser->getStream()->next();
168 $this->parser->getStream()->next();
214 $this->parser->getStream()->next();
243 $this->parser->getStream()->next();
255 $this->parser->getStream()->next();
269 $this->parser->getStream()->next();
469 $token = $stream->next();
474 $token = $stream->next();
546 $this->parser->getStream()->next();
[all …]
DTokenStream.php47 public function next(): Token function in Twig\\TokenStream
64 return $this->next();
85 $this->next();
DParser.php135 $token = $this->stream->next();
140 $token = $this->stream->next();
147 $this->stream->next();
156 $this->stream->next();
181 $this->stream->next();
/template/strap/vendor/antlr/antlr4-php-runtime/src/
DIntervalSet.php224 $next = $this->intervals[$i];
226 if (!$bigger->adjacent($next) && $bigger->disjoint($next)) {
235 $this->intervals[$i] = $bigger->union($next); // set to 3 merged ones
400 $iter->next();
451 $iterator->next();
/template/bootstrap3/js/plugins/
Dsemantic.js106 … if (jQuery(self).next('.popover').length && !jQuery(self).next('.popover:hover').length) {
/template/writr/
Dscript.js44 jQuery( this ).parent().parent().next( 'ul' ).show();
46 jQuery( this ).parent().parent().next( 'ul' ).hide();
227 if (input.next('div').length > 0) {
228 input.next('div').remove();
/template/writr2/
Dscript.js44 $( this ).parent().parent().next( 'ul' ).show();
46 $( this ).parent().parent().next( 'ul' ).hide();
/template/scanlines/htc/PIE-1.0beta5/
DPIE_uncompressed.js1012 next: function( forget ) { method in Tokenizer
1118 function next() { function
1119 return me.next( 1 );
1122 if( ( val.charAt(0) === 'r' ? isNumOrPct( next() ) : isNum( next() ) ) &&
1123 isValue( next(), ',' ) &&
1124 isNumOrPct( next() ) &&
1125 isValue( next(), ',' ) &&
1126 isNumOrPct( next() ) &&
1128 isValue( next(), ',' ) &&
1129 isNum( next() )
[all …]
/template/r7throot6/
Dstyle.ini56 ; (to be deleted at the next or after next release)
/template/r7throot8/
Dstyle.ini59 ; (to be deleted at the next or after next release)
/template/r7throot7/
Dstyle.ini59 ; (to be deleted at the next or after next release)
/template/gtopia/
Dstyle.ini49 ; (to be deleted at the next or after next release)

12345678910>>...20