Home
last modified time | relevance | path

Searched +full:name -(+path:inc +path:lang) -(+path:lib +path:plugins +path:lang) -(+path:lib +path:tpl +path:dokuwiki +path:lang) (Results 126 – 150 of 391) sorted by path

12345678910>>...16

/dokuwiki/lib/plugins/authad/
H A Dplugin.info.txt5 name Active Directory Auth Plugin
/dokuwiki/lib/plugins/authldap/
H A Dauth.php132 * name string full name of the user
139 * dn string distinguished name (DN)
245 $info['name'] = $user_result['cn'][0];
478 * @param string $user the user's login name
H A Dplugin.info.txt5 name LDAP Auth Plugin
/dokuwiki/lib/plugins/authldap/conf/
H A Ddefault.php15 //$conf['mapping']['name'] unsupported in config manager
H A Dmetadata.php16 //$meta['mapping']['name'] unsupported in config manager
/dokuwiki/lib/plugins/authpdo/
H A Dauth.php84 ['select-user', 'select-user-groups', 'update-user-info:name']
118 * @param string $user the user name
154 * name string full name of the user
158 * @param string $user the user name
191 * @param string $name
196 public function createUser($user, $clear, $name, $mail, $grps = null)
210 $userdata = ['user' => $user, 'clear' => $clear, 'hash' => $hash, 'name' => $name, 'mail' => $mail];
264 // changing the user name
236 createUser($user, $clear, $name, $mail, $grps = null) global() argument
[all...]
H A Dplugin.info.txt5 name authpdo plugin
/dokuwiki/lib/plugins/authpdo/conf/
H A Ddefault.php15 * statement to select a single user identified by its login name
18 * return: user, name, mail, (clear|hash), [uid], [*]
31 * statement to select a single user identified by its login name
48 * input: :user, :name, :mail, (:clear|:hash)
62 * Make sure the list is distinct and sorted by user name. Apply the given limit and offset
64 * input: :user, :name, :mail, :group, :start, :end, :limit
74 * input: :user, :name, :mail, :group
80 * Update user data (except password and user name)
82 * input: :user, :name, :mail, [:uid], [*]
87 * Update user name ak
[all...]
/dokuwiki/lib/plugins/authplain/
H A Dauth.php82 * name string full name of the user
104 * @param string $name
109 protected function createUserLine($user, $pass, $name, $mail, $grps)
112 $userline = [$user, $pass, $name, $mail, $groups];
134 * @param string $name
139 public function createUser($user, $pwd, $name, $mail, $grps = null)
156 $userline = $this->createUserLine($user, $pass, $name, $mail, $grps);
165 'name' => $name,
108 createUserLine($user, $pass, $name, $mail, $grps) global() argument
137 createUser($user, $pwd, $name, $mail, $grps = null) global() argument
[all...]
H A Dplugin.info.txt5 name Plain Auth Plugin
/dokuwiki/lib/plugins/config/
H A Dadmin.php95 echo '<div class="no"><input type="hidden" name="id" value="' . $ID . '" /></div>';
190 echo '<input type="hidden" name="do" value="admin" />';
191 echo '<input type="hidden" name="page" value="config" />';
194 echo '<input type="hidden" name="save" value="1" />';
195 echo '<button type="submit" name="submit" accesskey="s">' . $lang['btn_save'] . '</button>';
257 $name = $setting->prompt($this);
258 $toc[] = html_mktocitem($setting->getKey(), $name, 2);
H A Dplugin.info.txt5 name Configuration Manager
/dokuwiki/lib/plugins/config/core/
H A DConfiguration.php209 * @param string $class the class name as given in the meta file
H A DLoader.php199 * @param string $extname name of the extension
230 * @param string $extname name of the extension
256 * @param string $extname name of the extension
/dokuwiki/lib/plugins/config/core/Setting/
H A DSetting.php147 // exception, because this config name is clashing with our actual start page
215 '" name="config[' . $key . ']" class="edit" ' . $disable . '>' . $value . '</textarea>';
249 * @param string $var name of variable
H A DSettingArray.php83 $input = '<input id="config___' . $key . '" name="config[' . $key .
H A DSettingEmail.php30 $mail = str_replace('@NAME@', 'Joe Schmoe', $mail);
H A DSettingLicense.php19 $this->lang[$this->key . '_o_' . $key] = $data['name']; // stored in setting
H A DSettingMulticheckbox.php71 $input .= '<input id="config___' . $key . '_' . $choice . '" name="config[' . $key .
96 $input .= '<input id="config___' . $key . '_other" name="config[' . $key .
H A DSettingMultichoice.php41 $input .= '<select class="edit" id="config___' . $key . '" name="config[' . $key . ']"' . $disable . '>' . "\n";
H A DSettingOnoff.php43 $input = '<div class="input"><input id="config___' . $key . '" name="config[' . $key .
H A DSettingPassword.php37 $input = '<input id="config___' . $key . '" name="config[' . $key .
H A DSettingRenderer.php30 $this->prompts[$plugin] = $info['name'];
H A DSettingString.php28 $input = '<input id="config___' . $key . '" name="config[' . $key .
H A DSettingUndefined.php24 // determine the name the meta key would be called

12345678910>>...16