Home
last modified time | relevance | path

Searched refs:serialize (Results 201 – 225 of 542) sorted by relevance

12345678910>>...22

/plugin/page4release/
H A Drebuildindex.php53 io_saveFile($conf['indexdir'].'/page4release.idx', serialize($page4release));
/plugin/icalevents/vendor/sabre/vobject/lib/
H A DWriter.php28 return $component->serialize();
/plugin/webdav/vendor/sabre/vobject/lib/
H A DWriter.php28 return $component->serialize();
/plugin/html2pdf/html2pdf/html2ps/
H A Dcss.cache.class.php33 file_put_contents($this->_getCacheFilename($url), serialize($css));
/plugin/mantis/lib/
H A Dclass.soap_val.php89 function serialize($use='encoded') { function in soapval
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Monitoring/
H A DBulk.php73 $this->body .= $this->serializer->serialize($item) . "\n";
/plugin/fckg/action/entities/
H A Dents_seri.php27 file_put_contents($serialized,serialize($entities));
/plugin/qc/action/
H A Dcron.php78 $persist = serialize($persist);
/plugin/authgoogle/google/cache/
H A DGoogle_ApcCache.php86 if (@apc_store($key, array('time' => time(), 'data' => serialize($value))) == false) {
/plugin/ckgdoku/action/entities/
H A Dents_seri.php27 file_put_contents($serialized,serialize($entities));
/plugin/ckgedit/action/entities/
H A Dents_seri.php27 file_put_contents($serialized,serialize($entities));
/plugin/linkback/
H A Dsyntax.php78 io_saveFile($file, serialize($data));
/plugin/webdav/vendor/sabre/dav/lib/DAVACL/Exception/
H A DNeedPrivileges.php57 function serialize(DAV\Server $server, \DOMElement $errorNode) { function in Sabre\\DAVACL\\Exception\\NeedPrivileges
/plugin/davcal/vendor/sabre/dav/lib/DAVACL/Exception/
H A DNeedPrivileges.php57 function serialize(DAV\Server $server, \DOMElement $errorNode) { function in Sabre\\DAVACL\\Exception\\NeedPrivileges
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/
H A DBulk.php84 $this->body .= $this->serializer->serialize($item) . "\n";
H A DMsearch.php81 $this->body .= $this->serializer->serialize($item) . "\n";
H A DMsearchTemplate.php79 $this->body .= $this->serializer->serialize($item) . "\n";
/plugin/davcal/vendor/sabre/dav/lib/CardDAV/
H A DPlugin.php352 $data = $vobj->serialize();
371 $data = $vobj->serialize();
802 return $data->serialize();
805 return $data->serialize();
/plugin/davcard/vendor/sabre/vobject/tests/VObject/Property/
H A DTextTest.php22 $output = $doc->serialize();
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/Property/
H A DTextTest.php22 $output = $doc->serialize();
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/Property/
H A DTextTest.php22 $output = $doc->serialize();
/plugin/davcal/vendor/sabre/vobject/tests/VObject/Property/
H A DTextTest.php22 $output = $doc->serialize();
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Tag/
H A DA.php22 $e = "\xbb\xa4\xactype=bookmark,objattr=" . serialize($objattr) . "\xbb\xa4\xac";
/plugin/refnotes/
H A Dconfig.php75 return io_saveFile($fileName, serialize($config));
/plugin/findologicxmlexport/vendor/sebastian/global-state/src/
H A DCodeExporter.php68 return 'unserialize(' . var_export(serialize($variable), true) . ')';

12345678910>>...22