Home
last modified time | relevance | path

Searched refs:next (Results 151 – 175 of 1393) sorted by relevance

12345678910>>...56

/plugin/codemirror/dist/modes/
H A Ddylan.min.js.map1next","tokenString","eat","tokenComment","skipToEnd","backUp","test","match","eatWhile","indexOf",…
H A Dswift.min.js1next();return"operator"}if(h.indexOf(r)>-1){a.next();a.match("..");return"punctuation"}var u;if(u=…
H A Drust.min.js.map1next","indent","dedent","string","string_raw","string_raw_hash","comment","meta","dontIndentStates…
H A Dtcl.min.js1next();if((k=='"'||k=="'")&&f.inParams){return e(a,f,g(k))}else if(/[\[\]{}\(\),;\.]/.test(k)){if(…
H A Dverilog.min.js1next();return null}if(m.test(c)){v=a.next();return"bracket"}if(c=="`"){a.next();if(a.eatWhile(/[\w…
H A Dmathematica.min.js.map1next","tokenize","tokenString","eat","commentLevel","tokenComment","backUp","match","end","escaped…
/plugin/zip/pear/File/Archive/Reader/
H A DConcat.php57 while (($error = $source->next()) === true) {
78 function next() function in File_Archive_Reader_Concat
81 return $this->opened = $this->source->next();
121 $error = $this->source->next();
/plugin/pagenav/
H A Dsyntax.php78 $next = '';
93 if (!$next) {
94 $next = $list[$i]['id'];
111 if ($mode & 2) $renderer->doc .= $this->buildImgLink($next, 'next');
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D52.52.js.map1next',\n 'nil',\n 'not',\n 'or',\n 'redo',\n 'rescue',\n …
H A D33.33.js1next:"@hereregexp"}],[/^(\s*)(@regEx)/,["","regexp"]],[/(\,)(\s*)(@regEx)/,["delimiter","","regexp…
H A D55.55.js1next:"@rawstring"}],[/\bs"""/,{token:"string.quote",bracket:"@open",next:"@sstringt"}],[/\bs"/,{to…
H A D27.27.js1next:"@typeanno"}]],[/\b(type|struct)[ \t]+/,"keyword","@typeanno"],[/^\s*:@ident[!?]?/,"metatag"]…
H A D14.14.js.map1next: '@namespace'\n },\n '@keywords': {\n …
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/PEAR/Sniffs/Formatting/
H A DMultiLineAssignmentSniff.php65 $next = $phpcsFile->findNext(T_WHITESPACE, ($stackPtr + 1), null, true);
66 if ($next === false) {
71 if ($tokens[$next]['line'] !== $tokens[$stackPtr]['line']) {
/plugin/commonmark/vendor/league/commonmark/src/Node/
H A DNodeWalker.php44 public function next(): ?NodeWalkerEvent
61 } elseif ($current->next() === null) {
65 $this->current = $current->next();
48 public function next(): ?NodeWalkerEvent global() function in League\\CommonMark\\Node\\NodeWalker
/plugin/lms/
H A Daction.php78 $next = $hlp->getNextLesson($ID, $user);
79 if ($next) {
80 $ID = $next;
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/PHP/
H A DDisallowComparisonAssignmentSniff.php88 $next = $phpcsFile->findNext($ignore, ($stackPtr + 1), null, true);
89 if ($tokens[$next]['code'] === T_OPEN_PARENTHESIS
90 && $tokens[($next - 1)]['code'] === T_STRING
/plugin/swiftmail/Swift/Plugin/
H A DVerboseSending.php50 $it->next();
58 $it->next();
66 $it->next();
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/
H A DTokenStreamTest.php50 $token = $stream->next();
67 $stream->next();
82 $stream->next();
/plugin/loglog/
H A Dadmin.php53 $next = $max + (7 * 24 * 60 * 60);
54 if ($now - $next < 60 * 60 * 5) {
55 $next = $now;
159 ['do' => 'admin', 'page' => 'loglog', 'time' => $next, 'filter' => $this->filter]
/plugin/mdpage/vendor/cebe/markdown/tests/markdown-data/
H A Dnewline.md2 next line
4 next par
/plugin/photogallery/lightGallery/css/
H A Dlg-transitions.css9 .lg-css3.lg-zoom-in .lg-item.lg-next-slide {
26 .lg-css3.lg-zoom-in-big .lg-item.lg-next-slide {
43 .lg-css3.lg-zoom-out .lg-item.lg-next-slide {
60 .lg-css3.lg-zoom-out-big .lg-item.lg-next-slide {
77 .lg-css3.lg-zoom-out-in .lg-item.lg-next-slide {
94 .lg-css3.lg-zoom-in-out .lg-item.lg-next-slide {
111 .lg-css3.lg-soft-zoom .lg-item.lg-next-slide {
131 .lg-css3.lg-scale-up .lg-item.lg-next-slide {
665 .lg-css3.lg-lollipop .lg-item.lg-next-slide {
708 .lg-css3.lg-rotate .lg-item.lg-next-slide {
[all …]
/plugin/authgoogle/google/contrib/
H A DGoogle_AuditService.php96 public $next; variable in Google_Activities
110 public function setNext( $next) { argument
111 $this->next = $next;
114 return $this->next;
/plugin/freechat/phpfreechat/src/
H A Dpfcproxycommand.class.php36 var $next = null; variable in pfcProxyCommand
53 $this->next = $cmd;
/plugin/imagecarousel/vendor/slick/
H A Dslick-theme.less12 @slick-next-character: "→";
37 .slick-next {
68 .slick-prev:before, .slick-next:before {
87 content: @slick-next-character;
92 .slick-next {
99 content: @slick-next-character;

12345678910>>...56