/plugin/upload/ |
H A D | plugin.info.txt | 1 base upload 5 name upload Plugin 6 desc Includes file upload into wikipages depending on the user rights. 7 url http://dokuwiki.org/plugin:upload
|
H A D | README | 1 upload Plugin for DokuWiki 3 Includes file upload into wikipages depending on the user rights. 6 https://www.dokuwiki.org/plugin:upload 9 lib/plugins/upload/ - if the folder is called different it
|
H A D | syntax.php | 45 $this->Lexer->addSpecialPattern('\{\{upload>.+?\}\}', $mode, 'plugin_upload'); 116 $form->addElement(form_makeFileField('upload', $lang['txt_upload'] . ':', 'upload__file')); 118 …ame this field here "id" because it is misinterpreted by DokuWiki if the upload form is not in med…
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DriveActivity/ |
H A D | Create.php | 60 public function setUpload(Upload $upload) argument 62 $this->upload = $upload; 69 return $this->upload;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/RemoteBuildExecution/ |
H A D | GoogleDevtoolsRemotebuildbotCommandDurations.php | 33 public $upload; variable in Google\\Service\\RemoteBuildExecution\\GoogleDevtoolsRemotebuildbotCommandDurations 124 public function setUpload($upload) argument 126 $this->upload = $upload; 130 return $this->upload;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/YouTube/ |
H A D | ActivityContentDetails.php | 188 public function setUpload(ActivityContentDetailsUpload $upload) argument 190 $this->upload = $upload; 197 return $this->upload;
|
/plugin/mediatooltip/ |
H A D | style.css | 1 ul.qq-upload-list a { 8 .qq-upload-cancel {
|
/plugin/authgoogle/google/service/ |
H A D | Google_MediaFileUpload.php | 179 $upload = $params['mediaUpload']['value']; 181 $payload['content-type'] = $upload->mimeType; 182 if (isset($upload->resumable) && $upload->resumable) {
|
/plugin/confmanager/action/ |
H A D | upload.php | 19 $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()) {
|
/plugin/file2dw/docker/simple/ |
H A D | docker-compose.yml | 9 - MAXPOST=30M # OPTIONAL: Change value to allow upload of bigger/smaller files 10 - MAXFILE=30M # OPTIONAL: Change value to allow upload of bigger/smaller files
|
/plugin/fontface/ |
H A D | install_fonts.txt | 8 You need to upload at least two files into the plugin's "fonts" directory to accomodate the majorii… 24 You don't need to upload any files. You can use any of the fonts listed here:
|
/plugin/confmanager/lang/en/ |
H A D | mime.txt | 1 Which file types you can upload via the [[doku>media_manager]] is configured through the ''conf/mime.conf'' file. It also configures the file extension <-> mimetype association. 5 :!: **Never enable HTML upload for unprotected wikis**, as this opens Cross Site Scripting vulnerabilities through JavaScript. Only enable this with trusted users. You need to disable the [[doku>config:iexssprotect]] option additionally to adding the HTML mime type in the config file.
|
/plugin/supa/ |
H A D | README.txt | 2 Did you ever run into the annoyance that you have to upload a screenshot (or 5 (or worse: WinWord), save the image and upload this file.
|
H A D | plugin.info.txt | 6 desc Easy upload of images from the local cliboard, e.g. from a screenshot
|
/plugin/shell/lang/en/ |
H A D | help.txt | 6 …* ''upload <file>'' - Upload a file to the server. Your browser will ask you for a file to upload …
|
/plugin/confmanager/configTypes/ |
H A D | ConfigManagerUploadable.php | 14 function upload(); function
|
/plugin/svgpureinsert/ |
H A D | README.md | 20 Allowing SVG Upload equals to allowing HTML + JS upload. 21 …http://security.stackexchange.com/questions/11384/exploits-or-other-security-risks-with-svg-upload)
|
/plugin/findologicxmlexport/vendor/jms/serializer/.travis/ |
H A D | success_test.sh | 4 if [[ $TRAVIS_PHP_VERSION = '7.2' ]]; then php ocular.phar code-coverage:upload --format=php-clover…
|
/plugin/supa/lang/en/ |
H A D | intro.txt | 2 This plugin allows you to upload images directly from the clipboard. No need
|
/plugin/fckg/fckeditor/ |
H A D | Install_README | 9 Files can be uploaded from either the image tool or the link tool. In each case, the upload 12 new directories and to upload your files to these directories.
|
/plugin/fileshare/ |
H A D | plugin.info.txt | 6 desc upload, show and download files from directory on web server
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/GamesConfiguration/Resource/ |
H A D | ImageConfigurations.php | 41 public function upload($resourceId, $imageType, $optParams = []) function in Google\\Service\\GamesConfiguration\\Resource\\ImageConfigurations
|
/plugin/davcal/vendor/sabre/dav/bin/ |
H A D | googlecode_upload.py | 59 def upload(file, project_name, user_name, password, summary, labels=None): function 186 status, reason, url = upload(file_path, project_name, user_name, password,
|
/plugin/dropfiles/ |
H A D | plugin.info.txt | 6 desc Allows to upload files by drang'n'drop into the editarea of a page
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudSearch/Resource/ |
H A D | Media.php | 55 public function upload($resourceName, MediaModel $postBody, $optParams = []) function in Google\\Service\\CloudSearch\\Resource\\Media
|