Home
last modified time | relevance | path

Searched refs:isCancelled (Results 1 – 13 of 13) sorted by relevance

/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dcache-api-1.1.1.jarMETA-INF/MANIFEST.MF META-INF/ javax/ javax/cache/ javax/ ...
H A Dhttpcore-4.4.9.jarMETA-INF/MANIFEST.MF META-INF/ org/ org/apache/ org/ ...
H A Dcommons-lang3-3.5.jarMETA-INF/MANIFEST.MF META-INF/ org/ org/apache/ org/ ...
H A Dehcache-3.8.1.jarMETA-INF/ META-INF/MANIFEST.MF LICENSE META-INF/maven/ META ...
/plugin/davcal/fullcalendar-3.10.5/
H A Dfullcalendar.js1921 HitDragListener.prototype.handleInteractionEnd = function (ev, isCancelled) {
1922 _super.prototype.handleInteractionEnd.call(this, ev, isCancelled);
6331 DragListener.prototype.endInteraction = function (ev, isCancelled) {
6341 this.handleInteractionEnd(ev, isCancelled);
6345 DragListener.prototype.handleInteractionEnd = function (ev, isCancelled) {
6346 this.trigger('interactionEnd', ev, isCancelled || false);
12313 interactionEnd: function (ev, isCancelled) {
12314 if (!isCancelled && selectionFootprint) {
12412 interactionEnd: function (ev, isCancelled) {
12414 if (!isCancelled && dayClickHit) {
/plugin/pdfjs/pdfjs/build/
H A Dpdf.js16960 if (this.isCancelled) {
16979 if (this.isCancelled) {
16983 this.isCancelled = true;
16990 if (this.isCancelled) {
16994 this.isCancelled = true;
17003 isCancelled: false,
17140 this.streamSinks[data.streamId].isCancelled = true;
H A Dpdf.worker.js55734 if (this.isCancelled) {
55753 if (this.isCancelled) {
55757 this.isCancelled = true;
55764 if (this.isCancelled) {
55768 this.isCancelled = true;
55777 isCancelled: false,
55914 this.streamSinks[data.streamId].isCancelled = true;
H A Dpdf.js.map1isCancelled","resolveCall","_processStreamMessage","sendStreamResponse","deleteStreamController","…
H A Dpdf.worker.js.map1isCancelled","resolveCall","_processStreamMessage","sendStreamResponse","deleteStreamController","…
/plugin/yuriigantt/3rd/dhtmlxgantt/
H A Ddhtmlxgantt.js13isCancelled()},e.prototype._doInvokeOnCancel=function(t,e){if(a.isArray(t))for(var i=0;i<t.length;…
H A Ddhtmlxgantt.js.map1isCancelled","_doInvokeOnCancel","onCancelCallback","internalOnly","_attachExtraTrace","_resultCan…
/plugin/edittable/lib/
H A Dhandsontable.full.js29638 HandsontableEditor.prototype.finishEditing = function (isCancelled, ctrlDown) {
35108 var isCancelled = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : false;
35111 if (isCancelled) {
35121 …ect.getPrototypeOf(DateEditor.prototype), 'finishEditing', this).call(this, isCancelled, ctrlDown);
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/
H A Ddhtmlxgantt.js573 return this.isPending() && !this.isCancelled();
4591 PromiseInspection.prototype.isCancelled = function() { method in PromiseInspection
4603 Promise.prototype.isCancelled = function() { method in Promise