Home
last modified time | relevance | path

Searched refs:parts (Results 26 – 29 of 29) sorted by last modified time

12

/dokuwiki/inc/
H A Dhttputils.php136 $parts = count($ranges);
143 if ($parts == 1) {
151 for ($i = 0; $i < $parts; $i++) {
155 if ($parts > 1) {
178 if ($parts > 1) {
/dokuwiki/inc/Extension/
H A DPluginTrait.php23 $parts = sexplode('_', $class, 3);
24 $ext = $parts[2];
/dokuwiki/inc/File/
H A DResolver.php88 $parts = explode(':', $id);
90 foreach ($parts as $dir) {
/dokuwiki/lib/plugins/authad/
H A Dauth.php318 * Normalizes domain parts, does not modify the user name itself (unlike cleanGroup)
604 $parts = explode(' ', $changes['name']);
605 $adchanges['surname'] = array_pop($parts);
606 $adchanges['firstname'] = implode(' ', $parts);

12