Home
last modified time | relevance | path

Searched refs:displayLink (Results 1 – 4 of 4) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/CustomSearchAPI/
H A DPromotion.php28 public $displayLink; variable in Google\\Service\\CustomSearchAPI\\Promotion
61 public function setDisplayLink($displayLink) argument
63 $this->displayLink = $displayLink;
70 return $this->displayLink;
H A DResult.php30 public $displayLink; variable in Google\\Service\\CustomSearchAPI\\Result
97 public function setDisplayLink($displayLink) argument
99 $this->displayLink = $displayLink;
106 return $this->displayLink;
/plugin/authgoogle/google/contrib/
H A DGoogle_CustomsearchService.php154 public $displayLink; variable in Google_Promotion
168 public function setDisplayLink( $displayLink) { argument
169 $this->displayLink = $displayLink;
172 return $this->displayLink;
519 public $displayLink; variable in Google_Result
543 public function setDisplayLink( $displayLink) { argument
544 $this->displayLink = $displayLink;
547 return $this->displayLink;
/plugin/catlist/
H A Dsyntax.php572 $displayLink = $perms >= AUTH_READ || $data['show_perms'];
573 $this->_displayPage($renderer, $item, $data['displayType'], ($data['show_perms'] ? $perms : NULL), $displayLink);
578 function _displayNSBegin (&$renderer, $data, $title, $displayLink, $idLink, $perms) {
582 if ($displayLink) $renderer->internallink($idLink, $title);
590 if ($displayLink) $renderer->internallink($idLink, $title);
603 function _displayPage (&$renderer, $item, $displayType, $perms, $displayLink) {
606 if ($displayLink) $renderer->internallink(':'.$item['id'], $item['title']);
575 _displayNSBegin(& $renderer, $data, $title, $displayLink, $idLink, $perms) global() argument
600 _displayPage(& $renderer, $item, $displayType, $perms, $displayLink) global() argument