/plugin/combo/vendor/carica/phpcss/src/PhpCss/Ast/Selector/ |
H A D | Group.php | 13 use Countable; alias 32 implements ArrayAccess, Countable, IteratorAggregate { 111 * @see Countable::count()
|
/plugin/pureldap/vendor/freedsx/sasl/src/FreeDSx/Sasl/ |
H A D | Message.php | 14 use Countable, IteratorAggregate; alias 22 class Message implements Countable, IteratorAggregate
|
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Fixtures/ |
H A D | AuthorList.php | 12 class AuthorList implements \IteratorAggregate, \Countable, \ArrayAccess 38 * @see Countable
|
/plugin/findologicxmlexport/vendor/twig/twig/doc/tests/ |
H A D | empty.rst | 11 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 D | length.rst | 11 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 D | Collection.php | 36 use Countable; alias 39 class Collection implements ArrayAccess, Countable, IteratorAggregate
|
/plugin/combo/ComboStrap/ |
H A D | ArrayCaseInsensitive.php | 9 use Countable; alias 17 class ArrayCaseInsensitive implements ArrayAccess, \Iterator, Countable
|
/plugin/elasticsearch/vendor/ezimuel/ringphp/src/Future/ |
H A D | FutureArrayInterface.php | 10 \Countable,
|
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/ |
H A D | Test.php | 14 interface PHPUnit_Framework_Test extends Countable
|
/plugin/findologicxmlexport/vendor/twig/twig/lib/Twig/ |
H A D | NodeInterface.php | 21 interface Twig_NodeInterface extends \Countable, \IteratorAggregate
|
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Search/Filter/ |
H A D | AndFilter.php | 14 use Countable; 22 class AndFilter implements FilterContainerInterface, IteratorAggregate, Countable
|
H A D | OrFilter.php | 14 use Countable; 22 class OrFilter implements FilterContainerInterface, IteratorAggregate, Countable
|
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/Constraint/ |
H A D | IsEmpty.php | 26 if ($other instanceof Countable) {
|
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/tests/ |
H A D | GeneratorTest.php | 64 $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 D | TraversableString.php | 19 class TraversableString implements \IteratorAggregate, \Countable
|
/plugin/findologicxmlexport/vendor/twig/twig/src/ |
H A D | Markup.php | 19 class Markup implements \Countable
|
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Argument/Token/ |
H A D | ArrayCountToken.php | 72 return (is_array($argument) || $argument instanceof \Countable);
|
/plugin/elasticsearch/vendor/symfony/polyfill-php73/ |
H A D | bootstrap.php | 19 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 D | CookieJarInterface.php | 17 interface CookieJarInterface extends \Countable, \IteratorAggregate
|
/plugin/davcard/vendor/sabre/vobject/lib/ |
H A D | ElementList.php | 15 class ElementList implements \Iterator, \Countable, \ArrayAccess {
|
/plugin/webdavclient/vendor/sabre/vobject/lib/ |
H A D | ElementList.php | 15 class ElementList implements \Iterator, \Countable, \ArrayAccess {
|
/plugin/davcal/vendor/sabre/vobject/lib/ |
H A D | ElementList.php | 15 class ElementList implements \Iterator, \Countable, \ArrayAccess {
|
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/ |
H A D | ValueContainer.php | 21 class ValueContainer implements \ArrayAccess, \IteratorAggregate, \Countable
|
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Filter/ |
H A D | FilterCollection.php | 21 class FilterCollection implements FilterInterface, \IteratorAggregate, \Countable
|
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Entry/ |
H A D | Changes.php | 15 use Countable; 26 class Changes implements Countable, IteratorAggregate
|