/plugin/authgooglesheets/vendor/google/apiclient-services/src/Docs/ |
H A 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/ |
H A D | Tag.php | 51 protected $tableOfContents; variable in Mpdf\\Tag\\Tag 92 TableOfContents $tableOfContents, argument 104 $this->tableOfContents = $tableOfContents;
|
H A D | Toc.php | 11 $this->tableOfContents->openTagTOC($attr);
|
H A D | TocPageBreak.php | 9 list($isbreak, $toc_id) = $this->tableOfContents->openTagTOCPAGEBREAK($attr);
|
H A D | Columns.php | 21 $this->tableOfContents,
|
H A 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/ |
H A D | Tag.php | 43 private $tableOfContents; 71 * @param \Mpdf\TableOfContents $tableOfContents 83 TableOfContents $tableOfContents, 95 $this->tableOfContents = $tableOfContents; 116 $this->tableOfContents, 46 private $tableOfContents; global() variable in Mpdf\\Tag 86 __construct(Mpdf $mpdf, Cache $cache, CssManager $cssManager, Form $form, Otl $otl, TableOfContents $tableOfContents, SizeConverter $sizeConverter, ColorConverter $colorConverter, ImageProcessor $imageProcessor, LanguageToFontInterface $languageToFont) global() argument
|
H A D | ServiceFactory.php | 52 $tableOfContents = new TableOfContents($mpdf, $sizeConverter); 99 $tableOfContents, 141 'tableOfContents' => $tableOfContents,
|
H A D | Mpdf.php | 866 private $tableOfContents; 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, $TOCuseLinking, $toc_orientation, $toc_mgl, $toc_mgr, $toc_mgt, $toc_mgb, $toc_mgh, $toc_mgf, $toc_ohname, $toc_ehname, $toc_ofname, $toc_efname, $toc_ohvalue, $toc_ehvalue, $toc_ofvalue, $toc_efvalue, $toc_preHTML, $toc_postHTML, $toc_bookmarkText, $resetpagenum, $pagenumstyle, $suppress, $orientation, $mgl, $mgr, $mgt, $mgb, $mgh, $mgf, $ohname, $ehname, $ofname, $efname, $ohvalue, $ehvalue, $ofvalue, $efvalue, $toc_id, $pagesel, $toc_pagesel, $sheetsize, $toc_sheetsize, $tocoutdent); 23505 $this->tableOfContents->_toc[] = $btoc; 23727 if (count($this->tableOfContents->_toc)) { 23728 foreach ($this->tableOfContents 863 private $tableOfContents; global() variable in Mpdf\\Mpdf [all...] |