| /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/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 | 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 …]
|
| 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 …]
|
| /third_party/skia/m133/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 | 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 …]
|
| 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 …]
|
| /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 | 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 …]
|
| 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 …]
|
| /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/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.2.1 | 3 Date: 2023-02-04 16:16:54 -0800 14 Date: 2023-02-04 09:40:07 -0800 18 Not much to add, just confirming new messages. 23 Date: 2023-02-01 17:19:56 +0000 29 See merge request sane-project/backends!779 33 Date: 2023-02-01 18:53:17 +0200 39 Date: 2023-01-27 18:09:57 -0500 49 Date: 2023-01-07 07:48:17 +0000 51 Merge branch '634-llvm-15-on-freebsd-support-for-sane-backends-1-1-1' into 'master' 53 Resolve "LLVM 15 on FreeBSD support for sane-backends 1.1.1" [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 …]
|
| /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/skia/m133/third_party/externals/icu/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/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/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/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/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 …]
|