Home
last modified time | relevance | path

Searched refs:jsonSerialize (Results 26 – 50 of 64) sorted by relevance

123

/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/
H A DJCalTest.php146 $this->assertEquals($expected, $cal->jsonSerialize());
/plugin/davcal/vendor/sabre/vobject/tests/VObject/
H A DJCalTest.php146 $this->assertEquals($expected, $cal->jsonSerialize());
/plugin/webdav/vendor/sabre/vobject/lib/
H A DComponent.php344 public function jsonSerialize() function in Sabre\\VObject\\Component
352 $components[] = $child->jsonSerialize();
354 $properties[] = $child->jsonSerialize();
H A DNode.php76 abstract public function jsonSerialize(); function in Sabre\\VObject\\Node
H A DProperty.php283 public function jsonSerialize() function in Sabre\\VObject\\Property
291 $parameters[strtolower($parameter->name)] = $parameter->jsonSerialize();
H A DParameter.php332 public function jsonSerialize() function in Sabre\\VObject\\Parameter
/plugin/yuriigantt/src/Entities/
H A DTask.php72 public function jsonSerialize() function in dokuwiki\\plugin\\yuriigantt\\src\\Entities\\Task
/plugin/davcard/vendor/sabre/vobject/lib/
H A DNode.php74 abstract public function jsonSerialize(); function in Sabre\\VObject\\Node
H A DProperty.php297 function jsonSerialize() { function in Sabre\\VObject\\Property
305 $parameters[strtolower($parameter->name)] = $parameter->jsonSerialize();
H A DParameter.php342 public function jsonSerialize() { function in Sabre\\VObject\\Parameter
/plugin/webdavclient/vendor/sabre/vobject/lib/
H A DNode.php74 abstract public function jsonSerialize(); function in Sabre\\VObject\\Node
H A DProperty.php297 function jsonSerialize() { function in Sabre\\VObject\\Property
305 $parameters[strtolower($parameter->name)] = $parameter->jsonSerialize();
H A DParameter.php342 public function jsonSerialize() { function in Sabre\\VObject\\Parameter
/plugin/davcal/vendor/sabre/vobject/lib/
H A DNode.php74 abstract public function jsonSerialize(); function in Sabre\\VObject\\Node
H A DProperty.php297 function jsonSerialize() { function in Sabre\\VObject\\Property
305 $parameters[strtolower($parameter->name)] = $parameter->jsonSerialize();
H A DParameter.php342 public function jsonSerialize() { function in Sabre\\VObject\\Parameter
/plugin/combo/vendor/php-webdriver/webdriver/lib/Firefox/
H A DFirefoxOptions.php107 public function jsonSerialize() function in Facebook\\WebDriver\\Firefox\\FirefoxOptions
/plugin/icalevents/vendor/sabre/vobject/lib/
H A DNode.php81 abstract function jsonSerialize(); function in Sabre\\VObject\\Node
H A DProperty.php303 function jsonSerialize() { function in Sabre\\VObject\\Property
311 $parameters[strtolower($parameter->name)] = $parameter->jsonSerialize();
H A DParameter.php347 function jsonSerialize() { function in Sabre\\VObject\\Parameter
/plugin/combo/vendor/php-webdriver/webdriver/lib/Chrome/
H A DChromeOptions.php48 public function jsonSerialize() function in Facebook\\WebDriver\\Chrome\\ChromeOptions
/plugin/aichat/
H A DChunk.php193 public function jsonSerialize()
154 public function jsonSerialize() global() function in dokuwiki\\plugin\\aichat\\Chunk
/plugin/elasticsearch/vendor/patrickschur/language-detection/src/LanguageDetection/
H A DLanguageResult.php76 public function jsonSerialize(): array function in LanguageDetection\\LanguageResult
/plugin/prosemirror/schema/
H A DNode.php116 function jsonSerialize() function in dokuwiki\\plugin\\prosemirror\\schema\\Node
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/
H A DPlugin.php475 … $objProps[200]['{' . self::NS_CALDAV . '}calendar-data'] = json_encode($vObject->jsonSerialize());
586 …properties[200]['{' . self::NS_CALDAV . '}calendar-data'] = json_encode($vObject->jsonSerialize());
639 …properties[200]['{' . self::NS_CALDAV . '}calendar-data'] = json_encode($vObject->jsonSerialize());
1036 $jsonBody = json_encode($vobj->jsonSerialize());

123