Home
last modified time | relevance | path

Searched refs:displayType (Results 1 – 2 of 2) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dfareporting/
H A DCreativeAsset.php78 public $displayType; variable in Google\\Service\\Dfareporting\\CreativeAsset
419 public function setDisplayType($displayType) argument
421 $this->displayType = $displayType;
428 return $this->displayType;
/plugin/catlist/
H A Dsyntax.php70 $data = array('displayType' => CATLIST_DISPLAY_LIST, 'nsInBold' => true, 'expand' => 6,
99 $this->_checkOption($match, "displayList", $data['displayType'], CATLIST_DISPLAY_LIST);
100 $this->_checkOption($match, "displayLine", $data['displayType'], CATLIST_DISPLAY_LINE);
505 if ($data['displayType'] == CATLIST_DISPLAY_LIST) $renderer->doc .= '<ul '.$global_ul_attr.'>';
510 $this->_displayAddPageButton($renderer, $ns_button, $data['displayType']);
511 if ($data['displayType'] == CATLIST_DISPLAY_LIST)
564 $this->_displayNSEnd($renderer, $data['displayType'], $item['buttonid']);
573 $this->_displayPage($renderer, $item, $data['displayType'], ($data['show_perms'] ? $perms : NULL), $displayLink);
579 if ($data['displayType'] == CATLIST_DISPLAY_LIST) {
588 else if ($data['displayType']
594 _displayNSEnd(& $renderer, $displayType, $nsAddButton) global() argument
600 _displayPage(& $renderer, $item, $displayType, $perms, $displayLink) global() argument
613 _displayAddPageButton(& $renderer, $ns, $displayType) global() argument
[all...]