Searched refs:embed (Results 1 – 6 of 6) sorted by relevance
/dokuwiki/vendor/simplepie/simplepie/src/ |
H A D | Enclosure.php | 816 return $this->embed($options, true); 864 public function embed($options = '', $native = false) function in SimplePie\\Enclosure 983 $embed = ''; 988 …$embed .= "<embed src=\"" . $this->get_link() . "\" pluginspage=\"http://adobe.com/go/getflashplay… 990 …$embed .= "<script type='text/javascript'>embed_flash('$bgcolor', '$width', '$height', '" . $this-… 999 …$embed .= "<embed src=\"$mediaplayer\" pluginspage=\"http://adobe.com/go/getflashplayer\" type=\"a… 1001 …$embed .= "<script type='text/javascript'>embed_flv('$width', '$height', '" . rawurlencode($this->… 1011 …$embed .= "<embed type=\"$type\" style=\"cursor:hand; cursor:pointer;\" href=\"" . $this->get_link… 1013 …$embed .= "<embed type=\"$type\" style=\"cursor:hand; cursor:pointer;\" src=\"" . $this->get_link(… 1016 …$embed .= "<script type='text/javascript'>embed_quicktime('$type', '$bgcolor', '$width', '$height'… [all …]
|
H A D | SimplePie.php | 661 …public $strip_htmltags = ['base', 'blink', 'body', 'doctype', 'embed', 'font', 'form', 'frame', 'f…
|
/dokuwiki/inc/ |
H A D | Mailer.class.php | 81 * @param string $embed Unique key to reference this file from the HTML part 83 public function attachFile($path, $mime, $name = '', $embed = '') argument 93 'embed' => $embed 103 * @param string $embed Unique key to reference this file from the HTML part 105 public function attachContent($data, $mime, $name = '', $embed = '') argument 116 'embed' => $embed
|
/dokuwiki/lib/tpl/dokuwiki/css/ |
H A D | basic.less | 228 embed,
|
/dokuwiki/data/pages/wiki/ |
H A D | syntax.txt | 169 DokuWiki can embed the following media formats directly.
|
/dokuwiki/_test/data/pages/wiki/ |
H A D | syntax.txt | 169 DokuWiki can embed the following media formats directly.
|