Home
last modified time | relevance | path

Searched refs:serialize (Results 176 – 200 of 542) sorted by relevance

12345678910>>...22

/plugin/dw2pdf/vendor/mpdf/mpdf/src/Tag/
H A DIndexEntry.php19 $e = "\xbb\xa4\xactype=indexentry,objattr=" . serialize($objattr) . "\xbb\xa4\xac";
H A DTocEntry.php25 $e = "\xbb\xa4\xactype=toc,objattr=" . serialize($objattr) . "\xbb\xa4\xac";
/plugin/snippets/
H A Daction.php40 io_saveFile($this->metafn,serialize($ar));
196 io_saveFile($this->metafn,serialize($snip_data));
304 … io_saveFile($this->metafn,serialize($snip_data));
/plugin/webdav/vendor/sabre/dav/lib/DAV/Exception/
H A DLocked.php57 function serialize(DAV\Server $server, \DOMElement $errorNode) { function in Sabre\\DAV\\Exception\\Locked
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAVACL/Exception/
H A DNotRecognizedPrincipalTest.php18 $ex->serialize($server, $root);
H A DAceConflictTest.php18 $ex->serialize($server, $root);
H A DNoAbstractTest.php18 $ex->serialize($server, $root);
H A DNotSupportedPrivilegeTest.php18 $ex->serialize($server, $root);
H A DNeedPrivilegesExceptionTest.php23 $ex->serialize($server, $root);
/plugin/davcal/vendor/sabre/dav/lib/DAV/Exception/
H A DLocked.php57 function serialize(DAV\Server $server, \DOMElement $errorNode) { function in Sabre\\DAV\\Exception\\Locked
/plugin/findologicxmlexport/vendor/jms/metadata/tests/
H A DMethodMetadataTest.php28 $this->assertEquals($metadata, unserialize(serialize($metadata)));
H A DClassMetadataTest.php23 $this->assertEquals($metadata, unserialize(serialize($metadata)));
/plugin/authfacebook/lib/
H A DFacebookApp.php94 public function serialize() function in Facebook\\FacebookApp
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/TextStructure/
H A DFindStructure.php77 $this->body .= $this->serializer->serialize($item) . "\n";
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Ml/
H A DFindFileStructure.php77 $this->body .= $this->serializer->serialize($item) . "\n";
/plugin/davcard/vendor/sabre/vobject/tests/VObject/Component/
H A DVCalendarTest.php26 $output = VObject\Reader::read($output)->serialize();
28 $this->assertEquals($output, $vcal->serialize());
/plugin/freechat/phpfreechat/lib/pear/PHPUnit/
H A DAssert.php136 $actual = serialize($actual);
137 $expected = serialize($expected);
/plugin/vote/
H A Dsyntax.php159 fwrite( $fh, serialize( $vote_skelton ) );
196 fwrite( $fh, serialize( $vote_log ) );
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/Component/
H A DVCalendarTest.php26 $output = VObject\Reader::read($output)->serialize();
28 $this->assertEquals($output, $vcal->serialize());
/plugin/davcal/vendor/sabre/vobject/tests/VObject/Component/
H A DVCalendarTest.php26 $output = VObject\Reader::read($output)->serialize();
28 $this->assertEquals($output, $vcal->serialize());
/plugin/findologicxmlexport/vendor/jms/serializer/src/Metadata/
H A DClassMetadata.php271 public function serialize() function in JMS\\Serializer\\Metadata\\ClassMetadata
275 return serialize([
290 parent::serialize(),
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/
H A DPlugin.php477 … $objProps[200]['{' . self::NS_CALDAV . '}calendar-data'] = $vObject->serialize();
588 … $properties[200]['{' . self::NS_CALDAV . '}calendar-data'] = $vObject->serialize();
641 … $properties[200]['{' . self::NS_CALDAV . '}calendar-data'] = $vObject->serialize();
730 $result = $result->serialize();
838 $data = $vobj->serialize();
949 $data = $vobj->serialize();
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/
H A DPlugin.php462 … $objProps[200]['{' . self::NS_CALDAV . '}calendar-data'] = $vObject->serialize();
567 … $properties[200]['{' . self::NS_CALDAV . '}calendar-data'] = $vObject->serialize();
613 … $properties[200]['{' . self::NS_CALDAV . '}calendar-data'] = $vObject->serialize();
696 $result = $result->serialize();
808 $data = $vobj->serialize();
891 $data = $vobj->serialize();
/plugin/log/
H A Dscript.js14 'data': jQuery( form ).serialize(),
/plugin/mantis/lib/
H A Dclass.soap_fault.php62 function serialize(){ function in nusoap_fault

12345678910>>...22