Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/digineo/go-uci
/ functions
Functions
207 in github.com/digineo/go-uci
⨍
Functions
207
◇
Types & classes
24
Method
Commit
()
convenience_test.go:24
Method
Del
(config, section, option string)
uci.go:267
Method
Del
(config, section, option string)
convenience_test.go:58
Method
Del
(name string)
types.go:183
Method
Del
Del removes an option with the given name. It returns whether the option actually existed.
types.go:265
Method
DelSection
(config, section string)
uci.go:342
Method
DelSection
(config, section string)
convenience_test.go:73
Method
Error
()
errors.go:13
Method
Error
()
errors.go:22
Method
Error
()
errors.go:34
Method
Error
()
errors.go:56
Method
Get
(config, section, option string)
convenience_test.go:38
Method
Get
Get fetches a section by name. Support for unnamed section notation (@foo[idx]) is present.
types.go:63
Method
GetBool
(config, section, option string)
uci.go:196
Method
GetBool
(config, section, option string)
convenience_test.go:48
Method
GetLast
(config, section, option string)
convenience_test.go:43
Method
GetSections
(config string, secType string)
uci.go:157
Method
GetSections
(config string, secType string)
convenience_test.go:33
Method
LoadConfig
(name string, forceReload bool)
uci.go:97
Method
LoadConfig
(name string, forceReload bool)
convenience_test.go:19
Method
MarshalJSON
MarshalJSON implements encoding/json.Marshaler.
items.go:25
Method
Remove
()
uci.go:423
Method
Remove
()
uci_test.go:543
Method
Rename
(newpath string)
uci.go:424
Method
Rename
(newpath string)
uci_test.go:548
Method
Revert
(configs ...string)
uci.go:146
Method
Revert
(configs ...string)
convenience_test.go:29
Method
SetType
(config, section, option string, typ OptionType, values ...string)
uci.go:245
Method
SetType
(config, section, option string, typ OptionType, values ...string)
convenience_test.go:53
Method
String
()
items.go:69
Method
String
()
items.go:136
Method
String
()
items.go:162
Method
Sync
()
uci.go:425
Method
Sync
()
uci_test.go:553
Function
TestAddAnonymousSection
(t *testing.T)
uci_test.go:186
Function
TestAddSection
(t *testing.T)
uci_test.go:164
Function
TestCommit
(t *testing.T)
uci_test.go:472
Function
TestConfigDel_Anonymous
(t *testing.T)
types_test.go:64
Function
TestConfigDel_AnonymousFirst
(t *testing.T)
types_test.go:84
Function
TestConfigDel_AnonymousLast
(t *testing.T)
types_test.go:107
Function
TestConfigDel_AnonymousOnly
(t *testing.T)
types_test.go:122
Function
TestConfigDel_MixedNamedAndAnonymous
(t *testing.T)
types_test.go:146
Function
TestConfigDel_Named
(t *testing.T)
types_test.go:52
Function
TestConfigDel_NotFound
(t *testing.T)
types_test.go:133
Function
TestConfigGet
(t *testing.T)
types_test.go:171
Function
TestConvenienceAddSection
(t *testing.T)
convenience_test.go:157
Function
TestConvenienceCommit
(t *testing.T)
convenience_test.go:94
Function
TestConvenienceDel
(t *testing.T)
convenience_test.go:149
Function
TestConvenienceDelSection
(t *testing.T)
convenience_test.go:170
Function
TestConvenienceGet
(t *testing.T)
convenience_test.go:119
Function
TestConvenienceGetBool
(t *testing.T)
convenience_test.go:139
Function
TestConvenienceGetLast
(t *testing.T)
convenience_test.go:129
Function
TestConvenienceGetSections
(t *testing.T)
convenience_test.go:109
Function
TestConvenienceLoadConfig
(t *testing.T)
convenience_test.go:83
Function
TestConvenienceRevert
(t *testing.T)
convenience_test.go:102
Function
TestDel
(t *testing.T)
uci_test.go:322
Function
TestDelSection
(t *testing.T)
uci_test.go:215
Function
TestDelSection_Anonymous
(t *testing.T)
uci_test.go:240
Function
TestDelSection_AnonymousAll
(t *testing.T)
uci_test.go:282
Function
TestDelSection_AnonymousFirst
(t *testing.T)
uci_test.go:260
Function
TestGet
(t *testing.T)
uci_test.go:299
Function
TestGetBool_False
(t *testing.T)
uci_test.go:419
Function
TestGetBool_Other
(t *testing.T)
uci_test.go:441
Function
TestGetBool_True
(t *testing.T)
uci_test.go:430
Function
TestGetLast_Failure
(t *testing.T)
uci_test.go:410
Function
TestGetLast_Success
(t *testing.T)
uci_test.go:399
Function
TestGetSections
(t *testing.T)
uci_test.go:134
Function
TestItemString
(t *testing.T)
items_test.go:49
Function
TestItemTypeString
(t *testing.T)
items_test.go:9
Function
TestLexer
(t *testing.T)
lexer_test.go:8
Function
TestListDelete
(t *testing.T)
uci_test.go:384
Function
TestLoadConfig
(t *testing.T)
uci_test.go:48
Function
TestLoadConfig_forceReload
(t *testing.T)
uci_test.go:79
Function
TestLoadConfig_invalidFile
(t *testing.T)
uci_test.go:94
Function
TestLoadConfig_nonExistent
(t *testing.T)
uci_test.go:70
Function
TestMain
(m *testing.M)
convenience_test.go:78
Function
TestParser
(t *testing.T)
parser_test.go:8
Function
TestRevert
(t *testing.T)
uci_test.go:450
Function
TestScanTokenString
(t *testing.T)
items_test.go:30
Function
TestSet
(t *testing.T)
uci_test.go:358
Function
TestTokenString
(t *testing.T)
items_test.go:83
Function
TestUnmangleSectionName
(t *testing.T)
types_test.go:9
Function
TestWriteConfig
(t *testing.T)
uci_test.go:104
Method
UnmarshalJSON
UnmarshalJSON implements encoding/json.Unmarshaler.
items.go:37
Method
Write
(p []byte)
uci_test.go:524
Function
lexComment
(l *lexer)
lexer.go:235
Function
lexConfig
(l *lexer)
lexer.go:261
Function
lexConfigType
(l *lexer)
lexer.go:268
Function
lexKeyword
(l *lexer)
lexer.go:207
Function
lexList
(l *lexer)
lexer.go:296
Function
lexOption
(l *lexer)
lexer.go:289
Function
lexOptionName
(l *lexer)
lexer.go:303
Function
lexOptionalName
(l *lexer)
lexer.go:275
Function
lexPackage
(l *lexer)
lexer.go:241
Function
lexPackageName
(l *lexer)
lexer.go:247
Function
lexQuoted
lexQuote scans a quoted string.
lexer.go:318
Function
lexUnquoted
(l *lexer)
lexer.go:343
Function
lexValue
(l *lexer)
lexer.go:310
Method
mk
(items ...item)
test_test.go:33
Function
scanListName
scanListName looks for a name of a list option.
parser.go:183
← previous
next →
101–200 of 207, ranked by callers