Home
last modified time | relevance | path

Searched refs:fakeTime (Results 1 – 25 of 77) sorted by relevance

1234

/dports/www/mediawiki136/mediawiki-1.36.3/vendor/wikimedia/timestamp/src/
H A DConvertibleTimestamp.php127 * @param callable|string|int|false $fakeTime a fixed time string, or an integer Unix time, or
133 public static function setFakeTime( $fakeTime ) { argument
134 if ( is_string( $fakeTime ) ) {
135 $fakeTime = (int)static::convert( TS_UNIX, $fakeTime );
138 if ( is_int( $fakeTime ) ) {
139 $fakeTime = function () use ( $fakeTime ) {
140 return $fakeTime;
145 static::$fakeTimeCallback = $fakeTime ? $fakeTime : null;
/dports/www/mediawiki137/mediawiki-1.37.1/vendor/wikimedia/timestamp/src/
H A DConvertibleTimestamp.php127 * @param callable|string|int|false $fakeTime a fixed time string, or an integer Unix time, or
133 public static function setFakeTime( $fakeTime ) { argument
134 if ( is_string( $fakeTime ) ) {
135 $fakeTime = (int)static::convert( TS_UNIX, $fakeTime );
138 if ( is_int( $fakeTime ) ) {
139 $fakeTime = function () use ( $fakeTime ) {
140 return $fakeTime;
145 static::$fakeTimeCallback = $fakeTime ? $fakeTime : null;
/dports/www/mediawiki135/mediawiki-1.35.5/vendor/wikimedia/timestamp/src/
H A DConvertibleTimestamp.php127 * @param callable|string|int|false $fakeTime a fixed time string, or an integer Unix time, or
133 public static function setFakeTime( $fakeTime ) { argument
134 if ( is_string( $fakeTime ) ) {
135 $fakeTime = (int)static::convert( TS_UNIX, $fakeTime );
138 if ( is_int( $fakeTime ) ) {
139 $fakeTime = function () use ( $fakeTime ) {
140 return $fakeTime;
145 static::$fakeTimeCallback = $fakeTime ? $fakeTime : null;
/dports/net/rclone/rclone-1.57.0/vendor/go.opencensus.io/zpages/
H A Dzpages_test.go60 fakeTime := "2006/01/02-15:04:05.123456"
62 data.Rows[i].Fields[0] = fakeTime
68 …{Fields: [3]string{fakeTime, " 2.000000", ""}, SpanContext: trace.SpanContext{TraceID: tid, Spa…
69 {Fields: [3]string{fakeTime, "", `Status{canonicalCode=CANCELLED, description="d'oh!"}`}},
70 …{Fields: [3]string{fakeTime, "", `Attributes:{boolkey=true, intkey=42, stringkey="stringvalue"}`}},
71 …{Fields: [3]string{fakeTime, " . 0", "received message [400 bytes, 300 compressed bytes]"}…
72 {Fields: [3]string{fakeTime, " . 1000", `hello, world Attributes:{foo="bar"}`}},
73 {Fields: [3]string{fakeTime, " 1.499000", "hello, world"}},
74 …{Fields: [3]string{fakeTime, " .500000", "sent message [200 bytes, 100 compressed bytes]"}}}})…
/dports/net/drive/drive-0.4.0/vendor/go.opencensus.io/zpages/
H A Dzpages_test.go60 fakeTime := "2006/01/02-15:04:05.123456"
62 data.Rows[i].Fields[0] = fakeTime
68 …{Fields: [3]string{fakeTime, " 2.000000", ""}, SpanContext: trace.SpanContext{TraceID: tid, Spa…
69 {Fields: [3]string{fakeTime, "", `Status{canonicalCode=CANCELLED, description="d'oh!"}`}},
70 …{Fields: [3]string{fakeTime, "", `Attributes:{boolkey=true, intkey=42, stringkey="stringvalue"}`}},
71 …{Fields: [3]string{fakeTime, " . 0", "received message [400 bytes, 300 compressed bytes]"}…
72 {Fields: [3]string{fakeTime, " . 1000", `hello, world Attributes:{foo="bar"}`}},
73 {Fields: [3]string{fakeTime, " 1.499000", "hello, world"}},
74 …{Fields: [3]string{fakeTime, " .500000", "sent message [200 bytes, 100 compressed bytes]"}}}})…
/dports/security/vault/vault-1.8.2/vendor/go.opencensus.io/zpages/
H A Dzpages_test.go60 fakeTime := "2006/01/02-15:04:05.123456"
62 data.Rows[i].Fields[0] = fakeTime
68 …{Fields: [3]string{fakeTime, " 2.000000", ""}, SpanContext: trace.SpanContext{TraceID: tid, Spa…
69 {Fields: [3]string{fakeTime, "", `Status{canonicalCode=CANCELLED, description="d'oh!"}`}},
70 …{Fields: [3]string{fakeTime, "", `Attributes:{boolkey=true, intkey=42, stringkey="stringvalue"}`}},
71 …{Fields: [3]string{fakeTime, " . 0", "received message [400 bytes, 300 compressed bytes]"}…
72 {Fields: [3]string{fakeTime, " . 1000", `hello, world Attributes:{foo="bar"}`}},
73 {Fields: [3]string{fakeTime, " 1.499000", "hello, world"}},
74 …{Fields: [3]string{fakeTime, " .500000", "sent message [200 bytes, 100 compressed bytes]"}}}})…
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/go.opencensus.io/zpages/
H A Dzpages_test.go60 fakeTime := "2006/01/02-15:04:05.123456"
62 data.Rows[i].Fields[0] = fakeTime
68 …{Fields: [3]string{fakeTime, " 2.000000", ""}, SpanContext: trace.SpanContext{TraceID: tid, Spa…
69 {Fields: [3]string{fakeTime, "", `Status{canonicalCode=CANCELLED, description="d'oh!"}`}},
70 …{Fields: [3]string{fakeTime, "", `Attributes:{boolkey=true, intkey=42, stringkey="stringvalue"}`}},
71 …{Fields: [3]string{fakeTime, " . 0", "received message [400 bytes, 300 compressed bytes]"}…
72 {Fields: [3]string{fakeTime, " . 1000", `hello, world Attributes:{foo="bar"}`}},
73 {Fields: [3]string{fakeTime, " 1.499000", "hello, world"}},
74 …{Fields: [3]string{fakeTime, " .500000", "sent message [200 bytes, 100 compressed bytes]"}}}})…
/dports/security/lego/lego-4.5.3/vendor/go.opencensus.io/zpages/
H A Dzpages_test.go60 fakeTime := "2006/01/02-15:04:05.123456"
62 data.Rows[i].Fields[0] = fakeTime
68 …{Fields: [3]string{fakeTime, " 2.000000", ""}, SpanContext: trace.SpanContext{TraceID: tid, Spa…
69 {Fields: [3]string{fakeTime, "", `Status{canonicalCode=CANCELLED, description="d'oh!"}`}},
70 …{Fields: [3]string{fakeTime, "", `Attributes:{boolkey=true, intkey=42, stringkey="stringvalue"}`}},
71 …{Fields: [3]string{fakeTime, " . 0", "received message [400 bytes, 300 compressed bytes]"}…
72 {Fields: [3]string{fakeTime, " . 1000", `hello, world Attributes:{foo="bar"}`}},
73 {Fields: [3]string{fakeTime, " 1.499000", "hello, world"}},
74 …{Fields: [3]string{fakeTime, " .500000", "sent message [200 bytes, 100 compressed bytes]"}}}})…
/dports/www/gohugo/hugo-0.91.2/vendor/go.opencensus.io/zpages/
H A Dzpages_test.go60 fakeTime := "2006/01/02-15:04:05.123456"
62 data.Rows[i].Fields[0] = fakeTime
68 …{Fields: [3]string{fakeTime, " 2.000000", ""}, SpanContext: trace.SpanContext{TraceID: tid, Spa…
69 {Fields: [3]string{fakeTime, "", `Status{canonicalCode=CANCELLED, description="d'oh!"}`}},
70 …{Fields: [3]string{fakeTime, "", `Attributes:{boolkey=true, intkey=42, stringkey="stringvalue"}`}},
71 …{Fields: [3]string{fakeTime, " . 0", "received message [400 bytes, 300 compressed bytes]"}…
72 {Fields: [3]string{fakeTime, " . 1000", `hello, world Attributes:{foo="bar"}`}},
73 {Fields: [3]string{fakeTime, " 1.499000", "hello, world"}},
74 …{Fields: [3]string{fakeTime, " .500000", "sent message [200 bytes, 100 compressed bytes]"}}}})…
/dports/net-im/dendrite/dendrite-0.5.1/vendor/go.opencensus.io/zpages/
H A Dzpages_test.go60 fakeTime := "2006/01/02-15:04:05.123456"
62 data.Rows[i].Fields[0] = fakeTime
68 …{Fields: [3]string{fakeTime, " 2.000000", ""}, SpanContext: trace.SpanContext{TraceID: tid, Spa…
69 {Fields: [3]string{fakeTime, "", `Status{canonicalCode=CANCELLED, description="d'oh!"}`}},
70 …{Fields: [3]string{fakeTime, "", `Attributes:{boolkey=true, intkey=42, stringkey="stringvalue"}`}},
71 …{Fields: [3]string{fakeTime, " . 0", "received message [400 bytes, 300 compressed bytes]"}…
72 {Fields: [3]string{fakeTime, " . 1000", `hello, world Attributes:{foo="bar"}`}},
73 {Fields: [3]string{fakeTime, " 1.499000", "hello, world"}},
74 …{Fields: [3]string{fakeTime, " .500000", "sent message [200 bytes, 100 compressed bytes]"}}}})…
/dports/www/gitlab-pages/gitlab-pages-f8512edbec4ec83b426c8ca2dda467de424685e4/vendor/go.opencensus.io/zpages/
H A Dzpages_test.go60 fakeTime := "2006/01/02-15:04:05.123456"
62 data.Rows[i].Fields[0] = fakeTime
68 …{Fields: [3]string{fakeTime, " 2.000000", ""}, SpanContext: trace.SpanContext{TraceID: tid, Spa…
69 {Fields: [3]string{fakeTime, "", `Status{canonicalCode=CANCELLED, description="d'oh!"}`}},
70 …{Fields: [3]string{fakeTime, "", `Attributes:{boolkey=true, intkey=42, stringkey="stringvalue"}`}},
71 …{Fields: [3]string{fakeTime, " . 0", "received message [400 bytes, 300 compressed bytes]"}…
72 {Fields: [3]string{fakeTime, " . 1000", `hello, world Attributes:{foo="bar"}`}},
73 {Fields: [3]string{fakeTime, " 1.499000", "hello, world"}},
74 …{Fields: [3]string{fakeTime, " .500000", "sent message [200 bytes, 100 compressed bytes]"}}}})…
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/go.opencensus.io/zpages/
H A Dzpages_test.go60 fakeTime := "2006/01/02-15:04:05.123456"
62 data.Rows[i].Fields[0] = fakeTime
68 …{Fields: [3]string{fakeTime, " 2.000000", ""}, SpanContext: trace.SpanContext{TraceID: tid, Spa…
69 {Fields: [3]string{fakeTime, "", `Status{canonicalCode=CANCELLED, description="d'oh!"}`}},
70 …{Fields: [3]string{fakeTime, "", `Attributes:{boolkey=true, intkey=42, stringkey="stringvalue"}`}},
71 …{Fields: [3]string{fakeTime, " . 0", "received message [400 bytes, 300 compressed bytes]"}…
72 {Fields: [3]string{fakeTime, " . 1000", `hello, world Attributes:{foo="bar"}`}},
73 {Fields: [3]string{fakeTime, " 1.499000", "hello, world"}},
74 …{Fields: [3]string{fakeTime, " .500000", "sent message [200 bytes, 100 compressed bytes]"}}}})…
/dports/sysutils/go-wtf/wtf-0.21.0/vendor/go.opencensus.io/opencensus-go-0.22.0/zpages/
H A Dzpages_test.go60 fakeTime := "2006/01/02-15:04:05.123456"
62 data.Rows[i].Fields[0] = fakeTime
68 …{Fields: [3]string{fakeTime, " 2.000000", ""}, SpanContext: trace.SpanContext{TraceID: tid, Spa…
69 {Fields: [3]string{fakeTime, "", `Status{canonicalCode=CANCELLED, description="d'oh!"}`}},
70 …{Fields: [3]string{fakeTime, "", `Attributes:{boolkey=true, intkey=42, stringkey="stringvalue"}`}},
71 …{Fields: [3]string{fakeTime, " . 0", "received message [400 bytes, 300 compressed bytes]"}…
72 {Fields: [3]string{fakeTime, " . 1000", `hello, world Attributes:{foo="bar"}`}},
73 {Fields: [3]string{fakeTime, " 1.499000", "hello, world"}},
74 …{Fields: [3]string{fakeTime, " .500000", "sent message [200 bytes, 100 compressed bytes]"}}}})…
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/go.opencensus.io/zpages/
H A Dzpages_test.go60 fakeTime := "2006/01/02-15:04:05.123456"
62 data.Rows[i].Fields[0] = fakeTime
68 …{Fields: [3]string{fakeTime, " 2.000000", ""}, SpanContext: trace.SpanContext{TraceID: tid, Spa…
69 {Fields: [3]string{fakeTime, "", `Status{canonicalCode=CANCELLED, description="d'oh!"}`}},
70 …{Fields: [3]string{fakeTime, "", `Attributes:{boolkey=true, intkey=42, stringkey="stringvalue"}`}},
71 …{Fields: [3]string{fakeTime, " . 0", "received message [400 bytes, 300 compressed bytes]"}…
72 {Fields: [3]string{fakeTime, " . 1000", `hello, world Attributes:{foo="bar"}`}},
73 {Fields: [3]string{fakeTime, " 1.499000", "hello, world"}},
74 …{Fields: [3]string{fakeTime, " .500000", "sent message [200 bytes, 100 compressed bytes]"}}}})…
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/go.opencensus.io/zpages/
H A Dzpages_test.go60 fakeTime := "2006/01/02-15:04:05.123456"
62 data.Rows[i].Fields[0] = fakeTime
68 …{Fields: [3]string{fakeTime, " 2.000000", ""}, SpanContext: trace.SpanContext{TraceID: tid, Spa…
69 {Fields: [3]string{fakeTime, "", `Status{canonicalCode=CANCELLED, description="d'oh!"}`}},
70 …{Fields: [3]string{fakeTime, "", `Attributes:{boolkey=true, intkey=42, stringkey="stringvalue"}`}},
71 …{Fields: [3]string{fakeTime, " . 0", "received message [400 bytes, 300 compressed bytes]"}…
72 {Fields: [3]string{fakeTime, " . 1000", `hello, world Attributes:{foo="bar"}`}},
73 {Fields: [3]string{fakeTime, " 1.499000", "hello, world"}},
74 …{Fields: [3]string{fakeTime, " .500000", "sent message [200 bytes, 100 compressed bytes]"}}}})…
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/go.opencensus.io/zpages/
H A Dzpages_test.go60 fakeTime := "2006/01/02-15:04:05.123456"
62 data.Rows[i].Fields[0] = fakeTime
68 …{Fields: [3]string{fakeTime, " 2.000000", ""}, SpanContext: trace.SpanContext{TraceID: tid, Spa…
69 {Fields: [3]string{fakeTime, "", `Status{canonicalCode=CANCELLED, description="d'oh!"}`}},
70 …{Fields: [3]string{fakeTime, "", `Attributes:{boolkey=true, intkey=42, stringkey="stringvalue"}`}},
71 …{Fields: [3]string{fakeTime, " . 0", "received message [400 bytes, 300 compressed bytes]"}…
72 {Fields: [3]string{fakeTime, " . 1000", `hello, world Attributes:{foo="bar"}`}},
73 {Fields: [3]string{fakeTime, " 1.499000", "hello, world"}},
74 …{Fields: [3]string{fakeTime, " .500000", "sent message [200 bytes, 100 compressed bytes]"}}}})…
/dports/www/oauth2-proxy/oauth2-proxy-7.2.0/vendor/go.opencensus.io/zpages/
H A Dzpages_test.go60 fakeTime := "2006/01/02-15:04:05.123456"
62 data.Rows[i].Fields[0] = fakeTime
68 …{Fields: [3]string{fakeTime, " 2.000000", ""}, SpanContext: trace.SpanContext{TraceID: tid, Spa…
69 {Fields: [3]string{fakeTime, "", `Status{canonicalCode=CANCELLED, description="d'oh!"}`}},
70 …{Fields: [3]string{fakeTime, "", `Attributes:{boolkey=true, intkey=42, stringkey="stringvalue"}`}},
71 …{Fields: [3]string{fakeTime, " . 0", "received message [400 bytes, 300 compressed bytes]"}…
72 {Fields: [3]string{fakeTime, " . 1000", `hello, world Attributes:{foo="bar"}`}},
73 {Fields: [3]string{fakeTime, " 1.499000", "hello, world"}},
74 …{Fields: [3]string{fakeTime, " .500000", "sent message [200 bytes, 100 compressed bytes]"}}}})…
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/go.opencensus.io/zpages/
H A Dzpages_test.go60 fakeTime := "2006/01/02-15:04:05.123456"
62 data.Rows[i].Fields[0] = fakeTime
68 …{Fields: [3]string{fakeTime, " 2.000000", ""}, SpanContext: trace.SpanContext{TraceID: tid, Spa…
69 {Fields: [3]string{fakeTime, "", `Status{canonicalCode=CANCELLED, description="d'oh!"}`}},
70 …{Fields: [3]string{fakeTime, "", `Attributes:{boolkey=true, intkey=42, stringkey="stringvalue"}`}},
71 …{Fields: [3]string{fakeTime, " . 0", "received message [400 bytes, 300 compressed bytes]"}…
72 {Fields: [3]string{fakeTime, " . 1000", `hello, world Attributes:{foo="bar"}`}},
73 {Fields: [3]string{fakeTime, " 1.499000", "hello, world"}},
74 …{Fields: [3]string{fakeTime, " .500000", "sent message [200 bytes, 100 compressed bytes]"}}}})…
/dports/sysutils/helmfile/helmfile-0.138.7/vendor/go.opencensus.io/zpages/
H A Dzpages_test.go60 fakeTime := "2006/01/02-15:04:05.123456"
62 data.Rows[i].Fields[0] = fakeTime
68 …{Fields: [3]string{fakeTime, " 2.000000", ""}, SpanContext: trace.SpanContext{TraceID: tid, Spa…
69 {Fields: [3]string{fakeTime, "", `Status{canonicalCode=CANCELLED, description="d'oh!"}`}},
70 …{Fields: [3]string{fakeTime, "", `Attributes:{boolkey=true, intkey=42, stringkey="stringvalue"}`}},
71 …{Fields: [3]string{fakeTime, " . 0", "received message [400 bytes, 300 compressed bytes]"}…
72 {Fields: [3]string{fakeTime, " . 1000", `hello, world Attributes:{foo="bar"}`}},
73 {Fields: [3]string{fakeTime, " 1.499000", "hello, world"}},
74 …{Fields: [3]string{fakeTime, " .500000", "sent message [200 bytes, 100 compressed bytes]"}}}})…
/dports/www/pomerium/pomerium-0.8.3/vendor/go.opencensus.io/zpages/
H A Dzpages_test.go60 fakeTime := "2006/01/02-15:04:05.123456"
62 data.Rows[i].Fields[0] = fakeTime
68 …{Fields: [3]string{fakeTime, " 2.000000", ""}, SpanContext: trace.SpanContext{TraceID: tid, Spa…
69 {Fields: [3]string{fakeTime, "", `Status{canonicalCode=CANCELLED, description="d'oh!"}`}},
70 …{Fields: [3]string{fakeTime, "", `Attributes:{boolkey=true, intkey=42, stringkey="stringvalue"}`}},
71 …{Fields: [3]string{fakeTime, " . 0", "received message [400 bytes, 300 compressed bytes]"}…
72 {Fields: [3]string{fakeTime, " . 1000", `hello, world Attributes:{foo="bar"}`}},
73 {Fields: [3]string{fakeTime, " 1.499000", "hello, world"}},
74 …{Fields: [3]string{fakeTime, " .500000", "sent message [200 bytes, 100 compressed bytes]"}}}})…
/dports/devel/gitlab-shell/gitlab-shell-65b8ec55bebd0aea64ac52b9878bafcc2ad992d3/vendor/go.opencensus.io/zpages/
H A Dzpages_test.go60 fakeTime := "2006/01/02-15:04:05.123456"
62 data.Rows[i].Fields[0] = fakeTime
68 …{Fields: [3]string{fakeTime, " 2.000000", ""}, SpanContext: trace.SpanContext{TraceID: tid, Spa…
69 {Fields: [3]string{fakeTime, "", `Status{canonicalCode=CANCELLED, description="d'oh!"}`}},
70 …{Fields: [3]string{fakeTime, "", `Attributes:{boolkey=true, intkey=42, stringkey="stringvalue"}`}},
71 …{Fields: [3]string{fakeTime, " . 0", "received message [400 bytes, 300 compressed bytes]"}…
72 {Fields: [3]string{fakeTime, " . 1000", `hello, world Attributes:{foo="bar"}`}},
73 {Fields: [3]string{fakeTime, " 1.499000", "hello, world"}},
74 …{Fields: [3]string{fakeTime, " .500000", "sent message [200 bytes, 100 compressed bytes]"}}}})…
/dports/misc/concourse/concourse-6.7.2/vendor/go.opencensus.io/zpages/
H A Dzpages_test.go60 fakeTime := "2006/01/02-15:04:05.123456"
62 data.Rows[i].Fields[0] = fakeTime
68 …{Fields: [3]string{fakeTime, " 2.000000", ""}, SpanContext: trace.SpanContext{TraceID: tid, Spa…
69 {Fields: [3]string{fakeTime, "", `Status{canonicalCode=CANCELLED, description="d'oh!"}`}},
70 …{Fields: [3]string{fakeTime, "", `Attributes:{boolkey=true, intkey=42, stringkey="stringvalue"}`}},
71 …{Fields: [3]string{fakeTime, " . 0", "received message [400 bytes, 300 compressed bytes]"}…
72 {Fields: [3]string{fakeTime, " . 1000", `hello, world Attributes:{foo="bar"}`}},
73 {Fields: [3]string{fakeTime, " 1.499000", "hello, world"}},
74 …{Fields: [3]string{fakeTime, " .500000", "sent message [200 bytes, 100 compressed bytes]"}}}})…
/dports/sysutils/restic/restic-0.12.1/vendor/go.opencensus.io/zpages/
H A Dzpages_test.go60 fakeTime := "2006/01/02-15:04:05.123456"
62 data.Rows[i].Fields[0] = fakeTime
68 …{Fields: [3]string{fakeTime, " 2.000000", ""}, SpanContext: trace.SpanContext{TraceID: tid, Spa…
69 {Fields: [3]string{fakeTime, "", `Status{canonicalCode=CANCELLED, description="d'oh!"}`}},
70 …{Fields: [3]string{fakeTime, "", `Attributes:{boolkey=true, intkey=42, stringkey="stringvalue"}`}},
71 …{Fields: [3]string{fakeTime, " . 0", "received message [400 bytes, 300 compressed bytes]"}…
72 {Fields: [3]string{fakeTime, " . 1000", `hello, world Attributes:{foo="bar"}`}},
73 {Fields: [3]string{fakeTime, " 1.499000", "hello, world"}},
74 …{Fields: [3]string{fakeTime, " .500000", "sent message [200 bytes, 100 compressed bytes]"}}}})…
/dports/sysutils/helm/helm-3.5.2/vendor/go.opencensus.io/zpages/
H A Dzpages_test.go60 fakeTime := "2006/01/02-15:04:05.123456"
62 data.Rows[i].Fields[0] = fakeTime
68 …{Fields: [3]string{fakeTime, " 2.000000", ""}, SpanContext: trace.SpanContext{TraceID: tid, Spa…
69 {Fields: [3]string{fakeTime, "", `Status{canonicalCode=CANCELLED, description="d'oh!"}`}},
70 …{Fields: [3]string{fakeTime, "", `Attributes:{boolkey=true, intkey=42, stringkey="stringvalue"}`}},
71 …{Fields: [3]string{fakeTime, " . 0", "received message [400 bytes, 300 compressed bytes]"}…
72 {Fields: [3]string{fakeTime, " . 1000", `hello, world Attributes:{foo="bar"}`}},
73 {Fields: [3]string{fakeTime, " 1.499000", "hello, world"}},
74 …{Fields: [3]string{fakeTime, " .500000", "sent message [200 bytes, 100 compressed bytes]"}}}})…
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/go.opencensus.io/opencensus-go-0.22.5/zpages/
H A Dzpages_test.go60 fakeTime := "2006/01/02-15:04:05.123456"
62 data.Rows[i].Fields[0] = fakeTime
68 …{Fields: [3]string{fakeTime, " 2.000000", ""}, SpanContext: trace.SpanContext{TraceID: tid, Spa…
69 {Fields: [3]string{fakeTime, "", `Status{canonicalCode=CANCELLED, description="d'oh!"}`}},
70 …{Fields: [3]string{fakeTime, "", `Attributes:{boolkey=true, intkey=42, stringkey="stringvalue"}`}},
71 …{Fields: [3]string{fakeTime, " . 0", "received message [400 bytes, 300 compressed bytes]"}…
72 {Fields: [3]string{fakeTime, " . 1000", `hello, world Attributes:{foo="bar"}`}},
73 {Fields: [3]string{fakeTime, " 1.499000", "hello, world"}},
74 …{Fields: [3]string{fakeTime, " .500000", "sent message [200 bytes, 100 compressed bytes]"}}}})…

1234