Home
last modified time | relevance | path

Searched refs:add_author (Results 1 – 25 of 38) sorted by relevance

12

/dports/devel/R-cran-desc/desc/tests/testthat/
H A Dtest-authors.R30 desc$add_author("Gábor", "Csárdi", email = "csardi.gabor@gmail.com",
49 desc$add_author("Gábor", "Csárdi", email = "csardi.gabor@gmail.com",
72 desc$add_author("Gábor", "Csárdi", email = "csardi.gabor@gmail.com",
90 expect_error(desc$add_author("Gábor", "Csárdi", email = "csardi.gabor@gmail.com",
123 desc$add_author("Gábor", "Csárdi", email = "csardi.gabor@gmail.com",
142 desc$add_author("Gábor", "Csárdi", email = "csardi.gabor@gmail.com",
203 desc$add_author("Gábor", "Csárdi", email = "csardi.gabor@gmail.com",
374 D1$add_author("Gabor", "Csardi", "csardi.gabor@gmail.com", role = "ctb")
H A Dtest-trailing-ws.R43 d$add_author("Gabor", "Csardi", "foo@bar.com")
/dports/devel/pyside2/pyside-setup-opensource-src-5.15.2/sources/pyside2/doc/tutorials/portingguide/chapter1/
H A Dcreatedb.py60 def add_author(q, name, birthdate): function
109 asimovId = add_author(q, "Isaac Asimov", date(1920, 2, 1))
110 greeneId = add_author(q, "Graham Greene", date(1904, 10, 2))
111 pratchettId = add_author(q, "Terry Pratchett", date(1948, 4, 28))
/dports/devel/pyside2/pyside-setup-opensource-src-5.15.2/sources/pyside2/doc/tutorials/portingguide/chapter2/
H A Dcreatedb.py60 def add_author(q, name, birthdate): function
109 asimovId = add_author(q, "Isaac Asimov", date(1920, 2, 1))
110 greeneId = add_author(q, "Graham Greene", date(1904, 10, 2))
111 pratchettId = add_author(q, "Terry Pratchett", date(1948, 4, 28))
/dports/devel/pyside2/pyside-setup-opensource-src-5.15.2/sources/pyside2/doc/tutorials/portingguide/chapter3/
H A Dcreatedb.py60 def add_author(q, name, birthdate): function
109 asimovId = add_author(q, "Isaac Asimov", date(1920, 2, 1))
110 greeneId = add_author(q, "Graham Greene", date(1904, 10, 2))
111 pratchettId = add_author(q, "Terry Pratchett", date(1948, 4, 28))
/dports/devel/pyside2-tools/pyside-setup-opensource-src-5.15.2/sources/pyside2/doc/tutorials/portingguide/chapter2/
H A Dcreatedb.py60 def add_author(q, name, birthdate): function
109 asimovId = add_author(q, "Isaac Asimov", date(1920, 2, 1))
110 greeneId = add_author(q, "Graham Greene", date(1904, 10, 2))
111 pratchettId = add_author(q, "Terry Pratchett", date(1948, 4, 28))
/dports/devel/pyside2-tools/pyside-setup-opensource-src-5.15.2/sources/pyside2/doc/tutorials/portingguide/chapter3/
H A Dcreatedb.py60 def add_author(q, name, birthdate): function
109 asimovId = add_author(q, "Isaac Asimov", date(1920, 2, 1))
110 greeneId = add_author(q, "Graham Greene", date(1904, 10, 2))
111 pratchettId = add_author(q, "Terry Pratchett", date(1948, 4, 28))
/dports/devel/pyside2-tools/pyside-setup-opensource-src-5.15.2/sources/pyside2/doc/tutorials/portingguide/chapter1/
H A Dcreatedb.py60 def add_author(q, name, birthdate): function
109 asimovId = add_author(q, "Isaac Asimov", date(1920, 2, 1))
110 greeneId = add_author(q, "Graham Greene", date(1904, 10, 2))
111 pratchettId = add_author(q, "Terry Pratchett", date(1948, 4, 28))
/dports/devel/pyside2-tools/pyside-setup-opensource-src-5.15.2/examples/sql/books/
H A Dcreatedb.py59 def add_author(q, name, birthdate): function
108 asimovId = add_author(q, "Isaac Asimov", date(1920, 2, 1))
109 greeneId = add_author(q, "Graham Greene", date(1904, 10, 2))
110 pratchettId = add_author(q, "Terry Pratchett", date(1948, 4, 28))
/dports/devel/pyside2/pyside-setup-opensource-src-5.15.2/examples/sql/books/
H A Dcreatedb.py59 def add_author(q, name, birthdate): function
108 asimovId = add_author(q, "Isaac Asimov", date(1920, 2, 1))
109 greeneId = add_author(q, "Graham Greene", date(1904, 10, 2))
110 pratchettId = add_author(q, "Terry Pratchett", date(1948, 4, 28))
/dports/devel/shiboken2/pyside-setup-opensource-src-5.15.2/examples/sql/books/
H A Dcreatedb.py59 def add_author(q, name, birthdate): function
108 asimovId = add_author(q, "Isaac Asimov", date(1920, 2, 1))
109 greeneId = add_author(q, "Graham Greene", date(1904, 10, 2))
110 pratchettId = add_author(q, "Terry Pratchett", date(1948, 4, 28))
/dports/devel/shiboken2/pyside-setup-opensource-src-5.15.2/sources/pyside2/doc/tutorials/portingguide/chapter2/
H A Dcreatedb.py60 def add_author(q, name, birthdate): function
109 asimovId = add_author(q, "Isaac Asimov", date(1920, 2, 1))
110 greeneId = add_author(q, "Graham Greene", date(1904, 10, 2))
111 pratchettId = add_author(q, "Terry Pratchett", date(1948, 4, 28))
/dports/devel/shiboken2/pyside-setup-opensource-src-5.15.2/sources/pyside2/doc/tutorials/portingguide/chapter3/
H A Dcreatedb.py60 def add_author(q, name, birthdate): function
109 asimovId = add_author(q, "Isaac Asimov", date(1920, 2, 1))
110 greeneId = add_author(q, "Graham Greene", date(1904, 10, 2))
111 pratchettId = add_author(q, "Terry Pratchett", date(1948, 4, 28))
/dports/devel/shiboken2/pyside-setup-opensource-src-5.15.2/sources/pyside2/doc/tutorials/portingguide/chapter1/
H A Dcreatedb.py60 def add_author(q, name, birthdate): function
109 asimovId = add_author(q, "Isaac Asimov", date(1920, 2, 1))
110 greeneId = add_author(q, "Graham Greene", date(1904, 10, 2))
111 pratchettId = add_author(q, "Terry Pratchett", date(1948, 4, 28))
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/lib/bulk_imports/groups/transformers/
H A Dmember_attributes_transformer.rb11 .then { |data| add_author(data, context) }
48 def add_author(data, context) method in BulkImports.Groups.Transformers.MemberAttributesTransformer
/dports/deskutils/calibre/calibre-src-5.34.0/src/calibre/gui2/dialogs/
H A Dauthors_edit.py139 a.returnPressed.connect(self.add_author)
145 b.clicked.connect(self.add_author)
182 def add_author(self): member in AuthorsEdit
/dports/devel/cppcheck-gui/cppcheck-2.6.3/htmlreport/
H A Dcppcheck-htmlreport336 def tr_str(td_th, line, id, cwe, severity, message, author, author_mail, date, add_author, tr_class…
351 if add_author:
681 …, 'Severity', 'Message', 'Author', 'Author mail', 'Date (DD/MM/YYYY)', add_author=add_author_infor…
730 add_author=add_author_information,
/dports/lang/spidermonkey60/firefox-60.9.0/servo/etc/ci/performance/
H A Dsubmit_to_perfherder.py87 trs.add_author(data['author'])
96 tr.add_author(rev['author'])
/dports/textproc/syck/syck-0.70/ext/ruby/samples/
H A DokayRpc-server.rb9 s.add_author( 'why the lucky stiff', 'okay-rpc@whytheluckystiff.net', 'http://whytheluckystiff.net/…
/dports/devel/cppcheck/cppcheck-2.6.3/htmlreport/
H A Dcppcheck-htmlreport336 def tr_str(td_th, line, id, cwe, severity, message, author, author_mail, date, add_author, tr_class…
351 if add_author:
681 …, 'Severity', 'Message', 'Author', 'Author mail', 'Date (DD/MM/YYYY)', add_author=add_author_infor…
730 add_author=add_author_information,
/dports/databases/zodb/ZODB-5.6.0/doc/guide/
H A Dwriting-persistent-objects.rst48 def add_author(self, author):
65 >>> book.add_author('Carlos')
95 def add_author(self, author):
108 >>> book.add_author('Carlos')
133 def add_author(self, author):
146 >>> book.add_author('Carlos')
198 def add_author(self, author):
211 >>> book.add_author('Carlos')
340 def add_author(self, author):
568 def add_author(self, author):
[all …]
/dports/print/xmbibtex/xmbibtex-1.7/src/
H A Dbiblio.h31 void add_author(unsigned long n, char *s);
H A Dinspec.cc115 add_author(last,s_temp1); in Read_Inspec()
129 add_author(last,s_temp1); in Read_Inspec()
H A Dspirs.cc53 add_author(last, auname); in Read_MedlineSpirs()
/dports/devel/R-cran-desc/desc/
H A DNEWS.md56 * `add_author()` and similar functions now allow a character vector of
76 * All functions and methods managing authors (`add_me`, `add_author()`,

12