Searched refs:new (Results 151 - 175 of 4452) sorted by relevance

1234567891011>>

/macosx-10.10/BerkeleyDB-21/db/os_brew/
H A Dos_rename.c18 __os_rename(env, old, new, silent)
20 const char *old, *new;
32 if (IFILEMGR_Rename(pIFileMgr, old, new) == SUCCESS)
/macosx-10.10/Heimdal-398.1.2/po/
H A Dgen-po.in23 -o ${outfile}.new \
26 test -f ${outfile}.new && \
27 perl -pi -e "s@${top_srcdir}/@@" ${outfile}.new
29 grep -v "POT-Creation-Date:" ${outfile}.new > ${outfile}.new2
34 cp ${outfile}.new ${outfile}
36 rm ${outfile}.new* ${outfile}.old
/macosx-10.10/gnutar-453/gnutar/lib/
H A Dstrdup.c43 void *new = malloc (len); local
45 if (new == NULL)
48 return (char *) memcpy (new, s, len);
/macosx-10.10/ruby-106/ruby/test/-ext-/string/
H A Dtest_qsort.rb6 s = Bug::String.new("xxozfxx")
12 s = Bug::String.new("xxofzx1")
15 s = Bug::String.new("xxofzx231")
/macosx-10.10/BerkeleyDB-21/db/perl/BerkeleyDB/t/
H A Dcds.t31 my $lex = new LexFile $Dfile ;
34 ok 1, my $lexD = new LexDir($home) ;
36 ok 2, my $env = new BerkeleyDB::Env -Flags => DB_CREATE|DB_INIT_MPOOL,
39 ok 3, my $db = new BerkeleyDB::Btree -Filename => $Dfile,
54 my $lex = new LexFile $Dfile ;
57 ok 7, my $lexD = new LexDir($home) ;
59 ok 8, my $env = new BerkeleyDB::Env -Flags => DB_INIT_CDB|DB_CREATE|DB_INIT_MPOOL,
62 ok 9, my $db = new BerkeleyDB::Btree -Filename => $Dfile,
/macosx-10.10/CPANInternal-159.1/JSON-XS-3.01/t/
H A D21_evans.t14 my $js = JSON::XS->new->encode ($data);
15 my $j = new JSON::XS;
/macosx-10.10/CPANInternal-159.1/Tree-Simple-VisitorFactory-0.10/t/
H A D40_Tree_Simple_Visitor_GetAllDescendents_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/pyobjc-45/2.5/pyobjc/pyobjc-core/Examples/Scripts/
H A Dkvo-debugging.py21 def toKVOClass(orig, new):
22 if new in _kvoclassed:
23 return new
26 newset = Set(new.__dict__)
32 setattr(new, key, value)
35 _kvoclassed[new] = orig
36 return new
38 def fromKVOClass(new):
39 return _kvoclassed[new]
49 new
[all...]
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-core/Examples/Scripts/
H A Dkvo-debugging.py21 def toKVOClass(orig, new):
22 if new in _kvoclassed:
23 return new
26 newset = Set(new.__dict__)
32 setattr(new, key, value)
35 _kvoclassed[new] = orig
36 return new
38 def fromKVOClass(new):
39 return _kvoclassed[new]
49 new
[all...]
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-core-2.5.1/Examples/Scripts/
H A Dkvo-debugging.py21 def toKVOClass(orig, new):
22 if new in _kvoclassed:
23 return new
26 newset = Set(new.__dict__)
32 setattr(new, key, value)
35 _kvoclassed[new] = orig
36 return new
38 def fromKVOClass(new):
39 return _kvoclassed[new]
49 new
[all...]
/macosx-10.10/ruby-106/ruby/benchmark/
H A Dbm_so_array.rb9 x = Array.new(n)
10 y = Array.new(n, 0)
H A Dbm_so_object.rb41 toggle = Toggle.new 1
46 toggle = Toggle.new 1
49 ntoggle = NthToggle.new 1, 3
54 ntoggle = NthToggle.new 1, 3
H A Dbm_vm2_send.rb6 o = C.new
H A Dbm_vm_thread_mutex1.rb4 m = Mutex.new
9 Thread.new{
H A Dbm_vm_thread_mutex2.rb4 m = Mutex.new
9 Thread.new{
H A Dbm_vm_thread_mutex3.rb4 m = Mutex.new
8 Thread.new{
H A Dbm_vm_thread_pipe.rb6 [Thread.new{
11 }, Thread.new{
/macosx-10.10/ruby-106/ruby/bin/
H A Dgem12 required_version = Gem::Requirement.new ">= 1.8.7"
21 Gem::GemRunner.new.run args
/macosx-10.10/ruby-106/ruby/ext/tk/sample/demos-jp/
H A Dcombo.rb14 $combo_demo = TkToplevel.new {|w|
20 base_frame = TkFrame.new($combo_demo).pack(:fill=>:both, :expand=>true)
22 Ttk::Label.new(base_frame, :font=>$font, :wraplength=>'5i', :justify=>:left,
37 firstValue = TkVariable.new
38 secondValue = TkVariable.new
39 ozCity = TkVariable.new
42 Ttk::Frame.new(base_frame) {|frame|
43 sep = Ttk::Separator.new(frame)
46 Ttk::Button.new(frame, :text=>'������������',
54 Ttk::Button.new(fram
[all...]
/macosx-10.10/ruby-106/ruby/ext/tk/sample/tkextlib/blt/
H A Dwinop1.rb8 src = TkPhotoImage.new(:file=>file)
19 l_img0 = TkLabel.new(:image=>src)
20 l_hdr0 = TkLabel.new(:text=>"#{width} x #{height}")
21 l_ftr0 = TkLabel.new(:text=>'100%')
28 dst = TkPhotoImage.new(:width=>iw, :height=>ih)
30 l_hdr = TkLabel.new(:text=>"#{iw} x #{ih}")
31 l_ftr = TkLabel.new(:text=>"#{r}%")
32 l_img = TkLabel.new(:image=>dst)
/macosx-10.10/ruby-106/ruby/ext/tk/sample/tkextlib/iwidgets/sample/
H A Dfeedback.rb5 Tk::Iwidgets::Feedback.new(:labeltext=>'Status', :steps=>20){|fb|
7 TkTimer.new(500, 20, proc{fb.step}).start(2500)
H A Dhyperhelp.rb5 mainloop = Thread.new{Tk.mainloop}
10 hh = Tk::Iwidgets::Hyperhelp.new(:topics=>href, :helpdir=>dir)
H A Dpromptdialog.rb5 mainloop = Thread.new{Tk.mainloop}
9 pd = Tk::Iwidgets::Promptdialog.new(:modality=>:global, :title=>'Password',
/macosx-10.10/ruby-106/ruby/ext/tk/sample/tkextlib/tcllib/
H A Dxyplot.rb6 TkCanvas.new(:background=>'white', :width=>400, :height=>200){|c|
8 Tk::Tcllib::Plotchart::XYPlot.new(c, [0.0, 100.0, 10.0],
/macosx-10.10/ruby-106/ruby/lib/rexml/parsers/
H A Dtreeparser.rb7 def initialize( source, build_context = Document.new )
9 @parser = Parsers::BaseParser.new( source )
27 #raise ParseException.new("No close tag for #{tag_stack.inspect}")
28 raise ParseException.new("No close tag for #{@build_context.xpath}")
35 el.attributes[key]=Attribute.new(key,value,self)
46 Text.new(event[1], @build_context.whitespace, nil, true)
54 c = Comment.new( event[1] )
57 c = CData.new( event[1] )
60 @build_context.add( Instruction.new( event[1], event[2] ) )
66 doctype = DocType.new( even
[all...]

Completed in 226 milliseconds

1234567891011>>