Home
last modified time | relevance | path

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

/plugin/edittable/renderer/
H A Djson.php30 private $current_col = 0; variable in renderer_plugin_edittable_json
62 $this->current_col = 0;
97 while(isset($this->tmeta[$this->current_row][$this->current_col])) {
98 $this->current_col++;
118 $col = $this->current_col;
/plugin/scrape/
H A DHTMLPurifier.standalone.php