Home
last modified time | relevance | path

Searched refs:upload (Results 1 – 25 of 284) sorted by relevance

12345678910>>...12

/plugin/upload/
H A Dplugin.info.txt1 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 DREADME1 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 Dsyntax.php45 $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 DCreate.php60 public function setUpload(Upload $upload) argument
62 $this->upload = $upload;
69 return $this->upload;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/RemoteBuildExecution/
H A DGoogleDevtoolsRemotebuildbotCommandDurations.php33 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 DActivityContentDetails.php188 public function setUpload(ActivityContentDetailsUpload $upload) argument
190 $this->upload = $upload;
197 return $this->upload;
/plugin/mediatooltip/
H A Dstyle.css1 ul.qq-upload-list a {
8 .qq-upload-cancel {
/plugin/authgoogle/google/service/
H A DGoogle_MediaFileUpload.php179 $upload = $params['mediaUpload']['value'];
181 $payload['content-type'] = $upload->mimeType;
182 if (isset($upload->resumable) && $upload->resumable) {
/plugin/confmanager/action/
H A Dupload.php28 public function upload(Doku_Event $event) { function in action_plugin_confmanager_upload
50 if (!$config->upload()) {
/plugin/file2dw/docker/simple/
H A Ddocker-compose.yml9 - 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 Dinstall_fonts.txt8 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 Dmime.txt1 Which file types you can upload via the [[doku>media_manager]] is configured through the ''conf/mim…
5 :!: **Never enable HTML upload for unprotected wikis**, as this opens Cross Site Scripting vulnerab…
/plugin/supa/
H A DREADME.txt2 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 Dplugin.info.txt6 desc Easy upload of images from the local cliboard, e.g. from a screenshot
/plugin/shell/lang/en/
H A Dhelp.txt6 …* ''upload <file>'' - Upload a file to the server. Your browser will ask you for a file to upload
/plugin/confmanager/configTypes/
H A DConfigManagerUploadable.php14 function upload(); function
/plugin/svgpureinsert/
H A DREADME.md20 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 Dsuccess_test.sh4 if [[ $TRAVIS_PHP_VERSION = '7.2' ]]; then php ocular.phar code-coverage:upload --format=php-clover…
/plugin/supa/lang/en/
H A Dintro.txt2 This plugin allows you to upload images directly from the clipboard. No need
/plugin/fckg/fckeditor/
H A DInstall_README9 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 Dplugin.info.txt6 desc upload, show and download files from directory on web server
/plugin/authgooglesheets/vendor/google/apiclient-services/src/GamesConfiguration/Resource/
H A DImageConfigurations.php41 public function upload($resourceId, $imageType, $optParams = []) function in Google\\Service\\GamesConfiguration\\Resource\\ImageConfigurations
/plugin/davcal/vendor/sabre/dav/bin/
H A Dgooglecode_upload.py59 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 Dplugin.info.txt6 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 DMedia.php55 public function upload($resourceName, MediaModel $postBody, $optParams = []) function in Google\\Service\\CloudSearch\\Resource\\Media

12345678910>>...12