Home
last modified time | relevance | path

Searched refs:strtoupper (Results 251 – 275 of 342) sorted by path

1...<<11121314

/plugin/mediathumbnails/
H A Dthumbnail.php117 } else if (self::supportsImages() && in_array(strtoupper($sourceFileSuffix), self::$formats)) {
/plugin/multiorphan/action/
H A Dmultiorphan.php372 if (strtoupper(substr(PHP_OS, 0, 3)) !== 'WIN') {
/plugin/nroff/
H A Drenderer.php115 strtoupper($this->toc[0]).' '.
/plugin/nsindex/
H A Dsyntax.php220 $first = strtoupper(substr($data[$i]['sortkey'],0,1));
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/Common/Http/Client/
H A DCurlClient.php71 $method = strtoupper($method);
H A DStreamClient.php34 $method = strtoupper($method);
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/OAuth1/Signature/
H A DSignature.php76 $baseString = strtoupper($method) . '&';
123 switch (strtoupper($this->algorithm)) {
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/
H A DServiceFactory.php200 $key = strtoupper('SCOPE_' . $scope);
/plugin/odp/
H A DZipLib.class.php33 $info['crc'] = strtoupper(dechex( $header['crc'] ));
/plugin/offline/
H A Dcreate.php740 …$indexStr .= '</div><a name="' . strtolower($currentFirstChar) . '"></a><h2>' . strtoupper($curren…
752 … $navigationBarStr .= '<a href="#' . $currentChar . '">' . strtoupper($currentChar) . '</a>&nbsp;';
754 $navigationBarStr .= strtoupper($currentChar) . '&nbsp;';
/plugin/openid/Auth/OpenID/
H A DURINorm.php88 return strtoupper($mo[0]);
/plugin/pagetemplater/
H A Daction.php60 $new = str_replace('@@' . strtoupper(trim($rkey)) . '@@', $replace[$key], $template);
61 …$new = str_replace(urlencode('@@') . strtoupper(trim($rkey)) . urlencode('@@'), $replace[$key], $n…
/plugin/pdb/classes/
H A D_RCSB.php49 return sprintf($this->LinkFormat,$pdbid,$class,strtoupper($pdbid));
/plugin/pgn4web/pgn4web/
H A Dviewer.php308 if (($assumedEncoding != "") && (strtoupper($assumedEncoding) != "NONE")) {
/plugin/photogallery/phpThumb/demo/
H A DphpThumb.demo.check.php500 if (strtoupper(substr($memory_limit, -1, 1)) == 'M') {
502 } elseif (strtoupper(substr($memory_limit, -1, 1)) == 'G') {
H A DphpThumb.demo.random.php57 $_REQUEST['o'] = strtoupper($_REQUEST['o']);
62 if (strtoupper(substr(PHP_OS, 0, 3)) == 'WIN') {
/plugin/photogallery/phpThumb/
H A DphpThumb.config.php.default61 //if (strtoupper(substr(PHP_OS, 0, 3)) == 'WIN') {
119 if (strtoupper(substr(PHP_OS, 0, 3)) == 'WIN') {
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)) : '*');
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.gif.php114 …if ((strtoupper(substr(PHP_OS, 0, 3)) != 'WIN') && (file_exists('/usr/local/bin/cjpeg') || shell_e…
/plugin/phpipam/
H A Dphpipam-api.php514 $this->api_server_method = strtoupper($method);
525 if(!in_array(strtoupper($method), $this->api_server_valid_methods)) {
/plugin/projects/action/
H A Daction.php350 if (substr(strtoupper($slices[1]), 0, strlen($tag)+1)
351 != '<' . strtoupper($tag)) {
375 if (strtoupper($tag) == 'USE')
/plugin/projects/lib/
H A Dtools.php114 $limit = trim(strtoupper($limit));
/plugin/pubchem/classes/
H A D_RCSB.php49 return sprintf($this->LinkFormat,$pdbid,$class,strtoupper($pdbid));
/plugin/pubmed/classes/
H A D_RCSB.php49 return sprintf($this->LinkFormat,$pdbid,$class,strtoupper($pdbid));

1...<<11121314