Home
last modified time | relevance | path

Searched refs:range (Results 1 – 25 of 102) sorted by relevance

12345

/webtrees/app/
H A DColorGenerator.php39 private int $range; variable in Fisharebest\\Webtrees\\ColorGenerator
48 …* @param int $range sign determines direction. positive = clockwise, negative = anticlockwi…
50 public function __construct(int $hue, int $saturation, int $lightness, float $alpha, int $range) argument
58 $this->range = $range;
80 if ($this->range > 0) {
85 if (($hue - $this->basehue) * ($hue - ($this->basehue + $this->range)) >= 0) {
H A DI18N.php530 foreach (self::SCRIPT_CHARACTER_RANGES as $range) {
531 if ($code_point >= $range[1] && $code_point <= $range[2]) {
532 return $range[0];
H A DGedcomRecord.php48 use function range; alias
649 $subtags = array_combine(range(1, count($subtags)), $subtags);
/webtrees/tests/app/Encodings/
H A DISO88591Test.php31 use function range; alias
43 range(0, 0x7F),
44 range(0xA0, 0xFF),
47 foreach (range(0x80, 0x9F) as $code_point) {
54 foreach ($ranges as $range) {
55 foreach ($range as $code_point) {
H A DISO88592Test.php31 use function range; alias
43 range(0, 0x7F),
44 range(0xA0, 0xFF),
47 foreach (range(0x80, 0x9F) as $code_point) {
54 foreach ($ranges as $range) {
55 foreach ($range as $code_point) {
H A DUTF16BETest.php32 use function range; alias
42 foreach (range(0, 0x7F) as $code) {
50 foreach (range(0x80, 0xFF) as $code) {
57 foreach (range(0x100, 0xD7FF) as $code) {
65 foreach (range(0xD800, 0xDFFF) as $code) {
72 foreach (range(0xE000, 0xFFFF) as $code) {
H A DUTF16LETest.php32 use function range; alias
42 foreach (range(0, 0x7F) as $code) {
50 foreach (range(0x80, 0xFF) as $code) {
57 foreach (range(0x100, 0xD7FF) as $code) {
65 foreach (range(0xD800, 0xDFFF) as $code) {
72 foreach (range(0xE000, 0xFFFF) as $code) {
H A DAnselTest.php35 use function range; alias
100 range(0x80, 0xFF),
101 range(0x100, 0x17F),
102 range(0x180, 0x24F),
103 range(0x1E00, 0x1EFF),
H A DASCIITest.php30 use function range; alias
40 foreach (range(0, 127) as $code_point) {
48 foreach (range(128, 255) as $code_point) {
H A DCP437Test.php31 use function range; alias
41 foreach (range(0, 255) as $code_point) {
H A DWindows1251Test.php31 use function range; alias
41 foreach (range(0, 255) as $code_point) {
H A DWindows1252Test.php31 use function range; alias
41 foreach (range(0, 255) as $code_point) {
H A DWindows1250Test.php31 use function range; alias
41 foreach (range(0, 255) as $code_point) {
H A DCP850Test.php39 foreach (range(0, 255) as $code_point) {
/webtrees/tests/app/Services/
H A DRateLimitServiceTest.php30 use function range; alias
72 $history = implode(',', range(time() - 35, time() - 31));
86 $history = implode(',', range(time() - 5, time() - 1));
/webtrees/resources/views/modules/family-book-chart/
H A Dpage.phtml44 …t-number', ['name' => 'book_size', 'selected' => $book_size, 'options' => range($minimum_book_size…
53 …mber', ['name' => 'generations', 'selected' => $generations, 'options' => range($minimum_generatio…
/webtrees/app/Services/
H A DCalendarService.php46 use function range; alias
68 $month_numbers = range(1, $calendar_date->monthsInYear());
211 foreach (range($jd1, $jd2) as $jd) {
/webtrees/app/Http/RequestHandlers/
H A DCalendarEvents.php48 use function range; alias
130 $jds = range($cal_date->minimumJulianDay(), $cal_date->maximumJulianDay());
/webtrees/resources/views/modules/pedigree-map/
H A Dpage.phtml37 …mber', ['name' => 'generations', 'selected' => $generations, 'options' => range(2, $maxgenerations…
/webtrees/resources/views/modules/pedigree-chart/
H A Dpage.phtml42 …mber', ['name' => 'generations', 'selected' => $generations, 'options' => range($min_generations, …
/webtrees/resources/views/modules/hourglass-chart/
H A Dpage.phtml41 …mber', ['name' => 'generations', 'selected' => $generations, 'options' => range($minimum_generatio…
/webtrees/resources/views/modules/fanchart/
H A Dpage.phtml54 …mber', ['name' => 'generations', 'selected' => $generations, 'options' => range($minimum_generatio…
/webtrees/public/ckeditor-4.15.1-custom/
H A Dckeditor.js107 …_moz"),this.append(a))}},breakParent:function(a,b){var c=new CKEDITOR.dom.range(this.getDocument()…
143 (function(){function a(a,b){var c=this.range;if(this._.end)return null;if(!this._.start){this._.sta…
145 …all(this,b);)e=c;return e}CKEDITOR.dom.walker=CKEDITOR.tools.createClass({$:function(a){this.range=
153 CKEDITOR.dom.range=function(a){this.endOffset=this.endContainer=this.startOffset=this.startContaine…
159 …ITOR.dom.walker.editable(),v=CKEDITOR.dom.walker.ignored(!0);CKEDITOR.dom.range.prototype={clone:f… class in CKEDITOR.dom
160 new CKEDITOR.dom.range(this.root);a._setStartContainer(this.startContainer);a.startOffset=this.star…
171 …;case CKEDITOR.ENLARGE_ELEMENT:var h=function(a,b){var c=new CKEDITOR.dom.range(g);c.setStart(a,b)…
176 …LOCK_CONTENTS:case CKEDITOR.ENLARGE_LIST_ITEM_CONTENTS:l=new CKEDITOR.dom.range(this.root);g=this.…
195 ….POSITION_AFTER_END,CKEDITOR.POSITION_BEFORE_START];a?(c=new CKEDITOR.dom.range(this.root),c.moveT…
200 …ar d=CKEDITOR.tools.array.map(b,function(a){return a}),e=new CKEDITOR.dom.range(c.root),f,h,g;c.st…
[all …]
H A DCHANGES.md175 * [#3101](https://github.com/ckeditor/ckeditor4/issues/3101): Fixed: [`CKEDITOR.dom.range#_getTable…
427 …keditor.com/cke4/addon/textMatch) &ndash; Allows to search [`CKEDITOR.dom.range`](https://ckeditor…
450 …pi/CKEDITOR_dom_range.html#method-getClientRects) method to `CKEDITOR.dom.range`. It returns a lis…
645 * [#426](https://github.com/ckeditor/ckeditor4/issues/426): Fixed: The [`range.cloneContents()`](ht…
646 * [#644](https://github.com/ckeditor/ckeditor4/issues/644): Fixed: The [`range.extractContents()`](…
693 * [#17010](https://dev.ckeditor.com/ticket/17010): The [`CKEDITOR.dom.range.shrink()`](https://cked…
1099 …havior of [`range.cloneContents()`](https://ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR_dom_ra…
1100 …* Added `cloneId` arguments to the above methods, [`range.splitBlock()`](https://ckeditor.com/docs…
1134range` parameter so it is possible to change the paste position in the listener or paste in the no…
1150 … new Data Transfer facade, internal and cross-editor drag and drop supports the full range of data.
[all …]
/webtrees/resources/views/admin/
H A Dtrees-preferences.phtml571 …REE_PLACES', 'selected' => $tree->getPreference('SHOW_PEDIGREE_PLACES'), 'options' => range(1, 9)])

12345