Home
last modified time | relevance | path

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

/plugin/dbquery/syntax/
H A Dquery.php116 $this->cellFormat($cell, $R);
152 $this->cellFormat(array_values($result[$y])[$x], $R);
169 protected function cellFormat($content, Doku_Renderer $R) function in syntax_plugin_dbquery_query