Home
last modified time | relevance | path

Searched refs:expected (Results 1 – 25 of 514) sorted by path

12345678910>>...21

/plugin/aclplusregex/_test/
H A Dacl.test.php
/plugin/aichat/vendor/vanderlee/php-sentence/tests/
H A DMultibyteTest.php14 public function testSplit($expected, $pattern, $subject, $limit = -1, $flags = 0) argument
16 $this->assertSame($expected, Multibyte::split($pattern, $subject, $limit, $flags));
H A DSentenceTest.php248 * @param string[] $expected
253 public function testSplit(array $expected, string $text) argument
255 $this->assertSame($expected, $this->object->split($text));
256 $this->assertSame(count($expected), $this->object->count($text));
/plugin/airtable/
H A DLICENSE305 actually uses, or expects or is expected to use, the product. A product
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
H A Dpdfmake.js27332 this.expected = options.expected;
27412 expected: expected,
27438 if (actual != expected) fail(actual, expected, message, '==', assert.equal);
27445 if (actual == expected) {
27461 if (actual === expected) {
27563 if (actual !== expected) {
27572 if (actual === expected) {
27578 if (!actual || !expected) {
27597 message = expected;
27598 expected = null;
[all …]
H A Dpdfmake.min.js13expected,r),128)}function a(t,e,n,r,i){throw new v.AssertionError({message:n,actual:t,expected:e,o…
H A Dpdfmake.min.js.map1expected","fail","stackStartFunction","AssertionError","_deepEqual","multiline","ignoreCase","objE…
/plugin/api/_test/
H A Drest.test.php74 $expected = array(
81 $this->assertEquals($expected,$actualData,"Information about the API is given");
/plugin/authdrupal8/
H A Dpassword.inc29 // The expected (and maximum) number of characters in a hashed password.
181 $expected = 12 + ceil((8 * $len) / 6);
182 return (strlen($output) == $expected) ? substr($output, 0, DRUPAL_HASH_LENGTH) : FALSE;
/plugin/authgooglesheets/vendor/firebase/php-jwt/
H A DREADME.md165 // Public and private keys are expected to be Base64 encoded. The last
168 // need to be adjusted to match the input expected by libsodium.
/plugin/authgooglesheets/vendor/google/auth/src/
H A DAccessToken.php131 'unrecognized "alg" in certs, expected ES256 or RS256'
/plugin/authgooglesheets/vendor/guzzlehttp/promises/
H A DREADME.md203 it is expected to deliver a value to the promise or reject the promise. If the
293 expected to resolve the promise. `$cancelFn` is a function with no arguments
294 that is expected to cancel the computation of a promise. It is invoked when the
/plugin/authgooglesheets/vendor/psr/log/Psr/Log/Test/
H A DLoggerInterfaceTest.php47 $expected = array(
51 $this->assertEquals($expected, $this->getLogs());
82 $expected = array('info {Message {nothing} Bob Bar a}');
83 $this->assertEquals($expected, $this->getLogs());
99 $expected = array('warning DUMMY');
100 $this->assertEquals($expected, $this->getLogs());
122 $expected = array('warning Crazy context data');
123 $this->assertEquals($expected, $this->getLogs());
132 $expected = array(
136 $this->assertEquals($expected, $this->getLogs());
/plugin/authmantis/
H A DLICENSE.md304 in which the particular user actually uses, or expects or is expected
/plugin/autogroup/
H A DLICENSE305 actually uses, or expects or is expected to use, the product. A product
/plugin/barcode/
H A DCOPYING305 actually uses, or expects or is expected to use, the product. A product
/plugin/barcodes/vendor/jucksearm/php-barcode/
H A DLICENSE305 actually uses, or expects or is expected to use, the product. A product
/plugin/bbcodeextensions/
H A DLICENSE305 actually uses, or expects or is expected to use, the product. A product
/plugin/bible/bible_douayRheims/
H A D2_Machabees.txt531 …15:20. And now when all expected what judgment would be given, and the enemies were at hand, and t…
H A DJob.txt734 …30:26. I expected good things, and evils are come upon me: I waited for light, and darkness broke …
H A DPsalms.txt1065 …68:21. In thy sight are all they that afflict me; my heart hath expected reproach and misery. And …
/plugin/bpmnio/_test/
H A Dsyntax_plugin_bpmnio_bpmnio.test.php12 $expected = <<<OUT
29 $this->assertEquals($expected, $xhtml);
34 $expected = <<<OUT
51 $this->assertEquals($expected, $xhtml);
/plugin/bureaucracy-au/_test/
H A Dsyntax.test.php93 $expected = array(
117 $this->assertEquals($expected[$i], $actual);
/plugin/bureaucracyau/_test/
H A Dsyntax.test.php93 $expected = array(
117 $this->assertEquals($expected[$i], $actual);
/plugin/chat/
H A Dreadme.txt6 is working as expected.

12345678910>>...21