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.php71 * @see get_link()
127 public function get_link() function in SimplePie\\Author
H A DEnclosure.php163 * @see get_link()
605 public function get_link() function in SimplePie\\Enclosure
988 …$embed .= "<embed src=\"" . $this->get_link() . "\" pluginspage=\"http://adobe.com/go/getflashplay…
990 …xt/javascript'>embed_flash('$bgcolor', '$width', '$height', '" . $this->get_link() . "', '$loop', …
999 …height\" wmode=\"transparent\" flashvars=\"file=" . rawurlencode($this->get_link().'?file_extensio…
1001 …ext/javascript'>embed_flv('$width', '$height', '" . rawurlencode($this->get_link().'?file_extensio…
1011 …type=\"$type\" style=\"cursor:hand; cursor:pointer;\" href=\"" . $this->get_link() . "\" src=\"$pl…
1013 … type=\"$type\" style=\"cursor:hand; cursor:pointer;\" src=\"" . $this->get_link() . "\" width=\"$…
1016 …'>embed_quicktime('$type', '$bgcolor', '$width', '$height', '" . $this->get_link() . "', '$placeho…
1024 …$embed .= "<embed type=\"application/x-mplayer2\" src=\"" . $this->get_link() . "\" autosize=\"1\"…
[all …]
H A DSimplePie.php2275 * @see get_link
2285 } elseif ($this->get_link() !== null) {
2286 return $this->get_link();
2572 public function get_link($key = 0, $rel = 'alternate') function in SimplePie\\SimplePie
2588 * @see get_link
2595 return $this->get_link(0);
3075 if (($url = $this->get_link()) !== null) {
H A DSource.php297 public function get_link($key = 0, $rel = 'alternate') function in SimplePie\\Source
312 return $this->get_link(0);
H A DItem.php800 * @see get_link
806 $link = $this->get_link();
811 return $enclosure->get_link();
825 public function get_link($key = 0, $rel = 'alternate') function in SimplePie\\Item