Home
last modified time | relevance | path

Searched refs:registerUriHandler (Results 1 – 25 of 27) sorted by relevance

12

/dports/devel/RStudio/rstudio-2021.09.1-372/src/cpp/session/modules/tex/
H A DSessionViewPdf.cpp93 (bind(registerUriHandler, "/view_pdf", handleViewPdf)) in initialize()
94 (bind(registerUriHandler, kPdfJsPath, handlePdfJs)) in initialize()
/dports/devel/RStudio/rstudio-2021.09.1-372/src/cpp/session/modules/
H A DSessionProfiler.cpp122 … (boost::bind(module_context::registerUriHandler, "/" kProfilesUrlPath "/", handleProfilerResReq)) in initialize()
123 …(boost::bind(module_context::registerUriHandler, kProfilerResourceLocation, handleProfilerResource… in initialize()
H A DSessionFonts.cpp333 (bind(registerUriHandler, "/" kFontFiles, handleFontFileRequest)) in initialize()
334 (bind(registerUriHandler, "/" kFontCss, handleFontCssRequest)); in initialize()
H A DSessionPlots.cpp916 (bind(registerUriHandler, kGraphics "/plot_zoom_png", handleZoomPngRequest)) in initialize()
917 (bind(registerUriHandler, kGraphics "/plot_zoom", handleZoomRequest)) in initialize()
918 (bind(registerUriHandler, kGraphics "/plot.png", handlePngRequest)) in initialize()
919 (bind(registerUriHandler, kGraphics, handleGraphicsRequest)) in initialize()
H A DSessionThemes.cpp737 (bind(registerUriHandler, "/" + kDefaultThemeLocation, handleDefaultThemeRequest)) in initialize()
738 (bind(registerUriHandler, "/" + kGlobalCustomThemeLocation, handleGlobalCustomThemeRequest)) in initialize()
739 (bind(registerUriHandler, "/" + kLocalCustomThemeLocation, handleLocalCustomThemeRequest)) in initialize()
H A DSessionHelp.cpp1029 (bind(registerUriHandler, kHelpLocation, handleHelpRequest)) in initialize()
1030 (bind(registerUriHandler, kPythonLocation, handlePythonHelpRequest)) in initialize()
1061 (bind(registerUriHandler, kCustomLocation, handleCustomRequest)) in initialize()
1062 (bind(registerUriHandler, kSessionLocation, handleSessionRequest)); in initialize()
H A DSessionTutorial.cpp411 (bind(registerUriHandler, kTutorialLocation, handleTutorialRequest)) in initialize()
H A DSessionWorkbench.cpp522 (bind(registerUriHandler, "/file_show", handleFileShow)) in initialize()
H A DSessionSpelling.cpp470 (bind(registerUriHandler, "/dictionaries", handleDictionaryRequest)) in initialize()
H A DSessionFiles.cpp1383 (bind(registerUriHandler, "/files", handleFilesRequest)) in initialize()
1385 (bind(registerUriHandler, "/export", handleFileExportRequest)) in initialize()
/dports/devel/jetbrains-phpstorm/PhpStorm-213.6461.83/plugins/textmate/lib/bundles/git/src/
H A DprotocolHandler.ts15 this.disposables.push(window.registerUriHandler(this));
/dports/devel/jetbrains-webstorm/WebStorm-213.6461.79/plugins/textmate/lib/bundles/git/src/
H A DprotocolHandler.ts15 this.disposables.push(window.registerUriHandler(this));
/dports/java/intellij/idea-IC-202.7660.26/plugins/textmate/lib/bundles/git/src/
H A DprotocolHandler.ts15 this.disposables.push(window.registerUriHandler(this));
/dports/devel/jetbrains-goland/GoLand-2019.3.1/plugins/textmate/lib/bundles/git/src/
H A DprotocolHandler.ts15 this.disposables.push(window.registerUriHandler(this));
/dports/devel/pycharm-pro/pycharm-2020.2.3/plugins/textmate/lib/bundles/git/src/
H A DprotocolHandler.ts15 this.disposables.push(window.registerUriHandler(this));
/dports/devel/RStudio/rstudio-2021.09.1-372/src/cpp/session/modules/mathjax/
H A DSessionMathJax.cpp57 (bind(registerUriHandler, "/mathjax", handleMathJax)) in initialize()
/dports/devel/RStudio/rstudio-2021.09.1-372/src/cpp/session/
H A DSessionUriHandlers.cpp45 Error registerUriHandler(const std::string& name, in registerUriHandler() function
H A DSessionContentUrls.cpp252 (bind(registerUriHandler, "/content", handleContentRequest)) in initialize()
H A DSessionHttpMethods.cpp919 module_context::registerUriHandler( in registerGwtHandlers()
926 module_context::registerUriHandler( in registerGwtHandlers()
/dports/devel/RStudio/rstudio-2021.09.1-372/src/cpp/session/modules/rmarkdown/
H A DNotebookData.cpp107 …(boost::bind(module_context::registerUriHandler, kNotebookDataResourceLocation, handleNotebookData… in initData()
H A DNotebookOutput.cpp630 (bind(module_context::registerUriHandler, "/" kChunkOutputPath, in initOutput()
/dports/devel/RStudio/rstudio-2021.09.1-372/src/cpp/session/modules/data/
H A DDataViewer.cpp1087 (bind(registerUriHandler, "/grid_data", getGridData)) in initialize()
1088 (bind(registerUriHandler, kGridResourceLocation, handleGridResReq)); in initialize()
/dports/devel/RStudio/rstudio-2021.09.1-372/src/cpp/session/modules/presentation/
H A DSessionPresentation.cpp454 (bind(registerUriHandler, "/presentation", handlePresentationPaneRequest)) in initialize()
/dports/devel/RStudio/rstudio-2021.09.1-372/src/cpp/session/modules/connections/
H A DSessionConnections.cpp727 (bind(module_context::registerUriHandler, "/" kConnectionsPath, in initialize()
/dports/devel/RStudio/rstudio-2021.09.1-372/src/cpp/session/include/session/
H A DSessionModuleContext.hpp195 core::Error registerUriHandler(

12