Searched refs:gets (Results 126 - 150 of 308) sorted by relevance

1234567891011>>

/macosx-10.9.5/ruby-104/ruby/test/ruby/
H A Dtest_system.rb59 while tmp.gets
/macosx-10.9.5/tcl-102/tcl_ext/tclx/tclx/tests/
H A Dcmdtrace.test50 if {([gets $cmdtraceFH line] < 2) ||
56 while {[gets $cmdtraceFH line] >= 0} {
H A Dflock.test218 if {[gets stdin line] < 0} {
232 if {[gets $childFH line] < 0} {
H A Dhelp.test56 if {[gets $helpServerFH line] < 0} {
/macosx-10.9.5/CPANInternal-140/JSON-XS-2.33/bin/
H A Djson_xs87 =item none - nothing gets written, mainly useful together with C<-e>
/macosx-10.9.5/ruby-104/ruby/lib/
H A Dopen3.rb128 # p o.gets #=> "42\n"
134 # p o.gets #=> "42\n"
417 # p o.gets #=> "42\n"
730 while line = gets
735 while line = a[1].gets
/macosx-10.9.5/vim-53/runtime/
H A Devim.vim56 " Use the default filetype settings, so that mail gets 'tw' set to 72,
H A Dvimrc_example.vim60 " Use the default filetype settings, so that mail gets 'tw' set to 72,
/macosx-10.9.5/CPANInternal-140/SOAP-Lite-0.69/lib/SOAP/
H A DSchema.pm29 This is the class constructor. With no arguments, it creates a blank object of the class. Any arguments that are passed are treated as key/value pairs in which the key represents one of the methods described here, and the value is what gets passed when the method itself gets invoked.
53 Gets (or sets) the current schema representation to be used by this object. The value to be passed when setting this is just the URI of the schema. This gets passed to other methods such as access for loading the actual content.
/macosx-10.9.5/ruby-104/ruby/ext/tk/sample/
H A Dtktextio.rb450 while(s = self.gets(rs))
505 def gets(rs = $/) method in class:TkTextIO
938 STDOUT.print("\n========= TkTextIO#gets for inital text ========\n\n")
940 while(s = gets)
989 STDOUT.print(gets)
1057 Thread.new{loop{p io.gets}}
/macosx-10.9.5/ruby-104/ruby/lib/irb/
H A Druby-lex.rb86 @input = Proc.new{@io.gets}
123 def gets method
371 gets
915 # while l = gets
/macosx-10.9.5/CPANInternal-140/Data-Page/lib/Data/
H A DPage.pm200 This method gets or sets the total number of entries per page (which
207 This method gets or sets the current page number (which defaults to 1):
/macosx-10.9.5/CPANInternal-140/Log-Log4perl/lib/Log/Log4perl/Appender/
H A DSynchronized.pm134 makes sure the line gets written before a task switch occurs.
240 appender is used with mod_perl. If Log4perl gets initialized by a startup
/macosx-10.9.5/ruby-104/ruby/ext/tk/lib/tk/
H A Doptiondb.rb60 while line = f.gets
105 while line = f.gets
/macosx-10.9.5/ruby-104/ruby/test/openssl/
H A Dtest_ssl_session.rb183 assert_equal(str, ssl.gets)
267 assert_equal(str, ssl.gets)
/macosx-10.9.5/tcl-102/tcl_ext/expect/expect/example/
H A Dftp-inband157 if {-1 == [gets $fp buf]} break
/macosx-10.9.5/tcl-102/tcl_ext/trf/trf/tools/
H A Dmd153 set n [gets $check_src line]
/macosx-10.9.5/CPANInternal-140/Log-Log4perl-1.40/lib/Log/Log4perl/
H A DResurrector.pm137 C<Foobar> actually gets loaded.
/macosx-10.9.5/CPANInternal-140/Net-DNS/lib/Net/DNS/RR/
H A DOPT.pm243 Sets or gets the packet size.
/macosx-10.9.5/Heimdal-323.92.1/lib/roken/
H A Dtest-mini_inetd.c234 while (gets(buf)) {
244 fprintf(stderr, "[%s] gets() failed (%s)\n", prog, _strerror("gets"));
/macosx-10.9.5/JavaScriptCore-7537.78.1/offlineasm/
H A Dasm.rb244 firstLine = inp.gets
/macosx-10.9.5/Security-55471.14.18/libsecurity_ssl/sslViewer/
H A DioSock.c114 gets(instr);
/macosx-10.9.5/bash-92/bash-3.2/lib/readline/
H A Dtilde.c442 if (!gets (line))
/macosx-10.9.5/bash-92/bash-3.2/lib/tilde/
H A Dtilde.c442 if (!gets (line))
/macosx-10.9.5/libpcap-42/libpcap/msdos/
H A Dpkt_rx1.s70 ; This routine gets called by the packet driver twice:

Completed in 320 milliseconds

1234567891011>>