| /third_party/rust/crates/version_check/src/ |
| D | date.rs | 3 /// Release date including year, month, and day. 6 pub struct Date(u32); struct 8 impl Date { implementation 9 /// Reads the release date of the running compiler. If it cannot be 10 /// determined (see the [top-level documentation](crate)), returns `None`. 15 /// use version_check::Date; 17 /// match Date::read() { 18 /// Some(d) => format!("The release date is: {}", d), 19 /// None => format!("Failed to read the release date.") 22 pub fn read() -> Option<Date> { in read() [all …]
|
| D | lib.rs | 3 //! with `--version`. The path to the compiler is determined first via the 4 //! `RUSTC` environment variable. If it is not set, then `rustc` is used. If 16 //! println!("cargo:rustc-cfg=question_mark_operator"); 23 //! * Check that the running compiler was released on or after `2018-12-18`: 28 //! match rustc::is_min_date("2018-12-18") { 36 //! released _prior to_ or _exactly on_ a certain date. 56 //! println!("cargo:rustc-cfg=has_doc_cfg"); 67 //! Some(c) => format!("No, the channel {} is not stable.", c), 72 //! To interact with the version, release date, and release channel as structs, 73 //! use [`Version`], [`Date`], and [`Channel`], respectively. The [`triple()`] [all …]
|
| /third_party/skia/third_party/externals/icu/source/i18n/unicode/ |
| D | dtitvfmt.h | 4 * 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 …]
|
| D | udat.h | 5 * Copyright (C) 1996-2016, International Business Machines 30 * <h2> Date Format C API</h2> 32 * Date Format C API consists of functions that convert dates and 34 * language-independent manner. Converting from the internal representation (milliseconds 38 * date formatting and parsing actions. 40 * Date Format helps you to format and parse dates for any locale. Your code can 44 * To format a date for the current Locale with default time and date style, 51 * UDateFormat* dfmt = udat_open(UDAT_DEFAULT, UDAT_DEFAULT, NULL, NULL, -1, NULL, -1, &status); 70 * UDateFormat* df = udat_open(UDAT_DEFAULT, UDAT_DEFAULT, NULL, NULL, -1, NULL, 0, &status); 83 * To get specific fields of a date, you can use UFieldPosition to [all …]
|
| D | datefmt.h | 5 * Copyright (C) 1997-2016, International Business Machines 13 * Date Name Description 63 * language-independent manner. Converting from the internal representation (milliseconds 67 * date formatting and parsing actions. 73 * To format a date for the current Locale, use one of the static factory 80 * myString = dfmt->format( myDate, myString ); 93 * cout << df->format( myDateArr[i], myString ) << endl; 97 * To get specific fields of a date, you can use UFieldPosition to 104 * myString = dfmt->format( myDate, myString ); 109 * To format a date for a different Locale, specify it in the call to [all …]
|
| /third_party/icu/icu4c/source/i18n/unicode/ |
| D | dtitvfmt.h | 4 * 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 …]
|
| D | udat.h | 5 * Copyright (C) 1996-2016, International Business Machines 30 * <h2> Date Format C API</h2> 32 * Date Format C API consists of functions that convert dates and 34 * language-independent manner. Converting from the internal representation (milliseconds 38 * date formatting and parsing actions. 40 * Date Format helps you to format and parse dates for any locale. Your code can 44 * To format a date for the current Locale with default time and date style, 51 * UDateFormat* dfmt = udat_open(UDAT_DEFAULT, UDAT_DEFAULT, NULL, NULL, -1, NULL, -1, &status); 70 * UDateFormat* df = udat_open(UDAT_DEFAULT, UDAT_DEFAULT, NULL, NULL, -1, NULL, 0, &status); 83 * To get specific fields of a date, you can use UFieldPosition to [all …]
|
| D | datefmt.h | 5 * Copyright (C) 1997-2016, International Business Machines 13 * Date Name Description 63 * language-independent manner. Converting from the internal representation (milliseconds 67 * date formatting and parsing actions. 73 * To format a date for the current Locale, use one of the static factory 80 * myString = dfmt->format( myDate, myString ); 93 * cout << df->format( myDateArr[i], myString ) << endl; 97 * To get specific fields of a date, you can use UFieldPosition to 104 * myString = dfmt->format( myDate, myString ); 109 * To format a date for a different Locale, specify it in the call to [all …]
|
| /third_party/backends/ChangeLogs/ |
| D | ChangeLog-1.0.27 | 3 Date: 2017-05-22 11:16:40 -0400 5 SANE-backends release 1.0.27 19 Author: Rolf Bensch <roben-guest@alioth.debian.org> 20 Date: 2017-05-20 14:13:19 +0200 22 pixma: i-SENSYS MF240 Series is working 26 Date: 2017-05-19 20:24:14 -0400 31 Author: Olaf Meeuwissen <paddy-hack@member.fsf.org> 32 Date: 2017-05-15 21:37:34 +0900 38 Date: 2017-05-14 21:34:36 -0400 45 Author: Olaf Meeuwissen <paddy-hack@member.fsf.org> [all …]
|
| D | ChangeLog-1.0.32 | 2 Author: Olaf Meeuwissen <paddy-hack@member.fsf.org> 3 Date: 2021-02-14 20:00:00 +0900 8 Author: Olaf Meeuwissen <paddy-hack@member.fsf.org> 9 Date: 2021-02-14 16:24:24 +0900 11 po: Re-sync *.po files to pick up latest source code changes 16 Author: Olaf Meeuwissen <paddy-hack@member.fsf.org> 17 Date: 2021-02-13 20:21:45 +0900 19 saned: Add new -p, --port option to the manual page 24 Author: Olaf Meeuwissen <paddy-hack@member.fsf.org> 25 Date: 2021-02-13 20:20:14 +0900 [all …]
|
| D | ChangeLog-1.0.28 | 2 Author: Olaf Meeuwissen <paddy-hack@member.fsf.org> 3 Date: 2019-07-31 20:39:43 +0900 8 Author: Olaf Meeuwissen <paddy-hack@member.fsf.org> 9 Date: 2019-07-30 22:40:11 +0900 14 Author: Rolf Bensch <rolf@bensch-online.de> 15 Date: 2019-07-29 22:34:13 +0200 19 https://alioth-lists.debian.net/pipermail/sane-devel/2019-July/036877.html 23 Author: Rolf Bensch <rolf@bensch-online.de> 24 Date: 2019-07-29 17:27:07 +0200 29 Author: Rolf Bensch <rolf@bensch-online.de> [all …]
|
| D | ChangeLog-1.0.31 | 2 Author: Olaf Meeuwissen <paddy-hack@member.fsf.org> 3 Date: 2020-08-23 20:25:14 +0900 8 Author: Olaf Meeuwissen <paddy-hack@member.fsf.org> 9 Date: 2020-08-23 15:15:13 +0900 16 Date: 2020-08-20 19:55:50 +0000 18 Merge branch '38-macos-device-0x03f0-0x1305-at-020-002-is-not-configured' into 'release/1.0.31' 20 Resolve "[macOS] device 0x03f0/0x1305 at 020:002 is not configured" 22 See merge request sane-project/backends!504 26 Date: 2020-08-08 09:55:47 +0000 32 Author: Olaf Meeuwissen <paddy-hack@member.fsf.org> [all …]
|
| /third_party/typescript/tests/baselines/reference/ |
| D | externModule.errors.txt | 2 …ame 'module'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node`. 4 tests/cases/compiler/externModule.ts(3,10): error TS2391: Function implementation is missing or not… 5 tests/cases/compiler/externModule.ts(4,10): error TS2391: Function implementation is missing or not… 7 …xternModule.ts(20,13): error TS2391: Function implementation is missing or not immediately followi… 8 …xternModule.ts(26,13): error TS2391: Function implementation is missing or not immediately followi… 9 …xternModule.ts(28,13): error TS2391: Function implementation is missing or not immediately followi… 10 …cases/compiler/externModule.ts(32,11): error TS2552: Cannot find name 'XDate'. Did you mean 'Date'? 11 …/cases/compiler/externModule.ts(34,7): error TS2552: Cannot find name 'XDate'. Did you mean 'Date'? 12 …/cases/compiler/externModule.ts(36,7): error TS2552: Cannot find name 'XDate'. Did you mean 'Date'? 13 …/cases/compiler/externModule.ts(37,3): error TS2552: Cannot find name 'XDate'. Did you mean 'Date'? [all …]
|
| /third_party/icu/icu4c/source/test/testdata/ |
| D | format.txt | 3 // Copyright (c) 2007-2015 International Business Machines 24 Headers { "locale", "zone", "spec", "date", "str"} 26 // zone: time zone name, or "" to not explicitly set zone 27 // spec: either 'PATTERN=y mm h' etc, or 'DATE=SHORT,TIME=LONG' 28 // date: either 'MILLIS=####' where #### is millis, 31 …// or RELATIVE_ADD:DATE=1 which means that the field "DATE" will be added by +1 relative t… 38 "DATE=SHORT,TIME=SHORT", 39 "ERA=1,YEAR=2007,MONTH=AUGUST,DATE=8,HOUR_OF_DAY=18,MINUTE=54,SECOND=0", 45 "DATE=LONG", 46 "ERA=1,YEAR=98,MONTH=0,DATE=24", [all …]
|
| /third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
| D | DateIntervalFormat.java | 1 /* GENERATED SOURCE. DO NOT MODIFY. */ 5 * Copyright (C) 2008-2016, International Business Machines 42 * DateIntervalFormat is a class for formatting and parsing date 43 * intervals in a language-independent manner. 44 * Only formatting is supported. Parsing is not supported. 47 * Date interval means from one date to another date, 56 * For example, the date interval format from "Jan 11, 2008" to "Jan 18,. 2008" 57 * is "Jan 11-18, 2008" for English. 59 * although initially, parsing is not supported. 62 * There is no structural information in date time patterns. [all …]
|
| D | DateFormat.java | 1 /* GENERATED SOURCE. DO NOT MODIFY. */ 5 * Copyright (C) 1996-2016, International Business Machines 19 import java.util.Date; 39 …* DateFormat is an abstract class for date/time formatting subclasses which formats and parses dat… 40 …* language-independent manner. The date/time formatting subclass, such as SimpleDateFormat, allows… 41 …* (i.e., date -> text), parsing (text -> date), and normalization. The date is represented a… 47 …* methods for obtaining default date/time formatters based on the default for a given locale and a… 55 …* common pre-defined skeletons, such as {@link #MINUTE_SECOND} for something like "13:45" or {@lin… 60 * To format a date for the current Locale, use one of the static factory methods: 77 * To format a date for a different Locale, specify it in the call to getDateInstance(). [all …]
|
| /third_party/libffi/ |
| D | ChangeLog | 3 Date: Mon Jun 28 21:10:49 2021 -0400 9 Date: Mon Jun 28 19:50:29 2021 -0400 15 Date: Mon Jun 28 18:50:31 2021 -0400 21 Date: Mon Jun 28 18:45:11 2021 -0400 27 Date: Mon Jun 28 14:59:07 2021 -0400 33 Date: Mon Jun 28 11:51:35 2021 -0700 39 Date: Mon Jun 28 07:24:19 2021 -0700 41 Fix the assertions in cls-24byte (#652) 43 * Fix the assertions in cls-24byte 49 Date: Mon Jun 28 09:53:01 2021 -0400 [all …]
|
| /third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
| D | DateIntervalFormat.java | 4 * Copyright (C) 2008-2016, International Business Machines 41 * DateIntervalFormat is a class for formatting and parsing date 42 * intervals in a language-independent manner. 43 * Only formatting is supported. Parsing is not supported. 46 * Date interval means from one date to another date, 55 * For example, the date interval format from "Jan 11, 2008" to "Jan 18,. 2008" 56 * is "Jan 11-18, 2008" for English. 58 * although initially, parsing is not supported. 61 * There is no structural information in date time patterns. 62 * For any punctuations and string literals inside a date time pattern, [all …]
|
| D | DateFormat.java | 4 * Copyright (C) 1996-2016, International Business Machines 18 import java.util.Date; 38 …* DateFormat is an abstract class for date/time formatting subclasses which formats and parses dat… 39 …* language-independent manner. The date/time formatting subclass, such as SimpleDateFormat, allows… 40 …* (i.e., date -> text), parsing (text -> date), and normalization. The date is represented a… 46 …* methods for obtaining default date/time formatters based on the default for a given locale and a… 54 …* common pre-defined skeletons, such as {@link #MINUTE_SECOND} for something like "13:45" or {@lin… 59 * To format a date for the current Locale, use one of the static factory methods: 76 * To format a date for a different Locale, specify it in the call to getDateInstance(). 88 …* There are many static factory methods available. Use getDateInstance to get the normal date form… [all …]
|
| /third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/ |
| D | SimpleDateRule.java | 1 /* GENERATED SOURCE. DO NOT MODIFY. */ 6 * Copyright (C) 1996-2010, International Business Machines Corporation and * 13 import java.util.Date; 26 * Construct a rule for a fixed date within a month 28 * @param month The month in which this rule occurs (0-based). 29 * @param dayOfMonth The date in that month (1-based). 51 * @param month The month in which this rule occurs (0-based). 52 * @param dayOfMonth A date within that month (1-based). 63 this.dayOfWeek = after ? dayOfWeek : -dayOfWeek; in SimpleDateRule() 68 * that is on or after the given start date. [all …]
|
| /third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/calendar/ |
| D | JapaneseTest.java | 1 /* GENERATED SOURCE. DO NOT MODIFY. */ 6 * Copyright (C) 2002-2010, International Business Machines Corporation and * 14 import java.util.Date; 44 errln("could not create JapaneseCalendar with TimeZone"); in TestCoverage() 52 errln("could not create JapaneseCalendar with ULocale"); in TestCoverage() 60 errln("could not create JapaneseCalendar with TimeZone ULocale"); in TestCoverage() 68 errln("could not create JapaneseCalendar with Locale"); in TestCoverage() 76 errln("could not create JapaneseCalendar with TimeZone Locale"); in TestCoverage() 81 // new JapaneseCalendar(Date) in TestCoverage() 82 JapaneseCalendar cal = new JapaneseCalendar(new Date()); in TestCoverage() [all …]
|
| /third_party/python/Lib/ |
| D | nntplib.py | 2 - RFC 977: Network News Transfer Protocol 3 - RFC 2980: Common NNTP Extensions 4 - RFC 3977: Network News Transfer Protocol (version 2) 13 >>> resp, subs = s.xhdr('subject', '{0}-{1}'.format(first, last)) 27 are strings, not numbers, since they are rarely used for calculations. 31 # xover, xgtitle, xpath, date methods by Kevan Heydon 34 # - all commands are encoded as UTF-8 data (using the "surrogateescape" 36 # - all responses are decoded as UTF-8 data (using the "surrogateescape" 38 # - the `file` argument to various methods is keyword-only 40 # - NNTP.date() returns a datetime object [all …]
|
| /third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/ |
| D | JapaneseTest.java | 5 * Copyright (C) 2002-2010, International Business Machines Corporation and * 13 import java.util.Date; 41 errln("could not create JapaneseCalendar with TimeZone"); in TestCoverage() 49 errln("could not create JapaneseCalendar with ULocale"); in TestCoverage() 57 errln("could not create JapaneseCalendar with TimeZone ULocale"); in TestCoverage() 65 errln("could not create JapaneseCalendar with Locale"); in TestCoverage() 73 errln("could not create JapaneseCalendar with TimeZone Locale"); in TestCoverage() 78 // new JapaneseCalendar(Date) in TestCoverage() 79 JapaneseCalendar cal = new JapaneseCalendar(new Date()); in TestCoverage() 81 errln("could not create JapaneseCalendar with Date"); in TestCoverage() [all …]
|
| /third_party/python/Doc/library/ |
| D | datetime.rst | 1 :mod:`datetime` --- Basic date and time types 5 :synopsis: Basic date and time types. 13 -------------- 19 While date and time arithmetic is supported, the focus of the implementation is 34 Third-party library with expanded time zone and parsing support. 36 .. _datetime-naive-aware: 39 ----------------------- 41 Date and time objects may be categorized as "aware" or "naive" depending on 42 whether or not they include timezone information. 47 An aware object represents a specific moment in time that is not open to [all …]
|
| /third_party/icu/docs/userguide/format_parse/datetime/ |
| D | index.md | 1 --- 7 --- 8 <!-- 11 --> 17 {: .no_toc .text-delta } 22 --- 26 Date and time formatters are used to convert dates and times from their internal 27 representations to textual form and back again in a language-independent manner. 28 The date and time formatters use `UDate`, which is the internal representation. 50 The `DateFormat` interface in ICU enables you to format a `Date` in milliseconds [all …]
|