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 – 13 of 13) 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) argument
27 'NEWNAME' => $fullname,
/dokuwiki/inc/Ui/
H A DUserRegister.php55 … $input = $form->addTextInput('fullname', $lang['fullname'])->attrs($base_attrs)->addClass('edit')
56 ->val($INPUT->post->str('fullname'));
H A DUserProfile.php32 'name' => $INPUT->post->str('fullname', $INFO['userinfo']['name'], true),
96 $input = $form->addTextInput('fullname', $lang['fullname'])
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/
H A DDistributionPointName.php28 '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'],
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/
H A DAsymmetricKey.php373 * @param string $fullname
376 public static function addFileFormat($fullname) argument
380 if (class_exists($fullname)) {
381 $meta = new \ReflectionClass($fullname);
383 self::$plugins[static::ALGORITHM]['Keys'][strtolower($shortname)] = $fullname;
/dokuwiki/inc/
H A Dauth.php971 'FULLNAME' => $userinfo['name'],
1006 $fullname = trim(preg_replace('/[\x00-\x1f:<>&%,;]+/', '', $INPUT->post->str('fullname')));
1011 if (empty($login) || empty($fullname) || empty($email)) {
1033 if (!$auth->triggerUserMod('create', [$login, $pass, $fullname, $email])) {
1040 $subscription->sendRegister($login, $fullname, $email);
1084 $changes['name'] = $INPUT->post->str('fullname');
1093 // clean fullname and email
1309 $trep = ['FULLNAME' => $userinfo['name'], 'LOGIN' => $user, 'CONFIRM' => $url];
/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.php532 …$filters['distributionPoint']['fullName']['directoryName']['rdnSequence']['value'] = $type_utf8_st…