Home
last modified time | relevance | path

Searched refs:strtolower (Results 26 – 50 of 846) sorted by path

12345678910>>...34

/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/
H A DClient.php272 if (strtolower($name) === 'user-agent') {
422 $type = isset($value[2]) ? strtolower($value[2]) : 'basic';
H A Dfunctions.php229 $result[strtolower($key)] = $key;
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DMessage.php36 if (strtolower($name) === 'set-cookie') {
184 return strtolower($k) === 'host';
H A DMessageTrait.php47 return isset($this->headerNames[strtolower($header)]);
52 $header = strtolower($header);
72 $normalized = strtolower($header);
88 $normalized = strtolower($header);
104 $normalized = strtolower($header);
149 $normalized = strtolower($header);
H A DMimeType.php134 $extension = strtolower($extension);
H A DMultipartStream.php149 $lowercaseHeader = strtolower($key);
151 if (strtolower($k) === $lowercaseHeader) {
H A DUtils.php24 $key = strtolower($key);
28 if (!in_array(strtolower($k), $keys)) {
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Formatter/
H A DFlowdockFormatter.php46 '#' . strtolower($record['level_name']),
H A DFluentdFormatter.php62 $tag .= '.' . strtolower($record['level_name']);
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DAbstractSyslogHandler.php90 if (is_string($facility) && array_key_exists(strtolower($facility), $this->facilities)) {
91 $facility = $this->facilities[strtolower($facility)];
H A DAmqpHandler.php120 return strtolower($routingKey);
H A DPsrHandler.php62 … $this->logger->log(strtolower($record['level_name']), (string) $formatted, $record['context']);
64 … $this->logger->log(strtolower($record['level_name']), $record['message'], $record['context']);
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/
H A DUtils.php252 switch (strtolower($match['unit'] ?? '')) {
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/
H A DAsymmetricKey.php260 $format = strtolower($type);
342 $type = strtolower($type);
377 self::$plugins[static::ALGORITHM][$format][strtolower($name)] = $type;
416 self::$plugins[static::ALGORITHM]['Keys'][strtolower($shortname)] = $fullname;
418 self::$invisiblePlugins[static::ALGORITHM] = strtolower($name);
H A DSymmetricKey.php664 $mode = strtolower($mode);
943 $method = strtolower($method);
949 $hash = isset($func_args[0]) ? strtolower($func_args[0]) : 'sha1';
2306 $engine = strtolower($engine);
2342 $engine = strtolower($engine);
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Keys/
H A DPuTTY.php168 $current = strtolower($match[1]);
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DEC.php148 $curve = strtolower($curve);
H A DHash.php307 $this->hashParam = $hash = strtolower($hash);
H A DRSA.php731 switch (strtolower($hash)) {
767 switch (strtolower($hash)) {
H A DTripleDES.php146 switch (strtolower($mode)) {
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/
H A DPrivateKey.php110 …return $shortFormat == 'SSH2' ? Strings::packSSH2('ss', 'ssh-' . strtolower($this->getCurve()), $r…
143 …return $shortFormat == 'SSH2' ? Strings::packSSH2('ss', 'ssh-' . strtolower($this->getCurve()), $R…
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/File/
H A DX509.php1471 … ->withHash(preg_replace('#^ecdsa-with-#', '', strtolower($signatureAlgorithm)));
1484 … ->withHash(preg_replace('#^id-dsa-with-#', '', strtolower($signatureAlgorithm)));
1588 switch (strtolower($propName)) {
1883 $attr['value'] = strtolower(trim($v));
1898 return strtolower(Hex::encode(pack('N', $hash)));
3127 if (is_string($date) && strtolower($date) === 'lifetime') {
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/System/SSH/Agent/
H A DIdentity.php173 $hash = strtolower($hash);
/plugin/authgooglesheets/vendor/psr/log/Psr/Log/Test/
H A DTestLogger.php133 $level = strtolower($matches[2]);
/plugin/authgooglesheets/vendor/ralouphie/getallheaders/src/
H A Dgetallheaders.php24 $key = str_replace(' ', '-', ucwords(strtolower(str_replace('_', ' ', $key))));

12345678910>>...34