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 last modified time

12345678910>>...16

/dokuwiki/inc/Ui/
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);
H A DUserProfile.php32 'name' => $INPUT->post->str('fullname', $INFO['userinfo']['name'], true),
99 ->val($userinfo['name']);
/dokuwiki/inc/Action/
H A DAdmin.php28 // retrieve admin plugin name from $_REQUEST['page']
H A DResendpwd.php164 'FULLNAME' => $userinfo['name'],
170 $mail->to($userinfo['name'] . ' <' . $userinfo['mail'] . '>');
H A DSubscribe.php97 hsc($INFO['userinfo']['name']),
108 hsc($INFO['userinfo']['name']),
/dokuwiki/vendor/geshi/geshi/src/geshi/
H A Dqbasic.php89 'MKS$', 'MKSMBF$', 'MOD', 'NAME', 'NOT', 'OCT$', 'OFF', 'ON', 'PEN', 'PLAY',
H A Dqml.php52 // TODO: property name (fixed length lookbehind assertion?)
H A Dracket.php142 'current-milliseconds', 'current-module-declare-name',
143 'current-module-declare-source', 'current-module-name-resolver',
158 'date*-time-zone-name', 'date*?', 'date-day', 'date-dst?',
245 'log-receiver?', 'logger-name', 'logger?', 'magnitude',
290 'module-compiled-language-info', 'module-compiled-name',
308 'number?', 'numerator', 'object-name', 'odd?', 'open-input-bytes',
384 'resolved-module-path-name', 'resolved-module-path?', 'reverse',
454 'syntax-local-module-required-identifiers', 'syntax-local-name',
567 'build-compound-type-name', 'build-contract-property',
578 'contract-name', 'contrac
[all...]
H A Ddos.php30 * - Doesn't even try to handle spaces in variables name or labels (I can't
31 * find a reliable way to establish if a sting is a name or not, in some
H A Dgo.php252 'x509.ConstraintViolationError', 'x509.KeyUsage', 'x509.Name',
255 'xml.EndElement', 'xml.Name', 'xml.Parser', 'xml.ProcInst', 'xml.StartElement',
H A Djava.php137 'Attributes', 'Attributes.Name', 'AttributeSet',
623 'MutableComboBoxModel', 'MutableTreeNode', 'Name',
H A Dlotusformulas.php221 '@Name', '@Month', '@Modulo', '@Modified', '@Minute', '@Min',
H A Dlotusscript.php70 'Next', 'New', 'Name', 'MsgBox', 'Month', 'Mod', 'MkDir', 'Minute',
H A Dlscript.php44 '@insert', '@library', '@localipc', '@name', '@save', '@script',
67 'name', 'newFilename', 'newFrame', 'newTime', 'newType', 'null', 'numthreads',
/dokuwiki/inc/Utf8/
H A DConversion.php52 * @param boolean $entities decode name entities in addtition to numeric ones
H A DPhpString.php16 * @param string $suffix If the name component ends in suffix this will also be cut off
/dokuwiki/lib/plugins/popularity/
H A Dplugin.info.txt5 name Popularity Feedback Plugin
/dokuwiki/inc/
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 Dchangelog.php38 * @param String $id Name of the affected page
104 * @param String $id Name of the affected page
H A Dconfutils.php29 * @param string $file file name
128 $wikis['this'] = DOKU_URL . '{NAME}';
H A DActionRouter.php122 * @param string $from current action name
123 * @param string $to new action name
170 * This translates the given name to a class name by uppercasing the first letter.
173 * Action will always have the full original action set as Name
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 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
/dokuwiki/lib/plugins/acl/
H A Dplugin.info.txt5 name ACL Manager
H A Dremote.php

12345678910>>...16