Home
last modified time | relevance | path

Searched refs:queryCommand (Results 1 – 25 of 55) sorted by relevance

123

/dports/security/vault/vault-1.8.2/vendor/github.com/aerospike/aerospike-client-go/
H A Dquery_command.go17 type queryCommand struct { struct
26 …ement, operations []*Operation, recordset *Recordset, clusterKey int64, first bool) *queryCommand {
27 return &queryCommand{
36 func (cmd *queryCommand) getPolicy(ifc command) Policy { argument
40 func (cmd *queryCommand) writeBuffer(ifc command) (err error) { argument
44 func (cmd *queryCommand) parseResult(ifc command, conn *Connection) error { argument
49 func (cmd *queryCommand) Execute() error { argument
H A Dquery_record_command.go20 queryCommand anonMember
25 queryCommand: *newQueryCommand(node, policy, nil, statement, nil, recordset, clusterKey, first),
H A Dquery_objects_command.go20 queryCommand anonMember
25 queryCommand: *newQueryCommand(node, policy, nil, statement, nil, recordset, clusterKey, first),
H A Dserver_command.go26 queryCommand anonMember
31 queryCommand: *newQueryCommand(node, policy, writePolicy, statement, operations, nil, 0, false),
H A Dquery_aggregate_command.go28 queryCommand anonMember
36 queryCommand: *newQueryCommand(node, policy, nil, statement, nil, recordset, clusterKey, first),
/dports/editors/libreoffice/libreoffice-7.2.6.2/ucbhelper/source/provider/
H A Dcontentinfo.cxx236 if ( queryCommand( Name, aInfo ) ) in getCommandInfoByName()
248 if ( queryCommand( Handle, aInfo ) ) in getCommandInfoByHandle()
260 return queryCommand( Name, aInfo ); in hasCommandByName()
268 return queryCommand( Handle, aInfo ); in hasCommandByHandle()
282 bool CommandProcessorInfo::queryCommand( in queryCommand() function in ucbhelper::CommandProcessorInfo
307 bool CommandProcessorInfo::queryCommand( in queryCommand() function in ucbhelper::CommandProcessorInfo
H A Dcontentinfo.hxx97 bool queryCommand( std::u16string_view rName,
99 bool queryCommand( sal_Int32 nHandle,
/dports/editors/libreoffice6/libreoffice-6.4.7.2/ucbhelper/source/provider/
H A Dcontentinfo.cxx236 if ( queryCommand( Name, aInfo ) ) in getCommandInfoByName()
248 if ( queryCommand( Handle, aInfo ) ) in getCommandInfoByHandle()
260 return queryCommand( Name, aInfo ); in hasCommandByName()
268 return queryCommand( Handle, aInfo ); in hasCommandByHandle()
282 bool CommandProcessorInfo::queryCommand( in queryCommand() function in ucbhelper::CommandProcessorInfo
307 bool CommandProcessorInfo::queryCommand( in queryCommand() function in ucbhelper::CommandProcessorInfo
/dports/www/grafana8/grafana-8.3.6/public/app/plugins/datasource/cloudwatch/
H A Dlanguage_provider.ts184 const queryCommand = commandToken.content.toLowerCase(); constant
188 if (queryCommand === 'sort') {
192 if (queryCommand === 'parse') {
210 if (['display', 'fields'].includes(queryCommand)) {
220 if (queryCommand === 'stats') {
230 if (queryCommand === 'filter' && currentTokenIsFirstArg) {
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/ucbhelper/
H A Dcontentinfo.hxx99 bool queryCommand( const OUString& rName,
101 bool queryCommand( sal_Int32 nHandle,
/dports/devel/kf5-ktexteditor/ktexteditor-5.89.0/src/utils/
H A Dkatecmd.h32 KTextEditor::Command *queryCommand(const QString &cmd) const;
H A Dkateglobal.cpp384 KTextEditor::Command *KTextEditor::EditorPrivate::queryCommand(const QString &cmd) const in queryCommand() function in KTextEditor::EditorPrivate
386 return m_cmdManager->queryCommand(cmd); in queryCommand()
/dports/devel/kf5-ktexteditor/ktexteditor-5.89.0/src/vimode/emulatedcommandbar/
H A Dcommandmode.h87 KTextEditor::Command *queryCommand(const QString &cmd) const;
H A Dcommandmode.cpp180 KTextEditor::Command *p = queryCommand(cmd); in executeCommand()
381 KTextEditor::Command *CommandMode::queryCommand(const QString &cmd) const in queryCommand() function in CommandMode
/dports/www/fabio/fabio-1.5.14/vendor/github.com/hashicorp/serf/serf-0.7.0/client/
H A Dconst.go30 queryCommand = "query" const
/dports/sysutils/terraform/terraform-1.0.11/vendor/github.com/hashicorp/serf/client/
H A Dconst.go30 queryCommand = "query" const
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/github.com/hashicorp/serf/client/
H A Dconst.go31 queryCommand = "query" const
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/hashicorp/serf/client/
H A Dconst.go31 queryCommand = "query" const
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/hashicorp/serf/client/
H A Dconst.go31 queryCommand = "query" const
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/serf/client/
H A Dconst.go31 queryCommand = "query" const
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/hashicorp/serf/client/
H A Dconst.go31 queryCommand = "query" const
/dports/sysutils/serf/serf-0.8.5/client/
H A Dconst.go31 queryCommand = "query" const
/dports/devel/kf5-ktexteditor/ktexteditor-5.89.0/src/include/ktexteditor/
H A Deditor.h287 virtual Command *queryCommand(const QString &cmd) const = 0;
/dports/devel/kf5-ktexteditor/ktexteditor-5.89.0/src/script/
H A Dkatescriptview.cpp136 const auto cmd = KTextEditor::EditorPrivate::self()->queryCommand(command); in executeCommand()
H A Dkatescriptaction.cpp43 KTextEditor::Command *p = KateCmd::self()->queryCommand(m_command); in exec()

123