Файловый менеджер - Редактировать - /var/www/html/mediawiki-1.43.1/vendor/wikimedia/less.php/lib/Less/Tree/DetachedRuleset.php
Ðазад
<?php /** * @private */ class Less_Tree_DetachedRuleset extends Less_Tree { public $ruleset; public $frames; public function __construct( $ruleset, $frames = null ) { $this->ruleset = $ruleset; $this->frames = $frames; } public function accept( $visitor ) { $this->ruleset = $visitor->visitObj( $this->ruleset ); } public function compile( $env ) { if ( $this->frames ) { $frames = $this->frames; } else { $frames = $env->frames; } return new self( $this->ruleset, $frames ); } public function callEval( $env ) { if ( $this->frames ) { return $this->ruleset->compile( $env->copyEvalEnv( array_merge( $this->frames, $env->frames ) ) ); } return $this->ruleset->compile( $env ); } }
| ver. 1.1 | |
.
| PHP 8.4.18 | Ð“ÐµÐ½ÐµÑ€Ð°Ñ†Ð¸Ñ Ñтраницы: 0 |
proxy
|
phpinfo
|
ÐаÑтройка