Home
last modified time | relevance | path

Searched refs:onCompleted (Results 1 – 25 of 2019) sorted by relevance

12345678910>>...81

/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Activities/System/Activities/
H A DNativeActivityContext.cs595 if (onCompleted != null && !CallbackWrapper.IsValidCallback(onCompleted, parent)) in ScheduleAction()
624 if (onCompleted != null && !CallbackWrapper.IsValidCallback(onCompleted, parent)) in ScheduleAction()
658 if (onCompleted != null && !CallbackWrapper.IsValidCallback(onCompleted, parent)) in ScheduleAction()
693 if (onCompleted != null && !CallbackWrapper.IsValidCallback(onCompleted, parent)) in ScheduleAction()
730 if (onCompleted != null && !CallbackWrapper.IsValidCallback(onCompleted, parent)) in ScheduleAction()
770 if (onCompleted != null && !CallbackWrapper.IsValidCallback(onCompleted, parent)) in ScheduleAction()
811 if (onCompleted != null && !CallbackWrapper.IsValidCallback(onCompleted, parent)) in ScheduleAction()
853 if (onCompleted != null && !CallbackWrapper.IsValidCallback(onCompleted, parent)) in ScheduleAction()
896 if (onCompleted != null && !CallbackWrapper.IsValidCallback(onCompleted, parent)) in ScheduleAction()
941 if (onCompleted != null && !CallbackWrapper.IsValidCallback(onCompleted, parent)) in ScheduleAction()
[all …]
/dports/deskutils/coolreader/coolreader-cr3.2.55/android/src/org/coolreader/sync2/googledrive/
H A DGoogleDriveRemoteAccess.java379 listener.onCompleted(true, true); in fixServicesAvailability()
390 listener.onCompleted(available, available); in fixServicesAvailability()
571 completeListener.onCompleted(null, false); in stat_wrapper()
614 completeListener.onCompleted(null, false); in mkdir_impl()
639 completeListener.onCompleted(meta, true); in mkdir_wrapper()
774 completeListener.onCompleted(null, false); in list_impl()
903 completeListener.onCompleted(false, false); in createFile_impl()
930 completeListener.onCompleted(false, false); in updateFile_impl()
1057 completeListener.onCompleted(false, false); in trash_impl()
1104 completeListener.onCompleted(true, true); in delete_impl()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Activities/System/Activities/DynamicUpdate/
H A DNativeActivityUpdateContext.cs517 onCompleted, in ScheduleAction()
554 onCompleted, in ScheduleAction()
593 onCompleted, in ScheduleAction()
634 onCompleted, in ScheduleAction()
677 onCompleted, in ScheduleAction()
722 onCompleted, in ScheduleAction()
769 onCompleted, in ScheduleAction()
981 onCompleted, in ScheduleFunc()
1104 onCompleted, in ScheduleFunc()
1149 onCompleted, in ScheduleFunc()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/rx/Rx/NET/Source/System.Reactive.Core/Reactive/
H A DNotification.cs185 … public override void Accept(Action<T> onNext, Action<Exception> onError, Action onCompleted) in Accept() argument
191 if (onCompleted == null) in Accept()
210 if (onCompleted == null) in Accept()
319 … public override void Accept(Action<T> onNext, Action<Exception> onError, Action onCompleted) in Accept() argument
325 if (onCompleted == null) in Accept()
344 if (onCompleted == null) in Accept()
454 if (onCompleted == null) in Accept()
457 onCompleted(); in Accept()
473 if (onCompleted == null) in Accept()
476 return onCompleted(); in Accept()
[all …]
H A DAnonymousObserver.cs22 public AnonymousObserver(Action<T> onNext, Action<Exception> onError, Action onCompleted) in AnonymousObserver() argument
28 if (onCompleted == null) in AnonymousObserver()
33 _onCompleted = onCompleted; in AnonymousObserver()
63 public AnonymousObserver(Action<T> onNext, Action onCompleted) in AnonymousObserver() argument
64 : this(onNext, Stubs.Throw, onCompleted) in AnonymousObserver()
/dports/multimedia/haruna/haruna-0.7.3/src/qml/
H A DActions.qml55 Component.onCompleted: list["volumeUpAction"] = volumeUpAction
70 Component.onCompleted: list["volumeDownAction"] = volumeDownAction
85 Component.onCompleted: list["muteAction"] = muteAction
106 Component.onCompleted: list["playNextAction"] = playNextAction
152 Component.onCompleted: list["openAction"] = openAction
164 Component.onCompleted: list["openUrlAction"] = openUrlAction
340 Component.onCompleted: list["frameStepAction"] = frameStepAction
702 Component.onCompleted: list["gammaUpAction"] = gammaUpAction
791 Component.onCompleted: list["zoomInAction"] = zoomInAction
807 Component.onCompleted: list["zoomOutAction"] = zoomOutAction
[all …]
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/src/org/rstudio/studio/client/workbench/views/plots/ui/export/
H A DSavePlotAsHandler.java58 final Operation onCompleted) in attemptSave() argument
61 desktopSavePlotAs(targetPath, overwrite, viewAfterSave, onCompleted); in attemptSave()
63 webSavePlotAs(targetPath, overwrite, viewAfterSave, onCompleted); in attemptSave()
71 Operation onCompleted) in desktopSavePlotAs() argument
79 onCompleted, in desktopSavePlotAs()
111 final Operation onCompleted) in webSavePlotAs() argument
122 onCompleted, in webSavePlotAs()
169 final Operation onCompleted, in savePlotAs() argument
185 if (onCompleted != null) in savePlotAs()
186 onCompleted.execute(); in savePlotAs()
[all …]
H A DPlotsPaneClipboard.java36 final Command onCompleted) in copyPlotToClipboardMetafile() argument
46 onCompleted.execute(); in copyPlotToClipboardMetafile()
56 final Command onCompleted) in copyPlotToCocoaPasteboard() argument
66 onCompleted.execute(); in copyPlotToCocoaPasteboard()
/dports/lang/mono/mono-5.10.1.57/external/rx/Rx/NET/Source/System.Reactive.Linq/Reactive/Joins/
H A DActivePlan.cs34 this.onCompleted = onCompleted; in ActivePlan()
67 this.onCompleted = onCompleted; in ActivePlan()
107 this.onCompleted = onCompleted; in ActivePlan()
154 this.onCompleted = onCompleted; in ActivePlan()
210 this.onCompleted = onCompleted; in ActivePlan()
273 this.onCompleted = onCompleted; in ActivePlan()
343 this.onCompleted = onCompleted; in ActivePlan()
421 this.onCompleted = onCompleted; in ActivePlan()
507 this.onCompleted = onCompleted; in ActivePlan()
601 this.onCompleted = onCompleted; in ActivePlan()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/rx/Rx/NET/Source/System.Reactive.Core/
H A DObservable.Extensions.cs90 …c static IDisposable Subscribe<T>(this IObservable<T> source, Action<T> onNext, Action onCompleted) in Subscribe() argument
96 if (onCompleted == null) in Subscribe()
102 … return source.Subscribe/*Unsafe*/(new AnonymousObserver<T>(onNext, Stubs.Throw, onCompleted)); in Subscribe()
115 …ibe<T>(this IObservable<T> source, Action<T> onNext, Action<Exception> onError, Action onCompleted) in Subscribe() argument
123 if (onCompleted == null) in Subscribe()
129 … return source.Subscribe/*Unsafe*/(new AnonymousObserver<T>(onNext, onError, onCompleted)); in Subscribe()
219 …void Subscribe<T>(this IObservable<T> source, Action<T> onNext, Action onCompleted, CancellationTo… in Subscribe() argument
225 if (onCompleted == null) in Subscribe()
228 source.Subscribe_(new AnonymousObserver<T>(onNext, Stubs.Throw, onCompleted), token); in Subscribe()
249 if (onCompleted == null) in Subscribe()
[all …]
H A DObserver.Extensions.cs89 public static IObserver<T> Create<T>(Action<T> onNext, Action onCompleted) in Create() argument
93 if (onCompleted == null) in Create()
96 return new AnonymousObserver<T>(onNext, onCompleted); in Create()
108 …blic static IObserver<T> Create<T>(Action<T> onNext, Action<Exception> onError, Action onCompleted) in Create() argument
114 if (onCompleted == null) in Create()
117 return new AnonymousObserver<T>(onNext, onError, onCompleted); in Create()
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/src/org/rstudio/studio/client/rsconnect/ui/
H A DRSAccountConnector.java99 final OperationWithInput<Boolean> onCompleted) in showAccountWizard() argument
107 showShinyAppsDialog(onCompleted); in showAccountWizard()
113 final OperationWithInput<Boolean> onCompleted) in showReconnectWizard() argument
189 final OperationWithInput<Boolean> onCompleted) in showShinyAppsDialog() argument
206 onCompleted.execute(false); in showShinyAppsDialog()
215 final OperationWithInput<Boolean> onCompleted) in showAccountTypeWizard() argument
253 final OperationWithInput<Boolean> onCompleted) in processDialogResult() argument
265 onCompleted.execute(false); in processDialogResult()
266 indicator.onCompleted(); in processDialogResult()
277 onCompleted.execute(true); in processDialogResult()
[all …]
/dports/devel/RStudio/rstudio-2021.09.1-372/src/cpp/session/
H A DSessionAsyncDownloadFile.cpp37 AsyncDownloadFile(const boost::function<void(const core::system::ProcessResult&)>& onCompleted) in AsyncDownloadFile() argument
38 : onCompleted_(onCompleted) in AsyncDownloadFile()
52 virtual void onCompleted(int exitStatus) in onCompleted() function in rstudio::session::__anone8ec4f330111::AsyncDownloadFile
109 const boost::function<void(const core::system::ProcessResult&)>& onCompleted) in asyncDownloadFile() argument
112 asyncDownloadFile(url, "", headers, onCompleted); in asyncDownloadFile()
117 const boost::function<void(const core::system::ProcessResult&)>& onCompleted) in asyncDownloadFile() argument
119 asyncDownloadFile(url, "", headers, onCompleted); in asyncDownloadFile()
125 const boost::function<void(const core::system::ProcessResult&)>& onCompleted) in asyncDownloadFile() argument
146 boost::shared_ptr<AsyncDownloadFile> pDownload(new AsyncDownloadFile(onCompleted)); in asyncDownloadFile()
/dports/devel/RStudio/rstudio-2021.09.1-372/src/cpp/core/system/
H A DProcess.cpp169 : input(input), onCompleted(onCompleted), onErrored(onErrored) in ChildCallbacks()
216 onCompleted(result); in onExit()
225 boost::function<void(const ProcessResult&)> onCompleted; member
234 const boost::function<void(const ProcessResult&)>& onCompleted, in createProcessCallbacks() argument
240 onCompleted, in createProcessCallbacks()
268 const boost::function<void(const ProcessResult&)>& onCompleted) in runProgram() argument
272 input, onCompleted, boost::function<void(const Error&)>()); in runProgram()
281 const boost::function<void(const ProcessResult&)>& onCompleted) in runCommand() argument
283 return runCommand(command, "", options, onCompleted); in runCommand()
290 const boost::function<void(const ProcessResult&)>& onCompleted) in runCommand() argument
[all …]
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/src/org/rstudio/studio/client/server/
H A DVoidServerRequestCallback.java35 progress_.onCompleted(); in onResponseReceived()
38 onCompleted(); in onResponseReceived()
48 progress_.onCompleted(); in onError()
52 onCompleted(); in onError()
65 protected void onCompleted() in onCompleted() method in VoidServerRequestCallback
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/src/org/rstudio/studio/client/workbench/exportplot/clipboard/
H A DCopyPlotToClipboardDesktopMetafileDialog.java70 protected void performCopy(Operation onCompleted) in performCopy() argument
73 copyAsMetafile(onCompleted); in performCopy()
75 copyAsBitmap(onCompleted); in performCopy()
97 private void copyAsMetafile(final Operation onCompleted) in copyAsMetafile() argument
106 Timers.singleShot(200, () -> doCopyAsMetafile(onCompleted)); in copyAsMetafile()
109 private void doCopyAsMetafile(final Operation onCompleted) in doCopyAsMetafile() argument
121 onCompleted.execute(); in doCopyAsMetafile()
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/src/org/rstudio/studio/client/workbench/model/
H A DSessionOpener.java159 Command onCompleted, in suspendForRestart() argument
168 () -> waitForSessionRestart(afterRestartCommand, onCompleted), in suspendForRestart()
193 protected void waitForSessionRestart(final String afterRestartCommand, Command onCompleted) in waitForSessionRestart() argument
195 sendPing(afterRestartCommand, 200, 25, onCompleted); in waitForSessionRestart()
201 final Command onCompleted) in sendPing() argument
245 if (onCompleted != null) in sendPing()
246 onCompleted.execute(); in sendPing()
254 if (onCompleted != null) in sendPing()
255 onCompleted.execute(); in sendPing()
/dports/lang/mono/mono-5.10.1.57/external/rx/Rx/NET/Source/System.Reactive.Linq/Reactive/
H A DObserver.Extensions.cs77 public static IObserver<T> Create<T>(Action<T> onNext, Action onCompleted) in Create() argument
81 if (onCompleted == null) in Create()
84 return new AnonymousObserver<T>(onNext, onCompleted); in Create()
94 …blic static IObserver<T> Create<T>(Action<T> onNext, Action<Exception> onError, Action onCompleted) in Create() argument
100 if (onCompleted == null) in Create()
103 return new AnonymousObserver<T>(onNext, onError, onCompleted); in Create()
/dports/audio/kid3-kf5/kid3-3.8.6/src/qml/app/
H A DMain.qml197 Component.onCompleted: {
206 Component.onCompleted: {
248 function saveDirectory(onCompleted) {
268 if (onCompleted) {
269 onCompleted();
288 if (onCompleted) {
289 onCompleted();
307 if (onCompleted) {
308 onCompleted();
316 if (onCompleted) {
[all …]
/dports/audio/kid3-qt5/kid3-3.8.6/src/qml/app/
H A DMain.qml197 Component.onCompleted: {
206 Component.onCompleted: {
248 function saveDirectory(onCompleted) {
268 if (onCompleted) {
269 onCompleted();
288 if (onCompleted) {
289 onCompleted();
307 if (onCompleted) {
308 onCompleted();
316 if (onCompleted) {
[all …]
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/src/org/rstudio/studio/client/workbench/views/source/editors/text/
H A DChunkOutputFrame.java41 void loadUrl(String url, Command onCompleted) in loadUrl() argument
43 onCompleted_ = onCompleted; in loadUrl()
56 Command onCompleted) in loadUrlDelayed() argument
62 onCompleted_ = onCompleted; in loadUrlDelayed()
/dports/www/grafana8/grafana-8.3.6/public/app/features/variables/adhoc/picker/
H A DAdHocFilterBuilder.tsx9 onCompleted: (filter: AdHocVariableFilter) => void;
13 export const AdHocFilterBuilder: FC<Props> = ({ datasource, appendBefore, onCompleted }) => {
34 onCompleted({
43 [onCompleted, operator, key]
/dports/misc/mnn/MNN-1.2.0/3rd_party/flatbuffers/grpc/tests/
H A DJavaGrpcTest.java62 responseObserver.onCompleted(); in store()
72 responseObserver.onCompleted(); in retrieve()
118 public void onCompleted() { in computeMinMax() method in JavaGrpcTest
127 responseObserver.onCompleted(); in computeMinMax()
180 public void onCompleted() {
194 monsterStream.onCompleted();
209 public void onCompleted() {
229 monsterStream.onCompleted();
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/google/flatbuffers/grpc/tests/
H A DJavaGrpcTest.java62 responseObserver.onCompleted(); in store()
72 responseObserver.onCompleted(); in retrieve()
118 public void onCompleted() { in computeMinMax() method in JavaGrpcTest
127 responseObserver.onCompleted(); in computeMinMax()
180 public void onCompleted() {
194 monsterStream.onCompleted();
209 public void onCompleted() {
229 monsterStream.onCompleted();
/dports/devel/flatbuffers/flatbuffers-2.0.0/grpc/tests/
H A DJavaGrpcTest.java62 responseObserver.onCompleted(); in store()
72 responseObserver.onCompleted(); in retrieve()
118 public void onCompleted() { in computeMinMax() method in JavaGrpcTest
127 responseObserver.onCompleted(); in computeMinMax()
180 public void onCompleted() {
194 monsterStream.onCompleted();
209 public void onCompleted() {
229 monsterStream.onCompleted();

12345678910>>...81