Home
last modified time | relevance | path

Searched refs:name (Results 126 – 143 of 143) sorted by path

123456

/dokuwiki/vendor/simplepie/simplepie/src/Cache/
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 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/vendor/simplepie/simplepie/src/
H A DCredit.php23 * * Neither the name of the SimplePie Team nor the names of its contributors may be used
77 * Credited name
82 public $name; variable in SimplePie\\Credit
90 public function __construct($role = null, $scheme = null, $name = null) argument
94 $this->name = $name;
137 * Get the credited person/entity's name
143 if ($this->name !== null) {
144 return $this->name;
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);
H A DIRI.php23 * * Neither the name of the SimplePie Team nor the names of its contributors may be used
149 * @param string $name Property name
152 public function __set($name, $value) argument
154 if (method_exists($this, 'set_' . $name)) {
155 call_user_func([$this, 'set_' . $name], $value);
157 $name === 'iauthority'
158 || $name === 'iuserinfo'
159 || $name === 'ihost'
160 || $name
174 __get($name) global() argument
217 __isset($name) global() argument
227 __unset($name) global() argument
[all...]
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 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);
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 DParser.php23 * * Neither the name of the SimplePie Team nor the names of its contributors may be used
272 foreach ($attributes as $name => $value) {
273 [$attrib_namespace, $attribute] = $this->split_ns($name);
299 foreach ($attribs[''] as $name => $value) {
300 $this->data['data'] .= ' ' . $name . '="' . htmlspecialchars($value, ENT_COMPAT, $this->encoding) . '"';
381 $name = '';
385 if (isset($data['properties']['name'][0])) {
386 $name = $data['properties']['name'][0];
390 if ($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 DSource.php23 * * Neither the name of the SimplePie Team nor the names of its contributors may be used
193 $name = null;
196 if (isset($author['child'][\SimplePie\SimplePie::NAMESPACE_ATOM_10]['name'][0]['data'])) {
197 $name = $this->sanitize($author['child'][\SimplePie\SimplePie::NAMESPACE_ATOM_10]['name'][0]['data'], \SimplePie\SimplePie::CONSTRUCT_TEXT);
205 if ($name !== null || $email !== null || $uri !== null) {
206 $authors[] = $this->registry->create(Author::class, [$name, $uri, $email]);
210 $name = null;
213 if (isset($author[0]['child'][\SimplePie\SimplePie::NAMESPACE_ATOM_03]['name'][0]['data'])) {
214 $name
[all...]
/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';
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] .= ', ' . $this->value;
278 $this->headers[$this->name]
297 protected function name() global() function in SimplePie\\HTTP\\Parser
[all...]
/dokuwiki/vendor/splitbrain/php-archive/src/
H A DFileInfo.php43 * @param string $name
47 public function __call($name, $arguments) argument
49 if($name === 'match') {
51 return call_user_func_array([$this, $name], $arguments);
54 trigger_error('Call to undefined method FileInfo::'.$name.'()', E_USER_ERROR);
H A DTar.php265 * @param string|FileInfo $fileinfo either the name to us in archive (string) or a FileInfo oject with all meta data, empty to take from original
320 * @param string|FileInfo $fileinfo either the name to us in archive (string) or a FileInfo oject with all meta data
521 * @param string $name
530 protected function writeRawFileHeader($name, $uid, $gid, $perm, $size, $mtime, $typeflag = '') argument
534 $namelen = strlen($name);
536 $file = basename($name);
537 $dir = dirname($name);
542 $this->writebytes(pack("a512", substr($name, $s, 512)));
544 $name = substr($name,
[all...]
H A DZip.php293 * @param string|FileInfo $fileinfo either the name to us in archive (string) or a FileInfo oject with all meta data, empty to take from original
301 * @param string|FileInfo $fileinfo either the name to use in archive (string) or a FileInfo oject with all meta data, empty to take from original
321 $name = $fileinfo->getPath();
330 $name,
390 $name,
402 * @param string|FileInfo $fileinfo either the name to us in archive (string) or a FileInfo oject with all meta data
425 $name = $fileinfo->getPath();
434 $name,
452 $name,
903 * @param string $name fil
907 makeCentralFileRecord($offset, $ts, $crc, $len, $clen, $name, $comp = null) global() argument
954 makeLocalFileHeader($ts, $crc, $len, $clen, $name, $comp = null) global() argument
[all...]
/dokuwiki/vendor/splitbrain/php-cli/src/
H A DOptions.php109 * @param string $arg argument name (just for help)
122 'name' => $arg,
157 * @param bool|string $needsarg does this option require an argument? give it a name here
215 * Note that command options will overwrite any global options with the same name
280 $opt = $this->setup[$this->command]['short'][$opt]; // store it under long name
347 * This will not contain any recognized options or the script name itself
396 $out = $this->colors->wrap('<' . $arg['name'] . '>', Colors::C_CYAN);
423 $name = '';
425 $name .= '-' . $opt['short'];
427 $name
[all...]
/dokuwiki/vendor/splitbrain/php-jsstrip/
H A DLICENSE16 3. Neither the name of the copyright holder nor the names of its

123456