Home
last modified time | relevance | path

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

123456

/dokuwiki/vendor/composer/
H A DInstalledVersions.php31 * @psalm-var array{root: array{name: string, pretty_version: string, version: string, reference: string|null, type: string, install_path: string, aliases: string[], dev: bool}, versions: array<string, array{pretty_version?: string, version?: string, reference?: string|null, type?: string, install_path?: string, aliases?: string[], dev_requirement: bool, replaced?: string[], provided?: string[]}>}|array{}|null
42 * @psalm-var array<string, array{root: array{name: string, pretty_version: string, version: string, reference: string|null, type: string, install_path: string, aliases: string[], dev: bool}, versions: array<string, array{pretty_version?: string, version?: string, reference?: string|null, type?: string, install_path?: string, aliases?: string[], dev_requirement: bool, replaced?: string[], provided?: string[]}>}>
78 foreach ($installed['versions'] as $name => $package) {
80 $packagesByType[] = $name;
91 * This also returns true if the package name is provided or replaced by another package
246 * @psalm-return array{name: string, pretty_version: string, version: string, reference: string|null, type: string, install_path: string, aliases: string[], dev: bool}
260 * @psalm-return array{root: array{name: string, pretty_version: string, version: string, reference: string|null, type: string, install_path: string, aliases: string[], dev: bool}, versions: array<string, array{pretty_version?: string, version?: string, reference?: string|null, type?: string, install_path?: string, aliases?: string[], dev_requirement: bool, replaced?: string[], provided?: string[]}>}
283 * @psalm-return list<array{root: array{name: string, pretty_version: string, version: string, reference: string|null, type: string, install_path: string, aliases: string[], dev: bool}, versions: array<string, array{pretty_version?: string, version?: string, reference?: string|null, type?: string, install_path?: string, aliases?: string[], dev_requirement: bool, replaced?: string[], provided?: string[]}>}>
306 * @psalm-param array{root: array{name: string, pretty_version: string, version: string, reference: string|null, type: string, install_path: string, aliases: string[], dev: bool}, versions: array<string, array{pretty_version?: string, version?: string, reference?: string|null, type?: string, install_path?: string, aliases?: string[], dev_requirement: bool, replaced?: string[], provided?: string[]}>} $data
316 * @psalm-return list<array{root: array{name
[all...]
/dokuwiki/vendor/geshi/geshi/
H A DCHANGELOG799 - Allow regexes to set a CSS class name (SmokingRope)
916 - Changed name of XML language to XML from HTML
995 - Getter available for human-readable language name (suggested by Simon Patterson)
H A DLICENSE293 <one line to give the program's name and a brief idea of what it does.>
294 Copyright (C) <year> <name of author>
315 Gnomovision version 69, Copyright (C) year name of author
H A DREADME.md5 Author: [Benny Baumann](http://blog.benny-baumann.de/), [Nigel McNie](http://nigel.mcnie.name/)
H A DTHANKS286 Do you want your name in here? Help me out! Make a language file, or suggest a new
/dokuwiki/vendor/geshi/geshi/src/
H A Dgeshi.php606 * Gets a human-readable language name (thanks to Simon Patterson
609 * @return string The name for the current language
631 * Clean up the language name to prevent malicious code injection
633 * @param string $language The name of the language to strip
649 * @param string $language The name of the language to use
661 //Clean up the language name to prevent malicious code injection
752 // Raw lang name is here
782 //Clean up the language name to prevent malicious code injection
854 * @param string $class The class name to use for this block of code
1439 * name, o
4328 _genCSSName($name) global() argument
[all...]
/dokuwiki/vendor/kissifrot/php-ixr/
H A DLICENSE.txt14 - Neither the name of Incutio Ltd. nor the names of its contributors
/dokuwiki/vendor/kissifrot/php-ixr/src/DataType/
H A DValue.php89 foreach ($this->data as $name => $value) {
90 $name = htmlspecialchars($name);
91 $return .= " <member><name>$name</name><value>";
/dokuwiki/vendor/marcusschwarz/lesserphp/
H A Dlessc.inc.php
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DRSA.php231 * OpenSSL configuration file name.
1653 _start_element_handler($parser, $name, $attribs) global() argument
1693 _stop_element_handler($parser, $name) global() argument
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/File/
H A DX509.php70 * Return ASN.1 name string
88 * Return name hash for file indexing
297 'id-at-name' => '2.5.4.41',
416 'pkcs-9-at-unstructuredName' => '1.2.840.113549.1.9.2', // PKCS #9 unstructured name
1022 * the certificate (e.g., more than one dNSName name, a match in any one
1024 * character * which is considered to match any single domain name
1043 foreach ($names as $name) {
1044 foreach ($name as $key => $value) {
1507 * Decodes an IP address in a name constraints extension
1598 case 'id-at-name'
5094 getOID($name) global() argument
[all...]
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP/
H A DStream.php106 * @param string $protocol The wrapper name to be registered.
491 // "It is an error if there already exists a file with the name specified by newpath."
733 * @param string $name
737 public function __call($name, array $arguments)
740 echo $name . '(';
750 $name = '_' . $name;
751 if (!method_exists($this, $name)) {
754 return $this->$name(...$arguments);
777 __call($name, $arguments) global() argument
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSSH1.php
H A DSSH2.php2060 * Maps an encryption algorithm name to the number of key bytes.
2106 * Maps an encryption algorithm name to an instance of a subclass of
2154 * Maps an encryption algorithm name to an instance of a subclass of
2539 , // name; may be empty
2734 // we'll just take it on faith that the public key blob and the public key algorithm name are as
3234 * a string that contained the name of the subsystem, but at that point, only one subsystem of each type could be opened.
3235 * To support multiple subsystem's of the same name maybe it'd be best if startSubsystem() generated a new channel id and
4650 * named constants from it, using the value as the name of the constant and the index as the value of the constant.
/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
/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.txt61 1. Say we wish to encode the domain name nörgler.com:
76 the domain name reads originally
/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...]
/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 DFile.php23 * * Neither the name of the SimplePie Team nor the names of its contributors may be used
84 protected $name; variable in SimplePie\\Cache\\File
90 * @param string $name Unique ID for the cache
93 public function __construct($location, $name, $type) argument
96 $this->filename = $name;
98 $this->name = "$this->location/$this->filename.$this->extension";
109 if (file_exists($this->name) && is_writable($this->name) || file_exists($this->location) && is_writable($this->location)) {
115 return (bool) file_put_contents($this->name, $data);
127 if (file_exists($this->name)
[all...]
H A DMemcache.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\\Memcache
91 * @param string $name Unique ID for the cache
94 public function __construct($location, $name, $type) argument
106 $this->name = $this->options['extras']['prefix'] . md5("$name:$type");
123 return $this->cache->set($this->name, serialize($data), MEMCACHE_COMPRESSED, (int) $this->options['extras']['timeout']);
133 $data = $this->cache->get($this->name);
148 $data = $this->cache->get($this->name);
[all...]
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 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;

123456