/webtrees/app/Module/ |
H A D | LoggedInUsersModule.php | 26 use Illuminate\Support\Str; alias 69 'block' => Str::kebab($this->name()),
|
H A D | ThemeSelectModule.php | 26 use Illuminate\Support\Str; alias 74 'block' => Str::kebab($this->name()),
|
H A D | LoginBlockModule.php | 26 use Illuminate\Support\Str; alias 79 'block' => Str::kebab($this->name()),
|
H A D | WelcomeBlockModule.php | 28 use Illuminate\Support\Str; alias 111 'block' => Str::kebab($this->name()),
|
H A D | TopPageViewsModule.php | 28 use Illuminate\Support\Str; alias 103 'block' => Str::kebab($this->name()),
|
H A D | UserWelcomeModule.php | 30 use Illuminate\Support\Str; alias 115 'block' => Str::kebab($this->name()),
|
H A D | TopGivenNamesModule.php | 27 use Illuminate\Support\Str; alias 104 'block' => Str::kebab($this->name()),
|
H A D | UserMessagesModule.php | 33 use Illuminate\Support\Str; alias 148 'block' => Str::kebab($this->name()),
|
H A D | HtmlBlockModule.php | 28 use Illuminate\Support\Str; alias 106 'block' => Str::kebab($this->name()),
|
H A D | OnThisDayModule.php | 29 use Illuminate\Support\Str; alias 173 'block' => Str::kebab($this->name()),
|
H A D | UserJournalModule.php | 33 use Illuminate\Support\Str; alias 93 'block' => Str::kebab($this->name()),
|
H A D | FamilyTreeNewsModule.php | 33 use Illuminate\Support\Str; alias 91 'block' => Str::kebab($this->name()),
|
H A D | TopSurnamesModule.php | 30 use Illuminate\Support\Str; alias 190 'block' => Str::kebab($this->name()),
|
H A D | ChartsBlockModule.php | 31 use Illuminate\Support\Str; alias 182 'block' => Str::kebab($this->name()),
|
H A D | FamilyTreeFavoritesModule.php | 30 use Illuminate\Support\Str; alias 80 'block' => Str::kebab($this->name()),
|
H A D | UserFavoritesModule.php | 31 use Illuminate\Support\Str; alias 81 'block' => Str::kebab($this->name()),
|
H A D | YahrzeitModule.php | 32 use Illuminate\Support\Str; alias 177 'block' => Str::kebab($this->name()),
|
H A D | ReviewChangesModule.php | 39 use Illuminate\Support\Str; alias 182 'block' => Str::kebab($this->name()),
|
H A D | UpcomingAnniversariesModule.php | 29 use Illuminate\Support\Str; alias 201 'block' => Str::kebab($this->name()),
|
H A D | ResearchTaskModule.php | 37 use Illuminate\Support\Str; alias 139 'block' => Str::kebab($this->name()),
|
H A D | RecentChangesModule.php | 35 use Illuminate\Support\Str; alias 160 'block' => Str::kebab($this->name()),
|
/webtrees/app/ |
H A D | Note.php | 24 use Illuminate\Support\Str; alias 100 …$this->addName(static::RECORD_TYPE, Str::limit($first_line, 100, I18N::translate('…')), $this->ged…
|
H A D | Session.php | 22 use Illuminate\Support\Str; alias 199 $csrf_token = Str::random(32);
|
/webtrees/app/Http/RequestHandlers/ |
H A D | PasswordRequestAction.php | 33 use Illuminate\Support\Str; alias 92 $token = Str::random(self::TOKEN_LENGTH);
|
H A D | RegisterAction.php | 42 use Illuminate\Support\Str; alias 127 $token = Str::random(32);
|