Home
last modified time | relevance | path

Searched defs:nowait (Results 1 – 25 of 793) sorted by relevance

12345678910>>...32

/dports/net/py-kombu/kombu-4.6.11/kombu/
H A Dentity.py280 def delete(self, if_unused=False, nowait=False): argument
347 def declare(self, channel, nowait=False): argument
352 def bind(self, entity, nowait=False, channel=None): argument
360 def unbind(self, entity, nowait=False, channel=None): argument
606 def declare(self, nowait=False, channel=None): argument
615 def _create_exchange(self, nowait=False, channel=None): argument
619 def _create_queue(self, nowait=False, channel=None): argument
624 def _create_bindings(self, nowait=False, channel=None): argument
663 def queue_bind(self, nowait=False, channel=None): argument
710 def purge(self, nowait=False): argument
[all …]
/dports/net/py-rabbitpy/rabbitpy-1.0.0/rabbitpy/
H A Damqp.py41 no_ack=False, exclusive=False, nowait=False, argument
90 def basic_cancel(self, consumer_tag='', nowait=False): argument
218 internal=False, nowait=False, arguments=None): argument
240 nowait=False): argument
254 routing_key='', nowait=False, arguments=None): argument
270 routing_key='', nowait=False, arguments=None): argument
286 nowait=False, arguments=None): argument
305 exclusive=False, auto_delete=False, nowait=False, argument
326 nowait=False): argument
341 def queue_purge(self, queue='', nowait=False): argument
/dports/net/py-amqp/amqp-2.6.1/amqp/
H A Dchannel.py617 def exchange_delete(self, exchange, if_unused=False, nowait=False, argument
666 nowait=False, arguments=None, argsig='BsssbF'): argument
744 nowait=False, arguments=None, argsig='BsssbF'): argument
827 nowait=False, arguments=None, argsig='BsssbF'): argument
932 nowait=False, arguments=None, argsig='BsssF'): argument
989 exclusive=False, auto_delete=True, nowait=False, argument
1153 if_unused=False, if_empty=False, nowait=False, argument
1227 def queue_purge(self, queue='', nowait=False, argsig='Bsb'): argument
1397 def basic_cancel(self, consumer_tag, nowait=False, argsig='sb'): argument
1463 no_ack=False, exclusive=False, nowait=False, argument
[all …]
/dports/net-mgmt/librenms/librenms-vendor-21.5.1/php-amqplib/php-amqplib/PhpAmqpLib/Helper/Protocol/
H A DProtocol091.php299 $nowait = false,
328 public function exchangeDelete($ticket = 0, $exchange = '', $if_unused = false, $nowait = false)
361 $nowait = false,
398 $nowait = false,
439 $nowait = false,
477 $nowait = false,
506 public function queuePurge($ticket = 0, $queue = '', $nowait = false)
534 …ction queueDelete($ticket = 0, $queue = '', $if_unused = false, $if_empty = false, $nowait = false)
626 $nowait = false,
654 public function basicCancel($consumer_tag, $nowait = false)
[all …]
H A DProtocol080.php305 $nowait = false,
334 public function exchangeDelete($ticket = 1, $exchange = '', $if_unused = false, $nowait = false)
371 $nowait = false,
409 $nowait = false,
438 public function queuePurge($ticket = 1, $queue = '', $nowait = false)
557 $nowait = false
583 public function basicCancel($consumer_tag, $nowait = false)
797 $nowait = false
823 public function fileCancel($consumer_tag, $nowait = false)
1014 $nowait = false
[all …]
/dports/net-mgmt/librenms/librenms-vendor-21.5.1/php-amqplib/php-amqplib/PhpAmqpLib/Channel/
H A DAMQPChannel.php369 $nowait = false,
418 $nowait = false,
463 $nowait = false,
512 $nowait = false,
557 $nowait = false,
652 $nowait = false,
706 …public function queue_delete($queue = '', $if_unused = false, $if_empty = false, $nowait = false, …
749 public function queue_purge($queue = '', $nowait = false, $ticket = null)
899 public function basic_cancel($consumer_tag, $nowait = false, $noreturn = false)
973 $nowait = false,
[all …]
/dports/net/py-amqplib/amqplib-1.0.2/amqplib/client_0_8/
H A Dchannel.py676 auto_delete=True, internal=False, nowait=False, argument
859 nowait=False, ticket=None): argument
965 nowait=False, arguments=None, ticket=None): argument
1108 nowait=False, arguments=None, ticket=None): argument
1195 exclusive=False, auto_delete=True, nowait=False, argument
1423 nowait=False, ticket=None): argument
1530 def queue_purge(self, queue='', nowait=False, ticket=None): argument
1745 def basic_cancel(self, consumer_tag, nowait=False): argument
1822 no_ack=False, exclusive=False, nowait=False, argument
/dports/databases/postgresql14-pltcl/postgresql-14.1/src/backend/commands/
H A Dlockcmds.c117 LockTableRecurse(Oid reloid, LOCKMODE lockmode, bool nowait) in LockTableRecurse()
170 bool nowait; /* no wait mode */ member
250 LockViewRecurse(Oid reloid, LOCKMODE lockmode, bool nowait, in LockViewRecurse()
/dports/databases/postgresql14-server/postgresql-14.1/src/backend/commands/
H A Dlockcmds.c117 LockTableRecurse(Oid reloid, LOCKMODE lockmode, bool nowait) in LockTableRecurse()
170 bool nowait; /* no wait mode */ member
250 LockViewRecurse(Oid reloid, LOCKMODE lockmode, bool nowait, in LockViewRecurse()
/dports/databases/postgresql14-contrib/postgresql-14.1/src/backend/commands/
H A Dlockcmds.c117 LockTableRecurse(Oid reloid, LOCKMODE lockmode, bool nowait) in LockTableRecurse()
170 bool nowait; /* no wait mode */ member
250 LockViewRecurse(Oid reloid, LOCKMODE lockmode, bool nowait, in LockViewRecurse()
/dports/databases/postgresql14-plperl/postgresql-14.1/src/backend/commands/
H A Dlockcmds.c117 LockTableRecurse(Oid reloid, LOCKMODE lockmode, bool nowait) in LockTableRecurse()
170 bool nowait; /* no wait mode */ member
250 LockViewRecurse(Oid reloid, LOCKMODE lockmode, bool nowait, in LockViewRecurse()
/dports/databases/postgresql14-plpython/postgresql-14.1/src/backend/commands/
H A Dlockcmds.c117 LockTableRecurse(Oid reloid, LOCKMODE lockmode, bool nowait) in LockTableRecurse()
170 bool nowait; /* no wait mode */ member
250 LockViewRecurse(Oid reloid, LOCKMODE lockmode, bool nowait, in LockViewRecurse()
/dports/databases/postgresql13-pltcl/postgresql-13.5/src/backend/commands/
H A Dlockcmds.c117 LockTableRecurse(Oid reloid, LOCKMODE lockmode, bool nowait) in LockTableRecurse()
170 bool nowait; /* no wait mode */ member
250 LockViewRecurse(Oid reloid, LOCKMODE lockmode, bool nowait, in LockViewRecurse()
/dports/databases/postgresql13-server/postgresql-13.5/src/backend/commands/
H A Dlockcmds.c117 LockTableRecurse(Oid reloid, LOCKMODE lockmode, bool nowait) in LockTableRecurse()
170 bool nowait; /* no wait mode */ member
250 LockViewRecurse(Oid reloid, LOCKMODE lockmode, bool nowait, in LockViewRecurse()
/dports/databases/postgresql14-client/postgresql-14.1/src/backend/commands/
H A Dlockcmds.c117 LockTableRecurse(Oid reloid, LOCKMODE lockmode, bool nowait) in LockTableRecurse()
170 bool nowait; /* no wait mode */ member
250 LockViewRecurse(Oid reloid, LOCKMODE lockmode, bool nowait, in LockViewRecurse()
/dports/databases/postgresql14-docs/postgresql-14.1/src/backend/commands/
H A Dlockcmds.c117 LockTableRecurse(Oid reloid, LOCKMODE lockmode, bool nowait) in LockTableRecurse()
170 bool nowait; /* no wait mode */ member
250 LockViewRecurse(Oid reloid, LOCKMODE lockmode, bool nowait, in LockViewRecurse()
/dports/databases/postgresql13-docs/postgresql-13.5/src/backend/commands/
H A Dlockcmds.c117 LockTableRecurse(Oid reloid, LOCKMODE lockmode, bool nowait) in LockTableRecurse()
170 bool nowait; /* no wait mode */ member
250 LockViewRecurse(Oid reloid, LOCKMODE lockmode, bool nowait, in LockViewRecurse()
/dports/databases/postgresql13-contrib/postgresql-13.5/src/backend/commands/
H A Dlockcmds.c117 LockTableRecurse(Oid reloid, LOCKMODE lockmode, bool nowait) in LockTableRecurse()
170 bool nowait; /* no wait mode */ member
250 LockViewRecurse(Oid reloid, LOCKMODE lockmode, bool nowait, in LockViewRecurse()
/dports/audio/tagtool/tagtool-0.12.3/po/
H A Dnl.po118 msgstr "Selecteer een bestand om te bewerken"
171 #: src/tagtool.glade:2051 src/tagtool.glade:3041
252 msgid "<b>Tags to Clear</b>"
253 msgstr "<b>Labels te wissen</b>"
/dports/databases/postgresql13-client/postgresql-13.5/src/backend/commands/
H A Dlockcmds.c117 LockTableRecurse(Oid reloid, LOCKMODE lockmode, bool nowait) in LockTableRecurse()
170 bool nowait; /* no wait mode */ member
250 LockViewRecurse(Oid reloid, LOCKMODE lockmode, bool nowait, in LockViewRecurse()
/dports/databases/postgresql11-client/postgresql-11.14/src/backend/commands/
H A Dlockcmds.c128 LockTableRecurse(Oid reloid, LOCKMODE lockmode, bool nowait, Oid userid) in LockTableRecurse()
192 bool nowait; /* no wait mode */ member
271 LockViewRecurse(Oid reloid, LOCKMODE lockmode, bool nowait, in LockViewRecurse()
/dports/databases/postgresql11-docs/postgresql-11.14/src/backend/commands/
H A Dlockcmds.c128 LockTableRecurse(Oid reloid, LOCKMODE lockmode, bool nowait, Oid userid) in LockTableRecurse()
192 bool nowait; /* no wait mode */ member
271 LockViewRecurse(Oid reloid, LOCKMODE lockmode, bool nowait, in LockViewRecurse()
/dports/databases/postgresql11-contrib/postgresql-11.14/src/backend/commands/
H A Dlockcmds.c128 LockTableRecurse(Oid reloid, LOCKMODE lockmode, bool nowait, Oid userid) in LockTableRecurse()
192 bool nowait; /* no wait mode */ member
271 LockViewRecurse(Oid reloid, LOCKMODE lockmode, bool nowait, in LockViewRecurse()
/dports/databases/postgresql11-server/postgresql-11.14/src/backend/commands/
H A Dlockcmds.c128 LockTableRecurse(Oid reloid, LOCKMODE lockmode, bool nowait, Oid userid) in LockTableRecurse()
192 bool nowait; /* no wait mode */ member
271 LockViewRecurse(Oid reloid, LOCKMODE lockmode, bool nowait, in LockViewRecurse()
/dports/sysutils/exa/exa-0.10.1/cargo-crates/openssl-src-111.15.0+1.1.1k/openssl/crypto/err/
H A Derr.c128 {ERR_R_PASSED_NULL_PARAMETER, "passed a null parameter"}, in LockTableRecurse()
193 * SYS_str_reasons is filled with copies of strerror() results at
275 err_clear_data(p, i); \ in LockViewRecurse()

12345678910>>...32