Home
last modified time | relevance | path

Searched refs:deserialize (Results 26 – 45 of 45) sorted by relevance

12

/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dgson-2.7.jar ... { public abstract boolean serialize () public abstract boolean deserialize () } com/google/gson/annotations ...
H A Dcommons-lang3-3.5.jarMETA-INF/MANIFEST.MF META-INF/ org/ org/apache/ org/ ...
H A Dhttpcore-4.4.9.jarMETA-INF/MANIFEST.MF META-INF/ org/ org/apache/ org/ ...
H A Dehcache-3.8.1.jarMETA-INF/ META-INF/MANIFEST.MF LICENSE META-INF/maven/ META ...
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dserializers.asciidoc179 public function deserialize($data, $headers)
/plugin/revealjs/js/
H A Dreveal.js1711 function deserialize( value ) { function
4674 slide( deserialize( state.indexh ), deserialize( state.indexv ), deserialize( state.indexf ) );
4676 var pausedFlag = deserialize( state.paused ),
4677 overviewFlag = deserialize( state.overview );
6103 query[ i ] = deserialize( unescape( value ) );
/plugin/findologicxmlexport/vendor/jms/serializer/
H A DCHANGELOG.md65 - BC Break on deserialize with non existing properties in JSON payload? [\#1011](https://github.com…
227 - DoctrineObjectConstructor and deserialize not work [\#806](https://github.com/schmittjoh/serializ…
365 - Added support for a third deserialize parameter for the DateTime type [\#788](https://github.com/…
529 - Is it possible to deserialize Collection from Json [\#534](https://github.com/schmittjoh/serializ…
560 - How to deserialize JSON if property might have a list of subobjects? [\#355](https://github.com/s…
744 - Problem with deserialize related entity [\#123](https://github.com/schmittjoh/serializer/issues/1…
855 - Namespaces and serialize/deserialize process [\#303](https://github.com/schmittjoh/serializer/iss…
857 - How to deserialize correctly an array of arbitrary values ? [\#280](https://github.com/schmittjoh…
935 - XmlKeyValueStore annotation does not seem to deserialize properly [\#139](https://github.com/schm…
/plugin/findologicxmlexport/vendor/jms/serializer/doc/reference/
H A Dannotations.rst359 | | deserialize format). If you do not wan…
373 | | timezone/deserialize format). If you d…
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/
H A DParser.php403 $result = (new ATNDeserializer($deserializationOptions))->deserialize($serializedAtn);
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/
H A DATNDeserializer.php132 public function deserialize(string $data) : ATN function in Antlr\\Antlr4\\Runtime\\Atn\\ATNDeserializer
143 // First, deserialize sets with 16-bit arguments <= U+FFFF.
149 // deserialize sets with 32-bit arguments <= U+10FFFF.
197 'Could not deserialize ATN with version %d (expected %d).',
210 'Could not deserialize ATN with UUID: %s (expected %s or a legacy UUID).',
/plugin/mantis/lib/
H A Dchangelog100 - soap_parser: deserialize Apache Vector as an array
302 - soap_parser: deserialize attributes, prefixing names with "!"
/plugin/combo/ComboStrap/PageSqlParser/
H A DPageSqlParser.php245 $atn = (new ATNDeserializer())->deserialize(self::SERIALIZED_ATN);
/plugin/jcapture/lib/
H A Dhttpcore-4.0.1.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/jdraw/lib/
H A Dhttpcore-4.0.1.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/webcode/vendor/
H A Dfirebug-lite-1.4.js3070 api.deserialize=function(value){if(typeof value!="string"){return undefined
3080 api.get=function(key){return api.deserialize(storage.getItem(key))
3089 api.get=function(key){return api.deserialize(storage[key]&&storage[key].value)
3108 api.get=withIEStorage(function(storage,key){return api.deserialize(storage.getAttribute(key))
/plugin/sequencediagram/bower_components/lodash/vendor/firebug-lite/src/
H A Dfirebug-lite-debug.js12535 api.deserialize = function(value) {
12556 api.get = function(key) { return api.deserialize(storage.getItem(key)) }
12563 api.get = function(key) { return api.deserialize(storage[key] && storage[key].value) }
12590 return api.deserialize(storage.getAttribute(key))
/plugin/combo/resources/firebug/
H A Dfirebug-lite-1.4.js3081 api.deserialize=function(value){if(typeof value!="string"){return undefined function
3091 api.get=function(key){return api.deserialize(storage.getItem(key))
3100 api.get=function(key){return api.deserialize(storage[key]&&storage[key].value)
3119 api.get=withIEStorage(function(storage,key){return api.deserialize(storage.getAttribute(key))
/plugin/dirtylittlehelper/mermaid/editor/
H A Dbundle.js1 …and(...e){return y.create(e)}static or(...e){return w.create(e)}static deserialize(e,t=!1){if(e)re…
426deserialize(n);return this._standaloneKeybindingService.addDynamicKeybinding(i,e,t,r),i}createCont…
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A Dbundle.js1 …and(...e){return y.create(e)}static or(...e){return w.create(e)}static deserialize(e,t=!1){if(e)re…
426deserialize(n);return this._standaloneKeybindingService.addDynamicKeybinding(i,e,t,r),i}createCont…
H A Dbundle.js.map1deserialize(source) {\n const b = new Uint8Array(source);\n let offset = 0;\n …

12