HomeSort by: relevance | last modified time | path
    Searched defs:authors (Results 1 - 14 of 14) sorted by relevancy

  /src/external/gpl2/dtc/dist/Documentation/
dtc-paper.tex 557 \section*{About the authors}
dtc-paper.tex 557 \section*{About the authors}
  /src/external/gpl2/groff/dist/src/preproc/refer/
ref.h 66 string authors; member in class:reference
ref.h 66 string authors; member in class:reference
  /src/external/gpl3/gcc/dist/contrib/gcc-changelog/
git_commit.py 221 def __init__(self, folder, authors, prs):
224 self.author_lines = list(authors)
279 def authors(self): member in class:ChangeLogEntry
785 def format_authors_in_changelog(cls, authors, timestamp, prefix=''):
787 for i, author in enumerate(authors):
820 authors = entry.authors if entry.authors else [self.info.author]
821 # add Co-Authored-By authors to all ChangeLog entries
823 if author not in authors
    [all...]
git_commit.py 221 def __init__(self, folder, authors, prs):
224 self.author_lines = list(authors)
279 def authors(self): member in class:ChangeLogEntry
785 def format_authors_in_changelog(cls, authors, timestamp, prefix=''):
787 for i, author in enumerate(authors):
820 authors = entry.authors if entry.authors else [self.info.author]
821 # add Co-Authored-By authors to all ChangeLog entries
823 if author not in authors
    [all...]
  /src/external/gpl3/gcc.old/dist/contrib/gcc-changelog/
git_commit.py 213 def __init__(self, folder, authors, prs):
216 self.author_lines = list(authors)
271 def authors(self): member in class:ChangeLogEntry
756 def format_authors_in_changelog(cls, authors, timestamp, prefix=''):
758 for i, author in enumerate(authors):
785 authors = entry.authors if entry.authors else [self.info.author]
786 # add Co-Authored-By authors to all ChangeLog entries
788 if author not in authors
    [all...]
git_commit.py 213 def __init__(self, folder, authors, prs):
216 self.author_lines = list(authors)
271 def authors(self): member in class:ChangeLogEntry
756 def format_authors_in_changelog(cls, authors, timestamp, prefix=''):
758 for i, author in enumerate(authors):
785 authors = entry.authors if entry.authors else [self.info.author]
786 # add Co-Authored-By authors to all ChangeLog entries
788 if author not in authors
    [all...]
  /src/external/gpl2/rcs/dist/src/
rlog.c 173 struct authors { /* login names in author option; */ struct
175 struct authors * nextauthor;
220 static struct authors *authorlist;
784 struct authors * newauthor;
790 authorlist = talloc(struct authors);
797 newauthor = talloc(struct authors);
965 struct authors const *pauthor;
969 if ((pauthor = authorlist)) /* only certain authors wanted */
rlog.c 173 struct authors { /* login names in author option; */ struct
175 struct authors * nextauthor;
220 static struct authors *authorlist;
784 struct authors * newauthor;
790 authorlist = talloc(struct authors);
797 newauthor = talloc(struct authors);
965 struct authors const *pauthor;
969 if ((pauthor = authorlist)) /* only certain authors wanted */
  /src/external/mpl/bind/dist/bin/named/
builtin.c 18 * The built-in "version", "hostname", "id", "authors" and "empty" databases.
533 static const char *authors[] = { local
548 * If a version string is specified, disable the authors.bind zone.
554 for (p = authors; *p != NULL; p++) {
1206 if (strcmp(argv[0], "authors") == 0) {
builtin.c 18 * The built-in "version", "hostname", "id", "authors" and "empty" databases.
533 static const char *authors[] = { local
548 * If a version string is specified, disable the authors.bind zone.
554 for (p = authors; *p != NULL; p++) {
1206 if (strcmp(argv[0], "authors") == 0) {
  /src/external/mpl/bind/dist/contrib/gitchangelog/
gitchangelog.py 975 Authors
1071 for author in self.authors
1075 def authors(self): member in class:GitCommit
1573 commit["author_names_joined"] = ", ".join(commit["authors"])
1827 "authors": commit.author_names,
gitchangelog.py 975 Authors
1071 for author in self.authors
1075 def authors(self): member in class:GitCommit
1573 commit["author_names_joined"] = ", ".join(commit["authors"])
1827 "authors": commit.author_names,

Completed in 43 milliseconds