Home
last modified time | relevance | path

Searched refs:serialized (Results 26 – 47 of 47) sorted by relevance

12

/plugin/confmanager/
H A Djquery.form.js223 var serialized = $.param(extraData).split('&');
224 var len = serialized.length;
228 part = serialized[i].split('=');
/plugin/ckgdoku/action/
H A Dmeta.php322 $serialized = FCK_ACTION_SUBDIR . 'ent.ser';
323 $ents = unserialize(file_get_contents($serialized));
/plugin/ckgedit/action/
H A Dmeta.php347 $serialized = FCK_ACTION_SUBDIR . 'ent.ser';
348 $ents = unserialize(file_get_contents($serialized));
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Serializer/
H A DBaseSerializationTest.php1237 …$serialized = $this->serializer->serialize(new CustomDeserializationObject('sometext'), $this->get…
1238 …$object = $this->serializer->deserialize($serialized, 'CustomDeserializationObject', $this->getFor…
1442 $serialized = $this->serialize($data, $context);
1444 self::assertEquals($this->getContent('maxdepth_skippabe_object'), $serialized);
/plugin/icalevents/vendor/sabre/xml/
H A DCHANGELOG.md35 traversed and each individual item is serialized. This fixes an issue
/plugin/webdav/vendor/sabre/xml/
H A DCHANGELOG.md41 traversed and each individual item is serialized. This fixes an issue
/plugin/mantis/lib/
H A Dchangelog330 - nusoap_base: fix a bug in which attributes were sometimes not serialized with a value
376 - wsdl: add namespace for Apache SOAP types if a variable of such type is serialized
424 - wsdl: allow PHP objects to be serialized as SOAP structs in serializeType
447 - wsdl: change formatting of serialized XML for the WSDL
/plugin/amcharts/assets/amcharts/plugins/export/libs/fabric.js/
H A Dfabric.min.js6serialized=typeof json==="string"?JSON.parse(json):json;this.clear();var _this=this;this._enlivenO… argument
H A Dfabric.js10323 var serialized = (typeof json === 'string')
10330 this._enlivenObjects(serialized.objects, function () {
10331 _this._setBgOverlay(serialized, callback);
10342 _setBgOverlay: function(serialized, callback) { argument
10351 …if (!serialized.backgroundImage && !serialized.overlayImage && !serialized.background && !serializ…
10363 this.__setBgOverlay('backgroundImage', serialized.backgroundImage, loaded, cbIfLoaded);
10364 this.__setBgOverlay('overlayImage', serialized.overlayImage, loaded, cbIfLoaded);
10365 this.__setBgOverlay('backgroundColor', serialized.background, loaded, cbIfLoaded);
10366 this.__setBgOverlay('overlayColor', serialized.overlay, loaded, cbIfLoaded);
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dgson-2.7.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
H A Dehcache-3.8.1.jarMETA-INF/ META-INF/MANIFEST.MF LICENSE META-INF/maven/ META ...
/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/scrape/
H A DphpQuery-onefile.php
/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/symfony/yaml/Tests/Fixtures/
H A DYtsSpecificationExamples.yml1651 # NOTE: the following node should NOT be serialized this way.
/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/webdav/vendor/sabre/dav/
H A DCHANGELOG.md2302 serialized as {namespace}tagName instead of namespace#tagName
/plugin/yuriigantt/3rd/dhtmlxgantt/
H A Ddhtmlxgantt.js.map1serialized","valid","_forEachUpdatedRow","_sendData","_getAllData","pattern","defineAction","_uAct…
/plugin/openlayersmap/ol7/
H A Dol.js.map
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A Dbundle.js.map1serialized by an older version\n return this._reduceRestoreStateCompatibility(state);\n…
/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 …

12