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

12345678910>>...16

/dokuwiki/inc/Parsing/Lexer/
H A DLexer.php236 * @return string Underlying mode name.
/dokuwiki/vendor/simplepie/simplepie/src/Cache/
H A DMemcached.php23 * * Neither the name of the SimplePie Team nor the names of its contributors may be used
80 * Cache name
83 protected $name; variable in SimplePie\\Cache\\Memcached
88 * @param string $name Unique ID for the cache
91 public function __construct($location, $name, $type) argument
103 $this->name = $this->options['extras']['prefix'] . md5("$name:$type");
129 $data = $this->cache->get($this->name);
143 $data = $this->cache->get($this->name . '_mtime');
153 $data = $this->cache->get($this->name);
[all...]
H A DNameFilter.php21 * * Neither the name of the SimplePie Team nor the names of its contributors may be used
57 * The returning name MUST follow the rules for keys in PSR-16.
61 * The returning name MUST be a string of at least one character
71 * @param string $name The name for the cache will be most likly an url with query string
73 * @return string the new cache name
75 public function filter(string $name): string; argument
H A DPsr16.php23 * * Neither the name of the SimplePie Team nor the names of its contributors may be used
/dokuwiki/lib/scripts/
H A Dcookie.js5 * simple name-value pairs - no complex types!
14 name: 'DOKU_PREFS', property in DokuCookie
39 jQuery.cookie(this.name, text.join('#'), {expires: 365, path: DOKU_COOKIE_PARAM.path, secure: DOKU_COOKIE_PARAM.secure});
63 text = jQuery.cookie(this.name);
H A Dedit.js213 id: $dwform.find('input[name=id]').val(),
214 sectok: $dwform.find('input[name=sectok]').val()
H A Dfileuploaderextended.js58 // name suggestion (simplified cleanID)
86 ' <label class="qq-overwrite-check"><input type="checkbox" value="1" name="ow" class="dw__ow"> <span>' + LANG.media_overwrt + '</span></label>' +
93 ' <input class="qq-upload-name-input edit" type="text" value="" />' +
106 nameInput: 'qq-upload-name-input',
151 jQuery(".qq-upload-name-input").each(function (i) {
190 button += '<input type="hidden" value="' + result.ns + '" name="ns">';
191 button += '<input type="hidden" value="1" name="recent">';
206 var name = document.getElementById('mediamanager__upload_item'+id);
207 if (name != null) {
208 return name
[all...]
H A Dindex.html5 <meta name="robots" content="noindex" />
/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/vendor/simplepie/simplepie/src/
H A DCaption.php23 * * Neither the name of the SimplePie Team nor the names of its contributors may be used
H A DCategory.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 DGzdecode.php23 * * Neither the name of the SimplePie Team nor the names of its contributors may be used
180 * @param string $name
183 public function __set($name, $value) argument
185 trigger_error("Cannot write property $name", E_USER_ERROR);
/dokuwiki/vendor/simplepie/simplepie/library/SimplePie/Cache/
H A DBase.php23 * * Neither the name of the SimplePie Team nor the names of its contributors may be used
H A DDB.php23 * * Neither the name of the SimplePie Team nor the names of its contributors may be used
H A DFile.php23 * * Neither the name of the SimplePie Team nor the names of its contributors may be used
H A DMemcache.php23 * * Neither the name of the SimplePie Team nor the names of its contributors may be used
/dokuwiki/vendor/simplepie/simplepie/src/Content/Type/
H A DSniffer.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 Dxpp.php5 * Author: Simon Butcher (simon@butcher.name)
6 * Copyright: (c) 2007 Simon Butcher (http://simon.butcher.name/)
/dokuwiki/vendor/simplepie/simplepie/library/SimplePie/
H A DCaption.php23 * * Neither the name of the SimplePie Team nor the names of its contributors may be used
H A DCredit.php23 * * Neither the name of the SimplePie Team nor the names of its contributors may be used
H A DEnclosure.php23 * * Neither the name of the SimplePie Team nor the names of its contributors may be used
/dokuwiki/vendor/simplepie/simplepie/library/SimplePie/Content/Type/
H A DSniffer.php23 * * Neither the name of the SimplePie Team nor the names of its contributors may be used
/dokuwiki/vendor/simplepie/simplepie/src/HTTP/
H A DParser.php23 * * Neither the name of the SimplePie Team nor the names of its contributors may be used
101 private const STATE_NAME = 'name';
148 * Name of the hedaer currently being parsed
152 protected $name = ''; variable in SimplePie\\HTTP\\Parser
272 if ($this->name !== '' && $this->value !== '') {
273 $this->name = strtolower($this->name);
275 if (isset($this->headers[$this->name]) && $this->name !== 'content-type') {
276 $this->headers[$this->name]
297 protected function name() global() function in SimplePie\\HTTP\\Parser
[all...]
/dokuwiki/vendor/simplepie/simplepie/library/SimplePie/Decode/HTML/
H A DEntities.php23 * * Neither the name of the SimplePie Team nor the names of its contributors may be used

12345678910>>...16