Home
last modified time | relevance | path

Searched refs:key (Results 101 – 116 of 116) sorted by path

12345

/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSSH1.php
H A DSSH2.php27 * $key = \phpseclib3\Crypt\PublicKeyLoader::load('...', '(optional) password');
30 * if (!$ssh->login('username', $key)) {
63 use phpseclib3\Crypt\TripleDES; // Used to do Diffie-Hellman key exchange and DSA/RSA signature verification.
274 * some servers (eg. Azure) will support rsa-sha2-512 as a server host key algorithm but
275 * not a private key algorithm
528 * "The exchange hash H from the first key exchange is additionally
985 * Send the key exchange initiation packet first?
992 * Some versions of OpenSSH incorrectly calculate the key size
1274 * https://tools.ietf.org/html/rfc4253#section-7.1 says "key exchange begins by each sending
1287 * https://tools.ietf.org/html/rfc4253#section-7.1 says "key exchang
[all...]
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/System/SSH/
H A DAgent.php189 $key = PublicKeyLoader::load($key_type . ' ' . base64_encode($key_blob));
192 if (isset($key)) {
194 ->withPublicKey($key)
197 unset($key);
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/System/SSH/Agent/
H A DIdentity.php35 * methods phpseclib looks for to perform public key authentication.
55 private $key;
109 * @param \phpseclib3\Crypt\Common\PublicKey $key
111 public function withPublicKey(PublicKey $key)
113 if ($key instanceof EC) {
114 if (is_array($key->getCurve()) || !isset(self::$curveAliases[$key->getCurve()])) {
120 $new->key = $key;
127 * Called by \phpseclib3\System\SSH\Agent::requestIdentities(). The key blo
53 var $key; global() variable in phpseclib\\System\\SSH\\Agent\\Identity
103 setPublicKey($key) global() argument
[all...]
/dokuwiki/vendor/simplepie/simplepie/
H A DCHANGELOG.md15 - New method `SimplePie\SimplePie::set_cache_namefilter()` for customize the cache key in [#762](https://github.com/simplepie/simplepie/pull/762)
16 - New class `SimplePie\Cache\CallableNameFilter` to provide a `callable` to customize the cache key in [#762](https://github.com/simplepie/simplepie/pull/762)
/dokuwiki/vendor/simplepie/simplepie/src/Cache/
H A DBaseDataCache.php74 * public function get(string $key, mixed $default = null): mixed;
77 * @param string $key The unique key of this item in the cache.
78 * @param mixed $default Default value to return if the key does not exist.
83 * MUST be thrown if the $key string is not a legal value.
85 public function get_data(string $key, $default = null) argument
110 * Persists data in the cache, uniquely referenced by a key with an optional expiration TTL time.
114 * public function set(string $key, mixed $value, null|int|\DateInterval $ttl = null): bool;
117 * @param string $key The key o
128 set_data(string $key, array $value, int $ttl = null) global() argument
155 delete_data(string $key) global() argument
[all...]
H A DDataCache.php70 * public function get(string $key, mixed $default = null): mixed;
73 * @param string $key The unique key of this item in the cache.
74 * @param mixed $default Default value to return if the key does not exist.
79 * MUST be thrown if the $key string is not a legal value.
81 public function get_data(string $key, $default = null); argument
84 * Persists data in the cache, uniquely referenced by a key with an optional expiration TTL time.
88 * public function set(string $key, mixed $value, null|int|\DateInterval $ttl = null): bool;
91 * @param string $key The key o
102 set_data(string $key, array $value, int $ttl = null) global() argument
119 delete_data(string $key) global() argument
[all...]
H A DPsr16.php82 * public function get(string $key, mixed $default = null): mixed;
85 * @param string $key The unique key of this item in the cache.
86 * @param mixed $default Default value to return if the key does not exist.
91 * MUST be thrown if the $key string is not a legal value.
93 public function get_data(string $key, $default = null) argument
95 $data = $this->cache->get($key, $default);
105 * Persists data in the cache, uniquely referenced by a key with an optional expiration TTL time.
109 * public function set(string $key, mixed $value, null|int|\DateInterval $ttl = null): bool;
112 * @param string $key Th
123 set_data(string $key, array $value, int $ttl = null) global() argument
143 delete_data(string $key) global() argument
[all...]
/dokuwiki/vendor/simplepie/simplepie/src/
H A DEnclosure.php294 * @param int $key
297 public function get_caption($key = 0) argument
300 if (isset($captions[$key])) {
301 return $captions[$key];
324 * @param int $key
327 public function get_category($key = 0) argument
330 if (isset($categories[$key])) {
331 return $categories[$key];
382 * @param int $key
385 public function get_credit($key argument
504 get_hash($key = 0) global() argument
563 get_keyword($key = 0) global() argument
651 get_rating($key = 0) global() argument
681 get_restriction($key = 0) global() argument
740 get_thumbnail($key = 0) global() argument
[all...]
H A DFile.php94 foreach ($headers as $key => $value) {
95 $headers2[] = "$key: $value";
180 foreach ($headers as $key => $value) {
181 $out .= "$key: $value\r\n";
H A DItem.php391 * @param int $key The category that you want to return. Remember that arrays begin with 0, not 1
394 public function get_category($key = 0) argument
397 if (isset($categories[$key])) {
398 return $categories[$key];
463 * @param int $key The author that you want to return. Remember that arrays begin with 0, not 1
466 public function get_author($key = 0) argument
469 if (isset($authors[$key])) {
470 return $authors[$key];
480 * @param int $key The contrbutor that you want to return. Remember that arrays begin with 0, not 1
483 public function get_contributor($key argument
826 get_link($key = 0, $rel = 'alternate') global() argument
908 get_enclosure($key = 0, $prefer = null) global() argument
[all...]
H A DLocator.php326 foreach ($array as $key => $value) {
340 unset($array[$key]);
349 foreach ($array as $key => $value) {
362 unset($array[$key]);
H A DMisc.php135 foreach ($element['attribs'] as $key => $value) {
136 $key = strtolower($key);
137 $full .= " $key=\"" . htmlspecialchars($value['data'], ENT_COMPAT, 'UTF-8') . '"';
211 foreach ($array2 as $key => $value) {
213 $array1[$key] = Misc::array_merge_recursive($array1[$key], $value);
215 $array1[$key] = $value;
H A DSimplePie.php1444 * Set element/attribute key/value pairs of HTML attributes
1452 * @param array|null $element_attribute Element/attribute key/value pairs, null for default
2352 * @param int $key The category that you want to return. Remember that arrays begin with 0, not 1
2355 public function get_category($key = 0) argument
2358 if (isset($categories[$key])) {
2359 return $categories[$key];
2421 * @param int $key The author that you want to return. Remember that arrays begin with 0, not 1
2424 public function get_author($key = 0) argument
2427 if (isset($authors[$key])) {
2428 return $authors[$key];
2503 get_contributor($key = 0) global() argument
2574 get_link($key = 0, $rel = 'alternate') global() argument
2970 get_item($key = 0) global() argument
[all...]
H A DSource.php125 public function get_category($key = 0) argument
128 if (isset($categories[$key])) {
129 return $categories[$key];
179 public function get_author($key = 0) argument
182 if (isset($authors[$key])) {
183 return $authors[$key];
243 public function get_contributor($key = 0) argument
246 if (isset($contributors[$key])) {
247 return $contributors[$key];
298 public function get_link($key argument
[all...]
/dokuwiki/vendor/splitbrain/php-cli/src/
H A DBase.php321 foreach ($context as $key => $val) {
324 $replace['{' . $key . '}'] = $val;

12345