Home
last modified time | relevance | path

Searched refs:configCmd (Results 1 – 25 of 95) sorted by relevance

1234

/dports/devel/wxformbuilder/source/build/premake/
H A Dwxwidgets.lua258 configCmd = configCmd .. checkYesNo(wxDebug, "debug")
259 configCmd = configCmd .. checkYesNo(wxStatic, "static")
260 configCmd = configCmd .. checkYesNo(wxUnicode, "unicode")
261 configCmd = configCmd .. checkYesNo(wxUniversal, "universal")
262 if wxHost ~= "" then configCmd = configCmd .. " --host=" .. wxHost end
267 buildoptions {"$(shell " .. configCmd .." --cxxflags)"}
270 linkoptions {"$(shell " .. configCmd .." --libs " .. wxLibs .. ")"}
274 resoptions {"$(shell " .. configCmd .." --rcflags)"}
278 buildoptions {"`" .. configCmd .." --cxxflags`"}
281 linkoptions {"`" .. configCmd .." --libs " .. wxLibs .. "`"}
[all …]
/dports/finance/moneymanagerex/moneymanagerex-1.2.7/lib/wxsqlite3/premake/
H A Dwxwidgets.lua168 local configCmd = "wx-config" -- this is the wx-config command ligne
169 if wxRoot ~= "" then configCmd = path.join(wxRoot, "bin/wx-config") end
177 configCmd = configCmd .. checkYesNo(wxDebug, "debug")
178 configCmd = configCmd .. checkYesNo(wxStatic, "static")
179 configCmd = configCmd .. checkYesNo(wxUnicode, "unicode")
180 configCmd = configCmd .. checkYesNo(wxUniversal, "universal")
181 if wxHost ~= "" then configCmd = configCmd .. " --host=" .. wxHost end
182 if wxVersion ~= "" then configCmd = configCmd .. " --version=" .. wxVersion end
185 buildoptions{"`" .. configCmd .." --cxxflags`"}
186 linkoptions{"`" .. configCmd .." --libs " .. wxLibs .. "`"}
/dports/devel/awless/awless-0.1.11/commands/
H A Dconfig.go30 RootCmd.AddCommand(configCmd)
31 configCmd.Flags().BoolVar(&keysOnly, "keys", false, "list only config keys")
32 configCmd.AddCommand(configGetCmd)
33 configCmd.AddCommand(configSetCmd)
34 configCmd.AddCommand(configUnsetCmd)
37 var configCmd = &cobra.Command{ var
/dports/www/gohugo/hugo-0.91.2/commands/
H A Dconfig.go36 var _ cmder = (*configCmd)(nil)
38 type configCmd struct { struct
42 func (b *commandsBuilder) newConfigCmd() *configCmd {
43 cc := &configCmd{}
64 func (c *configCmd) printMounts(cmd *cobra.Command, args []string) error { argument
80 func (c *configCmd) printConfig(cmd *cobra.Command, args []string) error { argument
/dports/databases/pgaccess/pgaccess-1.00.20140902/lib/widgets/tablelist3.3/scripts/
H A Dmwutil.tcl99 configCmd optValPairs initialize} {
123 if {[catch {eval $configCmd [list $win $opt $val]} result] != 0} {
135 eval $configCmd [list $win $opt $val]
156 eval $configCmd [list $win $opt $dbValue]
159 eval $configCmd [list $win $opt $default]
322 configCmd argList} {
366 return [configure $win configSpecs configVals $configCmd $argList 0]
/dports/www/getleft/Getleft-v1.2/scripts/tablelist4.8/scripts/
H A Dmwutil.tcl169 proc mwutil::configureWidget {win configSpecsName configCmd cgetCmd \
193 if {[catch {eval $configCmd [list $win $opt $val]} result] != 0} {
205 eval $configCmd [list $win $opt $val]
227 eval $configCmd [list $win $opt $default]
230 eval $configCmd [list $win $opt $dbValue]
353 proc mwutil::configureSubCmd {win configSpecsName configCmd cgetCmd argList} {
361 return [configureWidget $win configSpecs $configCmd $cgetCmd $argList 0]
/dports/net-im/coccinella/Coccinella-0.96.20Src/contrib/tablelist/scripts/
H A Dmwutil.tcl174 proc mwutil::configureWidget {win configSpecsName configCmd cgetCmd \
198 if {[catch {eval $configCmd [list $win $opt $val]} result] != 0} {
210 eval $configCmd [list $win $opt $val]
232 eval $configCmd [list $win $opt $default]
235 eval $configCmd [list $win $opt $dbValue]
358 proc mwutil::configureSubCmd {win configSpecsName configCmd cgetCmd argList} {
366 return [configureWidget $win configSpecs $configCmd $cgetCmd $argList 0]
/dports/devel/gh/cli-2.4.0/git/
H A Dgit.go106 configCmd, err := GitCommand("config", name)
110 output, err := run.PrepareCmd(configCmd).Output()
253 configCmd, err := GitCommand("config", "--get-regexp", fmt.Sprintf("^%s(remote|merge)$", prefix))
257 output, err := run.PrepareCmd(configCmd).Output()
294 configCmd, err := GitCommand("rev-parse", "--verify", "refs/heads/"+branch)
298 _, err = run.PrepareCmd(configCmd).Output()
303 configCmd, err := GitCommand("checkout", branch)
307 return run.PrepareCmd(configCmd).Run()
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/prometheus/alertmanager/cli/
H A Dconfig.go35 configCmd := app.Command("config", configHelp)
36configCmd.Command("show", configHelp).Default().Action(execWithTimeout(queryConfig)).PreAction(req…
37 configureRoutingCmd(configCmd)
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/prometheus/alertmanager/cli/
H A Dconfig.go35 configCmd := app.Command("config", configHelp)
36configCmd.Command("show", configHelp).Default().Action(execWithTimeout(queryConfig)).PreAction(req…
37 configureRoutingCmd(configCmd)
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/prometheus/alertmanager/cli/
H A Dconfig.go35 configCmd := app.Command("config", configHelp)
36configCmd.Command("show", configHelp).Default().Action(execWithTimeout(queryConfig)).PreAction(req…
37 configureRoutingCmd(configCmd)
/dports/devel/msp430-debug-stack/msp430-debug-stack-3.15.0.1/DLL430_v3/src/TI/DLL430/
H A DConfigManager.cpp496 HalExecCommand configCmd; in setJtagSpeed() local
497 configCmd.elements.emplace_back(el); in setJtagSpeed()
498 return this->parent->send(configCmd); in setJtagSpeed()
978 HalExecCommand configCmd; in updateDisableInterruptsMode() local
979 configCmd.elements.emplace_back(el); in updateDisableInterruptsMode()
981 if (this->parent->send(configCmd)) in updateDisableInterruptsMode()
996 HalExecCommand configCmd; in setJTAGLock5xx() local
997 configCmd.elements.emplace_back(el); in setJTAGLock5xx()
999 if (this->parent->send(configCmd)) in setJTAGLock5xx()
1048 HalExecCommand configCmd; in setUlpDebug() local
[all …]
/dports/devel/hub/hub-2.14.2/git/
H A Dgit.go259 configCmd := gitCmd(gitConfigCommand([]string{mode, name})...)
260 output, err := configCmd.Output()
277 configCmd := gitCmd(gitConfigCommand(args)...)
278 output, err := configCmd.Output()
287 configCmd := gitCmd(gitConfigCommand(args)...)
288 output, err := configCmd.Output()
/dports/sysutils/kubectl/kubernetes-1.22.2/test/e2e/framework/
H A Dtest_context.go392 configCmd := clientcmdapi.NewConfig()
405 configCmd.AuthInfos[userNick] = credentials
414 configCmd.Clusters[clusterNick] = cluster
419 configCmd.Contexts[contextNick] = context
420 configCmd.CurrentContext = contextNick
422 return configCmd
/dports/net/madonctl/madonctl-8d3e9fa/cmd/
H A Dconfig.go18 var configCmd = &cobra.Command{ var
34 RootCmd.AddCommand(configCmd)
37 configCmd.AddCommand(configSubcommands...)
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/github.com/docker/docker/daemon/
H A Dcontainer.go169 func (daemon *Daemon) getEntrypointAndArgs(configEntrypoint strslice.StrSlice, configCmd strslice.S…
171 return configEntrypoint[0], append(configEntrypoint[1:], configCmd...)
173 return configCmd[0], configCmd[1:]
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/gitlab.com/gitlab-org/gitaly/v14/internal/git/
H A Dcommand_options_test.go259 configCmd, err := gitCmdFactory.NewWithoutRepo(ctx, SubCmd{
264 require.NoError(t, configCmd.Wait())
384 configCmd, err := gitCmdFactory.NewWithoutRepo(ctx, SubCmd{
389 require.NoError(t, configCmd.Wait())
/dports/sysutils/helm/helm-3.5.2/vendor/github.com/docker/docker/daemon/
H A Dcontainer.go190 func (daemon *Daemon) getEntrypointAndArgs(configEntrypoint strslice.StrSlice, configCmd strslice.S…
192 return configEntrypoint[0], append(configEntrypoint[1:], configCmd...)
194 return configCmd[0], configCmd[1:]
/dports/security/vault/vault-1.8.2/vendor/github.com/docker/docker/daemon/
H A Dcontainer.go190 func (daemon *Daemon) getEntrypointAndArgs(configEntrypoint strslice.StrSlice, configCmd strslice.S…
192 return configEntrypoint[0], append(configEntrypoint[1:], configCmd...)
194 return configCmd[0], configCmd[1:]
/dports/devel/gitlab-shell/gitlab-shell-65b8ec55bebd0aea64ac52b9878bafcc2ad992d3/vendor/gitlab.com/gitlab-org/gitaly/v14/internal/git/
H A Dcommand_options_test.go259 configCmd, err := gitCmdFactory.NewWithoutRepo(ctx, SubCmd{
264 require.NoError(t, configCmd.Wait())
384 configCmd, err := gitCmdFactory.NewWithoutRepo(ctx, SubCmd{
389 require.NoError(t, configCmd.Wait())
/dports/textproc/gitlab-elasticsearch-indexer/gitlab-elasticsearch-indexer-ef1440548effec15831eda2d246dacc43233cefb/vendor/gitlab.com/gitlab-org/gitaly/v14/internal/git/
H A Dcommand_options_test.go259 configCmd, err := gitCmdFactory.NewWithoutRepo(ctx, SubCmd{
264 require.NoError(t, configCmd.Wait())
384 configCmd, err := gitCmdFactory.NewWithoutRepo(ctx, SubCmd{
389 require.NoError(t, configCmd.Wait())
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/github.com/docker/docker/daemon/
H A Dcontainer.go192 func (daemon *Daemon) getEntrypointAndArgs(configEntrypoint strslice.StrSlice, configCmd strslice.S…
194 return configEntrypoint[0], append(configEntrypoint[1:], configCmd...)
196 return configCmd[0], configCmd[1:]
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/docker/docker/daemon/
H A Dcontainer.go192 func (daemon *Daemon) getEntrypointAndArgs(configEntrypoint strslice.StrSlice, configCmd strslice.S…
194 return configEntrypoint[0], append(configEntrypoint[1:], configCmd...)
196 return configCmd[0], configCmd[1:]
/dports/sysutils/docker/docker-ce-18.09.5/components/engine/daemon/
H A Dcontainer.go192 func (daemon *Daemon) getEntrypointAndArgs(configEntrypoint strslice.StrSlice, configCmd strslice.S…
194 return configEntrypoint[0], append(configEntrypoint[1:], configCmd...)
196 return configCmd[0], configCmd[1:]
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/docker/docker/moby-20.10.2/daemon/
H A Dcontainer.go192 func (daemon *Daemon) getEntrypointAndArgs(configEntrypoint strslice.StrSlice, configCmd strslice.S…
194 return configEntrypoint[0], append(configEntrypoint[1:], configCmd...)
196 return configCmd[0], configCmd[1:]

1234