/home/techb158/immovalet.com/vendor/sabberworm/php-css-parser/lib/Sabberworm/CSS
NameSizeModeActions
Comment/-0755rm
CSSList/-0755rm
Parsing/-0755rm
Property/-0755rm
Rule/-0755rm
RuleSet/-0755rm
Value/-0755rm
OutputFormat.php87510644editdlrm
Parser.php8860644editdlrm
Renderable.php1890644editdlrm
Settings.php13400644editdlrm
Edit: /home/techb158/immovalet.com/vendor/sabberworm/php-css-parser/lib/Sabberworm/CSS/Settings.php (1340B)
bMultibyteSupport = extension_loaded('mbstring'); } public static function create() { return new Settings(); } public function withMultibyteSupport($bMultibyteSupport = true) { $this->bMultibyteSupport = $bMultibyteSupport; return $this; } public function withDefaultCharset($sDefaultCharset) { $this->sDefaultCharset = $sDefaultCharset; return $this; } public function withLenientParsing($bLenientParsing = true) { $this->bLenientParsing = $bLenientParsing; return $this; } public function beStrict() { return $this->withLenientParsing(false); } }