MCPcopy Create free account

hub / github.com/c9s/c6 / functions

Functions854 in github.com/c9s/c6

MethodCanBeNode
()
ast/variable.go:9
MethodCanBeNode
()
ast/color_hsl.go:18
MethodCanBeNode
()
ast/color_hsl.go:49
MethodCanBeNode
()
ast/color_hsv.go:14
MethodCanBeNode
()
ast/interpolation.go:9
MethodCanBeStmt
()
ast/charset_stmt.go:8
MethodCanBeStmt
()
ast/if_stmt.go:10
MethodCanBeStmt
()
ast/font_face_stmt.go:7
MethodCanBeStmt
()
ast/function.go:9
MethodCanBeStmt
Complete the statement interface
ast/ruleset.go:21
MethodCanBeStmt
()
ast/statement.go:4
MethodCanBeStmt
()
ast/statement.go:20
MethodCanBeStmt
()
ast/for_stmt.go:11
MethodCanBeStmt
()
ast/variable_assignment.go:20
MethodCanBeStmt
()
ast/return_stmt.go:8
MethodCanBeStmt
()
ast/media_query_stmt.go:20
MethodCanBeStmt
()
ast/mixin_stmt.go:12
MethodCanBeStmt
()
ast/include_stmt.go:10
MethodCanBeStmt
()
ast/content_stmt.go:7
MethodCanBeStmt
()
ast/while_stmt.go:9
MethodCanBeStmt
()
ast/extend_stmt.go:7
MethodCanBeStmt
()
ast/import_stmt.go:57
MethodCanBeStmt
()
ast/property.go:22
MethodCanBeStmt
()
ast/log_stmt.go:8
MethodCompileComplexSelector
(sel *ast.ComplexSelector)
compiler/compact_compiler.go:55
MethodDisableCompliant
* * Disable compliant */
compiler/compact_compiler.go:47
MethodDouble
()
ast/number.go:42
MethodDump
()
lexer/lexer.go:459
MethodError
()
parser/errors.go:28
MethodError
()
parser/errors.go:57
MethodError
()
runtime/compute.go:17
FunctionEvaluateExpr
* EvaluateExpr calls EvaluateBinaryExpr. except EvaluateExpr prevents calculate css slash as division. otherwise it's the same as EvaluateBinaryExpr.
runtime/compute.go:408
FunctionEvaluateFunctionCall
(fcall ast.FunctionCall, context *Context)
runtime/compute.go:430
MethodGet
(name string)
symtable/function.go:23
MethodGet
(name string)
symtable/symtable.go:21
MethodGet
(name string)
symtable/mixin.go:21
MethodGet
(name string)
symtable/variable.go:21
MethodGetSubRuleSets
()
ast/ruleset.go:16
MethodGetValueType
()
ast/number.go:30
MethodGetValueType
()
ast/map.go:28
MethodGetValueType
()
ast/compute.go:4
MethodGetValueType
()
ast/list.go:17
MethodHSLAColor
()
ast/color_hsl.go:19
MethodHas
(name string)
symtable/function.go:36
MethodHas
(name string)
symtable/symtable.go:34
MethodHas
(name string)
symtable/mixin.go:34
MethodHas
(name string)
symtable/variable.go:34
MethodHex
NOTE: 8 char hex color is only supported by IE.
ast/color_rgba.go:27
MethodInsert
(obj *Object)
ast/scope.go:21
MethodInteger
()
ast/number.go:46
MethodIsDouble
* Check if the number is a floating value. */
ast/number.go:26
MethodIsOneOfTypes
(types []TokenType)
ast/token.go:189
MethodIsSelectorCombinator
()
ast/token.go:126
MethodIsSimpleExpr
* If any of left or right is variable, than it's constant expression. this is used to eliminate simple expression when the parser is parsing... Pleas
ast/expr.go:50
MethodLen
Len is part of sort.Interface.
ast/function_call_argument.go:35
MethodLength
()
ast/compound_selector.go:11
MethodLess
Less is part of sort.Interface. It is implemented by calling the "by" closure in the sorter.
ast/function_call_argument.go:45
MethodLookup
(name string)
ast/argument_list.go:16
MethodMerge
(a *FunctionSymTable)
symtable/function.go:30
MethodMerge
(a *SymTable)
symtable/symtable.go:28
MethodMerge
(a *MixinSymTable)
symtable/mixin.go:28
MethodMerge
(a *VarSymTable)
symtable/variable.go:28
MethodMergeBlock
(block *Block)
ast/block.go:23
MethodMergeStmts
(stmts *StmtList)
ast/declaration_block.go:42
MethodMergeStmts
(stmts *StmtList)
ast/block.go:29
FunctionNewAdjacentCombinatorWithToken
(token *Token)
ast/selector_combinator.go:17
FunctionNewArgumentList
()
ast/argument_list.go:23
FunctionNewArgumentWithToken
(name *Token)
ast/argument.go:17
FunctionNewAssignStmt
(variable *Variable, expr Expr)
ast/variable_assignment.go:26
FunctionNewAttributeSelector
(name, match, pattern *Token)
ast/selector.go:83
FunctionNewAttributeSelectorNameOnly
(name *Token)
ast/selector.go:87
FunctionNewBlock
()
ast/block.go:12
FunctionNewBoolean
(val bool)
ast/boolean.go:33
FunctionNewBooleanFalse
(token *Token)
ast/boolean.go:29
FunctionNewBooleanTrue
(token *Token)
ast/boolean.go:25
FunctionNewBooleanWithToken
(tok *Token)
ast/boolean.go:37
FunctionNewCharsetStmtWithToken
(token *Token)
ast/charset_stmt.go:14
FunctionNewChildCombinator
()
ast/selector_combinator.go:60
FunctionNewChildCombinatorWithToken
(token *Token)
ast/selector_combinator.go:56
FunctionNewClassSelectorWithToken
(token *Token)
ast/selector.go:60
FunctionNewCommaSepList
()
ast/list.go:47
FunctionNewComplexSelector
(sel *CompoundSelector)
ast/complex_selector.go:33
FunctionNewCompoundSelector
()
ast/compound_selector.go:22
FunctionNewContentStmtWithToken
(tok *Token)
ast/content_stmt.go:13
FunctionNewContext
()
runtime/context.go:18
FunctionNewDeclBlock
(parentRuleSet *RuleSet)
ast/declaration_block.go:23
FunctionNewDescendantCombinator
()
ast/selector_combinator.go:29
FunctionNewDescendantCombinatorWithToken
(token *Token)
ast/selector_combinator.go:25
FunctionNewExtendStmt
()
ast/extend_stmt.go:10
FunctionNewFile
NewFile stat the file to get the file info
ast/file.go:13
FunctionNewForStmt
(variable *Variable)
ast/for_stmt.go:17
FunctionNewFunctionCallWithToken
(token *Token)
ast/function_call.go:25
FunctionNewFunctionSymTable
type FunctionFunctionSymTable map[string]*ast.Function
symtable/function.go:15
FunctionNewFunctionWithToken
(tok *Token)
ast/function.go:12
FunctionNewFunctionalPseudoSelectorWithToken
(token *Token)
ast/selector.go:139
FunctionNewGeneralSiblingCombinator
()
ast/selector_combinator.go:38
FunctionNewGeneralSiblingCombinatorWithToken
(token *Token)
ast/selector_combinator.go:42
FunctionNewHexColorFromToken
(token *Token)
ast/color.go:35
FunctionNewIdSelectorWithToken
(token *Token)
ast/selector.go:44
FunctionNewIdentWithToken
(token *Token)
ast/ident.go:13
← previousnext →301–400 of 854, ranked by callers