Home
last modified time | relevance | path

Searched refs:invoke (Results 1 – 25 of 199) sorted by relevance

12345678

/plugin/findologicxmlexport/vendor/hoa/iterator/Test/Unit/
DBuffer.php66 ->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/
DComposite.php59 ->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)
DBucket.php85 ->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);
DStream.php84 ->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.js3 var invoke = require('./_invoke'); variable
19 if (!holder && !aLen) return invoke(fn, pargs, that);
23 return invoke(fn, args, that);
D_bind.js4 var invoke = require('./_invoke'); variable
21 return this instanceof bound ? construct(fn, args.length, args) : invoke(fn, args, that);
D_task.js2 var invoke = require('./_invoke'); variable
35 invoke(typeof fn == 'function' ? fn : Function(fn), args);
/plugin/asciidocjs/node_modules/core-js/library/modules/
D_partial.js3 var invoke = require('./_invoke'); variable
19 if (!holder && !aLen) return invoke(fn, pargs, that);
23 return invoke(fn, args, that);
D_bind.js4 var invoke = require('./_invoke'); variable
21 return this instanceof bound ? construct(fn, args.length, args) : invoke(fn, args, that);
D_task.js2 var invoke = require('./_invoke'); variable
35 invoke(typeof fn == 'function' ? fn : Function(fn), args);
/plugin/asciidocjs/node_modules/lodash/
Dinvoke.js22 var invoke = baseRest(baseInvoke); variable
24 module.exports = invoke;
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Stub/
DConsecutiveCalls.php28 public function invoke(PHPUnit_Framework_MockObject_Invocation $invocation) function in PHPUnit_Framework_MockObject_Stub_ConsecutiveCalls
33 $this->value = $this->value->invoke($invocation);
DReturnSelf.php18 public function invoke(PHPUnit_Framework_MockObject_Invocation $invocation) function in PHPUnit_Framework_MockObject_Stub_ReturnSelf
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/tests/tests/
DCodeCoverageTest.php377 $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/
Dabstract_class.phpt55 $result = $this->__phpunit_getInvocationMocker()->invoke(
77 $result = $this->__phpunit_getInvocationMocker()->invoke(
99 $result = $this->__phpunit_getInvocationMocker()->invoke(
Dclass.phpt55 $result = $this->__phpunit_getInvocationMocker()->invoke(
77 $result = $this->__phpunit_getInvocationMocker()->invoke(
Dnamespaced_class.phpt57 $result = $this->__phpunit_getInvocationMocker()->invoke(
79 $result = $this->__phpunit_getInvocationMocker()->invoke(
Dproxy.phpt51 $this->__phpunit_getInvocationMocker()->invoke(
73 $this->__phpunit_getInvocationMocker()->invoke(
Dinvocation_object_clone_object.phpt56 $result = $this->__phpunit_getInvocationMocker()->invoke(
78 $result = $this->__phpunit_getInvocationMocker()->invoke(
/plugin/asciidocjs/node_modules/jake/lib/
Dpublish_task.js201 pack.invoke();
256 clobber.invoke();
283 jake.Task['publish:definePackage'].invoke();
/plugin/asciidocjs/node_modules/jake/test/integration/
Djakefile.js89 t.invoke.apply(t, arguments);
288 t.invoke();
319 jake.Task['selfdeppar'].invoke();
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/
DStub.php29 public function invoke(PHPUnit_Framework_MockObject_Invocation $invocation); function
DInvokable.php29 public function invoke(PHPUnit_Framework_MockObject_Invocation $invocation); function
/plugin/asciidocjs/node_modules/@asciidoctor/cli/bin/
Dasciidoctor9 new Invoker(options).invoke()
/plugin/asciidocjs/node_modules/asciidoctor/bin/
Dasciidoctor9 new Invoker(options).invoke()

12345678