Home
last modified time | relevance | path

Searched refs:getTarget (Results 76 – 100 of 113) sorted by path

12345

/plugin/button/
H A Dsyntax.php174 protected function getTarget($name)
206 $data['target'] = $this->getTarget($data['css']);
208 $data['target'] = $this->getTarget('default');
136 protected function getTarget($name) { global() function in syntax_plugin_button
/plugin/ckgdoku/ckeditor/
H A Dckeditor.js57getTarget:function(){var a=this.$.target||this.$.srcElement;return a?new CKEDITOR.dom.node(a):null…
354 …this,"click",function(a){a=a.data;var b=(new CKEDITOR.dom.elementPath(a.getTarget(),this)).contain…
357getTarget()};a.fire("doubleclick",b)});CKEDITOR.env.ie&&this.attachListener(this,"click",b);CKEDIT…
358getTarget())&&b.is("img")&&a.getSelection().selectElement(b)});CKEDITOR.env.gecko&&this.attachList…
359 …tion(a){a.data.getTarget().is("input","select")&&a.data.preventDefault()}),this.attachListener(thi…
413getTarget().is("html")&&a.$.y<n.$.clientHeight&&a.$.x<n.$.clientWidth){p=k.$.createTextRange();try…
676 …setDragDataTransfer()}function f(a,c,d){var e={$:a.data.$,target:a.data.getTarget()};c&&(e.dragRan…
678getTarget();b&&b.is&&b.is("html")?a.data.preventDefault():CKEDITOR.env.ie&&CKEDITOR.plugins.clipbo…
778getTarget(),c.editable())).contains(function(a){return a.hasAttribute("contenteditable")},!0);k&&"…
1129getTarget(),t=p&&p.getAscendant({td:1,th:1},!0),p=p&&p.getAscendant("table",!0),q={table:1,thead:1…
[all …]
/plugin/ckgdoku/ckeditor/plugins/colordialog/dialogs/
H A Dcolordialog.js5 …ement("picker","selectedColor").setValue("");y()}function z(a){a=a.data.getTarget();var c;"td"==a.…
6 …!a.name&&(a=new CKEDITOR.event(a));var c=!/mouse/.test(a.name),b=a.data.getTarget(),g;"td"==b.getN…
7 …lor"),h.getById(u).setHtml("\x26nbsp;"))}function E(a){var c=a.data,b=c.getTarget(),g=c.getKeystro…
/plugin/ckgdoku/ckeditor/plugins/fontAssist/
H A Dplugin.js1 …);E.style.backgroundColor=C;w(A,true)};var o=function(z,F){var E=z.data.getTarget(),C=E.getName();…
H A Dplugin.js.unc179 var target = evt.data.getTarget(),
/plugin/ckgdoku/ckeditor/plugins/smiley/dialogs/
H A Dsmiley.js1 …ley_images,g=f.smiley_columns||8,j;var n;var p=function(i){var u=i.data.getTarget(),t=u.getName();…
H A Dsmiley.js.4.35 …ey,h=e.smiley_images,g=e.smiley_columns||8,i,k=function(j){var c=j.data.getTarget(),b=c.getName();…
H A Dsmiley.js.unc17 var target = evt.data.getTarget(),
/plugin/ckgdoku/ckeditor/plugins/specialchar/dialogs/
H A Dspecialchar.js1getTarget()}else{m=new CKEDITOR.dom.element(j)}if(m.getName()=="a"&&(l=m.getChild(0).getHtml())){m…
H A Dspecialchar.js.orig5getTarget():new CKEDITOR.dom.element(c);if("a"==c.getName()&&(b=c.getChild(0).getHtml()))c.removeC…
6 …nt().addClass("cke_light_background");j=b}},d=function(c,b){b=b||c.data.getTarget();"span"==b.getN…
7 j=void 0)},n=CKEDITOR.tools.addFunction(function(c){var c=new CKEDITOR.dom.event(c),b=c.getTarget()…
H A Dspecialchar.js.unc15 target = evt.data.getTarget();
36 target = target || evt.data.getTarget();
58 target = target || evt.data.getTarget();
76 var element = ev.getTarget();
/plugin/ckgdoku/ckeditor/plugins/wsc/dialogs/
H A Dwsc.js15 …rame(e,c);var h=function(h){c=b._.currentTabId;h=h||window.event;h.data.getTarget().is("a")&&c!==a…
/plugin/ckgedit/ckeditor/
H A Dckeditor.js65 …){var a=this.$;a.stopPropagation?a.stopPropagation():a.cancelBubble=!0},getTarget:function(){var a=
66 …tion(){return this.$.eventPhase||2},getPageOffset:function(){var a=this.getTarget().getDocument().…
369 …ndary()||d.is("pre")||d.getBogus()))return d}function b(a){var b=a.data.getTarget();b.is("input")&&
395getTarget();c.is("img","hr","input","textarea","select")&&!c.isReadOnly()&&(a.getSelection().selec…
396 …tion(a){a.data.getTarget().is("input","select")&&a.data.preventDefault()}),this.attachListener(thi…
452getTarget().is("html")&&a.$.y<n.$.clientHeight&&a.$.x<n.$.clientWidth){r=t.$.createTextRange();try…
763 …");if("input"!==a.data.getTarget().getName()||37!==b&&39!==b)this._.onKeyDown&&!1===this._.onKeyDo…
812getTarget(),b.editable())).contains(function(a){return a.hasAttribute("contenteditable")},!0);c&&"…
1200 …name===(CKEDITOR.env.gecko?"mousedown":"mouseup")&&!c(a.data.getTarget()))a=a.data.getTarget().get…
1201 ….getTarget().getName&&("mouseup"===a.name||!D(a.data.getTarget()))){var e=a.editor||a.listenerData…
[all …]
H A Dckeditor.js.unc1698 getTarget: function() {
1707 var a = this.getTarget().getDocument().$;
7550 var b = a.data.getTarget();
11895 var b = a.data.getTarget();
14496 target: b.data.getTarget()
21247 b = b.data.getTarget();
22102 b = b.data.getTarget();
23820 if (a.data.getTarget().getName && ("mouseup" === a.name || !D(a.data.getTarget()))) {
23824 k = a.data.getTarget(),
25396 var d = c.data.getTarget();
[all …]
/plugin/ckgedit/ckeditor/plugins/colordialog/dialogs/
H A Dcolordialog.js5 …ement("picker","selectedColor").setValue("");y()}function z(a){a=a.data.getTarget();var c;"td"==a.…
6 …!a.name&&(a=new CKEDITOR.event(a));var c=!/mouse/.test(a.name),b=a.data.getTarget(),k;"td"==b.getN…
7 …lor"),e.getById(u).setHtml("\x26nbsp;"))}function E(a){var c=a.data,b=c.getTarget(),k=c.getKeystro…
/plugin/ckgedit/ckeditor/plugins/fontAssist/
H A Dplugin.js1 …);E.style.backgroundColor=C;w(A,true)};var o=function(z,F){var E=z.data.getTarget(),C=E.getName();…
H A Dplugin.js.unc179 var target = evt.data.getTarget(),
/plugin/ckgedit/ckeditor/plugins/smiley/dialogs/
H A Dsmiley.js1 …ley_images,g=f.smiley_columns||8,j;var n;var p=function(i){var u=i.data.getTarget(),t=u.getName();…
H A Dsmiley.js.4.35 …ey,h=e.smiley_images,g=e.smiley_columns||8,i,k=function(j){var c=j.data.getTarget(),b=c.getName();…
H A Dsmiley.js.unc17 var target = evt.data.getTarget(),
/plugin/ckgedit/ckeditor/plugins/specialchar/dialogs/
H A Dspecialchar.js1getTarget()}else{m=new CKEDITOR.dom.element(j)}if(m.getName()=="a"&&(l=m.getChild(0).getHtml())){m…
H A Dspecialchar.js.orig5getTarget():new CKEDITOR.dom.element(c);if("a"==c.getName()&&(b=c.getChild(0).getHtml()))c.removeC…
6 …nt().addClass("cke_light_background");j=b}},d=function(c,b){b=b||c.data.getTarget();"span"==b.getN…
7 j=void 0)},n=CKEDITOR.tools.addFunction(function(c){var c=new CKEDITOR.dom.event(c),b=c.getTarget()…
H A Dspecialchar.js.unc15 target = evt.data.getTarget();
36 target = target || evt.data.getTarget();
58 target = target || evt.data.getTarget();
76 var element = ev.getTarget();
/plugin/ckgedit/ckeditor/plugins/wsc/dialogs/
H A Dwsc.js15 …rame(c,d);var h=function(h){d=b._.currentTabId;h=h||window.event;h.data.getTarget().is("a")&&d!==a…
/plugin/codemirror/dist/keymaps/
H A Dsublime.min.js.map1getTarget","findAndGoTo","forward","target","findPrevious","findUnder","findUnderPrevious","findAl…

12345