Home
last modified time | relevance | path

Searched refs:name (Results 76 – 100 of 143) sorted by relevance

123456

/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 Dpluginutils.php46 * @param $name string name of the plugin to load
51 function plugin_load($type, $name, $new = false, $disabled = false)
55 return $plugin_controller->load($type, $name, $new, $disabled);
61 * @param string $plugin name of plugin
74 * @param string $plugin name of plugin
87 * @param string $plugin name of plugin
98 * Returns directory name of plugin
100 * @param string $plugin name of plugin
101 * @return string name o
50 plugin_load($type, $name, $new = false, $disabled = false) global() argument
[all...]
H A DAjax.php22 * @param string $call name of the ajax call
67 $name = $title;
71 $name = noNS($id) . ' (' . $ns . ')';
73 $name = $id;
76 echo '<li>' . html_wikilink(':' . $id, $name) . '</li>';
276 $id = $INPUT->post->str('mediaid', $_FILES['qqfile']['name']);
434 $name = $lang['upperns'];
436 $name = hsc($item['id']);
439 echo '<a href="' . $link . '" title="' . hsc($item['id']) . '" class="wikilink1">' . $name . '</a>';
H A Dauth.php835 * @param string $name
839 function auth_nameencode($name, $skip_group = false)
843 $name = (string) $name;
846 if ($name == '%USER%') return $name;
847 if ($name == '%GROUP%') return $name;
849 if (!isset($cache[$name][$skip_group])) {
850 if ($skip_group && $name[
746 auth_nameencode($name, $skip_group = false) global() argument
[all...]
H A Dtemplate.php250 $head['meta'][] = ['name' => 'generator', 'content' => 'DokuWiki'];
281 'name' => 'theme-color',
342 $head['meta'][] = ['name' => 'robots', 'content' => 'index,follow'];
344 $head['meta'][] = ['name' => 'robots', 'content' => 'noindex,nofollow'];
352 $head['meta'][] = ['name' => 'robots', 'content' => 'noindex,follow'];
355 $head['meta'][] = ['name' => 'robots', 'content' => 'index,follow'];
357 $head['meta'][] = ['name' => 'robots', 'content' => 'noindex,nofollow'];
364 $head['meta'][] = ['name' => 'keywords', 'content' => implode(',', $INFO['meta']['subject'])];
366 $head['meta'][] = ['name' => 'keywords', 'content' => str_replace(':', ',', $ID)];
453 * @param string $name
421 tpl_link($url, $name, $more = '', $return = false) global() argument
442 tpl_pagelink($id, $name = null, $return = false) global() argument
[all...]
H A Dio.php19 * $data[0] ns: The colon separated namespace path minus the trailing page name.
23 * @param string $basedir - the config name of the type to delete (datadir or mediadir usally)
64 * $data[1] ns: The colon separated namespace path minus the trailing page name. (false if root ns)
65 * $data[2] page_name: The wiki page name.
196 * $data[1] ns: The colon separated namespace path minus the trailing page name. (false if root ns)
197 * $data[2] page_name: The wiki page name.
477 * $data[0] ns: The colon separated namespace path minus the trailing page name.
520 * @param string $file file name
640 * - if successful will return the name used for the saved file, false otherwise
644 * @param bool $useAttachment true: try to use name o
[all...]
/dokuwiki/inc/Remote/
H A DApi.php24 * 'name' => 'method name in class',
32 * core methods begin by a 'dokuwiki' or 'wiki' followed by a . and the method name itself.
35 * plugin methods are formed like 'plugin.<plugin name>.<method name>'.
116 * @param string $method name of the method to call.
112 coreMethodExist($name) global() argument
/dokuwiki/lib/scripts/jquery/
H A Djquery.cookie.js87 var name = decode(parts.shift());
90 if (key && key === name) {
98 result[name] = cookie;
/dokuwiki/lib/scripts/
H A Dcompatibility.js15 if(arguments.callee) func = arguments.callee.caller.name;
H A Dhelpers.js64 e.name, e.message, file);
/dokuwiki/lib/plugins/usermanager/
H A Dadmin.php124 // submit button name is of the form - fn[cmd][param(s)]
249 self::IMAGE_DIR . 'search.png" name="fn[search][new]" title="' .
251 echo '<td><input type="text" name="userid" class="edit" value="' . $this->htmlFilter('user') . '" /></td>';
252 echo '<td><input type="text" name="username" class="edit" value="' . $this->htmlFilter('name') . '" /></td>';
253 echo '<td><input type="text" name="usermail" class="edit" value="' . $this->htmlFilter('mail') . '" /></td>';
254 echo '<td><input type="text" name="usergroups" class="edit" value="' . $this->htmlFilter('grps') . '" /></td>';
263 * @var string $name
270 echo '<td class="centeralign"><input type="checkbox" name="delete[' . hsc($user) .
281 echo '<td>' . hsc($name)
512 htmlInputField($id, $name, $label, $value, $cando, $required, $indent = 0) global() argument
[all...]
/dokuwiki/vendor/simplepie/simplepie/src/
H A DSource.php23 * * Neither the name of the SimplePie Team nor the names of its contributors may be used
193 $name = null;
196 if (isset($author['child'][\SimplePie\SimplePie::NAMESPACE_ATOM_10]['name'][0]['data'])) {
197 $name = $this->sanitize($author['child'][\SimplePie\SimplePie::NAMESPACE_ATOM_10]['name'][0]['data'], \SimplePie\SimplePie::CONSTRUCT_TEXT);
205 if ($name !== null || $email !== null || $uri !== null) {
206 $authors[] = $this->registry->create(Author::class, [$name, $uri, $email]);
210 $name = null;
213 if (isset($author[0]['child'][\SimplePie\SimplePie::NAMESPACE_ATOM_03]['name'][0]['data'])) {
214 $name
[all...]
H A DParser.php23 * * Neither the name of the SimplePie Team nor the names of its contributors may be used
272 foreach ($attributes as $name => $value) {
273 [$attrib_namespace, $attribute] = $this->split_ns($name);
299 foreach ($attribs[''] as $name => $value) {
300 $this->data['data'] .= ' ' . $name . '="' . htmlspecialchars($value, ENT_COMPAT, $this->encoding) . '"';
381 $name = '';
385 if (isset($data['properties']['name'][0])) {
386 $name = $data['properties']['name'][0];
390 if ($name
[all...]
H A DGzdecode.php23 * * Neither the name of the SimplePie Team nor the names of its contributors may be used
180 * @param string $name
183 public function __set($name, $value) argument
185 trigger_error("Cannot write property $name", E_USER_ERROR);
/dokuwiki/inc/Ui/
H A DDiff.php68 * @param string|array $prefs a key name or key-value pair(s)
79 foreach ($prefs as $name => $value) {
80 $this->preference[$name] = $value;
H A DSearch.php511 $name = null;
513 $name = shorten(noNS($id), ' (' . $ns . ')', 30);
515 $link = html_wikilink(':' . $id, $name);
622 $name = '@' . $ns;
623 return $this->searchState->withNamespace($ns)->getSearchLink($name);
/dokuwiki/inc/lang/en/
H A Dregister.txt3 Fill in all the information below to create a new account in this wiki. Make sure you supply a **valid e-mail address** - if you are not asked to enter a password here, a new one will be sent to that address. The login name should be a valid [[doku>pagename|pagename]].
/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...]
/dokuwiki/inc/Sitemap/
H A DMapper.php163 foreach ($data['ping_urls'] as $name => $url) {
164 Logger::debug("Sitemapper::PingSearchEngines(): pinging $name");
/dokuwiki/vendor/splitbrain/php-archive/src/
H A DTar.php265 * @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
320 * @param string|FileInfo $fileinfo either the name to us in archive (string) or a FileInfo oject with all meta data
521 * @param string $name
530 protected function writeRawFileHeader($name, $uid, $gid, $perm, $size, $mtime, $typeflag = '') argument
534 $namelen = strlen($name);
536 $file = basename($name);
537 $dir = dirname($name);
542 $this->writebytes(pack("a512", substr($name, $s, 512)));
544 $name = substr($name,
[all...]
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP/
H A DStream.php106 * @param string $protocol The wrapper name to be registered.
491 // "It is an error if there already exists a file with the name specified by newpath."
733 * @param string $name
737 public function __call($name, array $arguments)
740 echo $name . '(';
750 $name = '_' . $name;
751 if (!method_exists($this, $name)) {
754 return $this->$name(...$arguments);
777 __call($name, $arguments) global() argument
/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/lib/plugins/usermanager/lang/en/
H A Dimport.txt4 The columns must contain, in order: user-id, full name, email address and groups.
/dokuwiki/vendor/composer/
H A DInstalledVersions.php31 * @psalm-var array{root: array{name: string, pretty_version: string, version: string, reference: string|null, type: string, install_path: string, aliases: string[], dev: bool}, versions: array<string, array{pretty_version?: string, version?: string, reference?: string|null, type?: string, install_path?: string, aliases?: string[], dev_requirement: bool, replaced?: string[], provided?: string[]}>}|array{}|null
42 * @psalm-var array<string, array{root: array{name: string, pretty_version: string, version: string, reference: string|null, type: string, install_path: string, aliases: string[], dev: bool}, versions: array<string, array{pretty_version?: string, version?: string, reference?: string|null, type?: string, install_path?: string, aliases?: string[], dev_requirement: bool, replaced?: string[], provided?: string[]}>}>
78 foreach ($installed['versions'] as $name => $package) {
80 $packagesByType[] = $name;
91 * This also returns true if the package name is provided or replaced by another package
246 * @psalm-return array{name: string, pretty_version: string, version: string, reference: string|null, type: string, install_path: string, aliases: string[], dev: bool}
260 * @psalm-return array{root: array{name: string, pretty_version: string, version: string, reference: string|null, type: string, install_path: string, aliases: string[], dev: bool}, versions: array<string, array{pretty_version?: string, version?: string, reference?: string|null, type?: string, install_path?: string, aliases?: string[], dev_requirement: bool, replaced?: string[], provided?: string[]}>}
283 * @psalm-return list<array{root: array{name: string, pretty_version: string, version: string, reference: string|null, type: string, install_path: string, aliases: string[], dev: bool}, versions: array<string, array{pretty_version?: string, version?: string, reference?: string|null, type?: string, install_path?: string, aliases?: string[], dev_requirement: bool, replaced?: string[], provided?: string[]}>}>
306 * @psalm-param array{root: array{name: string, pretty_version: string, version: string, reference: string|null, type: string, install_path: string, aliases: string[], dev: bool}, versions: array<string, array{pretty_version?: string, version?: string, reference?: string|null, type?: string, install_path?: string, aliases?: string[], dev_requirement: bool, replaced?: string[], provided?: string[]}>} $data
316 * @psalm-return list<array{root: array{name
[all...]
/dokuwiki/lib/plugins/extension/
H A Dcli.php51 'One or more extensions to install. Either by name or download URL',
331 foreach ($list as $name) {
332 $ext->setExtension($name);

123456