Home
last modified time | relevance | path

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

/plugin/docnavigation/
H A Daction.php76 $out .= '← ' . $this->htmlLink($data['previous']);
83 $out .= $this->htmlLink($data['toc']);
90 $out .= $this->htmlLink($data['next']) . ' →';
103 protected function htmlLink($link) {
99 protected function htmlLink($link) { global() function in action_plugin_docnavigation
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Calendar/
H A DEvent.php88 public $htmlLink; variable in Google\\Service\\Calendar\\Event
425 public function setHtmlLink($htmlLink) argument
427 $this->htmlLink = $htmlLink;
434 return $this->htmlLink;
/plugin/combo/ComboStrap/
H A DTemplateForWebPage.php793 $htmlLink = '<link rel="stylesheet" href="' . $link['href'] . '" ';
795 $htmlLink .= ' crossorigin="' . $link['crossorigin'] . '" ';
798 $htmlLink .= ' class="' . $link['class'] . '" ';
801 $htmlLink .= '>';
802 $preloadHtml .= $htmlLink;
/plugin/authgoogle/google/contrib/
H A DGoogle_CalendarService.php1136 public $htmlLink; variable in Google_Event
1263 public function setHtmlLink( $htmlLink) { argument
1264 $this->htmlLink = $htmlLink;
1267 return $this->htmlLink;