Home
last modified time | relevance | path

Searched refs:_FILES (Results 26 – 46 of 46) sorted by relevance

12

/plugin/confmanager/configTypes/
H A DConfigManagerTwoLineLeftImageConfigCascade.php85 if (!isset($_FILES['icon'])) {
90 $icon = $_FILES['icon'];
/plugin/docimporter/
H A D.action.php.swp16_FILES['doc']['tmp_name'], $tempDir."/". $fileName)){� $agnosticFileName = $agnosticFileName[…
/plugin/loglog/
H A Daction.php264 } elseif (isset($_FILES['installfile'])) {
265 $this->logAdmin(['installfile', $_FILES['installfile']['name']]);
/plugin/photogallery/phpThumb/demo/
H A DphpThumb.demo.object.php59 …$output_filename = './thumbnails/'.basename($_FILES['userfile']['name']).'_'.$thumbnail_width.'.'.…
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Framework/
H A DTestCaseTest.php21 $_FILES['g'] = 'g';
325 $this->assertEquals('g', $_FILES['g']);
337 $_FILES['g'] = 'gg';
349 $this->assertEquals('gg', $_FILES['g']);
367 $this->assertEquals('g', $_FILES['g']);
/plugin/ckgdoku/fckeditor/editor/filemanager/connectors/php/
H A Dcommands.php531 if (!isset($_FILES)) {
532 global $_FILES;
542 $keys = array_keys($_FILES);
543 $file_data = filter_var_array($_FILES[$keys[0]], $f_args);
/plugin/issuetracker/
H A Dsyntax.php216 $mime_type1 = $_FILES['attachment1']['type'];
220 $mime_type2 = $_FILES['attachment2']['type'];
224 $mime_type3 = $_FILES['attachment3']['type'];
1400 global $_FILES;
1802 $mime_type = $_FILES[$attachment_id]['type'];
1803 …$file_extension = strrchr($_FILES[$attachment_id]['name'],'.'); // last occurance of dot to detect…
1811 …$Generated_Header .= '<span>'.$this->getLang('wmsg7').' (File: <b>'.$_FILES[$attachment_id]['name'…
1816 …$Generated_Header .= '<span>'.$this->getLang('wmsg8').' (File: <b>'.$_FILES[$attachment_id]['name'…
1819 if($_FILES[$attachment_id]['size'] > ($this->getConf('max_fsize'))){
1830 …$safe_filename = preg_replace('#[^A-Za-z0-9_.-]#', '',trim(basename( $_FILES[$attachment_id]['name…
[all …]
H A Daction.php555 $mime_type1 = $_FILES['attachment1']['type'];
559 $mime_type2 = $_FILES['attachment2']['type'];
563 $mime_type3 = $_FILES['attachment3']['type'];
3580 $mime_type = $_FILES[$attachment_id]['type'];
3581 …$file_extension = strrchr($_FILES[$attachment_id]['name'],'.'); // last occurance of dot to detect…
3589 …$Generated_Header .= '<span>'.$this->getLang('wmsg7').' (File: <b>'.$_FILES[$attachment_id]['name'…
3594 …$Generated_Header .= '<span>'.$this->getLang('wmsg8').' (File: <b>'.$_FILES[$attachment_id]['name'…
3597 if($_FILES[$attachment_id]['size'] > ($this->getConf('max_fsize'))){
3599 …ntf($this->getLang('wmsg6'), $this->getConf('max_fsize')).' (File: <b>'.$_FILES[$attachment_id]['n…
3608 …$safe_filename = preg_replace('#[^A-Za-z0-9_.-]#', '',trim(basename( $_FILES[$attachment_id]['name…
[all …]
/plugin/preservefilenames/
H A Daction_anteater.php62 } elseif (isset($_FILES['Filedata'])) {
64 $filename_orig = $_FILES['upload']['name'];
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DServerRequest.php184 ->withUploadedFiles(self::normalizeFiles($_FILES));
/plugin/davcal/vendor/sabre/dav/lib/DAV/Browser/
H A DPlugin.php222 if ($_FILES) $file = current($_FILES);
/plugin/webdav/vendor/sabre/dav/lib/DAV/Browser/
H A DPlugin.php222 if ($_FILES) $file = current($_FILES);
/plugin/sqlite/
H A Dadmin.php64 $importfile = $_FILES['importfile']['tmp_name'];
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Util/
H A DConfigurationTest.php263 $this->assertEquals('bar', $_FILES['foo']);
/plugin/fedauth/
H A Daction.php325 $_FILES = $_SESSION[DOKU_COOKIE]['fedauth']['stor']['fs'];
/plugin/bureaucracy-au/
H A Dsyntax.php311 foreach($_FILES['bureaucracy'] as $key => $value) {
/plugin/bureaucracyau/
H A Dsyntax.php311 foreach($_FILES['bureaucracyau'] as $key => $value) {
/plugin/bureaucracy/
H A Dsyntax.php316 foreach($_FILES['bureaucracy'] as $key => $value) {
/plugin/translator/
H A Dadmin.php82 …: $this->_handleUploadedFiles($_REQUEST['Category'], $_REQUEST['Version'], $_FILES['File']); break;
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D41.41.js.map1 …S',\n '$_SERVER',\n '$_GET',\n '$_POST',\n '$_FILES',\n '$_REQU…
/plugin/database2/
H A Ddatabase2.php5311 $upload = $_FILES['db2dodata'.$column];

12