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

1...<<111213141516

/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSCP.php
H A DSFTP.php456 // the flag definitions change somewhat in SFTPv5+. if SFTPv5+ support is added to this library, maybe name
782 * Returns the current directory name
818 * Canonicalize the Server-Side Path Name
1888 * symlink() creates a symbolic link to the existing target with the specified name link.
2835 foreach ($files as $name => $file) {
2836 if ($name == '.' || $name == '..') {
3162 list($attr['untranslated-name']) = Strings::unpackSSH2('s', $response);
H A DSSH1.php
H A DSSH2.php388 * Decryption Algorithm Name
429 * Encryption Algorithm Name
470 * Client to Server HMAC Name
492 * Server to Client HMAC Name
2060 * Maps an encryption algorithm name to the number of key bytes.
2062 * @param string $algorithm Name of the encryption algorithm
2106 * Maps an encryption algorithm name to an instance of a subclass of
2109 * @param string $algorithm Name of the encryption algorithm
2154 * Maps an encryption algorithm name to an instance of a subclass of
2157 * @param string $algorithm Name o
[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/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
H A Dautoloader.php21 * * Neither the name of the SimplePie Team nor the names of its contributors may be used
54 * @param string $class The fully-qualified class name.
72 // get the relative class name
76 // separators with directory separators in the relative class name, append
115 * @param string $class The name of the class to attempt to load.
/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.txt17 and their encoded form as it will be used in the DNS (Domain Name System).
61 1. Say we wish to encode the domain name nörgler.com:
76 the domain name reads originally
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/library/
H A DSimplePie.php23 * * Neither the name of the SimplePie Team nor the names of its contributors may be used
61 * SimplePie Name
62 * @deprecated since SimplePie 1.7.0, use \SimplePie\SimplePie::NAME instead.
64 define('SIMPLEPIE_NAME', NamespacedSimplePie::NAME);
/dokuwiki/vendor/simplepie/simplepie/library/SimplePie/
H A DAuthor.php23 * * Neither the name of the SimplePie Team nor the names of its contributors may be used
H A DCache.php23 * * Neither the name of the SimplePie Team nor the names of its contributors may be used
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 DCore.php23 * * Neither the name of the SimplePie Team nor the names of its contributors may be used
/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
H A DMemcached.php23 * * Neither the name of the SimplePie Team nor the names of its contributors may be used
H A DMySQL.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

1...<<111213141516