Home
last modified time | relevance | path

Searched defs:Recorder (Results 1 – 25 of 661) sorted by relevance

12345678910>>...27

/dports/net/syncthing/syncthing-1.18.1/syncthing/lib/logger/mocks/
H A Dlogger.go11 type Recorder struct { struct
12 ClearStub func()
13 clearMutex sync.RWMutex
14 clearArgsForCall []struct {
17 sinceMutex sync.RWMutex
18 sinceArgsForCall []struct {
21 sinceReturns struct {
24 sinceReturnsOnCall map[int]struct {
27 invocations map[string][][]interface{}
28 invocationsMutex sync.RWMutex
[all …]
/dports/net/traefik/traefik-2.6.1/vendor/github.com/instana/go-sensor/autoprofile/internal/
H A Drecorder.go30 type Recorder struct { struct
31 FlushInterval int64
32 MaxBufferedProfiles int
35 started Flag
36 flushTimer *Timer
38 queueLock *sync.Mutex
39 lastFlushTimestamp int64
40 backoffSeconds int64
58 func (pr *Recorder) Start() {
69 func (pr *Recorder) Stop() {
[all …]
/dports/sysutils/siegfried/siegfried-1.9.1/pkg/wikidata/
H A Drecorder.go53 type Recorder struct { struct
54 *Identifier
55 ids matchIDs
56 cscore int
57 satisfied bool
58 extActive bool
59 mimeActive bool
60 textActive bool
65 func (recorder *Recorder) Active(matcher core.MatcherType) {
267 func (recorder *Recorder) Satisfied(mt core.MatcherType) (bool, core.Hint) {
[all …]
/dports/net/traefik/traefik-2.6.1/vendor/github.com/instana/go-sensor/
H A Drecorder.go25 type Recorder struct { struct
26 sync.RWMutex
27 spans []Span
28 testMode bool
57 func (r *Recorder) RecordSpan(span *spanS) {
85 func (r *Recorder) QueuedSpansCount() int {
92 func (r *Recorder) GetQueuedSpans() []Span {
106 func (r *Recorder) Flush(ctx context.Context) error {
131 func (r *Recorder) clearQueuedSpans() {
/dports/audio/openal-soft/openal-soft-1.21.1/examples/
H A Dalrecord.c76 typedef struct Recorder { struct
90 } Recorder; argument
/dports/lang/gcc10/gcc-10.3.0/libstdc++-v3/testsuite/23_containers/set/modifiers/
H A D17948.cc41 test01();
42 return 0;
/dports/www/grafana8/grafana-8.3.6/vendor/cloud.google.com/go/httpreplay/
H A Dhttpreplay.go46 type Recorder struct { struct
47 proxy *proxy.Proxy
67 func (r *Recorder) RemoveRequestHeaders(patterns ...string) {
77 func (r *Recorder) ClearHeaders(patterns ...string) {
85 func (r *Recorder) RemoveQueryParams(patterns ...string) {
95 func (r *Recorder) ClearQueryParams(patterns ...string) {
102 func (r *Recorder) Client(ctx context.Context, opts ...option.ClientOption) (*http.Client, error) {
115 func (r *Recorder) Close() error {
/dports/misc/concourse/concourse-6.7.2/vendor/cloud.google.com/go/httpreplay/
H A Dhttpreplay.go46 type Recorder struct { struct
47 proxy *proxy.Proxy
67 func (r *Recorder) RemoveRequestHeaders(patterns ...string) {
77 func (r *Recorder) ClearHeaders(patterns ...string) {
85 func (r *Recorder) RemoveQueryParams(patterns ...string) {
95 func (r *Recorder) ClearQueryParams(patterns ...string) {
102 func (r *Recorder) Client(ctx context.Context, opts ...option.ClientOption) (*http.Client, error) {
115 func (r *Recorder) Close() error {
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/cloud.google.com/go/httpreplay/
H A Dhttpreplay.go46 type Recorder struct { struct
47 proxy *proxy.Proxy
67 func (r *Recorder) RemoveRequestHeaders(patterns ...string) {
77 func (r *Recorder) ClearHeaders(patterns ...string) {
85 func (r *Recorder) RemoveQueryParams(patterns ...string) {
95 func (r *Recorder) ClearQueryParams(patterns ...string) {
102 func (r *Recorder) Client(ctx context.Context, opts ...option.ClientOption) (*http.Client, error) {
115 func (r *Recorder) Close() error {
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/cloud.google.com/go/google-cloud-go-0.72.0/httpreplay/
H A Dhttpreplay.go46 type Recorder struct { struct
47 proxy *proxy.Proxy
67 func (r *Recorder) RemoveRequestHeaders(patterns ...string) {
77 func (r *Recorder) ClearHeaders(patterns ...string) {
85 func (r *Recorder) RemoveQueryParams(patterns ...string) {
95 func (r *Recorder) ClearQueryParams(patterns ...string) {
102 func (r *Recorder) Client(ctx context.Context, opts ...option.ClientOption) (*http.Client, error) {
115 func (r *Recorder) Close() error {
/dports/sysutils/istio/google-cloud-go-logging-v1.0.0/httpreplay/
H A Dhttpreplay.go46 type Recorder struct { struct
47 proxy *proxy.Proxy
67 func (r *Recorder) RemoveRequestHeaders(patterns ...string) {
77 func (r *Recorder) ClearHeaders(patterns ...string) {
85 func (r *Recorder) RemoveQueryParams(patterns ...string) {
95 func (r *Recorder) ClearQueryParams(patterns ...string) {
102 func (r *Recorder) Client(ctx context.Context, opts ...option.ClientOption) (*http.Client, error) {
115 func (r *Recorder) Close() error {
/dports/sysutils/istio/istio-1.6.7/vendor/cloud.google.com/go/httpreplay/
H A Dhttpreplay.go46 type Recorder struct { struct
47 proxy *proxy.Proxy
67 func (r *Recorder) RemoveRequestHeaders(patterns ...string) {
77 func (r *Recorder) ClearHeaders(patterns ...string) {
85 func (r *Recorder) RemoveQueryParams(patterns ...string) {
95 func (r *Recorder) ClearQueryParams(patterns ...string) {
102 func (r *Recorder) Client(ctx context.Context, opts ...option.ClientOption) (*http.Client, error) {
115 func (r *Recorder) Close() error {
/dports/www/gitlab-pages/gitlab-pages-f8512edbec4ec83b426c8ca2dda467de424685e4/vendor/cloud.google.com/go/httpreplay/
H A Dhttpreplay.go46 type Recorder struct { struct
47 proxy *proxy.Proxy
67 func (r *Recorder) RemoveRequestHeaders(patterns ...string) {
77 func (r *Recorder) ClearHeaders(patterns ...string) {
85 func (r *Recorder) RemoveQueryParams(patterns ...string) {
95 func (r *Recorder) ClearQueryParams(patterns ...string) {
102 func (r *Recorder) Client(ctx context.Context, opts ...option.ClientOption) (*http.Client, error) {
115 func (r *Recorder) Close() error {
/dports/sysutils/chaoskube/chaoskube-0.22.0/vendor/cloud.google.com/go/httpreplay/
H A Dhttpreplay.go46 type Recorder struct { struct
47 proxy *proxy.Proxy
67 func (r *Recorder) RemoveRequestHeaders(patterns ...string) {
77 func (r *Recorder) ClearHeaders(patterns ...string) {
85 func (r *Recorder) RemoveQueryParams(patterns ...string) {
95 func (r *Recorder) ClearQueryParams(patterns ...string) {
102 func (r *Recorder) Client(ctx context.Context, opts ...option.ClientOption) (*http.Client, error) {
115 func (r *Recorder) Close() error {
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/cloud.google.com/go/httpreplay/
H A Dhttpreplay.go46 type Recorder struct { struct
47 proxy *proxy.Proxy
67 func (r *Recorder) RemoveRequestHeaders(patterns ...string) {
77 func (r *Recorder) ClearHeaders(patterns ...string) {
85 func (r *Recorder) RemoveQueryParams(patterns ...string) {
95 func (r *Recorder) ClearQueryParams(patterns ...string) {
102 func (r *Recorder) Client(ctx context.Context, opts ...option.ClientOption) (*http.Client, error) {
115 func (r *Recorder) Close() error {
/dports/audio/gonic/gonic-0.8.4/vendor/cloud.google.com/go/httpreplay/
H A Dhttpreplay.go46 type Recorder struct { struct
47 proxy *proxy.Proxy
67 func (r *Recorder) RemoveRequestHeaders(patterns ...string) {
77 func (r *Recorder) ClearHeaders(patterns ...string) {
85 func (r *Recorder) RemoveQueryParams(patterns ...string) {
95 func (r *Recorder) ClearQueryParams(patterns ...string) {
102 func (r *Recorder) Client(ctx context.Context, opts ...option.ClientOption) (*http.Client, error) {
115 func (r *Recorder) Close() error {
/dports/net/drive/drive-0.4.0/vendor/cloud.google.com/go/httpreplay/
H A Dhttpreplay.go46 type Recorder struct { struct
47 proxy *proxy.Proxy
67 func (r *Recorder) RemoveRequestHeaders(patterns ...string) {
77 func (r *Recorder) ClearHeaders(patterns ...string) {
85 func (r *Recorder) RemoveQueryParams(patterns ...string) {
95 func (r *Recorder) ClearQueryParams(patterns ...string) {
102 func (r *Recorder) Client(ctx context.Context, opts ...option.ClientOption) (*http.Client, error) {
115 func (r *Recorder) Close() error {
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/cloud.google.com/go/httpreplay/
H A Dhttpreplay.go46 type Recorder struct { struct
47 proxy *proxy.Proxy
67 func (r *Recorder) RemoveRequestHeaders(patterns ...string) {
77 func (r *Recorder) ClearHeaders(patterns ...string) {
85 func (r *Recorder) RemoveQueryParams(patterns ...string) {
95 func (r *Recorder) ClearQueryParams(patterns ...string) {
102 func (r *Recorder) Client(ctx context.Context, opts ...option.ClientOption) (*http.Client, error) {
115 func (r *Recorder) Close() error {
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/cloud.google.com/go/httpreplay/
H A Dhttpreplay.go46 type Recorder struct { struct
47 proxy *proxy.Proxy
67 func (r *Recorder) RemoveRequestHeaders(patterns ...string) {
77 func (r *Recorder) ClearHeaders(patterns ...string) {
85 func (r *Recorder) RemoveQueryParams(patterns ...string) {
95 func (r *Recorder) ClearQueryParams(patterns ...string) {
102 func (r *Recorder) Client(ctx context.Context, opts ...option.ClientOption) (*http.Client, error) {
115 func (r *Recorder) Close() error {
/dports/net/rclone/rclone-1.57.0/vendor/cloud.google.com/go/httpreplay/
H A Dhttpreplay.go46 type Recorder struct { struct
47 proxy *proxy.Proxy
67 func (r *Recorder) RemoveRequestHeaders(patterns ...string) {
77 func (r *Recorder) ClearHeaders(patterns ...string) {
85 func (r *Recorder) RemoveQueryParams(patterns ...string) {
95 func (r *Recorder) ClearQueryParams(patterns ...string) {
102 func (r *Recorder) Client(ctx context.Context, opts ...option.ClientOption) (*http.Client, error) {
115 func (r *Recorder) Close() error {
/dports/security/lego/lego-4.5.3/vendor/cloud.google.com/go/httpreplay/
H A Dhttpreplay.go46 type Recorder struct { struct
47 proxy *proxy.Proxy
67 func (r *Recorder) RemoveRequestHeaders(patterns ...string) {
77 func (r *Recorder) ClearHeaders(patterns ...string) {
85 func (r *Recorder) RemoveQueryParams(patterns ...string) {
95 func (r *Recorder) ClearQueryParams(patterns ...string) {
102 func (r *Recorder) Client(ctx context.Context, opts ...option.ClientOption) (*http.Client, error) {
115 func (r *Recorder) Close() error {
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/cloud.google.com/go/httpreplay/
H A Dhttpreplay.go46 type Recorder struct { struct
47 proxy *proxy.Proxy
67 func (r *Recorder) RemoveRequestHeaders(patterns ...string) {
77 func (r *Recorder) ClearHeaders(patterns ...string) {
85 func (r *Recorder) RemoveQueryParams(patterns ...string) {
95 func (r *Recorder) ClearQueryParams(patterns ...string) {
102 func (r *Recorder) Client(ctx context.Context, opts ...option.ClientOption) (*http.Client, error) {
115 func (r *Recorder) Close() error {
/dports/security/vault/vault-1.8.2/vendor/cloud.google.com/go/httpreplay/
H A Dhttpreplay.go46 type Recorder struct { struct
47 proxy *proxy.Proxy
67 func (r *Recorder) RemoveRequestHeaders(patterns ...string) {
77 func (r *Recorder) ClearHeaders(patterns ...string) {
85 func (r *Recorder) RemoveQueryParams(patterns ...string) {
95 func (r *Recorder) ClearQueryParams(patterns ...string) {
102 func (r *Recorder) Client(ctx context.Context, opts ...option.ClientOption) (*http.Client, error) {
115 func (r *Recorder) Close() error {
/dports/security/vault/google-cloud-go-storage-v1.6.0/httpreplay/
H A Dhttpreplay.go46 type Recorder struct { struct
47 proxy *proxy.Proxy
67 func (r *Recorder) RemoveRequestHeaders(patterns ...string) {
77 func (r *Recorder) ClearHeaders(patterns ...string) {
85 func (r *Recorder) RemoveQueryParams(patterns ...string) {
95 func (r *Recorder) ClearQueryParams(patterns ...string) {
102 func (r *Recorder) Client(ctx context.Context, opts ...option.ClientOption) (*http.Client, error) {
115 func (r *Recorder) Close() error {
/dports/security/vault/google-cloud-go-spanner-v1.5.1/httpreplay/
H A Dhttpreplay.go46 type Recorder struct { struct
47 proxy *proxy.Proxy
67 func (r *Recorder) RemoveRequestHeaders(patterns ...string) {
77 func (r *Recorder) ClearHeaders(patterns ...string) {
85 func (r *Recorder) RemoveQueryParams(patterns ...string) {
95 func (r *Recorder) ClearQueryParams(patterns ...string) {
102 func (r *Recorder) Client(ctx context.Context, opts ...option.ClientOption) (*http.Client, error) {
115 func (r *Recorder) Close() error {

12345678910>>...27