Searched refs:tableOfContents (Results 1 – 9 of 9) sorted by relevance
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/Docs/ |
| D | StructuralElement.php | 112 public function setTableOfContents(TableOfContents $tableOfContents) argument 114 $this->tableOfContents = $tableOfContents; 121 return $this->tableOfContents;
|
| /plugin/dw2pdf/vendor/mpdf/mpdf/src/Tag/ |
| D | Tag.php | 51 protected $tableOfContents; variable in Mpdf\\Tag\\Tag 92 TableOfContents $tableOfContents, argument 104 $this->tableOfContents = $tableOfContents;
|
| D | Toc.php | 11 $this->tableOfContents->openTagTOC($attr);
|
| D | TocPageBreak.php | 9 list($isbreak, $toc_id) = $this->tableOfContents->openTagTOCPAGEBREAK($attr);
|
| D | Columns.php | 21 $this->tableOfContents,
|
| D | FormFeed.php | 274 $this->tableOfContents->m_TOC[$this->toc_id]['TOCmark'] = $this->mpdf->page; 276 $this->tableOfContents->TOCmark = $this->mpdf->page;
|
| /plugin/dw2pdf/vendor/mpdf/mpdf/src/ |
| D | Tag.php | 43 private $tableOfContents; variable in Mpdf\\Tag 83 TableOfContents $tableOfContents, argument 95 $this->tableOfContents = $tableOfContents; 116 $this->tableOfContents,
|
| D | ServiceFactory.php | 52 $tableOfContents = new TableOfContents($mpdf, $sizeConverter); 99 $tableOfContents, 141 'tableOfContents' => $tableOfContents,
|
| D | Mpdf.php | 866 private $tableOfContents; variable in Mpdf\\Mpdf 2034 if (!$this->tableOfContents->TOCmark) { // Page footer 2040 if ($this->tableOfContents->TOCmark || count($this->tableOfContents->m_TOC)) { 2041 $this->tableOfContents->insertTOC(); 23376 $this->tableOfContents->TOC( 23462 …$this->tableOfContents->TOCpagebreak($tocfont, $tocfontsize, $tocindent, $TOCusePaging, $TOCuseLin… 23505 $this->tableOfContents->_toc[] = $btoc; 23727 if (count($this->tableOfContents->_toc)) { 23728 foreach ($this->tableOfContents->_toc as $key => $t) { 23730 $this->tableOfContents->_toc[$key]['p'] += ($target_page - $start_page); [all …]
|