Home
last modified time | relevance | path

Searched refs:T_MIXIN (Results 1 – 23 of 23) sorted by relevance

/dports/www/itop/web/lib/scssphp/src/
H A DType.php53 const T_MIXIN = 'mixin'; define in Leafo\\ScssPhp\\Type
H A DCompiler.php1189 case Type::T_MIXIN:
/dports/www/moodle310/moodle/lib/scssphp/
H A DType.php54 const T_MIXIN = 'mixin'; define in ScssPhp\\ScssPhp\\Type
H A DParser.php373 $mixin = $this->pushSpecialBlock(Type::T_MIXIN, $s);
H A DCompiler.php2555 case Type::T_MIXIN:
/dports/www/moodle39/moodle/lib/scssphp/
H A DType.php54 const T_MIXIN = 'mixin'; define in ScssPhp\\ScssPhp\\Type
H A DParser.php373 $mixin = $this->pushSpecialBlock(Type::T_MIXIN, $s);
H A DCompiler.php2555 case Type::T_MIXIN:
/dports/www/opencart/opencart-3.0.3.8/upload/system/storage/vendor/scssphp/scssphp/src/
H A DType.php55 const T_MIXIN = 'mixin'; define in ScssPhp\\ScssPhp\\Type
H A DParser.php390 $mixin = $this->pushSpecialBlock(Type::T_MIXIN, $s);
H A DCompiler.php2635 case Type::T_MIXIN:
/dports/www/tikiwiki/tiki-21.2/vendor_bundled/vendor/scssphp/scssphp/src/
H A DType.php55 const T_MIXIN = 'mixin'; define in ScssPhp\\ScssPhp\\Type
H A DParser.php390 $mixin = $this->pushSpecialBlock(Type::T_MIXIN, $s);
H A DCompiler.php2635 case Type::T_MIXIN:
/dports/www/nextcloud/nextcloud/3rdparty/scssphp/scssphp/src/
H A DType.php60 const T_MIXIN = 'mixin'; define in ScssPhp\\ScssPhp\\Type
H A DParser.php467 $mixin = $this->pushSpecialBlock(Type::T_MIXIN, $s);
H A DCompiler.php2872 case Type::T_MIXIN:
/dports/www/moodle311/moodle/lib/scssphp/
H A DType.php60 const T_MIXIN = 'mixin'; define in ScssPhp\\ScssPhp\\Type
H A DParser.php467 $mixin = $this->pushSpecialBlock(Type::T_MIXIN, $s);
H A DCompiler.php2872 case Type::T_MIXIN:
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/scssphp/scssphp/src/
H A DType.php61 const T_MIXIN = 'mixin'; define in ScssPhp\\ScssPhp\\Type
H A DParser.php480 $mixin = $this->pushSpecialBlock(Type::T_MIXIN, $s);
H A DCompiler.php3044 case Type::T_MIXIN: