Home
last modified time | relevance | path

Searched refs:SettingsKey (Results 1 – 25 of 31) sorted by relevance

12

/dports/astro/oskar/OSKAR-2.8.0/oskar/settings/src/
H A Doskar_SettingsKey.cpp36 SettingsKey::SettingsKey(char separator) : sep_(separator) {} in SettingsKey() function in oskar::SettingsKey
38 SettingsKey::SettingsKey(const char* key, char separator) in SettingsKey() function in oskar::SettingsKey
43 SettingsKey::~SettingsKey() in ~SettingsKey()
47 const char* SettingsKey::back() const { return tokens_.back().c_str(); } in back()
49 int SettingsKey::depth() const { return (int) tokens_.size() - 1; } in depth()
51 bool SettingsKey::empty() const { return key_.empty(); } in empty()
53 void SettingsKey::from_string(const char* key, char separator) in from_string()
71 char SettingsKey::separator() const { return sep_; } in separator()
73 void SettingsKey::set_separator(char s) { sep_ = s; } in set_separator()
75 bool SettingsKey::operator==(const SettingsKey& other) const in operator ==()
[all …]
H A Doskar_SettingsTree.cpp80 SettingsKey k(current_key.c_str(), p->sep_); in add_setting()
161 SettingsKey k(current_key.c_str(), p->sep_); in contains()
168 SettingsKey k(current_key.c_str(), p->sep_); in dependencies_satisfied()
252 SettingsKey k(current_key.c_str(), p->sep_); in is_critical()
275 SettingsKey k(current_key.c_str(), p->sep_); in item()
350 SettingsKey k(current_key.c_str(), p->sep_); in set_default()
394 SettingsKey k(current_key.c_str(), p->sep_); in set_value()
566 SettingsKey key(dep->key()); // key pointed to. in dependency_satisfied_()
593 const SettingsKey& full_key, int depth) const in find_()
617 const SettingsKey& full_key, int depth) in find_()
H A Doskar_SettingsItem.cpp24 SettingsKey key_;
192 const SettingsKey& SettingsItem::settings_key() const in settings_key()
/dports/astro/oskar/OSKAR-2.8.0/oskar/settings/
H A Doskar_SettingsKey.h54 class SettingsKey
58 OSKAR_SETTINGS_EXPORT SettingsKey(char separator = '/');
61 OSKAR_SETTINGS_EXPORT SettingsKey(const char* key, char separator = '/');
64 OSKAR_SETTINGS_EXPORT ~SettingsKey();
85 OSKAR_SETTINGS_EXPORT bool operator==(const SettingsKey& other) const;
94 SettingsKey(const SettingsKey&);
H A Doskar_SettingsTree.h32 class SettingsKey; variable
358 const SettingsKey& full_key, int depth) const;
360 const SettingsKey& full_key, int depth);
H A Doskar_SettingsItem.h43 class SettingsKey; variable
143 const SettingsKey& settings_key() const;
H A Doskar_SettingsDependencyGroup.h112 SettingsKey group_key_;
/dports/astro/oskar/OSKAR-2.8.0/oskar/settings/test/
H A DTest_SettingsKey.cpp36 using oskar::SettingsKey;
39 TEST(SettingsKey, test1) in TEST() argument
41 SettingsKey k("a/b/c/d"); in TEST()
/dports/x11-toolkits/gtk40/gtk-4.4.1/demos/gtk-demo/
H A Dlistview_settings.c20 typedef struct _SettingsKey SettingsKey; typedef
42 G_DECLARE_FINAL_TYPE (SettingsKey, settings_key, SETTINGS, KEY, GObject);
44 G_DEFINE_TYPE (SettingsKey, settings_key, G_TYPE_OBJECT);
53 SettingsKey *self = SETTINGS_KEY (object); in settings_key_get_property()
101 SettingsKey *self = SETTINGS_KEY (object); in settings_key_finalize()
134 settings_key_init (SettingsKey *self) in settings_key_init()
138 static SettingsKey *
142 SettingsKey *result = g_object_new (SETTINGS_TYPE_KEY, NULL); in settings_key_new()
155 SettingsKey *self; in item_value_changed()
238 SettingsKey *finally = settings_key_new (settings, almost_there); in transform_settings_to_keys()
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/SourceFiles/storage/
H A Dlocalstorage.cpp67 auto SettingsKey = MTP::AuthKeyPtr(); variable
387 SettingsKey = CreateLegacyLocalKey(QByteArray(), salt); in start()
432 if (SettingsKey) { in writeSettings()
447 if (_settingsSalt.isEmpty() || !SettingsKey) { in writeSettings()
456 settings.writeEncrypted(data, SettingsKey); in writeSettings()
510 settings.writeEncrypted(data, SettingsKey); in writeSettings()
638 file.writeEncrypted(data, SettingsKey); in writeBackground()
779 write.writeEncrypted(data, SettingsKey); in moveLegacyBackground()
1048 file.writeEncrypted(data, SettingsKey); in writeTheme()
1140 file.writeEncrypted(data, SettingsKey); in writeLangPack()
[all …]
/dports/net-im/quaternion/Quaternion-0.0.95-beta3/client/models/
H A Dorderbytag.cpp251 static const auto SettingsKey = QStringLiteral("tags_order"); in initTagsOrder() local
253 auto savedOrder = sg.get<QStringList>(SettingsKey); in initTagsOrder()
256 sg.setValue(SettingsKey, DefaultTagsOrder); in initTagsOrder()
268 sg.setValue(SettingsKey, savedOrder); in initTagsOrder()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/System.Configuration/
H A DIPersistComponentSettings.cs36 string SettingsKey { get; set; } property
H A DApplicationSettingsBase.cs417 public string SettingsKey { property in System.Configuration.ApplicationSettingsBase
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/sys/system/configuration/
H A DIPersistSettings.cs25 string SettingsKey { get; set; } property
H A DApplicationSettingsBase.cs188 public string SettingsKey { property in System.Configuration.ApplicationSettingsBase
371 …e = new SettingChangingEventArgs(propertyName, this.GetType().FullName, SettingsKey, value, false);
493 _context["SettingsKey"] = SettingsKey; in EnsureInitialized()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Configuration.ConfigurationManager/src/System/Configuration/
H A DIPersistComponentSettings.cs24 string SettingsKey { get; set; } property
H A DApplicationSettingsBase.cs205 public string SettingsKey property in System.Configuration.ApplicationSettingsBase
415 …e = new SettingChangingEventArgs(propertyName, this.GetType().FullName, SettingsKey, value, false);
567 _context["SettingsKey"] = SettingsKey; in EnsureInitialized()
/dports/net-im/quaternion/Quaternion-0.0.95-beta3/client/
H A Dmainwindow.cpp287 static const auto SettingsKey = QStringLiteral("tags_order"); in createMenu() local
289 const auto savedOrder = sg.get<QStringList>(SettingsKey).join('\n'); in createMenu()
302 sg.remove(SettingsKey); in createMenu()
304 sg.setValue(SettingsKey, newOrder.split('\n')); in createMenu()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Configuration.ConfigurationManager/ref/
H A DSystem.Configuration.cs39 public string SettingsKey { get { throw null; } set { } } property in System.Configuration.ApplicationSettingsBase
165 string SettingsKey { get; set; } property
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.0/
H A DSystem.cs5556 public string SettingsKey { get { throw null; } set { } } property in System.Configuration.ApplicationSettingsBase
5687 string SettingsKey { get; set; } property
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v2.0/
H A DSystem.cs5279 public string SettingsKey { get { throw null; } set { } } property in System.Configuration.ApplicationSettingsBase
5410 string SettingsKey { get; set; } property
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.5.2/
H A DSystem.cs5484 public string SettingsKey { get { throw null; } set { } } property in System.Configuration.ApplicationSettingsBase
5613 string SettingsKey { get; set; } property
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.6.1/
H A DSystem.cs5505 public string SettingsKey { get { throw null; } set { } } property in System.Configuration.ApplicationSettingsBase
5634 string SettingsKey { get; set; } property
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.6/
H A DSystem.cs5505 public string SettingsKey { get { throw null; } set { } } property in System.Configuration.ApplicationSettingsBase
5634 string SettingsKey { get; set; } property
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.5.1/
H A DSystem.cs5484 public string SettingsKey { get { throw null; } set { } } property in System.Configuration.ApplicationSettingsBase
5613 string SettingsKey { get; set; } property

12