Searched refs:new (Results 1 - 25 of 4452) sorted by relevance

1234567891011>>

/macosx-10.10/ruby-106/ruby/test/date/
H A Dtest_date_compat.rb7 assert_equal(DateTime.new, Date.new)
8 assert_equal(DateTime.new(2002,3,19), Date.new(2002,3,19))
9 assert_equal(DateTime.new(2002,3,19, 0,0,0), Date.new(2002,3,19))
10 assert_equal(DateTime.new(2002,3,19, 0,0,0, 0), Date.new(2002,3,19))
11 assert_equal(DateTime.new(2002,3,19, 0,0,0, 0.to_r), Date.new(200
[all...]
/macosx-10.10/bootstrap_cmds-91/migcom.tproj/
H A Dstatement.c59 register statement_t *new; local
61 new = (statement_t *) malloc(sizeof *new);
62 if (new == stNULL)
64 *last = new;
65 last = &new->stNext;
66 new->stNext = stNULL;
67 return new;
/macosx-10.10/ksh-23/ksh/src/cmd/INIT/
H A Dhello.c23 int main() { int new = 0; printf("hello world\n"); return new;} local
/macosx-10.10/man-16/man/msgs/
H A Dgencat207fix.sh2 /usr/bin/gencat --new $1 $2
/macosx-10.10/xnu-2782.1.97/libsyscall/wrappers/
H A Drename.c25 int __rename(const char *old, const char *new);
28 rename(const char *old, const char *new) argument
30 int res = __rename(old, new);
H A Drenameat.c25 int __renameat(int oldfd, const char *old, int newfd, const char *new);
28 renameat(int oldfd, const char *old, int newfd, const char *new) argument
30 int res = __renameat(oldfd, old, newfd, new);
/macosx-10.10/ruby-106/ruby/ext/tk/sample/demos-en/
H A Dhello8 TkButton.new(nil,
10 'font'=>TkFont.new('k14'),
H A Dfloor.rb38 TkcRectangle.new(w,0,100,1,101, 'fill'=>'', 'outline'=>'', 'tags'=>'marker')
55 TkcWindow.new(w, 600, 100, 'anchor'=>'w', 'window'=>$floor_entry)
56 TkcText.new(w, 600, 100, 'anchor'=>'e', 'text'=>"Room: ")
86 new = TkcPolygon.new(w, *(w.coords(item)))
87 new.configure('fill'=>$floor_colors['active'], 'tags'=>'highlight')
88 w.raise(new, 'marker')
102 TkcPolygon.new(w,347,80,349,82,351,84,353,85,363,92,375,99,386,104,
115 TkcLine.new(w,386,129,398,129, 'fill'=>outline, 'tags'=>['floor1','bg'])
116 TkcLine.new(
[all...]
H A Dmsgbox.rb15 $msgbox_demo = TkToplevel.new {|w|
21 base_frame = TkFrame.new($msgbox_demo).pack(:fill=>:both, :expand=>true)
24 TkLabel.new(base_frame, 'font'=>$font, 'wraplength'=>'4i', 'justify'=>'left',
28 TkFrame.new(base_frame) {|frame|
29 TkButton.new(frame) {
38 TkButton.new(frame) {
43 TkButton.new(frame) {
50 $msgbox_leftframe = TkFrame.new(base_frame)
51 $msgbox_rightframe = TkFrame.new(base_frame)
57 TkLabel.new(
[all...]
/macosx-10.10/lsof-53/lsof/tests/
H A DAdd2TestDB28 # Form a new data base line.
30 new=""
34 if test "X$new" = "X"
36 new=$w
38 new="$new $w"
42 # See if the new line is already in the data base.
44 grep "$new" TestDB > /dev/null 2>&1
47 echo "\"$new\" is already in TestDB."
51 # Build a new dat
[all...]
/macosx-10.10/ruby-106/ruby/ext/tk/sample/demos-jp/
H A Dfloor.rb35 TkcRectangle.new(w,0,100,1,101, 'fill'=>'', 'outline'=>'', 'tags'=>'marker')
52 TkcWindow.new(w, 600, 100, 'anchor'=>'w', 'window'=>$floor_entry)
53 TkcText.new(w, 600, 100, 'anchor'=>'e', 'text'=>"������������: ")
83 new = TkcPolygon.new(w, *(w.coords(item)))
84 new.configure('fill'=>$floor_colors['active'], 'tags'=>'highlight')
85 w.raise(new, 'marker')
99 TkcPolygon.new(w,347,80,349,82,351,84,353,85,363,92,375,99,386,104,
112 TkcLine.new(w,386,129,398,129, 'fill'=>outline, 'tags'=>['floor1','bg'])
113 TkcLine.new(
[all...]
H A Dhello5 TkButton.new(nil,
/macosx-10.10/CPANInternal-159.1/Tree-Simple-VisitorFactory-0.10/t/
H A D65_Tree_Simple_Visitor_PreOrederTraversal_test.t15 my $tree = Tree::Simple->new(Tree::Simple->ROOT)
17 Tree::Simple->new("1")
19 Tree::Simple->new("1.1"),
20 Tree::Simple->new("1.2")
22 Tree::Simple->new("1.2.1"),
23 Tree::Simple->new("1.2.2")
25 Tree::Simple->new("1.3")
27 Tree::Simple->new("2")
29 Tree::Simple->new("2.1"),
30 Tree::Simple->new("2.
[all...]
/macosx-10.10/JavaScriptCore-7600.1.17/offlineasm/
H A Dregisters.rb70 GPR_PATTERN = Regexp.new('\\A((' + GPRS.join(')|(') + '))\\Z')
71 FPR_PATTERN = Regexp.new('\\A((' + FPRS.join(')|(') + '))\\Z')
73 REGISTER_PATTERN = Regexp.new('\\A((' + REGISTERS.join(')|(') + '))\\Z')
/macosx-10.10/ruby-106/ruby/test/rubygems/
H A Dtest_gem_name_tuple.rb6 n = Gem::NameTuple.new "a", Gem::Version.new(0), "ruby"
9 n = Gem::NameTuple.new "a", Gem::Version.new(0), nil
12 n = Gem::NameTuple.new "a", Gem::Version.new(0), ""
/macosx-10.10/bind9-45.101/bind9/bin/tests/rbt/
H A Ddns_rbt_addname_1_data6 dns_rbt.data add new.name ISC_R_SUCCESS
H A Ddns_rbt_deletename_2_data6 dns_rbt.data delete new.name ISC_R_NOTFOUND
/macosx-10.10/ruby-106/ruby/benchmark/
H A Dbm_vm_thread_create_join.rb4 Thread.new{
/macosx-10.10/ruby-106/ruby/ext/tk/sample/tkextlib/iwidgets/sample/
H A Dcanvasprintdialog.rb5 Tk::Iwidgets::Canvasprintdialog.new.activate
H A Ddateentry.rb5 Tk::Iwidgets::Dateentry.new.pack
H A Dtimeentry.rb5 Tk::Iwidgets::Timeentry.new.pack
/macosx-10.10/ruby-106/ruby/sample/drb/
H A Dgw_s.rb5 DRb.install_id_conv(DRb::GWIdConv.new)
6 gw = DRb::GW.new
7 s1 = DRb::DRbServer.new(ARGV.shift, gw)
8 s2 = DRb::DRbServer.new(ARGV.shift, gw)
/macosx-10.10/ruby-106/ruby/test/rubygems/plugin/exception/
H A Drubygems_plugin.rb2 raise Exception.new('boom')
/macosx-10.10/ruby-106/ruby/test/rubygems/plugin/standarderror/
H A Drubygems_plugin.rb2 raise StandardError.new('boom')
/macosx-10.10/ruby-106/ruby/test/rdoc/
H A Dtest_rdoc_token_stream.rb7 RDoc::RubyToken::TkCONSTANT. new(0, 0, 0, 'CONSTANT'),
8 RDoc::RubyToken::TkDEF. new(0, 0, 0, 'KW'),
9 RDoc::RubyToken::TkIVAR. new(0, 0, 0, 'IVAR'),
10 RDoc::RubyToken::TkOp. new(0, 0, 0, 'Op'),
11 RDoc::RubyToken::TkId. new(0, 0, 0, 'Id'),
12 RDoc::RubyToken::TkNode. new(0, 0, 0, 'Node'),
13 RDoc::RubyToken::TkCOMMENT. new(0, 0, 0, 'COMMENT'),
14 RDoc::RubyToken::TkREGEXP. new(0, 0, 0, 'REGEXP'),
15 RDoc::RubyToken::TkSTRING. new(0, 0, 0, 'STRING'),
16 RDoc::RubyToken::TkVal. new(
[all...]

Completed in 376 milliseconds

1234567891011>>