Searched defs:compare (Results 1 – 6 of 6) sorted by relevance
/webtrees/app/ | ||
H A D | Soundex.php | 620 public static function compare(string $soundex1, string $soundex2): bool function in Fisharebest\\Webtrees\\Soundex |
H A D | Date.php | 333 public static function compare(Date $a, Date $b): int function in Fisharebest\\Webtrees\\Date |
H A D | Timestamp.php | 76 public function compare(TimestampInterface $timestamp): int function in Fisharebest\\Webtrees\\Timestamp |
/webtrees/app/Contracts/ | ||
H A D | TimestampInterface.php | 68 public function compare(TimestampInterface $timestamp): int; function |
/webtrees/app/Date/ | ||
H A D | AbstractCalendarDate.php | 324 public static function compare(AbstractCalendarDate $d1, AbstractCalendarDate $d2): int function in Fisharebest\\Webtrees\\Date\\AbstractCalendarDate |
/webtrees/public/ckeditor-4.15.1-custom/ | ||
H A D | ckeditor.js | 536 CKEDITOR.dom.elementPath.prototype={compare:function(a){var d=this.elements;a=a&&a.elements;if(!a||… method in CKEDITOR.dom.elementPath |