Home
last modified time | relevance | path

Searched refs:json (Results 51 – 75 of 450) sorted by relevance

12345678910>>...18

/plugin/combo/resources/snippet/js/
H A Dmetadata.js77 let json = await response.json();
78 if (json !== null) {
79 if (json.hasOwnProperty("message")) {
80 let jsonMessage = json["message"];
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/OAuth2/Service/
H A DHeroku.php113 return array('Accept' => 'application/vnd.heroku+json; version=3');
121 return array('Accept' => 'application/vnd.heroku+json; version=3', 'Content-Type' => 'application/json');
/plugin/sfauth/
H A Dhelper.php140 $json = new JSON(JSON_LOOSE_TYPE);
153 $data = $json->encode($data);
163 $resp = $json->decode($http->resp_body);
237 $json = new JSON(JSON_LOOSE_TYPE);
238 $resp = $json->decode($resp);
265 $json = new JSON(JSON_LOOSE_TYPE);
267 $resp = $json->decode($resp);
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Formatter/
H A DWildfireFormatter.php98 $json = $this->toJson([
111 strlen($json),
112 $json
/plugin/randomtables/action/
H A Dajax.php34 $json = [];
36 $json[] = ['min' => $l[0], 'max' => $l[1], 'result' => $l[2]];
41 'rows' => json_encode($json)
76 header('Content-Type: application/json');
/plugin/swarmwebhook/_test/mock/
H A DZapier.php7 public function handleWebhookPayload($json) argument
9 return parent::handleWebhookPayload($json);
/plugin/ajaxloader/
H A Dcommon.php9 $json = new JSON; variable
10 echo '(' . $json->encode($AJAX_JSON) . ')';
/plugin/randomtables/table-roller/src/Table/
H A DDokuwikiJsonTable.php7 public function __construct(string $json) argument
9 $rows = json_decode($json);
10 // transform our json into what the table roller class expects
/plugin/aichat/
H A DChunk.php172 * @param string $json
175 public static function fromJSON($json)
177 $data = json_decode($json, true, 512, JSON_THROW_ON_ERROR);
141 fromJSON($json) global() argument
/plugin/actickets/
H A Dajax.php43 $json = new JSON(); variable
44 die($json->encode($tickets));
H A Dacclient.php43 $json = new JSON();
44 return $json->decode($this->client->get($this->base_url . '&' .
/plugin/emoji/
H A Daction.php30 $json = new JSON();
33 '_data' => 'var emoji_assetsrc = '.$json->encode($assetsrc).';'
/plugin/sqljson/
H A Dplugin.info.txt5 name SQL json plugin
6 desc Processing query to mysql database and insert results as a json.
/plugin/discordnotifier/examples/
H A Dsend_message.php13 $json = json_encode($payload);
18 curl_setopt($ch, CURLOPT_POSTFIELDS, $json);
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dphp_json_objects.asciidoc19 [source,json]
41 [source,json]
71 [source,json]
90 [source,json]
112 [source,json]
137 [source,json]
156 [source,json]
/plugin/twitter/
H A Dsyntax.php256 $json = $this->getData("https://api.twitter.com/1.1/search/tweets.json", array(
262 $json = $this->getData("https://api.twitter.com/1.1/statuses/user_timeline.json", array(
267 $decode = json_decode($json);
298 $json = curl_exec($ch);
309 $json = file_get_contents($this->signRequest($url, $param), true, $ctx);
311 return $json;
/plugin/prosemirror/parser/
H A DFootnoteNode.php17 $json = $data['attrs']['contentJSON'];
18 $contentDoc = json_decode($json, true);
/plugin/oauthwechange/
H A Daction.php24 $json = $oauth->request($this->getConf('baseurl') . '/o/me?format=json');
25 $result = json_decode($json, true);
/plugin/tablelayout/
H A Dhelper.php18 public function buildSyntaxFromJSON($json) argument
20 $layout = json_decode($json);
/plugin/explorertree/
H A Dhelper.php172 $json = json_encode($o);
173 $json = preg_replace_callback('~("onselect(ns|page)js"\s*:\s*)null\s*,~',function($m) use ($opts){
178 },$json);
179 return $json;
/plugin/bureaucracyau/
H A Daction.php59 $json = new JSON();
60 echo $json->encode($users);
/plugin/bureaucracy-au/
H A Daction.php59 $json = new JSON();
60 echo $json->encode($users);
/plugin/findologicxmlexport/vendor/phpunit/php-text-template/
H A DREADME.md7 …/php-text-template` to your project's `composer.json` file. Here is a minimal example of a `compos…
/plugin/tfslink/
H A Daction.php37 $json = new JSON();
38 echo '' . $json->encode($data) . '';
/plugin/epnsmartlink/
H A Daction.php47 $json = new JSON();
50 echo $json->encode($data);

12345678910>>...18