Home
last modified time | relevance | path

Searched refs:attributeBag (Results 1 – 25 of 29) sorted by relevance

12

/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web/UI/
H A DHTMLTagNameToTypeMapper.cs28 … /*public*/ Type ITagNameToTypeMapper.GetControlType(string tagName, IDictionary attributeBag) { in ITagNameToTypeMapper.GetControlType() argument
76 if (attributeBag != null) { in ITagNameToTypeMapper.GetControlType()
77 type = (string)attributeBag["type"] ?? type; in ITagNameToTypeMapper.GetControlType()
/dports/devel/gitlist/gitlist/vendor/symfony/http-foundation/Tests/Session/Flash/
H A DFlashBagTest.php60 $attributeBag = new FlashBag('test');
61 $this->assertEquals('test', $attributeBag->getStorageKey());
H A DAutoExpireFlashBagTest.php65 $attributeBag = new FlashBag('test');
66 $this->assertEquals('test', $attributeBag->getStorageKey());
/dports/www/itop/web/lib/silex/vendor/symfony/http-foundation/Tests/Session/Flash/
H A DFlashBagTest.php58 $attributeBag = new FlashBag('test');
59 $this->assertEquals('test', $attributeBag->getStorageKey());
H A DAutoExpireFlashBagTest.php63 $attributeBag = new FlashBag('test');
64 $this->assertEquals('test', $attributeBag->getStorageKey());
/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Tests/Session/Flash/
H A DAutoExpireFlashBagTest.php63 $attributeBag = new FlashBag('test');
64 $this->assertEquals('test', $attributeBag->getStorageKey());
H A DFlashBagTest.php58 $attributeBag = new FlashBag('test');
59 $this->assertEquals('test', $attributeBag->getStorageKey());
/dports/www/elgg/elgg-3.3.23/vendor/symfony/http-foundation/Tests/Session/Flash/
H A DAutoExpireFlashBagTest.php63 $attributeBag = new FlashBag('test');
64 $this->assertEquals('test', $attributeBag->getStorageKey());
H A DFlashBagTest.php58 $attributeBag = new FlashBag('test');
59 $this->assertEquals('test', $attributeBag->getStorageKey());
/dports/deskutils/egroupware/egroupware/vendor/symfony/http-foundation/Tests/Session/Flash/
H A DAutoExpireFlashBagTest.php63 $attributeBag = new FlashBag('test');
64 $this->assertEquals('test', $attributeBag->getStorageKey());
H A DFlashBagTest.php58 $attributeBag = new FlashBag('test');
59 $this->assertEquals('test', $attributeBag->getStorageKey());
/dports/audio/ampache/ampache-php74-5.0.0/vendor/symfony/http-foundation/Tests/Session/Flash/
H A DAutoExpireFlashBagTest.php63 $attributeBag = new FlashBag('test');
64 $this->assertEquals('test', $attributeBag->getStorageKey());
H A DFlashBagTest.php58 $attributeBag = new FlashBag('test');
59 $this->assertEquals('test', $attributeBag->getStorageKey());
/dports/finance/prestashop/prestashop/vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Tests/Session/Flash/
H A DAutoExpireFlashBagTest.php63 $attributeBag = new FlashBag('test');
64 $this->assertEquals('test', $attributeBag->getStorageKey());
H A DFlashBagTest.php58 $attributeBag = new FlashBag('test');
59 $this->assertEquals('test', $attributeBag->getStorageKey());
/dports/devel/gitlist/gitlist/vendor/symfony/http-foundation/Tests/Session/Attribute/
H A DNamespacedAttributeBagTest.php75 $attributeBag = new NamespacedAttributeBag('test');
76 $this->assertEquals('test', $attributeBag->getStorageKey());
H A DAttributeBagTest.php73 $attributeBag = new AttributeBag('test');
74 $this->assertEquals('test', $attributeBag->getStorageKey());
/dports/www/itop/web/lib/silex/vendor/symfony/http-foundation/Tests/Session/Attribute/
H A DNamespacedAttributeBagTest.php73 $attributeBag = new NamespacedAttributeBag('test');
74 $this->assertEquals('test', $attributeBag->getStorageKey());
H A DAttributeBagTest.php71 $attributeBag = new AttributeBag('test');
72 $this->assertEquals('test', $attributeBag->getStorageKey());
/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Tests/Session/Attribute/
H A DAttributeBagTest.php71 $attributeBag = new AttributeBag('test');
72 $this->assertEquals('test', $attributeBag->getStorageKey());
H A DNamespacedAttributeBagTest.php73 $attributeBag = new NamespacedAttributeBag('test');
74 $this->assertEquals('test', $attributeBag->getStorageKey());
/dports/deskutils/egroupware/egroupware/vendor/symfony/http-foundation/Tests/Session/Attribute/
H A DAttributeBagTest.php71 $attributeBag = new AttributeBag('test');
72 $this->assertEquals('test', $attributeBag->getStorageKey());
/dports/audio/ampache/ampache-php74-5.0.0/vendor/symfony/http-foundation/Tests/Session/Attribute/
H A DAttributeBagTest.php71 $attributeBag = new AttributeBag('test');
72 $this->assertEquals('test', $attributeBag->getStorageKey());
/dports/finance/prestashop/prestashop/vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Tests/Session/Attribute/
H A DAttributeBagTest.php71 $attributeBag = new AttributeBag('test');
72 $this->assertEquals('test', $attributeBag->getStorageKey());
/dports/www/elgg/elgg-3.3.23/vendor/symfony/http-foundation/Tests/Session/Attribute/
H A DAttributeBagTest.php71 $attributeBag = new AttributeBag('test');
72 $this->assertEquals('test', $attributeBag->getStorageKey());

12