Home
last modified time | relevance | path

Searched refs:json_encode (Results 51 – 75 of 240) sorted by relevance

12345678910

/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Connections/
H A DConnection.php748 return json_encode($body);
770 // added json_encode to convert into a string
771 return new $errorClass(json_encode($response['body']), (int) $response['status']);
785 // added json_encode to convert into a string
786 $original = new $errorClass(json_encode($response['body']), $response['status']);
791 // added json_encode to convert into a string
792 $original = new $errorClass(json_encode($response['body']), $response['status']);
796 $errorEncoded = json_encode($errorEncoded);
804 $responseBody = json_encode($responseBody);
/plugin/elasticsearch/vendor/react/promise/src/
H A DUnhandledRejectionException.php22 $message = \sprintf('Unhandled Rejection: %s', \json_encode($reason));
/plugin/freechat/phpfreechat/src/
H A Dpfcjson.class.php42 return json_encode($v);
/plugin/dump/renderer/
H A Dcallstack.php35 $body = json_encode($ins, JSON_PRETTY_PRINT);
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Serializers/
H A DEverythingToJSONSerializer.php35 $data = json_encode($data, JSON_PRESERVE_ZERO_FRACTION + JSON_INVALID_UTF8_SUBSTITUTE);
H A DArrayToJSONSerializer.php38 $data = json_encode($data, JSON_PRESERVE_ZERO_FRACTION + JSON_INVALID_UTF8_SUBSTITUTE);
/plugin/telleveryone/
H A Dapi.php26 echo json_encode($arr);
/plugin/ckgdoku/action/
H A Diwiki.php42 echo json_encode($a);
/plugin/discordnotifier/examples/
H A Dsend_message.php13 $json = json_encode($payload);
H A Dsend_embeds.php23 $json = json_encode($payload);
/plugin/ckgedit/action/
H A Diwiki.php42 echo json_encode($a);
/plugin/aceeditor/
H A Dpreview.php46 echo json_encode($data);
/plugin/findologicxmlexport/vendor/twig/twig/doc/filters/
H A Dindex.rst18 json_encode
/plugin/jsonrpc/
H A DIJR_Server.php75 $result = json_encode($result);
152 $result = json_encode($result);
/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/authgooglesheets/vendor/guzzlehttp/promises/src/
H A DRejectionException.php33 . json_encode($this->reason, JSON_PRETTY_PRINT);
/plugin/schedule/
H A DajaxPOI.php30 echo json_encode ($poiDB->getInsee ($_REQUEST['insee']));
/plugin/elasticsearch/cli/
H A Dimg.php69 echo json_encode($data, JSON_PRETTY_PRINT);
/plugin/dbquery/
H A Drenderer.php51 $this->doc = json_encode([
/plugin/jplayer/vendor/mustache/mustache/src/Mustache/Source/
H A DFilesystemSource.php65 return json_encode($chunks);
/plugin/block/
H A Daction.php42 echo json_encode($ar);
/plugin/bureaucracy/
H A Daction.php58 echo json_encode($users);
/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/interwikipaste/
H A Daction.php21 … $JSINFO['plugins']['interwikipaste']['patterns'] = json_encode($this->getInterwikiPatterns());
/plugin/yuriigantt/src/Views/
H A Ddhtmlxgantt.php73 let database = <?= json_encode($database); ?>;

12345678910