Home
last modified time | relevance | path

Searched refs:next (Results 1 – 20 of 20) sorted by relevance

/dokuwiki/.github/
H A Drelease.php79 $next = [
85 if (!$next['type']) $next['type'] = 'stable';
86 if (!$next['date']) $next['date'] = date('Y-m-d');
87 if (!$next['codename']) $next['codename'] = $current['codename'];
88 $next['codename'] = ucwords(strtolower($next['codename']));
90 if (!in_array($next['type'], self::TYPES)) {
94 if ($next['type'] === 'hotfix') {
95 $next['update'] = floatval($current['update']) + 0.1;
96 $next['codename'] = $current['codename'];
97 $next['date'] = $current['date'];
[all …]
/dokuwiki/inc/Utf8/
H A DClean.php184 …* @param bool $next direction to search for boundary, false = up (current character) true = down (…
187 public static function correctIdx($str, $i, $next = false) argument
195 if ($next) {
/dokuwiki/
H A DSECURITY.md5 …tfixes for the current stable release or may simply incorporate the fix in the next proper release.
/dokuwiki/inc/
H A Dutf8.php280 function utf8_correctIdx($str, $i, $next = false) argument
283 return Clean::correctIdx($str, $i, $next);
H A DDifferenceEngine.php383 while ($pt2 = next($seps)) {
1401 $e1 = next($edits1);
1408 $e2 = next($edits2);
1430 $e1 = next($edits1);
1434 $e2 = next($edits2);
/dokuwiki/inc/Parsing/Handler/
H A DTable.php198 … $next = in_array($this->tableCalls[$key + 1][0], ['tablecell_close', 'tableheader_close']);
200 if ($prev && $next) {
208 } elseif ($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;
/dokuwiki/lib/tpl/dokuwiki/css/
H A D_recent.css72 .dokuwiki div.pagenav-next {
/dokuwiki/vendor/geshi/geshi/
H A DBUGS9 newline up until the next lexic, instead of stopping at the <END GeSHi> part. In fact,
/dokuwiki/lib/scripts/jquery/jquery-ui-theme/
H A Dsmoothness.css314 .ui-datepicker .ui-datepicker-next {
321 .ui-datepicker .ui-datepicker-next-hover {
327 .ui-datepicker .ui-datepicker-next {
333 .ui-datepicker .ui-datepicker-next-hover {
337 .ui-datepicker .ui-datepicker-next span {
442 .ui-datepicker-rtl .ui-datepicker-next {
450 .ui-datepicker-rtl .ui-datepicker-next:hover {
1203 .ui-icon-seek-next { background-position: -32px -160px; }
/dokuwiki/lib/scripts/
H A Dmedia.js680 $list = $toggle.next('span');
682 }).next('span').hide();
/dokuwiki/vendor/splitbrain/lesserphp/src/
H A DParser.php456 $this->peek(self::$operatorString, $next) &&
457 self::$precedence[$next[1]] > self::$precedence[$m[1]]
459 $rhs = $this->expHelper($rhs, self::$precedence[$next[1]]);
/dokuwiki/vendor/simplepie/simplepie/
H A DREADME.markdown96 The main development for the next minor release happens in `master` branch.
/dokuwiki/lib/scripts/jquery/
H A Djquery-ui.min.js6next():V()}},_createIcons:function(){var t,e=this.options.icons;e&&(t=V("<span>"),this._addClass(t… method
H A Djquery.min.js2next:"legend"});try{k.apply(oe=ae.call(ye.childNodes),ye.childNodes),oe[ye.childNodes.length].node… method
/dokuwiki/inc/parser/
H A Dhandler.php164 next($this->calls); //advance the pointer
/dokuwiki/data/pages/wiki/
H A Dsyntax.txt192 When you upload a ''video.webm'' and ''video.ogv'' next to the referenced ''video.mp4'', DokuWiki w…
318 To connect cells horizontally, just make the next cell completely empty as shown above. Be sure to …
/dokuwiki/_test/data/pages/wiki/
H A Dsyntax.txt192 When you upload a ''video.webm'' and ''video.ogv'' next to the referenced ''video.mp4'', DokuWiki w…
318 To connect cells horizontally, just make the next cell completely empty as shown above. Be sure to …
/dokuwiki/vendor/splitbrain/lesserphp/
H A DLICENSE324 clear directions next to the object code saying where to find the
/dokuwiki/_test/core/
H A DphpQuery-onefile.php4104 public function next($cssSelector = null){ function in phpQueryObject