Home
last modified time | relevance | path

Searched refs:invocation (Results 26 – 36 of 36) sorted by path

12

/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Stub/
H A DReturnSelf.php18 public function invoke(PHPUnit_Framework_MockObject_Invocation $invocation) argument
20 if (!$invocation instanceof PHPUnit_Framework_MockObject_Invocation_Object) {
27 return $invocation->object;
H A DReturnValueMap.php25 public function invoke(PHPUnit_Framework_MockObject_Invocation $invocation) argument
27 $parameterCount = count($invocation->parameters);
35 if ($invocation->parameters === $map) {
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/tests/MockObject/Invocation/
H A DObjectTest.php20 $invocation = new PHPUnit_Framework_MockObject_Invocation_Object(
28 $this->assertSame('FooClass', $invocation->className);
33 $invocation = new PHPUnit_Framework_MockObject_Invocation_Object(
41 $this->assertSame('FooMethod', $invocation->methodName);
48 $invocation = new PHPUnit_Framework_MockObject_Invocation_Object(
56 $this->assertSame($expectedObject, $invocation->object);
65 $invocation = new PHPUnit_Framework_MockObject_Invocation_Object(
73 $this->assertSame($expectedParameters, $invocation->parameters);
90 $this->assertEquals($parameters, $invocation->parameters);
91 $this->assertNotSame($parameters, $invocation->parameters);
[all …]
H A DStaticTest.php19 $invocation = new PHPUnit_Framework_MockObject_Invocation_Static(
26 $this->assertSame('FooClass', $invocation->className);
31 $invocation = new PHPUnit_Framework_MockObject_Invocation_Static(
38 $this->assertSame('FooMethod', $invocation->methodName);
47 $invocation = new PHPUnit_Framework_MockObject_Invocation_Static(
54 $this->assertSame($expectedParameters, $invocation->parameters);
62 $invocation = new PHPUnit_Framework_MockObject_Invocation_Static(
70 $this->assertEquals($parameters, $invocation->parameters);
71 $this->assertNotSame($parameters, $invocation->parameters);
78 $invocation = new PHPUnit_Framework_MockObject_Invocation_Static(
[all …]
/plugin/pdfjs/pdfjs/build/
H A Dpdf.js.map1invocation!');\n } return it;\n};\n","var ctx = require('./_ctx');\nvar call = require('./_iter-c…
H A Dpdf.worker.js.map1invocation.\n state = context.done\n ? GenStateCompleted\n : GenSta…
/plugin/pdfjs/pdfjs/web/
H A Dviewer.js.map1invocation.\n state = context.done\n ? GenStateCompleted\n : GenSta…
/plugin/rssticker/
H A Dplugin.info.txt6 desc Based of Advanced RSS Ticker (Ajax invocation) by www.dynamicdrive.com
/plugin/sequencediagram/bower_components/lodash/doc/
H A DREADME.md3166 invocation is supplied the return value of the previous. If `accumulator`
3830 invocation.
3838 If `wait` is `0` and `leading` is `false`, `func` invocation is deferred
3875 // Cancel the trailing debounced invocation.
3924 2. `wait` *(number)*: The number of milliseconds to delay invocation.
4063 to the function return the value of the first invocation. The `func` is
4346 result of the last `func` invocation.
4354 If `wait` is `0` and `leading` is `false`, `func` invocation is deferred
4383 // Cancel the trailing throttled invocation.
10289 invocation is supplied the return value of the previous.
[all …]
/plugin/wysiwyg/fckeditor/
H A Dfckeditor.cfc44 * limitation with the cfc invocation.
/plugin/yuriigantt/3rd/dhtmlxgantt/
H A Ddhtmlxgantt.js.map1 … // So if we're currently running a task, we'll need to delay this invocation.\n if (cu…

12