Lines Matching refs:prototype

87         var d = CKEDITOR.event.prototype,
90 }, CKEDITOR.event.prototype = function() {
103 b.prototype = {
152 var a = Array.prototype.slice.call(arguments),
223 }, CKEDITOR.editor.prototype.fire = function(a, d) {
228 return CKEDITOR.event.prototype.fire.call(this, a, d, this)
229 }, CKEDITOR.editor.prototype.fireOnce = function(a, d) {
234 return CKEDITOR.event.prototype.fireOnce.call(this, a, d, this)
235 }, CKEDITOR.event.implementOn(CKEDITOR.editor.prototype));
400 e.prototype = a;
410 return "[object Array]" == Object.prototype.toString.call(a)
490 b.prototype = a.prototype;
511 var n = Array.prototype.slice.call(arguments);
581 …b && (e.prototype = this.prototypedCopy(b.prototype), e.prototype.constructor = e, e.base = b, e.b…
582 this.base = b.prototype.base;
586 g && this.extend(e.prototype, g, !0);
601 return e && e.apply(window, Array.prototype.slice.call(arguments, 1))
633 return Array.prototype.slice.call(arguments).join("-")
1678 CKEDITOR.dom.event.prototype = {
1723 CKEDITOR.dom.domObject.prototype = function() {
1740 return CKEDITOR.event.prototype.on.apply(this, arguments)
1743 CKEDITOR.event.prototype.removeListener.apply(this, arguments);
1759 CKEDITOR.event.prototype.removeAllListeners.call(this)
1801 })(CKEDITOR.dom.domObject.prototype);
1805 CKEDITOR.dom.node.prototype = new CKEDITOR.dom.domObject;
1817 CKEDITOR.tools.extend(CKEDITOR.dom.node.prototype, {
2084 CKEDITOR.dom.window.prototype = new CKEDITOR.dom.domObject;
2085 CKEDITOR.tools.extend(CKEDITOR.dom.window.prototype, {
2118 CKEDITOR.dom.document.prototype = new CKEDITOR.dom.domObject;
2119 CKEDITOR.tools.extend(CKEDITOR.dom.document.prototype, {
2223 CKEDITOR.dom.nodeList.prototype = {
2243 CKEDITOR.dom.element.prototype = new CKEDITOR.dom.node;
2293 CKEDITOR.tools.extend(CKEDITOR.dom.element.prototype, {
2471 getElementsByTag: CKEDITOR.dom.document.prototype.getElementsByTag,
2933 CKEDITOR.dom.element.prototype.setSize = function(a, b, d) {
2936 CKEDITOR.dom.element.prototype.getSize = function(a, b) {
2946 CKEDITOR.tools.extend(CKEDITOR.dom.documentFragment.prototype, CKEDITOR.dom.element.prototype, {
3084 CKEDITOR.dom.element.prototype.isBlockBoundary = function(a) {
3187 CKEDITOR.dom.element.prototype.getBogus = function() {
3326 CKEDITOR.dom.range.prototype = {
4043 … e = CKEDITOR.dom.document.prototype.find.call(e, "[data-cke-widget-id]").toArray();
4063 … l && (Array.prototype.splice.call(d, f, a.length - e, a.widgetRect), c = !0)
4223 a.prototype = {
4336 CKEDITOR.dom.range.prototype.createIterator = function() {
4371 CKEDITOR.command.prototype = {
4390 CKEDITOR.event.implementOn(CKEDITOR.command.prototype);
4862 CKEDITOR.filter.prototype = {
5229 CKEDITOR.focusManager.prototype = {
5320 CKEDITOR.keystrokeHandler.prototype = {
5520 CKEDITOR.resourceManager.prototype = {
5628 CKEDITOR.ui.prototype = {
5634 args: Array.prototype.slice.call(arguments, 2)
5900 a.prototype = CKEDITOR.editor.prototype;
5905 CKEDITOR.tools.extend(CKEDITOR.editor.prototype, {
6125 CKEDITOR.htmlParser.prototype = {
6208 CKEDITOR.htmlParser.node.prototype = {
6284 CKEDITOR.htmlParser.comment.prototype = CKEDITOR.tools.extend(new CKEDITOR.htmlParser.node, {
6306 CKEDITOR.htmlParser.text.prototype = CKEDITOR.tools.extend(new CKEDITOR.htmlParser.node, {
6322 CKEDITOR.htmlParser.cdata.prototype = CKEDITOR.tools.extend(new CKEDITOR.htmlParser.node, {
6504 CKEDITOR.htmlParser.fragment.prototype = {
6636 a.prototype = {
6659 h = Array.prototype.slice.call(arguments, 1),
6941 CKEDITOR.htmlDataProcessor.prototype = {
7137 b = CKEDITOR.htmlParser.fragment.prototype;
7138 … CKEDITOR.htmlParser.element.prototype = CKEDITOR.tools.extend(new CKEDITOR.htmlParser.node, {
7276 CKEDITOR.template.prototype.output = function(d, b) {
7462 CKEDITOR.editor.prototype.addMode = function(a, b) {
7465 CKEDITOR.editor.prototype.setMode = function(a, b) {
7496 CKEDITOR.editor.prototype.resize = function(a, b, d, k) {
7517 CKEDITOR.editor.prototype.getResizable = function(a) {
7649 var c = Array.prototype.slice.call(arguments, 0);
7651 return CKEDITOR.dom.element.prototype.on.apply(this, c)
7656 var b = Array.prototype.slice.call(arguments, 1),
8071 CKEDITOR.editor.prototype.editable = function(a) {
9188 CKEDITOR.editor.prototype.selectionChange = function(a) {
9191 CKEDITOR.editor.prototype.getSelection = function(a) {
9195 CKEDITOR.editor.prototype.lockSelection = function(a) {
9199 CKEDITOR.editor.prototype.unlockSelection = function(a) {
9203 CKEDITOR.editor.prototype.forceNextSelectionCheck = function() {
9206 CKEDITOR.dom.document.prototype.getSelection = function() {
9209 CKEDITOR.dom.range.prototype.select = function() {
9271 CKEDITOR.dom.selection.prototype = {
10110 CKEDITOR.style.prototype = {
10255 … b.prototype = CKEDITOR.tools.extend(CKEDITOR.tools.prototypedCopy(CKEDITOR.style.prototype), {
10267 CKEDITOR.styleCommand.prototype.exec = function(a) {
10277 CKEDITOR.tools.extend(CKEDITOR.editor.prototype, {
10322 CKEDITOR.dom.comment.prototype = new CKEDITOR.dom.node;
10323 CKEDITOR.tools.extend(CKEDITOR.dom.comment.prototype, {
10375 CKEDITOR.dom.elementPath.prototype = {
10401 b && (h = Array.prototype.slice.call(h, 0), h.reverse());
10418 CKEDITOR.dom.text.prototype = new CKEDITOR.dom.node;
10419 CKEDITOR.tools.extend(CKEDITOR.dom.text.prototype, {
10591 CKEDITOR.tools.extend(CKEDITOR.editor.prototype, {
10654 …for (delete CKEDITOR._.pending, d = 0; d < a.length; d++) CKEDITOR.editor.prototype.constructor.ap…
10743 … r = CKEDITOR.tools.extend({}, CKEDITOR.ui.dialog.uiElement.prototype.eventProcessors, {
11097 CKEDITOR.ui.dialog.html.prototype = new CKEDITOR.ui.dialog.uiElement;
11098 …CKEDITOR.ui.dialog.labeledElement.prototype = CKEDITOR.tools.extend(new CKEDITOR.ui.dialog.uiEleme…
11111 … CKEDITOR.ui.dialog.button.prototype = CKEDITOR.tools.extend(new CKEDITOR.ui.dialog.uiElement, {
11132 …eventProcessors: CKEDITOR.tools.extend({}, CKEDITOR.ui.dialog.uiElement.prototype.eventProcessors,…
11147 …CKEDITOR.ui.dialog.textInput.prototype = CKEDITOR.tools.extend(new CKEDITOR.ui.dialog.labeledEleme…
11175 return CKEDITOR.ui.dialog.uiElement.prototype.setValue.apply(this, arguments)
11178 var b = CKEDITOR.ui.dialog.uiElement.prototype.getValue.call(this);
11197 CKEDITOR.ui.dialog.textarea.prototype =
11199 …CKEDITOR.ui.dialog.select.prototype = CKEDITOR.tools.extend(new CKEDITOR.ui.dialog.labeledElement,…
11221 … CKEDITOR.ui.dialog.checkbox.prototype = CKEDITOR.tools.extend(new CKEDITOR.ui.dialog.uiElement, {
11256 … CKEDITOR.ui.dialog.radio.prototype = CKEDITOR.tools.extend(new CKEDITOR.ui.dialog.uiElement, {
11295 …CKEDITOR.ui.dialog.file.prototype = CKEDITOR.tools.extend(new CKEDITOR.ui.dialog.labeledElement, q…
11370 CKEDITOR.ui.dialog.fileButton.prototype =
11372 … CKEDITOR.ui.dialog.fieldset.prototype = CKEDITOR.tools.clone(CKEDITOR.ui.dialog.hbox.prototype);
11909 CKEDITOR.dialog.prototype = {
12281 CKEDITOR.event.implementOn(CKEDITOR.dialog.prototype);
12317 P.prototype = {
12337 M.prototype = {
12533 CKEDITOR.ui.dialog.uiElement.prototype = {
12615 … CKEDITOR.ui.dialog.hbox.prototype = CKEDITOR.tools.extend(new CKEDITOR.ui.dialog.uiElement, {
12622 CKEDITOR.ui.dialog.vbox.prototype = new CKEDITOR.ui.dialog.hbox;
12642 CKEDITOR.dialogCommand.prototype = {
12732 CKEDITOR.tools.extend(CKEDITOR.editor.prototype, {
13242 …for (var l = CKEDITOR.dom.element.prototype, n = ["setStyle", "removeStyle", "setAttribute", "remo…
13423 q.prototype = {
13505 r.prototype = {
13614 CKEDITOR.ui.button.prototype = {
13716 CKEDITOR.ui.prototype.addButton = function(a, b) {
13813 z.prototype.focus = function() {
14003 CKEDITOR.ui.prototype.addToolbarGroup = function(a, d, f) {
14819 CKEDITOR.plugins.clipboard.dataTransfer.prototype = {
14923 CKEDITOR.plugins.clipboard.fallbackDataTransfer.prototype = {
15117 CKEDITOR.ui.panel.prototype = {
16198 q.prototype._isContextAllowed = function(a) {
16203 CKEDITOR.event.implementOn(q.prototype);
16960 CKEDITOR.tools.extend(CKEDITOR.editor.prototype, {
17064 k.prototype = {
17080 l.prototype = {
17175 CKEDITOR.event.implementOn(k.prototype);
17176 CKEDITOR.event.implementOn(l.prototype);
17401 CKEDITOR.editor.prototype.createFakeElement = function(a, b, c, d) {
17419 CKEDITOR.editor.prototype.createFakeParserElement = function(a, b, c, d) {
17439 CKEDITOR.editor.prototype.restoreRealElement =
17637 CKEDITOR.ui.panel.prototype.addListBlock = function(a, b) {
18012 CKEDITOR.ui.prototype.addRichCombo = function(a, b) {
18817 CKEDITOR.editor.prototype.addContentsCss = function(a) {
19077 CKEDITOR.plugins.indent.genericDefinition.prototype = {
19081 CKEDITOR.plugins.indent.specificDefinition.prototype = {
19202 CKEDITOR.tools.extend(c.prototype, a.specificDefinition.prototype, {
19326 CKEDITOR.tools.extend(g.prototype, k.specificDefinition.prototype, {
19428 h.prototype = {
19961 CKEDITOR.unlinkCommand.prototype = {
19987 CKEDITOR.removeAnchorCommand.prototype = {
20201 B.prototype = {
20956 z.prototype = {
21539 CKEDITOR.editor.prototype.addRemoveFormatFilter = function(a) {
22679 var a = CKEDITOR.editor.prototype;
22701 var a = CKEDITOR.plugins.undo.Image.prototype,
22891 CKEDITOR.dom.element.prototype.focusNext = function(k, h) {
22921 CKEDITOR.dom.element.prototype.focusPrevious = function(k, h) {
23913 q.prototype = {};
23914 q.prototype._reset = function() {
23925 q.prototype.setSelectedCells = function(a) {
23935 q.prototype.getTableMap = function() {
23952 q.prototype._getTable = function() {
23955 q.prototype.insertRow = function(a, b, c) {
23964 q.prototype.insertColumn = function(a) {
23974 q.prototype.emptyCells = function(a) {
23978 q.prototype._arraySortByDOMOrder =
24275 e.prototype = {
24464 f.prototype = {
24492 k.prototype = {
24555 m.prototype = {
24675 m.prototype = {
24780 n.prototype = {
24845 p.prototype = {
25090 edit: g.prototype.edit,
25943 p.prototype = {
26033 var b = Array.prototype.slice.call(arguments);
26088 CKEDITOR.event.implementOn(p.prototype);
26089 g.prototype = {
26232 CKEDITOR.event.implementOn(g.prototype);
26262 …q.prototype = CKEDITOR.tools.extend(CKEDITOR.tools.prototypedCopy(CKEDITOR.dom.element.prototype),…
26314 e.prototype = {
26384 CKEDITOR.event.implementOn(e.prototype);
26385 d.prototype = {
26409 CKEDITOR.event.implementOn(d.prototype);