Home
last modified time | relevance | path

Searched refs:get_null_size (Results 1 – 5 of 5) sorted by relevance

/dports/www/moodle310/moodle/lib/
H A Dgraphlib.php865 } else $this->calculated['title']['boundary_box'] = $this->get_null_size();
879 } else $this->calculated['y_label_left']['boundary_box'] = $this->get_null_size();
893 } else $this->calculated['y_label_right']['boundary_box'] = $this->get_null_size();
907 } else $this->calculated['x_label']['boundary_box'] = $this->get_null_size();
915 $this->calculated['legend']['boundary_box_max'] = $this->get_null_size();
980 $this->calculated['y_axis_left']['boundary_box_max'] = $this->get_null_size();
982 $this->calculated['y_axis_right']['boundary_box_max'] = $this->get_null_size();
1351 function get_null_size() { function in graph
/dports/www/moodle311/moodle/lib/
H A Dgraphlib.php865 } else $this->calculated['title']['boundary_box'] = $this->get_null_size();
879 } else $this->calculated['y_label_left']['boundary_box'] = $this->get_null_size();
893 } else $this->calculated['y_label_right']['boundary_box'] = $this->get_null_size();
907 } else $this->calculated['x_label']['boundary_box'] = $this->get_null_size();
915 $this->calculated['legend']['boundary_box_max'] = $this->get_null_size();
980 $this->calculated['y_axis_left']['boundary_box_max'] = $this->get_null_size();
982 $this->calculated['y_axis_right']['boundary_box_max'] = $this->get_null_size();
1351 function get_null_size() { function in graph
/dports/www/moodle39/moodle/lib/
H A Dgraphlib.php865 } else $this->calculated['title']['boundary_box'] = $this->get_null_size();
879 } else $this->calculated['y_label_left']['boundary_box'] = $this->get_null_size();
893 } else $this->calculated['y_label_right']['boundary_box'] = $this->get_null_size();
907 } else $this->calculated['x_label']['boundary_box'] = $this->get_null_size();
915 $this->calculated['legend']['boundary_box_max'] = $this->get_null_size();
980 $this->calculated['y_axis_left']['boundary_box_max'] = $this->get_null_size();
982 $this->calculated['y_axis_right']['boundary_box_max'] = $this->get_null_size();
1351 function get_null_size() { function in graph
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/storage/innobase/include/
H A Ddict0mem.h577 ulint get_null_size(ulint comp) const { return (get_fixed_size(comp)); } in get_null_size() function
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/storage/innobase/row/
H A Drow0upd.cc397 new_len = index->get_col(upd_field->field_no)->get_null_size(0); in row_upd_changes_field_size_or_external()