Home
last modified time | relevance | path

Searched refs:json_encode (Results 176 – 200 of 240) sorted by path

12345678910

/plugin/phpipam/
H A Dphpipam-api.php279 return json_encode($this->result);
306 print json_encode($this->result);
700 curl_setopt($this->Connection, CURLOPT_POSTFIELDS, json_encode($params));
716 …st = base64_encode(mcrypt_encrypt(MCRYPT_RIJNDAEL_256, $this->api_key, json_encode($params), MCRYP…
/plugin/popupviewer/syntax/
H A Dviewer.php171 return ' data-popupviewer="' . htmlentities(json_encode(array_filter($data))) . '"';
/plugin/prosemirror/action/
H A Dajax.php116 echo json_encode($responseData);
179 echo json_encode(['error' => $errorMsg]);
202 echo json_encode(['error' => $errorMsg]);
211 echo json_encode($responseData);
/plugin/prosemirror/
H A Drenderer.php89 $this->doc = json_encode($this->nodestack->doc(), JSON_PRETTY_PRINT);
431 $json = json_encode($this->nodestack->doc());
/plugin/pubmed2020/classes/
H A Dcache.php358 if (io_saveFile($path,json_encode($array))) {
/plugin/pureldap/classes/
H A DClient.php229 file_put_contents($cachename, json_encode($info, JSON_THROW_ON_ERROR));
H A DGroupHierarchyCache.php62 file_put_contents($cachename, json_encode($groups, JSON_THROW_ON_ERROR));
/plugin/pwaoffline/
H A Daction.php71 echo json_encode($pagesToCache);
/plugin/pycode/
H A Daction.php201 $str = json_encode($log_old);
H A Dmethod.php964 $data = json_encode($arr);
/plugin/quickstats/GEOIP/vendor/maxmind/web-service-common/src/WebService/
H A DClient.php103 $body = json_encode($input);
/plugin/randomtables/action/
H A Dajax.php41 'rows' => json_encode($json)
77 echo json_encode(['result' => $pick]);
/plugin/recommend/
H A Daction.php100 echo json_encode([]);
119 echo json_encode($users);
/plugin/recommend/helper/
H A Dassignment.php16 … return (bool)file_put_contents(self::$confFile, json_encode($assignments, JSON_PRETTY_PRINT));
36 … return (bool)file_put_contents(self::$confFile, json_encode($remaining, JSON_PRETTY_PRINT));
/plugin/refnotes/
H A Daction.php427 $this->sendResponse('application/x-suggestions+json', json_encode($config));
/plugin/remotescript/lib/JsHttpRequest/
H A DJsHttpRequest.php271 $text = json_encode($result);
/plugin/rocketchatnotifier/
H A Daction.php77 $json = json_encode($data);
/plugin/schedule/
H A DajaxPOI.php30 echo json_encode ($poiDB->getInsee ($_REQUEST['insee']));
/plugin/scrape/
H A DphpQuery-onefile.php
/plugin/semantic/
H A Daction.php108 print json_encode($json_ld);
125 "_data" => json_encode($this->helper->getWebSite(), JSON_PRETTY_PRINT),
151 "_data" => json_encode($json_ld, JSON_PRETTY_PRINT),
/plugin/sentry/
H A DEvent.php186 return json_encode($this->data);
/plugin/settingstree/
H A Dhelper.php186 if (!file_put_contents($file = DOKU_SETTINGS_DIR."/{$pluginname}.meta.json",json_encode($meta))
188 …!file_put_contents($file = DOKU_SETTINGS_DIR."/{$pluginname}.defaults.json",json_encode($defaults))
226 …if ($ret = file_put_contents(DOKU_SETTINGS_DIR."/{$pluginname}.json",json_encode($values)) !== fal…
302 return json_encode(array(
/plugin/shell/
H A DP0wnyShell.php313 echo json_encode($response);
/plugin/slacknotifier/
H A Daction.php146 $result = $http->post($url, ['payload' => json_encode($payload)]);
/plugin/stale/
H A Daction.php58 echo json_encode($jsonArray);

12345678910