Home
last modified time | relevance | path

Searched refs:serialize (Results 401 – 425 of 542) sorted by relevance

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

/plugin/gitbacked/action/
H A Deditcommit.php131 file_put_contents($lastPullFile,serialize(time()));
/plugin/sqlite/_test/
H A DHelperTest.php274 $obj = unserialize(serialize($SqliteHelper));
/plugin/issuetracker/
H A Dedit.php340 fwrite($fh, serialize($mods));
407 fwrite($fh, serialize($issues));
/plugin/icalevents/vendor/sabre/xml/
H A DCHANGELOG.md49 separate the object you want to serialize from the serializer. This uses the
157 * #23: It's not possible to automatically extract or serialize Xml fragments
/plugin/webdav/vendor/sabre/xml/
H A DCHANGELOG.md55 separate the object you want to serialize from the serializer. This uses the
163 * #23: It's not possible to automatically extract or serialize Xml fragments
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Tag/
H A DImg.php411 $e = "\xbb\xa4\xactype=image,objattr=" . serialize($objattr) . "\xbb\xa4\xac";
444 $e = "\xbb\xa4\xactype=annot,objattr=" . serialize($objattr) . "\xbb\xa4\xac";
H A DInlineTag.php37 $annot = "\xbb\xa4\xactype=annot,objattr=" . serialize($objattr) . "\xbb\xa4\xac";
H A DBarCode.php252 $e = "\xbb\xa4\xactype=barcode,objattr=" . serialize($objattr) . "\xbb\xa4\xac";
/plugin/batchedit/
H A Dinterface.php55 public function serialize() { function in BatcheditMessage
56 return serialize(array($this->type, $this->data));
/plugin/s5reloaded/ui/effects_support/
H A Ddragdrop.js579 this.lastValue = Sortable.serialize(this.element);
583 this.lastValue = Sortable.serialize(this.element);
588 if(this.lastValue != Sortable.serialize(this.element))
928 serialize: function(element) { method in Sortable
/plugin/sketchcanvas/script/
H A DSketchCanvas.js997 Shape.prototype.serialize = function(){
1099 TextShape.prototype.serialize = function(){
1100 var alldat = Shape.prototype.serialize.call(this);
1102 if(this.link) alldat.link = this.link; // Do not serialize blank URL
1143 PathShape.prototype.serialize = function(){
1144 var alldat = Shape.prototype.serialize.call(this);
1217 function serialize(dobjs){
1220 ret.push(dobjs[i].serialize());
1470 origData[name] = jsyaml.dump(serialize(dobjs));
1547 var text = jsyaml.dump(serialize(dobj
993 Shape.prototype.serialize = function(){ global() method in Shape
1095 TextShape.prototype.serialize = function(){ global() method in TextShape
1139 PathShape.prototype.serialize = function(){ global() method in PathShape
1213 function serialize(dobjs){ global() function
[all...]
/plugin/findologicxmlexport/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/
H A DFileCacheReader.php219 …$written = file_put_contents($tempfile, '<?php return unserialize('.var_export(serialize($data), t…
/plugin/multipoll/
H A Dsyntax.php156 fwrite($fh, serialize($poll));
/plugin/linkback/action/
H A Dsend.php104 io_saveFile($file, serialize($data));
/plugin/findologicxmlexport/vendor/jms/serializer/src/
H A DSerializer.php151 …public function serialize($data, string $format, ?SerializationContext $context = null, ?string $t… function in JMS\\Serializer\\Serializer
/plugin/dokumicrobugtracker/
H A Dsyntax.php139 fwrite($fh, serialize($bugs));
/plugin/register/
H A Dsyntax.php66 $hash = md5(serialize($match));
/plugin/discussion/
H A Dadmin.php362 io_saveFile($file, serialize($data));
/plugin/linkback/
H A Dadmin.php306 io_saveFile($file, serialize($data));
/plugin/davcard/
H A Dhelper.php515 $contactdata = $vcard->serialize();
587 $contactdata = $vcard->serialize();
/plugin/bpmnio/vendor/dmn-js/dist/
H A Ddmn-navigated-viewer.production.min.js2serialize}function Ke(e){return Ye(e)===Xe}function Ze(e,t){return Ge(t)?e.prefix+":"+((n=e.localN…
/plugin/database2/
H A Dmedia.php212 $source = serialize( $source );
/plugin/fedauth/Auth/OpenID/
H A DAssociation.php186 function serialize() function in Auth_OpenID_Association
/plugin/preservefilenames/
H A Daction_anteater.php83 io_saveFile($metafile, serialize(array(
/plugin/authphpbb3/
H A Dauth.php297 $cache->storeCache(serialize($user_data));
548 $this->_cache->storeCache(serialize($this->_phpbb_conf));

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