Home
last modified time | relevance | path

Searched refs:currentFileInfo (Results 1 – 25 of 237) sorted by relevance

12345678910

/dports/www/matomo/piwik/vendor/wikimedia/less.php/lib/Less/Tree/
H A DImport.php24 public $currentFileInfo; variable in Less_Tree_Import
35 $this->currentFileInfo = $currentFileInfo;
123 if ( $this->currentFileInfo && $this->currentFileInfo['rootpath'] ) {
124 $rootpath = $this->currentFileInfo['rootpath'];
132 $path->value = $this->currentFileInfo['uri_root'].$pathValue;
207 if ( $this->currentFileInfo ) {
208 … $import_dirs[ $this->currentFileInfo['currentDirectory'] ] = $this->currentFileInfo['uri_root'];
213 if ( $this->currentFileInfo ) {
214 $import_dirs[ $this->currentFileInfo['entryPath'] ] = $this->currentFileInfo['entryUri'];
257 $import_env->currentFileInfo['reference'] = true;
[all …]
H A DVariable.php13 public $currentFileInfo; variable in Less_Tree_Variable
20 public function __construct( $name, $index = null, $currentFileInfo = null ) { argument
23 $this->currentFileInfo = $currentFileInfo;
28 … $v = new Less_Tree_Variable( substr( $this->name, 1 ), $this->index + 1, $this->currentFileInfo );
35 …mpiler( "Recursive variable definition for " . $name, null, $this->index, $this->currentFileInfo );
48 … $name . " is undefined in file ".$this->currentFileInfo["filename"], null, $this->index, $this->c…
H A DRule.php18 public $currentFileInfo; variable in Less_Tree_Rule
24 …me, $value = null, $important = null, $merge = null, $index = null, $currentFileInfo = null, $inli… argument
30 $this->currentFileInfo = $currentFileInfo;
43 …$output->add( $this->name . Less_Environment::$_outputMap[': '], $this->currentFileInfo, $this->in…
49 $e->currentFile = $this->currentFileInfo;
52 …stRule && Less_Parser::$options['compress'] ) ) ? "" : ";" ), $this->currentFileInfo, $this->index…
76 …piler( "Rulesets cannot be evaluated on a property.", null, $this->index, $this->currentFileInfo );
80 …e, $evaldValue, $this->important, $this->merge, $this->index, $this->currentFileInfo, $this->inlin…
90 $e->currentFile = $this->currentFileInfo;
109 …name, $this->value, '!important', $this->merge, $this->index, $this->currentFileInfo, $this->inlin…
H A DComment.php14 public $currentFileInfo; variable in Less_Tree_Comment
17 public function __construct( $value, $silent, $index = null, $currentFileInfo = null ) { argument
20 $this->currentFileInfo = $currentFileInfo;
38 …$isReference = ( $this->currentFileInfo && isset( $this->currentFileInfo['reference'] ) && ( !isse…
H A DUrl.php13 public $currentFileInfo; variable in Less_Tree_Url
17 public function __construct( $value, $currentFileInfo = null, $isEvald = null ) { argument
19 $this->currentFileInfo = $currentFileInfo;
45 && $this->currentFileInfo
49 $rootpath = $this->currentFileInfo['uri_root'];
73 return new Less_Tree_URL( $val, $this->currentFileInfo, true );
H A DNameValue.php18 public $currentFileInfo; variable in Less_Tree_NameValue
22 public function __construct( $name, $value = null, $index = null, $currentFileInfo = null ) { argument
26 $this->currentFileInfo = $currentFileInfo;
36 $this->currentFileInfo, $this->index );
44 $new = new Less_Tree_NameValue( $this->name, $this->value, $this->index, $this->currentFileInfo );
/dports/www/mediawiki136/mediawiki-1.36.3/vendor/wikimedia/less.php/lib/Less/Tree/
H A DImport.php24 public $currentFileInfo; variable in Less_Tree_Import
35 $this->currentFileInfo = $currentFileInfo;
123 if ( $this->currentFileInfo && $this->currentFileInfo['rootpath'] ) {
124 $rootpath = $this->currentFileInfo['rootpath'];
132 $path->value = $this->currentFileInfo['uri_root'].$pathValue;
207 if ( $this->currentFileInfo ) {
208 … $import_dirs[ $this->currentFileInfo['currentDirectory'] ] = $this->currentFileInfo['uri_root'];
213 if ( $this->currentFileInfo ) {
214 $import_dirs[ $this->currentFileInfo['entryPath'] ] = $this->currentFileInfo['entryUri'];
257 $import_env->currentFileInfo['reference'] = true;
[all …]
H A DVariable.php13 public $currentFileInfo; variable in Less_Tree_Variable
20 public function __construct( $name, $index = null, $currentFileInfo = null ) { argument
23 $this->currentFileInfo = $currentFileInfo;
28 … $v = new Less_Tree_Variable( substr( $this->name, 1 ), $this->index + 1, $this->currentFileInfo );
35 …mpiler( "Recursive variable definition for " . $name, null, $this->index, $this->currentFileInfo );
48 … $name . " is undefined in file ".$this->currentFileInfo["filename"], null, $this->index, $this->c…
H A DRule.php18 public $currentFileInfo; variable in Less_Tree_Rule
24 …me, $value = null, $important = null, $merge = null, $index = null, $currentFileInfo = null, $inli… argument
30 $this->currentFileInfo = $currentFileInfo;
43 …$output->add( $this->name . Less_Environment::$_outputMap[': '], $this->currentFileInfo, $this->in…
49 $e->currentFile = $this->currentFileInfo;
52 …stRule && Less_Parser::$options['compress'] ) ) ? "" : ";" ), $this->currentFileInfo, $this->index…
76 …piler( "Rulesets cannot be evaluated on a property.", null, $this->index, $this->currentFileInfo );
80 …e, $evaldValue, $this->important, $this->merge, $this->index, $this->currentFileInfo, $this->inlin…
90 $e->currentFile = $this->currentFileInfo;
109 …name, $this->value, '!important', $this->merge, $this->index, $this->currentFileInfo, $this->inlin…
H A DComment.php14 public $currentFileInfo; variable in Less_Tree_Comment
17 public function __construct( $value, $silent, $index = null, $currentFileInfo = null ) { argument
20 $this->currentFileInfo = $currentFileInfo;
38 …$isReference = ( $this->currentFileInfo && isset( $this->currentFileInfo['reference'] ) && ( !isse…
H A DUrl.php13 public $currentFileInfo; variable in Less_Tree_Url
17 public function __construct( $value, $currentFileInfo = null, $isEvald = null ) { argument
19 $this->currentFileInfo = $currentFileInfo;
45 && $this->currentFileInfo
49 $rootpath = $this->currentFileInfo['uri_root'];
73 return new Less_Tree_URL( $val, $this->currentFileInfo, true );
/dports/www/mediawiki135/mediawiki-1.35.5/vendor/wikimedia/less.php/lib/Less/Tree/
H A DImport.php24 public $currentFileInfo; variable in Less_Tree_Import
35 $this->currentFileInfo = $currentFileInfo;
123 if ( $this->currentFileInfo && $this->currentFileInfo['rootpath'] ) {
124 $rootpath = $this->currentFileInfo['rootpath'];
132 $path->value = $this->currentFileInfo['uri_root'].$pathValue;
207 if ( $this->currentFileInfo ) {
208 … $import_dirs[ $this->currentFileInfo['currentDirectory'] ] = $this->currentFileInfo['uri_root'];
213 if ( $this->currentFileInfo ) {
214 $import_dirs[ $this->currentFileInfo['entryPath'] ] = $this->currentFileInfo['entryUri'];
257 $import_env->currentFileInfo['reference'] = true;
[all …]
H A DVariable.php13 public $currentFileInfo; variable in Less_Tree_Variable
20 public function __construct( $name, $index = null, $currentFileInfo = null ) { argument
23 $this->currentFileInfo = $currentFileInfo;
28 … $v = new Less_Tree_Variable( substr( $this->name, 1 ), $this->index + 1, $this->currentFileInfo );
35 …mpiler( "Recursive variable definition for " . $name, null, $this->index, $this->currentFileInfo );
48 … $name . " is undefined in file ".$this->currentFileInfo["filename"], null, $this->index, $this->c…
H A DRule.php18 public $currentFileInfo; variable in Less_Tree_Rule
24 …me, $value = null, $important = null, $merge = null, $index = null, $currentFileInfo = null, $inli… argument
30 $this->currentFileInfo = $currentFileInfo;
43 …$output->add( $this->name . Less_Environment::$_outputMap[': '], $this->currentFileInfo, $this->in…
49 $e->currentFile = $this->currentFileInfo;
52 …stRule && Less_Parser::$options['compress'] ) ) ? "" : ";" ), $this->currentFileInfo, $this->index…
76 …piler( "Rulesets cannot be evaluated on a property.", null, $this->index, $this->currentFileInfo );
80 …e, $evaldValue, $this->important, $this->merge, $this->index, $this->currentFileInfo, $this->inlin…
90 $e->currentFile = $this->currentFileInfo;
109 …name, $this->value, '!important', $this->merge, $this->index, $this->currentFileInfo, $this->inlin…
H A DComment.php14 public $currentFileInfo; variable in Less_Tree_Comment
17 public function __construct( $value, $silent, $index = null, $currentFileInfo = null ) { argument
20 $this->currentFileInfo = $currentFileInfo;
38 …$isReference = ( $this->currentFileInfo && isset( $this->currentFileInfo['reference'] ) && ( !isse…
H A DUrl.php13 public $currentFileInfo; variable in Less_Tree_Url
17 public function __construct( $value, $currentFileInfo = null, $isEvald = null ) { argument
19 $this->currentFileInfo = $currentFileInfo;
45 && $this->currentFileInfo
49 $rootpath = $this->currentFileInfo['uri_root'];
73 return new Less_Tree_URL( $val, $this->currentFileInfo, true );
/dports/www/mediawiki137/mediawiki-1.37.1/vendor/wikimedia/less.php/lib/Less/Tree/
H A DImport.php24 public $currentFileInfo;
35 $this->currentFileInfo = $currentFileInfo;
123 if ( $this->currentFileInfo && $this->currentFileInfo['rootpath'] ) {
124 $rootpath = $this->currentFileInfo['rootpath'];
132 $path->value = $this->currentFileInfo['uri_root'].$pathValue;
207 if ( $this->currentFileInfo ) {
208 … $import_dirs[ $this->currentFileInfo['currentDirectory'] ] = $this->currentFileInfo['uri_root'];
213 if ( $this->currentFileInfo ) {
214 $import_dirs[ $this->currentFileInfo['entryPath'] ] = $this->currentFileInfo['entryUri'];
257 $import_env->currentFileInfo['reference'] = true;
[all …]
H A DVariable.php13 public $currentFileInfo; variable in Less_Tree_Variable
20 public function __construct( $name, $index = null, $currentFileInfo = null ) { argument
23 $this->currentFileInfo = $currentFileInfo;
28 … $v = new Less_Tree_Variable( substr( $this->name, 1 ), $this->index + 1, $this->currentFileInfo );
35 …mpiler( "Recursive variable definition for " . $name, null, $this->index, $this->currentFileInfo );
48 … $name . " is undefined in file ".$this->currentFileInfo["filename"], null, $this->index, $this->c…
H A DRule.php18 public $currentFileInfo; variable in Less_Tree_Rule
24 …me, $value = null, $important = null, $merge = null, $index = null, $currentFileInfo = null, $inli… argument
30 $this->currentFileInfo = $currentFileInfo;
43 …$output->add( $this->name . Less_Environment::$_outputMap[': '], $this->currentFileInfo, $this->in…
49 $e->currentFile = $this->currentFileInfo;
52 …stRule && Less_Parser::$options['compress'] ) ) ? "" : ";" ), $this->currentFileInfo, $this->index…
76 …piler( "Rulesets cannot be evaluated on a property.", null, $this->index, $this->currentFileInfo );
80 …e, $evaldValue, $this->important, $this->merge, $this->index, $this->currentFileInfo, $this->inlin…
90 $e->currentFile = $this->currentFileInfo;
109 …name, $this->value, '!important', $this->merge, $this->index, $this->currentFileInfo, $this->inlin…
H A DComment.php14 public $currentFileInfo; variable in Less_Tree_Comment
17 public function __construct( $value, $silent, $index = null, $currentFileInfo = null ) { argument
20 $this->currentFileInfo = $currentFileInfo;
38 …$isReference = ( $this->currentFileInfo && isset( $this->currentFileInfo['reference'] ) && ( !isse…
H A DUrl.php13 public $currentFileInfo; variable in Less_Tree_Url
17 public function __construct( $value, $currentFileInfo = null, $isEvald = null ) { argument
19 $this->currentFileInfo = $currentFileInfo;
45 && $this->currentFileInfo
49 $rootpath = $this->currentFileInfo['uri_root'];
73 return new Less_Tree_URL( $val, $this->currentFileInfo, true );
/dports/www/matomo/piwik/vendor/wikimedia/less.php/lib/Less/Tree/Mixin/
H A DCall.php8 public $currentFileInfo; variable in Less_Tree_Mixin_Call
17 public function __construct( $elements, $args, $index, $currentFileInfo, $important = false ) { argument
21 $this->currentFileInfo = $currentFileInfo;
125 throw new Less_Exception_Compiler( $e->getMessage(), null, null, $this->currentFileInfo );
131 …if ( !$this->currentFileInfo || !isset( $this->currentFileInfo['reference'] ) || !$this->currentFi…
140 …finition was found for `'.$this->Format( $args ).'`', null, $this->index, $this->currentFileInfo );
143 …piler( trim( $this->selector->toCSS() ) . " is undefined in ".$this->currentFileInfo['filename'], …
/dports/www/mediawiki136/mediawiki-1.36.3/vendor/wikimedia/less.php/lib/Less/Tree/Mixin/
H A DCall.php8 public $currentFileInfo; variable in Less_Tree_Mixin_Call
17 public function __construct( $elements, $args, $index, $currentFileInfo, $important = false ) { argument
21 $this->currentFileInfo = $currentFileInfo;
125 throw new Less_Exception_Compiler( $e->getMessage(), null, null, $this->currentFileInfo );
131 …if ( !$this->currentFileInfo || !isset( $this->currentFileInfo['reference'] ) || !$this->currentFi…
140 …finition was found for `'.$this->Format( $args ).'`', null, $this->index, $this->currentFileInfo );
143 …piler( trim( $this->selector->toCSS() ) . " is undefined in ".$this->currentFileInfo['filename'], …
/dports/www/mediawiki135/mediawiki-1.35.5/vendor/wikimedia/less.php/lib/Less/Tree/Mixin/
H A DCall.php8 public $currentFileInfo; variable in Less_Tree_Mixin_Call
17 public function __construct( $elements, $args, $index, $currentFileInfo, $important = false ) { argument
21 $this->currentFileInfo = $currentFileInfo;
125 throw new Less_Exception_Compiler( $e->getMessage(), null, null, $this->currentFileInfo );
131 …if ( !$this->currentFileInfo || !isset( $this->currentFileInfo['reference'] ) || !$this->currentFi…
140 …finition was found for `'.$this->Format( $args ).'`', null, $this->index, $this->currentFileInfo );
143 …piler( trim( $this->selector->toCSS() ) . " is undefined in ".$this->currentFileInfo['filename'], …
/dports/www/mediawiki137/mediawiki-1.37.1/vendor/wikimedia/less.php/lib/Less/Tree/Mixin/
H A DCall.php8 public $currentFileInfo; variable in Less_Tree_Mixin_Call
17 public function __construct( $elements, $args, $index, $currentFileInfo, $important = false ) { argument
21 $this->currentFileInfo = $currentFileInfo;
125 throw new Less_Exception_Compiler( $e->getMessage(), null, null, $this->currentFileInfo );
131 …if ( !$this->currentFileInfo || !isset( $this->currentFileInfo['reference'] ) || !$this->currentFi…
140 …finition was found for `'.$this->Format( $args ).'`', null, $this->index, $this->currentFileInfo );
143 …piler( trim( $this->selector->toCSS() ) . " is undefined in ".$this->currentFileInfo['filename'], …

12345678910