Home
last modified time | relevance | path

Searched refs:json (Results 201 – 225 of 450) sorted by relevance

12345678910>>...18

/plugin/sequencediagram/bower_components/raphael/
H A Dyarn.lock189 json-stable-stringify "^1.0.1"
197 json-schema-traverse "^0.3.0"
1469 json-parse-better-errors@^1.0.2:
1474 json-schema-traverse@^0.3.0:
1478 json-schema@0.2.3:
1482 json-stable-stringify@^1.0.1:
1488 json-stringify-safe@~5.0.1:
1506 json-schema "0.2.3"
2115 strip-json-comments "~2.0.1"
2173 json-stringify-safe "~5.0.1"
[all …]
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
H A DUPGRADING.md966 <command name="list_groups" method="GET" uri="groups.json">
973 <command name="create_group" method="POST" uri="groups.json">
997 ```json
1005 "uri": "groups.json",
1010 "uri": "search.json?query=\"{query} type:group\"",
1023 "uri": "groups.json",
1036 "static": "application/json"
1042 "uri": "groups/{id}.json",
1055 "uri": "groups/{id}.json",
1068 "uri": "groups/{id}.json",
[all …]
/plugin/authgooglesheets/vendor/google/apiclient/src/
H A DClient.php510 if ($json = json_decode($token, true)) {
511 $token = $json;
987 $json = file_get_contents($config);
989 if (!$config = json_decode($json, true)) {
/plugin/socialshareprivacy2/JC/
H A Djquery.cookie.js49 value = config.json ? JSON.stringify(value) : String(value);
/plugin/diagramsnet/lib/js/mermaid/
H A DREADME.md26 The idea is to add any library used in package.json that is not compatible with IE11
/plugin/authgooglesheets/vendor/google/apiclient/
H A DREADME.md59 you want to keep in `composer.json`:
61 ```json
81 **IMPORTANT**: If you add any services back in `composer.json`, you will need to
94 ```json
163 $client->setAuthConfig('/path/to/client_credentials.json');
203 putenv('GOOGLE_APPLICATION_CREDENTIALS=/path/to/service-account.json');
244 ```json
451 'alt' => "json"
/plugin/jirainfo/
H A Daction.php37 * @return json
/plugin/icalevents/
H A Ddeleted.files26 externals/iCalcreator/composer.json
/plugin/sqljson/
H A DREADME3 Processing query to mysql database and insert results as a json.
/plugin/combo/ComboStrap/
H A DEditButton.php264 $json = Html::decode($matches[1]);
265 $data = json_decode($json, true);
/plugin/spatialhelper/
H A Daction.php61 // handles AJAX/json eg: jQuery.post("/dokuwiki/lib/exe/ajax.php?id=start&call=findnearby&geohash=u15vk4");
239 header('Content-Type: application/json');
/plugin/sequencediagram/bower_components/lodash/
H A Dyarn.lock1536 is-my-json-valid "^2.12.4"
1744 is-my-json-valid@^2.12.4:
1895 strip-json-comments "~1.0.2"
1916 json-schema@0.2.3:
1920 json-stringify-safe@~5.0.0, json-stringify-safe@~5.0.1:
1954 json-schema "0.2.3"
1994 load-json-file@^1.0.0:
1999 parse-json "^2.2.0"
2390 parse-json@^2.2.0:
2553 load-json-file "^1.0.0"
[all …]
/plugin/dirtylittlehelper/mermaid/editor/src/components/
H A DConfig.svelte37 language: 'json',
/plugin/schemadata/
H A DREADME4 A Plugin to use the Content Negotiation Feature of datacite ot get the schema.org metadata in json+…
/plugin/icalevents/vendor/squizlabs/php_codesniffer/
H A DREADME.md38 Or alternatively, include a dependency for `squizlabs/php_codesniffer` in your `composer.json` file…
40 ```json
/plugin/oauth/vendor/lusitanian/oauth/
H A DREADME.md18 Edit your `composer.json` and add:
20 ```json
/plugin/findologicxmlexport/vendor/jms/serializer/doc/
H A Dconfiguration.rst54 $registry->registerHandler('serialization', 'MyObject', 'json',
99 Then, calling ``$serializer->serialize($data, 'json');`` will generate
/plugin/odt/action/
H A Dexport.php295 $json = new JSON(JSON_LOOSE_TYPE);
296 $list = $json->decode($INPUT->post->str('selection', '', true));
/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/openlayersmap/ol7/
H A DREADME.md
/plugin/dokumicrobugtracker/js/
H A Djquery.dataTables.js1340 "success": function (json) { argument
1342 callback( json );
2417 var aData = json;
2421 aData = fnDataSrc( json );
2447 _fnInitComplete( oSettings, json );
2471 if ( typeof json != 'undefined' )
3453 function(json) { argument
3562 if ( json.sEcho*1 < oSettings.iDraw )
3568 oSettings.iDraw = json.sEcho * 1;
3582 …var bReOrder = (typeof json.sColumns != 'undefined' && sOrdering !== "" && json.sColumns != sOrder…
[all …]
/plugin/importfacebookevents/nppBackup/
H A Dsyntax.php.2018-03-08_163705.bak193 $json = $this->getData($json_link);
198 //$objects = json_decode($json, true, 512, JSON_BIGINT_AS_STRING);
199 $objects = json_decode($json, true);
304 $microdata = '<html><script type="application/ld+json">{json_microdata}</script></html>';
H A Dsyntax.php.2018-03-08_165255.bak197 $json = $this->getData($json_link);
202 //$objects = json_decode($json, true, 512, JSON_BIGINT_AS_STRING);
203 $objects = json_decode($json, true);
311 $microdata = '<html><script type="application/ld+json">{json_microdata}</script></html>';
H A Dsyntax.php.2018-03-08_163658.bak193 $json = $this->getData($json_link);
198 //$objects = json_decode($json, true, 512, JSON_BIGINT_AS_STRING);
199 $objects = json_decode($json, true);
305 $microdata = '<html><script type="application/ld+json">{json_microdata}</script></html>';
H A Dsyntax.php.2018-03-08_163718.bak193 $json = $this->getData($json_link);
198 //$objects = json_decode($json, true, 512, JSON_BIGINT_AS_STRING);
199 $objects = json_decode($json, true);
304 $microdata = '<html><script type="application/ld+json">{json_microdata}</script></html>';

12345678910>>...18