Home
last modified time | relevance | path

Searched refs:file_with_ext (Results 1 – 12 of 12) sorted by relevance

/dports/japanese/jed/jed-B0.99-8__J067/lib/
H A Dtextmac.sl14 define filename_extension (file_with_ext)
20 (dir, file_with_ext) = parse_filename (file_with_ext);
22 file = strcat (dir, extract_element (file_with_ext, 0, '.'), ".");
27 while (ext = extract_element (file_with_ext, n, '.'), ext != NULL)
/dports/devel/RStudio/rstudio-2021.09.1-372/dependencies/common/rmarkdown/R/
H A Drender_site.R40 output <- file_with_ext(basename(original_input), "html")
265 file_with_ext(basename(input_file), "html"))
282 html_files <- file_with_ext(files, "html")
H A Dgithub_document.R72 preview_file <- file_with_ext(output_file, "html")
H A Drender.R641 texfile <- file_with_ext(output_file, "tex")
648 file.rename(file_with_ext(texfile, "pdf"), output_file)
697 file.copy(input, file_with_ext(output_file, "md"), overwrite = TRUE)
H A Dshiny_prerendered.R70 output_file <- file_with_ext(basename(input_rmd), "html")
246 html_file <- file_with_ext(input, "html")
H A Dutil.R151 file_with_ext <- function(file, ext) { function
429 logfile <- file_with_ext(file, 'log')
/dports/textproc/R-cran-rmarkdown/rmarkdown/R/
H A Drender_site.R200 output <- file_with_ext(basename(original_input), "html")
477 file_with_ext(basename(input_file), "html"))
494 html_files <- file_with_ext(files, "html")
H A Dgithub_document.R83 preview_file <- file_with_ext(output_file, "html")
H A Drender.R960 texfile <- file_with_ext(output_file, "tex")
976 file.rename(file_with_ext(texfile, "pdf"), output_file)
1020 file.copy(input, file_with_ext(output_file, "md"), overwrite = TRUE)
H A Dshiny_prerendered.R103 output_file <- file_with_ext(basename(input_rmd), "html")
386 html_file <- file_with_ext(input, "html")
H A Dutil.R172 file_with_ext <- function(file, ext) { function
/dports/sysutils/pdixtract/pdixtract-1.5_1/
H A Dpdixtract.c96 file_with_ext(const char*in,const char*ext){ in file_with_ext() function
337 case 'i': case 'I': iso_name=file_with_ext(argv[++argi],".iso"); break; in main()
368 infile=file_with_ext(argv[argi],".pdi"); in main()