Home
last modified time | relevance | path

Searched refs:readAttribute (Results 1 – 6 of 6) sorted by path

/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DAssert.php504 static::readAttribute($actualClassOrObject, $actualAttributeName),
555 static::readAttribute($actualClassOrObject, $actualAttributeName),
646 static::readAttribute($actualClassOrObject, $actualAttributeName),
679 static::readAttribute($actualClassOrObject, $actualAttributeName),
708 static::readAttribute($actualClassOrObject, $actualAttributeName),
737 static::readAttribute($actualClassOrObject, $actualAttributeName),
1473 static::readAttribute($classOrObject, $attributeName),
1510 static::readAttribute($classOrObject, $attributeName),
1547 static::readAttribute($classOrObject, $attributeName),
1584 static::readAttribute($classOrObject, $attributeName),
[all …]
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/Constraint/
H A DAttribute.php50 PHPUnit_Framework_Assert::readAttribute(
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Framework/
H A DAssertTest.php1941 $this->assertEquals('foo', $this->readAttribute($obj, 'publicAttribute'));
1942 $this->assertEquals('bar', $this->readAttribute($obj, 'protectedAttribute'));
1943 $this->assertEquals('baz', $this->readAttribute($obj, 'privateAttribute'));
1944 $this->assertEquals('bar', $this->readAttribute($obj, 'protectedParentAttribute'));
1950 …$this->assertEquals('foo', $this->readAttribute('ClassWithNonPublicAttributes', 'publicStaticAttri…
1951 …$this->assertEquals('bar', $this->readAttribute('ClassWithNonPublicAttributes', 'protectedStaticAt…
1952 …$this->assertEquals('baz', $this->readAttribute('ClassWithNonPublicAttributes', 'privateStaticAttr…
1962 $this->readAttribute('StdClass', null);
1970 $this->readAttribute('NotExistingClass', 'foo');
1978 $this->readAttribute(null, 'foo');
[all …]
/plugin/freechat/phpfreechat/data/public/js/
H A Dprototype.js1767 var id = element.readAttribute('id'), self = arguments.callee;
1774 readAttribute: function(element, name) { method in Element.Methods
2207 Element.Methods.readAttribute = Element.Methods.readAttribute.wrap(
2994 var nodeValue = Element.readAttribute(element, matches[1]);
3170 var nodeValue = Element.readAttribute(node, attr);
3471 var params = options.parameters, action = form.readAttribute('action') || '';
/plugin/issuetracker/
H A Dprototype.js2248 var id = Element.readAttribute(element, 'id');
2255 readAttribute: function(element, name) { method in Element.Methods
2530 Element.Methods.readAttribute = Element.Methods.readAttribute.wrap(
5075 var params = options.parameters, action = form.readAttribute('action') || '';
/plugin/s5reloaded/ui/effects_support/
H A Dprototype.js2071 var id = Element.readAttribute(element, 'id');
2078 readAttribute: function(element, name) { method in Element.Methods
2486 Element.Methods.readAttribute = Element.Methods.readAttribute.wrap(
3524 var nodeValue = Element.readAttribute(element, matches[1]);
3721 var nodeValue = Element.readAttribute(node, attr);
4018 var params = options.parameters, action = form.readAttribute('action') || '';