/webtrees/resources/views/edit/ |
H A D | initialize-calendar-popup.phtml | 13 <?= json_encode(I18N::translateContext('NOMINATIVE', 'January'), JSON_THROW_ON_ERROR) ?>, 14 <?= json_encode(I18N::translateContext('NOMINATIVE', 'February'), JSON_THROW_ON_ERROR) ?>, 15 <?= json_encode(I18N::translateContext('NOMINATIVE', 'March'), JSON_THROW_ON_ERROR) ?>, 16 <?= json_encode(I18N::translateContext('NOMINATIVE', 'April'), JSON_THROW_ON_ERROR) ?>, 17 <?= json_encode(I18N::translateContext('NOMINATIVE', 'May'), JSON_THROW_ON_ERROR) ?>, 18 <?= json_encode(I18N::translateContext('NOMINATIVE', 'June'), JSON_THROW_ON_ERROR) ?>, 19 <?= json_encode(I18N::translateContext('NOMINATIVE', 'July'), JSON_THROW_ON_ERROR) ?>, 20 <?= json_encode(I18N::translateContext('NOMINATIVE', 'August'), JSON_THROW_ON_ERROR) ?>, 21 <?= json_encode(I18N::translateContext('NOMINATIVE', 'September'), JSON_THROW_ON_ERROR) ?>, 22 <?= json_encode(I18N::translateContext('NOMINATIVE', 'October'), JSON_THROW_ON_ERROR) ?>, [all …]
|
/webtrees/resources/views/admin/ |
H A D | location-edit.phtml | 78 const config = <?= json_encode($leaflet_config, JSON_THROW_ON_ERROR) ?>; 79 const add_place = <?= json_encode($location->id() === null, JSON_THROW_ON_ERROR) ?>; 85 L.Icon.Default.imagePath = <?= json_encode(asset('css/images/'), JSON_THROW_ON_ERROR) ?>; 88 let marker = L.marker(<?= json_encode($marker_position, JSON_THROW_ON_ERROR) ?>, { 106 map.fitBounds(<?= json_encode($map_bounds, JSON_THROW_ON_ERROR) ?>, {padding: [50, 30]}); 107 marker.setLatLng(<?= json_encode($marker_position, JSON_THROW_ON_ERROR) ?>); 117 query: <?= json_encode($location->locationName(), JSON_THROW_ON_ERROR) ?>, 118 placeholder: <?= json_encode(I18N::translate('Place'), JSON_THROW_ON_ERROR) ?>, 119 errorMessage: <?= json_encode(I18N::translate('Nothing found.'), JSON_THROW_ON_ERROR) ?>, 120 iconLabel: <?= json_encode(I18N::translate('Search'), JSON_THROW_ON_ERROR) ?> [all …]
|
H A D | fix-level-0-media.phtml | 28 …data-ajax="<?= e(json_encode(['url' => route(FixLevel0MediaData::class)], JSON_THROW_ON_ERROR)) ?>" 63 url: <?= json_encode(route(FixLevel0MediaAction::class), JSON_THROW_ON_ERROR) ?>
|
H A D | data-fix-page.phtml | 158 …'url': <?= json_encode(route(DataFixData::class, ['tree' => $tree->name(), 'data_fix' => $data_fix… 178 …let url = addParamsToUrl(<?= json_encode(route(DataFixUpdateAll::class, ['tree' => $tree->name(), …
|
/webtrees/resources/views/statistics/other/charts/ |
H A D | geo.phtml | 37 <?= json_encode($id, JSON_THROW_ON_ERROR) ?>, 38 <?= json_encode($data, JSON_THROW_ON_ERROR) ?>, 40 title: <?= json_encode($chart_title, JSON_THROW_ON_ERROR) ?>, 41 region: <?= json_encode($region, JSON_THROW_ON_ERROR) ?>, 44 <?= json_encode('#' . $chart_color3, JSON_THROW_ON_ERROR) ?>, 45 <?= json_encode('#' . $chart_color2, JSON_THROW_ON_ERROR) ?> 55 statistics.init(<?= json_encode($language, JSON_THROW_ON_ERROR) ?>); 59 statistics.init(<?= json_encode($language, JSON_THROW_ON_ERROR) ?>);
|
H A D | pie.phtml | 26 <?= json_encode($id, JSON_THROW_ON_ERROR) ?>, 27 <?= json_encode($data, JSON_THROW_ON_ERROR) ?>, 29 title: <?= json_encode($title, JSON_THROW_ON_ERROR) ?>, 34 … labeledValueText: <?= json_encode($labeledValueText ?? 'value', JSON_THROW_ON_ERROR) ?>, 37 colors: <?= json_encode($colors, JSON_THROW_ON_ERROR) ?> 45 statistics.init(<?= json_encode($language, JSON_THROW_ON_ERROR) ?>); 49 statistics.init(<?= json_encode($language, JSON_THROW_ON_ERROR) ?>);
|
H A D | column.phtml | 26 <?= json_encode($id, JSON_THROW_ON_ERROR) ?>, 27 <?= json_encode($data, JSON_THROW_ON_ERROR) ?>, 28 <?= json_encode($chart_options, JSON_THROW_ON_ERROR) ?> 35 statistics.init(<?= json_encode($language, JSON_THROW_ON_ERROR) ?>); 39 statistics.init(<?= json_encode($language, JSON_THROW_ON_ERROR) ?>);
|
H A D | combo.phtml | 25 <?= json_encode($id, JSON_THROW_ON_ERROR) ?>, 26 <?= json_encode($data, JSON_THROW_ON_ERROR) ?>, 27 <?= json_encode($chart_options, JSON_THROW_ON_ERROR) ?> 34 statistics.init(<?= json_encode($language, JSON_THROW_ON_ERROR) ?>); 38 statistics.init(<?= json_encode($language, JSON_THROW_ON_ERROR) ?>);
|
/webtrees/resources/views/modules/timeline-chart/ |
H A D | chart.phtml | 26 let bottomy = <?= json_encode(($topyear - $baseyear) * $scale - 5, JSON_THROW_ON_ERROR) ?>; 33 …birthyears [<?= json_encode($c, JSON_THROW_ON_ERROR) ?>] = <?= json_encode($birthyears[$indi->xref… 34 …birthmonths[<?= json_encode($c, JSON_THROW_ON_ERROR) ?>] = <?= json_encode($birthmonths[$indi->xre… 35 …birthdays [<?= json_encode($c, JSON_THROW_ON_ERROR) ?>] = <?= json_encode($birthdays[$indi->xref(… 38 let bheight = <?= json_encode($bheight, JSON_THROW_ON_ERROR) ?>; 39 let scale = <?= json_encode($scale, JSON_THROW_ON_ERROR) ?>; 42 …timeline_chart_div.style.height = '<?= json_encode(0 + ($topyear - $baseyear) * $scale * 1.1, JSON…
|
/webtrees/resources/views/modules/place-hierarchy/ |
H A D | map.phtml | 24 const config = <?= json_encode($leaflet_config, JSON_THROW_ON_ERROR) ?>; 62 let data = <?= json_encode($data['markers'], JSON_THROW_ON_ERROR) ?>; 96 … map.fitBounds(<?= json_encode($data['bounds'], JSON_THROW_ON_ERROR) ?>, { padding: [50, 30] }); 97 sidebar.innerHTML = <?= json_encode($data['sidebar'], JSON_THROW_ON_ERROR) ?>;
|
/webtrees/resources/views/modules/ckeditor/ |
H A D | ckeditor-js.phtml | 12 const CKEDITOR_BASEPATH = <?= json_encode($ckeditor_path, JSON_THROW_ON_ERROR) ?>; 19 script.src = <?= json_encode($ckeditor_path . 'ckeditor.js', JSON_THROW_ON_ERROR) ?>; 26 CKEDITOR.config.language = <?= json_encode(strtolower($language), JSON_THROW_ON_ERROR) ?>;
|
/webtrees/resources/views/modules/google-analytics/ |
H A D | snippet-v4.phtml | 16 gtag('config', <?= json_encode($GOOGLE_ANALYTICS_ID, JSON_THROW_ON_ERROR) ?>, { 18 'tree_name': <?= json_encode($tree_name, JSON_THROW_ON_ERROR) ?>, 19 'access_level': <?= json_encode($access_level, JSON_THROW_ON_ERROR) ?>,
|
H A D | snippet.phtml | 16 ga("send", "pageview", <?= json_encode($dimensions, JSON_THROW_ON_ERROR) ?>);
|
/webtrees/resources/views/modules/places/ |
H A D | tab.phtml | 27 const config = <?= json_encode($leaflet_config, JSON_THROW_ON_ERROR) ?>; 67 let data = <?= json_encode($data, JSON_THROW_ON_ERROR) ?>; 71 …sidebar.innerHTML = '<div class="bg-info text-white text-center">' + <?= json_encode(I18N::transla…
|
/webtrees/resources/views/modules/pedigree-map/ |
H A D | chart.phtml | 24 const config = <?= json_encode($leaflet_config, JSON_THROW_ON_ERROR) ?>; 64 let geoJson_data = <?= json_encode($data, JSON_THROW_ON_ERROR) ?>; 68 …sidebar.innerHTML = '<div class="bg-info text-white text-center">' + <?= json_encode(I18N::transla…
|
/webtrees/resources/views/lists/ |
H A D | datatables-attributes.phtml | 10 data-layout="<?= e(json_encode(['topStart' => 'paging', 'topEnd' => 'search', 'bottomStart' => 'inf… 12 data-length-menu="<?= e(json_encode([[10, 20, 50, 100, 500, 1000, -1], [I18N::number(10), I18N::num… 13 data-language="<?= e(json_encode([
|
H A D | individuals-table.phtml | 47 /* SOSA number */ { type: "num", visible: <?= json_encode($sosa, JSON_THROW_ON_ERROR) ?> }, 56 …/* Last change */ { visible: <?= json_encode($tree->getPreference('SHOW_LAST_CHANGE'), JSON_THROW… 62 sorting: <?= json_encode($sosa ? [[4, 'asc']] : [[1, 'asc']], JSON_THROW_ON_ERROR) ?>
|
/webtrees/resources/views/modules/statcounter/ |
H A D | snippet.phtml | 2 var sc_project=<?= json_encode((int) ($STATCOUNTER_PROJECT_ID ?? ''), JSON_THROW_ON_ERROR) ?>; 4 var sc_security=<?= json_encode($STATCOUNTER_SECURITY_ID ?? '', JSON_THROW_ON_ERROR) ?>;
|
/webtrees/resources/views/modules/charts/ |
H A D | chart.phtml | 14 …$(<?= json_encode('#chart-block-' . $block_id, JSON_THROW_ON_ERROR) ?>).load(<?= json_encode($char…
|
/webtrees/resources/views/ |
H A D | captcha.phtml | 16 …cument.getElementsByName(<?= json_encode($x, JSON_THROW_ON_ERROR) ?>)[0].value = document.getEleme…
|
H A D | webmanifest-json.phtml | 1 <?= json_encode((object) [
|
/webtrees/resources/views/modules/ |
H A D | census-assistant.phtml | 118 …const url = <?= json_encode(route('module', ['module' => 'GEDFact_assistant', 'action' => 'CensusH… 153 …const url = <?= json_encode(route('module', ['module' => 'GEDFact_assistant', 'action' => 'CensusI…
|
/webtrees/resources/views/modules/random_media/ |
H A D | slide-show.phtml | 97 let play = <?= json_encode($start_automatically, JSON_THROW_ON_ERROR) ?>; 113 timeout = setTimeout(slideShowReload, <?= json_encode($delay * 1000, JSON_THROW_ON_ERROR) ?>);
|
/webtrees/app/Factories/ |
H A D | ResponseFactory.php | 34 use function json_encode; alias 110 … $content = json_encode($content, JSON_THROW_ON_ERROR | JSON_UNESCAPED_UNICODE);
|
/webtrees/app/Http/RequestHandlers/ |
H A D | DataFixUpdateAll.php | 35 use function json_encode; alias 142 return response(json_encode($updates, JSON_THROW_ON_ERROR));
|