Home
last modified time | relevance | path

Searched refs:actual (Results 201 – 225 of 263) sorted by last modified time

1234567891011

/plugin/findologicxmlexport/vendor/sebastian/comparator/tests/
H A DDOMNodeComparatorTest.php114 public function testAcceptsSucceeds($expected, $actual) argument
117 $this->comparator->accepts($expected, $actual)
125 public function testAcceptsFails($expected, $actual) argument
128 $this->comparator->accepts($expected, $actual)
136 public function testAssertEqualsSucceeds($expected, $actual) argument
141 $this->comparator->assertEquals($expected, $actual);
154 public function testAssertEqualsFails($expected, $actual) argument
160 $this->comparator->assertEquals($expected, $actual);
H A DDateTimeComparatorTest.php158 public function testAcceptsFails($expected, $actual) argument
161 $this->comparator->accepts($expected, $actual)
169 public function testAssertEqualsSucceeds($expected, $actual, $delta = 0.0) argument
174 $this->comparator->assertEquals($expected, $actual, $delta);
187 public function testAssertEqualsFails($expected, $actual, $delta = 0.0) argument
193 $this->comparator->assertEquals($expected, $actual, $delta);
H A DExceptionComparatorTest.php89 public function testAcceptsSucceeds($expected, $actual) argument
92 $this->comparator->accepts($expected, $actual)
100 public function testAcceptsFails($expected, $actual) argument
103 $this->comparator->accepts($expected, $actual)
111 public function testAssertEqualsSucceeds($expected, $actual) argument
116 $this->comparator->assertEquals($expected, $actual);
129 public function testAssertEqualsFails($expected, $actual, $message) argument
134 $this->comparator->assertEquals($expected, $actual);
/plugin/findologicxmlexport/vendor/symfony/yaml/Tests/
H A DInlineTest.php40 $actual = Inline::parse($yaml, $flags);
42 $this->assertSame(serialize($value), serialize($actual));
50 $actual = Inline::parse($yaml, Yaml::PARSE_CONSTANT);
52 $this->assertSame($value, $actual);
/plugin/findologicxmlexport/vendor/twig/extensions/test/Twig/Tests/
H A DgrammarTest.php49 $actual = $template->render(array());
50 $this->assertEquals($output, $actual);
/plugin/findologicxmlexport/vendor/twig/twig/
H A DCHANGELOG82 * fixed possible array to string conversion concealing actual error
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Dadvanced.rst465 Now, let's see the actual code of this class::
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Comparator/
H A DClosureComparator.php24 public function accepts($expected, $actual) argument
27 && is_object($actual) && $actual instanceof \Closure;
30 …public function assertEquals($expected, $actual, $delta = 0.0, $canonicalize = false, $ignoreCase … argument
34 $actual,
H A DProphecyComparator.php19 public function accepts($expected, $actual) argument
21 return is_object($expected) && is_object($actual) && $actual instanceof ProphecyInterface;
24 …public function assertEquals($expected, $actual, $delta = 0.0, $canonicalize = false, $ignoreCase … argument
26 …parent::assertEquals($expected, $actual->reveal(), $delta, $canonicalize, $ignoreCase, $processed);
/plugin/orgapp/
H A DCOPYING508 actual knowledge that, but for the patent license, your conveying the
/plugin/gplusone/
H A DCOPYING508 actual knowledge that, but for the patent license, your conveying the
/plugin/barcode/
H A DCOPYING508 actual knowledge that, but for the patent license, your conveying the
/plugin/pgpinlinesupport/
H A DLICENSE508 actual knowledge that, but for the patent license, your conveying the
/plugin/sha3sum/
H A DLICENSE508 actual knowledge that, but for the patent license, your conveying the
/plugin/timetrack/
H A DLICENSE508 actual knowledge that, but for the patent license, your conveying the
/plugin/inlineedit/
H A DLICENSE508 actual knowledge that, but for the patent license, your conveying the
/plugin/ckgdoku/action/entities/
H A DENTITIES.HOWTO34 There is one empty line between each definition. Here is an actual example.
/plugin/ckgdoku/ckeditor/lang/
H A Den.js.beautified169 insertOption: "Replace actual contents",
H A Den.js.unc5 …mplates","emptyListMsg":"(No templates defined)","insertOption":"Replace actual contents","options…
H A Dlang_array.txt173 "insertOption": "Replace actual contents",
/plugin/autogroup/
H A DLICENSE508 actual knowledge that, but for the patent license, your conveying the
/plugin/wavedrom/
H A DLICENSE508 actual knowledge that, but for the patent license, your conveying the
/plugin/mdpage/vendor/cebe/markdown/tests/markdown-data/
H A Dspecs.md326 It's important to note that the actual numbers you use to mark the
844 …ess with angle brackets. What this means is that if you want to show the actual text of a URL or e…
/plugin/fckg/action/entities/
H A DENTITIES.HOWTO34 There is one empty line between each definition. Here is an actual example.
/plugin/authsplit/
H A DREADME14 method calls among TWO other auth plugins that will do the actual work:
125 - modifyUser(): where authsplit routes a change depends on the actual change

1234567891011