Home
last modified time | relevance | path

Searched full:steps (Results 1 – 25 of 90) sorted by relevance

1234

/webtrees/app/Statistics/Service/
H A DColorService.php34 * Interpolates the number of color steps between a given start and end color.
38 * @param int $steps The number of steps to interpolate
42 public function interpolateRgb(string $startColor, string $endColor, int $steps): array argument
44 if ($steps === 0) {
51 $factorR = ($e[0] - $s[0]) / $steps;
52 $factorG = ($e[1] - $s[1]) / $steps;
53 $factorB = ($e[2] - $s[2]) / $steps;
55 for ($x = 1; $x < $steps; ++$x) {
/webtrees/app/Http/RequestHandlers/
H A DUpgradeWizardPage.php44 // We make the upgrade in a number of small steps to keep within server time limits.
85 return $this->viewResponse('admin/upgrade/steps', [
86 'steps' => $this->wizardSteps(),
H A DUpgradeWizardStep.php54 // We make the upgrade in a number of small steps to keep within server time limits.
/webtrees/resources/views/admin/upgrade/
H A Dsteps.phtml10 * @var array<string,string> $steps
25 <?php foreach ($steps as $url => $text) : ?>
/webtrees/.github/workflows/
H A Dphpcs.yaml17 steps:
H A Dphpunit.yaml17 steps:
H A Dphpstan.yaml17 steps:
/webtrees/resources/views/help/
H A Drelationship-privacy.phtml10 …ails of distant, living relations. You specify the number of relationship steps that the user is a…
/webtrees/public/ckeditor-4.15.1-custom/
H A DREADME.md18 Installing CKEditor is an easy task. Just follow these simple steps:
H A DLICENSE.md110 We protect your rights with two steps: (1) copyright the software, and
1011 Contributor makes available thereafter and shall take other steps
H A DCHANGES.md296 …* [#2780](https://github.com/ckeditor/ckeditor4/issues/2780): Fixed: Undo steps disappear after mu…
1310 * [#12324](https://dev.ckeditor.com/ticket/12324): [IE8] Fixed: Undo steps are not recorded when ch…
/webtrees/app/
H A DColorGenerator.php64 * $lightness cycles between $baselightness and 100% in $lightnessStep steps
/webtrees/
H A DREADME.md193 over. Follow these steps to update a GEDCOM that has already been imported:
283 1. Follow the steps in [Installation](#installation) to get a clean new installation.
H A DLICENSE.md43 Developers that use the GNU GPL protect your rights with two steps:
/webtrees/public/ckeditor-4.15.1-custom/plugins/wsc/
H A DREADME.md10 … doesn’t have WSC Dialog built-in, you can easily add it by following the steps outlined in the Ge…
/webtrees/public/ckeditor-4.15.1-custom/plugins/scayt/
H A DREADME.md9 …ditor doesn’t have SCAYT built-in, you can easily add it by following the steps outlined in the Ge…
/webtrees/resources/lang/ku/
H A Dmessages.po3932 #: resources/views/admin/upgrade/steps.phtml:16
8043 #: resources/views/admin/upgrade/steps.phtml:21
16449 …ails of distant, living relations. You specify the number of relationship steps that the user is a…
16450 …ails of distant, living relations. You specify the number of relationship steps that the user is a…
/webtrees/resources/lang/en-GB/
H A Dmessages.po3933 #: resources/views/admin/upgrade/steps.phtml:16
8044 #: resources/views/admin/upgrade/steps.phtml:21
16450 …ails of distant, living relations. You specify the number of relationship steps that the user is a…
16451 …ails of distant, living relations. You specify the number of relationship steps that the user is a…
/webtrees/resources/lang/en-AU/
H A Dmessages.po3933 #: resources/views/admin/upgrade/steps.phtml:16
8044 #: resources/views/admin/upgrade/steps.phtml:21
16450 …ails of distant, living relations. You specify the number of relationship steps that the user is a…
16451 …ails of distant, living relations. You specify the number of relationship steps that the user is a…
/webtrees/resources/lang/tt/
H A Dmessages.po3915 #: resources/views/admin/upgrade/steps.phtml:16
8027 #: resources/views/admin/upgrade/steps.phtml:21
16437 …ails of distant, living relations. You specify the number of relationship steps that the user is a…
/webtrees/resources/lang/mk/
H A Dmessages.po3937 #: resources/views/admin/upgrade/steps.phtml:16
8048 #: resources/views/admin/upgrade/steps.phtml:21
16454 …ails of distant, living relations. You specify the number of relationship steps that the user is a…
/webtrees/resources/lang/uz/
H A Dmessages.po3932 #: resources/views/admin/upgrade/steps.phtml:16
8043 #: resources/views/admin/upgrade/steps.phtml:21
16449 …ails of distant, living relations. You specify the number of relationship steps that the user is a…
/webtrees/resources/lang/dv/
H A Dmessages.po3911 #: resources/views/admin/upgrade/steps.phtml:16
8022 #: resources/views/admin/upgrade/steps.phtml:21
16419 …ails of distant, living relations. You specify the number of relationship steps that the user is a…
/webtrees/resources/lang/ms/
H A Dmessages.po3914 #: resources/views/admin/upgrade/steps.phtml:16
8025 #: resources/views/admin/upgrade/steps.phtml:21
16430 …ails of distant, living relations. You specify the number of relationship steps that the user is a…
/webtrees/resources/lang/mi/
H A Dmessages.po3930 #: resources/views/admin/upgrade/steps.phtml:16
8041 #: resources/views/admin/upgrade/steps.phtml:21
16449 …ails of distant, living relations. You specify the number of relationship steps that the user is a…

1234