Home
last modified time | relevance | path

Searched defs:MakeKey (Results 1 – 25 of 266) sorted by relevance

1234567891011

/dports/games/openra/OpenRA-release-20200503/OpenRA.Game/
H A DExternalMods.cs37 public static string MakeKey(Manifest mod) { return MakeKey(mod.Id, mod.Metadata.Version); } in MakeKey() method in OpenRA.ExternalMod
38 public static string MakeKey(ExternalMod mod) { return MakeKey(mod.Id, mod.Version); } in MakeKey() method in OpenRA.ExternalMod
39 public static string MakeKey(string modId, string modVersion) { return modId + "-" + modVersion; } in MakeKey() method in OpenRA.ExternalMod
/dports/math/vtk6/VTK-6.2.0/Common/ExecutionModel/
H A DvtkInformationDataObjectMetaDataKey.h41 static vtkInformationDataObjectMetaDataKey* MakeKey(const char* name, const char* location) in MakeKey() function
H A DvtkInformationIntegerRequestKey.h51 static vtkInformationIntegerRequestKey* MakeKey(const char* name, const char* location) in MakeKey() function
/dports/math/vtk9/VTK-9.1.0/Common/Core/
H A DvtkInformationIntegerKey.h45 static vtkInformationIntegerKey* MakeKey(const char* name, const char* location) in MakeKey() function
H A DvtkInformationUnsignedLongKey.h45 static vtkInformationUnsignedLongKey* MakeKey(const char* name, const char* location) in MakeKey() function
H A DvtkInformationRequestKey.h45 static vtkInformationRequestKey* MakeKey(const char* name, const char* location) in MakeKey() function
H A DvtkInformationDoubleKey.h45 static vtkInformationDoubleKey* MakeKey(const char* name, const char* location) in MakeKey() function
H A DvtkInformationInformationKey.h45 static vtkInformationInformationKey* MakeKey(const char* name, const char* location) in MakeKey() function
H A DvtkInformationIdTypeKey.h45 static vtkInformationIdTypeKey* MakeKey(const char* name, const char* location) in MakeKey() function
H A DvtkInformationKeyVectorKey.h45 static vtkInformationKeyVectorKey* MakeKey(const char* name, const char* location) in MakeKey() function
H A DvtkInformationStringKey.h47 static vtkInformationStringKey* MakeKey(const char* name, const char* location) in MakeKey() function
/dports/math/vtk8/VTK-8.2.0/Common/Core/
H A DvtkInformationInformationKey.h45 static vtkInformationInformationKey* MakeKey(const char* name, const char* location) in MakeKey() function
H A DvtkInformationIntegerKey.h45 static vtkInformationIntegerKey* MakeKey(const char* name, const char* location) in MakeKey() function
H A DvtkInformationDoubleKey.h45 static vtkInformationDoubleKey* MakeKey(const char* name, const char* location) in MakeKey() function
H A DvtkInformationIdTypeKey.h45 static vtkInformationIdTypeKey* MakeKey(const char* name, const char* location) in MakeKey() function
H A DvtkInformationKeyVectorKey.h45 static vtkInformationKeyVectorKey* MakeKey(const char* name, const char* location) in MakeKey() function
H A DvtkInformationRequestKey.h45 static vtkInformationRequestKey* MakeKey(const char* name, const char* location) in MakeKey() function
H A DvtkInformationStringKey.h47 static vtkInformationStringKey* MakeKey(const char* name, const char* location) in MakeKey() function
H A DvtkInformationUnsignedLongKey.h45 static vtkInformationUnsignedLongKey* MakeKey(const char* name, const char* location) in MakeKey() function
/dports/math/vtk8/VTK-8.2.0/Common/ExecutionModel/
H A DvtkInformationDataObjectMetaDataKey.h45 static vtkInformationDataObjectMetaDataKey* MakeKey(const char* name, const char* location) in MakeKey() function
H A DvtkInformationIntegerRequestKey.h55 static vtkInformationIntegerRequestKey* MakeKey(const char* name, const char* location) in MakeKey() function
/dports/math/vtk9/VTK-9.1.0/Common/ExecutionModel/
H A DvtkInformationDataObjectMetaDataKey.h46 static vtkInformationDataObjectMetaDataKey* MakeKey(const char* name, const char* location) in MakeKey() function
H A DvtkInformationIntegerRequestKey.h56 static vtkInformationIntegerRequestKey* MakeKey(const char* name, const char* location) in MakeKey() function
/dports/math/vtk6/VTK-6.2.0/Common/Core/
H A DvtkInformationIntegerKey.h41 static vtkInformationIntegerKey* MakeKey(const char* name, const char* location) in MakeKey() function
H A DvtkInformationRequestKey.h41 static vtkInformationRequestKey* MakeKey(const char* name, const char* location) in MakeKey() function

1234567891011