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 path

12345

/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/conf/
H A Ddokuwiki.php169 $conf['defer_js'] = 1; // Defer javascript to be executed after the page's HTML has been parsed. Setting will be removed in the next release.
/dokuwiki/data/pages/wiki/
H A Dsyntax.txt192 When you upload a ''video.webm'' and ''video.ogv'' next to the referenced ''video.mp4'', DokuWiki will automatically add them as alternatives so that one of the three files is understood by your browser.
318 To connect cells horizontally, just make the next cell completely empty as shown above. Be sure to have always the same amount of cell separators!
/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/inc/ChangeLog/
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
H A DChangeLogTrait.php222 * Returns the next lines of the changelog of the chunk before head or after tail
258 //load next chunk
/dokuwiki/inc/
H A DDifferenceEngine.php278 // next match is just replacing previous match.
383 while ($pt2 = next($seps)) {
1401 $e1 = next($edits1);
1408 $e2 = next($edits2);
1430 $e1 = next($edits1);
1434 $e2 = next($edits2);
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 DTaskRunner.php18 * Run the next task
H A Dauth.php805 //get next higher namespace
871 * @param array $matches first complete match, next matching subpatterms
H A Dfulltext.php536 // set $offset for next match attempt
H A Dmail.php133 // or comment next line for RFC2045 conformance, if you like
H A Dparserutils.php334 * the next metadata rendering.
H A Dtemplate.php1777 * file next to the ´main´ config files, in the order protected, local,
/dokuwiki/inc/Extension/
H A DEvent.php154 * may the event propagate to the next handler?
/dokuwiki/inc/HTTP/
H A DHTTPClient.php437 // for keep alive we need to read the whole message to clean up the socket for the next read
/dokuwiki/inc/Parsing/Handler/
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
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
/dokuwiki/inc/Ui/
H A DPageDiff.php359 // determine previous/next revisions (older/left side)
366 // determine previous/next revisions (newer/right side)
H A DRecent.php175 * Navigation buttons for Pagination (prev/next)
197 $html .= '<div class="pagenav-next">';
H A DRevisions.php86 * Navigation buttons for Pagination (prev/next)
106 $html .= '<div class="pagenav-next">';
/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) {
H A DUnicode.php38 // until the beginning of the next UTF8 character sequence
/dokuwiki/inc/parser/
H A Dhandler.php155 * fetch the current call and advance the pointer to the next one
164 next($this->calls); //advance the pointer
H A Drenderer.php940 //wiki names will be cleaned next, otherwise urlencode unsafe chars

12345