Home
last modified time | relevance | path

Searched refs:next (Results 76 – 100 of 1393) sorted by relevance

12345678910>>...56

/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/CodeAnalysis/
H A DForLoopShouldBeWhileLoopSniff.php75 $next = ++$token['parenthesis_opener'];
85 for (; $next <= $end; ++$next) {
86 $code = $tokens[$next]['code'];
H A DUnconditionalIfStatementSniff.php82 $next = ++$token['parenthesis_opener'];
86 for (; $next <= $end; ++$next) {
87 $code = $tokens[$next]['code'];
/plugin/codemirror/dist/modes/
H A Dsmalltalk.min.js1next=a;this.parent=b};var e=function(a,b,c){this.name=a;this.context=b;this.eos=c};var f=function(…
H A Dsas.min.js1next();if(g==="/"&&e.eat("*")){f.continueComment=true;return"comment"}else if(f.continueComment===…
H A Dtiddlywiki.min.js1next();if(n&&/[\/\*!#;:>|]/.test(p)){if(p=="!"){b.skipToEnd();return"header"}if(p=="*"){b.eatWhile…
H A Dmumps.min.js1next();return"string"}else{a.skipToEnd();return"error"}}if(a.match(c)||a.match(b))return"operator"…
H A Dcommonlisp.min.js.map1next","test","backUp","current","base","state","eatSpace","match","tokenize","inString","skipToEnd…
H A Dhaskell.min.js1next();if(k.test(m)){if(m=="{"&&a.eat("-")){var p="comment";if(a.eat("#")){p="meta"}return c(a,b,n…
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D68.68.js1next:"@tag"}]],[/(<\/)(@qualifiedName)(\s*)(>)/,[{token:"delimiter"},{token:"tag"},"",{token:"deli…
H A D42.42.js1next:"@lexing_COMMENT_rest"}},{regex:/\/\/.*$/,action:{token:"comment"}},{regex:/\/\*/,action:{tok…
H A D68.68.js.map1next: '@tag' }]],\n // Standard closing tag\n [\n /(<\\/)(@qu…
H A D45.45.js.map1next: '@tag.$1' }]\n }\n },\n …
H A D64.64.js.map1next: '@specialFunc'\n },\n '@mainFunctions': 'keywo…
H A D24.24.js.map1next: '@script' }]],\n [/(<)(style)/, ['delimiter', { token: 'tag', next: '@style' }]],…
H A D9.9.js.map1next: '@popall' },\n '@default': { token: 'key.identifier', next: '@type' }…
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/
H A DAsseticTokenParser.php61 $inputs[] = $stream->next()->getValue();
64 $stream->next();
69 $stream->next();
74 $stream->next();
79 $stream->next();
84 $stream->next();
89 $stream->next();
94 $stream->next();
105 $stream->next();
111 $key = $stream->next()->getValue();
/plugin/icalevents/vendor/sabre/xml/lib/Deserializer/
H A Dfunctions.php65 $reader->next();
144 $reader->next();
162 } while ($reader->depth >= $currentDepth && $reader->next());
164 $reader->next();
185 $reader->next();
204 $reader->next();
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/PEAR/Sniffs/Functions/
H A DFunctionCallSignatureSniff.php139 if ($tokens[$next]['code'] === T_SEMICOLON) {
145 for ($i = ($closeBracket + 1); $i < $next; $i++) {
275 if ($tokens[$next]['code'] === T_SEMICOLON) {
277 for ($i = ($closer + 1); $i <= $next; $i++) {
366 if ($tokens[$next]['line'] === $tokens[$openBracket]['line']) {
524 if ($next === false) {
530 if ($tokens[$i]['line'] === $tokens[$next]['line']) {
535 for ($x = ($next - 1); $x > $i; $x--) {
544 $next,
552 $argStart = $next;
[all …]
/plugin/sectiontoggle/
H A Dscript.js40 jQuery(id).next().toggle()
44 if( typeof(jQuery(elem).next().html()) === 'undefined') return;
61 if(SectionToggle.is_active && jQuery(elem).next().html().match(/\w/)) {
75 jQuery(elem).next().toggle();
76 if(skip) jQuery(elem).next().toggle();
93 jQuery(el).next().toggle();
103 jQuery(elem).next().show();
112 jQuery(elem).next().hide();
248 jQuery(this).next('div').toggle();
/plugin/abc2/abc-libraries/abc2svg/
H A Djianpu-1.js16 s.next=s2
28 while(--n>=0){s2={type:C.REST,v:s.v,p_v:s.p_v,st:s.st,dur:C.BLEN/4,dur_orig:C.BLEN/4,stem:0,multi:0,nhd:0,notes:[{pit:s.notes[0].pit,jn:8}],xmx:0,noplay:true,time:s.time+C.BLEN/4,prev:s,next:s.next} property in abc2svg.jianpu.output_music.slice.s2
29 s.next=s2
30 if(s2.next)
31 s2.next.prev=s2
51 for(s=p_v.sym;s;s=s.next){s.st=p_v.st
102 while(s!=s2){if(s.next.beam_br1||(s.next.beam_br2&&n>2)||(s.next
[all...]
/plugin/findologicxmlexport/vendor/twig/extensions/lib/Twig/Extensions/TokenParser/
H A DTrans.php30 $next = $stream->next()->getValue();
32 if ('plural' === $next) {
37 if ('notes' === $stream->next()->getValue()) {
41 } elseif ('notes' === $next) {
/plugin/commonmark/vendor/league/commonmark/src/Extension/Strikethrough/
H A DStrikethroughDelimiterProcessor.php54 $tmp = $opener->next();
56 $next = $tmp->next();
58 $tmp = $next;
/plugin/sqlite/
H A DTools.php28 $next = $i < ($len - 1) ? $sql[$i + 1] : '';
41 if ($next == "'") {
42 // current char is an escape for the next
43 $statement .= $char . $next;
59 if ($char == '-' && $next == '-' && $prev == "\n") {
/plugin/commonmark/vendor/league/commonmark/src/Delimiter/
H A DDelimiter.php39 private ?DelimiterInterface $next = null;
97 return $this->next;
100 public function setNext(?DelimiterInterface $next): void
102 $this->next = $next;
37 private $next; global() variable in League\\CommonMark\\Delimiter\\Delimiter
116 setNext(DelimiterInterface $next) global() argument
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Handler/
H A DArrayCollectionDepthTest.php66 public $next; variable in JMS\\Serializer\\Tests\\Handler\\Node
68 public function __construct($name, $next = null) argument
71 $this->next = $next;

12345678910>>...56