/webtrees/app/Statistics/Repository/ |
H A D | EventRepository.php | 217 * @param string $direction The sorting direction of the query (To return first or last record) 221 private function eventQuery(string $direction): object|null argument 229 ->orderBy('d_julianday1', $direction) 245 * @param string $direction The sorting direction 249 private function getFirstLastEvent(string $direction): string argument 251 $row = $this->eventQuery($direction); 286 * @param string $direction The sorting direction 290 private function getFirstLastEventYear(string $direction): string argument 292 $row = $this->eventQuery($direction); 325 * @param string $direction The sorting direction [all …]
|
/webtrees/resources/views/modules/timeline-chart/ |
H A D | chart.phtml | 257 …<div id="line" style="position:absolute; <?= I18N::direction() === 'ltr' ? 'left:22px;' : 'right:2… 264 …ion:absolute; <?= I18N::direction() === 'ltr' ? 'left' : 'right' ?>:0; top:-5px; font-size: 7pt; t… 275 …direction() === 'ltr' ? 'left:0;' : 'right:0;') . ' top:' . (($i - $baseyear) * $scale - $scale / … 283 … I18N::direction() === 'ltr' ? 'left' : 'right' ?>:0; top:<?= ($topyear - $baseyear) * $scale ?>px… 319 …echo "<div id=\"fact$factcount\" style=\"position:absolute; " . (I18N::direction() === 'ltr' ? 'le… 322 if (I18N::direction() === 'ltr') { 372 if (I18N::direction() === 'ltr') { 382 if (I18N::direction() === 'ltr') { 393 …<div id="dbox<?= $factcount ?>" style="position:absolute; <?= I18N::direction() === 'ltr' ? 'left:… 400 …<div id="agebox<?= $p ?>" style="cursor:move; position:absolute; <?= I18N::direction() === 'ltr' ?…
|
/webtrees/app/Report/ |
H A D | RightToLeftSupport.php | 133 self::$currentState = strtoupper(I18N::direction()); 386 if (I18N::direction() === 'rtl' && self::$currentState === 'LTR') { 416 if (I18N::direction() === 'rtl') { 525 * @param string $direction 529 private static function starredName(string $textSpan, string $direction): string argument 533 if ($direction === strtoupper(I18N::direction())) { 740 if (I18N::direction() === 'rtl' && self::$previousState === 'RTL' && !$theEnd) { 833 while (I18N::direction() === 'rtl') { 1008 if (!$theEnd && I18N::direction() !== 'rtl') { 1063 while (I18N::direction() === 'rtl') { [all …]
|
/webtrees/app/ |
H A D | Date.php | 152 …$conv1 .= ' <span dir="' . I18N::direction() . '">(<a href="' . e($d1conv->calendarUrl($date_forma… 154 …$conv1 .= ' <span dir="' . I18N::direction() . '"><br><a href="' . e($d1conv->calendarUrl($date_fo… 157 $conv1 .= ' <span dir="' . I18N::direction() . '">(' . $d1tmp . ')</span>'; 162 …$conv2 .= ' <span dir="' . I18N::direction() . '">(<a href="' . e($d2conv->calendarUrl($date_forma… 164 $conv2 .= ' <span dir="' . I18N::direction() . '">(' . $d2tmp . ')</span>';
|
H A D | I18N.php | 261 public static function direction(): string function in Fisharebest\\Webtrees\\I18N 263 return self::$locale->direction();
|
H A D | GedcomRecord.php | 150 * @param int $direction +1 to sort ascending, -1 to sort descending 154 public static function lastChangeComparator(int $direction = 1): Closure argument 156 …return static fn (GedcomRecord $x, GedcomRecord $y): int => $direction * ($x->lastChangeTimestamp(…
|
/webtrees/app/Module/ |
H A D | PedigreeChartModule.php | 240 'styles' => $this->styles(I18N::direction()), 348 * @param string $direction 352 protected function styles(string $direction): array argument 355 if ($direction === 'rtl') {
|
/webtrees/app/Module/InteractiveTree/ |
H A D | TreeView.php | 268 …ir="' . I18N::direction() . '" style="text-align: ' . (I18N::direction() === 'rtl' ? 'right' : 'le…
|
/webtrees/resources/views/layouts/ |
H A D | report.phtml | 14 <html dir="<?= I18N::locale()->direction() ?>" lang="<?= I18N::locale()->languageTag() ?>">
|
H A D | error.phtml | 13 <html dir="<?= I18N::locale()->direction() ?>" lang="<?= I18N::locale()->languageTag() ?>">
|
H A D | setup.phtml | 13 <html dir="<?= I18N::locale()->direction() ?>" lang="<?= I18N::locale()->languageTag() ?>">
|
H A D | offline.phtml | 16 <html dir="<?= I18N::locale()->direction() ?>" lang="<?= I18N::locale()->languageTag() ?>">
|
H A D | administration.phtml | 25 <html dir="<?= I18N::locale()->direction() ?>" lang="<?= I18N::locale()->languageTag() ?>">
|
H A D | default.phtml | 32 <html dir="<?= I18N::locale()->direction() ?>" lang="<?= I18N::locale()->languageTag() ?>">
|
/webtrees/resources/views/emails/ |
H A D | approve-user-html.phtml | 16 <div dir="<?= I18N::locale()->direction() ?>" lang="<?= I18N::locale()->languageTag() ?>">
|
H A D | password-request-html.phtml | 14 <div dir="<?= I18N::locale()->direction() ?>" lang="<?= I18N::locale()->languageTag() ?>">
|
H A D | new-version-html.phtml | 16 <div dir="<?= I18N::locale()->direction() ?>" lang="<?= I18N::locale()->languageTag() ?>">
|
H A D | message-copy-html.phtml | 16 <div dir="<?= I18N::locale()->direction() ?>" lang="<?= I18N::locale()->languageTag() ?>">
|
H A D | register-user-html.phtml | 15 <div dir="<?= I18N::locale()->direction() ?>" lang="<?= I18N::locale()->languageTag() ?>">
|
H A D | pending-changes-html.phtml | 16 <div dir="<?= I18N::locale()->direction() ?>" lang="<?= I18N::locale()->languageTag() ?>">
|
H A D | message-user-html.phtml | 16 <div dir="<?= I18N::locale()->direction() ?>" lang="<?= I18N::locale()->languageTag() ?>">
|
H A D | verify-notify-html.phtml | 14 <div dir="<?= I18N::locale()->direction() ?>" lang="<?= I18N::locale()->languageTag() ?>">
|
H A D | register-notify-html.phtml | 17 <div dir="<?= I18N::locale()->direction() ?>" lang="<?= I18N::locale()->languageTag() ?>">
|
/webtrees/public/css/ |
H A D | vendor.min.css | 6 …direction:column;justify-content:center}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group{wi…
|
/webtrees/public/ckeditor-4.15.1-custom/ |
H A D | contents.css | 64 /* Preserved spaces for list items with text direction different than the list. (#6249,#8049)*/
|