Home
last modified time | relevance | path

Searched refs:json_encode (Results 201 – 225 of 240) sorted by relevance

12345678910

/plugin/deeplautotranslate/
H A Daction.php440 $raw_json = json_encode($content);
456 $raw_json = json_encode($content);
/plugin/codemirror/dist/modes/
H A Dtornado.min.js.map1 …\",\"if\",\"import\",\"in\",\n \"include\",\"is\",\"json_encode\",\"lambda\",\"…
/plugin/findologicxmlexport/vendor/jms/serializer/src/Metadata/Driver/
H A DYamlDriver.php358 …ing, or an array of strings that represent method names, but got %s.', json_encode($config['pre_se…
/plugin/externalembed/
H A Dsyntax.php267 $dataJSON = json_encode(array_map("utf8_encode", $parameters));
/plugin/multiorphan/action/
H A Dmultiorphan.php147 print json_encode($result);
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dphp_json_objects.asciidoc60 By using an explicit stdClass object, we can force the `json_encode` parser to
H A Dsearch-operations.asciidoc67 print_r(json_encode($params['body']));
/plugin/pubmed2020/classes/
H A Dcache.php358 if (io_saveFile($path,json_encode($array))) {
/plugin/backup/
H A Dadmin.php252 io_saveFile($this->prefFile, json_encode($prefs, JSON_PRETTY_PRINT));
/plugin/jplayer/vendor/mustache/mustache/src/Mustache/
H A DEngine.php637 $key = json_encode($chunks);
/plugin/fksnewsfeed/
H A Daction.php103 …echo json_encode($this->printStream((int)$payload['news']['offset'], (int)$payload['news']['length…
/plugin/facebookalbum/
H A Dfacebook.php572 $params[$key] = json_encode($value);
/plugin/refnotes/
H A Daction.php427 $this->sendResponse('application/x-suggestions+json', json_encode($config));
/plugin/davcal/vendor/sabre/dav/lib/CardDAV/
H A DPlugin.php808 return json_encode($data->jsonSerialize());
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Framework/
H A DAssertTest.php3502 $actual = json_encode(['Mascott' => 'Tux']);
3510 $actual = json_encode(['Mascott' => 'Beastie']);
3540 $actual = json_encode(['Mascott' => 'Beastie']);
/plugin/webdav/vendor/sabre/dav/lib/CardDAV/
H A DPlugin.php890 return json_encode($output);
/plugin/batchedit/
H A Dinterface.php263 print('var batcheditLang = ' . json_encode($lang) . ';');
/plugin/pycode/
H A Dmethod.php964 $data = json_encode($arr);
/plugin/findologicxmlexport/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/
H A DDocParser.php840 …%s does not accept any values, but got %s.', $originalName, $this->context, json_encode($values)));
/plugin/ckgdoku/action/
H A Dmeta.php202 echo json_encode($result);
/plugin/ckgedit/action/
H A Dmeta.php230 echo json_encode($result);
/plugin/combo/renderer/
H A Danalytics.php667 $json_encoded = json_encode($finalStats, JSON_PRETTY_PRINT);
/plugin/combo/ComboStrap/
H A DFetcherMarkup.php448 $data1 = json_encode($jsonDecodeSnippets);
/plugin/importfacebookevents/nppBackup/
H A Dsyntax.php.2018-03-08_163705.bak322 $microdata = str_replace('{json_microdata}', json_encode($json_microdata), $microdata);
H A Dsyntax.php.2018-03-08_165255.bak329 $microdata = str_replace('{json_microdata}', json_encode($json_microdata), $microdata);

12345678910