Home
last modified time | relevance | path

Searched refs:Traversable (Results 26 – 50 of 50) sorted by relevance

12

/plugin/commonmark/vendor/league/commonmark/src/Input/
H A DMarkdownInput.php
/plugin/findologicxmlexport/vendor/twig/twig/src/Extension/
H A DCoreExtension.php663 if ($item instanceof \Traversable) {
837 if ($array instanceof \Traversable) {
878 if ($item instanceof \Traversable) {
916 if ($array instanceof \Traversable) {
936 } elseif ($compare instanceof \Traversable) {
1455 if ($seq instanceof \Traversable || \is_array($seq)) {
1467 if ($seq instanceof \Traversable) {
1521 return $value instanceof \Traversable || \is_array($value);
/plugin/findologicxmlexport/vendor/twig/twig/src/Util/
H A DDeprecationCollector.php59 public function collect(\Traversable $iterator)
/plugin/findologicxmlexport/vendor/hoa/iterator/
H A DRepeater.php87 public function __construct(\Traversable $iterator, $n, $body = null)
H A DREADME.md77 ### Traversable to iterator
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/Constraint/
H A DCount.php49 } elseif ($other instanceof Traversable) {
/plugin/jplayer/vendor/symfony/process/
H A DProcessUtils.php109 if ($input instanceof \Traversable) {
/plugin/jplayer/vendor/mustache/mustache/src/Mustache/
H A DTemplate.php118 return $value instanceof Traversable;
H A DEngine.php362 * @param array|Traversable $helpers
366 if (!is_array($helpers) && !$helpers instanceof Traversable) {
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/Assert/
H A DFunctions.php542 * @param array|Traversable $haystack
1131 * @param array|Countable|Traversable $expected
1132 * @param array|Countable|Traversable $actual
1223 * @param array|Countable|Traversable $expected
1224 * @param array|Countable|Traversable $actual
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Argument/Token/
H A DArrayEntryToken.php49 if ($argument instanceof \Traversable) {
/plugin/combo/vendor/salesforce/handlebars-php/src/Handlebars/
H A DHelpers.php25 use Traversable; alias
71 if (!is_array($helpers) && !$helpers instanceof Traversable) {
301 if (is_array($tmp) || $tmp instanceof Traversable) {
H A DTemplate.php264 if (is_array($sectionVar) || $sectionVar instanceof \Traversable) {
/plugin/findologicxmlexport/vendor/twig/twig/doc/filters/
H A Dmerge.rst46 Traversable objects by transforming those to arrays.
/plugin/findologicxmlexport/vendor/webmozart/assert/src/
H A DAssert.php21 use Traversable; alias
333 if (!is_array($value) && !($value instanceof Traversable)) {
363 if (!is_array($value) && !($value instanceof Traversable)) {
/plugin/findologicxmlexport/vendor/webmozart/assert/
H A DREADME.md106 …able($value, $message = '')` (deprecated) | Check that a value is an array or a `\Traversable`
107 …e($value, $message = '')` | Check that a value is an array or a `\Traversable`
209 of an array or a `\Traversable`:
/plugin/findologicxmlexport/vendor/twig/twig/doc/tags/
H A Dfor.rst19 ``Traversable`` interface.
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/tests/
H A DMockObjectTest.php481 $this->assertInstanceOf(Traversable::class, $mock);
/plugin/findologicxmlexport/vendor/twig/twig/
H A DCHANGELOG10 * allowed Traversable objects to be used in the "with" tag
11 * allowed Traversable objects to be used in the "with" argument of the "include" and "embed" tags
304 * added Traversable support for replace, merge, and sort
645 * added Traversable objects support for the join filter
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Drelease-notes.asciidoc214 a `Traversable` body for some endpoints (for example, Bulk, Msearch,
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Drecipes.rst33 method instead. ``collect()`` takes a ``Traversable`` which must return
H A Dtemplates.rst733 or objects implementing the ``Traversable`` interface.
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/
H A DCHANGELOG.md121 this allows passing a `Traversable` body for some endpoints
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
H A DCHANGELOG.md683 * Bug fix: ChunkedIterator can now properly chunk a \Traversable as well as an \Iterator.
684 * Bug fix: FilterIterator now relies on `\Iterator` instead of `\Traversable`.
741 * `Guzzle\Service\ClientInterface::execute()` now accepts an array, single command, or Traversable
/plugin/codemirror/dist/modes/
H A Dclike.min.js.map1 …able Stream StringBuilder \" +\n \"StringContext Symbol Throwable Traversable TraversableOnce…

12