Home
last modified time | relevance | path

Searched refs:jsonSerialize (Results 1 – 25 of 64) sorted by relevance

123

/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/
H A DDateTimeImmutable.php36 public function jsonSerialize(): string function in Monolog\\DateTimeImmutable
47 return $this->jsonSerialize();
/plugin/davcard/vendor/sabre/vobject/tests/VObject/Parser/
H A DJsonTest.php195 $vobj->jsonSerialize()
352 $vobj->jsonSerialize()
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/Parser/
H A DJsonTest.php195 $vobj->jsonSerialize()
352 $vobj->jsonSerialize()
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/Parser/
H A DJsonTest.php195 $vobj->jsonSerialize()
352 $vobj->jsonSerialize()
/plugin/davcal/vendor/sabre/vobject/tests/VObject/Parser/
H A DJsonTest.php195 $vobj->jsonSerialize()
352 $vobj->jsonSerialize()
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/Common/FiniteField/
H A DInteger.php35 public function jsonSerialize() function in phpseclib3\\Math\\Common\\FiniteField\\Integer
/plugin/davcard/vendor/sabre/vobject/lib/Component/
H A DVCard.php416 function jsonSerialize() { function in Sabre\\VObject\\Component\\VCard
423 $properties[] = $child->jsonSerialize();
/plugin/webdavclient/vendor/sabre/vobject/lib/Component/
H A DVCard.php416 function jsonSerialize() { function in Sabre\\VObject\\Component\\VCard
423 $properties[] = $child->jsonSerialize();
/plugin/davcal/vendor/sabre/vobject/lib/Component/
H A DVCard.php416 function jsonSerialize() { function in Sabre\\VObject\\Component\\VCard
423 $properties[] = $child->jsonSerialize();
/plugin/davcard/vendor/sabre/vobject/lib/
H A DComponent.php327 function jsonSerialize() { function in Sabre\\VObject\\Component
334 $components[] = $child->jsonSerialize();
336 $properties[] = $child->jsonSerialize();
/plugin/webdavclient/vendor/sabre/vobject/lib/
H A DComponent.php327 function jsonSerialize() { function in Sabre\\VObject\\Component
334 $components[] = $child->jsonSerialize();
336 $properties[] = $child->jsonSerialize();
/plugin/davcal/vendor/sabre/vobject/lib/
H A DComponent.php327 function jsonSerialize() { function in Sabre\\VObject\\Component
334 $components[] = $child->jsonSerialize();
336 $properties[] = $child->jsonSerialize();
/plugin/quickstats/GEOIP/vendor/geoip2/geoip2/src/Model/
H A DAbstractModel.php63 public function jsonSerialize() function in GeoIp2\\Model\\AbstractModel
/plugin/prosemirror/schema/
H A DMark.php58 function jsonSerialize() function in dokuwiki\\plugin\\prosemirror\\schema\\Mark
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/
H A DJCardTest.php191 $this->assertEquals($expected, $card->jsonSerialize());
H A DJCalTest.php145 $this->assertEquals($expected, $cal->jsonSerialize());
/plugin/davcard/vendor/sabre/vobject/tests/VObject/
H A DJCardTest.php191 $this->assertEquals($expected, $card->jsonSerialize());
H A DJCalTest.php146 $this->assertEquals($expected, $cal->jsonSerialize());
/plugin/quickstats/GEOIP/vendor/geoip2/geoip2/src/Record/
H A DAbstractRecord.php57 public function jsonSerialize() function in GeoIp2\\Record\\AbstractRecord
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/
H A DJCardTest.php191 $this->assertEquals($expected, $card->jsonSerialize());
/plugin/davcal/vendor/sabre/vobject/tests/VObject/
H A DJCardTest.php191 $this->assertEquals($expected, $card->jsonSerialize());
/plugin/webdav/vendor/sabre/vobject/lib/Component/
H A DVCard.php448 public function jsonSerialize() function in Sabre\\VObject\\Component\\VCard
455 $properties[] = $child->jsonSerialize();
/plugin/icalevents/vendor/sabre/vobject/lib/Component/
H A DVCard.php453 function jsonSerialize() { function in Sabre\\VObject\\Component\\VCard
460 $properties[] = $child->jsonSerialize();
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Formatter/
H A DNormalizerFormatter.php176 $value = $data->jsonSerialize();
202 return (array) $e->jsonSerialize();
/plugin/icalevents/vendor/sabre/vobject/lib/
H A DComponent.php360 function jsonSerialize() { function in Sabre\\VObject\\Component
368 $components[] = $child->jsonSerialize();
370 $properties[] = $child->jsonSerialize();

123