Home
last modified time | relevance | path

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

/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
DAssert.php165 static::readAttribute($haystackClassOrObject, $haystackAttributeName),
234 static::readAttribute($haystackClassOrObject, $haystackAttributeName),
315 static::readAttribute($haystackClassOrObject, $haystackAttributeName),
370 static::readAttribute($haystackClassOrObject, $haystackAttributeName),
415 static::readAttribute($haystackClassOrObject, $haystackAttributeName),
459 static::readAttribute($haystackClassOrObject, $haystackAttributeName),
504 static::readAttribute($actualClassOrObject, $actualAttributeName),
555 static::readAttribute($actualClassOrObject, $actualAttributeName),
588 static::readAttribute($haystackClassOrObject, $haystackAttributeName),
617 static::readAttribute($haystackClassOrObject, $haystackAttributeName),
[all …]
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/Constraint/
DAttribute.php50 PHPUnit_Framework_Assert::readAttribute(
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Framework/
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…
1953 …$this->assertEquals('foo', $this->readAttribute('ClassWithNonPublicAttributes', 'protectedStaticPa…
1954 …$this->assertEquals('foo', $this->readAttribute('ClassWithNonPublicAttributes', 'privateStaticPare…
1962 $this->readAttribute('StdClass', null);
[all …]
/plugin/freechat/phpfreechat/data/public/js/
Dprototype.js1767 var id = element.readAttribute('id'), self = arguments.callee;
1774 readAttribute: function(element, name) { method
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/s5reloaded/ui/effects_support/
Dprototype.js2071 var id = Element.readAttribute(element, 'id');
2078 readAttribute: function(element, name) { method
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') || '';
/plugin/issuetracker/
Dprototype.js2248 var id = Element.readAttribute(element, 'id');
2255 readAttribute: function(element, name) { method
2530 Element.Methods.readAttribute = Element.Methods.readAttribute.wrap(
5075 var params = options.parameters, action = form.readAttribute('action') || '';