Home
last modified time | relevance | path

Searched refs:SpecialFolder (Results 1 – 25 of 228) sorted by relevance

12345678910

/dports/lang/mono/mono-5.10.1.57/mcs/class/corlib/System/
H A DEnvironment.iOS.cs63 case SpecialFolder.Programs: in iOSGetFolderPath()
64 case SpecialFolder.SendTo: in iOSGetFolderPath()
66 case SpecialFolder.Startup: in iOSGetFolderPath()
67 case SpecialFolder.Cookies: in iOSGetFolderPath()
68 case SpecialFolder.History: in iOSGetFolderPath()
69 case SpecialFolder.Recent: in iOSGetFolderPath()
71 case SpecialFolder.System: in iOSGetFolderPath()
78 case SpecialFolder.Windows: in iOSGetFolderPath()
106 case SpecialFolder.Desktop: in iOSGetFolderPath()
110 case SpecialFolder.MyMusic: in iOSGetFolderPath()
[all …]
H A DEnvironment.cs59 public enum SpecialFolder enum in System.Environment
658 case SpecialFolder.Desktop: in UnixGetFolderPath()
662 case SpecialFolder.MyMusic: in UnixGetFolderPath()
680 case SpecialFolder.Fonts: in UnixGetFolderPath()
711 case SpecialFolder.SendTo: in UnixGetFolderPath()
713 case SpecialFolder.Startup: in UnixGetFolderPath()
714 case SpecialFolder.Cookies: in UnixGetFolderPath()
715 case SpecialFolder.History: in UnixGetFolderPath()
716 case SpecialFolder.Recent: in UnixGetFolderPath()
718 case SpecialFolder.System: in UnixGetFolderPath()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Runtime.Extensions/tests/System/
H A DEnvironmentTests.cs280 [InlineData(Environment.SpecialFolder.Cookies)]
281 [InlineData(Environment.SpecialFolder.History)]
283 [InlineData(Environment.SpecialFolder.System)]
285 [InlineData(Environment.SpecialFolder.Windows)]
296 [InlineData(Environment.SpecialFolder.MyMusic)]
299 [InlineData(Environment.SpecialFolder.Recent)]
311 [InlineData(Environment.SpecialFolder.Desktop)]
350 [InlineData(Environment.SpecialFolder.Recent)]
351 [InlineData(Environment.SpecialFolder.SendTo)]
354 [InlineData(Environment.SpecialFolder.System)]
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Runtime.Extensions/src/System/
H A DEnvironment.WinRT.cs45 case SpecialFolder.Cookies: in GetFolderPathCoreCurrent()
47 case SpecialFolder.Desktop: in GetFolderPathCoreCurrent()
49 case SpecialFolder.Favorites: in GetFolderPathCoreCurrent()
51 case SpecialFolder.History: in GetFolderPathCoreCurrent()
55 case SpecialFolder.MyMusic: in GetFolderPathCoreCurrent()
59 case SpecialFolder.MyVideos: in GetFolderPathCoreCurrent()
61 case SpecialFolder.Recent: in GetFolderPathCoreCurrent()
63 case SpecialFolder.System: in GetFolderPathCoreCurrent()
69 case SpecialFolder.Personal: in GetFolderPathCoreCurrent()
85 case SpecialFolder.Windows: in GetFolderPathCoreCurrent()
[all …]
H A DEnvironment.Win32.cs85 case SpecialFolder.Cookies: in GetFolderPathCore()
88 case SpecialFolder.Desktop: in GetFolderPathCore()
94 case SpecialFolder.History: in GetFolderPathCore()
100 case SpecialFolder.Programs: in GetFolderPathCore()
106 case SpecialFolder.MyMusic: in GetFolderPathCore()
112 case SpecialFolder.MyVideos: in GetFolderPathCore()
115 case SpecialFolder.Recent: in GetFolderPathCore()
118 case SpecialFolder.SendTo: in GetFolderPathCore()
124 case SpecialFolder.Startup: in GetFolderPathCore()
127 case SpecialFolder.System: in GetFolderPathCore()
[all …]
H A DEnvironment.Unix.cs134 case SpecialFolder.UserProfile: in GetFolderPathCoreWithoutValidation()
137 case SpecialFolder.ApplicationData: in GetFolderPathCoreWithoutValidation()
149 case SpecialFolder.Desktop: in GetFolderPathCoreWithoutValidation()
150 case SpecialFolder.DesktopDirectory: in GetFolderPathCoreWithoutValidation()
152 case SpecialFolder.Templates: in GetFolderPathCoreWithoutValidation()
154 case SpecialFolder.MyVideos: in GetFolderPathCoreWithoutValidation()
157 case SpecialFolder.MyMusic: in GetFolderPathCoreWithoutValidation()
159 case SpecialFolder.MyPictures: in GetFolderPathCoreWithoutValidation()
161 case SpecialFolder.Fonts: in GetFolderPathCoreWithoutValidation()
164 case SpecialFolder.Favorites: in GetFolderPathCoreWithoutValidation()
[all …]
/dports/mail/cone/cone-1.1/cone/
H A Dspecialfolder.C25 map<string, SpecialFolder> SpecialFolder::folders;
29 SpecialFolder::SpecialFolder(string defaultNameUTF8Arg) in SpecialFolder() function
34 SpecialFolder::~SpecialFolder() in ~SpecialFolder()
50 SpecialFolder::Info *SpecialFolder::findFolder(std::string nameUTF8Arg) in findFolder()
52 vector<SpecialFolder::Info>::iterator in findFolder()
105 SpecialFolder::DummyCallback::DummyCallback() in DummyCallback()
109 SpecialFolder::DummyCallback::~DummyCallback() in ~DummyCallback()
113 void SpecialFolder::DummyCallback::fail(string message) in fail()
118 mail::folder *SpecialFolder::getFolder(myServer *&s) in getFolder()
309 void SpecialFolder::deleteAccount(std::string url) in deleteAccount()
[all …]
H A Dspecialfolder.H24 class SpecialFolder {
65 SpecialFolder(std::string defaultNameUTF8);
66 ~SpecialFolder();
68 static std::map<std::string, SpecialFolder> folders;
/dports/lang/mono/mono-5.10.1.57/mcs/class/corlib/Test/System/
H A DEnvironmentCas.cs129 string s = Environment.GetFolderPath (Environment.SpecialFolder.Personal); in GetFolderPath()
302 Assert.IsNotNull (Environment.GetFolderPath (Environment.SpecialFolder.Desktop), "Desktop"); in GetFolderPath_EnvironmentPermission()
304 Assert.IsNotNull (Environment.GetFolderPath (Environment.SpecialFolder.Personal), "Personal"); in GetFolderPath_EnvironmentPermission()
305 Assert.IsNotNull (Environment.GetFolderPath (Environment.SpecialFolder.Favorites), "Favorites"); in GetFolderPath_EnvironmentPermission()
306 Assert.IsNotNull (Environment.GetFolderPath (Environment.SpecialFolder.Startup), "Startup"); in GetFolderPath_EnvironmentPermission()
307 Assert.IsNotNull (Environment.GetFolderPath (Environment.SpecialFolder.Recent), "Recent"); in GetFolderPath_EnvironmentPermission()
308 Assert.IsNotNull (Environment.GetFolderPath (Environment.SpecialFolder.SendTo), "SendTo"); in GetFolderPath_EnvironmentPermission()
310 Assert.IsNotNull (Environment.GetFolderPath (Environment.SpecialFolder.MyMusic), "MyMusic"); in GetFolderPath_EnvironmentPermission()
316 Assert.IsNotNull (Environment.GetFolderPath (Environment.SpecialFolder.Cookies), "Cookies"); in GetFolderPath_EnvironmentPermission()
317 Assert.IsNotNull (Environment.GetFolderPath (Environment.SpecialFolder.History), "History"); in GetFolderPath_EnvironmentPermission()
[all …]
/dports/net-p2p/qbittorrent/qbittorrent-4.3.9/src/base/
H A Dprofile.cpp43 ensureDirectoryExists(SpecialFolder::Cache); in Profile()
44 ensureDirectoryExists(SpecialFolder::Config); in Profile()
45 ensureDirectoryExists(SpecialFolder::Data); in Profile()
72 QString Profile::location(const SpecialFolder folder) const in location()
77 case SpecialFolder::Cache: in location()
80 case SpecialFolder::Config: in location()
83 case SpecialFolder::Data: in location()
86 case SpecialFolder::Downloads: in location()
106 void Profile::ensureDirectoryExists(const SpecialFolder folder) const in ensureDirectoryExists()
123 QString specialFolderLocation(const SpecialFolder folder) in specialFolderLocation()
H A Dprofile.h46 enum class SpecialFolder enum
62 QString location(SpecialFolder folder) const;
76 void ensureDirectoryExists(SpecialFolder folder) const;
83 QString specialFolderLocation(SpecialFolder folder);
/dports/mail/thunderbird/thunderbird-91.8.0/comm/suite/themes/modern/messenger/
H A DfolderMenus.css32 .folderMenuItem[SpecialFolder="Inbox"] {
36 .folderMenuItem[SpecialFolder="Inbox"][open="true"] {
40 .folderMenuItem[SpecialFolder="Sent"] {
44 .folderMenuItem[SpecialFolder="Sent"][open="true"] {
48 .folderMenuItem[SpecialFolder="Drafts"] {
56 .folderMenuItem[SpecialFolder="Templates"] {
64 .folderMenuItem[SpecialFolder="Outbox"] {
72 .folderMenuItem[SpecialFolder="Junk"] {
76 .folderMenuItem[SpecialFolder="Junk"][open="true"] {
80 .folderMenuItem[SpecialFolder="Trash"] {
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/comm/suite/themes/classic/messenger/
H A DfolderMenus.css32 .folderMenuItem[SpecialFolder="Inbox"] {
36 .folderMenuItem[SpecialFolder="Inbox"][open="true"] {
40 .folderMenuItem[SpecialFolder="Sent"] {
44 .folderMenuItem[SpecialFolder="Sent"][open="true"] {
48 .folderMenuItem[SpecialFolder="Outbox"] {
56 .folderMenuItem[SpecialFolder="Drafts"] {
64 .folderMenuItem[SpecialFolder="Templates"] {
72 .folderMenuItem[SpecialFolder="Junk"] {
76 .folderMenuItem[SpecialFolder="Junk"][open="true"] {
80 .folderMenuItem[SpecialFolder="Trash"] {
[all …]
/dports/lang/mono-basic/mono-basic-4.7/vbruntime/Microsoft.VisualBasic/Microsoft.VisualBasic.FileIO/
H A DSpecialDirectories.vb62 … Return RemovePathSeparator(Environment.GetFolderPath(Environment.SpecialFolder.Desktop))
68 … Return RemovePathSeparator(Environment.GetFolderPath(Environment.SpecialFolder.MyDocuments))
74 … Return RemovePathSeparator(Environment.GetFolderPath(Environment.SpecialFolder.MyMusic))
80 … Return RemovePathSeparator(Environment.GetFolderPath(Environment.SpecialFolder.MyPictures))
86 … Return RemovePathSeparator(Environment.GetFolderPath(Environment.SpecialFolder.ProgramFiles))
92 … Return RemovePathSeparator(Environment.GetFolderPath(Environment.SpecialFolder.Programs))
/dports/devel/msbuild/msbuild-0.06/src/Shared/
H A DFileUtilities.GetFolderPath.cs17 public static string GetFolderPath(SpecialFolder folder) in GetFolderPath()
119 internal static string GetFolder(SpecialFolder folder) in GetFolder()
123 case SpecialFolder.System: in GetFolder()
125 case SpecialFolder.ProgramFiles: in GetFolder()
127 case SpecialFolder.UserProfile: in GetFolder()
128 case SpecialFolder.LocalApplicationData: in GetFolder()
129 case SpecialFolder.ApplicationData: in GetFolder()
161 public enum SpecialFolder enum in Microsoft.Build.Shared.FileUtilities
/dports/lang/mono-basic/mono-basic-4.7/vbruntime/Test/Microsoft.VisualBasic.FileIO/
H A DSpecialDirectoriesTest.cs46 …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()
/dports/mail/thunderbird/thunderbird-91.8.0/comm/mail/themes/shared/mail/
H A DfolderMenus.css35 .folderMenuItem[SpecialFolder="Inbox"] {
39 .folderMenuItem[SpecialFolder="Sent"] {
43 .folderMenuItem[SpecialFolder="Outbox"] {
47 .folderMenuItem[SpecialFolder="Drafts"] {
51 .folderMenuItem[SpecialFolder="Templates"] {
55 .folderMenuItem[SpecialFolder="Junk"] {
59 .folderMenuItem[SpecialFolder="Trash"] {
63 .folderMenuItem[SpecialFolder="Archive"] {
67 .folderMenuItem[SpecialFolder="Virtual"] {
/dports/lang/mono-basic/mono-basic-4.7/vbruntime/Test/Microsoft.VisualBasic.MyServices/
H A DSpecialDirectoriesProxyTest.cs48 …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()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Windows.Forms/System.Windows.Forms/
H A DFolderBrowserDialog.cs42 private Environment.SpecialFolder rootFolder = Environment.SpecialFolder.Desktop;
197 public Environment.SpecialFolder RootFolder {
250 RootFolder = Environment.SpecialFolder.Desktop; in Reset()
317 private Environment.SpecialFolder rootFolder;
329 public Environment.SpecialFolder RootFolder {
336 case Environment.SpecialFolder.Desktop:
341 case Environment.SpecialFolder.Recent:
346 case Environment.SpecialFolder.MyComputer:
350 case Environment.SpecialFolder.Personal:
592 case Environment.SpecialFolder.Desktop: in Check_if_path_is_child_of_RootFolder()
[all …]
/dports/games/openra/OpenRA-release-20200503/OpenRA.Game/
H A DPlatform.cs101 …modernUserSupportPath = Path.Combine(Environment.GetFolderPath(Environment.SpecialFolder.Applicati… in InitializeSupportDir()
102 …legacyUserSupportPath = Path.Combine(Environment.GetFolderPath(Environment.SpecialFolder.Personal)… in InitializeSupportDir()
103 …systemSupportPath = Path.Combine(Environment.GetFolderPath(Environment.SpecialFolder.CommonApplica… in InitializeSupportDir()
110 Environment.GetFolderPath(Environment.SpecialFolder.Personal), in InitializeSupportDir()
119 …legacyUserSupportPath = Path.Combine(Environment.GetFolderPath(Environment.SpecialFolder.Personal)… in InitializeSupportDir()
123 …xdgConfigHome = Path.Combine(Environment.GetFolderPath(Environment.SpecialFolder.Personal), ".conf… in InitializeSupportDir()
133 …yUserSupportPath = Path.Combine(Environment.GetFolderPath(Environment.SpecialFolder.Personal), ".o… in InitializeSupportDir()
/dports/security/softether-devel/v4.36-9754/src/BuildUtil/CoreUtil/
H A DEnv.cs342 systemDir = IO.RemoteLastEnMark(Environment.GetFolderPath(Environment.SpecialFolder.System)); in initValues()
355 …programFilesDir = IO.RemoteLastEnMark(Environment.GetFolderPath(Environment.SpecialFolder.ProgramF… in initValues()
356 …personalStartMenuDir = IO.RemoteLastEnMark(Environment.GetFolderPath(Environment.SpecialFolder.Sta… in initValues()
357 …personalProgramsDir = IO.RemoteLastEnMark(Environment.GetFolderPath(Environment.SpecialFolder.Prog… in initValues()
358 …personalStartupDir = IO.RemoteLastEnMark(Environment.GetFolderPath(Environment.SpecialFolder.Start… in initValues()
359 …personalAppDataDir = IO.RemoteLastEnMark(Environment.GetFolderPath(Environment.SpecialFolder.Appli… in initValues()
360 …personalDesktopDir = IO.RemoteLastEnMark(Environment.GetFolderPath(Environment.SpecialFolder.Deskt… in initValues()
361 …myDocumentsDir = IO.RemoteLastEnMark(Environment.GetFolderPath(Environment.SpecialFolder.MyDocumen… in initValues()
362 …localAppDataDir = IO.RemoteLastEnMark(Environment.GetFolderPath(Environment.SpecialFolder.Applicat… in initValues()
/dports/security/softether/v4.38-9760/src/BuildUtil/CoreUtil/
H A DEnv.cs342 systemDir = IO.RemoteLastEnMark(Environment.GetFolderPath(Environment.SpecialFolder.System)); in initValues()
355 …programFilesDir = IO.RemoteLastEnMark(Environment.GetFolderPath(Environment.SpecialFolder.ProgramF… in initValues()
356 …personalStartMenuDir = IO.RemoteLastEnMark(Environment.GetFolderPath(Environment.SpecialFolder.Sta… in initValues()
357 …personalProgramsDir = IO.RemoteLastEnMark(Environment.GetFolderPath(Environment.SpecialFolder.Prog… in initValues()
358 …personalStartupDir = IO.RemoteLastEnMark(Environment.GetFolderPath(Environment.SpecialFolder.Start… in initValues()
359 …personalAppDataDir = IO.RemoteLastEnMark(Environment.GetFolderPath(Environment.SpecialFolder.Appli… in initValues()
360 …personalDesktopDir = IO.RemoteLastEnMark(Environment.GetFolderPath(Environment.SpecialFolder.Deskt… in initValues()
361 …myDocumentsDir = IO.RemoteLastEnMark(Environment.GetFolderPath(Environment.SpecialFolder.MyDocumen… in initValues()
362 …localAppDataDir = IO.RemoteLastEnMark(Environment.GetFolderPath(Environment.SpecialFolder.Applicat… in initValues()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Windows.Forms/Test/System.Windows.Forms/
H A DFolderBrowserDialogTest.cs62 Assert.AreEqual (Environment.SpecialFolder.Desktop, fbd.RootFolder, "#1"); in RootFolder()
63 fbd.RootFolder = Environment.SpecialFolder.Personal; in RootFolder()
64 Assert.AreEqual (Environment.SpecialFolder.Personal, fbd.RootFolder, "#2"); in RootFolder()
72 fbd.RootFolder = (Environment.SpecialFolder) 666; in RootFolder_Invalid()
/dports/games/openbve/OpenBVE-1.8.2.1/source/OpenBveApi/System/
H A DFileSystem.cs77 …penBveApi.Path.CombineDirectory(Environment.GetFolderPath(Environment.SpecialFolder.ApplicationDat… in FileSystem()
89 …penBveApi.Path.CombineDirectory(Environment.GetFolderPath(Environment.SpecialFolder.ApplicationDat… in FileSystem()
130 …penBveApi.Path.CombineDirectory(Environment.GetFolderPath(Environment.SpecialFolder.ApplicationDat… in FromCommandLineArgs()
227 …line = line.Replace(Environment.GetFolderPath(Environment.SpecialFolder.ApplicationData), "$[Appli… in ReplacePath()
228 line = line.Replace(Environment.GetFolderPath(Environment.SpecialFolder.CommonApplicationData), in ReplacePath()
230 … line = line.Replace(Environment.GetFolderPath(Environment.SpecialFolder.Personal), "$[Personal]"); in ReplacePath()
414 …r.Replace("$[ApplicationData]", Environment.GetFolderPath(Environment.SpecialFolder.ApplicationDat… in GetAbsolutePath()
415 …ace("$[CommonApplicationData]", Environment.GetFolderPath(Environment.SpecialFolder.CommonApplicat… in GetAbsolutePath()
416 …folder = folder.Replace("$[Personal]", Environment.GetFolderPath(Environment.SpecialFolder.Persona… in GetAbsolutePath()
/dports/lang/mono/mono-5.10.1.57/mcs/class/Mono.Security/Mono.Security.X509/
H A DX509StoreManager.cs63 Environment.GetFolderPath (Environment.SpecialFolder.ApplicationData),
75 Environment.GetFolderPath (Environment.SpecialFolder.CommonApplicationData),
87 Environment.GetFolderPath (Environment.SpecialFolder.ApplicationData),
99 Environment.GetFolderPath (Environment.SpecialFolder.CommonApplicationData),

12345678910