Home
last modified time | relevance | path

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

12345

/Linux-v6.6/Documentation/userspace-api/media/v4l/
Dbiblio.rst16 :author: Consumer Electronics Association (http://www.ce.org)
26 :author: European Telecommunication Standards Institute (http://www.etsi.org)
36 :author: European Telecommunication Standards Institute (http://www.etsi.org)
46 :author: European Telecommunication Standards Institute (http://www.etsi.org)
56 :author: International Telecommunication Union (http://www.itu.ch), International Organisation f…
66 :author: International Telecommunication Union (http://www.itu.ch), International Organisation f…
76 :author: International Telecommunication Union (http://www.itu.ch)
86 :author: International Telecommunication Union (http://www.itu.ch)
96 :author: International Telecommunication Union (http://www.itu.ch)
106 :author: International Telecommunication Union (http://www.itu.ch)
[all …]
/Linux-v6.6/Documentation/
Dconf.py176 author = 'The kernel development community' variable
483 [author], 1)
497 author, 'TheLinuxKernel', 'One line description of project.',
505 epub_author = author
506 epub_publisher = author
/Linux-v6.6/rust/macros/
Dmodule.rs97 author: Option<String>, field
130 "author" => info.author = Some(expect_string(it)), in parse()
177 if let Some(author) = info.author { in module()
178 modinfo.emit("author", &author); in module()
/Linux-v6.6/scripts/
Dget_maintainer.pl1638 my $author = $1;
1639 my ($name, $address) = parse_email($author);
1640 $author = format_email($name, $address, 1);
1641 push(@authors, $author);
2096 my $author = $1;
2097 $author = deduplicate_email($author);
2098 push(@authors, $author);
2244 foreach my $author (@tmp_authors) {
2245 $author = deduplicate_email($author);
2250 foreach my $author (@tmp_authors) {
[all …]
Dcheckpatch.pl2638 my $author = '';
2956 $author = $1;
2959 $author .= $1;
2961 $author = encode("utf8", $author) if ($line =~ /=\?utf-8\?/i);
2962 $author =~ s/"//g;
2963 $author = reformat_email($author);
2970 if ($author ne '' && $authorsignoff != 1) {
2971 if (same_email_addresses($1, $author)) {
2976 my ($author_name, $author_comment, $author_address, $comment2) = parse_email($author);
3163 if ($email eq $author) {
[all …]
/Linux-v6.6/Documentation/maintainer/
Dfeature-and-driver-maintainers.rst93 The author
96 Most natural and common choice of a maintainer is the author of the code.
97 The author is intimately familiar with the code, so it is the best person
103 If the author does not have the time, interest or ability to maintain
136 - did not author any of the code
144 file. If the maintainer was a significant author or played an important
Dmodifying-patches.rst24 want at the same time to credit the author, track changes, merge the fix,
26 can you change the author's identity (the From header), as it is the one
/Linux-v6.6/Documentation/translations/zh_CN/process/
Dsubmitting-patches.rst375 Signed-off-by: From Author <from@author.example.org>
379 From: From Author <from@author.example.org>
385 Signed-off-by: From Author <from@author.example.org>
508 From: Patch Author <author@example.com>
542 Signed-off-by: Author <author@mail>
/Linux-v6.6/Documentation/RCU/
DRTFP.txt222 ,author="H. T. Kung and Q. Lehman"
240 ,author="Udi Manber and Richard E. Ladner"
276 ,author="Udi Manber and Richard E. Ladner"
334 ,author = {Barbara Liskov}
355 ,author="James P. Hennessy and Damian L. Osisek and Joseph W. {Seigh II}"
366 ,author="William Pugh"
400 ,author="H. Massalin"
415 ,author="Van Jacobson"
486 ,author="John D. Slingwine and Paul E. McKenney"
505 ,author="John D. Slingwine and Paul E. McKenney"
[all …]
/Linux-v6.6/samples/rust/
Drust_minimal.rs10 author: "Rust for Linux Contributors",
Drust_print.rs11 author: "Rust for Linux Contributors",
/Linux-v6.6/Documentation/userspace-api/media/dvb/
Ddvbapi.rst58 - Original author of the Digital TV API documentation.
62 - Original author of the Digital TV API documentation.
/Linux-v6.6/Documentation/process/
Dmaintainer-tip.rst307 - Originally-by: ``Original author <original-author@mail>``
311 - Co-developed-by: ``Co-author <co-author@mail>``
313 Signed-off: ``Co-author <co-author@mail>``
315 Note, that Co-developed-by and Signed-off-by of the co-author(s) must
318 - Signed-off-by: ``Author <author@mail>``
321 author SOB, i.e. the person flagged as author by git.
325 SOBs after the author SOB are from people handling and transporting
329 author. Acks should be given as Acked-by lines and review approvals
345 If a patch is sent to the mailing list by a handler then the author has
348 From: Author <author@mail>
Dsubmitting-patches.rst449 Any further SoBs (Signed-off-by:'s) following the author's SoB are from
453 the first SoB entry signalling primary authorship of a single author.
490 it is used to give attribution to co-authors (in addition to the author
493 followed by a Signed-off-by: of the associated co-author. Standard sign-off
496 the author is attributed via From: or Co-developed-by:. Notably, the last
499 Note, the From: tag is optional when the From: author is also the person (and
502 Example of a patch submitted by the From: author::
510 Signed-off-by: From Author <from@author.example.org>
512 Example of a patch submitted by a Co-developed-by: author::
514 From: From Author <from@author.example.org>
[all …]
/Linux-v6.6/Documentation/translations/zh_TW/process/
Dsubmitting-patches.rst424 Signed-off-by: From Author <from@author.example.org>
428 From: From Author <from@author.example.org>
434 Signed-off-by: From Author <from@author.example.org>
547 From: Patch Author <author@example.com>
/Linux-v6.6/fs/afs/
Dxdr_fs.h18 __be32 author; member
Dafs.h134 s64 author; /* author ID */ member
Dprotocol_yfs.h91 struct yfs_xdr_u64 author; member
/Linux-v6.6/Documentation/admin-guide/cifs/
Dauthors.rst10 The author wishes to express his appreciation and thanks to:
18 Dave Boutcher of IBM Rochester (author of the OS/400 smb/cifs filesystem client)
/Linux-v6.6/Documentation/admin-guide/media/
Ddvb-usb-dibusb-mb-cardlist.rst39 * - Unknown USB1.1 DVB-T device ???? please report the name to the author
/Linux-v6.6/drivers/net/wireless/realtek/rtl8xxxu/
DKconfig36 author or reported to be working by third parties.
/Linux-v6.6/tools/perf/util/
Dsetup.py109 author='Arnaldo Carvalho de Melo',
/Linux-v6.6/Documentation/driver-api/media/drivers/
Dradiotrack.rst16 experiments that the author performed on his own setup, so your mileage may
20 author. This document is offered in the hopes that it might help users who
/Linux-v6.6/Documentation/filesystems/ext4/
Dabout.rst11 **NOTE**: This is a work in progress, based on notes that the author
/Linux-v6.6/drivers/staging/qlge/
DTODO3 anyways by the admission of the author himself, see the comment above

12345