Home
last modified time | relevance | path

Searched refs:json (Results 1 – 25 of 47) sorted by relevance

12

/template/strap/resources/dictionary/
H A DREADME.md6 * [material-design meta](./material-design-icon-meta.json) - The material design dictionary
7 * [emojis](./emojis.json) - unicode code point to name emoji mapping (to use as icon)
8 …* [Carbon](./carbon-icons.json) - list of [32x32 icon](https://carbon-elements.netlify.app/icons/e…
9 …* [fad](./fad-icons.json) - list of [fad svg](https://github.com/fefanto/fontaudio/tree/master/svg…
10 …* [icomoon](./icomoon-icons.json) - list of [icomoon svg](https://github.com/Keyamoon/IcoMoon-Free…
11 …* [cib](./cib-icons.json) - list of [CoreUI Brands icons](https://github.com/coreui/coreui-icons/t…
12 …hicons-icons.json) - list of [HealthIcon](https://raw.githubusercontent.com/resolvetosavelives/hea…
/template/strap/resources/library/bootstrap/
H A DREADME.md12 * Copy the [bootstrapCustomCss.json](./bootstrapStylesheet.json) to `bootstrapLocalCss.json`
18 * [bootstrap.json] is a metadata file with all official bootstrap information
19 …* [bootstrapCustom.json] is a metadata file with the [ComboStrap](https://combostrap.com) 16 grid …
/template/mikio/
H A D.gitignore6 composer.json
52 # !.vscode/settings.json
53 # !.vscode/tasks.json
54 # !.vscode/launch.json
55 # !.vscode/extensions.json
/template/strap/resources/snippet/js/
H A Dmetadata.js77 let json = await response.json();
78 if (json !== null) {
79 if (json.hasOwnProperty("message")) {
80 let jsonMessage = json["message"];
H A Dsearch.js18 let htmlSuggestedPages = await response.json();
H A Dsubscribe.min.js1 …t d,u=r.target.closest(a);l.setPlacementBottomToElement(u);try{d=(await c.json()).message}catch(e)…
H A Dsubscribe.js28 let data = await response.json();
/template/strap/ComboStrap/
H A DJson.php40 public static function getValidationLink(string $json): string argument
42 …n <a href=\"https://jsonformatter.curiousconcept.com/?data=" . urlencode($json) . "\">this link</a…
H A DEditButton.php264 $json = Html::decode($matches[1]);
265 $data = json_decode($json, true);
/template/strap/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
/template/gtopia/
DTwitterAPIExchange.php213 $json = curl_exec($feed);
216 if ($return) { return $json; }
/template/strap/syntax/
H A Dfrontmatter.php224 … $json = MetadataFrontmatterStore::stripFrontmatterTag($data[PluginUtility::EXIT_MESSAGE]);
225 …ge ($executingPath) is not valid. " . \ComboStrap\Json::getValidationLink($json), self::CANONICAL);
/template/kajukkd/fonts/
DRead Me.txt7 You can import *selection.json* back to the IcoMoon app using the *Import Icons* button (or via Mai…
/template/a_new_day/js/
Dprototype.js781 dispatch: function(callback, request, transport, json) {
785 responder[callback].apply(responder, [request, transport, json]);
926 var transport = this.transport, json = this.evalJSON();
933 || Prototype.emptyFunction)(transport, json);
944 (this.options['on' + state] || Prototype.emptyFunction)(transport, json);
945 Ajax.Responders.dispatch('on' + state, this, transport, json);
964 var json = this.getHeader('X-JSON');
965 return json ? eval('(' + json + ')') : null;
/template/battlehorse/js/
Dprototype.js781 dispatch: function(callback, request, transport, json) {
785 responder[callback].apply(responder, [request, transport, json]);
926 var transport = this.transport, json = this.evalJSON();
933 || Prototype.emptyFunction)(transport, json);
944 (this.options['on' + state] || Prototype.emptyFunction)(transport, json);
945 Ajax.Responders.dispatch('on' + state, this, transport, json);
964 var json = this.getHeader('X-JSON');
965 return json ? eval('(' + json + ')') : null;
/template/strap/resources/library/combo/
H A Dcombo.min.js.map1json\";\n\n\n constructor(name) {\n this.name = name;\n }\n\n getLabelAnchor() {\n…
/template/strap/resources/library/combo/dist/
H A Dcombo.min.js.map1json\";\n\n\n constructor(name) {\n this.name = name;\n }\n\n getLabelAnchor() {\n…
/template/sprintdoc/fonts/icons/
H A DREADME.txt32 - config.json - keeps your settings. You can import it back into fontello
/template/strap/vendor/salesforce/handlebars-php/
H A DREADME.md39 To install with composer, add the following in the require key in your **composer.json** file
43 composer.json
45 ```json
/template/strap/vendor/php-webdriver/webdriver/
H A DCHANGELOG.md152 - `ext-zip` is now specified as required dependency in composer.json (but the extension was already…
198 - Added ext-curl to composer.json.
H A DREADME.md37 …der to receive the new version and future updates, **you need to rename it in your composer.json**:
/template/strap/
H A Dcomposer.lock273 "ext-json": "*",
832 "ext-json": "*",
/template/strap/vendor/carica/phpcss/
H A DREADME.md26 Add it to you composer.json and update.
/template/codowik/js/
Dlayout.js890 var json = addKeys ? { panes: {}, center: {} } : {} // init return object
893 if (typeof hash !== "object") return json; // no options passed
897 branch = json;
918 return json;
5504 , encodeJSON: function (json) { argument
5506 return (local.stringify || stringify)(json);
/template/ospyramid/js/libs/
Djquery-1.6.1.min.js18json")},ajaxSetup:function(a,b){b?f.extend(!0,a,f.ajaxSettings,b):(b=a,a=f.extend(!0,f.ajaxSetting… property

12