Home
last modified time | relevance | path

Searched refs:next (Results 26 – 50 of 1393) sorted by relevance

12345678910>>...56

/plugin/commonmark/vendor/league/commonmark/src/Extension/Attributes/Event/
H A DAttributesListener.php69 $previous = $next = $node;
72 $next = self::getNext($next);
74 if ($previous === null && $next === null) {
94 if ($next !== null && ! self::isAttributesNode($next)) {
95 $target = $next;
132 return $node instanceof Node ? $node->next() : null;
/plugin/codemirror/dist/modes/
H A Drust.min.js1next:"string"},{regex:/b?r"/,token:"string",next:"string_raw"},{regex:/b?r#+"/,token:"string",next
H A Dsass.min.js1next();b.tokenizer=v;return"operator"}else if(c==="("){a.next();a.eatSpace();return"operator"}else…
H A Delm.min.js1next();if(h.test(q)){return q==="{"&&j.eat("-")?a(j,p,k(1)):q==="["&&j.match("glsl|")?a(j,p,o):"bu…
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D29.29.js1next:"@urldeclaration"}],["[{}()\\[\\]]","@brackets"],["[,:;]","delimiter"],["#@identifierPlus","t…
H A D9.9.js1next:"@popall"},"@default":{token:"key.identifier",next:"@type"}}}],[/^-+@str*\s*/,{cases:{"@eos":…
H A D45.45.js1next:"@tag.$1"}]}},"$2@keywords":["",{token:"keyword.$2"}],"@default":["",""]}}],[/^(\s*)(#[a-zA-Z…
H A D24.24.js1next:"@script"}]],[/(<)(style)/,["delimiter",{token:"tag",next:"@style"}]],[/(<)((?:[\w\-]+:)?[\w\…
H A D14.14.js1next:"@namespace"},"@keywords":{token:"keyword.$0",next:"@qualified"},"@default":{token:"identifie…
H A D22.22.js1next:"@script"}]],[/(<)(style)/,["delimiter.html",{token:"tag.html",next:"@style"}]],[/(<)([:\w]+)…
H A D57.57.js.map1next: '@includedeclaration' }],\n [\n '[@](keyframes|-webkit-keyframes|-…
H A D52.52.js1next:"@dodecl.$2"},"@declarations":{token:"keyword.$2",next:"@root.$2"},end:{token:"keyword.$S2",n…
H A D41.41.js1next:"@script"}]],[/(<)(style)/,["delimiter.html",{token:"tag.html",next:"@style"}]],[/(<)([:\w]+)…
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/CSS/
H A DDisallowMultipleStyleDefinitionsSniff.php63 $next = $phpcsFile->findNext(T_STYLE, ($stackPtr + 1));
64 if ($next === false) {
68 if ($tokens[$next]['content'] === 'progid') {
73 if ($tokens[$next]['line'] === $tokens[$stackPtr]['line']) {
75 $fix = $phpcsFile->addFixableError($error, $next, 'Found');
77 $phpcsFile->fixer->addNewlineBefore($next);
/plugin/webdav/vendor/sabre/xml/lib/Deserializer/
H A Dfunctions.php65 $reader->next();
70 $reader->next();
76 $reader->next();
157 $reader->next();
161 $reader->next();
167 $reader->next();
185 } while ($reader->depth >= $currentDepth && $reader->next());
187 $reader->next();
208 $reader->next();
227 $reader->next();
/plugin/odt/ODT/
H A DXMLUtil.php63 $next = $xmlCode [$start+$elementLength+1];
64 if ($next == '/' || $next == '>' || ctype_space($next)) {
131 $next = $xmlCode [$start+$elementLength+1];
132 if ($next == '/' || $next == '>' || ctype_space($next)) {
216 $next = $xmlCode [$start+$elementLength+1];
217 if ($next == '/' || $next == '>' || ctype_space($next)) {
305 $next = $xmlCode [$start+$elementLength+1];
306 if ($next == '/' || $next == '>' || ctype_space($next)) {
/plugin/commonmark/vendor/league/commonmark/src/Delimiter/Processor/
H A DEmphasisDelimiterProcessor.php
/plugin/findologicxmlexport/vendor/hoa/compiler/Llk/Sampler/
H A DBoundedExhaustive.php136 public function next() function in Hoa\\Compiler\\Llk\\Sampler\\BoundedExhaustive
200 $next = $pop->getData();
225 if (0 === $next) {
259 if (-1 != $max && $next > $max) {
265 $next,
274 if (count($children) <= $next) {
280 $next,
283 $nextRule = $children[$next];
291 $next
349 $next = $last->getData() + 1;
[all …]
/plugin/commonmark/vendor/league/commonmark/src/Inline/
H A DAdjacentTextMerger.php
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/CodeAnalysis/
H A DUnnecessaryFinalModifierSniff.php83 $next = ++$token['scope_opener'];
86 for (; $next <= $end; ++$next) {
87 if ($tokens[$next]['code'] === T_FINAL) {
89 $phpcsFile->addWarning($error, $next, 'Found');
H A DUnusedFunctionParameterSniff.php77 $next = ++$token['scope_opener'];
90 for (; $next <= $end; ++$next) {
91 $token = $tokens[$next];
107 … $tmp = $phpcsFile->findNext(PHP_CodeSniffer_Tokens::$emptyTokens, ($next + 1), null, true);
130 $nextToken = $phpcsFile->findNext(T_WHITESPACE, ($next + 1), null, true);
147 for ($i = ($next + 1); $i <= $end; $i++) {
150 $next++;
H A DForLoopWithTestFunctionCallSniff.php78 $next = ++$token['parenthesis_opener'];
83 for (; $next <= $end; ++$next) {
84 $code = $tokens[$next]['code'];
99 … $index = $phpcsFile->findNext(PHP_CodeSniffer_Tokens::$emptyTokens, ($next + 1), null, true);
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/Strings/
H A DUnnecessaryStringConcatSniff.php99 $next = $phpcsFile->findNext(T_WHITESPACE, ($stackPtr + 1), null, true);
100 if ($prev === false || $next === false) {
105 && isset(PHP_CodeSniffer_Tokens::$stringTokens[$tokens[$next]['code']]) === true
107 if ($tokens[$prev]['content'][0] === $tokens[$next]['content'][0]) {
113 $nextChar = $tokens[$next]['content'][1];
121 && $tokens[$prev]['line'] !== $tokens[$next]['line']
/plugin/code3/src/
H A Dtz.js162 this.next = 0;
175 var next = i + 1;
206 this.next = next;
581 var next = decodeHelper.next;
693 i = next;
754 var next;
758 next = decodeHelper.next;
863 var next;
871 next = decodeHelper.next;
1016 var next = decodeHelper.next;
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/
H A DSerialPortOutput.php33 public $next; variable in Google\\Service\\Compute\\SerialPortOutput
74 public function setNext($next) argument
76 $this->next = $next;
83 return $this->next;

12345678910>>...56