Home
last modified time | relevance | path

Searched refs:FromDictionary (Results 1 – 25 of 82) sorted by relevance

1234

/dports/net/google-cloud-sdk/google-cloud-sdk/lib/googlecloudsdk/core/updater/
H A Dschemas.py236 def FromDictionary(cls, dictionary): member in ComponentDetails
263 def FromDictionary(cls, dictionary): member in ComponentVersion
293 def FromDictionary(cls, dictionary): member in ComponentData
332 def FromDictionary(cls, dictionary): member in ComponentPlatform
463 def FromDictionary(cls, dictionary): member in Component
526 def FromDictionary(cls, dictionary): member in Notification
592 def FromDictionary(cls, dictionary): member in Trigger
662 def FromDictionary(cls, dictionary): member in Condition
776 def FromDictionary(cls, dictionary): member in NotificationSpec
827 def FromDictionary(cls, dictionary): member in SchemaVersion
[all …]
H A Dupdate_check.py64 return schemas.LastUpdateCheck.FromDictionary({})
69 return schemas.LastUpdateCheck.FromDictionary(data)
73 return schemas.LastUpdateCheck.FromDictionary({})
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Data.Linq/src/DbMetal/Test/
H A DNameFormatterTest.cs89 var tn = nf.GetTableName("A#?", WordsExtraction.FromDictionary, InvariantNameFormat); in InvalidCharactersLanguageTest()
100 … var tn = nf.GetTableName("Test#?", WordsExtraction.FromDictionary, EnglishNameFormat); in InvalidCharactersLanguage2Test()
116 … var tn = nf.GetTableName("MY_TABLE_NAME_", WordsExtraction.FromDictionary, EnglishNameFormat); in GetWordsTest_MyTableName()
132 … var tn = nf.GetTableName("_MY_TABLE__NAME", WordsExtraction.FromDictionary, EnglishNameFormat); in GetWordsTest_MyTableName2()
148 …ColumnName cn = nf.GetColumnName("MY_COLUMN_NAME_", WordsExtraction.FromDictionary, EnglishNameFor… in GetWordsTest_MyColumnName()
150 …cn = nf.GetColumnName("MY_COLUMN_NAME_", WordsExtraction.FromDictionary, EnglishNameFormatCamelCas… in GetWordsTest_MyColumnName()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chromeos/services/device_sync/
H A Dcryptauth_key_unittest.cc97 base::Optional<CryptAuthKey> key = CryptAuthKey::FromDictionary(dict); in TEST()
111 base::Optional<CryptAuthKey> key = CryptAuthKey::FromDictionary(dict); in TEST()
124 EXPECT_FALSE(CryptAuthKey::FromDictionary(dict)); in TEST()
133 EXPECT_FALSE(CryptAuthKey::FromDictionary(dict)); in TEST()
142 EXPECT_FALSE(CryptAuthKey::FromDictionary(dict)); in TEST()
152 EXPECT_FALSE(CryptAuthKey::FromDictionary(dict)); in TEST()
162 EXPECT_FALSE(CryptAuthKey::FromDictionary(dict)); in TEST()
173 EXPECT_FALSE(CryptAuthKey::FromDictionary(dict)); in TEST()
H A Dcryptauth_device_unittest.cc49 CryptAuthDevice::FromDictionary(expected_device.AsDictionary()); in TEST()
H A Dcryptauth_key_bundle.cc78 base::Optional<CryptAuthKeyBundle> CryptAuthKeyBundle::FromDictionary( in FromDictionary() function in chromeos::device_sync::CryptAuthKeyBundle
100 base::Optional<CryptAuthKey> key = CryptAuthKey::FromDictionary(key_dict); in FromDictionary()
H A Dcryptauth_device.h27 static base::Optional<CryptAuthDevice> FromDictionary(
H A Dcryptauth_key_bundle.h62 static base::Optional<CryptAuthKeyBundle> FromDictionary(
H A Dcryptauth_key_registry_impl.cc56 CryptAuthKeyBundle::FromDictionary(*bundle_dict); in CryptAuthKeyRegistryImpl()
H A Dcryptauth_key.h29 static base::Optional<CryptAuthKey> FromDictionary(const base::Value& dict);
H A Dcryptauth_device_registry_impl.cc60 CryptAuthDevice::FromDictionary(id_device_pair.second); in CryptAuthDeviceRegistryImpl()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/net/proxy_resolution/
H A Dproxy_config_service_mac.cc73 ProxyServer::FromDictionary(ProxyServer::SCHEME_HTTP, in GetCurrentProxyConfig()
88 ProxyServer::FromDictionary(ProxyServer::SCHEME_HTTP, in GetCurrentProxyConfig()
103 ProxyServer::FromDictionary(ProxyServer::SCHEME_HTTP, in GetCurrentProxyConfig()
118 ProxyServer::FromDictionary(ProxyServer::SCHEME_SOCKS5, in GetCurrentProxyConfig()
H A Dproxy_config_service_ios.cc74 ProxyServer::FromDictionary(ProxyServer::SCHEME_HTTP, in GetCurrentProxyConfig()
/dports/www/chromium-legacy/chromium-88.0.4324.182/net/proxy_resolution/
H A Dproxy_config_service_mac.cc73 ProxyServer::FromDictionary(ProxyServer::SCHEME_HTTP, in GetCurrentProxyConfig()
88 ProxyServer::FromDictionary(ProxyServer::SCHEME_HTTP, in GetCurrentProxyConfig()
103 ProxyServer::FromDictionary(ProxyServer::SCHEME_HTTP, in GetCurrentProxyConfig()
118 ProxyServer::FromDictionary(ProxyServer::SCHEME_SOCKS5, in GetCurrentProxyConfig()
H A Dproxy_config_service_ios.cc74 ProxyServer::FromDictionary(ProxyServer::SCHEME_HTTP, in GetCurrentProxyConfig()
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/googlecloudsdk/command_lib/survey/
H A Dquestion.py77 def FromDictionary(self, content): member in Question
164 def FromDictionary(cls, content): member in MultiChoiceQuestion
255 def FromDictionary(cls, content): member in RatingQuestion
333 def FromDictionary(cls, content): member in FreeTextQuestion
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/chromeos/child_accounts/
H A Dtime_limit_override.cc48 base::Optional<TimeLimitOverride> TimeLimitOverride::FromDictionary( in FromDictionary() function in chromeos::usage_time_limit::TimeLimitOverride
98 FromDictionary(&override_value); in MostRecentFromList()
H A Dtime_limit_override.h39 static base::Optional<TimeLimitOverride> FromDictionary(
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Data.Linq/src/DbLinq/Schema/
H A DWordsExtraction.cs49 FromDictionary, enumerator
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/sync/js/
H A Djs_event_details_unittest.cc24 TEST_F(JsEventDetailsTest, FromDictionary) { in TEST_F() argument
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/net/base/
H A Dproxy_server_mac.cc18 ProxyServer ProxyServer::FromDictionary(Scheme scheme, in FromDictionary() function in net::ProxyServer
H A Dproxy_server.h135 static ProxyServer FromDictionary(Scheme scheme,
/dports/www/chromium-legacy/chromium-88.0.4324.182/net/base/
H A Dproxy_server_mac.cc18 ProxyServer ProxyServer::FromDictionary(Scheme scheme, in FromDictionary() function in net::ProxyServer
H A Dproxy_server.h143 static ProxyServer FromDictionary(Scheme scheme,
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/chromeos/child_accounts/parent_access_code/
H A Dconfig_source.cc84 AccessCodeConfig::FromDictionary( in AddAuthenticator()

1234