Home
last modified time | relevance | path

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

1...<<21

/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/Recur/EventIterator/
H A DIssue48Test.php39 $expected = array(
45 $this->assertEquals($expected, $result);
H A DOverrideFirstEventTest.php32 $expected = <<<ICS
71 $expected,
95 $expected = <<<ICS
116 $expected,
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/Recur/
H A DRDateIteratorTest.php15 $expected = array(
22 $expected,
43 $expected = array(
49 $expected,
H A DRRuleIteratorTest.php684 function parse($rule, $start, $expected, $fastForward = null, $tz = 'UTC') { argument
699 if ($parser->isInfinite() && count($result) >= count($expected)) {
707 $expected,
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/Splitter/
H A DICalendarTest.php129 $expected = <<<EOT
140 $expected = str_replace("\n", "\r\n", $expected);
141 $this->assertEquals($expected, $object->serialize());
263 $expected = <<<EOT
273 $expected = str_replace("\n", "\r\n", $expected);
275 $this->assertEquals($expected, $object->serialize());
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/
H A DTestCase.php16 * @param resource|string|Component $expected
20 function assertVObjEquals($expected, $actual, $message = '') { argument
39 $expected = $getObj($expected);
43 $expected->serialize(),
H A DVCard21Test.php40 $expected = <<<VCF
49 $this->assertEquals($expected, $output);
H A DVCardConverterTest.php515 $expected = <<<VCF
527 $this->assertEquals($expected, str_replace("\r","", $vcard));
/plugin/wrap/_test/
H A Dwrap_syntax.test.php
/plugin/xlsx2dw/packages/exceljs/
H A Dexceljs.js71345 function oneOf(expected, thing) {
71346 if (Array.isArray(expected)) {
71347 var len = expected.length;
71348 expected = expected.map(function (i) {
71353 …return "one of ".concat(thing, " ").concat(expected.slice(0, len - 1).join(', '), ", or ") + expec…
71355 return "one of ".concat(thing, " ").concat(expected[0], " or ").concat(expected[1]);
71357 return "of ".concat(thing, " ").concat(expected[0]);
71360 return "of ".concat(thing, " ").concat(String(expected));
71394 createErrorType('ERR_INVALID_ARG_TYPE', function (name, expected, actual) {
71398 if (typeof expected === 'string' && startsWith(expected, 'not ')) {
[all …]
/plugin/xlsx2dw/packages/xlsx/
H A Dxlsx.mjs1797 if(cnt !== 0) throw new Error("DIFAT chain shorter than expected");
3856 throw new Error("Bad input format: expected Buffer or string");
25730 …nsole.error("Codepage tables are not loaded. Non-ASCII characters may not give expected results");
/plugin/yuriigantt/3rd/dhtmlxgantt/
H A Ddhtmlxgantt.js.map1expected\");\n\t\treturn this.$data.tasksStore._isSplitItem(task);\n\t};\n\n\tgantt._is_icon_open_…
/plugin/yuriigantt/
H A DLICENSE305 actually uses, or expects or is expected to use, the product. A product
/plugin/zotero/tests/
H A DZoteroRepositoryTest.php37 foreach ($this->existingEntries as $expected)
39 $actual = $this->r->getEntryByID($expected->getZoteroId());
40 $this->assertTrue($expected->equals($actual));
54 foreach ($this->existingEntries as $expected)
56 $actual = $this->r->getEntryByCiteKey($expected->getCiteKey());
57 $this->assertTrue($expected->equals($actual));

1...<<21