Home
last modified time | relevance | path

Searched refs:get_link (Results 1 – 5 of 5) sorted by last modified time

/dokuwiki/vendor/simplepie/simplepie/src/
H A DSimplePie.php2277 * @see get_link
2287 } elseif ($this->get_link() !== null) {
2288 return $this->get_link();
2574 public function get_link($key = 0, $rel = 'alternate') function in SimplePie\\SimplePie
2588 * Identical to {@see get_link()} with key 0
2590 * @see get_link
2597 return $this->get_link(0);
3077 if (($url = $this->get_link()) !== null) {
H A DSource.php298 public function get_link($key = 0, $rel = 'alternate') function in SimplePie\\Source
313 return $this->get_link(0);
H A DAuthor.php72 * @see get_link()
128 public function get_link() function in SimplePie\\Author
H A DEnclosure.php164 * @see get_link()
606 public function get_link() function in SimplePie\\Enclosure
989 $embed .= "<embed src=\"" . $this->get_link() . "\" pluginspage=\"http://adobe.com/go/getflashplayer\" type=\"$type\" quality=\"high\" width=\"$width\" height=\"$height\" bgcolor=\"$bgcolor\" loop=\"$loop\"></embed>";
991 $embed .= "<script type='text/javascript'>embed_flash('$bgcolor', '$width', '$height', '" . $this->get_link() . "', '$loop', '$type');</script>";
1000 $embed .= "<embed src=\"$mediaplayer\" pluginspage=\"http://adobe.com/go/getflashplayer\" type=\"application/x-shockwave-flash\" quality=\"high\" width=\"$width\" height=\"$height\" wmode=\"transparent\" flashvars=\"file=" . rawurlencode($this->get_link().'?file_extension=.'.$this->get_extension()) . "&autostart=false&repeat=$loop&showdigits=true&showfsbutton=false\"></embed>";
1002 $embed .= "<script type='text/javascript'>embed_flv('$width', '$height', '" . rawurlencode($this->get_link().'?file_extension=.'.$this->get_extension()) . "', '$placeholder', '$loop', '$mediaplayer');</script>";
1012 $embed .= "<embed type=\"$type\" style=\"cursor:hand; cursor:pointer;\" href=\"" . $this->get_link() . "\" src=\"$placeholder\" width=\"$width\" height=\"$height\" autoplay=\"false\" target=\"myself\" controller=\"false\" loop=\"$loop\" scale=\"aspect\" bgcolor=\"$bgcolor\" pluginspage=\"http://apple.com/quicktime/download/\"></embed>";
1014 $embed .= "<embed type=\"$type\" style=\"cursor:hand; cursor:pointer;\" src=\"" . $this->get_link() . "\" width=\"$width\" height=\"$height\" autoplay=\"false\" target=\"myself\" controller=\"true\" loop=\"$loop\" scale=\"aspect\" bgcolor=\"$bgcolor\" pluginspage=\"http://apple.com/quicktime/download/\"></embed>";
1017 $embed .= "<script type='text/javascript'>embed_quicktime('$type', '$bgcolor', '$width', '$height', '" . $this->get_link() . "', '$placeholder', '$loop');</script>";
1025 $embed .= "<embed type=\"application/x-mplayer2\" src=\"" . $this->get_link()
[all...]
H A DItem.php799 * Identical to {@see get_link()} with key 0
801 * @see get_link
807 $link = $this->get_link();
812 return $enclosure->get_link();
826 public function get_link($key = 0, $rel = 'alternate') function in SimplePie\\Item