Home
last modified time | relevance | path

Searched refs:method (Results 26 – 42 of 42) sorted by last modified time

12

/dokuwiki/vendor/openpsa/universalfeedcreator/
H A DREADME.md99 improved the UniversalFeedCreator's useCached method (thanks to Sören Fuhrmann of golem.de)
/dokuwiki/inc/
H A Dauth.php699 * default ACL check method
1300 * Encrypts a password using the given method and salt
1302 * If the selected method needs a salt and none was given, a random one
1308 * @param string $method The hashing method
1312 function auth_cryptPassword($clear, $method = '', $salt = null)
1315 if (empty($method)) $method = $conf['passcrypt'];
1318 $call = 'hash_' . $method;
1321 msg("Unsupported crypt method
1209 auth_cryptPassword($clear, $method = '', $salt = null) global() argument
[all...]
H A Ddeprecated.php643 public function __construct($method, $args)
646 parent::__construct($method, $args);
641 __construct($method, $args) global() argument
H A Dform.php61 * @param bool|string $method (optional, deprecated) 'POST' or 'GET', default is POST
66 public function __construct($params, $action = false, $method = false, $enctype = false)
71 if ($method !== false) $this->params['method'] = strtolower($method);
77 if (!isset($this->params['method'])) {
78 $this->params['method'] = 'post';
80 $this->params['method'] = strtolower($this->params['method']);
65 __construct($params, $action = false, $method = false, $enctype = false) global() argument
H A Dhtml.php196 * @param string $method
202 function html_btn($name, $id, $akey, $params, $method = 'get', $tooltip = '', $label = false, $svg = null)
223 $html = '<form class="button btn_' . $name . '" method="' . $method . '" action="' . $script . '"><div class="no">';
187 html_btn($name, $id, $akey, $params, $method = 'get', $tooltip = '', $label = false, $svg = null) global() argument
H A DFeedParserFile.php36 $this->method = SimplePie::FILE_SOURCE_REMOTE | SimplePie::FILE_SOURCE_FSOCKOPEN;
/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/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 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)) {
/dokuwiki/vendor/geshi/geshi/
H A DCHANGELOG36 - Add public/protected method & property visibility.
533 * Added PARSER_CONTROL for OOLANG method highlighting (SF#1923060, BenBE)
731 - Added a method to enable/disable keyword linking (Ian McKellar)
850 - Fixed method highlighting in VB (Matt Beale)
964 - Added method set_encoding that allows you to set the character
967 type of method separated by each object splitter can be highlighted
1004 method
1013 called, or by the new method set_language_path(), that specifies a path to the directory
1015 - Added a new method set_case_keywords(), that allows the auto-casing feature to be
1019 - Indentation moved into its own method
[all...]
/dokuwiki/inc/Extension/
H A DEventHandler.php20 * constructor, loads all action plugins and calls their register() method giving them
45 * @param object $obj scope for the method be executed on, NULL for global function or callable
46 * @param string|callable $method event handler function
50 public function register_hook($event, $advise, $obj, $method, $param = null, $seq = 0) argument
54 $this->hooks[$event . '_' . $advise][$seq][] = [$obj, $method, $param];
75 [$obj, $method, $param] = $hook;
78 $method($event, $param);
80 $obj->$method($event, $param);
H A DRemotePlugin.php41 foreach ($reflection->getMethods(ReflectionMethod::IS_PUBLIC) as $method) {
43 $declaredin = $method->getDeclaringClass()->name;
47 $method_name = $method->name;
/dokuwiki/inc/HTTP/
H A DDokuHTTPClient.php59 * @param string $method
62 public function sendRequest($url, $data = '', $method = 'GET') argument
67 'method' => $method
73 $method = $httpdata['method'];
77 return parent::sendRequest($url, $data, $method);
H A DHTTPClient.php144 * This method handles the whole HTTP communication. It respects set proxy settings,
152 * @param string $method - HTTP Method usually GET or POST.
158 public function sendRequest($url, $data = '', $method = 'GET')
217 if ($method == 'POST') {
230 } elseif ($method == 'GET') {
301 $request = "$method $request_url HTTP/" . $this->http . HTTP_NL;
378 // perform redirected request, same method as before (required by RFC)
379 return $this->sendRequest($this->resp_headers['location'], $unencodedData, $method);
164 sendRequest($url, $data = '', $method = 'GET') global() argument

12