Home
last modified time | relevance | path

Searched refs:cell (Results 301 – 325 of 383) sorted by last modified time

1...<<111213141516

/plugin/tablemath/
H A Dscript.js43 function tmParseValue(cell) argument
45 var value = parseInt(cell.innerHTML);
/plugin/mdpage/vendor/cebe/markdown/block/
H A DTableTrait.php109 foreach ($row as $c => $cell) {
111 $tds .= "<$cellTag$align>" . trim($this->renderAbsy($cell)) . "</$cellTag>";
/plugin/fckg/fckeditor/editor/plugins/dragresizetable/
H A Dfckplugin.js148 var cell = tableMap[i][j] ;
150 var colSpan = isNaN( cell.colSpan) ? 1 : cell.colSpan ;
182 cell.width = "" ;
183 cell.style.width = "" ;
196 var cell = tableMap[i][j] ;
197 if ( cell._Processed )
199 if ( tableMap[i][j-1] != cell )
202 cell.width = parseInt( cell.width, 10 ) + parseInt( colArray[j].width, 10 ) ;
203 if ( tableMap[i][j+1] != cell )
205 processedCells.push( cell ) ;
[all …]
/plugin/toctweak/
H A Dall.less35 display: table-cell;
/plugin/prettyprint/
H A Dscript.js49 for (cell in cells) {
50 var $td = cells[cell];
/plugin/database2/
H A Ddatabase2.php1871 $cell = $this->renderValue( $rowid, $column, $value, $def,
1887 $cell = '<a href="#" onclick="return !!document.getElementById(\'' .
1889 '\').click();">' . $cell . '</a>';
1895 $cell = $this->convertToLink( $clickAction, $cell,
1896 array( 'value' => $cell ) );
1900 $row[$column] = "<td class=\"$class\">" . $cell . "</td>\n";
/plugin/issuetracker/
H A Dtablekit.js80 return $A(cell.parentNode.cells).indexOf(cell);
89 data.textContent = cell.textContent ? cell.textContent : cell.innerText;
96 if(!cell.id) {
346 while(!(cell.tagName && cell.tagName.match(/td|th/gi))) {
347 cell = cell.parentNode;
352 var cell;
412 cell = $(cell);
421 if(cell.id && TableKit.Sortable.types[cell.id]) {
625 var cell;
742 if(cell) {
[all …]
/plugin/rater/scripts/
H A Djquery.tablesorter.js469 var cell = c[i];
471 if (cell.colSpan > 1) {
474 if (table.tHead.length == 1 || (cell.rowSpan > 1 || !r[row + 1])) {
475 arr.push(cell);
483 function checkHeaderMetadata(cell) { argument
484 if (($.metadata) && ($(cell).metadata().sorter === false)) {
806 }).bind("updateCell", function (e, cell) { argument
809 var pos = [(cell.parentNode.rowIndex - 1), getCellIndex(cell)];
812 getElementText(config, cell), cell);
1009 }, format: function (s, table, cell) { argument
[all …]
/plugin/amcharts/assets/amcharts/plugins/export/libs/xlsx/
H A Dxlsx.js1750 if(cell.cRel) cell.c += tgt.s.c;
1751 if(cell.rRel) cell.r += tgt.s.r;
1756 cell.cRel = cell.rRel = 0;
7393 var oldt = cell.t, oldv = cell.v;
7424 if(cell.t != oldt) { cell.t = oldt; cell.v = oldv; }
8537 if(cell.t === 'e') { cell.w = cell.w || BErr[cell.v]; }
8540 if((cell.v|0) === cell.v) cell.w = SSF._general_int(cell.v);
8583 if(cell.v !== cell.v) cell.v = unescapexml(xml);
8584 else if(cell.v >= 1 && cell.v<60) cell.v = cell.v -1;
8589 if(!cell.t) cell.t = 'n';
[all …]
H A Dxlsx.min.js3cell,tgt){if(tgt.s){if(cell.cRel)cell.c+=tgt.s.c;if(cell.rRel)cell.r+=tgt.s.r}else{cell.c+=tgt.c;c… class in parse_UncheckedRfX
8cell,nf,o){try{if(cell.t==="e"){cell.w=cell.w||BErr[cell.v]}else if(nf==="General"){if(cell.t==="n… argument
9cell){return encode_col(cell.c)+encode_row(cell.r)}function fix_cell(cstr){return fix_col(fix_row(… argument
H A Dxlsx.min.map1 …h","_bufs","write_record","ba","payload","evert_RE","p","shift_cell_xls","cell","tgt","cRel","rRel…
/plugin/amcharts/assets/amcharts/plugins/export/
H A DREADME.md358 stringify | false | true/false | Convert all cell content to strings
977 * Added: Native EXCEL date cell type for date fields, forced by default
H A Dexport.js2092 var cell = { class in AmCharts._this.toXLSX.sheet_from_array_of_arrays
2095 if ( cell.v == null ) continue;
2101 if ( typeof cell.v === "number" ) cell.t = "n";
2102 else if ( typeof cell.v === "boolean" ) cell.t = "b";
2103 else if ( cell.v instanceof Date ) {
2104 cell.t = "n";
2105 cell.z = XLSX.SSF._table[ 14 ];
2106 cell.v = datenum( cell.v );
2107 } else cell.t = "s";
2109 ws[ cell_ref ] = cell;
/plugin/icalevents/vendor/sabre/vobject/resources/schema/
H A Dxcard.rng199 | "fax" | "cell" | "video" | "pager"
/plugin/news/
H A Dadmin.php153 $row .= $this->cell($info['id'] ) . $this->cell($info['gmtime']) .
154 $this->cell(date('r',$info['time']));
160 function cell($data="") { function in admin_plugin_news
/plugin/datatemplate/
H A Dstyle.css8 form.filterform_plugin .cell{
9 display: table-cell;
/plugin/scrape/HTMLPurifier/Lexer/
H A DPH5P.php
/plugin/crossdbsqlclient/syntax/
H A Ddbwrapper.php209 $cell = $this->renderValue ( $column, $value, $def, false, false );
211 $row [$column] = "<td class=\"$class\">" . $cell . "</td>\n";
/plugin/ditaa/ditaa/
H A Dditaa.jarMETA-INF/ META-INF/MANIFEST.MF net/ net/htmlparser/ net/ ...
/plugin/markdownextra/lib/meltdown/js/lib/
H A Djs-markdown-extra.js2395 var cell = row_cells[n];
2396 … text += " <td" + attr[n] + ">" + self.runSpanGamut(self._php_trim(cell)) + "</td>\n";
/plugin/markdownextra/
H A Dmarkdown.php2784 foreach ($row_cells as $n => $cell)
2785 $text .= " <td$attr[$n]>".$this->runSpanGamut(trim($cell))."</td>\n";
/plugin/tile/
H A Dstyle.css31 display: table-cell;
/plugin/simplemysqlclient/syntax/
H A Dsimplemysqlclient.php233 $cell = $this->renderValue ( $column, $value, $def, false, false );
235 $row [$column] = "<td class=\"$class\">" . $cell . "</td>\n";
/plugin/jorgchart/
H A Dstyle.css31 /* node cell */
/plugin/nssize/
H A Dsyntax.php97 * @param string $cell
99 function _row(&$renderer,$head,$cell,$strong){ argument
100 if(empty($cell))return;
107 $renderer->doc.=$cell;

1...<<111213141516