Home
last modified time | relevance | path

Searched refs:createDirs (Results 1 – 25 of 126) sorted by relevance

123456

/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-nodemanager/src/test/java/org/apache/hadoop/yarn/server/nodemanager/
H A DTestDeletionService.java75 public void createDirs(Path base, List<Path> dirs) throws IOException { in createDirs() method in TestDeletionService
102 createDirs(new Path("."), dirs); in testAbsDelete()
135 createDirs(new Path("."), baseDirs); in testRelativeDelete()
138 createDirs(b, content); in testRelativeDelete()
174 createDirs(new Path("."), dirs); in testNoDelete()
230 createDirs(new Path("."), dirs); in testFileDeletionTaskDependency()
297 createDirs(new Path("."), baseDirs); in testRecovery()
300 createDirs(b, content); in testRecovery()
/dports/print/scribus-devel/scribus-1.5.7/scribus/
H A Dscpaths.cpp484 QStringList createDirs; in systemCreatePalettesDirs() local
486 createDirs.append(QDir::homePath()+"/create/swatches/"); in systemCreatePalettesDirs()
487 createDirs.append(QDir::homePath()+"/.create/swatches/"); in systemCreatePalettesDirs()
489 createDirs.append(QDir::homePath()+"/create/swatches/"); in systemCreatePalettesDirs()
490 createDirs.append(QDir::homePath()+"/.create/swatches/"); in systemCreatePalettesDirs()
491 createDirs.append("/usr/share/create/swatches/"); in systemCreatePalettesDirs()
492 createDirs.append("/usr/local/share/create/swatches/"); in systemCreatePalettesDirs()
499 createDirs.append(localAppData + "create/swatches/"); in systemCreatePalettesDirs()
501 createDirs.append(commonAppData + "create/swatches/"); in systemCreatePalettesDirs()
503 createDirs.append(programFilesCommon + "create/swatches/"); in systemCreatePalettesDirs()
[all …]
/dports/mail/aerc/aerc-0.4.0/commands/msgview/
H A Dsave.go43 createDirs bool
52 createDirs = true
99 if createDirs && dir != "" {
/dports/games/critterding/critterding-beta12/src/utils/
H A Ddirlayout.cpp15 createDirs(); in Dirlayout()
18 void Dirlayout::createDirs() in createDirs() function in Dirlayout
H A Ddirlayout.h15 void createDirs();
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/haskell-src-exts-1.23.1/tests/examples/
H A DDirectory.hs268 | create_parents = createDirs (parents path0)
269 | otherwise = createDirs (take 1 (parents path0))
273 createDirs [] = return () function
274 createDirs (dir:[]) = createDir dir throw function
275 createDirs (dir:dirs) =
277 createDirs dirs
H A DDirectory.hs.prettyprinter.golden91 | create_parents = createDirs (parents path0)
92 | otherwise = createDirs (take 1 (parents path0))
95 createDirs [] = return ()
96 createDirs (dir : []) = createDir dir throw
97 createDirs (dir : dirs)
100 do createDirs dirs
/dports/devel/hs-hoogle/hoogle-5.0.18.2/_cabal_deps/haskell-src-exts-1.23.0/tests/examples/
H A DDirectory.hs268 | create_parents = createDirs (parents path0)
269 | otherwise = createDirs (take 1 (parents path0))
273 createDirs [] = return () function
274 createDirs (dir:[]) = createDir dir throw function
275 createDirs (dir:dirs) =
277 createDirs dirs
H A DDirectory.hs.prettyprinter.golden91 | create_parents = createDirs (parents path0)
92 | otherwise = createDirs (take 1 (parents path0))
95 createDirs [] = return ()
96 createDirs (dir : []) = createDir dir throw
97 createDirs (dir : dirs)
100 do createDirs dirs
/dports/www/hs-postgrest/postgrest-8.0.0/_cabal_deps/haskell-src-exts-1.23.1/tests/examples/
H A DDirectory.hs268 | create_parents = createDirs (parents path0)
269 | otherwise = createDirs (take 1 (parents path0))
273 createDirs [] = return () function
274 createDirs (dir:[]) = createDir dir throw function
275 createDirs (dir:dirs) =
277 createDirs dirs
H A DDirectory.hs.prettyprinter.golden91 | create_parents = createDirs (parents path0)
92 | otherwise = createDirs (take 1 (parents path0))
95 createDirs [] = return ()
96 createDirs (dir : []) = createDir dir throw
97 createDirs (dir : dirs)
100 do createDirs dirs
/dports/security/keepassxc/keepassxc-2.6.6/src/gui/osutils/nixutils/
H A DNixUtils.cpp71 QString NixUtils::getAutostartDesktopFilename(bool createDirs) const in getAutostartDesktopFilename()
79 if (createDirs && !autostartDir.exists()) { in getAutostartDesktopFilename()
H A DNixUtils.h42 QString getAutostartDesktopFilename(bool createDirs = false) const;
/dports/graphics/qgis/qgis-3.22.3/external/untwine/untwine/
H A DUntwine.cpp87 void createDirs(const Options& options) in createDirs() function
116 createDirs(options); in main()
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/core/Documentation/Changelog/10.0/
H A DBreaking-88525-RemoveCreateDirsDirectiveOfExtensionInstallationEm_confphp.rst4 Breaking: #88525 - Remove "createDirs" directive of extension installation / em_conf.php
15 The directive :php:`createDirs` that was responsible to create a list of folders in the file struct…
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/core/Documentation/Changelog/10.0/
H A DBreaking-88525-RemoveCreateDirsDirectiveOfExtensionInstallationEm_confphp.rst4 Breaking: #88525 - Remove "createDirs" directive of extension installation / em_conf.php
15 The directive :php:`createDirs` that was responsible to create a list of folders in the file struct…
/dports/lang/ghc/ghc-8.10.7/libraries/directory/System/
H A DDirectory.hs316 | create_parents = createDirs (parents path0)
317 | otherwise = createDirs (take 1 (parents path0))
321 createDirs [] = pure () function
322 createDirs (dir:[]) = createDir dir ioError function
323 createDirs (dir:dirs) =
325 createDirs dirs
/dports/mail/p5-Mail-Box/Mail-Box-3.009/lib/Mail/Box/
H A DMaildir.pm60 if($class->createDirs($directory))
130 $self->createDirs($self->nameOfSubFolder($name));
163 sub createDirs($) subroutine
/dports/devel/cervisia/cervisia-21.12.3/cvsservice/
H A Dcvsservice.h308 bool createDirs, bool pruneDirs);
346 QDBusObjectPath update(const QStringList& files, bool recursive, bool createDirs,
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/rsaauth/
H A Dext_emconf.php11 'createDirs' => '',
/dports/www/pomerium/pomerium-0.8.3/vendor/github.com/google/go-jsonnet/cmd/jsonnet/
H A Dcmd.go344 func writeMultiOutputFiles(output map[string]string, outputDir, outputFile string, createDirs bool)…
394 if createDirs {
451 func writeOutputFile(output string, outputFile string, createDirs bool) error {
457 if createDirs {
/dports/games/freeminer/freeminer-0.4.10.4/src/
H A Ddatabase-sqlite3.h64 void createDirs(std::string path);
H A Ddatabase-sqlite3.cpp78 void Database_SQLite3::createDirs(std::string path) in createDirs() function in Database_SQLite3
98 createDirs(m_savedir); // ? in verifyDatabase()
/dports/sysutils/zbackup/zbackup-1.4.4/
H A Dbundle.cc250 bool createDirs ) in generateFileName() argument
258 if ( createDirs && !Dir::exists( level1 ) ) in generateFileName()
/dports/sysutils/nix/nix-2.3.10/src/libstore/
H A Dlocal-store.cc60 createDirs(realStoreDir);
62 createDirs(linksDir);
64 createDirs(profilesDir);
65 createDirs(tempRootsDir);
66 createDirs(dbDir);
69 createDirs(gcRootsDir);
74 createDirs(perUserDir);
1444 createDirs(dir); in createUser()

123456