Home
last modified time | relevance | path

Searched refs:jsonSerialize (Results 1 – 25 of 64) sorted by last modified time

123

/plugin/aichat/
H A DChunk.php193 public function jsonSerialize()
154 public function jsonSerialize() global() function in dokuwiki\\plugin\\aichat\\Chunk
/plugin/combo/vendor/php-webdriver/webdriver/lib/Chrome/
H A DChromeOptions.php48 public function jsonSerialize() function in Facebook\\WebDriver\\Chrome\\ChromeOptions
/plugin/combo/ComboStrap/
H A DSnippet.php572 return $this->jsonSerialize();
775 public function jsonSerialize(): array function in ComboStrap\\Snippet
/plugin/combo/vendor/php-webdriver/webdriver/lib/Firefox/
H A DFirefoxOptions.php107 public function jsonSerialize() function in Facebook\\WebDriver\\Firefox\\FirefoxOptions
/plugin/prosemirror/schema/
H A DMark.php58 function jsonSerialize() function in dokuwiki\\plugin\\prosemirror\\schema\\Mark
H A DNode.php116 function jsonSerialize() function in dokuwiki\\plugin\\prosemirror\\schema\\Node
/plugin/elasticsearch/vendor/patrickschur/language-detection/src/LanguageDetection/
H A DLanguageResult.php76 public function jsonSerialize(): array function in LanguageDetection\\LanguageResult
/plugin/davcal/vendor/sabre/vobject/lib/
H A DProperty.php297 function jsonSerialize() { function in Sabre\\VObject\\Property
305 $parameters[strtolower($parameter->name)] = $parameter->jsonSerialize();
H A DComponent.php327 function jsonSerialize() { function in Sabre\\VObject\\Component
334 $components[] = $child->jsonSerialize();
336 $properties[] = $child->jsonSerialize();
H A DNode.php74 abstract public function jsonSerialize(); function in Sabre\\VObject\\Node
H A DParameter.php342 public function jsonSerialize() { function in Sabre\\VObject\\Parameter
/plugin/davcal/vendor/sabre/vobject/tests/VObject/Parser/
H A DJsonTest.php195 $vobj->jsonSerialize()
352 $vobj->jsonSerialize()
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/
H A DPlugin.php460 … $objProps[200]['{' . self::NS_CALDAV . '}calendar-data'] = json_encode($vObject->jsonSerialize());
565 …properties[200]['{' . self::NS_CALDAV . '}calendar-data'] = json_encode($vObject->jsonSerialize());
611 …properties[200]['{' . self::NS_CALDAV . '}calendar-data'] = json_encode($vObject->jsonSerialize());
959 $jsonBody = json_encode($vobj->jsonSerialize());
H A DICSExportPlugin.php254 $mergedCalendar = json_encode($mergedCalendar->jsonSerialize());
/plugin/davcal/vendor/sabre/vobject/
H A DChangeLog.md356 * Added: jsonSerialize() for creating jCal and jCard documents.
/plugin/davcal/vendor/sabre/vobject/tests/VObject/
H A DJCalTest.php146 $this->assertEquals($expected, $cal->jsonSerialize());
H A DJCardTest.php191 $this->assertEquals($expected, $card->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/davcal/vendor/sabre/dav/lib/CardDAV/
H A DPlugin.php808 return json_encode($data->jsonSerialize());
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/
H A DEngine.php380 public function jsonSerialize() function in phpseclib3\\Math\\BigInteger\\Engines\\Engine
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Formatter/
H A DNormalizerFormatter.php176 $value = $data->jsonSerialize();
202 return (array) $e->jsonSerialize();
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/
H A DBigInteger.php447 public function jsonSerialize() function in phpseclib3\\Math\\BigInteger
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/Common/FiniteField/
H A DInteger.php35 public function jsonSerialize() function in phpseclib3\\Math\\Common\\FiniteField\\Integer
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/
H A DDateTimeImmutable.php36 public function jsonSerialize(): string function in Monolog\\DateTimeImmutable
47 return $this->jsonSerialize();
/plugin/quickstats/GEOIP/vendor/geoip2/geoip2/src/Model/
H A DAbstractModel.php63 public function jsonSerialize() function in GeoIp2\\Model\\AbstractModel

123