CWIS Developer Documentation
|
SCSS compiler written in PHP. More...
Public Member Functions | |
compile ($code, $name=null) | |
Compile scss. More... | |
normalizeValue ($value) | |
toBool ($thing) | |
get ($name, $defaultValue=null, $env=null) | |
setVariables (array $variables) | |
Set variables. More... | |
unsetVariable ($name) | |
Unset variable. More... | |
getParsedFiles () | |
addImportPath ($path) | |
setImportPaths ($path) | |
setNumberPrecision ($numberPrecision) | |
setFormatter ($formatterName) | |
registerFunction ($name, $func) | |
unregisterFunction ($name) | |
findImport ($url) | |
assertList ($value) | |
assertColor ($value) | |
assertNumber ($value) | |
toHSL ($red, $green, $blue) | |
hueToRGB ($m1, $m2, $h) | |
toRGB ($hue, $saturation, $lightness) | |
throwError ($msg=null) | |
Static Public Attributes | |
static | $VERSION = 'v0.0.12' |
static | $true = array("keyword", "true") |
static | $false = array("keyword", "false") |
static | $null = array("null") |
static | $defaultValue = array("keyword", "") |
static | $selfSelector = array("self") |
Protected Member Functions | |
isSelfExtend ($target, $origin) | |
pushExtends ($target, $origin) | |
makeOutputBlock ($type, $selectors=null) | |
matchExtendsSingle ($single, &$outOrigin) | |
combineSelectorSingle ($base, $other) | |
matchExtends ($selector, &$out, $from=0, $initial=true) | |
flattenSelectors ($block, $parentKey=null) | |
compileRoot ($rootBlock) | |
compileMedia ($media) | |
mediaParent ($scope) | |
compileNestedBlock ($block, $selectors) | |
compileBlock ($block) | |
Recursively compiles a block. More... | |
flattenSelectorSingle ($single) | |
evalSelector ($selector) | |
evalSelectorPart ($piece) | |
compileSelector ($selector) | |
compileSelectorPart ($piece) | |
hasSelectorPlaceholder ($selector) | |
compileChildren ($stms, $out) | |
compileMediaQuery ($queryList) | |
mergeMediaTypes ($type1, $type2) | |
compileImport ($rawPath, $out) | |
compileChild ($child, $out) | |
expToString ($exp) | |
isTruthy ($value) | |
shouldEval ($value) | |
reduce ($value, $inExp=false) | |
normalizeNumber ($number) | |
coerceUnit ($number, $unit) | |
op_add_number_number ($left, $right) | |
op_mul_number_number ($left, $right) | |
op_sub_number_number ($left, $right) | |
op_div_number_number ($left, $right) | |
op_mod_number_number ($left, $right) | |
op_add ($left, $right) | |
op_and ($left, $right, $shouldEval) | |
op_or ($left, $right, $shouldEval) | |
op_color_color ($op, $left, $right) | |
op_color_number ($op, $left, $right) | |
op_number_color ($op, $left, $right) | |
op_eq ($left, $right) | |
op_neq ($left, $right) | |
op_gte_number_number ($left, $right) | |
op_gt_number_number ($left, $right) | |
op_lte_number_number ($left, $right) | |
op_lt_number_number ($left, $right) | |
compileValue ($value) | |
Compiles a primitive value into a CSS property value. More... | |
compileStringContent ($string) | |
extractInterpolation ($list) | |
multiplySelectors ($env) | |
joinSelectors ($parent, $child) | |
multiplyMedia ($env, $childQueries=null) | |
coerceList ($item, $delim=",") | |
applyArguments ($argDef, $argValues) | |
pushEnv ($block=null) | |
normalizeName ($name) | |
getStoreEnv () | |
set ($name, $value, $shadow=false) | |
setExisting ($name, $value, $env=null) | |
setRaw ($name, $value) | |
injectVariables (array $args) | |
popEnv () | |
importFile ($path, $out) | |
fileExists ($name) | |
callBuiltin ($name, $args, &$returnValue) | |
sortArgs ($prototype, $args) | |
coerceForExpression ($value) | |
coerceColor ($value) | |
coerceString ($value) | |
coercePercent ($value) | |
fixColor ($c) | |
lib_if ($args) | |
lib_index ($args) | |
lib_rgb ($args) | |
lib_rgba ($args) | |
alter_color ($args, $fn) | |
adjust_color_helper ($base, $alter, $i) | |
lib_adjust_color ($args) | |
change_color_helper ($base, $alter, $i) | |
lib_change_color ($args) | |
scale_color_helper ($base, $scale, $i) | |
lib_scale_color ($args) | |
lib_ie_hex_str ($args) | |
lib_red ($args) | |
lib_green ($args) | |
lib_blue ($args) | |
lib_alpha ($args) | |
lib_opacity ($args) | |
lib_mix ($args) | |
lib_hsl ($args) | |
lib_hsla ($args) | |
lib_hue ($args) | |
lib_saturation ($args) | |
lib_lightness ($args) | |
adjustHsl ($color, $idx, $amount) | |
lib_adjust_hue ($args) | |
lib_lighten ($args) | |
lib_darken ($args) | |
lib_saturate ($args) | |
lib_desaturate ($args) | |
lib_grayscale ($args) | |
lib_complement ($args) | |
lib_invert ($args) | |
lib_opacify ($args) | |
lib_fade_in ($args) | |
lib_transparentize ($args) | |
lib_fade_out ($args) | |
lib_unquote ($args) | |
lib_quote ($args) | |
lib_percentage ($args) | |
lib_round ($args) | |
lib_floor ($args) | |
lib_ceil ($args) | |
lib_abs ($args) | |
lib_min ($args) | |
lib_max ($args) | |
getNormalizedNumbers ($args) | |
lib_length ($args) | |
lib_nth ($args) | |
listSeparatorForJoin ($list1, $sep) | |
lib_join ($args) | |
lib_append ($args) | |
lib_zip ($args) | |
lib_type_of ($args) | |
lib_unit ($args) | |
lib_unitless ($args) | |
lib_comparable ($args) | |
lib_counter ($args) | |
Workaround IE7's content counter bug. More... | |
Protected Attributes | |
$importPaths = array("") | |
$importCache = array() | |
$userFunctions = array() | |
$registeredVars = array() | |
$numberPrecision = 5 | |
$formatter = "scss_formatter_nested" | |
Static Protected Attributes | |
static | $operatorNames |
static | $namespaces |
static | $unitTable |
static | $lib_if = array("condition", "if-true", "if-false") |
static | $lib_index = array("list", "value") |
static | $lib_rgb = array("red", "green", "blue") |
static | $lib_rgba |
static | $lib_adjust_color |
static | $lib_change_color |
static | $lib_scale_color |
static | $lib_ie_hex_str = array("color") |
static | $lib_red = array("color") |
static | $lib_green = array("color") |
static | $lib_blue = array("color") |
static | $lib_alpha = array("color") |
static | $lib_opacity = array("color") |
static | $lib_mix = array("color-1", "color-2", "weight") |
static | $lib_hsl = array("hue", "saturation", "lightness") |
static | $lib_hsla |
static | $lib_hue = array("color") |
static | $lib_saturation = array("color") |
static | $lib_lightness = array("color") |
static | $lib_adjust_hue = array("color", "degrees") |
static | $lib_lighten = array("color", "amount") |
static | $lib_darken = array("color", "amount") |
static | $lib_saturate = array("color", "amount") |
static | $lib_desaturate = array("color", "amount") |
static | $lib_grayscale = array("color") |
static | $lib_complement = array("color") |
static | $lib_invert = array("color") |
static | $lib_opacify = array("color", "amount") |
static | $lib_fade_in = array("color", "amount") |
static | $lib_transparentize = array("color", "amount") |
static | $lib_fade_out = array("color", "amount") |
static | $lib_unquote = array("string") |
static | $lib_quote = array("string") |
static | $lib_percentage = array("value") |
static | $lib_round = array("value") |
static | $lib_floor = array("value") |
static | $lib_ceil = array("value") |
static | $lib_abs = array("value") |
static | $lib_length = array("list") |
static | $lib_nth = array("list", "n") |
static | $lib_join = array("list1", "list2", "separator") |
static | $lib_append = array("list", "val", "separator") |
static | $lib_type_of = array("value") |
static | $lib_unit = array("number") |
static | $lib_unitless = array("number") |
static | $lib_comparable = array("number-1", "number-2") |
static | $cssColors |
CSS Colors. More... | |
SCSS compiler written in PHP.
http://opensource.org/licenses/gpl-license GPL-3.0 http://opensource.org/licenses/MIT MIT
The scss compiler and parser. Converting SCSS to CSS is a three stage process. The incoming file is parsed by scss_parser
into a syntax tree, then it is compiled into another tree representing the CSS structure by scssc
. The CSS tree is fed into a formatter, like scss_formatter
which then outputs CSS as a string. During the first compile, all values are reduced, which means that their types are brought to the lowest form before being dump as strings. This handles math equations, variable dereferences, and the like. The parse
function of scssc
is the entry point. In summary: The scssc
class creates an instance of the parser, feeds it SCSS code, then transforms the resulting tree to a CSS tree. This class also holds the evaluation context, such as all available mixins and variables at any given time. The scss_parser
class is only concerned with parsing its input. The scss_formatter
takes a CSS tree, and dumps it to a formatted string, handling things like indentation. SCSS compiler Leaf Corcoran leafo t@gm ail.c om
|
protected |
|
protected |
Definition at line 2167 of file scssc.php.
References toHSL(), and toRGB().
Referenced by lib_adjust_hue(), lib_complement(), lib_darken(), lib_desaturate(), lib_grayscale(), lib_lighten(), and lib_saturate().
|
protected |
Definition at line 1970 of file scssc.php.
References assertColor(), assertNumber(), toHSL(), and toRGB().
Referenced by lib_adjust_color(), lib_change_color(), and lib_scale_color().
|
protected |
Definition at line 1435 of file scssc.php.
References reduce(), and throwError().
Referenced by compileChild(), and reduce().
scssc::assertColor | ( | $value | ) |
Definition at line 1828 of file scssc.php.
References coerceColor(), and throwError().
Referenced by alter_color(), lib_adjust_hue(), lib_complement(), lib_darken(), lib_desaturate(), lib_grayscale(), lib_hue(), lib_invert(), lib_lighten(), lib_lightness(), lib_mix(), lib_opacify(), lib_saturate(), lib_saturation(), and lib_transparentize().
scssc::assertList | ( | $value | ) |
Definition at line 1822 of file scssc.php.
References throwError().
Referenced by lib_index(), and lib_zip().
scssc::assertNumber | ( | $value | ) |
Definition at line 1833 of file scssc.php.
References throwError().
Referenced by alter_color(), lib_adjust_hue(), lib_nth(), and lib_rgba().
|
protected |
Definition at line 1706 of file scssc.php.
References normalizeName(), reduce(), and sortArgs().
Referenced by reduce().
|
protected |
|
protected |
Definition at line 1795 of file scssc.php.
Referenced by assertColor(), coerceForExpression(), lib_alpha(), lib_blue(), lib_green(), lib_ie_hex_str(), lib_red(), lib_rgba(), and lib_type_of().
|
protected |
Definition at line 1787 of file scssc.php.
References coerceColor().
Referenced by normalizeValue(), and reduce().
|
protected |
Definition at line 1427 of file scssc.php.
Referenced by compileChild(), lib_append(), lib_join(), lib_length(), and lib_nth().
|
protected |
Definition at line 1839 of file scssc.php.
Referenced by lib_darken(), lib_desaturate(), lib_lighten(), lib_mix(), lib_opacify(), lib_percentage(), lib_saturate(), and lib_transparentize().
|
protected |
|
protected |
|
protected |
Definition at line 222 of file scssc.php.
Referenced by matchExtendsSingle().
scssc::compile | ( | $code, | |
$name = null |
|||
) |
Compile scss.
string | $code | |
string | $name |
Definition at line 106 of file scssc.php.
References compileRoot(), injectVariables(), popEnv(), and pushEnv().
Referenced by scss_server\serve().
|
protected |
Recursively compiles a block.
A block is analogous to a CSS block in most cases. A single SCSS document is encapsulated in a block when parsed, but it does not have parent tags so all of its children appear on the root level when compiled.
Blocks are made up of selectors and children.
The children of a block are just all the blocks that are defined within.
Compiling the block involves pushing a fresh environment on the stack, and iterating through the props, compiling each one.
\StdClass | $block |
Definition at line 411 of file scssc.php.
References compileChildren(), makeOutputBlock(), multiplySelectors(), popEnv(), and pushEnv().
Referenced by compileChild().
|
protected |
Definition at line 631 of file scssc.php.
References applyArguments(), coerceList(), compileBlock(), compileChildren(), compileImport(), compileMedia(), compileNestedBlock(), compileValue(), evalSelector(), isTruthy(), popEnv(), pushEnv(), pushExtends(), reduce(), setRaw(), and throwError().
Referenced by compileChildren().
|
protected |
Definition at line 509 of file scssc.php.
References compileChild().
Referenced by compileBlock(), compileChild(), compileMedia(), compileNestedBlock(), compileRoot(), importFile(), and reduce().
|
protected |
Definition at line 604 of file scssc.php.
References compileStringContent(), findImport(), and importFile().
Referenced by compileChild().
|
protected |
Definition at line 331 of file scssc.php.
References compileChildren(), compileMediaQuery(), makeOutputBlock(), mediaParent(), multiplyMedia(), popEnv(), and pushEnv().
Referenced by compileChild().
|
protected |
Definition at line 516 of file scssc.php.
References compileValue(), and mergeMediaTypes().
Referenced by compileMedia().
|
protected |
Definition at line 382 of file scssc.php.
References compileChildren(), makeOutputBlock(), popEnv(), and pushEnv().
Referenced by compileChild().
|
protected |
Definition at line 323 of file scssc.php.
References compileChildren(), flattenSelectors(), and makeOutputBlock().
Referenced by compile().
|
protected |
Definition at line 470 of file scssc.php.
Referenced by flattenSelectors().
|
protected |
Definition at line 477 of file scssc.php.
References compileValue().
|
protected |
Definition at line 1316 of file scssc.php.
References compileValue().
Referenced by compileImport(), and compileValue().
|
protected |
Compiles a primitive value into a CSS property value.
Values in scssphp are typed by being wrapped in arrays, their format is typically:
array(type, contents [, additional_contents]*)
The input is expected to be reduced. This function will not work on things like expressions and variables.
array | $value |
Definition at line 1232 of file scssc.php.
References compileStringContent(), extractInterpolation(), reduce(), and throwError().
Referenced by compileChild(), compileMediaQuery(), compileSelectorPart(), compileStringContent(), evalSelectorPart(), listSeparatorForJoin(), normalizeValue(), and op_eq().
|
protected |
Definition at line 447 of file scssc.php.
Referenced by compileChild().
|
protected |
Definition at line 451 of file scssc.php.
References compileValue(), and flattenSelectorSingle().
|
protected |
|
protected |
Definition at line 1330 of file scssc.php.
Referenced by compileValue(), and normalizeValue().
|
protected |
Definition at line 1702 of file scssc.php.
Referenced by findImport().
scssc::findImport | ( | $url | ) |
Definition at line 1667 of file scssc.php.
References fileExists().
Referenced by compileImport().
|
protected |
Definition at line 1850 of file scssc.php.
Referenced by lib_mix(), and op_color_color().
|
protected |
Definition at line 290 of file scssc.php.
References compileSelector(), hasSelectorPlaceholder(), and matchExtends().
Referenced by compileRoot().
|
protected |
Definition at line 425 of file scssc.php.
Referenced by evalSelectorPart().
scssc::get | ( | $name, | |
$defaultValue = null , |
|||
$env = null |
|||
) |
Definition at line 1549 of file scssc.php.
References $defaultValue, getStoreEnv(), and normalizeName().
|
protected |
Definition at line 2341 of file scssc.php.
References normalizeNumber(), and throwError().
Referenced by lib_max(), and lib_min().
|
protected |
Definition at line 1520 of file scssc.php.
Referenced by get(), setExisting(), and setRaw().
|
protected |
Definition at line 494 of file scssc.php.
Referenced by flattenSelectors().
scssc::hueToRGB | ( | $m1, | |
$m2, | |||
$h | |||
) |
|
protected |
Definition at line 1646 of file scssc.php.
References compileChildren().
Referenced by compileImport().
|
protected |
|
protected |
Definition at line 137 of file scssc.php.
Referenced by pushExtends().
|
protected |
Definition at line 847 of file scssc.php.
Referenced by compileChild(), and lib_if().
|
protected |
Definition at line 1368 of file scssc.php.
Referenced by multiplySelectors().
|
protected |
Definition at line 2006 of file scssc.php.
References alter_color().
|
protected |
Definition at line 2176 of file scssc.php.
References adjustHsl(), assertColor(), and assertNumber().
|
protected |
Definition at line 2080 of file scssc.php.
References coerceColor().
Referenced by lib_opacity().
|
protected |
Definition at line 2399 of file scssc.php.
References coerceList(), and listSeparatorForJoin().
|
protected |
Definition at line 2074 of file scssc.php.
References coerceColor().
|
protected |
Definition at line 2017 of file scssc.php.
References alter_color().
|
protected |
Definition at line 2463 of file scssc.php.
References normalizeNumber(), and throwError().
|
protected |
Definition at line 2220 of file scssc.php.
References adjustHsl(), and assertColor().
|
protected |
|
protected |
Definition at line 2190 of file scssc.php.
References adjustHsl(), assertColor(), and coercePercent().
|
protected |
Definition at line 2206 of file scssc.php.
References adjustHsl(), assertColor(), and coercePercent().
|
protected |
Definition at line 2247 of file scssc.php.
References lib_opacify().
|
protected |
Definition at line 2263 of file scssc.php.
References lib_transparentize().
|
protected |
Definition at line 2213 of file scssc.php.
References adjustHsl(), and assertColor().
|
protected |
Definition at line 2068 of file scssc.php.
References coerceColor().
|
protected |
Definition at line 2147 of file scssc.php.
References assertColor(), and toHSL().
|
protected |
Definition at line 2054 of file scssc.php.
References coerceColor().
|
protected |
Definition at line 1928 of file scssc.php.
References isTruthy().
|
protected |
Definition at line 1935 of file scssc.php.
References assertList(), and normalizeValue().
|
protected |
Definition at line 2225 of file scssc.php.
References assertColor().
|
protected |
Definition at line 2390 of file scssc.php.
References coerceList(), and listSeparatorForJoin().
|
protected |
Definition at line 2365 of file scssc.php.
References coerceList().
|
protected |
Definition at line 2183 of file scssc.php.
References adjustHsl(), assertColor(), and coercePercent().
|
protected |
Definition at line 2161 of file scssc.php.
References assertColor(), and toHSL().
|
protected |
Definition at line 2329 of file scssc.php.
References getNormalizedNumbers().
|
protected |
Definition at line 2317 of file scssc.php.
References getNormalizedNumbers().
|
protected |
Definition at line 2098 of file scssc.php.
References assertColor(), coercePercent(), and fixColor().
|
protected |
Definition at line 2371 of file scssc.php.
References assertNumber(), and coerceList().
|
protected |
Definition at line 2237 of file scssc.php.
References assertColor(), and coercePercent().
Referenced by lib_fade_in().
|
protected |
Definition at line 2090 of file scssc.php.
References lib_alpha().
|
protected |
Definition at line 2283 of file scssc.php.
References coercePercent().
|
protected |
Definition at line 2062 of file scssc.php.
References coerceColor().
|
protected |
Definition at line 1957 of file scssc.php.
References assertNumber(), and coerceColor().
|
protected |
Definition at line 2197 of file scssc.php.
References adjustHsl(), assertColor(), and coercePercent().
|
protected |
Definition at line 2154 of file scssc.php.
References assertColor(), and toHSL().
|
protected |
Definition at line 2049 of file scssc.php.
References alter_color().
|
protected |
Definition at line 2253 of file scssc.php.
References assertColor(), and coercePercent().
Referenced by lib_fade_out().
|
protected |
Definition at line 2429 of file scssc.php.
References coerceColor().
|
protected |
Definition at line 2406 of file scssc.php.
References assertList().
|
protected |
Definition at line 2377 of file scssc.php.
References compileValue().
Referenced by lib_append(), and lib_join().
|
protected |
Definition at line 164 of file scssc.php.
Referenced by compileBlock(), compileMedia(), compileNestedBlock(), and compileRoot().
|
protected |
Definition at line 243 of file scssc.php.
References matchExtendsSingle().
Referenced by flattenSelectors().
|
protected |
Definition at line 176 of file scssc.php.
References combineSelectorSingle().
Referenced by matchExtends().
|
protected |
Definition at line 370 of file scssc.php.
Referenced by compileMedia().
|
protected |
Definition at line 559 of file scssc.php.
Referenced by compileMediaQuery().
|
protected |
Definition at line 1397 of file scssc.php.
Referenced by compileMedia().
|
protected |
Definition at line 1343 of file scssc.php.
References joinSelectors().
Referenced by compileBlock().
|
protected |
Definition at line 1516 of file scssc.php.
Referenced by callBuiltin(), get(), registerFunction(), set(), and unregisterFunction().
|
protected |
Definition at line 1064 of file scssc.php.
Referenced by getNormalizedNumbers(), lib_comparable(), normalizeValue(), and reduce().
scssc::normalizeValue | ( | $value | ) |
Definition at line 1042 of file scssc.php.
References coerceForExpression(), compileValue(), extractInterpolation(), normalizeNumber(), and reduce().
Referenced by lib_index().
|
protected |
Definition at line 1104 of file scssc.php.
References coerceString().
|
protected |
Definition at line 1134 of file scssc.php.
References fixColor(), op_eq(), op_neq(), and throwError().
Referenced by op_color_number(), and op_number_color().
|
protected |
Definition at line 1173 of file scssc.php.
References op_color_color().
|
protected |
Definition at line 1185 of file scssc.php.
References coerceString(), compileValue(), and toBool().
Referenced by op_color_color().
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
Definition at line 1195 of file scssc.php.
References toBool().
Referenced by op_color_color().
|
protected |
Definition at line 1179 of file scssc.php.
References op_color_color().
|
protected |
Definition at line 1612 of file scssc.php.
Referenced by compile(), compileBlock(), compileChild(), compileMedia(), compileNestedBlock(), and reduce().
|
protected |
Definition at line 1505 of file scssc.php.
Referenced by compile(), compileBlock(), compileChild(), compileMedia(), compileNestedBlock(), and reduce().
|
protected |
Definition at line 147 of file scssc.php.
References isSelfExtend().
Referenced by compileChild().
|
protected |
Definition at line 865 of file scssc.php.
References applyArguments(), callBuiltin(), coerceForExpression(), coerceUnit(), compileChildren(), expToString(), normalizeNumber(), popEnv(), pushEnv(), shouldEval(), and throwError().
Referenced by applyArguments(), callBuiltin(), compileChild(), compileValue(), expToString(), and normalizeValue().
scssc::registerFunction | ( | $name, | |
$func | |||
) |
Definition at line 1638 of file scssc.php.
References normalizeName().
|
protected |
|
protected |
Definition at line 1524 of file scssc.php.
References normalizeName(), setExisting(), and setRaw().
|
protected |
Definition at line 1534 of file scssc.php.
References getStoreEnv().
Referenced by set().
scssc::setNumberPrecision | ( | $numberPrecision | ) |
Definition at line 1630 of file scssc.php.
References $numberPrecision.
|
protected |
Definition at line 1544 of file scssc.php.
References getStoreEnv().
Referenced by compileChild(), and set().
scssc::setVariables | ( | array | $variables | ) |
|
protected |
|
protected |
Definition at line 1747 of file scssc.php.
Referenced by callBuiltin().
scssc::throwError | ( | $msg = null | ) |
Definition at line 2485 of file scssc.php.
Referenced by applyArguments(), assertColor(), assertList(), assertNumber(), compileChild(), compileValue(), getNormalizedNumbers(), lib_comparable(), op_color_color(), and reduce().
scssc::toBool | ( | $thing | ) |
Definition at line 1215 of file scssc.php.
Referenced by op_eq(), op_gt_number_number(), op_gte_number_number(), op_lt_number_number(), op_lte_number_number(), and op_neq().
scssc::toHSL | ( | $red, | |
$green, | |||
$blue | |||
) |
Definition at line 1859 of file scssc.php.
Referenced by adjustHsl(), alter_color(), lib_hue(), lib_lightness(), and lib_saturation().
scssc::toRGB | ( | $hue, | |
$saturation, | |||
$lightness | |||
) |
Definition at line 1905 of file scssc.php.
References hueToRGB().
Referenced by adjustHsl(), alter_color(), lib_hsl(), and lib_hsla().
scssc::unregisterFunction | ( | $name | ) |
Definition at line 1642 of file scssc.php.
References normalizeName().
scssc::unsetVariable | ( | $name | ) |
|
staticprotected |
|
static |
|
staticprotected |
|
staticprotected |
|
staticprotected |
|
staticprotected |
|
staticprotected |
|
staticprotected |
|
staticprotected |
|
staticprotected |
|
staticprotected |
|
staticprotected |
|
staticprotected |
|
staticprotected |
|
staticprotected |
|
staticprotected |
|
staticprotected |
|
staticprotected |
|
staticprotected |
|
staticprotected |
|
staticprotected |
|
staticprotected |
|
staticprotected |
|
staticprotected |
|
staticprotected |
|
protected |
Definition at line 94 of file scssc.php.
Referenced by setNumberPrecision().
|
staticprotected |
|
static |
Definition at line 86 of file scssc.php.
Referenced by scss_parser\selectorSingle().
|
staticprotected |
|
static |
Definition at line 46 of file scssc.php.
Referenced by scss_server\compile(), and scss_server\serve().