Home
last modified time | relevance | path

Searched refs:serialize (Results 376 – 400 of 542) sorted by relevance

1...<<11121314151617181920>>...22

/plugin/davcard/vendor/sabre/vobject/tests/VObject/
H A DVCardConverterTest.php508 $vcard = $vcard->serialize();
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/
H A DVCardConverterTest.php510 $vcard = $vcard->serialize();
H A DReaderTest.php358 $this->assertEquals($expected, $result->serialize());
389 $this->assertEquals($expected, $result->serialize());
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dextension.cache.mysqli.php234 $SQLquery .= ', \''.$this->mysqli->real_escape_string(base64_encode(serialize($analysis))).'\'';
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/
H A DVCardConverterTest.php508 $vcard = $vcard->serialize();
/plugin/davcal/vendor/sabre/vobject/tests/VObject/
H A DVCardConverterTest.php508 $vcard = $vcard->serialize();
/plugin/tagfilter/helper/
H A Dsyntax.php142 $cache->storeCache(serialize($cache_page));
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Tag/
H A DHr.php103 $e = "\xbb\xa4\xactype=image,objattr=" . serialize($objattr) . "\xbb\xa4\xac";
H A DTextArea.php146 $this->mpdf->specialcontent = serialize($objattr);
H A DSelect.php135 $e = "\xbb\xa4\xactype=select,objattr=" . serialize($objattr) . "\xbb\xa4\xac";
/plugin/dwcommits/
H A Dhelper.php75 file_put_contents($names_fname, serialize($inf_array));
101 if($this->save_dbnames_ser($names_fname,serialize($inf))) {
791 $this->save_dbnames_ser($names_fname,serialize($inf));
/plugin/authucenter/lib/uc_client/model/
H A Dpm.php236 $lastmessage = addslashes(serialize($lastmessage));
264 $lastmessage = addslashes(serialize($lastmessage));
336 $lastmessage = addslashes(serialize($lastmessage));
345 $lastmessage = addslashes(serialize($lastmessage));
/plugin/findologicxmlexport/vendor/jms/serializer/
H A DUPGRADING.md29 - Changed `SerializerInterface::serialize` signature
/plugin/qc/
H A Drenderer.php196 $this->doc = serialize($this->docArray);
/plugin/html2pdf/html2pdf/html2ps/
H A Dmanager.encoding.php91 fwrite($file, serialize($this->_utf8_mapping));
/plugin/rssticker/
H A DlastRSS.php76 $serialized = serialize($result);
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/
H A DICSExportPlugin.php251 $mergedCalendar = $mergedCalendar->serialize();
/plugin/snippets/
H A Dadmin.php101 io_saveFile($this->metaFn,serialize($final));
/plugin/spatialhelper/helper/
H A Dindex.php197 return io_saveFile($this->idx_dir . '/spatial.idx', serialize($this->spatial_idx));
/plugin/bpmnio/vendor/dmn-js/dist/
H A Ddmn-viewer.production.min.js2serialize}function Ye(e){return Xe(e)===Ke}function Qe(e,t){return We(t)?e.prefix+":"+((n=e.localN…
/plugin/timetrack/
H A Dscript.js125 data:$form.serialize(),
/plugin/freechat/phpfreechat/src/
H A Dpfccommand.class.php206 $ct->setCmdMeta($nickid, $cmdtoplay_id, serialize($cmdtoplay));
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/
H A DICSExportPlugin.php253 $mergedCalendar = $mergedCalendar->serialize();
/plugin/dlcount/
H A Daction.php126 io_saveFile($metafn, serialize($meta));
/plugin/ditaa/
H A Dsyntax.php105 io_saveFile(getCacheName($return['md5'], '.ditaa.cfg'), serialize($return));

1...<<11121314151617181920>>...22