Home
last modified time | relevance | path

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

123

/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/pureldap/vendor/freedsx/sasl/src/FreeDSx/Sasl/
H A DMessage.php14 use Countable, IteratorAggregate; alias
22 class Message implements Countable, IteratorAggregate
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Fixtures/
H A DAuthorList.php12 class AuthorList implements \IteratorAggregate, \Countable, \ArrayAccess
38 * @see 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/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``),
/plugin/authfacebook/lib/GraphNodes/
H A DCollection.php36 use Countable; alias
39 class Collection implements ArrayAccess, Countable, IteratorAggregate
/plugin/combo/ComboStrap/
H A DArrayCaseInsensitive.php9 use Countable; alias
17 class ArrayCaseInsensitive implements ArrayAccess, \Iterator, Countable
/plugin/elasticsearch/vendor/ezimuel/ringphp/src/Future/
H A DFutureArrayInterface.php10 \Countable,
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DTest.php14 interface PHPUnit_Framework_Test extends Countable
/plugin/findologicxmlexport/vendor/twig/twig/lib/Twig/
H A DNodeInterface.php21 interface Twig_NodeInterface extends \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/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/Constraint/
H A DIsEmpty.php26 if ($other instanceof Countable) {
/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/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Util/
H A DTraversableString.php19 class TraversableString implements \IteratorAggregate, \Countable
/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/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/authgooglesheets/vendor/guzzlehttp/guzzle/src/Cookie/
H A DCookieJarInterface.php17 interface CookieJarInterface extends \Countable, \IteratorAggregate
/plugin/davcard/vendor/sabre/vobject/lib/
H A DElementList.php15 class ElementList implements \Iterator, \Countable, \ArrayAccess {
/plugin/webdavclient/vendor/sabre/vobject/lib/
H A DElementList.php15 class ElementList implements \Iterator, \Countable, \ArrayAccess {
/plugin/davcal/vendor/sabre/vobject/lib/
H A DElementList.php15 class ElementList implements \Iterator, \Countable, \ArrayAccess {
/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/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Entry/
H A DChanges.php15 use Countable;
26 class Changes implements Countable, IteratorAggregate

123