Home
last modified time | relevance | path

Searched refs:method (Results 101 – 125 of 972) sorted by path

12345678910>>...39

/plugin/authgooglesheets/vendor/monolog/monolog/
H A DUPGRADE.md25 - `HandlerInterface` now requires the `close` method to be implemented. This
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Attribute/
H A DAsMonologProcessor.php30 public $method = null; variable in Monolog\\Attribute\\AsMonologProcessor
35 …* @param string|null $method The method that processes the records (if the attribute is used at …
40 ?string $method = null argument
44 $this->method = $method;
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DBrowserConsoleHandler.php278 $method = array_shift($args);
279 if (!is_string($method)) {
280 …UnexpectedValueException('Expected the first arg to be a string, got: '.var_export($method, true));
283 return static::call_array($method, $args);
289 private static function call_array(string $method, array $args): string argument
291 return 'c.' . $method . '(' . implode(', ', $args) . ');';
H A DCouchDBHandler.php57 'method' => 'POST',
H A DTestHandler.php212 * @param string $method
216 public function __call($method, $args) argument
218 …h('/(.*)(Debug|Info|Notice|Warning|Error|Critical|Alert|Emergency)(.*)/', $method, $matches) > 0) {
229 …ew \BadMethodCallException('Call to undefined method ' . get_class($this) . '::' . $method . '()');
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Test/
H A DTestCase.php67 ->method('format')
/plugin/authgooglesheets/vendor/paragonie/constant_time_encoding/src/
H A DBase32.php199 $method = $upper
235 $c0 = static::$method($chunk[1]);
237 $c1 = static::$method($chunk[2]);
239 $c2 = static::$method($chunk[3]);
241 $c3 = static::$method($chunk[4]);
243 $c4 = static::$method($chunk[5]);
245 $c5 = static::$method($chunk[6]);
247 $c6 = static::$method($chunk[7]);
249 $c7 = static::$method($chunk[8]);
266 $c0 = static::$method($chunk[1]);
[all …]
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/
H A DAsymmetricKey.php337 * @param string $method optional
340 protected static function validatePlugin($format, $type, $method = null) argument
347 if (isset($method) && !method_exists($type, $method)) {
348 throw new UnsupportedFormatException("$type does not implement $method");
H A DSymmetricKey.php933 * @param string $method
939 public function setPassword($password, $method = 'pbkdf2', ...$func_args) argument
943 $method = strtolower($method);
944 switch ($method) {
968 $dkLen = $method == 'pbkdf1' ? 2 * $key_length : $key_length;
972 case $method == 'pkcs12':
1027 case $method == 'pbkdf1':
1061 … throw new UnsupportedAlgorithmException($method . ' is not a supported password hashing method');
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/File/
H A DX509.php3700 * @param int $method optional
3704 public function computeKeyIdentifier($key = null, $method = 1) argument
3714 …>computeKeyIdentifier($key['tbsCertificate']['subjectPublicKeyInfo']['subjectPublicKey'], $method);
3716 …mputeKeyIdentifier($key['certificationRequestInfo']['subjectPKInfo']['subjectPublicKey'], $method);
3732 return $this->computeKeyIdentifier($key, $method);
3738 return $this->computeKeyIdentifier($key->publicKey, $method);
3741 return $this->computeKeyIdentifier($key->privateKey, $method);
3744 return $this->computeKeyIdentifier($key->currentCert, $method);
3759 if ($method == 2) {
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSSH2.php2298 foreach ($this->auth_methods_to_continue as $method) {
2299 switch ($method) {
/plugin/authgooglesheets/vendor/psr/http-message/
H A DCHANGELOG.md31 method to correctly reference the method parameter (it was referencing an
/plugin/authgooglesheets/vendor/psr/http-message/src/
H A DRequestInterface.php81 * @param string $method Case-sensitive method.
85 public function withMethod($method); argument
/plugin/authgooglesheets/vendor/psr/log/Psr/Log/Test/
H A DLoggerInterfaceTest.php94 ->method('__toString')
H A DTestLogger.php129 public function __call($method, $args) argument
131 …h('/(.*)(Debug|Info|Notice|Warning|Error|Critical|Alert|Emergency)(.*)/', $method, $matches) > 0) {
139 …ew \BadMethodCallException('Call to undefined method ' . get_class($this) . '::' . $method . '()');
/plugin/authhttp/
H A DREADME54 providing a minimalistic checkPass() method which does not really authenticate.
/plugin/authnc/
H A Dplugin.info.txt6 desc Use Nextcloud as DokuWiki authentication method
/plugin/authsplit/
H A DREADME14 method calls among TWO other auth plugins that will do the actual work:
51 authsplit maps DokuWiki's authentication method calls as follows:
53 - checkPass(): this is DokuWiki's method that validates login names and
59 method _checkUserOnSecondaryAuthPlugin() (see below).
61 - trustExternal(): this is the method DokuWiki calls if the PRIMARY auth
66 the semantics of external authentication, however, the method ends by doing an
70 - _checkUserOnSecondaryAuthPlugin(): This is an internal helper method that
86 - logOff(): DokuWiki documentation says this method is run "in addition to the
91 method.
93 - getUserData(): this is the method DokuWik
[all...]
/plugin/authucenter/lib/uc_client/model/
H A Dcache.php45 $method = "_get_$m";
46 $s .= '$_CACHE[\''.$m.'\'] = '.var_export($this->$method(), TRUE).";\r\n";
55 $method = "_get_$m";
56 $s .= '$_CACHE[\''.$m.'\'] = '.var_export($this->$method(), TRUE).";\r\n";
H A Dnote.php120 $method = $note['operation'];
121 if(is_string($method) && !empty($method)) {
127 $response = $uc_note->$method($note['getdata'], $note['postdata']);
/plugin/authyubikey/
H A DREADME.md17 you have to configure the new authentification method in the configuration form
/plugin/autlogin/
H A Daction.php47 echo '<form action="'.wl().'" method="post" accept-charset="utf-8"><div class="no">'.NL;
/plugin/autotweet/
H A Dtwitteroauth.php178 function oAuthRequest($url, $method, $parameters) { argument
182 …$request = OAuthRequest::from_consumer_and_token($this->consumer, $this->token, $method, $url, $pa…
184 switch ($method) {
188 return $this->http($request->get_normalized_http_url(), $method, $request->to_postdata());
197 function http($url, $method, $postfields = NULL) { argument
210 switch ($method) {
/plugin/badbehaviour/
H A Dbadbehavior.readme30 potential spam, Bad Behavior analyzes the delivery method as well as the
/plugin/barcodes/
H A Dcomposer.lock932 "description": "Looks up which function or method a line of code belongs to",

12345678910>>...39