/external/pytorch/docs/source/community/ |
D | governance.rst | 15 * The core maintainers have a **lead core maintainer** 24 anyone can be accepted as a maintainer and provided write access 42 Each module will have its own maintainer group. Maintainer 45 Each maintainer group may adopt its own rules and procedures 49 disputes are made, the module maintainer group should 57 Each maintainer group should publish publicly available 63 Responsibilities of the maintainer includes: 85 decision made at a Module maintainer level. The core 94 Lead Core Maintainer (BDFL) 100 Core Maintainer amongst them, also commonly known in open-source [all …]
|
/external/libpng/ |
D | autogen.sh | 12 # necessary to run autogen.sh because ./configure --enable-maintainer-mode says 26 maintainer= 30 --maintainer) 31 maintainer=1;; 44 elif test -z "$maintainer" 48 echo " also need to run ./configure --enable-maintainer-mode and" 58 echo " You have run autogen.sh with --maintainer enabled and you" 60 echo " unrecognized argument. This is not good. --maintainer" 84 # These are separate because 'maintainer-clean' does not remove them. 99 # has been run without "--enable-maintainer-mode" make can do a partial update [all …]
|
/external/rust/android-crates-io/crates/spdx/src/text/licenses/ |
D | LPPL-1.3a | 35 `Current Maintainer' A person or persons nominated as such within the Work. If there is no such exp… 48 …Maintainer of the Work, you may, without restriction, modify the Work, thus creating a Derived Wor… 50 5. If you are not the Current Maintainer of the Work, you may modify your copy of the Work, thus cr… 52 …Maintainer of the Work, you may distribute a Derived Work provided the following conditions are me… 66 7. If you are not the Current Maintainer of the Work, you may distribute a Compiled Work generated … 68 …sion of that component of the Work as it is distributed by the Current Maintainer under Clause 4, … 93 …Maintainer who has indicated in the Work that they are willing to receive error reports for the Wo… 95 …ained' to `unmaintained' if there is no Current Maintainer, or the person stated to be Current Mai… 97 You can become the Current Maintainer of the Work by agreement with any existing Current Maintainer… 99 If the Work is unmaintained, you can become the Current Maintainer of the Work through the followin… [all …]
|
D | LPPL-1.3c | 36 `Current Maintainer' A person or persons nominated as such within the Work. If there is no such exp… 51 …Maintainer of the Work, you may, without restriction, modify the Work, thus creating a Derived Wor… 53 5. If you are not the Current Maintainer of the Work, you may modify your copy of the Work, thus cr… 55 …Maintainer of the Work, you may distribute a Derived Work provided the following conditions are me… 69 7. If you are not the Current Maintainer of the Work, you may distribute a Compiled Work generated … 71 …sion of that component of the Work as it is distributed by the Current Maintainer under Clause 4, … 96 …Maintainer who has indicated in the Work that they are willing to receive error reports for the Wo… 98 …ained' to `unmaintained' if there is no Current Maintainer, or the person stated to be Current Mai… 100 You can become the Current Maintainer of the Work by agreement with any existing Current Maintainer… 102 If the Work is unmaintained, you can become the Current Maintainer of the Work through the followin… [all …]
|
D | Vim | 11 …maintainer asks you (in any way) for a copy of the modified Vim you distributed, you must make you… 18 … you to distribute the changes to the Vim maintainer without fee or restriction, and permits the V… 19 …years after last distributing the corresponding modified Vim. When the maintainer or someone who y… 28 …maintainer, including the source code. The preferred way to do this is by e-mail or by uploading t…
|
/external/licenseclassifier/v2/assets/License/LPPL-1.3c/ |
D | license.txt | 77 `Current Maintainer' 116 4. If you are the Current Maintainer of the Work, you may, without 120 distributed in this manner by the Current Maintainer are considered to 123 5. If you are not the Current Maintainer of the Work, you may modify 128 6. If you are not the Current Maintainer of the Work, you may 132 the Current Maintainer is allowed to add such statements of exemption 170 7. If you are not the Current Maintainer of the Work, you may 179 it is distributed by the Current Maintainer under Clause 4, above. 236 The Work has the status `maintained' if there is a Current Maintainer 239 address). It is not required for the Current Maintainer to acknowledge [all …]
|
/external/licenseclassifier/licenses/ |
D | LPPL-1.3c.txt | 77 `Current Maintainer' 116 4. If you are the Current Maintainer of the Work, you may, without 120 distributed in this manner by the Current Maintainer are considered to 123 5. If you are not the Current Maintainer of the Work, you may modify 128 6. If you are not the Current Maintainer of the Work, you may 132 the Current Maintainer is allowed to add such statements of exemption 170 7. If you are not the Current Maintainer of the Work, you may 179 it is distributed by the Current Maintainer under Clause 4, above. 236 The Work has the status `maintained' if there is a Current Maintainer 239 address). It is not required for the Current Maintainer to acknowledge [all …]
|
/external/licenseclassifier/v2/assets/License/Vim/ |
D | license.txt | 18 how to contact you. When the maintainer asks you (in any way) for a copy of 20 code, available to the maintainer without fee. The maintainer reserves the 21 right to include your changes in the official version of Vim . What the maintainer 24 version, also applies to your changes. The current maintainer is Bram Moolenaar 27 impossible to contact the maintainer, the obligation to send him your changes 28 ceases. Once the maintainer has confirmed that he has received your changes 46 to the Vim maintainer without fee or restriction, and permits the Vim maintainer 50 corresponding modified Vim . When the maintainer or someone who you distributed 71 the Vim license for your changes and make them available to the maintainer, 75 e-mail address to be used is <maintainer@vim.org>
|
/external/ltp/include/ |
D | Makefile | 17 .PHONY: ac-clean ac-distclean ac-maintainer-clean distclean maintainer-clean 19 maintainer-clean:: distclean ac-maintainer-clean 22 ac-maintainer-clean::
|
/external/e2fsprogs/ |
D | SHLIBS | 3 Maintainer: Theodore Ts'o 10 Maintainer: Theodore Ts'o 17 Maintainer: Theodore Ts'o 24 Maintainer: Theodore Ts'o 31 Maintainer: Theodore Ts'o
|
/external/coreboot/util/scripts/ |
D | maintainers.go | 18 maintainer []string member 115 /* Add subsystem maintainer */ 116 current.maintainer = append(current.maintainer, line[3:len(line)]) 133 fmt.Println(" ", subsystem.maintainer) 156 fmt.Println("Maintainers: ", strings.Join(subsystem.maintainer, ", ")) 263 func extract_maintainer(maintainer string) string { 268 if match := is_email.FindStringSubmatch(maintainer); match != nil { 271 return maintainer 276 if len(subsystem.paths) == 0 || len(subsystem.maintainer) == 0 { 282 for _, maint := range subsystem.maintainer {
|
/external/curl/docs/ |
D | GOVERNANCE.md | 41 If there is no obvious consensus, a maintainer who's knowledgeable in the 86 A maintainer in the curl project is an individual who has been given 96 A maintainer who stops being active in the project gets their push permissions 151 A curl maintainer is a project volunteer who has the authority and rights to 154 Anyone can aspire to become a curl maintainer. 191 ### Become a maintainer? 199 ### Stop being a maintainer 202 a maintainer. Thank you for your service.
|
/external/sdv/vsomeip/third_party/boost/phoenix/doc/ |
D | maintenance.qbk | 27 …not work as expected, and that is the challenge which is there for the maintainer who did not writ… 56 * It is up to the maintainer to put patches and tests onto develop and see whether there are any re… 57 * It is then up to the maintainer to move the patches and tests from develop to master. 60 * I do not think that develop is moved to master in any other way. It is the maintainer who will k… 62 If there is more than one maintainer then any of them can do this. Each will be able to see what ha… 84 …maintainer are available in one place to a new maintainer. A lot of things which are well known t…
|
/external/google-cloud-java/java-containeranalysis/proto-google-cloud-containeranalysis-v1beta1/src/main/java/io/grafeas/v1beta1/pkg/ |
D | DistributionOrBuilder.java | 119 * A freeform string denoting the maintainer of this package. 122 * <code>string maintainer = 4;</code> 124 * @return The maintainer. 131 * A freeform string denoting the maintainer of this package. 134 * <code>string maintainer = 4;</code> 136 * @return The bytes for maintainer.
|
/external/google-cloud-java/java-grafeas/src/main/java/io/grafeas/v1/ |
D | DistributionOrBuilder.java | 120 * A freeform string denoting the maintainer of this package. 123 * <code>string maintainer = 4;</code> 125 * @return The maintainer. 132 * A freeform string denoting the maintainer of this package. 135 * <code>string maintainer = 4;</code> 137 * @return The bytes for maintainer.
|
/external/libogg/win32/ |
D | Makefile.in | 194 maintainer-clean-generic: 223 maintainer-clean: maintainer-clean-am 225 maintainer-clean-am: distclean-am maintainer-clean-generic 238 installcheck-am installdirs maintainer-clean \ 239 maintainer-clean-generic mostlyclean mostlyclean-generic \
|
D | Makefile | 194 maintainer-clean-generic: 223 maintainer-clean: maintainer-clean-am 225 maintainer-clean-am: distclean-am maintainer-clean-generic 238 installcheck-am installdirs maintainer-clean \ 239 maintainer-clean-generic mostlyclean mostlyclean-generic \
|
/external/trusty/arm-trusted-firmware/docs/process/ |
D | maintenance.rst | 8 How to become a maintainer? 14 To be elligible to become a maintainer for TF-A project, all criteria outlined 42 objections to this individual becoming a TF-A maintainer. 55 …dthedocs.io/en/latest/generic_processes/project_maintenance_process.html#how-to-become-a-maintainer
|
/external/libxml2/ |
D | libxml2.doap | 27 <maintainer> 32 </maintainer> 33 <maintainer> 38 </maintainer>
|
/external/rust/android-crates-io/crates/miette/ |
D | CODE_OF_CONDUCT.md | 10 4. As soon as available, a maintainer will look into the issue, and take [further action (see below… 14 **The maintainer team will prioritize the well-being and comfort of the recipients of the violation… 60 ## Maintainer Enforcement Process 66 You may get in touch with the maintainer team through any of the following methods: 91 …project's leadership. These may include anything from removal from the maintainer team to a perman… 103 > Patt (not a maintainer): "Hey, could you not use that word? What about 'ridiculous' instead?" 107 #### The Maintainer Case 119 > KeeperOfCommitBits: (on issue) "Hey Patt, maintainer here. Could you tone it down? This sort of a…
|
/external/rust/android-crates-io/crates/minimal-lexical/ |
D | CODE_OF_CONDUCT.md | 10 4. As soon as available, a maintainer will look into the issue, and take [further action (see below… 14 **The maintainer team will prioritize the well-being and comfort of the recipients of the violation… 60 ## Maintainer Enforcement Process 66 You may get in touch with the maintainer team through any of the following methods: 88 …project's leadership. These may include anything from removal from the maintainer team to a perman… 100 > Patt (not a maintainer): "Hey, could you not use that word? What about 'ridiculous' instead?" 104 #### The Maintainer Case 116 > KeeperOfCommitBits: (on issue) "Hey Patt, maintainer here. Could you tone it down? This sort of a…
|
/external/libcxx/utils/docker/debian9/ |
D | Dockerfile | 12 LABEL maintainer "libc++ Developers" 43 LABEL maintainer "libc++ Developers" 53 LABEL maintainer "libc++ Developers" 63 LABEL maintainer "libc++ Developers" 81 LABEL maintainer "libc++ Developers"
|
/external/elfutils/ |
D | CONTRIBUTING | 101 patchwork account can be added as maintainer for the elfutils project. 103 You can become a maintainer/committer yourself after you have provided 109 Upload a SSH public key and have an existing maintainer sponsor you 120 As a maintainer/committer you should still post patches as described 142 will be removed as maintainer/committer.
|
/external/ltp/include/mk/ |
D | automake.mk | 70 .PHONY: ac-clean ac-distclean ac-maintainer-clean 81 ac-maintainer-clean:: ac-distclean 105 maintainer-clean:: distclean ac-maintainer-clean
|
/external/tpm2-tss/ |
D | CONTRIBUTING.md | 5 Security sensitive bugs should be emailed to a maintainer directly, or to Intel 15 opened by non-maintainers, any maintainer may review and merge that pull 17 another maintainer if possible, or leave the PR open for at least 24 hours, we
|