Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/eknkc/amber
/ functions
Functions
148 in github.com/eknkc/amber
⨍
Functions
148
◇
Types & classes
22
Function
ByteParser
(input []byte)
parser/parser.go:34
Function
CompileData
Compile parses and compiles the supplied amber template []byte. Returns corresponding Go Template (html/templates) instance. Necessary runtime functio
compiler.go:128
Function
Failing_Test_CompileDir
(t *testing.T)
amber_test.go:354
Method
MethodWithArg
(s string)
amber_test.go:262
Function
MustCompile
MustCompile is the same as Compile, except the input is assumed error free. If else, panic.
compiler.go:141
Function
MustCompileDir
MustCompileDir is the same as CompileDir, except input is assumed error free. If else, panic.
compiler.go:231
Function
MustCompileFile
MustCompileFile is the same as CompileFile, except the input is assumed error free. If else, panic.
compiler.go:164
Method
Pos
()
parser/nodes.go:44
Method
Pos
()
parser/scanner.go:75
Function
StringParser
(input string)
parser/parser.go:30
Function
Test_ArithmeticExpression
(t *testing.T)
amber_test.go:216
Function
Test_Attribute
(t *testing.T)
amber_test.go:157
Function
Test_BooleanExpression
(t *testing.T)
amber_test.go:226
Function
Test_ClassName
(t *testing.T)
amber_test.go:133
Function
Test_ConditionEvaluation
(t *testing.T)
amber_test.go:332
Function
Test_Doctype
(t *testing.T)
amber_test.go:9
Function
Test_Dollar_In_TagAttributes
(t *testing.T)
amber_test.go:320
Function
Test_Empty
(t *testing.T)
amber_test.go:206
Function
Test_EmptyAttribute
(t *testing.T)
amber_test.go:179
Function
Test_FuncCall
(t *testing.T)
amber_test.go:236
Function
Test_FuncMapFunctionCall
(t *testing.T)
amber_test.go:246
Function
Test_Id
(t *testing.T)
amber_test.go:146
Function
Test_Mixin
(t *testing.T)
amber_test.go:32
Function
Test_Mixin_MultiArguments
(t *testing.T)
amber_test.go:60
Function
Test_Mixin_NameWithDashes
(t *testing.T)
amber_test.go:74
Function
Test_Mixin_NoArguments
(t *testing.T)
amber_test.go:46
Function
Test_Mixin_NotEnoughArguments
(t *testing.T)
amber_test.go:103
Function
Test_Mixin_TooManyArguments
(t *testing.T)
amber_test.go:118
Function
Test_Mixin_Unknown
(t *testing.T)
amber_test.go:88
Function
Test_MultipleClasses
(t *testing.T)
amber_test.go:169
Function
Test_Multiple_File_Inheritance
(t *testing.T)
amber_test.go:278
Function
Test_Nesting
(t *testing.T)
amber_test.go:19
Function
Test_RawText
(t *testing.T)
amber_test.go:189
Function
Test_Recursion_In_Blocks
(t *testing.T)
amber_test.go:304
Function
Test_StructMethodCall
(t *testing.T)
amber_test.go:266
Function
generate
(tpl string)
amber_test.go:466
Function
init
()
amberc/cli.go:14
Function
main
()
amberc/cli.go:24
Function
runtime_add
(x, y interface{})
runtime.go:26
Function
runtime_gtr
(x, y interface{})
runtime.go:275
Function
runtime_json
(x interface{})
runtime.go:279
Function
runtime_minus
(x interface{})
runtime.go:160
Function
runtime_mul
(x, y interface{})
runtime.go:93
Function
runtime_plus
(x interface{})
runtime.go:172
Function
runtime_quo
(x, y interface{})
runtime.go:119
Function
runtime_rem
(x, y interface{})
runtime.go:145
Function
runtime_sub
(x, y interface{})
runtime.go:67
Function
runtime_unescaped
(x string)
runtime.go:285
← previous
101–148 of 148, ranked by callers