Home
last modified time | relevance | path

Searched refs:strtoupper (Results 76 – 100 of 342) sorted by relevance

12345678910>>...14

/plugin/webdavclient/vendor/sabre/vobject/lib/Parser/
H A DJson.php137 $propertyName = strtoupper($propertyName);
147 $valueType = strtoupper($valueType);
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DRequest.php45 $this->method = strtoupper($method);
98 $new->method = strtoupper($method);
/plugin/davcal/vendor/sabre/vobject/lib/Parser/
H A DJson.php137 $propertyName = strtoupper($propertyName);
147 $valueType = strtoupper($valueType);
/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DUtil.php31 return false !== \strpos(\strtoupper($requestUri), '%2F');
235 $message = 'curl -X'.\strtoupper($request->getMethod()).' ';
/plugin/barcodes/vendor/jucksearm/php-barcode/lib/
H A DBarcode2D.php96 $qrtype = strtoupper($mode[0]);
141 $qrcode = new QRcode($code, strtoupper($mode[1]));
/plugin/ckgdoku/fckeditor/editor/filemanager/connectors/php/
H A Dphpcompat.php5 strtoupper(substr(PHP_OS, 0, 3) == 'WIN') ? '\\' : '/'
/plugin/ckgedit/fckeditor/editor/filemanager/connectors/php/
H A Dphpcompat.php5 strtoupper(substr(PHP_OS, 0, 3) == 'WIN') ? '\\' : '/'
/plugin/davcard/vendor/sabre/vobject/lib/
H A DFreeBusyGenerator.php192 … if (isset($component->TRANSP) && (strtoupper($component->TRANSP) === 'TRANSPARENT')) {
196 $status = strtoupper($component->STATUS);
280 … $fbType = isset($freebusy['FBTYPE'])?strtoupper($freebusy['FBTYPE']):'BUSY';
/plugin/webdavclient/vendor/sabre/vobject/lib/
H A DFreeBusyGenerator.php192 … if (isset($component->TRANSP) && (strtoupper($component->TRANSP) === 'TRANSPARENT')) {
196 $status = strtoupper($component->STATUS);
280 … $fbType = isset($freebusy['FBTYPE'])?strtoupper($freebusy['FBTYPE']):'BUSY';
/plugin/davcal/vendor/sabre/vobject/lib/
H A DFreeBusyGenerator.php192 … if (isset($component->TRANSP) && (strtoupper($component->TRANSP) === 'TRANSPARENT')) {
196 $status = strtoupper($component->STATUS);
280 … $fbType = isset($freebusy['FBTYPE'])?strtoupper($freebusy['FBTYPE']):'BUSY';
/plugin/davcal/vendor/sabre/vobject/lib/ITip/
H A DBroker.php851 strtoupper($vevent->ORGANIZER['SCHEDULE-FORCE-SEND']) :
855 strtoupper((string)$vevent->ORGANIZER['SCHEDULE-AGENT']) :
868 $status = strtoupper($vevent->STATUS->getValue());
880 strtoupper($attendee['SCHEDULE-AGENT']->getValue()) === 'CLIENT'
886 strtoupper($attendee['PARTSTAT']) :
891 strtoupper($attendee['SCHEDULE-FORCE-SEND']) :
/plugin/fckg/fckeditor/editor/filemanager/connectors/php/
H A Dphpcompat.php15 strtoupper(substr(PHP_OS, 0, 3) == 'WIN') ? '\\' : '/'
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/php/
H A Dphpcompat.php15 strtoupper(substr(PHP_OS, 0, 3) == 'WIN') ? '\\' : '/'
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DPageFormat.php18 $format = strtoupper($name);
/plugin/davcard/vendor/sabre/vobject/lib/ITip/
H A DBroker.php868 strtoupper($vevent->ORGANIZER['SCHEDULE-FORCE-SEND']) :
872 strtoupper((string)$vevent->ORGANIZER['SCHEDULE-AGENT']) :
885 $status = strtoupper($vevent->STATUS->getValue());
901 strtoupper($attendee['SCHEDULE-AGENT']->getValue()) === 'CLIENT'
907 strtoupper($attendee['PARTSTAT']) :
912 strtoupper($attendee['SCHEDULE-FORCE-SEND']) :
/plugin/icalevents/vendor/sabre/vobject/lib/ITip/
H A DBroker.php876 strtoupper($vevent->ORGANIZER['SCHEDULE-FORCE-SEND']) :
880 strtoupper((string)$vevent->ORGANIZER['SCHEDULE-AGENT']) :
893 $status = strtoupper($vevent->STATUS->getValue());
909 strtoupper($attendee['SCHEDULE-AGENT']->getValue()) === 'CLIENT'
915 strtoupper($attendee['PARTSTAT']) :
920 strtoupper($attendee['SCHEDULE-FORCE-SEND']) :
/plugin/webdavclient/vendor/sabre/vobject/lib/ITip/
H A DBroker.php868 strtoupper($vevent->ORGANIZER['SCHEDULE-FORCE-SEND']) :
872 strtoupper((string)$vevent->ORGANIZER['SCHEDULE-AGENT']) :
885 $status = strtoupper($vevent->STATUS->getValue());
901 strtoupper($attendee['SCHEDULE-AGENT']->getValue()) === 'CLIENT'
907 strtoupper($attendee['PARTSTAT']) :
912 strtoupper($attendee['SCHEDULE-FORCE-SEND']) :
/plugin/jplayer/vendor/james-heinrich/getid3/demos/
H A Ddemo.audioinfo.class.php149 $this->result['format_name'] = strtoupper($this->info['audio']['dataformat']);
287 $this->result['format_name'] = strtoupper($this->info['audio']['dataformat']);
/plugin/webdav/vendor/sabre/dav/lib/DAV/Exception/
H A DMethodNotAllowed.php42 'Allow' => strtoupper(implode(', ', $methods)),
/plugin/davcal/vendor/sabre/dav/lib/DAV/Exception/
H A DMethodNotAllowed.php42 'Allow' => strtoupper(implode(', ', $methods)),
/plugin/davcard/vendor/sabre/vobject/lib/Property/
H A DBoolean.php33 $val = strtoupper($val)==='TRUE'?true:false;
/plugin/webdavclient/vendor/sabre/vobject/lib/Property/
H A DBoolean.php33 $val = strtoupper($val)==='TRUE'?true:false;
/plugin/davcal/vendor/sabre/vobject/lib/Property/
H A DBoolean.php33 $val = strtoupper($val)==='TRUE'?true:false;
/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/dokumicrobugtracker/
H A Dsyntax.php59 {$data['status'] = strtoupper($splitparam[1]);
63 {$data['display'] = strtoupper($splitparam[1]);
317 if (($data['status']=='ALL') || (strtoupper($bug['status'])==$data['status'])) {

12345678910>>...14