Home
last modified time | relevance | path

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

/template/mikio/inc/stemmechanics/lesserphp/
H A Dlessc.inc.php2699 if (($this->openString("{", $dirValue, null, array(";")) || true) &&
2714 if (($this->openString("{", $dirValue, null, array(";")) || true) &&
3107 protected function openString($end, &$out, $nestingOpen=null, $rejectStrs = null) { function in lessc_parser
3231 $this->openString("}", $interp, null, array("'", '"', ";")) &&
3571 if ($this->openString(")", $string) && $this->literal(")")) {