Home
last modified time | relevance | path

Searched refs:splitPath (Results 1 – 25 of 841) sorted by relevance

12345678910>>...34

/dports/audio/HVSC-Update/HVSC_Update_Tool_287/src/
H A DPathSplitter.cpp5 splitPath.len = 0; in PathSplitter()
13 if (pathLen!=0 && splitPath.ptr!=0) in PathSplitter()
33 splitPath.ptr[i++] = c; in PathSplitter()
40 splitPath.ptr[i] = 0; in PathSplitter()
41 splitPath.len = pathLen; in PathSplitter()
49 if (splitPath.ptr != 0) in ~PathSplitter()
50 delete[] splitPath.ptr; in ~PathSplitter()
60 return (splitPath.len!=0); in isGood()
68 while ((splitOffset<splitPath.len) && (splitPath.ptr[splitOffset]==0)) in firstFile()
85 while ((splitOffset<splitPath.len) && (splitPath.ptr[splitOffset]!=0)) in nextFile()
[all …]
/dports/textproc/librevenge/librevenge-0.0.4/src/lib/
H A DRVNGDirectoryStream.cpp40 static std::string composePath(const std::vector<std::string> &splitPath, std::vector<std::string>:… in composePath() argument
43 for (std::vector<std::string>::size_type i=0; i < splitPath.size() && i < elementCount; ++i) in composePath()
45 path.append(splitPath[i]); in composePath()
168 std::vector<std::string> splitPath; in existsSubStream() local
169 boost::algorithm::split(splitPath, path, boost::is_any_of("/")); in existsSubStream()
170 splitPath.insert(splitPath.begin(), m_impl->m_splitPath.begin(), m_impl->m_splitPath.end()); in existsSubStream()
171 path = composePath(splitPath, splitPath.size()); in existsSubStream()
182 std::vector<std::string> splitPath; in getSubStreamByName() local
183 boost::algorithm::split(splitPath, path, boost::is_any_of("/")); in getSubStreamByName()
184 splitPath.insert(splitPath.begin(), m_impl->m_splitPath.begin(), m_impl->m_splitPath.end()); in getSubStreamByName()
[all …]
/dports/devel/lazygit/lazygit-0.31.4/pkg/gui/filetree/
H A Dbuild_tree.go15 splitPath := split(file.Name)
18 for i := range splitPath {
20 isFile := i == len(splitPath)-1
25 path := join(splitPath[:i+1])
61 splitPath := split(file.Name)
64 for i := range splitPath {
66 isFile := i == len(splitPath)-1
71 path := join(splitPath[:i+1])
H A Dcollapsed_paths.go7 splitPath := split(path)
8 for i := range splitPath {
9 dir := join(splitPath[0 : i+1])
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ua/org.eclipse.ua.tests/help/org/eclipse/ua/tests/help/webapp/
H A DTopicPathTest.java30 int[] topics = UrlUtil.splitPath("25"); in testTocOnly()
37 int[] topics = UrlUtil.splitPath("2_5"); in testTopic()
45 int[] topics = UrlUtil.splitPath(null); in testNullPath()
51 int[] topics = UrlUtil.splitPath(""); in testEmptyPath()
57 int[] topics = UrlUtil.splitPath("1__2"); in testDoubleUnderscore()
65 int[] topics = UrlUtil.splitPath("3_A"); in testMalformedPath()
/dports/devel/kdevelop/kdevelop-21.12.3/plugins/qmljs/3rdparty/qtcreator-libs/qmljs/
H A Dqmljsimportdependencies.cpp137 if (splitPath.length() > 1 && splitPath.last().isEmpty()) in ImportKey()
138 splitPath.removeLast(); in ImportKey()
146 if (splitPath.length() > 1 && splitPath.last().isEmpty()) in ImportKey()
147 splitPath.removeLast(); in ImportKey()
181 QStringList flatPath = splitPath; in flatKey()
192 res.splitPath = flatPath; in flatKey()
267 int lenPath1 = splitPath.size(); in matchImport()
315 int len1 = splitPath.size(); in compare()
319 QString v1 = splitPath.at(i); in compare()
380 int len1 = splitPath.size(); in compareDir()
[all …]
H A Dqmljsdocument.cpp500 QStringList splitPath = path.split(QLatin1Char('/')); in insertLibraryInfo() local
504 …if (importKey.splitPath.size() == 1 && importKey.splitPath.at(0).isEmpty() && splitPath.length() >… in insertLibraryInfo()
506 QStringList myPath = splitPath; in insertLibraryInfo()
519 …QString requiredPath = QStringList(splitPath.mid(0, splitPath.size() - importKey.splitPath.size())) in insertLibraryInfo()
524 if (cImport.possibleExports.isEmpty() && splitPath.size() > 0) { in insertLibraryInfo()
537 if (vNr.indexIn(splitPath.last()) == 0) { in insertLibraryInfo()
538 splitPath.last() = vNr.cap(1); in insertLibraryInfo()
548 for (int iPath = splitPath.size(); iPath != 1; ) { in insertLibraryInfo()
550 if (safeName.indexIn(splitPath.at(iPath)) != 0) in insertLibraryInfo()
552 … ImportKey iKey(ImportType::Library, QStringList(splitPath.mid(iPath)).join(QLatin1Char('.')), in insertLibraryInfo()
[all …]
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/libs/qmljs/
H A Dqmljsimportdependencies.cpp189 if (splitPath.length() > 1 && splitPath.last().isEmpty()) in ImportKey()
190 splitPath.removeLast(); in ImportKey()
198 if (splitPath.length() > 1 && splitPath.last().isEmpty()) in ImportKey()
199 splitPath.removeLast(); in ImportKey()
233 QStringList flatPath = splitPath; in flatKey()
244 res.splitPath = flatPath; in flatKey()
319 int lenPath1 = splitPath.size(); in matchImport()
367 int len1 = splitPath.size(); in compare()
371 QString v1 = splitPath.at(i); in compare()
432 int len1 = splitPath.size(); in compareDir()
[all …]
H A Dqmljsdocument.cpp512 QStringList splitPath = path.split(QLatin1Char('/')); in insertLibraryInfo() local
516 …if (importKey.splitPath.size() == 1 && importKey.splitPath.at(0).isEmpty() && splitPath.length() >… in insertLibraryInfo()
518 QStringList myPath = splitPath; in insertLibraryInfo()
533 …QString requiredPath = QStringList(splitPath.mid(0, splitPath.size() - importKey.splitPath.size())) in insertLibraryInfo()
538 if (cImport.possibleExports.isEmpty() && splitPath.size() > 0) { in insertLibraryInfo()
551 QRegularExpressionMatch match = vNr.match(splitPath.last()); in insertLibraryInfo()
553 splitPath.last() = match.captured(1); in insertLibraryInfo()
563 for (int iPath = splitPath.size(); iPath != 1; ) { in insertLibraryInfo()
565 match = safeName.match(splitPath.at(iPath)); in insertLibraryInfo()
568 … ImportKey iKey(ImportType::Library, QStringList(splitPath.mid(iPath)).join(QLatin1Char('.')), in insertLibraryInfo()
[all …]
/dports/devel/hs-hoogle/hoogle-5.0.18.2/_cabal_deps/foundation-0.0.25/Foundation/VFS/
H A DPath.hs66 splitPath :: path -> ( PathPrefix path
95 (p, ps, s) = splitPath path
112 (_, ps , _) = splitPath path
144 (pre, _, _) = splitPath p
160 (_, _, suf) = splitPath p
/dports/www/mediawiki136/mediawiki-1.36.3/vendor/wikimedia/relpath/src/Wikimedia/
H A DRelPath.php37 public static function splitPath( $path ) { function in Wikimedia\\RelPath
94 $pathParts = self::splitPath( $path );
97 $startParts = self::splitPath( $start );
134 $pathParts = self::splitPath( $path );
135 $resultParts = self::splitPath( $base );
/dports/www/mediawiki135/mediawiki-1.35.5/vendor/wikimedia/relpath/src/Wikimedia/
H A DRelPath.php37 public static function splitPath( $path ) { function in Wikimedia\\RelPath
94 $pathParts = self::splitPath( $path );
97 $startParts = self::splitPath( $start );
134 $pathParts = self::splitPath( $path );
135 $resultParts = self::splitPath( $base );
/dports/emulators/mgba/mgba-0.9.2/tools/
H A Ddeploy-mac.py13 def splitPath(path): function
37 parent, child = findFramework(splitPath(path))
41 split = splitPath(path)
62 split = splitPath(path)
73 split = splitPath(oldPath)
151 …updateMachO(fullPath, splitPath(os.path.join(args.bundle, 'Contents/MacOS')), splitPath(args.root))
170 … updateMachO(newPath, splitPath(os.path.join(args.bundle, 'Contents/MacOS')), splitPath(args.root))
/dports/games/libretro-mgba/mgba-6186d45/tools/
H A Ddeploy-mac.py13 def splitPath(path): function
37 parent, child = findFramework(splitPath(path))
41 split = splitPath(path)
62 split = splitPath(path)
73 split = splitPath(oldPath)
151 …updateMachO(fullPath, splitPath(os.path.join(args.bundle, 'Contents/MacOS')), splitPath(args.root))
170 … updateMachO(newPath, splitPath(os.path.join(args.bundle, 'Contents/MacOS')), splitPath(args.root))
/dports/www/mediawiki137/mediawiki-1.37.1/vendor/wikimedia/relpath/src/Wikimedia/
H A DRelPath.php40 public static function splitPath( string $path ): array { function in Wikimedia\\RelPath
97 $pathParts = self::splitPath( $path );
100 $startParts = self::splitPath( $start );
151 $pathParts = self::splitPath( $path );
152 $resultParts = self::splitPath( $base );
/dports/www/sabredav/sabre-dav-3.2.2/lib/DAV/
H A DTree.php64 list($parentName, $baseName) = URLUtil::splitPath($path);
101 list($parent, $base) = URLUtil::splitPath($path);
127 list($destinationDir, $destinationName) = URLUtil::splitPath($destinationPath);
145 list($sourceDir) = URLUtil::splitPath($sourcePath);
146 list($destinationDir, $destinationName) = URLUtil::splitPath($destinationPath);
181 list($parent) = URLUtil::splitPath($path);
258 list($parent, $node) = URLUtil::splitPath($path);
/dports/audio/ampache/ampache-php74-5.0.0/vendor/sabre/dav/lib/DAV/
H A DTree.php64 list($parentName, $baseName) = URLUtil::splitPath($path);
101 list($parent, $base) = URLUtil::splitPath($path);
127 list($destinationDir, $destinationName) = URLUtil::splitPath($destinationPath);
145 list($sourceDir) = URLUtil::splitPath($sourcePath);
146 list($destinationDir, $destinationName) = URLUtil::splitPath($destinationPath);
181 list($parent) = URLUtil::splitPath($path);
258 list($parent, $node) = URLUtil::splitPath($path);
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/includes/sabre/sabre/dav/lib/DAV/
H A DTree.php64 list($parentName, $baseName) = URLUtil::splitPath($path);
101 list($parent, $base) = URLUtil::splitPath($path);
127 list($destinationDir, $destinationName) = URLUtil::splitPath($destinationPath);
145 list($sourceDir) = URLUtil::splitPath($sourcePath);
146 list($destinationDir, $destinationName) = URLUtil::splitPath($destinationPath);
181 list($parent) = URLUtil::splitPath($path);
258 list($parent, $node) = URLUtil::splitPath($path);
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/includes/sabre/sabre/dav/lib/DAV/
H A DTree.php64 list($parentName, $baseName) = URLUtil::splitPath($path);
101 list($parent, $base) = URLUtil::splitPath($path);
127 list($destinationDir, $destinationName) = URLUtil::splitPath($destinationPath);
145 list($sourceDir) = URLUtil::splitPath($sourcePath);
146 list($destinationDir, $destinationName) = URLUtil::splitPath($destinationPath);
181 list($parent) = URLUtil::splitPath($path);
258 list($parent, $node) = URLUtil::splitPath($path);
/dports/www/ilias/ILIAS-5.4.25/libs/composer/vendor/sabre/dav/lib/DAV/
H A DTree.php64 list($parentName, $baseName) = URLUtil::splitPath($path);
101 list($parent, $base) = URLUtil::splitPath($path);
127 list($destinationDir, $destinationName) = URLUtil::splitPath($destinationPath);
145 list($sourceDir) = URLUtil::splitPath($sourcePath);
146 list($destinationDir, $destinationName) = URLUtil::splitPath($destinationPath);
181 list($parent) = URLUtil::splitPath($path);
258 list($parent, $node) = URLUtil::splitPath($path);
/dports/www/groupoffice/groupoffice-6.4.231-php-71/vendor/sabre/dav/lib/DAV/
H A DTree.php64 list($parentName, $baseName) = URLUtil::splitPath($path);
101 list($parent, $base) = URLUtil::splitPath($path);
127 list($destinationDir, $destinationName) = URLUtil::splitPath($destinationPath);
145 list($sourceDir) = URLUtil::splitPath($sourcePath);
146 list($destinationDir, $destinationName) = URLUtil::splitPath($destinationPath);
181 list($parent) = URLUtil::splitPath($path);
258 list($parent, $node) = URLUtil::splitPath($path);
/dports/x11-toolkits/ctk/CTK-2018-10-29/Libs/Widgets/
H A DctkCompleter.cpp41 QStringList splitPath(const QString& path);
72 QStringList ctkCompleterPrivate::splitPath(const QString& s) in splitPath() function in ctkCompleterPrivate
80 paths = q->QCompleter::splitPath(s); in splitPath()
164 QStringList ctkCompleter::splitPath(const QString& s)const in splitPath() function in ctkCompleter
167 return const_cast<ctkCompleterPrivate*>(d)->splitPath(s); in splitPath()
/dports/graphics/phototonic/phototonic-2.1/
H A DDirCompleter.cpp33 QStringList DirCompleter::splitPath(const QString &path) const { in splitPath() function in DirCompleter
35 return QCompleter::splitPath(QString(path).replace(0, 1, QDir::homePath())); in splitPath()
37 return QCompleter::splitPath(path); in splitPath()
/dports/mail/rainloop/rainloop-php74-1.16.0_1/rainloop/v/1.16.0/app/libraries/SabreForRainLoop/DAV/FS/
H A DNode.php45 list(, $name) = DAV\URLUtil::splitPath($this->path);
58 list($parentPath, ) = DAV\URLUtil::splitPath($this->path);
59 list(, $newName) = DAV\URLUtil::splitPath($name);
/dports/www/sabredav/sabre-dav-3.2.2/lib/DAV/FS/
H A DNode.php46 list(, $name) = URLUtil::splitPath($this->path);
59 list($parentPath, ) = URLUtil::splitPath($this->path);
60 list(, $newName) = URLUtil::splitPath($name);

12345678910>>...34