Home
last modified time | relevance | path

Searched refs:exporter (Results 26 – 47 of 47) sorted by path

12

/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/Constraint/
H A DIsIdentical.php127 $this->exporter->export($this->value);
H A DIsInstanceOf.php60 $this->exporter->shortenedExport($other),
H A DIsJson.php61 $this->exporter->shortenedExport($other),
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/src/Framework/
H A DTestCase.php1993 $exporter = new Exporter;
1996 $buffer .= sprintf(' (%s)', $exporter->shortenedRecursiveExport($this->data));
2375 $exporter = new Exporter;
2378 $exporter->export($before),
2379 $exporter->export($after)
/plugin/findologicxmlexport/vendor/sebastian/comparator/src/
H A DArrayComparator.php59 $this->exporter->export($key),
60 $this->exporter->shortenedExport($value)
74 $this->exporter->export($key),
75 $this->exporter->shortenedExport($value)
79 $this->exporter->export($key),
80 $this->exporter->shortenedExport($actual[$key])
85 $this->exporter->export($key),
93 $this->exporter->export($key),
96 : $this->exporter->shortenedExport($e->getActual())
106 $this->exporter->export($key),
[all …]
H A DComparator.php28 protected $exporter; variable in SebastianBergmann\\Comparator\\Comparator
32 $this->exporter = new Exporter;
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),
103 return $this->exporter->toArray($object);
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),
H A DTypeComparator.php53 $this->exporter->shortenedExport($actual),
/plugin/findologicxmlexport/vendor/sebastian/exporter/
H A DREADME.md16 $exporter = new Exporter;
41 $exporter = new Exporter;
44 print $exporter->export(46);
47 print $exporter->export(4.0);
53 print $exporter->export(false);
56 print $exporter->export(acos(8));
59 print $exporter->export(log(0));
62 print $exporter->export(null);
77 $exporter = new Exporter;
116 print $exporter->export($obj);
[all …]
/plugin/findologicxmlexport/vendor/sebastian/exporter/src/
H A DExporter.php58 $exporter = new self();
82 $result[] = $exporter->shortenedExport($value);
/plugin/findologicxmlexport/vendor/sebastian/exporter/tests/
H A DExporterTest.php21 private $exporter; variable in SebastianBergmann\\Exporter\\ExporterTest
25 $this->exporter = new Exporter;
179 $this->trimNewline($this->exporter->export($value))
263 $this->trimNewline($this->exporter->export($array))
299 $this->trimNewline($this->exporter->shortenedExport($value))
316 …$this->trimNewline($this->exporter->shortenedExport('いろはにほへとちりぬるをわかよたれそつねならむうゐのおくやまけふこえてあさきゆめみしゑひも…
345 $this->exporter->export($value)
351 $this->assertEquals(array(true), $this->exporter->toArray(true));
/plugin/jmol2/jmol/
H A DCHANGES.txt446 # new feature: VRML exporter displays ribbons and cartoons by automatically setting
448 # new feature: VRML exporter recognizes color and normals for isosurface
1312 # new feature: u3d exporter template only -- no actual output
H A DJmolAppletSigned.jarMETA-INF/MANIFEST.MF META-INF/SELFSIGN.SF META-INF/SELFSIGN ...
H A DJmolAppletSigned0.jarMETA-INF/MANIFEST.MF META-INF/SELFSIGN.SF META-INF/SELFSIGN ...
/plugin/smtp/subtree/txtthinking/Mailer/
H A Dcomposer.lock597 "sebastian/exporter": "~1.2",
657 "sebastian/exporter": "~1.2"
712 "sebastian/exporter": "~1.2"
862 "name": "sebastian/exporter",
866 "url": "https://github.com/sebastianbergmann/exporter.git",
871 …"url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/7ae5513327cb536431847bcc0c…
920 "homepage": "http://www.github.com/sebastianbergmann/exporter",
923 "exporter"
/plugin/webdav/vendor/sabre/dav/
H A DCHANGELOG.md75 * #812 #814: ICS/VCF exporter now includes a more useful filename in its

12