Home
last modified time | relevance | path

Searched refs:name (Results 101 – 125 of 143) sorted by relevance

123456

/dokuwiki/lib/plugins/config/
H A Dadmin.php95 echo '<div class="no"><input type="hidden" name="id" value="' . $ID . '" /></div>';
190 echo '<input type="hidden" name="do" value="admin" />';
191 echo '<input type="hidden" name="page" value="config" />';
194 echo '<input type="hidden" name="save" value="1" />';
195 echo '<button type="submit" name="submit" accesskey="s">' . $lang['btn_save'] . '</button>';
257 $name = $setting->prompt($this);
258 $toc[] = html_mktocitem($setting->getKey(), $name, 2);
/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/lib/plugins/info/
H A Dsyntax.php138 [$name, /* part */] = explode('_', $p, 2);
139 $plginfo[$name] = $po->getInfo();
147 $renderer->externallink($info['url'], $info['name']);
180 $hid = $this->addToToc($info['name'], 2, $renderer);
181 $doc = '<h2><a name="' . $hid . '" id="' . $hid . '">' . hsc($info['name']) . '</a></h2>';
187 $title = '$' . $p . '->' . $method['name'] . '()';
189 $doc .= '<h3><a name="' . $hid . '" id="' . $hid . '">' . hsc($title) . '</a></h3>';
/dokuwiki/vendor/simplepie/simplepie/src/
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 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 . '"';
H A DSimplePie.php23 * * Neither the name of the SimplePie Team nor the names of its contributors may be used
2134 * namespace and tag name. Each element has `attribs`, `data` and `child`
2136 * `attribs` then has one level of associative name => value data (where
2155 * @param string $tag Tag name
2195 * @param string $tag Tag name
2241 * @param string $tag Tag name
2446 $name = null;
2449 if (isset($author['child'][self::NAMESPACE_ATOM_10]['name'][0]['data'])) {
2450 $name = $this->sanitize($author['child'][self::NAMESPACE_ATOM_10]['name'][
[all...]
H A DLocator.php23 * * Neither the name of the SimplePie Team nor the names of its contributors may be used
200 protected function search_elements_by_tag($name, &$done, $feeds) argument
206 $links = $this->dom->getElementsByTagName($name);
/dokuwiki/lib/plugins/extension/helper/
H A Dextension.php68 * Set the name of the extension this instance shall represents, triggers loading the local and remote data
240 * Get the name of the installation directory
242 * @return string The name of the installation directory
262 * Get the display name of the extension
264 * @return string The display name
268 if (!empty($this->localInfo['name'])) return $this->localInfo['name'];
269 if (!empty($this->remoteInfo['name'])) return $this->remoteInfo['name'];
274 * Get the author name o
[all...]
H A Dlist.php83 $this->form .= '<input type="hidden" name="' . hsc($key) . '" value="' . hsc($value) . '" />';
129 * @param string $class The class name
176 * Generate the class name for the row of the extension
179 * @return string The class name
434 $name = shorten($base, $long, 55);
436 $html = '<a href="' . hsc($url) . '" class="urlextern">' . hsc($name) . '</a>';
638 $name = 'fn[' . $action . '][' . hsc($extension->getID()) . ']';
640 $html = '<button class="' . $classes . '" name="' . $name . '" type="submit" ' . $title . '>' .
/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 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 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...]
/dokuwiki/lib/tpl/dokuwiki/css/
H A D_media_fullscreen.css283 #mediamanager__page .filelist .thumbs li .name,
293 #mediamanager__page .filelist .thumbs li .name {
338 #mediamanager__page .filelist .rows li .name,
348 [dir=rtl] #mediamanager__page .filelist .rows li .name,
357 #mediamanager__page .filelist .rows li .name {
H A D_search.less28 input[name="q"] {
/dokuwiki/vendor/splitbrain/php-jsstrip/
H A DLICENSE16 3. Neither the name of the copyright holder nor the names of its
/dokuwiki/vendor/simplepie/simplepie/
H A DLICENSE.txt14 * Neither the name of the SimplePie Team nor the names of its contributors may be used
/dokuwiki/vendor/kissifrot/php-ixr/
H A DLICENSE.txt14 - Neither the name of Incutio Ltd. nor the names of its contributors
/dokuwiki/vendor/geshi/geshi/
H A DREADME.md5 Author: [Benny Baumann](http://blog.benny-baumann.de/), [Nigel McNie](http://nigel.mcnie.name/)
/dokuwiki/
H A Dfeed.php
/dokuwiki/vendor/simplepie/simplepie/idn/
H A DReadMe.txt61 1. Say we wish to encode the domain name nörgler.com:
76 the domain name reads originally
/dokuwiki/inc/Remote/
H A DApiCore.php130 * @param string $user The user name
952 $res = media_save(['name' => $ftmp], $media, $overwrite, $auth, 'rename');
/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/scripts/
H A Dtoolbar.js156 props.name,
/dokuwiki/lib/tpl/dokuwiki/
H A Dstyle.ini5 ; a local conf/tpl/<template-folder-name>/style.ini file to prevent losing

123456