Home
last modified time | relevance | path

Searched refs:json_encode (Results 1 – 25 of 41) sorted by relevance

12

/webtrees/resources/views/edit/
H A Dinitialize-calendar-popup.phtml13 <?= 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 Dlocation-edit.phtml78 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 Dfix-level-0-media.phtml28 …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 Ddata-fix-page.phtml158 …'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 Dgeo.phtml37 <?= 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 Dpie.phtml26 <?= 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 Dcolumn.phtml26 <?= 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 Dcombo.phtml25 <?= 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 Dchart.phtml26 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 Dmap.phtml24 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 Dckeditor-js.phtml12 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 Dsnippet-v4.phtml16 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 Dsnippet.phtml16 ga("send", "pageview", <?= json_encode($dimensions, JSON_THROW_ON_ERROR) ?>);
/webtrees/resources/views/modules/places/
H A Dtab.phtml27 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 Dchart.phtml24 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 Ddatatables-attributes.phtml10 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 Dindividuals-table.phtml47 /* 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 Dsnippet.phtml2 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 Dchart.phtml14 …$(<?= json_encode('#chart-block-' . $block_id, JSON_THROW_ON_ERROR) ?>).load(<?= json_encode($char…
/webtrees/resources/views/
H A Dcaptcha.phtml16 …cument.getElementsByName(<?= json_encode($x, JSON_THROW_ON_ERROR) ?>)[0].value = document.getEleme…
H A Dwebmanifest-json.phtml1 <?= json_encode((object) [
/webtrees/resources/views/modules/
H A Dcensus-assistant.phtml118 …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 Dslide-show.phtml97 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 DResponseFactory.php34 use function json_encode; alias
110 … $content = json_encode($content, JSON_THROW_ON_ERROR | JSON_UNESCAPED_UNICODE);
/webtrees/app/Http/RequestHandlers/
H A DDataFixUpdateAll.php35 use function json_encode; alias
142 return response(json_encode($updates, JSON_THROW_ON_ERROR));

12