Home
last modified time | relevance | path

Searched refs:json_encode (Results 126 – 150 of 240) sorted by path

12345678910

/plugin/findologicxmlexport/vendor/symfony/yaml/Command/
H A DLintCommand.php180 $io->writeln(json_encode($filesInfo, JSON_PRETTY_PRINT | JSON_UNESCAPED_SLASHES));
/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/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/doc/filters/
H A Dindex.rst18 json_encode
H A Djson_encode.rst1 ``json_encode``
4 The ``json_encode`` filter returns the JSON representation of a value:
8 {{ data|json_encode() }}
12 Internally, Twig uses the PHP `json_encode`_ function.
17 * ``options``: A bitmask of `json_encode options`_: ``{{
18 data|json_encode(constant('JSON_PRETTY_PRINT')) }}``.
20 ``{{ data|json_encode(constant('JSON_PRETTY_PRINT') b-or constant('JSON_HEX_QUOT') }}``
22 .. _`json_encode`: https://secure.php.net/json_encode target
23 .. _`json_encode options`: https://secure.php.net/manual/en/json.constants.php
/plugin/findologicxmlexport/vendor/twig/twig/src/Error/
H A DError.php253 $name = json_encode($this->filename);
/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/twig/twig/test/Twig/Tests/Fixtures/tags/filter/
H A Djson_encode.test4 {% filter json_encode|raw %}test{% endfilter %}
/plugin/fksnewsfeed/
H A Daction.php103 …echo json_encode($this->printStream((int)$payload['news']['offset'], (int)$payload['news']['length…
/plugin/fksnewsfeed/syntax/
H A Dfeed.php85 $cache->storeCache(json_encode($innerHtml));
/plugin/freechat/phpfreechat/src/
H A Dpfcjson.class.php42 return json_encode($v);
/plugin/geophp/vendor/funiq/geophp/src/Adapter/
H A DGeoJSON.php224 : json_encode($this->getArray($geometry));
/plugin/icalevents/vendor/sabre/vobject/lib/
H A DWriter.php42 return json_encode($component, $options);
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/Parser/
H A DJsonTest.php159 $parser = new Json(json_encode($input));
311 $parser = new Json(json_encode($input));
369 fwrite($stream, json_encode($input));
392 $json->parse(json_encode($input), 0);
/plugin/ifauthex/_test/
H A Dinstruction.test.php22 $this->assertJsonStringEqualsJsonFile(__DIR__.'/test_page.json', json_encode($calls));
34 $this->assertJsonStringEqualsJsonFile(__DIR__.'/test_nested.json', json_encode($calls));
/plugin/imagecarousel/
H A Dsyntax.php72 $flags['slick'] = json_encode(array_merge(
/plugin/imgpaste/
H A Daction.php79 echo json_encode([
/plugin/importfacebookevents/nppBackup/
H A Dsyntax.php.2018-03-08_163658.bak323 $microdata = str_replace('{json_microdata}', json_encode($json_microdata), $microdata);
H A Dsyntax.php.2018-03-08_163705.bak322 $microdata = str_replace('{json_microdata}', json_encode($json_microdata), $microdata);
H A Dsyntax.php.2018-03-08_163718.bak322 $microdata = str_replace('{json_microdata}', json_encode($json_microdata), $microdata);
H A Dsyntax.php.2018-03-08_164623.bak322 $microdata = str_replace('{json_microdata}', json_encode($json_microdata), $microdata);
H A Dsyntax.php.2018-03-08_164706.bak326 $microdata = str_replace('{json_microdata}', json_encode($json_microdata), $microdata);
H A Dsyntax.php.2018-03-08_165027.bak328 $microdata = str_replace('{json_microdata}', json_encode($json_microdata), $microdata);
H A Dsyntax.php.2018-03-08_165158.bak327 $microdata = str_replace('{json_microdata}', json_encode($json_microdata), $microdata);

12345678910