Searched +full:fullname -(+path:inc +path:lang) -(+path:lib +path:plugins +path:lang) -(+path:lib +path:tpl +path:dokuwiki +path:lang) (Results 1 – 12 of 12) sorted by relevance
/dokuwiki/inc/Subscriptions/ |
H A D | RegistrationSubscriptionSender.php | 11 * @param string $fullname full name of the new user 18 public function sendRegister($login, $fullname, $email) 27 'NEWNAME' => $fullname, 19 sendRegister($login, $fullname, $email) global() argument
|
/dokuwiki/inc/Ui/ |
H A D | UserProfile.php | 32 'name' => $INPUT->post->str('fullname', $INFO['userinfo']['name'], true), 96 $input = $form->addTextInput('fullname', $lang['fullname'])
|
H A D | UserRegister.php | 55 $input = $form->addTextInput('fullname', $lang['fullname'])->attrs($base_attrs)->addClass('edit') 56 ->val($INPUT->post->str('fullname'));
|
/dokuwiki/ |
H A D | install.php | 212 <label for="fullname"><?php echo $lang['fullname'] ?></label> 213 <input class="text" type="text" name="d[fullname]" id="fullname" 214 value="<?php echo $d['fullname'] ?>"/> 305 'fullname' => '', 348 if (empty($d['fullname']) || strstr($d['fullname'], ':')) { 349 $error[] = sprintf($lang['i_badval'], $lang['fullname']); 437 $d['fullname'], [all...] |
/dokuwiki/inc/ |
H A D | auth.php | 962 'FULLNAME' => $userinfo['name'], 997 $fullname = trim(preg_replace('/[\x00-\x1f:<>&%,;]+/', '', $INPUT->post->str('fullname'))); 1002 if (empty($login) || empty($fullname) || empty($email)) { 1024 if (!$auth->triggerUserMod('create', [$login, $pass, $fullname, $email])) { 1031 $subscription->sendRegister($login, $fullname, $email); 1075 $changes['name'] = $INPUT->post->str('fullname'); 1084 // clean fullname and email 1300 $trep = ['FULLNAME' => $userinfo['name'], 'LOGIN' => $user, 'CONFIRM' => $url];
|
H A D | deprecated.php | 534 send_register($login, $fullname, $email) global() argument
|
/dokuwiki/inc/Action/ |
H A D | Resendpwd.php | 164 'FULLNAME' => $userinfo['name'],
|
/dokuwiki/vendor/geshi/geshi/src/geshi/ |
H A D | kixtart.php | 110 '@FullName',
|
H A D | mirc.php | 61 'flushini','font','fsend','fserve','fullname','ghide','gload',
|
H A D | visualfoxpro.php | 339 'FullName','GoFirst','GoLast','GridLineColor','GridLineWidth','GridLines'
|
/dokuwiki/vendor/geshi/geshi/src/ |
H A D | geshi.php | 755 // We want the fullname too? 758 if (false !== ($fullname = $this->get_language_fullname($langname))) 760 $back[$langname] = $fullname; // we go associative 802 // return fullname for langname
|
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/File/ |
H A D | X509.php | 532 $filters['distributionPoint']['fullName']['directoryName']['rdnSequence']['value'] = $type_utf8_string;
|