Home
last modified time | relevance | path

Searched refs:PolicyID (Results 1 – 25 of 519) sorted by relevance

12345678910>>...21

/dports/devel/cmake-gui/cmake-3.22.1/Source/
H A DcmPolicies.cxx21 static bool stringToId(const char* input, cmPolicies::PolicyID& pid) in stringToId()
46 pid = cmPolicies::PolicyID(id); in stringToId()
58 static const char* idToString(cmPolicies::PolicyID id) in idToString()
72 static const char* idToVersion(cmPolicies::PolicyID id) in idToVersion()
106 const char* idToShortDescription(cmPolicies::PolicyID id) in idToShortDescription()
128 for (cmPolicies::PolicyID i : ancient) { in DiagnoseAncientPolicies()
280 std::vector<cmPolicies::PolicyID> ancientPolicies; in ApplyPolicyVersion()
282 pid = PolicyID(pid + 1)) { in ApplyPolicyVersion()
391 cmPolicies::PolicyID /*unused*/) in GetPolicyStatus() argument
414 cmPolicies::PolicyID id) const in Get()
[all …]
H A DcmPolicies.h447 enum PolicyID enum
462 static bool GetPolicyID(const char* id, /* out */ cmPolicies::PolicyID& pid);
465 static cmPolicies::PolicyStatus GetPolicyStatus(cmPolicies::PolicyID id);
483 static std::string GetPolicyWarning(cmPolicies::PolicyID id);
484 static std::string GetPolicyDeprecatedWarning(cmPolicies::PolicyID id);
487 static std::string GetRequiredPolicyError(cmPolicies::PolicyID id);
490 static std::string GetRequiredAlwaysPolicyError(cmPolicies::PolicyID id);
495 PolicyStatus Get(PolicyID id) const;
496 void Set(PolicyID id, PolicyStatus status);
497 bool IsDefined(PolicyID id) const;
/dports/devel/cmake-doc/cmake-3.22.1/Source/
H A DcmPolicies.cxx21 static bool stringToId(const char* input, cmPolicies::PolicyID& pid) in stringToId()
46 pid = cmPolicies::PolicyID(id); in stringToId()
58 static const char* idToString(cmPolicies::PolicyID id) in idToString()
72 static const char* idToVersion(cmPolicies::PolicyID id) in idToVersion()
106 const char* idToShortDescription(cmPolicies::PolicyID id) in idToShortDescription()
128 for (cmPolicies::PolicyID i : ancient) { in DiagnoseAncientPolicies()
280 std::vector<cmPolicies::PolicyID> ancientPolicies; in ApplyPolicyVersion()
282 pid = PolicyID(pid + 1)) { in ApplyPolicyVersion()
391 cmPolicies::PolicyID /*unused*/) in GetPolicyStatus() argument
414 cmPolicies::PolicyID id) const in Get()
[all …]
H A DcmPolicies.h447 enum PolicyID enum
462 static bool GetPolicyID(const char* id, /* out */ cmPolicies::PolicyID& pid);
465 static cmPolicies::PolicyStatus GetPolicyStatus(cmPolicies::PolicyID id);
483 static std::string GetPolicyWarning(cmPolicies::PolicyID id);
484 static std::string GetPolicyDeprecatedWarning(cmPolicies::PolicyID id);
487 static std::string GetRequiredPolicyError(cmPolicies::PolicyID id);
490 static std::string GetRequiredAlwaysPolicyError(cmPolicies::PolicyID id);
495 PolicyStatus Get(PolicyID id) const;
496 void Set(PolicyID id, PolicyStatus status);
497 bool IsDefined(PolicyID id) const;
/dports/devel/cmake/cmake-3.22.1/Source/
H A DcmPolicies.cxx21 static bool stringToId(const char* input, cmPolicies::PolicyID& pid) in stringToId()
46 pid = cmPolicies::PolicyID(id); in stringToId()
58 static const char* idToString(cmPolicies::PolicyID id) in idToString()
72 static const char* idToVersion(cmPolicies::PolicyID id) in idToVersion()
106 const char* idToShortDescription(cmPolicies::PolicyID id) in idToShortDescription()
128 for (cmPolicies::PolicyID i : ancient) { in DiagnoseAncientPolicies()
280 std::vector<cmPolicies::PolicyID> ancientPolicies; in ApplyPolicyVersion()
282 pid = PolicyID(pid + 1)) { in ApplyPolicyVersion()
391 cmPolicies::PolicyID /*unused*/) in GetPolicyStatus() argument
414 cmPolicies::PolicyID id) const in Get()
[all …]
H A DcmPolicies.h447 enum PolicyID enum
462 static bool GetPolicyID(const char* id, /* out */ cmPolicies::PolicyID& pid);
465 static cmPolicies::PolicyStatus GetPolicyStatus(cmPolicies::PolicyID id);
483 static std::string GetPolicyWarning(cmPolicies::PolicyID id);
484 static std::string GetPolicyDeprecatedWarning(cmPolicies::PolicyID id);
487 static std::string GetRequiredPolicyError(cmPolicies::PolicyID id);
490 static std::string GetRequiredAlwaysPolicyError(cmPolicies::PolicyID id);
495 PolicyStatus Get(PolicyID id) const;
496 void Set(PolicyID id, PolicyStatus status);
497 bool IsDefined(PolicyID id) const;
/dports/security/vault/vault-1.8.2/vendor/github.com/joyent/triton-go/identity/
H A Dpolicies.go59 PolicyID string member
63 fullPath := path.Join("/", c.client.AccountName, "policies", input.PolicyID)
86 PolicyID string member
90 fullPath := path.Join("/", c.client.AccountName, "policies", input.PolicyID)
109 PolicyID string `json:"id"` member
116 fullPath := path.Join("/", c.client.AccountName, "policies", input.PolicyID)
/dports/sysutils/terraform/terraform-1.0.11/vendor/github.com/joyent/triton-go/identity/
H A Dpolicies.go59 PolicyID string member
63 fullPath := path.Join("/", c.client.AccountName, "policies", input.PolicyID)
86 PolicyID string member
90 fullPath := path.Join("/", c.client.AccountName, "policies", input.PolicyID)
109 PolicyID string `json:"id"` member
116 fullPath := path.Join("/", c.client.AccountName, "policies", input.PolicyID)
/dports/mail/policyd2/cluebringer-v2.0.14/database/
H A Dcore.tsql54 PolicyID @SERIAL_REF_TYPE@,
73 FOREIGN KEY (PolicyID) REFERENCES policies(ID)
78 INSERT INTO policy_members (PolicyID,Source,Destination) VALUES
81 INSERT INTO policy_members (PolicyID,Source,Destination) VALUES
84 INSERT INTO policy_members (PolicyID,Source,Destination) VALUES
87 INSERT INTO policy_members (PolicyID,Source,Destination) VALUES
90 INSERT INTO policy_members (PolicyID,Source,Destination) VALUES
H A Daccess_control.tsql24 PolicyID @SERIAL_REF_TYPE@,
36 FOREIGN KEY (PolicyID) REFERENCES policies(ID)
39 /* INSERT INTO access_control (PolicyID,Verdict,Data) VALUES (5,'REJECT','POP,SNAPPLE,CRAK'); */
/dports/security/lego/lego-4.5.3/vendor/github.com/gophercloud/gophercloud/openstack/networking/v2/extensions/fwaas/firewalls/testing/
H A Drequests_test.go69 PolicyID: "34be8c83-4d42-4dca-a74e-b77fffb8e28a",
78 PolicyID: "34be8c83-4d42-4dca-a74e-b77fffb8e299",
191 PolicyID: "19ab8c87-4a32-4e6a-a74e-b77fffb89a0c",
230 th.AssertEquals(t, "34be8c83-4d42-4dca-a74e-b77fffb8e28a", fw.PolicyID)
274 th.AssertEquals(t, "34be8c83-4d42-4dca-a74e-b77fffb8e28a", fw.PolicyID)
324 PolicyID: "19ab8c87-4a32-4e6a-a74e-b77fffb89a0c",
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/gophercloud/gophercloud/openstack/networking/v2/extensions/fwaas/firewalls/testing/
H A Drequests_test.go69 PolicyID: "34be8c83-4d42-4dca-a74e-b77fffb8e28a",
78 PolicyID: "34be8c83-4d42-4dca-a74e-b77fffb8e299",
191 PolicyID: "19ab8c87-4a32-4e6a-a74e-b77fffb89a0c",
230 th.AssertEquals(t, "34be8c83-4d42-4dca-a74e-b77fffb8e28a", fw.PolicyID)
274 th.AssertEquals(t, "34be8c83-4d42-4dca-a74e-b77fffb8e28a", fw.PolicyID)
324 PolicyID: "19ab8c87-4a32-4e6a-a74e-b77fffb89a0c",
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/hashicorp/consul/vendor/github.com/gophercloud/gophercloud/openstack/networking/v2/extensions/fwaas/firewalls/testing/
H A Drequests_test.go69 PolicyID: "34be8c83-4d42-4dca-a74e-b77fffb8e28a",
78 PolicyID: "34be8c83-4d42-4dca-a74e-b77fffb8e299",
191 PolicyID: "19ab8c87-4a32-4e6a-a74e-b77fffb89a0c",
230 th.AssertEquals(t, "34be8c83-4d42-4dca-a74e-b77fffb8e28a", fw.PolicyID)
274 th.AssertEquals(t, "34be8c83-4d42-4dca-a74e-b77fffb8e28a", fw.PolicyID)
322 PolicyID: "19ab8c87-4a32-4e6a-a74e-b77fffb89a0c",
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/gophercloud/gophercloud/openstack/networking/v2/extensions/fwaas/firewalls/testing/
H A Drequests_test.go69 PolicyID: "34be8c83-4d42-4dca-a74e-b77fffb8e28a",
78 PolicyID: "34be8c83-4d42-4dca-a74e-b77fffb8e299",
191 PolicyID: "19ab8c87-4a32-4e6a-a74e-b77fffb89a0c",
230 th.AssertEquals(t, "34be8c83-4d42-4dca-a74e-b77fffb8e28a", fw.PolicyID)
274 th.AssertEquals(t, "34be8c83-4d42-4dca-a74e-b77fffb8e28a", fw.PolicyID)
324 PolicyID: "19ab8c87-4a32-4e6a-a74e-b77fffb89a0c",
/dports/www/fabio/fabio-1.5.14/vendor/github.com/hashicorp/consul/consul-1.4.2/vendor/github.com/gophercloud/gophercloud/openstack/networking/v2/extensions/fwaas/firewalls/testing/
H A Drequests_test.go69 PolicyID: "34be8c83-4d42-4dca-a74e-b77fffb8e28a",
78 PolicyID: "34be8c83-4d42-4dca-a74e-b77fffb8e299",
191 PolicyID: "19ab8c87-4a32-4e6a-a74e-b77fffb89a0c",
230 th.AssertEquals(t, "34be8c83-4d42-4dca-a74e-b77fffb8e28a", fw.PolicyID)
274 th.AssertEquals(t, "34be8c83-4d42-4dca-a74e-b77fffb8e28a", fw.PolicyID)
322 PolicyID: "19ab8c87-4a32-4e6a-a74e-b77fffb89a0c",
/dports/security/vault/vault-1.8.2/vendor/github.com/gophercloud/gophercloud/openstack/networking/v2/extensions/fwaas/firewalls/testing/
H A Drequests_test.go69 PolicyID: "34be8c83-4d42-4dca-a74e-b77fffb8e28a",
78 PolicyID: "34be8c83-4d42-4dca-a74e-b77fffb8e299",
191 PolicyID: "19ab8c87-4a32-4e6a-a74e-b77fffb89a0c",
230 th.AssertEquals(t, "34be8c83-4d42-4dca-a74e-b77fffb8e28a", fw.PolicyID)
274 th.AssertEquals(t, "34be8c83-4d42-4dca-a74e-b77fffb8e28a", fw.PolicyID)
324 PolicyID: "19ab8c87-4a32-4e6a-a74e-b77fffb89a0c",
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/gophercloud/gophercloud/openstack/networking/v2/extensions/fwaas/firewalls/testing/
H A Drequests_test.go69 PolicyID: "34be8c83-4d42-4dca-a74e-b77fffb8e28a",
78 PolicyID: "34be8c83-4d42-4dca-a74e-b77fffb8e299",
191 PolicyID: "19ab8c87-4a32-4e6a-a74e-b77fffb89a0c",
230 th.AssertEquals(t, "34be8c83-4d42-4dca-a74e-b77fffb8e28a", fw.PolicyID)
274 th.AssertEquals(t, "34be8c83-4d42-4dca-a74e-b77fffb8e28a", fw.PolicyID)
324 PolicyID: "19ab8c87-4a32-4e6a-a74e-b77fffb89a0c",
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/hashicorp/consul/vendor/github.com/gophercloud/gophercloud/openstack/networking/v2/extensions/fwaas/firewalls/testing/
H A Drequests_test.go69 PolicyID: "34be8c83-4d42-4dca-a74e-b77fffb8e28a",
78 PolicyID: "34be8c83-4d42-4dca-a74e-b77fffb8e299",
191 PolicyID: "19ab8c87-4a32-4e6a-a74e-b77fffb89a0c",
230 th.AssertEquals(t, "34be8c83-4d42-4dca-a74e-b77fffb8e28a", fw.PolicyID)
274 th.AssertEquals(t, "34be8c83-4d42-4dca-a74e-b77fffb8e28a", fw.PolicyID)
322 PolicyID: "19ab8c87-4a32-4e6a-a74e-b77fffb89a0c",
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/gophercloud/gophercloud/openstack/networking/v2/extensions/fwaas/firewalls/testing/
H A Drequests_test.go69 PolicyID: "34be8c83-4d42-4dca-a74e-b77fffb8e28a",
78 PolicyID: "34be8c83-4d42-4dca-a74e-b77fffb8e299",
191 PolicyID: "19ab8c87-4a32-4e6a-a74e-b77fffb89a0c",
230 th.AssertEquals(t, "34be8c83-4d42-4dca-a74e-b77fffb8e28a", fw.PolicyID)
274 th.AssertEquals(t, "34be8c83-4d42-4dca-a74e-b77fffb8e28a", fw.PolicyID)
324 PolicyID: "19ab8c87-4a32-4e6a-a74e-b77fffb89a0c",
/dports/sysutils/terraform/terraform-1.0.11/vendor/github.com/gophercloud/gophercloud/openstack/networking/v2/extensions/fwaas/firewalls/testing/
H A Drequests_test.go69 PolicyID: "34be8c83-4d42-4dca-a74e-b77fffb8e28a",
78 PolicyID: "34be8c83-4d42-4dca-a74e-b77fffb8e299",
191 PolicyID: "19ab8c87-4a32-4e6a-a74e-b77fffb89a0c",
230 th.AssertEquals(t, "34be8c83-4d42-4dca-a74e-b77fffb8e28a", fw.PolicyID)
274 th.AssertEquals(t, "34be8c83-4d42-4dca-a74e-b77fffb8e28a", fw.PolicyID)
324 PolicyID: "19ab8c87-4a32-4e6a-a74e-b77fffb89a0c",
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/hashicorp/consul/vendor/github.com/gophercloud/gophercloud/openstack/networking/v2/extensions/fwaas/routerinsertion/testing/
H A Drequests_test.go61 PolicyID: "19ab8c87-4a32-4e6a-a74e-b77fffb89a0c",
116 PolicyID: "19ab8c87-4a32-4e6a-a74e-b77fffb89a0c",
172 PolicyID: "19ab8c87-4a32-4e6a-a74e-b77fffb89a0c",
226 PolicyID: "19ab8c87-4a32-4e6a-a74e-b77fffb89a0c",
/dports/www/fabio/fabio-1.5.14/vendor/github.com/hashicorp/consul/consul-1.4.2/vendor/github.com/gophercloud/gophercloud/openstack/networking/v2/extensions/fwaas/routerinsertion/testing/
H A Drequests_test.go61 PolicyID: "19ab8c87-4a32-4e6a-a74e-b77fffb89a0c",
116 PolicyID: "19ab8c87-4a32-4e6a-a74e-b77fffb89a0c",
172 PolicyID: "19ab8c87-4a32-4e6a-a74e-b77fffb89a0c",
226 PolicyID: "19ab8c87-4a32-4e6a-a74e-b77fffb89a0c",
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/hashicorp/consul/vendor/github.com/gophercloud/gophercloud/openstack/networking/v2/extensions/fwaas/routerinsertion/testing/
H A Drequests_test.go61 PolicyID: "19ab8c87-4a32-4e6a-a74e-b77fffb89a0c",
116 PolicyID: "19ab8c87-4a32-4e6a-a74e-b77fffb89a0c",
172 PolicyID: "19ab8c87-4a32-4e6a-a74e-b77fffb89a0c",
226 PolicyID: "19ab8c87-4a32-4e6a-a74e-b77fffb89a0c",
/dports/security/lego/lego-4.5.3/vendor/github.com/gophercloud/gophercloud/openstack/networking/v2/extensions/fwaas/routerinsertion/testing/
H A Drequests_test.go61 PolicyID: "19ab8c87-4a32-4e6a-a74e-b77fffb89a0c",
116 PolicyID: "19ab8c87-4a32-4e6a-a74e-b77fffb89a0c",
174 PolicyID: "19ab8c87-4a32-4e6a-a74e-b77fffb89a0c",
230 PolicyID: "19ab8c87-4a32-4e6a-a74e-b77fffb89a0c",
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/gophercloud/gophercloud/openstack/networking/v2/extensions/fwaas/routerinsertion/testing/
H A Drequests_test.go61 PolicyID: "19ab8c87-4a32-4e6a-a74e-b77fffb89a0c",
116 PolicyID: "19ab8c87-4a32-4e6a-a74e-b77fffb89a0c",
174 PolicyID: "19ab8c87-4a32-4e6a-a74e-b77fffb89a0c",
230 PolicyID: "19ab8c87-4a32-4e6a-a74e-b77fffb89a0c",

12345678910>>...21