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 376 – 391 of 391) sorted by path

1...<<111213141516

/dokuwiki/vendor/simplepie/simplepie/src/
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 DRating.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 DRegistryAware.php23 * * Neither the name of the SimplePie Team nor the names of its contributors may be used
H A DRestriction.php23 * * Neither the name of the SimplePie Team nor the names of its contributors may be used
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
67 * SimplePie Name
69 public const NAME = 'SimplePie'; define in SimplePie\\SimplePie
84 public const LINKBACK = '<a href="' . self::URL . '" title="' . self::NAME . ' ' . self::VERSION . '">' . self::NAME . '</a>';
1039 * @param string $class Name of custom class
1055 * @param string $class Name of custom class
1071 * @param string $class Name of custom class
1087 * @param string $class Name of custom class
1103 * @param string $class Name o
[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/XML/Declaration/
H A DParser.php23 * * Neither the name of the SimplePie Team nor the names of its contributors may be used
/dokuwiki/vendor/splitbrain/php-archive/
H A Dphpunit.xml12 <testsuite name="Test Suite">
/dokuwiki/vendor/splitbrain/php-archive/src/
H A DArchive.php84 * @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
92 * @param string|FileInfo $fileinfo either the name to us in archive (string) or a FileInfo oject with all meta data
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

1...<<111213141516