Home
last modified time | relevance | path

Searched refs:unblock (Results 101 – 125 of 4958) sorted by relevance

12345678910>>...199

/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/hotspot/jtreg/gc/g1/
H A DTestPeriodicCollectionJNI.java53 private static native void unblock(); in unblock() method in TestPeriodicCollectionJNI
76 unblock(); in main()
/dports/security/vault/vault-1.8.2/vendor/go.uber.org/goleak/
H A Dleaks_test.go52 bg.unblock()
63 bg.unblock()
84 bg.unblock()
/dports/audio/ampache/ampache-php74-5.0.0/vendor/cboden/ratchet/tests/unit/Server/
H A DIpBlackListComponentTest.php78 $unblock = '75.119.207.140';
81 ->blockAddress($unblock)
83 ->unblockAddress($unblock)
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/go.uber.org/goleak/
H A Dleaks_test.go52 bg.unblock()
63 bg.unblock()
84 bg.unblock()
/dports/www/grafana8/grafana-8.3.6/vendor/go.uber.org/goleak/
H A Dleaks_test.go52 bg.unblock()
63 bg.unblock()
84 bg.unblock()
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/go.uber.org/goleak/
H A Dleaks_test.go52 bg.unblock()
63 bg.unblock()
84 bg.unblock()
/dports/benchmarks/ali/ali-0.7.5/vendor/go.uber.org/goleak/
H A Dleaks_test.go52 bg.unblock()
63 bg.unblock()
84 bg.unblock()
/dports/textproc/scim/scim-1.4.9/src/
H A Dscim_connection.h70 virtual void unblock() = 0;
118 void unblock();
H A Dscim_connection.cpp97 Connection::unblock() in unblock() function in scim::Connection
100 node_->unblock(); in unblock()
/dports/net/jgroups/jgroups-2.12.0/doc/design/
H A Dflush-coord-leave.fig104 4 0 0 50 -1 0 12 0.0000 4 135 915 7125 7650 unblock self\001
106 4 0 0 50 -1 0 12 0.0000 4 135 915 11850 7575 unblock self\001
/dports/math/clingo/clingo-5.5.1/examples/clingo/unblock/
H A DREADME7 clingo unblock.lp <instance>
11 ./visualize.py unblock.lp <instance>
/dports/net-mgmt/resource-agents/resource-agents-4.9.0/heartbeat/
H A Dportblock60 params protocol=tcp portno=137,138 action=unblock
142 tickle_dir parameter and only in concert with action set to unblock.
189 <shortdesc lang="en">(try to) reset server TCP sessions when unblock stops</shortdesc>
378 if [ "$1/$4/$__OCF_ACTION" = tcp/unblock/stop ] &&
422 unblock)
441 unblock)
491 block|unblock)
500 if [ $action != unblock ] ; then
/dports/net-im/dino/dino-0.2.2/xmpp-vala/src/module/xep/
H A D0191_blocking_command.vala28 public bool unblock(XmppStream stream, Gee.List<string> jids) {
29 if (jids.size == 0) return false; // This would otherwise unblock all blocked JIDs.
31 StanzaNode unblock_node = new StanzaNode.build("unblock", NS_URI).add_self_xmlns();
39 StanzaNode unblock_node = new StanzaNode.build("unblock", NS_URI).add_self_xmlns();
50 StanzaNode? unblock_node = iq.stanza.get_subnode("unblock", NS_URI);
/dports/www/firefox-esr/firefox-91.8.0/dom/browser-element/
H A DBrowserElementParent.jsm191 // unblock-modal-prompt message.
194 // we'll block the child until event.detail.unblock() is called.
197 // unblock-modal-prompt message to the child as soon as the event is done
226 self._sendAsyncMsg("unblock-modal-prompt", data);
229 Cu.exportFunction(sendUnblockMsg, evt.detail, { defineAs: "unblock" });
234 // Unblock the inner frame immediately. Otherwise we'll unblock upon
235 // evt.detail.unblock().
/dports/lang/spidermonkey78/firefox-78.9.0/dom/browser-element/
H A DBrowserElementParent.jsm191 // unblock-modal-prompt message.
194 // we'll block the child until event.detail.unblock() is called.
197 // unblock-modal-prompt message to the child as soon as the event is done
226 self._sendAsyncMsg("unblock-modal-prompt", data);
229 Cu.exportFunction(sendUnblockMsg, evt.detail, { defineAs: "unblock" });
234 // Unblock the inner frame immediately. Otherwise we'll unblock upon
235 // evt.detail.unblock().
/dports/www/firefox/firefox-99.0/dom/browser-element/
H A DBrowserElementParent.jsm191 // unblock-modal-prompt message.
194 // we'll block the child until event.detail.unblock() is called.
197 // unblock-modal-prompt message to the child as soon as the event is done
226 self._sendAsyncMsg("unblock-modal-prompt", data);
229 Cu.exportFunction(sendUnblockMsg, evt.detail, { defineAs: "unblock" });
234 // Unblock the inner frame immediately. Otherwise we'll unblock upon
235 // evt.detail.unblock().
/dports/mail/thunderbird/thunderbird-91.8.0/dom/browser-element/
H A DBrowserElementParent.jsm191 // unblock-modal-prompt message.
194 // we'll block the child until event.detail.unblock() is called.
197 // unblock-modal-prompt message to the child as soon as the event is done
226 self._sendAsyncMsg("unblock-modal-prompt", data);
229 Cu.exportFunction(sendUnblockMsg, evt.detail, { defineAs: "unblock" });
234 // Unblock the inner frame immediately. Otherwise we'll unblock upon
235 // evt.detail.unblock().
/dports/devel/libsigc++30/libsigc++-3.0.7/sigc++/
H A Dconnection.cc65 connection::unblock() noexcept in unblock() function in sigc::connection
67 return (slot_ ? slot_->unblock() : false); in unblock()
/dports/www/firefox-esr/firefox-91.8.0/dom/tests/mochitest/script/
H A Dfile_blocked_script.sjs43 // the unblock request came before the blocked request, just go on and finish synchronously
50 case "unblock":
58 // the unblock request came before the blocked request, remember to not block it
/dports/lang/spidermonkey78/firefox-78.9.0/dom/tests/mochitest/script/
H A Dfile_blocked_script.sjs43 // the unblock request came before the blocked request, just go on and finish synchronously
50 case "unblock":
58 // the unblock request came before the blocked request, remember to not block it
/dports/www/firefox/firefox-99.0/dom/tests/mochitest/script/
H A Dfile_blocked_script.sjs44 // the unblock request came before the blocked request, just go on and finish synchronously
51 case "unblock":
59 // the unblock request came before the blocked request, remember to not block it
/dports/lang/spidermonkey60/firefox-60.9.0/dom/tests/mochitest/script/
H A Dfile_blocked_script.sjs43 // the unblock request came before the blocked request, just go on and finish synchronously
50 case "unblock":
58 // the unblock request came before the blocked request, remember to not block it
/dports/mail/thunderbird/thunderbird-91.8.0/dom/tests/mochitest/script/
H A Dfile_blocked_script.sjs43 // the unblock request came before the blocked request, just go on and finish synchronously
50 case "unblock":
58 // the unblock request came before the blocked request, remember to not block it
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/mysql-test/suite/rpl_gtid/r/
H A Drpl_mts_spco_alter_table_commands_binlog.result55 # unblock and proceed. Verify the transactions are applied.
92 # unblock and proceed. Verify the transactions are applied.
129 # unblock and proceed. Verify the transactions are applied.
166 # unblock and proceed. Verify the transactions are applied.
203 # unblock and proceed. Verify the transactions are applied.
240 # unblock and proceed. Verify the transactions are applied.
277 # unblock and proceed. Verify the transactions are applied.
314 # unblock and proceed. Verify the transactions are applied.
351 # unblock and proceed. Verify the transactions are applied.
388 # unblock and proceed. Verify the transactions are applied.
[all …]
H A Drpl_mts_spco_alter_table_commands_nobinlog.result55 # unblock and proceed. Verify the transactions are applied.
92 # unblock and proceed. Verify the transactions are applied.
129 # unblock and proceed. Verify the transactions are applied.
166 # unblock and proceed. Verify the transactions are applied.
203 # unblock and proceed. Verify the transactions are applied.
240 # unblock and proceed. Verify the transactions are applied.
277 # unblock and proceed. Verify the transactions are applied.
314 # unblock and proceed. Verify the transactions are applied.
351 # unblock and proceed. Verify the transactions are applied.
388 # unblock and proceed. Verify the transactions are applied.
[all …]

12345678910>>...199