Home
last modified time | relevance | path

Searched refs:PARENT_SELECTOR (Results 1 – 3 of 3) sorted by relevance

/dokuwiki/vendor/splitbrain/lesserphp/src/
DConstants.php16 public const PARENT_SELECTOR = '&'; define in LesserPHP\\Constants
DLessc.php726 $part = str_replace(Constants::PARENT_SELECTOR, $replace, $part, $c);
729 $tag = implode(Constants::PARENT_SELECTOR, $parts);
DParser.php1003 $chunk = str_replace(Constants::PARENT_SELECTOR, "$&$", $chunk);