Home
last modified time | relevance | path

Searched refs:strtolower (Results 26 – 50 of 846) sorted by last modified time

12345678910>>...34

/plugin/geophp/vendor/funiq/geophp/src/Adapter/
H A DWKT.php35 if (strtolower((substr($typeString, 0, strlen($geom)))) == $geom) {
H A DGPX.php92 return strtolower($m[1]) . $m[2];
/plugin/geophp/vendor/funiq/geophp/src/Geometry/
H A DGeometry.php369 $format = strtolower(array_shift($args));
/plugin/photogallery/phpThumb/demo/
H A DphpThumb.demo.check.php352 $php_sapi_name = strtolower(function_exists('php_sapi_name') ? PHP_SAPI : '');
425 if (function_exists(strtolower($function))) {
/plugin/photogallery/phpThumb/
H A Dphpthumb.class.php1071 $this->f = preg_replace('#[^a-z]#', '', strtolower($this->f));
1072 if (strtolower($this->config_output_format) == 'jpg') {
1075 if (strtolower($this->f) == 'jpg') {
1088 $this->thumbnailFormat = strtolower($this->f);
2160 if (strpos(strtolower($parameter), 'x') !== false) {
2163 if (strpos(strtolower($parameter), 'y') !== false) {
2590 $hostname = strtolower($hostname);
2602 if (strtolower($valid_domain) === $hostname) {
2878 …pthumbFilters->Flip($this->gdimg_output, strpos(strtolower($parameter), 'x') !== false, strpos(str…
3673 $broad_directory_name = strtolower(md5($this->new));
[all …]
H A Dphpthumb.functions.php24 return in_array(strtolower($functionname), $get_defined_functions['user']);
36 return in_array(strtolower($functionname), $get_defined_functions['internal']);
444 $disable_functions_local = explode(',', strtolower(@ini_get('disable_functions')));
445 $disable_functions_global = explode(',', strtolower(@get_cfg_var('disable_functions')));
457 return isset($DisabledFunctions[strtolower($function)]);
638 $needle = strtolower($needle);
642 } elseif ($needle == strtolower($value)) {
746 …return ((!empty($scheme) && isset($schemePort[strtolower($scheme)])) ? $schemePort[strtolower($sch…
/plugin/mikioplugin/syntax/
H A Dbox.php65 $data['grid-row-end'] = strtolower($parts[1]) . ' ' . filter_var($parts[2], FILTER_VALIDATE_INT);
79 $data['grid-col-end'] = strtolower($parts[1]) . ' ' . filter_var($parts[2], FILTER_VALIDATE_INT);
H A Dcore.php204 $s = strtolower($optionValue);
233 $s = strtolower($part);
H A Dquizitem.php47 switch(strtolower($data['type'])) {
/plugin/mikioplugin/
H A Daction.php68 $filename = strtolower($value);
108 if (strtolower(substr($style, -5)) == '.less') {
H A Dcss.php21 $headers[str_replace(' ', '-', ucwords(strtolower(str_replace('_', ' ', substr($name, 5)))))] = $value;
/plugin/aichat/vendor/erusev/parsedown/
H A DParsedown.php742 $element = strtolower($matches[1]);
828 $id = strtolower($matches[1]);
1304 $definition = strtolower($definition);
1310 $definition = strtolower($Element['text']);
1652 return strtolower(substr($string, 0, $len)) === strtolower($needle);
/plugin/bez/mdl/
H A DEntity.php126 if (strtolower($null) == 'null') {
/plugin/imagemapping/
H A Dsyntax.php167 $scheme = strtolower($scheme);
/plugin/confmanager/
H A Dhelper.php110 $k1 = strtolower($k1);
111 $k2 = strtolower($k2);
/plugin/confmanager/adminActions/
H A DConfigManagerAdminShowConfig.php41 if (strtolower($INPUT->server->str('REQUEST_METHOD')) == 'post') {
/plugin/dev/
H A DSkeletor.php250 $fn = 'handle' . str_replace('_', '', ucwords(strtolower($event), '_'));
/plugin/bibtex4dw/lib/
H A Dbibtexparser.php484 if ('@string' == strtolower(substr($entry, 0, 7))) {
597 if ('@string' == strtolower(substr($entry, 0, 7))) {
605 } elseif ('@preamble' == strtolower(substr($entry, 0, 9))) {
680 $field = strtolower(trim(substr($entry, $position+1)));
687 $ret['entrytype'] = strtolower(trim($arr[0]));
/plugin/tag/
H A Dhelper.php296 $sortkey = PhpString::strtolower($title);
/plugin/tag/syntax/
H A Dtopic.php89 $conf_name = trim(strtolower(substr($flag, 0 , $separator_pos)));
90 $conf_val = trim(strtolower(substr($flag, $separator_pos+1)));
/plugin/imapmarkers/syntax/
H A Dimapmarkers_simple_html_dom.php756 strtolower($att_val),
757 strtolower($nodeKeyValue),
801 $pattern = strtolower($pattern);
802 $value = strtolower($value);
916 $m[1] = strtolower($m[1]);
1799 if ((strtolower($charset) == 'iso-8859-1')
1800 || (strtolower($charset) == 'latin1')
1801 || (strtolower($charset) == 'latin-1')) {
1841 $tag_lower = strtolower($tag);
1978 $tag_lower = strtolower($tag);
[all …]
/plugin/translation/
H A Dhelper.php63 $this->translations = strtolower(str_replace(',', ' ', $this->getConf('translations')));
109 return strtolower($match[2]);
/plugin/todo/syntax/
H A Dtodo.php446 $type = strtolower($type);
/plugin/bureaucracy/helper/
H A Dfield.php382 if (isset($params[strtolower($pregs[1][$i])])) {
383 $pregs[2][$i] = $params[strtolower($pregs[1][$i])];
/plugin/bureaucracy/
H A Dsyntax.php456 return preg_replace('/[^\w\x7f-\xff]/', '', strtolower($classname));

12345678910>>...34