Home
last modified time | relevance | path

Searched full:media_upload_finish (Results 1 – 23 of 23) sorted by relevance

/plugin/dev/
H A Devents.txt89 MEDIA_UPLOAD_FINISH
/plugin/ckgdoku/action/
H A Dmediamanager.php17 … $controller->register_hook('MEDIA_UPLOAD_FINISH', 'BEFORE', $this, 'upload_finish');
/plugin/archiveupload/
H A Daction.php37 $controller->register_hook('MEDIA_UPLOAD_FINISH', 'BEFORE', $this, 'handle_media_upload');
63 * MEDIA_UPLOAD_FINISH handler
/plugin/cloudstorage/
H A Daction.php23 // $controller->register_hook('MEDIA_UPLOAD_FINISH', 'BEFORE', $this, 'handle_media_upload_fi…
/plugin/watermark/action/
H A Dwatermark.php25 … $controller->register_hook('MEDIA_UPLOAD_FINISH', 'AFTER', $this, 'handle_media_upload_finish');
/plugin/ckgedit/action/
H A Dmediamanager.php17 … $controller->register_hook('MEDIA_UPLOAD_FINISH', 'BEFORE', $this, 'upload_finish');
/plugin/webdav/core/DAV/Collection/Media/
H A DFile.php109 // TODO call MEDIA_UPLOAD_FINISH
/plugin/bpmnioeditor/action/
H A Dbpmnioeditor.php146 …$result = media_upload_finish($newFile['tmp_name'], mediaFN($newFile['id']), $newFile['id'], $newF…
/plugin/projects/lib/
H A Dproject_file.php82 trigger_event('MEDIA_UPLOAD_FINISH', $data, '_media_upload_action', true);
/plugin/file2dw/
H A Daction.php270 …if ( media_upload_finish($this->userFile, $destFile, $this->nsName, $mime, @file_exists($destFile)…
349 …$mediaReturn = media_upload_finish($imgPath, $destFile, $this->nsName, $mime, @file_exists($destFi…
/plugin/owncloud/
H A Daction.php35 $contr->register_hook('MEDIA_UPLOAD_FINISH','AFTER',$this,'filecache',self::FILEUPDATE);
/plugin/dlcount/
H A Daction.php33 $controller->register_hook('MEDIA_UPLOAD_FINISH', 'BEFORE', $this, '_delcounter2');
/plugin/mediatooltip/
H A Daction.php10 $controller->register_hook('MEDIA_UPLOAD_FINISH', 'BEFORE', $this, '_media_finish');
/plugin/odt2dw/
H A Daction.php391 …if ( media_upload_finish($this->uploadDir.'/'.$this->pictpath.'/'.$pict, $destFile, $this->nsName,…
396 …if ( media_upload_finish($this->uploadDir.'/'.$this->odtFileName, $destFile, $this->nsName, $mime,…
/plugin/odtplus2dw/
H A Daction.php445 if ( media_upload_finish($this->uploadDir.'/'.$this->pictpath.'/'.$pict, $destFile, $this->nsName, $mime, @file_exists($destFile), 'rename' ) != $this->nsName ) return $this->_msg( array( 'er_apply_img', $this->uploadDir.'/'.$this->pictpath.'/'.$pict ) );
450 if ( media_upload_finish($this->uploadDir.'/'.$this->userFileName, $destFile, $this->nsName, $mime, @file_exists($destFile), 'rename' ) != $this->nsName ) return $this->_msg( array( 'er_apply_file' ) );
/dokuwiki/inc/
H A Dmedia.php431 * @triggers MEDIA_UPLOAD_FINISH
501 return Event::createAndTrigger('MEDIA_UPLOAD_FINISH', $data, '_media_upload_action', true);
505 * Callback adapter for media_upload_finish() triggered by MEDIA_UPLOAD_FINISH
516 return media_upload_finish($data[0], $data[1], $data[2], $data[3], $data[4], $data[5]);
537 function media_upload_finish($fn_tmp, $fn, $id, $imime, $overwrite, $move = 'move_uploaded_file')
1378 $res = media_upload_finish(
518 function media_upload_finish($fn_tmp, $fn, $id, $imime, $overwrite, $move = 'move_uploaded_file') { global() function
/plugin/preservefilenames/
H A Daction_anteater.php35 $controller->register_hook('MEDIA_UPLOAD_FINISH', 'AFTER', $this, '_saveMeta');
H A Daction_angua.php30 $controller->register_hook('MEDIA_UPLOAD_FINISH', 'AFTER', $this, '_saveMeta');
/plugin/freesync/
H A Dhelper.php474 …if(true == trigger_event('MEDIA_UPLOAD_FINISH', $data, array($this, '_media_upload_action'), true)…
/plugin/elasticsearch/action/
H A Dindexing.php28 $controller->register_hook('MEDIA_UPLOAD_FINISH', 'AFTER', $this, 'handle_media_upload');
/plugin/gitbacked/action/
H A Deditcommit.php28 $controller->register_hook('MEDIA_UPLOAD_FINISH', 'AFTER', $this, 'handle_media_upload');
/plugin/jsonrpc/
H A Djsonrpc.php422 … return trigger_event('MEDIA_UPLOAD_FINISH', $data, array($this, '_media_upload_action'), true);
/plugin/spatialhelper/
H A Daction.php71 $controller->register_hook('MEDIA_UPLOAD_FINISH', 'BEFORE', $this, 'handleMediaUploaded', []);