Home
last modified time | relevance | path

Searched refs:Countable (Results 1 – 25 of 66) sorted by path

123

/plugin/authfacebook/lib/GraphNodes/
H A DCollection.php36 use Countable; alias
39 class Collection implements ArrayAccess, Countable, IteratorAggregate
/plugin/authgooglesheets/vendor/google/apiclient/src/
H A DCollection.php10 class Collection extends Model implements \Iterator, \Countable
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Cookie/
H A DCookieJarInterface.php17 interface CookieJarInterface extends \Countable, \IteratorAggregate
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Handler/
H A DMockHandler.php15 class MockHandler implements \Countable
/plugin/combo/ComboStrap/
H A DArrayCaseInsensitive.php9 use Countable; alias
17 class ArrayCaseInsensitive implements ArrayAccess, \Iterator, Countable
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Utils/
H A DMap.php12 final class Map implements Equatable, \Countable, \IteratorAggregate
H A DSet.php12 final class Set implements Equatable, \IteratorAggregate, \Countable
/plugin/combo/vendor/carica/phpcss/src/PhpCss/Ast/Selector/
H A DGroup.php13 use Countable; alias
32 implements ArrayAccess, Countable, IteratorAggregate {
111 * @see Countable::count()
/plugin/commonmark/vendor/league/commonmark/src/Util/
H A DArrayCollection.php27 final class ArrayCollection implements \IteratorAggregate, \Countable, \ArrayAccess
/plugin/davcal/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/davcard/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/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Helper/Iterators/
H A DSearchHitIterator.php23 class SearchHitIterator implements Iterator, \Countable
/plugin/elasticsearch/vendor/ezimuel/ringphp/src/Future/
H A DFutureArrayInterface.php10 \Countable,
/plugin/elasticsearch/vendor/ruflin/elastica/
H A DCHANGELOG.md553 - In PHP 7.2 count() now raises a warning when an invalid parameter is passed. Only arrays and objects implementing the Countable interface should be passed. [#1378](https://github.com/ruflin/Elastica/pull/1378)
/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/elasticsearch/vendor/ruflin/elastica/src/
H A DParam.php14 class Param implements ArrayableInterface, \Countable
H A DResultSet.php15 class ResultSet implements \Iterator, \Countable, \ArrayAccess
/plugin/elasticsearch/vendor/symfony/polyfill-php73/
H A Dbootstrap.php19 function is_countable($value) { return is_array($value) || $value instanceof Countable || $value instanceof ResourceBundle || $value instanceof SimpleXmlElement; }
/plugin/findologicxmlexport/vendor/hoa/exception/
H A DGroup.php47 class Group extends Exception implements \ArrayAccess, \IteratorAggregate, \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/jms/serializer/tests/Fixtures/
H A DAuthorList.php12 class AuthorList implements \IteratorAggregate, \Countable, \ArrayAccess
38 * @see Countable

123