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 226 – 250 of 391) sorted by relevance

12345678910>>...16

/dokuwiki/vendor/simplepie/simplepie/library/
H A DSimplePie.php23 * * Neither the name of the SimplePie Team nor the names of its contributors may be used
61 * SimplePie Name
62 * @deprecated since SimplePie 1.7.0, use \SimplePie\SimplePie::NAME instead.
64 define('SIMPLEPIE_NAME', NamespacedSimplePie::NAME);
/dokuwiki/lib/plugins/config/settings/
H A Dconfig.metadata.php9 * $meta[<setting name>] = array(<handler class id>,<param name> => <param value>);
11 * <handler class id> is the handler class name without the "setting_" prefix
60 * language string, indexed by <setting name>_o_<choice>, if one exists
/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/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 DMediaRevisions.php92 $RevInfo->showFileName(), // name of page or media
/dokuwiki/vendor/geshi/geshi/src/geshi/
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 Dxpp.php5 * Author: Simon Butcher (simon@butcher.name)
6 * Copyright: (c) 2007 Simon Butcher (http://simon.butcher.name/)
H A Dwhois.php69 'as-block','as-name','as-set','aut-num','auth','author','certif',
79 'org-name','org-type','organisation','origin','owner','peer',
/dokuwiki/vendor/composer/
H A DClassLoader.php420 * @param string $class The name of the class
438 * @param string $class The name of the class
523 // namespaced class name
527 // PEAR-like class name
H A Dinstalled.php3 'name' => 'dokuwiki/dokuwiki',
/dokuwiki/vendor/simplepie/simplepie/src/Cache/
H A DMySQL.php23 * * Neither the name of the SimplePie Team nor the names of its contributors may be used
88 * @param string $name Unique ID for the cache
91 public function __construct($location, $name, $type) argument
117 $this->id = $name . $type;
/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...]
/dokuwiki/inc/File/
H A DPageFile.php310 $meta['creator'] = $INFO['userinfo']['name'] ?? null;
319 $meta['contributor'][$user] = $INFO['userinfo']['name'] ?? null;
324 $meta['contributor'][$user] = $INFO['userinfo']['name'] ?? null;
/dokuwiki/lib/tpl/dokuwiki/
H A Dstyle.ini5 ; a local conf/tpl/<template-folder-name>/style.ini file to prevent losing
/dokuwiki/vendor/simplepie/simplepie/src/
H A DCopyright.php23 * * Neither the name of the SimplePie Team nor the names of its contributors may be used
H A DRating.php23 * * Neither the name of the SimplePie Team nor the names of its contributors may be used
H A DItem.php23 * * Neither the name of the SimplePie Team nor the names of its contributors may be used
143 * @param string $tag Tag name
505 $name = null;
508 if (isset($contributor['child'][\SimplePie\SimplePie::NAMESPACE_ATOM_10]['name'][0]['data'])) {
509 $name = $this->sanitize($contributor['child'][\SimplePie\SimplePie::NAMESPACE_ATOM_10]['name'][0]['data'], \SimplePie\SimplePie::CONSTRUCT_TEXT);
517 if ($name !== null || $email !== null || $uri !== null) {
518 $contributors[] = $this->registry->create(Author::class, [$name, $uri, $email]);
522 $name = null;
525 if (isset($contributor['child'][\SimplePie\SimplePie::NAMESPACE_ATOM_03]['name'][
[all...]
H A DMisc.php23 * * Neither the name of the SimplePie Team nor the names of its contributors may be used
97 * @param string $realname Element name (including namespace prefix if applicable)
106 $name = preg_quote($realname, '/');
107 if (preg_match_all("/<($name)" . \SimplePie\SimplePie::PCRE_HTML_ATTRIBUTE . "(>(.*)<\/$name>|(\/)?>)/siU", $string, $matches, PREG_SET_ORDER | PREG_OFFSET_CAPTURE)) {
369 * Normalize an encoding name
377 * @return string Standardised name
1929 * Returns an associative array of name/value pairs, where the value is an
1930 * array of values that have used the same name
1943 [$name,
[all...]
H A DRestriction.php23 * * Neither the name of the SimplePie Team nor the names of its contributors may be used
H A DRegistry.php23 * * Neither the name of the SimplePie Team nor the names of its contributors may be used
147 * @param class-string $class Class name, must subclass the corresponding default
H A DSanitize.php23 * * Neither the name of the SimplePie Team nor the names of its contributors may be used
548 foreach ($element->attributes as $name => $attr) {
553 $value = $name;
557 $attrs[] = $name;
562 $attrs[] = $name . '="' . $attr->value . '"';
/dokuwiki/vendor/simplepie/simplepie/src/Parse/
H A DDate.php23 * * Neither the name of the SimplePie Team nor the names of its contributors may be used
65 * List of days, calendar day name => ordinal day number in the week
170 * List of months, calendar month name => calendar month number
825 1: Day name
899 1: Day name
956 1: Day name
/dokuwiki/bin/
H A Ddwpage.php62 'How to name the local checkout',
137 'The name of the metadata item to be retrieved.' . "\n" .
/dokuwiki/lib/scripts/
H A Dmedia.js292 var $file, $name, text;
295 $name = jQuery('#upload__name');
297 if ($name.val() != '') return;
299 if (!$file.length || !$name.length) {
306 $name.val(text);
543 .attr('name', 'difftype')
/dokuwiki/lib/plugins/authldap/
H A Dauth.php132 * name string full name of the user
139 * dn string distinguished name (DN)
245 $info['name'] = $user_result['cn'][0];
478 * @param string $user the user's login name

12345678910>>...16