Searched refs:lessc (Results 1 – 4 of 4) sorted by relevance
14 The only file required is `lessc.inc.php`, so copy that to your include directory.16 The typical flow of **lesserphp** is to create a new instance of `lessc`,24 require "lessc.inc.php";26 $less = new lessc;57 The `lessc` object can be configured through an assortment of instance methods.
42 class lessc { class2560 protected $lessc; variable in lessc_parser2571 public function __construct($lessc, $sourceName = null) { argument2574 $this->lessc = $lessc;2585 $commentSingle = lessc::preg_quote(self::$commentSingle);2586 $commentMultiLeft = lessc::preg_quote(self::$commentMultiLeft);2587 $commentMultiRight = lessc::preg_quote(self::$commentMultiRight);2780 if (!is_string($tag) || $tag[0] != $this->lessc->mPrefix) {2834 if ($tag[0] == $this->lessc->vPrefix)2835 $tag[0] = $this->lessc->mPrefix;[all …]
123 $less = new lessc();
277 - Fix dynamic variable creation depreciation warnings in the lessc engine