Home
last modified time | relevance | path

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

/plugin/mikioplugin/inc/stemmechanics/lesserphp/
H A Dlessc.inc.php2682 if (($this->openString("{", $dirValue, null, array(";")) || true) &&
2697 if (($this->openString("{", $dirValue, null, array(";")) || true) &&
3090 protected function openString($end, &$out, $nestingOpen=null, $rejectStrs = null) { function in lessc_parser
3214 $this->openString("}", $interp, null, array("'", '"', ";")) &&
3554 if ($this->openString(")", $string) && $this->literal(")")) {