Home
last modified time | relevance | path

Searched refs:json_encode (Results 101 – 125 of 240) sorted by path

12345678910

/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DJSON.php55 public static function stringify(...$args/* inherit from json_encode */)
61 $string = \json_encode(...$args);
/plugin/evesso/classes/
H A DEveOnlineAdapter.php98 $parameters['state'] = urlencode(base64_encode(json_encode(array('state' => md5(rand())))));
/plugin/explorertree/
H A Dhelper.php172 $json = json_encode($o);
/plugin/externalembed/
H A Dsyntax.php267 $dataJSON = json_encode(array_map("utf8_encode", $parameters));
/plugin/facebookalbum/
H A Dfacebook.php572 $params[$key] = json_encode($value);
/plugin/farmsync/meta/
H A DFarmSyncUtil.php449 $schemas[$schema] = json_encode($schemas[$schema]);
489 if (json_encode($targetSchema) == $json) {
/plugin/fblogin/lib/
H A Dbase_facebook.php900 $params[$key] = json_encode($value);
1029 $json = json_encode($data);
/plugin/fetchmedia/action/
H A Dajax.php63 echo json_encode($result);
/plugin/findologicxmlexport/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/
H A DIgnoreAnnotation.php49 …on expects either a string name, or an array of strings, but got %s.', json_encode($values['value'…
/plugin/findologicxmlexport/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/
H A DDocParser.php840 …%s does not accept any values, but got %s.', $originalName, $this->context, json_encode($values)));
/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/jms/serializer/src/Handler/
H A DHandlerRegistry.php32 … does not exist; see GraphNavigatorInterface::DIRECTION_??? constants.', json_encode($direction)));
/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 DJsonSerializationVisitor.php186 $result = @json_encode($data, $this->options);
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']…
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)));
/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/tests/Handler/
H A DFormErrorHandlerTest.php69 $json = json_encode($this->handler->serializeFormToJson($this->visitor, $form, []));
79 $json = json_encode($this->handler->serializeFormToJson($this->visitor, $form, []));
81 self::assertSame(json_encode([
90 $json = json_encode($this->handler->serializeFormToJson($this->visitor, $form, []));
92 self::assertSame(json_encode([
119 $data = json_encode($this->handler->serializeFormToJson($this->visitor, $form, []));
134 $json = json_encode($this->handler->serializeFormToJson($this->visitor, $form, []));
136 self::assertSame(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/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) != '[]') {

12345678910