Lines Matching full:out
838 $out = '<!-- TOC START -->' . DOKU_LF;
839 $out .= '<div id="dw__toc" class="dw__toc">' . DOKU_LF;
840 $out .= '<h3 class="toggle">';
841 $out .= $lang['toc'];
842 $out .= '</h3>' . DOKU_LF;
843 $out .= '<div>' . DOKU_LF;
844 $out .= html_buildlist($toc, 'toc', 'html_list_toc', null, true);
845 $out .= '</div>' . DOKU_LF . '</div>' . DOKU_LF;
846 $out .= '<!-- TOC END -->' . DOKU_LF;
847 return $out;
948 $out = '';
967 $out .= '<!--[if !IE]> -->' . NL;
968 $out .= '<object ' . buildAttributes($std) . '>' . NL;
969 $out .= '<!-- <![endif]-->' . NL;
970 $out .= '<!--[if IE]>' . NL;
971 $out .= '<object ' . buildAttributes($ie) . '>' . NL;
972 $out .= ' <param name="movie" value="' . hsc($swf) . '" />' . NL;
973 $out .= '<!--><!-- -->' . NL;
977 $out .= ' <param name="' . hsc($key) . '" value="' . hsc($val) . '" />' . NL;
982 $out .= ' <param name="FlashVars" value="' . buildURLparams($flashvars) . '" />' . NL;
987 $out .= $alt . NL;
989 $out .= $lang['noflash'] . NL;
993 $out .= '</object>' . NL;
994 $out .= '<!-- <![endif]-->' . NL;
996 return $out;