Home
last modified time | relevance | path

Searched refs:CurrentPlatform (Results 1 – 25 of 28) sorted by relevance

12

/dports/games/openra/OpenRA-release-20200503/OpenRA.Platforms.Default/
H A DSdl2PlatformWindow.cs143 if (Platform.CurrentPlatform == PlatformType.Windows) in Sdl2PlatformWindow()
151 if (Platform.CurrentPlatform == PlatformType.OSX) in Sdl2PlatformWindow()
174 if (Platform.CurrentPlatform == PlatformType.Windows) in Sdl2PlatformWindow()
180 else if (Platform.CurrentPlatform != PlatformType.OSX) in Sdl2PlatformWindow()
219 if (Platform.CurrentPlatform == PlatformType.OSX && windowMode == WindowMode.Fullscreen) in Sdl2PlatformWindow()
227 if (Platform.CurrentPlatform == PlatformType.OSX) in Sdl2PlatformWindow()
251 if (Platform.CurrentPlatform == PlatformType.OSX) in Sdl2PlatformWindow()
281 if (Platform.CurrentPlatform == PlatformType.OSX) in Sdl2PlatformWindow()
300 …var threadedRenderer = Platform.CurrentPlatform != PlatformType.Windows || !Game.Settings.Graphics… in Sdl2PlatformWindow()
341 if (Platform.CurrentPlatform != PlatformType.OSX && NativeWindowScale > 1.5f) in CreateHardwareCursor()
[all …]
H A DSdl2Input.cs48 …if (Platform.CurrentPlatform != PlatformType.OSX && device.EffectiveWindowSize != device.SurfaceSi… in EventPosition()
55 …if (Platform.CurrentPlatform == PlatformType.OSX && device.EffectiveWindowScale != device.NativeWi… in EventPosition()
200 Platform.CurrentPlatform == PlatformType.Windows) in PumpInput()
H A DOpenGL.cs509 …if (Features.HasFlag(GLFeatures.DebugMessagesCallback) && Platform.CurrentPlatform == PlatformType… in Initialize()
517 …if (Features.HasFlag(GLFeatures.DebugMessagesCallback) && Platform.CurrentPlatform == PlatformType… in Initialize()
/dports/games/openra/OpenRA-release-20200503/OpenRA.Game/
H A DPlatform.cs26 public static PlatformType CurrentPlatform { get { return currentPlatform.Value; } } property in OpenRA.Platform
97 switch (CurrentPlatform) in InitializeSupportDir()
220 …var compare = CurrentPlatform == PlatformType.Windows ? StringComparison.OrdinalIgnoreCase : Strin… in UnresolvePath()
227 if (CurrentPlatform == PlatformType.Windows) in UnresolvePath()
H A DDownload.cs51 if (Platform.CurrentPlatform == PlatformType.Windows) in EnableTLS12OnWindows()
/dports/games/openbve/OpenBVE-1.8.2.1/source/OpenBVE/OldCode/
H A DProgram.cs.old16 internal static Platform CurrentPlatform = Platform.Windows;
33 CurrentPlatform = Platform.Linux;
36 CurrentPlatform = Platform.Mac;
39 CurrentPlatform = Platform.Windows;
137 if (CurrentPlatform == Platform.Windows) {
293 if (CurrentPlatform == Platform.Windows) {
/dports/lang/fpc-source/fpc-3.2.2/installer/
H A Dwinshell.pas285 CurrentPlatform : cardinal;
463 if not ForThisUser and ((CurrentPlatform and pfWinNTx) > 0) then
482 if not ForThisUser and ((CurrentPlatform and pfWinNTx) > 0) then
493 CurrentPlatform := GetCurrentPlatform;
/dports/sysutils/terraform/terraform-1.0.11/internal/command/
H A Dinit_test.go979 ….terraform/providers/registry.terraform.io/hashicorp/exact/1.2.3/%s", getproviders.CurrentPlatform)
983 …orm/providers/registry.terraform.io/hashicorp/greater-than/2.3.4/%s", getproviders.CurrentPlatform)
987 …erraform/providers/registry.terraform.io/hashicorp/between/2.3.4/%s", getproviders.CurrentPlatform)
1084 …ntf(".terraform/providers/registry.terraform.io/acme/alpha/1.2.3/%s", getproviders.CurrentPlatform)
1088 …rintf(".terraform/providers/registry.example.com/acme/beta/1.0.0/%s", getproviders.CurrentPlatform)
1092 ….terraform/providers/registry.terraform.io/hashicorp/gamma/2.0.0/%s", getproviders.CurrentPlatform)
1158 getproviders.CurrentPlatform,
1186 …rs/registry.terraform.io/invalid/package/1.0.0/%s/terraform-package", getproviders.CurrentPlatform)
1246 …(".terraform/providers/registry.terraform.io/hashicorp/foo/1.2.3/%s", getproviders.CurrentPlatform)
1251 …rm/providers/registry.terraform.io/terraform-providers/baz/2.3.4/%s", getproviders.CurrentPlatform)
[all …]
H A Dproviders_mirror.go57 platforms = []getproviders.Platform{getproviders.CurrentPlatform}
246 outputDir, provider, versions.Unspecified, getproviders.CurrentPlatform,
H A Dproviders_lock.go60 platforms = []getproviders.Platform{getproviders.CurrentPlatform}
/dports/games/gtkradiant/GPL/GtkRadiant/setup/win32/template/
H A DGtkRadiant.ipr6 CurrentPlatform=
/dports/sysutils/terraform/terraform-1.0.11/internal/command/e2etest/
H A Dprovider_plugin_test.go33 platform := getproviders.CurrentPlatform.String()
/dports/games/openra/OpenRA-release-20200503/OpenRA.Game/Input/
H A DHotkey.cs106 ret = (Platform.CurrentPlatform == PlatformType.OSX ? "Cmd + " : "Meta + ") + ret; in DisplayString()
/dports/games/openra/OpenRA-release-20200503/OpenRA.Game/Support/
H A DExceptionHandler.cs42 …Log.Write("exception", "Operating System: {0} ({1})", Platform.CurrentPlatform, Environment.OSVers… in HandleFatalError()
/dports/sysutils/terraform/terraform-1.0.11/internal/providercache/
H A Ddir.go52 targetPlatform: getproviders.CurrentPlatform,
/dports/games/openra/OpenRA-release-20200503/OpenRA.Mods.Common/Widgets/Logic/
H A DSystemInfoPromptLogic.cs38 { "platform", Pair.New("OS Type", Platform.CurrentPlatform.ToString()) }, in GetSystemInformation()
/dports/lang/mono/mono-5.10.1.57/external/nunit-lite/NUnitLite-1.0.0/src/framework/Internal/
H A DPlatformHelper.cs62 this.os = OSPlatform.CurrentPlatform; in PlatformHelper()
H A DOSPlatform.cs55 public static OSPlatform CurrentPlatform property in NUnit.Framework.Internal.OSPlatform
/dports/games/openra/OpenRA-release-20200503/OpenRA.Mods.Common/Widgets/Logic/Editor/
H A DMapEditorLogic.cs48 …if (Platform.CurrentPlatform == PlatformType.OSX && copyPasteKey.Modifiers.HasModifier(Modifiers.C… in MapEditorLogic()
/dports/games/openra/OpenRA-release-20200503/OpenRA.Mods.Common/Widgets/Logic/Installation/
H A DInstallFromDiscLogic.cs121 if (Platform.CurrentPlatform == PlatformType.Linux) in DetectContentDisks()
175 if (Platform.CurrentPlatform == PlatformType.Windows) in DetectContentDisks()
493 if (Platform.CurrentPlatform != PlatformType.Windows) in FindSourcePath()
/dports/games/openra/OpenRA-release-20200503/OpenRA.Mods.Common/Traits/World/
H A DSelection.cs164 var addModifier = Platform.CurrentPlatform == PlatformType.OSX ? Modifiers.Meta : Modifiers.Ctrl; in DoControlGroup()
/dports/sysutils/terraform/terraform-1.0.11/
H A Dcommands.go286 Platform: getproviders.CurrentPlatform,
/dports/lang/mono/mono-5.10.1.57/external/nunit-lite/NUnitLite-1.0.0/src/tests/Internal/
H A DPlatformDetectionTests.cs56 new PlatformHelper( OSPlatform.CurrentPlatform, runtimeFramework ), in CheckRuntimePlatforms()
/dports/games/openra/OpenRA-release-20200503/OpenRA.Game/Network/
H A DSyncReport.cs113 …c", "Player: {0} ({1} {2} {3})", Game.Settings.Player.Name, Platform.CurrentPlatform, Environment.… in DumpSyncReport()
/dports/sysutils/terraform/terraform-1.0.11/internal/getproviders/
H A Dtypes.go163 var CurrentPlatform = Platform{ var

12