Home
last modified time | relevance | path

Searched refs:strtoupper (Results 276 – 300 of 342) sorted by relevance

1...<<11121314

/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/PSR2/Sniffs/Classes/
H A DClassDeclarationSniff.php173 …$keyword = $phpcsFile->findNext(constant('T_'.strtoupper($keywordType)), ($stackPtr + 1), $opening…
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.audio.aac.php345 …ot found at offset '.($this->ftell() - $substringlength).' (found 0x0'.strtoupper(dechex($info['aa…
/plugin/findologicxmlexport/vendor/jms/serializer/src/Metadata/Driver/
H A DXmlDriver.php67 $exclusionPolicy = strtoupper((string) $elem->attributes()->{'exclusion-policy'}) ?: 'NONE';
/plugin/facebookalbum/
H A Dfacebook.php765 if (strtoupper($data['algorithm']) !== 'HMAC-SHA256') {
/plugin/translate/
H A Dhelper.php97 if ($subkey) $name .= '-'.strtoupper($subkey);
/plugin/combo/vendor/salesforce/handlebars-php/src/Handlebars/
H A DHelpers.php461 return strtoupper($context->get($args));
/plugin/photogallery/phpThumb/
H A Dphpthumb.functions.php15 return (strtoupper(substr(PHP_OS, 0, 3)) == 'WIN');
263 return strtoupper(str_pad(dechex(~hexdec($hexcolor) & 0xFFFFFF), 6, '0', STR_PAD_LEFT));
H A Dphpthumb.class.php283 …if (strtoupper($php_config_memory_limit[ strlen($php_config_memory_limit) - 1 ]) == 'G') { // PHP …
285 …} elseif (strtoupper($php_config_memory_limit[ strlen($php_config_memory_limit) - 1 ]) == 'M') { /…
295 $this->iswindows = (bool) (strtoupper(substr(PHP_OS, 0, 3)) == 'WIN');
1880 switch (strtoupper($this->zc)) {
2191 $band = ($band ? preg_replace('#[^RGBA\\*]#', '', strtoupper($band)) : '*');
2195 $band = preg_replace('#[^RGBA\\*]#', '', strtoupper($band));
2218 … $commandline .= ' -channel '.phpthumb_functions::escapeshellarg_replacement(strtoupper($band));
2232 … $commandline .= ' -channel '.phpthumb_functions::escapeshellarg_replacement(strtoupper($band));
2896 $band = ($band ? preg_replace('#[^RGBA\\*]#', '', strtoupper($band)) : '*');
/plugin/odp/
H A DZipLib.class.php33 $info['crc'] = strtoupper(dechex( $header['crc'] ));
/plugin/findologicxmlexport/vendor/twig/twig/src/
H A DEnvironment.php143 $this->charset = strtoupper($options['charset']);
841 $this->charset = strtoupper($charset);
/plugin/fckg/syntax/
H A Ddwplugin.php496 $key = strtoupper($key);
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Handler/
H A DCurlFactory.php422 if ($timeoutRequiresNoSignal && strtoupper(substr(PHP_OS, 0, 3)) !== 'WIN') {
/plugin/ckgedit/fckeditor/editor/filemanager/connectors/php/
H A Dutf8.php385 * @see strtoupper()
/plugin/combo/ComboStrap/
H A DPluginUtility.php411 $elements[] = strtoupper($elementName);
H A DSite.php425 $locale = strtolower($lang) . $sep . strtoupper($country);
/plugin/issuetracker/
H A Dedit.php145 $usenames = (strtoupper(substr(PHP_OS, 0, 3)) === 'WIN') ? false : true;
/plugin/autotweet/
H A DOAuth.php373 return strtoupper($this->http_method);
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Commenting/
H A DFunctionCommentSniff.php232 if (strtoupper($firstChar) !== $firstChar) {
/plugin/epub/scripts/
H A Depub_utils.php672 return (strtoupper(substr(PHP_OS, 0, 3)) === 'WIN');
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/
H A DConfiguration.php512 $target = &$GLOBALS['_' . strtoupper($array)];
/plugin/html2pdf/html2pdf/html2ps/
H A Dbox.text.php129 $subword = strtoupper($raw_subword);
/plugin/dir/
H A Dsyntax.php661 return strtoupper($matches[0]);
/plugin/fblogin/lib/
H A Dbase_facebook.php999 if (strtoupper($data['algorithm']) !== self::SIGNED_REQUEST_ALGORITHM) {
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Schedule/
H A DPlugin.php623 $method = strtoupper((string)$vObject->METHOD);
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Connections/
H A DConnection.php656 $curlCommand = 'curl -X' . strtoupper($method);

1...<<11121314