Home
last modified time | relevance | path

Searched refs:next (Results 201 – 225 of 1393) sorted by relevance

12345678910>>...56

/plugin/lms/syntax/
H A Dlms.php130 * Navigate to next lesson
137 $next = $this->hlp->getNextLesson($INFO['id']);
138 if (!$next) return '';
139 return $this->makeLink($next, 'next');
/plugin/findologicxmlexport/vendor/hoa/iterator/Recursive/
H A DMock.php100 public function next() function in Hoa\\Iterator\\Recursive\\Mock
102 return $this->_iterator->next();
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Operators/
H A DIncrementDecrementUsageSniff.php99 $next = $phpcsFile->findNext(PHP_CodeSniffer_Tokens::$emptyTokens, $start, null, true);
100 if ($next === false) {
104 if (isset(PHP_CodeSniffer_Tokens::$arithmeticTokens[$tokens[$next]['code']]) === true) {
116 … if ($tokens[$next]['code'] === T_STRING_CONCAT || $tokens[$prev]['code'] === T_STRING_CONCAT) {
/plugin/codemirror/dist/modes/
H A Dyacas.min.js.map1next","tokenize","tokenString","eat","tokenComment","skipToEnd","backUp","m","match","hasOwnProper…
H A Dwast.min.js1 …nt",next:"comment"},{regex:/;;.*$/,token:"comment"},{regex:/\(/,indent:true},{regex:/\)/,dedent:tr…
H A Dgfm.min.js1next();var f=a.pos;a.eatWhile("`");var g=1+a.pos-f;if(!c.code){e=g;c.code=true}else{if(g===e){c.co…
H A Dyaml.min.js1next();return"meta"}if(c.inlinePairs>0&&!e&&d==","){c.keyCol=0;c.pair=false;c.pairStart=false;a.ne…
H A Dnginx.min.js1next();if(g=="@"){a.eatWhile(/[\w\\\-]/);return h("meta",a.current())}else if(g=="/"&&a.eat("*")){…
H A Dvelocity.min.js1next();if(l=="'"&&!g.inString&&g.inParams){g.lastTokenWasBuiltin=false;return f(a,g,h(l))}else if(…
H A Doz.min.js1next();if(g=='"'||g=="'"){b.tokenize=r(g);return b.tokenize(a,b)}if(/[~\d]/.test(g)){if(g=="~"){if…
H A Ddtd.min.js1next();if(c=="<"&&a.eat("!")){if(a.eatWhile(/[\-]/)){b.tokenize=f;return f(a,b)}else if(a.eatWhile…
H A Dr.min.js1next();if(c=="#"){a.skipToEnd();return"comment"}else if(c=="0"&&a.eat("x")){a.eatWhile(/[\da-f]/i)…
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D41.41.js.map1next: '@script' }]],\n [/(<)(style)/, ['delimiter.html', { token: 'tag.html', next: '@s…
H A D29.29.js.map1next: '@urldeclaration' }],\n ['[{}()\\\\[\\\\]]', '@brackets'],\n ['[,:;]',…
H A D44.44.js.map1next: '@string.\"' }\n }\n }\n ],\n [\n …
/plugin/commonmark/vendor/league/commonmark/src/Delimiter/
H A DDelimiterInterface.php37 public function setNext(?DelimiterInterface $next): void;
48 setNext(DelimiterInterface $next) global() argument
/plugin/zotero/
H A DImportZoteroFeedReader.php81 $next = $xpath->query("//atom:feed/atom:link[@rel='next']")->item(0);
82 if ($next != null)
84 return $next->getAttribute("href") . "&key=" . $this->config->getConfig("ZoteroAccess", "key");
/plugin/zip/pear/File/Archive/Reader/
H A DArchive.php66 function next() function in File_Archive_Reader_Archive
68 if (!$this->sourceOpened && ($error = $this->source->next()) !== true) {
H A DMulti.php67 function next() function in File_Archive_Reader_Multi
72 if (($error = $this->source->next()) === false) {
H A DFilter.php57 function next() function in File_Archive_Reader_Filter
60 $error = $this->source->next();
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/CodeAnalysis/
H A DEmptyStatementSniff.php87 $next = $phpcsFile->findNext(
94 if ($next !== false) {
/plugin/code3/
H A Dscript.js11next=0;this.ch='\0'}var PR_NAMED_ENTITIES={'lt':'<','gt':'>','quot':'"','apos':"'",'amp':'&'};PR_D…
/plugin/pgn4web/pgn4web/live/
H A Dlive-no-event.pgn2 % it allows to announce the next broadcast on pgn4web live pages
9 {[%pgn4web click square H6 to check for the next event]}
H A Dlive-placeholder.pgn2 % it allows to announce the next broadcast on on pgn4web live pages
5 [Event "next event"]
/plugin/abc2/abc-libraries/abc2svg/
H A Dabc2svg-1.js550 case C.GRACE:for(g=s.extra;g;g=g.next)
562 for(s=p_voice.sym;s;s=s.next){if(s.type!=C.BAR)
566 if(!s.next)
570 for(;;){if(!s.next)
572 s=s.next
588 for(;s;s=s.next){if(!s.rbstart||s.norepbra)
591 while(1){if(!s.next)
593 s=s.next
610 if(!s.next&&!s.rbstop&&!p_voice.bar_start){p_voice.bar_start=clone(s);p_voice.bar_start.type=C.BAR;p_voice.bar_start.bar_type=""
685 if(cfmt.measurenb==0||(bar_num%cfmt.measurenb)!=0||!s.next||
3495 lkvsym(s,next) global() argument
3500 lktsym(s,next) global() argument
4150 get_width(s,next) global() argument
4163 set_lines(s,next,lwidth,indent) global() argument
[all...]

12345678910>>...56