/webtrees/app/ |
H A D | ColorGenerator.php | 39 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 D | I18N.php | 530 foreach (self::SCRIPT_CHARACTER_RANGES as $range) { 531 if ($code_point >= $range[1] && $code_point <= $range[2]) { 532 return $range[0];
|
H A D | GedcomRecord.php | 48 use function range; alias 649 $subtags = array_combine(range(1, count($subtags)), $subtags);
|
/webtrees/tests/app/Encodings/ |
H A D | ISO88591Test.php | 31 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 D | ISO88592Test.php | 31 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 D | UTF16BETest.php | 32 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 D | UTF16LETest.php | 32 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 D | AnselTest.php | 35 use function range; alias 100 range(0x80, 0xFF), 101 range(0x100, 0x17F), 102 range(0x180, 0x24F), 103 range(0x1E00, 0x1EFF),
|
H A D | ASCIITest.php | 30 use function range; alias 40 foreach (range(0, 127) as $code_point) { 48 foreach (range(128, 255) as $code_point) {
|
H A D | CP437Test.php | 31 use function range; alias 41 foreach (range(0, 255) as $code_point) {
|
H A D | Windows1251Test.php | 31 use function range; alias 41 foreach (range(0, 255) as $code_point) {
|
H A D | Windows1252Test.php | 31 use function range; alias 41 foreach (range(0, 255) as $code_point) {
|
H A D | Windows1250Test.php | 31 use function range; alias 41 foreach (range(0, 255) as $code_point) {
|
H A D | CP850Test.php | 39 foreach (range(0, 255) as $code_point) {
|
/webtrees/tests/app/Services/ |
H A D | RateLimitServiceTest.php | 30 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 D | page.phtml | 44 …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 D | CalendarService.php | 46 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 D | CalendarEvents.php | 48 use function range; alias 130 $jds = range($cal_date->minimumJulianDay(), $cal_date->maximumJulianDay());
|
/webtrees/resources/views/modules/pedigree-map/ |
H A D | page.phtml | 37 …mber', ['name' => 'generations', 'selected' => $generations, 'options' => range(2, $maxgenerations…
|
/webtrees/resources/views/modules/pedigree-chart/ |
H A D | page.phtml | 42 …mber', ['name' => 'generations', 'selected' => $generations, 'options' => range($min_generations, …
|
/webtrees/resources/views/modules/hourglass-chart/ |
H A D | page.phtml | 41 …mber', ['name' => 'generations', 'selected' => $generations, 'options' => range($minimum_generatio…
|
/webtrees/resources/views/modules/fanchart/ |
H A D | page.phtml | 54 …mber', ['name' => 'generations', 'selected' => $generations, 'options' => range($minimum_generatio…
|
/webtrees/public/ckeditor-4.15.1-custom/ |
H A D | ckeditor.js | 107 …_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 D | CHANGES.md | 175 * [#3101](https://github.com/ckeditor/ckeditor4/issues/3101): Fixed: [`CKEDITOR.dom.range#_getTable… 427 …keditor.com/cke4/addon/textMatch) – 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… 1134 …range` 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 D | trees-preferences.phtml | 571 …REE_PLACES', 'selected' => $tree->getPreference('SHOW_PEDIGREE_PLACES'), 'options' => range(1, 9)])
|