| /plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/Constraint/ |
| D | ArraySubset.php | 20 * @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/ |
| D | reverse.rst | 40 It also works with objects implementing the `Traversable`_ interface. 47 .. _`Traversable`: https://secure.php.net/Traversable target
|
| D | first.rst | 23 It also works with objects implementing the `Traversable`_ interface. 25 .. _`Traversable`: https://secure.php.net/manual/en/class.traversable.php target
|
| D | last.rst | 23 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/ |
| D | Array.php | 41 * @param array|Traversable $array An array 47 if ($array instanceof Traversable) {
|
| /plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Framework/Constraint/ |
| D | ArraySubsetTest.php | 15 * @param array|Traversable $subset 16 * @param array|Traversable $other
|
| /plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/TextStructure/ |
| D | FindStructure.php | 22 use Traversable; alias 75 if (is_array($body) === true || $body instanceof Traversable) {
|
| /plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Ml/ |
| D | FindFileStructure.php | 22 use Traversable; alias 75 if (is_array($body) === true || $body instanceof Traversable) {
|
| D | PostData.php | 23 use Traversable; alias 69 if (is_array($body) === true || $body instanceof Traversable) {
|
| /plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Monitoring/ |
| D | Bulk.php | 22 use Traversable; alias 71 if (is_array($body) === true || $body instanceof Traversable) {
|
| /plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/ |
| D | Bulk.php | 22 use Traversable; alias 82 if (is_array($body) === true || $body instanceof Traversable) {
|
| D | MsearchTemplate.php | 22 use Traversable; alias 77 if (is_array($body) === true || $body instanceof Traversable) {
|
| D | Msearch.php | 22 use Traversable; alias 79 if (is_array($body) === true || $body instanceof Traversable) {
|
| /plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Entry/ |
| H A D | Changes.php | 17 use Traversable; alias 131 public function getIterator(): Traversable
|
| H A D | Entries.php | 17 use Traversable; alias 144 public function getIterator(): Traversable
|
| H A D | Dn.php | 19 use Traversable; alias 88 public function getIterator(): Traversable
|
| H A D | Options.php | 17 use Traversable; alias 172 public function getIterator(): Traversable
|
| H A D | Attribute.php | 17 use Traversable; alias 220 public function getIterator(): Traversable
|
| /plugin/jplayer/vendor/mustache/mustache/src/Mustache/ |
| D | HelperCollection.php | 26 * @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 D | ControlBag.php | 17 use Traversable; alias 169 public function getIterator(): Traversable
|
| /plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/ |
| D | Assert.php | 121 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 D | FilterContainerTrait.php | 24 use Traversable; alias 134 public function getIterator(): Traversable
|
| /plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/tests/_fixture/ |
| D | TraversableMockTestInterface.php | 2 interface TraversableMockTestInterface extends Traversable
|
| /plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Asset/ |
| D | AssetCollectionInterface.php | 19 interface AssetCollectionInterface extends AssetInterface, \Traversable
|
| /plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/filters/ |
| D | replace_invalid_arg.test | 8 Twig\Error\RuntimeError: The "replace" filter expects an array or "Traversable" as replace values, …
|