Home
last modified time | relevance | path

Searched refs:strtolower (Results 401 – 425 of 846) sorted by relevance

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

/plugin/authgooglesheets/vendor/psr/log/Psr/Log/Test/
H A DTestLogger.php133 $level = strtolower($matches[2]);
/plugin/davcal/vendor/sabre/http/tests/HTTP/
H A DURLUtilTest.php92 $this->assertEquals(strtolower($str), URLUtil::encodePath($newStr));
/plugin/davcal/vendor/sabre/vobject/lib/Property/ICalendar/
H A DRecur.php167 $values[strtolower($k)] = $v;
/plugin/elasticsearch/vendor/psr/log/Psr/Log/Test/
H A DTestLogger.php133 $level = strtolower($matches[2]);
/plugin/combo/ComboStrap/
H A DSlug.php45 return strtolower(implode(WikiPath::SLUG_SEPARATOR, $wordsPart));
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Tag/
H A DTag.php119 $property = strtolower($property);
/plugin/dw2pdf/vendor/psr/log/Psr/Log/Test/
H A DTestLogger.php133 $level = strtolower($matches[2]);
/plugin/webdav/vendor/sabre/vobject/lib/
H A DVCardConverter.php130 switch (strtolower($property->getValue())) {
275 $mimeType = 'image/'.strtolower($typePart);
/plugin/davcard/vendor/sabre/vobject/lib/
H A DVCardConverter.php135 switch(strtolower($property->getValue())) {
292 $mimeType = 'image/' . strtolower($typePart);
/plugin/icalevents/vendor/sabre/vobject/lib/
H A DVCardConverter.php139 switch (strtolower($property->getValue())) {
297 $mimeType = 'image/' . strtolower($typePart);
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/ControlStructures/
H A DSwitchDeclarationSniff.php105 if ($tokens[$nextCase]['content'] !== strtolower($tokens[$nextCase]['content'])) {
106 $expected = strtolower($tokens[$nextCase]['content']);
/plugin/webdavclient/vendor/sabre/vobject/lib/
H A DVCardConverter.php135 switch(strtolower($property->getValue())) {
292 $mimeType = 'image/' . strtolower($typePart);
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DUtils.php24 $key = strtolower($key);
28 if (!in_array(strtolower($k), $keys)) {
/plugin/davcal/vendor/sabre/vobject/lib/
H A DVCardConverter.php135 switch(strtolower($property->getValue())) {
292 $mimeType = 'image/' . strtolower($typePart);
/plugin/struct/meta/
H A DSchemaBuilder.php135 while (isset($labels[PhpString::strtolower($fixedlabel)])) {
143 $labels[PhpString::strtolower($fixedlabel)] = 1;
H A DAggregationValue.php57 $type = 'struct_' . strtolower($value->getColumn()->getType()->getClass());
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Reports/
H A DJunit.php92 $error['type'] = strtolower($error['type']);
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/
H A DInvocationMocker.php146 } elseif (strtolower($invocation->methodName) == '__tostring') {
/plugin/wrap/syntax/
H A Dspan.php43 $data = strtolower(trim(substr($match,strpos($match,' '),-1)," \t\n/"));
/plugin/dokumicrobugtracker/
H A Dedit.php64 $field = strtolower(htmlspecialchars($_POST['field']));
/plugin/datatemplate/syntax/
H A Dfilterform.php65 if(strtolower($line[0]) == 'fields') {
/plugin/html2pdf/html2pdf/html2ps/classes/org/active-link/xml/
H A DXMLDocument.php167 if(gettype($xml) == "object" && strtolower(get_class($xml)) == "xml") {
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/TestDox/
H A DNamePrettifier.php103 $buffer .= ' ' . strtolower($name[$i]);
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Doubler/Generator/Node/
H A DClassNode.php84 $visibility = strtolower($visibility);
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DAmqpHandler.php120 return strtolower($routingKey);

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