Home
last modified time | relevance | path

Searched refs:when (Results 801 – 825 of 1270) sorted by last modified time

1...<<31323334353637383940>>...51

/plugin/findologicxmlexport/vendor/hoa/event/Test/Unit/
H A DBucket.php56 ->when($result = new SUT('foo'))
86 ->when($result = $bucket->send($eventId, $source))
101 ->when($result = $bucket->setSource($sourceA))
109 ->when($result = $bucket->setSource($sourceB))
124 ->when($result = $bucket->setData($datumA))
132 ->when($result = $bucket->setData($datumB))
H A DEvent.php57 ->when($result = SUT::getEvent($eventId))
72 ->when($result = SUT::register($eventId, $source))
87 ->when($result = SUT::register($eventId, $source))
143 ->when($result = SUT::unregister($eventId))
170 ->when($result = SUT::unregister($eventId))
183 ->when($result = $event->attach($callable))
199 ->when($result = $event->detach($callable))
214 ->when($result = $event->detach($callable))
226 ->when($result = $event->isListened())
285 ->when($result = SUT::eventExists($eventId))
[all …]
H A DException.php55 ->when($result = new SUT('foo', 0))
H A DListenable.php54 ->when($result = new \Mock\Hoa\Event\Listenable())
H A DSource.php54 ->when($result = new \Mock\Hoa\Event\Source())
/plugin/findologicxmlexport/vendor/hoa/exception/Test/Unit/
H A DIdle.php55 ->when($result = new SUT('foo'))
65 ->when($result = $exception->getBacktrace())
85 ->when($result = $exception->getPreviousThrow())
95 ->when($result = $exception->getArguments())
105 ->when($result = $exception->getArguments())
118 ->when($result = $exception->getRawMessage())
142 ->when($result = $exception->getFrom())
152 ->when($result = $exception->raise())
168 ->when($result = $exception->raise(true))
188 ->when($result = SUT::uncaught($exception))
[all …]
/plugin/findologicxmlexport/vendor/hoa/iterator/Test/Unit/
H A DCallbackFilter.php64 ->when($result = iterator_to_array($filter))
102 ->when($result = iterator_to_array($filter))
126 ->when($result = iterator_to_array($filter))
144 ->when(
166 ->when($result = iterator_to_array($iterator, false))
189 ->when($result = iterator_to_array($iterator))
209 ->when(
H A DFileSystem.php64 ->when(function () use ($iterator, &$result) {
99 ->when(function () use ($iterator, $splFileInfo, &$result) {
H A DFilter.php80 ->when($result = iterator_to_array($filter))
98 ->when($result = iterator_to_array($filter))
111 ->when(
H A DInfinite.php60 ->when($result = iterator_to_array($limit, false))
H A DLookahead.php59 ->when($result = iterator_to_array($iterator))
72 ->when(
89 ->when(
106 ->when(
131 ->when(
148 ->when(
173 ->when(
H A DLookbehind.php59 ->when($result = iterator_to_array($iterator))
72 ->when(
89 ->when(
106 ->when(
131 ->when(
145 ->when(
167 ->when(
H A DRepeater.php63 ->when($result = iterator_to_array($repeater))
92 ->when($result = iterator_to_array($repeater))
/plugin/findologicxmlexport/vendor/hoa/math/
H A DCHANGELOG.md71 …* Add exceptions when `$lower` value is greater than `$upper`. (Rémi Parpaillon, 2014-12-18T10:16:…
H A DREADME.md68 expression. Therefore, we will use the classical workflow when manipulating a
/plugin/findologicxmlexport/vendor/hoa/math/Test/Unit/Combinatorics/Combination/
H A DGamma.php60 ->when($result = iterator_to_array($iterator))
74 ->when($result = iterator_to_array($iterator))
93 ->when($result = iterator_to_array($iterator))
/plugin/findologicxmlexport/vendor/hoa/math/Test/Unit/
H A DContext.php56 ->when($result = $context->getVariables())
88 ->when($result = $context->getVariable($name))
98 ->when($result = $context->getConstants())
162 ->when($result = $context->getConstant($name))
172 ->when($result = $context->getFunctions())
241 ->when($result = $context->getFunction($name))
257 ->when($result = $context->getFunction($name))
/plugin/findologicxmlexport/vendor/hoa/protocol/Test/Unit/Node/
H A DNode.php56 ->when($result = new SUT())
66 ->when($result = new SUT())
78 ->when($result = new SUT($name))
146 ->when($result = $root->offsetGet('foo'))
207 ->when($result = $node->reach())
220 ->when($result = $node->reach('baz'))
243 ->when($result = $node->setReach('baz'))
258 ->when($result = $node->getName())
286 ->when($result = SUT::getRoot())
296 ->when($result = $node->__toString())
[all …]
/plugin/findologicxmlexport/vendor/hoa/stream/
H A DCHANGELOG.md18 * Stream: Reset buffer size when re-opening. (Ivan Enderlin, 2017-02-10T09:54:31+01:00)
/plugin/findologicxmlexport/vendor/hoa/ustring/Test/Unit/
H A DIssue.php55 ->when($result = LUT::toCode(chr(160)))
/plugin/findologicxmlexport/vendor/hoa/visitor/Test/Unit/
H A DElement.php54 ->when($result = new \Mock\Hoa\Visitor\Element())
H A DVisit.php54 ->when($result = new \Mock\Hoa\Visitor\Visit())
/plugin/findologicxmlexport/vendor/jms/serializer/
H A DCHANGELOG.md150 - Consider @var annotation for type inference when deserializing [\#893](https://github.com/schmit…
490 - Allow @var instead of @Type when deserializing [\#233](https://github.com/schmittjoh/serializer/i…
492 - Warning when deserializing removed entity [\#216](https://github.com/schmittjoh/serializer/issues…
501 - Recursion detected error when serialization groups are in use [\#96](https://github.com/schmittjo…
504 - JSON recursion when first object in root list is empty [\#61](https://github.com/schmittjoh/seria…
587 - Deserialization of collection when wraped by aditional xml tags [\#719](https://github.com/schmit…
591 - Doctrine cache dependency when using setCacheDir [\#676](https://github.com/schmittjoh/serializer…
799 - Ignoring a tag when deserializing [\#352](https://github.com/schmittjoh/serializer/issues/352)
863 - \[Metadata\] PHP warning only when unittesting [\#255](https://github.com/schmittjoh/serializer/i…
968 - Issues when requesting JSON or XML using Doctrine MongoDB ODM [\#85](https://github.com/schmittjo…
[all …]
/plugin/findologicxmlexport/vendor/jms/serializer/doc/
H A Dhandlers.rst28 Be aware that when you call `configureHandlers` default handlers (like `DateHandler`)
H A Dusage.rst28 example, when accepting data via an API.

1...<<31323334353637383940>>...51