Home
last modified time | relevance | path

Searched refs:lastCmd (Results 1 – 25 of 100) sorted by relevance

1234

/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/status-im/keycard-go/
H A Dsecure_channel_test.go13 lastCmd *apdu.Command member
17 fc.lastCmd = cmd
37 assert.Equal(t, expectedData, hexutils.BytesToHex(c.lastCmd.Data))
/dports/editors/kate/kate-21.12.3/addons/project/
H A Dpushpulldialog.cpp33 QString lastCmd = getLastPushPullCmd(m); in openDialog() local
42 if (!lastCmd.isEmpty()) { in openDialog()
43 lastExecCmds.removeAll(lastCmd); in openDialog()
44 lastExecCmds.push_front(lastCmd); in openDialog()
/dports/net/libksieve/libksieve-21.12.3/src/kmanagesieve/
H A Dsievejob.cpp112 const Command lastCmd = mCommands.top(); in handleResponse() local
117 switch (lastCmd) { in handleResponse()
160 if (lastCmd != Put) { in handleResponse()
168 if (lastCmd == SearchActive && mFileExists == DontKnow && response.operationSuccessful()) { in handleResponse()
187 if (lastCmd == List) { in handleResponse()
208 if (lastCmd == List) { in handleResponse()
/dports/games/ufoai/ufoai-2.5-source/src/client/battlescape/
H A Dcl_parse.cpp164 static svc_ops_t lastCmd; in CL_ParseServerMessage() local
256 cmd, lastCmd, eType); in CL_ParseServerMessage()
259 lastCmd = cmd; in CL_ParseServerMessage()
/dports/multimedia/qmmp-qt5/qmmp-1.5.2/src/app/
H A Dbuiltincommandlineoption.cpp234 QString lastCmd; in splitArgs() local
241 lastCmd = cmd; in splitArgs()
243 else if(!commands.isEmpty() && !lastCmd.isEmpty()) in splitArgs()
244 commands[lastCmd] << arg; in splitArgs()
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/mutationofjb/
H A Dscript.cpp235 Command *lastCmd = nullptr; in loadFromStream() local
252 lastParser->transition(parseCtx, lastCmd, currentCmd, currentParser); in loadFromStream()
259 lastCmd = currentCmd; in loadFromStream()
/dports/games/scummvm/scummvm-2.5.1/engines/mutationofjb/
H A Dscript.cpp235 Command *lastCmd = nullptr; in loadFromStream() local
252 lastParser->transition(parseCtx, lastCmd, currentCmd, currentParser); in loadFromStream()
259 lastCmd = currentCmd; in loadFromStream()
/dports/graphics/tgif/tgif-QPL-4.2.5/
H A Dcmd.c376 firstCmd = lastCmd = curCmd = NULL; in CleanUpCmds()
1698 cmd_stk_ptr->last = lastCmd; in StartCompositeCmd()
1703 firstCmd = lastCmd = curCmd = NULL; in StartCompositeCmd()
1725 composite_cmd->last = lastCmd; in EndCompositeCmd()
1733 lastCmd = topCompositeCmdStk->last; in EndCompositeCmd()
1748 } else if (curCmd != lastCmd) { in EndCompositeCmd()
1761 InsertCmd(lastCmd, NULL, curCmd, &firstCmd, &lastCmd); in EndCompositeCmd()
1771 firstCmd = lastCmd = curCmd = NULL; in RestoreDefaultHistoryDepth()
2002 } else if (curCmd != lastCmd) {
2089 InsertCmd(lastCmd, NULL, curCmd, &firstCmd, &lastCmd);
[all …]
/dports/audio/libopenmpt/libopenmpt-0.6.0+release.autotools/soundlib/
H A DLoad_it.cpp1731 if ((note == chnState.lastCmd.note) && (chnState.lastCmd.volcmd & 1)) in SaveIT()
1737 chnState.lastCmd.note = note; in SaveIT()
1738 chnState.lastCmd.volcmd |= 1; in SaveIT()
1744 if ((m->instr == chnState.lastCmd.instr) && (chnState.lastCmd.volcmd & 2)) in SaveIT()
1751 chnState.lastCmd.volcmd |= 2; in SaveIT()
1757 if ((vol == chnState.lastCmd.vol) && (chnState.lastCmd.volcmd & 4)) in SaveIT()
1763 chnState.lastCmd.vol = vol; in SaveIT()
1764 chnState.lastCmd.volcmd |= 4; in SaveIT()
1770 …if ((command == chnState.lastCmd.command) && (param == chnState.lastCmd.param) && (chnState.lastCm… in SaveIT()
1777 chnState.lastCmd.param = param; in SaveIT()
[all …]
/dports/net-mgmt/blackbox_exporter/blackbox_exporter-0.17.0/vendor/gopkg.in/alecthomas/kingpin.v2/
H A Dapp.go477 lastCmd *CmdClause
505 lastCmd = clause
509 if lastCmd != nil && len(lastCmd.commands) > 0 {
510 return nil, fmt.Errorf("must select a subcommand of '%s'", lastCmd.FullCommand())
/dports/net-mgmt/bind_exporter/bind_exporter-0.4.0/vendor/gopkg.in/alecthomas/kingpin.v2/
H A Dapp.go477 lastCmd *CmdClause
505 lastCmd = clause
509 if lastCmd != nil && len(lastCmd.commands) > 0 {
510 return nil, fmt.Errorf("must select a subcommand of '%s'", lastCmd.FullCommand())
/dports/databases/prometheus-postgresql-adapter/prometheus-postgresql-adapter-0.6.0/vendor/github.com/prometheus/prometheus/vendor/gopkg.in/alecthomas/kingpin.v2/
H A Dapp.go477 lastCmd *CmdClause
505 lastCmd = clause
509 if lastCmd != nil && len(lastCmd.commands) > 0 {
510 return nil, fmt.Errorf("must select a subcommand of '%s'", lastCmd.FullCommand())
/dports/devel/app-builder/app-builder-3.4.2/vendor/github.com/alecthomas/kingpin/
H A Dapp.go477 lastCmd *CmdClause
505 lastCmd = clause
509 if lastCmd != nil && len(lastCmd.commands) > 0 {
510 return nil, fmt.Errorf("must select a subcommand of '%s'", lastCmd.FullCommand())
/dports/net-mgmt/mysqld_exporter/mysqld_exporter-0.12.1/vendor/gopkg.in/alecthomas/kingpin.v2/
H A Dapp.go477 lastCmd *CmdClause
505 lastCmd = clause
509 if lastCmd != nil && len(lastCmd.commands) > 0 {
510 return nil, fmt.Errorf("must select a subcommand of '%s'", lastCmd.FullCommand())
/dports/sysutils/chaoskube/chaoskube-0.22.0/vendor/gopkg.in/alecthomas/kingpin.v2/
H A Dapp.go477 lastCmd *CmdClause
505 lastCmd = clause
509 if lastCmd != nil && len(lastCmd.commands) > 0 {
510 return nil, fmt.Errorf("must select a subcommand of '%s'", lastCmd.FullCommand())
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/gopkg.in/alecthomas/kingpin.v2/
H A Dapp.go477 lastCmd *CmdClause
505 lastCmd = clause
509 if lastCmd != nil && len(lastCmd.commands) > 0 {
510 return nil, fmt.Errorf("must select a subcommand of '%s'", lastCmd.FullCommand())
/dports/shells/antibody/antibody-6.1.1/vendor/gopkg.in/alecthomas/kingpin.v2/
H A Dapp.go477 lastCmd *CmdClause
505 lastCmd = clause
509 if lastCmd != nil && len(lastCmd.commands) > 0 {
510 return nil, fmt.Errorf("must select a subcommand of '%s'", lastCmd.FullCommand())
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/gopkg.in/alecthomas/kingpin.v2/
H A Dapp.go477 lastCmd *CmdClause
505 lastCmd = clause
509 if lastCmd != nil && len(lastCmd.commands) > 0 {
510 return nil, fmt.Errorf("must select a subcommand of '%s'", lastCmd.FullCommand())
/dports/net-mgmt/prometheus-collectd-exporter/collectd_exporter-0.5.0/vendor/gopkg.in/alecthomas/kingpin.v2/
H A Dapp.go477 lastCmd *CmdClause
505 lastCmd = clause
509 if lastCmd != nil && len(lastCmd.commands) > 0 {
510 return nil, fmt.Errorf("must select a subcommand of '%s'", lastCmd.FullCommand())
/dports/net-mgmt/ping_exporter/ping_exporter-0.44/vendor/gopkg.in/alecthomas/kingpin.v2/
H A Dapp.go477 lastCmd *CmdClause
505 lastCmd = clause
509 if lastCmd != nil && len(lastCmd.commands) > 0 {
510 return nil, fmt.Errorf("must select a subcommand of '%s'", lastCmd.FullCommand())
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/grafana/loki/vendor/gopkg.in/alecthomas/kingpin.v2/
H A Dapp.go477 lastCmd *CmdClause
505 lastCmd = clause
509 if lastCmd != nil && len(lastCmd.commands) > 0 {
510 return nil, fmt.Errorf("must select a subcommand of '%s'", lastCmd.FullCommand())
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/cortexproject/cortex/vendor/gopkg.in/alecthomas/kingpin.v2/
H A Dapp.go477 lastCmd *CmdClause
505 lastCmd = clause
509 if lastCmd != nil && len(lastCmd.commands) > 0 {
510 return nil, fmt.Errorf("must select a subcommand of '%s'", lastCmd.FullCommand())
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/prometheus/alertmanager/vendor/gopkg.in/alecthomas/kingpin.v2/
H A Dapp.go477 lastCmd *CmdClause
505 lastCmd = clause
509 if lastCmd != nil && len(lastCmd.commands) > 0 {
510 return nil, fmt.Errorf("must select a subcommand of '%s'", lastCmd.FullCommand())
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/prometheus/prometheus/vendor/gopkg.in/alecthomas/kingpin.v2/
H A Dapp.go477 lastCmd *CmdClause
505 lastCmd = clause
509 if lastCmd != nil && len(lastCmd.commands) > 0 {
510 return nil, fmt.Errorf("must select a subcommand of '%s'", lastCmd.FullCommand())
/dports/sysutils/snmp_exporter/snmp_exporter-0.20.0/vendor/gopkg.in/alecthomas/kingpin.v2/
H A Dapp.go477 lastCmd *CmdClause
505 lastCmd = clause
509 if lastCmd != nil && len(lastCmd.commands) > 0 {
510 return nil, fmt.Errorf("must select a subcommand of '%s'", lastCmd.FullCommand())

1234