Home
last modified time | relevance | path

Searched refs:json_encode (Results 126 – 150 of 240) sorted by last modified time

12345678910

/plugin/externalembed/
H A Dsyntax.php267 $dataJSON = json_encode(array_map("utf8_encode", $parameters));
/plugin/survey/syntax/
H A Dsurvey.php108 json_encode($survey) .
/plugin/dump/renderer/
H A Dcallstack.php35 $body = json_encode($ins, JSON_PRETTY_PRINT);
/plugin/interwikipaste/
H A Daction.php21 … $JSINFO['plugins']['interwikipaste']['patterns'] = json_encode($this->getInterwikiPatterns());
/plugin/refnotes/
H A Daction.php427 $this->sendResponse('application/x-suggestions+json', json_encode($config));
/plugin/schedule/
H A DajaxPOI.php30 echo json_encode ($poiDB->getInsee ($_REQUEST['insee']));
/plugin/bookcreator/action/
H A Dhandleselection.php81 echo json_encode($response);
/plugin/fksnewsfeed/
H A Daction.php103 …echo json_encode($this->printStream((int)$payload['news']['offset'], (int)$payload['news']['length…
/plugin/fksnewsfeed/syntax/
H A Dfeed.php85 $cache->storeCache(json_encode($innerHtml));
/plugin/custombuttons/
H A Dadmin.php45 file_put_contents($configfile, json_encode($conf));
/plugin/block/
H A Daction.php42 echo json_encode($ar);
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/
H A DICSExportPlugin.php257 $mergedCalendar = json_encode($mergedCalendar->jsonSerialize());
H A DPlugin.php475 … $objProps[200]['{' . self::NS_CALDAV . '}calendar-data'] = json_encode($vObject->jsonSerialize());
586 …$properties[200]['{' . self::NS_CALDAV . '}calendar-data'] = json_encode($vObject->jsonSerialize()…
639 …$properties[200]['{' . self::NS_CALDAV . '}calendar-data'] = json_encode($vObject->jsonSerialize()…
1036 $jsonBody = json_encode($vobj->jsonSerialize());
/plugin/webdav/vendor/sabre/dav/lib/CardDAV/
H A DPlugin.php890 return json_encode($output);
/plugin/webdav/vendor/sabre/vobject/lib/
H A DWriter.php41 return json_encode($component, $options);
/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/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/Source/
H A DFilesystemSource.php65 return json_encode($chunks);
/plugin/jplayer/vendor/mustache/mustache/src/Mustache/
H A DEngine.php637 $key = json_encode($chunks);
/plugin/backup/
H A Dadmin.php252 io_saveFile($this->prefFile, json_encode($prefs, JSON_PRETTY_PRINT));
/plugin/codemirror/dist/modes/
H A Dphp.min.js.map1 … isset unset die include require include_once require_once json_decode json_encode json_last_error…
H A Dtornado.min.js.map1 …\",\"if\",\"import\",\"in\",\n \"include\",\"is\",\"json_encode\",\"lambda\",\"…

12345678910