Home
last modified time | relevance | path

Searched refs:json (Results 126 – 150 of 450) sorted by relevance

12345678910>>...18

/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dlogger.asciidoc11 using Monolog, add it to your `composer.json`:
13 [source,json]
/plugin/authgooglesheets/vendor/firebase/php-jwt/src/
H A DJWT.php362 $json = \json_encode($input, \JSON_UNESCAPED_SLASHES);
365 $json = \json_encode($input);
369 } elseif ($json === 'null' && $input !== null) {
372 if ($json === false) {
375 return $json;
/plugin/webexteamsnotifier/
H A Daction.php70 $json = json_encode($data);
101 curl_setopt($ch, CURLOPT_POSTFIELDS, "{$json}");
/plugin/rocketchatnotifier/
H A Daction.php77 $json = json_encode($data);
104 $pay = urlencode($json);
/plugin/tablelayout/
H A Dyarn.lock34 json-schema-traverse "^0.3.0"
310 circular-json@^0.3.1:
828 circular-json "^0.3.1"
1456 json-schema@0.2.3:
1464 json-stringify-safe@~5.0.1:
1480 json-schema "0.2.3"
1516 load-json-file@^1.0.0:
1521 parse-json "^2.2.0"
1825 parse-json@^2.2.0:
1992 load-json-file "^1.0.0"
[all …]
/plugin/findologicxmlexport/vendor/phpdocumentor/reflection-docblock/
H A D.coveralls.yml3 json_path: coverage.json
/plugin/jplayer/vendor/happyworm/jplayer/
H A D.jamignore2 *.json
/plugin/searchcombinedgoogle/
H A Daction.php81 $json = new JSON();
83 …$tempResults = $json->decode($http->get($url . '&start=' . intval($maxQueries[$i]->start), $params…
/plugin/todo/
H A Daction.php192 $json = new JSON();
193 echo $json->encode($return);
/plugin/swarmwebhook/webhooks/
H A DAbstractWebhook.php7 abstract public function run($json); argument
/plugin/sqljson/
H A DREADME.md2 A dokuwiki plugin for processing query to MySQL databases and insert results as a json.
/plugin/sentry/
H A DEvent.php388 * @param string $json
391 static public function fromJSON($json) argument
393 return new Event(json_decode($json, true));
/plugin/tablelayout/script/
H A Dtablelayout_functions.js116 exports.initLayout = function (json) { argument
118 if (json) {
119 layout = JSON.parse(json);
/plugin/osm/
H A Dsyntax.php101 $json = new JSON();
107 $renderer->doc .= "<!-- ".$json->encode($markers)." -->";
/plugin/semanticdata/
H A Daction.php165 $json = new JSON();
166 echo '(' . $json->encode($result) . ')';
/plugin/zotero/
H A DFeedZoteroRepository.php97 $json = $item->nodeValue;
98 $data = json_decode($json);
/plugin/findologicxmlexport/vendor/jms/serializer/.travis/
H A Dscript_test.sh5 php tests/benchmark.php json 3
/plugin/diagramsnet/lib/
H A Dyarn.lock83 json-schema-traverse "^1.0.0"
204 json-schema-typed "^7.0.3"
510 json-buffer@3.0.0:
512 …resolved "https://registry.yarnpkg.com/json-buffer/-/json-buffer-3.0.0.tgz#5b1f397afc75d677bde8bcf…
515 json-schema-traverse@^1.0.0:
520 json-schema-typed@^7.0.3:
522 …resolved "https://registry.yarnpkg.com/json-schema-typed/-/json-schema-typed-7.0.3.tgz#23ff481b8b4…
525 json-stringify-safe@^5.0.1:
527 …resolved "https://registry.yarnpkg.com/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz#1296a2d…
551 json-buffer "3.0.0"
[all …]
/plugin/data-au/
H A Daction.php192 $json = new JSON();
194 echo $json->encode($result);
/plugin/findologicxmlexport/vendor/jms/serializer/doc/
H A Dindex.rst28 or just add it to your ``composer.json`` file directly.
35 $jsonContent = $serializer->serialize($data, 'json');
/plugin/autotweet2/
H A Daction.php177 $json = substr( $res1, $res2['header_size'] ) ; // Got data (such as JSON)
181 msg('[Debug] Body(JSON): ' . $json);
/plugin/data/
H A Daction.php204 header('Content-Type: application/json');
/plugin/dokumicrobugtracker/js/
H A Djquery.jeditable.mini.js34 …data,settings,original){if(String==data.constructor){eval('var json = '+data);}else{var json=data;}
35 for(var key in json){if(!json.hasOwnProperty(key)){continue;}
37 var option=$('<option />').val(key).append(json[key]);$('select',this).append(option);}
38 $('select',this).children().each(function(){if($(this).val()==json['selected']||$(this).text()==$.t…
/plugin/findologicxmlexport/vendor/jms/serializer/doc/cookbook/
H A Dexclusion_strategies.rst80 …$serializer->serialize(new VersionObject(), 'json', SerializationContext::create()->setVersion(1));
119 …$serializer->serialize(new BlogPost(), 'json', SerializationContext::create()->setGroups(array('li…
123 …$serializer->serialize(new BlogPost(), 'json', SerializationContext::create()->setGroups(array('De…
198 $serializer->serialize($john, 'json', $context);
200 This would result in the following json::
265 $serializer->serialize($data, 'json', SerializationContext::create()->enableMaxDepthChecks());
/plugin/authgooglesheets/vendor/google/auth/src/
H A DIam.php33 const SIGN_BLOB_PATH = '%s:signBlob?alt=json';

12345678910>>...18