Home
last modified time | relevance | path

Searched refs:shortcut (Results 1 – 7 of 7) sorted by relevance

/webtrees/resources/views/help/
H A Ddate.phtml51 <?php foreach ($date_shortcuts[$code] as $shortcut) : ?>
52 <kbd dir="ltr" lang="en"><?= $shortcut ?></kbd>
89 <?php foreach ($date_range_shortcuts[$code] as $shortcut) : ?>
90 <kbd dir="ltr" lang="en"><?= $shortcut ?></kbd>
127 <?php foreach ($date_period_shortcuts[$code] as $shortcut) : ?>
128 <kbd dir="ltr" lang="en"><?= $shortcut ?></kbd>
/webtrees/app/Cli/Commands/
H A DUserCreate.php46 …->addOption(name: 'username', shortcut: null, mode: InputOption::VALUE_REQUIRED, description: 'The…
47 …->addOption(name: 'realname', shortcut: null, mode: InputOption::VALUE_REQUIRED, description: 'The…
48 …->addOption(name: 'email', shortcut: null, mode: InputOption::VALUE_REQUIRED, description: 'The em…
49 …->addOption(name: 'password', shortcut: null, mode: InputOption::VALUE_REQUIRED, description: 'The…
50 …->addOption(name: 'timezone', shortcut: null, mode: InputOption::VALUE_REQUIRED, description: 'Set…
51 …->addOption(name: 'language', shortcut: null, mode: InputOption::VALUE_REQUIRED, description: 'Set…
52 …->addOption(name: 'admin', shortcut: null, mode: InputOption::VALUE_NONE, description: 'Make the n…
H A DTreeCreate.php46 …->addOption(name: 'name', shortcut: null, mode: InputOption::VALUE_REQUIRED, description: 'The nam…
47 …->addOption(name: 'title', shortcut: null, mode: InputOption::VALUE_REQUIRED, description: 'The ti…
H A DTreeExport.php52 …->addOption(name: 'format', shortcut: null, mode: InputOption::VALUE_REQUIRED, description: 'Expor…
53 …->addOption(name: 'filename', shortcut: null, mode: InputOption::VALUE_REQUIRED, description: 'Exp…
/webtrees/
H A DCONTRIBUTING.md55 The instructions below assume you have created an alias/shortcut for `composer`.
/webtrees/public/ckeditor-4.15.1-custom/
H A DCHANGES.md265 …https://ckeditor.com/cke4/addon/widget) with the <kbd>Shift</kbd>+<kbd>F10</kbd> keyboard shortcut.
660 ….com/ckeditor/ckeditor4/issues/413): Added Paste as Plain Text keyboard shortcut to the [Accessibi…
1366 …formation about accessibility help available under the *Alt+0* keyboard shortcut if the [Accessibi…
1704 * [#10963](https://dev.ckeditor.com/ticket/10963): Fixed: JAWS issue with the keyboard shortcut for…
H A Dckeditor.js840 …r,q==this.icon?null:this.icon,this.iconOffset),shortcutHtml:d?c.output({shortcut:d.display}):"",ar… property