Home
last modified time | relevance | path

Searched refs:invoked (Results 1 – 25 of 106) sorted by relevance

12345

/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Matcher/
DInvokedCount.php57 public function invoked(PHPUnit_Framework_MockObject_Invocation $invocation) function in PHPUnit_Framework_MockObject_Matcher_InvokedCount
59 parent::invoked($invocation);
DStatelessInvocation.php38 public function invoked(PHPUnit_Framework_MockObject_Invocation $invocation) function in PHPUnit_Framework_MockObject_Matcher_StatelessInvocation
DInvocation.php34 public function invoked(PHPUnit_Framework_MockObject_Invocation $invocation); function
DInvokedRecorder.php54 public function invoked(PHPUnit_Framework_MockObject_Invocation $invocation) function in PHPUnit_Framework_MockObject_Matcher_InvokedRecorder
DInvokedAtIndex.php66 public function invoked(PHPUnit_Framework_MockObject_Invocation $invocation) function in PHPUnit_Framework_MockObject_Matcher_InvokedAtIndex
/plugin/asciidocjs/node_modules/filelist/
DREADME.md18 methods are invoked on the FileList, these items are resolved to
57 be invoked on that result.
72 files. This method is invoked automatically when one of the array
/plugin/asciidocjs/node_modules/get-caller-file/
DREADME.md6 … to figure out from which file it was invoked. It does so by inspecting v8's stack trace at the ti…
/plugin/sequencediagram/bower_components/lodash/doc/
DREADME.md543 is invoked for each element of `array` and `values` to generate the criterion
545 determined by the first array. The iteratee is invoked with one argument:<br>
557 3. `[iteratee=_.identity]` *(Function)*: The iteratee invoked per element.
581 which is invoked to compare elements of `array` to `values`. The order and
583 is invoked with two arguments: *(arrVal, othVal)*.
594 3. `[comparator]` *(Function)*: The comparator invoked per element.
687 invoked with three arguments: *(value, index, array)*.
694 2. `[predicate=_.identity]` *(Function)*: The function invoked per iteration.
733 invoked with three arguments: *(value, index, array)*.
740 2. `[predicate=_.identity]` *(Function)*: The function invoked per iteration.
[all …]
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Generator/
Dmocked_static_method.tpl.dist4 …ockObject_BadMethodCallException('Static method "{method_name}" cannot be invoked on mock object');
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/
DMatcher.php97 public function invoked(PHPUnit_Framework_MockObject_Invocation $invocation) function in PHPUnit_Framework_MockObject_Matcher
130 $this->invocationMatcher->invoked($invocation);
DInvocationMocker.php128 $value = $match->invoked($invocation);
/plugin/authgooglesheets/vendor/guzzlehttp/promises/
DREADME.md102 has been fulfilled. The next promise in the chain will be invoked with the
128 When a promise is rejected, the `$onRejected` callbacks are invoked with the
146 `$onRejected` callbacks are invoked with the thrown exception as the reason.
181 invoked using the value returned from the `$onRejected` callback.
202 to synchronously force a promise to complete. When a wait function is invoked
205 function provided to a promise constructor is invoked when the `wait` function
282 cancel function that when invoked cancels the action of computing a resolution
292 `$cancelFn`. `$waitFn` is a function that is invoked with no arguments and is
294 that is expected to cancel the computation of a promise. It is invoked when the
362 // Fulfilled callbacks are immediately invoked.
[all …]
DCHANGELOG.md98 callbacks are not iterated until after callbacks are invoked.
/plugin/matrixnotifierwas/vendor/guzzlehttp/promises/
DREADME.md114 has been fulfilled. The next promise in the chain will be invoked with the
140 When a promise is rejected, the `$onRejected` callbacks are invoked with the
158 `$onRejected` callbacks are invoked with the thrown exception as the reason.
193 invoked using the value returned from the `$onRejected` callback.
215 to synchronously force a promise to complete. When a wait function is invoked
218 function provided to a promise constructor is invoked when the `wait` function
294 cancel function that when invoked cancels the action of computing a resolution
303 `$cancelFn`. `$waitFn` is a function that is invoked with no arguments and is
305 that is expected to cancel the computation of a promise. It is invoked when the
373 // Fulfilled callbacks are immediately invoked.
[all …]
DCHANGELOG.md147 callbacks are not iterated until after callbacks are invoked.
/plugin/jwhelloworld/
DREADME.md4 Note that unlike other Dokuwiki plugin, *no php code is required*. The Javascript is invoked via th…
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/tests/MockObject/Generator/
Dreturn_type_declarations_static_method.phpt45 …ramework_MockObject_BadMethodCallException('Static method "bar" cannot be invoked on mock object');
/plugin/grensladawritezor/fckeditor/_samples/cfm/
Dsample01.cfm39 This sample displays a normal HTML form with a FCKeditor with full features enabled; invoked by a C…
Dsample02_mx.cfm56 This sample displays a normal HTML form with a FCKeditor with full features enabled; invoked by a C…
/plugin/asciidocjs/node_modules/minimist/
DREADME.md95 * `opts.unknown` - a function which is invoked with a command line parameter not
/plugin/asciidocjs/node_modules/promise/
DReadme.md126 These methods are invoked by calling `Promise.methodName`.
188 These methods are invoked on a promise instance by calling `myPromise.methodName`
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Serializer/
DBaseSerializationTest.php1502 $invoked = false;
1507 function ($visitor, $data) use (&$invoked) {
1508 $invoked = true;
1515 $this->assertTrue($invoked);
/plugin/amcharts/assets/amcharts/plugins/dataloader/
Dreadme.md99 load | | Callback function to execute when file is successfully loaded (might be invoked multiple t…
354 …oad` and `error` properties that can be set with function handlers to be invoked on load completio…
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/
DCHANGELOG.md146 calls to `trigger_error` when deprecated methods are invoked.
/plugin/elasticsearch/vendor/react/promise/
DREADME.md192 * `$onFulfilled` will be invoked once the promise is fulfilled and passed
194 * `$onRejected` will be invoked once the promise is rejected and passed the
196 * `$onProgress` (deprecated) will be invoked whenever the producer of the promise

12345