Home
last modified time | relevance | path

Searched refs:Countable (Results 26 – 50 of 66) sorted by relevance

123

/plugin/davcard/vendor/sabre/vobject/lib/
H A DNode.php12 abstract class Node implements \IteratorAggregate, \ArrayAccess, \Countable {
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DConstraint.php16 abstract class PHPUnit_Framework_Constraint implements Countable, PHPUnit_Framework_SelfDescribing
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/webdavclient/vendor/sabre/vobject/lib/
H A DNode.php12 abstract class Node implements \IteratorAggregate, \ArrayAccess, \Countable {
/plugin/davcal/vendor/sabre/vobject/lib/
H A DNode.php12 abstract class Node implements \IteratorAggregate, \ArrayAccess, \Countable {
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/Constraint/
H A DCount.php47 if ($other instanceof Countable || is_array($other)) {
/plugin/webdav/vendor/sabre/vobject/lib/
H A DNode.php14 abstract class Node implements \IteratorAggregate, \ArrayAccess, \Countable, \JsonSerializable, Xml…
/plugin/icalevents/vendor/sabre/vobject/lib/
H A DNode.php17 \Countable,
/plugin/elasticsearch/vendor/ruflin/elastica/src/Bulk/
H A DResponseSet.php7 class ResponseSet extends BaseResponse implements \Iterator, \Countable
/plugin/elasticsearch/vendor/ruflin/elastica/src/Multi/
H A DResultSet.php14 class ResultSet implements \Iterator, \ArrayAccess, \Countable
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/for/
H A Dobjects_countable.test20 class ItemsIteratorCountable implements Iterator, \Countable
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Control/
H A DControlBag.php15 use Countable;
27 class ControlBag implements IteratorAggregate, Countable
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Helper/Iterators/
H A DSearchHitIterator.php23 class SearchHitIterator implements Iterator, \Countable
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Entry/
H A DEntries.php15 use Countable;
29 class Entries implements Countable, IteratorAggregate
H A DDn.php15 use Countable;
31 class Dn implements IteratorAggregate, Countable
H A DOptions.php15 use Countable;
26 class Options implements Countable, IteratorAggregate
H A DAttribute.php15 use Countable;
34 class Attribute implements IteratorAggregate, Countable
/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DParam.php14 class Param implements ArrayableInterface, \Countable
/plugin/pureldap/vendor/freedsx/asn1/src/FreeDSx/Asn1/Type/
H A DAbstractType.php14 use Countable;
23 abstract class AbstractType implements Countable, IteratorAggregate
/plugin/authgooglesheets/vendor/google/apiclient/src/
H A DCollection.php10 class Collection extends Model implements \Iterator, \Countable
/plugin/findologicxmlexport/vendor/hoa/exception/
H A DGroup.php47 class Group extends Exception implements \ArrayAccess, \IteratorAggregate, \Countable
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/Assert/
H A DFunctions.php1131 * @param array|Countable|Traversable $expected
1132 * @param array|Countable|Traversable $actual
1223 * @param array|Countable|Traversable $expected
1224 * @param array|Countable|Traversable $actual
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Node/
H A DAbstractNode.php18 abstract class AbstractNode implements \Countable
/plugin/commonmark/vendor/league/commonmark/src/Util/
H A DArrayCollection.php27 final class ArrayCollection implements \IteratorAggregate, \Countable, \ArrayAccess
/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) {

123