Home
last modified time | relevance | path

Searched refs:json_decode (Results 51 – 75 of 272) sorted by last modified time

1234567891011

/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/OAuth2/Service/
H A DSalesforce.php61 $data = json_decode($responseBody, true);
H A DYahoo.php41 $data = json_decode($responseBody, true);
/plugin/oauth/
H A Dauth.php210 $data = json_decode(base64_decode(urldecode($state)));
/plugin/sql2wiki/syntax/
H A Dquery.php67 $config = json_decode($matches[2], true);
/plugin/ireadit/action/
H A Dmigration.php102 $meta = json_decode($row['meta'], true);
/plugin/deeplautotranslate/
H A Daction.php408 $json_response = json_decode($raw_response, true);
419 $content = json_decode($raw_json, true);
431 $content = json_decode($raw_json, true);
447 $content = json_decode($raw_json, true);
601 $json_response = json_decode($raw_response, true);
706 $json_response = json_decode($raw_response, true);
/plugin/prosemirror/parser/
H A DFootnoteNode.php18 $contentDoc = json_decode($json, true);
/plugin/prosemirror/action/
H A Dajax.php102 $attrs = json_decode($INPUT->str('attrs'), true);
/plugin/prosemirror/
H A Dhelper.php24 $prosemirrorData = json_decode($unparsedJSON, true);
/plugin/acmenu/
H A Dsyntax.php169 $open_items = json_decode($_COOKIE["plugin_acmenu_open_items"]);
/plugin/gitlabapi/gitlab/
H A Dgitlabapi.php28 $answer_decoded = json_decode($answer, true);
/plugin/gitlabapi/
H A Dsyntax.php39 $json_data = json_decode($json_file, true);
/plugin/edittable/action/
H A Deditor.php131 $data = json_decode($INPUT->post->str('edittable_data'), true);
132 $meta = json_decode($INPUT->post->str('edittable_meta'), true);
/plugin/pubmed2020/classes/
H A Dcache.php384 $array = json_decode(io_readFile($path), true);
H A Dpubmed2020.php63 $r = json_decode($json);
/plugin/linksuggest/_test/
H A DSuggestionAjaxRequestsTest.php167 //var_export(json_decode($response->getContent()), true); // print as PHP array
169 $actualArray = json_decode($response->getContent(), true);
/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DJSON.php24 public static function parse(...$args/* inherit from json_decode */)
32 $array = \json_decode(...$args);
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Serializers/
H A DSmartSerializer.php85 $result = json_decode($data, true, 512, JSON_THROW_ON_ERROR);
93 $result = @json_decode($data, true);
H A DArrayToJSONSerializer.php55 return json_decode($data, true);
H A DEverythingToJSONSerializer.php51 return json_decode($data, true);
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dserializers.asciidoc37 encoded as JSON, it is decoded into an array using `json_decode`. Otherwise, it
/plugin/elasticsearch/vendor/ruflin/elastica/
H A DCHANGELOG.md884 - Set `json_decode()` assoc parameter to true in `Elastica\Response` [#1005](https://github.com/ruflin/Elastica/pull/1005)
/plugin/elasticsearch/helper/
H A Ddocparser.php156 ($decoded = json_decode($result, true)) === null
/plugin/elasticsearch/vendor/react/promise/
H A DREADME.md801 return json_decode($jsonResultString);
805 $object = json_decode($jsonErrorString);
/plugin/tagfilter/
H A Daction.php198 $param = json_decode($param);

1234567891011