Home
last modified time | relevance | path

Searched refs:_commands (Results 1 – 25 of 484) sorted by relevance

12345678910>>...20

/dports/devel/libepp-nicbr/libepp-nicbr-1.18/src/shepp/
H A DSheppCommandFunctions.H111 _commands.insert(_commands.end(), cmd); in init_commands()
113 _commands.insert(_commands.end(), cmd); in init_commands()
115 _commands.insert(_commands.end(), cmd); in init_commands()
117 _commands.insert(_commands.end(), cmd); in init_commands()
121 _commands.insert(_commands.end(), cmd); in init_commands()
123 _commands.insert(_commands.end(), cmd); in init_commands()
125 _commands.insert(_commands.end(), cmd); in init_commands()
127 _commands.insert(_commands.end(), cmd); in init_commands()
130 _commands.insert(_commands.end(), cmd); in init_commands()
134 _commands.insert(_commands.end(), cmd); in init_commands()
[all …]
/dports/emulators/mesen/Mesen-0.9.8-4-g4c701ad6/Core/
H A DDebugHud.cpp24 _commands.clear(); in ClearScreen()
30 for(unique_ptr<DrawCommand> &command : _commands) { in Draw()
33_commands.erase(std::remove_if(_commands.begin(), _commands.end(), [](const unique_ptr<DrawCommand… in Draw()
39 if(_commands.size() < DebugHud::MaxCommandCount) { in DrawPixel()
40_commands.push_back(unique_ptr<DrawPixelCommand>(new DrawPixelCommand(x, y, color, frameCount, sta… in DrawPixel()
47 if(_commands.size() < DebugHud::MaxCommandCount) { in DrawLine()
48_commands.push_back(unique_ptr<DrawLineCommand>(new DrawLineCommand(x, y, x2, y2, color, frameCoun… in DrawLine()
55 if(_commands.size() < DebugHud::MaxCommandCount) { in DrawRectangle()
63 if(_commands.size() < DebugHud::MaxCommandCount) { in DrawScreenBuffer()
64_commands.push_back(unique_ptr<DrawScreenBufferCommand>(new DrawScreenBufferCommand(screenBuffer, … in DrawScreenBuffer()
[all …]
/dports/mail/pear-Horde_Imap_Client/Horde_Imap_Client-2.29.18/lib/Horde/Imap/Client/Interaction/
H A DPipeline.php51 protected $_commands = array(); variable in Horde_Imap_Client_Interaction_Pipeline
92 $this->_commands = array($cmd->tag => $cmd) + $this->_commands;
94 $this->_commands[$cmd->tag] = $cmd;
113 if (isset($this->_commands[$resp->tag])) {
114 $cmd = $this->_commands[$resp->tag];
137 return isset($this->_commands[$tag])
138 ? $this->_commands[$tag]
148 return count($this->_commands);
157 return new ArrayIterator($this->_commands);
/dports/mail/nextcloud-mail/mail/vendor/pear-pear.horde.org/Horde_Imap_Client/Horde/Imap/Client/Interaction/
H A DPipeline.php51 protected $_commands = array(); variable in Horde_Imap_Client_Interaction_Pipeline
92 $this->_commands = array($cmd->tag => $cmd) + $this->_commands;
94 $this->_commands[$cmd->tag] = $cmd;
113 if (isset($this->_commands[$resp->tag])) {
114 $cmd = $this->_commands[$resp->tag];
137 return isset($this->_commands[$tag])
138 ? $this->_commands[$tag]
148 return count($this->_commands);
157 return new ArrayIterator($this->_commands);
/dports/deskutils/egroupware/egroupware/vendor/pear-pear.horde.org/Horde_Imap_Client/Horde/Imap/Client/Interaction/
H A DPipeline.php51 protected $_commands = array(); variable in Horde_Imap_Client_Interaction_Pipeline
92 $this->_commands = array($cmd->tag => $cmd) + $this->_commands;
94 $this->_commands[$cmd->tag] = $cmd;
113 if (isset($this->_commands[$resp->tag])) {
114 $cmd = $this->_commands[$resp->tag];
137 return isset($this->_commands[$tag])
138 ? $this->_commands[$tag]
148 return count($this->_commands);
157 return new ArrayIterator($this->_commands);
/dports/sysutils/ldap-account-manager/ldap-account-manager-7.3/lib/3rdParty/composer/pear-pear.horde.org/Horde_Imap_Client/Horde/Imap/Client/Interaction/
H A DPipeline.php51 protected $_commands = array(); variable in Horde_Imap_Client_Interaction_Pipeline
92 $this->_commands = array($cmd->tag => $cmd) + $this->_commands;
94 $this->_commands[$cmd->tag] = $cmd;
113 if (isset($this->_commands[$resp->tag])) {
114 $cmd = $this->_commands[$resp->tag];
137 return isset($this->_commands[$tag])
138 ? $this->_commands[$tag]
148 return count($this->_commands);
157 return new ArrayIterator($this->_commands);
/dports/www/moodle39/moodle/lib/horde/framework/Horde/Imap/Client/Interaction/
H A DPipeline.php51 protected $_commands = array(); variable in Horde_Imap_Client_Interaction_Pipeline
92 $this->_commands = array($cmd->tag => $cmd) + $this->_commands;
94 $this->_commands[$cmd->tag] = $cmd;
113 if (isset($this->_commands[$resp->tag])) {
114 $cmd = $this->_commands[$resp->tag];
137 return isset($this->_commands[$tag])
138 ? $this->_commands[$tag]
148 return count($this->_commands);
157 return new ArrayIterator($this->_commands);
/dports/www/moodle310/moodle/lib/horde/framework/Horde/Imap/Client/Interaction/
H A DPipeline.php51 protected $_commands = array(); variable in Horde_Imap_Client_Interaction_Pipeline
92 $this->_commands = array($cmd->tag => $cmd) + $this->_commands;
94 $this->_commands[$cmd->tag] = $cmd;
113 if (isset($this->_commands[$resp->tag])) {
114 $cmd = $this->_commands[$resp->tag];
137 return isset($this->_commands[$tag])
138 ? $this->_commands[$tag]
148 return count($this->_commands);
157 return new ArrayIterator($this->_commands);
/dports/www/moodle311/moodle/lib/horde/framework/Horde/Imap/Client/Interaction/
H A DPipeline.php51 protected $_commands = array(); variable in Horde_Imap_Client_Interaction_Pipeline
92 $this->_commands = array($cmd->tag => $cmd) + $this->_commands;
94 $this->_commands[$cmd->tag] = $cmd;
113 if (isset($this->_commands[$resp->tag])) {
114 $cmd = $this->_commands[$resp->tag];
137 return isset($this->_commands[$tag])
138 ? $this->_commands[$tag]
148 return count($this->_commands);
157 return new ArrayIterator($this->_commands);
/dports/devel/py-clikit/clikit-0.6.2/src/clikit/api/command/
H A Dcommand_collection.py18 self._commands = OrderedDict()
28 self._commands[name] = command
40 if name in self._commands:
41 return self._commands[name]
44 return self._commands[self._short_name_index[name]]
47 return self._commands[self._alias_index[name]]
52 return not self._commands
55 names = list(self._commands.keys())
66 name in self._commands
72 return iter(self._commands.values())
[all …]
/dports/news/pan/pan-0.145/pan/tasks/
H A Dnntp.cc324 assert (!_commands.empty()); in write_next_command()
329 _previous_command = _commands.front (); in write_next_command()
330 _commands.pop_front (); in write_next_command()
343 _commands.push_back ("HELP \r\n"); in help()
405 _commands.push_back ("LIST\r\n"); in list()
510 _commands.push_back ("QUIT\r\n"); in goodbye()
523 _commands.push_back (""); in handshake()
527 _commands.push_back (buf); in handshake()
529 _commands.push_back ("MODE READER\r\n"); in handshake()
538 _commands.push_back ("MODE READER\r\n"); in noop()
[all …]
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/mellanox/onyx/plugins/modules/
H A Donyx_username.py217 self._commands.append("username {0} full-name {1}".format(username, full_name))
222 self._commands.append("no username {0} disable".format(username))
224 self._commands.append("username {0} disable".format(username))
226 self._commands.append("username {0} disable {1}".format(username, disabled))
230 self._commands.append("no username {0}".format(username))
234 self._commands.append("username {0} capability {1}".format(username, capability))
238 self._commands.append("no username {0} capability".format(username))
246 self._commands.append("username {0} password {1}".format(username, password))
250 self._commands.append("username {0} nopassword".format(username))
254 self._commands.append("username {0} disconnect".format(username))
[all …]
H A Donyx_snmp.py309 self._commands.append('snmp-server enable')
311 self._commands.append('no snmp-server enable')
325 self._commands.append('snmp-server location {0}' .format(location))
333 self._commands.append('snmp-server enable communities')
335 self._commands.append('no snmp-server enable communities')
364 self._commands.append('snmp-server engineID reset')
371 self._commands.append('snmp-server enable mult-communities')
373 self._commands.append('no snmp-server enable mult-communities')
380 self._commands.append('snmp-server enable notify')
382 self._commands.append('no snmp-server enable notify')
[all …]
H A Donyx_snmp_users.py215 … self._commands.append('snmp-server user {0} v3 enable' .format(user_id))
217 … self._commands.append('no snmp-server user {0} v3 enable' .format(user_id))
222 … self._commands.append('snmp-server user {0} v3 enable sets' .format(user_id))
229 … self._commands.append('snmp-server user {0} v3 auth {1} {2}'
234 … self._commands.append('snmp-server user {0} v3 capability {1}'
248 … self._commands.append('snmp-server user {0} v3 enable' .format(user_id))
250 … self._commands.append('no snmp-server user {0} v3 enable' .format(user_id))
254 … self._commands.append('snmp-server user {0} v3 enable sets' .format(user_id))
256 … self._commands.append('no snmp-server user {0} v3 enable sets' .format(user_id))
262 … self._commands.append('snmp-server user {0} v3 require-privacy' .format(user_id))
[all …]
H A Donyx_ntp_servers_peers.py229 self._commands.append('no ntp {0} {1}' .format(option, peer_name))
234 … self._commands.append('no ntp {0} {1} disable' .format(option, peer_name))
236 … self._commands.append('ntp {0} {1} disable' .format(option, peer_name))
245 … self._commands.append('ntp {0} {1} keyID {2}' .format(option, peer_name, peer_key))
251 … self._commands.append('ntp {0} {1} trusted-enable' .format(option, peer_name))
260 … self._commands.append('no ntp {0} {1} disable' .format(option, peer_name))
262 … self._commands.append('ntp {0} {1} disable' .format(option, peer_name))
264 self._commands.append('ntp {0} {1} disable' .format(option, peer_name))
266 … self._commands.append('ntp {0} {1} version {2}' .format(option, peer_name, peer_version))
268 … self._commands.append('ntp {0} {1} keyID {2}' .format(option, peer_name, peer_key))
[all …]
H A Donyx_snmp_hosts.py266 self._commands.append('no snmp-server host {0}' .format(host_id))
271 self._commands.append('no snmp-server host {0} disable' .format(host_id))
273 self._commands.append('snmp-server host {0} disable' .format(host_id))
309 self._commands.append('snmp-server host {0} {1}s port {2} version {3}'
315 self._commands.append('snmp-server host {0} {1}s port {2}'
342 … self._commands.append('snmp-server host {0} {1}s version {2}' .format(host_id,
363 self._commands.append('no snmp-server host {0} disable' .format(host_id))
365 self._commands.append('snmp-server host {0} disable' .format(host_id))
380 … self._commands.append('snmp-server host {0} {1}s port {2} version {3}' .format(host_id,
383 self._commands.append('snmp-server host {0} {1}s port {2}' .format(host_id,
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/depot_tools/tests/
H A Dgit_drover_test.py50 self._commands = []
160 self._commands)
191 self._commands)
223 self._commands = []
238 self._commands = []
245 self._commands = []
250 self._commands)
263 self._commands = []
267 self._commands = []
285 self._commands = []
[all …]
/dports/print/texlive-base/texlive-20150521-source/texk/dvisvgm/dvisvgm-1.9.2/src/
H A DGraphicPath.h110 _commands.clear(); in clear()
115 return _commands.empty(); in empty()
120 return _commands.size(); in size()
125 _commands.insert(_commands.begin(), path._commands.begin(), path._commands.end()); in prepend()
134 if (_commands.empty() || _commands.back().type != Command::MOVETO) in moveto()
137 _commands.back().params[0] = p; in moveto()
170 return _commands; in commands()
189 if (!_commands.empty() && _commands.back().type != Command::CLOSEPATH) in closeOpenSubPaths()
303 FORALL(_commands, Iterator, it) in transform()
310 std::vector<Command> _commands;
[all …]
/dports/net-p2p/deluge-cli/deluge-2.0.3/deluge/ui/console/cmdline/commands/
H A Dhelp.py34 self._commands = self.console._commands
39 cmd = self._commands[arg]
52 for cmd in sorted(self._commands):
53 if cmd in self._commands[cmd].aliases:
55 parser = self._commands[cmd].create_parser()
58 + '%-9s' % self._commands[cmd].name_with_alias
60 + self._commands[cmd].__doc__
74 return [x for x in component.get('ConsoleUI')._commands if x.startswith(line)]
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/endpoints/mod_khomp/include/
H A Dcli.h207 _commands.push_back(this); in CommandXMLOutput()
228 _commands.push_back(this); in _KhompShowCalls()
252 _commands.push_back(this); in _KhompChannelsDisconnect()
279 _commands.push_back(this); in _KhompChannelsUnblock()
316 _commands.push_back(this); in _KhompShowStatistics()
353 _commands.push_back(this); in _KhompShowChannels()
396 _commands.push_back(this); in _KhompShowLinks()
424 _commands.push_back(this); in _KhompClearLinks()
449 _commands.push_back(this); in _KhompClearStatistics()
472 _commands.push_back(this); in _KhompResetLinks()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Design/System.ComponentModel.Design/
H A DMenuCommandService.cs47 private Dictionary <CommandID, MenuCommand> _commands; field in System.ComponentModel.Design.MenuCommandService
79 if (_commands == null) in AddCommand()
81 _commands.Add (command.CommandID, command); in AddCommand()
114 if (_commands != null) { in Dispose()
115 _commands.Clear (); in Dispose()
116 _commands = null; in Dispose()
174 if (_commands != null) in FindCommand()
175 _commands.TryGetValue (commandID, out command); in FindCommand()
191 if (_commands != null) { in GetCommandList()
236 if (_commands != null) in RemoveCommand()
[all …]
/dports/devel/codeworker/CodeWorker4_5_3/
H A DGrfBlock.cpp51 for (std::vector<GrfCommand*>::iterator i = _commands.begin(); i != _commands.end(); i++) { in clear()
87 _commands.push_back(pCommand); in add()
91 _commands[i] = pCommand; in setCommand()
96 while (!_commands.empty()) { in moveCommands()
100 _commands.pop_back(); in moveCommands()
105 for (std::vector<GrfCommand*>::iterator i = _commands.begin(); i != _commands.end(); i++) { in removeCommand()
108 _commands.erase(i); in removeCommand()
328 for (std::vector<GrfCommand*>::iterator i = _commands.begin(); i != _commands.end(); i++) in executeInternal()
331 for (std::vector<GrfCommand*>::iterator i = _commands.begin(); i != _commands.end(); i++) in executeInternal()
384 for (i = _commands.begin(); i != _commands.end(); i++) { in compileCpp()
[all …]
/dports/cad/py-ezdxf/ezdxf-0.16.3/src/ezdxf/path/
H A Dpath.py32 return len(self._commands)
35 return self._commands[item]
38 return iter(self._commands)
44 copy._commands = list(self._commands)
58 if len(self._commands):
66 if self._commands:
67 return self._commands[-1].end
108 self._commands.append(Curve4To(
203 if not self._commands:
209 for cmd in self._commands:
[all …]
/dports/www/py-selenium/selenium-3.141.0/selenium/webdriver/firefox/
H A Dremote_connection.py25 self._commands["GET_CONTEXT"] = ('GET', '/session/$sessionId/moz/context')
26 self._commands["SET_CONTEXT"] = ("POST", "/session/$sessionId/moz/context")
27 self._commands["ELEMENT_GET_ANONYMOUS_CHILDREN"] = \
29 self._commands["ELEMENT_FIND_ANONYMOUS_ELEMENTS_BY_ATTRIBUTE"] = \
31 self._commands["INSTALL_ADDON"] = \
33 self._commands["UNINSTALL_ADDON"] = \
/dports/devel/simgear/simgear-2020.3.11/simgear/structure/
H A Dcommands.cxx38 command_map _commands; member in SGCommandMgr::Private
81 if (d->_commands.find(name) != d->_commands.end()) in addCommandObject()
84 d->_commands[name] = command; in addCommandObject()
90 const auto it = d->_commands.find(name); in getCommand()
91 return (it != d->_commands.end() ? it->second : nullptr); in getCommand()
98 auto it = d->_commands.begin(); in getCommandNames()
99 auto last = d->_commands.end(); in getCommandNames()
169 auto it = d->_commands.find(name); in removeCommand()
170 if (it == d->_commands.end()) in removeCommand()
174 d->_commands.erase(it); in removeCommand()

12345678910>>...20