Home
last modified time | relevance | path

Searched defs:compare (Results 1 – 6 of 6) sorted by relevance

/webtrees/app/
H A DSoundex.php620 public static function compare(string $soundex1, string $soundex2): bool function in Fisharebest\\Webtrees\\Soundex
H A DDate.php333 public static function compare(Date $a, Date $b): int function in Fisharebest\\Webtrees\\Date
H A DTimestamp.php76 public function compare(TimestampInterface $timestamp): int function in Fisharebest\\Webtrees\\Timestamp
/webtrees/app/Contracts/
H A DTimestampInterface.php68 public function compare(TimestampInterface $timestamp): int; function
/webtrees/app/Date/
H A DAbstractCalendarDate.php324 public static function compare(AbstractCalendarDate $d1, AbstractCalendarDate $d2): int function in Fisharebest\\Webtrees\\Date\\AbstractCalendarDate
/webtrees/public/ckeditor-4.15.1-custom/
H A Dckeditor.js536 CKEDITOR.dom.elementPath.prototype={compare:function(a){var d=this.elements;a=a&&a.elements;if(!a||… method in CKEDITOR.dom.elementPath