Home
last modified time | relevance | path

Searched refs:FileExt (Results 1 – 25 of 413) sorted by relevance

12345678910>>...17

/dports/devel/rth/rth/FCKeditor/editor/filemanager/browser/default/connectors/perl/
H A Dupload_fck.pl291 my $FileExt;
293 $FileExt = $1;
294 $FileExt =~ tr/A-Z/a-z/;
328 if($FileExt =~ /^txt$/i || $FileExt =~ /^cgi$/i || $FileExt =~ /^pl$/i) { # Text File
330 …} elsif($ContentType =~ /^text\/html$/i || $FileExt =~ /html?/i || $$DATA =~ /<\s*HTML(?:.|\n)*?>/…
332 …} elsif($ContentType =~ /^image\/x-xbitmap$/i || $FileExt =~ /^xbm$/i) { # XBM(x-BitMap) Im…
482 if($Ext ne $FileExt && &CheckContentExt($FileExt) eq $ContentName) {
483 $Ext = $FileExt;
490 $ContentName = &CheckContentExt($FileExt);
492 $Ext = $FileExt;
/dports/devel/truc/truc_0.12.0/FCKeditor/editor/filemanager/browser/default/connectors/perl/
H A Dupload_fck.pl291 my $FileExt;
293 $FileExt = $1;
294 $FileExt =~ tr/A-Z/a-z/;
328 if($FileExt =~ /^txt$/i || $FileExt =~ /^cgi$/i || $FileExt =~ /^pl$/i) { # Text File
330 …} elsif($ContentType =~ /^text\/html$/i || $FileExt =~ /html?/i || $$DATA =~ /<\s*HTML(?:.|\n)*?>/…
332 …} elsif($ContentType =~ /^image\/x-xbitmap$/i || $FileExt =~ /^xbm$/i) { # XBM(x-BitMap) Im…
482 if($Ext ne $FileExt && &CheckContentExt($FileExt) eq $ContentName) {
483 $Ext = $FileExt;
490 $ContentName = &CheckContentExt($FileExt);
492 $Ext = $FileExt;
/dports/www/moinmoin/moin-1.9.11/MoinMoin/web/static/htdocs/applets/FCKeditor/editor/filemanager/connectors/perl/
H A Dupload_fck.pl316 my $FileExt;
318 $FileExt = $1;
319 $FileExt =~ tr/A-Z/a-z/;
353 if($FileExt =~ /^txt$/i || $FileExt =~ /^cgi$/i || $FileExt =~ /^pl$/i) { # Text File
355 …} elsif($ContentType =~ /^text\/html$/i || $FileExt =~ /html?/i || $$DATA =~ /<\s*HTML(?:.|\n)*?>/…
357 …} elsif($ContentType =~ /^image\/x-xbitmap$/i || $FileExt =~ /^xbm$/i) { # XBM(x-BitMap) Im…
507 if($Ext ne $FileExt && &CheckContentExt($FileExt) eq $ContentName) {
508 $Ext = $FileExt;
515 $ContentName = &CheckContentExt($FileExt);
517 $Ext = $FileExt;
/dports/www/otrs/otrs-rel-6_0_29/Kernel/System/
H A DMain.pm227 my $FileExt = '';
230 $FileExt = '.' . $2;
234 my $ModifiedName = $FileName . $FileExt;
246 chop $FileExt;
249 $ModifiedName = $FileName . $FileExt;
272 my $FileExt = '';
275 $FileExt = '.' . $2;
279 my $ModifiedName = $FileName . $FileExt;
291 chop $FileExt;
294 $ModifiedName = $FileName . $FileExt;
/dports/editors/lazarus/lazarus/tools/
H A Dlazres.pp140 FileExt: String;
142 FileExt := UpperCase(ExtractFileExt(FileName));
146 ResourceName := Trim(Copy(ResourceName, 1, Length(ResourceName) - Length(FileExt)));
148 case FileExt of
163 FileExt: String;
174 if (FileExt = '.LFM') or (FileExt = '.DFM') or (FileExt = '.XFM') or (FileExt = '.FMX') then
262 FileExt := UpperCase(ExtractFileExt(FileName));
266 ResourceName := Trim(Copy(ResourceName, 1, Length(ResourceName) - Length(FileExt)));
268 case FileExt of
/dports/editors/lazarus-qt5/lazarus/tools/
H A Dlazres.pp140 FileExt: String;
142 FileExt := UpperCase(ExtractFileExt(FileName));
146 ResourceName := Trim(Copy(ResourceName, 1, Length(ResourceName) - Length(FileExt)));
148 case FileExt of
163 FileExt: String;
174 if (FileExt = '.LFM') or (FileExt = '.DFM') or (FileExt = '.XFM') or (FileExt = '.FMX') then
262 FileExt := UpperCase(ExtractFileExt(FileName));
266 ResourceName := Trim(Copy(ResourceName, 1, Length(ResourceName) - Length(FileExt)));
268 case FileExt of
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/tools/
H A Dlazres.pp140 FileExt: String;
142 FileExt := UpperCase(ExtractFileExt(FileName));
146 ResourceName := Trim(Copy(ResourceName, 1, Length(ResourceName) - Length(FileExt)));
148 case FileExt of
163 FileExt: String;
174 if (FileExt = '.LFM') or (FileExt = '.DFM') or (FileExt = '.XFM') or (FileExt = '.FMX') then
262 FileExt := UpperCase(ExtractFileExt(FileName));
266 ResourceName := Trim(Copy(ResourceName, 1, Length(ResourceName) - Length(FileExt)));
268 case FileExt of
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/tools/
H A Dlazres.pp140 FileExt: String;
142 FileExt := UpperCase(ExtractFileExt(FileName));
146 ResourceName := Trim(Copy(ResourceName, 1, Length(ResourceName) - Length(FileExt)));
148 case FileExt of
163 FileExt: String;
174 if (FileExt = '.LFM') or (FileExt = '.DFM') or (FileExt = '.XFM') or (FileExt = '.FMX') then
262 FileExt := UpperCase(ExtractFileExt(FileName));
266 ResourceName := Trim(Copy(ResourceName, 1, Length(ResourceName) - Length(FileExt)));
268 case FileExt of
/dports/editors/lazarus/lazarus/lcl/include/
H A Dpicture.inc376 Result:=GetPicFileFormats.FindExt(FileExt);
604 if FileExt <> '' then
605 Ext := AnsiLowerCase(FileExt)
633 if FileExt <> '' then
636 if (FileExt = '')
667 const FileExt: string);
755 FileExt: String;
757 FileExt := Ext;
758 if (FileExt <> '') and (FileExt[1] = '.') then
759 FileExt := Copy(FileExt, 2, length(FileExt));
[all …]
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/include/
H A Dpicture.inc376 Result:=GetPicFileFormats.FindExt(FileExt);
604 if FileExt <> '' then
605 Ext := AnsiLowerCase(FileExt)
633 if FileExt <> '' then
636 if (FileExt = '')
667 const FileExt: string);
755 FileExt: String;
757 FileExt := Ext;
758 if (FileExt <> '') and (FileExt[1] = '.') then
759 FileExt := Copy(FileExt, 2, length(FileExt));
[all …]
/dports/editors/lazarus-qt5/lazarus/lcl/include/
H A Dpicture.inc376 Result:=GetPicFileFormats.FindExt(FileExt);
604 if FileExt <> '' then
605 Ext := AnsiLowerCase(FileExt)
633 if FileExt <> '' then
636 if (FileExt = '')
667 const FileExt: string);
755 FileExt: String;
757 FileExt := Ext;
758 if (FileExt <> '') and (FileExt[1] = '.') then
759 FileExt := Copy(FileExt, 2, length(FileExt));
[all …]
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/include/
H A Dpicture.inc376 Result:=GetPicFileFormats.FindExt(FileExt);
604 if FileExt <> '' then
605 Ext := AnsiLowerCase(FileExt)
633 if FileExt <> '' then
636 if (FileExt = '')
667 const FileExt: string);
755 FileExt: String;
757 FileExt := Ext;
758 if (FileExt <> '') and (FileExt[1] = '.') then
759 FileExt := Copy(FileExt, 2, length(FileExt));
[all …]
/dports/cad/abc/abc-a4518e6f833885c905964f1233d11e5b941ec24c/src/base/io/
H A DioWriteBook.c112 strcpy(FileExt, FileName); in Io_WriteBook()
114 strcpy(FileExt, FileName); in Io_WriteBook()
116 strcpy(FileExt, FileName); in Io_WriteBook()
117 pFileAux = fopen( strcat(FileExt,".aux"), "w" ); in Io_WriteBook()
159 strcpy(FileExt, FileName); in Io_WriteBook()
160 pFileScl = fopen( strcat(FileExt,".scl"), "w" ); in Io_WriteBook()
161 strcpy(FileExt, FileName); in Io_WriteBook()
162 pFilePl = fopen( strcat(FileExt,".pl"), "w" ); in Io_WriteBook()
163 strcpy(FileExt, FileName); in Io_WriteBook()
164 pFileWts = fopen( strcat(FileExt,".wts"), "w" ); in Io_WriteBook()
[all …]
/dports/games/libretro-fceumm/libretro-fceumm-91ccd3b/src/
H A Dgeneral.c47 static char FileExt[2048]; /* Includes the . character, as in ".nes" */ variable
132 strcpy(FileExt, tp3); in GetFileBase()
137 FileExt[0] = 0; in GetFileBase()
/dports/databases/automysqlbackup/automysqlbackup-3.0.r6/
H A Dautomysqlbackup689 FileExt="${manifest_entry[0]#"$FileStub"}"
691 re=".*\.gz.*"; [[ "$FileExt" =~ $re ]] && let "filename_flags|=$filename_flag_gz"
2097 FileExt="${master#"$FileStub"}"
2152 FileExt="${diff#"$FileStub"}"
2154 re=".*\.gz.*"; [[ "$FileExt" =~ $re ]] && let "diff_flags|=$filename_flag_gz"
2155 re=".*\.bz2.*"; [[ "$FileExt" =~ $re ]] && let "diff_flags|=$filename_flag_bz2"
2156 re=".*\.diff.*"; [[ "$FileExt" =~ $re ]] && let "diff_flags|=$filename_flag_diff"
2158 FileExt="${master#"$FileStub"}"
2160 re=".*\.gz.*"; [[ "$FileExt" =~ $re ]] && let "master_flags|=$filename_flag_gz"
2161 re=".*\.bz2.*"; [[ "$FileExt" =~ $re ]] && let "master_flags|=$filename_flag_bz2"
[all …]
/dports/devel/fossology-nomos-standalone/fossology-3.11.0/src/copyright/ui/
H A Dlist.php206 $FileExt = GetFileExt($rows[$RowIdx]['ufile_name']);
207 if (in_array($FileExt, $ExclArray))
400 $FileExt = GetFileExt($row['ufile_name']);
402 $URL = $baseURL . "&excl=$FileExt";
404 $URL = $baseURL . "&excl=$excl:$FileExt";
414 if (in_array($FileExt, $ExclArray)) {
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/fs-err-2.6.0/src/
H A Dfile.rs251 use crate::os::unix::fs::FileExt;
254 use std::os::unix::fs::FileExt as _;
269 impl FileExt for crate::File {
285 use crate::os::windows::fs::FileExt;
289 fs::FileExt as _,
293 impl FileExt for crate::File {
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/fs-err-2.5.0/src/
H A Dfile.rs239 use crate::os::unix::fs::FileExt;
242 use std::os::unix::fs::FileExt as _;
257 impl FileExt for crate::File {
273 use crate::os::windows::fs::FileExt;
277 fs::FileExt as _,
281 impl FileExt for crate::File {
/dports/lang/rust/rustc-1.58.1-src/vendor/fs-err/src/
H A Dfile.rs239 use crate::os::unix::fs::FileExt;
242 use std::os::unix::fs::FileExt as _;
257 impl FileExt for crate::File {
273 use crate::os::windows::fs::FileExt;
277 fs::FileExt as _,
281 impl FileExt for crate::File {
/dports/devel/py-maturin/maturin-0.11.3/cargo-crates/fs-err-2.6.0/src/
H A Dfile.rs251 use crate::os::unix::fs::FileExt;
254 use std::os::unix::fs::FileExt as _;
269 impl FileExt for crate::File {
285 use crate::os::windows::fs::FileExt;
289 fs::FileExt as _,
293 impl FileExt for crate::File {
/dports/math/R-cran-haven/haven/src/
H A Dhaven_types.h18 enum FileExt { enum
27 FileVendor extVendor(FileExt ext);
/dports/emulators/mednafen/mednafen/src/
H A Dgeneral.cpp33 static std::string FileExt; /* Includes the . character, as in ".nes" */ variable
95 fmap['e'] = FileExt; in MDFN_MakeFName()
234 ret = FileBaseDirectory + PSS + FileBase + FileExt + ".ips"; in MDFN_MakeFName()
307 NVFS.get_file_path_components(f, &FileBaseDirectory, &FileBase, &FileExt); in GetFileBase()
/dports/games/palomino/palomino/tools/terrain/
H A Dtile-sdds.sh34 FileExt() function
60 FileExt $1 # result in EXT
/dports/devel/fossology-nomos-standalone/fossology-3.11.0/src/www/ui/
H A Dui-license-list-files.php210 $FileExt = GetFileExt($row['ufile_name']);
213 $URL .= "&excl=$Excl:$FileExt";
215 $URL .= "&excl=$FileExt";
237 $excludeByType = $Excl && in_array($FileExt, $ExclArray);
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/net/System/Net/Cache/
H A DWinInetCache.cs191 public string FileExt; // filled by Create() or returned by LookupXXX() field in System.Net.Cache._WinInetCache.Entry
328 … entry.FileExt = GetEntryBufferString(bufferPtr, (int)(bufferPtr->_OffsetExtension)); in EntryFixup()
340 …s.UnsafeWinInetCache.CreateUrlCacheEntryW(entry.Key, entry.OptionalLength, entry.FileExt, sb, 0)) { in CreateFileName()
428 newEntry.FileExt = oldEntry.FileExt; in Update()

12345678910>>...17