Home
last modified time | relevance | path

Searched refs:next (Results 176 – 200 of 1393) sorted by relevance

12345678910>>...56

/plugin/jcapture/src/com/hammurapi/jcapture/
H A DButtonManager.java39 object = iter.next(); in maxIdentifier()
50 list.add((DefineTag) iter.next().copy()); in getDefinitions()
65 object = iter.next(); in findDefinitions()
76 object = iter.next(); in findButtons()
H A DScreenShot.java23 private ScreenShot next; field in ScreenShot
53 prev.next = this; in ScreenShot()
77 for (ScreenShot sibling = next; sibling!=null; sibling=sibling.next) { in getFramesPerSecond()
165 if (master.merge(lit.next())) { in call()
185 Region or = oit.next(); in call()
/plugin/codemirror/dist/modes/
H A Dsieve.min.js1next();if(e=="/"&&a.eat("*")){b.tokenize=h;return h(a,b)}if(e==="#"){a.skipToEnd();return"comment"…
H A Dhaxe.min.js1next())!=null){if(d==b&&!c)return true;c=!c&&d=="\\"}}var k,p;function q(a,b,c){k=a;p=c;return b}f… property in b.localVars
H A Dapl.min.js1next();if(k==='"'||k==="'"){i.eatWhile(h(k));i.next();j.prev=true;return"string"}if(/[\[{\(]/.test…
H A Ddjango.min.js1next()!=null&&!a.match(/\{[{%#]/,false)){}return null}function f(a,b){return function(c,d){if(!d.e…
H A Dsolr.min.js.map1next","tokenize","tokenBase","tokenOperator","operator","style","eat","tokenWord","ch","peek","mat…
H A Dshell.min.js.map1next","tokens","unshift","tokenString","tokenize","eat","skipToEnd","tokenDollar","eatWhile","test…
H A Dz80.min.js1next()){if(j=='"')break;if(j=="\\")a.next()}return"string"}else if(a.eat("'")){if(a.match(/\\?.'/)…
H A Dsolr.min.js1next())!=null){if(e==a&&!d)break;d=!d&&e=="\\"}if(!d)c.tokenize=h;return"string"}}function f(a){re…
H A Dsmalltalk.min.js.map1next","Token","name","context","eos","State","expectVariable","indentation","userIndentationDelta"…
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Helper/Iterators/
H A DSearchHitIterator.php72 // The first page may be empty. In that case, the next page is fetched.
75 $this->search_responses->next();
87 * Advances pointer of the current hit to the next one in the current page. If there
88 * isn't a next hit in the current page, then it advances the current page and moves the
92 * @see Iterator::next()
94 public function next(): void function in Elasticsearch\\Helper\\Iterators\\SearchHitIterator
102 $this->search_responses->next();
/plugin/cssperpage/
H A Dstyle.css1 /* user creaated class: next */
2 #css_per_page.next {
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D18.18.js.map1next: '@arguments' }]],\n [\n /(FROM|MAINTAINER|RUN|EXPOSE|ENV|ADD|ARG|V…
H A D48.48.js.map1next: '@script' }]],\n [/(<)(style)/, ['delimiter.html', { token: 'tag.html', next: '@s…
H A D64.64.js1next:"@specialFunc"},"@mainFunctions":"keyword","@builtinFunctions":"variable","@default":"operato…
H A D51.51.js.map1next: 'subsequentLines' }, 'keyword', '', '']\n ],\n //hyperlink-targets\n …
/plugin/mikioplugin/
H A Dscript.js138 var next = 0;
141 next = slides.length - 1;
143 next = i - 1;
145 target = jQuery(slides[next]);
166 parent.find('.mikiop-carousel-indicator:nth-child(' + (next + 1) + ')').addClass('mikiop-active');
173 jQuery('.mikiop-carousel-control-next').on('click', function (event) {
189 var next = 0;
193 next = 0;
195 next = i + 1;
197 target = jQuery(slides[next]);
[all...]
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/_files/
H A DTestIterator2.php16 public function next() function in TestIterator2
18 next($this->data);
/plugin/findologicxmlexport/vendor/hoa/iterator/
H A DBuffer.php156 public function next() function in Hoa\\Iterator\\Buffer
161 $buffer->next();
174 $innerIterator->next();
/plugin/impressjs/tpl/dokuwiki/
H A Dimpress.js230 next: empty
560 var next = function () { function
561 var next = steps.indexOf( activeStep ) + 1;
562 next = next < steps.length ? steps[ next ] : steps[ 0 ];
564 return goto(next);
637 next: next, property in AnonymousClass188cee6f0b01
717 api.next();
775 result = api.next();
/plugin/combo/syntax/
H A Dpara.php28 * and the next call is not a block or a stack
273 while ($actualCall = $callstack->next()) {
300 * a loop if we are at the end, the next call
304 while ($nextCall = $callstack->next()) {
358 $callstack->next();
382 $callstack->next();
/plugin/pagenav/
H A Ddeleted.files7 img/next-off.png
8 img/next.png
/plugin/acmenu/
H A Dscript.js128 if (jQuery(this).next().is(":hidden")) {
130 .next().slideDown("fast")
136 .next().slideUp("fast")
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/Classes/
H A DOpeningBraceSameLineSniff.php97 $next = $phpcsFile->findNext(T_WHITESPACE, ($openingBrace + 1), null, true);
98 if ($tokens[$next]['line'] === $tokens[$openingBrace]['line']) {
99 if ($next === $tokens[$stackPtr]['scope_closer']) {

12345678910>>...56