Home
last modified time | relevance | path

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

/plugin/combo/ComboStrap/
H A DToc.php27 private ?array $tocData = null; variable in ComboStrap\\Toc
65 if ($this->tocData === null) {
71 $toc = $this->tocData;
233 return $conf['tocminheads'] && count($this->tocData) >= $conf['tocminheads'];
251 $this->tocData = $value;
264 return $this->tocData !== null;
299 $this->tocData = $value;
317 if ($this->tocData === null) {
320 return $this->tocData;
/plugin/siteexport/inc/
Djavahelp.php87 list($tocData, $mapData, $startPageID) = $toc->__getJavaHelpTOCXML($data);
88 …$this->filewriter->__moveDataToZip($tocData, $tsRootPath . (empty($lang) ? '' : $lang . '/') . $th…