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 76 – 100 of 391) sorted by relevance

12345678910>>...16

/dokuwiki/lib/plugins/authplain/
H A Dplugin.info.txt5 name Plain Auth Plugin
/dokuwiki/lib/plugins/revert/
H A Dplugin.info.txt5 name Revert Manager
/dokuwiki/lib/plugins/authad/
H A Dplugin.info.txt5 name Active Directory Auth Plugin
/dokuwiki/lib/plugins/extension/
H A Dplugin.info.txt5 name Extension Manager
/dokuwiki/lib/plugins/popularity/
H A Dplugin.info.txt5 name Popularity Feedback Plugin
/dokuwiki/lib/plugins/safefnrecode/
H A Dplugin.info.txt5 name safefnrecode plugin
/dokuwiki/vendor/openpsa/universalfeedcreator/lib/Creator/
H A DKMLCreator.php59 $feed .= " <name>".FeedCreator::iTrunc(htmlspecialchars($this->title), 100)."</name>
72 <name>".FeedCreator::iTrunc(htmlspecialchars(strip_tags($this->items[$i]->title)), 100)."</name>
H A DAtomCreator03.php52 $feed .= " <name>".$this->editor."</name>\n";
77 $feed .= " <name>".htmlspecialchars($this->items[$i]->author)."</name>\n";
/dokuwiki/vendor/splitbrain/php-archive/src/
H A DZip.php293 * @param string|FileInfo $fileinfo either the name to us in archive (string) or a FileInfo oject with all meta data, empty to take from original
301 * @param string|FileInfo $fileinfo either the name to use in archive (string) or a FileInfo oject with all meta data, empty to take from original
321 $name = $fileinfo->getPath();
330 $name,
390 $name,
402 * @param string|FileInfo $fileinfo either the name to us in archive (string) or a FileInfo oject with all meta data
425 $name = $fileinfo->getPath();
434 $name,
452 $name,
903 * @param string $name fil
907 makeCentralFileRecord($offset, $ts, $crc, $len, $clen, $name, $comp = null) global() argument
954 makeLocalFileHeader($ts, $crc, $len, $clen, $name, $comp = null) global() argument
[all...]
/dokuwiki/inc/
H A Dhtml.php42 * @param string $name the name of the link, i.e. the text that is displayed
46 function html_wikilink($id, $name = null, $search = '')
54 return $xhtml_renderer->internallink($id, $name, $search, true, 'navigation');
142 * @param array $data name, section id and target
150 if (!isset($data['name']) || $data['name'] === '') return '';
152 $name = $data['name'];
153 unset($data['name']);
43 html_wikilink($id, $name = null, $search = '') global() argument
187 html_btn($name, $id, $akey, $params, $method = 'get', $tooltip = '', $label = false, $svg = null) global() argument
853 html_form($name, $form) global() argument
[all...]
H A DActionRouter.php122 * @param string $from current action name
123 * @param string $to new action name
170 * This translates the given name to a class name by uppercasing the first letter.
173 * Action will always have the full original action set as Name
/dokuwiki/inc/Form/
H A DDropdownElement.php21 * @param string $name The name of this form element
25 public function __construct($name, $options, $label = '') argument
27 parent::__construct('dropdown', $name, $label);
183 $attr['name'] .= '[]';
H A DTagCloseElement.php55 * @param string $name
60 public function attr($name, $value = null) argument
/dokuwiki/
H A Dinstall.php195 <input type="hidden" name="l" value="<?php echo $LC ?>"/>
198 <input type="text" name="d[title]" id="title" value="<?php echo $d['title'] ?>" style="width: 20em;"/>
203 <input type="checkbox" name="d[acl]"
209 <input class="text" type="text" name="d[superuser]" id="superuser"
213 <input class="text" type="text" name="d[fullname]" id="fullname"
217 <input class="text" type="text" name="d[email]" id="email" value="<?php echo $d['email'] ?>"/>
220 <input class="text" type="password" name="d[password]" id="password"/>
223 <input class="text" type="password" name="d[confirm]" id="confirm"/>
226 <select class="text" name="d[policy]" id="policy">
236 <input type="checkbox" name
[all...]
/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...]
/dokuwiki/lib/
H A Dindex.html5 <meta name="robots" content="noindex"/>
/dokuwiki/lib/plugins/
H A Dindex.html5 <meta name="robots" content="noindex" />
/dokuwiki/lib/styles/
H A Dindex.html5 <meta name="robots" content="noindex" />
/dokuwiki/lib/scripts/
H A Dindex.html5 <meta name="robots" content="noindex" />
/dokuwiki/lib/exe/
H A Dindex.html5 <meta name="robots" content="noindex" />
/dokuwiki/lib/images/
H A Dindex.html5 <meta name="robots" content="noindex" />
/dokuwiki/inc/Extension/
H A DAuthPlugin.php115 * example for enforcing a user name schema.
206 $USERINFO['name'] = 'FIXME';
227 * @param string $user the user name
243 * name string full name of the user
248 * @param string $user the user name
272 * @param string $name
277 public function createUser($user, $pass, $name, $mail, $grps = null)
394 * This function is applied to any user name that is given to
395 * the backend and should also be applied to any user name withi
279 createUser($user, $pass, $name, $mail, $grps = null) global() argument
[all...]
/dokuwiki/inc/Remote/
H A DApiCore.php130 * @param string $user The user name
952 $res = media_save(['name' => $ftmp], $media, $overwrite, $auth, 'rename');
/dokuwiki/vendor/simplepie/simplepie/src/Cache/
H A DBase.php23 * * Neither the name of the SimplePie Team nor the names of its contributors may be used
78 * @param string $name Unique ID for the cache
81 public function __construct($location, $name, $type); argument
/dokuwiki/inc/Parsing/
H A DParser.php59 * @param string $name argument
62 public function addMode($name, ModeInterface $Mode)
68 $this->modes[$name] = $Mode;

12345678910>>...16