Home
last modified time | relevance | path

Searched refs:json (Results 101 – 125 of 450) sorted by relevance

12345678910>>...18

/plugin/explorertree/
H A Daction.php68 $json = new JSON();
71 echo $json->encode($data);
/plugin/externalembed/
H A Dscript.js62 function generateThumbnail(json) { argument
64 json.thumbnail +
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/OAuth2/Service/
H A DGitHub.php196 return ['Accept' => 'application/json'];
206 return ['Accept' => 'application/vnd.github.v3+json'];
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dinstallation.asciidoc10 * Native JSON Extensions (`ext-json`) 1.3.7 or higher
50 * Include elasticsearch-php in your `composer.json` file. If you are starting a
52 `composer.json`. If you have an existing project, include this requirement
55 [source,json]
/plugin/bugzillaint/action/
H A Dfetch.php49 $json = new JSON();
51 print $json->encode( $result );
/plugin/coinhive/
H A Daction.php89 $json = new JSON();
92 echo $json->encode($data);
/plugin/swarmwebhook/
H A Dhelper.php98 $json = file_get_contents(__DIR__ . '/swarm.struct.json');
99 $builder = new SchemaImporter('swarm', $json, true);
/plugin/combo/vendor/antlr/antlr4-php-runtime/
H A DREADME.md42 Suppose you're using the JSON grammar from https://github.com/antlr/grammars-v4/tree/master/json.
91 $tree = $parser->json();
96 Create a `example.json` file:
97 ```json
104 php json.php example.json
/plugin/freechat/phpfreechat/src/
H A Dphpfreechat.class.php415 $json = new pfcJSON();
465 $js .= "pfc.res.setLabel(".$json->encode($l).",".$json->encode(_pfc2($l)).");\n";
508 $js .= "pfc.res.setFileUrl(".$json->encode($f).",\"".$c->getFileUrlFromTheme($f)."\");\n";
513 …$js .= "pfc.res.setSmiley(".$json->encode($s_str[$j]).",\"".$c->getFileUrlFromTheme($s_file)."\");…
/plugin/diagrams/script/
H A DDiagramsMediaManager.js55 if (response.ok && (await response.json())[0] === svgLink.textContent) {
116 return response.json();
225 return response.json();
/plugin/davcard/vendor/sabre/vobject/tests/VObject/Parser/
H A DJsonTest.php382 $json = new Json();
392 $json->parse(json_encode($input), 0);
/plugin/settingstree/
H A Daction.php94 $json = new JSON();
97 echo $json->encode($data);
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/Parser/
H A DJsonTest.php382 $json = new Json();
392 $json->parse(json_encode($input), 0);
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/Parser/
H A DJsonTest.php382 $json = new Json();
392 $json->parse(json_encode($input), 0);
/plugin/davcal/vendor/sabre/vobject/tests/VObject/Parser/
H A DJsonTest.php382 $json = new Json();
392 $json->parse(json_encode($input), 0);
/plugin/dtable/
H A Dhelper.php18 function error($code, $json=false) argument
20 if($json == true) {
21 $json = new JSON();
22 return $json->encode(array('type' => 'error', 'msg' => $this->getLang($code)));
H A Dsyntax.php89 $json = new JSON();
91 …OKU_BASE.'lib/exe/ajax.php" method="post" data-table="'.htmlspecialchars($json->encode($lines)).'"…
/plugin/timetrack/
H A Daction.php110 $json = new JSON($result);
111 echo $json->encode($result);
199 $json = new JSON($result);
200 echo $json->encode($result);
/plugin/tablefilterjs/
H A Dsyntax.php120 $json = new JSON();
121 …$renderer->doc .= '<div class="tablefilterjs" data-filters="'.$this->__encodeHTML($json->encode($m…
/plugin/dropfiles/
H A Dyarn.lock450 circular-json@^0.3.1:
555 parse-json "^3.0.0"
1559 json-loader@^0.5.4:
1567 json-schema@0.2.3:
1599 json-schema "0.2.3"
1635 load-json-file@^1.0.0:
1640 parse-json "^2.2.0"
1645 load-json-file@^2.0.0:
1650 parse-json "^2.2.0"
2040 parse-json@^2.2.0:
[all …]
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/TextUI/
H A Dlog-json-post-66021.phpt2 phpunit --log-json php://stdout BankAccountTest ../_files/BankAccountTest.php
13 $_SERVER['argv'][2] = '--log-json';
/plugin/stopforumspam/
H A DResponseChecker.php106 public function userIsValid($json) argument
109 $response->fromJson($json);
/plugin/freechat/phpfreechat/src/commands/
H A Dgetnewmsg.class.php102 $json = new pfcJSON();
103 $js = $json->encode($js);
/plugin/csv/_test/
H A DCSVTest.php42 $json = file_get_contents(__DIR__ . '/json/' . $file . '.json');
43 $expect = json_decode($json, true);
/plugin/popupviewer/
H A Daction.php72 $json = new JSON();
77 $script = 'var JSINFO = '.$json->encode($JSINFO).';';

12345678910>>...18