Home
last modified time | relevance | path

Searched refs:iniSection (Results 1 – 25 of 62) sorted by relevance

123

/dports/games/warzone2100/warzone2100/src/
H A Dconfiguration.cpp133 if (!iniSection.has(key)) in iniSectionGetInteger()
138 auto valueStr = iniSection.get(key); in iniSectionGetInteger()
149 static void iniSectionSetInteger(IniSection& iniSection, const std::string& key, int value) in iniSectionSetInteger() argument
151 iniSection[key] = std::to_string(value); in iniSectionSetInteger()
156 if (!iniSection.has(key)) in iniSectionGetBool()
160 auto valueStr = WzString::fromUtf8(iniSection.get(key)).toLower(); in iniSectionGetBool()
173 if (auto valueInt = iniSectionGetInteger(iniSection, key)) in iniSectionGetBool()
188 static void iniSectionSetBool(IniSection& iniSection, const std::string& key, bool value) in iniSectionSetBool() argument
190 iniSection[key] = (value) ? "true" : "false"; in iniSectionSetBool()
195 if (!iniSection.has(key)) in iniSectionGetString()
[all …]
/dports/deskutils/nextcloudclient/desktop-3.4.1/admin/win/tools/NCNavRemove/
H A DConfigIni.cpp52 const wchar_t iniSection[] = CFG_KEY; in load() local
61 const auto pv = ini.GetValue(iniSection, iniKey); in load()
/dports/www/gitea/gitea-1.16.5/vendor/github.com/editorconfig/editorconfig-core-go/v2/
H A Deditorconfig.go72 iniSection := iniFile.Section(sectionStr)
76 if err := iniSection.MapTo(&definition); err != nil {
81 for k, v := range iniSection.KeysHash() {
/dports/textproc/sift/sift-0.9.0/vendor/github.com/svent/go-flags/
H A Dini_private.go21 type iniSection []iniValue type
24 Sections map[string]iniSection
238 Sections: make(map[string]iniSection),
244 section := make(iniSection, 0, 10)
291 section = make(iniSection, 0, 10)
/dports/misc/concourse/concourse-6.7.2/vendor/code.cloudfoundry.org/credhub-cli/vendor/github.com/jessevdk/go-flags/
H A Dini.go73 type iniSection []iniValue type
77 Sections map[string]iniSection
377 Sections: make(map[string]iniSection),
383 section := make(iniSection, 0, 10)
430 section = make(iniSection, 0, 10)
/dports/net-im/ssh-chat/ssh-chat-1.10.1/vendor/github.com/jessevdk/go-flags/
H A Dini.go73 type iniSection []iniValue type
77 Sections map[string]iniSection
377 Sections: make(map[string]iniSection),
383 section := make(iniSection, 0, 10)
430 section = make(iniSection, 0, 10)
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/github.com/go-swagger/go-swagger/vendor/github.com/jessevdk/go-flags/
H A Dini.go73 type iniSection []iniValue type
77 Sections map[string]iniSection
381 Sections: make(map[string]iniSection),
387 section := make(iniSection, 0, 10)
434 section = make(iniSection, 0, 10)
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/github.com/jessevdk/go-flags/
H A Dini.go71 type iniSection []iniValue type
75 Sections map[string]iniSection
379 Sections: make(map[string]iniSection),
385 section := make(iniSection, 0, 10)
432 section = make(iniSection, 0, 10)
/dports/net/concourse-fly/concourse-6.7.1/vendor/github.com/jessevdk/go-flags/
H A Dini.go73 type iniSection []iniValue type
77 Sections map[string]iniSection
377 Sections: make(map[string]iniSection),
383 section := make(iniSection, 0, 10)
430 section = make(iniSection, 0, 10)
/dports/sysutils/gomi/gomi-1.1.1/vendor/github.com/jessevdk/go-flags/
H A Dini.go73 type iniSection []iniValue type
77 Sections map[string]iniSection
377 Sections: make(map[string]iniSection),
383 section := make(iniSection, 0, 10)
430 section = make(iniSection, 0, 10)
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/jessevdk/go-flags/
H A Dini.go73 type iniSection []iniValue type
77 Sections map[string]iniSection
377 Sections: make(map[string]iniSection),
383 section := make(iniSection, 0, 10)
430 section = make(iniSection, 0, 10)
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/prometheus/alertmanager/vendor/github.com/jessevdk/go-flags/
H A Dini.go73 type iniSection []iniValue type
77 Sections map[string]iniSection
377 Sections: make(map[string]iniSection),
383 section := make(iniSection, 0, 10)
430 section = make(iniSection, 0, 10)
/dports/net/bosh-cli/bosh-cli-5.5.0/vendor/github.com/jessevdk/go-flags/
H A Dini.go73 type iniSection []iniValue type
77 Sections map[string]iniSection
381 Sections: make(map[string]iniSection),
387 section := make(iniSection, 0, 10)
434 section = make(iniSection, 0, 10)
/dports/net/bosh-bootloader/bosh-bootloader-7.2.12/vendor/github.com/jessevdk/go-flags/
H A Dini.go73 type iniSection []iniValue type
77 Sections map[string]iniSection
377 Sections: make(map[string]iniSection),
383 section := make(iniSection, 0, 10)
430 section = make(iniSection, 0, 10)
/dports/textproc/peco/peco-v0.4.4/vendor/github.com/jessevdk/go-flags/
H A Dini.go73 type iniSection []iniValue type
77 Sections map[string]iniSection
381 Sections: make(map[string]iniSection),
387 section := make(iniSection, 0, 10)
434 section = make(iniSection, 0, 10)
/dports/www/eden/eden-0.7.4/vendor/github.com/jessevdk/go-flags/
H A Dini.go73 type iniSection []iniValue type
77 Sections map[string]iniSection
377 Sections: make(map[string]iniSection),
383 section := make(iniSection, 0, 10)
430 section = make(iniSection, 0, 10)
/dports/net/termshark/termshark-2.1.1/vendor/github.com/jessevdk/go-flags/
H A Dini.go73 type iniSection []iniValue type
77 Sections map[string]iniSection
377 Sections: make(map[string]iniSection),
383 section := make(iniSection, 0, 10)
430 section = make(iniSection, 0, 10)
/dports/databases/go-pgweb/pgweb-0.11.7/vendor/github.com/jessevdk/go-flags/
H A Dini.go73 type iniSection []iniValue type
77 Sections map[string]iniSection
377 Sections: make(map[string]iniSection),
383 section := make(iniSection, 0, 10)
430 section = make(iniSection, 0, 10)
/dports/audio/pms-devel/pms-c94e3c6/vendor/github.com/jessevdk/go-flags/
H A Dini.go73 type iniSection []iniValue type
77 Sections map[string]iniSection
377 Sections: make(map[string]iniSection),
383 section := make(iniSection, 0, 10)
430 section = make(iniSection, 0, 10)
/dports/sysutils/go-wtf/wtf-0.21.0/vendor/github.com/jessevdk/go-flags/go-flags-1.4.0/
H A Dini.go73 type iniSection []iniValue type
77 Sections map[string]iniSection
377 Sections: make(map[string]iniSection),
383 section := make(iniSection, 0, 10)
430 section = make(iniSection, 0, 10)
/dports/sysutils/go-wtf/wtf-0.21.0/vendor/github.com/jessevdk/go-flags/
H A Dini.go73 type iniSection []iniValue type
77 Sections map[string]iniSection
377 Sections: make(map[string]iniSection),
383 section := make(iniSection, 0, 10)
430 section = make(iniSection, 0, 10)
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/gotools/src/github.com/mongodb/mongo-tools/vendor/github.com/jessevdk/go-flags/
H A Dini.go71 type iniSection []iniValue type
75 Sections map[string]iniSection
379 Sections: make(map[string]iniSection),
385 section := make(iniSection, 0, 10)
432 section = make(iniSection, 0, 10)
/dports/databases/mongodb42-tools/mongo-tools-r4.2.17/vendor/github.com/jessevdk/go-flags/
H A Dini.go73 type iniSection []iniValue type
77 Sections map[string]iniSection
377 Sections: make(map[string]iniSection),
383 section := make(iniSection, 0, 10)
430 section = make(iniSection, 0, 10)
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/grafana/loki/vendor/github.com/jessevdk/go-flags/
H A Dini.go73 type iniSection []iniValue type
77 Sections map[string]iniSection
377 Sections: make(map[string]iniSection),
383 section := make(iniSection, 0, 10)
430 section = make(iniSection, 0, 10)
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/jessevdk/go-flags/
H A Dini.go73 type iniSection []iniValue type
77 Sections map[string]iniSection
377 Sections: make(map[string]iniSection),
383 section := make(iniSection, 0, 10)
430 section = make(iniSection, 0, 10)

123