Home
last modified time | relevance | path

Searched defs:pFileHandle (Results 1 – 19 of 19) sorted by relevance

/dports/finance/weberp/webERP/Classes/PHPExcel/Writer/
H A DCSV.php277 private function _writeLine($pFileHandle = null, $pValues = null) {
/dports/games/warzone2100/warzone2100/lib/netplay/
H A Dnetlog.cpp38 static PHYSFS_file *pFileHandle = nullptr; variable
/dports/www/groupoffice/groupoffice-6.4.231-php-71/vendor/phpoffice/phpexcel/Classes/PHPExcel/Writer/
H A DCSV.php319 private function writeLine($pFileHandle = null, $pValues = null)
/dports/www/thirtybees/thirtybees-1.1.0/vendor/phpoffice/phpexcel/Classes/PHPExcel/Writer/
H A DCSV.php319 private function writeLine($pFileHandle = null, $pValues = null)
/dports/finance/prestashop/prestashop/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Writer/
H A DCsv.php313 private function writeLine($pFileHandle, array $pValues)
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/includes/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Writer/
H A DCsv.php313 private function writeLine($pFileHandle, array $pValues)
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/includes/phpoffice/PhpSpreadsheet/Writer/
H A DCsv.php313 private function writeLine($pFileHandle, array $pValues)
/dports/editors/texmaker/texmaker-5.0.3/pdfium/xfa/fgas/font/
H A Dfgas_stdfontmgr.h124 void* pFileHandle; member
/dports/www/moodle310/moodle/lib/phpspreadsheet/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Writer/
H A DCsv.php313 private function writeLine($pFileHandle, array $pValues)
/dports/www/moodle39/moodle/lib/phpspreadsheet/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Writer/
H A DCsv.php313 private function writeLine($pFileHandle, array $pValues)
/dports/www/groupoffice/groupoffice-6.4.231-php-71/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Writer/
H A DCsv.php319 private function writeLine($pFileHandle, array $pValues): void
/dports/www/moodle311/moodle/lib/phpspreadsheet/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Writer/
H A DCsv.php319 private function writeLine($pFileHandle, array $pValues): void
/dports/www/ilias/ILIAS-5.4.25/libs/composer/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Writer/
H A DCsv.php350 private function writeLine($pFileHandle, array $pValues): void
/dports/games/warzone2100/warzone2100/src/
H A Dmultiopt.cpp245 PHYSFS_file *pFileHandle = PHYSFS_openWrite(filename); in recvOptions() local
H A Dmultiplay.cpp1356 PHYSFS_file *pFileHandle = PHYSFS_openRead(filename.c_str()); in recvMapFileRequested() local
/dports/sysutils/ipmitool/ipmitool-1.8.18/lib/
H A Dipmi_fwum.c313 FILE *pFileHandle = NULL; in KfwumGetFileSize() local
339 FILE *pFileHandle = NULL; in KfwumSetupBuffersFromFile() local
/dports/lang/micropython/micropython-1.17/drivers/cc3100/src/
H A Dfs.c112 _i32 sl_FsOpen(const _u8 *pFileName,const _u32 AccessModeAndMaxSize, _u32 *pToken,_i32 *pFileHandle) in sl_FsOpen()
/dports/games/uqm/uqm-0.8.0/src/libs/uio/
H A Dio.c1656 uio_PFileHandle_deletePFileHandleExtra(uio_PFileHandle *pFileHandle) { in uio_PFileHandle_deletePFileHandleExtra()
1720 uio_PFileHandle_delete(uio_PFileHandle *pFileHandle) { in uio_PFileHandle_delete()
1735 uio_PFileHandle_free(uio_PFileHandle *pFileHandle) { in uio_PFileHandle_free()
/dports/audio/drumstick/drumstick-2.5.0/library/rt-backends/eassynth/sonivox/lib_src/
H A Deas_pcm.c439 …ULT EAS_PEGetFileHandle (S_EAS_DATA *pEASData, EAS_PCM_HANDLE pState, EAS_FILE_HANDLE *pFileHandle) in EAS_PEGetFileHandle()