Home
last modified time | relevance | path

Searched refs:allowFileDownloads (Results 1 – 3 of 3) sorted by relevance

/dports/devel/RStudio/rstudio-2021.09.1-372/src/cpp/session/
H A DSessionClientInit.cpp463 sessionInfo["allow_file_download"] = options.allowFileDownloads(); in handleClientInit()
H A DSessionModuleContext.cpp2234 else if (session::options().allowFileDownloads()) in showFile()
/dports/devel/RStudio/rstudio-2021.09.1-372/src/cpp/session/include/session/
H A DSessionOptions.gen.hpp458 bool allowFileDownloads() const { return allowFileDownloads_; } in allowFileDownloads() function in rstudio::session::GeneratedOptions