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 167) sorted by relevance
1234567
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 …]
32 * (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)
30 * @param string|null $newaction the action that should be used next49 * Returns the action to use next
14 /** @phpstan-ignore-next-line */