Home
last modified time | relevance | path

Searched refs:wrapper (Results 1 – 7 of 7) sorted by path

/dokuwiki/inc/
H A DMailer.class.php216 $wrapper = rawLocale('mailwrap', 'html');
219 $html = str_replace('@HTMLBODY@', $html, $wrapper);
H A Dparserutils.php780 * @param string $wrapper html element to wrap the returned highlighted text
786 function p_xhtml_cached_geshi($code, $language, $wrapper = 'pre', array $options = null)
817 // remove GeSHi's wrapper element (we'll replace it with our own later)
818 // we need to use a GeSHi wrapper to avoid <BR> throughout the highlighted text
823 // add a wrapper element if required
824 if ($wrapper) {
825 return "<$wrapper class=\"code $language\">$highlighted_code</$wrapper>";
795 p_xhtml_cached_geshi($code, $language, $wrapper = 'pre', array $options = null) global() argument
H A Dtemplate.php697 * @param string|bool $wrapper HTML element wrapper
707 function tpl_action($type, $link = false, $wrapper = false, $return = false, $pre = '', $suf = '', $inner = '')
716 if ($out && $wrapper) $out = "<$wrapper>$out</$wrapper>";
639 tpl_action($type, $link = false, $wrapper = false, $return = false, $pre = '', $suf = '', $inner = '') global() argument
/dokuwiki/lib/scripts/jquery/jquery-ui-theme/
H A Dsmoothness.css128 .ui-menu .ui-menu-item-wrapper {
148 .ui-menu-icons .ui-menu-item-wrapper {
/dokuwiki/lib/tpl/dokuwiki/css/
H A Ddesign.less330 .dokuwiki .wrapper {
H A Dstructure.less44 #dokuwiki__site .wrapper {
/dokuwiki/vendor/simplepie/simplepie/src/
H A DParser.php90 // and a list of entries without an h-feed wrapper are both valid.
159 $wrapper = @is_writable(sys_get_temp_dir()) ? 'php://temp' : 'php://memory';
160 if (($stream = fopen($wrapper, 'r+')) &&