Home
last modified time | relevance | path

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

/plugin/qc/
H A Drenderer.php17 public $docArray = [
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['char
11 public $docArray = array( global() variable in renderer_plugin_qc
[all...]