Searched refs:IO (Results 1 - 25 of 317) sorted by relevance

1234567891011>>

/macosx-10.10.1/ruby-106/ruby/benchmark/
H A Dbm_io_select.rb0 # IO.select performance
3 w = [ IO.pipe[1] ];
7 IO.select nil, w
/macosx-10.10.1/CPAN-56/Modules/IO-Digest-0.11/
H A DMakefile1 NAME = IO-Digest
/macosx-10.10.1/CPAN-56/Modules/IO-HTML-0.04/
H A DMakefile1 NAME = IO-HTML
/macosx-10.10.1/CPAN-56/Modules/IO-HTML-1.00/
H A DMakefile1 NAME = IO-HTML
/macosx-10.10.1/CPAN-56/Modules/IO-Socket-INET6-2.69/
H A DMakefile1 NAME = IO-Socket-INET6
/macosx-10.10.1/CPAN-56/Modules/IO-Socket-INET6-2.72/
H A DMakefile1 NAME = IO-Socket-INET6
/macosx-10.10.1/CPAN-56/Modules/IO-Socket-SSL-1.77/
H A DMakefile1 NAME = IO-Socket-SSL
/macosx-10.10.1/CPAN-56/Modules/IO-String-1.08/
H A DMakefile1 NAME = IO-String
/macosx-10.10.1/CPAN-56/Modules/IO-stringy-2.110/
H A DMakefile1 NAME = IO-stringy
/macosx-10.10.1/CPANInternal-159.1/IO-Socket-SSL/example/
H A Dlwp-with-verifycn.pl5 ## be used instead of IO::Socket::SSL from LWP
7 use IO::Socket::SSL 'debug0';
10 IO::Socket::SSL::set_ctx_defaults(
H A Dssl_client.pl2 # a test client for testing IO::Socket::SSL-class's behavior
10 use IO::Socket::SSL;
14 if($ARGV[0] eq "DEBUG") { $IO::Socket::SSL::DEBUG = 1; }
22 die "Please run this example from the IO::Socket::SSL distribution directory!\n";
26 if(!($sock = IO::Socket::SSL->new( PeerAddr => 'localhost',
33 warn "unable to create socket: ", &IO::Socket::SSL::errstr, "\n";
36 warn "connect ($sock).\n" if ($IO::Socket::SSL::DEBUG);
41 if( ref($sock) eq "IO::Socket::SSL") {
/macosx-10.10.1/CPANInternal-159.1/SOAP-Lite-1.11/examples/server/
H A Dsoap.io6 use SOAP::Transport::IO;
8 SOAP::Transport::IO::Server
/macosx-10.10.1/CPANInternal-159.1/Class-Trigger-0.14/inc/IO/
H A DWrapTie.pm6 package IO::WrapTie;
20 IO::WrapTie::Master->new(@_);
26 IO::WrapTie::Master->new(@_);
32 package IO::WrapTie::Master;
37 use IO::Handle;
39 # We inherit from IO::Handle to get methods which invoke i/o operators,
41 @ISA = qw(IO::Handle);
46 # Create a new subclass of IO::Handle which...
49 # an i/o-like class, like IO::Scalar.
53 # Arguments are the slave class (e.g., IO
[all...]
/macosx-10.10.1/bind9-45.101/bind9/bin/tests/system/
H A Dsend.pl25 use IO::File;
26 use IO::Socket;
33 my $sock = IO::Socket::INET->new(PeerAddr => $host, PeerPort => $port,
H A Dtestsock6.pl23 use IO::Socket::INET6;
27 $sock = IO::Socket::INET6->new(LocalAddr => $addr,
55 use IO::Socket::INET6;
59 $sock = IO::Socket::INET6->new(LocalAddr => $addr,
/macosx-10.10.1/CPANInternal-159.1/IO-KQueue-0.34/t/
H A D0load.t5 use_ok('IO::KQueue');
7 ok(IO::KQueue->new(), "Check we can create a new kqueue")
/macosx-10.10.1/CPAN-56/Modules/IO-Pager-0.31/
H A DMakefile1 NAME = IO-Pager
/macosx-10.10.1/ruby-106/ruby/ext/io/console/lib/console/
H A Dsize.rb1 def IO.default_console_size
11 class IO class
15 def IO.console_size
/macosx-10.10.1/CPANInternal-159.1/IO-KQueue-0.34/examples/
H A Dchat.pl4 use IO::KQueue;
5 use IO::Socket;
7 my $server = IO::Socket::INET->new(
14 IO::Handle::blocking($server, 0);
16 my $kq = IO::KQueue->new();
32 IO::Handle::blocking($client, 0);
/macosx-10.10.1/CPAN-56/Modules/IO-Pager-0.30/
H A DMakefile1 NAME = IO-Pager
/macosx-10.10.1/CPAN-56/Modules/IO-Socket-SSL-1.966/
H A DMakefile1 NAME = IO-Socket-SSL
/macosx-10.10.1/CPAN-56/Modules/IO-Tty-1.10/
H A DMakefile1 NAME = IO-Tty
/macosx-10.10.1/CPANInternal-159.1/IO-Socket-SSL/t/
H A Dcompatibility.t5 use IO::Socket::SSL;
22 IO::Socket::SSL::context_init(SSL_verify_mode => 0x01, SSL_version => 'TLSv1' );
25 my $server = IO::Socket::INET->new(
33 print("Setup of test IO::Socket::INET client and server failed. All the rest of ",
45 $MyClass::client = new IO::Socket::INET("$SSL_SERVER_ADDR:$SSL_SERVER_PORT");
47 use IO::Socket::SSL;
48 @ISA = "IO::Socket::SSL";
66 IO::Socket::SSL::socketToSSL($contact,
75 print "not " if IO::Socket::SSL::socket_to_SSL($contact, SSL_server => 1);
82 print "Bail Out! $IO
[all...]
H A Dio-socket-inet6.t7 use IO::Socket::SSL;
16 # check first if we have loaded IO::Socket::IP, as if so we won't need or use
17 # IO::Socket::INET6
18 if( IO::Socket::SSL->CAN_IPV6 eq "IO::Socket::IP" ) {
19 print "1..0 # Skipped: using IO::Socket::IP instead\n";
23 # check if we have loaded INET6, IO::Socket::SSL should do it by itself
25 unless( IO::Socket::SSL->CAN_IPV6 eq "IO::Socket::INET6" ) {
26 # not available or IO
[all...]
H A Dio-socket-ip.t7 use IO::Socket::SSL;
16 # check if we have loaded IO::Socket::IP, IO::Socket::SSL should do it by
18 unless( IO::Socket::SSL->CAN_IPV6 eq "IO::Socket::IP" ) {
19 # not available or IO::Socket::SSL forgot to load it
20 if ( ! eval { require IO::Socket::IP; IO::Socket::IP->VERSION(0.11) } ) {
21 print "1..0 # Skipped: no IO::Socket::IP 0.11 available\n";
23 print "1..1\nnot ok # automatic use of IO
[all...]

Completed in 262 milliseconds

1234567891011>>