Home
last modified time | relevance | path

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

1234567891011

/plugin/dw2pdf/vendor/myclabs/deep-copy/
H A DREADME.md270 You can use the `DoctrineProxyFilter` to load the actual entity behind the Doctrine proxy class.
/plugin/dwtimeline/
H A Dprint.css5 /* The actual timeline (the vertical ruler) */
52 /* The actual content */
H A Dstyle.less25 /* The actual timeline (the vertical ruler) */
33 /* The actual timeline (the vertical ruler) */
166 /* The actual content */
218 /* The actual timeline (the horizontal ruler) */
/plugin/edittable/lib/
H A Dhandsontable.less871 /* Initial left/top coordinates - overwritten when actual position is set */
/plugin/elasticsearch/_test/
H A Dacl.test.php153 $actual = $helper->splitRules($raw);
155 $this->assertEquals($expected, $actual);
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
H A DIndicesNamespace.asciidoc990 $params['rewrite'] = (boolean) Provide a more detailed explanation showing the actual Lucene query that will be executed.
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dconnection-factory.asciidoc6 client hands actual networking work over to RingPHP, the Connection's main job
H A Dfutures.asciidoc46 This returns a _future_, rather than the actual response. A future represents a
H A Dhttp-handler.asciidoc7 actual execution details are hidden from the client and modular, so that you can
/plugin/elasticsearch/vendor/react/promise/
H A DREADME.md83 a placeholder for its actual result.
/plugin/facebooklike/
H A DLICENSE508 actual knowledge that, but for the patent license, your conveying the
/plugin/fckg/action/entities/
H A DENTITIES.HOWTO34 There is one empty line between each definition. Here is an actual example.
/plugin/findologicxmlexport/vendor/doctrine/annotations/docs/en/
H A Dannotations.rst74 In the third block, we create the actual AnnotationReader instance. Note that we also add "dummy" t…
/plugin/findologicxmlexport/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/
H A DAnnotationException.php114 * @param mixed $actual
118 …c static function attributeTypeError($attributeName, $annotationName, $context, $expected, $actual) argument
126 is_object($actual) ? 'an instance of ' . get_class($actual) : gettype($actual)
/plugin/findologicxmlexport/vendor/goetas-webservices/xsd2php-runtime/tests/
H A DXmlSchemaDateHandlerSerializationTest.php73 $actual = $ret ? $ret->nodeValue : $this->visitor->getCurrentNode()->nodeValue;
74 $this->assertEquals($expected, $actual);
99 $actual = $ret ? $ret->nodeValue : $this->visitor->getCurrentNode()->nodeValue;
100 $this->assertEquals($expected, $actual);
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Metadata/Driver/
H A DBaseDriverTest.php538 private function assetMetadataEquals(PropertyMetadata $expected, PropertyMetadata $actual) argument
541 $actualVars = get_object_vars($actual);
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Serializer/EventDispatcher/
H A DEventDispatcherTest.php222 private $actual = []; variable in JMS\\Serializer\\Tests\\Serializer\\EventDispatcher\\MockListener
233 $this->actual[] = [$method, $args];
243 Assert::assertSame($this->expected, $this->actual, $message);
/plugin/findologicxmlexport/vendor/myclabs/deep-copy/
H A DREADME.md275 You can use the `DoctrineProxyFilter` to load the actual entity behind the Doctrine proxy class.
/plugin/findologicxmlexport/vendor/phpspec/prophecy/
H A DREADME.md117 Dummy is your friend if you don't care about the actual behavior of this double and just need
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Argument/Token/
H A DObjectStateToken.php61 $actual = call_user_func(array($argument, $this->name));
64 $this->value, $actual
68 $comparator->assertEquals($this->value, $actual);
/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/findologicxmlexport/vendor/phpunit/phpunit/src/Extensions/
H A DPhptTestCase.php101 $actual = preg_replace('/\r\n/', "\n", trim($output));
113 PHPUnit_Framework_Assert::$assertion($expected, $actual);
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DAssert.php468 * @param mixed $actual
517 * @param mixed $actual
567 * @param mixed $actual
596 * @param mixed $actual
626 * @param mixed $actual
655 * @param mixed $actual
661 $actual,
688 * @param mixed $actual
717 * @param mixed $actual
747 * @param string $actual
[all …]
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/Assert/
H A DFunctions.php571 * @param mixed $actual
604 * @param mixed $actual
656 * @param string $actual
688 * @param string $actual
719 * @param mixed $actual
734 * @param mixed $actual
749 * @param mixed $actual
764 * @param mixed $actual
883 * @param mixed $actual
898 * @param mixed $actual
[all …]

1234567891011