Home
last modified time | relevance | path

Searched refs:get_link (Results 1 – 5 of 5) sorted by relevance

/dokuwiki/vendor/simplepie/simplepie/src/
H A DAuthor.php31 * @see get_link()
86 public function get_link() function in SimplePie\\Author
H A DEnclosure.php123 * @see get_link()
603 public function get_link() function in SimplePie\\Enclosure
986 …$embed .= "<embed src=\"" . $this->get_link() . "\" pluginspage=\"http://adobe.com/go/getflashplay…
988 …xt/javascript'>embed_flash('$bgcolor', '$width', '$height', '" . $this->get_link() . "', '$loop', …
1000 …height\" wmode=\"transparent\" flashvars=\"file=" . rawurlencode($this->get_link().'?file_extensio…
1002 …ext/javascript'>embed_flv('$width', '$height', '" . rawurlencode($this->get_link().'?file_extensio…
1015 …type=\"$type\" style=\"cursor:hand; cursor:pointer;\" href=\"" . $this->get_link() . "\" src=\"$pl…
1017 … type=\"$type\" style=\"cursor:hand; cursor:pointer;\" src=\"" . $this->get_link() . "\" width=\"$…
1020 …'>embed_quicktime('$type', '$bgcolor', '$width', '$height', '" . $this->get_link() . "', '$placeho…
1031 …$embed .= "<embed type=\"application/x-mplayer2\" src=\"" . $this->get_link() . "\" autosize=\"1\"…
[all …]
H A DSimplePie.php2469 * @see get_link
2480 if (($link = $this->get_link(0, 'alternate')) !== null) {
2483 if (($link = $this->get_link(0, 'self')) !== null) {
2775 public function get_link(int $key = 0, string $rel = 'alternate') function in SimplePie\\SimplePie
2791 * @see get_link
2798 return $this->get_link(0);
3283 if (($url = $this->get_link()) !== null) {
H A DSource.php320 public function get_link(int $key = 0, string $rel = 'alternate') function in SimplePie\\Source
337 return $this->get_link(0);
H A DItem.php791 * @see get_link
797 $link = $this->get_link();
802 return $enclosure->get_link();
816 public function get_link(int $key = 0, string $rel = 'alternate') function in SimplePie\\Item