Home
last modified time | relevance | path

Searched refs:serialized (Results 1 – 25 of 47) sorted by last modified time

12

/plugin/openlayersmap/ol7/
H A Dol.js.map
/plugin/confmanager/
H A Djquery.form.js223 var serialized = $.param(extraData).split('&');
224 var len = serialized.length;
228 part = serialized[i].split('=');
/plugin/bpmnio/vendor/bpmn-js/
H A DCHANGELOG.md140 * `FEAT`: allow clipboard to be serialized ([#1707](https://github.com/bpmn-io/bpmn-js/pull/1707))
/plugin/openid/Auth/OpenID/
H A DKVForm.php94 $serialized = '';
111 $serialized .= "$key:$value\n";
113 return $serialized;
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dsearch-operations.asciidoc103 difference is that the JSON response is serialized back into PHP arrays. Working
178 Notice that the `must` clause accepts an array of arrays. This is serialized
/plugin/ckgedit/action/entities/
H A Dents_seri.php26 $serialized = FCK_ACTION_SUBDIR . 'ent.ser'; variable
27 file_put_contents($serialized,serialize($entities));
/plugin/ckgedit/action/
H A Dsave.php403 $serialized = FCK_ACTION_SUBDIR . 'ent.ser';
404 $ents = unserialize(file_get_contents($serialized));
H A Dmeta.php347 $serialized = FCK_ACTION_SUBDIR . 'ent.ser';
348 $ents = unserialize(file_get_contents($serialized));
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
H A DCHANGELOG.md293 is serialized using PHP's `http_build_query`. If you need more control, you
615 and "//". This allows empty Url (e.g., "") to be serialized as "".
919 … for `additionalParameters` in service descriptions to define how custom parameters are serialized.
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dehcache-3.8.1.jarMETA-INF/ META-INF/MANIFEST.MF LICENSE META-INF/maven/ META ...
H A Dgson-2.7.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A Dbundle.js.map1serialized by an older version\n return this._reduceRestoreStateCompatibility(state);\n…
/plugin/webdav/vendor/sabre/dav/
H A DCHANGELOG.md2302 serialized as {namespace}tagName instead of namespace#tagName
/plugin/webdav/vendor/sabre/xml/
H A DCHANGELOG.md41 traversed and each individual item is serialized. This fixes an issue
/plugin/pdfjs/pdfjs/build/
H A Dpdf.js.map1 … | d e f | x | Y |\n // | g h i | | Z |\n // M is assumed to be serialized as [a,b,c,d,e,f,…
H A Dpdf.worker.js.map1serialized\n if (typeof e === 'string') {\n wrappedException = {\n …
/plugin/yuriigantt/3rd/dhtmlxgantt/
H A Ddhtmlxgantt.js.map1serialized","valid","_forEachUpdatedRow","_sendData","_getAllData","pattern","defineAction","_uAct…
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/
H A Ddhtmlxgantt.js7378 var serialized = "";
7381 serialized = encodeURIComponent(data[key]);
7384 serialized = data[key];
7387 serialized = encodeURIComponent(JSON.stringify(data[key]));
7389 serialized = key + "=" + serialized;
7391 serialized = "&" + serialized;
7393 result += serialized;
8470 var serialized = "";
8479 serialized = data[key];
8482 serialized = JSON.stringify(data[key]);
[all …]
/plugin/findologicxmlexport/vendor/jms/serializer/
H A DUPGRADING.md12 - Removed `AdvancedNamingStrategyInterface`, the serialized name is now compiled and can not be cha…
/plugin/findologicxmlexport/vendor/jms/serializer/doc/reference/
H A Dannotations.rst13 | | with @Expose will be serialized/unserialized |
16 | | those marked with @Exclude will be serialized/unserialized |
30 be serialized/unserialized. Works only in combination with AllExclusionPolicy.
38 not be serialized if the result will be "empty".
44 This annotation can be defined on a property to define the serialized name for a
67 version this property is available. If an earlier version is serialized, then
74 property was available. If a later version is serialized, then this property is
81 should be serialized when only serializing specific groups (see
87 content will be serialized. It is very useful when a property will contain a
290 object has been serialized.
[all …]
H A Dxml_reference.rst24 serialized-name="foo"
60 serialized-name="foo"
79 serialized-name="foo"
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Serializer/
H A DJsonSerializationTest.php312 $serialized = $this->serialize($object);
313 self::assertEquals('{"a":"b","c":"d"}', $serialized);
314 self::assertEquals($object, $this->deserialize($serialized, ObjectWithInlineArray::class));
H A DXmlSerializationTest.php375 $serialized = $this->serialize($object);
376 self::assertEquals($this->getContent('object_with_xml_namespaces'), $serialized);
/plugin/findologicxmlexport/vendor/jms/serializer/doc/cookbook/
H A Dexclusion_strategies.rst7 you to define which properties of your objects should be serialized.
15 object will be serialized. If you only want to expose a few of the properties,
129 In some cases you want to control more precisely what is serialized because you may have the same c…
228 You can limit the depth of what will be serialized in a property with the
231 affect the serialized content of others classes than the one you apply the
257 property is 1, the user friends would be serialized, but not their friends;
259 be serialized, and their author would also be serialized.
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Handler/
H A DIteratorHandlerTest.php53 $serialized = $serializationHandler(
59 self::assertSame(self::DATA, $serialized);
70 $serialized,

12