Home
last modified time | relevance | path

Searched refs:json_encode (Results 176 – 200 of 240) sorted by last modified time

12345678910

/plugin/findologicxmlexport/vendor/twig/twig/src/Extension/
H A DCoreExtension.php614 return json_encode($value, $options);
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/filters/
H A Djson_encode.test2 "json_encode" filter
4 {{ "foo"|json_encode|raw }}
5 {{ foo|json_encode|raw }}
6 {{ [foo, "foo"]|json_encode|raw }}
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Framework/
H A DAssertTest.php3502 $actual = json_encode(['Mascott' => 'Tux']);
3510 $actual = json_encode(['Mascott' => 'Beastie']);
3540 $actual = json_encode(['Mascott' => 'Beastie']);
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Framework/Constraint/
H A DJsonMatchesTest.php24 $jsonValue = json_encode(['Mascott' => 'Tux']);
33 …SON' => [true, json_encode(['Mascott' => 'Tux']…
34 …'error syntax' => [false, '{"Mascott"::}', json_encode(['Mascott' =…
35 …'error UTF-8' => [false, json_encode('\xB1\x31'), json_encode(['Mascott' =…
36 …'invalid JSON in class instantiation' => [false, json_encode(['Mascott' =…
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/TextUI/
H A Dlog-json-post-66021.phpt7 } elseif (json_encode([], JSON_PRETTY_PRINT) != '[]') {
/plugin/findologicxmlexport/vendor/symfony/yaml/Exception/
H A DParseException.php124 …$this->message .= sprintf(' in %s', json_encode($this->parsedFile, JSON_UNESCAPED_SLASHES | JSON_U…
/plugin/findologicxmlexport/vendor/jms/serializer/src/
H A DJsonDeserializationVisitor.php90 …w RuntimeException(sprintf('Expected array, but got %s: %s', \gettype($data), json_encode($data)));
122 …(sprintf('Array type cannot have more than 2 parameters, but got %s.', json_encode($type['params']…
162 …throw new RuntimeException(sprintf('Invalid data %s (%s), expected "%s".', json_encode($data), $me…
H A DXmlSerializationVisitor.php246 …or XML attribute for %s. Expected character data, but got %s.', $metadata->name, json_encode($v)));
287 …rted value for a XML attribute map value. Expected character data, but got %s.', json_encode($v)));
H A DXmlDeserializationVisitor.php132 … convert data to boolean. Expected "true", "false", "1" or "0", but got %s.', json_encode($data)));
233 …'The array type does not support more than 2 parameters, but got %s.', json_encode($type['params']…
/plugin/findologicxmlexport/vendor/jms/serializer/src/Metadata/
H A DClassMetadata.php168 …stomOrder is expected to be a list of strings, but got element of value %s.', json_encode($name)));
250 …tadataException(sprintf('$uri is expected to be a strings, but got value %s.', json_encode($uri)));
255 …Exception(sprintf('$prefix is expected to be a strings, but got value %s.', json_encode($prefix)));
/plugin/findologicxmlexport/vendor/jms/serializer/src/Metadata/Driver/
H A DYamlDriver.php358 …ing, or an array of strings that represent method names, but got %s.', json_encode($config['pre_se…
/plugin/findologicxmlexport/vendor/jms/serializer/src/Handler/
H A DHandlerRegistry.php32 … does not exist; see GraphNavigatorInterface::DIRECTION_??? constants.', json_encode($direction)));
/plugin/findologicxmlexport/vendor/jms/serializer/doc/cookbook/
H A Darrays.rst21 // default (let the PHP's json_encode function decide)
26 // same as default (let the PHP's json_encode function decide)
/plugin/findologicxmlexport/vendor/twig/twig/doc/filters/
H A Dindex.rst18 json_encode
/plugin/findologicxmlexport/vendor/jms/serializer/tests/
H A Dbenchmark.php64 $output = json_encode(['metrics' => $metrics]);
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/
H A DDashboard.php99 'class' => json_encode($result['class']),
100 'method' => json_encode($result['method'])
169 'class' => json_encode(array_values($result['class'])),
170 'method' => json_encode(array_values($result['method']))
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/Log/
H A DJSON.php252 parent::write(json_encode($buffer, JSON_PRETTY_PRINT));
/plugin/findologicxmlexport/vendor/twig/twig/
H A DCHANGELOG734 * fixed json_encode filter on PHP 5.2
749 * fixed json_encode filter
891 * added the following filers: "constant", "trans", "replace", "json_encode"
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/filter/
H A Djson_encode.test4 {% filter json_encode|raw %}test{% endfilter %}
/plugin/farmsync/meta/
H A DFarmSyncUtil.php449 $schemas[$schema] = json_encode($schemas[$schema]);
489 if (json_encode($targetSchema) == $json) {
/plugin/jirainfo/
H A Daction.php29 echo json_encode($this->fillDataTask());
/plugin/letsencrypt/
H A DLescript.php138 … throw new \RuntimeException("Verification ended with error: " . json_encode($result));
179 …eException("Invalid response code: " . $this->client->getLastCode() . ", " . json_encode($result));
361 $payload64 = Base64UrlSafeEncoder::encode(str_replace('\\/', '/', json_encode($payload)));
362 $protected64 = Base64UrlSafeEncoder::encode(json_encode($protected));
377 return $this->client->post($uri, json_encode($data));
/plugin/adminperm/
H A Dadmin.php108 return io_saveFile($this->config, json_encode($data, JSON_PRETTY_PRINT));
/plugin/ckgdoku/action/
H A Dmeta.php202 echo json_encode($result);
H A Diwiki.php42 echo json_encode($a);

12345678910