Home
last modified time | relevance | path

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

12345

/plugin/findologicxmlexport/vendor/jms/serializer/tests/Serializer/
H A DBaseSerializationTest.php154 $this->getFormat()
205 $this->getFormat()
495 if ('xml' === $this->getFormat()) {
578 if ('xml' === $this->getFormat()) {
610 if ('xml' === $this->getFormat()) {
1164 $this->getFormat(),
1466 $this->getFormat(),
1506 $this->getFormat(),
1599 abstract protected function getFormat(); function in JMS\\Serializer\\Tests\\Serializer\\BaseSerializationTest
1628 $this->getFormat(),
[all …]
H A 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/
H A DRenderer.php51 public function getFormat() function in dokuwiki\\plugin\\yuriigantt\\src\\Driver\\Embedded\\Renderer
71 $plugin->render($this->getFormat(), $this, $data);
/plugin/blogtng/renderer/
H A Dcomment.php19 function getFormat(){ function in renderer_plugin_blogtng_comment
103 $plugin->render($this->getFormat(), $this, $data);
/plugin/findologicxmlexport/vendor/jms/serializer/src/Handler/
H A 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/
H A DIso8601Date.php32 * See {@link Iso8601Date::getFormat()} for more information
127 $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/
H A Dsyntax.php139 if ($renderer->getFormat() === 'xhtml') {
184 if ($renderer->getFormat() === 'xhtml') {
/plugin/dev/skel/
H A Drenderer.php12 public function getFormat() function
/plugin/semanticdata/
H A Drenderer_semanticdata_edit.php12 function getFormat(){ function in Doku_Renderer_plugin_semanticdata_edit
/plugin/autogallery/
H A Drenderer.php19 public function getFormat(){ function in renderer_plugin_autogallery
/plugin/data-au/
H A Drenderer_data_edit.php17 function getFormat(){ function in Doku_Renderer_plugin_dataau_edit
/plugin/data/
H A Drenderer_data_edit.php19 public function getFormat()
17 function getFormat(){ global() function in Doku_Renderer_plugin_data_edit
/plugin/structodt/
H A Drenderer.php9 public function getFormat() { function in renderer_plugin_structodt
/plugin/combo/action/
H A Dcacheexpiration.php145 LogUtility::msg("The new calculated date cache expiration frequency ({$newDate->format(Iso8601Date::getFormat())}) is lower than the current date ({$actualDate->format(Iso8601Date::getFormat())})");
/plugin/strata/
H A Drenderer.php15 function getFormat() { function in renderer_plugin_strata
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudIot/
H A DPublicKeyCredential.php41 public function getFormat() function in Google\\Service\\CloudIot\\PublicKeyCredential
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CertificateAuthorityService/
H A DPublicKey.php41 public function getFormat() function in Google\\Service\\CertificateAuthorityService\\PublicKey
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudDebugger/
H A DFormatMessage.php42 public function getFormat() function in Google\\Service\\CloudDebugger\\FormatMessage
/plugin/parserarray/
H A Drenderer.php21 public function getFormat(){ function in renderer_plugin_parserarray
/plugin/simplexml/
H A Drenderer.php47 function getFormat(){ function in renderer_plugin_simplexml
/plugin/dump/renderer/
H A Dcallstack.php14 public function getFormat() function in renderer_plugin_dump_callstack
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Sheets/
H A DTextFormatRun.php39 public function getFormat() function in Google\\Service\\Sheets\\TextFormatRun
H A DBooleanRule.php51 public function getFormat() function in Google\\Service\\Sheets\\BooleanRule
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Fitness/
H A DDataTypeField.php45 public function getFormat() function in Google\\Service\\Fitness\\DataTypeField
/plugin/findologicxmlexport/vendor/jms/serializer/src/
H A DGraphNavigator.php45 $this->format = $context->getFormat();

12345