Home
last modified time | relevance | path

Searched refs:getFormat (Results 1 – 25 of 110) sorted by relevance

12345

/plugin/findologicxmlexport/vendor/jms/serializer/tests/Serializer/
DBaseSerializationTest.php144 …$this->serializer->serialize($arr, $this->getFormat(), SerializationContext::create()->setSerializ…
154 $this->getFormat()
168 …$this->serializer->serialize($arr, $this->getFormat(), SerializationContext::create()->setSerializ…
189 …$this->serializer->serialize($obj, $this->getFormat(), SerializationContext::create()->setSerializ…
196 … $this->markTestSkipped(sprintf('No deserializer available for format `%s`', $this->getFormat()));
205 $this->getFormat()
290 …uals($this->getContent('person_secret_hide'), $serializer->serialize($person, $this->getFormat()));
383 … self::assertEquals($this->getContent($json), $serializer->serialize($person, $this->getFormat()));
495 if ('xml' === $this->getFormat()) {
578 if ('xml' === $this->getFormat()) {
[all …]
DJsonSerializationTest.php327 …ark":{"full_name":"Mark"}}', $this->serializer->serialize($data, $this->getFormat(), Serialization…
328 …im"},{"full_name":"Mark"}]', $this->serializer->serialize($data, $this->getFormat(), Serialization…
329 …ark":{"full_name":"Mark"}}', $this->serializer->serialize($data, $this->getFormat(), Serialization…
335 …im"},{"full_name":"Mark"}]', $this->serializer->serialize($data, $this->getFormat(), Serialization…
336 …,"1":{"full_name":"Mark"}}', $this->serializer->serialize($data, $this->getFormat(), Serialization…
337 …,"1":{"full_name":"Mark"}}', $this->serializer->serialize($data, $this->getFormat(), Serialization…
423 protected function getFormat() function in JMS\\Serializer\\Tests\\Serializer\\JsonSerializationTest
/plugin/yuriigantt/src/Driver/Embedded/
DRenderer.php51 public function getFormat() function in dokuwiki\\plugin\\yuriigantt\\src\\Driver\\Embedded\\Renderer
71 $plugin->render($this->getFormat(), $this, $data);
/plugin/blogtng/renderer/
Dcomment.php19 function getFormat(){ function in renderer_plugin_blogtng_comment
103 $plugin->render($this->getFormat(), $this, $data);
/plugin/findologicxmlexport/vendor/jms/serializer/src/Handler/
DDateHandler.php80 return $visitor->visitSimpleString($date->format($this->getFormat($type)), $type);
83 $format = $this->getFormat($type);
88 return $visitor->visitString($date->format($this->getFormat($type)), $type);
273 private function getFormat(array $type): string function in JMS\\Serializer\\Handler\\DateHandler
/plugin/combo/ComboStrap/
DIso8601Date.php127 $dateTime = DateTime::createFromFormat(self::getFormat(), $dateString);
153 public static function getFormat(): string function in ComboStrap\\Iso8601Date
229 return $this->getDateTime()->format(self::getFormat());
/plugin/ifauthex/
Dsyntax.php139 if ($renderer->getFormat() === 'xhtml') {
184 if ($renderer->getFormat() === 'xhtml') {
/plugin/dev/skel/
Drenderer.php12 public function getFormat() function
/plugin/semanticdata/
Drenderer_semanticdata_edit.php12 function getFormat(){ function in Doku_Renderer_plugin_semanticdata_edit
/plugin/autogallery/
Drenderer.php19 public function getFormat(){ function in renderer_plugin_autogallery
/plugin/data-au/
Drenderer_data_edit.php17 function getFormat(){ function in Doku_Renderer_plugin_dataau_edit
/plugin/data/
Drenderer_data_edit.php19 public function getFormat() function in Doku_Renderer_plugin_data_edit
/plugin/pagetitle/syntax/
Ddecorative.php116 if ($renderer->getFormat() == 'metadata') $renderer->capturing = false;
125 if ($renderer->getFormat() == 'metadata') $renderer->capturing = true;
/plugin/combo/action/
Dcacheexpiration.php145 …{$newDate->format(Iso8601Date::getFormat())}) is lower than the current date ({$actualDate->format…
/plugin/structodt/
Drenderer.php9 public function getFormat() { function in renderer_plugin_structodt
/plugin/strata/
Drenderer.php15 function getFormat() { function in renderer_plugin_strata
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CertificateAuthorityService/
DPublicKey.php41 public function getFormat() function in Google\\Service\\CertificateAuthorityService\\PublicKey
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudIot/
DPublicKeyCredential.php41 public function getFormat() function in Google\\Service\\CloudIot\\PublicKeyCredential
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudDebugger/
DFormatMessage.php42 public function getFormat() function in Google\\Service\\CloudDebugger\\FormatMessage
/plugin/parserarray/
Drenderer.php21 public function getFormat(){ function in renderer_plugin_parserarray
/plugin/simplexml/
Drenderer.php47 function getFormat(){ function in renderer_plugin_simplexml
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Sheets/
DTextFormatRun.php39 public function getFormat() function in Google\\Service\\Sheets\\TextFormatRun
DBooleanRule.php51 public function getFormat() function in Google\\Service\\Sheets\\BooleanRule
/plugin/dump/renderer/
Dcallstack.php14 public function getFormat() function in renderer_plugin_dump_callstack
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Fitness/
DDataTypeField.php45 public function getFormat() function in Google\\Service\\Fitness\\DataTypeField

12345