Home
last modified time | relevance | path

Searched refs:strtoupper (Results 101 – 125 of 342) sorted by last modified time

12345678910>>...14

/plugin/davcal/vendor/sabre/vobject/lib/
H A DVCardConverter.php184 if (strtoupper($property->getValue()) === 'COMPANY') {
189 if (strtoupper($property->getValue()) === 'GROUP') {
289 strtoupper($typePart),
391 if (strtoupper($paramPart)==='PREF') {
434 if (strtoupper($param->getValue())!=='QUOTED-PRINTABLE') {
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Schedule/
H A DIMipPlugin.php119 switch (strtoupper($iTipMessage->method)) {
/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DCorePlugin.php214 $response->setHeader('Allow', strtoupper(implode(', ', $methods)));
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Keys/
H A DPKCS1.php200 $iv = strtoupper(Hex::encode($iv));
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DRequest.php45 $this->method = strtoupper($method);
98 $new->method = strtoupper($method);
H A DUriNormalizer.php188 return strtoupper($match[0]);
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/BaseCurves/
H A DKoblitzPrime.php99 echo strtoupper($basis['a']->toHex(true)) . "\n";
100 echo strtoupper($basis['b']->toHex(true)) . "\n\n";
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Handler/
H A DCurlFactory.php422 if ($timeoutRequiresNoSignal && strtoupper(substr(PHP_OS, 0, 3)) !== 'WIN') {
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DTestHandler.php220 $level = constant('Monolog\Logger::' . strtoupper($matches[2]));
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/File/
H A DX509.php1972 … $value = strtoupper(preg_replace_callback('#[^\x20-\x7E]#', $callback, $value->element));
3089 return 'ecdsa-with-' . strtoupper($key->getHash());
/plugin/translate/
H A Dhelper.php97 if ($subkey) $name .= '-'.strtoupper($subkey);
/plugin/structtemplate/syntax/
H A Dblock.php60 $re = '<' . strtoupper(self::TAG) . '\b.*?>\n'
65 . '<\/' . strtoupper(self::TAG) . '>'
/plugin/xcom/
H A Dremote.php57 $iswin = strtoupper(substr(PHP_OS, 0, 3)) === 'WIN';
/plugin/pureldap/vendor/freedsx/socket/src/FreeDSx/Socket/
H A DSocketServer.php110 \strtoupper($this->options['transport']),
/plugin/commonmark/vendor/league/commonmark/bin/
H A Dcommonmark
/plugin/multiorphan/action/
H A Dmultiorphan.php372 if (strtoupper(substr(PHP_OS, 0, 3)) !== 'WIN') {
/plugin/userpagecreate/
H A Daction.php136 $content = str_replace('@' . strtoupper($k) . '@', $v, $content);
/plugin/mediathumbnails/
H A Dthumbnail.php117 } else if (self::supportsImages() && in_array(strtoupper($sourceFileSuffix), self::$formats)) {
/plugin/inseecity/
H A Daction.php53 $dep = strtoupper (trim ($dep));
/plugin/webdav/vendor/sabre/vobject/lib/
H A DDocument.php133 if (isset(static::$componentMap[strtoupper($name)])) {
162 $name = strtoupper($name);
197 $name = strtoupper(substr($name, $i + 1));
199 $name = strtoupper($name);
243 $valueParam = strtoupper($valueParam);
H A DVCardConverter.php171 if ('COMPANY' === strtoupper($property->getValue())) {
176 if ('GROUP' === strtoupper($property->getValue())) {
272 strtoupper($typePart),
368 if ('PREF' === strtoupper($paramPart)) {
406 if ('QUOTED-PRINTABLE' !== strtoupper($param->getValue())) {
/plugin/webdav/vendor/sabre/vobject/lib/Parser/
H A DJson.php139 $propertyName = strtoupper($propertyName);
149 $valueType = strtoupper($valueType);
H A DMimeDir.php155 switch (strtoupper($line)) {
171 if ('END:' === strtoupper(substr($line, 0, 4))) {
180 $name = strtoupper(substr($line, 4));
197 if ('BEGIN:' === strtoupper(substr($line, 0, 6))) {
206 if ('END:' === strtoupper(substr($line, 0, 4))) {
215 $name = strtoupper(substr($line, 4));
390 $lastParam = strtoupper($match['paramName']);
401 $property['name'] = strtoupper($match['name']);
442 if ('QUOTED-PRINTABLE' === strtoupper($propObj['ENCODING'])) {
/plugin/webdav/vendor/sabre/vobject/lib/Property/
H A DBoolean.php32 $val = 'TRUE' === strtoupper($val) ? true : false;
/plugin/webdav/vendor/sabre/dav/lib/DAV/
H A DServer.php736 if (strtoupper($overwrite) == 'T') $overwrite = true;
737 elseif (strtoupper($overwrite) == 'F') $overwrite = false;

12345678910>>...14