Home
last modified time | relevance | path

Searched refs:Traversable (Results 1 – 25 of 58) sorted by relevance

123

/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/Constraint/
DArraySubset.php20 * @var array|Traversable
30 * @param array|Traversable $subset
44 * @param array|Traversable $other Array or Traversable object to evaluate.
90 * @param array|Traversable $other
100 } elseif ($other instanceof Traversable) {
/plugin/findologicxmlexport/vendor/twig/twig/doc/filters/
Dreverse.rst40 It also works with objects implementing the `Traversable`_ interface.
47 .. _`Traversable`: https://secure.php.net/Traversable target
Dfirst.rst23 It also works with objects implementing the `Traversable`_ interface.
25 .. _`Traversable`: https://secure.php.net/manual/en/class.traversable.php target
Dlast.rst23 It also works with objects implementing the `Traversable`_ interface.
25 .. _`Traversable`: https://secure.php.net/manual/en/class.traversable.php target
/plugin/findologicxmlexport/vendor/twig/extensions/lib/Twig/Extensions/Extension/
DArray.php41 * @param array|Traversable $array An array
47 if ($array instanceof Traversable) {
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Framework/Constraint/
DArraySubsetTest.php15 * @param array|Traversable $subset
16 * @param array|Traversable $other
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/TextStructure/
DFindStructure.php22 use Traversable; alias
75 if (is_array($body) === true || $body instanceof Traversable) {
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Ml/
DFindFileStructure.php22 use Traversable; alias
75 if (is_array($body) === true || $body instanceof Traversable) {
DPostData.php23 use Traversable; alias
69 if (is_array($body) === true || $body instanceof Traversable) {
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Monitoring/
DBulk.php22 use Traversable; alias
71 if (is_array($body) === true || $body instanceof Traversable) {
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/
DBulk.php22 use Traversable; alias
82 if (is_array($body) === true || $body instanceof Traversable) {
DMsearchTemplate.php22 use Traversable; alias
77 if (is_array($body) === true || $body instanceof Traversable) {
DMsearch.php22 use Traversable; alias
79 if (is_array($body) === true || $body instanceof Traversable) {
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Entry/
H A DChanges.php17 use Traversable; alias
131 public function getIterator(): Traversable
H A DEntries.php17 use Traversable; alias
144 public function getIterator(): Traversable
H A DDn.php19 use Traversable; alias
88 public function getIterator(): Traversable
H A DOptions.php17 use Traversable; alias
172 public function getIterator(): Traversable
H A DAttribute.php17 use Traversable; alias
220 public function getIterator(): Traversable
/plugin/jplayer/vendor/mustache/mustache/src/Mustache/
DHelperCollection.php26 * @param array|Traversable $helpers (default: null)
34 if (!is_array($helpers) && !$helpers instanceof Traversable) {
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Control/
H A DControlBag.php17 use Traversable; alias
169 public function getIterator(): Traversable
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
DAssert.php121 is_object($haystack) && $haystack instanceof Traversable) {
186 is_object($haystack) && $haystack instanceof Traversable) {
253 is_object($haystack) && $haystack instanceof Traversable)) {
278 * @param array|Traversable $haystack
284 is_object($haystack) && $haystack instanceof Traversable)) {
332 is_object($haystack) && $haystack instanceof Traversable)) {
390 !$haystack instanceof Traversable &&
434 !$haystack instanceof Traversable &&
1639 * @param array|Countable|Traversable $expected
1640 * @param array|Countable|Traversable $actual
[all …]
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Search/Filter/
H A DFilterContainerTrait.php24 use Traversable; alias
134 public function getIterator(): Traversable
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/tests/_fixture/
DTraversableMockTestInterface.php2 interface TraversableMockTestInterface extends Traversable
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Asset/
DAssetCollectionInterface.php19 interface AssetCollectionInterface extends AssetInterface, \Traversable
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/filters/
Dreplace_invalid_arg.test8 Twig\Error\RuntimeError: The "replace" filter expects an array or "Traversable" as replace values, …

123