Searched refs:authors (Results 1 - 25 of 124) sorted by relevance

12345

/macosx-10.10.1/text_cmds-88/sort/
H A Dversion-etc.c45 const char *version, va_list authors)
49 /* Count the number of authors. */
54 __va_copy (tmp_authors, authors);
56 tmp_authors = authors;
90 vfprintf (stream, _("Written by %s.\n"), authors);
94 vfprintf (stream, _("Written by %s and %s.\n"), authors);
98 vfprintf (stream, _("Written by %s, %s, and %s.\n"), authors);
104 vfprintf (stream, _("Written by %s, %s, %s,\nand %s.\n"), authors);
110 vfprintf (stream, _("Written by %s, %s, %s,\n%s, and %s.\n"), authors);
117 authors);
43 version_etc_va(FILE *stream, const char *command_name, const char *package, const char *version, va_list authors) argument
175 va_list authors; local
[all...]
H A Dlong-options.c73 va_list authors; local
74 va_start (authors, usage_func);
75 version_etc_va (stdout, command_name, package, version, authors);
H A Dversion-etc.h30 const char *version, va_list authors);
/macosx-10.10.1/gnutar-453/gnutar/lib/
H A Dversion-etc.c43 const char *version, va_list authors)
47 /* Count the number of authors. */
51 va_copy (tmp_authors, authors);
86 vfprintf (stream, _("Written by %s.\n"), authors);
90 vfprintf (stream, _("Written by %s and %s.\n"), authors);
94 vfprintf (stream, _("Written by %s, %s, and %s.\n"), authors);
100 vfprintf (stream, _("Written by %s, %s, %s,\nand %s.\n"), authors);
106 vfprintf (stream, _("Written by %s, %s, %s,\n%s, and %s.\n"), authors);
113 authors);
120 authors);
41 version_etc_va(FILE *stream, const char *command_name, const char *package, const char *version, va_list authors) argument
171 va_list authors; local
[all...]
H A Dversion-etc.h30 const char *version, va_list authors);
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/yaml/
H A DCHANGES10 authors:
/macosx-10.10.1/JavaScriptCore-7600.1.17/tests/mozilla/js1_5/Regress/
H A Dregress-111557.js56 top.authors = new Array();
61 top.authors[i] = "zPROD xA.5375.";
65 top.authors[i] = "zFLDR xB.5375.0100.";
69 top.authors[i] = "zFLDR xC.5375.0100.0001.";
73 top.authors[i] = "zHTML xD.5375.0100.0001.0001.";
77 top.authors[i] = "zHTML xD.5375.0100.0001.0002.";
81 top.authors[i] = "zHTML xD.5375.0100.0001.0003.";
85 top.authors[i] = "zHTML xD.5375.0100.0001.0004.";
89 top.authors[i] = "zHTML xD.5375.0100.0001.0005.";
93 top.authors[
[all...]
/macosx-10.10.1/CPANInternal-159.1/Crypt-SSLeay-0.64/
H A DMakefile.PL10 my @authors = reverse ( # reverse chronological order
35 AUTHOR => $mm_version > 6.5701 ? \@authors : $authors[0],
/macosx-10.10.1/ruby-106/ruby/lib/rss/maker/
H A Dentry.rb88 super or !authors.empty?
94 if authors.all? {|author| !author.have_required_values?}
104 :authors => authors.to_a.dup,
113 authors.replace(@maker.channel.authors) if keep[:authors].empty?
131 authors.replace(keep[:authors])
H A Dfeed.rb46 (!authors.empty? or
47 @maker.items.any? {|item| !item.authors.empty?})
60 super or !authors.empty?
65 if authors.empty? and
/macosx-10.10.1/tcl-105/tcl_ext/xotcl/xotcl/apps/utils/
H A Dxo-whichPkg11 authors {
/macosx-10.10.1/iodbc-42.5/iodbc/debian/
H A DREADME.Debian5 According to the upstream authors the library can safely be installed
/macosx-10.10.1/ruby-106/ruby/test/rss/
H A Dtest_parser_atom_entry.rb87 assert_equal(2, entry.authors.size)
88 entry.authors.last
H A Dtest_setup_maker_atom_entry.rb34 authors = [
77 authors.each do |author_info|
78 item.authors.new_author do |author|
127 new_authors = new_feed.authors.collect do |author|
134 assert_equal(authors, new_authors)
H A Dtest_setup_maker_atom_feed.rb34 authors = [
82 authors.each do |author_info|
83 maker.channel.authors.new_author do |author|
141 new_authors = new_feed.authors.collect do |author|
148 assert_equal(authors, new_authors)
H A Dtest_atom.rb27 feed.authors << author
49 feed.authors.clear
55 author = entry.authors.first
56 entry.authors.clear
60 feed.authors << author
62 feed.authors.clear
65 entry.authors << author
87 author = entry.authors.first
88 entry.authors.clear
91 source.authors << autho
[all...]
H A Dtest_parser_atom_feed.rb117 assert_equal(2, feed.authors.size)
118 feed.authors[1]
126 assert_equal(1, feed.entry.authors.size)
/macosx-10.10.1/ruby-106/ruby/lib/rubygems/commands/
H A Dquery_command.rb254 authors = "Author#{spec.authors.length > 1 ? 's' : ''}: "
255 authors << spec.authors.join(', ')
256 entry << format_text(authors, 68, 4)
/macosx-10.10.1/ruby-106/ruby/test/rubygems/
H A Dtest_gem_package_task.rb19 g.authors = %w[author]
/macosx-10.10.1/libxml2-26/libxml2/
H A Dcheck-relaxng-test-suite.py322 authors = node.xpathEval('author')
327 if authors != []:
329 for author in authors:
H A Dcheck-relaxng-test-suite2.py335 authors = node.xpathEval('author')
340 if authors != []:
342 for author in authors:
H A Dcheck-xsddata-test-suite.py333 authors = node.xpathEval('author')
338 if authors != []:
340 for author in authors:
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/
H A Dcheck-relaxng-test-suite.py322 authors = node.xpathEval('author')
327 if authors != []:
329 for author in authors:
H A Dcheck-relaxng-test-suite2.py335 authors = node.xpathEval('author')
340 if authors != []:
342 for author in authors:
H A Dcheck-xsddata-test-suite.py333 authors = node.xpathEval('author')
338 if authors != []:
340 for author in authors:

Completed in 143 milliseconds

12345