Home
last modified time | relevance | path

Searched +full:not +full:- +full:date (Results 1 – 25 of 1211) sorted by relevance

12345678910>>...49

/third_party/boost/libs/date_time/test/posix_time/
Dtestdst_rules.cpp16 typedef boost::gregorian::date date_type;
17 typedef boost::gregorian::date::day_type day_type;
18 typedef boost::gregorian::date::month_type month_type;
19 typedef boost::gregorian::date::year_type year_type;
20 typedef boost::date_time::partial_date<boost::gregorian::date> start_rule_functor;
21 typedef boost::date_time::partial_date<boost::gregorian::date> end_rule_functor;
53 date d(2002,Feb,1); in main()
58 typedef boost::date_time::us_dst_rules<date, time_duration, 120, 60> us_dst_local; in main()
59 date dst_start(2002,Apr, 7); in main()
60 date dst_end(2002,Oct, 27); in main()
[all …]
Dtesttime.cpp20 date d_pi(pos_infin), d_ni(neg_infin), d_ndt(not_a_date_time); in special_values_tests()
23 date d(2003,Oct,31); in special_values_tests()
33 check("constexpr not configured", true); in special_values_tests()
37 constexpr date d1(1970,1,1); in special_values_tests()
39 static_assert(t1.date().day() == 1, "constexpr construction day()"); in special_values_tests()
40 static_assert(t1.date().month() == 1, "constexpr construction month()"); in special_values_tests()
41 static_assert(t1.date().year() == 1970, "constexpr construction year()"); in special_values_tests()
60 check("is_special function - pos infin", result.is_special()); in special_values_tests()
61 result = p_sv1 - dd; in special_values_tests()
62 …check("Special value (pos infin) - date_duration = +infinity", to_iso_extended_string(result) == s… in special_values_tests()
[all …]
/third_party/python/Misc/NEWS.d/
D3.6.1rc1.rst2 .. date: 9892
4 .. release date: 2017-03-04
13 .. date: 9891
14 .. nonce: G5iS-P
22 .. date: 9890
27 TypeError when kwargs is not a dict. But it might cause segv when args=NULL
28 and kwargs is not a dict.
33 .. date: 9889
43 .. date: 9888
53 .. date: 9887
[all …]
D3.5.3rc1.rst2 .. date: 9898
4 .. release date: 2017-01-02
12 .. date: 9897
16 Do not include <sys/random.h> if it does not exist.
21 .. date: 9896
25 Fix a memory leak in split-table dictionaries: setattr() must not convert
31 .. date: 9895
41 .. date: 9894
42 .. nonce: K6wQ-3
50 .. date: 9893
[all …]
D3.10.0a6.rst2 .. date: 2021-02-14-15-59-16
4 .. release date: 2021-03-01
13 .. date: 2021-02-26-13-17-52
23 .. date: 2021-02-22-19-00-00
33 .. date: 2021-02-20-16-50-22
37 Add a new :c:func:`PySet_CheckExact` function to the C-API to check if an
38 object is an instance of :class:`set` but not an instance of a subtype.
44 .. date: 2021-02-18-15-12-30
52 in Python is not affected, globals cannot be overridden with this syntax: it
58 .. date: 2021-02-17-19-02-21
[all …]
D3.10.0a4.rst2 .. date: 2021-01-03-04-41-25
4 .. release date: 2021-01-04
12 .. date: 2021-01-03-00-20-38
16 Fix the column offsets for f-strings :mod:`ast` nodes surrounded by
22 .. date: 2020-12-31-20-58-22
32 .. date: 2020-12-27-18-07-43
43 .. date: 2020-12-25-23-30-58
47 Make the type attribute lookup cache per-interpreter. Patch by Victor
53 .. date: 2020-12-22-20-30-11
57 Jumps to jumps are not eliminated when it would break PEP 626.
[all …]
D3.10.0rc2.rst2 .. date: 2021-08-29-12-39-44
4 .. release date: 2021-09-07
13 .. date: 2021-06-29-02-45-53
18 for the CVE-2013-0340 "Billion Laughs" vulnerability. This copy is most used
24 .. date: 2021-05-08-11-50-46
35 .. date: 2021-09-06-21-52-45
39 Fix PyAiter_Check to only check for the __anext__ presence (not for
40 __aiter__). Rename PyAiter_Check to PyAIter_Check, PyObject_GetAiter ->
46 .. date: 2021-08-26-18-44-03
55 .. date: 2021-08-25-23-17-32
[all …]
D3.7.0a1.rst2 .. date: 2017-09-05-15-26-30
4 .. release date: 2017-09-19
8 not been performed yet.
13 .. date: 2017-08-23-17-02-55
17 Add fuzz tests for float(str), int(str), unicode(str); for oss-fuzz.
22 .. date: 2017-08-16-16-35-59
32 .. date: 0347
43 .. date: 0344
49 vulnerabilities including: CVE-2017-9233 (External entity infinite loop
50 DoS), CVE-2016-9063 (Integer overflow, re-fix), CVE-2016-0718 (Fix
[all …]
D3.10.0b2.rst2 .. date: 2021-05-05-17-37-04
4 .. release date: 2021-05-31
13 .. date: 2021-05-27-17-34-29
17 Improve Unicode support in non-UTF locales on Oracle Solaris. This issue
18 does not affect other Solaris systems.
23 .. date: 2021-05-25-18-20-10
29 metaclass constructor raises an exception and the winner class is not the
35 .. date: 2021-05-21-21-16-03
46 .. date: 2021-05-21-01-42-45
56 .. date: 2021-05-19-20-33-36
[all …]
D3.10.2.rst2 .. date: 2022-01-11-13-57-00
3 .. nonce: Gd8M-S
4 .. release date: 2022-01-13
12 .. date: 2022-01-07-23-32-03
17 field is not optional.
22 .. date: 2022-01-07-19-33-05
26 Fix the line number of tokenizer errors inside f-strings. Patch by Pablo
32 .. date: 2022-01-05-17-13-47
45 .. date: 2021-12-30-00-23-41
54 .. date: 2021-12-18-02-37-07
[all …]
D3.6.0b4.rst2 .. date: 9778
4 .. release date: 2016-11-21
7 Show sys.version when -V option is supplied twice.
12 .. date: 9777
16 The with-statement now checks for __enter__ before it checks for __exit__.
23 .. date: 9776
27 Fix the set_inheritable() file descriptor method on platforms that do not
33 .. date: 9775
37 Fix not getting the locale's charset upon initializing the interpreter, on
38 platforms that do not have langinfo.
[all …]
D3.5.4rc1.rst2 .. date: 084
5 .. release date: 2017-07-23
14 .. date: 083
20 vulnerabilities including: CVE-2017-9233 (External entity infinite loop
21 DoS), CVE-2016-9063 (Integer overflow, re-fix), CVE-2016-0718 (Fix
22 regression bugs from 2.2.0's fix to CVE-2016-0718) and CVE-2012-0876
23 (Counter hash flooding with SipHash). Note: the CVE-2016-5300 (Use
24 os-specific entropy sources like getrandom) doesn't impact Python, since Python
31 .. date: 081
32 .. nonce: 1VG7R-
[all …]
D3.6.2rc1.rst2 .. date: 9989
4 .. release date: 2017-06-17
7 Removed a too-strict assertion that failed for certain f-strings, such as
13 .. date: 9988
17 Move co_extra_freefuncs to not be per-thread to avoid crashes
22 .. date: 9987
26 Fixed parsing backslashes in f-strings.
31 .. date: 9986
42 .. date: 9985
46 Fixed type.__setattr__() and type.__delattr__() for non-interned attribute
[all …]
D3.6.3rc1.rst2 .. date: 2017-09-05-15-26-30
4 .. release date: 2017-09-18
8 not been performed yet.
13 .. date: 2017-08-16-16-35-59
23 .. date: 2017-09-14-19-47-57
33 .. date: 2017-09-13-13-03-52
34 .. nonce: rS-FlC
43 .. date: 2017-09-11-12-54-35
53 .. date: 2017-09-11-08-50-41
58 not a dictionary. Patch by Oren Milman.
[all …]
D3.10.0rc1.rst2 .. date: 2021-07-25-20-04-54
4 .. release date: 2021-08-02
13 .. date: 2021-07-31-12-12-57
22 .. date: 2021-07-27-11-14-22
23 .. nonce: SjLFe-
33 .. date: 2021-07-26-15-27-03
42 .. date: 2021-07-21-15-26-56
51 .. date: 2021-07-19-20-49-06
60 .. date: 2021-07-19-19-53-46
70 .. date: 2021-07-17-21-04-04
[all …]
D3.6.5rc1.rst2 .. date: 2018-03-05-10-09-51
4 .. release date: 2018-03-13
12 .. date: 2018-03-02-10-24-52
18 refactored. This resolves CVE-2018-1060 and CVE-2018-1061. Patch by Jamie
24 .. date: 2018-03-08-09-48-38
33 .. date: 2018-02-27-13-36-21
42 .. date: 2018-02-20-21-53-48
52 .. date: 2018-01-28-23-01-39
62 .. date: 2018-01-28-12-25-06
68 terminated by a semi-colon instead of a newline. Patch by Nitish Chandra.
[all …]
/third_party/boost/libs/date_time/test/gregorian/
Dtestdate.cpp17 sdesc << "should" << (allowed ? "" : " not") << " be able to make a date in year " << yr; in test_yearlimit()
20 boost::gregorian::date chkyr(yr, 1, 1); in test_yearlimit()
34 date def; in main()
35 check("Default constructor", def == date(not_a_date_time)); in main()
39 check("constexpr not configured", true); in main()
43 constexpr date d1(1900,1,1); in main()
47 constexpr date d2 = date(2000,12,31); in main()
48 constexpr date d3(d2); in main()
57 date d1(1900,1,1); in main()
58 date d2 = date(2000,1,1); in main()
[all …]
Dtestperiod.cpp15 date d1(2000,Jan,1),d2(2000,Jan,4); in main()
16 date d3 = d2; in main()
22 check("last", p1.last() == d2-date_duration(1) ); in main()
27 date_period p3(date(2000,Jan,4),date(2000,Feb,1)); in main()
28 check("operator== not equal case", !(p1 == p3)); in main()
31 check("not equal", p3 != p1); in main()
33 check("not intersects", !(p1.intersects(p3))); in main()
34 check("not intersects", !(p3.intersects(p1))); in main()
35 date_period p4(date(1999,Dec,1), d2); in main()
38 date_period p5(date(1999,Dec,1), date(2000,Dec,31)); in main()
[all …]
/third_party/node/deps/icu-small/source/i18n/unicode/
Ddtitvfmt.h4 * Copyright (C) 2008-2016, International Business Machines Corporation and
23 * \brief C++ API: Format and parse date interval in a language-independent manner.
43 * An immutable class containing the result of a date interval formatting operation.
45 * Instances of this class are immutable and thread-safe.
55 * Not intended for public subclassing.
79 /** Copying not supported; use move constructor instead. */
82 /** Copying not supported; use move assignment instead. */
115 * DateIntervalFormat is a class for formatting and parsing date
116 * intervals in a language-independent manner.
117 * Only formatting is supported, parsing is not supported.
[all …]
/third_party/skia/third_party/externals/icu/source/i18n/unicode/
Ddtitvfmt.h4 * Copyright (C) 2008-2016, International Business Machines Corporation and
23 * \brief C++ API: Format and parse date interval in a language-independent manner.
43 * An immutable class containing the result of a date interval formatting operation.
45 * Instances of this class are immutable and thread-safe.
55 * Not intended for public subclassing.
79 /** Copying not supported; use move constructor instead. */
82 /** Copying not supported; use move assignment instead. */
115 * DateIntervalFormat is a class for formatting and parsing date
116 * intervals in a language-independent manner.
117 * Only formatting is supported, parsing is not supported.
[all …]
/third_party/icu/icu4c/source/i18n/unicode/
Ddtitvfmt.h4 * Copyright (C) 2008-2016, International Business Machines Corporation and
23 * \brief C++ API: Format and parse date interval in a language-independent manner.
43 * An immutable class containing the result of a date interval formatting operation.
45 * Instances of this class are immutable and thread-safe.
55 * Not intended for public subclassing.
79 /** Copying not supported; use move constructor instead. */
82 /** Copying not supported; use move assignment instead. */
115 * DateIntervalFormat is a class for formatting and parsing date
116 * intervals in a language-independent manner.
117 * Only formatting is supported, parsing is not supported.
[all …]
/third_party/flutter/skia/third_party/externals/icu/source/i18n/unicode/
Ddtitvfmt.h4 * Copyright (C) 2008-2016, International Business Machines Corporation and
21 * \brief C++ API: Format and parse date interval in a language-independent manner.
37 * DateIntervalFormat is a class for formatting and parsing date
38 * intervals in a language-independent manner.
39 * Only formatting is supported, parsing is not supported.
42 * Date interval means from one date to another date,
51 * For example, the date interval format from "Jan 11, 2008" to "Jan 18,. 2008"
52 * is "Jan 11-18, 2008" for English.
54 * although initially, parsing is not supported.
57 * There is no structural information in date time patterns.
[all …]
/third_party/typescript/tests/baselines/reference/
DexternModule.errors.txt3 …ame 'module'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node`.
5 tests/cases/compiler/externModule.ts(3,10): error TS2391: Function implementation is missing or not
6 tests/cases/compiler/externModule.ts(4,10): error TS2391: Function implementation is missing or not
8 …xternModule.ts(20,13): error TS2391: Function implementation is missing or not immediately followi…
9 …xternModule.ts(26,13): error TS2391: Function implementation is missing or not immediately followi…
10 …xternModule.ts(28,13): error TS2391: Function implementation is missing or not immediately followi…
11 …cases/compiler/externModule.ts(32,11): error TS2552: Cannot find name 'XDate'. Did you mean 'Date'?
12 …/cases/compiler/externModule.ts(34,7): error TS2552: Cannot find name 'XDate'. Did you mean 'Date'?
13 …/cases/compiler/externModule.ts(36,7): error TS2552: Cannot find name 'XDate'. Did you mean 'Date'?
14 …/cases/compiler/externModule.ts(37,3): error TS2552: Cannot find name 'XDate'. Did you mean 'Date'?
[all …]
/third_party/node/deps/npm/node_modules/http-signature/lib/
Dparser.js3 var assert = require('assert-plus');
9 ///--- Globals
30 ///--- Specific Errors
61 ///--- Exported API
69 * on any error. It will not however check the signature, or the keyId format
79 * "algorithm": "rsa-sha256",
81 * "date" or "x-date",
91 * - clockSkew: allowed clock skew in seconds (default 300).
92 * - headers: required header names (def: date or x-date)
93 * - algorithms: algorithms to support (default: all).
[all …]
/third_party/mtdev/
DChangeLog3 Date: Sun Jan 26 14:40:46 2020 +0100
5 Release mtdev-1.1.6
7 Signed-off-by: Henrik Rydberg <rydberg@bitmath.se>
11 Date: Sat Nov 23 18:45:32 2019 -0800
20 Signed-off-by: Khem Raj <raj.khem@gmail.com>
21 Signed-off-by: Henrik Rydberg <rydberg@bitmath.se>
25 Date: Fri Jun 7 11:29:01 2019 -0700
37 Signed-off-by: Michael Forney <mforney@mforney.org>
38 Signed-off-by: Henrik Rydberg <rydberg@bitmath.se>
42 Date: Tue Aug 22 11:12:13 2017 +0200
[all …]

12345678910>>...49