Home
last modified time | relevance | path

Searched refs:export (Results 151 – 175 of 243) sorted by path

12345678910

/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Util/
H A DExportUtil.php40 public static function export($value, $indentation = 0) function in Prophecy\\Util\\ExportUtil
H A DStringUtil.php59 …return $exportObject ? ExportUtil::export($value) : sprintf('%s:%s', get_class($value), spl_object…
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/css/
H A Dbootstrap.min.css5 …fore{content:"\e168"}.glyphicon-import:before{content:"\e169"}.glyphicon-export:before{content:"\e…
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Stub/
H A DConsecutiveCalls.php45 $exporter->export($this->value)
H A DException.php45 $exporter->export($this->exception)
H A DReturn.php38 $exporter->export($this->value)
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DConstraint.php147 return $this->exporter->export($other) . ' ' . $this->toString();
H A DTestCase.php2378 $exporter->export($before),
2379 $exporter->export($after)
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/Constraint/
H A DArrayHasKey.php63 return 'has the key ' . $this->exporter->export($this->key);
H A DArraySubset.php71 return 'has the subset ' . $this->exporter->export($this->subset);
H A DExceptionCode.php54 $this->exporter->export($other->getCode()),
55 $this->exporter->export($this->expectedCode)
H A DGreaterThan.php51 return 'is greater than ' . $this->exporter->export($this->value);
H A DIsEqual.php172 $this->exporter->export($this->value),
H A DIsIdentical.php127 $this->exporter->export($this->value);
H A DLessThan.php51 return 'is less than ' . $this->exporter->export($this->value);
H A DTraversableContains.php101 return 'contains ' . $this->exporter->export($this->value);
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Regression/GitHub/
H A D581.phpt2 GH-581: PHPUnit_Util_Type::export adds extra newlines in Windows
/plugin/findologicxmlexport/vendor/sebastian/comparator/src/
H A DArrayComparator.php59 $this->exporter->export($key),
74 $this->exporter->export($key),
79 $this->exporter->export($key),
85 $this->exporter->export($key),
93 $this->exporter->export($key),
106 $this->exporter->export($key),
H A DNumericComparator.php62 $this->exporter->export($actual),
63 $this->exporter->export($expected)
H A DObjectComparator.php48 $this->exporter->export($expected),
49 $this->exporter->export($actual),
53 $this->exporter->export($actual),
H A DResourceComparator.php47 $this->exporter->export($expected),
48 $this->exporter->export($actual)
H A DScalarComparator.php68 $this->exporter->export($expected),
69 $this->exporter->export($actual),
84 $this->exporter->export($actual),
85 $this->exporter->export($expected)
H A DSplObjectStorageComparator.php48 $this->exporter->export($expected),
49 $this->exporter->export($actual),
61 $this->exporter->export($expected),
62 $this->exporter->export($actual),
/plugin/findologicxmlexport/vendor/sebastian/exporter/
H A DREADME.md30 print $exporter->export(new Exception);
44 print $exporter->export(46);
47 print $exporter->export(4.0);
50 print $exporter->export('hello, world!');
53 print $exporter->export(false);
56 print $exporter->export(acos(8));
59 print $exporter->export(log(0));
62 print $exporter->export(null);
65 print $exporter->export(fopen('php://stderr', 'w'));
106 print $exporter->export($array);
[all …]
/plugin/findologicxmlexport/vendor/sebastian/exporter/src/
H A DExporter.php45 public function export($value, $indentation = 0) function in SebastianBergmann\\Exporter\\Exporter
105 $string = $this->export($value);
135 return $this->export($value);

12345678910