Home
last modified time | relevance | path

Searched refs:href (Results 26 – 50 of 918) sorted by relevance

12345678910>>...37

/plugin/diagramsnet/lib/img/lib/active_directory/
H A Dmeeting.svg1href="#P"><stop offset="0" stop-color="#0f2da0"/><stop offset="1" stop-color="#89b3f3"/></linearGr…
H A Dcluster_server.svg1href="#B" id="A" x1="97.23" y1="235.365" x2="97.511" y2="119.946"/><linearGradient id="B" xlink:hr…
/plugin/socialite/syntax/
H A Dbutton.php127 $href = 'https://twitter.com/intent/tweet?url=' . $url . '&text='. $title;
136 $href = 'https://plus.google.com/share?url='. $url;
144 … $href = 'https://pinterest.com/pin/create/button/?url='. $url .'&description=' . $title;
152 $href = 'http://www.reddit.com/submit?url='. $url .'&title=' . $title;
160 $href = 'http://www.stumbleupon.com/submit?url='. $url .'&title=' . $title;
168 $href = 'https://news.ycombinator.com/submitlink?u='. $url .'&t=' . $title;
176 …$href = 'https://vk.com/share.php?url='. $url .'&title=' . $title . '&description=' . $abstract . …
185 …$xhtml .= '<a class="' . $network . '" target="' . $target . '" href="' . $href . '">' . $name . '…
/plugin/davcal/vendor/sabre/dav/lib/DAV/Xml/Element/
H A DResponse.php27 protected $href; variable in Sabre\\DAV\\Xml\\Element\\Response
59 * @param string $href
63 function __construct($href, array $responseProperties, $httpStatus = null) { argument
65 $this->href = $href;
78 return $this->href;
205 $href = null;
214 $href = $elem['value'];
230 return new self($href, $propertyLists, $statusCode);
/plugin/davcal/vendor/sabre/dav/lib/DAV/Xml/Property/
H A DHref.php49 * @param string|string[] $href
106 foreach ($this->getHrefs() as $href) {
108 $href = $writer->contextUri . $href;
110 $writer->writeElement('{DAV:}href', $href);
132 foreach ($this->getHrefs() as $href) {
133 $links[] = $html->link($href);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Analytics/
H A DWebpropertyChildLink.php25 public $href; variable in Google\\Service\\Analytics\\WebpropertyChildLink
34 public function setHref($href) argument
36 $this->href = $href;
43 return $this->href;
H A DWebpropertyParentLink.php25 public $href; variable in Google\\Service\\Analytics\\WebpropertyParentLink
34 public function setHref($href) argument
36 $this->href = $href;
43 return $this->href;
H A DAccountChildLink.php25 public $href; variable in Google\\Service\\Analytics\\AccountChildLink
34 public function setHref($href) argument
36 $this->href = $href;
43 return $this->href;
H A DCustomDataSourceChildLink.php25 public $href; variable in Google\\Service\\Analytics\\CustomDataSourceChildLink
34 public function setHref($href) argument
36 $this->href = $href;
43 return $this->href;
H A DCustomDataSourceParentLink.php25 public $href; variable in Google\\Service\\Analytics\\CustomDataSourceParentLink
34 public function setHref($href) argument
36 $this->href = $href;
43 return $this->href;
H A DCustomDimensionParentLink.php25 public $href; variable in Google\\Service\\Analytics\\CustomDimensionParentLink
34 public function setHref($href) argument
36 $this->href = $href;
43 return $this->href;
H A DCustomMetricParentLink.php25 public $href; variable in Google\\Service\\Analytics\\CustomMetricParentLink
34 public function setHref($href) argument
36 $this->href = $href;
43 return $this->href;
H A DExperimentParentLink.php25 public $href; variable in Google\\Service\\Analytics\\ExperimentParentLink
34 public function setHref($href) argument
36 $this->href = $href;
43 return $this->href;
H A DFilterParentLink.php25 public $href; variable in Google\\Service\\Analytics\\FilterParentLink
34 public function setHref($href) argument
36 $this->href = $href;
43 return $this->href;
H A DGoalParentLink.php25 public $href; variable in Google\\Service\\Analytics\\GoalParentLink
34 public function setHref($href) argument
36 $this->href = $href;
43 return $this->href;
H A DProfileChildLink.php25 public $href; variable in Google\\Service\\Analytics\\ProfileChildLink
34 public function setHref($href) argument
36 $this->href = $href;
43 return $this->href;
H A DProfileParentLink.php25 public $href; variable in Google\\Service\\Analytics\\ProfileParentLink
34 public function setHref($href) argument
36 $this->href = $href;
43 return $this->href;
H A DAccountRef.php25 public $href; variable in Google\\Service\\Analytics\\AccountRef
42 public function setHref($href) argument
44 $this->href = $href;
51 return $this->href;
/plugin/webdav/vendor/sabre/dav/lib/DAV/Xml/Element/
H A DResponse.php27 protected $href; variable in Sabre\\DAV\\Xml\\Element\\Response
59 * @param string $href
63 function __construct($href, array $responseProperties, $httpStatus = null) { argument
65 $this->href = $href;
78 return $this->href;
224 $href = null;
233 $href = $elem['value'];
249 return new self($href, $propertyLists, $statusCode);
/plugin/multitemplate_styleman/
H A Daction.php61 $href = $event->data['link'][$i]['href'];
62 $pos = strpos($href,'css.php');
64 $params = substr($href,$pos+7);
67 … $href = DOKU_BASE.'lib/plugins/multitemplate_styleman/css.php?tpl=' . $template;
69 … $href = DOKU_BASE.'lib/plugins/multitemplate_styleman/css.php' . $params . '&tpl=' . $template;
70 $event->data['link'][$i]['href'] = $href;
/plugin/webdav/vendor/sabre/dav/lib/DAVACL/Xml/Property/
H A DPrincipal.php60 * @param string|null $href
62 function __construct($type, $href = null) { argument
65 if ($type === self::HREF && is_null($href)) {
68 if ($href) {
69 $href = rtrim($href, '/') . '/';
70 parent::__construct($href);
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Xml/Notification/
H A DSystemStatus.php50 protected $href; variable in Sabre\\CalDAV\\Xml\\Notification\\SystemStatus
69 * @param string $href
71 function __construct($id, $etag, $type = self::TYPE_HIGH, $description = null, $href = null) { argument
76 $this->href = $href;
147 if ($this->href) {
148 $writer->writeElement('{DAV:}href', $this->href);
/plugin/davcal/vendor/sabre/dav/lib/DAVACL/Xml/Property/
H A DPrincipal.php60 * @param string|null $href
62 function __construct($type, $href = null) { argument
65 if ($type === self::HREF && is_null($href)) {
68 if ($href) {
69 $href = rtrim($href, '/') . '/';
70 parent::__construct($href);
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Xml/Notification/
H A DSystemStatus.php50 protected $href; variable in Sabre\\CalDAV\\Xml\\Notification\\SystemStatus
69 * @param string $href
71 function __construct($id, $etag, $type = self::TYPE_HIGH, $description = null, $href = null) { argument
76 $this->href = $href;
147 if ($this->href) {
148 $writer->writeElement('{DAV:}href', $this->href);
/plugin/webdav/vendor/sabre/dav/lib/DAV/Xml/Property/
H A DHref.php97 foreach ($this->getHrefs() as $href) {
98 $href = Uri\resolve($writer->contextUri, $href);
99 $writer->writeElement('{DAV:}href', $href);
121 foreach ($this->getHrefs() as $href) {
122 $links[] = $html->link($href);

12345678910>>...37