Home
last modified time | relevance | path

Searched refs:row_height (Results 1 – 16 of 16) sorted by relevance

/plugin/html2pdf/html2pdf/html2ps/
Dcss.vertical-align.inc.php14 function apply_cell(&$cell, $row_height, $row_baseline) { argument
20 function apply_cell(&$cell, $row_height, $row_baseline) { argument
26 function apply_cell(&$cell, $row_height, $row_baseline) { argument
32 function apply_cell(&$cell, $row_height, $row_baseline) { argument
33 $delta = max(0, ($row_height - $cell->get_real_full_height()) / 2);
42 function apply_cell(&$cell, $row_height, $row_baseline) { argument
43 $delta = ($row_height - $cell->get_real_full_height());
52 function apply_cell(&$cell, $row_height, $row_baseline) { argument
62 function apply_cell(&$cell, $row_height, $row_baseline) { argument
68 function apply_cell(&$cell, $row_height, $row_baseline) { argument
Dbox.table.row.php170 function row_height() { function in TableRowBox
Dbox.table.php491 $heights[] = max($minheight, $this->content[$i]->row_height());
1267 $this->_current_y -= $this->content[$i]->row_height();
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/ext/
Ddhtmlxgantt_smart_rendering.js145 scroll.y = scroll.y || gantt.getVisibleTaskCount()*gantt.config.row_height;
166 y_end: y + gantt.config.row_height
175 y_end: Math.max(from_pos, to_pos) + gantt.config.row_height
183 var firstTask = Math.floor(Math.max(0, port.y) / gantt.config.row_height) - buffer;
184 var lastTask = Math.ceil(Math.max(0, port.y_end) / gantt.config.row_height) + buffer;
Ddhtmlxgantt_click_drag.js332 var height = gantt.config.row_height;
389 var height = gantt.config.row_height;
438 var height = gantt.config.row_height;
Ddhtmlxgantt_keyboard_navigation.js994 var step = gantt.config.row_height;
1478 var height = gantt.config.row_height;
/plugin/yuriigantt/3rd/dhtmlxgantt/ext/
Ddhtmlxgantt_smart_rendering.js13row_height,t},isInViewPort:function(t,e){return!!(t.y<e.y_end&&t.y_end>e.y)},isTaskDisplayed:funct…
Ddhtmlxgantt_click_drag.js13row_height;this._el.style.height=t+"px",this._el.style.top=(Math.ceil(this._positionPoint.relative…
Ddhtmlxgantt_smart_rendering.js.map1row_height","isInViewPort","item","viewPort","isTaskDisplayed","id","task","$keyboardNavigation","…
Ddhtmlxgantt_click_drag.js.map1row_height","style","top","Math","ceil","_positionPoint","relative","width","left","appendChild","…
Ddhtmlxgantt_keyboard_navigation.js13row_height,r=t.getScrollState();n=t.$task?t.$task.offsetWidth:r.inner_width,o=t.$grid_data||t.$tas…
Ddhtmlxgantt_keyboard_navigation.js.map1row_height","scroll","getScrollState","$task","inner_width","$grid_data","$task_data","inner_heigh…
/plugin/yuriigantt/3rd/dhtmlxgantt/
Ddhtmlxgantt.d.ts784 row_height: number; property
Ddhtmlxgantt.js13row_height,left:r,width:a-r}}},function(t,e){t.exports=function(t){var e=[];return{delegate:functi… property
Ddhtmlxgantt.js.map1row_height","events","mouseEvents","h","dateHelper","date","services","getSum","sizes","from","to"…
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/
Ddhtmlxgantt.js11751 top = pos.top - (dataHeight - this.config.row_height)/2;
15978 'height:' + (config.row_height - 1) + 'px',
15979 'line-height:' + (config.row_height - 1) + 'px',
16164 capacityElement.style.height = (config.row_height - 1) + "px";
16181 'height:' + (config.row_height - 1) + 'px',
16182 'line-height:' + (config.row_height - 1) + 'px',
18850 var contentHeight = store ? config.row_height * store.countVisible() : 0,
18970 return config.row_height;
19036 contentHeight = store ? config.row_height * store.countVisible() : 0;
19632 var gridHeight = store.countVisible() * config.row_height;
[all …]