Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Slides/
H A DVideoProperties.php93 public function getOutline() function in Google\\Service\\Slides\\VideoProperties
H A DShapeProperties.php89 public function getOutline() function in Google\\Service\\Slides\\ShapeProperties
H A DImageProperties.php111 public function getOutline() function in Google\\Service\\Slides\\ImageProperties
/plugin/combo/ComboStrap/
H A DFetcherPageBundler.php131 $indexOutline = $this->addFirstSectionIfMissing($startPath->getOutline());
142 $outer = $this->addFirstSectionIfMissing($child->getOutline());
H A DMarkupPath.php2089 * @deprecated uses {@link FetcherMarkup::getOutline()} instead function in ComboStrap\\MarkupPath
2091 public function getOutline(): Outline
2094 return $this->getInstructionsDocument()->getOutline();
H A DFetcherMarkup.php1136 public function getOutline(): Outline function in ComboStrap\\FetcherMarkup
/plugin/pdfjs/pdfjs/build/
H A Dpdf.js10387 value: function getOutline() {
10388 return this._transport.getOutline();
11845 value: function getOutline() {
H A Dpdf.js.map1getOutline() {\n return this._transport.getOutline();\n }\n\n /**\n * @return {Promise} A p…
/plugin/pdfjs/pdfjs/web/
H A Dviewer.js1417 pdfDocument.getOutline().then(function (outline) {
H A Dviewer.js.map1 …l([onePageRendered, animationStarted]).then(() => {\n pdfDocument.getOutline().then((outline)…