Home
last modified time | relevance | path

Searched refs:direction (Results 1 – 25 of 117) sorted by relevance

12345

/webtrees/app/Statistics/Repository/
H A DEventRepository.php217 * @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 Dchart.phtml257 …<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…
275direction() === '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 DRightToLeftSupport.php133 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 DDate.php152 …$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 DI18N.php261 public static function direction(): string function in Fisharebest\\Webtrees\\I18N
263 return self::$locale->direction();
H A DGedcomRecord.php150 * @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 DPedigreeChartModule.php240 '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 DTreeView.php268 …ir="' . I18N::direction() . '" style="text-align: ' . (I18N::direction() === 'rtl' ? 'right' : 'le…
/webtrees/resources/views/layouts/
H A Dreport.phtml14 <html dir="<?= I18N::locale()->direction() ?>" lang="<?= I18N::locale()->languageTag() ?>">
H A Derror.phtml13 <html dir="<?= I18N::locale()->direction() ?>" lang="<?= I18N::locale()->languageTag() ?>">
H A Dsetup.phtml13 <html dir="<?= I18N::locale()->direction() ?>" lang="<?= I18N::locale()->languageTag() ?>">
H A Doffline.phtml16 <html dir="<?= I18N::locale()->direction() ?>" lang="<?= I18N::locale()->languageTag() ?>">
H A Dadministration.phtml25 <html dir="<?= I18N::locale()->direction() ?>" lang="<?= I18N::locale()->languageTag() ?>">
H A Ddefault.phtml32 <html dir="<?= I18N::locale()->direction() ?>" lang="<?= I18N::locale()->languageTag() ?>">
/webtrees/resources/views/emails/
H A Dapprove-user-html.phtml16 <div dir="<?= I18N::locale()->direction() ?>" lang="<?= I18N::locale()->languageTag() ?>">
H A Dpassword-request-html.phtml14 <div dir="<?= I18N::locale()->direction() ?>" lang="<?= I18N::locale()->languageTag() ?>">
H A Dnew-version-html.phtml16 <div dir="<?= I18N::locale()->direction() ?>" lang="<?= I18N::locale()->languageTag() ?>">
H A Dmessage-copy-html.phtml16 <div dir="<?= I18N::locale()->direction() ?>" lang="<?= I18N::locale()->languageTag() ?>">
H A Dregister-user-html.phtml15 <div dir="<?= I18N::locale()->direction() ?>" lang="<?= I18N::locale()->languageTag() ?>">
H A Dpending-changes-html.phtml16 <div dir="<?= I18N::locale()->direction() ?>" lang="<?= I18N::locale()->languageTag() ?>">
H A Dmessage-user-html.phtml16 <div dir="<?= I18N::locale()->direction() ?>" lang="<?= I18N::locale()->languageTag() ?>">
H A Dverify-notify-html.phtml14 <div dir="<?= I18N::locale()->direction() ?>" lang="<?= I18N::locale()->languageTag() ?>">
H A Dregister-notify-html.phtml17 <div dir="<?= I18N::locale()->direction() ?>" lang="<?= I18N::locale()->languageTag() ?>">
/webtrees/public/css/
H A Dvendor.min.css6direction:column;justify-content:center}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group{wi…
/webtrees/public/ckeditor-4.15.1-custom/
H A Dcontents.css64 /* Preserved spaces for list items with text direction different than the list. (#6249,#8049)*/

12345