Home
last modified time | relevance | path

Searched refs:LUT (Results 1 – 25 of 69) sorted by last modified time

123

/plugin/findologicxmlexport/vendor/hoa/stream/Test/Unit/Filter/
H A DException.php39 use Hoa\Stream as LUT; alias
59 ->isInstanceOf(LUT\Exception::class);
H A DBasic.php39 use Hoa\Stream as LUT; alias
85 ->isInstanceOf(LUT\IStream\Stream::class);
/plugin/findologicxmlexport/vendor/hoa/stream/Test/Unit/IStream/
H A DOut.php39 use Hoa\Stream as LUT; alias
60 ->isInstanceOf(LUT\IStream\Stream::class);
H A DPathable.php39 use Hoa\Stream as LUT; alias
60 ->isInstanceOf(LUT\IStream\Stream::class);
H A DPointable.php39 use Hoa\Stream as LUT; alias
60 ->isInstanceOf(LUT\IStream\Stream::class);
H A DStructural.php39 use Hoa\Stream as LUT; alias
60 ->isInstanceOf(LUT\IStream\Stream::class);
H A DBufferable.php39 use Hoa\Stream as LUT; alias
60 ->isInstanceOf(LUT\IStream\Stream::class);
H A DIn.php39 use Hoa\Stream as LUT; alias
60 ->isInstanceOf(LUT\IStream\Stream::class);
H A DStatable.php39 use Hoa\Stream as LUT; alias
60 ->isInstanceOf(LUT\IStream\Stream::class);
/plugin/findologicxmlexport/vendor/hoa/event/Test/Unit/
H A DListener.php39 use Hoa\Event as LUT; alias
87 ->array($listener->fire($listenerId, new LUT\Bucket()))
122 ->array($listener->fire($listenerId, new LUT\Bucket()))
203 $bucket = new LUT\Bucket(),
206 function (LUT\Bucket $receivedBucket) use ($self, $bucket, $source, &$called) {
236 $listener->fire('foo', new LUT\Bucket());
H A DListens.php39 use Hoa\Event as LUT; alias
58 $listener = new LUT\Listener($listenable, ['foo'])
71 $listener = new LUT\Listener($listenable, ['foo']),
85 $listener = new LUT\Listener($listenable, ['foo']),
109 $listener = new LUT\Listener($listenable, ['foo']),
119 class _Listenable implements LUT\Listenable
123 public function _setListener(LUT\Listener $listener)
135 $this->getListener()->fire('foo', new LUT\Bucket('bar'));
/plugin/findologicxmlexport/vendor/hoa/iterator/Test/Unit/
H A DAppend.php39 use Hoa\Iterator as LUT; alias
56 $counter1 = new LUT\Counter(0, 12, 3),
57 $counter2 = new LUT\Counter(13, 23, 2),
58 $append = new LUT\Append(),
82 $counter1 = new LUT\Counter(0, 12, 3),
83 $append = new LUT\Append(),
100 ->given($append = new LUT\Append())
H A DMultiple.php39 use Hoa\Iterator as LUT; alias
56 $foo = new LUT\Map(['f', 'o', 'o']),
57 $bar = new LUT\Map(['b', 'a', 'r']),
58 $multiple = new LUT\Multiple(
59 LUT\Multiple::MIT_NEED_ANY
60 | LUT\Multiple::MIT_KEYS_ASSOC
80 $baz = new LUT\Map(['b', 'a', 'z']),
81 $multiple = new LUT\Multiple(
82 LUT\Multiple::MIT_NEED_ANY
83 | LUT\Multiple::MIT_KEYS_ASSOC
[all …]
H A DBuffer.php39 use Hoa\Iterator as LUT; alias
181 ->when($result = new SUT(new LUT\Map(['a', 'b', 'c']), 2))
223 ->when($result = new SUT(new LUT\Map(['a', 'b', 'c']), 3))
410 ->when($result = new SUT(new LUT\Map(['a', 'b', 'c']), 1))
439 ->when($result = new SUT(new LUT\Map(['a', 'b']), 3))
478 return new LUT\Map(['a', 'b', 'c', 'd', 'e']);
H A DCallbackGenerator.php39 use Hoa\Iterator as LUT; alias
56 $iterator = new LUT\CallbackGenerator(function ($key) {
59 $limit = new LUT\Limit($iterator, 0, 5)
/plugin/findologicxmlexport/vendor/hoa/math/Test/Unit/Visitor/
H A DArithmetic.php41 use Hoa\Math as LUT; alias
66 new LUT\Sampler\Random()
/plugin/findologicxmlexport/vendor/hoa/stream/Test/Integration/Filter/
H A DLateComputed.php39 use Hoa\Stream as LUT; alias
78 class CustomFilter extends LUT\Filter\LateComputed
/plugin/findologicxmlexport/vendor/hoa/stream/Test/Integration/
H A DStream.php40 use Hoa\Stream as LUT; alias
/plugin/findologicxmlexport/vendor/hoa/stream/Test/Unit/
H A DStream.php40 use Hoa\Stream as LUT; alias
59 ->isInstanceOf(LUT\IStream\Stream::class)
121 LUT\Context::getInstance($contextName)
303 $context = LUT\Context::getInstance($contextName),
372 ->isInstanceOf(LUT\Exception::class);
769 class SUT extends LUT\Stream
771 protected function &_open($streamName, LUT\Context $context = null)
/plugin/findologicxmlexport/vendor/hoa/stream/Test/Unit/Wrapper/
H A DWrapper.php39 use Hoa\Stream as LUT; alias
73 ->isInstanceOf(LUT\Exception::class)
83 ->isInstanceOf(LUT\Exception::class)
/plugin/findologicxmlexport/vendor/hoa/ustring/Test/Unit/
H A DSearch.php40 use Hoa\Ustring as LUT; alias
60 ->when($result = LUT\Search::approximated($y, $x, $k))
H A DUstring.php40 use Hoa\Ustring as LUT; alias
70 new LUT();
78 ->given($string = new LUT('je'))
90 ->given($string = new LUT('أ'))
114 ->given($string = new LUT('ك'))
178 $string = new LUT('b')
186 ->given($string = new LUT('b'))
793 ->when($result = LUT::getCharWidth(LUT::fromCode($code)))
804 ->when($result = LUT::isCharPrintable(LUT::fromCode(0x7f)))
809 ->when($result = LUT::isCharPrintable(LUT::fromCode(0xa0)))
[all …]
/plugin/findologicxmlexport/vendor/hoa/compiler/Test/Unit/Exception/
H A DFinalStateHasNotBeenReached.php39 use Hoa\Compiler as LUT; alias
59 ->isInstanceOf(LUT\Exception::class);
/plugin/findologicxmlexport/vendor/hoa/compiler/Test/Unit/Llk/Rule/
H A DChoice.php39 use Hoa\Compiler as LUT; alias
59 ->isInstanceOf(LUT\Llk\Rule::class);
H A DRepetition.php39 use Hoa\Compiler as LUT; alias
59 ->isInstanceOf(LUT\Llk\Rule::class);
121 ->isInstanceOf(LUT\Exception\Rule::class)

123