Home
last modified time | relevance | path

Searched refs:genCSS (Results 1 – 25 of 113) sorted by relevance

12345

/dports/www/matomo/piwik/vendor/wikimedia/less.php/lib/Less/
H A DTree.php15 $this->genCSS( $output );
25 public function genCSS( $output ) { function in Less_Tree
39 $rules[$i]->genCSS( $output );
54 $rules[$i]->genCSS( $output );
/dports/www/mediawiki136/mediawiki-1.36.3/vendor/wikimedia/less.php/lib/Less/
H A DTree.php15 $this->genCSS( $output );
25 public function genCSS( $output ) { function in Less_Tree
39 $rules[$i]->genCSS( $output );
54 $rules[$i]->genCSS( $output );
/dports/www/mediawiki135/mediawiki-1.35.5/vendor/wikimedia/less.php/lib/Less/
H A DTree.php15 $this->genCSS( $output );
25 public function genCSS( $output ) { function in Less_Tree
39 $rules[$i]->genCSS( $output );
54 $rules[$i]->genCSS( $output );
/dports/www/mediawiki137/mediawiki-1.37.1/vendor/wikimedia/less.php/lib/Less/
H A DTree.php15 $this->genCSS( $output );
25 public function genCSS( $output ) { function in Less_Tree
39 $rules[$i]->genCSS( $output );
54 $rules[$i]->genCSS( $output );
/dports/www/matomo/piwik/vendor/wikimedia/less.php/lib/Less/Tree/
H A DOperation.php56 public function genCSS( $output ) { function in Less_Tree_Operation
57 $this->operands[0]->genCSS( $output );
65 $this->operands[1]->genCSS( $output );
H A DNegative.php25 public function genCSS( $output ) { function in Less_Tree_Negative
27 $this->value->genCSS( $output );
H A DParen.php25 public function genCSS( $output ) { function in Less_Tree_Paren
27 $this->value->genCSS( $output );
H A DAlpha.php32 public function genCSS( $output ) { function in Less_Tree_Alpha
38 $this->value->genCSS( $output );
H A DAssignment.php31 public function genCSS( $output ) { function in Less_Tree_Assignment
33 $this->value->genCSS( $output );
H A DValue.php37 function genCSS( $output ) { function in Less_Tree_Value
40 $this->value[$i]->genCSS( $output );
/dports/www/mediawiki136/mediawiki-1.36.3/vendor/wikimedia/less.php/lib/Less/Tree/
H A DOperation.php56 public function genCSS( $output ) { function in Less_Tree_Operation
57 $this->operands[0]->genCSS( $output );
65 $this->operands[1]->genCSS( $output );
H A DNegative.php25 public function genCSS( $output ) { function in Less_Tree_Negative
27 $this->value->genCSS( $output );
H A DParen.php25 public function genCSS( $output ) { function in Less_Tree_Paren
27 $this->value->genCSS( $output );
H A DAlpha.php32 public function genCSS( $output ) { function in Less_Tree_Alpha
38 $this->value->genCSS( $output );
H A DAssignment.php31 public function genCSS( $output ) { function in Less_Tree_Assignment
33 $this->value->genCSS( $output );
/dports/www/mediawiki135/mediawiki-1.35.5/vendor/wikimedia/less.php/lib/Less/Tree/
H A DOperation.php56 public function genCSS( $output ) { function in Less_Tree_Operation
57 $this->operands[0]->genCSS( $output );
65 $this->operands[1]->genCSS( $output );
H A DNegative.php25 public function genCSS( $output ) { function in Less_Tree_Negative
27 $this->value->genCSS( $output );
H A DParen.php25 public function genCSS( $output ) { function in Less_Tree_Paren
27 $this->value->genCSS( $output );
H A DAlpha.php32 public function genCSS( $output ) { function in Less_Tree_Alpha
38 $this->value->genCSS( $output );
H A DAssignment.php31 public function genCSS( $output ) { function in Less_Tree_Assignment
33 $this->value->genCSS( $output );
/dports/www/mediawiki137/mediawiki-1.37.1/vendor/wikimedia/less.php/lib/Less/Tree/
H A DOperation.php56 public function genCSS( $output ) { function in Less_Tree_Operation
57 $this->operands[0]->genCSS( $output );
65 $this->operands[1]->genCSS( $output );
H A DParen.php25 public function genCSS( $output ) { function in Less_Tree_Paren
27 $this->value->genCSS( $output );
H A DNegative.php25 public function genCSS( $output ) { function in Less_Tree_Negative
27 $this->value->genCSS( $output );
H A DAssignment.php31 public function genCSS( $output ) { function in Less_Tree_Assignment
33 $this->value->genCSS( $output );
H A DAlpha.php32 public function genCSS( $output ) { function in Less_Tree_Alpha
38 $this->value->genCSS( $output );

12345