Home
last modified time | relevance | path

Searched refs:serialize (Results 226 – 250 of 542) sorted by relevance

12345678910>>...22

/plugin/page4release/
H A Daction.php52 io_saveFile($conf['indexdir'].'/page4release.idx', serialize($page4release));
/plugin/findologicxmlexport/vendor/phpunit/php-token-stream/
H A DChangeLog.md7 …ebastianbergmann/php-token-stream/issues/69): `PHP_Token_USE_FUNCTION` does not serialize correctly
/plugin/davcard/vendor/sabre/vobject/lib/
H A DNode.php66 abstract public function serialize(); function in Sabre\\VObject\\Node
/plugin/webdavclient/vendor/sabre/vobject/lib/
H A DNode.php66 abstract public function serialize(); function in Sabre\\VObject\\Node
/plugin/davcal/vendor/sabre/vobject/lib/
H A DNode.php66 abstract public function serialize(); function in Sabre\\VObject\\Node
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Ml/
H A DPostData.php71 $this->body .= $this->serializer->serialize($item) . "\n";
/plugin/combo/vendor/salesforce/handlebars-php/src/Handlebars/Cache/
H A DDisk.php98 file_put_contents($path, serialize($value));
/plugin/davcard/vendor/sabre/vobject/tests/VObject/
H A DDocumentTest.php40 $out = $vcal->serialize();
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/
H A DDocumentTest.php40 $out = $vcal->serialize();
/plugin/davcal/vendor/sabre/vobject/tests/VObject/
H A DDocumentTest.php40 $out = $vcal->serialize();
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Handler/
H A DArrayCollectionDepthTest.php35 … $result = $this->serializer->serialize(new CollectionWrapper($collection), 'json', $context);
/plugin/csv/syntax/
H A Dvalue.php62 $cache = md5(serialize($opt));
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Serializers/
H A DSmartSerializer.php34 public function serialize($data): string function in Elasticsearch\\Serializers\\SmartSerializer
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/Component/
H A DVCalendarTest.php28 $output = VObject\Reader::read($output)->serialize();
30 $this->assertVObjectEqualsVObject($output, $vcal->serialize());
/plugin/findologicxmlexport/vendor/jms/serializer/
H A DREADME.md12 This library allows you to (de-)serialize data of any complexity. Currently, it supports XML and JS…
18 - (De-)serialize data of any complexity; circular references and complex exclusion strategies are h…
/plugin/eventum/
H A Dclass.Eventum_RPC.php116 $arg = serialize($arg);
/plugin/icalevents/vendor/sabre/vobject/bin/
H A Dgenerateicalendardata.php86 echo $calendar->serialize();
H A Dgenerate_vcards237 echo $vcard->serialize();
/plugin/webdav/core/DAV/Collection/Media/
H A DDirectory.php43 io_saveFile(mediametaFN($id, '.dirname'), serialize([
/plugin/redirect2/
H A Dhelper.php41 $cache->storeCache(serialize($this->pattern));
/plugin/webdav/vendor/sabre/vobject/lib/
H A DNode.php68 abstract public function serialize(); function in Sabre\\VObject\\Node
/plugin/icalevents/vendor/sabre/vobject/lib/
H A DNode.php73 abstract function serialize(); function in Sabre\\VObject\\Node
/plugin/batchedit/
H A Daction.php60 // setcookie(BatcheditConfig::COOKIE, $admin->getConfig()->serialize(), time() + self::YEAR_IN_SECONDS);
61 header('Set-Cookie: ' . BatcheditConfig::COOKIE . '=' . urlencode($admin->getConfig()->serialize()) .
/plugin/icalevents/vendor/bin/
H A Dgenerate_vcards237 echo $vcard->serialize();
/plugin/davcard/vendor/sabre/vobject/bin/
H A Dgenerate_vcards237 echo $vcard->serialize();

12345678910>>...22