Searched +full:exempt +full:- +full:issue +full:- +full:labels (Results 1 – 17 of 17) sorted by relevance
| /external/aws-sdk-java-v2/.github/workflows/ |
| D | stale-issue.yml | 6 - cron: "0 0/3 * * *" 10 name: Stale issue job 11 runs-on: ubuntu-latest 14 pull-requests: write 16 - uses: aws-actions/stale-issue-cleanup@v4 20 ancient-issue-message: This is a very old issue that is probably not getting as much 21 attention as it deserves. We encourage you to check if this is still an issue in 23 to provide a comment or open a new issue. 24 stale-issue-message: It looks like this issue has not been active for more than five days. 25 In the absence of more information, we will be closing this issue soon. If you find [all …]
|
| /external/flatbuffers/.github/workflows/ |
| D | stale.yml | 2 permissions: read-all 6 - cron: "30 20 * * *" 11 runs-on: ubuntu-latest 14 - uses: actions/stale@v4.0.0 16 repo-token: ${{ secrets.GITHUB_TOKEN }} 17 …stale-pr-message: 'This pull request is stale because it has been open 6 months with no activity. … 18 …stale-issue-message: 'This issue is stale because it has been open 6 months with no activity. Plea… 19 days-before-stale: 182 # 6 months 20 days-before-close: 14 21 operations-per-run: 1500 [all …]
|
| /external/aws-crt-java/.github/workflows/ |
| D | stale_issue.yml | 6 - cron: "*/60 * * * *" 10 runs-on: ubuntu-latest 11 name: Stale issue job 14 pull-requests: write 16 - uses: aws-actions/stale-issue-cleanup@v3 20 …-issue-message: Greetings! Sorry to say but this is a very old issue that is probably not getting … 21 …-issue-message: Greetings! It looks like this issue hasn’t been active in longer than a week. We e… 22 …-pr-message: Greetings! It looks like this PR hasn’t been active in longer than a week, add a comm… 24 # These labels are required 25 stale-issue-label: closing-soon [all …]
|
| /external/bazelbuild-rules_python/.github/workflows/ |
| D | stale.yml | 7 # http://www.apache.org/licenses/LICENSE-2.0 15 # See https://github.com/marketplace/actions/close-stale-issues 22 - cron: "45 22 * * *" 26 runs-on: ubuntu-latest 29 - uses: actions/stale@v3 31 repo-token: ${{ secrets.GITHUB_TOKEN }} 36 # The number of days old an issue can be before marking it stale. 37 days-before-stale: 180 38 # Number of days of inactivity before a stale issue is closed 39 days-before-close: 30 [all …]
|
| /external/accompanist/.github/workflows/ |
| D | issues-stale.yml | 4 - cron: '15 3 * * *' 8 runs-on: ubuntu-latest 10 - uses: actions/stale@v3 12 …stale-issue-message: 'This issue is stale because it has been open 30 days with no activity. Remov… 13 days-before-stale: 45 14 days-before-close: 5 15 exempt-all-pr-milestones: true 16 exempt-issue-labels: 'waiting for info,waiting on dependency'
|
| /external/googleapis/google/spanner/v1/ |
| D | spanner.proto | 7 // http://www.apache.org/licenses/LICENSE-2.0 55 "https://www.googleapis.com/auth/cloud-platform," 64 // multiple concurrent read-write/write-only transactions, create 131 // Operations inside read-write transactions might return `ABORTED`. If 185 // Reads inside read-write transactions might return `ABORTED`. If 215 // side-effect. 230 // reasons. If `Commit` returns `ABORTED`, the caller should re-attempt 231 // the transaction from the beginning, re-using the same session. 269 // read-only transaction must be used by the PartitionQueryRequest used to 287 // subset of the read result to read. The same session and read-only [all …]
|
| /external/llvm/docs/ |
| D | CodingStandards.rst | 14 particularly important for large-scale code bases that follow a library-based 31 it up on the LLVM-dev mailing list. 37 want patches that do large-scale reformating of existing code. On the other 51 environment restrictions, historical restrictions, or due to third-party source 57 --------------------- 65 vendor-specific extensions, etc. 68 -------------------- 82 --------------------------------------------- 95 * MSVC: http://msdn.microsoft.com/en-us/library/hh567368.aspx 116 * Strongly-typed and forward declarable enums: N2347_, N2764_ [all …]
|
| /external/compiler-rt/lib/sanitizer_common/scripts/ |
| D | cpplint.py | 35 # but I think it is valuable to retain these wish-list items even if they cannot 39 # ----------- 40 # - Check for no 'explicit' for multi-arg ctor 41 # - Check for boolean assign RHS in parens 42 # - Check for ctor initializer-list colon position and spacing 43 # - Check that if there's a ctor, there should be a dtor 44 # - Check accessors that return non-pointer member variables are 46 # - Check accessors that return non-const pointer member vars are 48 # - Check for using public includes for testing 49 # - Check for spaces between brackets in one-line inline method [all …]
|
| /external/openthread/third_party/tcplp/bsdtcp/ |
| D | tcp_input.c | 1 /*- 4 * Copyright (c) 2007-2008,2010 6 * Copyright (c) 2009-2010 Lawrence Stewart <lstewart@freebsd.org> 8 * Copyright (c) 2010-2011 Juniper Networks, Inc. 61 * While looking at the routing entry, we also initialize other path-dependent 62 * parameters from pre-set or cached values in the routing entry. 118 tp->ccv->bytes_this_ack = BYTES_THIS_ACK(tp, th); in cc_ack_received() 119 if (tp->snd_cwnd <= tp->snd_wnd) in cc_ack_received() 120 tp->ccv->flags |= CCF_CWND_LIMITED; in cc_ack_received() 122 tp->ccv->flags &= ~CCF_CWND_LIMITED; in cc_ack_received() [all …]
|
| /external/mesa3d/docs/relnotes/ |
| D | 24.0.0.rst | 1 Mesa 24.0.0 Release Notes / 2024-02-01 20 --------------- 24 dc7e8c077bc5884df95478263b34bdebb7e88e600689cb56fb07be2b8c304c36 mesa-24.0.0.tar.xz 28 ------------ 30 - VK_EXT_image_compression_control on RADV 31 - VK_EXT_device_fault on RADV 32 - OpenGL 3.3 on Asahi 33 - Geometry shaders on Asahi 34 - GL_ARB_texture_cube_map_array on Asahi 35 - GL_ARB_clip_control on Asahi [all …]
|
| /external/google-styleguide/ |
| D | jsguide.html | 4 <meta charset="utf-8"> 23 well. However, this document focuses primarily on the hard-and-fast rules that 27 <h3 id="terminology-notes">1.1 Terminology notes</h3> 34 for both human-readable text and machine-readable annotations within 44 <h3 id="guide-notes">1.2 Guide notes</h3> 46 <p>Example code in this document is <strong>non-normative</strong>. That is, while the examples 51 <h2 id="source-file-basics">2 Source file basics</h2> 53 <h3 id="file-name">2.1 File name</h3> 56 (<code>-</code>), but no additional punctuation. Follow the convention that your project 59 <h3 id="file-encoding">2.2 File encoding: UTF-8</h3> [all …]
|
| /external/clang/lib/Sema/ |
| D | SemaDecl.cpp | 1 //===--- SemaDecl.cpp - Semantic Analysis for Declarations ----------------===// 8 //===----------------------------------------------------------------------===// 12 //===----------------------------------------------------------------------===// 81 (AllowInvalidDecl || !ND->isInvalidDecl()); in ValidateCandidate() 94 /// \brief Determine whether the token kind starts a simple-type-specifier. 149 if (!RD->hasDefinition()) in lookupUnqualifiedTypeNameInBase() 154 for (const auto &Base : RD->bases()) { in lookupUnqualifiedTypeNameInBase() 156 if (auto *BaseTT = Base.getType()->getAs<TagType>()) in lookupUnqualifiedTypeNameInBase() 157 BaseRD = BaseTT->getAsCXXRecordDecl(); in lookupUnqualifiedTypeNameInBase() 158 else if (auto *TST = Base.getType()->getAs<TemplateSpecializationType>()) { in lookupUnqualifiedTypeNameInBase() [all …]
|
| /external/libtextclassifier/native/annotator/pod_ner/test_data/ |
| D | vocab.txt | 1012 - 3278 issue 10874 labels 11820 exempt 29625 ##-
|
| /external/jline/src/src/test/resources/jline/example/ |
| D | english.gz | |
| /external/python/google-api-python-client/googleapiclient/discovery_cache/documents/ |
| D | displayvideo.v1.json | 5 "https://www.googleapis.com/auth/display-video": { 8 "https://www.googleapis.com/auth/display-video-mediaplanning": { 11 "https://www.googleapis.com/auth/display-video-user-management": { 12 … "description": "Private Service: https://www.googleapis.com/auth/display-video-user-management" 26 "documentationLink": "https://developers.google.com/display-video/", 29 "x16": "http://www.google.com/images/icons/product/search-16.gif", 30 "x32": "http://www.google.com/images/icons/product/search-32.gif" 66 "Responses with Content-Type of application/json", 67 "Media download with context-dependent Content-Type", 68 "Responses with Content-Type of application/x-protobuf" [all …]
|
| /external/cldr/tools/cldr-code/src/main/resources/org/unicode/cldr/util/data/transforms/ |
| D | internal_raw_IPA-old.txt | 1803 ad-lib ædlˈɪb 3726 aide-de-camp ˌeddɪkˈæmp 5495 alpha-fetoprotein ˌælfəfˌitoprˈotin, ˌælfəfˌitoprˈotˈiɪn 7542 anglo-saxon ˈæŋglosˌæksən 8282 anti-lewisite ˌæntilˈuɪsˌaɪt 9550 aquifer %21020 ˈækwəfər, ˈɑkwə- 9555 aquilegia %7773 -lˈiʤə, ˌækwəlˈiʤiə 9559 aquiline %15023 -lɪn, ˈækwəlˌaɪn 9629 aragonite %11075 ərˈægənˌaɪt, ˈærəgə- 9645 aram %8777 ær-, ˈeræm, ˈɛrəm [all …]
|
| D | internal_raw_IPA.txt | 1508 ad-lib ædlˈɪb 3152 aide-de-camp ˌeddɪkˈæmp 4660 alpha-fetoprotein ˌælfəfˌitoprˈotin, ˌælfəfˌitoprˈotˈiɪn 6464 anglo-saxon ˈæŋglosˌæksən 7113 anti-lewisite ˌæntilˈuɪsˌaɪt 10681 audio-visual ˌodiovˈɪʒuəl 11799 baby-sit bˈebisˌɪt 14086 battle-ax bˈætlæks 14655 bed-sitter bˈɛdsˌɪtər 14656 bed-wetting bˈɛdwˌɛtɪŋ [all …]
|