Home
last modified time | relevance | path

Searched refs:strtolower (Results 426 – 450 of 846) sorted by relevance

1...<<11121314151617181920>>...34

/plugin/bureaucracyau/helper/
H A Dfield.php382 if (isset($params[strtolower($pregs[1][$i])])) {
383 $pregs[2][$i] = $params[strtolower($pregs[1][$i])];
/plugin/bureaucracy-au/helper/
H A Dfield.php382 if (isset($params[strtolower($pregs[1][$i])])) {
383 $pregs[2][$i] = $params[strtolower($pregs[1][$i])];
/plugin/mantis/lib/
H A Dnusoapmime.php171 if (strtolower($k) == 'content-type') {
412 if (strtolower($k) == 'content-type') {
/plugin/authfacebook/
H A Dauth.php150 $user = strtolower(reset(explode('@',$me['email'])));
152 …$user = preg_replace("/[^a-z0-9]/","_",strtolower(trim(basename(stripslashes(iconv("utf8","ascii//…
/plugin/pureldap/classes/
H A DADClient.php225 return PhpString::strtolower($group);
273 $user = PhpString::strtolower($user);
/plugin/bureaucracy/helper/
H A Dfield.php382 if (isset($params[strtolower($pregs[1][$i])])) {
383 $pregs[2][$i] = $params[strtolower($pregs[1][$i])];
/plugin/translation/
H A Dhelper.php63 $this->translations = strtolower(str_replace(',', ' ', $this->getConf('translations')));
109 return strtolower($match[2]);
/plugin/galleryv1.5/inc/
H A Dmagazinelayout.class.php250 (strtolower($this->_getFileExt($filename)) != "jpg") &&
251 (strtolower($this->_getFileExt($filename)) != "jpeg") &&
252 (strtolower($this->_getFileExt($filename)) != "gif") &&
253 (strtolower($this->_getFileExt($filename)) != "png")
/plugin/recaptcha2/
H A Daction.php161 $act = strtolower($act);
/plugin/authucenter/lib/uc_client/lib/
H A Duccode.class.php92 …return '<a href="'.(substr(strtolower($url), 0, 4) == 'www.' ? 'http://'.$url : $url).'" target="_…
/plugin/typography/syntax/
H A Dbase.php81 $params = strtolower(ltrim(substr($match, strlen($markup)+1, -1)));
/plugin/findologicxmlexport/vendor/hoa/consistency/
H A DConsistency.php203 return in_array(strtolower($word), $_list);
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/Classes/
H A DOpeningBraceSameLineSniff.php66 …$errorData = array(strtolower($tokens[$stackPtr]['content']).' '.$tokens[$scope_identifier]…
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/CSS/
H A DForbiddenStylesSniff.php111 $style = strtolower($tokens[$stackPtr]['content']);
/plugin/currentlyreading/
H A Dsyntax.php69 $pagename = strtolower($pagename);
/plugin/commonmark/vendor/league/commonmark/src/Extension/Attributes/Util/
H A DAttributesHelper.php84 if (\strtolower(\trim($name)) === 'class') {
/plugin/davcal/vendor/sabre/http/lib/
H A DSapi.php168 $header = strtolower(substr($key, 5));
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Conversion/
H A DDecToRoman.php78 $romanNumber = strtolower($romanNumber);
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Tokenizers/
H A DPHP.php825 && strtolower($token[1]) === 'trait'
898 && strtolower($token[1]) !== 'elseif'
998 && strtolower($token[1]) === 'self'
1026 $cacheKey = strtolower($token[1]);
1068 && strtolower($newToken['content']) === 'finally'
1536 $cacheKey = strtolower($token[1]);
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Tag/
H A DTable.php165 if (isset($attr['ALIGN']) && array_key_exists(strtolower($attr['ALIGN']), self::ALIGN)) {
177 $table['direction'] = strtolower($properties['DIRECTION']);
179 $table['direction'] = strtolower($attr['DIR']);
201 if (isset($properties['VERTICAL-ALIGN']) && array_key_exists(strtolower($properties['VERTICAL-ALIGN']), self::ALIGN)) {
204 if (isset($properties['TEXT-ALIGN']) && array_key_exists(strtolower($properties['TEXT-ALIGN']), self::ALIGN)) {
333 $table['cellLineStackingStrategy'] = strtolower($properties['LINE-STACKING-STRATEGY']);
341 $table['cellLineStackingShift'] = strtolower($properties['LINE-STACKING-SHIFT']);
383 if (isset($properties['MARGIN-LEFT'], $properties['MARGIN-RIGHT']) && strtolower($properties['MARGIN-LEFT']) === 'auto' && strtolower($properties['MARGIN-RIGHT']) === 'auto') {
385 } elseif (isset($properties['MARGIN-LEFT']) && strtolower(
[all...]
/plugin/mdpage/vendor/cebe/markdown/block/
H A DHtmlTrait.php70 if (!ctype_alnum($tag) || in_array(strtolower($tag), $this->inlineHtmlElements)) {
/plugin/fckg/
H A Dhelper.php57 $_OS = strtolower(PHP_OS);
/plugin/webdav/vendor/sabre/http/lib/
H A DSapi.php176 $header = strtolower(substr($key, 5));
/plugin/findologicxmlexport/vendor/twig/twig/src/Sandbox/
H A DSecurityPolicy.php96 $method = strtolower($method);
/plugin/davcard/vendor/sabre/vobject/lib/
H A DParameter.php268 strtolower($value),

1...<<11121314151617181920>>...34