Home
last modified time | relevance | path

Searched defs:executor (Results 1 – 25 of 2825) sorted by relevance

12345678910>>...113

/dports/databases/py-pgspecial/pgspecial-1.13.0/tests/
H A Dtest_specials.py11 def test_slash_d(executor): argument
198 def test_slash_dn(executor): argument
215 def test_slash_dp(executor): argument
320 def test_slash_dt(executor): argument
356 def test_slash_dv(executor): argument
380 def test_slash_dm(executor): argument
404 def test_slash_ds(executor): argument
428 def test_slash_di(executor): argument
458 def test_slash_dx(executor): argument
487 def test_slash_dT(executor): argument
[all …]
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/executors/docker/
H A Ddocker.go70 type executor struct { struct
71 executors.AbstractExecutor
81 services []*types.Container
83 links []string
88 helperImageInfo helperimage.Info
90 volumesManager volumes.Manager
91 networksManager networks.Manager
92 labeler labels.Labeler
93 pullManager pull.Manager
97 projectUniqRandomizedName string
[all …]
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/executors/kubernetes/
H A Dkubernetes.go107 type executor struct { struct
108 executors.AbstractExecutor
111 kubeConfig *restclient.Config
112 pod *api.Pod
113 configMap *api.ConfigMap
114 credentials *api.Secret
115 options *kubernetesOptions
116 services []api.Service
121 helperImageInfo helperimage.Info
123 featureChecker featureChecker
[all …]
/dports/databases/py-litecli/litecli-1.6.0/tests/
H A Dtest_sqlexecute.py36 def test_conn(executor): argument
45 def test_bools(executor): argument
54 def test_binary(executor): argument
75 def test_database_list(executor): argument
81 def test_invalid_syntax(executor): argument
144 def test_favorite_query(executor): argument
325 def test_special_command(executor): argument
373 def test_timestamp_null(executor): argument
381 def test_datetime_null(executor): argument
389 def test_date_null(executor): argument
[all …]
/dports/databases/py-mycli/mycli-1.23.2/test/
H A Dtest_sqlexecute.py29 def test_conn(executor): argument
38 def test_bools(executor): argument
47 def test_binary(executor): argument
71 def test_database_list(executor): argument
77 def test_invalid_syntax(executor): argument
119 def test_favorite_query(executor): argument
181 def test_special_command(executor): argument
223 def test_timestamp_null(executor): argument
232 def test_datetime_null(executor): argument
241 def test_date_null(executor): argument
[all …]
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/executors/virtualbox/
H A Dvirtualbox.go14 type executor struct { struct
15 executors.AbstractExecutor
16 vmName string
17 sshCommand ssh.Client
18 sshPort string
19 provisioned bool
20 machineVerified bool
200 func (s *executor) printVersion() error {
229 func (s *executor) getVMName() string {
301 func (s *executor) sshConnect() error {
[all …]
/dports/databases/py-pgcli/pgcli-3.2.0/tests/
H A Dtest_pgexecute.py42 def test_conn(executor): argument
57 def test_copy(executor): argument
140 def test_foreign_key_query(executor): argument
155 def test_functions_query(executor): argument
207 def test_datatypes_query(executor): argument
215 def test_database_list(executor): argument
369 def test_date_time_types(executor): argument
469 def test_function_definition(executor): argument
485 def test_view_definition(executor): argument
505 def test_short_host(executor): argument
[all …]
/dports/devel/hpx/hpx-1.2.1/hpx/components/process/util/windows/
H A Dexecutor.hpp22 struct executor struct
24 executor() : exe(0), cmd_line(0), proc_attrs(0), thread_attrs(0), //-V730 in executor() argument
88 child operator()(Ts &&... ts) in operator ()()
123 LPCTSTR exe;
124 LPTSTR cmd_line;
127 BOOL inherit_handles;
128 DWORD creation_flags;
129 LPVOID env;
130 LPCTSTR work_dir;
133 STARTUPINFO &startup_info;
[all …]
/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.context/src/test/java/org/springframework/scheduling/config/
H A DExecutorBeanDefinitionParserTests.java52 Object executor = this.context.getBean("default"); in defaultExecutor() local
69 Object executor = this.context.getBean("singleSize"); in singleSize() local
81 Object executor = this.context.getBean("rangeWithBoundedQueue"); in rangeWithBoundedQueue() local
89 Object executor = this.context.getBean("rangeWithUnboundedQueue"); in rangeWithUnboundedQueue() local
99 Object executor = this.context.getBean("propertyPlaceholderWithSingleSize"); in propertyPlaceholderWithSingleSize() local
109 Object executor = this.context.getBean("propertyPlaceholderWithRange"); in propertyPlaceholderWithRange() local
143 private int getCorePoolSize(Object executor) { in getCorePoolSize()
147 private int getMaxPoolSize(Object executor) { in getMaxPoolSize()
151 private int getQueueCapacity(Object executor) { in getQueueCapacity()
155 private int getKeepAliveSeconds(Object executor) { in getKeepAliveSeconds()
[all …]
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/docker/docker/daemon/cluster/executor/container/
H A Dexecutor.go30 type executor struct { struct
31 backend executorpkg.Backend
32 imageBackend executorpkg.ImageBackend
33 pluginBackend plugin.Backend
34 volumeBackend executorpkg.VolumeBackend
35 dependencies exec.DependencyManager
36 mutex sync.Mutex // This mutex protects the following node field
37 node *api.NodeDescription
45 nodeObj *api.Node
351 func (e *executor) Secrets() exec.SecretsManager {
[all …]
/dports/www/restbed/restbed-4.8/dependency/asio/asio/src/tests/unit/execution/
H A Dscheduler.cpp27 struct executor struct
29 executor() in executor() function
33 executor(const executor&) ASIO_NOEXCEPT in executor() argument
38 executor(executor&&) ASIO_NOEXCEPT in executor() argument
49 bool operator==(const executor&) const ASIO_NOEXCEPT in operator ==() argument
54 bool operator!=(const executor&) const ASIO_NOEXCEPT in operator !=() argument
/dports/www/mattermost-server/mattermost-server-6.0.2/vendor/github.com/rudderlabs/analytics-go/
H A Dexecutor.go5 type executor struct { struct
6 queue chan func()
7 mutex sync.Mutex
8 size int
9 cap int
21 func (e *executor) do(task func()) (ok bool) {
34 func (e *executor) close() {
38 func (e *executor) loop() {
44 func (e *executor) run(task func()) {
49 func (e *executor) done() {
/dports/net/storj/storj-1.45.3/vendor/gopkg.in/segmentio/analytics-go.v3/
H A Dexecutor.go5 type executor struct { struct
6 queue chan func()
7 mutex sync.Mutex
8 size int
9 cap int
21 func (e *executor) do(task func()) (ok bool) {
34 func (e *executor) close() {
38 func (e *executor) loop() {
44 func (e *executor) run(task func()) {
49 func (e *executor) done() {
/dports/devel/hyperscan/boost_1_75_0/libs/asio/test/execution/
H A Dscheduler.cpp27 struct executor struct
29 executor() in executor() function
33 executor(const executor&) BOOST_ASIO_NOEXCEPT in executor() function
38 executor(executor&&) BOOST_ASIO_NOEXCEPT in executor() argument
49 bool operator==(const executor&) const BOOST_ASIO_NOEXCEPT in operator ==() argument
54 bool operator!=(const executor&) const BOOST_ASIO_NOEXCEPT in operator !=() argument
/dports/databases/timescaledb-backup/timescaledb-backup-0.1.1/vendor/github.com/docker/docker/daemon/cluster/executor/container/
H A Dexecutor.go27 type executor struct { struct
28 backend executorpkg.Backend
29 imageBackend executorpkg.ImageBackend
30 pluginBackend plugin.Backend
31 volumeBackend executorpkg.VolumeBackend
32 dependencies exec.DependencyManager
33 mutex sync.Mutex // This mutex protects the following node field
34 node *api.NodeDescription
207 func (e *executor) Controller(t *api.Task) (exec.Controller, error) {
273 func (e *executor) Secrets() exec.SecretsManager {
[all …]
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/docker/docker/daemon/cluster/executor/container/
H A Dexecutor.go27 type executor struct { struct
28 backend executorpkg.Backend
29 imageBackend executorpkg.ImageBackend
30 pluginBackend plugin.Backend
31 volumeBackend executorpkg.VolumeBackend
32 dependencies exec.DependencyManager
33 mutex sync.Mutex // This mutex protects the following node field
34 node *api.NodeDescription
207 func (e *executor) Controller(t *api.Task) (exec.Controller, error) {
273 func (e *executor) Secrets() exec.SecretsManager {
[all …]
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/github.com/docker/docker/daemon/cluster/executor/container/
H A Dexecutor.go27 type executor struct { struct
28 backend executorpkg.Backend
29 imageBackend executorpkg.ImageBackend
30 pluginBackend plugin.Backend
31 volumeBackend executorpkg.VolumeBackend
32 dependencies exec.DependencyManager
33 mutex sync.Mutex // This mutex protects the following node field
34 node *api.NodeDescription
207 func (e *executor) Controller(t *api.Task) (exec.Controller, error) {
274 func (e *executor) Secrets() exec.SecretsManager {
[all …]
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/docker/docker/daemon/cluster/executor/container/
H A Dexecutor.go27 type executor struct { struct
28 backend executorpkg.Backend
29 imageBackend executorpkg.ImageBackend
30 pluginBackend plugin.Backend
31 volumeBackend executorpkg.VolumeBackend
32 dependencies exec.DependencyManager
33 mutex sync.Mutex // This mutex protects the following node field
34 node *api.NodeDescription
204 func (e *executor) Controller(t *api.Task) (exec.Controller, error) {
270 func (e *executor) Secrets() exec.SecretsManager {
[all …]
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/docker/docker/daemon/cluster/executor/container/
H A Dexecutor.go27 type executor struct { struct
28 backend executorpkg.Backend
29 imageBackend executorpkg.ImageBackend
30 pluginBackend plugin.Backend
31 volumeBackend executorpkg.VolumeBackend
32 dependencies exec.DependencyManager
33 mutex sync.Mutex // This mutex protects the following node field
34 node *api.NodeDescription
204 func (e *executor) Controller(t *api.Task) (exec.Controller, error) {
270 func (e *executor) Secrets() exec.SecretsManager {
[all …]
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/docker/docker/moby-20.10.2/daemon/cluster/executor/container/
H A Dexecutor.go27 type executor struct { struct
28 backend executorpkg.Backend
29 imageBackend executorpkg.ImageBackend
30 pluginBackend plugin.Backend
31 volumeBackend executorpkg.VolumeBackend
32 dependencies exec.DependencyManager
33 mutex sync.Mutex // This mutex protects the following node field
34 node *api.NodeDescription
204 func (e *executor) Controller(t *api.Task) (exec.Controller, error) {
270 func (e *executor) Secrets() exec.SecretsManager {
[all …]
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/docker/docker/daemon/cluster/executor/container/
H A Dexecutor.go27 type executor struct { struct
28 backend executorpkg.Backend
29 imageBackend executorpkg.ImageBackend
30 pluginBackend plugin.Backend
31 volumeBackend executorpkg.VolumeBackend
32 dependencies exec.DependencyManager
33 mutex sync.Mutex // This mutex protects the following node field
34 node *api.NodeDescription
207 func (e *executor) Controller(t *api.Task) (exec.Controller, error) {
274 func (e *executor) Secrets() exec.SecretsManager {
[all …]
/dports/sysutils/docker/docker-ce-18.09.5/components/engine/daemon/cluster/executor/container/
H A Dexecutor.go27 type executor struct { struct
28 backend executorpkg.Backend
29 imageBackend executorpkg.ImageBackend
30 pluginBackend plugin.Backend
31 volumeBackend executorpkg.VolumeBackend
32 dependencies exec.DependencyManager
33 mutex sync.Mutex // This mutex protects the following node field
34 node *api.NodeDescription
207 func (e *executor) Controller(t *api.Task) (exec.Controller, error) {
274 func (e *executor) Secrets() exec.SecretsManager {
[all …]
/dports/lang/gcc10/gcc-10.3.0/libstdc++-v3/testsuite/21_strings/basic_string/inserters_extractors/wchar_t/
H A D7.cc14 // GNU General Public License for more details.
16 // You should have received a copy of the GNU General Public License along
17 // with this library; see the file COPYING3. If not see
18 // <http://www.gnu.org/licenses/>.
20 // 21.3.7.9 inserters and extractors
24 // all of the string class.
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/executors/custom/
H A Dcustom.go69 type executor struct { struct
70 executors.AbstractExecutor
72 config *config
73 tempDir string
74 jobResponseFile string
76 driverInfo *api.DriverInfo
78 jobEnv map[string]string
128 func (e *executor) prepareConfig() error {
161 func (e *executor) dynamicConfig() error {
203 func (e *executor) logStartupMessage() {
[all …]
/dports/sysutils/helm/helm-3.5.2/vendor/github.com/docker/docker/daemon/cluster/executor/container/
H A Dexecutor.go26 type executor struct { struct
27 backend executorpkg.Backend
28 pluginBackend plugin.Backend
29 dependencies exec.DependencyManager
30 mutex sync.Mutex // This mutex protects the following node field
31 node *api.NodeDescription
44 func (e *executor) Describe(ctx context.Context) (*api.NodeDescription, error) {
138 func (e *executor) Configure(ctx context.Context, node *api.Node) error {
188 func (e *executor) Controller(t *api.Task) (exec.Controller, error) {
255 func (e *executor) Secrets() exec.SecretsManager {
[all …]

12345678910>>...113