Lines Matching full:if
5 if (!defined('DOKU_INC')) define('DOKU_INC', __DIR__ . '/../../');
17 if ($INPUT->str('msg1')) msg(hsc($INPUT->str('msg1')), 1);
18 if ($INPUT->str('err')) msg(hsc($INPUT->str('err')), -1);
22 if ($INPUT->str('delete')) {
43 // If this page is directly opened it means we are in popup mode not fullscreen
51 // do not display the manager if user does not have read access
52 if ($AUTH < AUTH_READ && !$fullscreen) {
58 if (isset($_FILES['Filedata'])) {
61 if ($JUMPTO == false) {
70 if (!empty($_FILES['upload']['error'])) {
86 if (!empty($_FILES['upload']['tmp_name'])) {
88 if ($JUMPTO) $NS = getNS($JUMPTO);
92 if ($IMG && @array_key_exists('save', $INPUT->arr('do'))) {
96 if ($IMG && ($INPUT->str('mediado') == 'save' || @array_key_exists('save', $INPUT->arr('mediado')))…
100 if ($INPUT->int('rev') && $conf['mediarevisions']) $REV = $INPUT->int('rev');
102 if ($INPUT->str('mediado') == 'restore' && $conf['mediarevisions'] && checkSecurityToken()) {
107 if ($DEL) {
109 if (checkSecurityToken()) {
112 if ($res & DOKU_MEDIA_DELETED) {
114 if ($res & DOKU_MEDIA_EMPTY_NS && !$fullscreen) {
128 if (!$fullscreen) {