Searched refs:line_endings (Results 1 – 4 of 4) sorted by relevance
/webtrees/app/Services/ |
H A D | GedcomExportService.php | 97 * @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 D | ExportGedcomClient.php | 63 …$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 D | TreeExport.php | 89 line_endings: 'CRLF',
|
/webtrees/app/Module/ |
H A D | ClippingsCartModule.php | 235 …$line_endings = Validator::parsedBody($request)->isInArray(['CRLF', 'LF'])->string('line_endings'); 291 …om_export_service->downloadResponse($tree, false, $encoding, 'none', $line_endings, $filename, $fo…
|