Home
last modified time | relevance | path

Searched refs:next (Results 126 – 150 of 1393) sorted by relevance

12345678910>>...56

/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/MySource/Sniffs/Objects/
H A DAssignThisSniff.php64 $next = $phpcsFile->findNext(T_WHITESPACE, ($stackPtr + 1), null, true);
65 if ($tokens[$next]['code'] !== T_SEMICOLON) {
66 if ($tokens[$next]['line'] === $tokens[$stackPtr]['line']) {
/plugin/davcal/vendor/sabre/xml/lib/Element/
H A DElements.php106 $reader->next();
119 } while ($reader->depth >= $currentDepth && $reader->next());
121 $reader->next();
/plugin/findologicxmlexport/vendor/hoa/compiler/Llk/
H A DParser.php267 $next = $rule->getData();
287 protected function _parse(Rule $zeRule, $next) argument
352 $this->_tokenSequence->next();
379 if ($next >= count($children)) {
389 $next,
393 $nextRule = $children[$next];
401 if (0 === $next) {
431 if (-1 != $max && $next > $max) {
437 $next,
482 $next = $last->getData() + 1;
[all …]
/plugin/findologicxmlexport/vendor/hoa/protocol/Node/
H A DNode.php216 $next = substr($path, 0, $pos);
218 $next = $path;
221 if (isset($this[$next])) {
224 $this->_resolveChoice($this[$next]->reach(), $accumulator);
231 return $this[$next]->reachId($id);
234 $tnext = $this[$next];
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/PSR2/Sniffs/ControlStructures/
H A DElseIfDeclarationSniff.php65 $next = $phpcsFile->findNext(T_WHITESPACE, ($stackPtr + 1), null, true);
66 if ($tokens[$next]['code'] === T_IF) {
74 for ($i = ($stackPtr + 1); $i <= $next; $i++) {
/plugin/findologicxmlexport/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/
H A DTokenParser.php78 public function next($docCommentIsComment = TRUE) function in Doctrine\\Common\\Annotations\\TokenParser
108 while (($token = $this->next())) {
149 while (($token = $this->next())) {
175 … while (($token = $this->next()) && ($token[0] === T_STRING || $token[0] === T_NS_SEPARATOR)) {
/plugin/diagrams/script/
H A Dembed-toolbar.js27 // boundaries of the previous and next elements of the same type
29 const next = area.value.indexOf(open, selection.start + open.length);
35 if (next > -1 && next < end && end > next) return selection;
/plugin/codemirror/dist/modes/
H A Dfactor.min.js.map1next","vocabulary","string","string2","string3","stack","meta","dontIndentStates","lineComment","d…
H A Dcrystal.min.js1next()}else if(a.match("%w")){p=false;q=a.next()}else if(a.match("%q")){p=false;q=a.next()}else{if…
H A Dpascal.min.js1next();if(i=="#"&&e.startOfLine){a.skipToEnd();return"meta"}if(i=='"'||i=="'"){e.tokenize=f(i);ret…
H A Dmathematica.min.js1next();if(c==='"'){b.tokenize=l;return b.tokenize(a,b)}if(c==="("){if(a.eat("*")){b.commentLevel++…
/plugin/pubchem/
H A Dsyntax.php166 $xmls = $XmlClass[0]->next[0]->next;
170 $props = $xmls[$i]->next;
172 $infodata = $props[$j]->next;
174 $info_name1 = $infodata[0]->next[0]->next[0]->value;
175 $info_name2 = $infodata[0]->next[0]->next[1]->value;
176 $info_value = $infodata[1]->next[0]->value;
/plugin/combo/vendor/dragonmantank/cron-expression/tests/Cron/
H A DCronExpressionTest.php196 // Test next run date
204 $next = $cron->getNextRunDate($relativeTime, 0, true);
205 $this->assertEquals(new DateTime($nextRun), $next);
253 $next = $cron->getNextRunDate('now');
255 $this->assertEquals($next, $cron->getPreviousRunDate($two));
258 $next = $cron->getNextRunDate('now');
260 $this->assertEquals($next, $cron->getPreviousRunDate($two));
263 $next = $cron->getNextRunDate('now');
265 $this->assertEquals($next, $cron->getPreviousRunDate($two));
334 $next
[all...]
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Commenting/
H A DClosingDeclarationCommentSniff.php112 $next = $phpcsFile->findNext(T_WHITESPACE, ($closingBracket + 1), null, true);
113 if (rtrim($tokens[$next]['content']) === $comment) {
118 for ($i = ($closingBracket + 1); $i < $next; $i++) {
124 $phpcsFile->fixer->replaceToken($next, $comment.$phpcsFile->eolChar);
/plugin/findologicxmlexport/vendor/hoa/iterator/
H A DLookahead.php126 public function next() function in Hoa\\Iterator\\Lookahead
138 return $innerIterator->next();
149 $this->next();
/plugin/swiftmail/Swift/Message/
H A DEncoder.php164 $next = chunk_split($this->rawBase64Encode($bytes), $chunk, $le);
165 $next = trim($next);
166 $cache->write("b64", $next);
273 $next = $this->rawQPEncode($bytes, true);
274 preg_match_all('/.{1,'.($chunk-6).'}([^=]{0,3})?/', $next, $next);
275 if (count($next[0])) $cache->write("qp", $this->fixLE(implode("=" . $le, $next[0]), $le));
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D22.22.js.map1next: '@script' }]],\n [/(<)(style)/, ['delimiter.html', { token: 'tag.html', next: '@s…
H A D13.13.js1next:"@hereregexp"}],[/^(\s*)(@regEx)/,["","regexp"]],[/(\()(\s*)(@regEx)/,["@brackets","","regexp…
H A D30.30.js.map1next: '@quoted_identifier'\n }\n ],\n [\n 'LEX…
/plugin/dokusioc/lib/
H A Dsioc_inc.php254 $this->next_users = $next;
259 $this->next_forums = $next;
432 private $next; variable in SIOCThread
450 $this->next = false;
471 $this->next = $next;
549 if ($data[next]) {
556 if ($this->next) {
582 private $next; variable in SIOCForum
609 $this->next = false;
637 $this->next = $next;
[all …]
/plugin/photogallery/lightGallery/css/
H A Dlg-transitions.min.css1next-slide,.lg-css3.lg-zoom-in .lg-item.lg-prev-slide{-webkit-transform:scale3d(1.3,1.3,1.3);trans…
/plugin/pdb/classes/
H A D_xml.php14 var $next; variable in Xml
38 $NowObj[$Index]->next = array();
40 $NowObj = &$NowObj[$Index]->next;
/plugin/pubchem/classes/
H A D_xml.php14 var $next; variable in Xml
40 $NowObj[$Index]->next = array();
42 $NowObj = &$NowObj[$Index]->next;
/plugin/pubmed/classes/
H A D_xml.php14 var $next; variable in Xml
40 $NowObj[$Index]->next = array();
42 $NowObj = &$NowObj[$Index]->next;
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/PHP/
H A DLowercasePHPFunctionsSniff.php79 $next = $phpcsFile->findNext(T_WHITESPACE, ($stackPtr + 1), null, true);
80 if ($next === false) {
85 if ($tokens[$next]['code'] !== T_OPEN_PARENTHESIS) {

12345678910>>...56