Home
last modified time | relevance | path

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

12345678910>>...31

/third_party/node/deps/npm/test/fixtures/
Dlibnpmsearch-stream-result.js15 author: { name: 'Kat Marchán', email: 'kzm@zkat.tech' }, property
37 author: { name: 'Kat Marchán', email: 'kzm@sykosomatic.org' }, property
58 author: { name: 'Kat Marchán', email: 'kzm@zkat.tech' }, property
74 author: { name: 'Kat Marchán', email: 'kzm@zkat.tech' }, property
91 author: { name: 'Kat Marchán', email: 'kzm@sykosomatic.org' }, property
113 author: { name: 'Kat Marchán', email: 'kzm@sykosomatic.org' }, property
134 author: { name: 'Kat Marchán', email: 'kzm@zkat.tech' }, property
156 author: { name: 'Kat Marchán', email: 'kzm@sykosomatic.org' }, property
177 author: { name: 'npm Inc.', email: 'support@npmjs.com' }, property
204 author: { name: 'npm Inc.', email: 'support@npmjs.com' }, property
[all …]
/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/rust/crates/clap/tests/builder/
Dtemplate_help.rs105 .author("Kevin K. <kbknapp@gmail.com>") in template_empty()
115 .author("Kevin K. <kbknapp@gmail.com>") in template_notag()
125 .author("Kevin K. <kbknapp@gmail.com>") in template_unknowntag()
136 .author("Kevin K. <kbknapp@gmail.com>") in template_author_version()
143 .author("Kevin K. <kbknapp@gmail.com>") in template_author_version()
160 .author("Kevin K. <kbknapp@gmail.com>") in get_app()
Dhidden_args.rs20 .author("Kevin K.") in hide_args()
48 .author("Steve P.") in hide_short_args()
91 .author("Steve P.") in hide_short_args_long_help()
130 .author("Steve P.") in hide_long_args()
165 .author("Steve P.") in hide_long_args_short_help()
/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
DjsDeclarationsPackageJson.symbols70 "author": "Auth",
71 >"author" : Symbol("author", Decl(package.json, 23, 6))
/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/protobuf/src/google/protobuf/util/internal/
Dprotostream_objectsource_test.cc359 Author author; in TEST_P() local
360 author.set_id(12345); in TEST_P()
363 DoTest(author, Author::descriptor()); in TEST_P()
367 Author* author = new Author(); in TEST_P() local
368 author->set_name("Tolstoy"); in TEST_P()
371 book.set_allocated_author(author); in TEST_P()
383 Author author; in TEST_P() local
384 author.set_alive(false); in TEST_P()
385 author.set_name("john"); in TEST_P()
386 author.add_pseudonym("phil"); in TEST_P()
[all …]
/third_party/cups-filters/m4/
Dac_define_dir.m414 dnl @author Stepan Kasal <kasal@ucw.cz>
15 dnl @author Andreas Schwab <schwab@suse.de>
16 dnl @author Guido U. Draheim <guidod@gmx.de>
17 dnl @author Alexandre Oliva
/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)
/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/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
183 [author], 1)
194 author, 'TheMesa3DGraphicsLibrary', 'One line description of project.',
/third_party/spirv-tools/utils/
Dcheck_copyright.py130 def insert_copyright(author, glob, comment_prefix): argument
140 copyright = comment('Copyright (c) {} {}'.format(CURRENT_YEAR, author),
235 if args.author:
236 if args.author not in AUTHORS:
241 insert_copyright(args.author, *pair)
/third_party/node/deps/npm/tap-snapshots/test/lib/commands/
Dconfig.js.test.cjs72 "init-author-email": "",
73 "init-author-name": "",
74 "init-author-url": "",
78 "init.author.email": "",
79 "init.author.name": "",
80 "init.author.url": "",
229 init-author-email = ""
230 init-author-name = ""
231 init-author-url = ""
235 init.author.email = ""
[all …]
/third_party/vk-gl-cts/external/vulkan-docs/src/appendices/
Dextensions.txt39 alphabetically by author ID.
46 As of the initial Vulkan 1.1 public release, the `KHX` author ID is no
49 Previously, this author ID was used to indicate that an extension was
54 Some vendors may use an alternate author ID ending in `X` for some of their
56 The exact meaning of such an author ID is defined by each vendor, and may
/third_party/vk-gl-cts/external/vulkan-docs/src/style/
Dextensions.txt111 * Extensions are named with the syntax `VK_<author>_<name>`.
112 * Layers are named with the syntax `VK_LAYER_<author>_<name>` or
131 [[extensions-naming-author-IDs]]
135 `<author>` above, identifying the author of the extension/layer.
136 This ID is a short, capitalized string identifying an author, such as a
142 can register additional author IDs for that purpose.
145 Details on how to register an author ID are provided below.
146 Layer authors not wishing to register an author ID with Khronos can instead
149 The FQDN should be a domain name owned by the author.
155 ** Khronos-ratified extensions add the reserved author ID `KHR` and use
[all …]
/third_party/alsa-lib/doc/
Dindex.doxygen3 \author Jaroslav Kysela <perex@perex.cz>
4 \author Abramo Bagnara <abramo@alsa-project.org>
5 \author Takashi Iwai <tiwai@suse.de>
6 \author Frank van de Pol <fvdpol@coil.demon.nl>
/third_party/rust/crates/clap/clap_bench/benches/
D03_complex.rs12 .author("Kevin K. <kbknapp@gmail.com>")
39 .author("Kevin K. <kbknapp@gmail.com>")
52 .author("Kevin K. <kbknapp@gmail.com>") in build_from_builder()
137 .author("Kevin K. <kbknapp@gmail.com>") in build_from_builder()
/third_party/gstreamer/gstreamer/gst/
Dgstdeviceprovider.c274 const gchar * description, const gchar * author) in gst_device_provider_class_set_metadata() argument
280 g_return_if_fail (author != NULL && *author != '\0'); in gst_device_provider_class_set_metadata()
286 GST_QUARK (ELEMENT_METADATA_AUTHOR), G_TYPE_STRING, author, NULL); in gst_device_provider_class_set_metadata()
316 const gchar * description, const gchar * author) in gst_device_provider_class_set_static_metadata() argument
325 g_return_if_fail (author != NULL && *author != '\0'); in gst_device_provider_class_set_static_metadata()
339 g_value_set_static_string (&val, author); in gst_device_provider_class_set_static_metadata()
/third_party/json/docs/examples/
Dmerge_patch.cpp13 "author": { in main()
28 "author": { in main()
/third_party/gstreamer/gstplugins_bad/gst/frei0r/
Dgstfrei0rfilter.c200 gchar *author; in gst_frei0r_filter_class_init() local
215 author = in gst_frei0r_filter_class_init()
218 class_data->info.author); in gst_frei0r_filter_class_init()
223 "Filter/Effect/Video", desc, author); in gst_frei0r_filter_class_init()
224 g_free (author); in gst_frei0r_filter_class_init()
/third_party/pulseaudio/src/daemon/
Ddumpmodules.c59 if (!i->description && !i->version && !i->author && !i->usage) in long_info()
66 if (i->author) in long_info()
67 printf(_("Author: %s\n"), i->author); in long_info()
/third_party/node/deps/npm/node_modules/init-package-json/lib/
Dinit-package-json.js78 if (pkgExtras.author) {
79 pkgExtras.author = stringifyPerson(pkgExtras.author)
/third_party/libinput/doc/user/
Dconf.py.in25 author = 'the libinput authors' variable
137 # author, documentclass [howto, manual, or own class]).
150 [author], 1)
157 # (source start file, target name, title, author,
161 author, '@PROJECT_NAME@', 'One line description of project.',

12345678910>>...31