Home
last modified time | relevance | path

Searched refs:getById (Results 1 – 25 of 42) sorted by relevance

12

/plugin/ckgdoku/ckeditor/plugins/colordialog/dialogs/
Dcolordialog.js5 CKEDITOR.dialog.add("colordialog",function(x){function m(){h.getById(n).removeStyle("background-col…
7 …tion r(a){a?(h.getById(t).setStyle("background-color",a),h.getById(u).setHtml(a)):(h.getById(t).re…
12 …html",html:"\x3cdiv\x3e\x3c/div\x3e",onLoad:function(){CKEDITOR.document.getById(this.domId).appen…
13 …ectedColor",style:"width: 76px;margin-top:4px",onChange:function(){try{h.getById(n).setStyle("back…
/plugin/ckgedit/ckeditor/plugins/colordialog/dialogs/
Dcolordialog.js5 CKEDITOR.dialog.add("colordialog",function(x){function m(){e.getById(n).removeStyle("background-col…
7 …tion r(a){a?(e.getById(t).setStyle("background-color",a),e.getById(u).setHtml(a)):(e.getById(t).re…
12 …html",html:"\x3cdiv\x3e\x3c/div\x3e",onLoad:function(){CKEDITOR.document.getById(this.domId).appen…
13 …ectedColor",style:"width: 76px;margin-top:4px",onChange:function(){try{e.getById(n).setStyle("back…
/plugin/ckgdoku/ckeditor/plugins/wsc/dialogs/
Dwsc_ie.js6 …:a.config.wsc_domainName});CKEDITOR.document.getById(h).setStyle("display","none");CKEDITOR.docume…
9 …ypeof window.WSC_Error){CKEDITOR.document.getById(d).setStyle("display","none");var b=CKEDITOR.doc…
10 …ibutes:{type:"text/javascript",src:n}}));b=a.getData();CKEDITOR.document.getById(g).setValue(b);e=…
Dwsc.js50 …t:a.OverlayPlace});var d=a.dialog.parts.tabs.getId(),d=CKEDITOR.document.getById(d);d.setStyle("wi…
91 …alog.on("resize",function(b){b=b.data;var c=b.dialog,e=CKEDITOR.document.getById(a.iframeNumber+"_…
/plugin/ckgedit/ckeditor/plugins/wsc/dialogs/
Dwsc_ie.js6 …:a.config.wsc_domainName});CKEDITOR.document.getById(h).setStyle("display","none");CKEDITOR.docume…
9 …ypeof window.WSC_Error){CKEDITOR.document.getById(d).setStyle("display","none");var b=CKEDITOR.doc…
10 …ibutes:{type:"text/javascript",src:n}}));b=a.getData();CKEDITOR.document.getById(g).setValue(b);e=…
Dwsc.js51 …t:a.OverlayPlace});var d=a.dialog.parts.tabs.getId(),d=CKEDITOR.document.getById(d);d.setStyle("wi…
89 …alog.on("resize",function(b){b=b.data;var d=b.dialog,c=CKEDITOR.document.getById(a.iframeNumber+"_…
/plugin/fksnewsfeed/inc/ORM/
DModelStream.php31 $feed = $service->getById($ar['news_id']);
60 $streams[] = $service->getById($row['child']);
73 $streams[] = $service->getById($row['parent']);
DAbstractService.php26 public function getById(int $id): ?AbstractModel { function in FYKOS\\dokuwiki\\Extension\\PluginNewsFeed\\ORM\\AbstractService
/plugin/ckgdoku/ckeditor/plugins/image/dialogs/
Dimage.js1getById(j);if(G.lockRatio){D.removeClass("cke_btn_unlocked")}else{D.addClass("cke_btn_unlocked")}D…
Dimage.js.unc187 var ratioButton = CKEDITOR.document.getById( btnLockSizesId );
253 CKEDITOR.document.getById( imagePreviewLoaderId ).setStyle( 'display', 'none' );
282 CKEDITOR.document.getById( imagePreviewLoaderId ).setStyle( 'display', 'none' );
324 CKEDITOR.document.getById( imagePreviewLoaderId ).setStyle( 'display', 'none' );
327 this.preview = CKEDITOR.document.getById( previewImageId );
490 this.addFocusable( doc.getById( btnResetSizeId ), 5 );
491 this.addFocusable( doc.getById( btnLockSizesId ), 5 );
546 var loader = CKEDITOR.document.getById( imagePreviewLoaderId );
732 var resetButton = CKEDITOR.document.getById( btnResetSizeId ),
733 ratioButton = CKEDITOR.document.getById( btnLockSizesId );
/plugin/ckgedit/ckeditor/plugins/image/dialogs/
Dimage.js1getById(j);if(G.lockRatio){D.removeClass("cke_btn_unlocked")}else{D.addClass("cke_btn_unlocked")}D…
Dimage.js.unc188 var ratioButton = CKEDITOR.document.getById( btnLockSizesId );
254 CKEDITOR.document.getById( imagePreviewLoaderId ).setStyle( 'display', 'none' );
283 CKEDITOR.document.getById( imagePreviewLoaderId ).setStyle( 'display', 'none' );
325 CKEDITOR.document.getById( imagePreviewLoaderId ).setStyle( 'display', 'none' );
328 this.preview = CKEDITOR.document.getById( previewImageId );
491 this.addFocusable( doc.getById( btnResetSizeId ), 5 );
492 this.addFocusable( doc.getById( btnLockSizesId ), 5 );
547 var loader = CKEDITOR.document.getById( imagePreviewLoaderId );
733 var resetButton = CKEDITOR.document.getById( btnResetSizeId ),
734 ratioButton = CKEDITOR.document.getById( btnLockSizesId );
/plugin/fksnewsfeed/
Daction.php114 $news = $this->helper->serviceNews->getById($newsId);
169 $news = $this->helper->serviceNews->getById($INPUT->param('news')['id']);
249 $data = $this->helper->serviceNews->getById($INPUT->param('news')['id']);
/plugin/fksnewsfeed/syntax/
Dfeed.php58 $news = $this->helper->serviceNews->getById($param['id']);
/plugin/fksnewsfeed/admin/
Dpush.php73 $news = $this->helper->serviceNews->getById($id);
/plugin/ckgdoku/ckeditor/plugins/clipboard/dialogs/
Dpaste.js5 …ction k(a){var b=new CKEDITOR.dom.document(a.document),g=b.getBody(),d=b.getById("cke_actscrpt");d…
/plugin/ckgedit/ckeditor/plugins/clipboard/dialogs/
Dpaste.js5 …ction k(a){var b=new CKEDITOR.dom.document(a.document),g=b.getBody(),d=b.getById("cke_actscrpt");d…
/plugin/ckgdoku/ckeditor/plugins/scayt/dialogs/
Doptions.js4getById("scaytLang_"+c.name+"_"+b).$.checked=!0}},{type:"html",id:"graytLanguagesHint",html:'\x3cd…
/plugin/ckgdoku/ckeditor/
Dckeditor.js79 getById:function(a){return(a=this.$.getElementById(a))?new CKEDITOR.dom.element(a):null},getByAddre…
144 (c=a.serializable)?this.document.getById(a.startNode):a.startNode,a=c?this.document.getById(a.endNo…
242 …on(a,f){this._.handlers[a]=f},space:function(a){return CKEDITOR.document.getById(this.spaceId(a))}…
481 …r"],d=e?"endOffset":"startOffset",h=f?c.document.getById(a.startNode):a.startNode;a=f?c.document.g…
482 …[h].createBookmark(!0));if(k)for(var m=0;a[f+m+1];){var g=d.document;k=0;h=g.getById(e[m].endNode);
483 for(g=g.getById(e[m+1].startNode);;){h=h.getNextSourceNode(!1);if(g.equals(h))k=1;else if(c(h)||h.t…
485 …TOR.document.appendStyleSheet(f(a)),l[a]=1);b&&b()}function c(a){var b=a.getById(k);b||(b=a.getHea…
488 …).element.getElementsByTag("iframe").getItem(0).getFrameDocument();if(!a.getById("cke_ui_color")){…
510 …ate&&(this.validate=c.validate);b.on("load",function(){CKEDITOR.document.getById(e.frameId).getPar…
514 …EDITOR.ui.dialog.uiElement,{setLabel:function(a){var b=CKEDITOR.document.getById(this._.labelId);1…
[all …]
/plugin/ckgdoku/ckeditor/plugins/find/dialogs/
Dfind.js22 …:"txtFindReplace");a.getContentElement(e,k);g.initialized||(CKEDITOR.document.getById(b._.inputId),
/plugin/ckgedit/ckeditor/plugins/find/dialogs/
Dfind.js23 …FindReplace");a.getContentElement(e,h);f.initialized||(CKEDITOR.document.getById(b._.inputId),f.in…
/plugin/ckgedit/ckeditor/
Dckeditor.js91 …$.activeElement}catch(d){return null}return new CKEDITOR.dom.element(a)},getById:function(a){retur…
159 …is.setEnd(d,a):this.collapse(!0)}else b=(c=a.serializable)?this.document.getById(a.startNode):a.st…
160 a=c?this.document.getById(a.endNode):a.endNode,this.setStartBefore(b),b.remove(),a?(this.setEndBefo…
268 d},space:function(a){return CKEDITOR.document.getById(this.spaceId(a))},spaceId:function(a){return …
524 …r"],h=d?"endOffset":"startOffset",p=g?c.document.getById(a.startNode):a.startNode;a=g?c.document.g…
525 …!0));if(k)for(var q=0;a[g+q+1];){var e=h.document;k=0;p=e.getById(d[q].endNode);for(e=e.getById(d[…
529 a.getById(k);b||(b=a.getHead().append("style"),b.setAttribute("id",k),b.setAttribute("type","text/c…
532 …).element.getElementsByTag("iframe").getItem(0).getFrameDocument();if(!a.getById("cke_ui_color")){…
557 …ate&&(this.validate=a.validate);b.on("load",function(){CKEDITOR.document.getById(f.frameId).getPar…
561 …EDITOR.ui.dialog.uiElement,{setLabel:function(b){var a=CKEDITOR.document.getById(this._.labelId);1…
[all …]
Dckeditor.js.unc2165 getById: function(a) {
3446 } else b = (c = a.serializable) ? this.document.getById(a.startNode) : a.startNode,
3447 …a = c ? this.document.getById(a.endNode) : a.endNode, this.setStartBefore(b), b.remove(), a ? (thi…
5656 return CKEDITOR.document.getById(this.spaceId(a))
10449 n = h ? c.document.getById(a.startNode) : a.startNode;
10450 a = h ? c.document.getById(a.endNode) : a.endNode;
10479 n = e.getById(d[r].endNode);
10480 for (e = e.getById(d[r + 1].startNode);;) {
10538 a.getById(k);
10620 if (!a.getById("cke_ui_color")) {
[all …]
/plugin/ckgedit/ckeditor/plugins/scayt/dialogs/
Doptions.js4 …x3e\x3c/div\x3e\x3c/div\x3e',onShow:function(){var b=d.scayt.getLang();n.getById("scaytLang_"+d.na…
/plugin/sequencediagram/bower_components/raphael/dev/
Draphael.core.js3592 target = target && target.raphael ? paper.getById(target.raphaelid) : null;
3628 paperproto.getById = function (id) {

12