Home
last modified time | relevance | path

Searched refs:strtolower (Results 251 – 275 of 846) sorted by last modified time

1...<<11121314151617181920>>...34

/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DMessage.php36 if (strtolower($name) === 'set-cookie') {
184 return strtolower($k) === 'host';
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 DFluentdFormatter.php62 $tag .= '.' . strtolower($record['level_name']);
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
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/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/a2s/
H A DASCIIToSVG.php3418 if (!isset($GLOBALS['A2S_colors'][strtolower($fill)])) {
3421 $fill = $GLOBALS['A2S_colors'][strtolower($fill)];
/plugin/foldablelist/
H A Dsyntax.php93 …$key = 'data-'.strtolower(trim(htmlspecialchars($key))); // http://html5doctor.com/html5-custom-da…
94 $val = strtolower(trim(htmlspecialchars($val)));
/plugin/c3chart/
H A Dsyntax.php60 $opts[strtolower($m[1])] = $m[2];
/plugin/vshare/syntax/
H A Dvideo.php238 return $this->sizes[strtolower($m[4])];
/plugin/instructions/
H A Dsyntax.php73 $typ = strtolower($typ);
/plugin/translate/
H A Dhelper.php367 $langs = array_map('trim', explode(',', strtolower($langs)));
/plugin/twofactorgoogleauth/
H A DQRCode.php91 switch (strtolower(preg_replace('/[^A-Za-z0-9]/', '', $options['s']))) {
/plugin/structtemplate/meta/
H A DStructTemplateSyntax.php98 …$options['html'] = (preg_match('/\bhtml\b/', strtolower($lines[0])) === 1); //FIXME: check if HTML…
/plugin/popupviewer/syntax/
H A Dviewer.php48 $params = explode('&', strtolower($param));
51 if ( strtolower( $p ) === 'keepopen' ) {
/plugin/popupviewer/
H A Daction.php43 $ACT = trim(strtolower($_SERVER['HTTP_X_DOKUWIKI_DO']));
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Entry/
H A DOption.php16 use function strtolower;
102 $this->lcOption = strtolower($this->option);
104 $option = strtolower($option);
118 $this->lcOption = strtolower($this->option);
121 $option->lcOption = strtolower($option->option);
135 $this->lcOption = strtolower($this->option);
H A DAttribute.php27 use function strtolower;
243 $this->lcAttribute = strtolower($this->attribute);
246 $attribute->lcAttribute = strtolower($attribute->attribute);
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/
H A DLdapUrl.php30 use function strtolower;
158 $scope = $scope === null ? $scope : strtolower($scope);
350 $pieces['scheme'] = strtolower($pieces['scheme']);
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/
H A DReferralContext.php17 use function strtolower;
65 if (strtolower($referral->toString()) === strtolower($url->toString())) {
/plugin/pureldap/classes/
H A DADClient.php225 return PhpString::strtolower($group);
273 $user = PhpString::strtolower($user);
H A DClient.php79 $config['suffix'] = ltrim(PhpString::strtolower($config['suffix']), '@');
/plugin/commonmark/vendor/league/commonmark/src/Util/
H A DHtml5EntityDecoder.php34 if (\strtolower(\substr($entity, 2, 1)) === 'x') {

1...<<11121314151617181920>>...34