Home
last modified time | relevance | path

Searched defs:director (Results 1 – 25 of 743) sorted by relevance

12345678910>>...30

/dports/mail/dovecot/dovecot-2.3.17/src/director/
H A Ddirector.h103 struct director { struct
105 const struct director_settings *set; argument
113 struct director_host *self_host; argument
118 struct director_connection *left, *right; argument
119 /* all director connections */ argument
137 /* these requests are waiting for directors to be in synced */ argument
142 director_state_change_callback_t *state_change_callback; argument
143 director_kick_callback_t *kick_callback; argument
145 /* director hosts are sorted by IP (and port) */ argument
168 /* director ring handshaking is complete. argument
[all …]
/dports/devel/etcd/etcd-2.3.8/proxy/
H A Ddirector.go68 type director struct { struct
69 sync.Mutex
70 ep []*endpoint
71 uf GetProxyURLs
72 failureWait time.Duration
73 refreshInterval time.Duration
76 func (d *director) refresh() {
99 func (d *director) endpoints() []*endpoint {
/dports/security/vault/vault-1.8.2/vendor/go.etcd.io/etcd/proxy/httpproxy/
H A Ddirector.go75 type director struct { struct
76 sync.Mutex
77 lg *zap.Logger
78 ep []*endpoint
79 uf GetProxyURLs
80 failureWait time.Duration
83 func (d *director) refresh() {
106 func (d *director) endpoints() []*endpoint {
/dports/www/minio-client/etcd-3.5.0/server/proxy/httpproxy/
H A Ddirector.go75 type director struct { struct
76 sync.Mutex
77 lg *zap.Logger
78 ep []*endpoint
79 uf GetProxyURLs
80 failureWait time.Duration
83 func (d *director) refresh() {
106 func (d *director) endpoints() []*endpoint {
/dports/security/certmgr/certmgr-3.0.3/vendor/github.com/google/certificate-transparency-go/certificate-transparency-go-1.0.21/vendor/github.com/coreos/etcd/proxy/httpproxy/
H A Ddirector.go69 type director struct { struct
70 sync.Mutex
71 ep []*endpoint
72 uf GetProxyURLs
73 failureWait time.Duration
76 func (d *director) refresh() {
99 func (d *director) endpoints() []*endpoint {
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/coreos/etcd/proxy/httpproxy/
H A Ddirector.go69 type director struct { struct
70 sync.Mutex
71 ep []*endpoint
72 uf GetProxyURLs
73 failureWait time.Duration
76 func (d *director) refresh() {
99 func (d *director) endpoints() []*endpoint {
/dports/net-im/nextcloud-spreed-signaling/nextcloud-spreed-signaling-0.2.0/vendor/src/go.etcd.io/etcd/proxy/httpproxy/
H A Ddirector.go69 type director struct { struct
70 sync.Mutex
71 ep []*endpoint
72 uf GetProxyURLs
73 failureWait time.Duration
76 func (d *director) refresh() {
99 func (d *director) endpoints() []*endpoint {
/dports/devel/etcd33/etcd-3.3.23/vendor/github.com/coreos/etcd/proxy/httpproxy/
H A Ddirector.go69 type director struct { struct
70 sync.Mutex
71 ep []*endpoint
72 uf GetProxyURLs
73 failureWait time.Duration
76 func (d *director) refresh() {
99 func (d *director) endpoints() []*endpoint {
/dports/devel/etcd31/etcd-3.1.20/proxy/httpproxy/
H A Ddirector.go69 type director struct { struct
70 sync.Mutex
71 ep []*endpoint
72 uf GetProxyURLs
73 failureWait time.Duration
76 func (d *director) refresh() {
99 func (d *director) endpoints() []*endpoint {
/dports/devel/etcd34/etcd-3.4.18/proxy/httpproxy/
H A Ddirector.go69 type director struct { struct
70 sync.Mutex
71 ep []*endpoint
72 uf GetProxyURLs
73 failureWait time.Duration
76 func (d *director) refresh() {
99 func (d *director) endpoints() []*endpoint {
/dports/devel/etcd32/etcd-3.2.32/proxy/httpproxy/
H A Ddirector.go69 type director struct { struct
70 sync.Mutex
71 ep []*endpoint
72 uf GetProxyURLs
73 failureWait time.Duration
76 func (d *director) refresh() {
99 func (d *director) endpoints() []*endpoint {
/dports/devel/etcd33/etcd-3.3.23/proxy/httpproxy/
H A Ddirector.go69 type director struct { struct
70 sync.Mutex
71 ep []*endpoint
72 uf GetProxyURLs
73 failureWait time.Duration
76 func (d *director) refresh() {
99 func (d *director) endpoints() []*endpoint {
/dports/sysutils/terraform/terraform-1.0.11/vendor/go.etcd.io/etcd/proxy/httpproxy/
H A Ddirector.go69 type director struct { struct
70 sync.Mutex
71 ep []*endpoint
72 uf GetProxyURLs
73 failureWait time.Duration
76 func (d *director) refresh() {
99 func (d *director) endpoints() []*endpoint {
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.debug/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/sourcelookup/
H A DISourceContainerBrowser.java53 ISourceContainer[] addSourceContainers(Shell shell, ISourceLookupDirector director); in addSourceContainers()
64 boolean canAddSourceContainers(ISourceLookupDirector director); in canAddSourceContainers()
75 …ISourceContainer[] editSourceContainers(Shell shell, ISourceLookupDirector director, ISourceContai… in editSourceContainers()
85 boolean canEditSourceContainers(ISourceLookupDirector director, ISourceContainer[] containers); in canEditSourceContainers()
H A DAbstractSourceContainerBrowser.java31 public ISourceContainer[] addSourceContainers(Shell shell, ISourceLookupDirector director) { in addSourceContainers()
40 public boolean canAddSourceContainers(ISourceLookupDirector director) { in canAddSourceContainers()
45 …public ISourceContainer[] editSourceContainers(Shell shell, ISourceLookupDirector director, ISourc… in editSourceContainers()
54 …public boolean canEditSourceContainers(ISourceLookupDirector director, ISourceContainer[] containe… in canEditSourceContainers()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.debug/org.eclipse.debug.core/core/org/eclipse/debug/core/sourcelookup/
H A DAbstractSourceLookupParticipant.java41 public void init(ISourceLookupDirector director) { in init()
136 ISourceLookupDirector director = getDirector(); in isFindDuplicates() local
151 ISourceLookupDirector director = getDirector(); in getSourceContainers() local
159 public void sourceContainersChanged(ISourceLookupDirector director) { in sourceContainersChanged()
H A DISourceLookupParticipant.java44 void init(ISourceLookupDirector director); in init()
92 void sourceContainersChanged(ISourceLookupDirector director); in sourceContainersChanged()
/dports/sysutils/helm/helm-3.5.2/vendor/k8s.io/apiserver/pkg/server/
H A Dhandler.go116 type director struct { struct
117 name string
118 goRestfulContainer *restful.Container
119 nonGoRestfulMux *mux.PathRecorderMux
122 func (d director) ServeHTTP(w http.ResponseWriter, req *http.Request) {
/dports/sysutils/kubectl/kubernetes-1.22.2/staging/src/k8s.io/apiserver/pkg/server/
H A Dhandler.go116 type director struct { struct
117 name string
118 goRestfulContainer *restful.Container
119 nonGoRestfulMux *mux.PathRecorderMux
122 func (d director) ServeHTTP(w http.ResponseWriter, req *http.Request) {
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.debug/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/internal/debug/ui/sourcelookup/
H A DClasspathContainerSourceContainerBrowser.java40 public ISourceContainer[] addSourceContainers(Shell shell, ISourceLookupDirector director) { in addSourceContainers()
48 …public boolean canEditSourceContainers(ISourceLookupDirector director, ISourceContainer[] containe… in canEditSourceContainers()
55 …public ISourceContainer[] editSourceContainers(Shell shell, ISourceLookupDirector director, ISourc… in editSourceContainers()
72 …private ISourceContainer[] editLibraries(Shell shell, ISourceLookupDirector director, IClasspathEn… in editLibraries()
H A DClasspathVariableSourceContainerBrowser.java34 …public boolean canEditSourceContainers(ISourceLookupDirector director, ISourceContainer[] containe… in canEditSourceContainers()
41 …public ISourceContainer[] editSourceContainers(Shell shell, ISourceLookupDirector director, ISourc… in editSourceContainers()
55 public ISourceContainer[] addSourceContainers(Shell shell, ISourceLookupDirector director) { in addSourceContainers()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.debug/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/sourcelookup/browsers/
H A DDirectorySourceContainerBrowser.java32 public ISourceContainer[] addSourceContainers(Shell shell, ISourceLookupDirector director) { in addSourceContainers()
46 …public boolean canEditSourceContainers(ISourceLookupDirector director, ISourceContainer[] containe… in canEditSourceContainers()
51 …public ISourceContainer[] editSourceContainers(Shell shell, ISourceLookupDirector director, ISourc… in editSourceContainers()
H A DFolderSourceContainerBrowser.java37 public ISourceContainer[] addSourceContainers(Shell shell, ISourceLookupDirector director) { in addSourceContainers()
54 …public boolean canEditSourceContainers(ISourceLookupDirector director, ISourceContainer[] containe… in canEditSourceContainers()
59 …public ISourceContainer[] editSourceContainers(Shell shell, ISourceLookupDirector director, ISourc… in editSourceContainers()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.p2/bundles/org.eclipse.equinox.p2.tests/src/org/eclipse/equinox/p2/tests/director/
H A DAutomatedDirectorTest.java71 IDirector director = createDirector(); in testInstallFilteredCapability() local
110 IDirector director = createDirector(); in testInstallOptionalAvailable() local
146 IDirector director = createDirector(); in testInstallOptionalUnavailable() local
182 IDirector director = createDirector(); in testInstallPlatformFilter() local
234 IDirector director = createDirector(); in testInstallPlatformFilterUnsatisfied() local
284 IDirector director = createDirector(); in testSimpleInstallRequired() local
321 IDirector director = createDirector(); in testInstallRequiredNoVersion() local
358 IDirector director = createDirector(); in testSimpleInstallRequiredIU() local
/dports/sysutils/bareos19-client/bareos-Release-19.2.11/systemtests/tests/python-bareos-test/
H A Dpython-bareos-unittest.py687 def check_resource(director, resourcesname, name): argument
700 def check_console(director, name): argument
704 def check_jobname(director, name): argument
707 def configure_add(self, director, resourcesname, resourcename, cmd): argument
718 def run_job(self, director, jobname, level=None, wait=False): argument
772 def _test_list_with_valid_jobid(self, director, jobid): argument
781 def _test_list_with_invalid_jobid(self, director, jobid): argument
797 def search_joblog(self, director, jobId, patterns): argument
819 def run_job_and_search_joblog(self, director, jobname, level, patterns): argument

12345678910>>...30