Home
last modified time | relevance | path

Searched refs:strtolower (Results 526 – 550 of 846) sorted by relevance

1...<<21222324252627282930>>...34

/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/MySource/Sniffs/Objects/
H A DCreateWidgetTypeCallbackSniff.php63 if (substr(strtolower($tokens[$className]['content']), -10) !== 'widgettype') {
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/PSR1/Sniffs/Files/
H A DSideEffectsSniff.php167 && strtolower($tokens[$i]['content']) === 'define'
/plugin/bookmarkme/
H A Daction.php195 $i = strtolower( str_replace( array("."," ")
/plugin/glossary/
H A Dglossary.class.php234 …if (in_array (strtolower ($file), $exclude_array) || !preg_match ('#'.$status.'(.*)\.xml$#i', $fil…
293 … if (in_array (strtolower ($file), $exclude_array) || !eregi ($status.'(.*)\.xml$', $file, $regs))
412 if (in_array (strtolower ($file), $exclude_array))
426 if (in_array (strtolower ($file), $exclude_array))
831 if (in_array (strtolower ($file), $exclude_array) || !is_dir ($subDir))
/plugin/findologicxmlexport/vendor/twig/twig/src/Extension/
H A DCoreExtension.php1352 return strtolower($string);
1368 return ucwords(strtolower($string));
1384 return ucfirst(strtolower($string));
1434 return ucwords(strtolower($string));
1446 return ucfirst(strtolower($string));
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DTableOfContents.php154 $toc_id = strtolower($toc_id);
157 if ($TOCusePaging === false || strtolower($TOCusePaging) == "off" || $TOCusePaging === 0 || $TOCusePaging === "0" || $TOCusePaging === "") {
265 $toc_id = strtolower($toc_id);
637 $toc_id = strtolower($attr['NAME']);
647 $toc_id = strtolower($attr['NAME']);
/plugin/html2pdf/html2pdf/html2ps/
H A Dcss.border.inc.php77 $subvalue = trim(strtolower($subvalue));
H A Dcss.vertical-align.inc.php121 $value = strtolower($value);
/plugin/findologicxmlexport/vendor/hoa/compiler/Bin/
H A DPp.php84 switch (strtolower($v)) {
/plugin/diff/
H A Dsyntax.php326 $aMatch[0] = strtolower(trim($aMatch[0])) . '?';
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Builder/
H A DInvocationMocker.php278 … if (is_string($constraint) && !in_array(strtolower($constraint), $this->configurableMethods)) {
/plugin/davcard/vendor/sabre/vobject/lib/Component/
H A DVCard.php427 strtolower($this->name),
/plugin/webdavclient/vendor/sabre/vobject/lib/Component/
H A DVCard.php427 strtolower($this->name),
/plugin/structtemplate/meta/
H A DStructTemplateSyntax.php98 …$options['html'] = (preg_match('/\bhtml\b/', strtolower($lines[0])) === 1); //FIXME: check if HTML…
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/
H A Dfunctions.php229 $result[strtolower($key)] = $key;
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/System/SSH/Agent/
H A DIdentity.php173 $hash = strtolower($hash);
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Xml/Notification/
H A DInvite.php247 if (strtolower(substr($this->organizer, 0, 7)) === 'mailto:') {
/plugin/davcal/vendor/sabre/vobject/lib/Component/
H A DVCard.php427 strtolower($this->name),
/plugin/achart/
H A Dsyntax.php61 $opts[strtolower($m[1])] = $m[2];
/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DConnection.php364 return $this->hasParam('auth_type') ? \strtolower($this->getParam('auth_type')) : null;
/plugin/ireadit/syntax/
H A Dlist.php55 $states = array_map('trim', explode(',', strtolower($value)));
/plugin/statistics/
H A Daction.php223 $act = strtolower($act);
/plugin/combo/syntax/
H A Dcode.php226 $language = strtolower($attributes["type"]);
/plugin/struct/meta/
H A DAggregationCloud.php47 $type = strtolower($value->getColumn()->getType()->getClass());
H A DSearchConfig.php221 $key = strtolower($match[2]);

1...<<21222324252627282930>>...34