Home
last modified time | relevance | path

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

/dports/www/opencart/opencart-3.0.3.8/upload/system/storage/vendor/scssphp/scssphp/src/
H A DCompiler.php1218 $scope->selectors = $this->findScopeSelectors($previousScope, $scope->depth);
1238 protected function findScopeSelectors($scope, $depth) function in ScssPhp\\ScssPhp\\Compiler
1246 if ($s = $this->findScopeSelectors($c, $depth)) {
/dports/www/tikiwiki/tiki-21.2/vendor_bundled/vendor/scssphp/scssphp/src/
H A DCompiler.php1218 $scope->selectors = $this->findScopeSelectors($previousScope, $scope->depth);
1238 protected function findScopeSelectors($scope, $depth) function in ScssPhp\\ScssPhp\\Compiler
1246 if ($s = $this->findScopeSelectors($c, $depth)) {
/dports/www/moodle310/moodle/lib/scssphp/
H A DCompiler.php1173 $scope->selectors = $this->findScopeSelectors($previousScope, $scope->depth);
1193 protected function findScopeSelectors($scope, $depth) function in ScssPhp\\ScssPhp\\Compiler
1201 if ($s = $this->findScopeSelectors($c, $depth)) {
/dports/www/moodle39/moodle/lib/scssphp/
H A DCompiler.php1173 $scope->selectors = $this->findScopeSelectors($previousScope, $scope->depth);
1193 protected function findScopeSelectors($scope, $depth) function in ScssPhp\\ScssPhp\\Compiler
1201 if ($s = $this->findScopeSelectors($c, $depth)) {
/dports/www/nextcloud/nextcloud/3rdparty/scssphp/scssphp/src/
H A DCompiler.php1392 $scope->selectors = $this->findScopeSelectors($previousScope, $scope->depth);
1412 protected function findScopeSelectors($scope, $depth) function in ScssPhp\\ScssPhp\\Compiler
1420 if ($s = $this->findScopeSelectors($c, $depth)) {
/dports/www/moodle311/moodle/lib/scssphp/
H A DCompiler.php1392 $scope->selectors = $this->findScopeSelectors($previousScope, $scope->depth);
1412 protected function findScopeSelectors($scope, $depth) function in ScssPhp\\ScssPhp\\Compiler
1420 if ($s = $this->findScopeSelectors($c, $depth)) {
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/scssphp/scssphp/src/
H A DCompiler.php1547 $scope->selectors = $this->findScopeSelectors($previousScope, $scope->depth);
1567 protected function findScopeSelectors($scope, $depth) function in ScssPhp\\ScssPhp\\Compiler
1575 if ($s = $this->findScopeSelectors($c, $depth)) {
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/scssphp/scssphp/
H A Dphpstan-baseline.neon704 …message: "#^Method ScssPhp\\\\ScssPhp\\\\Compiler\\:\\:findScopeSelectors\\(\\) return type has no…