Home
last modified time | relevance | path

Searched refs:emptyKeys (Results 1 – 25 of 26) sorted by relevance

12

/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Core/DataTransformer/
H A DValueToDuplicatesTransformer.php62 $emptyKeys = [];
70 $emptyKeys[] = $key;
74 if (\count($emptyKeys) > 0) {
75 if (\count($emptyKeys) == \count($this->keys)) {
80 …rmationFailedException(sprintf('The keys "%s" should not be empty.', implode('", "', $emptyKeys)));
H A DArrayToPartsTransformer.php59 $emptyKeys = [];
69 $emptyKeys[] = $partKey;
73 if (\count($emptyKeys) > 0) {
74 if (\count($emptyKeys) === \count($this->partMapping)) {
79 …rmationFailedException(sprintf('The keys "%s" should not be empty.', implode('", "', $emptyKeys)));
/dports/www/bolt/bolt-2.2.24/vendor/symfony/form/Symfony/Component/Form/Extension/Core/DataTransformer/
H A DValueToDuplicatesTransformer.php64 $emptyKeys = array();
74 $emptyKeys[] = $key;
78 if (count($emptyKeys) > 0) {
79 if (count($emptyKeys) == count($this->keys)) {
85 sprintf('The keys "%s" should not be empty', implode('", "', $emptyKeys)
H A DArrayToPartsTransformer.php59 $emptyKeys = array();
69 $emptyKeys[] = $partKey;
73 if (count($emptyKeys) > 0) {
74 if (count($emptyKeys) === count($this->partMapping)) {
80 sprintf('The keys "%s" should not be empty', implode('", "', $emptyKeys)
/dports/finance/prestashop/prestashop/vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Core/DataTransformer/
H A DValueToDuplicatesTransformer.php62 $emptyKeys = [];
70 $emptyKeys[] = $key;
74 if (\count($emptyKeys) > 0) {
75 if (\count($emptyKeys) == \count($this->keys)) {
80 …rmationFailedException(sprintf('The keys "%s" should not be empty.', implode('", "', $emptyKeys)));
H A DArrayToPartsTransformer.php59 $emptyKeys = [];
69 $emptyKeys[] = $partKey;
73 if (\count($emptyKeys) > 0) {
74 if (\count($emptyKeys) === \count($this->partMapping)) {
79 …rmationFailedException(sprintf('The keys "%s" should not be empty.', implode('", "', $emptyKeys)));
/dports/security/lego/lego-4.5.3/vendor/github.com/onsi/gomega/gstruct/
H A Dkeys_test.go13 emptyKeys := map[string]string{}
23 Expect(emptyKeys).ShouldNot(m, "should fail with empty keys")
46 Expect(emptyKeys).Should(m, "should match empty keys")
57 Expect(emptyKeys).ShouldNot(m, "should fail with empty keys")
68 Expect(emptyKeys).Should(m, "should match empty keys")
/dports/devel/app-builder/app-builder-3.4.2/vendor/github.com/onsi/gomega/gstruct/
H A Dkeys_test.go13 emptyKeys := map[string]string{}
23 Expect(emptyKeys).ShouldNot(m, "should fail with empty keys")
46 Expect(emptyKeys).Should(m, "should match empty keys")
57 Expect(emptyKeys).ShouldNot(m, "should fail with empty keys")
68 Expect(emptyKeys).Should(m, "should match empty keys")
/dports/devel/lazygit/lazygit-0.31.4/vendor/github.com/onsi/gomega/gstruct/
H A Dkeys_test.go13 emptyKeys := map[string]string{}
23 Expect(emptyKeys).ShouldNot(m, "should fail with empty keys")
46 Expect(emptyKeys).Should(m, "should match empty keys")
57 Expect(emptyKeys).ShouldNot(m, "should fail with empty keys")
68 Expect(emptyKeys).Should(m, "should match empty keys")
/dports/www/oauth2-proxy/oauth2-proxy-7.2.0/vendor/github.com/onsi/gomega/gstruct/
H A Dkeys_test.go13 emptyKeys := map[string]string{}
23 Expect(emptyKeys).ShouldNot(m, "should fail with empty keys")
46 Expect(emptyKeys).Should(m, "should match empty keys")
57 Expect(emptyKeys).ShouldNot(m, "should fail with empty keys")
68 Expect(emptyKeys).Should(m, "should match empty keys")
/dports/dns/blocky/blocky-0.17/vendor/github.com/onsi/gomega/gstruct/
H A Dkeys_test.go13 emptyKeys := map[string]string{}
23 Expect(emptyKeys).ShouldNot(m, "should fail with empty keys")
46 Expect(emptyKeys).Should(m, "should match empty keys")
57 Expect(emptyKeys).ShouldNot(m, "should fail with empty keys")
68 Expect(emptyKeys).Should(m, "should match empty keys")
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/onsi/gomega/gstruct/
H A Dkeys_test.go13 emptyKeys := map[string]string{}
23 Expect(emptyKeys).ShouldNot(m, "should fail with empty keys")
46 Expect(emptyKeys).Should(m, "should match empty keys")
57 Expect(emptyKeys).ShouldNot(m, "should fail with empty keys")
68 Expect(emptyKeys).Should(m, "should match empty keys")
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/onsi/gomega/gstruct/
H A Dkeys_test.go13 emptyKeys := map[string]string{}
23 Expect(emptyKeys).ShouldNot(m, "should fail with empty keys")
46 Expect(emptyKeys).Should(m, "should match empty keys")
57 Expect(emptyKeys).ShouldNot(m, "should fail with empty keys")
68 Expect(emptyKeys).Should(m, "should match empty keys")
/dports/multimedia/navidrome/navidrome-0.40.0/vendor/github.com/onsi/gomega/gstruct/
H A Dkeys_test.go13 emptyKeys := map[string]string{}
23 Expect(emptyKeys).ShouldNot(m, "should fail with empty keys")
46 Expect(emptyKeys).Should(m, "should match empty keys")
57 Expect(emptyKeys).ShouldNot(m, "should fail with empty keys")
68 Expect(emptyKeys).Should(m, "should match empty keys")
/dports/science/plumed/plumed2-2.7.2/src/vesselbase/
H A DVessel.cpp31 Keywords VesselOptions::emptyKeys; member in PLMD::vesselbase::VesselOptions
38 keywords(emptyKeys), in VesselOptions()
H A DVessel.h66 static Keywords emptyKeys; variable
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Runtime.DurableInstancing/System/Runtime/DurableInstancing/
H A DInstanceView.cs19 …static readonly ReadOnlyDictionaryInternal<Guid, InstanceKeyView> emptyKeys = new ReadOnlyDictiona… field in System.Runtime.DurableInstancing.InstanceView
192 return this.keys ?? InstanceView.emptyKeys;
/dports/science/plumed/plumed2-2.7.2/src/core/
H A DCLTool.cpp26 Keywords CLToolOptions::emptyKeys; member in PLMD::CLToolOptions
30 keys(emptyKeys) in CLToolOptions()
H A DAction.cpp33 Keywords ActionOptions::emptyKeys; member in PLMD::ActionOptions
38 keys(emptyKeys) in ActionOptions()
H A DCLTool.h42 static Keywords emptyKeys; variable
H A DAction.h50 static Keywords emptyKeys; variable
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/compmod/system/collections/generic/
H A Dsortedlist.cs81 static TKey[] emptyKeys = new TKey[0]; field in System.Collections.Generic.SortedList
93 keys = emptyKeys; in SortedList()
233 keys = emptyKeys;
/dports/devel/spark/spark-2.1.1/core/src/main/scala/org/apache/spark/scheduler/
H A DTaskSetManager.scala515 val emptyKeys = new ArrayBuffer[String] constant
521 emptyKeys += id
526 emptyKeys.foreach(id => pendingTasks.remove(id))
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Web/System.Web.UI.WebControls/
H A DFormView.cs73 readonly string[] emptyKeys = new string[0]; field in System.Web.UI.WebControls.FormView
415 return emptyKeys;
H A DDetailsView.cs71 readonly string[] emptyKeys = new string[0]; field in System.Web.UI.WebControls.DetailsView
562 return emptyKeys;

12