Home
last modified time | relevance | path

Searched refs:strtolower (Results 1 – 25 of 846) sorted by last modified time

12345678910>>...34

/plugin/pagequery/
H A DPageQuery.php369 return ($count > 0) ? PhpString::substr(PhpString::strtolower($text), 0, $count) : '';
/plugin/twofactor/action/
H A Dprofile.php78 if (strtolower($INPUT->server->str('REQUEST_METHOD')) == 'post') {
/plugin/dbquery/syntax/
H A Dmacro.php38 $macro = strtolower(trim(substr($match, 10, -2)));
/plugin/siteexport/action/
H A Dajax.php631 $extension = strtolower($extension[1]);
668 if ( strtolower($DATA[1]) != 'srcset' ) { return $DATA[0]; }
1244 if (strtolower(trim($key)) == $IDKEY) {
/plugin/siteexport/inc/
H A Dfunctions.php74 …if (!page_exists($NS) && array_pop($NSa) != strtolower($conf['start'])) { // Compare to lowercase …
H A DreadCSS.patch259 …G=[\'\"]{0,1}([A-Z\-]{2,11})[\'\"]{0,1}\]$/',$t,$m)) { $tag = 'LANG>>'.strtolower($m[1]); } // …
260 …\([\'\"]{0,1}([A-Z\-]{2,11})[\'\"]{0,1}\)$/',$t,$m)) { $tag = 'LANG>>'.strtolower($m[1]); } // …
264 …{0,1}([A-Z\-]{2,11})[\'\"]{0,1}\]$/',$t,$m)) { $tag = $m[1].'>>LANG>>'.strtolower($m[2]); } // …
265 …{0,1}([A-Z\-]{2,11})[\'\"]{0,1}\)$/',$t,$m)) { $tag = $m[1].'>>LANG>>'.strtolower($m[2]); } // …
280 …G=[\'\"]{0,1}([A-Z\-]{2,11})[\'\"]{0,1}\]$/',$t,$m)) { $tag = 'LANG>>'.strtolower($m[1]); } // …
281 …\([\'\"]{0,1}([A-Z\-]{2,11})[\'\"]{0,1}\)$/',$t,$m)) { $tag = 'LANG>>'.strtolower($m[1]); } // …
285 …{0,1}([A-Z\-]{2,11})[\'\"]{0,1}\]$/',$t,$m)) { $tag = $m[1].'>>LANG>>'.strtolower($m[2]); } // …
286 …{0,1}([A-Z\-]{2,11})[\'\"]{0,1}\)$/',$t,$m)) { $tag = $m[1].'>>LANG>>'.strtolower($m[2]); } // …
/plugin/struct/meta/
H A DAggregationCloud.php47 $type = strtolower($value->getColumn()->getType()->getClass());
H A DAggregationList.php126 'data-struct-column' => strtolower($value->getColumn()->getFullQualifiedLabel()),
127 'data-struct-type' => strtolower($value->getColumn()->getType()->getClass()),
H A DAggregationValue.php57 $type = 'struct_' . strtolower($value->getColumn()->getType()->getClass());
H A DConfigParser.php183 $line[0] = strtolower($line[0]);
221 $col = trim(strtolower($col));
250 $val = trim(strtolower($vals[$i]));
H A DSchema.php156 $table = strtolower($table);
346 if ($col->isEnabled() && PhpString::strtolower($col->getLabel()) === PhpString::strtolower($name)) {
H A DSchemaBuilder.php135 while (isset($labels[PhpString::strtolower($fixedlabel)])) {
143 $labels[PhpString::strtolower($fixedlabel)] = 1;
H A DSearchConfig.php221 $key = strtolower($match[2]);
/plugin/struct/types/
H A DAbstractBaseType.php292 $class = 'struct_' . strtolower($this->getClass());
H A DCheckbox.php45 'class' => 'struct_' . strtolower($this->getClass()),
65 $class = 'struct_' . strtolower($this->getClass());
H A DColor.php18 $rawvalue = trim(strtolower($rawvalue));
24 if ($rawvalue === strtolower($this->config['default'])) {
H A DDropdown.php37 'class' => 'struct_' . strtolower($this->getClass()),
69 'class' => 'struct_' . strtolower($this->getClass()),
H A DLongText.php63 'class' => 'struct_' . strtolower($this->getClass()),
/plugin/doi/Resolver/
H A DAbstractResolver.php87 $ext = strtolower(str_replace('Resolver', '', $class));
/plugin/openlayersmap/syntax/
H A Dagslayer.php94 $key = strtolower($key);
H A Dolmap.php268 $key = strtolower($key);
277 $gmap [$key] = strtolower($val);
H A Dosmlayer.php91 $key = strtolower($key);
H A Dwmslayer.php91 $key = strtolower($key);
/plugin/geophp/vendor/funiq/geophp/src/
H A DgeoPHP.php97 $type = count($args) && @array_key_exists($args[0], self::$adapterMap) ? strtolower(array_shift($args)) : null;
/plugin/geophp/vendor/funiq/geophp/src/Adapter/
H A DGeoRSS.php67 $text = strtolower($text);

12345678910>>...34