Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Docs/
DStructuralElement.php36 protected $tableOfContentsType = TableOfContents::class;
110 * @param TableOfContents
112 public function setTableOfContents(TableOfContents $tableOfContents)
117 * @return TableOfContents
DTableOfContents.php20 class TableOfContents extends \Google\Collection class
79 class_alias(TableOfContents::class, 'Google_Service_Docs_TableOfContents');
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Tag/
DTag.php16 use Mpdf\TableOfContents; alias
92 TableOfContents $tableOfContents,
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
DServiceFactory.php52 $tableOfContents = new TableOfContents($mpdf, $sizeConverter);
DTag.php83 TableOfContents $tableOfContents,
DTableOfContents.php8 class TableOfContents class