Home
last modified time | relevance | path

Searched refs:json (Results 251 – 275 of 450) sorted by path

1...<<1112131415161718

/plugin/findologicxmlexport/vendor/hoa/file/
H A DCHANGELOG.md56 * Format the `composer.json` file. (Ivan Enderlin, 2014-11-25T14:08:32+01:00)
/plugin/findologicxmlexport/vendor/hoa/iterator/
H A DCHANGELOG.md8 * Documentation: Use HTTPS in `composer.json`. (Ivan Enderlin, 2016-10-07T07:56:41+02:00)
H A DREADME.md330 * composer.json
/plugin/findologicxmlexport/vendor/jms/metadata/
H A DCHANGELOG.md114 - Add composer.json [\#2](https://github.com/schmittjoh/metadata/pull/2) ([Seldaek](https://github.…
/plugin/findologicxmlexport/vendor/jms/serializer/.travis/
H A Dscript_test.sh5 php tests/benchmark.php json 3
/plugin/findologicxmlexport/vendor/jms/serializer/
H A DCHANGELOG.md179 - This deprecates the set/has data functions in the json serialization [\#945](https://github.com/s…
484 - Serialization with groups return json object instead array [\#267](https://github.com/schmittjoh/…
606 - composer.json update for doctrine [\#178](https://github.com/schmittjoh/serializer/issues/178)
695 - Not compatible with Symfony 3's Controller::json\(\) [\#663](https://github.com/schmittjoh/serial…
696 - Class name not reflecting in serialized json [\#662](https://github.com/schmittjoh/serializer/iss…
868 - fix json output \(from \[\] to {} if empty\) of form error [\#462](https://github.com/schmittjoh/…
886 - best way to add root to json? [\#250](https://github.com/schmittjoh/serializer/issues/250)
971 - Add json prefix to prevent script tag csrf attack [\#76](https://github.com/schmittjoh/serializer…
1037 - Extract json specific logic from GenericSerializationVisitor [\#29](https://github.com/schmittjoh…
/plugin/findologicxmlexport/vendor/jms/serializer/doc/
H A Dconfiguration.rst54 $registry->registerHandler('serialization', 'MyObject', 'json',
99 Then, calling ``$serializer->serialize($data, 'json');`` will generate
H A Devent_system.rst25 'format' => 'json', // optional format
H A Dhandlers.rst18 $registry->registerHandler('serialization', 'MyObject', 'json',
49 'format' => 'json',
55 'format' => 'json',
H A Dindex.rst28 or just add it to your ``composer.json`` file directly.
35 $jsonContent = $serializer->serialize($data, 'json');
H A Dusage.rst16 $serializer->serialize($object, 'json');
22 {{ object | serialize('json') }}
35 $object = $serializer->deserialize($jsonData, 'MyNamespace\MyObject', 'json');
/plugin/findologicxmlexport/vendor/jms/serializer/doc/cookbook/
H A Dexclusion_strategies.rst80 …$serializer->serialize(new VersionObject(), 'json', SerializationContext::create()->setVersion(1));
119 …$serializer->serialize(new BlogPost(), 'json', SerializationContext::create()->setGroups(array('li…
123 …$serializer->serialize(new BlogPost(), 'json', SerializationContext::create()->setGroups(array('De…
198 $serializer->serialize($john, 'json', $context);
200 This would result in the following json::
265 $serializer->serialize($data, 'json', SerializationContext::create()->enableMaxDepthChecks());
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Handler/
H A DFormErrorHandlerTest.php69 $json = json_encode($this->handler->serializeFormToJson($this->visitor, $form, []));
71 self::assertSame('{}', $json);
79 $json = json_encode($this->handler->serializeFormToJson($this->visitor, $form, []));
83 ]), $json);
90 $json = json_encode($this->handler->serializeFormToJson($this->visitor, $form, []));
94 ]), $json);
134 $json = json_encode($this->handler->serializeFormToJson($this->visitor, $form, []));
142 ]), $json);
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Serializer/
H A DBaseSerializationTest.php370 * @param string $json
374 public function testExpressionExclusion($person, ExpressionFunction $function, $json) argument
383 … self::assertEquals($this->getContent($json), $serializer->serialize($person, $this->getFormat()));
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Serializer/Doctrine/
H A DIntegrationTest.php43 $json = $this->serializer->serialize($school, 'json');
44 self::assertEquals('{"type":"school"}', $json);
46 $deserialized = $this->serializer->deserialize($json, Organization::class, 'json');
53 $json = $this->serializer->serialize($student, 'json');
54 self::assertEquals('{"type":"student"}', $json);
56 $deserialized = $this->serializer->deserialize($json, Person::class, 'json');
80 $json = $this->serializer->serialize($reloadedClass, 'json');
81 …id":1,"type":"teacher"},"students":[{"id":2,"type":"student"},{"id":3,"type":"student"}]}', $json);
/plugin/findologicxmlexport/vendor/jms/serializer/tests/
H A DSerializerBuilderTest.php219 * @param string $json
223 public function testExpressionEngine(ExpressionFunction $function, $json) argument
236 self::assertEquals($json, $serializer->serialize($person, 'json'));
/plugin/findologicxmlexport/vendor/myclabs/deep-copy/
H A DREADME.md45 ```json
/plugin/findologicxmlexport/vendor/phpdocumentor/reflection-docblock/
H A D.coveralls.yml3 json_path: coverage.json
/plugin/findologicxmlexport/vendor/phpspec/prophecy/
H A DREADME.md51 First, add Prophecy to the list of dependencies inside your `composer.json`:
53 ```json
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/
H A DChangeLog-3.2.md9 * Updated dependency information in `composer.json`
H A DChangeLog-4.0.md13 * Cleaned up requirements in `composer.json`
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/js/
H A Dd3.min.js5 ….scale.linear(),ec,rc)},ao.text=An(function(n){return n.responseText}),ao.json=function(n,t){retur… function
H A Djquery.min.js4json:"application/json, text/javascript"},contents:{xml:/\bxml\b/,html:/\bhtml/,json:/\bjson\b/},r…
/plugin/findologicxmlexport/vendor/phpunit/php-text-template/
H A DREADME.md7 …/php-text-template` to your project's `composer.json` file. Here is a minimal example of a `compos…
/plugin/findologicxmlexport/vendor/phpunit/phpunit/
H A DChangeLog-5.7.md210 * The `--log-json` commandline option has been deprecated

1...<<1112131415161718