Home
last modified time | relevance | path

Searched refs:json_encode (Results 51 – 75 of 240) sorted by path

12345678910

/plugin/ckgedit/action/
H A Dmeta.php230 echo json_encode($result);
/plugin/codemirror/
H A Daction.php63 '_data' => 'JSINFO.plugin_codemirror = ' . json_encode($jsinfo),
/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\",\"…
/plugin/combo/ComboStrap/Api/
H A DMetaManagerHandler.php247 $payload = json_encode($formMetaAssociativeArray);
283 ->addValue(json_encode($persistent))
289 ->addValue(json_encode($current))
299 ->setBody(json_encode($form), Mime::getJson())
/plugin/combo/ComboStrap/
H A DEditButton.php194 return self::EDIT_BUTTON_PREFIX . Html::encode(json_encode($data));
H A DFetcherMarkup.php448 $data1 = json_encode($jsonDecodeSnippets);
H A DHttpResponse.php251 $message = json_encode(["message" => $messages]);
H A DJson.php71 return json_encode($jsonArray, JSON_PRETTY_PRINT | JSON_UNESCAPED_SLASHES);
132 return json_encode($this->jsonArray, JSON_PRETTY_PRINT | JSON_UNESCAPED_SLASHES);
147 return json_encode($this->jsonArray);
H A DMarkupCacheDependencies.php364 $jsonDeps = json_encode($deps);
H A DMetadataFrontmatterStore.php374 $jsonEncodedKey = json_encode($key);
400 $jsonEncodedValue = json_encode($value);
/plugin/combo/renderer/
H A Danalytics.php667 $json_encoded = json_encode($finalStats, JSON_PRETTY_PRINT);
/plugin/combo/vendor/php-webdriver/webdriver/lib/Remote/
H A DHttpCommandExecutor.php287 json_encode($params)
312 $encoded_params = json_encode($params);
330 $msg .= sprintf(' with params: %s', json_encode($params, JSON_UNESCAPED_SLASHES));
/plugin/combo/vendor/salesforce/handlebars-php/src/Handlebars/
H A DTemplate.php171 'Invalid node type : ' . json_encode($current)
/plugin/combo/vendor/symfony/yaml/Command/
H A DLintCommand.php223 $io->writeln(json_encode($filesInfo, \JSON_PRETTY_PRINT | \JSON_UNESCAPED_SLASHES));
/plugin/combo/vendor/symfony/yaml/Exception/
H A DParseException.php117 $this->message .= sprintf(' in %s', json_encode($this->parsedFile, \JSON_UNESCAPED_SLASHES | \JSON_UNESCAPED_UNICODE));
/plugin/custombuttons/
H A Dadmin.php45 file_put_contents($configfile, json_encode($conf));
/plugin/davcal/action/
H A Dajax.php190 echo json_encode($data);
/plugin/davcal/vendor/sabre/dav/bin/
H A Dbuild.php143 file_put_contents('build/SabreDAV/composer.json', json_encode($newComposer, JSON_PRETTY_PRINT));
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/
H A DICSExportPlugin.php254 $mergedCalendar = json_encode($mergedCalendar->jsonSerialize());
H A DPlugin.php460 … $objProps[200]['{' . self::NS_CALDAV . '}calendar-data'] = json_encode($vObject->jsonSerialize());
565 …$properties[200]['{' . self::NS_CALDAV . '}calendar-data'] = json_encode($vObject->jsonSerialize()…
611 …$properties[200]['{' . self::NS_CALDAV . '}calendar-data'] = json_encode($vObject->jsonSerialize()…
959 $jsonBody = json_encode($vobj->jsonSerialize());
/plugin/davcal/vendor/sabre/dav/lib/CardDAV/
H A DPlugin.php808 return json_encode($data->jsonSerialize());
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/
H A DJCalTransformTest.php231 $input = json_encode($input);
/plugin/davcal/vendor/sabre/http/examples/
H A Dstringify.php36 $request->setBody(json_encode(['foo' => 'bar']));
/plugin/davcal/vendor/sabre/vobject/tests/VObject/Parser/
H A DJsonTest.php158 $parser = new Json(json_encode($input));
311 $parser = new Json(json_encode($input));
369 fwrite($stream, json_encode($input));
392 $json->parse(json_encode($input), 0);

12345678910