Home
last modified time | relevance | path

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

/dokuwiki/vendor/simplepie/simplepie/src/
H A DEnclosure.php808 * Embed the enclosure using `<embed>`
810 * @deprecated Use the second parameter to {@see embed} instead
812 * @param array|string $options See first parameter to {@see embed}
817 return $this->embed($options, true);
862 * @param bool $native Use `<embed>`
865 public function embed($options = '', $native = false) function in SimplePie\\Enclosure
984 $embed = '';
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>";
[all...]
H A DSimplePie.php662 public $strip_htmltags = ['base', 'blink', 'body', 'doctype', 'embed', 'font', 'form', 'frame', 'frameset', 'html', 'iframe', 'input', 'marquee', 'meta', 'noscript', 'object', 'param', 'script', 'style'];
/dokuwiki/inc/
H A DMailer.class.php81 * @param string $embed Unique key to reference this file from the HTML part
83 public function attachFile($path, $mime, $name = '', $embed = '')
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 = '')
116 'embed' => $embed
121 * Callback function to automatically embed images referenced in HTML templates
236 // embed medi
78 attachFile($path, $mime, $name = '', $embed = '') global() argument
99 attachContent($data, $mime, $name = '', $embed = '') global() argument
[all...]
/dokuwiki/lib/tpl/dokuwiki/css/
H A Dbasic.less228 embed,
/dokuwiki/data/pages/wiki/
H A Dsyntax.txt169 DokuWiki can embed the following media formats directly.