Home
last modified time | relevance | path

Searched refs:json_encode (Results 101 – 125 of 240) sorted by last modified time

12345678910

/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/
H A DClient.php397 $options['body'] = \GuzzleHttp\json_encode($options['json']);
/plugin/authgooglesheets/vendor/guzzlehttp/promises/src/
H A DRejectionException.php33 . json_encode($this->reason, JSON_PRETTY_PRINT);
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DBrowserConsoleHandler.php258 $value = json_encode($value);
H A DFilterHandler.php76 …throw new \RuntimeException("The given handler (".json_encode($this->handler).") is not a callable…
H A DSamplingHandler.php61 …throw new \RuntimeException("The given handler (".json_encode($this->handler).") is not a callable…
/plugin/authgooglesheets/vendor/firebase/php-jwt/
H A DREADME.md219 $decoded = json_decode(json_encode($decoded), true);
/plugin/tablelayout/action/
H A Daction.php86 $INPUT->post->set('tablelayout', json_encode(array(
H A Dprint.php54 json_encode(
/plugin/tablelayout/
H A Dsyntax.php124 $json = hsc(json_encode($data));
/plugin/discordnotifier/examples/
H A Dsend_embeds.php23 $json = json_encode($payload);
H A Dsend_message.php13 $json = json_encode($payload);
/plugin/discordnotifier/
H A Dhelper.php195 $json_payload = json_encode ( $this->_payload );
/plugin/authorstats/
H A Dhelper.php49 $json = json_encode($authors, true);
65 $json = json_encode($pages, true);
/plugin/bpmnioeditor/action/
H A Dbpmnioeditor.php57 echo json_encode(['access'=>$result]);
77 echo json_encode($result);
/plugin/popupviewer/syntax/
H A Dviewer.php171 return ' data-popupviewer="' . htmlentities(json_encode(array_filter($data))) . '"';
/plugin/xcom/scripts/
H A Dxml.php40 $params[$p] = json_encode($params[$p]);
89 $retv = json_encode($retv);
/plugin/pureldap/classes/
H A DGroupHierarchyCache.php62 file_put_contents($cachename, json_encode($groups, JSON_THROW_ON_ERROR));
H A DClient.php229 file_put_contents($cachename, json_encode($info, JSON_THROW_ON_ERROR));
/plugin/quickstats/GEOIP/vendor/maxmind/web-service-common/src/WebService/
H A DClient.php103 $body = json_encode($input);
/plugin/multiorphan/action/
H A Dmultiorphan.php147 print json_encode($result);
/plugin/diagramsnet/
H A Daction.php85 echo json_encode($result);
90 echo json_encode($result);
109 echo json_encode($result);
113 echo json_encode($result);
/plugin/ajaxedit/
H A Dhelper.php40 echo json_encode($ret);
51 echo json_encode($ret);
109 echo json_encode($ret);
/plugin/watchcycle/
H A Daction.php217 echo json_encode($result);
242 echo json_encode($helper->validateMaintainerString($maintainers));
/plugin/matrixnotifier/
H A Dhelper.php161 $json_payload = json_encode($this->_payload);
/plugin/stale/
H A Daction.php58 echo json_encode($jsonArray);

12345678910