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'])) {
82 if (!empty($_FILES['upload']['tmp_name'])) {
84 if ($JUMPTO) $NS = getNS($JUMPTO);
88 if ($IMG && @array_key_exists('save', $INPUT->arr('do'))) {
92 if ($IMG && ($INPUT->str('mediado') == 'save' || @array_key_exists('save', $INPUT->arr('mediado')))…
96 if ($INPUT->int('rev') && $conf['mediarevisions']) $REV = $INPUT->int('rev');
98 if ($INPUT->str('mediado') == 'restore' && $conf['mediarevisions'] && checkSecurityToken()) {
103 if ($DEL) {
105 if (checkSecurityToken()) {
108 if ($res & DOKU_MEDIA_DELETED) {
110 if ($res & DOKU_MEDIA_EMPTY_NS && !$fullscreen) {
124 if (!$fullscreen) {