Home
last modified time | relevance | path

Searched refs:equivalentValues (Results 1 – 18 of 18) sorted by relevance

/dports/www/bolt/bolt-2.2.24/vendor/symfony/config/Symfony/Component/Config/Definition/
H A DBaseNode.php32 protected $equivalentValues = array(); variable in Symfony\\Component\\Config\\Definition\\BaseNode
131 $this->equivalentValues[] = array($originalValue, $equivalentValue);
254 foreach ($this->equivalentValues as $data) {
/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/symfony/symfony/src/Symfony/Component/Config/Definition/
H A DBaseNode.php33 protected $equivalentValues = []; variable in Symfony\\Component\\Config\\Definition\\BaseNode
149 $this->equivalentValues[] = [$originalValue, $equivalentValue];
286 foreach ($this->equivalentValues as $data) {
/dports/www/phpbb3/phpBB3/vendor/symfony/config/Definition/
H A DBaseNode.php33 protected $equivalentValues = []; variable in Symfony\\Component\\Config\\Definition\\BaseNode
149 $this->equivalentValues[] = [$originalValue, $equivalentValue];
286 foreach ($this->equivalentValues as $data) {
/dports/finance/prestashop/prestashop/vendor/symfony/symfony/src/Symfony/Component/Config/Definition/
H A DBaseNode.php33 protected $equivalentValues = []; variable in Symfony\\Component\\Config\\Definition\\BaseNode
149 $this->equivalentValues[] = [$originalValue, $equivalentValue];
286 foreach ($this->equivalentValues as $data) {
/dports/www/tikiwiki/tiki-21.2/vendor_bundled/vendor/symfony/config/Definition/
H A DBaseNode.php33 protected $equivalentValues = []; variable in Symfony\\Component\\Config\\Definition\\BaseNode
149 $this->equivalentValues[] = [$originalValue, $equivalentValue];
286 foreach ($this->equivalentValues as $data) {
/dports/databases/phpmyadmin5/phpMyAdmin-5.1.2-all-languages/vendor/symfony/config/Definition/
H A DBaseNode.php39 protected $equivalentValues = []; variable in Symfony\\Component\\Config\\Definition\\BaseNode
197 $this->equivalentValues[] = [$originalValue, $equivalentValue];
372 foreach ($this->equivalentValues as $data) {
/dports/www/elgg/elgg-3.3.23/vendor/symfony/config/Definition/
H A DBaseNode.php39 protected $equivalentValues = []; variable in Symfony\\Component\\Config\\Definition\\BaseNode
197 $this->equivalentValues[] = [$originalValue, $equivalentValue];
372 foreach ($this->equivalentValues as $data) {
/dports/deskutils/egroupware/egroupware/vendor/symfony/config/Definition/
H A DBaseNode.php39 protected $equivalentValues = []; variable in Symfony\\Component\\Config\\Definition\\BaseNode
197 $this->equivalentValues[] = [$originalValue, $equivalentValue];
372 foreach ($this->equivalentValues as $data) {
/dports/www/typo3-10/typo3_src-10.4.25/vendor/symfony/config/Definition/
H A DBaseNode.php39 protected $equivalentValues = []; variable in Symfony\\Component\\Config\\Definition\\BaseNode
185 $this->equivalentValues[] = [$originalValue, $equivalentValue];
356 foreach ($this->equivalentValues as $data) {
/dports/www/typo3-11/typo3_src-11.5.7/vendor/symfony/config/Definition/
H A DBaseNode.php39 protected $equivalentValues = []; variable in Symfony\\Component\\Config\\Definition\\BaseNode
185 $this->equivalentValues[] = [$originalValue, $equivalentValue];
400 foreach ($this->equivalentValues as $data) {
/dports/lang/rhino/rhino1_7R4/deprecatedsrc/org/mozilla/javascript/xml/impl/xmlbeans/
H A DNamespace.java109 protected Object equivalentValues(Object value) in equivalentValues() method in Namespace
H A DQName.java91 protected Object equivalentValues(Object value) in equivalentValues() method in QName
H A DXMLObjectImpl.java128 protected final Object equivalentValues(Object value) in equivalentValues() method in XMLObjectImpl
/dports/lang/rhino/rhino1_7R4/xmlimplsrc/org/mozilla/javascript/xmlimpl/
H A DQName.java102 protected Object equivalentValues(Object value) in equivalentValues() method in QName
H A DNamespace.java77 protected Object equivalentValues(Object value) { in equivalentValues() method in Namespace
H A DXMLObjectImpl.java193 protected final Object equivalentValues(Object value) { in equivalentValues() method in XMLObjectImpl
/dports/lang/rhino/rhino1_7R4/src/org/mozilla/javascript/
H A DScriptRuntime.java2776 Object test = ((ScriptableObject)y).equivalentValues(x); in eq()
2794 Object test = ((ScriptableObject)y).equivalentValues(x); in eq()
2803 Object test = ((ScriptableObject)x).equivalentValues(y); in eq()
2809 Object test = ((ScriptableObject)y).equivalentValues(x); in eq()
2827 Object test = ((ScriptableObject)x).equivalentValues(y); in eq()
2867 Object test = ((ScriptableObject)y).equivalentValues(xval); in eqNumber()
2894 Object test = ((ScriptableObject)y).equivalentValues(x.toString()); in eqString()
H A DScriptableObject.java1025 protected Object equivalentValues(Object value) in equivalentValues() method in ScriptableObject