Home
last modified time | relevance | path

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 DRegistrationSubscriptionSender.php11 * @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 DUserProfile.php32 'name' => $INPUT->post->str('fullname', $INFO['userinfo']['name'], true),
96 $input = $form->addTextInput('fullname', $lang['fullname'])
H A DUserRegister.php55 $input = $form->addTextInput('fullname', $lang['fullname'])->attrs($base_attrs)->addClass('edit')
56 ->val($INPUT->post->str('fullname'));
/dokuwiki/
H A Dinstall.php212 <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 Dauth.php945 'FULLNAME' => $userinfo['name'],
980 $fullname = trim(preg_replace('/[\x00-\x1f:<>&%,;]+/', '', $INPUT->post->str('fullname')));
985 if (empty($login) || empty($fullname) || empty($email)) {
1007 if (!$auth->triggerUserMod('create', [$login, $pass, $fullname, $email])) {
1014 $subscription->sendRegister($login, $fullname, $email);
1058 $changes['name'] = $INPUT->post->str('fullname');
1067 // clean fullname and email
1283 $trep = ['FULLNAME' => $userinfo['name'], 'LOGIN' => $user, 'CONFIRM' => $url];
H A Ddeprecated.php530 * @param string $fullname full name of the new user
536 public function send_register($login, $fullname, $email) {
539 return $subscriptionSender->sendRegister($login, $fullname, $email);
534 send_register($login, $fullname, $email) global() argument
/dokuwiki/inc/Action/
H A DResendpwd.php164 'FULLNAME' => $userinfo['name'],
/dokuwiki/vendor/geshi/geshi/src/geshi/
H A Dkixtart.php110 '@FullName',
H A Dmirc.php61 'flushini','font','fsend','fserve','fullname','ghide','gload',
H A Dvisualfoxpro.php339 'FullName','GoFirst','GoLast','GridLineColor','GridLineWidth','GridLines'
/dokuwiki/vendor/geshi/geshi/src/
H A Dgeshi.php755 // 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 DX509.php537 $filters['distributionPoint']['fullName']['directoryName']['rdnSequence']['value'] = $type_utf8_string;