ChangeLog: * Added feature #7393: ASCII wrapper functions for strtoupper and strtolower (patch by Steffen Kamper) ChangeLog: * Use t3lib_div::strtoupper() for processing indexed search templates t3lib/class.t3lib_parsehtml.php: // use strtr instead of strtoupper to avoid locale problems with Turkish t3lib/class.t3lib_parsehtml.php: return strtoupper($matches[1]); t3lib/class.t3lib_parsehtml.php: if ($params['upper']) {$tagAttrib[0][$attr]=strtoupper($tagAttrib[0][$attr]);} t3lib/class.t3lib_parsehtml.php: $prefix = isset($alternatives[strtoupper($firstTagName)]) ? $alternatives[strtoupper($firstTagName)] : $main_prefix; t3lib/class.t3lib_parsehtml.php: $str[$k] = strtoupper($v); t3lib/class.t3lib_parsehtml.php: } elseif (!$flag) { $str = strtoupper($str); } t3lib/class.t3lib_befunc.php: if ($config) $lines[$fname].=''.strtoupper(htmlspecialchars($config)).'
'; t3lib/class.t3lib_tceforms_inline.php: $type = strtoupper($type); t3lib/class.t3lib_parsehtml_proc.php: $this->preserveTags = strtoupper(implode(',',t3lib_div::trimExplode(',',$this->procOptions['preserveTags']))); t3lib/class.t3lib_parsehtml_proc.php: $this->allowedClasses = t3lib_div::trimExplode(',',strtoupper($this->procOptions['allowedClasses']),1); t3lib/class.t3lib_parsehtml_proc.php: $remapParagraphTag = strtoupper($this->procOptions['remapParagraphTag']); t3lib/class.t3lib_parsehtml_proc.php: if (!count($this->allowedClasses) || in_array(strtoupper($attribs[0]['class']),$this->allowedClasses)) { t3lib/class.t3lib_formmail.php: $Plain_content.= strtoupper($key).': '.$space.$Plain_val."\n".$space; t3lib/class.t3lib_formmail.php: $HTML_content.= ''.strtoupper($key).''.nl2br($HTML_val).' '; t3lib/class.t3lib_tceforms.php: $info.=strtoupper($ext).' '; t3lib/class.t3lib_tceforms.php: $info.='-'.strtoupper($ext).' '; t3lib/class.t3lib_sqlengine.php: if (strtoupper($config['operator'])=='OR') { t3lib/class.t3lib_sqlengine.php: $comp = strtoupper(str_replace(array(' ',"\t","\r","\n"),'',$config['comparator'])); t3lib/class.t3lib_sqlengine.php: $mod = strtoupper($config['modifier']); t3lib/class.t3lib_tsparser.php: if (strtoupper($pre)=='[GLOBAL]' || strtoupper($pre)=='[END]' || (!$this->lastConditionTrue && strtoupper($pre)=='[ELSE]')) { t3lib/class.t3lib_tsparser.php: if (strtoupper($pre)!='[ELSE]') {$this->sections[md5($pre)]=$pre;} // we're in a specific section. Therefore we log this section t3lib/class.t3lib_tsparser.php: if (strtoupper($pre)!='[ELSE]') {$this->sectionsMatch[md5($pre)]=$pre;} t3lib/class.t3lib_tsparser.php: if (substr($line,0,1)=='[' && strtoupper(trim($line))=='[GLOBAL]') { // Return if GLOBAL condition is set - no matter what. t3lib/class.t3lib_sqlparser.php: $keyword = strtoupper(str_replace(array(' ',"\t","\r","\n"),'',$keyword)); t3lib/class.t3lib_sqlparser.php: $key = strtoupper(str_replace(array(' ',"\t","\r","\n"),'',$key)); t3lib/class.t3lib_sqlparser.php: $actionKey = strtoupper(str_replace(array(' ',"\t","\r","\n"),'',$result['action'])); t3lib/class.t3lib_sqlparser.php: $this->lastStopKeyWord = strtoupper(str_replace(array(' ',"\t","\r","\n"),'',$this->lastStopKeyWord)); t3lib/class.t3lib_sqlparser.php: $this->lastStopKeyWord = strtoupper(str_replace(array(' ',"\t","\r","\n"),'',$this->lastStopKeyWord)); t3lib/class.t3lib_sqlparser.php: $this->lastStopKeyWord = strtoupper(str_replace(array(' ',"\t","\r","\n"),'',$this->lastStopKeyWord)); t3lib/class.t3lib_sqlparser.php: $this->lastStopKeyWord = strtoupper(str_replace(array(' ',"\t","\r","\n"),'',$this->lastStopKeyWord)); t3lib/class.t3lib_sqlparser.php: $keywordCmp = strtoupper(str_replace(array(' ',"\t","\r","\n"),'',$keyword)); t3lib/class.t3lib_sqlparser.php: if (t3lib_div::inList('NOTIN,IN,_LIST',strtoupper(str_replace(array(' ',"\n","\r","\t"),'',$comparator)))) { // List of values: t3lib/class.t3lib_sqlparser.php: switch(strtoupper(str_replace(array(' ',"\t","\r","\n"),'',$components['action']))) { t3lib/class.t3lib_sqlparser.php: if (t3lib_div::inList('NOTIN,IN',strtoupper(str_replace(array(' ',"\t","\r","\n"),'',$v['comparator'])))) { t3lib/class.t3lib_sqlparser.php: $str1 = strtoupper($str); t3lib/class.t3lib_sqlparser.php: $str2 = strtoupper($newStr); t3lib/class.t3lib_div.php: * 1090: function danish_strtoupper($string) t3lib/class.t3lib_div.php: $uppercaseIP = strtoupper($ip); t3lib/class.t3lib_div.php: * strtoupper which converts danish (and other characters) characters as well t3lib/class.t3lib_div.php: public static function danish_strtoupper($string) { t3lib/class.t3lib_div.php: $value = strtoupper($string); t3lib/class.t3lib_div.php: * Unlike strtoupper() it does not honour the locale. t3lib/class.t3lib_div.php: public static function strtoupper($str) { t3lib/class.t3lib_div.php: $facility = constant('LOG_'.strtoupper($destination)); t3lib/class.t3lib_userauth.php: if ((strtoupper(substr($loginData['uname'],0,5))=='_CLI_') && (!defined('TYPO3_cliMode') || !TYPO3_cliMode)) { // although TYPO3_cliMode should never be set when using active login... t3lib/class.t3lib_tsparser_ext.php: $retArr[$k]=strtoupper($k).' ('.count($v).')'; t3lib/class.t3lib_tsparser_ext.php: $var = '#'.strtoupper($var); t3lib/class.t3lib_readmail.php: $spaceParts[1]=$this->dateAbbrevs[strtoupper($spaceParts[1])]; t3lib/class.t3lib_readmail.php: $mailParts['_'.strtoupper($headerType)]=$this->extractNameEmail($mailParts[$headerType]); t3lib/class.t3lib_extmgm.php: $os = t3lib_div::trimExplode(',', strtoupper($T3_SERVICES[$serviceType][$serviceKey]['os'])); t3lib/class.t3lib_cli.php: $this->cli_echo(strtoupper($key).":\n"); t3lib/class.t3lib_cs.php: * Unlike strtolower() and strtoupper() this method is locale independent. t3lib/class.t3lib_cs.php: * @see strtolower(), strtoupper() t3lib/class.t3lib_cs.php: $string = mb_strtoupper($string,$charset); typo3/mod/tools/em/class.em_index.php: $this->content.=$this->doc->section('Installing '.$this->extensionTitleIconHeader($extKey,$list[$extKey]).strtoupper(': Database needs to be updated'),$updates,1,1,1,1); typo3/mod/tools/em/class.em_index.php: $this->content.=$this->doc->section('Removing '.$this->extensionTitleIconHeader($extKey,$list[$extKey]).strtoupper(': Database needs to be updated'),$updates,1,1,1,1); typo3/mod/tools/em/class.em_index.php: $this->content.=$this->doc->section('Installing '.$this->extensionTitleIconHeader($extKey,$list[$extKey]).strtoupper(': Write access error'),'typo3conf/localconf.php seems not to be writable, so the extension cannot be installed automatically!',1,1,2,1); typo3/mod/tools/em/class.nusoap.php: if (strtoupper($xml_encoding) != $encoding) { typo3/mod/tools/em/class.nusoap.php: if ($encoding != 'ISO-8859-1' || strtoupper($xml_encoding) != 'UTF-8') { typo3/mod/tools/em/class.nusoap.php: $this->xml_encoding = strtoupper($enc); typo3/wizard_colorpicker.php: $hexvalue[] = strtoupper('0'.$value); typo3/wizard_colorpicker.php: $hexvalue[] = strtoupper($value); typo3/wizard_forms.php: $confData['extra'] = strtoupper($fParts[3])=='OFF' ? 'OFF' : ''; typo3/template.php: * 741: function section($label,$text,$nostrtoupper=FALSE,$sH=FALSE,$type=0,$allowHTMLinHeader=FALSE) typo3/template.php: function section($label,$text,$nostrtoupper=FALSE,$sH=FALSE,$type=0,$allowHTMLinHeader=FALSE) { typo3/template.php: $str.=$this->sectionHeader($this->icons($type).$label, $sH, $nostrtoupper ? '' : ' class="uppercase"'); typo3/template.php: $buttonTemplate = t3lib_parsehtml::getSubpart($this->moduleTemplate, '###BUTTON_GROUPS_' . strtoupper($key) . '###'); typo3/template.php: $markers['BUTTONLIST_' . strtoupper($key)] = str_replace("\n", '', $buttonTemplate); typo3/sysext/indexed_search/pi/class.tx_indexedsearch.php: $markerArray['###FORM_'.t3lib_div::strtoupper($marker).'###'] = $this->pi_getLL('form_'.$marker,'',1); typo3/sysext/indexed_search/pi/class.tx_indexedsearch.php: $markerArray['###'.t3lib_div::strtoupper($k).'###'] = $v; typo3/sysext/indexed_search/class.doublemetaphone.php: $this->original = strtoupper($this->original); typo3/sysext/indexed_search/class.external_parser.php: return strtoupper($extension); typo3/sysext/rtehtmlarea/class.tx_rtehtmlarea_base.php: $whereClause = 'lg_iso_2 = ' . $TYPO3_DB->fullQuoteStr(strtoupper($this->contentISOLanguage), $tableAB); typo3/sysext/rtehtmlarea/pi1/class.tx_rtehtmlarea_pi1.php: $internal_encoding = mb_internal_encoding(strtoupper($this->parserCharset)); typo3/sysext/rtehtmlarea/pi1/class.tx_rtehtmlarea_pi1.php: //$regex_encoding = mb_regex_encoding(strtoupper($this->parserCharset)); typo3/sysext/rtehtmlarea/pi1/class.tx_rtehtmlarea_pi1.php: header('Content-Type: text/plain; charset=' . strtoupper($this->parserCharset)); typo3/sysext/rtehtmlarea/pi1/class.tx_rtehtmlarea_pi1.php: $parser = xml_parser_create(strtoupper($this->parserCharset)); typo3/sysext/rtehtmlarea/pi1/class.tx_rtehtmlarea_pi1.php: header('Content-Type: text/html; charset=' . strtoupper($this->parserCharset)); typo3/sysext/rtehtmlarea/pi2/class.tx_rtehtmlarea_pi2.php: $whereClause = 'lg_iso_2 = ' . $TYPO3_DB->fullQuoteStr(strtoupper($this->contentISOLanguage), $tableAB); typo3/sysext/cms/layout/class.tx_cms_layout.php:
'.htmlspecialchars(strtoupper($colName)).'
typo3/sysext/cms/tslib/class.tslib_content.php: $uTagName = strtoupper($tagName); typo3/sysext/cms/tslib/class.tslib_content.php: $uTagName = strtoupper($conf['remapTag.'][$uTagName]?$conf['remapTag.'][$uTagName]:$uTagName); typo3/sysext/cms/tslib/class.tslib_content.php: $uTagName = strtoupper($nonWrappedTag); typo3/sysext/cms/tslib/class.tslib_content.php: #$theValue = strtoupper($theValue); typo3/sysext/cms/tslib/class.tslib_pibase.php: if (strtoupper($this->internal['pagefloat']) == 'CENTER') { typo3/sysext/cms/tslib/media/scripts/example_callfunction.php: $content=strtoupper($content); typo3/sysext/cms/tslib/media/scripts/wapversionLib.inc: return strtoupper($str); typo3/sysext/cms/tslib/class.tslib_pagegen.php: $mSOa_tList = t3lib_div::trimExplode(',',strtoupper($GLOBALS['TSFE']->pSetup['insertClassesFromRTE.']['add_mainStyleOverrideDefs']),1); typo3/sysext/cms/tslib/class.tslib_menu.php: $key = strtoupper(substr($title,$a,1)); typo3/sysext/adodb/doc/494.DBAL.patch:- $rs = $this->Execute(sprintf($this->metaColumnsSQL,strtoupper($table))); typo3/sysext/adodb/adodb/adodb-xmlschema.inc.php: return strtoupper( preg_replace( '/^`(.+)`$/', '$1', $field ) ); typo3/sysext/adodb/adodb/adodb-xmlschema.inc.php: $this->currentElement = strtoupper( $tag ); typo3/sysext/adodb/adodb/adodb-xmlschema.inc.php: switch( strtoupper( $tag ) ) { typo3/sysext/adodb/adodb/adodb-xmlschema.inc.php: $name = strtoupper( $attributes['NAME'] ); typo3/sysext/adodb/adodb/adodb-xmlschema.inc.php: $this->currentElement = strtoupper( $tag ); typo3/sysext/adodb/adodb/adodb-xmlschema.inc.php: switch( strtoupper( $tag ) ) { typo3/sysext/adodb/adodb/adodb-xmlschema.inc.php: $this->currentElement = strtoupper( $tag ); typo3/sysext/adodb/adodb/adodb-xmlschema.inc.php: switch( strtoupper( $tag ) ) { typo3/sysext/adodb/adodb/adodb-xmlschema.inc.php: $prefixMethod = isset( $attributes['PREFIXMETHOD'] ) ? strtoupper( trim( $attributes['PREFIXMETHOD'] ) ) : ''; typo3/sysext/adodb/adodb/adodb-xmlschema.inc.php: $this->currentElement = strtoupper( $tag ); typo3/sysext/adodb/adodb/adodb-xmlschema.inc.php: switch( strtoupper( $tag ) ) { typo3/sysext/adodb/adodb/adodb-xmlschema.inc.php: $method = strtoupper( $method ); typo3/sysext/adodb/adodb/adodb-xmlschema.inc.php: switch( strtoupper( $tag ) ) { typo3/sysext/adodb/adodb/session/old/adodb-session-clob.php: $rs2 = $ADODB_SESS_CONN->UpdateBlob($ADODB_SESSION_TBL, 'data', $val, "sesskey='$key'", strtoupper($ADODB_SESSION_USE_LOBS)); typo3/sysext/adodb/adodb/session/adodb-session.php: $rs2 =& $conn->UpdateBlob($table, $data, $val, " sesskey=$qkey", strtoupper($clob)); typo3/sysext/adodb/adodb/session/adodb-session2.php: $rs2 =& $conn->UpdateBlob($table, 'sessdata', $val, " sesskey=$qkey", strtoupper($clob)); typo3/sysext/adodb/adodb/datadict/datadict-sybase.inc.php: switch (strtoupper($t)) { typo3/sysext/adodb/adodb/datadict/datadict-sybase.inc.php: switch(strtoupper($meta)) { typo3/sysext/adodb/adodb/datadict/datadict-mssql.inc.php: switch (strtoupper($t)) { typo3/sysext/adodb/adodb/datadict/datadict-mssql.inc.php: switch(strtoupper($meta)) { typo3/sysext/adodb/adodb/datadict/datadict-oci8.inc.php: switch (strtoupper($t)) { typo3/sysext/adodb/adodb/datadict/datadict-postgres.inc.php: switch (strtoupper($t)) { typo3/sysext/adodb/adodb/datadict/datadict-mysql.inc.php: switch (strtoupper($t)) { typo3/sysext/adodb/adodb/datadict/datadict-mysql.inc.php: switch(strtoupper($meta)) { typo3/sysext/adodb/adodb/adodb-lib.inc.php: $new_array[strtoupper($key)] = $value; typo3/sysext/adodb/adodb/adodb-lib.inc.php: $upperfname = strtoupper($field->name); typo3/sysext/adodb/adodb/adodb-lib.inc.php: $upperfname = strtoupper($field->name); typo3/sysext/adodb/adodb/adodb-lib.inc.php: elseif($parentheseCount <= 0 && $inString === false && $char == " " && strtoupper(substr($prevChars,-5,5)) == " FROM") typo3/sysext/adodb/adodb/drivers/adodb-odbc.inc.php: $dsn = strtoupper($this->host); typo3/sysext/adodb/adodb/drivers/adodb-odbc.inc.php: if (strtoupper($rez['server']) == $dsn) { typo3/sysext/adodb/adodb/drivers/adodb-odbc.inc.php: if ($this->uCaseTables) $table = strtoupper($table); typo3/sysext/adodb/adodb/drivers/adodb-odbc.inc.php: if ($this->uCaseTables) $table = strtoupper($table); typo3/sysext/adodb/adodb/drivers/adodb-odbc.inc.php: if ($table == strtoupper($rs->fields[2])) { typo3/sysext/adodb/adodb/drivers/adodb-odbc.inc.php: $qid = odbc_columns($this->_connectionID,$q,$o,strtoupper($table),'%'); typo3/sysext/adodb/adodb/drivers/adodb-odbc.inc.php: $qid = odbc_columns($this->_connectionID);#,'%','',strtoupper($table),'%'); typo3/sysext/adodb/adodb/drivers/adodb-odbc.inc.php: $qid = @odbc_columns($this->_connectionID,'%','%',strtoupper($table),'%'); typo3/sysext/adodb/adodb/drivers/adodb-odbc.inc.php: if (strtoupper(trim($rs->fields[2])) == $table && (!$schema || strtoupper($rs->fields[1]) == $schema)) { typo3/sysext/adodb/adodb/drivers/adodb-odbc.inc.php: $retarr[strtoupper($fld->name)] = $fld; typo3/sysext/adodb/adodb/drivers/adodb-odbc.inc.php: else if (ADODB_ASSOC_CASE == 1) $o->name = strtoupper($o->name); typo3/sysext/adodb/adodb/drivers/adodb-odbc.inc.php: $this->bind[strtoupper($o->name)] = $i; typo3/sysext/adodb/adodb/drivers/adodb-odbc.inc.php: return $this->fields[$this->bind[strtoupper($colname)]]; typo3/sysext/adodb/adodb/drivers/adodb-odbtp.inc.php: if ($upper) $table = strtoupper($table); typo3/sysext/adodb/adodb/drivers/adodb-odbtp.inc.php: if (strtoupper($rs->fields[2]) == $table) { typo3/sysext/adodb/adodb/drivers/adodb-odbtp.inc.php: $retarr[strtoupper($fld->name)] = $fld; typo3/sysext/adodb/adodb/drivers/adodb-odbtp.inc.php: if ($upper) $a = strtoupper($a); typo3/sysext/adodb/adodb/drivers/adodb-odbtp.inc.php: else if (ADODB_ASSOC_CASE == 1) $o->name = strtoupper($o->name); typo3/sysext/adodb/adodb/drivers/adodb-odbtp.inc.php: $this->bind[strtoupper($name)] = $i; typo3/sysext/adodb/adodb/drivers/adodb-odbtp.inc.php: return $this->fields[$this->bind[strtoupper($colname)]]; typo3/sysext/adodb/adodb/drivers/adodb-ado_mssql.inc.php: $table = strtoupper($table); typo3/sysext/adodb/adodb/drivers/adodb-ado_mssql.inc.php: $arr[strtoupper($fld->name)]=$fld; typo3/sysext/adodb/adodb/drivers/adodb-ibase.inc.php: $table = strtoupper($table); typo3/sysext/adodb/adodb/drivers/adodb-ibase.inc.php: $table = strtoupper($table); typo3/sysext/adodb/adodb/drivers/adodb-ibase.inc.php: $seqname = strtoupper($seqname); typo3/sysext/adodb/adodb/drivers/adodb-ibase.inc.php: $rs = $this->Execute(sprintf($this->metaColumnsSQL,strtoupper($table))); typo3/sysext/adodb/adodb/drivers/adodb-ibase.inc.php: else $retarr[strtoupper($fld->name)] = $fld; typo3/sysext/adodb/adodb/drivers/adodb-ibase.inc.php: $fld->name = strtoupper($ibf['alias']); typo3/sysext/adodb/adodb/drivers/adodb-ibase.inc.php: if (empty($fld->name)) $fld->name = strtoupper($ibf['name']); typo3/sysext/adodb/adodb/drivers/adodb-ibase.inc.php: $this->bind[strtoupper($o->name)] = $i; typo3/sysext/adodb/adodb/drivers/adodb-ibase.inc.php: return $this->fields[$this->bind[strtoupper($colname)]]; typo3/sysext/adodb/adodb/drivers/adodb-ibase.inc.php: switch (strtoupper($t)) { typo3/sysext/adodb/adodb/drivers/adodb-pdo_pgsql.inc.php: else $retarr[($normalize) ? strtoupper($fld->name) : $fld->name] = $fld; typo3/sysext/adodb/adodb/drivers/adodb-odbc_db2.inc.php: $table = strtoupper($table); typo3/sysext/adodb/adodb/drivers/adodb-odbc_db2.inc.php: switch (strtoupper($t)) { typo3/sysext/adodb/adodb/drivers/adodb-sqlite.inc.php: $fn = strtoupper($r['name']); typo3/sysext/adodb/adodb/drivers/adodb-sqlite.inc.php: else $arr[strtoupper($fld->name)] = $fld; typo3/sysext/adodb/adodb/drivers/adodb-sqlite.inc.php: $this->bind[strtoupper($o->name)] = $i; typo3/sysext/adodb/adodb/drivers/adodb-sqlite.inc.php: return $this->fields[$this->bind[strtoupper($colname)]]; typo3/sysext/adodb/adodb/drivers/adodb-oci8.inc.php: else $retarr[strtoupper($fld->name)] = $fld; typo3/sysext/adodb/adodb/drivers/adodb-oci8.inc.php: $mask = $this->qstr(strtoupper($mask)); typo3/sysext/adodb/adodb/drivers/adodb-oci8.inc.php: $table = strtoupper($table); typo3/sysext/adodb/adodb/drivers/adodb-oci8.inc.php: switch(strtoupper($blobtype)) { typo3/sysext/adodb/adodb/drivers/adodb-oci8.inc.php: switch(strtoupper($blobtype)) { typo3/sysext/adodb/adodb/drivers/adodb-oci8.inc.php: $table = strtoupper($table); typo3/sysext/adodb/adodb/drivers/adodb-oci8.inc.php: $table = $this->qstr(strtoupper($table)); typo3/sysext/adodb/adodb/drivers/adodb-oci8.inc.php: $owner = ' and owner='.$this->qstr(strtoupper($owner)); typo3/sysext/adodb/adodb/drivers/adodb-oci8.inc.php: $this->bind[strtoupper($o->name)] = $i; typo3/sysext/adodb/adodb/drivers/adodb-oci8.inc.php: return $this->fields[$this->bind[strtoupper($colname)]]; typo3/sysext/adodb/adodb/drivers/adodb-oci8.inc.php: switch (strtoupper($t)) { typo3/sysext/adodb/adodb/drivers/adodb-vfp.inc.php: switch (strtoupper($t)) { typo3/sysext/adodb/adodb/drivers/adodb-db2.inc.php: $dsn = strtoupper($this->host); typo3/sysext/adodb/adodb/drivers/adodb-db2.inc.php: if (strtoupper($rez['server']) == $dsn) { typo3/sysext/adodb/adodb/drivers/adodb-db2.inc.php: if ($this->uCaseTables) $table = strtoupper($table); typo3/sysext/adodb/adodb/drivers/adodb-db2.inc.php: if ($this->uCaseTables) $table = strtoupper($table); typo3/sysext/adodb/adodb/drivers/adodb-db2.inc.php: if (strtoupper(trim($rs->fields[2])) == $table && (!$schema || strtoupper($rs->fields[1]) == $schema)) { typo3/sysext/adodb/adodb/drivers/adodb-db2.inc.php: if ($this->uCaseTables) $table = strtoupper($table); typo3/sysext/adodb/adodb/drivers/adodb-db2.inc.php: if (strtoupper(trim($rs->fields[2])) == $table && (!$schema || strtoupper($rs->fields[1]) == $schema)) { typo3/sysext/adodb/adodb/drivers/adodb-db2.inc.php: $retarr[strtoupper($fld->name)] = $fld; typo3/sysext/adodb/adodb/drivers/adodb-db2.inc.php: if (strtoupper(trim($rs->fields[2])) == $table && (!$schema || strtoupper($rs->fields[1]) == $schema)) { typo3/sysext/adodb/adodb/drivers/adodb-db2.inc.php: $retarr[strtoupper($rs->fields[3])]->primary_key = true; typo3/sysext/adodb/adodb/drivers/adodb-db2.inc.php: else if (ADODB_ASSOC_CASE == 1) $o->name = strtoupper($o->name); typo3/sysext/adodb/adodb/drivers/adodb-db2.inc.php: $this->bind[strtoupper($o->name)] = $i; typo3/sysext/adodb/adodb/drivers/adodb-db2.inc.php: return $this->fields[$this->bind[strtoupper($colname)]]; typo3/sysext/adodb/adodb/drivers/adodb-ado.inc.php: $table = strtoupper($table); typo3/sysext/adodb/adodb/drivers/adodb-ado.inc.php: if (strtoupper($t->Value) == $table) { typo3/sysext/adodb/adodb/drivers/adodb-ado.inc.php: $arr[strtoupper($fld->name)]=$fld; typo3/sysext/adodb/adodb/drivers/adodb-ado.inc.php: $this->bind[strtoupper($o->name)] = $i; typo3/sysext/adodb/adodb/drivers/adodb-ado.inc.php: return $this->fields[$this->bind[strtoupper($colname)]]; typo3/sysext/adodb/adodb/drivers/adodb-odbc_oracle.inc.php: $rs = $this->Execute(sprintf($this->metaColumnsSQL,strtoupper($table))); typo3/sysext/adodb/adodb/drivers/adodb-odbc_oracle.inc.php: else $retarr[strtoupper($fld->name)] = $fld; typo3/sysext/adodb/adodb/drivers/adodb-postgres7.inc.php: $a[strtoupper($data[2])][] = strtoupper($data[$i].'='.$data[++$i]); typo3/sysext/adodb/adodb/drivers/adodb-postgres7.inc.php: $arr[strtoupper($k)] = $v; typo3/sysext/adodb/adodb/drivers/adodb-mysqli.inc.php: $u = strtoupper($seqname); typo3/sysext/adodb/adodb/drivers/adodb-mysqli.inc.php: $u = strtoupper($seqname); typo3/sysext/adodb/adodb/drivers/adodb-mysqli.inc.php: $ref_table = strtoupper($ref_table); typo3/sysext/adodb/adodb/drivers/adodb-mysqli.inc.php: $retarr[strtoupper($fld->name)] = $fld; typo3/sysext/adodb/adodb/drivers/adodb-mysqli.inc.php: $this->bind[strtoupper($o->name)] = $i; typo3/sysext/adodb/adodb/drivers/adodb-mysqli.inc.php: return $this->fields[$this->bind[strtoupper($colname)]]; typo3/sysext/adodb/adodb/drivers/adodb-mysqli.inc.php: switch (strtoupper($t)) { typo3/sysext/adodb/adodb/drivers/adodb-mysql.inc.php: $u = strtoupper($seqname); typo3/sysext/adodb/adodb/drivers/adodb-mysql.inc.php: $u = strtoupper($seqname); typo3/sysext/adodb/adodb/drivers/adodb-mysql.inc.php: $retarr[strtoupper($fld->name)] = $fld; typo3/sysext/adodb/adodb/drivers/adodb-mysql.inc.php: $ref_table = strtoupper($ref_table); typo3/sysext/adodb/adodb/drivers/adodb-mysql.inc.php: $this->bind[strtoupper($o->name)] = $i; typo3/sysext/adodb/adodb/drivers/adodb-mysql.inc.php: return $this->fields[$this->bind[strtoupper($colname)]]; typo3/sysext/adodb/adodb/drivers/adodb-mysql.inc.php: switch (strtoupper($t)) { typo3/sysext/adodb/adodb/drivers/adodb-oci8po.inc.php: $this->bind[strtoupper($o->name)] = $i; typo3/sysext/adodb/adodb/drivers/adodb-oci8po.inc.php: return $this->fields[$this->bind[strtoupper($colname)]]; typo3/sysext/adodb/adodb/drivers/adodb-oci8po.inc.php: $arr[strtoupper($k)] = $v; typo3/sysext/adodb/adodb/drivers/adodb-sybase.inc.php: $themth = substr(strtoupper($rr[1]),0,3); typo3/sysext/adodb/adodb/drivers/adodb-sybase.inc.php: $themth = substr(strtoupper($rr[1]),0,3); typo3/sysext/adodb/adodb/drivers/adodb-sybase.inc.php: switch (strtoupper($rr[6])) { typo3/sysext/adodb/adodb/drivers/adodb-pdo_oci.inc.php: $mask = $this->qstr(strtoupper($mask)); typo3/sysext/adodb/adodb/drivers/adodb-pdo_oci.inc.php: $rs = $this->Execute(sprintf($this->metaColumnsSQL,strtoupper($table))); typo3/sysext/adodb/adodb/drivers/adodb-pdo_oci.inc.php: else $retarr[strtoupper($fld->name)] = $fld; typo3/sysext/adodb/adodb/drivers/adodb-netezza.inc.php: else $retarr[($upper) ? strtoupper($fld->name) : $fld->name] = $fld; typo3/sysext/adodb/adodb/drivers/adodb-pdo.inc.php: else if (ADODB_ASSOC_CASE == 1) $o->name = strtoupper($o->name); typo3/sysext/adodb/adodb/drivers/adodb-pdo.inc.php: $this->bind[strtoupper($o->name)] = $i; typo3/sysext/adodb/adodb/drivers/adodb-pdo.inc.php: return $this->fields[$this->bind[strtoupper($colname)]]; typo3/sysext/adodb/adodb/drivers/adodb-odbc_mssql.inc.php: $table = $this->qstr(strtoupper($table)); typo3/sysext/adodb/adodb/drivers/adodb-odbc_mssql.inc.php: if ($upper) $a = strtoupper($a); typo3/sysext/adodb/adodb/drivers/adodb-ado5.inc.php: $table = strtoupper($table); typo3/sysext/adodb/adodb/drivers/adodb-ado5.inc.php: if (strtoupper($t->Value) == $table) { typo3/sysext/adodb/adodb/drivers/adodb-ado5.inc.php: $arr[strtoupper($fld->name)]=$fld; typo3/sysext/adodb/adodb/drivers/adodb-ado5.inc.php: $this->bind[strtoupper($o->name)] = $i; typo3/sysext/adodb/adodb/drivers/adodb-ado5.inc.php: return $this->fields[$this->bind[strtoupper($colname)]]; typo3/sysext/adodb/adodb/drivers/adodb-sapdb.inc.php: $table = $this->Quote(strtoupper($table)); typo3/sysext/adodb/adodb/drivers/adodb-sapdb.inc.php: $table = $this->Quote(strtoupper($table)); typo3/sysext/adodb/adodb/drivers/adodb-sapdb.inc.php: $table = $this->Quote(strtoupper($table)); typo3/sysext/adodb/adodb/drivers/adodb-sapdb.inc.php: $table = $this->Quote(strtoupper($table)); typo3/sysext/adodb/adodb/drivers/adodb-fbsql.inc.php: $retarr[strtoupper($fld->name)] = $fld; typo3/sysext/adodb/adodb/drivers/adodb-fbsql.inc.php: switch (strtoupper($t)) { typo3/sysext/adodb/adodb/drivers/adodb-postgres64.inc.php: else $retarr[($normalize) ? strtoupper($fld->name) : $fld->name] = $fld; typo3/sysext/adodb/adodb/drivers/adodb-postgres64.inc.php: $this->bind[strtoupper($o->name)] = $i; typo3/sysext/adodb/adodb/drivers/adodb-postgres64.inc.php: return $this->fields[$this->bind[strtoupper($colname)]]; typo3/sysext/adodb/adodb/drivers/adodb-postgres64.inc.php: switch (strtoupper($t)) { typo3/sysext/adodb/adodb/drivers/adodb-informix72.inc.php: $a[strtoupper($v["tabname"])] = $colnames; typo3/sysext/adodb/adodb/drivers/adodb-oracle.inc.php: $this->bind[strtoupper($o->name)] = $i; typo3/sysext/adodb/adodb/drivers/adodb-oracle.inc.php: return $this->fields[$this->bind[strtoupper($colname)]]; typo3/sysext/adodb/adodb/drivers/adodb-oracle.inc.php: switch (strtoupper($t)) { typo3/sysext/adodb/adodb/drivers/adodb-mssql.inc.php: $table = $this->qstr(strtoupper($table)); typo3/sysext/adodb/adodb/drivers/adodb-mssql.inc.php: if ($upper) $a = strtoupper($a); typo3/sysext/adodb/adodb/drivers/adodb-mssql.inc.php: if (strtoupper($blobtype) == 'CLOB') { typo3/sysext/adodb/adodb/drivers/adodb-mssql.inc.php: $this->bind[strtoupper($o->name)] = $i; typo3/sysext/adodb/adodb/drivers/adodb-mssql.inc.php: return $this->fields[$this->bind[strtoupper($colname)]]; typo3/sysext/adodb/adodb/drivers/adodb-mssql.inc.php: $this->fields[strtoupper($k)] = $v; typo3/sysext/adodb/adodb/drivers/adodb-mssql.inc.php: $this->fields[strtoupper($k)] = $v; typo3/sysext/adodb/adodb/drivers/adodb-mssql.inc.php: $themth = substr(strtoupper($rr[2]),0,3); typo3/sysext/adodb/adodb/drivers/adodb-mssql.inc.php: $themth = substr(strtoupper($rr[1]),0,3); typo3/sysext/adodb/adodb/drivers/adodb-mssql.inc.php: $themth = substr(strtoupper($rr[2]),0,3); typo3/sysext/adodb/adodb/drivers/adodb-mssql.inc.php: $themth = substr(strtoupper($rr[1]),0,3); typo3/sysext/adodb/adodb/drivers/adodb-mssql.inc.php: switch (strtoupper($rr[6])) { typo3/sysext/adodb/adodb/drivers/adodb-sybase_ase.inc.php: $retarr[strtoupper($fld->name)] = $fld; typo3/sysext/adodb/adodb/drivers/adodb-pdo_mysql.inc.php: $retarr[strtoupper($fld->name)] = $fld; typo3/sysext/adodb/adodb/adodb-datadict.inc.php: switch (strtoupper($token)) { typo3/sysext/adodb/adodb/adodb-datadict.inc.php: else if (is_numeric($attr) && $attr > 1 && !is_numeric($v)) $attr = strtoupper($v); typo3/sysext/adodb/adodb/adodb-datadict.inc.php: case 'TYPE': $ty = $v; $ftype = $this->ActualType(strtoupper($v)); break; typo3/sysext/adodb/adodb/adodb-datadict.inc.php: $fid = strtoupper(preg_replace('/^`(.+)`$/', '$1', $fname)); typo3/sysext/adodb/adodb/adodb-datadict.inc.php: $ftype = strtoupper($ftype); typo3/sysext/adodb/adodb/adodb-datadict.inc.php: if (is_numeric($k)) $newopts[strtoupper($v)] = $v; typo3/sysext/adodb/adodb/adodb-datadict.inc.php: else $newopts[strtoupper($k)] = $v; typo3/sysext/adodb/adodb/adodb-datadict.inc.php: if ($flds && in_array(strtoupper(substr($flds[0][1],0,4)),$this->invalidResizeTypes4)) { typo3/sysext/adodb/adodb/docs/docs-adodb.htm:

// In this example: dbtype = 'oci8', $db = 'mydb', $view = 'dataView', $owner = false 
function ADODB_View_PrimaryKeys($dbtype,$db,$view,$owner)
{
switch(strtoupper($view)) {
case 'DATAVIEW': return array('DATAID');
default: return false;
}
}

$db = NewADOConnection('oci8');
$db->Connect('localhost','root','','mydb');
$db->MetaPrimaryKeys('dataView');
typo3/sysext/adodb/adodb/docs/tips_portable_sql.htm:$db->upperCaseProperty that holds the name of the SQL strtoupper function. typo3/sysext/adodb/adodb/docs/docs-oracle.htm:$db->upperCaseProperty that holds the name of the SQL strtoupper function. typo3/sysext/adodb/adodb/perf/perf-mysql.inc.php: if (strtoupper(substr(trim($sql),0,6)) !== 'SELECT') return '

Unable to EXPLAIN non-select statement

'; typo3/sysext/adodb/adodb/perf/perf-mysql.inc.php: $type = strtoupper($rs->fields[1]); typo3/sysext/adodb/adodb/tests/test.php: if (strtoupper($sql) != strtoupper("INSERT INTO ADOXYZ ( id, firstname ) VALUES ( 99, 'John' )")) Err("GetInsertSQL does not work on empty table: $sql"); typo3/sysext/adodb/adodb/adodb-time.inc.php: $tstr = strtoupper(gmstrftime('%c',31366800)); // 30 Dec 1970, 1 am typo3/sysext/adodb/adodb/adodb-time.inc.php: $tstr = strtoupper(gmstrftime('%X',31366800)); // 30 Dec 1970, 1 am typo3/sysext/adodb/adodb/adodb-active-record.inc.php: $ut = strtoupper($table); typo3/sysext/adodb/adodb/adodb-active-record.inc.php: $name = strtoupper($name); typo3/sysext/adodb/adodb/adodb-active-record.inc.php: $keys[strtoupper($name)] = strtoupper($name); typo3/sysext/adodb/adodb/adodb-active-record.inc.php: $pkey[$k] = strtoupper($v); typo3/sysext/adodb/adodb/adodb.inc.php: if ($this->_errorMsg) return '!! '.strtoupper($this->dataProvider.' '.$this->databaseType).': '.$this->_errorMsg; typo3/sysext/adodb/adodb/adodb.inc.php: switch (strtoupper($locale)) typo3/sysext/adodb/adodb/adodb.inc.php: $mode = strtoupper($mode); typo3/sysext/adodb/adodb/adodb.inc.php: $rs = $this->Execute(sprintf($this->metaColumnsSQL,($normalize)?strtoupper($table):$table)); typo3/sysext/adodb/adodb/adodb.inc.php: else $retarr[strtoupper($fld->name)] = $fld; typo3/sysext/adodb/adodb/adodb.inc.php: foreach($objarr as $v) $arr[strtoupper($v->name)] = $v->name; typo3/sysext/adodb/adodb/adodb.inc.php: else $this->bind[($upper) ? strtoupper($o->name) : strtolower($o->name)] = $i; typo3/sysext/adodb/adodb/adodb.inc.php: if ($isupper) $n = strtoupper($name); typo3/sysext/adodb/adodb/adodb.inc.php: $t = strtoupper($t); typo3/sysext/adodb/adodb/adodb.inc.php: $this->bind[strtoupper($o->name)] = $i; typo3/sysext/adodb/adodb/adodb.inc.php: return $this->fields[$this->bind[strtoupper($colname)]]; typo3/sysext/adodb/adodb/adodb.inc.php: $dict->upperName = strtoupper($drivername); typo3/sysext/adodb/adodb/adodb-xmlschema03.inc.php: return strtoupper( preg_replace( '/^`(.+)`$/', '$1', $field ) ); typo3/sysext/adodb/adodb/adodb-xmlschema03.inc.php: $this->currentElement = strtoupper( $tag ); typo3/sysext/adodb/adodb/adodb-xmlschema03.inc.php: switch( strtoupper( $tag ) ) { typo3/sysext/adodb/adodb/adodb-xmlschema03.inc.php: $name = strtoupper( $attributes['NAME'] ); typo3/sysext/adodb/adodb/adodb-xmlschema03.inc.php: $this->currentElement = strtoupper( $tag ); typo3/sysext/adodb/adodb/adodb-xmlschema03.inc.php: switch( strtoupper( $tag ) ) { typo3/sysext/adodb/adodb/adodb-xmlschema03.inc.php: $this->currentElement = strtoupper( $tag ); typo3/sysext/adodb/adodb/adodb-xmlschema03.inc.php: switch( strtoupper( $tag ) ) { typo3/sysext/adodb/adodb/adodb-xmlschema03.inc.php: $prefixMethod = isset( $attributes['PREFIXMETHOD'] ) ? strtoupper( trim( $attributes['PREFIXMETHOD'] ) ) : ''; typo3/sysext/adodb/adodb/adodb-xmlschema03.inc.php: $this->currentElement = strtoupper( $tag ); typo3/sysext/adodb/adodb/adodb-xmlschema03.inc.php: switch( strtoupper( $tag ) ) { typo3/sysext/adodb/adodb/adodb-xmlschema03.inc.php: $method = strtoupper( $method ); typo3/sysext/adodb/adodb/adodb-xmlschema03.inc.php: switch( strtoupper( $tag ) ) { typo3/sysext/adodb/adodb/adodb-perf.inc.php: if ( strncmp(strtoupper(PHP_OS),'WIN',3)==0) { typo3/sysext/install/mod/class.tx_install.php: if (substr(strtolower(trim($reg[2])),0,5)=='array' && !strcmp($reg[1],strtoupper($reg[1]))) { typo3/sysext/install/mod/class.tx_install.php: if ($this->isExtensionEnabled($ext, $headCode, "Read ".strtoupper($ext))) { typo3/sysext/install/mod/class.tx_install.php: $this->message($headCode,"Read ".strtoupper($ext),$result[0],$result[1]); typo3/sysext/install/mod/class.tx_install.php: 'label' => '".strtoupper($fieldName).":', typo3/sysext/install/mod/class.tx_install.php: 'label' => '".strtoupper($fieldName).":', typo3/sysext/install/mod/class.tx_install.php: 'label' => '".strtoupper($fieldName).":', typo3/sysext/install/mod/class.tx_install.php: 'label' => '".strtoupper($fieldName).":', typo3/sysext/install/mod/class.tx_install.php: 'label' => '".strtoupper($fieldName).":', typo3/sysext/install/mod/class.tx_install.php: 'label' => '".strtoupper($fieldName).":', typo3/sysext/install/mod/class.tx_install.php: 'label' => '".strtoupper($fieldName).":', typo3/sysext/install/mod/class.tx_install.php: 'label' => '".strtoupper($fieldName).":', typo3/sysext/install/mod/class.tx_install.php: 'label' => '".strtoupper($fieldName).":', typo3/sysext/sys_action/class.tx_sysaction.php: if (is_array($sql_query) && strtoupper(substr(trim($sql_query["qSelect"]),0,6))=="SELECT") { typo3/sysext/dbal/class.ux_t3lib_sqlengine.php: switch(strtoupper(str_replace(array(" ","\n","\r","\t"),'',$components['action']))) { typo3/sysext/dbal/class.ux_t3lib_sqlengine.php: if (t3lib_div::inList('NOTIN,IN',strtoupper(str_replace(array(' ',"\t","\r","\n"),'',$v['comparator'])))) { typo3/sysext/dbal/class.ux_t3lib_db.php: if ((!isset($where_clause[$k]['value'][1]) || $where_clause[$k]['value'][1] == '') && is_string($where_clause[$k]['value'][0]) && strstr($where_clause[$k]['value'][0], '.') && !t3lib_div::inList('NOTIN,IN',strtoupper(str_replace(array(" ","\n","\r","\t"),'',$where_clause[$k]['comparator'])))) { typo3/sysext/dbal/class.ux_t3lib_db.php: switch (strtoupper($t)) { typo3/sysext/dbal/class.ux_t3lib_db.php: switch(strtoupper($meta)) { typo3/sysext/dbal/class.ux_t3lib_sqlparser.php: switch(strtoupper(str_replace(array(" ","\n","\r","\t"),'',$components['action']))) { typo3/sysext/dbal/class.ux_t3lib_sqlparser.php: if (t3lib_div::inList('NOTIN,IN',strtoupper(str_replace(array(' ',"\t","\r","\n"),'',$v['comparator'])))) { typo3/class.file_list.inc: // $theData[$field]=strtoupper($theFile['fileext']); typo3/class.file_list.inc: $theData[$field]=strtoupper($theFile[$field]); typo3/class.file_list.inc: $items['sorting'][] = strtoupper($temp[$this->sort]); ChangeLog: * Added feature #7393: ASCII wrapper functions for strtoupper and strtolower (patch by Steffen Kamper) t3lib/class.t3lib_beuserauth.php: $userName = strtolower($GLOBALS['MCONF']['name']); t3lib/class.t3lib_parsehtml.php: $tagsArray['tag_name'] = strtolower($firstTagName); t3lib/class.t3lib_parsehtml.php: $name = strtolower($namekey); t3lib/class.t3lib_parsehtml.php: $content = strtolower($content); t3lib/class.t3lib_parsehtml.php: $tagName = strtolower($tagParts[0]); t3lib/class.t3lib_parsehtml.php: $tList = $tags[$tagName]['_allowedAttribs'] = t3lib_div::trimExplode(',',strtolower($tags[$tagName]['allowedAttribs']),1); t3lib/class.t3lib_parsehtml.php: if ($params['lower']) {$tagAttrib[0][$attr]=strtolower($tagAttrib[0][$attr]);} t3lib/class.t3lib_parsehtml.php: switch(strtolower($firstTagName)) { t3lib/class.t3lib_parsehtml.php: $parts[$k] = '<'.trim(strtolower($firstTagName).' '.$tagParts[1]).$tagEnd; t3lib/class.t3lib_parsehtml.php: $tagName = strtolower($tagParts[0]); t3lib/class.t3lib_parsehtml.php: $attr=strtolower($k); t3lib/class.t3lib_parsehtml.php: $alTags = array_flip(t3lib_div::trimExplode(',',strtolower($TSconfig['allowTags']),1)); t3lib/class.t3lib_parsehtml.php: if (!is_array($tagC) && $key==strtolower($key)) { t3lib/class.t3lib_parsehtml.php: if (is_array($tagC) && $key==strtolower($key)) { t3lib/class.t3lib_parsehtml.php: $lN = t3lib_div::trimExplode(',',strtolower($TSconfig['localNesting']),1); t3lib/class.t3lib_parsehtml.php: $lN = t3lib_div::trimExplode(',',strtolower($TSconfig['globalNesting']),1); t3lib/class.t3lib_parsehtml.php: $lN = t3lib_div::trimExplode(',',strtolower($TSconfig['rmTagIfNoAttrib']),1); t3lib/class.t3lib_parsehtml.php: $lN = t3lib_div::trimExplode(',',strtolower($TSconfig['noAttrib']),1); t3lib/class.t3lib_parsehtml.php: $lN = t3lib_div::trimExplode(',',strtolower($TSconfig['removeTags']),1); t3lib/class.t3lib_parsehtml.php: $value = strtolower($value); t3lib/class.t3lib_parsehtml.php: $tagName = strtolower($tagName); t3lib/class.t3lib_befunc.php: $domain = strtolower(ereg_replace('\.$', '', $domain[0])); t3lib/class.t3lib_parsehtml_proc.php: if (t3lib_div::inList('gif,png,jpeg,jpg',strtolower($pI['extension']))) { t3lib/class.t3lib_parsehtml_proc.php: if (strtolower(substr($absRef,0,4))!='http') { t3lib/class.t3lib_parsehtml_proc.php: if (trim($rootFileDat) && !strstr($link_param,'/') && (@is_file(PATH_site.$rootFileDat) || t3lib_div::inList('php,html,htm',strtolower($rFD_fI['extension'])))) { t3lib/class.t3lib_parsehtml_proc.php: if (!ereg('^[a-z]*://',trim(strtolower($link_param)))) {$scheme='http://';} else {$scheme='';} t3lib/class.t3lib_parsehtml_proc.php: } else if(strtolower(substr($link_param, 0, 7)) == 'record:') { t3lib/class.t3lib_parsehtml_proc.php: $tagName=strtolower($this->getFirstTagName($v)); t3lib/class.t3lib_parsehtml_proc.php: $parts[$k2] = $this->HTMLcleaner_db($parts[$k2],strtolower($this->procOptions['allowTagsInTypolists']?$this->procOptions['allowTagsInTypolists']:'br,font,b,i,u,a,img,span,strong,em')); t3lib/class.t3lib_parsehtml_proc.php: $tagName = strtolower($this->getFirstTagName($v)); t3lib/class.t3lib_parsehtml_proc.php: $keepTags = array_flip(t3lib_div::trimExplode(',',$typoScript_list.','.strtolower($this->procOptions['allowTags']),1)); t3lib/class.t3lib_parsehtml_proc.php: $allowTagsOutside = t3lib_div::trimExplode(',',strtolower($this->procOptions['allowTagsOutside']?$this->procOptions['allowTagsOutside']:'img'),1); t3lib/class.t3lib_parsehtml_proc.php: $keepAttribListArr = t3lib_div::trimExplode(',',strtolower($this->procOptions['keepPDIVattribs']),1); t3lib/class.t3lib_parsehtml_proc.php: $tagName=strtolower($this->getFirstTagName($divSplit[$k])); t3lib/class.t3lib_parsehtml_proc.php: if (!$this->procOptions['skipAlign'] && strcmp(trim($attribs[0]['align']),'') && strtolower($attribs[0]['align'])!='left') { // Set to value, but not 'left' t3lib/class.t3lib_parsehtml_proc.php: $newAttribs['align']=strtolower($attribs[0]['align']); t3lib/class.t3lib_parsehtml_proc.php: $testStr = strtolower(trim($parts[$k])); t3lib/class.t3lib_parsehtml_proc.php: if (substr(strtolower($url),0,7)=='mailto:') { t3lib/class.t3lib_parsehtml_proc.php: $uP = parse_url(strtolower($attribArray['href'])); t3lib/thumbs.php: $ext=strtolower($reg[2]); t3lib/class.t3lib_tcemain.php: $Commands = t3lib_div::trimExplode(',',strtolower($TSConfig['clearCacheCmd']),1); t3lib/class.t3lib_install.php: $table = strtolower($table); t3lib/class.t3lib_install.php: $table = strtolower($table); t3lib/class.t3lib_tceforms.php: $fileIcon = t3lib_BEfunc::getFileIcon(strtolower($fI['extension'])); t3lib/class.t3lib_tceforms.php: $storeInCharset = strtolower($xmlHeaderAttributes['encoding']); t3lib/class.t3lib_tceforms.php: $ext = strtolower($pI['extension']); t3lib/class.t3lib_tceforms.php: if (strtolower(trim($wrap))!='off' && $GLOBALS['CLIENT']['BROWSER']=='net' && $GLOBALS['CLIENT']['VERSION']>=5) { t3lib/class.t3lib_tceforms.php: $icon = t3lib_div::inList('gif,png,jpeg,jpg', strtolower($fI['extension'])) ? '../'.substr($fileFolder,strlen(PATH_site)).$fileRef : ''; t3lib/class.t3lib_tceforms.php: if (strtolower($parts[3])=='true') { t3lib/class.t3lib_tceforms.php: } elseif (strtolower($parts[3])=='false') { t3lib/class.t3lib_tceforms.php: if (strtolower($parts[3])=='true') { t3lib/class.t3lib_tceforms.php: } elseif (strtolower($parts[3])=='false') { t3lib/class.t3lib_tceforms.php: if (strtolower($parts[2])=='true') { t3lib/class.t3lib_tceforms.php: } elseif (strtolower($parts[2])=='false') { t3lib/class.t3lib_tceforms.php: if (strtolower($parts[2])=='true') { t3lib/class.t3lib_tceforms.php: } elseif (strtolower($parts[2])=='false') { t3lib/class.t3lib_tceforms.php: $fileIcon = t3lib_BEfunc::getFileIcon(strtolower($fI['extension'])); t3lib/class.t3lib_sqlengine.php: switch(strtolower($options['fieldType'])) { t3lib/class.t3lib_sqlengine.php: $like_value = strtolower($config['value'][0]); t3lib/class.t3lib_sqlengine.php: $bool = !strcmp(substr(strtolower($field_value),-strlen($like_value)),$like_value); t3lib/class.t3lib_sqlengine.php: $bool = !strcmp(substr(strtolower($field_value),0,strlen($like_value)),$like_value); t3lib/class.t3lib_sqlengine.php: $bool = !strcmp(strtolower($field_value),$like_value); t3lib/class.t3lib_htmlmail.php: $tag = strtolower(strtok(substr($html_code,$len+1,10),' ')); t3lib/class.t3lib_htmlmail.php: if (strtolower($attributes['rel']) == 'stylesheet' && $attributes['href']) { t3lib/class.t3lib_htmlmail.php: $tag = strtolower(strtok(substr($html_code,$len+1,10)," ")); t3lib/class.t3lib_htmlmail.php: $info['fileext'] = strtolower($reg[2]); t3lib/class.t3lib_htmlmail.php: $attributes[strtolower($attrib)] = $value; t3lib/class.t3lib_clipboard.php: $icon = is_dir($v) ? 'folder.gif' : t3lib_BEfunc::getFileIcon(strtolower($fI['extension'])); t3lib/class.t3lib_stdgraphic.php: $imgExt = strtolower($imgInf['extension']); t3lib/class.t3lib_stdgraphic.php: $maskExt = strtolower($maskInf['extension']); t3lib/class.t3lib_stdgraphic.php: $effect = strtolower(trim($pairs[0])); t3lib/class.t3lib_stdgraphic.php: $effect = strtolower(trim($pairs[0])); t3lib/class.t3lib_stdgraphic.php: $ext = strtolower($fI['fileext']); t3lib/class.t3lib_stdgraphic.php: $string = strtolower(trim($string)); t3lib/class.t3lib_stdgraphic.php: $align[0] = strtolower(substr(trim($align[0]),0,1)); t3lib/class.t3lib_stdgraphic.php: $align[1] = strtolower(substr(trim($align[1]),0,1)); t3lib/class.t3lib_stdgraphic.php: $newExt=strtolower(trim($newExt)); t3lib/class.t3lib_stdgraphic.php: if (@file_exists($imageFile) && t3lib_div::inList($this->imageFileExt,strtolower($reg[0]))) { t3lib/class.t3lib_stdgraphic.php: $returnArr = Array($temp[0], $temp[1], strtolower($reg[0]), $imageFile); t3lib/class.t3lib_stdgraphic.php: return (array($row['imagewidth'], $row['imageheight'], strtolower($reg[0]), $imageFile)); t3lib/class.t3lib_stdgraphic.php: return Array($dim[0], $dim[1], strtolower($reg[0]), $imagefile); t3lib/class.t3lib_stdgraphic.php: $ext=strtolower($reg[0]); t3lib/class.t3lib_stdgraphic.php: $ext = strtolower(substr($theImage, strrpos($theImage, '.')+1)); t3lib/class.t3lib_stdgraphic.php: $ext = strtolower($imgInf['extension']); t3lib/class.t3lib_tstemplate.php: $rootPoints = t3lib_div::trimExplode(',', strtolower($GLOBALS['TSFE']->config['config']['MP_mapRootPoints']),1); t3lib/class.gzip_encode.php: if (strtolower($level) == 'true' || $level === true) { t3lib/class.t3lib_tsparser.php: switch(strtolower(trim($sourceParts[0]))) { t3lib/class.t3lib_div.php: if ($gfxConf['gif_compress'] && strtolower(substr($theFile,-4,4))=='.gif') { // GIF... t3lib/class.t3lib_div.php: && strtolower(substr($theFile,-4,4))=='.png' t3lib/class.t3lib_div.php: $ext = strtolower(substr($theFile,-4,4)); t3lib/class.t3lib_div.php: $info['fileext'] = strtolower($reg[2]); t3lib/class.t3lib_div.php: * Unlike strtolower() it does not honour the locale. t3lib/class.t3lib_div.php: public static function strtolower($str) { t3lib/class.t3lib_div.php: if ($key = strtolower(ereg_replace('[^a-zA-Z0-9]','',$val))) { t3lib/class.t3lib_div.php: if (!isset($newArr[strtolower($p)])) $newArr[strtolower($p)] = htmlspecialchars($v); t3lib/class.t3lib_div.php: $extensionList = strtolower($extensionList); t3lib/class.t3lib_div.php: if ((!strlen($extensionList) || t3lib_div::inList($extensionList,strtolower($fI['extension']))) && (!strlen($excludePattern) || !preg_match('/^'.$excludePattern.'$/',$entry))) { t3lib/class.t3lib_div.php: t3lib_div::requireOnce(PATH_t3lib.'class.'.strtolower($className).'.php'); t3lib/class.t3lib_div.php: $im_version = strtolower($gfxConf['im_version_5']); t3lib/class.t3lib_loadmodules.php: $access=strtolower($MCONF['access']); t3lib/class.t3lib_tsparser_ext.php: switch(trim(strtolower($keyValPair[0]))) { t3lib/class.t3lib_tsparser_ext.php: $catSplit=explode('/',strtolower($keyValPair[1])); t3lib/class.t3lib_tsparser_ext.php: $retArr['type']=strtolower(substr($type,0,$m)); t3lib/class.t3lib_tsparser_ext.php: if ($val==strtolower($params['value'])) { t3lib/class.t3lib_tsparser_ext.php: if($var && !t3lib_div::inList($this->HTMLcolorList,strtolower($var))) { t3lib/class.t3lib_matchcondition.php: $agent=strtolower(trim($useragent)); t3lib/class.t3lib_readmail.php: $cTypes[strtolower(trim($mparts[0]))]=ereg_replace('^"','',trim(ereg_replace('"$','',trim($mparts[1])))); t3lib/class.t3lib_readmail.php: switch(strtolower($encType)) { t3lib/class.t3lib_readmail.php: $outValue[strtolower($reg[1])] = $reg[2]; t3lib/class.t3lib_readmail.php: $p=strtolower(substr($parts[0],0,-1)); t3lib/class.t3lib_readmail.php: switch(strtolower($mailParts['content-transfer-encoding'])) { t3lib/class.t3lib_readmail.php: $cType = strtolower($mailParts['_CONTENT_TYPE_DAT']['_MIME_TYPE']); t3lib/class.t3lib_readmail.php: if (strtolower($mailParts['_CONTENT_TYPE_DAT']['charset'])=='utf-8') { t3lib/class.t3lib_extmgm.php: switch(strtolower($place)) { t3lib/class.t3lib_extmgm.php: $pointer = strtolower($place)=='after'?$k+1:$k; t3lib/class.t3lib_extmgm.php: if (strtolower($place)=='top') { t3lib/class.t3lib_cli.php: return t3lib_div::inList('y,yes',strtolower($this->cli_keyboardInput())); t3lib/class.t3lib_flexformtools.php: $storeInCharset = strtolower($xmlHeaderAttributes['encoding']); t3lib/class.t3lib_basicfilefunc.php: $this->f_ext['webspace']['allow'] = t3lib_div::uniqueList(strtolower($f_ext['webspace']['allow'])); t3lib/class.t3lib_basicfilefunc.php: $this->f_ext['webspace']['deny'] = t3lib_div::uniqueList(strtolower($f_ext['webspace']['deny'])); t3lib/class.t3lib_basicfilefunc.php: $this->f_ext['ftpspace']['allow'] = t3lib_div::uniqueList(strtolower($f_ext['ftpspace']['allow'])); t3lib/class.t3lib_basicfilefunc.php: $this->f_ext['ftpspace']['deny'] = t3lib_div::uniqueList(strtolower($f_ext['ftpspace']['deny'])); t3lib/class.t3lib_basicfilefunc.php: $ik = strtolower($iconkey); t3lib/class.t3lib_softrefproc.php: if (trim($rootFileDat) && !$containsSlash && (@is_file(PATH_site.$rootFileDat) || t3lib_div::inList('php,html,htm',strtolower($rFD_fI['extension'])))) { t3lib/class.t3lib_page.php: $alias = strtolower($alias); t3lib/class.t3lib_page.php: $domain = strtolower(ereg_replace('\.$','',$domain[0])); t3lib/class.t3lib_cs.php: $charset = trim(strtolower($charset)); t3lib/class.t3lib_cs.php: $locale = strtolower($locale); t3lib/class.t3lib_cs.php: // note: we use the UTF-8 characters here and not the Unicode numbers to avoid conversion roundtrip in utf8_strtolower/-upper) t3lib/class.t3lib_cs.php: * Unlike strtolower() and strtoupper() this method is locale independent. t3lib/class.t3lib_cs.php: * @see strtolower(), strtoupper() t3lib/class.t3lib_cs.php: $string = mb_strtolower($string,$charset); typo3/class.browse_links.php: $icon = t3lib_BEfunc::getFileIcon(strtolower($fI['extension'])); typo3/class.browse_links.php: if (t3lib_div::inList(strtolower($GLOBALS['TYPO3_CONF_VARS']['GFX']['imagefile_ext']),strtolower($fI['extension'])) && !$noThumbs) { typo3/class.browse_links.php: $ficon = t3lib_BEfunc::getFileIcon(strtolower($fI['extension'])); typo3/class.browse_links.php: if (t3lib_div::inList('gif,jpeg,jpg,png',strtolower($fI['extension']))) { typo3/class.browse_links.php: $ficon = t3lib_BEfunc::getFileIcon(strtolower($fI['extension'])); typo3/class.browse_links.php: if (strtolower(substr($href,0,7))=='mailto:') { typo3/alt_shortcut.php: $kkey = strtolower(substr($row['description'],0,20)).'_'.$row['uid']; typo3/alt_clickmenu.php: $icon = is_dir($path) ? 'folder.gif' : t3lib_BEfunc::getFileIcon(strtolower($fI['extension'])); typo3/alt_clickmenu.php: switch(strtolower($place)) { typo3/alt_clickmenu.php: if (strtolower($place)=='top') { typo3/mod/tools/em/class.em_index.php: if (t3lib_div::inList('php,inc',strtolower($fI['extension']))) { typo3/mod/tools/em/class.em_index.php: if ($caseInsensitive) $str = strtolower($str); typo3/mod/tools/em/class.em_index.php: if ($caseInsensitive) $cl = strtolower($cl); typo3/mod/tools/em/class.nusoap.php: $header_name = strtolower(trim($arr[0])); typo3/mod/tools/em/class.nusoap.php: if (isset($this->incoming_headers['transfer-encoding']) && strtolower($this->incoming_headers['transfer-encoding']) == 'chunked') { typo3/mod/tools/em/class.nusoap.php: (isset($this->incoming_headers['connection']) && strtolower($this->incoming_headers['connection']) == 'close') || typo3/mod/tools/em/class.nusoap.php:// if(isset($this->incoming_headers['transfer-encoding']) && strtolower($this->incoming_headers['transfer-encoding']) == 'chunked'){ typo3/mod/tools/em/class.nusoap.php: $header_name = strtolower(trim($arr[0])); typo3/mod/tools/em/class.nusoap.php: if(strtolower($this->incoming_headers['content-encoding']) == 'deflate' || strtolower($this->incoming_headers['content-encoding']) == 'gzip'){ typo3/mod/tools/em/class.nusoap.php: if(strtolower($this->message[$parent]['type']) == 'array'){ typo3/mod/tools/em/class.nusoap.php: if (strtolower($value) == 'false' || strtolower($value) == 'f') { typo3/wizard_colorpicker.php: $currentValue = strtolower($this->colorValue); typo3/wizard_forms.php: $confData['type'] = trim(strtolower(end($typeParts))); typo3/wizard_forms.php: $confData['autosize'] = strtolower(trim($fParts[1]))=='auto' ? 1 : 0; typo3/wizard_forms.php: $confData['multiple'] = strtolower(trim($fParts[2]))=='m' ? 1 : 0; typo3/template.php: if (strtolower(trim($wrap))!='off' && $GLOBALS['CLIENT']['BROWSER']=='net' && $GLOBALS['CLIENT']['VERSION']>=5) { typo3/show_item.php: $lowerFilename = strtolower($this->file); typo3/view_help.php: $word = strtolower($value['title']); // Making word lowercase in order to filter out same words in different cases. typo3/file_edit.php: if ($extList && t3lib_div::inList($extList,strtolower($fI['extension']))) { typo3/sysext/indexed_search/class.crawler.php: $ext = strtolower($fI['extension']); typo3/sysext/indexed_search/class.indexer.php: $stringBefore = substr($string, 0, strpos(strtolower($string), strtolower($startTag))); typo3/sysext/indexed_search/class.indexer.php: $ext = strtolower($fI['extension']); typo3/sysext/indexed_search/class.indexer.php: switch (strtolower($firstTagName)) { typo3/sysext/indexed_search/class.indexer.php: $ext = strtolower($fI['extension']); typo3/sysext/indexed_search/class.indexer.php: $ext = $altExtension ? $altExtension : strtolower($fI['extension']); typo3/sysext/indexed_search/class.external_parser.php: $ignoreExtensions = t3lib_div::trimExplode(',', strtolower($indexerConfig['ignoreExtensions']),1); typo3/sysext/indexed_search/class.external_parser.php: $ignoreExtensions = t3lib_div::trimExplode(',', strtolower($indexerConfig['ignoreExtensions']),1); typo3/sysext/indexed_search/class.external_parser.php: $res[strtolower(trim($parts[0]))] = trim($parts[1]); typo3/sysext/rtehtmlarea/class.tx_rtehtmlarea_base.php: $this->contentISOLanguage = strtolower(trim($languageRow['lg_iso_2']).(trim($languageRow['lg_country_iso_2'])?'_'.trim($languageRow['lg_country_iso_2']):'')); typo3/sysext/rtehtmlarea/class.tx_rtehtmlarea_base.php: $this->contentTypo3Language = strtolower(trim($languageRow['lg_typo3'])); typo3/sysext/rtehtmlarea/class.tx_rtehtmlarea_base.php: $this->contentTypo3Language = strtolower(trim($languageRow['lg_typo3'])); typo3/sysext/rtehtmlarea/class.tx_rtehtmlarea_base.php: HTMLArea.loadPlugin("' . $pluginId . '", true, "' . $this->writeTemporaryFile('EXT:' . $extensionKey . '/htmlarea/plugins/' . $pluginId . '/' . strtolower(preg_replace('/([a-z])([A-Z])([a-z])/', "$1".'-'."$2"."$3", $pluginId)) . '.js', $pluginId) . '");'; typo3/sysext/rtehtmlarea/pi1/class.tx_rtehtmlarea_pi1.php: $languageArray[] = strtolower($row['lg_iso_2']).($row['lg_country_iso_2']?'_'.$row['lg_country_iso_2']:''); typo3/sysext/rtehtmlarea/pi1/class.tx_rtehtmlarea_pi1.php: if (strtolower($this->charset) == 'iso-8859-1') { typo3/sysext/rtehtmlarea/pi1/class.tx_rtehtmlarea_pi1.php: $this->parserCharset = strtolower($this->charset); typo3/sysext/rtehtmlarea/pi1/class.tx_rtehtmlarea_pi1.php: $this->text .= '<'. mb_strtolower($tag) . ' '; typo3/sysext/rtehtmlarea/pi1/class.tx_rtehtmlarea_pi1.php: $this->text .= '<'. mb_strtolower($tag) . ' '; typo3/sysext/rtehtmlarea/ext_localconf.php:t3lib_extMgm::addPageTSConfig(''); typo3/sysext/rtehtmlarea/ext_localconf.php:t3lib_extMgm::addUserTSConfig(''); typo3/sysext/rtehtmlarea/extensions/BlockElements/class.tx_rtehtmlarea_blockelements.php: $hideItems = t3lib_div::trimExplode(',', $this->htmlAreaRTE->cleanList(t3lib_div::strtolower($this->thisConfig['buttons.']['formatblock.']['removeItems'])), 1); typo3/sysext/rtehtmlarea/extensions/BlockElements/class.tx_rtehtmlarea_blockelements.php: $restrictTo = t3lib_div::trimExplode(',', $this->htmlAreaRTE->cleanList('none,'.t3lib_div::strtolower($this->thisConfig['buttons.']['formatblock.']['restrictToItems'])), 1); typo3/sysext/rtehtmlarea/extensions/BlockElements/class.tx_rtehtmlarea_blockelements.php: $blockElementsOrder = 'none,'.t3lib_div::strtolower($this->thisConfig['buttons.']['formatblock.']['orderItems']); typo3/sysext/rtehtmlarea/extensions/BlockElements/class.tx_rtehtmlarea_blockelements.php: $hideItems = array_merge($hideItems, t3lib_div::trimExplode(',', $this->htmlAreaRTE->cleanList(t3lib_div::strtolower($this->thisConfig['hidePStyleItems'])), 1)); typo3/sysext/rtehtmlarea/extensions/TableOperations/class.tx_rtehtmlarea_tableoperations.php: $disabledFieldsets = strtolower(implode(',', $disabledFieldsets)); typo3/sysext/rtehtmlarea/extensions/DefaultFont/class.tx_rtehtmlarea_defaultfont.php: if ($HTMLAreaFontSizes[strtolower($item)]) { typo3/sysext/rtehtmlarea/extensions/DefaultFont/class.tx_rtehtmlarea_defaultfont.php: unset($HTMLAreaFontSizes[strtolower($item)]); typo3/sysext/rtehtmlarea/pi2/class.tx_rtehtmlarea_pi2.php: $this->contentISOLanguage = strtolower(trim($languageRow['lg_iso_2']).(trim($languageRow['lg_country_iso_2'])?'_'.trim($languageRow['lg_country_iso_2']):'')); typo3/sysext/rtehtmlarea/pi2/class.tx_rtehtmlarea_pi2.php: $this->contentTypo3Language = strtolower(trim($languageRow['lg_typo3'])); typo3/sysext/rtehtmlarea/pi2/class.tx_rtehtmlarea_pi2.php: $this->contentTypo3Language = strtolower(trim($languageRow['lg_typo3'])); typo3/sysext/rtehtmlarea/mod4/class.tx_rtehtmlarea_select_image.php: $icon = t3lib_BEfunc::getFileIcon(strtolower($fI['extension'])); typo3/sysext/rtehtmlarea/mod4/class.tx_rtehtmlarea_select_image.php: if (t3lib_div::inList('gif,jpeg,jpg,png',strtolower($fI['extension']))) { typo3/sysext/rtehtmlarea/mod4/class.tx_rtehtmlarea_select_image.php: $ficon = t3lib_BEfunc::getFileIcon(strtolower($fI['extension'])); typo3/sysext/cms/tslib/class.tslib_content.php: $cls = strtolower($conf[1]); typo3/sysext/cms/tslib/class.tslib_content.php: $confData['type'] = trim(strtolower(end($typeParts))); typo3/sysext/cms/tslib/class.tslib_content.php: if (strtolower(ereg_replace('[^[:alnum:]]','',$confData['fieldname']))=='email') {$confData['fieldname']='email';} typo3/sysext/cms/tslib/class.tslib_content.php: if (strtolower(trim($fParts[1]))=='auto') {$fParts[1]=count($valueParts);} // Auto size set here. Max 20 typo3/sysext/cms/tslib/class.tslib_content.php: $multiple = strtolower(trim($fParts[2]))=='m' ? ' multiple="multiple"' : ''; typo3/sysext/cms/tslib/class.tslib_content.php: $parameter = strtolower(trim($parts[0])); typo3/sysext/cms/tslib/class.tslib_content.php: $ext_list = strtolower(t3lib_div::uniqueList($data_arr[1])); typo3/sysext/cms/tslib/class.tslib_content.php: $items['sorting'][] = strtolower($info['file']); typo3/sysext/cms/tslib/class.tslib_content.php: if (strtolower(trim($data_arr[3]))!='r') { typo3/sysext/cms/tslib/class.tslib_content.php: if ($lowerCaseAttributes) { $pkey = strtolower($pkey); } typo3/sysext/cms/tslib/class.tslib_content.php: $image_ext_list = str_replace(' ','',strtolower($IEList)); typo3/sysext/cms/tslib/class.tslib_content.php: if (strtolower($fI['extension']) == strtolower(trim($parts[0]))) { typo3/sysext/cms/tslib/class.tslib_content.php: $tags = strtolower(implode(',',t3lib_div::trimExplode(',',$conf['externalBlocks']))); typo3/sysext/cms/tslib/class.tslib_content.php: $tagName=strtolower($htmlParser->getFirstTagName($v)); typo3/sysext/cms/tslib/class.tslib_content.php: $tagName=strtolower($htmlParser->getFirstTagName($v)); typo3/sysext/cms/tslib/class.tslib_content.php: $tagName=strtolower($htmlParser->getFirstTagName($vvv)); typo3/sysext/cms/tslib/class.tslib_content.php: $allowTags=strtolower(str_replace(' ','',$conf['allowTags'])); typo3/sysext/cms/tslib/class.tslib_content.php: $denyTags=strtolower(str_replace(' ','',$conf['denyTags'])); typo3/sysext/cms/tslib/class.tslib_content.php: $endChar = ord(strtolower(substr($theValue,$pointer+$len_p,1))); typo3/sysext/cms/tslib/class.tslib_content.php: $tempContent = strtolower(substr($theValue,$pointer)); typo3/sysext/cms/tslib/class.tslib_content.php: $tag[0]=strtolower($tag[0]); typo3/sysext/cms/tslib/class.tslib_content.php: $this->parameters[strtolower($option)]=$val; typo3/sysext/cms/tslib/class.tslib_content.php: $encapTags = t3lib_div::trimExplode(',',strtolower($conf['encapsTagList']),1); typo3/sysext/cms/tslib/class.tslib_content.php: $sameBeginEnd = (substr(strtolower($backParts[1]),1,strlen($tagName))==strtolower($tagName)); typo3/sysext/cms/tslib/class.tslib_content.php: if ($sameBeginEnd && in_array(strtolower($tagName),$encapTags)) { typo3/sysext/cms/tslib/class.tslib_content.php: $str_content='<'.strtolower($uTagName).(trim($params)?' '.trim($params):'').'>'.$str_content.''; typo3/sysext/cms/tslib/class.tslib_content.php: $imgExt = (strtolower($fI['fileext'])==$gifCreator->gifExtension ? $gifCreator->gifExtension : 'jpg'); typo3/sysext/cms/tslib/class.tslib_content.php: switch(strtolower(trim($parts[0]))) { typo3/sysext/cms/tslib/class.tslib_content.php: $retVal = $this->rootLineValue($nkey,$keyP[1],strtolower($keyP[2])=='slide'); typo3/sysext/cms/tslib/class.tslib_content.php: $JSwindow_tempParamsArr = t3lib_div::trimExplode(',',strtolower($conf['JSwindow_params'].','.$JSwindowParts[4]),1); typo3/sysext/cms/tslib/class.tslib_content.php: if (trim($rootFileDat) && !$containsSlash && (@is_file(PATH_site.$rootFileDat) || t3lib_div::inList('php,html,htm',strtolower($rFD_fI['extension'])))) { typo3/sysext/cms/tslib/class.tslib_content.php: $case = strtolower($case); typo3/sysext/cms/tslib/class.tslib_content.php: #$theValue = strtolower($theValue); typo3/sysext/cms/tslib/class.tslib_content.php: $Valign = strtolower(trim($conf['Valign'])); typo3/sysext/cms/tslib/class.tslib_content.php: if (strstr(strtolower($conf['begin'].$conf['max']),'total')) { typo3/sysext/cms/tslib/class.tslib_content.php: $types = t3lib_div::trimExplode(',',strtolower($conf['allow']),1); typo3/sysext/cms/tslib/class.tslib_gifbuilder.php: switch(strtolower($this->setup['format'])) { typo3/sysext/cms/tslib/class.tslib_search.php: $operator = strtolower($operator); // case-conversion is charset insensitive, but it doesn't spoil anything if input string AND operator table is already converted typo3/sysext/cms/tslib/class.tslib_search.php: $item = strtolower($item); // See note above. typo3/sysext/cms/tslib/class.tslib_fe.php: if (strtolower($_SERVER['HTTP_CACHE_CONTROL'])==='no-cache' || strtolower($_SERVER['HTTP_PRAGMA'])==='no-cache') { typo3/sysext/cms/tslib/media/scripts/plaintextLib.inc: if (strtolower(substr($theLink,0,7))=='mailto:') { typo3/sysext/cms/tslib/media/scripts/fe_adminLib.inc: $vv = strtolower($vv); typo3/sysext/cms/tslib/media/scripts/fe_adminLib.inc: $extArray = t3lib_div::trimExplode(';',strtolower($cmdParts[1]),1); typo3/sysext/cms/tslib/media/scripts/fe_adminLib.inc: if (!count($extArray) || in_array(strtolower($fI['extension']), $extArray)) { typo3/sysext/cms/tslib/media/scripts/fe_adminLib.inc: $first = strtolower(substr($c,0,6)); typo3/sysext/cms/tslib/media/scripts/fe_adminLib.inc: $last = strtolower(substr($c,-7)); typo3/sysext/cms/tslib/class.tslib_pagegen.php: if (strtolower($key)=='refresh') {$a='http-equiv';} typo3/sysext/cms/tslib/class.tslib_menu.php: $v_b=strtolower(trim($v_b)); typo3/sysext/cms/tslib/class.tslib_menu.php: $cls = strtolower($this->conf[($this->menuNumber+1).$objSuffix]); typo3/sysext/impexp/app/index.php: if (t3lib_div::inList('t3d,xml',strtolower($fI['extension']))) { // Only allowed extensions.... typo3/sysext/impexp/app/index.php: if (t3lib_div::inList('gif,jpg,png,jpeg',strtolower($pI['extension']))) { typo3/sysext/impexp/class.tx_impexp.php: if ($this->includeExtFileResources && t3lib_div::inList($this->extFileResourceExtensions,strtolower($html_fI['extension']))) { typo3/sysext/impexp/class.tx_impexp.php: if (strtolower($html_fI['extension'])==='css') { typo3/sysext/impexp/class.tx_impexp.php: if (strtolower($fI['extension'])=='xml') { typo3/sysext/tstemplate_info/class.tx_tstemplateinfo.php: if (t3lib_div::inList($this->pObj->textExtensions,strtolower($fI['extension']))) { typo3/sysext/adodb/adodb/adodb-xmlschema.inc.php: switch( strtolower( $format ) ) { typo3/sysext/adodb/adodb/session/old/adodb-session-clob.php: $lob_value = sprintf("empty_%s()", strtolower($ADODB_SESSION_USE_LOBS)); typo3/sysext/adodb/adodb/session/adodb-session.php: $_clob = strtolower(trim($clob)); typo3/sysext/adodb/adodb/session/adodb-session.php: $lob_value = sprintf('empty_%s()', strtolower($clob)); typo3/sysext/adodb/adodb/session/adodb-session2.php: $_clob = strtolower(trim($clob)); typo3/sysext/adodb/adodb/session/adodb-session2.php: $lob_value = sprintf('empty_%s()', strtolower($clob)); typo3/sysext/adodb/adodb/adodb-lib.inc.php: else if (isset($rs->fields[strtolower($upperfname)])) $val = $rs->fields[strtolower($upperfname)]; typo3/sysext/adodb/adodb/drivers/adodb-odbc.inc.php: if (ADODB_ASSOC_CASE == 0) $o->name = strtolower($o->name); typo3/sysext/adodb/adodb/drivers/adodb-odbtp.inc.php: $dbms = strtolower(@odbtp_get_attr(ODB_ATTR_DBMSNAME, $this->_connectionID)); typo3/sysext/adodb/adodb/drivers/adodb-odbtp.inc.php: if (ADODB_ASSOC_CASE == 0) $o->name = strtolower($o->name); typo3/sysext/adodb/adodb/drivers/adodb-ibase.inc.php: $fld->name = strtolower($ibf['alias']); typo3/sysext/adodb/adodb/drivers/adodb-ibase.inc.php: if (empty($fld->name)) $fld->name = strtolower($ibf['name']); typo3/sysext/adodb/adodb/drivers/adodb-pdo_pgsql.inc.php: $mask = $this->qstr(strtolower($mask)); typo3/sysext/adodb/adodb/drivers/adodb-pdo_pgsql.inc.php: if ($normalize) $table = strtolower($table); typo3/sysext/adodb/adodb/drivers/adodb-sqlite.inc.php: $SQL=sprintf("SELECT name,sql FROM sqlite_master WHERE type='index' AND tbl_name='%s'", strtolower($table)); typo3/sysext/adodb/adodb/drivers/adodb-db2.inc.php: if (ADODB_ASSOC_CASE == 0) $o->name = strtolower($o->name); typo3/sysext/adodb/adodb/drivers/adodb-postgres7.inc.php: c.relname = \''.strtolower($table).'\' typo3/sysext/adodb/adodb/drivers/adodb-postgres7.inc.php: $arr[strtolower($k)] = $v; typo3/sysext/adodb/adodb/drivers/adodb-oci8po.inc.php: $fld->name = strtolower(OCIcolumnname($this->_queryID, $fieldOffset)); typo3/sysext/adodb/adodb/drivers/adodb-oci8po.inc.php: $arr[strtolower($k)] = $v; typo3/sysext/adodb/adodb/drivers/adodb-csv.inc.php: if (strtolower(substr($argHostname,0,7)) !== 'http://') return false; typo3/sysext/adodb/adodb/drivers/adodb-csv.inc.php: if (strtolower(substr($argHostname,0,7)) !== 'http://') return false; typo3/sysext/adodb/adodb/drivers/adodb-netezza.inc.php: $table = strtolower($table); typo3/sysext/adodb/adodb/drivers/adodb-pdo.inc.php: if (ADODB_ASSOC_CASE == 0) $o->name = strtolower($o->name); typo3/sysext/adodb/adodb/drivers/adodb-postgres64.inc.php: $mask = $this->qstr(strtolower($mask)); typo3/sysext/adodb/adodb/drivers/adodb-postgres64.inc.php: if ($normalize) $table = strtolower($table); typo3/sysext/adodb/adodb/drivers/adodb-informix72.inc.php: $retarr[strtolower($fld->name)] = $fld; typo3/sysext/adodb/adodb/drivers/adodb-mssql.inc.php: $this->fields[strtolower($k)] = $v; typo3/sysext/adodb/adodb/drivers/adodb-mssql.inc.php: $this->fields[strtolower($k)] = $v; typo3/sysext/adodb/adodb/adodb-datadict.inc.php: if (($ty == 'D' || $ty == 'T') && strtolower($fdefault) != 'null') { typo3/sysext/adodb/adodb/adodb-datadict.inc.php: else if (strtolower($fdefault) != 'null') typo3/sysext/adodb/adodb/adodb-pear.inc.php: switch(strtolower($k)) { typo3/sysext/adodb/adodb/tests/test.php:function do_strtolower(&$arr) typo3/sysext/adodb/adodb/tests/test.php: else $arr[$k] = strtolower($v); typo3/sysext/adodb/adodb/tests/test.php: $rs = RSFilter($rs,'do_strtolower'); typo3/sysext/adodb/adodb/adodb-active-record.inc.php: $name = strtolower($name); typo3/sysext/adodb/adodb/adodb-active-record.inc.php: $keys[strtolower($name)] = strtolower($name); typo3/sysext/adodb/adodb/adodb-active-record.inc.php: $pkey[$k] = strtolower($v); typo3/sysext/adodb/adodb/adodb.inc.php: else $this->bind[($upper) ? strtoupper($o->name) : strtolower($o->name)] = $i; typo3/sysext/adodb/adodb/adodb.inc.php: if (!isset($this->fields[$colname])) $colname = strtolower($colname); typo3/sysext/adodb/adodb/adodb.inc.php: $db = strtolower($dbType); typo3/sysext/adodb/adodb/adodb.inc.php: switch(strtolower($k)) { typo3/sysext/adodb/adodb/adodb-xmlschema03.inc.php: switch( strtolower( $format ) ) { typo3/sysext/install/mod/class.tx_install.php: switch(strtolower($this->step)) { typo3/sysext/install/mod/class.tx_install.php: if (substr(strtolower(trim($reg[2])),0,5)=='array' && !strcmp($reg[1],strtoupper($reg[1]))) { typo3/sysext/install/mod/class.tx_install.php: if (strcmp(strtolower($GLOBALS['TYPO3_CONF_VARS']['GFX']['im_version_5']),$value_ext)) { typo3/sysext/install/mod/class.tx_install.php: // if (strcmp(strtolower($GLOBALS['TYPO3_CONF_VARS']['GFX']['im_version_5']),$value)) $this->setValueInLocalconfFile($lines, '$TYPO3_CONF_VARS['GFX']['im_version_5']', $value); typo3/sysext/install/mod/class.tx_install.php: switch (strtolower($GLOBALS['TYPO3_CONF_VARS']['GFX']['im_version_5'])) { typo3/sysext/install/mod/class.tx_install.php: if (TYPO3_OS=='WIN') {$excludeTables = strtolower($excludeTables);} typo3/sysext/install/mod/class.tx_install.php: $table_c = TYPO3_OS=='WIN' ? strtolower($table) : $table; typo3/sysext/install/mod/class.tx_install.php: $table_c = TYPO3_OS=='WIN' ? strtolower($table) : $table; typo3/sysext/install/mod/class.tx_install.php: switch(strtolower($this->step)) { typo3/sysext/install/mod/class.tx_install.php: if (strtolower(trim($wrap))!='off' && $GLOBALS['CLIENT']['BROWSER']=='net' && $GLOBALS['CLIENT']['VERSION']>=5) { typo3/sysext/css_styled_content/pi1/class.tx_cssstyledcontent_pi1.php: $filesData[$key]['fileextension'] = strtolower($fI['extension']); typo3/sysext/dbal/class.ux_t3lib_db.php: $fieldRow['Type'] = strtolower($ntype); typo3/contrib/json/json.php: switch (strtolower($str)) { typo3/class.file_list.inc: return t3lib_div::inList($GLOBALS['TYPO3_CONF_VARS']['GFX']['imagefile_ext'],strtolower($ext));