Home
last modified time | relevance | path

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

/plugin/html2pdf/html2pdf/html2ps/
H A 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
H A Dbox.table.row.php170 function row_height() { function in TableRowBox
H A 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/
H A 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;
H A Ddhtmlxgantt_click_drag.js332 var height = gantt.config.row_height;
389 var height = gantt.config.row_height;
438 var height = gantt.config.row_height;
H A Ddhtmlxgantt_keyboard_navigation.js994 var step = gantt.config.row_height;
1478 var height = gantt.config.row_height;
/plugin/yuriigantt/3rd/dhtmlxgantt/ext/
H A Ddhtmlxgantt_smart_rendering.js13row_height,t},isInViewPort:function(t,e){return!!(t.y<e.y_end&&t.y_end>e.y)},isTaskDisplayed:funct…
H A Ddhtmlxgantt_click_drag.js13row_height;this._el.style.height=t+"px",this._el.style.top=(Math.ceil(this._positionPoint.relative…
H A Ddhtmlxgantt_smart_rendering.js.map1row_height","isInViewPort","item","viewPort","isTaskDisplayed","id","task","$keyboardNavigation","…
H A Ddhtmlxgantt_click_drag.js.map1row_height","style","top","Math","ceil","_positionPoint","relative","width","left","appendChild","…
H A Ddhtmlxgantt_keyboard_navigation.js13row_height,r=t.getScrollState();n=t.$task?t.$task.offsetWidth:r.inner_width,o=t.$grid_data||t.$tas…
H A Ddhtmlxgantt_keyboard_navigation.js.map1row_height","scroll","getScrollState","$task","inner_width","$grid_data","$task_data","inner_heigh…
/plugin/yuriigantt/3rd/dhtmlxgantt/
H A Ddhtmlxgantt.d.ts784 row_height: number; property
H A Ddhtmlxgantt.js13row_height,left:r,width:a-r}}},function(t,e){t.exports=function(t){var e=[];return{delegate:functi… property in t.skins.skyblue.config
H A Ddhtmlxgantt.js.map1row_height","events","mouseEvents","h","dateHelper","date","services","getSum","sizes","from","to"…
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/
H A Ddhtmlxgantt.js18970 return config.row_height;
19692 if (store.getIndexById(over.id) * config.row_height + config.row_height / 2 < targetY) {
24402 height: config.row_height,
24422 height: config.row_height,
28771 row_height: 35, property in gantt.skins.broadway.config
28802 row_height: 35, property in gantt.skins.config
28827 row_height: 35, property in gantt.skins.config
28852 row_height: 34, property in gantt.skins.material.config
28895 row_height: 27, property in gantt.skins.meadow.config
28920 row_height: 27, property in gantt.skins.skyblue.config
[all …]