Home
last modified time | relevance | path

Searched refs:method (Results 26 – 42 of 42) sorted by path

12

/dokuwiki/vendor/marcusschwarz/lesserphp/
H A DREADME.md
H A Dlessc.inc.php
/dokuwiki/vendor/openpsa/universalfeedcreator/
H A DLICENSE48 We protect your rights with a two-step method: (1) we copyright the
H A DREADME.md99 improved the UniversalFeedCreator's useCached method (thanks to Sören Fuhrmann of golem.de)
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DBase.php
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/File/
H A DX509.php1256 * Performs said validation whilst keeping track of how many times validation method is called
3613 * @param int $method optional
3616 public function computeKeyIdentifier($key = null, $method = 1)
3626 return $this->computeKeyIdentifier($key['tbsCertificate']['subjectPublicKeyInfo']['subjectPublicKey'], $method);
3628 return $this->computeKeyIdentifier($key['certificationRequestInfo']['subjectPKInfo']['subjectPublicKey'], $method);
3644 return $this->computeKeyIdentifier($key, $method);
3650 return $this->computeKeyIdentifier($key->publicKey, $method);
3653 return $this->computeKeyIdentifier($key->privateKey, $method);
3656 return $this->computeKeyIdentifier($key->currentCert, $method);
3671 if ($method
4685 computeKeyIdentifier($key = null, $method = 1) global() argument
[all...]
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSSH2.php1042 * Compression method
1049 * Decompression method
1481 * You should overwrite this method in your own class if you want to use another identifier
2223 // try logging with 'none' as an authentication method first since that's what
2257 throw new \UnexpectedValueException('A PublicKey object was passed to the login method instead of a PrivateKey object');
2274 foreach ($this->auth_methods_to_continue as $method) {
2275 switch ($method) {
3048 * with method which guarantees open-ness of all yielded channels and throws
3461 * In situ reconnect method
/dokuwiki/vendor/simplepie/simplepie/
H A DCHANGELOG.md14 - New method `SimplePie\SimplePie::set_cache()` for providing a PSR-16 cache implementation by @Art4 in [#742](https://github.com/simplepie/simplepie/pull/742)
15 - New method `SimplePie\SimplePie::set_cache_namefilter()` for customize the cache key in [#762](https://github.com/simplepie/simplepie/pull/762)
33 - The method `SimplePie\SimplePie::get_image_height()` returns the pixel number as `int` instead of `float` by @Art4 in [#763](https://github.com/simplepie/simplepie/pull/763)
34 - The method `SimplePie\SimplePie::get_image_width()` returns the pixel number as `int` instead of `float` by @Art4 in [#763](https://github.com/simplepie/simplepie/pull/763)
42 - The method `SimplePie\Misc::array_merge_recursive()` is deprecated, use native `array_replace_recursive()` instead
43 - The method `SimplePie\SimplePie::set_cache_name_function()` is deprecated, use `SimplePie\SimplePie::set_cache_namefilter()` instead
44 - The method `SimplePie\SimplePie::set_cache_location()` is deprecated, use `SimplePie\SimplePie::set_cache()` instead
45 - The method `SimplePie\SimplePie::force_cache_fallback()` is deprecated, expired cache will not be used anymore
66 - New method `SimplePie\Misc::get_default_useragent()` as a replacement for constant `SIMPLEPIE_USERAGENT`
250 * Added the `add_attributes()` method t
[all...]
/dokuwiki/vendor/simplepie/simplepie/idn/
H A DLICENCE48 We protect your rights with a two-step method: (1) we copyright the
H A DReadMe.txt30 You can query the occured error by calling the method get_last_error().
34 call the method setParams() - please see the inline documentation for details.
/dokuwiki/vendor/simplepie/simplepie/src/
H A DFile.php69 public $method = \SimplePie\SimplePie::FILE_SOURCE_NONE; variable in SimplePie\\File
91 $this->method = \SimplePie\SimplePie::FILE_SOURCE_REMOTE | \SimplePie\SimplePie::FILE_SOURCE_CURL;
145 $this->method = \SimplePie\SimplePie::FILE_SOURCE_REMOTE | \SimplePie\SimplePie::FILE_SOURCE_FSOCKOPEN;
248 $this->method = \SimplePie\SimplePie::FILE_SOURCE_LOCAL | \SimplePie\SimplePie::FILE_SOURCE_FILE_GET_CONTENTS;
H A DLocator.php109 if ($this->file->method & \SimplePie\SimplePie::FILE_SOURCE_REMOTE) {
146 if ($file->method & \SimplePie\SimplePie::FILE_SOURCE_REMOTE) {
157 } elseif ($file->method & \SimplePie\SimplePie::FILE_SOURCE_LOCAL) {
230 if ($feed->success && ($feed->method & \SimplePie\SimplePie::FILE_SOURCE_REMOTE === 0 || ($feed->status_code === 200 || $feed->status_code > 206 && $feed->status_code < 300)) && $this->is_feed($feed, true)) {
337 if ($feed->success && ($feed->method & \SimplePie\SimplePie::FILE_SOURCE_REMOTE === 0 || ($feed->status_code === 200 || $feed->status_code > 206 && $feed->status_code < 300)) && $this->is_feed($feed)) {
359 if ($feed->success && ($feed->method & \SimplePie\SimplePie::FILE_SOURCE_REMOTE === 0 || ($feed->status_code === 200 || $feed->status_code > 206 && $feed->status_code < 300)) && $this->is_feed($feed)) {
H A DRegistry.php235 trigger_error(sprintf('Using the method "set_registry()" without implementing "%s" is deprecated since SimplePie 1.8.0, implement "%s" in "%s".', RegistryAware::class, RegistryAware::class, $class), \E_USER_DEPRECATED);
242 * Call a static method for a type
245 * @param string $method
249 public function &call($type, $method, $parameters = []) argument
259 if ($method === 'get_handler') {
267 $result = call_user_func_array([$class, $method], $parameters);
H A DSanitize.php431 if ($file->success && ($file->method & \SimplePie\SimplePie::FILE_SOURCE_REMOTE === 0 || ($file->status_code === 200 || $file->status_code > 206 && $file->status_code < 300))) {
H A DSimplePie.php1825 if (!$file->success && !($file->method & self::FILE_SOURCE_REMOTE === 0 || ($file->status_code === 200 || $file->status_code > 206 && $file->status_code < 300))) {
1960 * This method ensures that the SimplePie-enabled page is being served with
2130 * This method allows you to get access to ANY element/attribute that is a
2187 * This method allows you to get access to ANY element/attribute in the
2233 * This method allows you to get access to ANY element/attribute in the
3085 * Magic method handler
3087 * @param string $method Method name
3088 * @param array $args Arguments to the method
3091 public function __call($method, $args) argument
3093 if (strpos($method, 'subscribe
[all...]
/dokuwiki/vendor/simplepie/simplepie/src/Parse/
H A DDate.php607 foreach ($all_methods as $method) {
608 if (strtolower(substr($method, 0, 5)) === 'date_') {
609 $cache[get_class($this)][] = $method;
614 foreach ($cache[get_class($this)] as $method) {
615 $this->built_in[] = $method;
643 foreach ($this->user as $method) {
644 if (($returned = call_user_func($method, $date)) !== false) {
649 foreach ($this->built_in as $method) {
650 if (($returned = call_user_func([$this, $method], $date)) !== false) {
659 * Add a callback method t
[all...]
/dokuwiki/vendor/splitbrain/php-cli/
H A DREADME.md62 - implement the ```setup($options)``` method and register options, arguments, commands and set help texts
67 - implement the ```main($options)``` method and do your business logic there
96 For more complex coloring you can access the color class through ``$this->colors`` in your script. The ``wrap()`` method
100 its ``format()`` method. Please note that you can not pass colored texts in the second parameters (text length calculation
108 The formatter is used through the ``format()`` method which expects at least two arrays: The first defines the column
138 The resulting object then can be passed as the logger instance. The difference between the two is in adjusted method signatures (with appropriate type hinting) only. Be sure you have the suggested `psr/log` composer package installed when using these classes.

12