/webtrees/app/Services/ |
H A D | RateLimitService.php | 54 * @param int $seconds in a rolling window of this number of seconds 59 public function limitRateForSite(int $num, int $seconds, string $limit): void argument 63 $history = $this->checkLimitReached($num, $seconds, $history); 74 * @param int $seconds in a rolling window of this number of seconds 79 … public function limitRateForUser(UserInterface $user, int $num, int $seconds, string $limit): void argument 83 $history = $this->checkLimitReached($num, $seconds, $history); 92 * @param int $seconds in a rolling window of this number of seconds 98 private function checkLimitReached(int $num, int $seconds, string $history): string argument 110 … $filter = fn (string $x): bool => (int) $x >= $this->now - $seconds && (int) $x <= $this->now;
|
/webtrees/app/Contracts/ |
H A D | TimestampInterface.php | 71 * @param int $seconds 75 public function addSeconds(int $seconds): TimestampInterface; argument 113 * @param int $seconds 117 public function subtractSeconds(int $seconds): TimestampInterface; argument
|
/webtrees/app/ |
H A D | Timestamp.php | 81 public function addSeconds(int $seconds): TimestampInterface argument 84 $this->carbon->addSeconds($seconds)->getTimestamp(), 135 public function subtractSeconds(int $seconds): TimestampInterface argument 138 $this->carbon->subSeconds($seconds)->getTimestamp(),
|
/webtrees/app/Http/RequestHandlers/ |
H A D | UpgradeWizardStep.php | 238 $seconds = I18N::number($end_time - $start_time, 2); 241 'alert' => I18N::translate('%1$s KB were downloaded in %2$s seconds.', $kb, $seconds), 259 $seconds = I18N::number($end_time - $start_time, 2); 262 …s seconds.', '%1$s files were extracted in %2$s seconds.', $count, I18N::number($count), $seconds);
|
/webtrees/ |
H A D | README.md | 101 * Small systems (500 individuals): 16–32 MB, 10–20 seconds 102 * Medium systems (5,000 individuals): 32–64 MB, 20–40 seconds 103 * Large systems (50,000 individuals): 64–128 MB, 40–80 seconds
|
/webtrees/resources/lang/en-GB/ |
H A D | messages.po | 68 msgid "%1$s KB were downloaded in %2$s seconds." 69 msgstr "%1$s KB were downloaded in %2$s seconds." 84 #. I18N: …from the .ZIP file, %2$s is a (fractional) number of seconds 87 msgid "%1$s file was extracted in %2$s seconds." 88 msgid_plural "%1$s files were extracted in %2$s seconds." 89 msgstr[0] "%1$s file was extracted in %2$s seconds." 90 msgstr[1] "%1$s files were extracted in %2$s seconds." 8472 msgid "Large systems (50,000 individuals): 64–128 MB, 40–80 seconds" 8473 msgstr "Large systems (50,000 individuals): 64–128 MB, 40–80 seconds" 9460 msgid "Medium systems (5,000 individuals): 32–64 MB, 20–40 seconds" [all …]
|
/webtrees/resources/lang/en-AU/ |
H A D | messages.po | 68 msgid "%1$s KB were downloaded in %2$s seconds." 69 msgstr "%1$s KB were downloaded in %2$s seconds." 84 #. I18N: …from the .ZIP file, %2$s is a (fractional) number of seconds 87 msgid "%1$s file was extracted in %2$s seconds." 88 msgid_plural "%1$s files were extracted in %2$s seconds." 89 msgstr[0] "%1$s file was extracted in %2$s seconds." 90 msgstr[1] "%1$s files were extracted in %2$s seconds." 8472 msgid "Large systems (50,000 individuals): 64–128 MB, 40–80 seconds" 8473 msgstr "Large systems (50,000 individuals): 64–128 MB, 40–80 seconds" 9460 msgid "Medium systems (5,000 individuals): 32–64 MB, 20–40 seconds" [all …]
|
/webtrees/resources/lang/kk/ |
H A D | messages.po | 67 msgid "%1$s KB were downloaded in %2$s seconds." 83 #. I18N: …from the .ZIP file, %2$s is a (fractional) number of seconds 86 msgid "%1$s file was extracted in %2$s seconds." 87 msgid_plural "%1$s files were extracted in %2$s seconds." 8471 msgid "Large systems (50,000 individuals): 64–128 MB, 40–80 seconds" 9459 msgid "Medium systems (5,000 individuals): 32–64 MB, 20–40 seconds" 13498 msgid "Small systems (500 individuals): 16–32 MB, 10–20 seconds" 15220 msgid "This server’s memory limit is %s MB and its CPU time limit is %s seconds." 21088 #~ msgid_plural "%s seconds ago" 21310 #~ msgid_plural "By default, your server allows scripts to run for %s seconds." [all …]
|
/webtrees/resources/lang/uk/ |
H A D | messages.po | 67 msgid "%1$s KB were downloaded in %2$s seconds." 83 #. I18N: …from the .ZIP file, %2$s is a (fractional) number of seconds 86 msgid "%1$s file was extracted in %2$s seconds." 87 msgid_plural "%1$s files were extracted in %2$s seconds." 8490 msgid "Large systems (50,000 individuals): 64–128 MB, 40–80 seconds" 9478 msgid "Medium systems (5,000 individuals): 32–64 MB, 20–40 seconds" 13519 msgid "Small systems (500 individuals): 16–32 MB, 10–20 seconds" 15245 msgid "This server’s memory limit is %s MB and its CPU time limit is %s seconds." 21136 #~ msgid_plural "%s seconds ago" 21433 #~ msgid_plural "By default, your server allows scripts to run for %s seconds." [all …]
|
/webtrees/resources/lang/ar/ |
H A D | messages.po | 72 msgid "%1$s KB were downloaded in %2$s seconds." 88 #. I18N: …from the .ZIP file, %2$s is a (fractional) number of seconds 91 msgid "%1$s file was extracted in %2$s seconds." 92 msgid_plural "%1$s files were extracted in %2$s seconds." 8552 msgid "Large systems (50,000 individuals): 64–128 MB, 40–80 seconds" 9540 msgid "Medium systems (5,000 individuals): 32–64 MB, 20–40 seconds" 13587 msgid "Small systems (500 individuals): 16–32 MB, 10–20 seconds" 15325 msgid "This server’s memory limit is %s MB and its CPU time limit is %s seconds." 21267 #~ msgid_plural "%s seconds ago" 21570 #~ msgid_plural "By default, your server allows scripts to run for %s seconds." [all …]
|
/webtrees/resources/lang/ru/ |
H A D | messages.po | 76 msgid "%1$s KB were downloaded in %2$s seconds." 93 #. I18N: …from the .ZIP file, %2$s is a (fractional) number of seconds 96 msgid "%1$s file was extracted in %2$s seconds." 97 msgid_plural "%1$s files were extracted in %2$s seconds." 8501 msgid "Large systems (50,000 individuals): 64–128 MB, 40–80 seconds" 9489 msgid "Medium systems (5,000 individuals): 32–64 MB, 20–40 seconds" 13530 msgid "Small systems (500 individuals): 16–32 MB, 10–20 seconds" 15256 msgid "This server’s memory limit is %s MB and its CPU time limit is %s seconds." 21149 #~ msgid_plural "%s seconds ago" 21446 #~ msgid_plural "By default, your server allows scripts to run for %s seconds." [all …]
|
/webtrees/resources/lang/he/ |
H A D | messages.po | 72 msgid "%1$s KB were downloaded in %2$s seconds." 88 #. I18N: …from the .ZIP file, %2$s is a (fractional) number of seconds 91 msgid "%1$s file was extracted in %2$s seconds." 92 msgid_plural "%1$s files were extracted in %2$s seconds." 8476 msgid "Large systems (50,000 individuals): 64–128 MB, 40–80 seconds" 9464 msgid "Medium systems (5,000 individuals): 32–64 MB, 20–40 seconds" 13503 msgid "Small systems (500 individuals): 16–32 MB, 10–20 seconds" 15225 msgid "This server’s memory limit is %s MB and its CPU time limit is %s seconds." 21099 #~ msgid_plural "%s seconds ago" 21402 #~ msgid_plural "By default, your server allows scripts to run for %s seconds." [all …]
|
/webtrees/resources/lang/ku/ |
H A D | messages.po | 67 msgid "%1$s KB were downloaded in %2$s seconds." 83 #. I18N: …from the .ZIP file, %2$s is a (fractional) number of seconds 86 msgid "%1$s file was extracted in %2$s seconds." 87 msgid_plural "%1$s files were extracted in %2$s seconds." 8471 msgid "Large systems (50,000 individuals): 64–128 MB, 40–80 seconds" 8472 msgstr "Large systems (50,000 individuals): 64–128 MB, 40–80 seconds" 9459 msgid "Medium systems (5,000 individuals): 32–64 MB, 20–40 seconds" 9460 msgstr "Medium systems (5,000 individuals): 32–64 MB, 20–40 seconds" 13498 msgid "Small systems (500 individuals): 16–32 MB, 10–20 seconds" 13499 msgstr "Small systems (500 individuals): 16–32 MB, 10–20 seconds" [all …]
|
/webtrees/resources/lang/sq/ |
H A D | messages.po | 67 # I18N: %1$s is a number of KB, %2$s is a (fractional) number of seconds 70 msgid "%1$s KB were downloaded in %2$s seconds." 88 # I18N: …from the .ZIP file, %2$s is a (fractional) number of seconds 89 #. I18N: …from the .ZIP file, %2$s is a (fractional) number of seconds 92 msgid "%1$s file was extracted in %2$s seconds." 93 msgid_plural "%1$s files were extracted in %2$s seconds." 9104 msgid "Large systems (50,000 individuals): 64–128 MB, 40–80 seconds" 10170 msgid "Medium systems (5,000 individuals): 32–64 MB, 20–40 seconds" 14476 msgid "Small systems (500 individuals): 16–32 MB, 10–20 seconds" 16309 msgid "This server’s memory limit is %s MB and its CPU time limit is %s seconds." [all …]
|
/webtrees/resources/lang/sk/ |
H A D | messages.po | 73 # I18N: %1$s is a number of KB, %2$s is a (fractional) number of seconds 76 msgid "%1$s KB were downloaded in %2$s seconds." 94 # I18N: …from the .ZIP file, %2$s is a (fractional) number of seconds 95 #. I18N: …from the .ZIP file, %2$s is a (fractional) number of seconds 98 msgid "%1$s file was extracted in %2$s seconds." 99 msgid_plural "%1$s files were extracted in %2$s seconds." 8504 msgid "Large systems (50,000 individuals): 64–128 MB, 40–80 seconds" 9492 msgid "Medium systems (5,000 individuals): 32–64 MB, 20–40 seconds" 13533 msgid "Small systems (500 individuals): 16–32 MB, 10–20 seconds" 15259 msgid "This server’s memory limit is %s MB and its CPU time limit is %s seconds." [all …]
|
/webtrees/resources/lang/id/ |
H A D | messages.po | 73 msgid "%1$s KB were downloaded in %2$s seconds." 89 #. I18N: …from the .ZIP file, %2$s is a (fractional) number of seconds 92 msgid "%1$s file was extracted in %2$s seconds." 93 msgid_plural "%1$s files were extracted in %2$s seconds." 94 msgstr[0] "%1$s file telah terurai dalam %2$s seconds." 8458 msgid "Large systems (50,000 individuals): 64–128 MB, 40–80 seconds" 9446 msgid "Medium systems (5,000 individuals): 32–64 MB, 20–40 seconds" 13483 msgid "Small systems (500 individuals): 16–32 MB, 10–20 seconds" 15201 msgid "This server’s memory limit is %s MB and its CPU time limit is %s seconds." 21058 #~ msgid_plural "%s seconds ago" [all …]
|
/webtrees/resources/lang/ka/ |
H A D | messages.po | 67 msgid "%1$s KB were downloaded in %2$s seconds." 83 #. I18N: …from the .ZIP file, %2$s is a (fractional) number of seconds 86 msgid "%1$s file was extracted in %2$s seconds." 87 msgid_plural "%1$s files were extracted in %2$s seconds." 8461 msgid "Large systems (50,000 individuals): 64–128 MB, 40–80 seconds" 9449 msgid "Medium systems (5,000 individuals): 32–64 MB, 20–40 seconds" 13492 msgid "Small systems (500 individuals): 16–32 MB, 10–20 seconds" 15213 msgid "This server’s memory limit is %s MB and its CPU time limit is %s seconds." 21057 #~ msgid_plural "%s seconds ago" 21277 #~ msgid_plural "By default, your server allows scripts to run for %s seconds."
|
/webtrees/resources/lang/ms/ |
H A D | messages.po | 67 msgid "%1$s KB were downloaded in %2$s seconds." 83 #. I18N: …from the .ZIP file, %2$s is a (fractional) number of seconds 86 msgid "%1$s file was extracted in %2$s seconds." 87 msgid_plural "%1$s files were extracted in %2$s seconds." 8453 msgid "Large systems (50,000 individuals): 64–128 MB, 40–80 seconds" 9441 msgid "Medium systems (5,000 individuals): 32–64 MB, 20–40 seconds" 13482 msgid "Small systems (500 individuals): 16–32 MB, 10–20 seconds" 15202 msgid "This server’s memory limit is %s MB and its CPU time limit is %s seconds." 21059 #~ msgid_plural "%s seconds ago"
|
/webtrees/resources/lang/sw/ |
H A D | messages.po | 67 msgid "%1$s KB were downloaded in %2$s seconds." 83 #. I18N: …from the .ZIP file, %2$s is a (fractional) number of seconds 86 msgid "%1$s file was extracted in %2$s seconds." 87 msgid_plural "%1$s files were extracted in %2$s seconds." 8484 msgid "Large systems (50,000 individuals): 64–128 MB, 40–80 seconds" 9474 msgid "Medium systems (5,000 individuals): 32–64 MB, 20–40 seconds" 13520 msgid "Small systems (500 individuals): 16–32 MB, 10–20 seconds" 15243 msgid "This server’s memory limit is %s MB and its CPU time limit is %s seconds." 21100 #~ msgid_plural "%s seconds ago"
|
/webtrees/resources/lang/bg/ |
H A D | messages.po | 67 msgid "%1$s KB were downloaded in %2$s seconds." 83 #. I18N: …from the .ZIP file, %2$s is a (fractional) number of seconds 86 msgid "%1$s file was extracted in %2$s seconds." 87 msgid_plural "%1$s files were extracted in %2$s seconds." 8471 msgid "Large systems (50,000 individuals): 64–128 MB, 40–80 seconds" 9459 msgid "Medium systems (5,000 individuals): 32–64 MB, 20–40 seconds" 13498 msgid "Small systems (500 individuals): 16–32 MB, 10–20 seconds" 15220 msgid "This server’s memory limit is %s MB and its CPU time limit is %s seconds." 21067 #~ msgid_plural "%s seconds ago"
|
/webtrees/resources/lang/yi/ |
H A D | messages.po | 68 msgid "%1$s KB were downloaded in %2$s seconds." 84 #. I18N: …from the .ZIP file, %2$s is a (fractional) number of seconds 87 msgid "%1$s file was extracted in %2$s seconds." 88 msgid_plural "%1$s files were extracted in %2$s seconds." 8472 msgid "Large systems (50,000 individuals): 64–128 MB, 40–80 seconds" 9460 msgid "Medium systems (5,000 individuals): 32–64 MB, 20–40 seconds" 13499 msgid "Small systems (500 individuals): 16–32 MB, 10–20 seconds" 15221 msgid "This server’s memory limit is %s MB and its CPU time limit is %s seconds." 21058 #~ msgid_plural "%s seconds ago"
|
/webtrees/resources/lang/lt/ |
H A D | messages.po | 71 msgid "%1$s KB were downloaded in %2$s seconds." 87 #. I18N: …from the .ZIP file, %2$s is a (fractional) number of seconds 90 msgid "%1$s file was extracted in %2$s seconds." 91 msgid_plural "%1$s files were extracted in %2$s seconds." 8494 msgid "Large systems (50,000 individuals): 64–128 MB, 40–80 seconds" 9482 msgid "Medium systems (5,000 individuals): 32–64 MB, 20–40 seconds" 13524 msgid "Small systems (500 individuals): 16–32 MB, 10–20 seconds" 15250 msgid "This server’s memory limit is %s MB and its CPU time limit is %s seconds." 21134 #~ msgid_plural "%s seconds ago" 21421 #~ msgid_plural "By default, your server allows scripts to run for %s seconds." [all …]
|
/webtrees/resources/lang/hr/ |
H A D | messages.po | 71 msgid "%1$s KB were downloaded in %2$s seconds." 87 #. I18N: …from the .ZIP file, %2$s is a (fractional) number of seconds 90 msgid "%1$s file was extracted in %2$s seconds." 91 msgid_plural "%1$s files were extracted in %2$s seconds." 8494 msgid "Large systems (50,000 individuals): 64–128 MB, 40–80 seconds" 9482 msgid "Medium systems (5,000 individuals): 32–64 MB, 20–40 seconds" 13524 msgid "Small systems (500 individuals): 16–32 MB, 10–20 seconds" 15251 msgid "This server’s memory limit is %s MB and its CPU time limit is %s seconds." 21142 #~ msgid_plural "%s seconds ago" 21407 #~ msgid_plural "By default, your server allows scripts to run for %s seconds." [all …]
|
/webtrees/resources/lang/zh-Hans/ |
H A D | messages.po | 74 msgid "%1$s KB were downloaded in %2$s seconds." 92 # I18N: …from the .ZIP file, %2$s is a (fractional) number of seconds 93 #. I18N: …from the .ZIP file, %2$s is a (fractional) number of seconds 96 msgid "%1$s file was extracted in %2$s seconds." 97 msgid_plural "%1$s files were extracted in %2$s seconds." 9111 msgid "Large systems (50,000 individuals): 64–128 MB, 40–80 seconds" 10175 msgid "Medium systems (5,000 individuals): 32–64 MB, 20–40 seconds" 14571 msgid "Small systems (500 individuals): 16–32 MB, 10–20 seconds" 16415 msgid "This server’s memory limit is %s MB and its CPU time limit is %s seconds." 23349 # I18N: Examples of valid time formats (hours:minutes:seconds)
|
/webtrees/resources/lang/zh-Hant/ |
H A D | messages.po | 73 msgid "%1$s KB were downloaded in %2$s seconds." 91 # I18N: …from the .ZIP file, %2$s is a (fractional) number of seconds 92 #. I18N: …from the .ZIP file, %2$s is a (fractional) number of seconds 95 msgid "%1$s file was extracted in %2$s seconds." 96 msgid_plural "%1$s files were extracted in %2$s seconds." 9104 msgid "Large systems (50,000 individuals): 64–128 MB, 40–80 seconds" 10168 msgid "Medium systems (5,000 individuals): 32–64 MB, 20–40 seconds" 14556 msgid "Small systems (500 individuals): 16–32 MB, 10–20 seconds" 16399 msgid "This server’s memory limit is %s MB and its CPU time limit is %s seconds." 23372 # I18N: Examples of valid time formats (hours:minutes:seconds)
|