Lines Matching refs:status

18                 status: "unloaded",

278 "unloaded" == CKEDITOR.status && function() {
281 if ("basic_ready" != CKEDITOR.status) CKEDITOR.loadFullCore._load = 1;
299 a && (CKEDITOR.status = "basic_ready", a && a._load ? a() : d && setTimeout(function() {
304 CKEDITOR.status = "basic_loaded"
5681 this.status = "unloaded";
5711 this.status ? g(this, a) : CKEDITOR.warn("editor-incorrect-destroy")
5860 a.status = "loaded";
5952 this.status = "destroyed";
6056 return "ready" == this.status && this._.previousValue !== this.getSnapshot()
7349 b.status = "ready";
7387 g.status = "ready";
7622 this.status = "unloaded";
7751 "unloaded" == this.status && (this.status = "ready");
7764 this.status = "detached";
10651 CKEDITOR.status = "loaded";
16996 this.status =
17126 "error" != b.status && (b.message = b.lang.filetools.networkError,
17131 "abort" != b.status && b.changeStatus("abort")
17146 if ("abort" != b.status)
17147 if (b.uploaded = b.uploadTotal, 200 > d.status || 299 < d.status) b.message = b.lang.filetools["httpError" +
17148 d.status], b.message || (b.message = b.lang.filetools.httpError.replace("%1", d.status)), b.changeStatus("error");
17163 this.status = a;
17172 return !!this.status.match(/^(?:loaded|uploaded|error|abort)$/)
18726 "unloaded" == this.status && (this.status = "ready");
19913 ], h = "resizable status location toolbar menubar fullscreen scrollbars dependent".split(" "), f = h.length, g = function(a) {
21457 c = window.open(c, null, "toolbar\x3dyes,location\x3dno,status\x3dyes,menubar\x3dyes,scrollbars\x3dyes,resizable\x3dyes,width\x3d" + f + ",height\x3d" + b + ",left\x3d" + d);
21797 this.status = "ready";
22685 if (b = "ready" == this.status) var f = c.removeMarkupFromString(this.getSnapshot()),
24311 "ready" != d.status || "wysiwyg" != d.mode) return !1;
24313 if (!e || "ready" != e.status) return !1;
26455 b = "on" + f(k.status);
26456 if ("function" !== typeof d[b] || !1 !== d[b](k)) e = "cke_upload_" + k.status, d.wrapper && e != g && (g && d.wrapper.removeClass(g), d.wrapper.addClass(e), g = e), "error" != k.status && "abort" != k.status || a.widgets.del(d);
26513 b && "uploading" == c.status && b.update(c.uploaded)