Home
last modified time | relevance | path

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

/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/scssphp/scssphp/
H A Dphpstan-baseline.neon1224 …message: "#^Method ScssPhp\\\\ScssPhp\\\\Compiler\\:\\:pushExtends\\(\\) has parameter \\$block wi…
1229 …message: "#^Method ScssPhp\\\\ScssPhp\\\\Compiler\\:\\:pushExtends\\(\\) has parameter \\$origin w…
1234 …message: "#^Method ScssPhp\\\\ScssPhp\\\\Compiler\\:\\:pushExtends\\(\\) has parameter \\$target w…
1489 …message: "#^Parameter \\#2 \\$origin of method ScssPhp\\\\ScssPhp\\\\Compiler\\:\\:pushExtends\\(\…
/dports/www/itop/web/lib/scssphp/src/
H A DCompiler.php195 protected function pushExtends($target, $origin, $block) function in Leafo\\ScssPhp\\Compiler
1201 $this->pushExtends($result, $out->selectors, $child);
/dports/www/opencart/opencart-3.0.3.8/upload/system/storage/vendor/scssphp/scssphp/src/
H A DCompiler.php369 protected function pushExtends($target, $origin, $block) function in ScssPhp\\ScssPhp\\Compiler
2656 $this->pushExtends($result, $selectors, $child);
7464 $this->pushExtends(reset($es), $extender, null);
/dports/www/tikiwiki/tiki-21.2/vendor_bundled/vendor/scssphp/scssphp/src/
H A DCompiler.php369 protected function pushExtends($target, $origin, $block) function in ScssPhp\\ScssPhp\\Compiler
2656 $this->pushExtends($result, $selectors, $child);
7464 $this->pushExtends(reset($es), $extender, null);
/dports/www/moodle310/moodle/lib/scssphp/
H A DCompiler.php354 protected function pushExtends($target, $origin, $block) function in ScssPhp\\ScssPhp\\Compiler
2576 $this->pushExtends($result, $selectors, $child);
7253 $this->pushExtends(reset($es), $extender, null);
/dports/www/moodle39/moodle/lib/scssphp/
H A DCompiler.php354 protected function pushExtends($target, $origin, $block) function in ScssPhp\\ScssPhp\\Compiler
2576 $this->pushExtends($result, $selectors, $child);
7253 $this->pushExtends(reset($es), $extender, null);
/dports/www/nextcloud/nextcloud/3rdparty/scssphp/scssphp/src/
H A DCompiler.php514 protected function pushExtends($target, $origin, $block) function in ScssPhp\\ScssPhp\\Compiler
2894 $this->pushExtends($result, $selectors, $child);
8583 $this->pushExtends(reset($es), $extender, null);
/dports/www/moodle311/moodle/lib/scssphp/
H A DCompiler.php514 protected function pushExtends($target, $origin, $block) function in ScssPhp\\ScssPhp\\Compiler
2894 $this->pushExtends($result, $selectors, $child);
8583 $this->pushExtends(reset($es), $extender, null);
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/scssphp/scssphp/src/
H A DCompiler.php668 protected function pushExtends($target, $origin, $block) function in ScssPhp\\ScssPhp\\Compiler
3090 $this->pushExtends($result, $selectors, $child);
9696 $this->pushExtends(reset($es), $extender, null);
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/scssphp/scssphp/docs/docs/
H A Dchangelog.md214 * Replace self selector in target part before the pushExtends() (Cerdic)