Home
last modified time | relevance | path

Searched refs:separator (Results 1 – 6 of 6) sorted by relevance

/webtrees/resources/js/
H A Dwebtrees.js128 const separator = usesCJK ? '' : ' ';
135 givn = trim(givn.replace(/,/g, separator));
137 surn = inflectSurname(trim(surn.replace(/,/g, separator)), sex);
144 …const name = surnameFirst ? slash + surname + slash + separator + givn : givn + separator + slash …
146 return trim(npfx + separator + name + separator + nsfx);
/webtrees/app/Http/RequestHandlers/
H A DMapDataExportCSV.php163 …fputcsv(stream: $resource, fields: $header, separator: MapDataService::CSV_SEPARATOR, escape: '\\'…
166 …fputcsv(stream: $resource, fields: $place, separator: MapDataService::CSV_SEPARATOR, escape: '\\');
/webtrees/public/ckeditor-4.15.1-custom/plugins/wsc/dialogs/
H A Dwsc.js40 …ight-n.height),a.move(c,d,r))}function c(){b.wsc={};(function(a){var b={separator:"\x3c$\x3e",getD… property
41separator+a},restoreDataFromString:function(a){var b=a,c;a=this.backCompatibility(a);if("string"==…
/webtrees/app/Factories/
H A DImageFactory.php186 $key = implode(separator: ':', array: [
/webtrees/public/css/
H A Dvendor.min.css11separator{height:0}[dir] .leaflet-control-layers-separator{border-top:1px solid #ddd}[dir=ltr] .le…
/webtrees/public/ckeditor-4.15.1-custom/
H A DCHANGES.md307 * [#2546](https://github.com/ckeditor/ckeditor4/issues/2546): Fixed: The separator in the toolbar m…
1335 …or.com/ticket/12215): Fixed: Basepath resolution does not recognize semicolon as a query separator.