Home
last modified time | relevance | path

Searched refs:serialized (Results 1 – 25 of 47) sorted by path

12

/plugin/amcharts/assets/amcharts/plugins/export/libs/fabric.js/
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);
H A Dfabric.min.js6serialized=typeof json==="string"?JSON.parse(json):json;this.clear();var _this=this;this._enlivenO… argument
/plugin/authfacebook/lib/
H A DFacebookApp.php102 * @param string $serialized
104 public function unserialize($serialized) argument
106 list($id, $secret) = explode('|', $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/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/ckgdoku/action/entities/
H A Dents_seri.php26 $serialized = FCK_ACTION_SUBDIR . 'ent.ser'; variable
27 file_put_contents($serialized,serialize($entities));
/plugin/ckgdoku/action/
H A Dmeta.php322 $serialized = FCK_ACTION_SUBDIR . 'ent.ser';
323 $ents = unserialize(file_get_contents($serialized));
H A Dsave.php309 $serialized = FCK_ACTION_SUBDIR . 'ent.ser';
310 $ents = unserialize(file_get_contents($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 Dmeta.php347 $serialized = FCK_ACTION_SUBDIR . 'ent.ser';
348 $ents = unserialize(file_get_contents($serialized));
H A Dsave.php403 $serialized = FCK_ACTION_SUBDIR . 'ent.ser';
404 $ents = unserialize(file_get_contents($serialized));
/plugin/confmanager/
H A Djquery.form.js223 var serialized = $.param(extraData).split('&');
224 var len = serialized.length;
228 part = serialized[i].split('=');
/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/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/fckg/action/entities/
H A Dents_seri.php26 $serialized = FCK_ACTION_SUBDIR . 'ent.ser'; variable
27 file_put_contents($serialized,serialize($entities));
/plugin/fckg/action/
H A Dsave.php157 $serialized = FCK_ACTION_SUBDIR . 'ent.ser';
158 $ents = unserialize(file_get_contents($serialized));
/plugin/fckg/scripts/
H A Drefresh_save.php66 $serialized = FCK_ACTION_SUBDIR . 'ent.ser';
67 $ents = unserialize(file_get_contents($serialized));
/plugin/fedauth/Auth/OpenID/
H A DKVForm.php89 $serialized = '';
106 $serialized .= "$key:$value\n";
108 return $serialized;
/plugin/findologicxmlexport/vendor/jms/serializer/
H A DCHANGELOG.md233 - Feature proposal: dynamic property serialized name [\#225](https://github.com/schmittjoh/serializ…
265 - Not all virtual properties are serialized [\#864](https://github.com/schmittjoh/serializer/issues…
377 - inline array with type array\<K, V\> not serialized [\#784](https://github.com/schmittjoh/seriali…
447 - Array gets serialized as object, not as array, depending on order. [\#709](https://github.com/sch…
454 - Array serialized as JSON object [\#706](https://github.com/schmittjoh/serializer/issues/706)
474 - serialized\_name for discriminator [\#372](https://github.com/schmittjoh/serializer/issues/372)
481 - Integer serialized as String using VirtualProperty [\#289](https://github.com/schmittjoh/serializ…
696 - Class name not reflecting in serialized json [\#662](https://github.com/schmittjoh/serializer/iss…
743 - Customize how Booleans are serialized [\#180](https://github.com/schmittjoh/serializer/issues/180)
745 - serialized\_name does not work in yaml [\#118](https://github.com/schmittjoh/serializer/issues/11…
[all …]
H A DUPGRADING.md12 - Removed `AdvancedNamingStrategyInterface`, the serialized name is now compiled and can not be cha…
/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/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"

12