Home
last modified time | relevance | path

Searched refs:line_endings (Results 1 – 4 of 4) sorted by relevance

/webtrees/app/Services/
H A DGedcomExportService.php97 * @param string $line_endings CRLF or LF
107 string $line_endings, argument
115 …$resource = $this->export($tree, $sort_by_xref, $encoding, $access_level, $line_endings, $records);
139 …$resource = $this->export($tree, $sort_by_xref, $encoding, $access_level, $line_endings, $records,…
166 * @param string $line_endings CRLF or LF
178 string $line_endings = 'CRLF', argument
259 if ($line_endings === 'CRLF') {
/webtrees/app/Http/RequestHandlers/
H A DExportGedcomClient.php63 …$line_endings = Validator::parsedBody($request)->isInArray(['CRLF', 'LF'])->string('line_endings');
65 …m_export_service->downloadResponse($tree, true, $encoding, $privacy, $line_endings, $filename, $fo…
/webtrees/app/Cli/Commands/
H A DTreeExport.php89 line_endings: 'CRLF',
/webtrees/app/Module/
H A DClippingsCartModule.php235 …$line_endings = Validator::parsedBody($request)->isInArray(['CRLF', 'LF'])->string('line_endings');
291 …om_export_service->downloadResponse($tree, false, $encoding, 'none', $line_endings, $filename, $fo…