Home
last modified time | relevance | path

Searched refs:expectedElementInfo (Results 1 – 4 of 4) sorted by relevance

/dports/net-p2p/bitmark-recorder/bitmarkd-0.13.3/vendor/github.com/cihub/seelog/
H A Dcfg_parser.go1219 type expectedElementInfo struct { struct
1225 func optionalElement(name string) expectedElementInfo {
1226 return expectedElementInfo{name, false, false}
1228 func mandatoryElement(name string) expectedElementInfo {
1229 return expectedElementInfo{name, true, false}
1231 func multipleElements(name string) expectedElementInfo {
1232 return expectedElementInfo{name, false, true}
1234 func multipleMandatoryElements(name string) expectedElementInfo {
1235 return expectedElementInfo{name, true, true}
1238 func checkExpectedElements(node *xmlNode, elements ...expectedElementInfo) error { argument
/dports/net-p2p/bitmark/bitmarkd-0.13.3/vendor/github.com/cihub/seelog/
H A Dcfg_parser.go1219 type expectedElementInfo struct { struct
1225 func optionalElement(name string) expectedElementInfo {
1226 return expectedElementInfo{name, false, false}
1228 func mandatoryElement(name string) expectedElementInfo {
1229 return expectedElementInfo{name, true, false}
1231 func multipleElements(name string) expectedElementInfo {
1232 return expectedElementInfo{name, false, true}
1234 func multipleMandatoryElements(name string) expectedElementInfo {
1235 return expectedElementInfo{name, true, true}
1238 func checkExpectedElements(node *xmlNode, elements ...expectedElementInfo) error { argument
/dports/net-p2p/bitmark-cli/bitmarkd-0.13.3/vendor/github.com/cihub/seelog/
H A Dcfg_parser.go1219 type expectedElementInfo struct { struct
1225 func optionalElement(name string) expectedElementInfo {
1226 return expectedElementInfo{name, false, false}
1228 func mandatoryElement(name string) expectedElementInfo {
1229 return expectedElementInfo{name, true, false}
1231 func multipleElements(name string) expectedElementInfo {
1232 return expectedElementInfo{name, false, true}
1234 func multipleMandatoryElements(name string) expectedElementInfo {
1235 return expectedElementInfo{name, true, true}
1238 func checkExpectedElements(node *xmlNode, elements ...expectedElementInfo) error { argument
/dports/net-p2p/bitmark-daemon/bitmarkd-0.13.3/vendor/github.com/cihub/seelog/
H A Dcfg_parser.go1219 type expectedElementInfo struct { struct
1225 func optionalElement(name string) expectedElementInfo {
1226 return expectedElementInfo{name, false, false}
1228 func mandatoryElement(name string) expectedElementInfo {
1229 return expectedElementInfo{name, true, false}
1231 func multipleElements(name string) expectedElementInfo {
1232 return expectedElementInfo{name, false, true}
1234 func multipleMandatoryElements(name string) expectedElementInfo {
1235 return expectedElementInfo{name, true, true}
1238 func checkExpectedElements(node *xmlNode, elements ...expectedElementInfo) error { argument