Home
last modified time | relevance | path

Searched refs:SetTag (Results 1 – 25 of 2700) sorted by relevance

12345678910>>...108

/dports/irc/smuxi/smuxi-1.1/lib/agsxmpp/agsxmpp/protocol/
H A DError.cs297 SetTag("bad-format", "", Uri.STREAMS);
303 SetTag("conflict", "", Uri.STREAMS);
309 SetTag("host-gone", "", Uri.STREAMS);
312 SetTag("host-unknown", "", Uri.STREAMS);
321 SetTag("invalid-from", "", Uri.STREAMS);
324 SetTag("invalid-id", "", Uri.STREAMS);
330 SetTag("invalid-xml", "", Uri.STREAMS);
333 SetTag("not-authorized", "", Uri.STREAMS);
345 SetTag("restricted-xml", "", Uri.STREAMS);
348 SetTag("see-other-host", "", Uri.STREAMS);
[all …]
/dports/irc/smuxi/smuxi-1.1/lib/agsxmpp/agsxmpp/protocol/client/
H A DError.cs324 SetTag("text", value, Uri.STANZAS);
399 SetTag("bad-request", "", Uri.STANZAS);
403 SetTag("conflict", "", Uri.STANZAS);
411 SetTag("forbidden", "", Uri.STANZAS);
415 SetTag("gone", "", Uri.STANZAS);
423 SetTag("item-not-found", "", Uri.STANZAS);
427 SetTag("jid-malformed", "", Uri.STANZAS);
431 SetTag("not-acceptable", "", Uri.STANZAS);
435 SetTag("not-allowed", "", Uri.STANZAS);
439 SetTag("not-authorized", "", Uri.STANZAS);
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vault-plugin-database-couchbase/vendor/github.com/couchbase/gocbcore/v9/
H A Dtracing.go16 SetTag(key string, value interface{}) RequestSpan methodSpec
45 func (span noopSpan) SetTag(key string, value interface{}) RequestSpan { func
98 SetTag("component", "couchbase-go-sdk").
99 SetTag("db.instance", tc.bucket).
100 SetTag("span.kind", "client")
110 SetTag("retry", req.RetryAttempts())
125 SetTag("retry", req.RetryAttempts())
142 SetTag("span.kind", "client")
181 req.netTraceSpan.SetTag("couchbase.local_id", resp.sourceConnID)
185 req.netTraceSpan.SetTag("local.address", localAddress)
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/couchbase/gocbcore/v9/
H A Dtracing.go16 SetTag(key string, value interface{}) RequestSpan methodSpec
45 func (span noopSpan) SetTag(key string, value interface{}) RequestSpan { func
98 SetTag("component", "couchbase-go-sdk").
99 SetTag("db.instance", tc.bucket).
100 SetTag("span.kind", "client")
110 SetTag("retry", req.RetryAttempts())
125 SetTag("retry", req.RetryAttempts())
142 SetTag("span.kind", "client")
181 req.netTraceSpan.SetTag("couchbase.local_id", resp.sourceConnID)
185 req.netTraceSpan.SetTag("local.address", localAddress)
[all …]
/dports/irc/smuxi/smuxi-1.1/lib/agsxmpp/agsxmpp/protocol/extensions/geoloc/
H A DGeoLoc.cs81 set { SetTag("description", value); }
90 set { SetTag("datum", value); }
99 set { SetTag("lat", value); }
108 set { SetTag("lon", value); }
117 set { SetTag("alt", value); }
127 set { SetTag("bearing", value); }
136 set { SetTag("error", value); }
145 set { SetTag("timestamp", Util.Time.ISO_8601Date(value)); }
/dports/irc/smuxi/smuxi-1.1/lib/agsxmpp/agsxmpp/protocol/sasl/
H A DFailure.cs73 SetTag("aborted");
75 SetTag("incorrect-encoding");
77 SetTag("encryption-required");
79 SetTag("invalid-authzid");
81 SetTag("invalid-mechanism");
83 SetTag("mechanism-too-weak");
85 SetTag("not-authorized");
87 SetTag("temporary-auth-failure");
/dports/net/opal/opal-3.10.10/src/h323/
H A Dh323pdu.cxx184 alias.SetTag(tag); in H323SetAliasAddress()
592 param->SetTag(subType); in H323AddGenericParameterInteger()
1428 SetTag(e_request); in Build()
1430 msg.SetTag(request); in Build()
1437 SetTag(e_response); in Build()
1439 resp.SetTag(response); in Build()
1446 SetTag(e_command); in Build()
1448 cmd.SetTag(command); in Build()
1455 SetTag(e_indication); in Build()
1844 end.SetTag(reason); in BuildEndSessionCommand()
[all …]
/dports/irc/smuxi/smuxi-1.1/lib/agsxmpp/agsxmpp/protocol/iq/vcard/
H A DAddress.cs94 SetTag(value.ToString());
104 SetTag("PREF");
113 set { SetTag("EXTADD", value); }
119 set { SetTag("STREET", value); }
125 set { SetTag("LOCALITY", value); }
131 set { SetTag("REGION", value); }
137 set { SetTag("PCODE", value); }
143 set { SetTag("CTRY", value); }
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/gopkg.in/DataDog/dd-trace-go.v1/ddtrace/tracer/
H A Dspan_test.go214 span.SetTag("tagInt", 1234)
220 span.SetTag(ext.Error, true)
223 span.SetTag(ext.Error, nil)
323 span.SetTag("temp", 72.42)
372 span.SetTag(ext.Error, err)
382 span.SetTag(ext.Error, err)
397 span.SetTag(ext.Error, err)
411 span.SetTag(ext.Error, nil)
421 span.SetTag("foo.bar", 12)
429 span.SetTag("foo.bar", 12)
[all …]
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/gopkg.in/DataDog/dd-trace-go.v1/contrib/hashicorp/vault/
H A Dvault.go54 s.SetTag(ext.ServiceName, conf.serviceName)
55 s.SetTag(ext.HTTPURL, r.URL.Path)
56 s.SetTag(ext.HTTPMethod, r.Method)
57 s.SetTag(ext.ResourceName, r.Method+" "+r.URL.Path)
58 s.SetTag(ext.SpanType, ext.SpanTypeHTTP)
60 s.SetTag("vault.namespace", ns)
68 s.SetTag(ext.HTTPCode, res.StatusCode)
70 s.SetTag(ext.Error, true)
71 s.SetTag(ext.ErrorMsg, fmt.Sprintf("%d: %s", res.StatusCode, http.StatusText(res.StatusCode)))
/dports/devel/gitlab-shell/gitlab-shell-65b8ec55bebd0aea64ac52b9878bafcc2ad992d3/vendor/gopkg.in/DataDog/dd-trace-go.v1/contrib/hashicorp/vault/
H A Dvault.go54 s.SetTag(ext.ServiceName, conf.serviceName)
55 s.SetTag(ext.HTTPURL, r.URL.Path)
56 s.SetTag(ext.HTTPMethod, r.Method)
57 s.SetTag(ext.ResourceName, r.Method+" "+r.URL.Path)
58 s.SetTag(ext.SpanType, ext.SpanTypeHTTP)
60 s.SetTag("vault.namespace", ns)
68 s.SetTag(ext.HTTPCode, res.StatusCode)
70 s.SetTag(ext.Error, true)
71 s.SetTag(ext.ErrorMsg, fmt.Sprintf("%d: %s", res.StatusCode, http.StatusText(res.StatusCode)))
/dports/irc/smuxi/smuxi-1.1/lib/agsxmpp/agsxmpp/protocol/iq/agent/
H A DAgent.cs54 set { SetTag("name", value); }
60 set { SetTag("service", value); }
66 set { SetTag("description", value); }
79 SetTag("register");
94 SetTag("search");
109 SetTag("transport");
124 SetTag("groupchat");
/dports/www/e107/e107/
H A Dinstall.php412 $this->template->SetTag('required', '');
539 $this->template->SetTag("percent", 10);
540 $this->template->SetTag("bartype", 'warning');
576 $this->template->SetTag("percent", 25);
692 $this->template->SetTag("percent", 40);
904 $this->template->SetTag("percent", 50);
1086 $this->template->SetTag("percent", 60);
1276 $this->template->SetTag("percent", 70);
1552 $this->template->SetTag("percent", 80);
1600 $this->template->SetTag("percent", 100);
[all …]
/dports/net/h323plus/h323plus-1_27_2/src/
H A Dh323pdu.cxx303 alias.SetTag(tag); in H323SetAliasAddress()
1027 reason.SetTag(-code); in H323TranslateFromCallEndReason()
1580 SetTag(e_request); in Build()
1582 msg.SetTag(request); in Build()
1589 SetTag(e_response); in Build()
1591 resp.SetTag(response); in Build()
1598 SetTag(e_command); in Build()
1600 cmd.SetTag(command); in Build()
1607 SetTag(e_indication); in Build()
1925 end.SetTag(reason); in BuildEndSessionCommand()
[all …]
/dports/devel/gitlab-shell/gitlab-shell-65b8ec55bebd0aea64ac52b9878bafcc2ad992d3/vendor/gopkg.in/DataDog/dd-trace-go.v1/ddtrace/tracer/
H A Dspan_test.go161 span.SetTag("tagInt", 1234)
167 span.SetTag(ext.Error, true)
170 span.SetTag(ext.Error, nil)
270 span.SetTag("temp", 72.42)
319 span.SetTag(ext.Error, err)
329 span.SetTag(ext.Error, err)
344 span.SetTag(ext.Error, err)
358 span.SetTag(ext.Error, nil)
368 span.SetTag("foo.bar", 12)
376 span.SetTag("foo.bar", 12)
[all …]
/dports/irc/smuxi/smuxi-1.1/lib/agsxmpp/agsxmpp/protocol/iq/register/
H A DRegister.cs63 set { SetTag("username", value); }
69 set { SetTag("password", value); }
75 set { SetTag("instructions", value); }
81 set { SetTag("name", value); }
87 set { SetTag("email", value); }
99 SetTag("remove");
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/influxdata/influxdb/services/storage/
H A Drpc_service.go71 SetTag("predicate", pred).
72 SetTag("series_limit", req.SeriesLimit).
73 SetTag("series_offset", req.SeriesOffset).
74 SetTag("points_limit", req.PointsLimit).
76 SetTag("end", req.TimestampRange.End).
77 SetTag("desc", req.Descending).
78 SetTag("group", req.Group.String()).
79 SetTag("group_keys", groupKeys).
80 SetTag("aggregate", agg.String())
147 span.SetTag("num_values", w.vc)
[all …]
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-swf/include/aws/swf/model/
H A DTagFilter.h60 inline void SetTag(const Aws::String& value) { m_tagHasBeenSet = true; m_tag = value; } in SetTag() function
67 inline void SetTag(Aws::String&& value) { m_tagHasBeenSet = true; m_tag = std::move(value); } in SetTag() function
74 inline void SetTag(const char* value) { m_tagHasBeenSet = true; m_tag.assign(value); } in SetTag() function
81 inline TagFilter& WithTag(const Aws::String& value) { SetTag(value); return *this;} in WithTag()
88 inline TagFilter& WithTag(Aws::String&& value) { SetTag(std::move(value)); return *this;} in WithTag()
95 inline TagFilter& WithTag(const char* value) { SetTag(value); return *this;} in WithTag()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-medialive/include/aws/medialive/model/
H A DHlsId3SegmentTaggingScheduleActionSettings.h60 inline void SetTag(const Aws::String& value) { m_tagHasBeenSet = true; m_tag = value; } in SetTag() function
67 inline void SetTag(Aws::String&& value) { m_tagHasBeenSet = true; m_tag = std::move(value); } in SetTag() function
74 inline void SetTag(const char* value) { m_tagHasBeenSet = true; m_tag.assign(value); } in SetTag() function
81 …inline HlsId3SegmentTaggingScheduleActionSettings& WithTag(const Aws::String& value) { SetTag(valu… in WithTag()
88 …inline HlsId3SegmentTaggingScheduleActionSettings& WithTag(Aws::String&& value) { SetTag(std::move… in WithTag()
95 …inline HlsId3SegmentTaggingScheduleActionSettings& WithTag(const char* value) { SetTag(value); ret… in WithTag()
/dports/www/fabio/fabio-1.5.14/vendor/github.com/openzipkin/zipkin-go-opentracing/zipkin-go-opentracing-0.3.4/examples/cli_with_2_services/svc2/
H A Dimplementation.go30 span.SetTag("service", "svc2")
31 span.SetTag("string", "some value")
32 span.SetTag("int", 123)
33 span.SetTag("bool", true)
46 span.SetTag("error", ErrIntOverflow.Error())
69 resourceSpan.SetTag(
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/graph-gophers/graphql-go/trace/
H A Dtrace.go26 span.SetTag("graphql.query", queryString)
29 span.SetTag("graphql.operationName", operationName)
43 span.SetTag("graphql.error", msg)
55 span.SetTag("graphql.type", typeName)
56 span.SetTag("graphql.field", fieldName)
58 span.SetTag("graphql.args."+name, value)
64 span.SetTag("graphql.error", err.Error())
/dports/net/opal/opal-3.10.10/src/h224/
H A Dh323h224.cxx98 pdu.m_application.SetTag(H245_DataApplicationCapability_application::e_genericDataCapability); in OnSendingPDU()
103 capabilityIdentifier.SetTag(H245_CapabilityIdentifier::e_standard); in OnSendingPDU()
113 pdu.m_application.SetTag(H245_DataMode_application::e_genericDataMode); in OnSendingPDU()
118 capabilityIdentifier.SetTag(H245_CapabilityIdentifier::e_standard); in OnSendingPDU()
181 pdu.m_application.SetTag(H245_DataApplicationCapability_application::e_h224); in OnSendingPDU()
184 dataProtocolCapability.SetTag(H245_DataProtocolCapability::e_hdlcFrameTunnelling); in OnSendingPDU()
192 pdu.m_application.SetTag(H245_DataMode_application::e_h224); in OnSendingPDU()
195 dataProtocolCapability.SetTag(H245_DataProtocolCapability::e_hdlcFrameTunnelling); in OnSendingPDU()
/dports/textproc/exempi/exempi-2.5.2/XMPFiles/source/FormatSupport/
H A DTIFF_Support.cpp124 this->SetTag ( ifd, id, kTIFF_LongType, 1, &data32 ); in SetTag_Integer()
127 this->SetTag ( ifd, id, kTIFF_ShortType, 1, &data16 ); in SetTag_Integer()
139 this->SetTag ( ifd, id, kTIFF_ByteType, 1, &data ); in SetTag_Byte()
150 this->SetTag ( ifd, id, kTIFF_SByteType, 1, &data ); in SetTag_SByte()
163 this->SetTag ( ifd, id, kTIFF_ShortType, 1, &streamData ); in SetTag_Short()
176 this->SetTag ( ifd, id, kTIFF_SShortType, 1, &streamData ); in SetTag_SShort()
189 this->SetTag ( ifd, id, kTIFF_LongType, 1, &streamData ); in SetTag_Long()
202 this->SetTag ( ifd, id, kTIFF_SLongType, 1, &streamData ); in SetTag_SLong()
218 this->SetTag ( ifd, id, kTIFF_RationalType, 1, &streamData ); in SetTag_Rational()
245 this->SetTag ( ifd, id, kTIFF_FloatType, 1, &streamData ); in SetTag_Float()
[all …]
/dports/devel/gh/cli-2.4.0/vendor/github.com/opentracing/opentracing-go/ext/
H A Dtags.go142 span.SetTag(string(tag), value)
170 span.SetTag(string(tag), value)
179 span.SetTag(string(tag), value)
188 span.SetTag(string(tag), value)
197 span.SetTag(string(tag), value)
204 span.SetTag(string(tag), value)
209 span.SetTag(string(tag), value)
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/github.com/opentracing/opentracing-go/ext/
H A Dtags.go142 span.SetTag(string(tag), value)
171 span.SetTag(string(tag), value)
181 span.SetTag(string(tag), value)
191 span.SetTag(string(tag), value)
201 span.SetTag(string(tag), value)
209 span.SetTag(string(tag), value)
214 span.SetTag(string(tag), value)

12345678910>>...108