Home
last modified time | relevance | path

Searched refs:json (Results 226 – 250 of 450) sorted by path

12345678910>>...18

/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dserializers.asciidoc74 If the data is an array, it is converted to json. If the data provided was an
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/
H A DREADME.rst16 Simply add the following to the composer.json file at the root of your project:
/plugin/elasticsearch/vendor/ruflin/elastica/
H A DCHANGELOG.md379 * Add ```settings``` level on json to create an Index in all tests (it worked till 6.x but it shouldn't work)
446 ```json
453 ```json
564 - Send the `scroll_id` inside a json body instead of plain text [#1325](https://github.com/ruflin/Elastica/pull/1325)
1221 - Update the branch alias in composer.json to match the library version [#683](https://github.com/ruflin/Elastica/issues/683/)
1224 - Update license in composer.json to match project [#681](https://github.com/ruflin/Elastica/issues/681/)
1358 - Allow json string as data srouce for Bulk\Action on update [#575](https://github.com/ruflin/Elastica/issues/575/)
1450 - Use the HTTP response code of GET requests (getDocument), instead of extists/found json property.
1734 - Added PHPUnit as a dev dependency in composer.json
/plugin/emoji/
H A Daction.php30 $json = new JSON();
33 '_data' => 'var emoji_assetsrc = '.$json->encode($assetsrc).';'
/plugin/epnsmartlink/
H A Daction.php47 $json = new JSON();
50 echo $json->encode($data);
/plugin/etherpadlite/action/
H A Detherpadlite.php92 $json = new JSON();
100 print $json->encode($ret);
429 $json = new JSON();
430 $this->include_script($event, 'var etherpad_lite_config = '.$json->encode($config));
/plugin/eventline/timeline_ajax/
H A Dsimile-ajax-bundle.js779 },getJSON:function(url,data,callback){return jQuery.get(url,data,callback,"json");
784 …/html",script:"text/javascript, application/javascript",json:"application/json, text/javascript",t…
871 }if(type=="json"){data=eval("("+data+")");
/plugin/evesso/phpoauthlib/
H A DREADME.md16 Edit your `composer.json` and add:
18 ```json
/plugin/explorertree/
H A Daction.php68 $json = new JSON();
71 echo $json->encode($data);
H A Dhelper.php172 $json = json_encode($o);
173 $json = preg_replace_callback('~("onselect(ns|page)js"\s*:\s*)null\s*,~',function($m) use ($opts){
178 },$json);
179 return $json;
/plugin/externalembed/
H A DREADME.md98 The video ID's are stored and cached in a json cache file - these cache files last for the number o…
H A Dscript.js62 function generateThumbnail(json) { argument
64 json.thumbnail +
/plugin/externalembed/helper/
H A DcacheInterface.php132 'Accept: application/json'
/plugin/facebookevents/
H A Dsyntax.php191 $json = $this->getData( $json_link);
194 $objects = json_decode($json, true);
/plugin/facebookwall/
H A Dsyntax.php217 $json = $this->getData( $json_link);
220 $objects = json_decode($json, true);
/plugin/farmer/action/
H A Dajax.php74 header('Content-Type: application/json');
/plugin/farmsync/action/
H A Dajax.php101 $json = $this->farm_util->getAnimalStructSchemasJSON($source, array($page));
102 $this->farm_util->importAnimalStructSchema($target, $page, $json[$page]);
132 $json = new JSON;
133 echo $json->encode($msg);
/plugin/farmsync/meta/
H A DFarmSyncUtil.php457 public function importAnimalStructSchema($targetAnimal, $schemaName, $json) { argument
463 $struct->importSchema($schemaName, $json, 'FARMSYNC');
468 public function updateAnimalStructSchema($targetAnimal, $schemaName, $json) { argument
470 $result = $this->_updateAnimalStructSchema($targetAnimal, $schemaName, $json);
475 private function _updateAnimalStructSchema($target, $schemaName, $json) { argument
482 $struct->importSchema($schemaName, $json, 'FARMSYNC');
489 if (json_encode($targetSchema) == $json) {
493 $struct->importSchema($schemaName, $json, 'FARMSYNC');
H A DStructUpdates.php11 list($schemaName, $json) = $struct;
12 $result = $this->farm_util->updateAnimalStructSchema($target, $schemaName, $json);
/plugin/fblogin/lib/
H A Dbase_facebook.php1029 $json = json_encode($data);
1030 $b64 = self::base64UrlEncode($json);
/plugin/fetchmedia/script/
H A Dmain.js46 .then(response => response.json())
75 .then(response => response.json())
/plugin/fetchmedia/
H A Dyarn.lock54 json-schema-traverse "^0.3.0"
869 circular-json@^0.3.1:
1494 circular-json "^0.3.1"
1946 json-loader@^0.5.4:
1954 json-schema@0.2.3:
1964 json-stringify-safe@~5.0.1:
1982 json-schema "0.2.3"
2014 load-json-file@^2.0.0:
2019 parse-json "^2.2.0"
2365 parse-json@^2.2.0:
[all …]
/plugin/findologicxmlexport/
H A DREADME.md10 …efer to the [composer.json](https://raw.githubusercontent.com/findologic/dokuwiki-plugin-findologi…
/plugin/findologicxmlexport/vendor/hoa/compiler/
H A DCHANGELOG.md140 …* `Hoa\Visitor` has been finalized, update `composer.json`. (Ivan Enderlin, 2014-11-15T22:20:21+01…
H A DREADME.md81 language](http://json.org/). The complete grammar is in the

12345678910>>...18