Home
last modified time | relevance | path

Searched +defs:table +defs:cell (Results 1 – 25 of 178) sorted by relevance

12345678

/plugin/grensladawritezor/fckeditor/editor/_source/internals/
Dfcktablehandler.js64 FCKTableHandler.DeleteTable = function( table ) argument
155 FCKTableHandler.InsertCell = function( cell ) argument
182 FCKTableHandler.DeleteCell = function( cell ) argument
290 FCKTableHandler._GetCellIndexSpan = function( tableMap, rowIndex, cell ) argument
327 FCKTableHandler._CreateTableMap = function( table ) argument
/plugin/tablelayout/script/
Dtablelayout_functions.js6 exports.getNumberOfTableCols = function ($table) {
18 exports.floatTable = function ($table, direction) {
31 exports.applyStylesToTable = function ($table, layoutdata) {
45 exports.fixColumnWidths = function ($table) {
57 exports.styleColumnWidths = function ($table, colwidths) {
75 exports.freezeTableRows = function ($table, rowsToFreeze, rowsVisible) {
157 $splitRows.find('td[colspan],th[colspan]').each(function (index, cell) { argument
165 $splitRows.find('td[rowspan],th[rowspan]').each(function (index, cell) { argument
Dscript.js44 function addSearchSortRow($table, numHeaderRows, columnCount) {
67 function addSortFunctionality($table, $searchSortRow, numHeaderRows) {
99 function addSearchFunctionality($table, $searchSortRow, numHeaderRows) {
118 var hideRow = jQuery(row).find('td,th').toArray().some(function (cell, index) { argument
139 function applyFunctionalityToTable($table, $secedit_form, layoutdata) {
/plugin/wysiwyg/fckeditor/editor/_source/internals/
Dfcktablehandler.js80 FCKTableHandler.DeleteTable = function( table ) argument
192 FCKTableHandler.InsertCell = function( cell, insertBefore ) argument
215 FCKTableHandler.DeleteCell = function( cell ) argument
582 FCKTableHandler._GetCellIndexSpan = function( tableMap, rowIndex, cell ) argument
599 FCKTableHandler._GetCellLocation = function( tableMap, cell ) argument
632 FCKTableHandler._CreateTableMap = function( table ) argument
678 FCKTableHandler._InstallTableMap = function( tableMap, table ) argument
/plugin/issuetracker/
Dtablekit.js63 getBodyRows : function(table) { argument
71 getHeaderCells : function(table, cell) { argument
79 getCellIndex : function(cell) { argument
85 getCellText : function(cell, refresh) { argument
94 getCellData : function(cell) { argument
106 register : function(table, options) { argument
118 notify : function(eventName, table, event) { argument
124 isSortable : function(table) { argument
127 isResizable : function(table) { argument
130 isEditable : function(table) { argument
[all …]
/plugin/tablemath/
Dscript.js20 function tmSetToArray(table, rangeStr) argument
43 function tmParseValue(cell) argument
/plugin/fckg/fckeditor/editor/plugins/dragresizetable/
Dfckplugin.js233 "_GetCellPadding" : function( table, cell ) argument
272 "_GetCellWidth" : function( table, cell ) argument
391 "_ShowResizeBar" : function( w, table, mouse ) argument
508 "_GetTablePosition" : function ( w, table ) argument
/plugin/wysiwyg/fckeditor/editor/plugins/dragresizetable/
Dfckplugin.js233 "_GetCellPadding" : function( table, cell ) argument
272 "_GetCellWidth" : function( table, cell ) argument
391 "_ShowResizeBar" : function( w, table, mouse ) argument
/plugin/rater/scripts/
Djquery.tablesorter.js155 function buildParserCache(table, $headers) { argument
202 function detectParserForColumn(table, rows, rowIndex, cellIndex) { argument
248 function buildCache(table) { argument
322 function appendToTable(table, cache) { argument
377 function buildHeaders(table) { argument
463 function checkCellColSpan(table, rows, row) { argument
483 function checkHeaderMetadata(cell) { argument
490 function checkHeaderOptions(table, i) { argument
497 function checkHeaderOptionsSortingLocked(table, i) { argument
502 function applyWidget(table) { argument
[all …]
/plugin/avmathtable/
H A Dsyntax.php209 private function renderArrayIntoTable(array $table): string
303 …private function insertCellData(mixed $cell, array &$columnData, array &$rowData, int $colNum, int…
/plugin/quickstats/scripts/
Dsorttable.js34 forEach(document.getElementsByTagName('table'), function(table) { argument
42 makeSortable: function(table) { argument
123 forEach(theadrow.childNodes, function(cell) { argument
166 guessType: function(table, column) { argument
/plugin/sqlraw/
Dsorttable.min.js1 var stIsIE=/*@cc_on!@*/false;sorttable={init:function(){if(arguments.callee.done)return;arguments.c… argument
10 theadrow=this.parentNode;forEach(theadrow.childNodes,function(cell){if(cell.nodeType==1){cell.class… argument
14 delete row_array;});}}},guessType:function(table,column){sortfn=sorttable.sort_alpha;for(var i=0;i<… argument
/plugin/xlsx2dw/
Dscript.js48 function formattedTablePostroutine(table) { argument
238 function getColorXLSX(cell, type) { argument
270 row._cells.forEach(function(cell, colNumber) { argument
333 function setStyle(cell) { argument
/plugin/struct/script/
H A DAggregationEditor.js4 const AggregationEditor = function (idx, table) { argument
81 function insertActionCell($row, $cell) {
/plugin/dtable/
Dhelper.php147 public $cell = 0; variable in helper_plugin_dtable_handler
157 function table($match, $state, $pos) { function in helper_plugin_dtable_handler
/plugin/statdisplay/helper/
Dtable.php26 public function table($R, $command, $from = '', $to = '') function in helper_plugin_statdisplay_table
452 private function cell($data = '', $span = 1, $number = true) function in helper_plugin_statdisplay_table
/plugin/jdraw/src/com/mxgraph/examples/swing/editor/
DJTableRenderer.java86 protected Object cell; field in JTableRenderer
101 public JTable table; field in JTableRenderer
107 public JTableRenderer(final Object cell, in JTableRenderer()
/plugin/diagramsnet/lib/js/grapheditor/
DGraph.js304 this.isHtmlLabel = function(cell) argument
769 this.connectionHandler.isValidSource = function(cell, me) argument
875 this.graphHandler.start = function(cell, x, y, cells) argument
1080 this.getCursorForCell = function(cell) argument
1137 this.isCellLocked = function(cell) argument
2179 return model.filterDescendants(function(cell) argument
2242 Graph.prototype.getStartEditingCell = function(cell, trigger) argument
2281 Graph.prototype.copyStyle = function(cell) argument
2446 Graph.prototype.getAbsoluteParent = function(cell) argument
2463 Graph.prototype.isPart = function(cell) argument
[all …]
/plugin/tablecalc/src/tablecalc/
H A Dscript.js14 function tablecalcVal(x,y,table,tostring) { argument
153 function cell(x,y) { function
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DMpdf.php542 var $table; variable in Mpdf\\Mpdf
543 var $cell; variable in Mpdf\\Mpdf
19287 function shrinkTable(&$table, $k)
19441 function _packCellBorder($cell)
19533 function _tableColumnWidth(&$table, $firstpass = false)
20003 function _tableWidth(&$table)
20305 function _tableHeight(&$table)
20640 function _tableGetWidth(&$table, $i, $j)
20665 function _splitTableGetWidth(&$table, $i, $j)
20695 function _tableGetHeight(&$table, $i, $j)
[all …]
/plugin/jdraw/lib/
Djdraw.jar ... ) java.awt.event.MouseEvent e Object cell } com/mxgraph/examples/swing/ClickHandler ...
Djgraphx-examples.jar ... ) java.awt.event.MouseEvent e Object cell } com/mxgraph/examples/swing/ClickHandler ...
/plugin/xlsx2dw/packages/xlsx/
Dxlsx.mjs4227 function shift_cell_xls(cell/*:CellAddress*/, tgt/*:any*/, opts/*:?any*/)/*:CellAddress*/ { argument
4243 function shift_range_xls(cell, range, opts) { argument
4294 function encode_cell(cell/*:CellAddress*/)/*:string*/ { argument
4363 function safe_format_cell(cell/*:Cell*/, v/*:any*/) { argument
4369 function format_cell(cell/*:Cell*/, v/*:any*/, o/*:any*/) { argument
4412 var cell/*:Cell*/ = ({v: data[R][C] }/*:any*/); variable
4537 function write_XLSBCell(cell/*:any*/, o/*:?Block*/) { argument
4552 function write_XLSBShortCell(cell/*:any*/, o/*:?Block*/) { argument
4604 var cell/*:Range*/ = ({ s: {}, e: {} }/*:any*/); variable
9709 var cell = { t: "z" }; variable
[all …]
/plugin/datatables/assets/datatables.net/js/
Djquery.dataTables.js1163 $( rowOne[0] ).children('th, td').each( function (i, cell) { argument
2971 var cellWrite = function ( cell, col ) { argument
3074 var cellProcess = function ( cell ) { argument
3845 "cell": nCell, property
6607 function _fnSettingsFromNode ( table ) argument
15166 _: function ( settings, cell, column, classes ) { argument
15192 jqueryui: function ( settings, cell, column, classes ) { argument
/plugin/ckgdoku/ckeditor/lang/
Dnl.js5 …ditorHelp":"Druk ALT 0 voor hulp","browseServer":"Bladeren op server","url":"URL","protocol":"Prot…

12345678