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

1234567891011>>

/macosx-10.9.5/ruby-104/ruby/benchmark/
H A Dbm_io_select.rb0 # IO.select performance
3 w = [ IO.pipe[1] ];
7 IO.select nil, w
/macosx-10.9.5/CPAN-52/Modules/IO-Digest-0.10/
H A DMakefile1 NAME = IO-Digest
/macosx-10.9.5/CPAN-52/Modules/IO-HTML-0.04/
H A DMakefile1 NAME = IO-HTML
/macosx-10.9.5/CPAN-52/Modules/IO-Socket-INET6-2.67/
H A DMakefile1 NAME = IO-Socket-INET6
/macosx-10.9.5/CPAN-52/Modules/IO-Socket-INET6-2.69/
H A DMakefile1 NAME = IO-Socket-INET6
/macosx-10.9.5/CPAN-52/Modules/IO-Socket-SSL-1.49/
H A DMakefile1 NAME = IO-Socket-SSL
/macosx-10.9.5/CPAN-52/Modules/IO-Socket-SSL-1.77/
H A DMakefile1 NAME = IO-Socket-SSL
/macosx-10.9.5/CPAN-52/Modules/IO-String-1.08/
H A DMakefile1 NAME = IO-String
/macosx-10.9.5/CPAN-52/Modules/IO-stringy-2.110/
H A DMakefile1 NAME = IO-stringy
/macosx-10.9.5/CPANInternal-140/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.9.5/CPANInternal-140/SOAP-Lite-0.69/examples/server/
H A Dsoap.io6 use SOAP::Transport::IO;
8 SOAP::Transport::IO::Server
/macosx-10.9.5/CPANInternal-140/SOAP-Lite-0.715/examples/server/
H A Dsoap.io6 use SOAP::Transport::IO;
8 SOAP::Transport::IO::Server
/macosx-10.9.5/CPANInternal-140/SOAP-Lite_new/examples/server/
H A Dsoap.io6 use SOAP::Transport::IO;
8 SOAP::Transport::IO::Server
/macosx-10.9.5/CPANInternal-140/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.9.5/bind9-45.100/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.9.5/CPANInternal-140/Class-Trigger/
H A DMakefile.PL8 IO::Scalar => 0,
/macosx-10.9.5/CPANInternal-140/IO-KQueue/t/
H A D0load.t5 use_ok('IO::KQueue');
7 ok(IO::KQueue->new(), "Check we can create a new kqueue")
/macosx-10.9.5/CPANInternal-140/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.9.5/CPAN-52/Modules/IO-Pager-0.06/
H A DMakefile1 NAME = IO-Pager
/macosx-10.9.5/ruby-104/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.9.5/CPANInternal-140/IO-KQueue/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.9.5/CPANInternal-140/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.9.5/CPAN-52/Modules/IO-Pager-0.30/
H A DMakefile1 NAME = IO-Pager

Completed in 106 milliseconds

1234567891011>>