Searched refs:isCustomDataTypesSupported (Results 1 – 5 of 5) sorted by relevance
/plugin/ckgdoku/ckeditor/plugins/pastefromword/filter/ |
H A D | default.js | 6 CKEDITOR.plugins.clipboard.isCustomDataTypesSupported&&(a=CKEDITOR.plugins.pastefromword.styles.inl…
|
/plugin/ckgedit/ckeditor/plugins/pastefromword/filter/ |
H A D | default.js | 6 …\s*l\d+\s+level\d+\s+lfo\d+/)),e=[];CKEDITOR.plugins.clipboard.isCustomDataTypesSupported&&(a=CKED…
|
/plugin/ckgedit/ckeditor/ |
H A D | ckeditor.js | 736 …!CKEDITOR.env.ie||16<=CKEDITOR.env.version)&&!CKEDITOR.env.iOS,isCustomDataTypesSupported:!CKEDITO… property in CKEDITOR.plugins.clipboard 745 …nction(a){a&&a.on("dragover",C)}};m=CKEDITOR.plugins.clipboard.isCustomDataTypesSupported?"cke/id"… 748 …iveHtmlCache=b):this._.data[a]=b;if(CKEDITOR.plugins.clipboard.isCustomDataTypesSupported||"URL"==… 749 …[a]=c)}if(this.$){var b=this,c,d;if(CKEDITOR.plugins.clipboard.isCustomDataTypesSupported){if(this… 751 …),function(b){a[b]=1});if(this.$)if(CKEDITOR.plugins.clipboard.isCustomDataTypesSupported){if(this… 1080 …ns.clipboard.isCustomDataTypesSupported?b.dataTransfer.getData("text/html",!0):null,d=CKEDITOR.plu… 1082 …0});k&&f.cancel()}},null,null,3);if(CKEDITOR.plugins.clipboard.isCustomDataTypesSupported&&m)a.on(…
|
H A D | ckeditor.js.unc | 14660 isCustomDataTypesSupported: !CKEDITOR.env.ie || 16 <= CKEDITOR.env.version, 14795 m = CKEDITOR.plugins.clipboard.isCustomDataTypesSupported ? "cke/id" : "Text"; 14840 … if (CKEDITOR.plugins.clipboard.isCustomDataTypesSupported || "URL" == a || "Text" == a) 14863 if (CKEDITOR.plugins.clipboard.isCustomDataTypesSupported) { 14892 if (CKEDITOR.plugins.clipboard.isCustomDataTypesSupported) { 21393 …c = CKEDITOR.plugins.clipboard.isCustomDataTypesSupported ? b.dataTransfer.getData("text/html", !0… 21394 …d = CKEDITOR.plugins.clipboard.isCustomDataTypesSupported ? b.dataTransfer.getData("text/rtf") : n… 21416 … if (CKEDITOR.plugins.clipboard.isCustomDataTypesSupported && m) a.on("afterPasteFromWord", f)
|
/plugin/ckgdoku/ckeditor/ |
H A D | ckeditor.js | 686 …={isCustomCopyCutSupported:!CKEDITOR.env.ie&&!CKEDITOR.env.iOS,isCustomDataTypesSupported:!CKEDITO… 694 …on(a){a&&a.on("dragover",d)}};var m=CKEDITOR.plugins.clipboard.isCustomDataTypesSupported?"cke/id"… 697 …ormalizeType(a);this._.data[a]=b;if(CKEDITOR.plugins.clipboard.isCustomDataTypesSupported||"URL"==… 698 …[c]=d)}if(this.$){var b=this,c,d;if(CKEDITOR.plugins.clipboard.isCustomDataTypesSupported){if(this… 699 … in this._.data)a[b]=1;if(this.$)if(CKEDITOR.plugins.clipboard.isCustomDataTypesSupported){if(this… 1002 …"paste",function(e){var l=e.data,k=(CKEDITOR.plugins.clipboard.isCustomDataTypesSupported?l.dataTr…
|