Home
last modified time | relevance | path

Searched refs:table_cols (Results 1 – 2 of 2) sorted by relevance

/plugin/yearbox/
H A Dsyntax.php161 [$years, $first_weekday, $table_cols, $today] = $this->defineCalendar($opt);
179 for ($col = 0; $col < $table_cols; $col++) {
195 $table_cols,
228 $table_cols, argument
236 for ($col = 0; $col < $table_cols; $col++) {
348 $table_cols = 0;
391 $table_cols = ($table_cols < ($start + $len)) ? $start + $len : $table_cols;
399 $table_cols -= $first_weekday;
401 return [$years, $first_weekday, $table_cols, $today];
/plugin/latexit/
H A Drenderer.php94 protected $table_cols; variable in renderer_plugin_latexit
1212 $this->table_cols = $maxcols;
1337 if ($this->table_cols != $this->cells_count) {