Home
last modified time | relevance | path

Searched refs:DateType (Results 1 – 25 of 532) sorted by relevance

12345678910>>...22

/dports/graphics/geoapi/geoapi-3.0.0/sources/org/opengis/metadata/citation/
H A DDateType.java52 public final class DateType extends CodeList<DateType> { class
62 private static final List<DateType> VALUES = new ArrayList<DateType>(3);
68 public static final DateType CREATION = new DateType("CREATION");
74 public static final DateType PUBLICATION = new DateType("PUBLICATION");
80 public static final DateType REVISION = new DateType("REVISION");
88 private DateType(final String name) { in DateType() method in DateType
97 public static DateType[] values() { in values()
99 return VALUES.toArray(new DateType[VALUES.size()]); in values()
106 public DateType[] family() { in family()
117 public static DateType valueOf(String code) { in valueOf()
[all …]
/dports/lang/php73/php-7.3.33/ext/intl/tests/
H A Ddateformat_localtime.phpt55 "DateType::LONG, TimeType::LONG",
56 "DateType::MEDIUM, TimeType::MEDIUM",
57 "DateType::FULL, TimeType::FULL"
103 IntlDateFormatter : DateType::LONG, TimeType::LONG
107 IntlDateFormatter : DateType::FULL, TimeType::FULL
113 IntlDateFormatter : DateType::LONG, TimeType::LONG
118 IntlDateFormatter : DateType::FULL, TimeType::FULL
123 IntlDateFormatter : DateType::LONG, TimeType::LONG
127 IntlDateFormatter : DateType::FULL, TimeType::FULL
132 IntlDateFormatter : DateType::LONG, TimeType::LONG
[all …]
H A Ddateformat_parse_localtime_parsepos.phpt43 "DateType::LONG, TimeType::LONG",
44 "DateType::MEDIUM, TimeType::MEDIUM",
45 "DateType::FULL, TimeType::FULL"
87 IntlDateFormatter : DateType::LONG, TimeType::LONG Error : 'Date parsing failed: U_PARSE_ERROR'
91 IntlDateFormatter : DateType::FULL, TimeType::FULL
97 IntlDateFormatter : DateType::LONG, TimeType::LONG Error : 'Date parsing failed: U_PARSE_ERROR'
99 IntlDateFormatter : DateType::MEDIUM, TimeType::MEDIUM
102 IntlDateFormatter : DateType::FULL, TimeType::FULL Error : 'Date parsing failed: U_PARSE_ERROR'
107 IntlDateFormatter : DateType::LONG, TimeType::LONG Error : 'Date parsing failed: U_PARSE_ERROR'
111 IntlDateFormatter : DateType::FULL, TimeType::FULL Error : 'Date parsing failed: U_PARSE_ERROR'
[all …]
/dports/devel/php73-intl/php-7.3.33/ext/intl/tests/
H A Ddateformat_localtime.phpt55 "DateType::LONG, TimeType::LONG",
56 "DateType::MEDIUM, TimeType::MEDIUM",
57 "DateType::FULL, TimeType::FULL"
103 IntlDateFormatter : DateType::LONG, TimeType::LONG
107 IntlDateFormatter : DateType::FULL, TimeType::FULL
113 IntlDateFormatter : DateType::LONG, TimeType::LONG
118 IntlDateFormatter : DateType::FULL, TimeType::FULL
123 IntlDateFormatter : DateType::LONG, TimeType::LONG
127 IntlDateFormatter : DateType::FULL, TimeType::FULL
132 IntlDateFormatter : DateType::LONG, TimeType::LONG
[all …]
H A Ddateformat_parse_localtime_parsepos.phpt43 "DateType::LONG, TimeType::LONG",
44 "DateType::MEDIUM, TimeType::MEDIUM",
45 "DateType::FULL, TimeType::FULL"
87 IntlDateFormatter : DateType::LONG, TimeType::LONG Error : 'Date parsing failed: U_PARSE_ERROR'
91 IntlDateFormatter : DateType::FULL, TimeType::FULL
97 IntlDateFormatter : DateType::LONG, TimeType::LONG Error : 'Date parsing failed: U_PARSE_ERROR'
99 IntlDateFormatter : DateType::MEDIUM, TimeType::MEDIUM
102 IntlDateFormatter : DateType::FULL, TimeType::FULL Error : 'Date parsing failed: U_PARSE_ERROR'
107 IntlDateFormatter : DateType::LONG, TimeType::LONG Error : 'Date parsing failed: U_PARSE_ERROR'
111 IntlDateFormatter : DateType::FULL, TimeType::FULL Error : 'Date parsing failed: U_PARSE_ERROR'
[all …]
/dports/www/mod_php73/php-7.3.33/ext/intl/tests/
H A Ddateformat_localtime.phpt55 "DateType::LONG, TimeType::LONG",
56 "DateType::MEDIUM, TimeType::MEDIUM",
57 "DateType::FULL, TimeType::FULL"
103 IntlDateFormatter : DateType::LONG, TimeType::LONG
107 IntlDateFormatter : DateType::FULL, TimeType::FULL
113 IntlDateFormatter : DateType::LONG, TimeType::LONG
118 IntlDateFormatter : DateType::FULL, TimeType::FULL
123 IntlDateFormatter : DateType::LONG, TimeType::LONG
127 IntlDateFormatter : DateType::FULL, TimeType::FULL
132 IntlDateFormatter : DateType::LONG, TimeType::LONG
[all …]
H A Ddateformat_parse_localtime_parsepos.phpt43 "DateType::LONG, TimeType::LONG",
44 "DateType::MEDIUM, TimeType::MEDIUM",
45 "DateType::FULL, TimeType::FULL"
87 IntlDateFormatter : DateType::LONG, TimeType::LONG Error : 'Date parsing failed: U_PARSE_ERROR'
91 IntlDateFormatter : DateType::FULL, TimeType::FULL
97 IntlDateFormatter : DateType::LONG, TimeType::LONG Error : 'Date parsing failed: U_PARSE_ERROR'
99 IntlDateFormatter : DateType::MEDIUM, TimeType::MEDIUM
102 IntlDateFormatter : DateType::FULL, TimeType::FULL Error : 'Date parsing failed: U_PARSE_ERROR'
107 IntlDateFormatter : DateType::LONG, TimeType::LONG Error : 'Date parsing failed: U_PARSE_ERROR'
111 IntlDateFormatter : DateType::FULL, TimeType::FULL Error : 'Date parsing failed: U_PARSE_ERROR'
[all …]
/dports/devel/spark/spark-2.1.1/sql/catalyst/src/test/scala/org/apache/spark/sql/catalyst/expressions/
H A DDateExpressionsSuite.scala67 checkEvaluation(Year(Literal.create(null, DateType)), null)
70 checkEvaluation(Year(Cast(Literal(ts), DateType)), 2013)
83 checkConsistencyBetweenInterpretedAndCodegen(Year, DateType)
87 checkEvaluation(Quarter(Literal.create(null, DateType)), null)
90 checkEvaluation(Quarter(Cast(Literal(ts), DateType)), 4)
107 checkEvaluation(Month(Literal.create(null, DateType)), null)
110 checkEvaluation(Month(Cast(Literal(ts), DateType)), 11)
123 checkConsistencyBetweenInterpretedAndCodegen(Month, DateType)
131 checkEvaluation(DayOfMonth(Cast(Literal(ts), DateType)), 8)
164 checkEvaluation(WeekOfYear(Cast(Literal(ts), DateType)), 45)
[all …]
H A DCastSuite.scala64 checkNullCast(DateType, BooleanType)
70 checkNullCast(DateType, TimestampType)
73 checkNullCast(StringType, DateType)
74 checkNullCast(TimestampType, DateType)
79 numericTypes.foreach(dt => checkNullCast(DateType, dt))
103 checkEvaluation(Cast(Literal("2015/03/18"), DateType), null)
104 checkEvaluation(Cast(Literal("2015.03.18"), DateType), null)
105 checkEvaluation(Cast(Literal("20150318"), DateType), null)
106 checkEvaluation(Cast(Literal("2015-031-8"), DateType), null)
335 checkEvaluation(cast(cast(sd, DateType), StringType), sd)
[all …]
/dports/net/libksieve/libksieve-21.12.3/src/ksieveui/autocreatescripts/sieveconditions/widgets/
H A Dselectdatewidget.h23 …enum DateType { Year = 0, Month, Day, Date, Julian, Hour, Minute, Second, Time, Iso8601, Std11, Zo… enum
35 SelectDateWidget::DateType dateTypeFromString(const QString &str);
37 QString dateType(DateType type) const;
38 QString dateValue(DateType type) const;
47 Q_DECLARE_METATYPE(KSieveUi::SelectDateWidget::DateType)
/dports/lang/mono-basic/mono-basic-4.7/vbruntime/Test/Microsoft.VisualBasic.CompilerServices/
H A DDateTypeTest.vb42 Microsoft.VisualBasic.CompilerServices.DateType.FromString("#ERROR")
50 Microsoft.VisualBasic.CompilerServices.DateType.FromString(448)
61 Microsoft.VisualBasic.CompilerServices.DateType.FromObject("#ERROR")
69 Microsoft.VisualBasic.CompilerServices.DateType.FromObject(448)
77 Microsoft.VisualBasic.CompilerServices.DateType.FromObject(New DateTypeTest())
/dports/devel/spark/spark-2.1.1/sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/expressions/
H A DCast.scala169 case DateType =>
202 case DateType =>
255 case DateType =>
271 case DateType =>
287 case DateType =>
303 case DateType =>
330 case DateType =>
355 case DateType =>
371 case DateType =>
636 case DateType =>
[all …]
H A DdatetimeExpressions.scala44 override def dataType: DataType = DateType
99 case _: DateType => Literal(DateTimeUtils.millisToDays(timestampMs), DateType)
121 override def dataType: DataType = DateType
153 override def dataType: DataType = DateType
501 case DateType =>
569 case DateType =>
693 override def dataType: DataType = DateType
731 override def dataType: DataType = DateType
912 override def dataType: DataType = DateType
1038 override def dataType: DataType = DateType
[all …]
/dports/devel/spark/spark-2.1.1/sql/catalyst/src/main/scala/org/apache/spark/sql/types/
H A DDateType.scala37 class DateType private() extends AtomicType { class
52 private[spark] override def asNullable: DateType = this
59 case object DateType extends DateType caseObject
/dports/converters/wkhtmltopdf/qt-5db36ec/src/xmlpatterns/type/
H A Dqatomiccasterlocators.cpp65 impl(ToStringCasterLocator, ToStringCaster<TypeString>, DateType)
90 impl(ToUntypedAtomicCasterLocator, ToUntypedAtomicCaster, DateType)
179 impl(ToGYearCasterLocator, AbstractDateTimeToGYearCaster, DateType)
186 impl(ToGDayCasterLocator, AbstractDateTimeToGDayCaster, DateType)
193 impl(ToGMonthCasterLocator, AbstractDateTimeToGMonthCaster, DateType)
200 impl(ToGYearMonthCasterLocator, AbstractDateTimeToGYearMonthCaster, DateType)
207 impl(ToGMonthDayCasterLocator, AbstractDateTimeToGMonthDayCaster, DateType)
213 impl(ToDateTimeCasterLocator, AbstractDateTimeToDateTimeCaster, DateType)
/dports/textproc/qt5-xmlpatterns/kde-qtxmlpatterns-5.15.2p2/src/xmlpatterns/type/
H A Dqatomiccasterlocators.cpp63 impl(ToStringCasterLocator, ToStringCaster<TypeString>, DateType)
88 impl(ToUntypedAtomicCasterLocator, ToUntypedAtomicCaster, DateType)
177 impl(ToGYearCasterLocator, AbstractDateTimeToGYearCaster, DateType)
184 impl(ToGDayCasterLocator, AbstractDateTimeToGDayCaster, DateType)
191 impl(ToGMonthCasterLocator, AbstractDateTimeToGMonthCaster, DateType)
198 impl(ToGYearMonthCasterLocator, AbstractDateTimeToGYearMonthCaster, DateType)
205 impl(ToGMonthDayCasterLocator, AbstractDateTimeToGMonthDayCaster, DateType)
211 impl(ToDateTimeCasterLocator, AbstractDateTimeToDateTimeCaster, DateType)
/dports/lang/gcc48/gcc-4.8.5/libjava/gnu/xml/validation/datatype/
H A DDateType.h22 class DateType; variable
39 class gnu::xml::validation::datatype::DateType : public ::gnu::xml::validation::datatype::AtomicSim…
43 DateType();
/dports/lang/gnat_util/gcc-6-20180516/libjava/gnu/xml/validation/datatype/
H A DDateType.h22 class DateType; variable
39 class gnu::xml::validation::datatype::DateType : public ::gnu::xml::validation::datatype::AtomicSim…
43 DateType();
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libjava/gnu/xml/validation/datatype/
H A DDateType.h22 class DateType; variable
39 class gnu::xml::validation::datatype::DateType : public ::gnu::xml::validation::datatype::AtomicSim…
43 DateType();
/dports/lang/gcc6-aux/gcc-6-20180516/libjava/gnu/xml/validation/datatype/
H A DDateType.h22 class DateType; variable
39 class gnu::xml::validation::datatype::DateType : public ::gnu::xml::validation::datatype::AtomicSim…
43 DateType();
/dports/devel/mingw32-gcc/gcc-4.8.1/libjava/gnu/xml/validation/datatype/
H A DDateType.h22 class DateType; variable
39 class gnu::xml::validation::datatype::DateType : public ::gnu::xml::validation::datatype::AtomicSim…
43 DateType();
/dports/games/openra/OpenRA-release-20200503/OpenRA.Mods.Common/Widgets/Logic/
H A DReplayBrowserLogic.cs176 Pair.New(DateType.Any, ddb.GetText()), in SetupFilters()
177 Pair.New(DateType.Today, "Today"), in SetupFilters()
178 Pair.New(DateType.LastWeek, "Last 7 days"), in SetupFilters()
510 if (filter.Date != DateType.Any) in EvaluateReplayVisibility()
515 case DateType.Today: in EvaluateReplayVisibility()
519 case DateType.LastWeek: in EvaluateReplayVisibility()
523 case DateType.LastFortnight: in EvaluateReplayVisibility()
527 case DateType.LastMonth: in EvaluateReplayVisibility()
745 public DateType Date;
757 && Date == default(DateType)
[all …]
/dports/editors/calligra/calligra-3.2.1/plugins/variables/
H A DDateVariable.h37 enum DateType { enum
55 explicit DateVariable(DateType type);
97 DateType m_type;
/dports/lang/python-legacy/Python-2.7.18/Include/
H A Ddatetime.h142 PyTypeObject *DateType; member
194 #define PyDate_Check(op) PyObject_TypeCheck(op, PyDateTimeAPI->DateType)
195 #define PyDate_CheckExact(op) (Py_TYPE(op) == PyDateTimeAPI->DateType)
211 PyDateTimeAPI->Date_FromDate(year, month, day, PyDateTimeAPI->DateType)
232 (PyObject*) (PyDateTimeAPI->DateType), args)
/dports/lang/python27/Python-2.7.18/Include/
H A Ddatetime.h142 PyTypeObject *DateType; member
194 #define PyDate_Check(op) PyObject_TypeCheck(op, PyDateTimeAPI->DateType)
195 #define PyDate_CheckExact(op) (Py_TYPE(op) == PyDateTimeAPI->DateType)
211 PyDateTimeAPI->Date_FromDate(year, month, day, PyDateTimeAPI->DateType)
232 (PyObject*) (PyDateTimeAPI->DateType), args)

12345678910>>...22