Home
last modified time | relevance | path

Searched refs:info (Results 101 – 125 of 1857) sorted by path

12345678910>>...75

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Spanner/
H A DKeyRangeInfo.php83 public function setInfo(LocalizedString $info) argument
85 $this->info = $info;
92 return $this->info;
H A DMetric.php170 public function setInfo(LocalizedString $info) argument
172 $this->info = $info;
179 return $this->info;
/plugin/authgooglesheets/vendor/google/apiclient/src/
H A DClient.php339 $this->getLogger()->info('OAuth2 access token refresh');
/plugin/authgooglesheets/vendor/google/apiclient/src/Service/
H A DResource.php184 $this->client->getLogger()->info(
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/
H A DUtils.php34 $asciiHost = self::idnToAsci($uri->getHost(), $options, $info);
36 $errorBitSet = isset($info['errors']) ? $info['errors'] : 0;
69 * @param array $info
73 private static function idnToAsci($domain, $options, &$info = []) argument
80 return \idn_to_ascii($domain, $options, INTL_IDNA_VARIANT_UTS46, $info);
87 return Idn::idn_to_ascii($domain, $options, Idn::INTL_IDNA_VARIANT_UTS46, $info);
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/
H A DCHANGELOG.md209 e.g. as a user info password.
273 - user-info is no longer dropped when resolving URIs.
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DUri.php490 $info = $this->filterUserInfoComponent($user);
492 $info .= ':' . $this->filterUserInfoComponent($password);
495 if ($this->userInfo === $info) {
500 $new->userInfo = $info;
/plugin/authgooglesheets/vendor/monolog/monolog/
H A DCHANGELOG.md16 …* Added record message/context/extra info to exceptions thrown when a StreamHandler cannot open it…
109 …* BC Break: Logger methods log/debug/info/notice/warning/error/critical/alert/emergency now have e…
218 * Added forwarding of context info to FluentdFormatter
572 * Added IntrospectionProcessor to get info from where the logger was called
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/
H A DLogger.php525 public function info($message, array $context = []): void function in Monolog\\Logger
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/
H A DREADME.md94 …psalm --config=build/psalm.xml --no-cache --long-progress --report-show-info=false --output-format…
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSFTP.php2176 $info = stream_get_meta_data($data);
2177 if ($info['wrapper_type'] == 'PHP' && $info['stream_type'] == 'Input') {
/plugin/authgooglesheets/vendor/psr/log/Psr/Log/
H A DAbstractLogger.php111 public function info($message, array $context = array()) function in Psr\\Log\\AbstractLogger
H A DLoggerInterface.php101 public function info($message, array $context = array()); function
H A DLoggerTrait.php112 public function info($message, array $context = array()) function
/plugin/authgooglesheets/vendor/psr/log/Psr/Log/Test/
H A DLoggerInterfaceTest.php80 …$logger->info('{Message {nothing} {user} {foo.bar} a}', array('user' => 'Bob', 'foo.bar' => 'Bar')…
/plugin/authgooglesheets/vendor/psr/log/
H A DREADME.md39 $this->logger->info('Doing work');
/plugin/authgooglesheets/vendor/symfony/polyfill-intl-idn/
H A DIdn.php162 $info = new Info();
185 'errors' => $info->errors,
207 $info = new Info();
214 ], $info);
218 'errors' => $info->errors,
366 if ($info->bidiDomain && !$info->validBidiDomain) {
385 $info->bidiDomain = true;
425 $info->validBidiDomain = false;
433 $info->validBidiDomain = false;
441 $info->validBidiDomain = false;
[all …]
/plugin/authhiorgserver/
H A DREADME.md41 Please refer to http://www.dokuwiki.org/plugins for additional info
/plugin/authhttp/
H A DREADME94 Please refer to http://www.dokuwiki.org/plugins for additional info
H A Dauth.php103 * Return user info
105 * Returned info about the given user needs to contain
119 $info['name'] = $user;
120 $info['mail'] = $user."@".$this->emaildomain;
121 $info['grps'] = array($conf['defaultgroup']);
123 $info['grps'][] = $this->specialgroup;
126 return $info;
/plugin/authimap/
H A DREADME12 Please refer to http://www.dokuwiki.org/plugins for additional info
/plugin/authimap2/
H A DREADME12 Please refer to http://www.dokuwiki.org/plugins for additional info
H A Dauth.php298 foreach($this->users as $user => $info) {
299 if($this->_filter($user, $info)) {
301 $out[$user] = $info;
330 foreach($this->users as $user => $info) {
331 $count += $this->_filter($user, $info);
472 * @param array $info User's userinfo array
475 protected function _filter($user, $info) { argument
480 if(!count(preg_grep($pattern, $info['grps']))) return false;
482 if(!preg_match($pattern, $info[$item])) return false;
/plugin/authjoomla/
H A DREADME12 Please refer to http://www.dokuwiki.org/plugins for additional info
/plugin/authldaplocal/
H A Dauth.php137 if(empty($info['dn'])) {
140 $dn = $info['dn'];
201 $info = array();
202 $info['user'] = $user;
235 $info['grps'] = array();
298 return $info;
359 if(empty($info['dn'])) {
364 $name = $info['name'];
365 $mail = $info['mail'];
370 $grps = $info['grps'];
[all …]

12345678910>>...75