Home
last modified time | relevance | path

Searched +full:close +full:- +full:issue +full:- +full:message (Results 1 – 25 of 1014) sorted by relevance

12345678910>>...41

/external/bazelbuild-rules_python/.github/workflows/
Dstale.yml7 # 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/aws-sdk-java-v2/.github/workflows/
Dstale-issue.yml1 name: "Close stale issues"
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.
[all …]
/external/aws-crt-java/.github/workflows/
Dstale_issue.yml1 name: "Close stale issues"
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…
25 stale-issue-label: closing-soon
[all …]
/external/python/google-api-python-client/docs/dyn/
Dcontent_v2_1.collectionstatuses.html8 font-weight: inherit;
9 font-style: inherit;
10 font-size: 100%;
11 font-family: inherit;
12 vertical-align: baseline;
16 font-size: 13px;
21 font-size: 26px;
22 margin-bottom: 1em;
26 font-size: 24px;
27 margin-bottom: 1em;
[all …]
Dcontactcenterinsights_v1.projects.locations.issueModels.html8 font-weight: inherit;
9 font-style: inherit;
10 font-size: 100%;
11 font-family: inherit;
12 vertical-align: baseline;
16 font-size: 13px;
21 font-size: 26px;
22 margin-bottom: 1em;
26 font-size: 24px;
27 margin-bottom: 1em;
[all …]
Dcontent_v2_1.accountstatuses.html8 font-weight: inherit;
9 font-style: inherit;
10 font-size: 100%;
11 font-family: inherit;
12 vertical-align: baseline;
16 font-size: 13px;
21 font-size: 26px;
22 margin-bottom: 1em;
26 font-size: 24px;
27 margin-bottom: 1em;
[all …]
Dcontent_v2_1.productstatuses.html8 font-weight: inherit;
9 font-style: inherit;
10 font-size: 100%;
11 font-family: inherit;
12 vertical-align: baseline;
16 font-size: 13px;
21 font-size: 26px;
22 margin-bottom: 1em;
26 font-size: 24px;
27 margin-bottom: 1em;
[all …]
Dcontent_v2.accountstatuses.html8 font-weight: inherit;
9 font-style: inherit;
10 font-size: 100%;
11 font-family: inherit;
12 vertical-align: baseline;
16 font-size: 13px;
21 font-size: 26px;
22 margin-bottom: 1em;
26 font-size: 24px;
27 margin-bottom: 1em;
[all …]
Dcloudsupport_v2beta.caseClassifications.html8 font-weight: inherit;
9 font-style: inherit;
10 font-size: 100%;
11 font-family: inherit;
12 vertical-align: baseline;
16 font-size: 13px;
21 font-size: 26px;
22 margin-bottom: 1em;
26 font-size: 24px;
27 margin-bottom: 1em;
[all …]
Diam_v1.iamPolicies.html8 font-weight: inherit;
9 font-style: inherit;
10 font-size: 100%;
11 font-family: inherit;
12 vertical-align: baseline;
16 font-size: 13px;
21 font-size: 26px;
22 margin-bottom: 1em;
26 font-size: 24px;
27 margin-bottom: 1em;
[all …]
Dcontactcenterinsights_v1.projects.locations.conversations.analyses.html8 font-weight: inherit;
9 font-style: inherit;
10 font-size: 100%;
11 font-family: inherit;
12 vertical-align: baseline;
16 font-size: 13px;
21 font-size: 26px;
22 margin-bottom: 1em;
26 font-size: 24px;
27 margin-bottom: 1em;
[all …]
/external/nist-sip/java/gov/nist/javax/sip/parser/
DPipelinedMsgParser.java14 * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, NON-INFRINGEMENT
40 import gov.nist.javax.sip.message.*;
46 * This implements a pipelined message parser suitable for use with a stream -
48 * an input stream from which input is read and fed to a message parser. It
50 * interpreter loop. The message listener interface gets called for processing
52 * content-length header is read directly from the input stream. This can be
67 * The message listener that is registered with this parser. (The message
94 * Constructor when we are given a message listener and an input stream
98 * Message listener which has methods that get called back from
112 mythread.setName("PipelineThread-" + getNewUid()); in PipelinedMsgParser()
[all …]
/external/accompanist/.github/workflows/
Dissues-stale.yml1 name: 'Close stale issues and PRs'
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/rust/crates/miette/
DCONTRIBUTING.md7 * [Request Support](#request-support)
8 * [Report an Error or Bug](#report-an-error-or-bug)
9 * [Request a Feature](#request-a-feature)
11 * [Project Setup](#project-setup)
12 * [Contribute Documentation](#contribute-documentation)
13 * [Contribute Code](#contribute-code)
15 * [Provide Support on Issues](#provide-support-on-issues)
16 * [Label Issues](#label-issues)
17 * [Clean Up Issues and PRs](#clean-up-issues-and-prs)
18 * [Review Pull Requests](#review-pull-requests)
[all …]
/external/python/cpython3/Lib/idlelib/
DNEWS.txt3 Released after 2022-10-24
7 gh-104719: Remove IDLE's modification of tokenize.tabsize and test
10 gh-104499: Fix completions for Tk Aqua 8.7 (currently blank).
12 gh-104486: Make About print both tcl and tk versions if different,
15 gh-88496 Fix IDLE test hang on macOS.
17 gh-103314 Support sys.last_exc after exceptions in Shell.
23 Released on 2022-10-24
26 gh-97527: Fix a bug in the previous bugfix that caused IDLE to not
31 gh-65802: Document handling of extensions in Save As dialogs.
33 gh-95191: Include prompts when saving Shell (interactive input/output).
[all …]
/external/ltp/testcases/kernel/syscalls/msync/
Dmsync02.c17 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
40 * Check return code, if system call failed (return=-1)
41 * Log the errno and Issue a FAIL message.
45 * Issue Functionality-Pass message.
47 * Issue Functionality-Fail message.
52 * Usage: <for command-line>
53 * msync02 [-c n] [-f] [-i n] [-I x] [-P x] [-t]
54 * where, -c n : Run n copies concurrently.
55 * -f : Turn off functionality Testing.
56 * -i n : Execute test n times.
[all …]
Dmsync01.c17 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
41 * Check return code, if system call failed (return=-1)
42 * Log the errno and Issue a FAIL message.
46 * Issue Functionality-Pass message.
48 * Issue Functionality-Fail message.
53 * Usage: <for command-line>
54 * msync01 [-c n] [-f] [-i n] [-I x] [-P x] [-t]
55 * where, -c n : Run n copies concurrently.
56 * -f : Turn off functionality Testing.
57 * -i n : Execute test n times.
[all …]
/external/flatbuffers/.github/workflows/
Dstale.yml2 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/ltp/testcases/kernel/syscalls/munmap/
Dmunmap01.c17 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
44 * Check return code, if system call failed (return=-1)
45 * Log the errno and Issue a FAIL message.
49 * Issue Functionality-Pass message.
51 * Issue Functionality-Fail message.
56 * Usage: <for command-line>
57 * munmap01 [-c n] [-f] [-i n] [-I x] [-P x] [-t]
58 * where, -c n : Run n copies concurrently.
59 * -f : Turn off functionality Testing.
60 * -i n : Execute test n times.
[all …]
/external/grpc-grpc-java/core/src/test/java/io/grpc/internal/
DAbstractServerStreamTest.java8 * http://www.apache.org/licenses/LICENSE-2.0
62 @SuppressWarnings("deprecation") // https://github.com/grpc/grpc-java/issues/7467
87 * Test for issue https://github.com/grpc/grpc-java/issues/1795
95 InputStream message; in frameShouldBeIgnoredAfterDeframerClosed()
96 while ((message = producer.next()) != null) { in frameShouldBeIgnoredAfterDeframerClosed()
97 streamListenerMessageQueue.add(message); in frameShouldBeIgnoredAfterDeframerClosed()
103 // Close the deframer in frameShouldBeIgnoredAfterDeframerClosed()
104 stream.close(Status.OK, new Metadata()); in frameShouldBeIgnoredAfterDeframerClosed()
109 verify(buffer).close(); in frameShouldBeIgnoredAfterDeframerClosed()
110 assertNull("no message expected", streamListenerMessageQueue.poll()); in frameShouldBeIgnoredAfterDeframerClosed()
[all …]
/external/python/cpython3/Lib/logging/
Dhandlers.py1 # Copyright 2001-2021 by Vinay Sajip. All Rights Reserved.
21 Copyright (C) 2001-2021 Vinay Sajip. All Rights Reserved.
113 # Issue 18940: A file may not have been created if delay is True.
139 written to is always "app.log" - when it gets filled up, it is closed
165 self.stream.close()
168 for i in range(self.backupCount - 1, 0, -1):
190 # See bpo-45401: Never rollover anything other than regular files
197 self.stream.seek(0, 2) #due to non-posix-compliant Windows feature
208 files are kept - the oldest ones are deleted.
223 # S - Seconds
[all …]
/external/okio/okio/src/commonMain/kotlin/okio/
DCommonPlatform.kt8 * http://www.apache.org/licenses/LICENSE-2.0
16 @file:JvmName("-CommonPlatform") // A leading '-' hides this class from Java.
26 // TODO make internal https://youtrack.jetbrains.com/issue/KT-37316 in toUtf8String()
27 expect class ArrayIndexOutOfBoundsException(message: String?) : IndexOutOfBoundsException in toUtf8String()
31 expect inline fun <T> Lock.withLock(action: () -> T): T in toUtf8String()
35 expect open class IOException(message: String?, cause: Throwable?) : Exception { in toUtf8String()
36 constructor(message: String?) in toUtf8String()
40 expect class ProtocolException(message: String) : IOException
42 expect open class EOFException(message: String?) : IOException {
46 expect class FileNotFoundException(message: String?) : IOException
[all …]
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/src/channels/
DActor.kt2 …* Copyright 2016-2021 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 licen…
17 * See [issue #87](https://github.com/Kotlin/kotlinx.coroutines/issues/87).
38 * [receive][ReceiveChannel.receive] directly. The channel is [closed][SendChannel.close]
49 * it will be started implicitly on the first message
52 * Uncaught exceptions in this coroutine close the channel with this exception as a cause and
68 * // process message here
75 * c.close()
80 …* When the inbox channel of the actor is [closed][SendChannel.close] it sends a special "close tok…
100 * See [issue #87](https://github.com/Kotlin/kotlinx.coroutines/issues/87).
114 block: suspend ActorScope<E>.() -> Unit in actor()
[all …]
/external/aws-sdk-java-v2/changelogs/
D2.1.x-CHANGELOG.md1 # __2.1.4__ __2018-12-07__
3 - ### Features
4 - Supporting AWS CodeDeploy
7 - ### Features
8 - Add `modifyException` API to `ExecutionInterceptor`.
9 - Add application/gzip mime type
10 - Update spot bugs version to 3.1.9
11 - Updated to the latest service models.
13 - ### Bugfixes
14- Fix infinite stream of results bug in auto paginator APIs when the next token is an empty string
[all …]
/external/apache-commons-io/src/changes/
Dchanges.xml2 <!--
10 http://www.apache.org/licenses/LICENSE-2.0
17 -->
19 <!--
20 This file is used by the maven-changes-plugin to generate the release notes.
24 release process easy :-).
28 3. Use the report generated by the maven-changelog-plugin to see all
35 mvn changes:announcement-generate -Prelease-notes [-Dchanges.version=nnn]
40 -->
43 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
[all …]

12345678910>>...41