| /dokuwiki/.github/ |
| H A D | release.php | 79 $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 D | Clean.php | 184 …* @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 D | SECURITY.md | 5 …tfixes for the current stable release or may simply incorporate the fix in the next proper release.
|
| /dokuwiki/inc/ |
| H A D | utf8.php | 280 function utf8_correctIdx($str, $i, $next = false) argument 283 return Clean::correctIdx($str, $i, $next);
|
| H A D | DifferenceEngine.php | 383 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 D | Table.php | 198 … $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 D | idna_convert.class.php | 726 $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.css | 72 .dokuwiki div.pagenav-next {
|
| /dokuwiki/vendor/geshi/geshi/ |
| H A D | BUGS | 9 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 D | smoothness.css | 314 .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 D | media.js | 680 $list = $toggle.next('span'); 682 }).next('span').hide();
|
| /dokuwiki/vendor/splitbrain/lesserphp/src/ |
| H A D | Parser.php | 456 $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 D | README.markdown | 96 The main development for the next minor release happens in `master` branch.
|
| /dokuwiki/lib/scripts/jquery/ |
| H A D | jquery-ui.min.js | 6 …next():V()}},_createIcons:function(){var t,e=this.options.icons;e&&(t=V("<span>"),this._addClass(t… method
|
| H A D | jquery.min.js | 2 …next:"legend"});try{k.apply(oe=ae.call(ye.childNodes),ye.childNodes),oe[ye.childNodes.length].node… method
|
| /dokuwiki/inc/parser/ |
| H A D | handler.php | 164 next($this->calls); //advance the pointer
|
| /dokuwiki/data/pages/wiki/ |
| H A D | syntax.txt | 192 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 D | syntax.txt | 192 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 D | LICENSE | 324 clear directions next to the object code saying where to find the
|
| /dokuwiki/_test/core/ |
| H A D | phpQuery-onefile.php | 4104 public function next($cssSelector = null){ function in phpQueryObject
|