Home
last modified time | relevance | path

Searched refs:table (Results 1176 – 1200 of 1203) sorted by path

1...<<414243444546474849

/plugin/wysiwyg/fckeditor/editor/css/
H A Dfck_internal.css31 table.FCK__ShowTableBorders, table.FCK__ShowTableBorders td, table.FCK__ShowTableBorders th
H A Dfck_showtableborders_gecko.css21 * This CSS Style Sheet defines the rules to show table borders on Gecko.
25 table[border="0"],
26 table[border="0"] > tr > td, table[border="0"] > tr > th,
27 table[border="0"] > tbody > tr > td, table[border="0"] > tbody > tr > th,
28 table[border="0"] > thead > tr > td, table[border="0"] > thead > tr > th,
29 table[border="0"] > tfoot > tr > td, table[border="0"] > tfoot > tr > th
35 table:not([border]),
36 table:not([border]) > tr > td, table:not([border]) > tr > th,
37 table:not([border]) > tbody > tr > td, table:not([border]) > tbody > tr > th,
38 table:not([border]) > thead > tr > td, table:not([border]) > thead > tr > th,
[all …]
/plugin/wysiwyg/fckeditor/editor/dtd/
H A Dfck_xhtml10strict.js30 …B = {hr:1, ul:1, div:1, blockquote:1, noscript:1, table:1, address:1, pre:1, p:1, h5:1, dl:1, h4:1… property in FCK.DTD.B
36 …1:1, h3:1, h2:1, form:1, select:1, '#':1, ins:1, abbr:1, label:1, code:1, table:1, script:1, cite:… property in FCK.DTD.H
71 table: {thead:1, col:1, tbody:1, tr:1, colgroup:1, caption:1, tfoot:1},
H A Dfck_xhtml10transitional.js33 …E = {hr:1, ul:1, menu:1, div:1, blockquote:1, noscript:1, table:1, center:1, address:1, dir:1, pre… property in FCK.DTD.E
39 … form:1, font:1, '#':1, select:1, menu:1, ins:1, abbr:1, label:1, code:1, table:1, script:1, cite:… property in FCK.DTD.K
77 table: {thead:1, col:1, tbody:1, tr:1, colgroup:1, caption:1, tfoot:1},
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/asp/
H A Dclass_upload.asp317 …aPatterns = Array( "<!DOCTYPE\W*X?HTML", "<(body|head|html|img|pre|script|table|title)", "type\s*=…
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/cfm/
H A Dcf_util.cfm96 <cfset var tags = "<body,<head,<html,<img,<pre,<script,<table,<title">
/plugin/wysiwyg/fckeditor/editor/js/
H A Dfckeditorcode_gecko.js41table:1,ul:1 },NonEmptyBlockElements:{ p:1,div:1,form:1,h1:1,h2:1,h3:1,h4:1,h5:1,h6:1,address:1,pr… property in FCKListsLib.BlockBoundaries
50table:1,center:1,address:1,dir:1,pre:1,h5:1,dl:1,h4:1,noframes:1,h6:1,ol:1,h1:1,h3:1,h2:1};F={ins:… property in FCK.DTD.K
H A Dfckeditorcode_ie.js42table:1,ul:1 },NonEmptyBlockElements:{ p:1,div:1,form:1,h1:1,h2:1,h3:1,h4:1,h5:1,h6:1,address:1,pr… property in FCKListsLib.StyleObjectElements
51table:1,center:1,address:1,dir:1,pre:1,h5:1,dl:1,h4:1,noframes:1,h6:1,ol:1,h1:1,h3:1,h2:1};F={ins:… property in FCK.DTD.E
/plugin/wysiwyg/fckeditor/editor/plugins/dragresizetable/
H A Dfckplugin.js174 for ( var r = 0 ; r < table.rows.length ; r++ )
176 var row = table.rows.item( r ) ;
184 var colElements = table.getElementsByTagName( "col" ) ;
233 "_GetCellPadding" : function( table, cell ) argument
235 var attrGuess = parseInt( table.cellPadding, 10 ) * 2 ;
272 "_GetCellWidth" : function( table, cell ) argument
391 "_ShowResizeBar" : function( w, table, mouse ) argument
433 var tablePos = FCKTools.GetWindowPosition( w, table ) ;
434 var barHeight = table.offsetHeight ;
442 var bw = parseInt( table.border, 10 ) ;
[all …]
/plugin/wysiwyg/fckeditor/editor/skins/default/
H A Dfck_editor.css72 display: inline-table; /* inline = Opera jumping buttons bug */
/plugin/wysiwyg/fckeditor/editor/skins/office2003/
H A Dfck_editor.css74 display: inline-table;
/plugin/wysiwyg/fckeditor/editor/skins/silver/
H A Dfck_editor.css72 display: inline-table;
197 /* For composed button ( icon + text, icon + arrow ), we must compensate the table */
/plugin/wysiwyg/fckeditor/
H A Dlicense.txt490 table of data to be supplied by an application program that uses
494 table, the facility still operates, and performs whatever part of
500 application-supplied function or table used by this function must
/plugin/xcom/lang/en/
H A Dfunctions.txt6 …pth:<num>), where num is the number of levels to recurse. Its output is a table of [[https://www.d…
/plugin/xcom/
H A Dstyle.css47 table.xcom_center {
/plugin/xhtmlruby/
H A Dstyle.css4 display: inline-table;
10 display: table-row-group;
14 display: table-header-group;
/plugin/xkcd/
H A DREADME.md3 <table>
28 </table>
/plugin/xlsx2dw/
H A DREADME.md4 The plugin keeps the styles, merged cells and colors of your original table.
25 2. Click "Import table" button in the toolbar.
29 3. Choose a table file. You can select example table from `/_test/test-tables/` folder.
31 ![Alt text](./screenshots/selecting_tables.png?raw=true "Select a table")
33 4. Selected table is converted to DokuWiki syntax.
H A Dscript.js48 function formattedTablePostroutine(table) { argument
49 let maxCellsPerRow = Math.max(...table.map(row => row.length));
50 table.forEach(row => {
54 table.forEach(row => {
102 let table = [];
136 table.push(parsedRow);
139 while((table.length > 0) && (table[table.length-1].length === 0))
140 table.pop();
144 table.forEach((row, rowIndex) => {
/plugin/xlsx2dw/packages/exceljs/
H A Dexceljs.js3434 this.table = table;
3516 if (table) {
3517 this.table = table; // check things are ok first
3568 var table = this.table; // set defaults and check is valid
3594 table.tl = colCache.decodeAddress(table.ref);
3634 table = this.table;
3691 var table = this.table;
3910 return this.table.displyName || this.table.name;
50940 table = [];
50952 return table;
[all …]
/plugin/xlsx2dw/packages/jszip/
H A Djszip.js225 var c, table = [];
232 table[n] = c;
235 return table;
5862 var c, table = [];
5869 table[n] = c;
5872 return table;
9872 table[table_index++] = (1 << 24) | (64 << 16) | 0;
9878 table[table_index++] = (1 << 24) | (64 << 16) | 0;
10007 table[next + (huff >> drop) + fill] = (here_bits << 24) | (here_op << 16) | here_val |0;
10061 table[low] = (root << 24) | (curr << 16) | (next - table_index) |0;
[all …]
/plugin/xlsx2dw/packages/xlsx/
H A Dxlsx.mjs22121 case 'table': case '工作表': // 9.1.2 <table:table>
22148 case 'table-row-group': // 9.1.9 <table:table-row-group>
22151 case 'table-row': case '行': // 9.1.3 <table:table-row>
22159 case 'covered-table-cell': // 9.1.5 <table:covered-table-cell>
22275 break; // 9.1.4 <table:table-cell>
22414 case 'table-column': break; // 9.1.6 <table:table-column>
22415 case 'table-header-rows': break; // 9.1.7 <table:table-header-rows>
22416 case 'table-rows': break; // 9.1.12 <table:table-rows>
22420 case 'table-columns': break; // 9.1.12 <table:table-columns>
22852 o.push(' <table:table-row' + H + '></table:table-row>\n');
[all …]
/plugin/xssnipper/
H A Dstyle.css34 table.xssnipper {
39 table.xssnipper pre {
/plugin/yearbox/
H A DCHANGELOG.md30 * The table is now horizontally scrollable on small devices
H A Dreadme.txt7 4. size=?? : font size to use; this controls the width/height of the calendar table (default:12px)

1...<<414243444546474849