Home
last modified time | relevance | path

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

/dokuwiki/inc/
H A Dmedia.php331 ($INPUT->get->str('ow') == 'true'),
388 $INPUT->post->bool('ow'),
435 * @param bool $ow overwrite?
440 function media_save($file, $id, $ow, $auth, $move)
478 if ($overwrite && (!$ow || $auth < $auth_ow)) {
1582 $form->addCheckbox('ow', $lang['txt_overwrt'])->id('dw__ow')->val('1')
421 media_save($file, $id, $ow, $auth, $move) global() argument