Home
last modified time | relevance | path

Searched refs:json_encode (Results 151 – 175 of 240) sorted by path

12345678910

/plugin/importfacebookevents/nppBackup/
H A Dsyntax.php.2018-03-08_165255.bak329 $microdata = str_replace('{json_microdata}', json_encode($json_microdata), $microdata);
/plugin/indexmenu/
H A Daction.php315 echo json_encode($fancytreeData);
347 echo json_encode([
/plugin/indexmenu/syntax/
H A Dindexmenu.php566 . 'data-options=\'' . json_encode($options) . '\'></div>';
634 $out .= $js_name . ".add('" . idfilter(cleanID($ns), false) . "',0,-1," . json_encode($title);
724 . "," . json_encode($node['title']);
/plugin/interwikipaste/
H A Daction.php21 … $JSINFO['plugins']['interwikipaste']['patterns'] = json_encode($this->getInterwikiPatterns());
/plugin/ireadit/action/
H A Dmigration.php180 'meta' => json_encode($meta)
/plugin/issuelinks/helper/
H A Ddata.php42 …$this->lockImport($lockfileKey, json_encode(['user' => $_SERVER['REMOTE_USER'], 'status' => 'start…
71 $this->lockImport($lockfileKey, json_encode([
91 $this->lockImport($lockfileKey, json_encode(['status' => 'failed']));
184 io_saveFile($lockFN, json_encode($lockData));
H A Dutil.php94 echo json_encode(['data' => $msg, 'msg' => $MSG]);
/plugin/issuelinks/services/
H A DAbstractService.php41 $dataToBeSend = json_encode($data);
/plugin/jirainfo/
H A Daction.php29 echo json_encode($this->fillDataTask());
/plugin/jiralinks/
H A Daction.php107 curl_setopt($curl, CURLOPT_POSTFIELDS, json_encode($data));
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/
H A DAssetWriter.php41 …('All variable values must be strings, but got %s for variable "%s".', json_encode($value), $var));
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Filter/
H A DLessFilter.php144 json_encode($asset->getContent()),
145 json_encode(array_merge($parserOptions, $this->treeOptions))
H A DStylusFilter.php98 json_encode($asset->getContent()),
99 json_encode($parserOptions),
/plugin/jplayer/vendor/mustache/mustache/src/Mustache/
H A DEngine.php637 $key = json_encode($chunks);
/plugin/jplayer/vendor/mustache/mustache/src/Mustache/Source/
H A DFilesystemSource.php65 return json_encode($chunks);
/plugin/jsonrpc/
H A DIJR_Server.php75 $result = json_encode($result);
152 $result = json_encode($result);
/plugin/keywords/action/
H A Dkeywords.php83 $status = $httpClient->sendRequest($this->CHATGPT_API_URL, json_encode( [
/plugin/letsencrypt/
H A DLescript.php138 … throw new \RuntimeException("Verification ended with error: " . json_encode($result));
179 …eException("Invalid response code: " . $this->client->getLastCode() . ", " . json_encode($result));
361 $payload64 = Base64UrlSafeEncoder::encode(str_replace('\\/', '/', json_encode($payload)));
362 $protected64 = Base64UrlSafeEncoder::encode(json_encode($protected));
377 return $this->client->post($uri, json_encode($data));
/plugin/linksuggest/
H A Daction.php147 echo json_encode([
242 echo json_encode([
/plugin/loglog/
H A Dadmin.php145 … echo '<pre>' . json_encode(json_decode($line['data']), JSON_PRETTY_PRINT) . '</pre>';
/plugin/loglog/helper/
H A Dlogging.php37 $data = !empty($data) ? json_encode($data) : '';
/plugin/matrixnotifier/
H A Dhelper.php161 $json_payload = json_encode($this->_payload);
/plugin/multiorphan/action/
H A Dmultiorphan.php147 print json_encode($result);
/plugin/oauth/
H A DAdapter.php187 $parameters['state'] = urlencode(base64_encode(json_encode(
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/OAuth2/Service/
H A DBitly.php106 $token = $this->parseAccessTokenResponse(json_encode($parsedResult));

12345678910