Home
last modified time | relevance | path

Searched +full:next -(+path:inc +path:lang) -(+path:lib +path:plugins +path:lang) -(+path:lib +path:tpl +path:dokuwiki +path:lang) (Results 1 – 25 of 125) sorted by relevance

12345

/dokuwiki/inc/
H A DSafeFN.class.php32 * (continue to next character)
36 * (continue to next character)
42 * (continue to next character)
62 * (continue to next substring)
66 * (continue to next substring)
72 * (continue to next substring)
H A Dutf8.php280 function utf8_correctIdx($str, $i, $next = false)
283 return Clean::correctIdx($str, $i, $next);
279 utf8_correctIdx($str, $i, $next = false) global() argument
/dokuwiki/inc/Action/Exception/
H A DActionException.php30 * @param string|null $newaction the action that should be used next
49 * Returns the action to use next
/dokuwiki/
H A DSECURITY.md5 We try to fix vulnerabilites as fast as possible, but please keep in mind that this is a project run by volunteers. Depending on the severity we may release hotfixes for the current stable release or may simply incorporate the fix in the next proper release.
/dokuwiki/inc/Utf8/
H A DClean.php184 * @param bool $next direction to search for boundary, false = up (current character) true = down (next character)
187 public static function correctIdx($str, $i, $next = false) argument
195 if ($next) {
/dokuwiki/inc/Ui/
H A DRevisions.php86 * Navigation buttons for Pagination (prev/next)
106 $html .= '<div class="pagenav-next">';
H A DRecent.php175 * Navigation buttons for Pagination (prev/next)
197 $html .= '<div class="pagenav-next">';
/dokuwiki/inc/Parsing/Handler/
H A DTable.php198 $next = in_array($this->tableCalls[$key + 1][0], ['tablecell_close', 'tableheader_close']);
200 if ($prev && $next) {
207 // If the next element is the close of an element, align either center or left
208 } elseif ($next) {
243 // we don't have to check next call as that wont match regex
H A DBlock.php165 // To make sure next paragraph is correctly started, let close go first.
181 // Next is EOL => double eol => mark as paragraph
/dokuwiki/vendor/geshi/geshi/
H A DBUGS9 newline up until the next lexic, instead of stopping at the <END GeSHi> part. In fact,
/dokuwiki/vendor/geshi/geshi/src/geshi/
H A Dprogress.php80 'LOAD-PICTURE','MESSAGE','method','NEXT','prev',
81 'NEXT-PROMPT','ON','OPEN QUERY','OS-APPEND',
159 'GET-NEXT','GET-NODE','GET-NUMBER','GET-PARENT',
185 'SAX-PARSE','SAX-PARSE-FIRST','SAX-PARSE-NEXT','SCROLL-TO-CURRENT-ROW',
187 'SELECT-ALL','SELECT-FOCUSED-ROW','SELECT-NEXT-ROW','SELECT-PREV-ROW',
214 'DYNAMIC-NEXT-VALUE','ENCODE','ENCRYPT','ENTERED',
234 'MTIME','NEW','NEXT-VALUE','SHARED',
341 'NEXT-COLUMN','NEXT-ROWID','NEXT
[all...]
H A Dvhdl.php71 'map','new','next','null','of','on','open','others','out','package',
99 'next!','next_a','next_a!','next_e','next_e!','next_event','next_event!','next_event_a','next_event_a!',
H A Dperl6.php75 'unless', 'next', 'last', 'redo', 'not', 'our', 'let',
86 'ENTER', 'LEAVE', 'KEEP', 'UNDO', 'NEXT', 'LAST', 'PRE',
H A Dintercal.php54 'STASH', 'RETRIEVE', 'NEXT', 'RESUME', 'FORGET', 'ABSTAIN', 'ABSTAINING',
H A Dvb.php69 'Goto', 'If', 'Is', 'Loop', 'Next', 'Not', 'Or', 'Resume', 'Select',
H A Dlocobasic.php56 "NEXT", "NOT", "ON", "OPENIN", "OPENOUT", "OR", "ORIGIN", "PAPER",
H A Dzxbasic.php59 "LET", "LOAD", "LOOP", "NEXT", "OVER", "PAPER", "PAUSE", "PI",
H A Doobas.php67 'it','then','else','select','case','iif','do','loop','for','next','to',
H A D4cs.php65 'MonitorChannel', 'MostFormat', 'MostMessage', 'Named', 'Never', 'Next',
/dokuwiki/lib/tpl/dokuwiki/css/
H A D_recent.css72 .dokuwiki div.pagenav-next {
/dokuwiki/vendor/simplepie/simplepie/idn/
H A Didna_convert.class.php726 $next = $this->_get_combining_class(intval($input[$i+1]));
727 if ($next != 0 && $last > $next) {
730 if ($this->_get_combining_class(intval($input[$j-1])) <= $next) break;
737 $next = $last;
739 $last = $next;
793 $mode = 'next';
807 if ('next' == $mode) { // Try to find the next start byte; determine the width of the Unicode char
853 $mode = 'next';
[all...]
/dokuwiki/vendor/simplepie/simplepie/
H A Dautoloader.php68 // no, move to the next registered autoloader
H A DREADME.markdown80 The main development for the next minor release happens in `master` branch.
/dokuwiki/inc/ChangeLog/
H A DChangeLogTrait.php222 * Returns the next lines of the changelog of the chunk before head or after tail
258 //load next chunk
H A DChangeLog.php274 // next chunk
310 * reference revision $rev is read and sometimes a next chunk.
318 positive=next, negative=prev
520 //retrieve next chunk

12345