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 51 – 75 of 391) sorted by path

12345678910>>...16

/dokuwiki/inc/
H A DJpegMeta.php26 // 3. Neither the name of the author nor the names of its contributors
99 $info['Name'] = $this->_info['file']['Name'];
139 * @param array|string $fields field name or array with field names
200 * @param string $field field name
221 * @param string $field field name
260 * @param string $field field name
316 * @param string $field field name
340 * @param string $field field name
364 * @param string $field field name
2402 _isMarkerDisabled($name) global() argument
[all...]
H A DMailer.class.php80 * @param string $name The filename to use
83 public function attachFile($path, $mime, $name = '', $embed = '')
85 if (!$name) {
86 $name = PhpString::basename($path);
92 'name' => $name,
102 * @param string $name The filename to use
105 public function attachContent($data, $mime, $name = '', $embed = '')
107 if (!$name) {
109 $name
78 attachFile($path, $mime, $name = '', $embed = '') global() argument
99 attachContent($data, $mime, $name = '', $embed = '') global() argument
331 getCleanName($name) global() argument
[all...]
H A DManifest.php17 if (empty($manifest['name'])) {
18 $manifest['name'] = $conf['title'];
H A DPassHash.php554 * database. It has to be converted to a php algo name.
812 * @param string $algo Name of selected hashing algorithm (i.e. "md5", "sha256", "haval160,4",
H A DStyleUtils.php33 * @param string $tpl template name: if not passed as argument, the default value from $conf will be used
93 // replace the placeholder with the name of the current template
/dokuwiki/inc/Menu/Item/
H A DAbstractItem.php29 /** @var string name of the action, usually the lowercase class name */
205 * @return string the name of this item
/dokuwiki/inc/Menu/
H A DMobileMenu.php66 $html .= '<input type="hidden" name="id" value="' . $ID . '" />';
67 if ($REV) $html .= '<input type="hidden" name="rev" value="' . $REV . '" />';
69 $html .= '<input type="hidden" name="sectok" value="' . getSecurityToken() . '" />';
72 $html .= '<select name="do" class="edit quickselect" title="' . $lang['tools'] . '">';
/dokuwiki/inc/Parsing/Handler/
H A DNest.php19 * @param string $close closing instruction name, this is required to properly terminate the
/dokuwiki/inc/Parsing/Lexer/
H A DLexer.php236 * @return string Underlying mode name.
H A DStateStack.php22 * @param string $start Starting state name.
/dokuwiki/inc/Parsing/
H A DParser.php59 * @param string $name argument
62 public function addMode($name, ModeInterface $Mode)
68 $this->modes[$name] = $Mode;
/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
H A DApiCore.php130 * @param string $user The user name
952 $res = media_save(['name' => $ftmp], $media, $overwrite, $auth, 'rename');
/dokuwiki/inc/Search/
H A DIndexer.php28 * @param string $page a page name
161 * @param string $page a page name
198 foreach ($key as $name => $values) {
199 $metaname = idx_cleanName($name);
267 * old or new name exists in the filesystem. It returns an error if the old page isn't in the page list of the
270 * @param string $oldpage The old page name
271 * @param string $newpage The new page name
375 * @param string $page a page name
397 * @param string $page a page name
661 * @param string $key name o
[all...]
/dokuwiki/inc/Sitemap/
H A DMapper.php163 foreach ($data['ping_urls'] as $name => $url) {
164 Logger::debug("Sitemapper::PingSearchEngines(): pinging $name");
/dokuwiki/inc/Subscriptions/
H A DRegistrationSubscriptionSender.php10 * @param string $login login name of the new user
11 * @param string $fullname full name of the new user
H A DSubscriberManager.php207 $u = rawurldecode($m[1]); // decode the user name
H A DSubscriptionSender.php51 * @param string $template The name of the mail template
56 * @param array $headers Additional mail headers in the form 'name' => 'value'
/dokuwiki/inc/Ui/
H A DAdmin.php158 // sort by name, then sort
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 DEditor.php146 . ' <a ' . buildAttributes($attr, true) . '>' . $license[$conf['license']]['name'] . '</a>');
H A DMediaRevisions.php92 $RevInfo->showFileName(), // name of page or media
H A DPageRevisions.php94 $RevInfo->showFileName(), // name of page or media
H A DRecent.php90 $RevInfo->showFileName(), // name of page or media
190 $html .= '<button type="submit" name="first[' . $first . ']" accesskey="n"'
198 $html .= '<button type="submit" name="first[' . $last . ']" accesskey="p"'
/dokuwiki/inc/Ui/Media/
H A DDisplayTile.php42 echo '<dd class="name">';

12345678910>>...16