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/
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/
Dsyntax.php597 function _displayNSEnd (&$renderer, $displayType, $nsAddButton) { argument
598 if (!is_null($nsAddButton)) $this->_displayAddPageButton($renderer, $nsAddButton, $displayType);
599 if ($displayType == CATLIST_DISPLAY_LIST) $renderer->doc .= '</ul></li>';
600 else if ($displayType == CATLIST_DISPLAY_LINE) $renderer->doc .= '] ';
603 function _displayPage (&$renderer, $item, $displayType, $perms, $displayLink) { argument
604 if ($displayType == CATLIST_DISPLAY_LIST) {
610 } else if ($displayType == CATLIST_DISPLAY_LINE) {
616 function _displayAddPageButton (&$renderer, $ns, $displayType) { argument
617 $html = ($displayType == CATLIST_DISPLAY_LIST) ? 'li' : 'span';