Home
last modified time | relevance | path

Searched refs:json (Results 351 – 375 of 450) sorted by path

1...<<1112131415161718

/plugin/osm/
H A Dsyntax.php101 $json = new JSON();
107 $renderer->doc .= "<!-- ".$json->encode($markers)." -->";
/plugin/panoview/
H A Dsyntax.php106 $json = new JSON();
129 <div class="options" style="display:none">'.hsc($json->encode($data)).'</div>
/plugin/pdfjs/pdfjs/web/
H A Dviewer.js.map1 …efaultPreferences = Promise.resolve(\n PDFJSDev.json('$ROOT/build/default_preferences.json'…
/plugin/phosphor/
H A Dphosphor.php108 $p['json'] = $this->existingMediaFile(getNS($id), $name . '_animationdata.jsonp' );
/plugin/popupviewer/
H A Daction.php72 $json = new JSON();
77 $script = 'var JSINFO = '.$json->encode($JSINFO).';';
/plugin/prosemirror/
H A DREADME.md41 - `action/editor.php`: `HTML_EDITFORM_OUTPUT` get Instructions and render them to json
47 - Prosemirror parses that json in `script/main.js` according to the schema defined in
59 - Prosemirror synchronizes all changes with the underlying json in the `<input>` field
94 in `_test/json/`. This data is used for three sets of tests:
H A Drenderer.php431 $json = json_encode($this->nodestack->doc());
433 $this->nodestack->current()->attr('contentJSON', $json);
H A Dscript.js18 * @param {string} json the prosemirror document json
20 function showProsemirror(json) { argument
22 const $prosemirrorJsonInput = jQuery('#dw__editform').find('[name=prosemirror_json]').val(json);
38 'json': $prosemirrorJsonInput.val(),
129 showProsemirror(data.json);
/plugin/prosemirror/action/
H A Dajax.php115 header('Content-Type: application/json');
178 header('Content-Type: application/json');
183 'json' => $prosemirrorJSON,
188 $json = $INPUT->str('data');
190 $syntax = $helper->getSyntaxFromProsemirrorData($json);
196 if ($helper->tryToLogErrorToSentry($e, ['json' => $json])) {
201 header('Content-Type: application/json');
210 header('Content-Type: application/json');
/plugin/prosemirror/parser/
H A DFootnoteNode.php17 $json = $data['attrs']['contentJSON'];
18 $contentDoc = json_decode($json, true);
/plugin/prosemirror/schema/
H A DMark.php60 $json = [
64 $json['attrs'] = $this->attrs;
67 return $json;
H A DNode.php118 $json = [
122 $json['text'] = $this->text;
124 $json['content'] = $this->content;
128 $json['marks'] = $this->marks;
131 $json['attrs'] = $this->attrs;
134 return $json;
/plugin/pubmed2020/classes/
H A Dpubmed2020.php60 $json = $this->HttpClient->get($url);
62 echo PHP_EOL.">> CONVERT ID: returned: ".$json.PHP_EOL;
63 $r = json_decode($json);
/plugin/quickstats/GEOIP/
H A Dcomposer.lock191 "ext-json": "*",
/plugin/quickstats/GEOIP/vendor/geoip2/geoip2/
H A DCHANGELOG.md27 * Set minimum required PHP version to 5.4 in `composer.json`. Previously,
204 * A `box.json` file is included to build a Phar package.
H A DREADME.md33 You should now have the files `composer.json` and `composer.lock` as well as
35 system, `composer.json` should be added to it.
/plugin/quickstats/GEOIP/vendor/maxmind-db/reader/
H A DREADME.md30 You should now have the files `composer.json` and `composer.lock` as well as
32 system, `composer.json` should be added to it.
/plugin/quickstats/GEOIP/vendor/maxmind/web-service-common/
H A DREADME.md11 There are several other dependencies as defined in the `composer.json` file.
/plugin/quickstats/GEOIP/vendor/maxmind/web-service-common/src/WebService/
H A DClient.php266 if (!strstr($contentType, 'json')) {
/plugin/randomtables/action/
H A Dajax.php34 $json = [];
36 $json[] = ['min' => $l[0], 'max' => $l[1], 'result' => $l[2]];
41 'rows' => json_encode($json)
76 header('Content-Type: application/json');
/plugin/randomtables/table-roller/src/Table/
H A DDokuwikiJsonTable.php7 public function __construct(string $json) argument
9 $rows = json_decode($json);
10 // transform our json into what the table roller class expects
/plugin/recaptcha2/lib/ReCaptcha/
H A DResponse.php49 * @param string $json
52 public static function fromJson($json) argument
54 $responseData = json_decode($json, true);
/plugin/redissue/
H A DREADME.md100 …ined in the Redissue **settings**. You must define these in a json file called `server.json` (alre…
104 ```json
119 **Note:** If server url or key in json file is wrong or if you put a wrong name in "server" paramet…
/plugin/redproject/
H A DREADME.md62 ```json
/plugin/rocketchatnotifier/
H A Daction.php77 $json = json_encode($data);
104 $pay = urlencode($json);

1...<<1112131415161718