Home
last modified time | relevance | path

Searched refs:SimpleSocket (Results 1 – 15 of 15) sorted by relevance

/dports/databases/pgfouine/pgfouine-1.2/tests/simpletest/
H A Dsocket.php74 class SimpleSocket extends SimpleStickyError { class
86 function SimpleSocket($host, $port, $timeout) { function in SimpleSocket
190 class SimpleSecureSocket extends SimpleSocket {
200 $this->SimpleSocket($host, $port, $timeout);
H A Dhttp.php278 * @return SimpleSocket New socket.
302 * @return SimpleSocket/SimpleSecureSocket New socket.
309 return new SimpleSocket($host, $port, $timeout);
370 * @return SimpleSocket New socket.
441 * @param SimpleSocket $socket Open socket.
511 * @param SimpleSocket $socket Responding socket.
718 * @param SimpleSocket $socket Network connection to fetch
826 * @param SimpleSocket $socket Unread socket.
/dports/databases/pgfouine/pgfouine-1.2/tests/simpletest/test/
H A Dlive_test.php15 $socket = &new SimpleSocket('bad_url', 111, 5);
25 $socket = &new SimpleSocket('www.lastcraft.com', 80, 15);
36 $socket = &new SimpleSocket('www.lastcraft.com', 80, 15);
/dports/devel/cdash/CDash-2-2-3/tests/kwtest/simpletest/
H A Dhttp.php72 * @return SimpleSocket New socket.
96 * @return SimpleSocket/SimpleSecureSocket New socket.
105 return new SimpleSocket($host, $port, $timeout);
167 * @return SimpleSocket New socket.
237 * @param SimpleSocket $socket Open socket.
277 * @param SimpleSocket $socket Responding socket.
492 * @param SimpleSocket $socket Network connection to fetch
601 * @param SimpleSocket $socket Unread socket.
H A Dencoding.php353 * @param SimpleSocket $socket Socket to write to.
362 * @param SimpleSocket $socket Socket to write to.
469 * @param SimpleSocket $socket Socket to write to.
479 * @param SimpleSocket $socket Socket to write to.
616 * @param SimpleSocket $socket Socket to write to.
626 * @param SimpleSocket $socket Socket to write to.
H A Dsocket.php170 class SimpleSocket extends SimpleStickyError { class
286 class SimpleSecureSocket extends SimpleSocket {
H A Declipse.php53 * @return SimpleSocket Connection to Eclipse.
56 $tmplistener = &new SimpleSocket($host, $port, 5);
/dports/security/theonionbox/theonionbox-4.3.1/theonionbox/tob/
H A Dsimplecontroller.py76 class SimpleSocket(SimpleController): class
87 super(SimpleSocket, self).__init__()
/dports/net/scapy/scapy-2.4.5/scapy/layers/
H A Dtuntap.py31 from scapy.supersocket import SimpleSocket
84 class TunTapInterface(SimpleSocket):
/dports/net/scapy/scapy-2.4.5/scapy/
H A Dsupersocket.py371 class SimpleSocket(SuperSocket): class
381 class StreamSocket(SimpleSocket):
388 SimpleSocket.__init__(self, sock)
/dports/devel/bullet/bullet3-3.21/examples/ThirdPartyLibs/clsocket/
H A DREADME22 * SimpleSocket Class Overview
37 * SimpleSocket Class Examples
H A DReleaseNotes202 * SimpleSocket::Receive() will only allocate a buffer if the internal buffer
/dports/devel/py-bullet3/bullet3-3.21/examples/ThirdPartyLibs/clsocket/
H A DREADME22 * SimpleSocket Class Overview
37 * SimpleSocket Class Examples
H A DReleaseNotes202 * SimpleSocket::Receive() will only allocate a buffer if the internal buffer
/dports/security/theonionbox/theonionbox-4.3.1/theonionbox/
H A Dtheonionbox.py644 from tob.simplecontroller import SimpleSocket
645 simple_tor = SimpleSocket(tor_socket)