Home
last modified time | relevance | path

Searched refs:Countable (Results 26 – 50 of 66) sorted by last modified time

123

/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Entry/
H A DDn.php15 use Countable;
31 class Dn implements IteratorAggregate, Countable
H A DEntries.php15 use Countable;
29 class Entries implements Countable, IteratorAggregate
/plugin/pureldap/vendor/freedsx/asn1/src/FreeDSx/Asn1/Type/
H A DAbstractType.php14 use Countable;
23 abstract class AbstractType implements Countable, IteratorAggregate
/plugin/commonmark/vendor/league/commonmark/src/Util/
H A DArrayCollection.php27 final class ArrayCollection implements \IteratorAggregate, \Countable, \ArrayAccess
/plugin/webdav/vendor/sabre/vobject/lib/
H A DNode.php14 abstract class Node implements \IteratorAggregate, \ArrayAccess, \Countable, \JsonSerializable, Xml…
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Util/
H A DTraversableString.php19 class TraversableString implements \IteratorAggregate, \Countable
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/
H A DValueContainer.php21 class ValueContainer implements \ArrayAccess, \IteratorAggregate, \Countable
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Filter/
H A DFilterCollection.php21 class FilterCollection implements FilterInterface, \IteratorAggregate, \Countable
/plugin/webdavclient/vendor/sabre/vobject/lib/
H A DElementList.php15 class ElementList implements \Iterator, \Countable, \ArrayAccess {
H A DNode.php12 abstract class Node implements \IteratorAggregate, \ArrayAccess, \Countable {
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Fixtures/
H A DAuthorList.php12 class AuthorList implements \IteratorAggregate, \Countable, \ArrayAccess
38 * @see Countable
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DTestResult.php21 class PHPUnit_Framework_TestResult implements Countable
H A DAssert.php389 if (!$haystack instanceof Countable &&
433 if (!$haystack instanceof Countable &&
1639 * @param array|Countable|Traversable $expected
1640 * @param array|Countable|Traversable $actual
1645 if (!$expected instanceof Countable &&
1651 if (!$actual instanceof Countable &&
1668 * @param array|Countable|Traversable $expected
1669 * @param array|Countable|Traversable $actual
1674 if (!$expected instanceof Countable &&
1680 if (!$actual instanceof Countable &&
/plugin/findologicxmlexport/vendor/hoa/ustring/
H A DREADME.md69 very natural way. This class implements the `\ArrayAccess`, `\Countable` and
H A DUstring.php53 class Ustring implements \ArrayAccess, \Countable, \IteratorAggregate
/plugin/findologicxmlexport/vendor/twig/twig/src/Extension/
H A DCoreExtension.php1308 … if (\is_object($thing) && method_exists($thing, '__toString') && !$thing instanceof \Countable) {
1312 if ($thing instanceof \Countable || \is_array($thing)) {
1410 … if (\is_object($thing) && method_exists($thing, '__toString') && !$thing instanceof \Countable) {
1414 if ($thing instanceof \Countable || \is_array($thing)) {
1496 if ($value instanceof \Countable) {
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/
H A DIntegrationTest.php311 class CountableStub implements \Countable
/plugin/findologicxmlexport/vendor/twig/twig/doc/tests/
H A Dempty.rst11 For objects that implement the ``Countable`` interface, ``empty`` will check the
14 For objects that implement the ``__toString()`` magic method (and not ``Countable``),
/plugin/findologicxmlexport/vendor/twig/twig/lib/Twig/
H A DNodeInterface.php21 interface Twig_NodeInterface extends \Countable, \IteratorAggregate
/plugin/findologicxmlexport/vendor/twig/twig/src/
H A DMarkup.php19 class Markup implements \Countable
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Argument/Token/
H A DArrayCountToken.php72 return (is_array($argument) || $argument instanceof \Countable);
/plugin/findologicxmlexport/vendor/phpunit/php-token-stream/src/Token/
H A DStream.php14 class PHP_Token_Stream implements ArrayAccess, Countable, SeekableIterator
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/tests/
H A DGeneratorTest.php64 $mock = $this->generator->getMockForAbstractClass(Countable::class);
125 'mockClassName not a string' => [Countable::class, new stdClass],
/plugin/findologicxmlexport/vendor/hoa/exception/
H A DGroup.php47 class Group extends Exception implements \ArrayAccess, \IteratorAggregate, \Countable
/plugin/findologicxmlexport/vendor/twig/twig/doc/filters/
H A Dlength.rst11 For objects that implement the ``Countable`` interface, ``length`` will use the
14 For objects that implement the ``__toString()`` magic method (and not ``Countable``),

123