Home
last modified time | relevance | path

Searched refs:onCommand (Results 1 – 25 of 373) sorted by relevance

12345678910>>...15

/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/s/query/
H A Destablish_cursors_test.cpp127 onCommand([this](const RemoteCommandRequest& request) { in TEST_F()
373 onCommand([&](const RemoteCommandRequest& request) { in TEST_F()
388 onCommand([&](const RemoteCommandRequest& request) { in TEST_F()
420 onCommand([&](const RemoteCommandRequest& request) { in TEST_F()
435 onCommand([&](const RemoteCommandRequest& request) { in TEST_F()
466 onCommand([&](const RemoteCommandRequest& request) { in TEST_F()
481 onCommand([&](const RemoteCommandRequest& request) { in TEST_F()
490 onCommand([&](const RemoteCommandRequest& request) { in TEST_F()
522 onCommand([&](const RemoteCommandRequest& request) { in TEST_F()
537 onCommand([&](const RemoteCommandRequest& request) { in TEST_F()
[all …]
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/s/catalog/
H A Ddist_lock_catalog_impl_test.cpp128 onCommand([](const RemoteCommandRequest& request) -> StatusWith<BSONObj> { in TEST_F()
180 onCommand([](const RemoteCommandRequest& request) -> StatusWith<BSONObj> { in TEST_F()
198 onCommand([](const RemoteCommandRequest& request) -> StatusWith<BSONObj> { in TEST_F()
216 onCommand([](const RemoteCommandRequest& request) -> StatusWith<BSONObj> { in TEST_F()
237 onCommand([](const RemoteCommandRequest& request) -> StatusWith<BSONObj> { in TEST_F()
258 onCommand([](const RemoteCommandRequest& request) -> StatusWith<BSONObj> { in TEST_F()
278 onCommand([](const RemoteCommandRequest& request) -> StatusWith<BSONObj> { in TEST_F()
326 onCommand([](const RemoteCommandRequest& request) -> StatusWith<BSONObj> { in TEST_F()
382 onCommand([](const RemoteCommandRequest& request) -> StatusWith<BSONObj> { in TEST_F()
434 onCommand([](const RemoteCommandRequest& request) -> StatusWith<BSONObj> { in TEST_F()
[all …]
H A Dsharding_catalog_write_retry_test.cpp96 onCommand([&](const RemoteCommandRequest& request) { in TEST_F()
102 onCommand([&](const RemoteCommandRequest& request) { in TEST_F()
128 onCommand([&](const RemoteCommandRequest& request) { in TEST_F()
134 onCommand([&](const RemoteCommandRequest& request) { in TEST_F()
140 onCommand([&](const RemoteCommandRequest& request) { in TEST_F()
163 onCommand([&](const RemoteCommandRequest& request) { in TEST_F()
169 onCommand([&](const RemoteCommandRequest& request) { in TEST_F()
201 onCommand([&](const RemoteCommandRequest& request) { in TEST_F()
207 onCommand([&](const RemoteCommandRequest& request) { in TEST_F()
239 onCommand([&](const RemoteCommandRequest& request) { in TEST_F()
[all …]
H A Dsharding_catalog_drop_coll_test.cpp224 onCommand([this](const RemoteCommandRequest& request) { in TEST_F()
237 onCommand([this](const RemoteCommandRequest& request) { in TEST_F()
310 onCommand([this](const RemoteCommandRequest& request) { in TEST_F()
332 onCommand([](const RemoteCommandRequest& request) { in TEST_F()
379 onCommand([this](const RemoteCommandRequest& request) { in TEST_F()
402 onCommand([](const RemoteCommandRequest& request) { in TEST_F()
425 onCommand([](const RemoteCommandRequest& request) { in TEST_F()
451 onCommand([](const RemoteCommandRequest& request) { in TEST_F()
505 onCommand([](const RemoteCommandRequest& request) { in TEST_F()
562 onCommand([](const RemoteCommandRequest& request) { in TEST_F()
[all …]
H A Dsharding_catalog_create_database_test.cpp110 onCommand([&](const RemoteCommandRequest& request) { in TEST_F()
125 onCommand([&](const RemoteCommandRequest& request) { in TEST_F()
140 onCommand([&](const RemoteCommandRequest& request) { in TEST_F()
/dports/devel/pear-Structures_DataGrid_Renderer_XUL/Structures_DataGrid_Renderer_XUL-0.1.3/DataGrid/Renderer/
H A DXUL.php167 $onCommand = "oncommand=\"$handler\"";
169 $onCommand =
176 $onCommand = '';
182 "$sortDirection $onCommand />\n";
/dports/net/tigervnc-server/tigervnc-1.12.0/win/vncconfig/
H A DConnections.h112 onCommand(IDC_RFB_ENABLE, EN_CHANGE); in initDialog()
114 bool onCommand(int id, int cmd) { in onCommand() function
153 onCommand(IDC_HOSTS, EN_CHANGE); in onCommand()
183 onCommand(IDC_HOSTS, EN_CHANGE); in onCommand()
199 onCommand(IDC_HOSTS, EN_CHANGE); in onCommand()
212 onCommand(IDC_HOSTS, EN_CHANGE); in onCommand()
221 onCommand(IDC_HOSTS, EN_CHANGE); in onCommand()
H A DAuthentication.h56 onCommand(IDC_AUTH_NONE, 0); in initDialog()
59 bool onCommand(int id, int cmd) { in onCommand() function
60 SecurityPage::onCommand(id, cmd); in onCommand()
H A DHooking.h40 onCommand(IDC_USEHOOKS, 0); in initDialog()
42 bool onCommand(int id, int cmd) { in onCommand() function
/dports/net/tigervnc-viewer/tigervnc-1.12.0/win/vncconfig/
H A DConnections.h112 onCommand(IDC_RFB_ENABLE, EN_CHANGE); in initDialog()
114 bool onCommand(int id, int cmd) { in onCommand() function
153 onCommand(IDC_HOSTS, EN_CHANGE); in onCommand()
183 onCommand(IDC_HOSTS, EN_CHANGE); in onCommand()
199 onCommand(IDC_HOSTS, EN_CHANGE); in onCommand()
212 onCommand(IDC_HOSTS, EN_CHANGE); in onCommand()
221 onCommand(IDC_HOSTS, EN_CHANGE); in onCommand()
H A DAuthentication.h56 onCommand(IDC_AUTH_NONE, 0); in initDialog()
59 bool onCommand(int id, int cmd) { in onCommand() function
60 SecurityPage::onCommand(id, cmd); in onCommand()
H A DHooking.h40 onCommand(IDC_USEHOOKS, 0); in initDialog()
42 bool onCommand(int id, int cmd) { in onCommand() function
/dports/www/domoticz/domoticz-2020.2/plugins/examples/
H A DBaseTemplate.py46 def onCommand(self, Unit, Command, Level, Hue): member in BasePlugin
77 def onCommand(Unit, Command, Level, Hue): function
79 _plugin.onCommand(Unit, Command, Level, Hue)
H A DMQTT Publish.py62 def onCommand(self, Unit, Command, Level, Hue): member in BasePlugin
99 def onCommand(Unit, Command, Level, Hue): function
101 _plugin.onCommand(Unit, Command, Level, Hue)
/dports/mail/thunderbird/thunderbird-91.8.0/comm/mail/components/customizableui/
H A DCustomizableWidgets.jsm185 onCommand(aEvent) {
194 onCommand(aEvent) {
205 onCommand(aEvent) {
213 onCommand(aEvent) {
235 onCommand(aEvent) {
382 onCommand(aEvent) {
389 onCommand(aEvent) {
398 onCommand(aEvent) {
418 onCommand(e) {
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/s/
H A Dsharding_test_fixture.cpp274 void ShardingTestFixture::onCommand(NetworkTestEnv::OnCommandFunction func) { in onCommand() function in mongo::ShardingTestFixture
275 _networkTestEnv->onCommand(func); in onCommand()
293 _networkTestEnvForPool->onCommand(func); in onCommandForPoolExecutor()
334 onCommand([&nss, &expected](const RemoteCommandRequest& request) { in expectInserts()
362 onCommand([&](const RemoteCommandRequest& request) { in expectConfigCollectionCreate()
386 onCommand([&](const RemoteCommandRequest& request) { in expectConfigCollectionInsert()
448 onCommand([&](const RemoteCommandRequest& request) { in expectUpdateCollection()
479 onCommand([&](const RemoteCommandRequest& request) { in expectSetShardVersion()
501 onCommand([&](const RemoteCommandRequest& request) { in expectCount()
/dports/www/firefox-esr/firefox-91.8.0/browser/components/customizableui/
H A DCustomizableWidgets.jsm238 onCommand(aEvent) {
247 onCommand(aEvent) {
258 onCommand(aEvent) {
266 onCommand(aEvent) {
288 onCommand(aEvent) {
435 onCommand(aEvent) {
442 onCommand(aEvent) {
486 onCommand(aEvent) {
517 onCommand(aEvent) {
605 onCommand(e) {
/dports/www/firefox/firefox-99.0/browser/components/customizableui/
H A DCustomizableWidgets.jsm238 onCommand(aEvent) {
256 onCommand(aEvent) {
267 onCommand(aEvent) {
275 onCommand(aEvent) {
297 onCommand(aEvent) {
444 onCommand(aEvent) {
451 onCommand(aEvent) {
495 onCommand(aEvent) {
535 onCommand(aEvent) {
624 onCommand(e) {
/dports/mail/thunderbird/thunderbird-91.8.0/browser/components/customizableui/
H A DCustomizableWidgets.jsm238 onCommand(aEvent) {
247 onCommand(aEvent) {
258 onCommand(aEvent) {
266 onCommand(aEvent) {
288 onCommand(aEvent) {
435 onCommand(aEvent) {
442 onCommand(aEvent) {
486 onCommand(aEvent) {
517 onCommand(aEvent) {
605 onCommand(e) {
/dports/deskutils/coolreader/coolreader-cr3.2.55/cr3gui/src/
H A Dbmkdlg.h46 virtual bool onCommand( int command, int params );
63 virtual bool onCommand( int command, int params );
/dports/lang/spidermonkey78/firefox-78.9.0/browser/modules/
H A DSelectionChangedMenulist.jsm14 constructor(menulist, onCommand) {
27 onCommand(lastEvent);
/dports/www/firefox/firefox-99.0/browser/modules/
H A DSelectionChangedMenulist.jsm14 constructor(menulist, onCommand) {
27 onCommand(lastEvent);
/dports/www/firefox-esr/firefox-91.8.0/browser/modules/
H A DSelectionChangedMenulist.jsm14 constructor(menulist, onCommand) {
27 onCommand(lastEvent);
/dports/mail/thunderbird/thunderbird-91.8.0/browser/modules/
H A DSelectionChangedMenulist.jsm14 constructor(menulist, onCommand) {
27 onCommand(lastEvent);
/dports/games/emptyepsilon/EmptyEpsilon-EE-2021.06.23/discordBot/
H A Dmain.py22 await self.onCommand(message.channel, args[0].lower(), args[1:])
38 async def onCommand(self, channel, command, args): member in MyClient

12345678910>>...15