Home
last modified time | relevance | path

Searched refs:removeTree (Results 1 – 25 of 115) sorted by relevance

12345

/dports/lang/seed7/seed7/prg/
H A Dchkcmd.sd783 removeTree(fileName);
92 removeTree(fileName);
102 removeTree(fileName);
311 removeTree(fileName1);
312 removeTree(fileName2);
344 removeTree(fileName1);
345 removeTree(fileName2);
545 removeTree(fileName1);
546 removeTree(fileName2);
577 removeTree(fileName1);
[all …]
/dports/devel/hs-spago/spago-0.20.3/_cabal_deps/system-fileio-0.3.16.4/tests/FilesystemTests/
H A DUtil.hs18 import Filesystem (removeTree)
31 finally (io dir') (removeTree dir'))
/dports/editors/libreoffice/libreoffice-7.2.6.2/unotools/source/ucbhelper/
H A Dlocalfilehelper.cxx85 void removeTree(OUString const & url) { in removeTree() function
116 removeTree(stat.getFileURL()); in removeTree()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/unotools/source/ucbhelper/
H A Dlocalfilehelper.cxx85 void removeTree(OUString const & url) { in removeTree() function
116 removeTree(stat.getFileURL()); in removeTree()
/dports/math/hs-Agda/Agda-2.6.2/src/full/Agda/TypeChecking/
H A DRecordPatterns.hs670 removeTree :: RecordTree -> RecPatM (Pattern, [Term], Changes)
671 removeTree tree = do function
715 Right t -> removeTree t
722 translatePattern p@VarP{} = removeTree (Leaf p)
723 translatePattern p@DotP{} = removeTree (Leaf p)
757 (ps', ss, cs) <- unzip3 <$> mapM (either id removeTree) rs
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/unotools/
H A Dlocalfilehelper.hxx37 UNOTOOLS_DLLPUBLIC void removeTree(OUString const & url);
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/unotools/
H A Dlocalfilehelper.hxx37 UNOTOOLS_DLLPUBLIC void removeTree(OUString const & url);
/dports/editors/libreoffice/libreoffice-7.2.6.2/connectivity/source/drivers/firebird/
H A DDriver.cxx95 utl::removeTree(m_firebirdTMPDirectory.GetURL()); in ~FirebirdDriver()
96 utl::removeTree(m_firebirdLockDirectory.GetURL()); in ~FirebirdDriver()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/connectivity/source/drivers/firebird/
H A DDriver.cxx107 utl::removeTree(m_firebirdTMPDirectory.GetURL()); in ~FirebirdDriver()
108 utl::removeTree(m_firebirdLockDirectory.GetURL()); in ~FirebirdDriver()
/dports/net/libcmis/libcmis-0.5.2/src/libcmis/
H A Datom-folder.hxx51 virtual std::vector< std::string > removeTree( bool allVersion = true,
H A Dws-folder.hxx50 …virtual std::vector< std::string > removeTree( bool allVersion = true, libcmis::UnfileObjects::Typ…
H A Donedrive-folder.hxx58 virtual std::vector< std::string > removeTree(
H A Dgdrive-folder.hxx58 virtual std::vector< std::string > removeTree(
H A Dsharepoint-folder.hxx61 virtual std::vector< std::string > removeTree( bool allVersion = true,
H A Dws-folder.cxx64 vector< string > WSFolder::removeTree( bool allVersion, libcmis::UnfileObjects::Type unfile, bool c… in removeTree() function in WSFolder
H A Donedrive-folder.cxx159 vector< string > OneDriveFolder::removeTree( in removeTree() function in OneDriveFolder
/dports/textproc/p5-Text-ClearSilver/Text-ClearSilver-0.10.5.4/lib/Text/ClearSilver/
H A DCompat.pm34 *removeTree = \&remove_tree;
/dports/net/libcmis/libcmis-0.5.2/inc/libcmis/
H A Dfolder.hxx75 …virtual std::vector< std::string > removeTree( bool allVersion = true, UnfileObjects::Type unfile …
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/qa/extras/
H A Dhtmlexporttest.cxx95 utl::removeTree(aTempDir.GetURL()); in testHtmlSkipImage()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/qa/extras/
H A Dhtmlexporttest.cxx97 utl::removeTree(aTempDir.GetURL()); in testHtmlSkipImage()
/dports/games/scorched3d/scorched/src/client/land/
H A DTargetVisibilityPatch.h55 void removeTree(Target *target) { trees_.erase(target); } in removeTree() function
/dports/textproc/p5-Text-ClearSilver/Text-ClearSilver-0.10.5.4/t/
H A D06_compat.t61 $copy->removeTree("TopNode");
/dports/devel/hs-spago/spago-0.20.3/_cabal_deps/system-fileio-0.3.16.4/lib/
H A DFilesystem.hs58 , removeTree
422 removeTree :: FilePath -> IO ()
424 removeTree root = SD.removeDirectoryRecursive (encodeString root) function
426 removeTree root = do function
433 then removeTree item
/dports/devel/kf5-kitemmodels/kitemmodels-5.89.0/tests/proxymodeltestapp/
H A Dkreparentingproxymodel.cpp148 void removeTree(const QPersistentModelIndex &idx, int start = 0, int end = -1);
883 void KReparentingProxyModelPrivate::removeTree(const QPersistentModelIndex &idxToRemove, int start,… in removeTree() function in KReparentingProxyModelPrivate
940 removeTree(idx); in removeTree()
1067 removeTree(q->mapToSource(proxyParent), removal.start, removal.end); in sourceRowsAboutToBeRemoved()
1100 removeTree(q->mapToSource(proxyParent), removal.start, removal.end); in sourceRowsAboutToBeRemoved()
/dports/multimedia/mkvtoolnix/mkvtoolnix-65.0.0/src/mkvtoolnix-gui/chapter_editor/
H A Dchapter_model.h41 void removeTree(QModelIndex const &idx); in Q_DECLARE_METATYPE()

12345