Home
last modified time | relevance | path

Searched refs:name (Results 26 – 50 of 143) sorted by path

123456

/dokuwiki/inc/Input/
H A DPost.php21 * @param string $name Parameter name
24 public function set($name, $value)
26 parent::set($name, $value);
27 $_REQUEST[$name] = $value;
25 set($name, $value) global() argument
/dokuwiki/inc/
H A DJpegMeta.php26 // 3. Neither the name of the author nor the names of its contributors
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
388 * @param string $field field name
413 * @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 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 Dcommon.php149 $ret = '<div class="no"><input type="hidden" name="sectok" value="' . getSecurityToken() . '" /></div>' . "\n";
188 if (empty($info['userinfo']['name'])) {
189 $info['userinfo']['name'] = $INPUT->server->str('REMOTE_USER');
374 * @param array $params array with (attribute name-attribute value) pairs
400 * @return string[] with the data: array(pageid=>name, ... )
423 $name = noNSorNS($ID);
428 $name = $title;
438 $crumbs[$ID] = $name;
715 * [name] - real name (i
[all...]
H A Ddeprecated.php331 * @param string $name name for the event
341 function trigger_event($name, &$data, $action=null, $canPreventDefault=true) {
343 return \dokuwiki\Extension\Event::createAndTrigger($name, $data, $action, $canPreventDefault);
529 * @param string $login login name of the new user
530 * @param string $fullname full name of the new user
339 trigger_event($name, & $data, $action = null, $canPreventDefault = true) global() argument
H A Dfetch.functions.php25 * @param string $orig original file to send - the file name will be used for the Content-Disposition
114 * @param string $name name of the field to be set in the header() call argument
118 * @return string in the format " name=value" for values WITHOUT special characters
119 * @return string in the format " name*=charset'lang'value" for values WITH special characters
121 function rfc2231_encode($name, $value, $charset = 'utf-8', $lang = 'en')
129 return ' ' . $name . '*=' . $charset . "'" . $lang . "'" . $internal;
131 return ' ' . $name . '="' . $value . '"';
H A Dform.php18 * Every pseudo-tag must have the key '_elem' set to the name of the element.
125 * Adds a name/value pair as a hidden field.
126 * The value of the field (but not the name) will be passed to
129 * @param string $name Field name.
134 public function addHidden($name, $value)
137 unset($this->_hidden[$name]);
138 else $this->_hidden[$name] = $value;
232 * @param string $name Attribute name
133 addHidden($name, $value) global() argument
238 findElementByAttribute($name, $value) global() argument
325 addRadioSet($name, $entries) global() argument
450 form_makeField($type, $name, $value = '', $label = null, $id = '', $class = '', $attrs = array()) global() argument
476 form_makeFieldRight($type, $name, $value = '', $label = null, $id = '', $class = '', $attrs = array()) global() argument
500 form_makeTextField($name, $value = '', $label = null, $id = '', $class = '', $attrs = array()) global() argument
524 form_makePasswordField($name, $label = null, $id = '', $class = '', $attrs = array()) global() argument
547 form_makeFileField($name, $label = null, $id = '', $class = '', $attrs = array()) global() argument
573 form_makeCheckboxField($name, $value = '1', $label = null, $id = '', $class = '', $attrs = array()) global() argument
598 form_makeRadioField($name, $value = '1', $label = null, $id = '', $class = '', $attrs = array()) global() argument
630 form_makeMenuField($name, $values, $selected = '', $label = null, $id = '', $class = '', $attrs = array()) global() argument
676 form_makeListboxField($name, $values, $selected = '', $label = null, $id = '', $class = '', $attrs = array()) global() argument
[all...]
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 Dindexer.php117 * @param string $page name of the page to index
364 * Clean a name of a key for use as a file name.
371 * @param string $name
374 function idx_cleanName($name)
376 $name = Clean::romanize(trim((string)$name));
377 $name = preg_replace('#[ \./\\:-]+#', '_', $name);
378 $name
362 idx_cleanName($name) 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...]
H A Dload.php127 * @param string $classPath The class name using forward slashes as namespace separators
145 * @param string $classPath The class name using forward slashes as namespace separators
163 * @param string $classPath The class name using forward slashes as namespace separators
192 * @param string $classPath The class name using forward slashes as namespace separators
218 * @param string $classPath The class name using forward slashes as namespace separators
54 load_autoload($name) global() argument
/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/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]].
H A Dregistermail.txt3 User name : @NEWUSER@
4 Full name : @NEWNAME@
H A Dresendpwd.txt3 Please enter your user name in the form below to request a new password for your account in this wiki. A confirmation link will be sent to your registered email address.
H A Dupdateprofile.txt3 You only need to complete those fields you wish to change. You may not change your user name.
/dokuwiki/inc/lang/id/
H A Dregistermail.txt3 User name : @NEWUSER@
4 Full name : @NEWNAME@
/dokuwiki/inc/lang/mr/
H A Dmailtext.txt6 मशिनचे नाव ( Host name ) : @HOSTNAME@

123456