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
62 $this->docArray['created'] = $meta['date']['created'];
63 $this->docArray['modified'] = $meta['date']['modified'];
64 $this->docArray['authors']['*'] = 0;
70 $this->docArray['changes'] = count($revs);
74 $authorUserCnt = empty($this->docArray['authors'][$info['user']])
76 : $this->docArray['authors'][$info['user']];
77 $this->docArray['authors'][$info['user']] = $authorUserCnt + 1;
79 ++$this->docArray['authors']['*'];
85 $this->docArray['chars'] = PhpString::strlen($text);
[all …]