Home
last modified time | relevance | path

Searched refs:Countable (Results 1 – 25 of 66) sorted by last modified time

123

/plugin/combo/ComboStrap/
H A DArrayCaseInsensitive.php9 use Countable; alias
17 class ArrayCaseInsensitive implements ArrayAccess, \Iterator, 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/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/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Helper/Iterators/
H A DSearchHitIterator.php23 class SearchHitIterator 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/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/ezimuel/ringphp/src/Future/
H A DFutureArrayInterface.php10 \Countable,
/plugin/elasticsearch/vendor/ruflin/elastica/src/Bulk/
H A DResponseSet.php7 class ResponseSet extends BaseResponse implements \Iterator, \Countable
/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/davcal/vendor/sabre/vobject/lib/
H A DNode.php12 abstract class Node implements \IteratorAggregate, \ArrayAccess, \Countable {
H A DElementList.php15 class ElementList implements \Iterator, \Countable, \ArrayAccess {
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Cookie/
H A DCookieJarInterface.php17 interface CookieJarInterface extends \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/Handler/
H A DMockHandler.php15 class MockHandler implements \Countable
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Control/
H A DControlBag.php15 use Countable;
27 class ControlBag implements IteratorAggregate, Countable
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Entry/
H A DEntry.php15 use Countable;
26 class Entry implements IteratorAggregate, Countable
H A DAttribute.php15 use Countable;
34 class Attribute implements IteratorAggregate, Countable
H A DOptions.php15 use Countable;
26 class Options implements Countable, IteratorAggregate
H A DChanges.php15 use Countable;
26 class Changes implements Countable, IteratorAggregate
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Search/Filter/
H A DAndFilter.php14 use Countable;
22 class AndFilter implements FilterContainerInterface, IteratorAggregate, Countable
H A DOrFilter.php14 use Countable;
22 class OrFilter implements FilterContainerInterface, IteratorAggregate, Countable
/plugin/pureldap/vendor/freedsx/sasl/src/FreeDSx/Sasl/
H A DMessage.php14 use Countable, IteratorAggregate; alias
22 class Message implements Countable, IteratorAggregate

123