Home
last modified time | relevance | path

Searched refs:fullscreen (Results 1 – 6 of 6) sorted by path

/dokuwiki/inc/
H A DAjax.php236 global $IMG, $JUMPTO, $REV, $fullscreen, $INPUT;
237 $fullscreen = true;
H A Dmedia.php1404 * @param bool $fullscreen
1407 function media_searchlist($query, $ns, $auth = null, $fullscreen = false, $sort = 'natural')
1444 if (!$fullscreen) {
1452 if ($fullscreen) {
1456 if (!$fullscreen) {
1470 if ($fullscreen) echo '</ul>' . NL;
1538 * @param bool $fullscreen
1540 function media_uploadform($ns, $auth, $fullscreen = false)
1554 if ($auth >= $auth_ow && $fullscreen && $INPUT->str('mediado') == 'update') {
1563 'action' => ($fullscreen)
1340 media_searchlist($query, $ns, $auth = null, $fullscreen = false, $sort = 'natural') global() argument
1468 media_uploadform($ns, $auth, $fullscreen = false) global() argument
1564 media_searchform($ns, $query = '', $fullscreen = false) global() argument
[all...]
H A Dtemplate.php1850 global $NS, $IMG, $JUMPTO, $REV, $lang, $fullscreen, $INPUT;
1851 $fullscreen = true;
/dokuwiki/lib/exe/
H A Dmediamanager.php43 // If this page is directly opened it means we are in popup mode not fullscreen
44 // $fullscreen isn't defined by default it might lead to some PHP warnings
45 $fullscreen ??= false; variable
52 if ($AUTH < AUTH_READ && !$fullscreen) {
114 if ($res & DOKU_MEDIA_EMPTY_NS && !$fullscreen) {
128 if (!$fullscreen) {
/dokuwiki/lib/tpl/dokuwiki/css/
H A D_fileuploader.css3 * used in the media manager (both fullscreen and popup).
H A D_media_fullscreen.css2 * This file provides the styles for the fullscreen media manager