Home
last modified time | relevance | path

Searched refs:Topic (Results 1 – 25 of 6397) sorted by relevance

12345678910>>...256

/dports/sysutils/nomad/nomad-1.1.0/nomad/stream/
H A Dsubscription_test.go13 …events = append(events, structs.Event{Topic: "Test", Key: "One"}, structs.Event{Topic: "Test", Key…
16 Topics: map[structs.Topic][]string{
39 … = append(events, structs.Event{Topic: "Test", Key: "One"}, structs.Event{Topic: "Test", Key: "Two…
47 expected := []structs.Event{{Topic: "Test", Key: "One"}, {Topic: "Test", Key: "Two"}}
55 {Topic: "Match", Key: "Two"},
56 {Topic: "NoMatch", Key: "One"},
68 {Topic: "Match", Key: "Two"},
76 {Topic: "FirstTwo", Key: "Two"},
77 {Topic: "Test", Key: "One"},
91 {Topic: "Test", Key: "One"},
[all …]
/dports/x11-toolkits/kf5-attica/attica-5.89.0/src/
H A Dtopic.cpp30 Topic::Topic() in Topic() function in Topic
35 Topic::Topic(const Topic &other) in Topic() function in Topic
40 Topic &Topic::operator=(const Topic &other) in operator =()
46 Topic::~Topic() in ~Topic()
55 QString Topic::id() const in id()
65 QString Topic::forumId() const in forumId()
75 QString Topic::user() const in user()
85 QDateTime Topic::date() const in date()
95 QString Topic::subject() const in subject()
115 int Topic::comments() const in comments()
[all …]
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/Shopify/sarama/
H A Dbalance_strategy_test.go496 "c1": {{Topic: "t1", Partition: 0}, {Topic: "t1", Partition: 1}, {Topic: "t1", Partition: 2}},
497 "c2": {{Topic: "t1", Partition: 0}, {Topic: "t1", Partition: 1}, {Topic: "t1", Partition: 2}},
498 "c3": {{Topic: "t1", Partition: 0}, {Topic: "t1", Partition: 1}, {Topic: "t1", Partition: 2}},
508 "c1": {{Topic: "t1", Partition: 0}, {Topic: "t1", Partition: 1}, {Topic: "t1", Partition: 2}},
509 "c2": {{Topic: "t1", Partition: 1}, {Topic: "t1", Partition: 2}, {Topic: "t1", Partition: 0}},
510 "c3": {{Topic: "t1", Partition: 2}, {Topic: "t1", Partition: 0}, {Topic: "t1", Partition: 1}},
520 "c1": {{Topic: "t1", Partition: 0}, {Topic: "t1", Partition: 1}, {Topic: "t1", Partition: 2}},
521 "c2": {{Topic: "t1", Partition: 1}, {Topic: "t1", Partition: 2}, {Topic: "t1", Partition: 0}},
522 "c3": {{Topic: "tX", Partition: 2}, {Topic: "t1", Partition: 0}, {Topic: "t1", Partition: 1}},
532 "c1": {{Topic: "t1", Partition: 0}, {Topic: "t1", Partition: 1}, {Topic: "t1", Partition: 2}},
[all …]
/dports/net/goreplay/goreplay-1.2.0/vendor/github.com/Shopify/sarama/sarama-1.26.4/
H A Dbalance_strategy_test.go458 "c1": {{Topic: "t1", Partition: 0}, {Topic: "t1", Partition: 1}, {Topic: "t1", Partition: 2}},
459 "c2": {{Topic: "t1", Partition: 0}, {Topic: "t1", Partition: 1}, {Topic: "t1", Partition: 2}},
460 "c3": {{Topic: "t1", Partition: 0}, {Topic: "t1", Partition: 1}, {Topic: "t1", Partition: 2}},
470 "c1": {{Topic: "t1", Partition: 0}, {Topic: "t1", Partition: 1}, {Topic: "t1", Partition: 2}},
471 "c2": {{Topic: "t1", Partition: 1}, {Topic: "t1", Partition: 2}, {Topic: "t1", Partition: 0}},
472 "c3": {{Topic: "t1", Partition: 2}, {Topic: "t1", Partition: 0}, {Topic: "t1", Partition: 1}},
482 "c1": {{Topic: "t1", Partition: 0}, {Topic: "t1", Partition: 1}, {Topic: "t1", Partition: 2}},
483 "c2": {{Topic: "t1", Partition: 1}, {Topic: "t1", Partition: 2}, {Topic: "t1", Partition: 0}},
484 "c3": {{Topic: "tX", Partition: 2}, {Topic: "t1", Partition: 0}, {Topic: "t1", Partition: 1}},
494 "c1": {{Topic: "t1", Partition: 0}, {Topic: "t1", Partition: 1}, {Topic: "t1", Partition: 2}},
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ua/org.eclipse.ua.tests/help/org/eclipse/ua/tests/help/other/
H A DTopicTest.java107 Topic topic2 = new Topic(topic1); in testCopySimpleTopic()
117 Topic topic2 = new Topic(topic1); in testCopyTopicWithChild()
183 Topic topic2 = new Topic(topic1); in testCopyDisabledTopic()
184 Topic topic3 = new Topic(topic2); in testCopyDisabledTopic()
228 Topic topic2 = new Topic(topic1); in testCopyOldStyleDisabled()
274 Topic t1 = new Topic(u1); in testUserTopic()
283 Topic t1 = new Topic(u1); in testCopyFilteredUserTopic()
284 Topic t2 = new Topic(t1); in testCopyFilteredUserTopic()
298 Topic t1 = new Topic(u1); in testUserTopicWithFilteredChildren()
314 Topic t1 = new Topic(u1); in testCopyUserTopicWithChildren()
[all …]
H A DContextTest.java25 import org.eclipse.help.internal.Topic;
134 Topic topic = (Topic)related[0]; in testCopyContext()
141 topic = (Topic)related[0]; in testCopyContext()
148 topic = (Topic)related[0]; in testCopyContext()
163 assertTrue(((Topic)related[0]).isEnabled(HelpEvaluationContext.getContext())); in testEnablement()
164 assertFalse(((Topic)related[1]).isEnabled(HelpEvaluationContext.getContext())); in testEnablement()
165 assertFalse(((Topic)related[2]).isEnabled(HelpEvaluationContext.getContext())); in testEnablement()
181 assertTrue(((Topic)related1[0]).isEnabled(HelpEvaluationContext.getContext())); in testOldStyleFilteringOfCopies()
186 assertTrue(((Topic)related2[0]).isEnabled(HelpEvaluationContext.getContext())); in testOldStyleFilteringOfCopies()
191 assertTrue(((Topic)related3[0]).isEnabled(HelpEvaluationContext.getContext())); in testOldStyleFilteringOfCopies()
[all …]
/dports/lang/yap/yap-6.2.2/LGPL/
H A Ddebug.pl34 debug/1, % +Topic
35 nodebug/1, % +Topic
86 debugging(Topic) :-
87 debugging(Topic, true).
89 %% debug(+Topic) is det.
97 debug(Topic) :-
98 debug(Topic, true).
99 nodebug(Topic) :-
100 debug(Topic, false).
102 debug(Topic, Val) :-
[all …]
/dports/net/py-netaddr/netaddr-0.8.0/
H A DPKG-INFO79 Classifier: Topic :: Communications
80 Classifier: Topic :: Documentation
81 Classifier: Topic :: Education
83 Classifier: Topic :: Home Automation
84 Classifier: Topic :: Internet
91 Classifier: Topic :: Security
98 Classifier: Topic :: System :: Benchmark
102 Classifier: Topic :: System :: Logging
109 Classifier: Topic :: System :: Shells
113 Classifier: Topic :: Text Processing
[all …]
/dports/net/py-netaddr/netaddr-0.8.0/netaddr.egg-info/
H A DPKG-INFO79 Classifier: Topic :: Communications
80 Classifier: Topic :: Documentation
81 Classifier: Topic :: Education
83 Classifier: Topic :: Home Automation
84 Classifier: Topic :: Internet
91 Classifier: Topic :: Security
98 Classifier: Topic :: System :: Benchmark
102 Classifier: Topic :: System :: Logging
109 Classifier: Topic :: System :: Shells
113 Classifier: Topic :: Text Processing
[all …]
/dports/lang/swi-pl/swipl-8.2.3/library/
H A Ddebug.pl106 debugging(Topic) :-
109 debugging(Topic, Bool) :-
112 %! debug(+Topic) is det.
113 %! nodebug(+Topic) is det.
120 % For debug/1, Topic can be a term Topic > Out, where Out is
124 debug(Topic) :-
126 nodebug(Topic) :-
148 Spec = (Topic > To),
150 debug_target(Topic, Topic, -).
176 debug_topic(Topic) :-
[all …]
/dports/devel/google-cloud-cpp/google-cloud-cpp-1.21.0/google/cloud/pubsub/
H A Dtopic.h36 class Topic {
38 Topic(std::string project_id, std::string topic_id) in Topic() function
43 Topic(Topic const&) = default;
44 Topic& operator=(Topic const&) = default;
45 Topic(Topic&&) = default;
46 Topic& operator=(Topic&&) = default;
63 friend bool operator==(Topic const& a, Topic const& b);
64 friend bool operator!=(Topic const& a, Topic const& b) { return !(a == b); }
68 friend std::ostream& operator<<(std::ostream& os, Topic const& rhs);
/dports/devel/google-cloud-cpp117/google-cloud-cpp-1.17.0/google/cloud/pubsub/
H A Dtopic.h36 class Topic {
38 Topic(std::string project_id, std::string topic_id) in Topic() function
43 Topic(Topic const&) = default;
44 Topic& operator=(Topic const&) = default;
45 Topic(Topic&&) = default;
46 Topic& operator=(Topic&&) = default;
63 friend bool operator==(Topic const& a, Topic const& b);
64 friend bool operator!=(Topic const& a, Topic const& b) { return !(a == b); }
68 friend std::ostream& operator<<(std::ostream& os, Topic const& rhs);
/dports/games/openmw/openmw-openmw-0.47.0/apps/openmw/mwdialogue/
H A Dtopic.cpp10 Topic::Topic() in Topic() function in MWDialogue::Topic
13 Topic::Topic (const std::string& topic) in Topic() function in MWDialogue::Topic
18 Topic::~Topic() in ~Topic()
21 void Topic::addEntry (const JournalEntry& entry) in addEntry()
27 for (Topic::TEntryIter it = mEntries.begin(); it != mEntries.end(); ++it) in addEntry()
36 void Topic::insertEntry (const ESM::JournalEntry& entry) in insertEntry()
41 std::string Topic::getTopic() const in getTopic()
46 std::string Topic::getName() const in getName()
51 Topic::TEntryIter Topic::begin() const in begin()
56 Topic::TEntryIter Topic::end() const in end()
[all …]
/dports/lang/swi-pl/swipl-8.2.3/packages/xpce/prolog/lib/swi/
H A Dpce_debug_monitor.pl112 nodebug(Topic)),
118 debug(Topic)),
172 findall(Topic, debugging(Topic, _), Topics0),
188 get(DI, object, Topic),
203 get(DI, object, Topic),
226 get(DI, object, Topic),
227 nodebug(Topic),
231 get(DI, object, Topic),
232 debug(Topic),
299 topic_to_atom(Topic, Topic) :-
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/invalidation/impl/
H A Dfcm_invalidation_listener_unittest.cc112 void AcknowledgeAll(const Topic& topic) { in AcknowledgeAll()
152 typedef std::map<Topic, List> Map;
248 void FireInvalidate(const Topic& topic, in FireInvalidate()
265 const Topic kBookmarksTopic_;
266 const Topic kPreferencesTopic_;
267 const Topic kExtensionsTopic_;
268 const Topic kAppsTopic_;
289 const Topic& topic = kBookmarksTopic_; in TEST_F()
303 const Topic& topic = kBookmarksTopic_; in TEST_F()
344 const Topic& topic = kUnregisteredId; in TEST_F()
[all …]
/dports/sysutils/istio/google-cloud-go-logging-v1.0.0/pubsub/
H A Dtopic.go52 type Topic struct { struct
116 t := c.Topic(topicID)
134 t := c.Topic(topicID)
153 func (c *Client) Topic(id string) *Topic { func
168 return &Topic{
259 pt := &pb.Topic{Name: t.name}
266 Topic: pt,
302 func (t *Topic) ID() string { argument
346 Topic: t.name,
394 func (t *Topic) Stop() { argument
[all …]
/dports/sysutils/docker-registry/distribution-2.7.1/vendor/cloud.google.com/go/pubsub/
H A Dtopic.go54 type Topic struct { struct
106 t := c.Topic(id)
120 func (c *Client) Topic(id string) *Topic { func
135 return &Topic{
213 pt := &pb.Topic{Name: t.name}
220 Topic: pt,
256 func (t *Topic) ID() string { argument
300 Topic: t.name,
351 func (t *Topic) Stop() { argument
401 func (t *Topic) initBundler() { argument
[all …]
/dports/irc/py-limnoria/Limnoria-master-2019-09-08/plugins/Topic/
H A Dtest.py127 original = conf.supybot.plugins.Topic.separator()
167 orig = conf.supybot.plugins.Topic.format()
168 sep = conf.supybot.plugins.Topic.separator()
174 conf.supybot.plugins.Topic.format.setValue(orig)
192 original = conf.supybot.plugins.Topic.format()
206 original = conf.supybot.plugins.Topic.format()
227 original = conf.supybot.plugins.Topic.format()
247 original = conf.supybot.plugins.Topic.default()
255 original = conf.supybot.plugins.Topic.format()
266 original = conf.supybot.plugins.Topic.format()
[all …]
/dports/www/oauth2-proxy/oauth2-proxy-7.2.0/vendor/cloud.google.com/go/pubsub/
H A Dtopic.go52 type Topic struct { struct
102 t := c.Topic(id)
116 func (c *Client) Topic(id string) *Topic { func
131 return &Topic{
209 pt := &pb.Topic{Name: t.name}
216 Topic: pt,
252 func (t *Topic) ID() string { argument
296 Topic: t.name,
347 func (t *Topic) Stop() { argument
397 func (t *Topic) initBundler() { argument
[all …]
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/cloud.google.com/go/pubsub/
H A Dtopic.go53 type Topic struct { struct
105 t := c.Topic(id)
119 func (c *Client) Topic(id string) *Topic { func
134 return &Topic{
212 pt := &pb.Topic{Name: t.name}
219 Topic: pt,
255 func (t *Topic) ID() string { argument
298 Topic: t.name,
349 func (t *Topic) Stop() { argument
399 func (t *Topic) initBundler() { argument
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/grafana/loki/vendor/cloud.google.com/go/pubsub/
H A Dtopic.go56 type Topic struct { struct
120 t := c.Topic(topicID)
138 t := c.Topic(topicID)
157 func (c *Client) Topic(id string) *Topic { func
172 return &Topic{
278 pt := &pb.Topic{Name: t.name}
289 Topic: pt,
325 func (t *Topic) ID() string { argument
369 Topic: t.name,
424 func (t *Topic) Stop() { argument
[all …]
/dports/net/storj/storj-1.45.3/vendor/cloud.google.com/go/pubsub/
H A Dtopic.go56 type Topic struct { struct
120 t := c.Topic(topicID)
138 t := c.Topic(topicID)
157 func (c *Client) Topic(id string) *Topic { func
172 return &Topic{
278 pt := &pb.Topic{Name: t.name}
289 Topic: pt,
325 func (t *Topic) ID() string { argument
369 Topic: t.name,
424 func (t *Topic) Stop() { argument
[all …]
/dports/sysutils/istio/istio-1.6.7/vendor/cloud.google.com/go/pubsub/
H A Dtopic.go56 type Topic struct { struct
120 t := c.Topic(topicID)
138 t := c.Topic(topicID)
157 func (c *Client) Topic(id string) *Topic { func
172 return &Topic{
278 pt := &pb.Topic{Name: t.name}
289 Topic: pt,
325 func (t *Topic) ID() string { argument
369 Topic: t.name,
424 func (t *Topic) Stop() { argument
[all …]
/dports/sysutils/chaoskube/chaoskube-0.22.0/vendor/cloud.google.com/go/pubsub/
H A Dtopic.go56 type Topic struct { struct
120 t := c.Topic(topicID)
138 t := c.Topic(topicID)
157 func (c *Client) Topic(id string) *Topic { func
172 return &Topic{
278 pt := &pb.Topic{Name: t.name}
289 Topic: pt,
325 func (t *Topic) ID() string { argument
369 Topic: t.name,
424 func (t *Topic) Stop() { argument
[all …]
/dports/security/lego/lego-4.5.3/vendor/cloud.google.com/go/pubsub/
H A Dtopic.go56 type Topic struct { struct
120 t := c.Topic(topicID)
138 t := c.Topic(topicID)
157 func (c *Client) Topic(id string) *Topic { func
172 return &Topic{
278 pt := &pb.Topic{Name: t.name}
289 Topic: pt,
325 func (t *Topic) ID() string { argument
369 Topic: t.name,
424 func (t *Topic) Stop() { argument
[all …]

12345678910>>...256