Home
last modified time | relevance | path

Searched refs:strtolower (Results 451 – 475 of 846) sorted by relevance

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

/plugin/xref/
H A Dsyntax.php
/plugin/readability/
H A Dcalc.php181 $word = preg_replace('/[^a-z]/is', '', strtolower($word));
/plugin/syntaxhighlighter3/syntax/
H A Dsyntax.php139 …$renderer->doc .= '<pre class="brush: ' . strtolower($attr . $highlight) . '"' . $title . '>' . $r…
/plugin/fedauth/Auth/Yadis/
H A DHTTPFetcher.php121 if (strpos(strtolower($line), "location: ") === 0) {
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Doubler/Generator/Node/
H A DMethodNode.php63 $visibility = strtolower($visibility);
/plugin/webdavclient/vendor/sabre/vobject/lib/
H A DParameter.php268 strtolower($value),
/plugin/popupviewer/
H A Daction.php43 $ACT = trim(strtolower($_SERVER['HTTP_X_DOKUWIKI_DO']));
/plugin/davcal/vendor/sabre/vobject/lib/
H A DParameter.php268 strtolower($value),
/plugin/dwtimeline/syntax/
H A Ddwtimeline.php319 if (in_array(strtolower($color), array_map('strtolower',$color_names))) {
/plugin/combo/syntax/
H A Dcodemarkdown.php216 $language = strtolower($attributes["type"]);
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Barcode/
H A DI25.php63 $code = 'AA' . strtolower($code) . 'ZA';
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DSizeConverter.php52 $size = trim(strtolower($size));
/plugin/openid/Auth/Yadis/
H A DHTTPFetcher.php139 if (strpos(strtolower($line), "location: ") === 0) {
/plugin/struct/meta/
H A DAggregationList.php126 'data-struct-column' => strtolower($value->getColumn()->getFullQualifiedLabel()),
127 'data-struct-type' => strtolower($value->getColumn()->getType()->getClass()),
/plugin/translation3/
H A Dhelper.php26 $this->trans = strtolower(str_replace(',',' ',$this->getConf('translations')));
66 return strtolower($match[2]);
/plugin/html2pdf/html2pdf/html2ps/
H A Dbox.table.cell.php226 … if (array_search(strtolower($child->tagname()), array("h1","h2","h3","h4","h5","h6","p"))) {
239 … if (array_search(strtolower($child->tagname()), array("h1","h2","h3","h4","h5","h6","p"))) {
/plugin/rrdgraph/
H A Dsyntax.php89 $value = strtolower(trim($value));
186 $key = strtolower(trim($part[1]));
/plugin/subjectindex/syntax/
H A Dindex.php72 $key = strtolower($key);
82 $opt[strtolower($key)] = true;
/plugin/farm/
H A Dadmin.php264 $v = (strtolower($m[1]) == 'true');
284 $v = (strtolower($m[1]) == 'true');
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/
H A DPrivateKey.php110 …return $shortFormat == 'SSH2' ? Strings::packSSH2('ss', 'ssh-' . strtolower($this->getCurve()), $r…
143 …return $shortFormat == 'SSH2' ? Strings::packSSH2('ss', 'ssh-' . strtolower($this->getCurve()), $R…
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/
H A DClient.php272 if (strtolower($name) === 'user-agent') {
422 $type = isset($value[2]) ? strtolower($value[2]) : 'basic';
/plugin/sqlcomp/
H A Dsyntax.php78 if($key == strtolower($match[0])) {
96 $opt = strtolower($opt);
163 $name = strtolower($name);
/plugin/findologicxmlexport/vendor/twig/twig/src/
H A DTemplate.php600 if ('getenvironment' !== strtolower($refMethod->name)) {
614 $cache[$lcName = strtolower($method)] = $method;
642 } elseif (isset(self::$cache[$class][$lcItem = strtolower($item)])) {
/plugin/combo/ComboStrap/
H A DBrandButton.php95 $this->type = strtolower($typeButton);
139 $widget = trim(strtolower($widget));
155 $iconType = trim(strtolower($iconType));
H A DPluginUtility.php227 $parameters[hsc(strtolower($parameterKey))] = $value;
280 $possibleTypeLowercase = strtolower($nextArgument);
795 return strtolower(PluginUtility::PLUGIN_BASE_NAME) . "_" . $tag;

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