Home
last modified time | relevance | path

Searched refs:exporter (Results 26 – 47 of 47) sorted by last modified time

12

/plugin/findologicxmlexport/vendor/findologic/libflexport/src/FINDOLOGIC/Export/
H A DExporter.php41 $exporter = new XMLExporter($itemsPerPage);
44 $exporter = new CSVExporter($itemsPerPage);
50 return $exporter;
/plugin/findologicxmlexport/
H A DDokuwikiXMLExport.php120 $exporter = Exporter::create(Exporter::TYPE_XML, $submittedCount);
129 $item = $exporter->createItem($start + $key);
133 return $exporter->serializeItems($items, $start, $submittedCount, $total);
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/Constraint/
H A DArraySubset.php71 return 'has the subset ' . $this->exporter->export($this->subset);
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);
H A DExceptionCode.php54 $this->exporter->export($other->getCode()),
55 $this->exporter->export($this->expectedCode)
H A DIsEqual.php172 $this->exporter->export($this->value),
H A DGreaterThan.php51 return 'is greater than ' . $this->exporter->export($this->value);
H A DIsInstanceOf.php60 $this->exporter->shortenedExport($other),
H A DIsJson.php61 $this->exporter->shortenedExport($other),
/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)
H A DConstraint.php18 protected $exporter; variable in PHPUnit_Framework_Constraint
22 $this->exporter = new Exporter;
147 return $this->exporter->export($other) . ' ' . $this->toString();
/plugin/findologicxmlexport/vendor/sebastian/comparator/src/
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 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),
H A DNumericComparator.php62 $this->exporter->export($actual),
63 $this->exporter->export($expected)
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)
/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 ...

12