Home
last modified time | relevance | path

Searched refs:GetFileCount (Results 1 – 25 of 125) sorted by relevance

12345

/dports/editors/lazarus/lazarus/tools/snapshots/
H A Dmonitorcfg.pas56 function GetFileCount: integer; in GetFileCount() function
65 property FileCount: integer read GetFileCount;
101 function TServer.GetFileCount: integer; in GetFileCount() function
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/tools/snapshots/
H A Dmonitorcfg.pas56 function GetFileCount: integer; in GetFileCount() function
65 property FileCount: integer read GetFileCount;
101 function TServer.GetFileCount: integer; in GetFileCount() function
/dports/editors/lazarus-qt5/lazarus/tools/snapshots/
H A Dmonitorcfg.pas56 function GetFileCount: integer; in GetFileCount() function
65 property FileCount: integer read GetFileCount;
101 function TServer.GetFileCount: integer; in GetFileCount() function
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/tools/snapshots/
H A Dmonitorcfg.pas56 function GetFileCount: integer; in GetFileCount() function
65 property FileCount: integer read GetFileCount;
101 function TServer.GetFileCount: integer; in GetFileCount() function
/dports/graphics/py-gdal/gdal-3.3.3/ogr/ogrsf_frmts/ntf/
H A Dogrntflayer.cpp96 if( iCurrentReader == poDS->GetFileCount() ) in GetNextFeature()
162 } while( iCurrentReader < poDS->GetFileCount() in GetNextFeature()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/ogr/ogrsf_frmts/ntf/
H A Dogrntflayer.cpp96 if( iCurrentReader == poDS->GetFileCount() ) in GetNextFeature()
162 } while( iCurrentReader < poDS->GetFileCount() in GetNextFeature()
/dports/graphics/gdal/gdal-3.3.3/ogr/ogrsf_frmts/ntf/
H A Dogrntflayer.cpp96 if( iCurrentReader == poDS->GetFileCount() ) in GetNextFeature()
162 } while( iCurrentReader < poDS->GetFileCount() in GetNextFeature()
/dports/net-im/psi/psi-1.5/src/
H A Dgoogleftmanager.cpp258 else if (session_->manifest()->GetFileCount() && session_->manifest()->GetFolderCount()) in description()
259 …description = QString("%1 files and %2 directories").arg(session_->manifest()->GetFileCount()).arg… in description()
260 else if (session_->manifest()->GetFileCount()) in description()
261 description = QString("%1 files").arg(session_->manifest()->GetFileCount()); in description()
/dports/devel/upp/upp/bazaar/plugin/gdal/ogr/ogrsf_frmts/ntf/
H A Dogrntflayer.cpp99 if( iCurrentReader == poDS->GetFileCount() ) in GetNextFeature()
165 } while( iCurrentReader < poDS->GetFileCount() in GetNextFeature()
/dports/audio/gnupod/gnupod-0.99.8/src/
H A Dmktunes.pl71 print "\r> ".$mktunes->GetFileCount." files parsed, assembling iTunesDB...\n";
88 print "\nYou can now umount your iPod. [Files: ".$mktunes->GetFileCount."]\n";
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/
H A DAutoSwitch.cpp184 float fPercent = (float)vecItems.GetFileCount() / vecItems.Size(); in ByFileCount()
198 int fileCount = vecItems.GetFileCount(); in ByFolderThumbPercentage()
/dports/devel/asl/asl-current/
H A Dasmfnums.h25 extern Integer GetFileCount(void);
H A Dasmdebug.c237 NameCnt = GetFileCount() - 1; in DumpDebugInfo_Atmel()
307 for (ActFile = 0; ActFile < GetFileCount(); ActFile++) in DumpDebugInfo_NOICE()
H A Dasmfnums.c110 Integer GetFileCount(void) in GetFileCount() function
/dports/net-p2p/amule/aMule-2.3.3/src/
H A DDownloadQueue.cpp165 if ( GetFileCount() == 0 ) { in LoadMetFiles()
168 …N(CFormat(wxPLURAL("Found %u part file", "Found %u part files", GetFileCount())) % GetFileCount()); in LoadMetFiles()
177 uint16 CDownloadQueue::GetFileCount() const in GetFileCount() function in CDownloadQueue
222 for ( uint16 i = 0; i < GetFileCount(); i++ ) { in SaveSourceSeeds()
230 for ( uint16 i = 0; i < GetFileCount(); i++ ) { in LoadSourceSeeds()
359 } else if (paused && GetFileCount()) { in AddDownload()
768 for ( uint16 i = 0; i < GetFileCount(); i++ ) { in RemoveSource()
1156 for ( uint16 i = 0; i < GetFileCount(); i++ ) { in SetCatPrio()
H A DSharedFileList.h63 size_t GetFileCount() { wxMutexLocker lock(list_mut); return m_Files_map.size(); } in GetFileCount() function
/dports/net-p2p/amule-devel/aMule-SVN-r11065/src/
H A DDownloadQueue.cpp165 if ( GetFileCount() == 0 ) { in LoadMetFiles()
168 …N(CFormat(wxPLURAL("Found %u part file", "Found %u part files", GetFileCount())) % GetFileCount()); in LoadMetFiles()
177 uint16 CDownloadQueue::GetFileCount() const in GetFileCount() function in CDownloadQueue
222 for ( uint16 i = 0; i < GetFileCount(); i++ ) { in SaveSourceSeeds()
230 for ( uint16 i = 0; i < GetFileCount(); i++ ) { in LoadSourceSeeds()
359 } else if (paused && GetFileCount()) { in AddDownload()
768 for ( uint16 i = 0; i < GetFileCount(); i++ ) { in RemoveSource()
1156 for ( uint16 i = 0; i < GetFileCount(); i++ ) { in SetCatPrio()
H A DSharedFileList.h63 size_t GetFileCount() { wxMutexLocker lock(list_mut); return m_Files_map.size(); } in GetFileCount() function
/dports/net/rclone/rclone-1.57.0/vendor/github.com/colinmarc/hdfs/v2/
H A Dcontent_summary.go57 return int(cs.contentSummary.GetFileCount())
/dports/news/nzbget/nzbget-21.1/tests/queue/
H A DNzbFileTest.cpp49 REQUIRE(nzbInfo->GetFileCount() == fileCount); in TestNzb()
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/pictures/
H A DPictureInfoLoader.cpp40 m_pProgressCallback->SetProgressMax(m_pVecItems->GetFileCount()); in OnLoaderStart()
/dports/audio/gnupod/gnupod-0.99.8/src/ext/
H A DMktunes.pm25 print ITS GNUpod::iTunesDB::mk_itunes_sd_header({files=>$self->GetFileCount});
53 print ITUNES GNUpod::iTunesDB::mk_mhlt({songs=>$self->GetFileCount});
91 sub GetFileCount { my($self) = @_; return $self->{CountFiles}; } subroutine
/dports/games/hllib/HLLib/
H A DDirectoryFolder.h60 hlUInt GetFileCount(hlBool bRecurse = hlTrue) const;
/dports/archivers/hlextract/HLLib/
H A DDirectoryFolder.h60 hlUInt GetFileCount(hlBool bRecurse = hlTrue) const;
/dports/net-p2p/bitflu/bitflu-1.52/plugins/Bitflu/
H A D00_StorageVFS.pm249 for(my $i=0; $i < $so->GetFileCount; $i++) {
533 for(my $i=0;$i<$so->GetFileCount;$i++) {
1308 for(my $i=0; $i < $self->GetFileCount; $i++) {
1445 my $fc = $self->GetFileCount;
1544 sub GetFileCount { subroutine
1611 for(my $i=0; $i<$self->GetFileCount;$i++) {

12345