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

1...<<111213141516

/dokuwiki/inc/Menu/
H A DMobileMenu.php66 $html .= '<input type="hidden" name="id" value="' . $ID . '" />';
67 if ($REV) $html .= '<input type="hidden" name="rev" value="' . $REV . '" />';
69 $html .= '<input type="hidden" name="sectok" value="' . getSecurityToken() . '" />';
72 $html .= '<select name="do" class="edit quickselect" title="' . $lang['tools'] . '">';
/dokuwiki/vendor/simplepie/simplepie/library/SimplePie/
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
/dokuwiki/vendor/geshi/geshi/src/geshi/
H A Dunicon.php83 'localnames', 'log', 'many', 'map', 'match', 'member', 'mkdir', 'move', 'name', 'numeric',
H A Dwhois.php69 'as-block','as-name','as-set','aut-num','auth','author','certif',
79 'org-name','org-type','organisation','origin','owner','peer',
H A Dwinbatch.php26 * Subroutine's name, but it's not a perfect fix. I should use a RegEx in
/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/src/
H A DAuthor.php23 * * Neither the name of the SimplePie Team nor the names of its contributors may be used
61 * Author's name
66 public $name; variable in SimplePie\\Author
87 * @param string $name
91 public function __construct($name = null, $link = null, $email = null) argument
93 $this->name = $name;
110 * Author's name
116 if ($this->name !== null) {
117 return $this->name;
[all...]
H A DCache.php23 * * Neither the name of the SimplePie Team nor the names of its contributors may be used
120 * @param class-string<Base> $class Name of handler class. Must implement Base
/dokuwiki/vendor/simplepie/simplepie/src/Cache/
H A DBase.php23 * * Neither the name of the SimplePie Team nor the names of its contributors may be used
78 * @param string $name Unique ID for the cache
81 public function __construct($location, $name, $type); argument
H A DCallableNameFilter.php21 * * Neither the name of the SimplePie Team nor the names of its contributors may be used
67 * The returning name MUST follow the rules for keys in PSR-16.
71 * The returning name MUST be a string of at least one character
81 * @param string $name The name for the cache will be most likly an url with query string
83 * @return string the new cache name
85 public function filter(string $name): string argument
87 return call_user_func($this->callable, $name);
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;
H A DRedis.php23 * * Neither the name of the SimplePie Team nor the names of its contributors may be used
81 * Cache name
85 protected $name; variable in SimplePie\\Cache\\Redis
91 * @param string $name Unique ID for the cache
94 public function __construct($location, $name, $options = null) argument
117 $this->name = $this->options['prefix'] . $name;
139 $response = $this->cache->set($this->name, serialize($data));
141 $this->cache->expire($this->name, $this->options['expire']);
154 $data = $this->cache->get($this->name);
[all...]
/dokuwiki/lib/plugins/usermanager/
H A Dplugin.info.txt5 name User Manager
/dokuwiki/vendor/simplepie/simplepie/
H A DCHANGELOG.md160 * Corrected incorrect alumni name. [#638](https://github.com/simplepie/simplepie/pull/638)
H A DLICENSE.txt14 * Neither the name of the SimplePie Team nor the names of its contributors may be used
H A Dautoloader.php21 * * Neither the name of the SimplePie Team nor the names of its contributors may be used
54 * @param string $class The fully-qualified class name.
72 // get the relative class name
76 // separators with directory separators in the relative class name, append
115 * @param string $class The name of the class to attempt to load.
/dokuwiki/lib/scripts/
H A Dbehaviour.js122 * This includes a workaround a weird behaviour when the submit button has a name
161 $list = $form.find("input[name='sub_style'][value='list']");
162 $digest = $form.find("input[name='sub_style'][value='digest']");
164 $form.find("input[name='sub_target']")
191 var $all = jQuery('input[type="checkbox"][name="rev2[]"]', $revisions);
H A Dcompatibility.js15 if(arguments.callee) func = arguments.callee.caller.name;
H A Dfileuploader.js129 qq.hasClass = function(element, name){ argument
130 var re = new RegExp('(^| )' + name + '( |$)');
133 qq.addClass = function(element, name){ argument
134 if (!qq.hasClass(element, name)){
135 element.className += ' ' + name;
138 qq.removeClass = function(element, name){ argument
139 var re = new RegExp('(^| )' + name + '( |$)');
403 var name, size; variable
408 name = file.value.replace(/.*(\/|\\)/, "");
411 name
436 r(name, replacement) global() argument
761 name: 'file', global() property in qq.UploadButton._options
[all...]
/dokuwiki/inc/Parsing/Lexer/
H A DStateStack.php22 * @param string $start Starting state name.
/dokuwiki/vendor/simplepie/simplepie/idn/
H A DLICENCE473 <one line to give the library's name and a brief idea of what it does.>
474 Copyright (C) <year> <name of author>
H A DReadMe.txt17 and their encoded form as it will be used in the DNS (Domain Name System).
61 1. Say we wish to encode the domain name nörgler.com:
76 the domain name reads originally
/dokuwiki/inc/Parsing/
H A DParser.php59 * @param string $name argument
62 public function addMode($name, ModeInterface $Mode)
68 $this->modes[$name] = $Mode;

1...<<111213141516