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 326 – 350 of 391) sorted by last modified time

1...<<111213141516

/dokuwiki/inc/
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
H A Dmail.php59 if (!empty($USERINFO['name'])) {
60 $replace['@NAME@'] = $USERINFO['name'];
62 $replace['@NAME@'] = '';
H A Dmedia.php192 'name' => 'meta[' . $field[0] . ']'
198 $p['name'],
202 $form->addTextarea($p['name'], $lang[$field[1]])->id($p['id'])
270 $data['name'] = PhpString::basename($file);
329 ['name' => $path, 'mime' => $mime, 'ext' => $ext],
364 if (empty($id)) $id = $file['name'];
370 [$fext, $fmime] = mimetype($file['name']);
383 'name' => $file['tmp_name'],
424 * $data[0] fn_tmp: the temporary file name (read from $_FILES)
425 * $data[1] fn: the file name o
[all...]
H A Dfarm.php11 * * An .htaccess based setup can use any animal directory name:
14 * the domain name: If an animal resides in http://www.example.org:8080/mysite/test/,
63 // check that $animal is a string and just a directory name and not a path
65 nice_die('Sorry! Invalid animal name!');
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 Dhttputils.php217 * @param string $cache cache file name
250 * @param string $file file name
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...]
/dokuwiki/vendor/geshi/geshi/src/geshi/
H A Dcobol.php147 'DEBUG-ITEM', 'DEBUG-LINE', 'DEBUG-NAME', 'DEBUG-SUB-1',
170 'ENVIRONMENT-NAME', 'ENVIRONMENT-VALUE', 'EOL', 'EOP',
180 'FILE-LIMIT', 'FILE-LIMITS', 'FILE-NAME', 'FILE-POS', 'FILL-COLOR',
229 'MUTEX-POINTER', 'NAME', 'NAMED', 'NATIONAL',
H A Dgroovy.php127 'Attributes', 'Attributes.Name', 'AttributeSet',
611 'MutableComboBoxModel', 'MutableTreeNode', 'Name',
H A Dgwbasic.php58 'FILES','FIELD','SYSTEM','NAME','LSET','RSET','KILL',
H A Dpascal.php67 'interface','interrupt','label','library','mod','name','not','of',
H A Dper.php112 "NAME",
H A Dpli.php98 'memverifyr', 'min', 'minexp', 'mod', 'mpstr', 'multiply', 'name',
/dokuwiki/inc/parser/
H A Dhandler.php50 * @param string $handler handler method name (see mode handlers below)
81 * Return the current internal status of the given name
113 * @param string $plugin name of the plugin
249 * @param string $name actual mode name
251 protected function nestingTag($match, $state, $pos, $name)
255 $this->addCall($name . '_open', [], $pos);
258 $this->addCall($name . '_close', [], $pos);
281 * An additional parameter with the plugin name is passed. The plugin's handle()
287 * @param string $pluginname name o
239 nestingTag($match, $state, $pos, $name) global() argument
[all...]
/dokuwiki/lib/plugins/logviewer/
H A Dplugin.info.txt5 name logviewer plugin
/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/exe/
H A Dcss.php335 * Interwiki links have two classes: 'interwiki' and 'iw_$name>' where
336 * $name is the identifier given in the config. All Interwiki links get
/dokuwiki/vendor/openpsa/universalfeedcreator/lib/Creator/
H A DGPXCreator.php39 <name>".substr(htmlspecialchars(strip_tags($this->items[$i]->title)), 0, 6)."</name>
/dokuwiki/inc/Action/
H A DRedirect.php32 //get section name when coming from section edit
/dokuwiki/inc/Cache/
H A DCache.php17 public $cache = ''; // cache file name
/dokuwiki/inc/ChangeLog/
H A DChangeLog.php140 * - user: user name
590 * - user: user name
H A DChangeLogTrait.php36 'user' => $info[4], // user name
H A DRevisionInfo.php31 * - user: user name
169 * name of the page or media file

1...<<111213141516