Home
last modified time | relevance | path

Searched refs:fallback (Results 1 – 3 of 3) sorted by last modified time

/dokuwiki/inc/parser/
H A Dxhtml.php1942 $fallback = '';
1959 $fallback .= $this->$linkType(
1980 $out .= $fallback;
2012 $fallback = '';
2027 $fallback .= $this->$linkType(
2040 $out .= $fallback;
/dokuwiki/inc/
H A Dtemplate.php1719 * @param bool $fallback use fallback image if target isn't found or return 'false' if potential
1725 function tpl_getMediaFile($search, $abs = false, &$imginfo = null, $fallback = true)
1745 // give result for fallback image
1746 if ($fallback) {
1748 // stop process if false result is required (if $fallback is false)
1637 tpl_getMediaFile($search, $abs = false, & $imginfo = null, $fallback = true) global() argument
/dokuwiki/vendor/geshi/geshi/
H A DCHANGELOG507 code is found in this mode, we fallback to the same setting as if GESHI_NEVER was set. That way it