Home
last modified time | relevance | path

Searched refs:td (Results 76 – 100 of 571) sorted by path

12345678910>>...23

/plugin/ckgedit/ckeditor/
H A Dckeditor.js60 …foot:1,tbody:1,tr:1},tbody:{tr:1},td:c,textarea:h,tfoot:{tr:1},th:c,thead:{tr:1},time:d(b,{time:1}…
61 …oter:1,form:1,header:1,hgroup:1,main:1,menu:1,nav:1,ol:1,section:1,table:1,td:1,th:1,tr:1,ul:1,vid…
63td:1,tfoot:1,th:1,thead:1,tr:1},$transparent:{a:1,audio:1,canvas:1,del:1,ins:1,map:1,noscript:1,ob…
191 …leNode:f(),getPreviousEditableNode:f(1),_getTableElement:function(a){a=a||{td:1,th:1,tr:1,tbody:1,…
209 …de=null;d=new CKEDITOR.dom.elementPath(k.startContainer,k.root);m=d.blockLimit;M={div:1,th:1,td:1}; property in AnonymousFunctiona9e2af6b18000.M
304 …ul:"li",ol:"li",dl:"dd",table:"tbody",tbody:"tr",thead:"tr",tfoot:"tr",tr:"td"};CKEDITOR.htmlParse…
434 …sed)){var f=b[0];d=f.startContainer.getAscendant({td:1,th:1},!0);var g=f.endContainer.getAscendant…
503 …alist:1},N={a:1,blockquote:1,embed:1,hr:1,img:1,li:1,object:1,ol:1,table:1,td:1,tr:1,th:1,ul:1,dl:…
1168 c;l=h.next();)l.type==CKEDITOR.NODE_ELEMENT&&l.is(CKEDITOR.dtd.table)||(l=l.getAscendant({td:1,th:1…
1185 right:function(a){CKEDITOR.tools.array.forEach(a.children,function(b){b.name in{td:1,th:1}&&(b.attr…
[all …]
H A Dckeditor.js.unc1408 td: c,
1423 td: 1
1485 td: 1,
1635 td: 1,
1666 td: 1,
3177 td: 1,
8755 td: 1,
9250 td: 1,
10082 td: 1,
13209 td: 1
[all …]
H A Dcontents-default.css30 body, td, th { selector
50 td { selector
54 td selector
H A Dcontents.css1 …ion{caption-side:top;text-align:left}[dir=rtl] caption{text-align:right}th,td{padding:.3em .5em;ma… selector
H A Dcontents.css.unc47 td {
103 /* same font stack should be used for ".dokuwiki table.diff td" in _diff.css */
/plugin/ckgedit/ckeditor/plugins/fontAssist/
H A Dplugin.js.unc182 if ( targetName != 'td' ) return;
234 …'<style type="text/css">#c_chart td { height: 16px; width: 16px; border: 2px solid white; }</style…
244 …ohtml.push('<td style="background-color: #' + color_vals[i] + ';" title= #"'+ color_vals[i] + '"><…
468 …html: '<table style="border: 1px solid silver;"><tr><td style="width:24px;">&nbsp;</td><tr></table…
534 …html: '<table style="border: 1px solid silver;"><tr><td style="width:24px;">&nbsp;</td><tr></table…
/plugin/ckgedit/ckeditor/plugins/image/dialogs/
H A Dimage.js.unc1015 '<div class="ImagePreviewBox"><table><tr><td>' +
1021 '</td></tr></table></div></div>'
/plugin/ckgedit/ckeditor/plugins/msword/dialogs/bak/
H A Dmsword.js.unc117 inner = inner.replace(/<td.*?>/mg, "<td>");
/plugin/ckgedit/ckeditor/plugins/msword/dialogs/
H A Dmsword.js.unc128 inner = inner.replace(/<td.*?>/mg, "<td>");
/plugin/ckgedit/ckeditor/plugins/pastefromword/filter/
H A Ddefault.js15 …a.remove();for(a=d.length-1;0<=a;a--)c.add(d[a],b.getIndex());b.remove()}},td:function(a){var c=a.…
/plugin/ckgedit/ckeditor/plugins/smiley/dialogs/
H A Dsmiley.js.4.38 …>');var m="cke_smile_label_"+a+"_"+CKEDITOR.tools.getNextNumber();d.push('<td class="cke_dark_back…
9 …smiley_descriptions[a]+"</span></a>","</td>");a%g==g-1&&d.push("</tr>")}if(a<g-1){for(;a<g-1;a++)d…
H A Dsmiley.js.unc120 …html.push( '<td colspan="4" class="cke_dark_background cke_centered" style="vertical-align: middle…
127 '</a>', '</td>' );
155 …html.push( '<td class="cke_dark_background cke_centered" style="vertical-align: middle;" role="pre…
162 '</a>', '</td>' );
170 html.push( '<td></td>' );
186 …html.push( '<td class="cke_dark_background cke_centered" style="vertical-align: middle;" role="pre…
192 '</a>', '</td>' );
200 html.push( '<td></td>' );
/plugin/ckgedit/ckeditor/plugins/specialchar/dialogs/
H A Dspecialchar.js.orig10 …r k="cke_specialchar_label_"+d+"_"+CKEDITOR.tools.getNextNumber();f.push('<td class="cke_dark_back…
11 …abel" id="'+k+'">'+e+"</span></a>")}else f.push('<td class="cke_dark_background">&nbsp;');f.push("…
H A Dspecialchar.js.unc207 html.push( '<td class="cke_dark_background" style="cursor: default" role="presentation">' +
220 html.push( '<td class="cke_dark_background">&nbsp;' );
223 html.push( '</td>' );
/plugin/ckgedit/ckeditor/plugins/table/dialogs/
H A Dtable.js.unc86 // <table><tr><td>[&nbsp;</td></tr></table>]
130 var cell = row.append( makeElement( 'td' ) );
169 newCell.renameNode( 'td' );
193 newCell.renameNode( 'td' );
/plugin/ckgedit/ckeditor/plugins/tableselection/styles/
H A Dtableselection.css13 /* We have to use !important here, as td might specify it's own background, thus table selection
/plugin/ckgedit/ckeditor/plugins/tabletools/dialogs/
H A DtableCell.js.unc128 'default': 'td',
130 [ langCell.data, 'td' ],
/plugin/ckgedit/ckeditor/plugins/wsc/dialogs/
H A Dwsc.css18 body, td, input, select, textarea selector
/plugin/ckgedit/ckeditor/plugins/wsc/skins/moono-lisa/
H A Dwsc.css7 div[name=SpellTab] .wsc-spelltab-bottom .cke_dialog_ui_vbox td > .cke_dialog_ui_button:first-child
/plugin/ckgedit/ckeditor/skins/kama/
H A Ddialog.css5 …00px;padding:2px;background-color:white}.cke_dialog .ImagePreviewBox table td{white-space:normal}.…
H A Ddialog_ie.css5 …00px;padding:2px;background-color:white}.cke_dialog .ImagePreviewBox table td{white-space:normal}.…
H A Ddialog_ie7.css5 …00px;padding:2px;background-color:white}.cke_dialog .ImagePreviewBox table td{white-space:normal}.…
H A Ddialog_ie8.css5td{white-space:normal}.cke_dialog .ImagePreviewLoader{position:absolute;white-space:normal;overflo…
H A Ddialog_iequirks.css5 …00px;padding:2px;background-color:white}.cke_dialog .ImagePreviewBox table td{white-space:normal}.…
/plugin/ckgedit/ckeditor/skins/moono-lisa/
H A Ddialog.css5 …00px;padding:2px;background-color:white}.cke_dialog .ImagePreviewBox table td{white-space:normal}.…

12345678910>>...23