Home
last modified time | relevance | path

Searched refs:id (Results 626 – 650 of 3526) sorted by last modified time

1...<<21222324252627282930>>...142

/plugin/ckgedit/ckeditor/plugins/footnote/
H A Dplugin.js1id:"general",label:d.Settings,elements:[{type:"html",html:d.Header,},{type:"textarea",id:"contents…
/plugin/ckgedit/ckeditor/plugins/geshi/dialogs/
H A Dgeshi.js1id:c}};var l=function(p,r){var q="start";var o=r?r:"temp."+p;var i=a();return'<dl class="file"><dt…
H A Dgeshi.js.unc14 var href, id,geshi_dialog, t_display,s_display;
21 if(qs_match = qs.match(/id=([\w:_\.]+)\b/)) { //none
22 id = qs_match[1];
27 id = matches[3];
31 id = matches[3];
35 if(!id) id = 'start';
36 return {'href':href, 'id':id};
40 var id = 'start';
79 id: 'tab-basic',
89 id: 'geshi',
[all …]
/plugin/ckgedit/ckeditor/plugins/image/dialogs/
H A Dimage.js1id=="txtHeight"){if(D&&D!="0"){D=Math.round(E.$.width*(D/E.$.height))}if(!isNaN(D)){C.setValueOf("…
H A Dimage.js.unc515 id: 'info',
529 id: 'txtUrl',
606 id: 'txtAlt',
634 id: 'basic',
1030 id: 'Link',
1036 id: 'txtUrl',
1070 id: 'browse',
1108 id: 'Upload',
1115 id: 'upload',
1130 id: 'advanced',
[all …]
/plugin/ckgedit/fckeditor/editor/filemanager/browser/default/js/
H A Dfckxml.js97 var id = getimgid(urlToCall);
99 if(id){
100 id = encodeURIComponent(id);
101 asyncFunctionPointer( oFCKXml,id) ;
167 var id = '';
190 id = folder + file;
191 console.log(id);
195 return id;
/plugin/ckgedit/ckeditor/plugins/link/dialogs/
H A Dlink-cmpr.js1id;var W=document.getElementById(ab);var Y=Z.getContentElement("info","internal").getInputElement(…
/plugin/ckgedit/ckeditor/plugins/liststyle/dialogs/
H A Dliststyle.js5 …dTitle,minWidth:300,minHeight:50,contents:[{id:"info",accessKey:"I",elements:[{type:"select",label…
7 …inHeight:50,contents:[{id:"info",accessKey:"I",elements:[{type:"hbox",widths:["25%","75%"],childre…
8 …e("value")==b&&a.setAttribute("value",d+b-c)}},{type:"select",label:b.type,id:"type",style:"width:…
/plugin/ckgedit/ckeditor/plugins/msword/dialogs/bak/
H A Dmsword.js.unc27 id: 'tab-basic',
34 …html: '<div contenteditable="true" id="ckgedit_mswin" style="border: 2px solid #ddd; padding:3px; …
54 id: 'Info',
/plugin/ckgedit/ckeditor/
H A Dckeditor.js.unc7418 id: a.id,
10683 id: "." + g.id,
10990id: a.id ? a.id + "_select" : CKEDITOR.tools.getNextId() + "_select"
12902 c.id && a.push("id");
12925 if (a.id || a.dir) a.id && e.push({
13464 id: this.id,
15155 id: this.id,
15166 id: this.id + "_frame",
17582 id: a.id,
19806 id: e.getAttribute("id")
[all …]
/plugin/ckgedit/ckeditor/plugins/smiley/
H A Dplugin.js.unc8 …de,el,en,en-au,en-ca,en-gb,eo,es,et,eu,fa,fi,fo,fr,fr-ca,gl,gu,he,hi,hr,hu,id,is,it,ja,ka,km,ko,ku…
/plugin/ckgedit/
H A Dscript.js336 function ckged_get_unlink_size(id) { argument
337 var params = 'call=cked_deletedsize'; params += "&cked_delid=" + id;
353 function ckged_setmedia(id,del, refresh_cb) { argument
355 var params = 'call=cked_upload'; params += "&ckedupl_id=" + id;
430 function ckg_edit_mediaman_insert(edid, id, opts, dw_align) { argument
467 var fileUrl = DOKU_BASE + 'lib/exe/fetch.php?media=' + id;
485 function ckg_edit_mediaman_insertlink(edid, id, opts, dw_align) { argument
487 CKEDITOR.tools.callFunction(funcNum, id, function() {
490 dialog.getContentElement('info', 'media').setValue(id);
/plugin/ckgedit/ckeditor/lang/
H A Den.4.9.js.beautified23 "id": "Id",
515 "id": "Id",
828id into the id box and click the Load button. <br /> The footnote will appear in the editing box, …
H A Den.js-4.9.merged5id":"Id","name":"Name","langDir":"Language Direction","langDirLtr":"Left to Right (LTR)","langDirR…
91 …'<li>To edit a footnote enter the footnote id into the id box and click the Load button. <br /> Th…
93 …'<li> A footnote id has this form: <b>fckgL_&lt;n&gt;</b>, where n is the number of the note.</li>…
H A Den.js.4.95id":"Id","name":"Name","langDir":"Language Direction","langDirLtr":"Left to Right (LTR)","langDirR…
H A Den.js.ckgedit90 …'<li>To edit a footnote enter the footnote id into the id box and click the Load button. <br /> Th…
92 …'<li> A footnote id has this form: <b>fckgL_&lt;n&gt;</b>, where n is the number of the note.</li>…
H A Den.js.unc5id":"Id","name":"Name","langDir":"Language Direction","langDirLtr":"Left to Right (LTR)","langDirR…
92 …'<li>To edit a footnote enter the footnote id into the id box and click the Load button. <br /> Th…
94 …'<li> A footnote id has this form: <b>fckgL_&lt;n&gt;</b>, where n is the number of the note.</li>…
H A Dfr.js.unc33 "id": "Id",
445 "id": "Id",
/plugin/ckgedit/scripts/
H A Dmediamgr.js9 var $link, id;
12 id = $link.attr("id").substr(2);
13 dw_mediamanager.insert(id);
H A Dparse_wiki-cmpr.js1id="";this.external_mime=false;var aC=false;this.export_code=false;this.code_snippet=false;this.do…
H A Dparse_wiki.js.unc1 function parse_wikitext(id) {
132 if (id != 'bakup') draft_delete();
427 this.id = "";
644 } else if (attrs[i].name == 'id') {
645 this.id = attrs[i].value;
1100 HTMLParserTopNotes.push(this.id);
1650 if (id == 'test') {
1909 if (id == 'test') {
1919 if (id == 'bakup') {
1922 if (id) {
[all …]
/plugin/ckgedit/ckeditor/plugins/specialchar/dialogs/
H A Dspecialchar.js1id:"info",label:f.lang.common.generalTab,title:f.lang.common.generalTab,padding:0,align:"top",elem…
H A Dspecialchar.js.orig11id="'+k+'">'+e+"</span></a>")}else f.push('<td class="cke_dark_background">&nbsp;');f.push("</td>"…
12 …s:[{type:"hbox",align:"top",widths:["320px","90px"],children:[{type:"html",id:"charContainer",html…
13id:"charPreview",className:"cke_dark_background",style:"border:1px solid #eeeeee;font-size:28px;he…
H A Dspecialchar.js.unc216 '<span class="cke_voice_label" id="' + charLabelId + '">' +
228 …html.push( '</tbody></table>', '<span id="' + charsTableLabel + '" class="cke_voice_label">' + lan…
233 id: 'info',
244 id: 'charContainer',
280 id: 'charPreview',
287 id: 'htmlPreview',
/plugin/ckgedit/ckeditor/plugins/table/dialogs/
H A Dtable.js1id;if(!f.info){f.info={}}f.info[g]=this.getValue()};function a(n){var k=0,h=0;for(var g=0,o,p=n.$.…

1...<<21222324252627282930>>...142