Home
last modified time | relevance | path

Searched refs:pageType (Results 1 – 7 of 7) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Slides/
H A DPage.php40 public $pageType; variable in Google\\Service\\Slides\\Page
135 public function setPageType($pageType) argument
137 $this->pageType = $pageType;
144 return $this->pageType;
/plugin/combo/action/
H A Dmetafacebook.php110 $pageType = $page->getTypeOrDefault();
111 switch ($pageType) {
130 $facebookMeta["og:type"] = $pageType;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AndroidEnterprise/
H A DStoreLayoutPagesListResponse.php23 protected $pageType = StorePage::class; variable in Google\\Service\\AndroidEnterprise\\StoreLayoutPagesListResponse
/plugin/struct/meta/
H A DCSVImporter.php114 $pageType = new Page(null, 'pid');
115 $pidCol = new Column(0, $pageType, 0, true, $this->schema->getTable());
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dialogflow/
H A DGoogleCloudDialogflowCxV3TransitionCoverageTransitionNode.php24 protected $pageType = GoogleCloudDialogflowCxV3Page::class; variable in Google\\Service\\Dialogflow\\GoogleCloudDialogflowCxV3TransitionCoverageTransitionNode
/plugin/diagramsnet/lib/plugins/
H A DcConf-comments.js150 …oke('getOldComments', [contentId], null, function(comments, spaceKey, pageId, pageType, contentVer) argument
166 success(spaceKey, pageId, pageType, contentVer);
/plugin/combo/ComboStrap/
H A DPageExplorerTag.php445 $pageType = "parent";
448 ->setLogicalTag(PageExplorerTag::CANONICAL . "-{$pageExplorerType}-{$pageType}")