Home
last modified time | relevance | path

Searched refs:RemoveEmpty (Results 1 – 25 of 134) sorted by relevance

123456

/dports/x11/kf5-kdelibs4support/kdelibs4support-5.89.0/src/kdeui/
H A Dkshortcut.h68 RemoveEmpty enumerator
210 QList<QKeySequence> toList(enum EmptyHandling handleEmpty = RemoveEmpty) const;
239 void remove(const QKeySequence &keySeq, enum EmptyHandling handleEmpty = RemoveEmpty);
H A Dkshortcut.cpp235 return toList(RemoveEmpty); in operator QList<QKeySequence>()
241 if (handleEmpty == RemoveEmpty) { in toList()
/dports/devel/cmake-gui/cmake-3.22.1/Source/
H A DcmCommandArgumentParserHelper.h56 void SetRemoveEmpty(bool b) { this->RemoveEmpty = b; } in SetRemoveEmpty()
84 bool RemoveEmpty; variable
H A DcmCommandArgumentParserHelper.cxx28 this->RemoveEmpty = true; in cmCommandArgumentParserHelper()
110 if (!this->RemoveEmpty) { in ExpandVariable()
127 if (!ret && this->RemoveEmpty) { in ExpandVariableForAt()
/dports/devel/cmake-doc/cmake-3.22.1/Source/
H A DcmCommandArgumentParserHelper.h56 void SetRemoveEmpty(bool b) { this->RemoveEmpty = b; } in SetRemoveEmpty()
84 bool RemoveEmpty; variable
H A DcmCommandArgumentParserHelper.cxx28 this->RemoveEmpty = true; in cmCommandArgumentParserHelper()
110 if (!this->RemoveEmpty) { in ExpandVariable()
127 if (!ret && this->RemoveEmpty) { in ExpandVariableForAt()
/dports/devel/cmake/cmake-3.22.1/Source/
H A DcmCommandArgumentParserHelper.h56 void SetRemoveEmpty(bool b) { this->RemoveEmpty = b; } in SetRemoveEmpty()
84 bool RemoveEmpty; variable
H A DcmCommandArgumentParserHelper.cxx28 this->RemoveEmpty = true; in cmCommandArgumentParserHelper()
110 if (!this->RemoveEmpty) { in ExpandVariable()
127 if (!ret && this->RemoveEmpty) { in ExpandVariableForAt()
/dports/security/acmetool/acmetool-0.2.1/vendor/github.com/hlandau/goutils/os/
H A Dremove.go10 func RemoveEmpty(path string) error { func
/dports/science/openems/openEMS-0.0.35-71-g4c24b6e/tools/
H A Duseful.h31 …nsigned int> AssignJobs2Threads(unsigned int jobs, unsigned int nrThreads, bool RemoveEmpty=false);
H A Duseful.cpp45 …ector<unsigned int> AssignJobs2Threads(unsigned int jobs, unsigned int nrThreads, bool RemoveEmpty) in AssignJobs2Threads() argument
68 if (RemoveEmpty) in AssignJobs2Threads()
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/hashicorp/vault/helper/strutil/
H A Dstrutil_test.go369 actual := RemoveEmpty(input)
376 actual = RemoveEmpty(input)
H A Dstrutil.go244 func RemoveEmpty(items []string) []string { func
/dports/sysutils/helmfile/vault-f6547fa8e820/sdk/helper/strutil/
H A Dstrutil_test.go369 actual := RemoveEmpty(input)
376 actual = RemoveEmpty(input)
/dports/misc/concourse/vault-bdd38fca2cff/sdk/helper/strutil/
H A Dstrutil_test.go369 actual := RemoveEmpty(input)
376 actual = RemoveEmpty(input)
/dports/security/vault/vault-1.8.2/sdk/helper/strutil/
H A Dstrutil_test.go368 actual := RemoveEmpty(input)
375 actual = RemoveEmpty(input)
/dports/sysutils/helmfile/helmfile-0.138.7/vendor/github.com/hashicorp/vault/sdk/helper/strutil/
H A Dstrutil_test.go369 actual := RemoveEmpty(input)
376 actual = RemoveEmpty(input)
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/hashicorp/vault/sdk/helper/strutil/
H A Dstrutil_test.go369 actual := RemoveEmpty(input)
376 actual = RemoveEmpty(input)
/dports/sysutils/gomplate/vault-sdk-v0.1.13/sdk/helper/strutil/
H A Dstrutil_test.go369 actual := RemoveEmpty(input)
376 actual = RemoveEmpty(input)
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/hashicorp/vault/vault-api-v1.0.4/sdk/helper/strutil/
H A Dstrutil_test.go369 actual := RemoveEmpty(input)
376 actual = RemoveEmpty(input)
/dports/devel/gitlab-runner/vault-sdk-v0.1.13/sdk/helper/strutil/
H A Dstrutil_test.go369 actual := RemoveEmpty(input)
376 actual = RemoveEmpty(input)
/dports/sysutils/istio/vault-sdk-v0.1.12/sdk/helper/strutil/
H A Dstrutil_test.go369 actual := RemoveEmpty(input)
376 actual = RemoveEmpty(input)
/dports/x11/kf5-kdelibs4support/kdelibs4support-5.89.0/tests/
H A Dkshortcuttest.cpp38 cutShortCut.remove(Qt::CTRL | Qt::Key_X, KShortcut::RemoveEmpty); in testRemoveShortcut()
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/go-secure-stdlib/strutil/
H A Dstrutil_test.go371 actual := RemoveEmpty(input)
378 actual = RemoveEmpty(input)
/dports/net/traefik/traefik-2.6.1/vendor/github.com/docker/compose/v2/pkg/compose/
H A Drun.go209 }).RemoveEmpty()

123456