Home
last modified time | relevance | path

Searched refs:other_date (Results 1 – 6 of 6) sorted by relevance

/dports/devel/p5-DateTime-Set/DateTime-Set-0.3900/lib/DateTime/
H A DSpan.pm116 my $other_date;
121 $other_date = $dt->clone->subtract_duration( $dt_duration );
125 $other_date = $dt->clone->add_duration( $dt_duration );
131 $other_date = $dt->clone->add_duration( $dt_duration );
135 $other_date = $dt->clone->subtract_duration( $dt_duration );
139 return $class->new( $key => $dt, $other_key => $other_date );
/dports/science/gramps/gramps-5.1.4/gramps/gen/lib/
H A Ddate.py947 def match_exact(self, other_date): argument
952 if other_date.modifier == Date.MOD_NONE:
953 return other_date.sortval == self.sortval
954 elif other_date.modifier == Date.MOD_BEFORE:
955 return other_date.sortval > self.sortval
956 elif other_date.modifier == Date.MOD_AFTER:
957 return other_date.sortval < self.sortval
958 elif other_date.is_compound():
966 def match(self, other_date, comparison="="): argument
985 if (other_date.modifier == Date.MOD_TEXTONLY or
[all …]
/dports/lang/ruby26/ruby-2.6.9/lib/rss/maker/
H A Dbase.rb759 _other_date = other.date || other.dc_date
760 if _date and _other_date
761 _date <=> _other_date
764 elsif _other_date
/dports/databases/p5-Rose-DB-Object/Rose-DB-Object-0.814/t/
H A Das-tree.t655other_date => { type => 'datetime', default => DateTime->new(year => 2008, month => 12, day => 31)…
663 other_date => '12/31/2007');
H A Ddb-object-auto.t576 is(ref $o->other_date, 'DateTime', 'other_date 1');
/dports/devel/glibmm/glibmm-2.64.2/glib/src/
H A Ddate.hg81 * my_date = other_date;