Home
last modified time | relevance | path

Searched refs:GetStringValue (Results 1 – 25 of 3434) sorted by relevance

12345678910>>...138

/dports/games/rlvm/rlvm-release-0.14-77-gfabf134a/test/
H A Dlarge_str_test.cc59 string one = rlmachine.GetStringValue(STRS_LOCATION, 0); in TEST()
76 string one = rlmachine.GetStringValue(STRS_LOCATION, 0); in TEST()
95 string one = rlmachine.GetStringValue(STRS_LOCATION, 0); in TEST()
101 string two = rlmachine.GetStringValue(STRS_LOCATION, 1); in TEST()
218 rlmachine.GetStringValue(STRS_LOCATION, 1)) in TEST()
345 rlmachine.GetStringValue(STRS_LOCATION, 0)) in TEST()
362 rlmachine.GetStringValue(STRS_LOCATION, 0)) in TEST()
380 rlmachine.GetStringValue(STRS_LOCATION, 0)) in TEST()
413 rlmachine.GetStringValue(STRS_LOCATION, 0)) in TEST()
506 rlmachine.GetStringValue(STRS_LOCATION, 1)) in TEST()
[all …]
/dports/multimedia/mswebrtc/mswebrtc-1.1.1/webrtc/webrtc/base/
H A Doptionsfile_unittest.cc60 EXPECT_FALSE(store_->GetStringValue(kTestOptionA, &out1)); in TEST_F()
61 EXPECT_FALSE(store_->GetStringValue(kTestOptionB, &out2)); in TEST_F()
68 EXPECT_TRUE(store_->GetStringValue(kTestOptionA, &out1)); in TEST_F()
69 EXPECT_TRUE(store_->GetStringValue(kTestOptionB, &out2)); in TEST_F()
78 EXPECT_FALSE(store_->GetStringValue(kTestOptionA, &out1)); in TEST_F()
79 EXPECT_FALSE(store_->GetStringValue(kTestOptionB, &out2)); in TEST_F()
144 EXPECT_TRUE(store_->GetStringValue(kTestOptionA, &out)); in TEST_F()
149 EXPECT_TRUE(store_->GetStringValue(kTestOptionA, &out)); in TEST_F()
154 EXPECT_TRUE(store_->GetStringValue(kTestOptionA, &out)); in TEST_F()
159 EXPECT_TRUE(store_->GetStringValue(kEmptyString, &out)); in TEST_F()
[all …]
/dports/net-im/kopete/kopete-21.12.3/protocols/jabber/libjingle/talk/base/
H A Doptionsfile_unittest.cc64 EXPECT_FALSE(store.GetStringValue(kTestOptionA, &out1)); in TEST()
65 EXPECT_FALSE(store.GetStringValue(kTestOptionB, &out2)); in TEST()
72 EXPECT_TRUE(store.GetStringValue(kTestOptionA, &out1)); in TEST()
73 EXPECT_TRUE(store.GetStringValue(kTestOptionB, &out2)); in TEST()
82 EXPECT_FALSE(store.GetStringValue(kTestOptionA, &out1)); in TEST()
83 EXPECT_FALSE(store.GetStringValue(kTestOptionB, &out2)); in TEST()
154 EXPECT_TRUE(store.GetStringValue(kTestOptionA, &out)); in TEST()
159 EXPECT_TRUE(store.GetStringValue(kTestOptionA, &out)); in TEST()
164 EXPECT_TRUE(store.GetStringValue(kTestOptionA, &out)); in TEST()
169 EXPECT_TRUE(store.GetStringValue(kEmptyString, &out)); in TEST()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/media/webrtc/trunk/webrtc/base/
H A Doptionsfile_unittest.cc60 EXPECT_FALSE(store_->GetStringValue(kTestOptionA, &out1));
61 EXPECT_FALSE(store_->GetStringValue(kTestOptionB, &out2));
68 EXPECT_TRUE(store_->GetStringValue(kTestOptionA, &out1));
69 EXPECT_TRUE(store_->GetStringValue(kTestOptionB, &out2));
78 EXPECT_FALSE(store_->GetStringValue(kTestOptionA, &out1));
79 EXPECT_FALSE(store_->GetStringValue(kTestOptionB, &out2));
144 EXPECT_TRUE(store_->GetStringValue(kTestOptionA, &out)); in LogSSLErrors()
149 EXPECT_TRUE(store_->GetStringValue(kTestOptionA, &out)); in LogSSLErrors()
154 EXPECT_TRUE(store_->GetStringValue(kTestOptionA, &out)); in LogSSLErrors()
159 EXPECT_TRUE(store_->GetStringValue(kEmptyString, &out)); in LogSSLErrors()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/media/webrtc/trunk/webrtc/base/
H A Doptionsfile_unittest.cc73 EXPECT_FALSE(store_->GetStringValue(kTestOptionA, &out1)); in TEST_F()
74 EXPECT_FALSE(store_->GetStringValue(kTestOptionB, &out2)); in TEST_F()
81 EXPECT_TRUE(store_->GetStringValue(kTestOptionA, &out1)); in TEST_F()
82 EXPECT_TRUE(store_->GetStringValue(kTestOptionB, &out2)); in TEST_F()
91 EXPECT_FALSE(store_->GetStringValue(kTestOptionA, &out1)); in TEST_F()
92 EXPECT_FALSE(store_->GetStringValue(kTestOptionB, &out2)); in TEST_F()
157 EXPECT_TRUE(store_->GetStringValue(kTestOptionA, &out)); in TEST_F()
162 EXPECT_TRUE(store_->GetStringValue(kTestOptionA, &out)); in TEST_F()
167 EXPECT_TRUE(store_->GetStringValue(kTestOptionA, &out)); in TEST_F()
172 EXPECT_TRUE(store_->GetStringValue(kEmptyString, &out)); in TEST_F()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/libwebrtc/webrtc/rtc_base/
H A Doptionsfile_unittest.cc72 EXPECT_FALSE(store_->GetStringValue(kTestOptionA, &out1)); in TEST_F()
73 EXPECT_FALSE(store_->GetStringValue(kTestOptionB, &out2)); in TEST_F()
80 EXPECT_TRUE(store_->GetStringValue(kTestOptionA, &out1)); in TEST_F()
81 EXPECT_TRUE(store_->GetStringValue(kTestOptionB, &out2)); in TEST_F()
90 EXPECT_FALSE(store_->GetStringValue(kTestOptionA, &out1)); in TEST_F()
91 EXPECT_FALSE(store_->GetStringValue(kTestOptionB, &out2)); in TEST_F()
156 EXPECT_TRUE(store_->GetStringValue(kTestOptionA, &out)); in TEST_F()
161 EXPECT_TRUE(store_->GetStringValue(kTestOptionA, &out)); in TEST_F()
166 EXPECT_TRUE(store_->GetStringValue(kTestOptionA, &out)); in TEST_F()
171 EXPECT_TRUE(store_->GetStringValue(kEmptyString, &out)); in TEST_F()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/third_party/libwebrtc/webrtc/rtc_base/
H A Doptionsfile_unittest.cc72 EXPECT_FALSE(store_->GetStringValue(kTestOptionA, &out1)); in TEST_F()
73 EXPECT_FALSE(store_->GetStringValue(kTestOptionB, &out2)); in TEST_F()
80 EXPECT_TRUE(store_->GetStringValue(kTestOptionA, &out1)); in TEST_F()
81 EXPECT_TRUE(store_->GetStringValue(kTestOptionB, &out2)); in TEST_F()
90 EXPECT_FALSE(store_->GetStringValue(kTestOptionA, &out1)); in TEST_F()
91 EXPECT_FALSE(store_->GetStringValue(kTestOptionB, &out2)); in TEST_F()
156 EXPECT_TRUE(store_->GetStringValue(kTestOptionA, &out)); in TEST_F()
161 EXPECT_TRUE(store_->GetStringValue(kTestOptionA, &out)); in TEST_F()
166 EXPECT_TRUE(store_->GetStringValue(kTestOptionA, &out)); in TEST_F()
171 EXPECT_TRUE(store_->GetStringValue(kEmptyString, &out)); in TEST_F()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/media/webrtc/trunk/webrtc/rtc_base/
H A Doptionsfile_unittest.cc72 EXPECT_FALSE(store_->GetStringValue(kTestOptionA, &out1)); in TEST_F()
73 EXPECT_FALSE(store_->GetStringValue(kTestOptionB, &out2)); in TEST_F()
80 EXPECT_TRUE(store_->GetStringValue(kTestOptionA, &out1)); in TEST_F()
81 EXPECT_TRUE(store_->GetStringValue(kTestOptionB, &out2)); in TEST_F()
90 EXPECT_FALSE(store_->GetStringValue(kTestOptionA, &out1)); in TEST_F()
91 EXPECT_FALSE(store_->GetStringValue(kTestOptionB, &out2)); in TEST_F()
156 EXPECT_TRUE(store_->GetStringValue(kTestOptionA, &out)); in TEST_F()
161 EXPECT_TRUE(store_->GetStringValue(kTestOptionA, &out)); in TEST_F()
166 EXPECT_TRUE(store_->GetStringValue(kTestOptionA, &out)); in TEST_F()
171 EXPECT_TRUE(store_->GetStringValue(kEmptyString, &out)); in TEST_F()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/base/
H A Dfile_version_info_win.cc100 return GetStringValue(STRING16_LITERAL("CompanyName")); in company_name()
104 return GetStringValue(STRING16_LITERAL("CompanyShortName")); in company_short_name()
108 return GetStringValue(STRING16_LITERAL("InternalName")); in internal_name()
112 return GetStringValue(STRING16_LITERAL("ProductName")); in product_name()
116 return GetStringValue(STRING16_LITERAL("ProductShortName")); in product_short_name()
120 return GetStringValue(STRING16_LITERAL("ProductVersion")); in product_version()
124 return GetStringValue(STRING16_LITERAL("FileDescription")); in file_description()
128 return GetStringValue(STRING16_LITERAL("FileVersion")); in file_version()
132 return GetStringValue(STRING16_LITERAL("OriginalFilename")); in original_filename()
136 return GetStringValue(STRING16_LITERAL("SpecialBuild")); in special_build()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/base/
H A Dfile_version_info_win.cc100 return GetStringValue(STRING16_LITERAL("CompanyName")); in company_name()
104 return GetStringValue(STRING16_LITERAL("CompanyShortName")); in company_short_name()
108 return GetStringValue(STRING16_LITERAL("InternalName")); in internal_name()
112 return GetStringValue(STRING16_LITERAL("ProductName")); in product_name()
116 return GetStringValue(STRING16_LITERAL("ProductShortName")); in product_short_name()
120 return GetStringValue(STRING16_LITERAL("ProductVersion")); in product_version()
124 return GetStringValue(STRING16_LITERAL("FileDescription")); in file_description()
128 return GetStringValue(STRING16_LITERAL("FileVersion")); in file_version()
132 return GetStringValue(STRING16_LITERAL("OriginalFilename")); in original_filename()
136 return GetStringValue(STRING16_LITERAL("SpecialBuild")); in special_build()
[all …]
/dports/audio/noson-app/noson-app-4.5.0/backend/NosonThumbnailer/thumbnailer/deezer/
H A Ddeezer-albuminfo.cpp76 if (n_row.IsObject() && n_row.GetObjectValue("type").GetStringValue() == "album") in parseInfo()
82 meta.title = n_row.GetObjectValue(a).GetStringValue(); in parseInfo()
84 meta.url = n_row.GetObjectValue(a).GetStringValue(); in parseInfo()
86 meta.image_small = n_row.GetObjectValue(a).GetStringValue(); in parseInfo()
88 meta.image_medium = n_row.GetObjectValue(a).GetStringValue(); in parseInfo()
90 meta.image_large = n_row.GetObjectValue(a).GetStringValue(); in parseInfo()
92 meta.image_extralarge = n_row.GetObjectValue(a).GetStringValue(); in parseInfo()
97 meta.artist = n_artist.GetObjectValue("name").GetStringValue(); in parseInfo()
H A Ddeezer-artistinfo.cpp75 if (n_row.IsObject() && n_row.GetObjectValue("type").GetStringValue() == "artist") in parseInfo()
81 meta.name = n_row.GetObjectValue(a).GetStringValue(); in parseInfo()
83 meta.url = n_row.GetObjectValue(a).GetStringValue(); in parseInfo()
85 meta.image_small = n_row.GetObjectValue(a).GetStringValue(); in parseInfo()
87 meta.image_medium = n_row.GetObjectValue(a).GetStringValue(); in parseInfo()
89 meta.image_large = n_row.GetObjectValue(a).GetStringValue(); in parseInfo()
91 meta.image_extralarge = n_row.GetObjectValue(a).GetStringValue(); in parseInfo()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chromeos/network/
H A Ddevice_state.cc32 return GetStringValue(key, value, &mac_address_); in PropertyChanged()
34 return GetStringValue(key, value, &interface_); in PropertyChanged()
59 return GetStringValue(key, value, &technology_family_); in PropertyChanged()
82 GetStringValue(shill::kSIMLockTypeProperty, *out_value, &sim_lock_type_); in PropertyChanged()
96 return GetStringValue(key, value, &meid_); in PropertyChanged()
98 return GetStringValue(key, value, &imei_); in PropertyChanged()
100 return GetStringValue(key, value, &iccid_); in PropertyChanged()
102 return GetStringValue(key, value, &mdn_); in PropertyChanged()
121 return GetStringValue(key, value, &device_bus_type_); in PropertyChanged()
123 return GetStringValue(key, value, &mac_address_source_); in PropertyChanged()
/dports/cad/gmsh/gmsh-4.9.2-source/contrib/Netgen/libsrc/csg/
H A Dcsgparser.cpp663 scan.GetStringValue()); in ParsePrimary()
760 string name = scan.GetStringValue(); in ParseFlags()
789 string val = scan.GetStringValue(); in ParseFlags()
797 val = scan.GetStringValue(); in ParseFlags()
872 string name = scan.GetStringValue(); in ParseCSG()
1218 string name1 = scan.GetStringValue(); in ParseCSG()
1221 string name2 = scan.GetStringValue(); in ParseCSG()
1267 string name1 = scan.GetStringValue(); in ParseCSG()
1270 string name2 = scan.GetStringValue(); in ParseCSG()
1273 string bcname = scan.GetStringValue(); in ParseCSG()
[all …]
/dports/science/elmerfem/elmerfem-release-9.0/ElmerGUI/netgen/libsrc/csg/
H A Dcsgparser.cpp666 scan.GetStringValue()); in ParsePrimary()
704 string name = scan.GetStringValue(); in ParseFlags()
733 string val = scan.GetStringValue(); in ParseFlags()
741 val = scan.GetStringValue(); in ParseFlags()
816 string name = scan.GetStringValue(); in ParseCSG()
1160 string name1 = scan.GetStringValue(); in ParseCSG()
1163 string name2 = scan.GetStringValue(); in ParseCSG()
1209 string name1 = scan.GetStringValue(); in ParseCSG()
1212 string name2 = scan.GetStringValue(); in ParseCSG()
1215 string bcname = scan.GetStringValue(); in ParseCSG()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/ipc/mscom/
H A DRegistrationAnnotator.cpp53 static bool GetStringValue(HKEY aBaseKey, const nsAString& aStrSubKey, in GetStringValue() function
86 return GetStringValue(aBaseKey, aStrSubKey, nsLiteralString(aValueName), in GetStringValue()
139 if (GetStringValue(aHive, clsidSubkey, kDefaultValue, className)) { in AnnotateClsidRegistrationForHive()
147 if (GetStringValue(aHive, inprocServerSubkey, kDefaultValue, in AnnotateClsidRegistrationForHive()
164 if (GetStringValue(aHive, inprocHandlerSubkey, kDefaultValue, in AnnotateClsidRegistrationForHive()
175 if (GetStringValue(aHive, inprocHandlerSubkey, kThreadingModel, in AnnotateClsidRegistrationForHive()
212 if (GetStringValue(aBaseKey, fullSubkey, kDefaultValue, tlbPath)) { in AnnotateTypelibPlatform()
242 if (GetStringValue(aHive, flagsSubKey, kDefaultValue, typelibFlags)) { in AnnotateTypelibRegistrationForHive()
294 if (GetStringValue(aHive, psSubKey, kDefaultValue, psClsid)) { in AnnotateInterfaceRegistrationForHive()
306 GetStringValue(aHive, typelibSubKey, kDefaultValue, typelibId); in AnnotateInterfaceRegistrationForHive()
[all …]
/dports/www/firefox/firefox-99.0/ipc/mscom/
H A DRegistrationAnnotator.cpp53 static bool GetStringValue(HKEY aBaseKey, const nsAString& aStrSubKey, in GetStringValue() function
86 return GetStringValue(aBaseKey, aStrSubKey, nsLiteralString(aValueName), in GetStringValue()
139 if (GetStringValue(aHive, clsidSubkey, kDefaultValue, className)) { in AnnotateClsidRegistrationForHive()
147 if (GetStringValue(aHive, inprocServerSubkey, kDefaultValue, in AnnotateClsidRegistrationForHive()
164 if (GetStringValue(aHive, inprocHandlerSubkey, kDefaultValue, in AnnotateClsidRegistrationForHive()
175 if (GetStringValue(aHive, inprocHandlerSubkey, kThreadingModel, in AnnotateClsidRegistrationForHive()
212 if (GetStringValue(aBaseKey, fullSubkey, kDefaultValue, tlbPath)) { in AnnotateTypelibPlatform()
242 if (GetStringValue(aHive, flagsSubKey, kDefaultValue, typelibFlags)) { in AnnotateTypelibRegistrationForHive()
294 if (GetStringValue(aHive, psSubKey, kDefaultValue, psClsid)) { in AnnotateInterfaceRegistrationForHive()
306 GetStringValue(aHive, typelibSubKey, kDefaultValue, typelibId); in AnnotateInterfaceRegistrationForHive()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/ipc/mscom/
H A DRegistrationAnnotator.cpp51 static bool GetStringValue(HKEY aBaseKey, const nsAString& aStrSubKey, in GetStringValue() function
84 return GetStringValue(aBaseKey, aStrSubKey, nsLiteralString(aValueName), in GetStringValue()
137 if (GetStringValue(aHive, clsidSubkey, kDefaultValue, className)) { in AnnotateClsidRegistrationForHive()
145 if (GetStringValue(aHive, inprocServerSubkey, kDefaultValue, in AnnotateClsidRegistrationForHive()
163 if (GetStringValue(aHive, inprocHandlerSubkey, kDefaultValue, in AnnotateClsidRegistrationForHive()
174 if (GetStringValue(aHive, inprocHandlerSubkey, kThreadingModel, in AnnotateClsidRegistrationForHive()
211 if (GetStringValue(aBaseKey, fullSubkey, kDefaultValue, tlbPath)) { in AnnotateTypelibPlatform()
242 if (GetStringValue(aHive, flagsSubKey, kDefaultValue, typelibFlags)) { in AnnotateTypelibRegistrationForHive()
295 if (GetStringValue(aHive, psSubKey, kDefaultValue, psClsid)) { in AnnotateInterfaceRegistrationForHive()
307 GetStringValue(aHive, typelibSubKey, kDefaultValue, typelibId); in AnnotateInterfaceRegistrationForHive()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/ipc/mscom/
H A DRegistrationAnnotator.cpp53 static bool GetStringValue(HKEY aBaseKey, const nsAString& aStrSubKey, in GetStringValue() function
86 return GetStringValue(aBaseKey, aStrSubKey, nsLiteralString(aValueName), in GetStringValue()
139 if (GetStringValue(aHive, clsidSubkey, kDefaultValue, className)) { in AnnotateClsidRegistrationForHive()
147 if (GetStringValue(aHive, inprocServerSubkey, kDefaultValue, in AnnotateClsidRegistrationForHive()
164 if (GetStringValue(aHive, inprocHandlerSubkey, kDefaultValue, in AnnotateClsidRegistrationForHive()
175 if (GetStringValue(aHive, inprocHandlerSubkey, kThreadingModel, in AnnotateClsidRegistrationForHive()
212 if (GetStringValue(aBaseKey, fullSubkey, kDefaultValue, tlbPath)) { in AnnotateTypelibPlatform()
242 if (GetStringValue(aHive, flagsSubKey, kDefaultValue, typelibFlags)) { in AnnotateTypelibRegistrationForHive()
294 if (GetStringValue(aHive, psSubKey, kDefaultValue, psClsid)) { in AnnotateInterfaceRegistrationForHive()
306 GetStringValue(aHive, typelibSubKey, kDefaultValue, typelibId); in AnnotateInterfaceRegistrationForHive()
[all …]
/dports/cad/netgen/netgen-6.2.2105/libsrc/csg/
H A Dcsgparser.cpp493 string epath = scan.GetStringValue(); in ParsePrimary()
676 scan.GetStringValue()); in ParsePrimary()
773 string name = scan.GetStringValue(); in ParseFlags()
861 string solidname = scan.GetStringValue(); in ParseCSG()
885 string name = scan.GetStringValue(); in ParseCSG()
1231 string name1 = scan.GetStringValue(); in ParseCSG()
1234 string name2 = scan.GetStringValue(); in ParseCSG()
1280 string name1 = scan.GetStringValue(); in ParseCSG()
1283 string name2 = scan.GetStringValue(); in ParseCSG()
1286 string bcname = scan.GetStringValue(); in ParseCSG()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/ipc/mscom/
H A DRegistrationAnnotator.cpp54 static bool GetStringValue(HKEY aBaseKey, const nsAString& aStrSubKey, in GetStringValue() function
87 return GetStringValue(aBaseKey, aStrSubKey, nsLiteralString(aValueName), in GetStringValue()
140 if (GetStringValue(aHive, clsidSubkey, kDefaultValue, className)) { in AnnotateClsidRegistrationForHive()
148 if (GetStringValue(aHive, inprocServerSubkey, kDefaultValue, in AnnotateClsidRegistrationForHive()
166 if (GetStringValue(aHive, inprocHandlerSubkey, kDefaultValue, in AnnotateClsidRegistrationForHive()
177 if (GetStringValue(aHive, inprocHandlerSubkey, kThreadingModel, in AnnotateClsidRegistrationForHive()
214 if (GetStringValue(aBaseKey, fullSubkey, kDefaultValue, tlbPath)) { in AnnotateTypelibPlatform()
245 if (GetStringValue(aHive, flagsSubKey, kDefaultValue, typelibFlags)) { in AnnotateTypelibRegistrationForHive()
298 if (GetStringValue(aHive, psSubKey, kDefaultValue, psClsid)) { in AnnotateInterfaceRegistrationForHive()
310 GetStringValue(aHive, typelibSubKey, kDefaultValue, typelibId); in AnnotateInterfaceRegistrationForHive()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/chromeos/smb_client/
H A Dsmb_persisted_share_registry.cc49 std::string GetStringValue(const base::Value& dict, const std::string& key) { in GetStringValue() function
73 std::string share_url = GetStringValue(dict, kShareUrlKey); in DictToShare()
80 SmbShareInfo info(url, GetStringValue(dict, kDisplayNameKey), in DictToShare()
81 GetStringValue(dict, kUsernameKey), in DictToShare()
82 GetStringValue(dict, kWorkgroupKey), in DictToShare()
105 if (GetStringValue(*it, kShareUrlKey) == share.share_url().ToString()) { in Save()
121 if (GetStringValue(*it, kShareUrlKey) == share_url.ToString()) { in Delete()
139 if (GetStringValue(*it, kShareUrlKey) == share_url.ToString()) { in Get()
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/docker/distribution/distribution-2.7.0/registry/handlers/
H A Dcontext.go50 return dcontext.GetStringValue(ctx, "vars.name")
54 return dcontext.GetStringValue(ctx, "vars.reference")
60 dgstStr := dcontext.GetStringValue(ctx, "vars.digest")
77 return dcontext.GetStringValue(ctx, "vars.uuid")
83 username := dcontext.GetStringValue(ctx, auth.UserNameKey)
/dports/databases/timescaledb-backup/timescaledb-backup-0.1.1/vendor/github.com/docker/distribution/registry/handlers/
H A Dcontext.go50 return dcontext.GetStringValue(ctx, "vars.name")
54 return dcontext.GetStringValue(ctx, "vars.reference")
60 dgstStr := dcontext.GetStringValue(ctx, "vars.digest")
77 return dcontext.GetStringValue(ctx, "vars.uuid")
83 username := dcontext.GetStringValue(ctx, auth.UserNameKey)
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/docker/distribution/registry/handlers/
H A Dcontext.go50 return dcontext.GetStringValue(ctx, "vars.name")
54 return dcontext.GetStringValue(ctx, "vars.reference")
60 dgstStr := dcontext.GetStringValue(ctx, "vars.digest")
77 return dcontext.GetStringValue(ctx, "vars.uuid")
83 username := dcontext.GetStringValue(ctx, auth.UserNameKey)

12345678910>>...138