Lines Matching refs:value

2434                         case "value":
2451 … 0; e < c.length; e++) - 1 === CKEDITOR.tools.indexOf(a, c[e].name) && (b[c[e].name] = c[e].value);
2500 return this.$.value
2587 case "value":
2588 … this.getAttribute("type"), "checkbox" == b || "radio" == b ? "on" != this.$.value : !!this.$.value
2657 this.$.value = a;
4902 … } else if (a.type == CKEDITOR.NODE_COMMENT && a.value.match(/^\{cke_protected\}(?!\{C\})/)) {
4905 … var d = decodeURIComponent(a.value.replace(/^\{cke_protected\}/, ""));c = [];
6279 this.value = a;
6287 var b = this.value;
6290 this.value = b;
6295 a.comment(this.value)
6301 this.value = a;
6309 if (!(this.value = a.onText(d, this.value, this))) return this.remove(), !1
6313 a.text(this.value)
6320 this.value = a
6326 a.write(this.value)
6392 c && c.type == CKEDITOR.NODE_TEXT && ((d = CKEDITOR.tools.rtrim(c.value)) ?
6393 c.value = d : a.children.length = b - 1)
6510 …isBlockLike && c.type == CKEDITOR.NODE_TEXT && (c.value = CKEDITOR.tools.rtrim(c.value), 0 === c.v…
6628 …arser.text(this.onText(a, c.value)) : d == CKEDITOR.NODE_COMMENT ? new CKEDITOR.htmlParser.comment…
6639 value: a,
6647 value: a[k],
6666 e = e.value.apply(null, h);
6672 … || a.nestedEditable && g.options.excludeNestedEditable || (c = c.replace(g.value[0], g.value[1]));
6704 …rn a.type == CKEDITOR.NODE_TEXT && (c = a.value.match(m)) && (c.index && ((new CKEDITOR.htmlParser…
6705 …a.value = c[0]), !CKEDITOR.env.needsBrFiller && z && (!b || a.parent.name in g) || !z && ((c = a.p…
6748 …return a.type == CKEDITOR.NODE_TEXT && !CKEDITOR.tools.trim(a.value) || a.type == CKEDITOR.NODE_EL…
7057 b && b.value && (b.value = CKEDITOR.tools.trim(b.value));
7063 b.value = a.attributes["data-cke-title"] || ""
10748 value: this.getValue()
10921 value: n,
11006 …k = 0, l; k < a.items.length && (l = a.items[k]); k++) d.push('\x3coption value\x3d"', CKEDITOR.to…
11207 f.$.value = void 0 === a || null === a ? b : a;
11228 value: b
11246 value: a.$.checked
11261 value: b
11286 value: this.getAttribute("value")
11351 return this.getInputElement().$.value || ""
11361 value: this.getValue()
11419value", f.getCustomData("fake_value") || ""), f.removeCustomData("fake_value")) : (f.setCustomData…
12546 value: a
14932 …b.setData("cke/mimetypetest", "cke test value"), a._isCustomMimeTypeSupported = "cke test value" =…
15577 … a && a == u(g.getAttribute("data-value")) && g.setAttribute("aria-selected", !0)
15626 …','", d, "'); return false;\" href\x3d\"javascript:void('", n, '\')" data-value\x3d"' + c + '" rol…
16210 excludedAttributesFromInlineTransform: ["value", "type"],
16854 d.is("li") && d.removeAttribute("value");
17233 }), b.append(a)), a.setAttribute("value", CKEDITOR.tools.getCsrfToken()))
17239 …return a.getContentElement(this["for"][0], this["for"][1]).getInputElement().$.value && a.getConte…
17468 …var b = "object[classid,codebase,height,hspace,vspace,width];param[name,value];embed[height,hspace…
17951 this._.value = a;
17957 return this._.value || ""
18185 textfield: "input[type,name,value,size,maxlength,required]",
18187 select: "select[name,size,multiple,required]; option[value,selected]",
18188 button: "input[type,name,value]",
18190 hiddenfield: "input[type,name,value]",
18359 "checkbox" != b && "radio" != b || "on" != a.value || delete a.value
19380 this.value = b;
19443 … r = this.state == CKEDITOR.TRISTATE_OFF && (!k || q(g, !0) != this.value);
19444 … ? g.addClass(e) : m || g.removeAttribute("class") : r && p && g.setStyle("text-align", this.value)
19456 …!d && f ? this.setState(q(b, this.editor.config.useComputedState) == this.value ? CKEDITOR.TRISTAT…
20390 allowedContent: "ol{list-style-type}[start]; li{list-style-type}[value]",
21580 …ge().execCommand("SelectAll") : (a.selectionStart = 0, a.selectionEnd = a.value.length), a.focus();
25237 …b && b.value && b.value.match(/^\s/g) && (b.parent.attributes["data-cke-white-space-first"] = 1, b…
25238 …c && c.value && c.value.match(/\s$/g) && (c.parent.attributes["data-cke-white-space-last"] = 1, c.
25481 (d.value = d.value.replace(/^&nbsp;/g, " "));
25482 … e.parent.attributes["data-cke-white-space-last"] && (e.value = e.value.replace(/&nbsp;$/g, " "))