Home
last modified time | relevance | path

Searched refs:Paths (Results 1 – 25 of 8646) sorted by relevance

12345678910>>...346

/dports/graphics/radiance/radiance-baf2c40/src/
H A DPaths.cpp13 QString Paths::m_systemLibrary;
14 QString Paths::m_userLibrary;
15 QString Paths::m_systemConfig;
16 QString Paths::m_userConfig;
17 QString Paths::m_qml;
18 QString Paths::m_glsl;
40 QString Paths::qml() { in qml()
42 return Paths::m_qml; in qml()
45 QString Paths::glsl() { in glsl()
47 return Paths::m_glsl; in glsl()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/unotools/source/config/
H A Dpathoptions.cxx92 const OUString& GetPath( SvtPathOptions::Paths );
224 if( ePath == SvtPathOptions::Paths::AddIn || in GetPath()
229 ePath == SvtPathOptions::Paths::Storage in GetPath()
275 case SvtPathOptions::Paths::AddIn: in SetPath()
276 case SvtPathOptions::Paths::Filter: in SetPath()
277 case SvtPathOptions::Paths::Help: in SetPath()
278 case SvtPathOptions::Paths::Module: in SetPath()
279 case SvtPathOptions::Paths::Plugin: in SetPath()
280 case SvtPathOptions::Paths::Storage: in SetPath()
728 case SvtPathOptions::Paths::UserConfig: in SearchFile()
[all …]
H A Ddefaultoptions.cxx96 OUString GetDefaultPath( SvtPathOptions::Paths nId ) const;
117 SvtPathOptions::Paths _ePath;
137 { SvtPathOptions::Paths::Help, &SvtDefaultOptions_Impl::m_aHelpPath },
200 OUString SvtDefaultOptions_Impl::GetDefaultPath( SvtPathOptions::Paths nId ) const in GetDefaultPath()
205 while ( PathMap_Impl[nIdx]._ePath <= SvtPathOptions::Paths::Classification ) in GetDefaultPath()
210 if ( nId == SvtPathOptions::Paths::AddIn || in GetDefaultPath()
211 nId == SvtPathOptions::Paths::Filter || in GetDefaultPath()
212 nId == SvtPathOptions::Paths::Help || in GetDefaultPath()
213 nId == SvtPathOptions::Paths::Module || in GetDefaultPath()
214 nId == SvtPathOptions::Paths::Plugin ) in GetDefaultPath()
[all …]
/dports/sysutils/helm/helm-3.5.2/vendor/k8s.io/apiextensions-apiserver/pkg/controller/openapi/builder/
H A Dmerge.go36 if staticSpec.Paths != nil {
37 specToReturn.Paths = &spec.Paths{
38 Paths: map[string]spec.PathItem{},
40 for k, p := range staticSpec.Paths.Paths {
41 specToReturn.Paths.Paths[k] = p
66 if dest.Paths == nil {
67 dest.Paths = &spec.Paths{}
75 for k, v := range source.Paths.Paths {
76 if dest.Paths.Paths == nil {
77 dest.Paths.Paths = map[string]spec.PathItem{}
[all …]
/dports/sysutils/istio/istio-1.6.7/vendor/k8s.io/apiextensions-apiserver/pkg/controller/openapi/builder/
H A Dmerge.go36 if staticSpec.Paths != nil {
37 specToReturn.Paths = &spec.Paths{
38 Paths: map[string]spec.PathItem{},
40 for k, p := range staticSpec.Paths.Paths {
41 specToReturn.Paths.Paths[k] = p
66 if dest.Paths == nil {
67 dest.Paths = &spec.Paths{}
75 for k, v := range source.Paths.Paths {
76 if dest.Paths.Paths == nil {
77 dest.Paths.Paths = map[string]spec.PathItem{}
[all …]
/dports/sysutils/kubectl/kubernetes-1.22.2/staging/src/k8s.io/apiextensions-apiserver/pkg/controller/openapi/builder/
H A Dmerge.go36 if staticSpec.Paths != nil {
37 specToReturn.Paths = &spec.Paths{
38 Paths: map[string]spec.PathItem{},
40 for k, p := range staticSpec.Paths.Paths {
41 specToReturn.Paths.Paths[k] = p
66 if dest.Paths == nil {
67 dest.Paths = &spec.Paths{}
75 for k, v := range source.Paths.Paths {
76 if dest.Paths.Paths == nil {
77 dest.Paths.Paths = map[string]spec.PathItem{}
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/tools/jar/multiRelease/
H A DBasic.java48 import java.nio.file.Paths;
65 Path classes = Paths.get("classes"); in test00()
92 Path classes = Paths.get("classes"); in test01()
126 Path classes = Paths.get("classes"); in versionFormat()
154 Path classes = Paths.get("classes"); in test02()
190 Path classes = Paths.get("classes"); in test03()
246 Path classes = Paths.get("classes"); in test04()
268 Path classes = Paths.get("classes"); in test05()
290 Path classes = Paths.get("classes"); in test06()
312 Path classes = Paths.get("classes"); in test07()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/tools/jar/multiRelease/
H A DBasic.java48 import java.nio.file.Paths;
65 Path classes = Paths.get("classes"); in test00()
92 Path classes = Paths.get("classes"); in test01()
126 Path classes = Paths.get("classes"); in versionFormat()
154 Path classes = Paths.get("classes"); in test02()
190 Path classes = Paths.get("classes"); in test03()
246 Path classes = Paths.get("classes"); in test04()
268 Path classes = Paths.get("classes"); in test05()
290 Path classes = Paths.get("classes"); in test06()
312 Path classes = Paths.get("classes"); in test07()
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/tools/jar/multiRelease/
H A DBasic.java48 import java.nio.file.Paths;
65 Path classes = Paths.get("classes"); in test00()
92 Path classes = Paths.get("classes"); in test01()
126 Path classes = Paths.get("classes"); in versionFormat()
154 Path classes = Paths.get("classes"); in test02()
190 Path classes = Paths.get("classes"); in test03()
246 Path classes = Paths.get("classes"); in test04()
268 Path classes = Paths.get("classes"); in test05()
290 Path classes = Paths.get("classes"); in test06()
312 Path classes = Paths.get("classes"); in test07()
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/tools/jar/multiRelease/
H A DBasic.java48 import java.nio.file.Paths;
65 Path classes = Paths.get("classes"); in test00()
92 Path classes = Paths.get("classes"); in test01()
126 Path classes = Paths.get("classes"); in versionFormat()
154 Path classes = Paths.get("classes"); in test02()
190 Path classes = Paths.get("classes"); in test03()
246 Path classes = Paths.get("classes"); in test04()
268 Path classes = Paths.get("classes"); in test05()
290 Path classes = Paths.get("classes"); in test06()
312 Path classes = Paths.get("classes"); in test07()
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/tools/jar/multiRelease/
H A DBasic.java48 import java.nio.file.Paths;
65 Path classes = Paths.get("classes"); in test00()
92 Path classes = Paths.get("classes"); in test01()
126 Path classes = Paths.get("classes"); in versionFormat()
154 Path classes = Paths.get("classes"); in test02()
190 Path classes = Paths.get("classes"); in test03()
246 Path classes = Paths.get("classes"); in test04()
268 Path classes = Paths.get("classes"); in test05()
290 Path classes = Paths.get("classes"); in test06()
312 Path classes = Paths.get("classes"); in test07()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/tools/jar/multiRelease/
H A DBasic.java48 import java.nio.file.Paths;
65 Path classes = Paths.get("classes"); in test00()
92 Path classes = Paths.get("classes"); in test01()
126 Path classes = Paths.get("classes"); in versionFormat()
154 Path classes = Paths.get("classes"); in test02()
190 Path classes = Paths.get("classes"); in test03()
246 Path classes = Paths.get("classes"); in test04()
268 Path classes = Paths.get("classes"); in test05()
290 Path classes = Paths.get("classes"); in test06()
312 Path classes = Paths.get("classes"); in test07()
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/tools/jar/multiRelease/
H A DBasic.java48 import java.nio.file.Paths;
65 Path classes = Paths.get("classes"); in test00()
92 Path classes = Paths.get("classes"); in test01()
126 Path classes = Paths.get("classes"); in versionFormat()
154 Path classes = Paths.get("classes"); in test02()
190 Path classes = Paths.get("classes"); in test03()
246 Path classes = Paths.get("classes"); in test04()
268 Path classes = Paths.get("classes"); in test05()
290 Path classes = Paths.get("classes"); in test06()
312 Path classes = Paths.get("classes"); in test07()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/tools/jar/multiRelease/
H A DBasic.java62 Path classes = Paths.get("classes"); in test00()
89 Path classes = Paths.get("classes"); in test01()
123 Path classes = Paths.get("classes"); in versionFormat()
151 Path classes = Paths.get("classes"); in test02()
187 Path classes = Paths.get("classes"); in test03()
243 Path classes = Paths.get("classes"); in test04()
265 Path classes = Paths.get("classes"); in test05()
287 Path classes = Paths.get("classes"); in test06()
309 Path classes = Paths.get("classes"); in test07()
333 Path classes = Paths.get("classes"); in identicalClassToPreviousVersion()
[all …]
/dports/security/softether-devel/v4.36-9754/src/BuildUtil/
H A DVpnBuilder.cs296 public static class Paths class
353 static Paths() in Paths() method in BuildUtil.Paths
356 Paths.StartDateTimeStr = Str.DateTimeToStrShort(Paths.StartDateTime); in Paths()
388 Paths.VisualStudioVCBatchFileName = Path.Combine(Paths.VisualStudioVCDir, "vcvarsall.bat"); in Paths()
407Paths.MakeCatFilename = Path.Combine(Paths.MicrosoftSDKDir, @"bin\" + (x86_dir ? @"x86\" : "") + "… in Paths()
410Paths.RcFilename = Path.Combine(Paths.MicrosoftSDKDir, @"bin\" + (x86_dir ? @"x86\" : "") + "rc.ex… in Paths()
423 Paths.MSBuildFileName = Path.Combine(Paths.DotNetFramework35Dir, "MSBuild.exe"); in Paths()
430 Paths.TmpDirName = Path.Combine(Paths.BaseDirName, "tmp"); in Paths()
439 if (Directory.Exists(Paths.ReleaseDir)) in DeleteAllReleaseTarGz()
462 if (Directory.Exists(Paths.ReleaseDir)) in DeleteAllReleaseAdminKits()
[all …]
/dports/security/softether/v4.38-9760/src/BuildUtil/
H A DVpnBuilder.cs296 public static class Paths class
353 static Paths() in Paths() method in BuildUtil.Paths
356 Paths.StartDateTimeStr = Str.DateTimeToStrShort(Paths.StartDateTime); in Paths()
388 Paths.VisualStudioVCBatchFileName = Path.Combine(Paths.VisualStudioVCDir, "vcvarsall.bat"); in Paths()
407Paths.MakeCatFilename = Path.Combine(Paths.MicrosoftSDKDir, @"bin\" + (x86_dir ? @"x86\" : "") + "… in Paths()
410Paths.RcFilename = Path.Combine(Paths.MicrosoftSDKDir, @"bin\" + (x86_dir ? @"x86\" : "") + "rc.ex… in Paths()
423 Paths.MSBuildFileName = Path.Combine(Paths.DotNetFramework35Dir, "MSBuild.exe"); in Paths()
430 Paths.TmpDirName = Path.Combine(Paths.BaseDirName, "tmp"); in Paths()
439 if (Directory.Exists(Paths.ReleaseDir)) in DeleteAllReleaseTarGz()
462 if (Directory.Exists(Paths.ReleaseDir)) in DeleteAllReleaseAdminKits()
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/langtools/test/tools/javac/ExtDirs/
H A DExtDirTest.java35 import java.nio.file.Paths;
135 ToolBox.copyFile(Paths.get("ext1", "pkg1.jar"), Paths.get("pkg1.jar")); in createJars()
136 ToolBox.copyFile(Paths.get("ext2", "pkg2.jar"), Paths.get("pkg2.jar")); in createJars()
137 ToolBox.copyFile(Paths.get("ext3", "pkg1.jar"), Paths.get("pkg1.jar")); in createJars()
138 ToolBox.copyFile(Paths.get("ext3", "pkg2.jar"), Paths.get("pkg2.jar")); in createJars()
140 Files.delete(Paths.get("pkg1.jar")); in createJars()
141 Files.delete(Paths.get("pkg2.jar")); in createJars()
144 Files.delete(Paths.get("pkg1", "MANIFEST.MF")); in createJars()
145 Files.delete(Paths.get("pkg1")); in createJars()
147 Files.delete(Paths.get("pkg2", "MANIFEST.MF")); in createJars()
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/langtools/test/tools/javac/ExtDirs/
H A DExtDirTest.java35 import java.nio.file.Paths;
135 ToolBox.copyFile(Paths.get("ext1", "pkg1.jar"), Paths.get("pkg1.jar")); in createJars()
136 ToolBox.copyFile(Paths.get("ext2", "pkg2.jar"), Paths.get("pkg2.jar")); in createJars()
137 ToolBox.copyFile(Paths.get("ext3", "pkg1.jar"), Paths.get("pkg1.jar")); in createJars()
138 ToolBox.copyFile(Paths.get("ext3", "pkg2.jar"), Paths.get("pkg2.jar")); in createJars()
140 Files.delete(Paths.get("pkg1.jar")); in createJars()
141 Files.delete(Paths.get("pkg2.jar")); in createJars()
144 Files.delete(Paths.get("pkg1", "MANIFEST.MF")); in createJars()
145 Files.delete(Paths.get("pkg1")); in createJars()
147 Files.delete(Paths.get("pkg2", "MANIFEST.MF")); in createJars()
[all …]
/dports/sysutils/go-wtf/wtf-0.21.0/vendor/k8s.io/kube-openapi/pkg/aggregator/
H A Daggregator.go65 ret.Paths = &spec.Paths{
69 for path, pathItem := range sp.Paths.Paths {
73 ret.Paths.Paths[path] = pathItem
165 dest.Paths = &spec.Paths{}
170 for k := range source.Paths.Paths {
171 if _, found := dest.Paths.Paths[k]; !found {
248 for k, v := range source.Paths.Paths {
249 if _, found := dest.Paths.Paths[k]; found {
253 if dest.Paths.Paths == nil {
254 dest.Paths.Paths = map[string]spec.PathItem{}
[all …]
/dports/emulators/nestopia/nestopia-1.51.1/source/win32/
H A DNstManagerPaths.cpp39 Paths::File::File() in File()
44 Paths::File::~File() in ~File()
48 Paths::Paths(Emulator& e,const Configuration& cfg,Window::Menu& m) in Paths() function in Nestopia::Managers::Paths
50 Manager ( e, m, this, &Paths::OnEmuEvent, IDM_OPTIONS_PATHS, &Paths::OnMenu ), in Paths()
58 Paths::~Paths() in ~Paths()
70 void Paths::UpdateSettings() in UpdateSettings()
78 void Paths::OnMenu(uint) in OnMenu()
252 Window::Paths::Type type; in GetDefaultDirectory()
417 Paths::File::Type Paths::Load in Load()
468 bool Paths::Save in Save()
[all …]
H A DNstDialogPaths.cpp46 struct Paths::Lut
73 const Paths::Lut::A Paths::Lut::dirs[NUM_DIRS] =
84 const Paths::Lut::B Paths::Lut::flags[NUM_FLAGS] =
97 const Paths::Lut::C Paths::Lut::screenShots[NUM_SCREENSHOTS] =
104 struct Paths::Handlers
110 const MsgHandler::Entry<Paths> Paths::Handlers::messages[] =
115 const MsgHandler::Entry<Paths> Paths::Handlers::commands[] =
139 Paths::Settings::Settings() in Settings()
142 Paths::Paths(const Configuration& cfg) in Paths() function in Nestopia::Window::Paths
288 Paths::~Paths() in ~Paths()
[all …]
/dports/cad/librepcb/librepcb-0.1.6/libs/librepcb/common/utils/
H A Dclipperhelpers.h55 static void unite(ClipperLib::Paths& paths);
57 static void unite(ClipperLib::Paths& subject, const ClipperLib::Paths& clip);
59 const ClipperLib::Paths& subject, const ClipperLib::Paths& clip);
60 static void subtract(ClipperLib::Paths& subject,
61 const ClipperLib::Paths& clip);
62 static void offset(ClipperLib::Paths& paths, const Length& offset,
64 static ClipperLib::Paths flattenTree(const ClipperLib::PolyNode& node);
67 static QVector<Path> convert(const ClipperLib::Paths& paths) noexcept;
70 static ClipperLib::Paths convert(
80 static ClipperLib::Paths prepareHoles(
[all …]
/dports/multimedia/smplayer/smplayer-21.10.0/src/
H A Dpaths.cpp30 QString Paths::app_path;
31 QString Paths::config_path;
37 QString Paths::appPath() { in appPath()
41 QString Paths::dataPath() { in dataPath()
53 QString Paths::translationPath() { in translationPath()
69 QString Paths::docPath() { in docPath()
81 QString Paths::themesPath() { in themesPath()
97 QString Paths::shortcutsPath() { in shortcutsPath()
145 QString Paths::configPath() { in configPath()
167 QString Paths::iniPath() { in iniPath()
[all …]
/dports/editors/cpeditor/cpeditor-6.8.2/.ci/win/
H A Denvironment.iss8 Paths: string;
11 if not RegQueryStringValue(HKEY_LOCAL_MACHINE, EnvironmentKey, 'Path', Paths)
12 then Paths := '';
18 Paths := Paths + ';'+ Path +';'
21 if RegWriteStringValue(HKEY_LOCAL_MACHINE, EnvironmentKey, 'Path', Paths)
22 then Log(Format('The [%s] added to PATH: [%s]', [Path, Paths]))
28 Paths: string;
36 P := Pos(';' + Uppercase(Path) + ';', ';' + Uppercase(Paths) + ';');
40 Delete(Paths, P - 1, Length(Path) + 1);
43 if RegWriteStringValue(HKEY_LOCAL_MACHINE, EnvironmentKey, 'Path', Paths)
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/cui/source/options/
H A Doptpath.cxx79 SvtPathOptions::Paths nRealId;
95 SvtPathOptions::Paths m_nHandle;
108 { SvtPathOptions::Paths::Temp, "Temp" },
116 { SvtPathOptions::Paths::LAST, nullptr }
245 if ( static_cast<SvtPathOptions::Paths>(i) == SvtPathOptions::Paths::AutoText in Reset()
256 case SvtPathOptions::Paths::AutoText: in Reset()
259 case SvtPathOptions::Paths::Backup: in Reset()
262 case SvtPathOptions::Paths::Gallery: in Reset()
265 case SvtPathOptions::Paths::Graphic: in Reset()
268 case SvtPathOptions::Paths::Temp: in Reset()
[all …]

12345678910>>...346