Home
last modified time | relevance | path

Searched refs:SystemRegistry (Results 1 – 7 of 7) sorted by relevance

/dports/devel/cmake-gui/cmake-3.22.1/Source/
H A DcmFindPackageCommand.h81 static PathLabel SystemRegistry; variable
H A DcmFindPackageCommand.cxx50 cmFindPackageCommand::PathLabel::SystemRegistry("SYSTEM_PACKAGE_REGISTRY"); member in cmFindPackageCommand::PathLabel
121 PathLabel::SystemRegistry); in AppendSearchPathGroups()
129 std::make_pair(PathLabel::SystemRegistry, cmSearchPath(this))); in AppendSearchPathGroups()
1494 this->LabeledPaths[PathLabel::SystemRegistry]); in FillPrefixesSystemRegistry()
1517 cmSearchPath& paths = this->LabeledPaths[PathLabel::SystemRegistry]; in LoadPackageRegistryWinSystem()
/dports/devel/cmake-doc/cmake-3.22.1/Source/
H A DcmFindPackageCommand.h81 static PathLabel SystemRegistry; variable
H A DcmFindPackageCommand.cxx50 cmFindPackageCommand::PathLabel::SystemRegistry("SYSTEM_PACKAGE_REGISTRY"); member in cmFindPackageCommand::PathLabel
121 PathLabel::SystemRegistry); in AppendSearchPathGroups()
129 std::make_pair(PathLabel::SystemRegistry, cmSearchPath(this))); in AppendSearchPathGroups()
1494 this->LabeledPaths[PathLabel::SystemRegistry]); in FillPrefixesSystemRegistry()
1517 cmSearchPath& paths = this->LabeledPaths[PathLabel::SystemRegistry]; in LoadPackageRegistryWinSystem()
/dports/devel/cmake/cmake-3.22.1/Source/
H A DcmFindPackageCommand.h81 static PathLabel SystemRegistry; variable
H A DcmFindPackageCommand.cxx50 cmFindPackageCommand::PathLabel::SystemRegistry("SYSTEM_PACKAGE_REGISTRY"); member in cmFindPackageCommand::PathLabel
121 PathLabel::SystemRegistry); in AppendSearchPathGroups()
129 std::make_pair(PathLabel::SystemRegistry, cmSearchPath(this))); in AppendSearchPathGroups()
1494 this->LabeledPaths[PathLabel::SystemRegistry]); in FillPrefixesSystemRegistry()
1517 cmSearchPath& paths = this->LabeledPaths[PathLabel::SystemRegistry]; in LoadPackageRegistryWinSystem()
/dports/devel/py-pint/Pint-0.18/pint/
H A Dregistry.py1934 class SystemRegistry(BaseRegistry): class
2195 class UnitRegistry(SystemRegistry, ContextRegistry, NonMultiplicativeRegistry):