Home
last modified time | relevance | path

Searched refs:bRecurse (Results 1 – 25 of 76) sorted by relevance

1234

/dports/games/hllib/HLLib/
H A DDirectoryFolder.cpp283 if(bRecurse) in Sort()
502 hlUInt CDirectoryFolder::GetSize(hlBool bRecurse) const in GetSize()
512 if(bRecurse) in GetSize()
526 hlULongLong CDirectoryFolder::GetSizeEx(hlBool bRecurse) const in GetSizeEx()
536 if(bRecurse) in GetSizeEx()
550 hlUInt CDirectoryFolder::GetSizeOnDisk(hlBool bRecurse) const in GetSizeOnDisk()
560 if(bRecurse) in GetSizeOnDisk()
584 if(bRecurse) in GetSizeOnDiskEx()
609 if(bRecurse) in GetFolderCount()
620 hlUInt CDirectoryFolder::GetFileCount(hlBool bRecurse) const in GetFileCount()
[all …]
H A DDirectoryFolder.h48 …rtField eField = HL_FIELD_NAME, HLSortOrder eOrder = HL_ORDER_ASCENDING, hlBool bRecurse = hlTrue);
55 hlUInt GetSize(hlBool bRecurse = hlTrue) const;
56 hlULongLong GetSizeEx(hlBool bRecurse = hlTrue) const;
57 hlUInt GetSizeOnDisk(hlBool bRecurse = hlTrue) const;
58 hlULongLong GetSizeOnDiskEx(hlBool bRecurse = hlTrue) const;
59 hlUInt GetFolderCount(hlBool bRecurse = hlTrue) const;
60 hlUInt GetFileCount(hlBool bRecurse = hlTrue) const;
H A DWrapper.cpp202 return static_cast<CDirectoryFolder *>(pItem)->Sort(eField, eOrder, bRecurse); in hlFolderSort()
226 HLLIB_API hlUInt hlFolderGetSize(const HLDirectoryItem *pItem, hlBool bRecurse) in hlFolderGetSize() argument
230 return static_cast<const CDirectoryFolder *>(pItem)->GetSize(bRecurse); in hlFolderGetSize()
236 HLLIB_API hlULongLong hlFolderGetSizeEx(const HLDirectoryItem *pItem, hlBool bRecurse) in hlFolderGetSizeEx() argument
240 return static_cast<const CDirectoryFolder *>(pItem)->GetSizeEx(bRecurse); in hlFolderGetSizeEx()
246 HLLIB_API hlUInt hlFolderGetSizeOnDisk(const HLDirectoryItem *pItem, hlBool bRecurse) in hlFolderGetSizeOnDisk() argument
250 return static_cast<const CDirectoryFolder *>(pItem)->GetSizeOnDisk(bRecurse); in hlFolderGetSizeOnDisk()
260 return static_cast<const CDirectoryFolder *>(pItem)->GetSizeOnDiskEx(bRecurse); in hlFolderGetSizeOnDiskEx()
270 return static_cast<const CDirectoryFolder *>(pItem)->GetFolderCount(bRecurse); in hlFolderGetFolderCount()
276 HLLIB_API hlUInt hlFolderGetFileCount(const HLDirectoryItem *pItem, hlBool bRecurse) in hlFolderGetFileCount() argument
[all …]
H A DWrapper.h52 …Void hlFolderSort(HLDirectoryItem *pItem, HLSortField eField, HLSortOrder eOrder, hlBool bRecurse);
57 HLLIB_API hlUInt hlFolderGetSize(const HLDirectoryItem *pItem, hlBool bRecurse);
58 HLLIB_API hlULongLong hlFolderGetSizeEx(const HLDirectoryItem *pItem, hlBool bRecurse);
59 HLLIB_API hlUInt hlFolderGetSizeOnDisk(const HLDirectoryItem *pItem, hlBool bRecurse);
60 HLLIB_API hlULongLong hlFolderGetSizeOnDiskEx(const HLDirectoryItem *pItem, hlBool bRecurse);
61 HLLIB_API hlUInt hlFolderGetFolderCount(const HLDirectoryItem *pItem, hlBool bRecurse);
62 HLLIB_API hlUInt hlFolderGetFileCount(const HLDirectoryItem *pItem, hlBool bRecurse);
/dports/archivers/hlextract/HLLib/
H A DDirectoryFolder.cpp283 if(bRecurse) in Sort()
502 hlUInt CDirectoryFolder::GetSize(hlBool bRecurse) const in GetSize()
512 if(bRecurse) in GetSize()
526 hlULongLong CDirectoryFolder::GetSizeEx(hlBool bRecurse) const in GetSizeEx()
536 if(bRecurse) in GetSizeEx()
550 hlUInt CDirectoryFolder::GetSizeOnDisk(hlBool bRecurse) const in GetSizeOnDisk()
560 if(bRecurse) in GetSizeOnDisk()
584 if(bRecurse) in GetSizeOnDiskEx()
609 if(bRecurse) in GetFolderCount()
620 hlUInt CDirectoryFolder::GetFileCount(hlBool bRecurse) const in GetFileCount()
[all …]
H A DDirectoryFolder.h48 …rtField eField = HL_FIELD_NAME, HLSortOrder eOrder = HL_ORDER_ASCENDING, hlBool bRecurse = hlTrue);
55 hlUInt GetSize(hlBool bRecurse = hlTrue) const;
56 hlULongLong GetSizeEx(hlBool bRecurse = hlTrue) const;
57 hlUInt GetSizeOnDisk(hlBool bRecurse = hlTrue) const;
58 hlULongLong GetSizeOnDiskEx(hlBool bRecurse = hlTrue) const;
59 hlUInt GetFolderCount(hlBool bRecurse = hlTrue) const;
60 hlUInt GetFileCount(hlBool bRecurse = hlTrue) const;
H A DWrapper.cpp202 return static_cast<CDirectoryFolder *>(pItem)->Sort(eField, eOrder, bRecurse); in hlFolderSort()
226 HLLIB_API hlUInt hlFolderGetSize(const HLDirectoryItem *pItem, hlBool bRecurse) in hlFolderGetSize() argument
230 return static_cast<const CDirectoryFolder *>(pItem)->GetSize(bRecurse); in hlFolderGetSize()
236 HLLIB_API hlULongLong hlFolderGetSizeEx(const HLDirectoryItem *pItem, hlBool bRecurse) in hlFolderGetSizeEx() argument
240 return static_cast<const CDirectoryFolder *>(pItem)->GetSizeEx(bRecurse); in hlFolderGetSizeEx()
246 HLLIB_API hlUInt hlFolderGetSizeOnDisk(const HLDirectoryItem *pItem, hlBool bRecurse) in hlFolderGetSizeOnDisk() argument
250 return static_cast<const CDirectoryFolder *>(pItem)->GetSizeOnDisk(bRecurse); in hlFolderGetSizeOnDisk()
260 return static_cast<const CDirectoryFolder *>(pItem)->GetSizeOnDiskEx(bRecurse); in hlFolderGetSizeOnDiskEx()
270 return static_cast<const CDirectoryFolder *>(pItem)->GetFolderCount(bRecurse); in hlFolderGetFolderCount()
276 HLLIB_API hlUInt hlFolderGetFileCount(const HLDirectoryItem *pItem, hlBool bRecurse) in hlFolderGetFileCount() argument
[all …]
H A DWrapper.h52 …Void hlFolderSort(HLDirectoryItem *pItem, HLSortField eField, HLSortOrder eOrder, hlBool bRecurse);
57 HLLIB_API hlUInt hlFolderGetSize(const HLDirectoryItem *pItem, hlBool bRecurse);
58 HLLIB_API hlULongLong hlFolderGetSizeEx(const HLDirectoryItem *pItem, hlBool bRecurse);
59 HLLIB_API hlUInt hlFolderGetSizeOnDisk(const HLDirectoryItem *pItem, hlBool bRecurse);
60 HLLIB_API hlULongLong hlFolderGetSizeOnDiskEx(const HLDirectoryItem *pItem, hlBool bRecurse);
61 HLLIB_API hlUInt hlFolderGetFolderCount(const HLDirectoryItem *pItem, hlBool bRecurse);
62 HLLIB_API hlUInt hlFolderGetFileCount(const HLDirectoryItem *pItem, hlBool bRecurse);
/dports/databases/pgbackrest/pgbackrest-release-2.35/test/lib/pgBackRestTest/Common/
H A DFileTest.pm158 $bRecurse
172 executeTest('chmod ' . ($bRecurse ? '-R ' : '') . "${strMode} ${strPath}");
193 $bRecurse,
207 if ($bRecurse)
221 $oStorage->pathRemove($strSourcePath, {bRecurse => true});
252 $bRecurse
265 $oStorage->pathRemove($strPath, {bRecurse => true});
269 executeTest('rm -f' . ($bRecurse ? 'r ' : ' ') . $strPath);
H A DStorageRepo.pm287 …{name => 'rhInfo', value => $self->manifest($strPathFileExp, {bRecurse => false})->{'.'}, trace =>…
318 my $rhManifest = $self->manifest($strPathExp, {bRecurse => false});
348 $bRecurse,
359 …"--output=json" . ($bRecurse ? ' --recurse' : '') . " --repo=$self->{iRepo} repo-ls " . $self->esc…
444 $bRecurse,
453 …$self->exec("--repo=$self->{iRepo} repo-rm " . ($bRecurse ? '--recurse ' : '') . $self->escape($st…
H A DStorage.pm797 $bRecurse,
821 {bIgnoreMissing => $bIgnoreMissing, bRecurse => $bRecurse});
/dports/databases/pgbackrest/pgbackrest-release-2.35/test/lib/pgBackRestTest/Module/Mock/
H A DMockStanzaTest.pm133 … forceStorageMove(storageRepo(), $strArchiveInfoFile, $strArchiveInfoOldFile, {bRecurse => false});
134 …orageMove(storageRepo(), $strArchiveInfoCopyFile, $strArchiveInfoCopyOldFile, {bRecurse => false});
143 … forceStorageMove(storageRepo(), $strArchiveInfoOldFile, $strArchiveInfoFile, {bRecurse => false});
144 …orageMove(storageRepo(), $strArchiveInfoCopyOldFile, $strArchiveInfoCopyFile, {bRecurse => false});
167 …orageMove(storageRepo(), $strArchiveInfoCopyFile, $strArchiveInfoCopyOldFile, {bRecurse => false});
211 … forceStorageMove(storageRepo(), $strArchiveInfoFile, $strArchiveInfoOldFile, {bRecurse => false});
212 forceStorageRemove(storageRepo(), $strArchiveInfoCopyFile, {bRecurse => false});
213 …forceStorageMove(storageRepo(), $strArchiveInfoCopyOldFile, $strArchiveInfoFile, {bRecurse => fals…
227 … forceStorageMove(storageRepo(), $strArchiveInfoOldFile, $strArchiveInfoFile, {bRecurse => false});
/dports/games/hllib/HLExtract.Net/
H A DHLLib.cs656 …()) x64.hlFolderSort(pItem, eField, eOrder, bRecurse); else x86.hlFolderSort(pItem, eField, eOrder… in hlFolderSort()
668 public static uint hlFolderGetSize(IntPtr pItem, bool bRecurse) in hlFolderGetSize() argument
670 … (IsWow64()) return x64.hlFolderGetSize(pItem, bRecurse); else return x86.hlFolderGetSize(pItem, b… in hlFolderGetSize()
672 public static UInt64 hlFolderGetSizeEx(IntPtr pItem, bool bRecurse) in hlFolderGetSizeEx() argument
674 …sWow64()) return x64.hlFolderGetSizeEx(pItem, bRecurse); else return x86.hlFolderGetSizeEx(pItem, in hlFolderGetSizeEx()
676 public static uint hlFolderGetSizeOnDisk(IntPtr pItem, bool bRecurse) in hlFolderGetSizeOnDisk() argument
678 …()) return x64.hlFolderGetSizeOnDisk(pItem, bRecurse); else return x86.hlFolderGetSizeOnDisk(pItem… in hlFolderGetSizeOnDisk()
682 … return x64.hlFolderGetSizeOnDiskEx(pItem, bRecurse); else return x86.hlFolderGetSizeOnDiskEx(pIte… in hlFolderGetSizeOnDiskEx()
686 …)) return x64.hlFolderGetFolderCount(pItem, bRecurse); else return x86.hlFolderGetFolderCount(pIte… in hlFolderGetFolderCount()
688 public static uint hlFolderGetFileCount(IntPtr pItem, bool bRecurse) in hlFolderGetFileCount() argument
[all …]
/dports/archivers/hlextract/HLExtract.Net/
H A DHLLib.cs656 …()) x64.hlFolderSort(pItem, eField, eOrder, bRecurse); else x86.hlFolderSort(pItem, eField, eOrder… in hlFolderSort()
668 public static uint hlFolderGetSize(IntPtr pItem, bool bRecurse) in hlFolderGetSize() argument
670 … (IsWow64()) return x64.hlFolderGetSize(pItem, bRecurse); else return x86.hlFolderGetSize(pItem, b… in hlFolderGetSize()
672 public static UInt64 hlFolderGetSizeEx(IntPtr pItem, bool bRecurse) in hlFolderGetSizeEx() argument
674 …sWow64()) return x64.hlFolderGetSizeEx(pItem, bRecurse); else return x86.hlFolderGetSizeEx(pItem, in hlFolderGetSizeEx()
676 public static uint hlFolderGetSizeOnDisk(IntPtr pItem, bool bRecurse) in hlFolderGetSizeOnDisk() argument
678 …()) return x64.hlFolderGetSizeOnDisk(pItem, bRecurse); else return x86.hlFolderGetSizeOnDisk(pItem… in hlFolderGetSizeOnDisk()
682 … return x64.hlFolderGetSizeOnDiskEx(pItem, bRecurse); else return x86.hlFolderGetSizeOnDiskEx(pIte… in hlFolderGetSizeOnDiskEx()
686 …)) return x64.hlFolderGetFolderCount(pItem, bRecurse); else return x86.hlFolderGetFolderCount(pIte… in hlFolderGetFolderCount()
688 public static uint hlFolderGetFileCount(IntPtr pItem, bool bRecurse) in hlFolderGetFileCount() argument
[all …]
/dports/sysutils/sleuthkit/sleuthkit-4.7.0/framework/tsk/framework/file/
H A DTskFileManager.h177 …ry(TskFile* directoryToCopy, const std::wstring& destinationPath, const bool bRecurse = false) = 0;
189 …ctory(uint64_t directoryIdToCopy, const std::wstring& destinationPath, const bool bRecurse = false)
191 …copyDirectory(std::auto_ptr<TskFile>(getFile(directoryIdToCopy)).get(), destinationPath, bRecurse);
H A DTskFileManagerImpl.cpp327 …::copyDirectory(TskFile* directoryToCopy, const std::wstring& destinationPath, const bool bRecurse) in copyDirectory() argument
377 if (pFile->isDirectory() && bRecurse) in copyDirectory()
381 copyDirectory(pFile, TskUtilities::toUTF16(subDirPath.toString()), bRecurse); in copyDirectory()
/dports/audio/libgig/libgig-4.3.0/src/tools/
H A Dgig2mono.cpp95 static void collectFilesOfDir(string path, bool bRecurse, bool* pbError = NULL) { in collectFilesOfDir() argument
118 } else if (S_ISDIR(s.st_mode) && bRecurse) { in collectFilesOfDir()
119 collectFilesOfDir(fullName, bRecurse, pbError); in collectFilesOfDir()
126 static void collectFiles(string path, bool bRecurse, bool* pbError = NULL) { in collectFiles() argument
136 collectFilesOfDir(path, bRecurse, pbError); in collectFiles()
H A Dgig2stereo.cpp116 static void collectFilesOfDir(string path, bool bRecurse, bool* pbError = NULL) { in collectFilesOfDir() argument
139 } else if (S_ISDIR(s.st_mode) && bRecurse) { in collectFilesOfDir()
140 collectFilesOfDir(fullName, bRecurse, pbError); in collectFilesOfDir()
147 static void collectFiles(string path, bool bRecurse, bool* pbError = NULL) { in collectFiles() argument
157 collectFilesOfDir(path, bRecurse, pbError); in collectFiles()
/dports/games/vavoom/vavoom-1.33/source/
H A Dui_widget.h186 bool IsVisible(bool bRecurse = true) const
188 if (bRecurse)
217 bool IsEnabled(bool bRecurse = true) const
219 if (bRecurse)
/dports/graphics/py-gdal/gdal-3.3.3/swig/include/
H A DXMLNode.i174 int bRecurse ) in StripXMLNamespace() argument
176 CPLStripXMLNamespace( self, pszNamespace, bRecurse ); in StripXMLNamespace()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/swig/include/
H A DXMLNode.i174 int bRecurse ) in StripXMLNamespace() argument
176 CPLStripXMLNamespace( self, pszNamespace, bRecurse ); in StripXMLNamespace()
/dports/graphics/gdal/gdal-3.3.3/swig/include/
H A DXMLNode.i174 int bRecurse ) in StripXMLNamespace() argument
176 CPLStripXMLNamespace( self, pszNamespace, bRecurse ); in StripXMLNamespace()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/text/
H A Dfrmcrsr.cxx917 bool bRecurse = pPor && pPor->IsMultiPortion() && in lcl_VisualMoveRecursion() local
921 if ( bRecurse && nIdx == nPos ) in lcl_VisualMoveRecursion()
928 bRecurse = false; in lcl_VisualMoveRecursion()
945 bRecurse = true; in lcl_VisualMoveRecursion()
952 if ( bRecurse ) in lcl_VisualMoveRecursion()
976 …bool bRecurse = pPor && pPor->IsMultiPortion() && static_cast<const SwMultiPortion*>(pPor)->IsBidi… in lcl_VisualMoveRecursion() local
979 if ( bRecurse && nIdx == nPos ) in lcl_VisualMoveRecursion()
984 bRecurse = false; in lcl_VisualMoveRecursion()
997 bRecurse = true; in lcl_VisualMoveRecursion()
1011 if ( bRecurse ) in lcl_VisualMoveRecursion()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/text/
H A Dfrmcrsr.cxx910 bool bRecurse = pPor && pPor->IsMultiPortion() && in lcl_VisualMoveRecursion() local
914 if ( bRecurse && nIdx == nPos ) in lcl_VisualMoveRecursion()
921 bRecurse = false; in lcl_VisualMoveRecursion()
938 bRecurse = true; in lcl_VisualMoveRecursion()
945 if ( bRecurse ) in lcl_VisualMoveRecursion()
969 …bool bRecurse = pPor && pPor->IsMultiPortion() && static_cast<const SwMultiPortion*>(pPor)->IsBidi… in lcl_VisualMoveRecursion() local
972 if ( bRecurse && nIdx == nPos ) in lcl_VisualMoveRecursion()
977 bRecurse = false; in lcl_VisualMoveRecursion()
990 bRecurse = true; in lcl_VisualMoveRecursion()
1004 if ( bRecurse ) in lcl_VisualMoveRecursion()
/dports/devel/codeblocks/codeblocks-20.03/src/plugins/contrib/ThreadSearch/
H A DDirectoryParamsPanel.cpp182 …toryParamsPanel::SetSearchDirRecursively(bool bRecurse) {m_pChkSearchDirRecursively->SetValue( in SetSearchDirRecursively() argument

1234