Searched refs:file_data (Results 1 – 5 of 5) sorted by relevance
| /plugin/composer/ |
| D | syntax.php | 173 $file_data = $this->_get_file_data($data); 183 usort($file_data, "composer_sort_filedata"); 187 foreach($file_data as $file) { 245 $file_data = array( 253 $file_data, 261 unset($file_data['start_lvl']); 262 unset($file_data['blocked']); 264 return $file_data; 272 function _render_output(&$renderer, $file_data, $o){ argument 275 $id = $file_data['id']; [all …]
|
| /plugin/ckgdoku/fckeditor/editor/filemanager/connectors/php/ |
| D | commands.php | 543 $file_data = filter_var_array($_FILES[$keys[0]], $f_args); 598 $sFileUrl = CombinePaths( $sFileUrl, $file_data['name']); 599 SendUploadResults( '203', $sFileUrl, $file_data['name'], $msg ) ; 607 if ( isset( $file_data ) && !is_null( $file_data['tmp_name'] ) ) 611 $upload_err = $file_data['error']; 613 send_ckg_UploadError($upload_err,$sFileUrl, $file_data['name']); 616 $oFile = $file_data ;
|
| /plugin/ckgedit/fckeditor/editor/filemanager/connectors/php/ |
| D | commands.php | 538 $file_data = filter_var_array($_FILES[$keys[0]], $f_args); 593 $sFileUrl = CombinePaths( $sFileUrl, $file_data['name']); 594 SendUploadResults( '203', $sFileUrl, $file_data['name'], $msg ) ; 602 if ( isset( $file_data ) && !is_null( $file_data['tmp_name'] ) ) 606 $upload_err = $file_data['error']; 608 send_ckg_UploadError($upload_err,$sFileUrl, $file_data['name']); 611 $oFile = $file_data ;
|
| /plugin/farmer/vendor/splitbrain/php-ico/src/ |
| H A D | PhpIco.php | 279 if (false === ($file_data = file_get_contents($file))) { 283 if (false === ($im = imagecreatefromstring($file_data))) { 287 unset($file_data);
|
| /plugin/advanced/admin/ |
| D | config.php | 284 $file_data = (file_exists($file_path) ? io_readFile($file_path) : ''); 295 echo $file_data;
|