Home
last modified time | relevance | path

Searched +full:days +full:- +full:before +full:- +full:close (Results 1 – 25 of 163) sorted by relevance

1234567

/third_party/flatbuffers/.github/workflows/
Dstale.yml5 - cron: "30 20 * * *"
10 runs-on: ubuntu-latest
13 - uses: actions/stale@v3
15 repo-token: ${{ secrets.GITHUB_TOKEN }}
16 …stale-pr-message: 'This pull request is stale because it has been open 6 months with no activity. …
17 …stale-issue-message: 'This issue is stale because it has been open 6 months with no activity. Plea…
18 days-before-stale: 182 # 6 months
19 days-before-close: 14
20 operations-per-run: 1500
/third_party/protobuf/
DCONTRIBUTING.md7 ## Before You Start
10 …se read [How to create github pull requests](https://help.github.com/articles/about-pull-requests/)
21 … need to sign an [individual CLA](https://cla.developers.google.com/about/google-individual?csw=1).
23 …then you'll need to sign a [corporate CLA](https://cla.developers.google.com/about/google-corporat…
28 Before sending out your pull request, please familiarize yourself with the
37 already merged to master, and then create a pull request cherry-picking the
44 our response time within 7-days but if you don’t get any response in a few
45 days, feel free to comment on the threads to get our attention. We also expect
47 hear from you for 2 weeks or longer, we may close the pull request. You can
65 support from a protobuf team member before sending us the pull request.
[all …]
/third_party/flutter/flutter/.github/
Dno-response.yml1 # Configuration for probot-no-response - https://github.com/probot/no-response
3 # Number of days of inactivity before an issue is closed for lack of response.
10 closeComment: >-
12 resolve this issue. We are therefore reluctantly going to close this
/third_party/node/deps/icu-small/source/i18n/
Dchnsecal.cpp5 * Copyright (C) 2007-2014, International Business Machines Corporation
53 // --- The cache --
70 static const int32_t CHINESE_EPOCH_YEAR = -2636; // Gregorian year
75 * offset of GMT+7:45:40 for years before 1929; we do not do this.
80 * Value to be added or subtracted from the local days of a new moon to
81 * get close to the next or prior new moon, but not cross it. Must be
116 //-------------------------------------------------------------------------
118 //-------------------------------------------------------------------------
168 //-------------------------------------------------------------------------
170 //-------------------------------------------------------------------------
[all …]
/third_party/icu/icu4c/source/i18n/
Dchnsecal.cpp5 * Copyright (C) 2007-2014, International Business Machines Corporation
53 // --- The cache --
70 static const int32_t CHINESE_EPOCH_YEAR = -2636; // Gregorian year
75 * offset of GMT+7:45:40 for years before 1929; we do not do this.
80 * Value to be added or subtracted from the local days of a new moon to
81 * get close to the next or prior new moon, but not cross it. Must be
116 //-------------------------------------------------------------------------
118 //-------------------------------------------------------------------------
168 //-------------------------------------------------------------------------
170 //-------------------------------------------------------------------------
[all …]
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Dchnsecal.cpp5 * Copyright (C) 2007-2014, International Business Machines Corporation
53 // --- The cache --
70 static const int32_t CHINESE_EPOCH_YEAR = -2636; // Gregorian year
75 * offset of GMT+7:45:40 for years before 1929; we do not do this.
80 * Value to be added or subtracted from the local days of a new moon to
81 * get close to the next or prior new moon, but not cross it. Must be
116 //-------------------------------------------------------------------------
118 //-------------------------------------------------------------------------
168 //-------------------------------------------------------------------------
170 //-------------------------------------------------------------------------
[all …]
/third_party/skia/third_party/externals/icu/source/i18n/
Dchnsecal.cpp5 * Copyright (C) 2007-2014, International Business Machines Corporation
53 // --- The cache --
70 static const int32_t CHINESE_EPOCH_YEAR = -2636; // Gregorian year
75 * offset of GMT+7:45:40 for years before 1929; we do not do this.
80 * Value to be added or subtracted from the local days of a new moon to
81 * get close to the next or prior new moon, but not cross it. Must be
116 //-------------------------------------------------------------------------
118 //-------------------------------------------------------------------------
168 //-------------------------------------------------------------------------
170 //-------------------------------------------------------------------------
[all …]
/third_party/python/Lib/logging/
Dhandlers.py1 # Copyright 2001-2021 by Vinay Sajip. All Rights Reserved.
21 Copyright (C) 2001-2021 Vinay Sajip. All Rights Reserved.
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
224 # M - Minutes
[all …]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
DChineseCalendar.java5 * Copyright (C) 2000-2014, International Business Machines
37 * (GMT+7:45:40) for dates before 1929, we do not implement this here.
42 * calendar. The second method uses 60-year cycles from the same starting
89 //------------------------------------------------------------------
95 // days.' This is the number of days after January 1, 1970 Gregorian,
98 // 1970 0:00 Asia/Shanghai. Conversion of local days to and from
124 * Cache that maps Gregorian year to local days of winter solstice.
130 * Cache that maps Gregorian year to local days of Chinese new year.
142 //------------------------------------------------------------------
144 //------------------------------------------------------------------
[all …]
DCalendar.java5 * Copyright (C) 1996-2016, International Business Machines
50 * Like other locale-sensitive classes, <code>Calendar</code> provides a
63 * "gregorian", "hebrew", "islamic", "islamic-civil", "japanese", and "roc". For
67 * minimum days in first week, start day of week, et cetera).
70 * needed to implement the date-time formatting for a particular language and
71 * calendar style (for example, Japanese-Gregorian, Japanese-Traditional).
83 * non-lenient <code>GregorianCalendar</code> throws an exception when given
84 * out-of-range field settings. When calendars recompute field values for
89 * <p><code>Calendar</code> defines a locale-specific seven day week using two
90 * parameters: the first day of the week and the minimal days in first week
[all …]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DChineseCalendar.java4 * Copyright (C) 2000-2014, International Business Machines
36 * (GMT+7:45:40) for dates before 1929, we do not implement this here.
41 * calendar. The second method uses 60-year cycles from the same starting
89 //------------------------------------------------------------------
95 // days.' This is the number of days after January 1, 1970 Gregorian,
98 // 1970 0:00 Asia/Shanghai. Conversion of local days to and from
124 * Cache that maps Gregorian year to local days of winter solstice.
130 * Cache that maps Gregorian year to local days of Chinese new year.
142 //------------------------------------------------------------------
144 //------------------------------------------------------------------
[all …]
DCalendar.java4 * Copyright (C) 1996-2016, International Business Machines
51 * Like other locale-sensitive classes, <code>Calendar</code> provides a
64 * "gregorian", "hebrew", "islamic", "islamic-civil", "japanese", and "roc". For
68 * minimum days in first week, start day of week, et cetera).
71 * needed to implement the date-time formatting for a particular language and
72 * calendar style (for example, Japanese-Gregorian, Japanese-Traditional).
84 * non-lenient <code>GregorianCalendar</code> throws an exception when given
85 * out-of-range field settings. When calendars recompute field values for
90 * <p><code>Calendar</code> defines a locale-specific seven day week using two
91 * parameters: the first day of the week and the minimal days in first week
[all …]
/third_party/node/doc/guides/
Dcollaborator-guide.md5 * [Issues and pull requests](#issues-and-pull-requests)
6 * [Welcoming first-time contributors](#welcoming-first-time-contributors)
7 * [Closing issues and pull requests](#closing-issues-and-pull-requests)
8 * [Author ready pull requests](#author-ready-pull-requests)
9 * [Handling own pull requests](#handling-own-pull-requests)
10 * [Security issues](#managing-security-issues)
11 * [Accepting modifications](#accepting-modifications)
12 * [Code reviews](#code-reviews)
13 * [Consensus seeking](#consensus-seeking)
14 * [Waiting for approvals](#waiting-for-approvals)
[all …]
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/
DCompatibilityTest.java5 * Copyright (C) 2000-2009,2011 International Business Machines Corporation and *
68 logln("JDK has Gregorian cutover anomaly (1.5?) - skipping this test."); in TestGregorianChangeover()
78 Changeover -7 days: 1582/9/28 dow=6 in TestGregorianChangeover()
79 Changeover -6 days: 1582/9/29 dow=7 in TestGregorianChangeover()
80 Changeover -5 days: 1582/9/30 dow=1 in TestGregorianChangeover()
81 Changeover -4 days: 1582/10/1 dow=2 in TestGregorianChangeover()
82 Changeover -3 days: 1582/10/2 dow=3 in TestGregorianChangeover()
83 Changeover -2 days: 1582/10/3 dow=4 in TestGregorianChangeover()
84 Changeover -1 days: 1582/10/4 dow=5 in TestGregorianChangeover()
85 Changeover +0 days: 1582/10/15 dow=6 in TestGregorianChangeover()
[all …]
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/calendar/
DCompatibilityTest.java6 * Copyright (C) 2000-2009,2011 International Business Machines Corporation and *
71 logln("JDK has Gregorian cutover anomaly (1.5?) - skipping this test."); in TestGregorianChangeover()
81 Changeover -7 days: 1582/9/28 dow=6 in TestGregorianChangeover()
82 Changeover -6 days: 1582/9/29 dow=7 in TestGregorianChangeover()
83 Changeover -5 days: 1582/9/30 dow=1 in TestGregorianChangeover()
84 Changeover -4 days: 1582/10/1 dow=2 in TestGregorianChangeover()
85 Changeover -3 days: 1582/10/2 dow=3 in TestGregorianChangeover()
86 Changeover -2 days: 1582/10/3 dow=4 in TestGregorianChangeover()
87 Changeover -1 days: 1582/10/4 dow=5 in TestGregorianChangeover()
88 Changeover +0 days: 1582/10/15 dow=6 in TestGregorianChangeover()
[all …]
/third_party/flutter/skia/third_party/externals/icu/source/i18n/unicode/
Ducal.h5 * Copyright (C) 1996-2015, International Business Machines Corporation and
39 * Like other locale-sensitive C API, calendar API provides a
59 * needed to implement the date-time formatting for a particular language
60 * and calendar style (for example, Japanese-Gregorian, Japanese-Traditional).
67 * -- July 15, 1996 is actually a Monday).
106 * <strong>Note:</strong> for some non-Gregorian calendars, different
109 * month, day-of-month <em>and</em> day-of-week in some cases.
139 * For example, subtracting 5 days from the date <code>September 12, 1996</code>
147 * announced until just before the date. In such case, ICU4C may include
201 * This is a calendar-specific value.
[all …]
/third_party/node/deps/icu-small/source/i18n/unicode/
Ducal.h5 * Copyright (C) 1996-2015, International Business Machines Corporation and
42 * Like other locale-sensitive C API, calendar API provides a
62 * needed to implement the date-time formatting for a particular language
63 * and calendar style (for example, Japanese-Gregorian, Japanese-Traditional).
70 * -- July 15, 1996 is actually a Monday).
109 * <strong>Note:</strong> for some non-Gregorian calendars, different
112 * month, day-of-month <em>and</em> day-of-week in some cases.
142 * For example, subtracting 5 days from the date <code>September 12, 1996</code>
150 * announced until just before the date. In such case, ICU4C may include
205 * This is a calendar-specific value.
[all …]
/third_party/icu/icu4c/source/i18n/unicode/
Ducal.h5 * Copyright (C) 1996-2015, International Business Machines Corporation and
42 * Like other locale-sensitive C API, calendar API provides a
62 * needed to implement the date-time formatting for a particular language
63 * and calendar style (for example, Japanese-Gregorian, Japanese-Traditional).
70 * -- July 15, 1996 is actually a Monday).
109 * <strong>Note:</strong> for some non-Gregorian calendars, different
112 * month, day-of-month <em>and</em> day-of-week in some cases.
142 * For example, subtracting 5 days from the date <code>September 12, 1996</code>
150 * announced until just before the date. In such case, ICU4C may include
205 * This is a calendar-specific value.
[all …]
/third_party/skia/third_party/externals/icu/source/i18n/unicode/
Ducal.h5 * Copyright (C) 1996-2015, International Business Machines Corporation and
42 * Like other locale-sensitive C API, calendar API provides a
62 * needed to implement the date-time formatting for a particular language
63 * and calendar style (for example, Japanese-Gregorian, Japanese-Traditional).
70 * -- July 15, 1996 is actually a Monday).
109 * <strong>Note:</strong> for some non-Gregorian calendars, different
112 * month, day-of-month <em>and</em> day-of-week in some cases.
142 * For example, subtracting 5 days from the date <code>September 12, 1996</code>
150 * announced until just before the date. In such case, ICU4C may include
205 * This is a calendar-specific value.
[all …]
/third_party/python/Doc/howto/
Dsockets.rst1 .. _socket-howto:
14 It's not really a tutorial - you'll still have work to do in getting things
23 the sockets in use. And I'll only talk about STREAM (i.e. TCP) sockets - unless you really
27 work with blocking and non-blocking sockets. But I'll start by talking about
28 blocking sockets. You'll need to know how they work before dealing with
29 non-blocking sockets.
33 distinction between a "client" socket - an endpoint of a conversation, and a
40 -------
45 cross-platform communication, sockets are about the only game in town.
48 like wildfire with the internet. With good reason --- the combination of sockets
[all …]
/third_party/skia/third_party/externals/abseil-cpp/absl/time/internal/cctz/src/
Dtime_zone_info.cc7 // https://www.apache.org/licenses/LICENSE-2.0
19 // TimeZoneInfo represents the history of UTC-offset changes within a time
20 // zone. Most changes are due to daylight-saving rules, but occasionally
21 // shifts are made to the time-zone's base offset. The database only attempts
22 // to be definitive for times since 1970, so be wary of local-time conversions
23 // before that. Also, rule and zone-boundary changes are made at the whim
27 // For more information see tzfile(5), http://www.iana.org/time-zones, or
30 // Note that we assume the proleptic Gregorian calendar and 60-second
64 // The number of days in non-leap and leap years respectively.
67 // The day offsets of the beginning of each (1-based) month in non-leap and
[all …]
/third_party/node/
DGOVERNANCE.md3 <!-- TOC -->
7 * [Collaborator activities](#collaborator-activities)
8 * [Technical steering committee](#technical-steering-committee)
9 * [TSC meetings](#tsc-meetings)
10 * [Collaborator nominations](#collaborator-nominations)
12 * [Consensus seeking process](#consensus-seeking-process)
14 <!-- /TOC -->
18 Triagers assess newly-opened issues in the [nodejs/node][] and [nodejs/help][]
19 repositories. The GitHub team for Node.js triagers is @nodejs/issue-triage.
23 * Ability to comment, close, and reopen issues and pull requests
[all …]
/third_party/icu/icu4j/perf-tests/data/collation/
Dnvsbl10.txt5 copyright laws for your country before downloading or redistributing
116 wintertime was an unheard-of piece of luck, let alone a guest who
137 big blue spectacles with sidelights, and had a bush side-whisker
138 over his coat-collar that completely hid his cheeks and face.
144 Mrs. Hall, feeling that her conversational advances were ill-timed,
148 hat-brim turned down, hiding his face and ears completely. She put
165 with a certain stateliness upon a gold and black tea-tray, carried
182 He held a white cloth--it was a serviette he had brought with
183 him--over the lower part of his face, so that his mouth and jaws
189 pink, and shiny just as it had been at first. He wore a dark-brown
[all …]
/third_party/skia/third_party/externals/brotli/tests/testdata/
Dplrabn12.txt6 The oldest etext known to Project Gutenberg (ca. 1964-1965)
12 This etext was originally created in 1964-1965 according to Dr.
20 that is was only a matter of days to get it into this shape you
88 Before all temples th' upright heart and pure,
91 Dove-like sat'st brooding on the vast Abyss,
97 Say first--for Heaven hides nothing from thy view,
98 Nor the deep tract of Hell--say first what cause
139 With ever-burning sulphur unconsumed.
151 Beelzebub. To whom th' Arch-Enemy,
153 Breaking the horrid silence, thus began:--
[all …]
/third_party/rust/crates/regex/bench/src/data/
Dsherlock.txt5 re-use it under the terms of the Project Gutenberg License included
43 II. The Red-headed League
71 were admirable things for the observer--excellent for drawing the
76 sensitive instrument, or a crack in one of his own high-power
84 home-centred interests which rise up around the man who first
104 One night--it was on the twentieth of March, 1888--I was
107 passed the well-remembered door, which must always be associated
117 drug-created dreams and was hot upon the scent of some new
125 stood before the fire and looked me over in his singular
160 weather, and that you had a particularly malignant boot-slitting
[all …]

1234567