Home
last modified time | relevance | path

Searched refs:CallbackGenerator (Results 1 – 6 of 6) sorted by relevance

/plugin/findologicxmlexport/vendor/hoa/iterator/Test/Unit/
H A DCallbackGenerator.php50 class CallbackGenerator extends Test\Unit\Suite class
56 $iterator = new LUT\CallbackGenerator(function ($key) {
/plugin/commonmark/vendor/league/commonmark/src/Extension/Mention/
H A DMentionParser.php16 use League\CommonMark\Extension\Mention\Generator\CallbackGenerator;
85 return new self($name, $prefix, $mentionRegex, new CallbackGenerator($callback));
14 use League\CommonMark\Extension\Mention\Generator\CallbackGenerator; global() alias
/plugin/findologicxmlexport/vendor/hoa/iterator/
H A DCallbackGenerator.php47 class CallbackGenerator implements Iterator class
H A DCHANGELOG.md73 * Add the `CallbackGenerator` iterator. (Ivan Enderlin, 2014-09-29T09:34:07+02:00)
H A DREADME.md421 `Hoa\Iterator\CallbackGenerator` allows to transform any callable into an
426 $generator = new Hoa\Iterator\CallbackGenerator(function ($key) {
/plugin/commonmark/vendor/league/commonmark/src/Extension/Mention/Generator/
H A DCallbackGenerator.php20 final class CallbackGenerator implements MentionGeneratorInterface
52 throw new LogicException('CallbackGenerator callable must set the URL on the passed mention and return the mention, return a new AbstractInline based object or null if the mention is not a match');
17 final class CallbackGenerator implements MentionGeneratorInterface global() class