Home
last modified time | relevance | path

Searched refs:strToLower (Results 1 – 2 of 2) sorted by relevance

/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/
H A DIntegrationTest.php95 public function strToLower($value) function in TwigTestFoo
/plugin/combo/vendor/carica/phpcss/src/PhpCss/Ast/Visitor/
H A DXpath.php350 $elementName = $this->strToLower($type->elementName);
694 private function strToLower(string $string): string { function in PhpCss\\Ast\\Visitor\\Xpath