Home
last modified time | relevance | path

Searched refs:json (Results 176 – 200 of 450) sorted by relevance

12345678910>>...18

/plugin/daummovie/
H A Dsyntax.php57 .'&output=json&result=3&q='.urlencode($match);
/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/combo/resources/snippet/js/
H A Dsubscribe.min.js1 !function(e){"use strict";let t="subscribe";const a=`.${t}-cs`,o=document.querySelectorAll(`${a} form`);Array.from(o).forEach((o=>{o.addEventListener("submit",(async r=>{if(r.preventDefault(),r.stopPropagation(),o.checkValidity()){let s=new URL(o.getAttribute("action")),n=new FormData(o),c=await fetch(s,{body:n,method:"post"}),i=e.Html.createRandomIdWithPrefix(t),l=e.Modal.getOrCreate(i);let d,u=r.target.closest(a);l.setPlacementBottomToElement(u);try{d=(await c.json()).message}catch(e){}if(200!==c.status)l.setHeader("Error"),void 0===d&&(d="Sorry. The server seems to be down.");else{let e=o.getAttribute("data-success-header");null===e&&(e="Hurray!"),l.setHeader(e),d=o.getAttribute("data-success-content"),null===d&&(d="A validation email has been send. <br>Check your mailbox and click on the validation link.<br>If you don't find our email, check your spambox.")}l.addBody(d).show()}}),!1)}))}(combo);
H A Dsubscribe.js28 let data = await response.json();
/plugin/fksnewsfeed/
H A Dscript.js28 return response.json();
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
H A DSqlNamespace.asciidoc45 $params['format'] = (string) a short version of the Accept header, e.g. json, yaml
/plugin/freechat/phpfreechat/src/
H A Dpfccommand.class.php258 $json = new pfcJSON();
259 $js = $json->encode($data);
/plugin/facebookwall/
H A Dsyntax.php217 $json = $this->getData( $json_link);
220 $objects = json_decode($json, true);
/plugin/move/admin/
H A Dmain.php133 $json = new JSON(JSON_LOOSE_TYPE);
134 $data = $json->decode($INPUT->str('json'));
/plugin/tablelayout/script/
H A Dscript.js23 var json = JSON.parse(layout);
24 var colwidth = json.colwidth;
/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/oauth/vendor/lusitanian/oauth/src/OAuth/OAuth2/Service/
H A DDailymotion.php127 return array('Accept' => 'application/json');
H A DHarvest.php145 return array('Accept' => 'application/json');
155 return array('Accept' => 'application/json');
/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/elasticsearch/vendor/elasticsearch/elasticsearch/.ci/
H A DDockerfile30 COPY composer.json .
/plugin/judge/
H A Daction.php236 $json = new JSON();
240 echo $json->encode($data);
/plugin/facebookevents/
H A Dsyntax.php191 $json = $this->getData( $json_link);
194 $objects = json_decode($json, true);
/plugin/txt2tags/
H A Dtoolbar.php229 $json = new JSON();
230 print "var $varname = ".$json->encode($menu).";\n";
/plugin/combo/syntax/
H A Dfrontmatter.php67 const START_TAG = '---json';
224 $json = MetadataFrontmatterStore::stripFrontmatterTag($data[PluginUtility::EXIT_MESSAGE]);
225 LogUtility::error("Front Matter: The json object for the page ($executingPath) is not valid. " . \ComboStrap\Json::getValidationLink($json), self::CANONICAL);
260 throw new ExceptionRuntime("Front Matter: The json object for the page () is not valid.", LogUtility::LVL_MSG_ERROR);
/plugin/externalembed/helper/
H A DcacheInterface.php132 'Accept: application/json'
/plugin/phosphor/
H A Dphosphor.php108 $p['json'] = $this->existingMediaFile(getNS($id), $name . '_animationdata.jsonp' );
/plugin/importfacebookevents/
H A Dsyntax.php197 $json = $this->getData($json_link);
203 $objects = json_decode($json, true);
/plugin/evesso/phpoauthlib/
H A DREADME.md16 Edit your `composer.json` and add:
18 ```json
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DCubeHandler.php160 'Content-Type: application/json',
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/
H A DREADME.rst16 Simply add the following to the composer.json file at the root of your project:

12345678910>>...18