Home
last modified time | relevance | path

Searched refs:aFile (Results 2251 – 2275 of 2853) sorted by relevance

1...<<919293949596979899100>>...115

/dports/www/firefox-legacy/firefox-52.8.0esr/netwerk/cache2/
H A DCacheFileMetadata.h147 nsresult SyncReadMetadata(nsIFile *aFile); in NS_DEFINE_STATIC_IID_ACCESSOR()
/dports/mail/thunderbird/thunderbird-91.8.0/netwerk/cache2/
H A DCacheFileMetadata.h149 nsresult SyncReadMetadata(nsIFile* aFile); in NS_DEFINE_STATIC_IID_ACCESSOR()
/dports/lang/spidermonkey78/firefox-78.9.0/netwerk/cache2/
H A DCacheFileMetadata.h149 nsresult SyncReadMetadata(nsIFile* aFile); in NS_DEFINE_STATIC_IID_ACCESSOR()
/dports/net-im/signald/signald-65cf5e8a1cf2b81fd1f5c3936e0164d53c5a9b29/src/main/java/io/finn/signald/
H A DManager.java411 File aFile = getGroupAvatarFile(g.groupId); in sendUpdateGroupMessage() local
412 Files.copy(Paths.get(avatarFile), aFile.toPath(), StandardCopyOption.REPLACE_EXISTING); in sendUpdateGroupMessage()
429 File aFile = getGroupAvatarFile(g.groupId); in getGroupUpdateMessageBuilder() local
430 if (aFile.exists()) { in getGroupUpdateMessageBuilder()
432 group.withAvatar(createAttachment(aFile)); in getGroupUpdateMessageBuilder()
434 logger.warn("Unable to attach group avatar:" + aFile.toString(), e); in getGroupUpdateMessageBuilder()
/dports/www/firefox-esr/firefox-91.8.0/dom/quota/
H A DQuotaCommon.h1220 MOZ_COLD void ReportInternalError(const char* aFile, uint32_t aLine,
1260 Result<nsIFileKind, nsresult> GetDirEntryKind(nsIFile& aFile);
1336 Result<bool, nsresult> WarnIfFileIsUnknown(nsIFile& aFile,
/dports/mail/rainloop/rainloop-php74-1.16.0_1/rainloop/v/1.16.0/app/libraries/RainLoop/
H A DServiceActions.php351 $aFile = null;
369 $aFile = $_FILES[$sInputName];
386 $aActionParams['File'] = $aFile;
/dports/mail/thunderbird/thunderbird-91.8.0/dom/quota/
H A DQuotaCommon.h1220 MOZ_COLD void ReportInternalError(const char* aFile, uint32_t aLine,
1260 Result<nsIFileKind, nsresult> GetDirEntryKind(nsIFile& aFile);
1336 Result<bool, nsresult> WarnIfFileIsUnknown(nsIFile& aFile,
/dports/mail/rainloop-community/rainloop-community-php74-1.16.0_1/rainloop/v/1.16.0/app/libraries/RainLoop/
H A DServiceActions.php351 $aFile = null;
369 $aFile = $_FILES[$sInputName];
386 $aActionParams['File'] = $aFile;
/dports/devel/rth/rth/jpgraph-1.8/jpgraph-1.18/src/
H A Djpgraph.php2261 if( $aFile == '' )
2265 $e = explode('.',$aFile);
2301 $aImgFormat."'File: '".$aFile."'";
2305 $img = @$f($aFile);
7162 function Stream($aFile="") { argument
7168 if( $aFile != "" ) {
7169 $res = @$func($this->img,$aFile);
7514 function MakeDirs($aFile) { argument
7516 while ( !(file_exists($aFile)) ) {
7517 $dirs[] = $aFile;
[all …]
/dports/deskutils/moregroupware/moregroupware/include/jpgraph2/
H A Djpgraph.php2428 if( $aFile == '' )
2429 $aFile = $this->background_image;
2432 $e = explode('.',$aFile);
2470 $img = @$f($aFile);
7133 function Stream($aFile="") { argument
7139 if( $aFile != "" ) {
7140 $res = @$func($this->img,$aFile);
7488 function MakeDirs($aFile) { argument
7490 while ( !(file_exists($aFile)) ) {
7491 $dirs[] = $aFile;
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/comm/mail/modules/
H A DMailUtils.jsm79 * @param aFile the nsIFile to convert to a folder
80 * @returns the nsIMsgFolder corresponding to aFile, or null if the folder
83 getFolderForFileInProfile(aFile) {
85 if (folder.filePath.equals(aFile)) {
/dports/www/firefox-esr/firefox-91.8.0/mfbt/tests/
H A DTestCheckedInt.cpp19 void verifyImplFunction(bool aX, bool aExpected, const char* aFile, int aLine, in verifyImplFunction() argument
25 std::cerr << "Test failed at " << aFile << ":" << aLine; in verifyImplFunction()
/dports/www/firefox-esr/firefox-91.8.0/netwerk/base/
H A DnsIIOService.idl75 * @param aFile specifies the file path
82 nsIURI newFileURI(in nsIFile aFile);
/dports/editors/libreoffice/libreoffice-7.2.6.2/svx/source/dialog/
H A DClassificationDialog.cxx94 osl::File aFile(sFilename); in fileExists() local
95 osl::FileBase::RC eRC = aFile.open(osl_File_OpenFlag_Read); in fileExists()
/dports/lang/spidermonkey78/firefox-78.9.0/browser/components/shell/
H A DnsWindowsShellService.cpp467 static nsresult WriteBitmap(nsIFile* aFile, imgIContainer* aImage) { in WriteBitmap() argument
513 rv = NS_NewLocalFileOutputStream(getter_AddRefs(stream), aFile); in WriteBitmap()
/dports/www/firefox/firefox-99.0/mfbt/tests/
H A DTestCheckedInt.cpp19 void verifyImplFunction(bool aX, bool aExpected, const char* aFile, int aLine, in verifyImplFunction() argument
25 std::cerr << "Test failed at " << aFile << ":" << aLine; in verifyImplFunction()
/dports/mail/thunderbird/thunderbird-91.8.0/comm/mailnews/base/public/
H A DnsIMsgMessageService.idl117 * @param aFile The file you want the message saved to
125 void SaveMessageToDisk(in AUTF8String aMessageURI, in nsIFile aFile,
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svx/source/dialog/
H A DClassificationDialog.cxx95 osl::File aFile(sFilename); in fileExists() local
96 osl::FileBase::RC eRC = aFile.open(osl_File_OpenFlag_Read); in fileExists()
/dports/mail/thunderbird/thunderbird-91.8.0/comm/mailnews/local/src/
H A DnsMailboxService.cpp340 nsIFile* aFile, bool aAddDummyEnvelope, in SaveMessageToDisk() argument
354 msgUrl->SetMessageFile(aFile); in SaveMessageToDisk()
/dports/lang/spidermonkey60/firefox-60.9.0/netwerk/base/
H A DnsIIOService.idl73 * @param aFile specifies the file path
80 nsIURI newFileURI(in nsIFile aFile);
/dports/lang/spidermonkey60/firefox-60.9.0/mobile/android/geckoview/src/main/java/org/mozilla/gecko/
H A DGeckoProfile.java423 public File getFile(String aFile) { in getFile() argument
428 return new File(f, aFile); in getFile()
/dports/lang/spidermonkey60/firefox-60.9.0/mfbt/tests/
H A DTestCheckedInt.cpp19 const char* aFile, int aLine, in verifyImplFunction() argument
26 std::cerr << "Test failed at " << aFile << ":" << aLine; in verifyImplFunction()
/dports/www/firefox-legacy/firefox-52.8.0esr/mfbt/tests/
H A DTestCheckedInt.cpp19 const char* aFile, int aLine, in verifyImplFunction() argument
26 std::cerr << "Test failed at " << aFile << ":" << aLine; in verifyImplFunction()
/dports/www/firefox-legacy/firefox-52.8.0esr/mobile/android/geckoview/src/main/java/org/mozilla/gecko/
H A DGeckoProfile.java437 public File getFile(String aFile) { in getFile() argument
442 return new File(f, aFile); in getFile()
/dports/lang/seed7/seed7/lib/
H A Dstrifile.s7i276 * Determine if the file ''aFile'' is seekable.
281 const boolean: seekable (in striFile: aFile) is TRUE;

1...<<919293949596979899100>>...115