MCPcopy Create free account

hub / github.com/digineo/go-uci / functions

Functions207 in github.com/digineo/go-uci

MethodCommit
()
convenience_test.go:24
MethodDel
(config, section, option string)
uci.go:267
MethodDel
(config, section, option string)
convenience_test.go:58
MethodDel
(name string)
types.go:183
MethodDel
Del removes an option with the given name. It returns whether the option actually existed.
types.go:265
MethodDelSection
(config, section string)
uci.go:342
MethodDelSection
(config, section string)
convenience_test.go:73
MethodError
()
errors.go:13
MethodError
()
errors.go:22
MethodError
()
errors.go:34
MethodError
()
errors.go:56
MethodGet
(config, section, option string)
convenience_test.go:38
MethodGet
Get fetches a section by name. Support for unnamed section notation (@foo[idx]) is present.
types.go:63
MethodGetBool
(config, section, option string)
uci.go:196
MethodGetBool
(config, section, option string)
convenience_test.go:48
MethodGetLast
(config, section, option string)
convenience_test.go:43
MethodGetSections
(config string, secType string)
uci.go:157
MethodGetSections
(config string, secType string)
convenience_test.go:33
MethodLoadConfig
(name string, forceReload bool)
uci.go:97
MethodLoadConfig
(name string, forceReload bool)
convenience_test.go:19
MethodMarshalJSON
MarshalJSON implements encoding/json.Marshaler.
items.go:25
MethodRemove
()
uci.go:423
MethodRemove
()
uci_test.go:543
MethodRename
(newpath string)
uci.go:424
MethodRename
(newpath string)
uci_test.go:548
MethodRevert
(configs ...string)
uci.go:146
MethodRevert
(configs ...string)
convenience_test.go:29
MethodSetType
(config, section, option string, typ OptionType, values ...string)
uci.go:245
MethodSetType
(config, section, option string, typ OptionType, values ...string)
convenience_test.go:53
MethodString
()
items.go:69
MethodString
()
items.go:136
MethodString
()
items.go:162
MethodSync
()
uci.go:425
MethodSync
()
uci_test.go:553
FunctionTestAddAnonymousSection
(t *testing.T)
uci_test.go:186
FunctionTestAddSection
(t *testing.T)
uci_test.go:164
FunctionTestCommit
(t *testing.T)
uci_test.go:472
FunctionTestConfigDel_Anonymous
(t *testing.T)
types_test.go:64
FunctionTestConfigDel_AnonymousFirst
(t *testing.T)
types_test.go:84
FunctionTestConfigDel_AnonymousLast
(t *testing.T)
types_test.go:107
FunctionTestConfigDel_AnonymousOnly
(t *testing.T)
types_test.go:122
FunctionTestConfigDel_MixedNamedAndAnonymous
(t *testing.T)
types_test.go:146
FunctionTestConfigDel_Named
(t *testing.T)
types_test.go:52
FunctionTestConfigDel_NotFound
(t *testing.T)
types_test.go:133
FunctionTestConfigGet
(t *testing.T)
types_test.go:171
FunctionTestConvenienceAddSection
(t *testing.T)
convenience_test.go:157
FunctionTestConvenienceCommit
(t *testing.T)
convenience_test.go:94
FunctionTestConvenienceDel
(t *testing.T)
convenience_test.go:149
FunctionTestConvenienceDelSection
(t *testing.T)
convenience_test.go:170
FunctionTestConvenienceGet
(t *testing.T)
convenience_test.go:119
FunctionTestConvenienceGetBool
(t *testing.T)
convenience_test.go:139
FunctionTestConvenienceGetLast
(t *testing.T)
convenience_test.go:129
FunctionTestConvenienceGetSections
(t *testing.T)
convenience_test.go:109
FunctionTestConvenienceLoadConfig
(t *testing.T)
convenience_test.go:83
FunctionTestConvenienceRevert
(t *testing.T)
convenience_test.go:102
FunctionTestDel
(t *testing.T)
uci_test.go:322
FunctionTestDelSection
(t *testing.T)
uci_test.go:215
FunctionTestDelSection_Anonymous
(t *testing.T)
uci_test.go:240
FunctionTestDelSection_AnonymousAll
(t *testing.T)
uci_test.go:282
FunctionTestDelSection_AnonymousFirst
(t *testing.T)
uci_test.go:260
FunctionTestGet
(t *testing.T)
uci_test.go:299
FunctionTestGetBool_False
(t *testing.T)
uci_test.go:419
FunctionTestGetBool_Other
(t *testing.T)
uci_test.go:441
FunctionTestGetBool_True
(t *testing.T)
uci_test.go:430
FunctionTestGetLast_Failure
(t *testing.T)
uci_test.go:410
FunctionTestGetLast_Success
(t *testing.T)
uci_test.go:399
FunctionTestGetSections
(t *testing.T)
uci_test.go:134
FunctionTestItemString
(t *testing.T)
items_test.go:49
FunctionTestItemTypeString
(t *testing.T)
items_test.go:9
FunctionTestLexer
(t *testing.T)
lexer_test.go:8
FunctionTestListDelete
(t *testing.T)
uci_test.go:384
FunctionTestLoadConfig
(t *testing.T)
uci_test.go:48
FunctionTestLoadConfig_forceReload
(t *testing.T)
uci_test.go:79
FunctionTestLoadConfig_invalidFile
(t *testing.T)
uci_test.go:94
FunctionTestLoadConfig_nonExistent
(t *testing.T)
uci_test.go:70
FunctionTestMain
(m *testing.M)
convenience_test.go:78
FunctionTestParser
(t *testing.T)
parser_test.go:8
FunctionTestRevert
(t *testing.T)
uci_test.go:450
FunctionTestScanTokenString
(t *testing.T)
items_test.go:30
FunctionTestSet
(t *testing.T)
uci_test.go:358
FunctionTestTokenString
(t *testing.T)
items_test.go:83
FunctionTestUnmangleSectionName
(t *testing.T)
types_test.go:9
FunctionTestWriteConfig
(t *testing.T)
uci_test.go:104
MethodUnmarshalJSON
UnmarshalJSON implements encoding/json.Unmarshaler.
items.go:37
MethodWrite
(p []byte)
uci_test.go:524
FunctionlexComment
(l *lexer)
lexer.go:235
FunctionlexConfig
(l *lexer)
lexer.go:261
FunctionlexConfigType
(l *lexer)
lexer.go:268
FunctionlexKeyword
(l *lexer)
lexer.go:207
FunctionlexList
(l *lexer)
lexer.go:296
FunctionlexOption
(l *lexer)
lexer.go:289
FunctionlexOptionName
(l *lexer)
lexer.go:303
FunctionlexOptionalName
(l *lexer)
lexer.go:275
FunctionlexPackage
(l *lexer)
lexer.go:241
FunctionlexPackageName
(l *lexer)
lexer.go:247
FunctionlexQuoted
lexQuote scans a quoted string.
lexer.go:318
FunctionlexUnquoted
(l *lexer)
lexer.go:343
FunctionlexValue
(l *lexer)
lexer.go:310
Methodmk
(items ...item)
test_test.go:33
FunctionscanListName
scanListName looks for a name of a list option.
parser.go:183
← previousnext →101–200 of 207, ranked by callers