Home
last modified time | relevance | path

Searched refs:fullKey (Results 1 – 25 of 204) sorted by relevance

123456789

/dports/games/ufoai/ufoai-2.5-source/src/tools/radiant/radiant/xmlregistry/
H A DRegistryTree.cpp46 std::string fullKey = prepareKey(key); in keyExists() local
99 std::string fullKey = prepareKey(key); in createKey() local
102 string::splitBy(fullKey, parts, "/"); in createKey()
154 std::string fullKey = prepareKey(key); in get() local
178 std::string fullKey = prepareKey(key); in set() local
181 if (!keyExists(fullKey)) { in set()
182 createKey(fullKey); in set()
205 if (!keyExists(fullKey)) { in setAttribute()
206 createKey(fullKey); in setAttribute()
273 std::string fullKey = prepareKey(key); in exportToFile() local
[all …]
/dports/devel/kcachegrind/kcachegrind-21.12.3/qcachegrind/
H A Dqcgconfig.cpp40 QString fullKey = QStringLiteral("%1/%2").arg(_prefix).arg(key); in setValue() local
42 _settings->remove(fullKey); in setValue()
44 _settings->setValue(fullKey, value); in setValue()
52 QString fullKey = QStringLiteral("%1/%2").arg(_prefix).arg(key); in value() local
53 return _settings->value(fullKey, defaultValue); in value()
/dports/deskutils/kdepim-runtime/kdepim-runtime-21.12.3/resources/tomboynotes/o2/
H A Do0settingsstore.cpp45 QString fullKey = groupKey_.isEmpty() ? key : (groupKey_ + QLatin1Char('/') + key); in value() local
46 if (!settings_->contains(fullKey)) { in value()
49 return crypt_.decryptToString(settings_->value(fullKey).toString()); in value()
54 QString fullKey = groupKey_.isEmpty() ? key : (groupKey_ + QLatin1Char('/') + key); in setValue() local
55 settings_->setValue(fullKey, crypt_.encryptToString(value)); in setValue()
/dports/graphics/qgis/qgis-3.22.3/external/o2/src/
H A Do0settingsstore.cpp34 QString fullKey = groupKey_.isEmpty() ? key : (groupKey_ + '/' + key); in value() local
35 if (!settings_->contains(fullKey)) { in value()
38 return crypt_.decryptToString(settings_->value(fullKey).toString()); in value()
42 QString fullKey = groupKey_.isEmpty() ? key : (groupKey_ + '/' + key); in setValue() local
43 settings_->setValue(fullKey, crypt_.encryptToString(value)); in setValue()
/dports/graphics/qgis-ltr/qgis-3.16.16/external/o2/src/
H A Do0settingsstore.cpp34 QString fullKey = groupKey_.isEmpty() ? key : (groupKey_ + '/' + key); in value() local
35 if (!settings_->contains(fullKey)) { in value()
38 return crypt_.decryptToString(settings_->value(fullKey).toString()); in value()
42 QString fullKey = groupKey_.isEmpty() ? key : (groupKey_ + '/' + key); in setValue() local
43 settings_->setValue(fullKey, crypt_.encryptToString(value)); in setValue()
/dports/graphics/kipi-plugins/kipi-plugins-21.12.3/common/libkipiplugins/o2/src/
H A Do0settingsstore.cpp35 QString fullKey = groupKey_.isEmpty() ? key : (groupKey_ + '/' + key); in value() local
36 if (!settings_->contains(fullKey)) { in value()
39 return crypt_.decryptToString(settings_->value(fullKey).toString()); in value()
43 QString fullKey = groupKey_.isEmpty() ? key : (groupKey_ + '/' + key); in setValue() local
44 settings_->setValue(fullKey, crypt_.encryptToString(value)); in setValue()
/dports/graphics/digikam/digikam-7.4.0/core/libs/dplugins/webservices/o2/src/
H A Do0settingsstore.cpp35 QString fullKey = groupKey_.isEmpty() ? key : (groupKey_ + '/' + key); in value() local
36 if (!settings_->contains(fullKey)) { in value()
39 return crypt_.decryptToString(settings_->value(fullKey).toString()); in value()
43 QString fullKey = groupKey_.isEmpty() ? key : (groupKey_ + '/' + key); in setValue() local
44 settings_->setValue(fullKey, crypt_.encryptToString(value)); in setValue()
/dports/net/storj/storj-1.45.3/vendor/storj.io/private/process/
H A Dconfig.go98 fullKey := base + key
105 if fullKey == "help" {
120 _, overrideExists = options.Overrides[fullKey]
122 if f := flags.Lookup(fullKey); f != nil { // first check pflags
136 } else if f := flag.Lookup(fullKey); f != nil { // then stdlib flags
159 flatKeys = append(flatKeys, fullKey)
160 flat[fullKey] = configValue{
/dports/audio/supercollider/SuperCollider-3.11.0-Source/editors/sc-ide/core/settings/
H A Dmanager.hpp82 QString fullKey = mSettings->group(); in resolvedKey() local
83 if (!fullKey.isEmpty()) in resolvedKey()
84 fullKey.append("/"); in resolvedKey()
85 fullKey.append(key); in resolvedKey()
86 return fullKey; in resolvedKey()
/dports/databases/redisdesktopmanager/RedisDesktopManager-2021.8/src/modules/connections-tree/
H A Dkeysrendering.cpp154 const QByteArray &notProcessedKeyPart, const QByteArray &fullKey, in renderLazily() argument
161 parent->appendRawKey(fullKey); in renderLazily()
175 parent->appendRawKey(fullKey); in renderLazily()
177 QSharedPointer<KeyItem> newKey(new KeyItem(fullKey, currentParent, in renderLazily()
202 fullKey.size() - notProcessedKeyPart.size() + firstNamespaceName.size(); in renderLazily()
203 QByteArray namespaceFullPath = fullKey.mid(0, nsPos); in renderLazily()
207 QSharedPointer<KeyItem> newKey(new KeyItem(fullKey, currentParent, in renderLazily()
228 fullKey, m_operations, settings, expandedNamespaces, in renderLazily()
/dports/games/openmw/openmw-openmw-0.47.0/apps/opencs/model/prefs/
H A Dsetting.hpp73 bool operator== (const Setting& setting, const std::string& fullKey);
74 bool operator== (const std::string& fullKey, const Setting& setting);
75 bool operator!= (const Setting& setting, const std::string& fullKey);
76 bool operator!= (const std::string& fullKey, const Setting& setting);
/dports/textproc/jalingo/jalingo-0.6.0-src/src/ja/centre/gui/resources/
H A DResources.java127 String fullKey = key + SUFFIX_KEY; in stroke() local
129 String value = getValue( fullKey ); in stroke()
134 + fullKey + "\": \"" + value + "\"" ); in stroke()
155 private String getValue( String fullKey ) { in getValue() argument
156 String value = properties.getProperty( fullKey ); in getValue()
158 Arguments.doThrow( "Could not load value for key \"" + fullKey in getValue()
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/GPU/Software/
H A DSampler.h37 SamplerID() : fullKey(0) {
41 u32 fullKey;
57 return fullKey == other.fullKey;
66 return hash<u32>()(k.fullKey); in GetNearestFunc()
/dports/emulators/ppsspp/ppsspp-1.12.3/GPU/Software/
H A DSampler.h37 SamplerID() : fullKey(0) { in SamplerID()
41 u32 fullKey; member
57 return fullKey == other.fullKey;
66 return hash<u32>()(k.fullKey);
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/GPU/Software/
H A DSampler.h37 SamplerID() : fullKey(0) { in SamplerID()
41 u32 fullKey; member
57 return fullKey == other.fullKey;
66 return hash<u32>()(k.fullKey);
/dports/devel/qbs/qbs-src-1.21.0/src/lib/corelib/tools/
H A Dpreferences.cpp159 const QString fullKey = keyPrefix + QLatin1Char('.') + key; in getPreference() local
162 QVariant value = Profile(m_profile, m_settings).value(fullKey); in getPreference()
166 fullKey, scopesForSearchPaths()).toStringList(); in getPreference()
176 fullKey, scopesForSearchPaths()).toStringList(); in getPreference()
181 return m_settings->value(fullKey, in getPreference()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.bundles/bundles/org.eclipse.equinox.preferences/src/org/eclipse/core/internal/preferences/
H A DDefaultPreferences.java125 String fullKey = (String) e.nextElement(); in applyDefaults() local
126 String value = defaultValues.getProperty(fullKey); in applyDefaults()
130 String fullPath = fullKey; in applyDefaults()
131 int firstIndex = fullKey.indexOf(PATH_SEPARATOR); in applyDefaults()
133 localQualifier = fullKey.substring(0, firstIndex); in applyDefaults()
134 fullPath = fullKey.substring(firstIndex, fullKey.length()); in applyDefaults()
157 String fullKey = (String) e.nextElement(); in containsNode() local
158 if (props.getProperty(fullKey) == null) in containsNode()
161 IPath nodePath = new Path(fullKey).removeLastSegments(1); in containsNode()
/dports/sysutils/terraform-provider-gridscale/terraform-provider-gridscale-1.6.2/vendor/github.com/hashicorp/terraform-plugin-sdk/internal/configs/hcl2shim/
H A Dflatmap.go271 for fullKey := range m {
272 if !strings.HasPrefix(fullKey, prefix) {
281 key := fullKey[len(prefix):]
287 val, err := hcl2ValueFromFlatmapValue(m, fullKey, ety)
362 for fullKey := range m {
363 if !strings.HasPrefix(fullKey, prefix) {
366 subKey := fullKey[len(prefix):]
371 key := fullKey
373 key = fullKey[:dot+len(prefix)]
/dports/sysutils/terraform-provider-vultr/terraform-provider-vultr-0.1.10/vendor/github.com/hashicorp/terraform/config/hcl2shim/
H A Dflatmap.go271 for fullKey := range m {
272 if !strings.HasPrefix(fullKey, prefix) {
281 key := fullKey[len(prefix):]
287 val, err := hcl2ValueFromFlatmapValue(m, fullKey, ety)
362 for fullKey := range m {
363 if !strings.HasPrefix(fullKey, prefix) {
366 subKey := fullKey[len(prefix):]
371 key := fullKey
373 key = fullKey[:dot+len(prefix)]
/dports/sysutils/terraform/terraform-1.0.11/internal/configs/hcl2shim/
H A Dflatmap.go271 for fullKey := range m {
272 if !strings.HasPrefix(fullKey, prefix) {
281 key := fullKey[len(prefix):]
287 val, err := hcl2ValueFromFlatmapValue(m, fullKey, ety)
362 for fullKey := range m {
363 if !strings.HasPrefix(fullKey, prefix) {
366 subKey := fullKey[len(prefix):]
371 key := fullKey
373 key = fullKey[:dot+len(prefix)]
/dports/devel/poco/poco-1.10.1-all/Util/samples/SampleApp/src/
H A DSampleApp.cpp177 std::string fullKey = base; in printProperties() local
178 if (!fullKey.empty()) fullKey += '.'; in printProperties()
179 fullKey.append(*it); in printProperties()
180 printProperties(fullKey); in printProperties()
/dports/x11/antimicro/antimicro-2.23/src/
H A Dantimicrosettings.cpp41 QString fullKey = QString(inGroup).append("/").append(key); in runtimeValue() local
42 if (cmdSettings.contains(fullKey)) in runtimeValue()
44 settingValue = cmdSettings.value(fullKey, defaultValue); in runtimeValue()
/dports/devel/poco/poco-1.10.1-all/Util/src/
H A DIniFileConfiguration.cpp178 std::string fullKey = _sectionKey; in parseLine() local
179 if (!fullKey.empty()) fullKey += '.'; in parseLine()
180 fullKey.append(trim(key)); in parseLine()
181 _map[fullKey] = trim(value); in parseLine()
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/lib/apiservers/engine/backends/kv/
H A Dkv.go72 fullKey := createNameSpacedKey(key)
74 Key: fullKey,
79 context.Background()).WithKey(fullKey).WithKeyValue(keyval))
/dports/audio/openal-soft/openal-soft-1.21.1/alc/
H A Dalconfig.cpp242 std::string fullKey; in LoadConfigFromFile() local
245 fullKey += curSection; in LoadConfigFromFile()
246 fullKey += '/'; in LoadConfigFromFile()
248 fullKey += buffer.substr(0u, keyend); in LoadConfigFromFile()
261 TRACE(" found '%s' = '%s'\n", fullKey.c_str(), value.c_str()); in LoadConfigFromFile()
264 auto find_key = [&fullKey](const ConfigEntry &entry) -> bool in LoadConfigFromFile()
265 { return entry.key == fullKey; }; in LoadConfigFromFile()
275 ConfOpts.emplace_back(ConfigEntry{std::move(fullKey), expdup(value.c_str())}); in LoadConfigFromFile()

123456789