/dports/cad/openroad/OpenROAD-2.0/src/rcx/src/ |
H A D | ext.i | 58 Ext* ext = getOpenRCX(); in define_process_corner() local 74 Ext* ext = getOpenRCX(); in extract() local 92 write_spef(const char* file, in write_spef() 96 Ext* ext = getOpenRCX(); in write_spef() local 110 Ext* ext = getOpenRCX(); in adjust_rc() local 115 diff_spef(const char* file, in diff_spef() 121 Ext* ext = getOpenRCX(); in diff_spef() local 144 Ext* ext = getOpenRCX(); in bench_wires() local 162 bench_verilog(const char* file) in bench_verilog() 169 write_rules(const char* file, in write_rules() [all …]
|
/dports/dns/bind911/bind-9.11.37/bin/tests/system/checkds/ |
H A D | dig.bat | 2 set ext= variable 3 set file= variable 16 set file=%arg% variable 20 set ext=ds variable 24 set ext=dlv variable 28 set ext=dnskey variable
|
/dports/graphics/photoflow/PhotoFlow-8472024f/src/base/ |
H A D | fileutils.cc | 35 …ol PF::getFileExtension(const std::string dir_separator, const std::string file, std::string & ext) in getFileExtension() 52 std::string PF::replaceFileExtension(const std::string file, std::string ext) in replaceFileExtension() 67 …getFileExtensionLowcase(const std::string dir_separator, const std::string file, std::string & ext) in getFileExtensionLowcase() 76 bool PF::getFileName(const std::string dir_separator, const std::string file, std::string & name) in getFileName() 97 bool PF::getDirName(const std::string dir_separator, const std::string file, std::string & name) in getDirName()
|
/dports/devel/rth/rth/FCKeditor/editor/filemanager/browser/mcpuk/connectors/php/Commands/ |
H A D | Thumbnail.php | 103 function getMIME($file) { 116 function image2MIME($file) { 142 function isImage($mime,$ext) { 160 function isJPEG($mime,$ext) { 168 function isGIF($mime,$ext) { 176 function isPNG($mime,$ext) { 192 function resizeFromJPEG($file) { 199 function resizeFromGIF($file) { 206 function resizeFromPNG($file) {
|
/dports/devel/truc/truc_0.12.0/FCKeditor/editor/filemanager/browser/mcpuk/connectors/php/commands/ |
H A D | thumbnail.php | 102 function getMIME($file) { 115 function image2MIME($file) { 141 function isImage($mime,$ext) { 159 function isJPEG($mime,$ext) { 167 function isGIF($mime,$ext) { 175 function isPNG($mime,$ext) { 191 function resizeFromJPEG($file) { 198 function resizeFromGIF($file) { 205 function resizeFromPNG($file) {
|
/dports/graphics/lightzone/LightZone-4.1.8-3-g36e87773/lightcrafts/src/com/lightcrafts/ui/export/ |
H A D | ExportNameUtility.java | 30 public static File ensureNotExists(File file) { in ensureNotExists() 35 final String ext = getFileExtension(file); in ensureNotExists() local 48 private static String trimFileNumberAndExtension(File file) { in trimFileNumberAndExtension() 60 public static String getBaseName(File file) { in getBaseName() 69 public static String getFileExtension(File file) { in getFileExtension() 78 public static File setFileExtension(File file, String ext) { in setFileExtension() 94 public static File trimFileExtension(File file) { in trimFileExtension() 105 File file = new File(name); in trimFileExtension() local 115 String ext = getFileExtension(file); in ensureCompatibleExtension() local 127 private static String constructPath(String base, int num, String ext) { in constructPath() [all …]
|
/dports/dns/samba-nsupdate/bind-9.16.5/bin/tests/system/checkds/ |
H A D | dig.bat | 2 set ext= variable 3 set file= variable 14 set file=%arg% variable 18 set ext=ds variable 22 set ext=dnskey variable
|
/dports/dns/bind-tools/bind-9.16.27/bin/tests/system/checkdstool/ |
H A D | dig.bat | 2 set ext= variable 3 set file= variable 14 set file=%arg% variable 18 set ext=ds variable 22 set ext=dnskey variable
|
/dports/dns/bind916/bind-9.16.27/bin/tests/system/checkdstool/ |
H A D | dig.bat | 2 set ext= variable 3 set file= variable 14 set file=%arg% variable 18 set ext=ds variable 22 set ext=dnskey variable
|
/dports/www/mybb/mybb-mybb_1829/admin/modules/tools/ |
H A D | backupdb.php | 67 $file = basename($mybb->input['file']); variable 68 $ext = get_extension($file); variable 102 $file = basename($mybb->input['file']); variable 154 $file = MYBB_ADMIN_DIR.'backups/backup_'.date("_Ymd_His_").random_str(16); variable 173 $file = 'backup_'.substr(md5($mybb->user['uid'].TIME_NOW), 0, 10).random_str(54); variable 291 $ext = '.sql.gz'; variable 295 $ext = '.sql'; variable 441 while(($file = readdir($handle)) !== false) variable 445 $ext = get_extension($file); variable
|
/dports/textproc/R-cran-rio/rio/tests/testthat/ |
H A D | test_format_external_packages.R | 6 for (ext in extensions) { globalVar 7 file <- file.path(tempdir(), paste0("test.", ext)) globalVar 16 for (ext in extensions) { globalVar 17 file <- file.path(tempdir(), paste0("test.", ext)) globalVar
|
/dports/math/octave/octave-6.4.0/scripts/miscellaneous/ |
H A D | unpack.m | 91 file = cellstr (file); variable 100 file = gfile; variable 124 file = file{1}; variable 137 ext = ".gz"; variable 144 ext = filetype; variable 146 ext = regexprep (ext, '(\.?)\S*$', ['$1' filetype]); variable 155 ext = [tmpext ext]; variable 172 file = make_absolute_filename (file); variable 226 file = __w2mpth__ (file); variable
|
/dports/www/webfs/webfs-1.21/ |
H A D | mime.c | 15 char ext[8]; member 26 add_mime(char *ext, char *type) in add_mime() 36 get_mime(char *file) in get_mime() 39 char *ext; in get_mime() local 53 init_mime(char *file,char *def) in init_mime() 56 char line[128], type[64], ext[8]; in init_mime() local
|
/dports/benchmarks/siege/siege-4.1.1/src/ |
H A D | load.c | 41 char *ext; member 218 get_file_extension(char *file) in get_file_extension() 227 get_content_type(char *file) in get_content_type() 230 char *ext; in get_content_type() local 242 is_ascii(char *file) in is_ascii() 245 char *ext; in is_ascii() local 261 load_file(URL U, char *file) in load_file()
|
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/admin/tools/ |
H A D | dolibarr_export.php | 55 $file = $conf->admin->dir_output.'/backup/'.basename(GETPOST('urlfile', 'alpha')); variable 60 $file = $conf->admin->dir_output.'/documents/'.basename(GETPOST('urlfile', 'alpha')); variable 394 $ext = '.sql'; variable 397 $ext = 'sql'; variable 405 $ext = 'sql'; variable 407 $file = $prefix.'_'.$dolibarr_main_db_name.'_'.dol_sanitizeFileName(DOL_VERSION).'_'.strftime("%Y%m… variable 557 $ext = 'zip'; variable 558 $file = $prefix.'_'.$dolibarr_main_db_name.'_'.dol_sanitizeFileName(DOL_VERSION).'_'.strftime("%Y%m… variable
|
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/admin/tools/ |
H A D | dolibarr_export.php | 60 $file = $conf->admin->dir_output.'/backup/'.basename(GETPOST('urlfile', 'alpha')); variable 68 $file = $conf->admin->dir_output.'/documents/'.basename(GETPOST('urlfile', 'alpha')); variable 407 $ext = '.sql'; variable 410 $ext = 'sql'; variable 418 $ext = 'sql'; variable 420 $file = $prefix.'_'.$dolibarr_main_db_name.'_'.dol_sanitizeFileName(DOL_VERSION).'_'.strftime("%Y%m… variable 571 $ext = 'zip'; variable 572 $file = $prefix.'_'.$dolibarr_main_db_name.'_'.dol_sanitizeFileName(DOL_VERSION).'_'.strftime("%Y%m… variable
|
/dports/games/libretro-scummvm/scummvm-7b1e929/backends/platform/ps2/ |
H A D | savefilemgr.cpp | 82 void Ps2SaveFileManager::mcSplit(char *full, char *game, char *ext) { in mcSplit() 120 char *ext = scumm_strdup(strtok(NULL, "*")); in openRawFile() local 131 Common::FSNode file(path); in openRawFile() local 139 Common::FSNode file = savePath.getChild(filename); in openRawFile() local 188 char *ext = scumm_strdup(strtok(NULL, "*")); in openForSaving() local 197 Common::FSNode file(path); in openForSaving() local 200 Common::FSNode file = savePath.getChild(filename); in openForSaving() local 210 Common::FSNode file; in removeSavefile() local 222 char *ext = scumm_strdup(strtok(NULL, "*")); in removeSavefile() local 278 …for (Common::ArchiveMemberList::const_iterator file = savefiles.begin(); file != savefiles.end(); … in listSavefiles() local
|
/dports/multimedia/audacious/audacious-4.1/src/libaudcore/ |
H A D | playlist-files.cc | 31 StringBuf ext = uri_get_extension(filename); in filename_is_playlist() local 51 StringBuf ext = uri_get_extension(filename); in playlist_load() local 70 VFSFile file(filename, "r"); in playlist_load() local 135 StringBuf ext = uri_get_extension(filename); in save_to_file() local 150 VFSFile file(filename, "w"); in save_to_file() local 184 for (auto & ext : playlist_plugin_get_exts(plugin)) in save_formats() local
|
/dports/cad/sumo/sumo-1.2.0/src/utils/foxtools/ |
H A D | MFXImageHelper.cpp | 42 MFXImageHelper::checkSupported(FXString ext) { in checkSupported() 60 MFXImageHelper::loadImage(FXApp* a, const std::string& file) { in loadImage() 61 FXString ext = FXPath::extension(file.c_str()); in loadImage() local 139 MFXImageHelper::saveImage(const std::string& file, in saveImage() 141 FXString ext = FXPath::extension(file.c_str()); in saveImage() local
|
/dports/www/mediawiki135/mediawiki-1.35.5/includes/libs/mime/ |
H A D | MimeAnalyzer.php | 310 public function getMimeTypesFromExtension( $ext ) { 323 public function getMimeTypeFromExtensionOrNull( $ext ) { 336 public function guessTypesForExtension( $ext ) { 348 public function getTypesForExtension( $ext ) { 456 public function improveTypeFromExtension( $mime, $ext ) { 513 public function guessMimeType( $file, $ext = true ) { 546 private function doGuessMimeType( $file, $ext ) { 784 public function detectZipType( $header, $tail = null, $ext = false ) { 922 private function detectMimeType( $file, $ext = true ) {
|
/dports/www/mediawiki136/mediawiki-1.36.3/includes/libs/mime/ |
H A D | MimeAnalyzer.php | 314 public function getMimeTypesFromExtension( string $ext ) : array { 327 public function getMimeTypeFromExtensionOrNull( string $ext ) : ?string { 340 public function guessTypesForExtension( $ext ) { 352 public function getTypesForExtension( $ext ) { 458 public function improveTypeFromExtension( string $mime, string $ext ) : ?string { 514 public function guessMimeType( string $file, $ext = true ) : string { 547 private function doGuessMimeType( string $file, $ext ) { 797 public function detectZipType( string $header, ?string $tail = null, $ext = false ) : string { 934 private function detectMimeType( string $file, $ext = true ) : string {
|
/dports/www/mediawiki137/mediawiki-1.37.1/includes/libs/mime/ |
H A D | MimeAnalyzer.php | 313 public function getMimeTypesFromExtension( string $ext ): array { 326 public function getMimeTypeFromExtensionOrNull( string $ext ): ?string { 339 public function guessTypesForExtension( $ext ) { 351 public function getTypesForExtension( $ext ) { 457 public function improveTypeFromExtension( string $mime, string $ext ): ?string { 513 public function guessMimeType( string $file, $ext = true ): string { 546 private function doGuessMimeType( string $file, $ext ) { 796 public function detectZipType( string $header, ?string $tail = null, $ext = false ): string { 933 private function detectMimeType( string $file, $ext = true ): string {
|
/dports/devel/flyspray/flyspray-0.9.9.7_4/plugins/dokuwiki/lib/exe/ |
H A D | fetch.php | 76 function sendFile($file,$mime,$cache){ 172 function get_resized($file, $ext, $w, $h=0){ 218 function get_from_URL($url,$ext,$cache){ 251 function image_download($url,$file){ 284 function resize_imageIM($ext,$from,$from_w,$from_h,$to,$to_w,$to_h){ 308 function resize_imageGD($ext,$from,$from_w,$from_h,$to,$to_w,$to_h){
|
/dports/audio/libsidplay2/sidplay-libs-2.1.1/libsidutils/src/ |
H A D | SidUsage.cpp | 135 FILE *file; in read() local 137 const char *ext = NULL; in read() local 171 FILE *file; in write() local 173 const char *ext = NULL; in write() local 207 bool SidUsage::readMM (FILE *file, sid2_usage_t &usage, const char *ext) in readMM() 256 bool SidUsage::readSMM (FILE *file, sid2_usage_t &usage, const char *) in readSMM() 308 void SidUsage::writeSMM (FILE *file, const sid2_usage_t &usage) in writeSMM() 353 void SidUsage::writeMAP (FILE *file, const sid2_usage_t &usage) in writeMAP()
|
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/lua/ |
H A D | ReaderWriterLua.cpp | 97 …virtual ReadResult readObject(const std::string& file, const osgDB::ReaderWriter::Options* options… in readObject() 104 std::string ext = osgDB::getLowerCaseFileExtension(file); in readObject() local 124 …virtual ReadResult readImage(const std::string& file, const osgDB::ReaderWriter::Options* options … in readImage() 126 std::string ext = osgDB::getLowerCaseFileExtension(file); in readImage() local 146 …virtual ReadResult readNode(const std::string& file, const osgDB::ReaderWriter::Options* options =… in readNode() 148 std::string ext = osgDB::getLowerCaseFileExtension(file); in readNode() local 182 …virtual ReadResult readScript(const std::string& file, const osgDB::ReaderWriter::Options* options… in readScript() 184 std::string ext = osgDB::getLowerCaseFileExtension(file); in readScript() local
|