Home
last modified time | relevance | path

Searched refs:strtoupper (Results 126 – 150 of 342) sorted by path

12345678910>>...14

/plugin/dw2pdf/vendor/mpdf/mpdf/src/Writer/
H A DMetadataWriter.php129 list($part, $conformance) = explode('-', strtoupper($this->mpdf->PDFAversion));
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Connections/
H A DConnection.php656 $curlCommand = 'curl -X' . strtoupper($method);
/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DUtil.php31 return false !== \strpos(\strtoupper($requestUri), '%2F');
235 $message = 'curl -X'.\strtoupper($request->getMethod()).' ';
/plugin/epub/scripts/
H A Depub_utils.php672 return (strtoupper(substr(PHP_OS, 0, 3)) === 'WIN');
/plugin/eventum/XML/
H A DRPC.php1399 $match[1] = trim(strtoupper($match[1]));
/plugin/evesso/phpoauthlib/src/OAuth/Common/Http/Client/
H A DCurlClient.php71 $method = strtoupper($method);
H A DStreamClient.php34 $method = strtoupper($method);
/plugin/evesso/phpoauthlib/src/OAuth/
H A DServiceFactory.php189 $key = strtoupper('SCOPE_' . $scope);
/plugin/facebookalbum/
H A Dfacebook.php765 if (strtoupper($data['algorithm']) !== 'HMAC-SHA256') {
/plugin/farm/
H A Daction.php169 if(!isset($lang[$code])) return '{'.strtoupper($code).'}';
/plugin/farm/install/
H A Dfarmstructurecreator.php57 if(!isset($lang[$code])) return '{'.strtoupper($code).'}';
/plugin/fblogin/lib/
H A Dbase_facebook.php999 if (strtoupper($data['algorithm']) !== self::SIGNED_REQUEST_ALGORITHM) {
/plugin/fckg/fckeditor/editor/filemanager/connectors/php/
H A Dphpcompat.php15 strtoupper(substr(PHP_OS, 0, 3) == 'WIN') ? '\\' : '/'
H A Dutil.php73 if ( strtoupper( substr( $os, 0, 3 ) ) === 'WIN' || FindBadUtf8( $value ) )
/plugin/fckg/syntax/
H A Ddwplugin.php496 $key = strtoupper($key);
/plugin/fedauth/Auth/OpenID/
H A DURINorm.php88 return strtoupper($mo[0]);
/plugin/fetchmedia/
H A Dadmin.php42 if (strtoupper(substr(PHP_OS, 0, 3)) !== 'WIN') {
/plugin/filelist/
H A Dsyntax.php
/plugin/findologicxmlexport/vendor/hoa/consistency/
H A DREADME.md177 $xcallable = new Hoa\Consistency\Xcallable('strtoupper');
200 * string(19) "function#strtoupper"
217 * string(10) "strtoupper"
/plugin/findologicxmlexport/vendor/hoa/consistency/Test/Unit/
H A DXcallable.php155 return strtoupper($string);
322 public static function strtoupper($string) function in Hoa\\Consistency\\Test\\Unit\\Xcallable
324 return strtoupper($string);
334 return strtoupper($string);
/plugin/findologicxmlexport/vendor/hoa/stream/
H A DREADME.md455 $iBucket->setData(strtoupper($iBucket->getData()));
/plugin/findologicxmlexport/vendor/hoa/stream/Test/Integration/Filter/
H A DFilter.php68 ->isEqualTo(strtoupper($content));
87 ->isEqualTo(strtoupper($content));
129 ->isEqualTo(strtoupper($content));
150 ->isEqualTo(strtoupper($content));
171 ->isEqualTo(strtoupper($content));
/plugin/findologicxmlexport/vendor/hoa/zformat/
H A DParameter.php614 $out = strtoupper($out);
/plugin/findologicxmlexport/vendor/jms/serializer/src/Annotation/
H A DExclusionPolicy.php29 $this->policy = strtoupper($values['value']);
/plugin/findologicxmlexport/vendor/jms/serializer/src/Metadata/Driver/
H A DXmlDriver.php67 $exclusionPolicy = strtoupper((string) $elem->attributes()->{'exclusion-policy'}) ?: 'NONE';

12345678910>>...14