Home
last modified time | relevance | path

Searched refs:notDistinct (Results 1 – 12 of 12) sorted by relevance

/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/hashicorp/consul/vendor/github.com/gophercloud/gophercloud/acceptance/clients/
H A Dclients.go91 notDistinct := ""
93 notDistinct = "OS_FLAVOR_ID and OS_FLAVOR_ID_RESIZE must be distinct."
96 if len(missing) > 0 || notDistinct != "" {
101 if notDistinct != "" {
102 text += " * " + notDistinct + "\n"
/dports/www/fabio/fabio-1.5.14/vendor/github.com/hashicorp/consul/consul-1.4.2/vendor/github.com/gophercloud/gophercloud/acceptance/clients/
H A Dclients.go91 notDistinct := ""
93 notDistinct = "OS_FLAVOR_ID and OS_FLAVOR_ID_RESIZE must be distinct."
96 if len(missing) > 0 || notDistinct != "" {
101 if notDistinct != "" {
102 text += " * " + notDistinct + "\n"
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/hashicorp/consul/vendor/github.com/gophercloud/gophercloud/acceptance/clients/
H A Dclients.go91 notDistinct := ""
93 notDistinct = "OS_FLAVOR_ID and OS_FLAVOR_ID_RESIZE must be distinct."
96 if len(missing) > 0 || notDistinct != "" {
101 if notDistinct != "" {
102 text += " * " + notDistinct + "\n"
/dports/security/lego/lego-4.5.3/vendor/github.com/gophercloud/gophercloud/acceptance/clients/
H A Dclients.go104 notDistinct := ""
106 notDistinct = "OS_FLAVOR_ID and OS_FLAVOR_ID_RESIZE must be distinct."
109 if len(missing) > 0 || notDistinct != "" {
114 if notDistinct != "" {
115 text += " * " + notDistinct + "\n"
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/gophercloud/gophercloud/acceptance/clients/
H A Dclients.go103 notDistinct := ""
105 notDistinct = "OS_FLAVOR_ID and OS_FLAVOR_ID_RESIZE must be distinct."
108 if len(missing) > 0 || notDistinct != "" {
113 if notDistinct != "" {
114 text += " * " + notDistinct + "\n"
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/gophercloud/gophercloud/acceptance/clients/
H A Dclients.go104 notDistinct := ""
106 notDistinct = "OS_FLAVOR_ID and OS_FLAVOR_ID_RESIZE must be distinct."
109 if len(missing) > 0 || notDistinct != "" {
114 if notDistinct != "" {
115 text += " * " + notDistinct + "\n"
/dports/security/vault/vault-1.8.2/vendor/github.com/gophercloud/gophercloud/acceptance/clients/
H A Dclients.go103 notDistinct := ""
105 notDistinct = "OS_FLAVOR_ID and OS_FLAVOR_ID_RESIZE must be distinct."
108 if len(missing) > 0 || notDistinct != "" {
113 if notDistinct != "" {
114 text += " * " + notDistinct + "\n"
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/gophercloud/gophercloud/acceptance/clients/
H A Dclients.go103 notDistinct := ""
105 notDistinct = "OS_FLAVOR_ID and OS_FLAVOR_ID_RESIZE must be distinct."
108 if len(missing) > 0 || notDistinct != "" {
113 if notDistinct != "" {
114 text += " * " + notDistinct + "\n"
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/gophercloud/gophercloud/acceptance/clients/
H A Dclients.go103 notDistinct := ""
105 notDistinct = "OS_FLAVOR_ID and OS_FLAVOR_ID_RESIZE must be distinct."
108 if len(missing) > 0 || notDistinct != "" {
113 if notDistinct != "" {
114 text += " * " + notDistinct + "\n"
/dports/sysutils/terraform/terraform-1.0.11/vendor/github.com/gophercloud/gophercloud/acceptance/clients/
H A Dclients.go103 notDistinct := ""
105 notDistinct = "OS_FLAVOR_ID and OS_FLAVOR_ID_RESIZE must be distinct."
108 if len(missing) > 0 || notDistinct != "" {
113 if notDistinct != "" {
114 text += " * " + notDistinct + "\n"
/dports/security/sqlmap/sqlmap-1.3.12/sqlmap/lib/core/
H A Dagent.py990 for notDistinct in notDistincts:
991 limitedQuery = limitedQuery.replace("DISTINCT(%s)" % notDistinct, notDistinct)
992 limitedQuery = limitedQuery.replace("DISTINCT %s" % notDistinct, notDistinct)
/dports/math/singular/Singular-Release-4-2-1/factory/
H A DcfModGcd.cc1593 bool notDistinct= false; in solveVandermonde() local
1600 notDistinct= true; in solveVandermonde()
1605 if (notDistinct) in solveVandermonde()
1645 bool notDistinct= false; in solveGeneralVandermonde() local
1652 notDistinct= true; in solveGeneralVandermonde()
1657 if (notDistinct) in solveGeneralVandermonde()