Home
last modified time | relevance | path

Searched refs:runCommand (Results 1 – 25 of 1840) sorted by relevance

12345678910>>...74

/dports/misc/concourse/concourse-6.7.2/vendor/code.cloudfoundry.org/credhub-cli/commands/
H A Dgenerate_test.go37 session := runCommand("generate", "-n", "my-credential")
46 session := runCommand("generate", "-n", "my-password", "-t", "password")
53 session := runCommand("generate", "-n", "my-password", "-t", "password")
99 session := runCommand(
157 session := runCommand("generate", "-n", "foo-ssh-key", "-t", "ssh")
167 session := runCommand("generate", "-n", "foo-ssh-key", "-t", "SSH")
212 session := runCommand("generate", "-n", "foo-rsa-key", "-t", "rsa")
222 session := runCommand("generate", "-n", "foo-rsa-key", "-t", "RSA")
412 session := runCommand("generate", "-n", name, "-t", "user")
429 session := runCommand("generate", "-n", name, "-t", "USER")
[all …]
H A Dapi_test.go35 session := runCommand("api")
47 session := runCommand("api")
75 session := runCommand("api", apiServer.URL())
114 session := runCommand("api", apiServer.URL())
166 session := runCommand("api", theServerUrl)
170 session = runCommand("api")
186 session = runCommand("api")
198 session = runCommand("api")
211 session := runCommand("api", theServerUrl)
231 session = runCommand("api")
[all …]
H A Dget_test.go45 session := runCommand("get")
67 session := runCommand("get", "-n", "my-value")
86 session := runCommand("get", "-n", "my-value", "-q")
128 session := runCommand("get", "-n", "my-password")
146 session := runCommand("get", "--id", UUID)
184 session := runCommand("get", "-n", "my-password", "-q")
256 session := runCommand("get", "-n", "json-secret")
388 session := runCommand("get", "-n", "my-secret")
449 session := runCommand("get", "-n", "my-secret", "-q")
562 session := runCommand("get", "-n", "foo-rsa-key")
[all …]
H A Dlogin_test.go125 session := runCommand("login", "-u", "user", "-p", "pass")
149 session := runCommand("login", "-p", "pass")
651 session = runCommand("login", "-u", "user", "-p", "pass")
658 session = runCommand("login", "-u", "user", "-p", "pass")
705 session = runCommand("login", "-u", "user", "-p", "pass")
712 session = runCommand("login", "-u", "user", "-p", "pass")
756 session = runCommand("login", "-u", "user", "-p", "pass")
763 session = runCommand("login", "-u", "user", "-p", "pass")
810 session = runCommand("login", "--sso")
845 session := runCommand("login")
[all …]
H A Dcurl_test.go43 session := runCommand("curl")
65 session := runCommand("curl", "-p", "api/v1/data/bogus")
97 session := runCommand("curl", "-p", "api/v1/data/valid-credential-id")
134 session := runCommand("curl", "-p", "api/v1/data/valid-credential-id")
163 session := runCommand("curl", "-p", "api/v1/data")
199 session := runCommand("curl", "-p", "api/v1/data?name=/example-password&current=true")
233 session := runCommand("curl", "-X", "PUT", "-p", "api/v1/data")
266 session := runCommand("curl", "-p", "api/v1/data", "-X", "PUT", "-d", body)
291 session := runCommand("curl", "-p", "api/v1/data/valid-credential-id", "-i")
/dports/www/pomerium/pomerium-0.8.3/vendor/github.com/open-policy-agent/opa/cmd/
H A Drun.go54 runCommand := &cobra.Command{
148 runCommand.Flags().MarkDeprecated("insecure-addr", "use --addr instead")
151 addMaxErrorsFlag(runCommand.Flags(), &params.ErrorLimit)
152 runCommand.Flags().BoolVarP(&params.PprofEnabled, "pprof", "", false, "enables pprof endpoints")
156 runCommand.Flags().VarP(authentication, "authentication", "", "set authentication scheme")
157 runCommand.Flags().VarP(authorization, "authorization", "", "set authorization scheme")
158 runCommand.Flags().VarP(logLevel, "log-level", "l", "set log level")
159 runCommand.Flags().VarP(logFormat, "log-format", "", "set log format")
164 addIgnoreFlag(runCommand.Flags(), &ignore)
173 runCommand.SetUsageTemplate(usageTemplate)
[all …]
/dports/net/yami4/yami4-gpl-1.11.0/src/wolfram/
H A DYAMI4.wl263 runCommand[proc_,word_String]:=runCommand[proc,List[word]]
297 runCommand[proc,
302 runCommand[proc,
307 runCommand[proc,
312 runCommand[proc,
317 runCommand[proc,
322 runCommand[proc,
329 runCommand[proc,
341 runCommand[proc,
348 runCommand[proc,
[all …]
/dports/games/manaplus/manaplus-2.1.3.17/src/net/eathena/
H A Dadminhandler.cpp193 Gm::runCommand("whereis", name); in mobSpawnSearch()
233 Gm::runCommand("where", name); in locatePlayer()
238 Gm::runCommand("accinfo", name); in showAccountInfo()
243 Gm::runCommand("summon", name); in spawnSlave()
248 Gm::runCommand("clone", name); in spawnClone()
278 Gm::runCommand("tonpc", name); in gotoNpc()
318 Gm::runCommand("nuke", name); in nuke()
328 Gm::runCommand("jail", name); in jail()
333 Gm::runCommand("unjail", name); in unjail()
340 Gm::runCommand("npcmove", in npcMove()
[all …]
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/open-policy-agent/opa/cmd/
H A Drun.go54 runCommand := &cobra.Command{
128 runCommand.Flags().BoolVarP(&serverMode, "server", "s", false, "start the runtime in server mode")
133runCommand.Flags().BoolVarP(&params.Watch, "watch", "w", false, "watch command line files for chan…
134 setMaxErrors(runCommand.Flags(), &params.ErrorLimit)
138 runCommand.Flags().VarP(authentication, "authentication", "", "set authentication scheme")
139 runCommand.Flags().VarP(authorization, "authorization", "", "set authorization scheme")
140 runCommand.Flags().VarP(logLevel, "log-level", "l", "set log level")
141 runCommand.Flags().VarP(logFormat, "log-format", "", "set log format")
142 setIgnore(runCommand.Flags(), &ignore)
151 runCommand.SetUsageTemplate(usageTemplate)
[all …]
/dports/sysutils/docker-machine/machine-0.16.2/commands/
H A Dcommands.go199 Action: runCommand(cmdActive),
232 Action: runCommand(cmdEnv),
269 Action: runCommand(cmdIP),
275 Action: runCommand(cmdKill),
280 Action: runCommand(cmdLs),
305 Action: runCommand(cmdProvision),
343 Action: runCommand(cmdRm),
356 Action: runCommand(cmdScp),
400 Action: runCommand(cmdStop),
412 Action: runCommand(cmdURL),
[all …]
/dports/sysutils/kubectl/kubernetes-1.22.2/test/e2e_node/gcp/
H A Dgke_environment_test.go79 if _, err := runCommand(cmd...); err != nil {
90 output, err := runCommand("docker", "images", "-q", image)
100 output, err = runCommand("docker", "pull", image)
155 output, _ := runCommand(bin)
209 runCommand("docker", "rm", "-f", containerID)
213 output, err := runCommand("curl", host)
284 _, err = runCommand(cmd...)
297 _, err = runCommand(cmd...)
307 output, err := runCommand("docker", "info")
428 output, err := runCommand("uname", "-r")
[all …]
/dports/devel/lazygit/lazygit-0.31.4/scripts/push_new_patch/
H A Dmain.go29 runCommand("git", "pull")
42 runCommand("git", "add", "VERSION")
43 runCommand("git", "commit", "-m", "bump version to "+newVersion, "--", "VERSION")
44 runCommand("git", "push")
45 runCommand("git", "tag", newVersion)
46 runCommand("git", "push", "origin", newVersion)
47 runCommand("goreleaser", "--rm-dist")
48 runCommand("rm", "-rf", "dist")
51 func runCommand(args ...string) { func
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/docker/machine/machine-7b7a141da844/commands/
H A Dcommands.go199 Action: runCommand(cmdActive),
232 Action: runCommand(cmdEnv),
269 Action: runCommand(cmdIP),
275 Action: runCommand(cmdKill),
280 Action: runCommand(cmdLs),
305 Action: runCommand(cmdProvision),
339 Action: runCommand(cmdRm),
352 Action: runCommand(cmdScp),
376 Action: runCommand(cmdStop),
388 Action: runCommand(cmdURL),
[all …]
/dports/multimedia/zoneminder/zoneminder-1.36.5/web/api/lib/Cake/Test/Case/Console/Command/
H A DCompletionShellTest.php99 $this->Shell->runCommand('main', array());
112 $this->Shell->runCommand('main', array());
125 $this->Shell->runCommand('commands', array());
138 $this->Shell->runCommand('options', array());
151 $this->Shell->runCommand('options', array('options', 'foo'));
164 $this->Shell->runCommand('options', array('options', 'bake'));
177 $this->Shell->runCommand('subCommands', array('subCommands', 'CORE.bake'));
216 $this->Shell->runCommand('subCommands', array());
229 $this->Shell->runCommand('subCommands', array('subCommands', 'foo'));
242 $this->Shell->runCommand('subCommands', array('subCommands', 'bake'));
[all …]
/dports/www/gohugo/hugo-0.91.2/vendor/gocloud.dev/internal/contributebot/
H A Dsync_test.go61 if err := runCommand(ctx, tempDir, gitPath, []string{"init", "repoA"}); err != nil {
68 if err := runCommand(ctx, repoRootA, gitPath, []string{"add", "file.txt"}); err != nil {
124 if err := runCommand(ctx, tempDir, gitPath, []string{"init", "repoA"}); err != nil {
131 if err := runCommand(ctx, repoRootA, gitPath, []string{"add", "file1.txt"}); err != nil {
157 if err := runCommand(ctx, repoRootB, gitPath, []string{"add", "file2.txt"}); err != nil {
202 if err := runCommand(ctx, tempDir, gitPath, []string{"init", "repoA"}); err != nil {
209 if err := runCommand(ctx, repoRootA, gitPath, []string{"add", "file1.txt"}); err != nil {
222 if err := runCommand(ctx, repoRootA, gitPath, []string{"add", "file2.txt"}); err != nil {
280 if err := runCommand(ctx, tempDir, gitPath, []string{"init", "repoA"}); err != nil {
287 if err := runCommand(ctx, repoRootA, gitPath, []string{"add", "file1.txt"}); err != nil {
[all …]
/dports/devel/hs-git-annex/git-annex-8.20210903/_cabal_deps/aws-0.22/Examples/
H A DDynamoDb.hs29 resp0 <- runCommand req0
36 resp1 <- runCommand req1
75 resp1 <- runCommand req1
81 resp2 <- runCommand req2
87 print =<< runCommand
91 (print =<< runCommand
97 print =<< runCommand req2
101 print =<< runCommand
106 print =<< runCommand req2
117 runCommand $ putItem "devel-1" $
[all …]
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/
H A DTestQuota.java106 runCommand(admin, args, false); in testQuotaCommands()
199 runCommand(admin, args, false); in testQuotaCommands()
205 runCommand(admin, args, false); in testQuotaCommands()
223 runCommand(admin, args, true); in testQuotaCommands()
230 runCommand(admin, args, true); in testQuotaCommands()
236 runCommand(admin, args, true); in testQuotaCommands()
241 runCommand(admin, args, true); in testQuotaCommands()
246 runCommand(admin, args, true); in testQuotaCommands()
251 runCommand(admin, args, true); in testQuotaCommands()
256 runCommand(admin, args, true); in testQuotaCommands()
[all …]
/dports/devel/hadoop/hadoop-1.2.1/src/test/org/apache/hadoop/hdfs/
H A DTestQuota.java82 runCommand(admin, args, false); in testQuotaCommands()
177 runCommand(admin, args, false); in testQuotaCommands()
183 runCommand(admin, args, false); in testQuotaCommands()
201 runCommand(admin, args, true); in testQuotaCommands()
208 runCommand(admin, args, true); in testQuotaCommands()
214 runCommand(admin, args, true); in testQuotaCommands()
219 runCommand(admin, args, true); in testQuotaCommands()
224 runCommand(admin, args, true); in testQuotaCommands()
229 runCommand(admin, args, true); in testQuotaCommands()
234 runCommand(admin, args, true); in testQuotaCommands()
[all …]
/dports/multimedia/zoneminder/zoneminder-1.36.5/scripts/
H A Dzmpkg.pl.in154 my $status = runCommand('zmdc.pl check');
158 runCommand('zmdc.pl shutdown');
166 my $status = runCommand('zmdc.pl check');
199 runCommand('zmdc.pl startup');
256 runCommand('zmdc.pl start zmfilter.pl');
272 runCommand('zmdc.pl start zmtrigger.pl');
278 runCommand('zmdc.pl start zmwatch.pl');
280 runCommand('zmdc.pl start zmupdate.pl -c');
295 runCommand('zmdc.pl start zmstats.pl');
306 my $status = runCommand('zmdc.pl check');
[all …]
/dports/devel/py-datatest/datatest-0.11.1/
H A Drun-tests.bat13 :runCommand label
35 CALL :runCommand "C:\Program Files\Python37\python.exe -B -m unittest %*"
36 CALL :runCommand "C:\Program Files\Python 3.6\python.exe -B -m unittest %*"
37 CALL :runCommand "C:\Program Files\Python 3.5\python.exe -B -m unittest %*"
38 CALL :runCommand "C:\Python34\python.exe -B -m unittest %*"
39 CALL :runCommand "C:\Python33\python.exe -B -m unittest %*"
40 CALL :runCommand "C:\Python32\python.exe -B -m unittest %*"
41 CALL :runCommand "C:\Python31\python.exe -B tests/discover.py %*"
42 CALL :runCommand "C:\Python27\python.exe -B -m unittest discover %*"
43 CALL :runCommand "C:\Python26\python.exe -B tests/discover.py %*"
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/client/
H A Dauthenticate.cpp151 invariant(runCommand); in authMongoCR()
159 runCommand(nonceRequest.getValue(), [runCommand, params, handler](AuthResponse response) { in authMongoCR()
176 runCommand(authRequest.getValue(), handler); in authMongoCR()
221 void authX509(RunCommandHook runCommand, in authX509() argument
225 invariant(runCommand); in authX509()
233 runCommand(authRequest.getValue(), handler); in authX509()
245 void auth(RunCommandHook runCommand, in auth() argument
275 return authMongoCR(runCommand, params, authCompletionHandler); in auth()
289 void asyncAuth(RunCommandHook runCommand, in asyncAuth() argument
294 auth(runCommand, params, hostname, clientName, std::move(handler)); in asyncAuth()
[all …]
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/fs/shell/
H A DTestXAttrCommands.java58 0 == runCommand(new String[] { "-getfattr", "-d"})); in testGetfattrValidations()
63 0 == runCommand(new String[] { "-getfattr", "extra", "-d", "/test"})); in testGetfattrValidations()
68 0 == runCommand(new String[] { "-getfattr", "/test"})); in testGetfattrValidations()
73 0 == runCommand(new String[] { "-getfattr", "-d", "-e", "aaa", "/test"})); in testGetfattrValidations()
81 0 == runCommand(new String[] { "-setfattr", "-n", "user.a1" })); in testSetfattrValidations()
86 0 == runCommand(new String[] { "-setfattr", "extra", "-n", "user.a1", "/test"})); in testSetfattrValidations()
91 0 == runCommand(new String[] { "-setfattr", "/test"})); in testSetfattrValidations()
95 private int runCommand(String[] commands) throws Exception { in runCommand() method in TestXAttrCommands
/dports/games/manaplus/manaplus-2.1.3.17/src/net/ea/
H A Dadminhandler.cpp36 Gm::runCommand("kick", name); in kickName()
46 Gm::runCommand("ban", name); in banName()
56 Gm::runCommand("unban", name); in unbanName()
61 Gm::runCommand("ipcheck", name); in ipcheckName()
68 Gm::runCommand("item", in createItems()
74 Gm::runCommand("spawn", name); in spawn()
/dports/devel/py-twisted/Twisted-22.1.0/src/twisted/python/test/
H A Dtest_release.py40 runCommand,
81 runCommand(
91 runCommand(
111 runCommand(["git", "init", path.path])
907 runCommand(
965 runCommand(["git", "clone", self.origin.path, self.repo.path])
1039 runCommand(
1062 runCommand(
1090 runCommand(
1116 runCommand(
[all …]
/dports/devel/tailor/tailor-06d9068d84a4e78f30579fbdc46ed22ec9d953c7/vcpx/repository/git/
H A Dsource.py39 self.repository.runCommand(['clone', '-n', self.repository.repository, target],
50 self.repository.runCommand(['reset', '--hard', rev], ChangesetApplicationFailure, False)
63 tagrev = self.repository.runCommand(['rev-list', '--max-count=1', tag])[0]
69 self.repository.runCommand(['fetch'], GetUpstreamChangesetsFailure, False)
71 revs = self.repository.runCommand(['rev-list', '^' + since, 'origin'],
81 out = self.repository.runCommand(['merge', '-n', '--no-commit', 'fastforward',
103 lines = self.repository.runCommand(['rev-list', '--pretty=raw', '--max-count=1', revision],
132 files = self.repository.runCommand(cmd, GetUpstreamChangesetsFailure)[:-1]
153 … return self.repository.runCommand(['rev-list', 'HEAD'], GetUpstreamChangesetsFailure)[-2]
155 …return self.repository.runCommand(['rev-parse', '--verify', revision], GetUpstreamChangesetsFailur…

12345678910>>...74