Home
last modified time | relevance | path

Searched refs:next (Results 251 – 275 of 1393) sorted by relevance

1...<<11121314151617181920>>...56

/plugin/findologicxmlexport/vendor/hoa/iterator/
H A DRepeater.php133 public function next() function in Hoa\\Iterator\\Repeater
135 return $this->_iterator->next();
/plugin/codemirror/dist/modes/
H A Dpascal.min.js.map1next","startOfLine","skipToEnd","tokenize","tokenString","eat","tokenComment","tokenCommentBraces"…
H A Dlua.min.js1next();if(c=="-"&&a.eat("-")){if(a.eat("[")&&a.eat("["))return(b.cur=n(l(a),"comment"))(a,b);a.ski…
H A Dshell.min.js1next();if(e==="\\"){a.next();return null}if(e==="'"||e==='"'||e==="`"){c.tokens.unshift(h(e,e==="`…
H A Delm.min.js.map1next","test","eat","chompMultiComment","match","chompGlsl","chompChar","chompMultiString","chompSi…
H A Dtornado.min.js1 …;var d=a.next();if(d=="{"){if(d=a.eat(/\{|%|#/)){b.tokenize=c(d);return"tag"}}}function c(c){if(c=…
H A Dmllike.min.js.map1next","tokenize","tokenString","eat","longString","tokenLongString","commentLevel","tokenComment",…
H A Dsass.min.js.map1next","tokenizer","tokenBase","eatSpace","buildStringTokenizer","comment","indentation","multiLine…
H A Dnsis.min.js1next:"comment"},{regex:/[-+\/*=<>!]+/,token:"operator"},{regex:/\$\w+/,token:"variable"},{regex:/\…
H A Dcobol.min.js1next()}if(n.digit.test(a)){b.eat(a);b.eatWhile(n.digit);if("."==b.peek()){b.eat(".");b.eatWhile(n.…
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D13.13.js.map1next: '@hereregexp' }],\n [/^(\\s*)(@regEx)/, ['', 'regexp']],\n [/(\\()(\\s…
/plugin/zip/pear/File/Archive/Reader/
H A DDirectory.php93 function next() function in File_Archive_Reader_Directory
105 ($error = $this->source->next()) !== true) {
150 while ($this->next()) {
/plugin/findologicxmlexport/vendor/twig/twig/src/
H A DTokenStream.php69 public function next() function in Twig\\TokenStream
86 return $this->next();
108 $this->next();
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Commenting/
H A DLongConditionClosingCommentSniff.php180 $next = $phpcsFile->findNext(T_WHITESPACE, ($stackPtr + 1), null, true);
181 if ($next !== false && $tokens[$next]['line'] === $tokens[$stackPtr]['line']) {
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/Functions/
H A DOpeningFunctionBraceBsdAllmanSniff.php135 $next = $phpcsFile->findNext(T_WHITESPACE, ($openingBrace + 1), null, true);
136 if ($tokens[$next]['line'] === $tokens[$openingBrace]['line']) {
137 if ($next === $tokens[$stackPtr]['scope_closer']) {
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/Constraint/
H A DCount.php68 $iterator->next();
86 for ($count = 0; $generator->valid(); $generator->next()) {
/plugin/davcard/vendor/sabre/vobject/lib/Recur/
H A DRDateIterator.php89 public function next() { function in Sabre\\VObject\\Recur\\RDateIterator
124 $this->next();
/plugin/webdav/vendor/sabre/vobject/lib/Recur/
H A DRDateIterator.php81 public function next() function in Sabre\\VObject\\Recur\\RDateIterator
116 $this->next();
/plugin/icalevents/vendor/sabre/vobject/lib/Recur/
H A DRDateIterator.php87 function next() { function in Sabre\\VObject\\Recur\\RDateIterator
124 $this->next();
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/for/
H A Dobjects.test24 public function next() { return next($this->values); }
/plugin/webdavclient/vendor/sabre/vobject/lib/Recur/
H A DRDateIterator.php89 public function next() { function in Sabre\\VObject\\Recur\\RDateIterator
124 $this->next();
/plugin/davcal/vendor/sabre/vobject/lib/Recur/
H A DRDateIterator.php89 public function next() { function in Sabre\\VObject\\Recur\\RDateIterator
124 $this->next();
/plugin/authfacebook/lib/Helpers/
H A DFacebookRedirectLoginHelper.php149 …* @param string $next The url Facebook should redirect the user to after a succ…
156 public function getLogoutUrl($accessToken, $next, $separator = '&') argument
167 'next' => $next,
/plugin/abc2/abc-libraries/abc2svg/
H A Dmdnn-1.js15 for(s=voice_tb[0].sym;s;s=s.next){switch(s.type){case C.CLEF:s.invis=true
67 if(s&&s.next&&s.next.type==C.KEY)
68 s.next.k_a_acc=[]},set_hooks:function(abc){abc.output_music=abc2svg.mdnn.output_music.bind(abc,abc.output_music)
/plugin/jplayer/vendor/mustache/mustache/src/Mustache/
H A DParser.php221 if ($next = reset($tokens)) {
223 if ($next[Mustache_Tokenizer::LINE] !== $this->lineNum) {
228 if (!$this->tokenIsWhitespace($next)) {
235 if (substr($next[Mustache_Tokenizer::VALUE], -1) !== "\n") {

1...<<11121314151617181920>>...56