Home
last modified time | relevance | path

Searched refs:author (Results 1 – 25 of 1012) sorted by relevance

12345678910>>...41

/third_party/libxml2/result/
Dslashdot16.xml.rde22 2 1 author 0 0
24 2 15 author 0 0
73 2 1 author 0 0
75 2 15 author 0 0
124 2 1 author 0 0
126 2 15 author 0 0
175 2 1 author 0 0
177 2 15 author 0 0
226 2 1 author 0 0
228 2 15 author 0 0
[all …]
Dslashdot16.xml.rdr22 2 1 author 0 0
24 2 15 author 0 0
73 2 1 author 0 0
75 2 15 author 0 0
124 2 1 author 0 0
126 2 15 author 0 0
175 2 1 author 0 0
177 2 15 author 0 0
226 2 1 author 0 0
228 2 15 author 0 0
[all …]
Dslashdot.xml.rde22 2 1 author 0 0
24 2 15 author 0 0
73 2 1 author 0 0
75 2 15 author 0 0
124 2 1 author 0 0
126 2 15 author 0 0
175 2 1 author 0 0
177 2 15 author 0 0
226 2 1 author 0 0
228 2 15 author 0 0
[all …]
Dslashdot.xml.rdr22 2 1 author 0 0
24 2 15 author 0 0
73 2 1 author 0 0
75 2 15 author 0 0
124 2 1 author 0 0
126 2 15 author 0 0
175 2 1 author 0 0
177 2 15 author 0 0
226 2 1 author 0 0
228 2 15 author 0 0
[all …]
Dslashdot16.xml.sax24 SAX.startElement(author)
26 SAX.endElement(author)
75 SAX.startElement(author)
77 SAX.endElement(author)
126 SAX.startElement(author)
128 SAX.endElement(author)
177 SAX.startElement(author)
179 SAX.endElement(author)
228 SAX.startElement(author)
230 SAX.endElement(author)
[all …]
Dslashdot.xml.sax24 SAX.startElement(author)
26 SAX.endElement(author)
75 SAX.startElement(author)
77 SAX.endElement(author)
126 SAX.startElement(author)
128 SAX.endElement(author)
177 SAX.startElement(author)
179 SAX.endElement(author)
228 SAX.startElement(author)
230 SAX.endElement(author)
[all …]
Dslashdot16.xml.sax224 SAX.startElementNs(author, NULL, NULL, 0, 0, 0)
26 SAX.endElementNs(author, NULL, NULL)
75 SAX.startElementNs(author, NULL, NULL, 0, 0, 0)
77 SAX.endElementNs(author, NULL, NULL)
126 SAX.startElementNs(author, NULL, NULL, 0, 0, 0)
128 SAX.endElementNs(author, NULL, NULL)
177 SAX.startElementNs(author, NULL, NULL, 0, 0, 0)
179 SAX.endElementNs(author, NULL, NULL)
228 SAX.startElementNs(author, NULL, NULL, 0, 0, 0)
230 SAX.endElementNs(author, NULL, NULL)
[all …]
Dslashdot.xml.sax224 SAX.startElementNs(author, NULL, NULL, 0, 0, 0)
26 SAX.endElementNs(author, NULL, NULL)
75 SAX.startElementNs(author, NULL, NULL, 0, 0, 0)
77 SAX.endElementNs(author, NULL, NULL)
126 SAX.startElementNs(author, NULL, NULL, 0, 0, 0)
128 SAX.endElementNs(author, NULL, NULL)
177 SAX.startElementNs(author, NULL, NULL, 0, 0, 0)
179 SAX.endElementNs(author, NULL, NULL)
228 SAX.startElementNs(author, NULL, NULL, 0, 0, 0)
230 SAX.endElementNs(author, NULL, NULL)
[all …]
/third_party/typescript/scripts/
Dauthors.ts35 const author: Author = { displayNames: [], emails: [] }; constant
39 author.displayNames.push(match[1]);
40 author.emails.push(match[2]);
43 author.preferredName = match[1];
45 if (!author.emails) continue;
46 knownAuthors.push(author);
47 if (line.indexOf("#") > 0 && !author.preferredName) {
56 function getAuthorName(author: Author) {
57 return author.preferredName || author.displayNames[0];
64 knownAuthors.forEach(author => {
[all …]
/third_party/node/tools/
Dupdate-authors.js45 author: match[1], email: match[2] property
53 author: match[1], email: match[2] property
59 author: match[1], email: match[2] property
74 /(^Author:|^Co-authored-by:)\s+(?<author>[^<]+)\s+(?<email><[^>]+>)/i;
79 let { author, email } = match.groups;
83 mailmap.get(author + '\0' + emailLower) || mailmap.get(emailLower);
85 ({ author, email } = { author, email, ...replacement }); property
95 output.write(`${author} ${email}\n`);
/third_party/nghttp2/
Dauthor.py22 author, email = line.strip().split(':', 1) variable
25 if len(an) < len(author) or an > author:
27 'eliminated {} in favor of {}\n'.format(an, author))
28 edict[email] = author
31 'eliminated {} in favor of {}\n'.format(author, an))
33 edict[email] = author
/third_party/boost/libs/multi_index/example/
Dip_allocator.cpp51 shared_string author; member
56 name(al),author(al),pages(0),prize(0) in book()
61 os<<b.author<<": \""<<b.name<<"\", $"<<b.prize<<", "<<b.pages<<" pages\n"; in operator <<()
115 BOOST_MULTI_INDEX_MEMBER(book,shared_string,author)
193 std::string author; in main() local
194 enter("author (empty=all authors): ",author); in main()
201 if(author.empty()){ in main()
207 author.c_str(), in main()
231 enter("author: ",b.author); in main()
/third_party/json/doc/scripts/
Dgit-update-ghpages55 if [ -z "$author" ]; then
58 _ git commit -m "$message" --author "$author"
136 author=""
161 -a | --author)
163 author="$1"
/third_party/boost/libs/numeric/odeint/
Dfix-copyright.py14 author, date = line.split('\t')
15 if author != 'fix-copyright.py':
16 yield author, datetime.strptime(date, '%Y-%m-%d')
23 for author, records in groupby(aup, itemgetter(0)):
29 line = 'Copyright ' + fmt.format(start.year, end.year) + ' ' + author
30 key = (start, author)
/third_party/typescript/tests/baselines/reference/
DjsDeclarationsPackageJson.types3 … dependencies: { dep: string; }; repository: string; keywords: string[]; author: string; license: …
4 … dependencies: { dep: string; }; repository: string; keywords: string[]; author: string; license: …
9 … dependencies: { dep: string; }; repository: string; keywords: string[]; author: string; license: …
10 … dependencies: { dep: string; }; repository: string; keywords: string[]; author: string; license: …
11 … dependencies: { dep: string; }; repository: string; keywords: string[]; author: string; license: …
12 … dependencies: { dep: string; }; repository: string; keywords: string[]; author: string; license: …
13 … dependencies: { dep: string; }; repository: string; keywords: string[]; author: string; license: …
17author": "Auth", "license": "See Licensce", "homepage": "https://site", "config": { …
92 "author": "Auth",
93 >"author" : string
/third_party/ltp/tools/sparse/sparse-src/Documentation/
Dconf.py60 author = "sparse's development community" variable
163 ('index', 'sparse.tex', u'sparse Documentation', author, 'manual'),
172 ('dev-options', 'dev-options', u'options for development', [author], 1),
182 …('index', 'sparse', u'sparse Documentation', author, 'sparse', 'C semantic parser & checker', 'Sof…
/third_party/libxml2/result/noent/
Dslashdot16.xml.sax224 SAX.startElementNs(author, NULL, NULL, 0, 0, 0)
26 SAX.endElementNs(author, NULL, NULL)
75 SAX.startElementNs(author, NULL, NULL, 0, 0, 0)
77 SAX.endElementNs(author, NULL, NULL)
126 SAX.startElementNs(author, NULL, NULL, 0, 0, 0)
128 SAX.endElementNs(author, NULL, NULL)
177 SAX.startElementNs(author, NULL, NULL, 0, 0, 0)
179 SAX.endElementNs(author, NULL, NULL)
228 SAX.startElementNs(author, NULL, NULL, 0, 0, 0)
230 SAX.endElementNs(author, NULL, NULL)
[all …]
Dslashdot.xml.sax224 SAX.startElementNs(author, NULL, NULL, 0, 0, 0)
26 SAX.endElementNs(author, NULL, NULL)
75 SAX.startElementNs(author, NULL, NULL, 0, 0, 0)
77 SAX.endElementNs(author, NULL, NULL)
126 SAX.startElementNs(author, NULL, NULL, 0, 0, 0)
128 SAX.endElementNs(author, NULL, NULL)
177 SAX.startElementNs(author, NULL, NULL, 0, 0, 0)
179 SAX.endElementNs(author, NULL, NULL)
228 SAX.startElementNs(author, NULL, NULL, 0, 0, 0)
230 SAX.endElementNs(author, NULL, NULL)
[all …]
/third_party/boost/libs/bimap/example/
Dtutorial_info_hook.cpp84 struct author {}; struct
94 multiset_of< tagged< std::string, author > >, in tutorial_about_tagged_info_hook()
116 bm_type::map_by<author>::iterator i = bm.by<author>().find("Bjarne Stroustrup"); in tutorial_about_tagged_info_hook()
/third_party/protobuf/python/docs/
Dconf.py53 author = u"Google LLC" variable
190 [author], # authors
206 author,
/third_party/mesa3d/docs/
Dconf.py58 author = 'Brian Paul' variable
197 [author], 1)
208 author, 'TheMesa3DGraphicsLibrary', 'One line description of project.',
/third_party/skia/third_party/externals/spirv-tools/utils/
Dcheck_copyright.py112 def insert_copyright(author, glob, comment_prefix): argument
122 copyright = comment('Copyright (c) {} {}'.format(CURRENT_YEAR, author),
217 if args.author:
218 if args.author not in AUTHORS:
223 insert_copyright(args.author, *pair)
/third_party/spirv-tools/utils/
Dcheck_copyright.py109 def insert_copyright(author, glob, comment_prefix): argument
119 copyright = comment('Copyright (c) {} {}'.format(CURRENT_YEAR, author),
214 if args.author:
215 if args.author not in AUTHORS:
220 insert_copyright(args.author, *pair)
/third_party/flutter/skia/third_party/externals/spirv-tools/utils/
Dcheck_copyright.py97 def insert_copyright(author, glob, comment_prefix): argument
107 copyright = comment('Copyright (c) {} {}'.format(CURRENT_YEAR, author),
202 if args.author:
203 if args.author not in AUTHORS:
208 insert_copyright(args.author, *pair)
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/utils/
Dcheck_copyright.py112 def insert_copyright(author, glob, comment_prefix): argument
122 copyright = comment('Copyright (c) {} {}'.format(CURRENT_YEAR, author),
217 if args.author:
218 if args.author not in AUTHORS:
223 insert_copyright(args.author, *pair)

12345678910>>...41