Home
last modified time | relevance | path

Searched refs:shortPath (Results 1 – 25 of 368) sorted by relevance

12345678910>>...15

/dports/graphics/qcomicbook/QComicBook-0.9.1/src/
H A DUtility.cpp51 QString shortPath("/" + filler ); in shortenPath() local
53 maxlen -= finf.fileName().length() + shortPath.length(); in shortenPath()
55 if (p.length() > shortPath.length()) in shortenPath()
61 shortPath.append(p.right(p.length() - i )); in shortenPath()
63 shortPath.append("/"); in shortenPath()
64 shortPath.append(finf.fileName()); in shortenPath()
65 return shortPath; in shortenPath()
/dports/lang/mono/mono-5.10.1.57/external/api-doc-tools/mdoc/Mono.Documentation/Frameworks/
H A DFrameworkIndex.cs36 string shortPath = Path.GetDirectoryName (relativePath); in StartProcessingAssembly()
37 …if (shortPath.StartsWith (Path.DirectorySeparatorChar.ToString (), StringComparison.InvariantCultu… in StartProcessingAssembly()
38 shortPath = shortPath.Substring (1, shortPath.Length - 1); in StartProcessingAssembly()
41 var entry = frameworks.FirstOrDefault (f => f.Name.Equals (shortPath)); in StartProcessingAssembly()
43 entry = new FrameworkEntry (frameworks) { Name = shortPath }; in StartProcessingAssembly()
/dports/net-p2p/bitmark-recorder/bitmarkd-0.13.3/vendor/github.com/cihub/seelog/
H A Dcommon_context.go100 var shortPath string
103 shortPath = fullPath[len(workingDir):]
105 shortPath = fullPath
115 shortPath: shortPath,
155 shortPath string member
175 return context.shortPath
/dports/net-p2p/bitmark-cli/bitmarkd-0.13.3/vendor/github.com/cihub/seelog/
H A Dcommon_context.go100 var shortPath string
103 shortPath = fullPath[len(workingDir):]
105 shortPath = fullPath
115 shortPath: shortPath,
155 shortPath string
175 return context.shortPath
/dports/net-p2p/bitmark/bitmarkd-0.13.3/vendor/github.com/cihub/seelog/
H A Dcommon_context.go100 var shortPath string
103 shortPath = fullPath[len(workingDir):]
105 shortPath = fullPath
115 shortPath: shortPath,
155 shortPath string member
175 return context.shortPath
/dports/net-p2p/bitmark-daemon/bitmarkd-0.13.3/vendor/github.com/cihub/seelog/
H A Dcommon_context.go100 var shortPath string
103 shortPath = fullPath[len(workingDir):]
105 shortPath = fullPath
115 shortPath: shortPath,
155 shortPath string member
175 return context.shortPath
/dports/devel/R-cran-sourcetools/sourcetools/inst/include/sourcetools/core/
H A Dmacros.h43 std::string shortPath = shortFilePath(filePath);
44 if (shortPath.size() > N / 2)
45 shortPath = shortPath.substr(0, N / 2);
46 std::sprintf(buffer, "[%s:%4i]", shortPath.c_str(), line);
/dports/lang/sdcc/sdcc-4.0.0/src/
H A DSDCCsystem.c169 char shortPath[PATH_MAX]; in compose_command_line() local
179 len = GetShortPathName (dbuf_c_str (&cmdPath), shortPath, sizeof shortPath); in compose_command_line()
180 assert (len < sizeof shortPath); in compose_command_line()
184 len = GetShortPathName (dbuf_c_str (&cmdPath), shortPath, sizeof shortPath); in compose_command_line()
185 assert (len < sizeof shortPath); in compose_command_line()
190 return merge_command (shortPath, args); in compose_command_line()
/dports/graphics/radiance/radiance-baf2c40/src/
H A DPaths.cpp95 auto shortPath = userLib.relativeFilePath(filename); in contractLibraryPath() local
96 if (!shortPath.contains("..")) { in contractLibraryPath()
97 return shortPath; in contractLibraryPath()
100 shortPath = systemLib.relativeFilePath(filename); in contractLibraryPath()
101 if (!shortPath.contains("..")) { in contractLibraryPath()
102 return shortPath; in contractLibraryPath()
/dports/security/keybase/client-v5.7.1/go/kbfs/dokan/
H A Dloaddll.go25 const shortPath = `DOKAN1.DLL` const
49 path = shortPath
67 hdl, err = loadLibrary(epc, syswow64+shortPath)
72 hdl, err = loadLibrary(epc, system32+shortPath)
76 hdl, err = loadLibrary(epc, shortPath)
/dports/devel/R-cran-rappdirs/rappdirs/src/
H A Dwin-path.c17 TCHAR shortPath[MAX_PATH]; in win_path_() local
18 GetShortPathName(startupFolder, shortPath, MAX_PATH); in win_path_()
20 return mkString(shortPath); in win_path_()
/dports/devel/lazygit/lazygit-0.31.4/vendor/github.com/jesseduffield/go-git/v5/go-git-341962be15a4/utils/merkletrie/
H A Dchange_test.go38 shortPath := noder.Path([]noder.Noder{path.Last()})
39 change = merkletrie.NewInsert(shortPath)
50 shortPath := noder.Path([]noder.Noder{path.Last()})
51 change = merkletrie.NewDelete(shortPath)
/dports/sysutils/chezmoi/chezmoi-2.9.3/vendor/github.com/go-git/go-git/v5/utils/merkletrie/
H A Dchange_test.go38 shortPath := noder.Path([]noder.Noder{path.Last()})
39 change = merkletrie.NewInsert(shortPath)
50 shortPath := noder.Path([]noder.Noder{path.Last()})
51 change = merkletrie.NewDelete(shortPath)
/dports/net/cloudquery/cloudquery-0.16.0/vendor/github.com/go-git/go-git/v5/utils/merkletrie/
H A Dchange_test.go38 shortPath := noder.Path([]noder.Noder{path.Last()})
39 change = merkletrie.NewInsert(shortPath)
50 shortPath := noder.Path([]noder.Noder{path.Last()})
51 change = merkletrie.NewDelete(shortPath)
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/github.com/go-git/go-git/v5/utils/merkletrie/
H A Dchange_test.go38 shortPath := noder.Path([]noder.Noder{path.Last()})
39 change = merkletrie.NewInsert(shortPath)
50 shortPath := noder.Path([]noder.Noder{path.Last()})
51 change = merkletrie.NewDelete(shortPath)
/dports/devel/gitty/gitty-0.3.0/vendor/github.com/go-git/go-git/v5/utils/merkletrie/
H A Dchange_test.go38 shortPath := noder.Path([]noder.Noder{path.Last()})
39 change = merkletrie.NewInsert(shortPath)
50 shortPath := noder.Path([]noder.Noder{path.Last()})
51 change = merkletrie.NewDelete(shortPath)
/dports/graphics/grafx2/grafx2/src/
H A Dio.c787 WCHAR * shortPath; in Get_Unicode_Filename() local
792 if (shortPath == NULL) in Get_Unicode_Filename()
796 shortPath[i++] = *directory++; in Get_Unicode_Filename()
798 shortPath[i++] = '\\'; in Get_Unicode_Filename()
800 shortPath[i++] = *filename++; in Get_Unicode_Filename()
801 shortPath[i++] = 0; in Get_Unicode_Filename()
802 len = GetLongPathNameW(shortPath, NULL, 0); in Get_Unicode_Filename()
806 free(shortPath); in Get_Unicode_Filename()
812 free(shortPath); in Get_Unicode_Filename()
819 free(shortPath); in Get_Unicode_Filename()
[all …]
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/pcbnew/dialogs/
H A Dpanel_fp_properties_3d_model.cpp153 wxString origPath, alias, shortPath; in ReloadModelsFromFootprint() local
161 if( res && res->SplitAlias( origPath, alias, shortPath ) ) in ReloadModelsFromFootprint()
162 origPath = alias + wxT( ":" ) + shortPath; in ReloadModelsFromFootprint()
317 wxString shortPath; in OnAdd3DModel() local
320 if( res && res->SplitAlias( filename, alias, shortPath ) ) in OnAdd3DModel()
321 filename = alias + wxT( ":" ) + shortPath; in OnAdd3DModel()
/dports/games/scorched3d/scorched/src/client/dialogs/
H A DSaveSelectDialog.cpp117 const char *shortPath = (*itor).c_str(); in display() local
118 std::string fullPath = S3D::getSaveFile(shortPath); in display()
125 GLWIconListSaveItem *item = new GLWIconListSaveItem(shortPath, modTimeStr); in display()
/dports/www/bolt/bolt-2.2.24/vendor/composer/composer/src/Composer/Command/
H A DArchiveCommand.php114 $shortPath = $fs->findShortestPath(getcwd(), $packagePath, true);
117 $io->write(strlen($shortPath) < strlen($packagePath) ? $shortPath : $packagePath);
/dports/audio/atunes/atunes-3.1.2/src/net/sourceforge/atunes/kernel/modules/player/mplayer/
H A DMPlayerProcessBuilder.java182 String shortPath = this.osManager.getFileNormalized(url); in prepareCommand() local
183 command.add(shortPath != null && !shortPath.isEmpty() ? shortPath in prepareCommand()
/dports/emulators/nestopia/nestopia-1.51.1/source/win32/
H A DNstApplicationInstance.cpp328 const Path Instance::GetLongPath(wcstring const shortPath) in GetLongPath() argument
333 uint length = ::GetLongPathName( shortPath, longPath.Ptr(), longPath.Capacity() + 1 ); in GetLongPath()
338 length = ::GetLongPathName( shortPath, longPath.Ptr(), longPath.Capacity() + 1 ); in GetLongPath()
342 return shortPath; in GetLongPath()
344 const wchar_t slashed = GenericString(shortPath).Back(); in GetLongPath()
/dports/security/keybase/client-v5.7.1/go/kbfs/libdokan/
H A Ddokan_info.go19 const shortPath = `DOKAN1.DLL` const
58 debugFileInfo(epc, d+shortPath)
/dports/devel/nuitka/Nuitka-0.6.17/nuitka/build/static_src/
H A DOnefileBootstrap.c488 wchar_t *shortPath = (wchar_t *)malloc(sizeof(wchar_t) * (l + 1)); in convertUnicodePathToAnsi() local
489 assert(shortPath); in convertUnicodePathToAnsi()
491 l = GetShortPathNameW(path, shortPath, l); in convertUnicodePathToAnsi()
497 if (unlikely(wcstombs_s(&i, NULL, 0, shortPath, _TRUNCATE) != 0)) { in convertUnicodePathToAnsi()
502 if (unlikely(wcstombs_s(&i, ansiPath, i, shortPath, _TRUNCATE) != 0)) { in convertUnicodePathToAnsi()
510 free(shortPath); in convertUnicodePathToAnsi()
/dports/graphics/ImageMagick6/ImageMagick-6.9.12-34/magick/
H A Dutility-private.h61 shortPath[MAX_PATH], in create_wchar_path() local
71 count=GetShortPathNameW(longPath,shortPath,MAX_PATH); in create_wchar_path()
76 wcscpy(wideChar,shortPath+4); in create_wchar_path()

12345678910>>...15