| /template/strap/resources/dictionary/ |
| H A D | README.md | 6 * [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 D | README.md | 12 * 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 | .gitignore | 6 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 D | metadata.js | 77 let json = await response.json(); 78 if (json !== null) { 79 if (json.hasOwnProperty("message")) { 80 let jsonMessage = json["message"];
|
| H A D | search.js | 18 let htmlSuggestedPages = await response.json();
|
| H A D | subscribe.min.js | 1 …t d,u=r.target.closest(a);l.setPlacementBottomToElement(u);try{d=(await c.json()).message}catch(e)…
|
| H A D | subscribe.js | 28 let data = await response.json();
|
| /template/strap/ComboStrap/ |
| H A D | Json.php | 40 public static function getValidationLink(string $json): string argument 42 …n <a href=\"https://jsonformatter.curiousconcept.com/?data=" . urlencode($json) . "\">this link</a…
|
| H A D | EditButton.php | 264 $json = Html::decode($matches[1]); 265 $data = json_decode($json, true);
|
| /template/strap/vendor/antlr/antlr4-php-runtime/ |
| H A D | README.md | 42 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/ |
| D | TwitterAPIExchange.php | 213 $json = curl_exec($feed); 216 if ($return) { return $json; }
|
| /template/strap/syntax/ |
| H A D | frontmatter.php | 224 … $json = MetadataFrontmatterStore::stripFrontmatterTag($data[PluginUtility::EXIT_MESSAGE]); 225 …ge ($executingPath) is not valid. " . \ComboStrap\Json::getValidationLink($json), self::CANONICAL);
|
| /template/kajukkd/fonts/ |
| D | Read Me.txt | 7 You can import *selection.json* back to the IcoMoon app using the *Import Icons* button (or via Mai…
|
| /template/a_new_day/js/ |
| D | prototype.js | 781 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/ |
| D | prototype.js | 781 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 D | combo.min.js.map | 1 …json\";\n\n\n constructor(name) {\n this.name = name;\n }\n\n getLabelAnchor() {\n…
|
| /template/strap/resources/library/combo/dist/ |
| H A D | combo.min.js.map | 1 …json\";\n\n\n constructor(name) {\n this.name = name;\n }\n\n getLabelAnchor() {\n…
|
| /template/sprintdoc/fonts/icons/ |
| H A D | README.txt | 32 - config.json - keeps your settings. You can import it back into fontello
|
| /template/strap/vendor/salesforce/handlebars-php/ |
| H A D | README.md | 39 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 D | CHANGELOG.md | 152 - `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 D | README.md | 37 …der to receive the new version and future updates, **you need to rename it in your composer.json**:
|
| /template/strap/ |
| H A D | composer.lock | 273 "ext-json": "*", 832 "ext-json": "*",
|
| /template/strap/vendor/carica/phpcss/ |
| H A D | README.md | 26 Add it to you composer.json and update.
|
| /template/codowik/js/ |
| D | layout.js | 890 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/ |
| D | jquery-1.6.1.min.js | 18 …json")},ajaxSetup:function(a,b){b?f.extend(!0,a,f.ajaxSettings,b):(b=a,a=f.extend(!0,f.ajaxSetting… property
|