Home
last modified time | relevance | path

Searched +full:upload +(+path:plugin +path:confmanager) -(+path:plugin +path:confmanager +path:lang) (Results 1 – 7 of 7) sorted by relevance

/plugin/confmanager/action/
H A Dupload.php19 $controller->register_hook('AJAX_CALL_UNKNOWN', 'BEFORE', $this, 'upload', []);
28 public function upload(Doku_Event $event) { function in action_plugin_confmanager_upload
50 if (!$config->upload()) {
H A Ddeleteicon.php19 $controller->register_hook('AJAX_CALL_UNKNOWN', 'BEFORE', $this, 'upload', []);
29 public function upload(Doku_Event $event, $param) { function in action_plugin_confmanager_deleteicon
/plugin/confmanager/configTypes/
H A DConfigManagerTwoLineLeftImageConfigCascade.php83 public function upload() { function in ConfigManagerTwoLineLeftImageConfigCascade
151 * @param string $upload_name name of upload
152 * @param string $upload_extension extension of upload
160 * Left image path cannot change by upload
H A DConfigManagerTwoLineRightImageConfigCascade.php43 * @param string $upload_name name of upload
44 * @param string $upload_extension extension of upload
H A DConfigManagerUploadable.php14 function upload(); function
/plugin/confmanager/tpl/
H A DformEnd.php9 <h3 class="popupheader">File Upload</h3>
16 …<input type="submit" class="button saveButton right" value="<?php echo $helper->getLang('upload') …
/plugin/confmanager/
H A Djquery.form.js174 // are there files to upload?
259 // workaround because jqXHR does not expose upload property
262 if (xhr.upload) {
263 xhr.upload.onprogress = function(event) {
341 log('aborting upload... ' + e);
411 // take a breath so that pending repaints get some cpu time before the upload starts
618 log('upload aborted');