Home
last modified time | relevance | path

Searched refs:hunspellDictionariesPath (Results 1 – 2 of 2) sorted by relevance

/dports/devel/RStudio/rstudio-2021.09.1-372/src/cpp/session/modules/
H A DSessionSpelling.cpp90 options().hunspellDictionariesPath(), in hunspellDictionaryManager()
185 else if (options().hunspellDictionariesPath().completePath(splat[1]).exists()) in handleDictionaryRequest()
187 … pResponse->setCacheableFile(options().hunspellDictionariesPath().completePath(splat[1]), request); in handleDictionaryRequest()
377 options().hunspellDictionariesPath().getAbsolutePath(), in rs_dictionariesPath()
/dports/devel/RStudio/rstudio-2021.09.1-372/src/cpp/session/include/session/
H A DSessionOptions.gen.hpp493 …core::FilePath hunspellDictionariesPath() const { return core::FilePath(hunspellDictionariesPath_)… in hunspellDictionariesPath() function in rstudio::session::GeneratedOptions