Home
last modified time | relevance | path

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

/plugin/mikioplugin/inc/stemmechanics/lesserphp/
H A Dlessc.inc.php53 public $vPrefix = '@'; // prefix of abstract properties variable in lessc
353 if (isset($prop[1][0]) && $prop[1][0] == $this->vPrefix) {
729 if ($name[0] == $this->vPrefix) {
805 $subProp[1][0] != $this->vPrefix
1654 $res = $this->reduce(array("variable", $this->vPrefix . $var));
1667 $key = $this->vPrefix . $this->compileValue($this->lib_e($key));
2141 $isArguments = $name == $this->vPrefix . 'arguments';
3001 if ($tag[0] == $this->lessc->vPrefix)
3781 $this->literal($this->lessc->vPrefix, false) &&
3787 $name = $this->lessc->vPrefix . $name;