Home
last modified time | relevance | path

Searched refs:rmdFile (Results 1 – 9 of 9) sorted by relevance

/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/src/org/rstudio/studio/client/common/rpubs/
H A DRPubsUploader.java46 public void performUpload(final String title, final String rmdFile, in performUpload() argument
55 performUpload(title, rmdFile, htmlFile, uploadId, null, modify); in performUpload()
69 performUpload(title, rmdFile, htmlFile, uploadId, in performUpload()
99 final String rmdFile, in performUpload() argument
152 rmdFile == null ? "" : rmdFile, in performUpload()
/dports/devel/RStudio/rstudio-2021.09.1-372/src/cpp/session/modules/rmarkdown/
H A DSessionBookdownXRefs.cpp69 std::string bookRelativePath(const FilePath& rmdFile) in bookRelativePath() argument
71 return rmdFile.getRelativePath(projects::projectContext().buildTargetPath()); in bookRelativePath()
93 FilePath xrefIndexFilePath(const FilePath& rmdFile) in xrefIndexFilePath() argument
95 std::string rmdRelativePath = bookRelativePath(rmdFile); in xrefIndexFilePath()
430 FilePath rmdFile = FilePath(event.fileInfo().absolutePath()); in fileChangeHandler() local
435 if (idxFile.exists() && idxFile.getLastWriteTime() > rmdFile.getLastWriteTime()) in fileChangeHandler()
443 if (rmdFile.exists()) in fileChangeHandler()
445 XRefFileIndex idx = indexForDoc(rmdFile); in fileChangeHandler()
/dports/devel/RStudio/rstudio-2021.09.1-372/src/cpp/session/modules/presentation/
H A DSlideRequestHandler.cpp507 FilePath rmdFile = presentation::state::filePath(); in readPresentation() local
508 std::string ext = rmdFile.getExtensionLowerCase(); in readPresentation()
509 if (rmdFile.exists() && (ext != ".md")) in readPresentation()
511 if (!performKnit(rmdFile, false, pErrorResponse)) in readPresentation()
516 FilePath slidesFile = rmdFile.getParent().completeChildPath(rmdFile.getStem() + ".md"); in readPresentation()
1111 FilePath rmdFile = presentation::state::filePath(); in clearKnitrCache() local
1112 std::string ext = rmdFile.getExtensionLowerCase(); in clearKnitrCache()
1113 if (rmdFile.exists() && (ext != ".md")) in clearKnitrCache()
1114 return performKnit(rmdFile, true, pErrorResponse); in clearKnitrCache()
/dports/devel/RStudio/rstudio-2021.09.1-372/dependencies/common/rsconnect/R/
H A Dbundle.R246 for (rmdFile in rmdFiles) { functionVar
247 filename <- file.path(appDir, rmdFile)
296 for (rmdFile in rmdFiles) { functionVar
297 if (isShinyRmd(file.path(appDir, rmdFile))) {
H A DdeployApp.R161 rmdFile <- "" functionVar
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/src/org/rstudio/studio/client/common/rpubs/model/
H A DRPubsServerOperations.java27 String rmdFile, in rpubsUpload() argument
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/src/org/rstudio/studio/client/common/rpubs/ui/
H A DRPubsUploadDialog.java54 String rmdFile, in RPubsUploadDialog() argument
64 rmdFile_ = rmdFile; in RPubsUploadDialog()
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/src/org/rstudio/studio/client/workbench/views/source/
H A DSourceColumnManager.java1987 final FileSystemItem rmdFile, in openNotebook() argument
1995 openFileFromServer(rmdFile, in openNotebook()
2297 final FileSystemItem rmdFile = FileSystemItem.createFile(rmdPath); in openNotebook() local
2301 if (openFileAlreadyOpen(rmdFile, resultCallback)) in openNotebook()
2317 openNotebook(rmdFile, doc, resultCallback); in openNotebook()
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/src/org/rstudio/studio/client/server/remote/
H A DRemoteServer.java4123 String rmdFile, in rpubsUpload() argument
4132 params.set(2, new JSONString(rmdFile)); in rpubsUpload()