Home
last modified time | relevance | path

Searched refs:exporter (Results 1 – 25 of 47) sorted by relevance

12

/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/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 DSplObjectStorageComparator.php48 $this->exporter->export($expected),
49 $this->exporter->export($actual),
61 $this->exporter->export($expected),
62 $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 DObjectComparator.php48 $this->exporter->export($expected),
49 $this->exporter->export($actual),
53 $this->exporter->export($actual),
103 return $this->exporter->toArray($object);
H A DComparator.php28 protected $exporter; variable in SebastianBergmann\\Comparator\\Comparator
32 $this->exporter = new Exporter;
H A DResourceComparator.php47 $this->exporter->export($expected),
48 $this->exporter->export($actual)
H A DNumericComparator.php62 $this->exporter->export($actual),
63 $this->exporter->export($expected)
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Apigee/
H A DGoogleCloudApigeeV1TraceConfig.php29 public $exporter; variable in Google\\Service\\Apigee\\GoogleCloudApigeeV1TraceConfig
50 public function setExporter($exporter) argument
52 $this->exporter = $exporter;
59 return $this->exporter;
H A DGoogleCloudApigeeV1RuntimeTraceConfig.php30 public $exporter; variable in Google\\Service\\Apigee\\GoogleCloudApigeeV1RuntimeTraceConfig
65 public function setExporter($exporter) argument
67 $this->exporter = $exporter;
74 return $this->exporter;
/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/dokusioc/
H A Daction.php254 $exporter->addObject($wikicontainer);
256 return $exporter;
261 private function exportUsercontent($exporter) argument
273 $exporter->setParameters(
288 $exporter->addObject($wikiuser);
291 return $exporter;
298 $exporter->setParameters(
312 $exporter->siocURL(
314 … $ID . ($REV ? $exporter->_urlseparator . 'rev' . $exporter->_urlequal . $REV : '')
404 $exporter->addObject($wikipage);
[all …]
/plugin/findologicxmlexport/vendor/findologic/libflexport/tests/FINDOLOGIC/Export/Tests/
H A DXmlSerializationTest.php52 private $exporter; variable in FINDOLOGIC\\Export\\Tests\\XmlSerializationTest
59 $this->exporter = Exporter::create(Exporter::TYPE_XML);
64 $item = $this->exporter->createItem('123');
83 $page = $this->exporter->serializeItems([], 0, 0, 0);
91 $page = $this->exporter->serializeItems([$item], 0, 1, 1);
104 $item = $this->exporter->createItem((string)$i);
114 $this->exporter->serializeItems($items, 0, 1, 1);
124 $page = $this->exporter->serializeItems([$item], 0, 1, 1);
136 $page = $this->exporter->serializeItems([$item], 0, 1, 1);
197 $this->exporter->serializeItems([$item], 0, 1, 1);
H A DCSVSerializationTest.php21 private $exporter; variable in FINDOLOGIC\\Export\\Tests\\CSVSerializationTest
28 $this->exporter = Exporter::create(Exporter::TYPE_CSV);
42 $item = $this->exporter->createItem('123');
/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/vendor/phpunit/phpunit/src/Framework/
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/phpunit/phpunit-mock-objects/src/Framework/MockObject/Stub/
H A DReturn.php34 $exporter = new Exporter;
38 $exporter->export($this->value)
H A DException.php41 $exporter = new Exporter;
45 $exporter->export($this->exception)
H A DConsecutiveCalls.php41 $exporter = new Exporter;
45 $exporter->export($this->value)
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/Constraint/
H A DExceptionCode.php54 $this->exporter->export($other->getCode()),
55 $this->exporter->export($this->expectedCode)
H A DLessThan.php51 return 'is less than ' . $this->exporter->export($this->value);
/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/findologic/libflexport/examples/
H A DXmlExample.php22 $exporter = Exporter::create(Exporter::TYPE_XML);
30 $item = $exporter->createItem('01120c948ad41a2284ad9f0402fbc7d');
51 return $exporter->serializeItems($itemsToExport, 0, 1, 1);
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Invocation/
H A DStatic.php106 $exporter = new Exporter;
115 [$exporter, 'shortenedExport'],
/plugin/findologicxmlexport/vendor/findologic/libflexport/
H A DREADME.md41 $exporter = Exporter::create(Exporter::TYPE_XML);
43 $item = $exporter->createItem('123');
51 $xmlOutput = $exporter->serializeItems([$item], 0, 1, 1);

12