Home
last modified time | relevance | path

Searched refs:actual (Results 251 – 263 of 263) sorted by path

1...<<11

/plugin/translation/_test/
H A DBasicTest.php127 $actual = $response->getHeader('Location');
129 if (is_string($actual)) {
130 list(, $actual) = explode('doku.php?id=', $actual);
133 $this->assertEquals($expected, $actual, $msg);
/plugin/tuxquote/
H A Dquotes.txt480 …e real world. Economists, by and large, do not study the workings of the actual economic system. T…
1066 …eated underwent formal ratification, a complex legal procedure involving actual rats. <BR> -- Dave…
3115 Fishing is boring, unless you catch an actual fish, and then it is disgusting. <BR> -- Dave Barry
/plugin/upgrade/vendor/splitbrain/php-cli/src/
H A DTableFormatter.php303 $actual = '';
305 if ($this->strlen($actual . $word) <= $width) {
306 $actual .= $word . ' ';
308 if ($actual != '') {
309 $line .= rtrim($actual) . $break;
311 $actual = $word;
313 while ($this->strlen($actual) > $width) {
314 $line .= $this->substr($actual, 0, $width) . $break;
315 $actual = $this->substr($actual,
[all...]
/plugin/usecounter/
H A DLICENSE508 actual knowledge that, but for the patent license, your conveying the
/plugin/virtualkeyboard/vk/extensions/tests/
H A DjsUnitCore.js282 var actual = nonCommentArg(2, 3, arguments);
285 … "Expected " + expected + ", but got " + actual + " which was more than " + tolerance + " away",
286 Math.abs(expected - actual) < tolerance
/plugin/wavedrom/
H A DLICENSE508 actual knowledge that, but for the patent license, your conveying the
/plugin/webdav/vendor/sabre/vobject/lib/
H A DPHPUnitAssertions.php32 * @param resource|string|Component $actual
35 public function assertVObjectEqualsVObject($expected, $actual, $message = '') argument
56 $actual = $getObj($actual)->serialize();
62 $actual = preg_replace(
65 $actual
71 $actual,
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/
H A DTestCase.php17 * @param resource|string|Component $actual
20 function assertVObjEquals($expected, $actual, $message = '') { argument
40 $actual = $getObj($actual);
44 $actual->serialize(),
/plugin/xlsx2dw/packages/exceljs/
H A Dexceljs.js38971 var actual = buf.write(string, encoding);
38973 if (actual !== length) {
38977 buf = buf.slice(0, actual);
71394 createErrorType('ERR_INVALID_ARG_TYPE', function (name, expected, actual) {
71415 msg += ". Received type ".concat(_typeof(actual));
/plugin/xlsx2dw/packages/xlsx/
H A Dxlsx.mjs7702 /* TODO: find an actual specification */
8778 /* TODO: actual translation of the format code */
12095 the actual type is based on the URI of the graphicData
22669 /* TODO: replace with an actual parser based on a real grammar */
/plugin/yuriigantt/3rd/dhtmlxgantt/
H A Ddhtmlxgantt.js.map1actual codes\nexport default () => {};","function extend(gantt){\n\n\tgantt.destructor = function(…
/plugin/yuriigantt/
H A DLICENSE508 actual knowledge that, but for the patent license, your conveying the
/plugin/zotero/tests/
H A DZoteroRepositoryTest.php39 $actual = $this->r->getEntryByID($expected->getZoteroId());
40 $this->assertTrue($expected->equals($actual));
56 $actual = $this->r->getEntryByCiteKey($expected->getCiteKey());
57 $this->assertTrue($expected->equals($actual));

1...<<11