Home
last modified time | relevance | path

Searched refs:LaunchPath (Results 1 – 25 of 164) sorted by relevance

1234567

/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-servicecatalog/include/aws/servicecatalog/model/
H A DLaunchPath.h31 class AWS_SERVICECATALOG_API LaunchPath
34 LaunchPath();
35 LaunchPath(Aws::Utils::Json::JsonView jsonValue);
36 LaunchPath& operator=(Aws::Utils::Json::JsonView jsonValue);
68 inline LaunchPath& WithId(const Aws::String& value) { SetId(value); return *this;} in WithId()
73 inline LaunchPath& WithId(Aws::String&& value) { SetId(std::move(value)); return *this;} in WithId()
78 inline LaunchPath& WithId(const char* value) { SetId(value); return *this;} in WithId()
109 inline LaunchPath& WithName(const Aws::String& value) { SetName(value); return *this;} in WithName()
114 inline LaunchPath& WithName(Aws::String&& value) { SetName(std::move(value)); return *this;} in WithName()
119 inline LaunchPath& WithName(const char* value) { SetName(value); return *this;} in WithName()
H A DDescribeProductResult.h140 inline const Aws::Vector<LaunchPath>& GetLaunchPaths() const{ return m_launchPaths; } in GetLaunchPaths()
145 inline void SetLaunchPaths(const Aws::Vector<LaunchPath>& value) { m_launchPaths = value; } in SetLaunchPaths()
150 … inline void SetLaunchPaths(Aws::Vector<LaunchPath>&& value) { m_launchPaths = std::move(value); } in SetLaunchPaths()
155 …inline DescribeProductResult& WithLaunchPaths(const Aws::Vector<LaunchPath>& value) { SetLaunchPat… in WithLaunchPaths()
160 …inline DescribeProductResult& WithLaunchPaths(Aws::Vector<LaunchPath>&& value) { SetLaunchPaths(st… in WithLaunchPaths()
165 …inline DescribeProductResult& AddLaunchPaths(const LaunchPath& value) { m_launchPaths.push_back(va… in AddLaunchPaths()
170 …inline DescribeProductResult& AddLaunchPaths(LaunchPath&& value) { m_launchPaths.push_back(std::mo… in AddLaunchPaths()
180 Aws::Vector<LaunchPath> m_launchPaths;
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-servicecatalog/source/model/
H A DLaunchPath.cpp21 LaunchPath::LaunchPath() : in LaunchPath() function in Aws::ServiceCatalog::Model::LaunchPath
27 LaunchPath::LaunchPath(JsonView jsonValue) : in LaunchPath() function in Aws::ServiceCatalog::Model::LaunchPath
34 LaunchPath& LaunchPath::operator =(JsonView jsonValue) in operator =()
53 JsonValue LaunchPath::Jsonize() const in Jsonize()
/dports/devel/awscli/awscli-1.20.61/awscli/examples/gamelift/
H A Ddescribe-runtime-configuration.rst14 "LaunchPath": "C:\game\Bin64.Release.Dedicated\MegaFrogRace_Server.exe",
19 "LaunchPath": "C:\game\Bin64.Release.Dedicated\MegaFrogRace_Server.exe",
H A Dcreate-fleet.rst12 …--runtime-configuration 'ServerProcesses=[{LaunchPath=/local/game/release-na/MegaFrogRace_Server.e…
48 …--runtime-configuration 'ServerProcesses=[{LaunchPath=C:\game\Bin64.Release.Dedicated\MegaFrogRace…
96 …{LaunchPath=C:\game\Bin64.Release.Dedicated\MegaFrogRace_Server.exe,Parameters=-debug,ConcurrentEx…
97 {LaunchPath=C:\game\Bin64.Release.Dedicated\MegaFrogRace_Server.exe,ConcurrentExecutions=1}]
136 …'CertificateType=GENERATED' --runtime-configuration 'ServerProcesses=[{LaunchPath=/local/game/Main…
/dports/games/openra/OpenRA-release-20200503/OpenRA.Game/
H A DExternalMods.cs31 public readonly string LaunchPath; field in OpenRA.ExternalMod
120 …if ((forceRegistration || File.Exists(mod.LaunchPath)) && (path == null || Path.GetFileNameWithout… in LoadMod()
230 if (File.Exists(m.LaunchPath) && Path.GetFileNameWithoutExtension(path) == modKey && in ClearInvalidRegistrations()
231 …!(activeMod != null && m.LaunchPath == activeMod.LaunchPath && m.Id == activeMod.Id && m.Version !… in ClearInvalidRegistrations()
/dports/games/openra/OpenRA-release-20200503/packaging/windows/
H A DWindowsLauncher.cs.in35 if (args.Any(x => x.StartsWith("Engine.LaunchPath=", StringComparison.Ordinal)))
65 if (!launcherArgs.Any(x => x.StartsWith("Engine.LaunchPath=", StringComparison.Ordinal)))
66 launcherArgs.Add("Engine.LaunchPath=\"" + launcherPath + "\"");
/dports/games/openra/OpenRA-release-20200503/packaging/linux/
H A Dopenra.in12 mono {DEBUG} OpenRA.Game.exe Game.Mod={MODID} Engine.LaunchPath="{BIN_DIR}/openra-{MODID}" "${JOIN_…
H A Dopenra.appimage.in38 mono --debug OpenRA.Game.exe Game.Mod={MODID} Engine.LaunchPath="${LAUNCHER}" Engine.LaunchWrapper=…
/dports/games/openra/OpenRA-release-20200503/
H A Dlaunch-game.sh24 mono OpenRA.Game.exe Engine.LaunchPath="$MODLAUNCHER" $MODARG "$@"
/dports/security/vault/aws-sdk-go-v2-fdbaadbce5fd/service/servicecatalog/
H A Dapi_op_DescribeProduct.go54 LaunchPaths []types.LaunchPath
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-credentials-v1.1.1/service/servicecatalog/
H A Dapi_op_DescribeProduct.go54 LaunchPaths []types.LaunchPath
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/aws/aws-sdk-go-v2/service/servicecatalog/
H A Dapi_op_DescribeProduct.go54 LaunchPaths []types.LaunchPath
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-a930583ec379/service/servicecatalog/
H A Dapi_op_DescribeProduct.go56 LaunchPaths []types.LaunchPath
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-be1c89938486/service/servicecatalog/
H A Dapi_op_DescribeProduct.go54 LaunchPaths []types.LaunchPath
/dports/security/vault/aws-sdk-go-v2-credentials-v1.1.5/service/servicecatalog/
H A Dapi_op_DescribeProduct.go54 LaunchPaths []types.LaunchPath
/dports/security/vault/vault-1.8.2/vendor/github.com/aws/aws-sdk-go-v2/service/servicecatalog/
H A Dapi_op_DescribeProduct.go54 LaunchPaths []types.LaunchPath
/dports/security/vault/aws-sdk-go-v2-1.5.0/service/servicecatalog/
H A Dapi_op_DescribeProduct.go54 LaunchPaths []types.LaunchPath
/dports/security/vault/aws-sdk-go-v2-fdbaadbce5fd/service/appstream/types/
H A Dtypes.go42 LaunchPath *string member
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/aws/aws-sdk-go-v2/service/appstream/types/
H A Dtypes.go42 LaunchPath *string member
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-be1c89938486/service/appstream/types/
H A Dtypes.go42 LaunchPath *string member
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-credentials-v1.1.1/service/appstream/types/
H A Dtypes.go42 LaunchPath *string member
/dports/security/vault/vault-1.8.2/vendor/github.com/aws/aws-sdk-go-v2/service/appstream/types/
H A Dtypes.go42 LaunchPath *string member
/dports/security/vault/aws-sdk-go-v2-1.5.0/service/appstream/types/
H A Dtypes.go42 LaunchPath *string member
/dports/security/vault/aws-sdk-go-v2-credentials-v1.1.5/service/appstream/types/
H A Dtypes.go42 LaunchPath *string member

1234567