Home
last modified time | relevance | path

Searched refs:listen (Results 1 – 25 of 5858) sorted by relevance

12345678910>>...235

/dports/devel/dbus-tcl/dbus-2.2/tests/
H A Dlisten.test17 dbus listen / foo {}
21 dbus listen / foo dummy
25 dbus listen
27 dbus listen / foo {}
28 dbus listen /foo bar {}
35 dbus listen /
37 dbus listen / foo {}
41 test listen-1.4 {query listen handler} -setup {
45 dbus listen / foo
47 dbus listen / foo {}
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/net/ax25/
H A Dax25_iface.c108 if ((listen = kmalloc(sizeof(*listen), GFP_ATOMIC)) == NULL) in ax25_listen_register()
129 listen = listen_list; in ax25_listen_release()
130 if (listen == NULL) { in ax25_listen_release()
135 if (ax25cmp(&listen->callsign, callsign) == 0 && listen->dev == dev) { in ax25_listen_release()
138 kfree(listen); in ax25_listen_release()
142 while (listen != NULL && listen->next != NULL) { in ax25_listen_release()
144 s = listen->next; in ax25_listen_release()
145 listen->next = listen->next->next; in ax25_listen_release()
151 listen = listen->next; in ax25_listen_release()
179 for (listen = listen_list; listen != NULL; listen = listen->next) in ax25_listen_mine()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/net/ax25/
H A Dax25_iface.c108 if ((listen = kmalloc(sizeof(*listen), GFP_ATOMIC)) == NULL) in ax25_listen_register()
129 listen = listen_list; in ax25_listen_release()
130 if (listen == NULL) { in ax25_listen_release()
135 if (ax25cmp(&listen->callsign, callsign) == 0 && listen->dev == dev) { in ax25_listen_release()
138 kfree(listen); in ax25_listen_release()
142 while (listen != NULL && listen->next != NULL) { in ax25_listen_release()
144 s = listen->next; in ax25_listen_release()
145 listen->next = listen->next->next; in ax25_listen_release()
151 listen = listen->next; in ax25_listen_release()
179 for (listen = listen_list; listen != NULL; listen = listen->next) in ax25_listen_mine()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/net/ax25/
H A Dax25_iface.c108 if ((listen = kmalloc(sizeof(*listen), GFP_ATOMIC)) == NULL) in ax25_listen_register()
129 listen = listen_list; in ax25_listen_release()
130 if (listen == NULL) { in ax25_listen_release()
135 if (ax25cmp(&listen->callsign, callsign) == 0 && listen->dev == dev) { in ax25_listen_release()
138 kfree(listen); in ax25_listen_release()
142 while (listen != NULL && listen->next != NULL) { in ax25_listen_release()
144 s = listen->next; in ax25_listen_release()
145 listen->next = listen->next->next; in ax25_listen_release()
151 listen = listen->next; in ax25_listen_release()
179 for (listen = listen_list; listen != NULL; listen = listen->next) in ax25_listen_mine()
[all …]
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/btcsuite/btcd/docs/
H A Dconfigure_peer_server_listen_interfaces.md7 **NOTE:** The listen flag can be specified multiple times to listen on multiple
17 |--listen=:8333|all interfaces on port 8333|
18 |--listen=0.0.0.0:8333|all IPv4 interfaces on port 8333|
19 |--listen=[::]:8333|all IPv6 interfaces on port 8333|
20 |--listen=127.0.0.1:8333|only IPv4 localhost on port 8333|
21 |--listen=[::1]:8333|only IPv6 localhost on port 8333|
22 |--listen=:8336|all interfaces on non-standard port 8336|
25 |--listen=127.0.0.1:8337 --listen=[::1]:8333|IPv4 localhost on port 8337 and IPv6 localhost on port…
26 |--listen=:8333 --listen=:8337|all interfaces on ports 8333 and 8337|
33 listen=127.0.0.1:8333
[all …]
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/btcsuite/btcd/docs/
H A Dconfigure_peer_server_listen_interfaces.md7 **NOTE:** The listen flag can be specified multiple times to listen on multiple
17 |--listen=:8333|all interfaces on port 8333|
18 |--listen=0.0.0.0:8333|all IPv4 interfaces on port 8333|
19 |--listen=[::]:8333|all IPv6 interfaces on port 8333|
20 |--listen=127.0.0.1:8333|only IPv4 localhost on port 8333|
21 |--listen=[::1]:8333|only IPv6 localhost on port 8333|
22 |--listen=:8336|all interfaces on non-standard port 8336|
25 |--listen=127.0.0.1:8337 --listen=[::1]:8333|IPv4 localhost on port 8337 and IPv6 localhost on port…
26 |--listen=:8333 --listen=:8337|all interfaces on ports 8333 and 8337|
33 listen=127.0.0.1:8333
[all …]
/dports/devel/sccache/sccache-0.2.15/cargo-crates/event-listener-2.5.1/tests/
H A Dnotify.rs21 let mut l1 = event.listen(); in notify()
22 let mut l2 = event.listen(); in notify()
23 let mut l3 = event.listen(); in notify()
40 let mut l1 = event.listen(); in notify_additional()
41 let mut l2 = event.listen(); in notify_additional()
42 let mut l3 = event.listen(); in notify_additional()
57 let mut l1 = event.listen(); in notify_one()
90 let l1 = event.listen(); in drop_notified()
104 let l1 = event.listen(); in drop_notified2()
118 let l1 = event.listen(); in drop_notified_additional()
[all …]
/dports/games/genact/genact-0.10.0/cargo-crates/event-listener-2.3.3/tests/
H A Dnotify.rs21 let mut l1 = event.listen(); in notify()
22 let mut l2 = event.listen(); in notify()
23 let mut l3 = event.listen(); in notify()
40 let mut l1 = event.listen(); in notify_additional()
41 let mut l2 = event.listen(); in notify_additional()
42 let mut l3 = event.listen(); in notify_additional()
57 let mut l1 = event.listen(); in notify_one()
90 let l1 = event.listen(); in drop_notified()
104 let l1 = event.listen(); in drop_notified2()
118 let l1 = event.listen(); in drop_notified_additional()
[all …]
/dports/accessibility/wl-gammarelay-rs/wl-gammarelay-rs-0.2.1/cargo-crates/event-listener-2.5.2/tests/
H A Dnotify.rs21 let mut l1 = event.listen(); in notify()
22 let mut l2 = event.listen(); in notify()
23 let mut l3 = event.listen(); in notify()
40 let mut l1 = event.listen(); in notify_additional()
41 let mut l2 = event.listen(); in notify_additional()
42 let mut l3 = event.listen(); in notify_additional()
57 let mut l1 = event.listen(); in notify_one()
90 let l1 = event.listen(); in drop_notified()
104 let l1 = event.listen(); in drop_notified2()
118 let l1 = event.listen(); in drop_notified_additional()
[all …]
/dports/security/rustscan/RustScan-2.0.1/cargo-crates/event-listener-2.5.1/tests/
H A Dnotify.rs21 let mut l1 = event.listen(); in notify()
22 let mut l2 = event.listen(); in notify()
23 let mut l3 = event.listen(); in notify()
40 let mut l1 = event.listen(); in notify_additional()
41 let mut l2 = event.listen(); in notify_additional()
42 let mut l3 = event.listen(); in notify_additional()
57 let mut l1 = event.listen(); in notify_one()
90 let l1 = event.listen(); in drop_notified()
104 let l1 = event.listen(); in drop_notified2()
118 let l1 = event.listen(); in drop_notified_additional()
[all …]
/dports/security/arti/arti-9d0ede26801cdb182daa85c3eb5f0058dc178eb6/cargo-crates/event-listener-2.5.1/tests/
H A Dnotify.rs21 let mut l1 = event.listen(); in notify()
22 let mut l2 = event.listen(); in notify()
23 let mut l3 = event.listen(); in notify()
40 let mut l1 = event.listen(); in notify_additional()
41 let mut l2 = event.listen(); in notify_additional()
42 let mut l3 = event.listen(); in notify_additional()
57 let mut l1 = event.listen(); in notify_one()
90 let l1 = event.listen(); in drop_notified()
104 let l1 = event.listen(); in drop_notified2()
118 let l1 = event.listen(); in drop_notified_additional()
[all …]
/dports/textproc/jql/jql-3.0.6/cargo-crates/event-listener-2.5.1/tests/
H A Dnotify.rs21 let mut l1 = event.listen(); in notify()
22 let mut l2 = event.listen(); in notify()
23 let mut l3 = event.listen(); in notify()
40 let mut l1 = event.listen(); in notify_additional()
41 let mut l2 = event.listen(); in notify_additional()
42 let mut l3 = event.listen(); in notify_additional()
57 let mut l1 = event.listen(); in notify_one()
90 let l1 = event.listen(); in drop_notified()
104 let l1 = event.listen(); in drop_notified2()
118 let l1 = event.listen(); in drop_notified_additional()
[all …]
/dports/net-p2p/bitmark-recorder/bitmarkd-0.13.3/vendor/github.com/btcsuite/btcd/docs/
H A Dconfigure_peer_server_listen_interfaces.md7 **NOTE:** The listen flag can be specified multiple times to listen on multiple
17 |--listen=:8333|all interfaces on port 8333|
18 |--listen=0.0.0.0:8333|all IPv4 interfaces on port 8333|
19 |--listen=[::]:8333|all IPv6 interfaces on port 8333|
20 |--listen=127.0.0.1:8333|only IPv4 localhost on port 8333|
21 |--listen=[::1]:8333|only IPv6 localhost on port 8333|
22 |--listen=:8336|all interfaces on non-standard port 8336|
25 |--listen=127.0.0.1:8337 --listen=[::1]:8333|IPv4 localhost on port 8337 and IPv6 localhost on port…
26 |--listen=:8333 --listen=:8337|all interfaces on ports 8333 and 8337|
33 listen=127.0.0.1:8333
[all …]
/dports/net-p2p/bitmark/bitmarkd-0.13.3/vendor/github.com/btcsuite/btcd/docs/
H A Dconfigure_peer_server_listen_interfaces.md7 **NOTE:** The listen flag can be specified multiple times to listen on multiple
17 |--listen=:8333|all interfaces on port 8333|
18 |--listen=0.0.0.0:8333|all IPv4 interfaces on port 8333|
19 |--listen=[::]:8333|all IPv6 interfaces on port 8333|
20 |--listen=127.0.0.1:8333|only IPv4 localhost on port 8333|
21 |--listen=[::1]:8333|only IPv6 localhost on port 8333|
22 |--listen=:8336|all interfaces on non-standard port 8336|
25 |--listen=127.0.0.1:8337 --listen=[::1]:8333|IPv4 localhost on port 8337 and IPv6 localhost on port…
26 |--listen=:8333 --listen=:8337|all interfaces on ports 8333 and 8337|
33 listen=127.0.0.1:8333
[all …]
/dports/net-p2p/bitmark-cli/bitmarkd-0.13.3/vendor/github.com/btcsuite/btcd/docs/
H A Dconfigure_peer_server_listen_interfaces.md7 **NOTE:** The listen flag can be specified multiple times to listen on multiple
17 |--listen=:8333|all interfaces on port 8333|
18 |--listen=0.0.0.0:8333|all IPv4 interfaces on port 8333|
19 |--listen=[::]:8333|all IPv6 interfaces on port 8333|
20 |--listen=127.0.0.1:8333|only IPv4 localhost on port 8333|
21 |--listen=[::1]:8333|only IPv6 localhost on port 8333|
22 |--listen=:8336|all interfaces on non-standard port 8336|
25 |--listen=127.0.0.1:8337 --listen=[::1]:8333|IPv4 localhost on port 8337 and IPv6 localhost on port…
26 |--listen=:8333 --listen=:8337|all interfaces on ports 8333 and 8337|
33 listen=127.0.0.1:8333
[all …]
/dports/net-p2p/bitmark-daemon/bitmarkd-0.13.3/vendor/github.com/btcsuite/btcd/docs/
H A Dconfigure_peer_server_listen_interfaces.md7 **NOTE:** The listen flag can be specified multiple times to listen on multiple
17 |--listen=:8333|all interfaces on port 8333|
18 |--listen=0.0.0.0:8333|all IPv4 interfaces on port 8333|
19 |--listen=[::]:8333|all IPv6 interfaces on port 8333|
20 |--listen=127.0.0.1:8333|only IPv4 localhost on port 8333|
21 |--listen=[::1]:8333|only IPv6 localhost on port 8333|
22 |--listen=:8336|all interfaces on non-standard port 8336|
25 |--listen=127.0.0.1:8337 --listen=[::1]:8333|IPv4 localhost on port 8337 and IPv6 localhost on port…
26 |--listen=:8333 --listen=:8337|all interfaces on ports 8333 and 8337|
33 listen=127.0.0.1:8333
[all …]
/dports/lang/ghc/ghc-8.10.7/libraries/mtl/Control/Monad/Writer/
H A DClass.hs120 listen = Lazy.listen function
126 listen = Strict.listen function
132 listen = LazyRWS.listen function
138 listen = StrictRWS.listen function
150 listen = Error.liftListen listen function
157 listen = Except.liftListen listen function
163 listen = Identity.mapIdentityT listen function
169 listen = Maybe.liftListen listen function
175 listen = mapReaderT listen function
181 listen = Lazy.liftListen listen function
[all …]
/dports/sysutils/ansible2/ansible-2.9.27/test/integration/targets/handlers/
H A Dtest_handlers_listen.yml2 - name: test listen with named handlers
21 listen: notify_listen
25 listen: notify_listen
29 listen: notify_listen2
50 listen: notify_listen
53 listen: notify_listen
56 listen: notify_listen2
86 listen: notify_listen
90 listen: notify_listen
95 listen: not_notified
[all …]
/dports/sysutils/py-ansible-core/ansible-core-2.11.6/test/integration/targets/handlers/
H A Dtest_handlers_listen.yml2 - name: test listen with named handlers
21 listen: notify_listen
25 listen: notify_listen
29 listen: notify_listen2
50 listen: notify_listen
53 listen: notify_listen
56 listen: notify_listen2
86 listen: notify_listen
90 listen: notify_listen
95 listen: not_notified
[all …]
/dports/sysutils/py-ansible-base/ansible-base-2.10.15/test/integration/targets/handlers/
H A Dtest_handlers_listen.yml2 - name: test listen with named handlers
21 listen: notify_listen
25 listen: notify_listen
29 listen: notify_listen2
50 listen: notify_listen
53 listen: notify_listen
56 listen: notify_listen2
86 listen: notify_listen
90 listen: notify_listen
95 listen: not_notified
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/cortexproject/cortex/development/tsdb-blocks-storage-s3/
H A Ddocker-compose.yml53listen=:18001 --headless=true --api-version=2 --accept-multiclient --continue -- -config.file=./co…
74listen=:18002 --headless=true --api-version=2 --accept-multiclient --continue -- -config.file=./co…
96listen=:18003 --headless=true --api-version=2 --accept-multiclient --continue -- -config.file=./co…
118listen=:18004 --headless=true --api-version=2 --accept-multiclient --continue -- -config.file=./co…
139listen=:18008 --headless=true --api-version=2 --accept-multiclient --continue -- -config.file=./co…
160listen=:18009 --headless=true --api-version=2 --accept-multiclient --continue -- -config.file=./co…
181listen=:18006 --headless=true --api-version=2 --accept-multiclient --continue -- -config.file=./co…
202listen=:18007 --headless=true --api-version=2 --accept-multiclient --continue -- -config.file=./co…
268listen=:18021 --headless=true --api-version=2 --accept-multiclient --continue -- -config.file=./co…
289listen=:18022 --headless=true --api-version=2 --accept-multiclient --continue -- -config.file=./co…
[all …]
/dports/devel/lion/lion/samples/template/
H A Dmain.c67 static object_t *listen = NULL; variable
107 listen = object_new(); in main()
108 listen->type = OBJECT_TYPE_LISTEN; in main()
111 (void *) listen); in main()
114 if (!listen) { in main()
134 if (listen) { in main()
136 if (listen->handle) { in main()
137 lion_disconnect(listen->handle); in main()
138 listen->handle = NULL; in main()
141 object_free(listen); in main()
[all …]
/dports/lang/ruby26/ruby-2.6.9/test/rexml/
H A Dtest_sax.rb15 p.listen(:characters) {|x| assert_equal txt, x}
28 sax.listen(:characters) {|x| results << x }
59 parser.listen( listener )
67 parser.listen( %w{ changelog }, &blok )
120 parser.listen(dtl)
188 parser.listen(kl)
191 parser.listen(:start_document) { sd = true }
192 parser.listen(:end_document) { ed = true }
208 parser.listen( k1 )
234 parser.listen(:start_element) do
[all …]
/dports/comms/anyremote/anyremote-6.7.3/cfg-data/AT-mode/
H A Dlisten.cfg13 GuiAppBinary=listen
15 GuiAppIcon=listen.png
29 Make(mode,listen);
31 [Mode]=listen : default_player_at
36 Exec(P=`pgrep listen`; if [ "x$P" = "x" ]; then listen & fi);
39 …Exec(P=`pgrep listen`; if [ "x$P" = "x" ]; then listen & else qdbus org.gnome.Listen /org/gnome/li…
42 Exec(pkill listen)
44 PREV=Exec(listen --previous);
45 PLAY=Exec(listen --play-pause);
46 NEXT=Exec(listen --next);
[all …]
/dports/misc/perkeep/perkeep-0.11/pkg/server/app/
H A Dapp_test.go32 listen string
36 listen: ":3179",
42 listen: "foo.com:3179",
61 listen string
66 listen: ":3179",
72 listen: "localhost",
78 listen: "localhost",
84 listen: "localhost:3179",
96 listen: ":3179",
102 listen: "localhost",
[all …]

12345678910>>...235