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 201 – 225 of 391) sorted by relevance

12345678910>>...16

/dokuwiki/vendor/simplepie/simplepie/src/
H A DRegistryAware.php23 * * Neither the name of the SimplePie Team nor the names of its contributors may be used
/dokuwiki/vendor/simplepie/simplepie/library/SimplePie/
H A DRegistry.php23 * * Neither the name of the SimplePie Team nor the names of its contributors may be used
H A DRestriction.php23 * * Neither the name of the SimplePie Team nor the names of its contributors may be used
H A DSource.php23 * * Neither the name of the SimplePie Team nor the names of its contributors may be used
H A Dgzdecode.php23 * * Neither the name of the SimplePie Team nor the names of its contributors may be used
H A DAuthor.php23 * * Neither the name of the SimplePie Team nor the names of its contributors may be used
H A DCopyright.php23 * * Neither the name of the SimplePie Team nor the names of its contributors may be used
H A DLocator.php23 * * Neither the name of the SimplePie Team nor the names of its contributors may be used
/dokuwiki/vendor/simplepie/simplepie/library/SimplePie/XML/Declaration/
H A DParser.php23 * * Neither the name of the SimplePie Team nor the names of its contributors may be used
/dokuwiki/vendor/simplepie/simplepie/library/SimplePie/Cache/
H A DMySQL.php23 * * Neither the name of the SimplePie Team nor the names of its contributors may be used
/dokuwiki/inc/Action/
H A DResendpwd.php164 'FULLNAME' => $userinfo['name'],
170 $mail->to($userinfo['name'] . ' <' . $userinfo['mail'] . '>');
/dokuwiki/vendor/simplepie/simplepie/idn/
H A Didna_convert.class.php32 * as it will be used in the DNS (Domain Name System).
159 * Decode a given ACE domain name
160 * @param string Domain name (ACE string)
162 * @return string Decoded Domain name (UTF-8 or UCS-4)
187 $this->_error('Only simple domain name parts can be handled in strict mode');
208 } elseif (preg_match('![:\./]!', $input)) { // Or a complete domain name (with or without paths / parameters)
211 $this->_error('Only simple domain name parts can be handled in strict mode');
238 } else { // Otherwise we consider it being a pure domain name string
261 * Encode a given UTF-8 domain name
262 * @param string Domain name (UT
[all...]
/dokuwiki/lib/plugins/config/core/Setting/
H A DSetting.php147 // exception, because this config name is clashing with our actual start page
215 '" name="config[' . $key . ']" class="edit" ' . $disable . '>' . $value . '</textarea>';
249 * @param string $var name of variable
H A DSettingArray.php83 $input = '<input id="config___' . $key . '" name="config[' . $key .
H A DSettingMulticheckbox.php71 $input .= '<input id="config___' . $key . '_' . $choice . '" name="config[' . $key .
96 $input .= '<input id="config___' . $key . '_other" name="config[' . $key .
H A DSettingMultichoice.php41 $input .= '<select class="edit" id="config___' . $key . '" name="config[' . $key . ']"' . $disable . '>' . "\n";
/dokuwiki/inc/
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 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
H A Dpageutils.php31 * @param string $param the $_REQUEST variable name, default 'id'
465 $name = substr($id, 0, -1 * strlen($ext[0]) - 1);
466 $fn = $conf['mediaolddir'] . '/' . utf8_encodeFN($name . '.' . ( (int) $rev ) . '.' . $ext[0]);
597 * Returns the name of a cachefile from given data
603 * @param string $data This data is used to create a unique md5 name
698 * @param string $file file name
728 * @param string $file file 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...]
/dokuwiki/inc/parser/
H A Dxhtmlsummary.php9 * Headings have their a name link removed and section editing links
/dokuwiki/inc/Parsing/Handler/
H A DNest.php19 * @param string $close closing instruction name, this is required to properly terminate the
/dokuwiki/lib/scripts/
H A Dhelpers.js64 e.name, e.message, file);
/dokuwiki/lib/plugins/authad/
H A Daction.php72 $pos = $form->findPositionByAttribute('name', 'u');
/dokuwiki/vendor/geshi/geshi/src/geshi/
H A Dlb.php65 'mod', 'name', 'next', 'nomainwin', 'none', 'notice', 'on',
155 //as a function name.

12345678910>>...16