Home
last modified time | relevance | path

Searched defs:SimpleRequestCallback (Results 1 – 9 of 9) sorted by relevance

/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/src/org/rstudio/studio/client/common/
H A DSimpleRequestCallback.java25 public class SimpleRequestCallback<T> extends ServerRequestCallback<T> class
27 public SimpleRequestCallback() in SimpleRequestCallback() method in SimpleRequestCallback
32 public SimpleRequestCallback(String caption) in SimpleRequestCallback() method in SimpleRequestCallback
37 public SimpleRequestCallback(String caption, in SimpleRequestCallback() method in SimpleRequestCallback
/dports/databases/cassandra-cpp-driver/cpp-driver-2.16.0/src/
H A Drequest_callback.hpp216 class SimpleRequestCallback : public RequestCallback { class
221 SimpleRequestCallback(const Request::ConstPtr& request, in SimpleRequestCallback() function in datastax::internal::core::SimpleRequestCallback
225 SimpleRequestCallback(const RequestWrapper& wrapper) in SimpleRequestCallback() function in datastax::internal::core::SimpleRequestCallback
H A Drequest_callback.cpp191 SimpleRequestCallback::SimpleRequestCallback(const String& query, uint64_t request_timeout_ms) in SimpleRequestCallback() function in SimpleRequestCallback
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/src/org/rstudio/studio/client/workbench/views/plots/
H A DPlots.java308 new SimpleRequestCallback<SavePlotAsImageContext>() { in onSavePlotAsImage() method
347 new SimpleRequestCallback<String>() { in onSavePlotAsPdf() method
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/src/org/rstudio/studio/client/workbench/views/connections/ui/
H A DObjectBrowserModel.java347 new SimpleRequestCallback<JsArray<DatabaseObject>>() { in listObjects() method
438 new SimpleRequestCallback<JsArray<Field>>() { in onRangeChanged() method
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/src/org/rstudio/studio/client/workbench/prefs/views/
H A DPreferencesDialog.java132 new SimpleRequestCallback<Void>() { in doSaveChanges() method
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/src/org/rstudio/studio/client/workbench/views/vcs/dialog/
H A DHistoryPresenter.java349 new SimpleRequestCallback<String>() in showCommitDetail() method
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/src/org/rstudio/studio/client/rmarkdown/
H A DRmdOutput.java375 new SimpleRequestCallback<Boolean>() { in onWebsiteFileSaved() method
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/src/org/rstudio/studio/client/workbench/views/viewer/
H A DViewerPresenter.java363 new SimpleRequestCallback<SavePlotAsImageContext>() { in onViewerSaveAsImage() method