Searched refs:add_file (Results 26 - 50 of 58) sorted by relevance

123

/macosx-10.9.5/ruby-104/ruby/lib/rdoc/
H A Dconstant.rb165 @file = @store.add_file @file.full_name if @file
H A Dany_method.rb243 @file = @store.add_file @file.full_name if @file
H A Dcode_object.rb287 @parent = @store.add_file @parent_name
H A Drdoc.rb343 @stats.add_file filename
358 top_level = @store.add_file filename, relative_path.to_s
H A Dmethod_attr.rb147 @file = @store.add_file @file.full_name if @file
H A Dstats.rb77 def add_file(file) method
H A Dstore.rb179 def add_file absolute_name, relative_name = absolute_name method in class:RDoc
/macosx-10.9.5/ruby-104/ruby/test/rdoc/
H A Dtest_rdoc_context.rb45 top_level = @store.add_file 'file.rb'
65 top_level = @store.add_file 'file.rb'
223 meth1.record_location @store.add_file 'first.rb'
230 meth2.record_location @store.add_file 'second.rb'
251 meth1.record_location @store.add_file 'first.rb'
258 meth2.record_location @store.add_file 'second.rb'
279 tl = @store.add_file 'file.rb'
292 top_level = store.add_file 'file.rb'
441 refute @c1.defined_in?(@store.add_file('name.rb'))
H A Dtest_rdoc_generator_json_index.rb28 @top_level = @store.add_file 'file.rb'
44 @page = @store.add_file 'page.rdoc'
H A Dtest_rdoc_parser.rb86 app = @store.add_file 'app'
102 forbidden = @store.add_file io.path
H A Dtest_rdoc_ri_driver.rb414 tl1 = @store1.add_file 'one.rb'
415 tl2 = @store1.add_file 'two.rb'
732 other = @store1.add_file 'README.md'
753 other = @store1.add_file 'README.EXT'
772 other = @store1.add_file 'doc/globals.rdoc'
806 other = @store1.add_file 'OTHER.rdoc'
1340 @top_level = @store2.add_file 'file.rb'
1365 @top_level = @store1.add_file 'file.rb'
1367 @readme = @store1.add_file 'README.rdoc'
H A Dtest_rdoc_cross_reference.rb148 page = @store.add_file 'README.txt'
H A Dtest_rdoc_any_method.rb64 top_level = @store.add_file 'file.rb'
132 top_level = @store.add_file 'file.rb'
H A Dtest_rdoc_servlet.rb184 file = store.add_file 'file.rb'
211 readme = store.add_file 'README.rdoc'
H A Dtest_rdoc_code_object.rb177 @co.record_location @store.add_file 'lib/file.rb'
H A Dtest_rdoc_markup_document.rb105 @d.file = @store.add_file 'file.rb'
H A Dtest_rdoc_text.rb14 @top_level = @store.add_file 'file.rb'
H A Dtest_rdoc_parser_changelog.rb9 @top_level = @store.add_file @tempfile.path
H A Dtest_rdoc_comment.rb10 @top_level = @store.add_file 'file.rb'
/macosx-10.9.5/ruby-104/ruby/lib/rubygems/package/
H A Dtar_writer.rb103 def add_file(name, mode) # :yields: io method in class:Gem
148 add_file name, mode do |io|
/macosx-10.9.5/BootCache-106/
H A Dcontrol.c52 static int add_file(struct BC_playlist *pc, const char *fname, const int batch, const bool shared, const bool low_priority);
224 add_file(pc, filename, batch, shared, false);
457 add_file(pc, BC_DYLD_SHARED_CACHE_32, 0, true, true);
463 add_file(pc, BC_DYLD_SHARED_CACHE, -1, true, false);
554 add_file(user_playlist, BC_DYLD_SHARED_CACHE_32, 0, true, true);
556 add_file(user_playlist, BC_DYLD_SHARED_CACHE_32, i386_shared_cache_batch_num, true, false);
634 add_file(user_playlist, BC_DYLD_SHARED_CACHE_32, batch_offset, true, flags & BC_PE_LOWPRIORITY);
675 // --- none yet, use add_file ---
710 add_file(struct BC_playlist *pc, const char *fname, const int batch, const bool shared, const bool low_priority) function
798 add_file(p
[all...]
/macosx-10.9.5/OpenSSH-186/openssh/
H A Dssh-add.c184 add_file(AuthenticationConnection *ac, const char *filename, int key_only, int keychain) function
410 if (add_file(ac, file, key_only, keychain) == -1)
/macosx-10.9.5/Heimdal-323.92.1/lib/krb5/
H A Dcontext.c675 add_file(char ***pfilenames, unsigned *len, char *file) function
721 ret = add_file(&files, &len, *filenames);
779 ret = add_file(&pp, &len, fn);
791 ret = add_file(&pp, &len, pq[i]);
/macosx-10.9.5/ruby-104/ruby/lib/rubygems/
H A Dremote_fetcher.rb433 store.add_file Gem.configuration.ssl_ca_cert
451 store.add_file ssl_cert_file
/macosx-10.9.5/groff-38/groff/src/preproc/refer/
H A Drefer.cpp315 database_list.add_file(filename);
404 database_list.add_file(filename);
406 database_list.add_file(DEFAULT_INDEX, 1);

Completed in 405 milliseconds

123