Home
last modified time | relevance | path

Searched refs:DateValue (Results 1 – 25 of 463) sorted by relevance

12345678910>>...19

/dports/lang/mono-basic/mono-basic-4.7/vbruntime/Microsoft.VisualBasic/Microsoft.VisualBasic/
H A DDateAndTime.vb318 Return DateValue.Year
322 Return DateValue.Month
332 Return DateValue.Day
334 Return DateValue.Hour
336 Return DateValue.Minute
338 Return DateValue.Second
374 If (DateValue Is Nothing) Then
403 If (DateValue Is Nothing) Then
498 Return DateValue.Year
502 Return DateValue.Month
[all …]
/dports/graphics/exiv2/exiv2-0.27.5-Source/unitTests/
H A Dtest_DateValue.cpp27 const DateValue dateValue; in TEST()
35 const DateValue dateValue (2018, 4, 2); in TEST()
44 DateValue dateValue; in TEST()
54 DateValue dateValue; in TEST()
61 DateValue dateValue; in TEST()
69 DateValue dateValue; in TEST()
79 DateValue dateValue; in TEST()
86 DateValue dateValue; in TEST()
95 const DateValue dateValue (2018, 4, 2); in TEST()
/dports/www/webtrees20/webtrees-2.0.19/webtrees/app/Factories/
H A DElementFactory.php70 use Fisharebest\Webtrees\Elements\DateValue; alias
300 'INDI:_BRTM:DATE' => new DateValue(I18N::translate('Date of brit milah')),
332 'OBJE:_DATE' => new DateValue(I18N::translate('Date')),
443 'EVEN:*:DATE' => new DateValue('Date'),
553 'SOUR:REPO:DPRT:ARVL:DATE' => new DateValue('Date'),
559 'SOUR:REPO:PORT:ARVL:DATE' => new DateValue('Date'),
564 'SOUR:STAT:DATE' => new DateValue('Date'),
956 'FAM:*:DATE' => new DateValue(I18N::translate('Date')),
1089 'INDI:*:DATE' => new DateValue(I18N::translate('Date')),
1156 'INDI:CENS:DATE' => new DateValue(I18N::translate('Census date')),
[all …]
/dports/graphics/photoflow/PhotoFlow-8472024f/src/external/exiv2/src/
H A Dvalue.cpp116 value = AutoPtr(new DateValue); in create()
913 DateValue::DateValue() in DateValue() function in Exiv2::DateValue
918 DateValue::DateValue(int year, int month, int day) in DateValue() function in Exiv2::DateValue
926 DateValue::~DateValue() in ~DateValue()
973 void DateValue::setDate(const Date& src) in setDate()
992 const DateValue::Date& DateValue::getDate() const in getDate()
997 long DateValue::count() const in count()
1002 long DateValue::size() const in size()
1007 DateValue* DateValue::clone_() const in clone_()
1009 return new DateValue(*this); in clone_()
[all …]
/dports/graphics/exiv2/exiv2-0.27.5-Source/src/
H A Dvalue.cpp137 value = AutoPtr(new DateValue); in create()
967 DateValue::DateValue() in DateValue() function in Exiv2::DateValue
972 DateValue::DateValue(int year, int month, int day) in DateValue() function in Exiv2::DateValue
980 DateValue::~DateValue() in ~DateValue()
1033 void DateValue::setDate(const Date& src) in setDate()
1051 const DateValue::Date& DateValue::getDate() const in getDate()
1056 long DateValue::count() const in count()
1061 long DateValue::size() const in size()
1066 DateValue* DateValue::clone_() const in clone_()
1068 return new DateValue(*this); in clone_()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/basic/qa/vba_tests/
H A Ddatevalue.vb21 TestUtil.AssertEqual(DateValue("February 12, 1969"), 25246, "DateValue(""February 12, 1969"")")
22 TestUtil.AssertEqual(DateValue("21/01/2008"), 39468, "DateValue(""21/01/2008"")")
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/go-openapi/strfmt/conv/
H A Ddate_test.go13 assert.Equal(t, strfmt.Date{}, DateValue(nil))
15 assert.Equal(t, date, DateValue(&date))
H A Ddate.go12 func DateValue(v *strfmt.Date) strfmt.Date { func
/dports/net-mgmt/semaphore/semaphore-2.6.8/vendor/github.com/go-openapi/strfmt/conv/
H A Ddate_test.go13 assert.Equal(t, strfmt.Date{}, DateValue(nil))
15 assert.Equal(t, date, DateValue(&date))
H A Ddate.go12 func DateValue(v *strfmt.Date) strfmt.Date { func
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/go-openapi/strfmt/conv/
H A Ddate_test.go13 assert.Equal(t, strfmt.Date{}, DateValue(nil))
15 assert.Equal(t, date, DateValue(&date))
H A Ddate.go12 func DateValue(v *strfmt.Date) strfmt.Date { func
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/go-openapi/strfmt/conv/
H A Ddate_test.go13 assert.Equal(t, strfmt.Date{}, DateValue(nil))
15 assert.Equal(t, date, DateValue(&date))
H A Ddate.go12 func DateValue(v *strfmt.Date) strfmt.Date { func
/dports/editors/libreoffice/libreoffice-7.2.6.2/wizards/com/sun/star/wizards/common/
H A DHelper.java32 public static long convertUnoDatetoInteger(com.sun.star.util.Date DateValue) in convertUnoDatetoInteger() argument
35 oCal.set(DateValue.Year, DateValue.Month, DateValue.Day); in convertUnoDatetoInteger()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/wizards/com/sun/star/wizards/common/
H A DHelper.java32 public static long convertUnoDatetoInteger(com.sun.star.util.Date DateValue) in convertUnoDatetoInteger() argument
35 oCal.set(DateValue.Year, DateValue.Month, DateValue.Day); in convertUnoDatetoInteger()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/basic/qa/vba_tests/
H A Ddatevalue.vb32 date1 = DateValue("February 12, 1969") '2/12/1969
36 date1 = DateValue("21/01/2008") '1/21/2008
/dports/graphics/exiv2/exiv2-0.27.5-Source/contrib/organize/
H A Dhelpers.cpp150 bool iptc_get_date(const Exiv2::Image *image, Exiv2::DateValue::Date &date) in iptc_get_date()
158 date = ((Exiv2::DateValue*)md->getValue().get())->getDate(); in iptc_get_date()
164 Exiv2::DateValue::Date date; in iptc_date()
173 Exiv2::DateValue::Date date; in iptc_year()
182 Exiv2::DateValue::Date date; in iptc_month()
191 Exiv2::DateValue::Date date; in iptc_day()
/dports/www/ilias/ILIAS-5.4.25/libs/composer/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/TextData/
H A DFormat.php101 $value = DateTimeExcel\DateValue::fromString($value);
139 $dateValue = DateTimeExcel\DateValue::fromString($value);
/dports/graphics/photoflow/PhotoFlow-8472024f/src/external/exiv2/include/exiv2/
H A Dvalue.hpp998 class EXIV2API DateValue : public Value { class
1001 typedef std::auto_ptr<DateValue> AutoPtr;
1006 DateValue();
1008 DateValue(int year, int month, int day);
1010 virtual ~DateValue();
1084 EXV_DLLLOCAL virtual DateValue* clone_() const;
/dports/graphics/exiv2/exiv2-0.27.5-Source/include/exiv2/
H A Dvalue.hpp978 class EXIV2API DateValue : public Value { class
981 typedef std::auto_ptr<DateValue> AutoPtr;
986 DateValue();
988 DateValue(int year, int month, int day);
990 virtual ~DateValue();
1064 virtual DateValue* clone_() const;
/dports/www/otrs/otrs-rel-6_0_29/scripts/test/ProcessManagement/TransitionAction/
H A DTicketTitleSet.t331 my $DateValue = '2018-06-11';
339 Value => "$DateValue 00:00:00",
377 $DateValue,
/dports/databases/kdb/kdb-3.2.0/src/parser/
H A DKDbSqlParser.y405 %type <dateValue> DateValue
1202 '#' DateValue '#'
1209 DateValue:
1304 '#' DateValue TABS_OR_SPACES TimeValue '#'
/dports/editors/xi-core/xi-editor-0.3.0/rust/cargo-crates/plist-0.4.2/src/stream/
H A Dxml_reader.rs79 Ok(Event::DateValue( in read_next()
195 DateValue(parse_rfc3339_weak("1981-05-16 11:32:06").unwrap().into()), in streaming_parser()
/dports/editors/xi-term/xi-term-d264767/cargo-crates/plist-0.4.2/src/stream/
H A Dxml_reader.rs79 Ok(Event::DateValue( in read_next()
195 DateValue(parse_rfc3339_weak("1981-05-16 11:32:06").unwrap().into()), in streaming_parser()

12345678910>>...19