| /plugin/findologicxmlexport/vendor/hoa/ustring/Test/Unit/ |
| D | Ustring.php | 79 ->when($result = $string->append(' t\'aime')) 91 ->when($result = $string->append('حبك')) 103 ->when($result = $string->prepend('je')) 115 ->when($result = $string->prepend('أحب')) 127 ->when($result = $string->pad(20, ' ❤️ ', LUT::BEGINNING)) 139 ->when($result = $string->pad(20, ' ❤️ ', LUT::BEGINNING)) 151 ->when($result = $string->pad(20, ' ❤️ ', LUT::END)) 163 ->when($result = $string->pad(20, ' ❤️ ', LUT::END)) 187 ->when($result = $string->compare('a')) 192 ->when($result = $string->compare('b')) [all …]
|
| /plugin/findologicxmlexport/vendor/hoa/compiler/Test/Unit/Llk/ |
| D | TreeNode.php | 56 ->when($node = new SUT('foo')) 66 ->when($node = new SUT($id)) 87 ->when($node = new SUT($id, $value)) 109 ->when($node = new SUT($id, $value, $children)) 132 ->when($node = new SUT($id, $value, $children, $parent)) 150 ->when($result = $node->setId('bar')) 163 ->when($result = $node->getId()) 173 ->when($result = $node->setValue(['baz'])) 186 ->when($result = $node->getValue()) 196 ->when($result = $node->getValueToken()) [all …]
|
| D | Lexer.php | 65 ->when($result = $lexer->lexMe($datum, $tokens)) 85 ->when($result = $lexer->lexMe($datum, $tokens)) 146 ->when($result = $lexer->lexMe($datum, $tokens)) 180 ->when($result = $lexer->lexMe($datum, $tokens)) 239 ->when($result = $lexer->lexMe($datum, $tokens)) 296 ->when($result = $lexer->lexMe($datum, $tokens)) 322 ->when($result = $lexer->lexMe($datum, $tokens)) 349 ->when($result = $lexer->lexMe($datum, $tokens)) 409 ->when($result = $lexer->lexMe($datum, $tokens)) 434 ->when($result = $lexer->lexMe($datum, $tokens)) [all …]
|
| /plugin/findologicxmlexport/vendor/hoa/exception/Test/Unit/ |
| D | Group.php | 55 ->when($result = new SUT('foo')) 73 ->when($result = new SUT($message, $code, $arguments, $previous), $line = __LINE__) 91 ->when($result = $group->raise()) 108 ->when($result = $group->raise()) 130 ->when($result = $group->raise()) 151 ->when( 171 ->when( 194 ->when( 216 ->when( 247 ->when( [all …]
|
| D | Idle.php | 55 ->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()) 131 ->when($result = $exception->getFormattedMessage()) 142 ->when($result = $exception->getFrom()) 152 ->when($result = $exception->raise()) 168 ->when($result = $exception->raise(true)) [all …]
|
| /plugin/findologicxmlexport/vendor/hoa/math/Test/Unit/Sampler/ |
| D | Random.php | 56 ->when($x = $sampler->getInteger()) 65 ->when($x = $sampler->getInteger(-5, 5)) 70 ->when($y = $sampler->getInteger(42, 42)) 83 ->when($x = $sampler->getInteger()) 96 ->when($x = $sampler->getInteger(0, 2, $exclude)) 103 ->when($y = $sampler->getInteger(0, 2, $exclude)) 110 ->when($z = $sampler->getInteger(0, 2, $exclude)) 130 ->when(function () use ($max, &$sum, &$sampler) { 145 ->when($x = $sampler->getFloat()) 154 ->when($x = $sampler->getFloat(-5.5, 5.5)) [all …]
|
| /plugin/findologicxmlexport/vendor/hoa/stream/Test/Unit/ |
| D | Stream.php | 56 ->when($result = new SUT(__FILE__)) 80 ->when($result = new SUT($name)) 123 ->when($result = new SUT($name, $contextName)) 137 ->when($result = new SUT($name, null, true)) 154 ->when($result = $stream->open()) 177 ->when($result = $stream->close()) 205 ->when($result = $stream->close()) 227 ->when($result = $stream->open()) 265 ->when($result = $stream->close()) 278 ->when($result = $stream->getStreamName()) [all …]
|
| D | Context.php | 65 ->when($result = SUT::getInstance('foo')) 74 ->when($result = SUT::getInstance('foo')) 83 ->when($result = SUT::getInstance('foo')) 96 ->when($result = $context->getId()) 109 ->when($result = SUT::contextExists($id)) 118 ->when($result = SUT::contextExists('foo')) 131 ->when($result = $context->setOptions($options)) 145 ->when($result = $context->getOptions()) 161 ->when($result = $context->setParameters($parameters)) 178 ->when($result = $context->getParameters()) [all …]
|
| /plugin/findologicxmlexport/vendor/hoa/protocol/Test/Unit/Node/ |
| D | Node.php | 56 ->when($result = new SUT()) 66 ->when($result = new SUT()) 78 ->when($result = new SUT($name)) 93 ->when($result = new SUT($name, '', $children)) 110 ->when($result = $root->offsetSet($name, $node)) 146 ->when($result = $root->offsetGet('foo')) 170 ->when($result = $root->offsetExists('foo')) 180 ->when($result = $root->offsetExists('foo')) 194 ->when($result = $root->offsetUnset('foo')) 207 ->when($result = $node->reach()) [all …]
|
| /plugin/findologicxmlexport/vendor/hoa/consistency/Test/Unit/ |
| D | Autoloader.php | 61 ->when( 84 ->when( 106 ->when($result = $autoloader->addNamespace($prefix, $baseDirectory)) 122 ->when($result = $autoloader->addNamespace($prefix, $baseDirectory)) 138 ->when($result = $autoloader->addNamespace($prefix, $baseDirectory)) 156 ->when($result = $autoloader->load('Foo\Bar\Baz\Qux')) 166 ->when($result = $autoloader->load('Foo')) 190 ->when($result = $autoloader->load('Foo\Bar\Baz')) 212 ->when($result = $autoloader->load('Foo\Bar\Baz')) 233 ->when($result = $autoloader->requireFile($filename)) [all …]
|
| D | Consistency.php | 60 ->when($result = SUT::entityExists('foo')) 89 ->when($result = SUT::entityExists('foo')) 98 ->when($result = SUT::getEntityShortestName('Foo\Bar\Bar')) 107 ->when($result = SUT::getEntityShortestName('Foo\Bar')) 116 ->when($result = SUT::getEntityShortestName('Foo')) 215 ->when(function () use ($keywords) { 228 ->when(function () use ($_identifier) { 255 ->when($result = SUT::registerShutdownFunction($callable)) 265 ->when($result = SUT::getPHPBinary()) 278 ->when($result = SUT::getPHPBinary()) [all …]
|
| D | Xcallable.php | 55 ->when($result = new SUT('strtoupper')) 73 ->when($result = new SUT(__CLASS__ . '::strtoupper')) 91 ->when($result = new SUT(__CLASS__, 'strtoupper')) 109 ->when($result = new SUT($this, 'strtolower')) 131 ->when($result = new SUT($this)) 158 ->when($result = new SUT($closure)) 176 ->when($result = new SUT([__CLASS__, 'strtoupper'])) 194 ->when($result = new SUT([$this, 'strtolower'])) 251 ->when($result = $callable(7, [4.2], 'foo')) 267 ->when($result = $callable->distributeArguments([7, [4.2], 'foo'])) [all …]
|
| /plugin/findologicxmlexport/vendor/hoa/compiler/Test/Unit/Llk/Rule/ |
| D | Rule.php | 59 ->when($result = new SUT($name, $children)) 79 ->when($result = new SUT($name, $children, $nodeId)) 99 ->when($result = $rule->setName('baz')) 114 ->when($result = $rule->getName()) 128 ->when($result = $this->invoke($rule)->setChildren(['baz'])) 143 ->when($result = $rule->getChildren()) 158 ->when($result = $rule->setNodeId('baz:qux')) 173 ->when($result = $rule->getNodeId()) 188 ->when($result = $rule->getNodeId()) 203 ->when($result = $rule->getNodeOptions()) [all …]
|
| D | Token.php | 56 ->when($result = new SUT('name', 'tokenName', 'nodeId', 0)) 71 ->when($result = new SUT($name, $tokenName, $nodeId, $unification)) 95 ->when($result = new SUT($name, $tokenName, $nodeId, $unification, $kept)) 119 ->when($result = $token->getTokenName()) 136 ->when($result = $token->setNamespace($namespace)) 154 ->when($result = $token->getNamespace()) 171 ->when($result = $token->setRepresentation($representation)) 189 ->when($result = $token->getRepresentation()) 207 ->when($result = $token->getAST()) 233 ->when($result = $token->setValue($value)) [all …]
|
| /plugin/findologicxmlexport/vendor/hoa/stream/Test/Unit/Wrapper/ |
| D | Wrapper.php | 57 ->when($result = SUT::register('foo', 'StdClass')) 97 ->when($result = SUT::unregister('foo')) 110 ->when($result = SUT::unregister('foo')) 119 ->when($result = SUT::restore('php')) 128 ->when($result = SUT::restore('foo')) 137 ->when($result = SUT::isRegistered('php')) 146 ->when($result = SUT::isRegistered('foo')) 155 ->when($result = SUT::getRegistered()) 173 ->when( 181 ->when(
|
| /plugin/findologicxmlexport/vendor/hoa/protocol/Test/Unit/ |
| D | Wrapper.php | 57 ->when($result = $wrapper->stream_cast(STREAM_CAST_FOR_SELECT)) 67 ->when($result = $wrapper->stream_cast(STREAM_CAST_AS_STREAM)) 80 ->when($result = $wrapper->stream_close()) 98 ->when($result = $wrapper->stream_eof()) 111 ->when($result = $wrapper->stream_eof()) 124 ->when($result = $wrapper->stream_flush()) 147 ->when($result = $wrapper->stream_lock($operation)) 191 ->when($result = $wrapper->stream_metadata($path, STREAM_META_TOUCH, $arguments)) 232 ->when($result = $wrapper->stream_metadata('foo', $owner, $user)) 266 ->when($result = $wrapper->stream_metadata('foo', $grp, $group)) [all …]
|
| /plugin/findologicxmlexport/vendor/hoa/compiler/Test/Integration/Llk/ |
| D | Documentation.php | 69 ->when($result = $compiler->parse('"foo"', null, false)) 74 ->when($result = $compiler->parse('\'foo"', null, false)) 79 ->when($result = $compiler->parse('"foo\'', null, false)) 84 ->when($result = $compiler->parse('\'foo\'', null, false)) 106 ->when($result = $compiler->parse('"foo"', null, false)) 111 ->when($result = $compiler->parse('\'foo\'', null, false)) 142 ->when($result = $compiler->parse('aa', null, false)) 147 ->when($result = $compiler->parse('abba', null, false)) 152 ->when($result = $compiler->parse('abccba', null, false)) 157 ->when($result = $compiler->parse('abcddcba', null, false))
|
| /plugin/findologicxmlexport/vendor/hoa/event/Test/Unit/ |
| D | Event.php | 57 ->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)) 158 ->when($result = SUT::unregister($eventId, true)) 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()) [all …]
|
| /plugin/findologicxmlexport/vendor/hoa/stream/Test/Unit/Filter/ |
| D | Filter.php | 71 ->when($result = SUT::register('foo', \StdClass::class)) 100 ->when($result = SUT::register($name, \Mock\StdClass::class, SUT::OVERWRITE)) 139 ->when($result = SUT::append($stream, $name)) 152 ->when($result = SUT::prepend($stream, $name)) 166 ->when($result = SUT::remove($filter)) 180 ->when($result = SUT::remove($name)) 202 ->when($result = SUT::isRegistered('string.toupper')) 211 ->when($result = SUT::isRegistered('foo')) 220 ->when($result = SUT::getRegistered())
|
| D | Basic.php | 73 ->when($result = new SUT()) 82 ->when($result = new SUT()) 92 ->when($result = $filter->setName('foo')) 106 ->when($result = $filter->getName()) 116 ->when($result = $filter->setParameters(['foo', 'bar', 'baz'])) 130 ->when($result = $filter->getParameters()) 140 ->when($result = $filter->getStream())
|
| /plugin/findologicxmlexport/vendor/twig/twig/ |
| D | CHANGELOG | 3 * fixed CheckToStringNode implementation (broken when a function/filter is variadic) 26 * fixed batch filter clobbers array keys when fill parameter is used 28 * fixed "embed" support when used from "template_from_string" 81 * added an exception when using "===" instead of "same as" 84 * fixed length filter when passing an instance of IteratorAggregate 92 * added circular reference detection when loading templates 97 * fixed deprecation when using Twig_Profiler_Dumper_Html 113 * added support for PHPUnit 6 when testing extensions 131 * fixed a race condition handling when writing cache files 132 * "length" filter now returns string length when applied to an object that does [all …]
|
| /plugin/findologicxmlexport/vendor/hoa/iterator/Test/Unit/ |
| D | Directory.php | 63 ->when(function () use ($iterator, &$result) { 92 ->when($result = $iterator->current()) 97 ->when( 105 ->when( 113 ->when( 142 ->when(function () use ($iterator, &$result) { 180 ->when(function () use ($iterator, $splFileInfo, &$result) { 224 ->when(function () use ($iterator, $splFileInfo, &$result) {
|
| D | SplFileInfo.php | 56 ->when($result = new LUT\SplFileInfo($pathname)) 68 ->when($result = new LUT\SplFileInfo($pathname)) 84 ->when($result = new LUT\SplFileInfo($pathname . '?type=file', $relativePath)) 122 ->when($result = new LUT\SplFileInfo($pathname)) 136 ->when($result = new LUT\SplFileInfo($pathname)) 146 ->when($result = new LUT\SplFileInfo($pathname)) 156 ->when($result = new LUT\SplFileInfo($pathname)) 166 ->when($result = new LUT\SplFileInfo($pathname))
|
| /plugin/findologicxmlexport/vendor/hoa/stream/Test/Unit/IStream/ |
| D | Touchable.php | 56 ->when($result = new \Mock\Hoa\Stream\IStream\Touchable()) 66 ->when($result = SUT::OVERWRITE) 71 ->when($result = SUT::DO_NOT_OVERWRITE) 76 ->when($result = SUT::MAKE_DIRECTORY) 81 ->when($result = SUT::DO_NOT_MAKE_DIRECTORY)
|
| D | Lockable.php | 56 ->when($result = new \Mock\Hoa\Stream\IStream\Lockable()) 66 ->when($result = SUT::LOCK_SHARED) 71 ->when($result = SUT::LOCK_EXCLUSIVE) 76 ->when($result = SUT::LOCK_RELEASE) 81 ->when($result = SUT::LOCK_NO_BLOCK)
|