Home
last modified time | relevance | path

Searched refs:queue_command (Results 1 – 25 of 34) sorted by relevance

12

/dports/security/py-txtorcon/txtorcon-21.1.0/txtorcon/
H A Dtorcontrolprotocol.py461 d = self.queue_command('GETCONF %s' % ' '.join(args))
483 d = self.queue_command('GETCONF {}'.format(key))
524 return self.queue_command('SETCONF ' + args)
537 return self.queue_command('SIGNAL %s' % nm)
621 return self.queue_command("PROTOCOLINFO 1")
635 return self.queue_command(b'AUTHENTICATE ' + phrase)
646 return self.queue_command('QUIT')
648 def queue_command(self, cmd, arg=None): member in TorControlProtocol
870 d = self.queue_command(cmd)
889 d = self.queue_command('AUTHENTICATE')
[all …]
H A Dtorstate.py497 return self.protocol.queue_command(cmd)
520 return self.protocol.queue_command(
717 d = self.protocol.queue_command(cmd)
766 return self.protocol.queue_command(
787 return self.protocol.queue_command(
H A Dtestutil.py37 def queue_command(self, cmd): member in FakeControlProtocol
H A Donion.py601 raw_res = yield config.tor_protocol.queue_command(cmd)
827 res = yield self._config.tor_protocol.queue_command(cmd)
940 res = yield self._config.tor_protocol.queue_command(cmd)
H A Dcontroller.py1410 yield self.tor_protocol.queue_command('TAKEOWNERSHIP')
1411 yield self.tor_protocol.queue_command('RESETCONF __OwningControllerProcess')
H A Dtorconfig.py477 ans = yield protocol.queue_command(cmd)
495 r = yield protocol.queue_command('DEL_ONION %s' % self.hostname[:-6])
/dports/devel/py-urwid/urwid-2.1.2/urwid/
H A Dlcd_display.py393 def queue_command(self, command, data): member in CF635Screen
414 self.queue_command(self.CMD_LCD_DATA, chr(0) + chr(y) +
424 self.queue_command(self.CMD_CURSOR_STYLE, chr(self.CURSOR_NONE))
427 self.queue_command(self.CMD_CURSOR_POSITION, chr(x) + chr(y))
428 self.queue_command(self.CMD_CURSOR_STYLE, chr(self.cursor_style))
446 self.queue_command(self.CMD_CGRAM, chr(index) +
466 self.queue_command(self.CMD_BACKLIGHT, chr(value))
473 self.queue_command(self.CMD_LCD_CONTRAST, chr(value))
484 self.queue_command(self.CMD_GPO, chr(12 - 2 * led - rg) +
/dports/security/snort3/snort3-3.1.19.0/src/
H A Dmain.cc130 bool queue_command(AnalyzerCommand*, bool orphan = false);
211 bool Pig::queue_command(AnalyzerCommand* ac, bool orphan) in queue_command() function in Pig
316 if (pigs[idx].queue_command(ac)) in main_broadcast_command()
329 if (!pigs[target].queue_command(ac)) in main_unicast_command()
979 pig.queue_command(new ACStart(), true); in handle()
1004 pig.queue_command(new ACRun(paused), true); in handle()
/dports/irc/ezbounce/ezbounce-1.99.15/src/commands/
H A Dincoming.cc310 queue_command("MODE %s\r\n", chan); in CMDFUNC()
314 queue_command("WHO %s\r\n", chan); in CMDFUNC()
435 queue_command("JOIN :%s\r\n", chan); in CMDFUNC()
685 queue_command("JOIN %s %s\r\n", target.c_str(), key.c_str());
/dports/security/py-txtorcon/txtorcon-21.1.0/test/
H A Dtest_onion.py928 proto.queue_command = Mock(return_value="PrivateKey=blam\nServiceID=ohai")
937 proto.queue_command = Mock(return_value="ServiceID=ohai")
946 proto.queue_command = Mock(return_value=defer.succeed("PrivateKey=blam\nServiceID=ohai\n"))
966 proto.queue_command = Mock(return_value="OK")
975 proto.queue_command = Mock(return_value="it's not ok")
986 proto.queue_command = Mock(return_value=defer.succeed("PrivateKey=seekrit\nServiceID=42\n"))
1012 proto.queue_command = Mock(return_value=defer.succeed("PrivateKey=seekrit\nServiceID=42\n"))
H A Dtest_controller.py173 self.protocol.queue_command = self._fake_queue
444 tpp.queue_command = self._fake_queue
682 tpp.queue_command = fake_queue
1365 … proto.queue_command = Mock(return_value="ServiceID=deadbeef\nPrivateKey=BlobbyMcBlobberson")
1423 proto.queue_command = Mock(return_value="OK")
H A Dtest_torconfig.py1588 proto.queue_command = Mock(return_value="PrivateKey=blam\nServiceID=ohai")
1597 proto.queue_command = Mock(return_value="ServiceID=ohai")
1619 proto.queue_command = Mock(return_value="OK")
1628 proto.queue_command = Mock(return_value="it's not ok")
H A Dtest_torcontrolprotocol.py277 d0 = self.protocol.queue_command("some command0")
278 d1 = self.protocol.queue_command("some command1")
H A Dtest_circuit.py34 queue_command = Mock() variable in FakeTorController
/dports/net-p2p/uhub/uhub-a8ee6e7/doc/
H A Duhub.dot43 "route_to_user()" -> "queue_command()"
/dports/games/wesnoth/wesnoth-1.14.17/src/hotkey/
H A Dcommand_executor.hpp138 void queue_command(const SDL_Event& event, int index = -1);
H A Dcommand_executor.cpp579 executor->queue_command(event); in event_queue()
582 void command_executor::queue_command(const SDL_Event& event, int index) in queue_command() function in hotkey::command_executor
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/usb/host/
H A Dxhci-ring.c61 static int queue_command(struct xhci_hcd *xhci, struct xhci_command *cmd,
658 ret = queue_command(xhci, cmd, in xhci_move_dequeue_past_td()
4243 static int queue_command(struct xhci_hcd *xhci, struct xhci_command *cmd, in queue_command() function
4288 return queue_command(xhci, cmd, 0, 0, 0, in xhci_queue_slot_control()
4296 return queue_command(xhci, cmd, lower_32_bits(in_ctx_ptr), in xhci_queue_address_device()
4305 return queue_command(xhci, cmd, field1, field2, field3, field4, false); in xhci_queue_vendor_command()
4312 return queue_command(xhci, cmd, 0, 0, 0, in xhci_queue_reset_device()
4322 return queue_command(xhci, cmd, lower_32_bits(in_ctx_ptr), in xhci_queue_configure_endpoint()
4332 return queue_command(xhci, cmd, lower_32_bits(in_ctx_ptr), in xhci_queue_evaluate_context()
4350 return queue_command(xhci, cmd, 0, 0, 0, in xhci_queue_stop_endpoint()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/usb/host/
H A Dxhci-ring.c61 static int queue_command(struct xhci_hcd *xhci, struct xhci_command *cmd,
658 ret = queue_command(xhci, cmd, in xhci_move_dequeue_past_td()
4243 static int queue_command(struct xhci_hcd *xhci, struct xhci_command *cmd, in queue_command() function
4288 return queue_command(xhci, cmd, 0, 0, 0, in xhci_queue_slot_control()
4296 return queue_command(xhci, cmd, lower_32_bits(in_ctx_ptr), in xhci_queue_address_device()
4305 return queue_command(xhci, cmd, field1, field2, field3, field4, false); in xhci_queue_vendor_command()
4312 return queue_command(xhci, cmd, 0, 0, 0, in xhci_queue_reset_device()
4322 return queue_command(xhci, cmd, lower_32_bits(in_ctx_ptr), in xhci_queue_configure_endpoint()
4332 return queue_command(xhci, cmd, lower_32_bits(in_ctx_ptr), in xhci_queue_evaluate_context()
4350 return queue_command(xhci, cmd, 0, 0, 0, in xhci_queue_stop_endpoint()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/usb/host/
H A Dxhci-ring.c61 static int queue_command(struct xhci_hcd *xhci, struct xhci_command *cmd,
658 ret = queue_command(xhci, cmd, in xhci_move_dequeue_past_td()
4243 static int queue_command(struct xhci_hcd *xhci, struct xhci_command *cmd, in queue_command() function
4288 return queue_command(xhci, cmd, 0, 0, 0, in xhci_queue_slot_control()
4296 return queue_command(xhci, cmd, lower_32_bits(in_ctx_ptr), in xhci_queue_address_device()
4305 return queue_command(xhci, cmd, field1, field2, field3, field4, false); in xhci_queue_vendor_command()
4312 return queue_command(xhci, cmd, 0, 0, 0, in xhci_queue_reset_device()
4322 return queue_command(xhci, cmd, lower_32_bits(in_ctx_ptr), in xhci_queue_configure_endpoint()
4332 return queue_command(xhci, cmd, lower_32_bits(in_ctx_ptr), in xhci_queue_evaluate_context()
4350 return queue_command(xhci, cmd, 0, 0, 0, in xhci_queue_stop_endpoint()
[all …]
/dports/irc/ezbounce/ezbounce-1.99.15/include/
H A Dconn.h205 void queue_command(const char * format, ...);
/dports/devel/cgit/cgit-1.2.3/git/builtin/
H A Dreceive-pack.c1533 static struct command **queue_command(struct command **tail, in queue_command() function
1575 tail = queue_command(tail, boc, eol ? eol - boc : eoc - boc); in queue_commands_from_cert()
1642 p = queue_command(p, reader->line, linelen); in read_head_info()
/dports/www/flexget/Flexget-3.2.18/flexget/components/irc/
H A Dirc.py454 self.schedule.queue_command(
677 self.schedule.queue_command(1, partial(self.process_message, nickname, channel))
/dports/devel/git-svn/git-2.34.1/builtin/
H A Dreceive-pack.c2016 static struct command **queue_command(struct command **tail, in queue_command() function
2058 tail = queue_command(tail, boc, eol ? eol - boc : eoc - boc); in queue_commands_from_cert()
2143 p = queue_command(p, reader->line, linelen); in read_head_info()
/dports/devel/git-p4/git-2.34.1/builtin/
H A Dreceive-pack.c2016 static struct command **queue_command(struct command **tail, in queue_command() function
2058 tail = queue_command(tail, boc, eol ? eol - boc : eoc - boc); in queue_commands_from_cert()
2143 p = queue_command(p, reader->line, linelen); in read_head_info()

12