/plugin/findologicxmlexport/vendor/hoa/iterator/Test/Unit/ |
D | Buffer.php | 66 ->let($buffer = $this->invoke($result)->getBuffer()) 107 ->array(iterator_to_array($this->invoke($iterator)->getBuffer())) 132 ->array(iterator_to_array($this->invoke($iterator)->getBuffer())) 169 ->array(iterator_to_array($this->invoke($iterator)->getBuffer())) 227 ->array(iterator_to_array($this->invoke($result)->getBuffer())) 243 ->array(iterator_to_array($this->invoke($result)->getBuffer())) 263 ->array(iterator_to_array($this->invoke($result)->getBuffer())) 287 ->array(iterator_to_array($this->invoke($result)->getBuffer())) 311 ->array(iterator_to_array($this->invoke($result)->getBuffer())) 335 ->array(iterator_to_array($this->invoke($result)->getBuffer())) [all …]
|
/plugin/findologicxmlexport/vendor/hoa/stream/Test/Unit/ |
D | Composite.php | 59 ->when($result = $this->invoke($composite)->setStream($stream)) 71 $this->invoke($composite)->setStream($stream) 86 ->when($result = $this->invoke($composite)->setInnerStream($innerStream)) 98 $this->invoke($composite)->setInnerStream($innerStream)
|
D | Bucket.php | 85 ->let($bucket = $this->invoke($result)->getBucket()) 123 ->let($_bucket = $this->invoke($bucket)->getBucket()) 147 ->isEqualTo($this->invoke($bucket)->getBucket()->data); 162 ->isEqualTo($this->invoke($bucket)->getBucket()->datalen);
|
D | Stream.php | 84 ->boolean($this->invoke($result)->hasBeenDeferred()) 86 ->let($listener = $this->invoke($result)->getListener()) 127 ->boolean($this->invoke($result)->hasBeenDeferred()) 129 ->object($this->invoke($result)->getListener()) 139 ->boolean($this->invoke($result)->hasBeenDeferred()) 158 ->boolean($this->invoke($result)->hasBeenDeferred()) 235 ->object($this->invoke($stream)->getListener()) 458 ->when($result = $this->invoke($stream)->hasBeenDeferred()) 468 ->when($result = $this->invoke($stream)->hasBeenDeferred())
|
/plugin/asciidocjs/node_modules/core-js/modules/ |
D | _partial.js | 3 var invoke = require('./_invoke'); variable 19 if (!holder && !aLen) return invoke(fn, pargs, that); 23 return invoke(fn, args, that);
|
D | _bind.js | 4 var invoke = require('./_invoke'); variable 21 return this instanceof bound ? construct(fn, args.length, args) : invoke(fn, args, that);
|
D | _task.js | 2 var invoke = require('./_invoke'); variable 35 invoke(typeof fn == 'function' ? fn : Function(fn), args);
|
/plugin/asciidocjs/node_modules/core-js/library/modules/ |
D | _partial.js | 3 var invoke = require('./_invoke'); variable 19 if (!holder && !aLen) return invoke(fn, pargs, that); 23 return invoke(fn, args, that);
|
D | _bind.js | 4 var invoke = require('./_invoke'); variable 21 return this instanceof bound ? construct(fn, args.length, args) : invoke(fn, args, that);
|
D | _task.js | 2 var invoke = require('./_invoke'); variable 35 invoke(typeof fn == 'function' ? fn : Function(fn), args);
|
/plugin/asciidocjs/node_modules/lodash/ |
D | invoke.js | 22 var invoke = baseRest(baseInvoke); variable 24 module.exports = invoke;
|
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Stub/ |
D | ConsecutiveCalls.php | 28 public function invoke(PHPUnit_Framework_MockObject_Invocation $invocation) function in PHPUnit_Framework_MockObject_Stub_ConsecutiveCalls 33 $this->value = $this->value->invoke($invocation);
|
D | ReturnSelf.php | 18 public function invoke(PHPUnit_Framework_MockObject_Invocation $invocation) function in PHPUnit_Framework_MockObject_Stub_ReturnSelf
|
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/tests/tests/ |
D | CodeCoverageTest.php | 377 $this->getLinesToBeIgnored()->invoke( 388 $this->getLinesToBeIgnored()->invoke( 411 $this->getLinesToBeIgnored()->invoke( 454 $this->getLinesToBeIgnored()->invoke( 482 $this->getLinesToBeIgnored()->invoke(
|
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/tests/MockObject/Generator/ |
D | abstract_class.phpt | 55 $result = $this->__phpunit_getInvocationMocker()->invoke( 77 $result = $this->__phpunit_getInvocationMocker()->invoke( 99 $result = $this->__phpunit_getInvocationMocker()->invoke(
|
D | class.phpt | 55 $result = $this->__phpunit_getInvocationMocker()->invoke( 77 $result = $this->__phpunit_getInvocationMocker()->invoke(
|
D | namespaced_class.phpt | 57 $result = $this->__phpunit_getInvocationMocker()->invoke( 79 $result = $this->__phpunit_getInvocationMocker()->invoke(
|
D | proxy.phpt | 51 $this->__phpunit_getInvocationMocker()->invoke( 73 $this->__phpunit_getInvocationMocker()->invoke(
|
D | invocation_object_clone_object.phpt | 56 $result = $this->__phpunit_getInvocationMocker()->invoke( 78 $result = $this->__phpunit_getInvocationMocker()->invoke(
|
/plugin/asciidocjs/node_modules/jake/lib/ |
D | publish_task.js | 201 pack.invoke(); 256 clobber.invoke(); 283 jake.Task['publish:definePackage'].invoke();
|
/plugin/asciidocjs/node_modules/jake/test/integration/ |
D | jakefile.js | 89 t.invoke.apply(t, arguments); 288 t.invoke(); 319 jake.Task['selfdeppar'].invoke();
|
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/ |
D | Stub.php | 29 public function invoke(PHPUnit_Framework_MockObject_Invocation $invocation); function
|
D | Invokable.php | 29 public function invoke(PHPUnit_Framework_MockObject_Invocation $invocation); function
|
/plugin/asciidocjs/node_modules/@asciidoctor/cli/bin/ |
D | asciidoctor | 9 new Invoker(options).invoke()
|
/plugin/asciidocjs/node_modules/asciidoctor/bin/ |
D | asciidoctor | 9 new Invoker(options).invoke()
|