Home
last modified time | relevance | path

Searched refs:GetTags (Results 1 – 25 of 3520) sorted by relevance

12345678910>>...141

/dports/irc/znc/znc-1.8.2/modules/
H A Dbuffextras.cpp57 &Message.GetTime(), Message.GetTags()); in OnKickMessage()
66 AddBuffer(*pChan, sMsg, &Message.GetTime(), Message.GetTags()); in OnQuitMessage()
74 &Message.GetTime(), Message.GetTags()); in OnJoinMessage()
82 &Message.GetTime(), Message.GetTags()); in OnPartMessage()
92 AddBuffer(*pChan, sMsg, &Message.GetTime(), Message.GetTags()); in OnNickMessage()
102 &Message.GetTime(), Message.GetTags()); in OnTopicMessage()
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/browser/background_sync/
H A Done_shot_background_sync_browsertest.cc48 bool GetTags(const std::vector<std::string>& expected_tags);
129 bool OneShotBackgroundSyncBrowserTest::GetTags( in GetTags() function in content::OneShotBackgroundSyncBrowserTest
269 IN_PROC_BROWSER_TEST_F(OneShotBackgroundSyncBrowserTest, GetTags) { in IN_PROC_BROWSER_TEST_F() argument
274 EXPECT_TRUE(GetTags(registered_tags)); in IN_PROC_BROWSER_TEST_F()
283 EXPECT_TRUE(GetTags(registered_tags)); in IN_PROC_BROWSER_TEST_F()
293 EXPECT_TRUE(GetTags(registered_tags)); in IN_PROC_BROWSER_TEST_F()
314 EXPECT_TRUE(GetTags(registered_tags)); in IN_PROC_BROWSER_TEST_F()
351 EXPECT_TRUE(GetTags(registered_tags)); in IN_PROC_BROWSER_TEST_F()
377 EXPECT_TRUE(GetTags(registered_tags)); in IN_PROC_BROWSER_TEST_F()
386 EXPECT_TRUE(GetTags(registered_tags)); in IN_PROC_BROWSER_TEST_F()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/browser/background_sync/
H A Done_shot_background_sync_browsertest.cc47 bool GetTags(const std::vector<std::string>& expected_tags);
128 bool OneShotBackgroundSyncBrowserTest::GetTags( in GetTags() function in content::OneShotBackgroundSyncBrowserTest
268 IN_PROC_BROWSER_TEST_F(OneShotBackgroundSyncBrowserTest, GetTags) { in IN_PROC_BROWSER_TEST_F() argument
273 EXPECT_TRUE(GetTags(registered_tags)); in IN_PROC_BROWSER_TEST_F()
282 EXPECT_TRUE(GetTags(registered_tags)); in IN_PROC_BROWSER_TEST_F()
292 EXPECT_TRUE(GetTags(registered_tags)); in IN_PROC_BROWSER_TEST_F()
313 EXPECT_TRUE(GetTags(registered_tags)); in IN_PROC_BROWSER_TEST_F()
350 EXPECT_TRUE(GetTags(registered_tags)); in IN_PROC_BROWSER_TEST_F()
376 EXPECT_TRUE(GetTags(registered_tags)); in IN_PROC_BROWSER_TEST_F()
385 EXPECT_TRUE(GetTags(registered_tags)); in IN_PROC_BROWSER_TEST_F()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/animation/
H A Dcss_font_variation_settings_interpolation_type.cc56 static const Vector<uint32_t> GetTags( in GetTags() function
65 return GetTags(a) == GetTags(b); in TagsMatch()
76 return tags_ == GetTags(*underlying.non_interpolable_value); in IsValid()
125 GetTags(*underlying.non_interpolable_value))); in MaybeConvertNeutral()
195 const Vector<uint32_t>& tags = GetTags(*non_interpolable_value); in ApplyStandardPropertyValue()
/dports/irc/znc/znc-1.8.2/test/
H A DMessageTest.cpp148 EXPECT_THAT(CMessage("").GetTags(), IsEmpty()); in TEST()
157 EXPECT_THAT(CMessage("@a=b :rest").GetTags(), in TEST()
161 CMessage("@ab=cdef;znc.in/gh-ij=klmn,op :rest").GetTags(), in TEST()
163 EXPECT_THAT(CMessage("@a===b== :rest").GetTags(), in TEST()
166 EXPECT_THAT(CMessage("@a;b=c;d :rest").GetTags(), in TEST()
172 .GetTags(), in TEST()
180 EXPECT_THAT(CMessage(R"(@a=\:\s\\\r\n :rest)").GetTags(), in TEST()
559 EXPECT_THAT(msg.GetTags(), ContainerEq(MCString{{"tag1", "value1"}, in TEST()
576 EXPECT_EQ(msg.GetTags(), MCString()); in TEST()
591 EXPECT_THAT(msg.GetTags(), ContainerEq(MCString{{"tag1", "value1"}, in TEST()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/animation/
H A Dcss_font_variation_settings_interpolation_type.cc55 static const Vector<AtomicString> GetTags( in GetTags() function
64 return GetTags(a) == GetTags(b); in TagsMatch()
76 return tags_ == GetTags(*underlying.non_interpolable_value); in IsValid()
125 GetTags(*underlying.non_interpolable_value))); in MaybeConvertNeutral()
207 const Vector<AtomicString>& tags = GetTags(*non_interpolable_value); in ApplyStandardPropertyValue()
/dports/editors/cudatext/CudaText-1.151.0/atsyneditcmp/atsynedit_cmp/
H A Datsynedit_cmp_html_provider.pas17 procedure GetTags(L: TStringList); virtual; abstract; procedure
30 procedure GetTags(L: TStringList); override; procedure
102 procedure TATHtmlBasicProvider.GetTags(L: TStringList); procedure
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/go-kit/kit/tracing/opentracing/
H A Dendpoint_options.go27 GetTags func(ctx context.Context) opentracing.Tags member
72 o.GetTags = getTags
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/tools/release/
H A Dauto_tag.py30 class GetTags(Step): class
35 self["tags"] = self.vc.GetTags()
194 GetTags,
/dports/www/node10/node-v10.24.1/deps/v8/tools/release/
H A Dauto_tag.py27 class GetTags(Step): class
32 self["tags"] = self.vc.GetTags()
191 GetTags,
/dports/lang/v8/v8-9.6.180.12/tools/release/
H A Dauto_tag.py30 class GetTags(Step): class
35 self["tags"] = self.vc.GetTags()
194 GetTags,
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/tools/release/
H A Dauto_tag.py30 class GetTags(Step): class
35 self["tags"] = self.vc.GetTags()
194 GetTags,
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/lightstep/lightstep-tracer-go/
H A Dtracer_transport_proto_test.go26 func (span *cpbSpan) GetTags() interface{} { func
27 return span.Span.GetTags()
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/github.com/lightstep/lightstep-tracer-go/
H A Dtracer_transport_proto_test.go26 func (span *cpbSpan) GetTags() interface{} { func
27 return span.Span.GetTags()
/dports/devel/gitlab-shell/gitlab-shell-65b8ec55bebd0aea64ac52b9878bafcc2ad992d3/vendor/github.com/lightstep/lightstep-tracer-go/
H A Dtracer_transport_proto_test.go26 func (span *cpbSpan) GetTags() interface{} { func
27 return span.Span.GetTags()
/dports/sysutils/consul/consul-1.10.3/lib/serf/
H A Dserf.go35 func GetTags(serf *serf.Serf) map[string]string { func
45 tags := GetTags(serf)
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/hashicorp/consul/lib/serf/
H A Dserf.go35 func GetTags(serf *serf.Serf) map[string]string { func
45 tags := GetTags(serf)
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/hashicorp/consul/lib/serf/
H A Dserf.go35 func GetTags(serf *serf.Serf) map[string]string { func
45 tags := GetTags(serf)
/dports/security/vault/vault-1.8.2/vendor/github.com/docker/distribution/registry/handlers/
H A Dtags.go20 "GET": http.HandlerFunc(tagsHandler.GetTags),
35 func (th *tagsHandler) GetTags(w http.ResponseWriter, r *http.Request) { func
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/docker/distribution/distribution-2.7.0/registry/handlers/
H A Dtags.go20 "GET": http.HandlerFunc(tagsHandler.GetTags),
35 func (th *tagsHandler) GetTags(w http.ResponseWriter, r *http.Request) { func
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/github.com/docker/distribution/registry/handlers/
H A Dtags.go20 "GET": http.HandlerFunc(tagsHandler.GetTags),
35 func (th *tagsHandler) GetTags(w http.ResponseWriter, r *http.Request) { func
/dports/databases/timescaledb-backup/timescaledb-backup-0.1.1/vendor/github.com/docker/distribution/registry/handlers/
H A Dtags.go20 "GET": http.HandlerFunc(tagsHandler.GetTags),
35 func (th *tagsHandler) GetTags(w http.ResponseWriter, r *http.Request) { func
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/docker/distribution/registry/handlers/
H A Dtags.go20 "GET": http.HandlerFunc(tagsHandler.GetTags),
35 func (th *tagsHandler) GetTags(w http.ResponseWriter, r *http.Request) { func
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/docker/distribution/registry/handlers/
H A Dtags.go20 "GET": http.HandlerFunc(tagsHandler.GetTags),
35 func (th *tagsHandler) GetTags(w http.ResponseWriter, r *http.Request) { func
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/docker/distribution/registry/handlers/
H A Dtags.go20 "GET": http.HandlerFunc(tagsHandler.GetTags),
35 func (th *tagsHandler) GetTags(w http.ResponseWriter, r *http.Request) { func

12345678910>>...141