Home
last modified time | relevance | path

Searched refs:FixPath (Results 1 – 25 of 162) sorted by relevance

1234567

/dports/lang/mono-basic/mono-basic-4.7/vbruntime/Test/Microsoft.VisualBasic.FileIO/
H A DSpecialDirectoriesTest.cs44 …Assert.AreEqual (FixPath (System.Windows.Forms.Application.CommonAppDataPath), SpecialDirectories.… in PathTest()
45 …Assert.AreEqual (FixPath (System.Windows.Forms.Application.UserAppDataPath), SpecialDirectories.Cu… in PathTest()
46 …Assert.AreEqual (FixPath (Environment.GetFolderPath (Environment.SpecialFolder.Desktop)), SpecialD… in PathTest()
47 …Assert.AreEqual (FixPath (Environment.GetFolderPath (Environment.SpecialFolder.MyDocuments)), Spec… in PathTest()
48 …Assert.AreEqual (FixPath (Environment.GetFolderPath (Environment.SpecialFolder.MyMusic)), SpecialD… in PathTest()
49 …Assert.AreEqual (FixPath (Environment.GetFolderPath (Environment.SpecialFolder.MyPictures)), Speci… in PathTest()
50 …Assert.AreEqual (FixPath (Environment.GetFolderPath (Environment.SpecialFolder.ProgramFiles)), Spe… in PathTest()
51 …Assert.AreEqual (FixPath (Environment.GetFolderPath (Environment.SpecialFolder.Programs)), Special… in PathTest()
52 Assert.AreEqual (FixPath (System.IO.Path.GetTempPath ()), SpecialDirectories.Temp, "Temp"); in PathTest()
56 string FixPath (string path) in FixPath() method in MonoTests.Microsoft_VisualBasic.FileIO.SpecialDirectoriesTest
/dports/lang/mono-basic/mono-basic-4.7/vbruntime/Test/Microsoft.VisualBasic.MyServices/
H A DSpecialDirectoriesProxyTest.cs46 …Assert.AreEqual (FixPath(System.Windows.Forms.Application.CommonAppDataPath), sd.AllUsersApplicati… in PathTest()
47 …Assert.AreEqual (FixPath (System.Windows.Forms.Application.UserAppDataPath), sd.CurrentUserApplica… in PathTest()
48 …Assert.AreEqual (FixPath (Environment.GetFolderPath (Environment.SpecialFolder.Desktop)), sd.Deskt… in PathTest()
49 …Assert.AreEqual (FixPath (Environment.GetFolderPath (Environment.SpecialFolder.MyDocuments)), sd.M… in PathTest()
50 …Assert.AreEqual (FixPath (Environment.GetFolderPath (Environment.SpecialFolder.MyMusic)), sd.MyMus… in PathTest()
51 …Assert.AreEqual (FixPath (Environment.GetFolderPath (Environment.SpecialFolder.MyPictures)), sd.My… in PathTest()
52 …Assert.AreEqual (FixPath (Environment.GetFolderPath (Environment.SpecialFolder.ProgramFiles)), sd.… in PathTest()
53 …Assert.AreEqual (FixPath (Environment.GetFolderPath (Environment.SpecialFolder.Programs)), sd.Prog… in PathTest()
54 Assert.AreEqual (FixPath (System.IO.Path.GetTempPath ()), sd.Temp, "Temp"); in PathTest()
58 string FixPath (string path) in FixPath() method in MonoTests.Microsoft_VisualBasic.MyServices.SpecialDirectoriesProxyTest
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/make/hotspot/ide/
H A DCreateVSProject.gmk51 FixPath = \
54 $(call FixPath, $1)
56 FixPath = \
119 -sourceBase $(call FixPath, $(TOPDIR)/src) \
130 -jdkTargetRoot $(call FixPath, $(JDK_OUTPUTDIR)) \
132 -buildBase $(call FixPath, $(IDE_OUTPUTDIR)/vs-output) \
133 -buildSpace $(call FixPath, $(IDE_OUTPUTDIR)) \
135 -makeOutput $(call FixPath, $(JDK_OUTPUTDIR)/bin/server) \
136 -absoluteInclude $(call FixPath, $(HOTSPOT_OUTPUTDIR)/variant-server/gensrc) \
137 -absoluteSrcInclude $(call FixPath, $(HOTSPOT_OUTPUTDIR)/variant-server/gensrc) \
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/make/ide/visualstudio/hotspot/
H A DCreateVSProject.gmk50 FixPath = \
53 $(call FixPath, $1)
55 FixPath = \
117 -sourceBase $(call FixPath, $(TOPDIR)/src) \
128 -jdkTargetRoot $(call FixPath, $(JDK_OUTPUTDIR)) \
130 -buildBase $(call FixPath, $(IDE_OUTPUTDIR)/vs-output) \
131 -buildSpace $(call FixPath, $(IDE_OUTPUTDIR)) \
133 -makeOutput $(call FixPath, $(JDK_OUTPUTDIR)/bin/server) \
134 -absoluteInclude $(call FixPath, $(HOTSPOT_OUTPUTDIR)/variant-server/gensrc) \
135 -absoluteSrcInclude $(call FixPath, $(HOTSPOT_OUTPUTDIR)/variant-server/gensrc) \
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/make/hotspot/ide/
H A DCreateVSProject.gmk51 FixPath = \
54 $(call FixPath, $1)
56 FixPath = \
119 -sourceBase $(call FixPath, $(TOPDIR)/src) \
130 -jdkTargetRoot $(call FixPath, $(JDK_OUTPUTDIR)) \
132 -buildBase $(call FixPath, $(IDE_OUTPUTDIR)/vs-output) \
133 -buildSpace $(call FixPath, $(IDE_OUTPUTDIR)) \
135 -makeOutput $(call FixPath, $(JDK_OUTPUTDIR)/bin/server) \
136 -absoluteInclude $(call FixPath, $(HOTSPOT_OUTPUTDIR)/variant-server/gensrc) \
137 -absoluteSrcInclude $(call FixPath, $(HOTSPOT_OUTPUTDIR)/variant-server/gensrc) \
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/make/hotspot/ide/
H A DCreateVSProject.gmk49 FixPath = \
56 …CLUDES_client := $(foreach path, $(JVM_INCLUDES_client), -absoluteInclude $(call FixPath, $(path)))
109 -sourceBase $(call FixPath, $(TOPDIR)/src) \
120 -jdkTargetRoot $(call FixPath, $(JDK_OUTPUTDIR)) \
122 -buildBase $(call FixPath, $(IDE_OUTPUTDIR)/vs-output) \
123 -buildSpace $(call FixPath, $(IDE_OUTPUTDIR)) \
124 -makeBinary $(call FixPath, $(MAKE)) \
125 -makeOutput $(call FixPath, $(JDK_OUTPUTDIR)/bin/server) \
126 -absoluteInclude $(call FixPath, $(HOTSPOT_OUTPUTDIR)/variant-server/gensrc) \
127 -absoluteSrcInclude $(call FixPath, $(HOTSPOT_OUTPUTDIR)/variant-server/gensrc) \
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/make/hotspot/ide/
H A DCreateVSProject.gmk49 FixPath = \
56 …CLUDES_client := $(foreach path, $(JVM_INCLUDES_client), -absoluteInclude $(call FixPath, $(path)))
109 -sourceBase $(call FixPath, $(TOPDIR)/src) \
120 -jdkTargetRoot $(call FixPath, $(JDK_OUTPUTDIR)) \
122 -buildBase $(call FixPath, $(IDE_OUTPUTDIR)/vs-output) \
123 -buildSpace $(call FixPath, $(IDE_OUTPUTDIR)) \
124 -makeBinary $(call FixPath, $(MAKE)) \
125 -makeOutput $(call FixPath, $(JDK_OUTPUTDIR)/bin/server) \
126 -absoluteInclude $(call FixPath, $(HOTSPOT_OUTPUTDIR)/variant-server/gensrc) \
127 -absoluteSrcInclude $(call FixPath, $(HOTSPOT_OUTPUTDIR)/variant-server/gensrc) \
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/make/hotspot/ide/
H A DCreateVSProject.gmk49 FixPath = \
56 …CLUDES_client := $(foreach path, $(JVM_INCLUDES_client), -absoluteInclude $(call FixPath, $(path)))
109 -sourceBase $(call FixPath, $(TOPDIR)/src) \
120 -jdkTargetRoot $(call FixPath, $(JDK_OUTPUTDIR)) \
122 -buildBase $(call FixPath, $(IDE_OUTPUTDIR)/vs-output) \
123 -buildSpace $(call FixPath, $(IDE_OUTPUTDIR)) \
124 -makeBinary $(call FixPath, $(MAKE)) \
125 -makeOutput $(call FixPath, $(JDK_OUTPUTDIR)/bin/server) \
126 -absoluteInclude $(call FixPath, $(HOTSPOT_OUTPUTDIR)/variant-server/gensrc) \
127 -absoluteSrcInclude $(call FixPath, $(HOTSPOT_OUTPUTDIR)/variant-server/gensrc) \
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/make/ide/visualstudio/hotspot/
H A DCreateVSProject.gmk48 FixLinuxExecutable = $(call FixPath, $1)
57 …CLUDES_client := $(foreach path, $(JVM_INCLUDES_client), -absoluteInclude $(call FixPath, $(path)))
109 -sourceBase $(call FixPath, $(TOPDIR)/src) \
120 -jdkTargetRoot $(call FixPath, $(JDK_OUTPUTDIR)) \
122 -buildBase $(call FixPath, $(IDE_OUTPUTDIR)/vs-output) \
123 -buildSpace $(call FixPath, $(IDE_OUTPUTDIR)) \
125 -makeOutput $(call FixPath, $(JDK_OUTPUTDIR)/bin/server) \
126 -absoluteInclude $(call FixPath, $(HOTSPOT_OUTPUTDIR)/variant-server/gensrc) \
127 -absoluteSrcInclude $(call FixPath, $(HOTSPOT_OUTPUTDIR)/variant-server/gensrc) \
143 $(PROJECT_CREATOR_ARGS) -projectFileName $(call FixPath, $(VCPROJ_FILE)) \
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/make/ide/visualstudio/hotspot/
H A DCreateVSProject.gmk48 FixLinuxExecutable = $(call FixPath, $1)
57 …CLUDES_client := $(foreach path, $(JVM_INCLUDES_client), -absoluteInclude $(call FixPath, $(path)))
109 -sourceBase $(call FixPath, $(TOPDIR)/src) \
118 -jdkTargetRoot $(call FixPath, $(JDK_OUTPUTDIR)) \
120 -buildBase $(call FixPath, $(IDE_OUTPUTDIR)/vs-output) \
121 -buildSpace $(call FixPath, $(IDE_OUTPUTDIR)) \
123 -makeOutput $(call FixPath, $(JDK_OUTPUTDIR)/bin/server) \
124 -absoluteInclude $(call FixPath, $(HOTSPOT_OUTPUTDIR)/variant-server/gensrc) \
125 -absoluteSrcInclude $(call FixPath, $(HOTSPOT_OUTPUTDIR)/variant-server/gensrc) \
141 $(PROJECT_CREATOR_ARGS) -projectFileName $(call FixPath, $(VCPROJ_FILE)) \
/dports/editors/lazarus/lazarus/lcl/
H A Djsonpropstorage.pas33 function FixPath(const APath: String): String; virtual; in FixPath() function
94 Result := FixPath(Result);
111 function TCustomJSONPropStorage.FixPath(const APath: String): String; in TCustomJSONPropStorage.FixPath() function
142 Result := UTF16ToUTF8(FJSONConf.GetValue(UTF8ToUTF16(FixPath(Section)+'/'+FixPath(Ident)),
149 FJSONConf.SetValue(UTF8ToUTF16(FixPath(Section)+'/'+FixPath(Ident)), UTF8ToUTF16(Value));
154 FJSONConf.DeletePath(UTF8ToUTF16(FixPath(ARootObjectPath)));
H A Dxmlpropstorage.pas47 function FixPath(const APath: String): String; virtual; in FixPath() function
163 function TCustomXMLPropStorage.FixPath(const APath: String): String; in TCustomXMLPropStorage.FixPath() function
174 Result:=FixPath(Result);
182 Res:=FXML.GetValue(Utf8Decode(FixPath(Section)+'/'+Ident), Utf8Decode(TheDefault));
191 FXML.SetValue(Utf8Decode(FixPath(Section)+'/'+Ident), Utf8Decode(Value));
197 FXML.DeleteSubNodes(FixPath(ARootSection));
/dports/editors/lazarus-qt5/lazarus/lcl/
H A Djsonpropstorage.pas33 function FixPath(const APath: String): String; virtual; in FixPath() function
94 Result := FixPath(Result);
111 function TCustomJSONPropStorage.FixPath(const APath: String): String; in TCustomJSONPropStorage.FixPath() function
142 Result := UTF16ToUTF8(FJSONConf.GetValue(UTF8ToUTF16(FixPath(Section)+'/'+FixPath(Ident)),
149 FJSONConf.SetValue(UTF8ToUTF16(FixPath(Section)+'/'+FixPath(Ident)), UTF8ToUTF16(Value));
154 FJSONConf.DeletePath(UTF8ToUTF16(FixPath(ARootObjectPath)));
H A Dxmlpropstorage.pas47 function FixPath(const APath: String): String; virtual; in FixPath() function
163 function TCustomXMLPropStorage.FixPath(const APath: String): String; in TCustomXMLPropStorage.FixPath() function
174 Result:=FixPath(Result);
182 Res:=FXML.GetValue(Utf8Decode(FixPath(Section)+'/'+Ident), Utf8Decode(TheDefault));
191 FXML.SetValue(Utf8Decode(FixPath(Section)+'/'+Ident), Utf8Decode(Value));
197 FXML.DeleteSubNodes(FixPath(ARootSection));
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/
H A Djsonpropstorage.pas33 function FixPath(const APath: String): String; virtual; in FixPath() function
94 Result := FixPath(Result);
109 function TCustomJSONPropStorage.FixPath(const APath: String): String; in TCustomJSONPropStorage.FixPath() function
138 Result := UTF16ToUTF8(FJSONConf.GetValue(UTF8ToUTF16(FixPath(Section)+'/'+FixPath(Ident)),
145 FJSONConf.SetValue(UTF8ToUTF16(FixPath(Section)+'/'+FixPath(Ident)), UTF8ToUTF16(Value));
150 FJSONConf.DeletePath(UTF8ToUTF16(FixPath(ARootObjectPath)));
H A Dxmlpropstorage.pas47 function FixPath(const APath: String): String; virtual; in FixPath() function
163 function TCustomXMLPropStorage.FixPath(const APath: String): String; in TCustomXMLPropStorage.FixPath() function
174 Result:=FixPath(Result);
182 Res:=FXML.GetValue(Utf8Decode(FixPath(Section)+'/'+Ident), Utf8Decode(TheDefault));
191 FXML.SetValue(Utf8Decode(FixPath(Section)+'/'+Ident), Utf8Decode(Value));
197 FXML.DeleteSubNodes(FixPath(ARootSection));
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/
H A Djsonpropstorage.pas33 function FixPath(const APath: String): String; virtual; in FixPath() function
94 Result := FixPath(Result);
109 function TCustomJSONPropStorage.FixPath(const APath: String): String; in TCustomJSONPropStorage.FixPath() function
138 Result := UTF16ToUTF8(FJSONConf.GetValue(UTF8ToUTF16(FixPath(Section)+'/'+FixPath(Ident)),
145 FJSONConf.SetValue(UTF8ToUTF16(FixPath(Section)+'/'+FixPath(Ident)), UTF8ToUTF16(Value));
150 FJSONConf.DeletePath(UTF8ToUTF16(FixPath(ARootObjectPath)));
H A Dxmlpropstorage.pas47 function FixPath(const APath: String): String; virtual; in FixPath() function
163 function TCustomXMLPropStorage.FixPath(const APath: String): String; in TCustomXMLPropStorage.FixPath() function
174 Result:=FixPath(Result);
182 Res:=FXML.GetValue(Utf8Decode(FixPath(Section)+'/'+Ident), Utf8Decode(TheDefault));
191 FXML.SetValue(Utf8Decode(FixPath(Section)+'/'+Ident), Utf8Decode(Value));
197 FXML.DeleteSubNodes(FixPath(ARootSection));
/dports/science/orthanc-mysql/OrthancMySQL-4.3/MySQL/ThirdPartyDownloads/Orthanc-1.9.3/OrthancServer/Resources/Samples/Python/
H A DAutoClassify.py48 def FixPath(p): function
73 p = os.path.join(args.target, FixPath(a), FixPath(b), FixPath(c))
74 f = os.path.join(p, FixPath(d))
/dports/science/orthanc/Orthanc-1.9.7/OrthancServer/Resources/Samples/Python/
H A DAutoClassify.py48 def FixPath(p): function
78 p = os.path.join(args.target, FixPath(a), FixPath(b), FixPath(c))
79 f = os.path.join(p, FixPath(d))
/dports/science/orthanc-dicomweb/OrthancDicomWeb-1.7/ThirdPartyDownloads/Orthanc-1.9.3/OrthancServer/Resources/Samples/Python/
H A DAutoClassify.py48 def FixPath(p): function
73 p = os.path.join(args.target, FixPath(a), FixPath(b), FixPath(c))
74 f = os.path.join(p, FixPath(d))
/dports/science/orthanc-postgresql/OrthancPostgreSQL-4.0/PostgreSQL/ThirdPartyDownloads/Orthanc-1.9.3/OrthancServer/Resources/Samples/Python/
H A DAutoClassify.py48 def FixPath(p): function
73 p = os.path.join(args.target, FixPath(a), FixPath(b), FixPath(c))
74 f = os.path.join(p, FixPath(d))
/dports/science/orthanc-webviewer/OrthancWebViewer-2.7/ThirdPartyDownloads/Orthanc-1.8.1/OrthancServer/Resources/Samples/Python/
H A DAutoClassify.py48 def FixPath(p): function
73 p = os.path.join(args.target, FixPath(a), FixPath(b), FixPath(c))
74 f = os.path.join(p, FixPath(d))
/dports/www/chromium-legacy/chromium-88.0.4324.182/native_client/toolchain_build/
H A Dsubstituter.py26 def FixPath(path): function
74 self._variables['cwd'] = FixPath(os.path.abspath(self._cwd))
77 abs_path = FixPath(os.path.abspath(value))
78 key_path = FixPath(os.path.relpath(value, self._cwd))
/dports/www/chromium-legacy/chromium-88.0.4324.182/native_client/build/
H A Dbuild_nexe_tools.py25 def FixPath(path): function
41 return os.path.isfile(FixPath(path))
45 outdir = FixPath(outdir)
55 os.remove(FixPath(path))

1234567