Searched refs:there (Results 1 - 25 of 341) sorted by relevance

1234567891011>>

/macosx-10.10/ruby-106/ruby/sample/drb/
H A Ddchats.rb11 def initialize(server, there)
13 @there = there
14 @name = there.name
15 @key = there.key = Time.now
18 attr :there
21 @server.distribute(@there, str)
25 @there.message(@key, str)
36 def add_member(there)
37 client = ChatEntry.new(self, there)
[all...]
H A Ddhasenc.rb9 there = ARGV.shift || raise("usage: #{$0} <server_uri>")
11 dhasen = DRbObject.new(nil, there)
H A Ddlogc.rb8 there = ARGV.shift || raise("usage: #{$0} <server_uri>")
11 ro = DRbObject.new(nil, there)
H A Ddqin.rb9 there = ARGV.shift || raise("usage: #{$0} <server_uri>")
12 queue = DRbObject.new(nil, there)
H A Ddqout.rb9 there = ARGV.shift || raise("usage: #{$0} <server_uri>")
12 queue = DRbObject.new(nil, there)
H A Dholderc.rb4 there = ARGV.shift || raise
11 ro = DRbObject.new(nil, there)
H A Ddchatc.rb18 def message(there, str)
19 raise 'invalid key' unless @key == there
26 there = ARGV.shift
28 raise "usage" unless (there and name)
34 ro = DRbObject.new(nil, there)
H A Ddrbssl_c.rb6 there = ARGV.shift || "drbssl://localhost:3456"
16 h = DRbObject.new(nil, there)
H A Ddrbc.rb21 there = ARGV.shift
22 unless there
28 ro = DRbObject.new_with_uri(there)
H A Ddrbch.rb22 there = ARGV.shift
23 unless there
31 ro = DRbObject.new(nil, there)
H A Dnamec.rb9 there = ARGV.shift || raise
16 ro = DRbObject.new(nil, there)
H A Ddarrayc.rb8 there = ARGV.shift || raise("usage: #{$0} <server_uri>")
11 ro = DRbObject.new(nil, there)
/macosx-10.10/apache-793/httpd/modules/lua/test/htdocs/
H A Dsimple.lua3 r:puts("Hi there!")
/macosx-10.10/ruby-106/ruby/test/drb/
H A Dtest_drb.rb10 @there = @ext.front
18 @there.echo_yield_1([]) {|one|
22 @there.echo_yield_1(1) {|one|
26 @there.echo_yield_1(nil) {|one|
32 @there.echo_yield_2([], []) {|one, two|
37 @there.echo_yield_2(1, 2) {|one, two|
42 @there.echo_yield_2(3, nil) {|one, two|
47 @there.echo_yield_1([:key, :value]) {|one, two|
54 @there.echo_yield_0 {|*s|
57 @there
[all...]
H A Ddrbtest.rb70 @there = @ext.front
76 while (@there&&@there.to_s rescue nil)
113 assert_equal("hello", @there.hello)
115 assert_equal(6, @there.sample(onecky, 1, 2))
116 ary = @there.to_a
119 assert(@there.respond_to?(:to_a, true))
120 assert(@there.respond_to?(:eval, true))
121 assert(! @there.respond_to?(:eval, false))
122 assert(! @there
[all...]
H A Dignore_test_drb.rb8 @there = @ext.front
H A Dtest_drbunix.rb25 @there = @ext.front
43 @there = @ext.front
H A Dtest_drbssl.rb41 @there = @ext.front
59 @there = @ext.front
/macosx-10.10/tcl-105/tcl_ext/incrtcl/incrTcl/itcl/tests/
H A Dchain.test106 $testobj show "hello there"
108 } {{b::show hello there} {a::show hello there} {d::show hello there}}
112 $testobj test_chain_d::show "hello there"
114 } {{b::show hello there} {a::show hello there} {d::show hello there}}
118 $testobj test_chain_a::show "hello there"
120 } {{b::show hello there} {
[all...]
/macosx-10.10/tidy-15.15/tidy/build/rpm/
H A Dtidy.spec38 there was a simple way to fix these mistakes automatically and tidy up
39 sloppy editing into nicely layed out markup? Well now there is! Dave
50 when there are problems that it can't be sure of how to handle. These
/macosx-10.10/llvmCore-3425.0.34/autoconf/m4/
H A Dcheck_gnu_make.m417 dnl If there was a GNU version, then set @ifGNUmake@ to the empty string,
/macosx-10.10/llvmCore-3425.0.34/projects/sample/autoconf/m4/
H A Dcheck_gnu_make.m417 dnl If there was a GNU version, then set @ifGNUmake@ to the empty string,
/macosx-10.10/ruby-106/ruby/lib/drb/
H A Dextserv.rb14 def initialize(there, name, server=nil)
18 ro = DRbObject.new(nil, there)
/macosx-10.10/gnutar-453/gnutar/scripts/
H A Ddump-remind.in77 drive itself. If there aren't any more, information about where to find
/macosx-10.10/vim-55/runtime/lang/
H A Dmenu_en_gb.latin1.vim11 " Note: there is no "scriptencoding" command here, all encodings should be

Completed in 242 milliseconds

1234567891011>>