Home
last modified time | relevance | path

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

/plugin/qc/
Drenderer.php17 public $docArray = [ variable in renderer_plugin_qc
63 $this->docArray['created'] = $meta['date']['created'];
64 $this->docArray['modified'] = $meta['date']['modified'];
65 $this->docArray['authors']['*'] = 0;
72 $this->docArray['changes'] = count($revs);
76 $authorUserCnt = empty($this->docArray['authors'][$info['user']])
78 : $this->docArray['authors'][$info['user']];
79 $this->docArray['authors'][$info['user']] = $authorUserCnt + 1;
81 ++$this->docArray['authors']['*'];
87 $this->docArray['chars'] = PhpString::strlen($text);
[all …]