Home
last modified time | relevance | path

Searched refs:commandList (Results 1 – 25 of 707) sorted by path

12345678910>>...29

/dports/accessibility/sctd/sctd-0.2.0/cargo-crates/winapi-0.3.8/src/um/
H A Dd2d1_1.rs407 commandList: *const ID2D1CommandList,
637 commandList: *mut *mut ID2D1CommandList,
/dports/accessibility/wl-gammarelay-rs/wl-gammarelay-rs-0.2.1/cargo-crates/winapi-0.3.9/src/um/
H A Dd2d1_1.rs407 commandList: *const ID2D1CommandList,
637 commandList: *mut *mut ID2D1CommandList,
/dports/audio/ardour6/Ardour-6.8.0/libs/vst3/pslextensions/
H A Dipslhostcommands.h71 …virtual Steinberg::tresult PLUGIN_API popupCommandMenu (ICommandList* commandList, Steinberg::int3…
/dports/audio/ario/ario-1.6/src/lib/
H A Dlibmpdclient.c377 connection->commandList = 0; in mpd_newConnection()
471 if(!connection->doneProcessing && !connection->commandList) { in mpd_executeCommand()
511 if(!connection->commandList) connection->doneProcessing = 0; in mpd_executeCommand()
512 else if(connection->commandList == COMMAND_LIST_OK) { in mpd_executeCommand()
1660 if(connection->commandList) { in mpd_sendCommandListBegin()
1665 connection->commandList = COMMAND_LIST; in mpd_sendCommandListBegin()
1670 if(connection->commandList) { in mpd_sendCommandListOkBegin()
1675 connection->commandList = COMMAND_LIST_OK; in mpd_sendCommandListOkBegin()
1681 if(!connection->commandList) { in mpd_sendCommandListEnd()
1686 connection->commandList = 0; in mpd_sendCommandListEnd()
H A Dlibmpdclient.h157 int commandList; member
/dports/audio/cantata/cantata-2.4.2/gui/
H A Dcustomactions.h51 const QList<Command> & commandList() const { return commands; } in commandList() function
H A Dcustomactionssettings.cpp138 for (const CustomActions::Command &cmd: CustomActions::self()->commandList()) { in load()
/dports/audio/gbemol/gbemol-0.3.2/src/
H A Dlibmpdclient.c355 connection->commandList = 0; in mpd_newConnection()
439 if(!connection->doneProcessing && !connection->commandList) { in mpd_executeCommand()
479 if(!connection->commandList) connection->doneProcessing = 0; in mpd_executeCommand()
480 else if(connection->commandList == COMMAND_LIST_OK) { in mpd_executeCommand()
1607 if(connection->commandList) { in mpd_sendCommandListBegin()
1612 connection->commandList = COMMAND_LIST; in mpd_sendCommandListBegin()
1617 if(connection->commandList) { in mpd_sendCommandListOkBegin()
1622 connection->commandList = COMMAND_LIST_OK; in mpd_sendCommandListOkBegin()
1628 if(!connection->commandList) { in mpd_sendCommandListEnd()
1633 connection->commandList = 0; in mpd_sendCommandListEnd()
H A Dlibmpdclient.h125 int commandList; member
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/winapi-0.3.9/src/um/
H A Dd2d1_1.rs407 commandList: *const ID2D1CommandList,
637 commandList: *mut *mut ID2D1CommandList,
/dports/audio/kwave/kwave-21.12.3/kwave/
H A DFileContext.cpp343 QStringList macro = parse_list.commandList(); in executeCommand()
/dports/audio/kwave/kwave-21.12.3/libkwave/
H A DParser.h67 inline QStringList commandList() { return m_commands; } in commandList() function
/dports/audio/lewton/lewton-0.10.2/cargo-crates/winapi-0.3.8/src/um/
H A Dd2d1_1.rs407 commandList: *const ID2D1CommandList,
637 commandList: *mut *mut ID2D1CommandList,
/dports/audio/libmpd/libmpd-11.8.17/src/
H A Dlibmpdclient.c545 if(!connection->doneProcessing && !connection->commandList) { in mpd_executeCommand()
584 if(!connection->commandList) connection->doneProcessing = 0; in mpd_executeCommand()
585 else if(connection->commandList == COMMAND_LIST_OK) { in mpd_executeCommand()
1712 if(connection->commandList) { in mpd_sendCommandListBegin()
1717 connection->commandList = COMMAND_LIST; in mpd_sendCommandListBegin()
1722 if(connection->commandList) { in mpd_sendCommandListOkBegin()
1727 connection->commandList = COMMAND_LIST_OK; in mpd_sendCommandListOkBegin()
1733 if(!connection->commandList) { in mpd_sendCommandListEnd()
1738 connection->commandList = 0; in mpd_sendCommandListEnd()
H A Dlibmpdclient.h126 int commandList; member
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/winapi-0.3.9/src/um/
H A Dd2d1_1.rs407 commandList: *const ID2D1CommandList,
637 commandList: *mut *mut ID2D1CommandList,
/dports/audio/pms-devel/pms-c94e3c6/songlist/
H A Dqueue.go43 commandList := client.BeginCommandList()
44 if commandList == nil {
49 commandList.Add(song.StringTags["file"])
51 return commandList.End()
73 commandList := client.BeginCommandList()
74 if commandList == nil {
84 return commandList.End()
122 commandList := client.BeginCommandList()
123 if commandList == nil {
131 commandList.DeleteID(song.ID)
[all …]
/dports/audio/pms-devel/pms-c94e3c6/vendor/github.com/jessevdk/go-flags/
H A Dcommand.go394 type commandList []*Command type
396 func (c commandList) Less(i, j int) bool {
400 func (c commandList) Len() int {
404 func (c commandList) Swap(i, j int) {
409 ret := commandList(c.visibleCommands())
/dports/audio/pms/pms-0.42/src/
H A Dlibmpdclient.c419 connection->commandList = 0; in mpd_newConnection()
509 if(!connection->doneProcessing && !connection->commandList) { in mpd_executeCommand()
548 if(!connection->commandList) connection->doneProcessing = 0; in mpd_executeCommand()
549 else if(connection->commandList == COMMAND_LIST_OK) { in mpd_executeCommand()
1769 if(connection->commandList) { in mpd_sendCommandListBegin()
1774 connection->commandList = COMMAND_LIST; in mpd_sendCommandListBegin()
1779 if(connection->commandList) { in mpd_sendCommandListOkBegin()
1784 connection->commandList = COMMAND_LIST_OK; in mpd_sendCommandListOkBegin()
1790 if(!connection->commandList) { in mpd_sendCommandListEnd()
1795 connection->commandList = 0; in mpd_sendCommandListEnd()
H A Dlibmpdclient.h131 int commandList; member
/dports/audio/soundkonverter/soundkonverter-3.0.1/src/
H A Dconvert.cpp223 QStringList commandList; in convert() local
262 commandList.append( command.join(" ") ); in convert()
269 const QString command = commandList.join(" | "); in convert()
/dports/audio/spotify-tui/spotify-tui-0.25.0/cargo-crates/winapi-0.3.9/src/um/
H A Dd2d1_1.rs407 commandList: *const ID2D1CommandList,
637 commandList: *mut *mut ID2D1CommandList,
/dports/audio/spotifyd/spotifyd-0.3.0/cargo-crates/winapi-0.3.8/src/um/
H A Dd2d1_1.rs407 commandList: *const ID2D1CommandList,
637 commandList: *mut *mut ID2D1CommandList,
/dports/audio/surge-synthesizer-lv2/surge-release_1.9.0/vstgui.surge/vstgui/standalone/source/
H A Dapplication.cpp78 CommandList commandList; member in VSTGUI::Standalone::Detail::Application
251 for (auto& catList : commandList) in getCommandList()
289 for (auto& catList : commandList) in getCommandList()
336 return commandList; in getKeyCommandList()
348 for (auto& entry : commandList) in registerCommand()
363 commandList.push_back ({command.group, {c}}); in registerCommand()
/dports/audio/surge-synthesizer-lv2/surge-release_1.9.0/vstgui.surge/vstgui/standalone/source/platform/gdk/
H A Dgdkapplication.cpp150 auto commandList = Detail::getApplicationPlatformAccess ()->getCommandList (); in doCommandUpdate() local
151 for (auto& e : commandList) in doCommandUpdate()

12345678910>>...29