├── .bowerrc ├── lib └── components │ ├── angular-bootstrap │ ├── .gitignore │ ├── .npmignore │ ├── index.js │ ├── bower.json │ ├── package.json │ └── .bower.json │ ├── angular-smart-table │ ├── src │ │ ├── bottom.txt │ │ ├── top.txt │ │ ├── smart-table.module.js │ │ ├── stConfig.js │ │ ├── stSelectRow.js │ │ └── stPipe.js │ ├── index.js │ ├── bower.json │ ├── .bower.json │ ├── package.json │ └── ISSUE_TEMPLATE.md │ ├── angular │ ├── index.js │ ├── angular.min.js.gzip │ ├── bower.json │ ├── angular-csp.css │ ├── .bower.json │ ├── package.json │ └── LICENSE.md │ ├── AngularJS-Toaster │ ├── index.js │ ├── bower.json │ ├── .bower.json │ ├── karma.coverage.js │ ├── LICENSE │ └── package.json │ ├── angular-mocks │ ├── ngMock.js │ ├── ngMockE2E.js │ ├── ngAnimateMock.js │ ├── bower.json │ ├── .bower.json │ ├── package.json │ └── LICENSE.md │ ├── angular-animate │ ├── index.js │ ├── bower.json │ ├── .bower.json │ ├── package.json │ └── LICENSE.md │ ├── angular-resource │ ├── index.js │ ├── bower.json │ ├── .bower.json │ ├── package.json │ └── LICENSE.md │ ├── jquery │ ├── src │ │ ├── var │ │ │ ├── arr.js │ │ │ ├── document.js │ │ │ ├── getProto.js │ │ │ ├── push.js │ │ │ ├── rcheckableType.js │ │ │ ├── slice.js │ │ │ ├── class2type.js │ │ │ ├── indexOf.js │ │ │ ├── pnum.js │ │ │ ├── fnToString.js │ │ │ ├── toString.js │ │ │ ├── hasOwn.js │ │ │ ├── documentElement.js │ │ │ ├── support.js │ │ │ ├── ObjectFunctionString.js │ │ │ ├── isWindow.js │ │ │ ├── rcssNum.js │ │ │ ├── rnothtmlwhite.js │ │ │ ├── flat.js │ │ │ └── isFunction.js │ │ ├── selector.js │ │ ├── ajax │ │ │ └── var │ │ │ │ ├── rquery.js │ │ │ │ ├── location.js │ │ │ │ └── nonce.js │ │ ├── css │ │ │ ├── var │ │ │ │ ├── cssExpand.js │ │ │ │ ├── rboxStyle.js │ │ │ │ ├── rnumnonpx.js │ │ │ │ ├── getStyles.js │ │ │ │ └── swap.js │ │ │ ├── hiddenVisibleSelectors.js │ │ │ ├── addGetHookIf.js │ │ │ └── finalPropName.js │ │ ├── data │ │ │ └── var │ │ │ │ ├── dataPriv.js │ │ │ │ ├── dataUser.js │ │ │ │ └── acceptData.js │ │ ├── manipulation │ │ │ ├── var │ │ │ │ ├── rscriptType.js │ │ │ │ └── rtagName.js │ │ │ ├── setGlobalEval.js │ │ │ ├── getAll.js │ │ │ ├── _evalUrl.js │ │ │ ├── wrapMap.js │ │ │ └── support.js │ │ ├── traversing │ │ │ └── var │ │ │ │ ├── rneedsContext.js │ │ │ │ ├── siblings.js │ │ │ │ └── dir.js │ │ ├── event │ │ │ └── support.js │ │ ├── core │ │ │ ├── readyException.js │ │ │ ├── nodeName.js │ │ │ ├── var │ │ │ │ └── rsingleTag.js │ │ │ ├── stripAndCollapse.js │ │ │ ├── toType.js │ │ │ ├── camelCase.js │ │ │ ├── support.js │ │ │ ├── parseXML.js │ │ │ ├── isAttached.js │ │ │ └── DOMEval.js │ │ ├── attributes.js │ │ ├── effects │ │ │ └── animatedSelector.js │ │ ├── deprecated │ │ │ ├── ajax-event-alias.js │ │ │ └── event.js │ │ ├── selector-sizzle.js │ │ ├── deferred │ │ │ └── exceptionHook.js │ │ ├── queue │ │ │ └── delay.js │ │ ├── exports │ │ │ ├── global.js │ │ │ └── amd.js │ │ ├── jquery.js │ │ └── attributes │ │ │ └── support.js │ ├── bower.json │ ├── .bower.json │ └── LICENSE.txt │ ├── highlightjs │ ├── styles │ │ ├── pojoaque.jpg │ │ ├── school-book.png │ │ ├── school_book.png │ │ ├── brown-papersq.png │ │ ├── brown_papersq.png │ │ ├── darkula.css │ │ ├── ascetic.css │ │ ├── mono-blue.css │ │ ├── dark.css │ │ ├── androidstudio.css │ │ ├── codepen-embed.css │ │ ├── brown-paper.css │ │ ├── vs.css │ │ ├── far.css │ │ ├── arta.css │ │ ├── ir-black.css │ │ ├── magula.css │ │ ├── color-brewer.css │ │ ├── monokai.css │ │ ├── darcula.css │ │ ├── gml.css │ │ ├── school-book.css │ │ ├── tomorrow.css │ │ ├── zenburn.css │ │ ├── ocean.css │ │ ├── paraiso-dark.css │ │ ├── paraiso-light.css │ │ ├── dracula.css │ │ ├── qtcreator_dark.css │ │ ├── qtcreator_light.css │ │ ├── rainbow.css │ │ ├── github-gist.css │ │ ├── kimbie.dark.css │ │ ├── kimbie.light.css │ │ ├── atelier-dune-dark.css │ │ ├── atelier-dune-light.css │ │ ├── monokai-sublime.css │ │ ├── atelier-heath-dark.css │ │ └── atelier-heath-light.css │ ├── package.json │ ├── component.json │ ├── bower.json │ ├── README.md │ ├── Makefile │ ├── .bower.json │ └── composer.json │ ├── bootstrap │ ├── grunt │ │ ├── .jshintrc │ │ └── bs-commonjs-generator.js │ ├── fonts │ │ ├── glyphicons-halflings-regular.eot │ │ ├── glyphicons-halflings-regular.ttf │ │ ├── glyphicons-halflings-regular.woff │ │ └── glyphicons-halflings-regular.woff2 │ ├── less │ │ ├── mixins │ │ │ ├── center-block.less │ │ │ ├── opacity.less │ │ │ ├── size.less │ │ │ ├── text-emphasis.less │ │ │ ├── text-overflow.less │ │ │ ├── background-variant.less │ │ │ ├── resize.less │ │ │ ├── labels.less │ │ │ ├── progress-bar.less │ │ │ ├── nav-divider.less │ │ │ ├── reset-filter.less │ │ │ ├── alerts.less │ │ │ ├── responsive-visibility.less │ │ │ ├── tab-focus.less │ │ │ ├── nav-vertical-align.less │ │ │ ├── border-radius.less │ │ │ ├── reset-text.less │ │ │ ├── pagination.less │ │ │ ├── panels.less │ │ │ ├── list-group.less │ │ │ ├── clearfix.less │ │ │ ├── hide-text.less │ │ │ ├── table-row.less │ │ │ └── image.less │ │ ├── wells.less │ │ ├── breadcrumbs.less │ │ ├── responsive-embed.less │ │ ├── component-animations.less │ │ ├── thumbnails.less │ │ ├── close.less │ │ ├── utilities.less │ │ ├── pager.less │ │ ├── media.less │ │ ├── mixins.less │ │ ├── labels.less │ │ └── jumbotron.less │ ├── dist │ │ ├── fonts │ │ │ ├── glyphicons-halflings-regular.eot │ │ │ ├── glyphicons-halflings-regular.ttf │ │ │ ├── glyphicons-halflings-regular.woff │ │ │ └── glyphicons-halflings-regular.woff2 │ │ └── js │ │ │ └── npm.js │ ├── Gemfile │ ├── js │ │ └── .jshintrc │ ├── CHANGELOG.md │ ├── nuget │ │ └── MyGet.ps1 │ ├── bower.json │ ├── package.js │ ├── .bower.json │ ├── LICENSE │ └── ISSUE_TEMPLATE.md │ ├── bootswatch-slate │ ├── fonts │ │ ├── glyphicons-halflings-regular.eot │ │ ├── glyphicons-halflings-regular.ttf │ │ ├── glyphicons-halflings-regular.woff │ │ └── glyphicons-halflings-regular.woff2 │ ├── bower.json │ └── .bower.json │ ├── bootswatch-spacelab │ ├── fonts │ │ ├── glyphicons-halflings-regular.eot │ │ ├── glyphicons-halflings-regular.ttf │ │ ├── glyphicons-halflings-regular.woff │ │ └── glyphicons-halflings-regular.woff2 │ ├── bower.json │ └── .bower.json │ ├── SHA-1 │ ├── rollup.config.js │ ├── bower.json │ ├── .bower.json │ ├── package.json │ ├── LICENSE │ └── README.md │ ├── angular-bootstrap-file-field │ ├── build.sh │ ├── bower.json │ ├── .bower.json │ ├── demo │ │ └── js │ │ │ └── app.js │ ├── dist │ │ ├── angular-bootstrap-file-field.min.js.map │ │ └── angular-bootstrap-file-field.min.js │ └── LICENSE │ └── angular-highlightjs │ ├── bower.json │ ├── .bower.json │ └── LICENSE ├── partials ├── preview.html ├── changelog.html ├── footer.html ├── updateFavoriteModal.html ├── authModal.html ├── addFavoriteModal.html ├── importFavoritesModal.html ├── license.html └── settings.html ├── .gitignore ├── img ├── about │ ├── kofi5.png │ ├── photo.jpg │ ├── photo2.jpg │ └── signature.png ├── coffee_16x16.png ├── coffee_72x72.png ├── logo_128x128.png ├── logo_16x16.png ├── logo_19x19.png ├── logo_38x38.png ├── logo_48x48.png ├── screenshots │ ├── screenshot.png │ ├── screenshot_main.png │ ├── screenshot_import.png │ ├── promotional_1400x560.png │ ├── promotional_440x280.png │ ├── promotional_920x680.png │ ├── screenshot_dark_mode.png │ ├── screenshot_history.png │ └── screenshot_response.png ├── ChromeWebStore_Badge_v2_496x150.png └── ChromeWebStore_BadgeWBorder_v2_206x58.png ├── .codeclimate.yml ├── extension └── background.js ├── js ├── progressbar.service.js ├── settings.ctrl.js ├── .jshintrc ├── events.ctrl.js ├── app.config.js ├── auth.ctrl.js ├── settings.service.js └── requests.service.js ├── tests ├── .jshintrc └── polyfills.js ├── .travis.yml ├── .gitattributes ├── manifest.json ├── package.json ├── LICENSE.txt ├── bower.json └── css └── dark-mode.css /.bowerrc: -------------------------------------------------------------------------------- 1 | { 2 | "directory": "lib/components" 3 | } -------------------------------------------------------------------------------- /lib/components/angular-bootstrap/.gitignore: -------------------------------------------------------------------------------- 1 | .DS_Store -------------------------------------------------------------------------------- /lib/components/angular-bootstrap/.npmignore: -------------------------------------------------------------------------------- 1 | bower.json -------------------------------------------------------------------------------- /partials/preview.html: -------------------------------------------------------------------------------- 1 |
Preview not available.
2 | -------------------------------------------------------------------------------- /lib/components/angular-smart-table/src/bottom.txt: -------------------------------------------------------------------------------- 1 | })(angular); -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | 2 | # Used for temporary files 3 | /temp 4 | /node_modules 5 | /reports 6 | -------------------------------------------------------------------------------- /lib/components/angular/index.js: -------------------------------------------------------------------------------- 1 | require('./angular'); 2 | module.exports = angular; 3 | -------------------------------------------------------------------------------- /lib/components/AngularJS-Toaster/index.js: -------------------------------------------------------------------------------- 1 | require("./toaster.js"); 2 | module.exports = "toaster"; 3 | -------------------------------------------------------------------------------- /lib/components/angular-mocks/ngMock.js: -------------------------------------------------------------------------------- 1 | require('./angular-mocks'); 2 | module.exports = 'ngMock'; 3 | -------------------------------------------------------------------------------- /lib/components/angular-smart-table/src/top.txt: -------------------------------------------------------------------------------- 1 | (function (ng, undefined){ 2 | 'use strict'; 3 | -------------------------------------------------------------------------------- /img/about/kofi5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulhitz/yet-another-rest-client/HEAD/img/about/kofi5.png -------------------------------------------------------------------------------- /img/about/photo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulhitz/yet-another-rest-client/HEAD/img/about/photo.jpg -------------------------------------------------------------------------------- /img/about/photo2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulhitz/yet-another-rest-client/HEAD/img/about/photo2.jpg -------------------------------------------------------------------------------- /img/coffee_16x16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulhitz/yet-another-rest-client/HEAD/img/coffee_16x16.png -------------------------------------------------------------------------------- /img/coffee_72x72.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulhitz/yet-another-rest-client/HEAD/img/coffee_72x72.png -------------------------------------------------------------------------------- /img/logo_128x128.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulhitz/yet-another-rest-client/HEAD/img/logo_128x128.png -------------------------------------------------------------------------------- /img/logo_16x16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulhitz/yet-another-rest-client/HEAD/img/logo_16x16.png -------------------------------------------------------------------------------- /img/logo_19x19.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulhitz/yet-another-rest-client/HEAD/img/logo_19x19.png -------------------------------------------------------------------------------- /img/logo_38x38.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulhitz/yet-another-rest-client/HEAD/img/logo_38x38.png -------------------------------------------------------------------------------- /img/logo_48x48.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulhitz/yet-another-rest-client/HEAD/img/logo_48x48.png -------------------------------------------------------------------------------- /lib/components/angular-animate/index.js: -------------------------------------------------------------------------------- 1 | require('./angular-animate'); 2 | module.exports = 'ngAnimate'; 3 | -------------------------------------------------------------------------------- /lib/components/angular-mocks/ngMockE2E.js: -------------------------------------------------------------------------------- 1 | require('./angular-mocks'); 2 | module.exports = 'ngMockE2E'; 3 | -------------------------------------------------------------------------------- /lib/components/angular-resource/index.js: -------------------------------------------------------------------------------- 1 | require('./angular-resource'); 2 | module.exports = 'ngResource'; 3 | -------------------------------------------------------------------------------- /lib/components/angular-smart-table/index.js: -------------------------------------------------------------------------------- 1 | require('./dist/smart-table.js'); 2 | module.exports = 'smart-table'; -------------------------------------------------------------------------------- /lib/components/jquery/src/var/arr.js: -------------------------------------------------------------------------------- 1 | define( function() { 2 | "use strict"; 3 | 4 | return []; 5 | } ); 6 | -------------------------------------------------------------------------------- /img/about/signature.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulhitz/yet-another-rest-client/HEAD/img/about/signature.png -------------------------------------------------------------------------------- /lib/components/angular-bootstrap/index.js: -------------------------------------------------------------------------------- 1 | require('./ui-bootstrap-tpls'); 2 | module.exports = 'ui.bootstrap'; 3 | -------------------------------------------------------------------------------- /lib/components/angular-mocks/ngAnimateMock.js: -------------------------------------------------------------------------------- 1 | require('./angular-mocks'); 2 | module.exports = 'ngAnimateMock'; 3 | -------------------------------------------------------------------------------- /lib/components/jquery/src/selector.js: -------------------------------------------------------------------------------- 1 | define( [ "./selector-sizzle" ], function() { 2 | "use strict"; 3 | } ); 4 | -------------------------------------------------------------------------------- /img/screenshots/screenshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulhitz/yet-another-rest-client/HEAD/img/screenshots/screenshot.png -------------------------------------------------------------------------------- /lib/components/jquery/src/ajax/var/rquery.js: -------------------------------------------------------------------------------- 1 | define( function() { 2 | "use strict"; 3 | 4 | return ( /\?/ ); 5 | } ); 6 | -------------------------------------------------------------------------------- /lib/components/jquery/src/var/document.js: -------------------------------------------------------------------------------- 1 | define( function() { 2 | "use strict"; 3 | 4 | return window.document; 5 | } ); 6 | -------------------------------------------------------------------------------- /lib/components/jquery/src/ajax/var/location.js: -------------------------------------------------------------------------------- 1 | define( function() { 2 | "use strict"; 3 | 4 | return window.location; 5 | } ); 6 | -------------------------------------------------------------------------------- /img/screenshots/screenshot_main.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulhitz/yet-another-rest-client/HEAD/img/screenshots/screenshot_main.png -------------------------------------------------------------------------------- /lib/components/jquery/src/ajax/var/nonce.js: -------------------------------------------------------------------------------- 1 | define( function() { 2 | "use strict"; 3 | 4 | return { guid: Date.now() }; 5 | } ); 6 | -------------------------------------------------------------------------------- /lib/components/jquery/src/var/getProto.js: -------------------------------------------------------------------------------- 1 | define( function() { 2 | "use strict"; 3 | 4 | return Object.getPrototypeOf; 5 | } ); 6 | -------------------------------------------------------------------------------- /img/screenshots/screenshot_import.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulhitz/yet-another-rest-client/HEAD/img/screenshots/screenshot_import.png -------------------------------------------------------------------------------- /img/ChromeWebStore_Badge_v2_496x150.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulhitz/yet-another-rest-client/HEAD/img/ChromeWebStore_Badge_v2_496x150.png -------------------------------------------------------------------------------- /img/screenshots/promotional_1400x560.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulhitz/yet-another-rest-client/HEAD/img/screenshots/promotional_1400x560.png -------------------------------------------------------------------------------- /img/screenshots/promotional_440x280.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulhitz/yet-another-rest-client/HEAD/img/screenshots/promotional_440x280.png -------------------------------------------------------------------------------- /img/screenshots/promotional_920x680.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulhitz/yet-another-rest-client/HEAD/img/screenshots/promotional_920x680.png -------------------------------------------------------------------------------- /img/screenshots/screenshot_dark_mode.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulhitz/yet-another-rest-client/HEAD/img/screenshots/screenshot_dark_mode.png -------------------------------------------------------------------------------- /img/screenshots/screenshot_history.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulhitz/yet-another-rest-client/HEAD/img/screenshots/screenshot_history.png -------------------------------------------------------------------------------- /img/screenshots/screenshot_response.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulhitz/yet-another-rest-client/HEAD/img/screenshots/screenshot_response.png -------------------------------------------------------------------------------- /lib/components/jquery/src/var/push.js: -------------------------------------------------------------------------------- 1 | define( [ 2 | "./arr" 3 | ], function( arr ) { 4 | "use strict"; 5 | 6 | return arr.push; 7 | } ); 8 | -------------------------------------------------------------------------------- /lib/components/jquery/src/var/rcheckableType.js: -------------------------------------------------------------------------------- 1 | define( function() { 2 | "use strict"; 3 | 4 | return ( /^(?:checkbox|radio)$/i ); 5 | } ); 6 | -------------------------------------------------------------------------------- /lib/components/jquery/src/var/slice.js: -------------------------------------------------------------------------------- 1 | define( [ 2 | "./arr" 3 | ], function( arr ) { 4 | "use strict"; 5 | 6 | return arr.slice; 7 | } ); 8 | -------------------------------------------------------------------------------- /lib/components/angular/angular.min.js.gzip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulhitz/yet-another-rest-client/HEAD/lib/components/angular/angular.min.js.gzip -------------------------------------------------------------------------------- /lib/components/jquery/src/var/class2type.js: -------------------------------------------------------------------------------- 1 | define( function() { 2 | "use strict"; 3 | 4 | // [[Class]] -> type pairs 5 | return {}; 6 | } ); 7 | -------------------------------------------------------------------------------- /lib/components/jquery/src/var/indexOf.js: -------------------------------------------------------------------------------- 1 | define( [ 2 | "./arr" 3 | ], function( arr ) { 4 | "use strict"; 5 | 6 | return arr.indexOf; 7 | } ); 8 | -------------------------------------------------------------------------------- /img/ChromeWebStore_BadgeWBorder_v2_206x58.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulhitz/yet-another-rest-client/HEAD/img/ChromeWebStore_BadgeWBorder_v2_206x58.png -------------------------------------------------------------------------------- /lib/components/jquery/src/css/var/cssExpand.js: -------------------------------------------------------------------------------- 1 | define( function() { 2 | "use strict"; 3 | 4 | return [ "Top", "Right", "Bottom", "Left" ]; 5 | } ); 6 | -------------------------------------------------------------------------------- /lib/components/jquery/src/data/var/dataPriv.js: -------------------------------------------------------------------------------- 1 | define( [ 2 | "../Data" 3 | ], function( Data ) { 4 | "use strict"; 5 | 6 | return new Data(); 7 | } ); 8 | -------------------------------------------------------------------------------- /lib/components/jquery/src/data/var/dataUser.js: -------------------------------------------------------------------------------- 1 | define( [ 2 | "../Data" 3 | ], function( Data ) { 4 | "use strict"; 5 | 6 | return new Data(); 7 | } ); 8 | -------------------------------------------------------------------------------- /lib/components/jquery/src/var/pnum.js: -------------------------------------------------------------------------------- 1 | define( function() { 2 | "use strict"; 3 | 4 | return ( /[+-]?(?:\d*\.|)\d+(?:[eE][+-]?\d+|)/ ).source; 5 | } ); 6 | -------------------------------------------------------------------------------- /lib/components/highlightjs/styles/pojoaque.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulhitz/yet-another-rest-client/HEAD/lib/components/highlightjs/styles/pojoaque.jpg -------------------------------------------------------------------------------- /lib/components/jquery/src/var/fnToString.js: -------------------------------------------------------------------------------- 1 | define( [ 2 | "./hasOwn" 3 | ], function( hasOwn ) { 4 | "use strict"; 5 | 6 | return hasOwn.toString; 7 | } ); 8 | -------------------------------------------------------------------------------- /.codeclimate.yml: -------------------------------------------------------------------------------- 1 | version: "2" 2 | languages: 3 | JavaScript: true 4 | exclude_patterns: 5 | - "lib/*" 6 | - "extension/*" 7 | - "tests/*" 8 | - "js/*.ctrl.js" 9 | -------------------------------------------------------------------------------- /lib/components/highlightjs/styles/school-book.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulhitz/yet-another-rest-client/HEAD/lib/components/highlightjs/styles/school-book.png -------------------------------------------------------------------------------- /lib/components/highlightjs/styles/school_book.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulhitz/yet-another-rest-client/HEAD/lib/components/highlightjs/styles/school_book.png -------------------------------------------------------------------------------- /lib/components/highlightjs/styles/brown-papersq.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulhitz/yet-another-rest-client/HEAD/lib/components/highlightjs/styles/brown-papersq.png -------------------------------------------------------------------------------- /lib/components/highlightjs/styles/brown_papersq.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulhitz/yet-another-rest-client/HEAD/lib/components/highlightjs/styles/brown_papersq.png -------------------------------------------------------------------------------- /lib/components/jquery/src/manipulation/var/rscriptType.js: -------------------------------------------------------------------------------- 1 | define( function() { 2 | "use strict"; 3 | 4 | return ( /^$|^module$|\/(?:java|ecma)script/i ); 5 | } ); 6 | -------------------------------------------------------------------------------- /lib/components/jquery/src/var/toString.js: -------------------------------------------------------------------------------- 1 | define( [ 2 | "./class2type" 3 | ], function( class2type ) { 4 | "use strict"; 5 | 6 | return class2type.toString; 7 | } ); 8 | -------------------------------------------------------------------------------- /lib/components/jquery/src/var/hasOwn.js: -------------------------------------------------------------------------------- 1 | define( [ 2 | "./class2type" 3 | ], function( class2type ) { 4 | "use strict"; 5 | 6 | return class2type.hasOwnProperty; 7 | } ); 8 | -------------------------------------------------------------------------------- /lib/components/jquery/src/var/documentElement.js: -------------------------------------------------------------------------------- 1 | define( [ 2 | "./document" 3 | ], function( document ) { 4 | "use strict"; 5 | 6 | return document.documentElement; 7 | } ); 8 | -------------------------------------------------------------------------------- /lib/components/jquery/src/var/support.js: -------------------------------------------------------------------------------- 1 | define( function() { 2 | "use strict"; 3 | 4 | // All support tests are defined in their respective modules. 5 | return {}; 6 | } ); 7 | -------------------------------------------------------------------------------- /lib/components/bootstrap/grunt/.jshintrc: -------------------------------------------------------------------------------- 1 | { 2 | "extends" : "../js/.jshintrc", 3 | "asi" : false, 4 | "browser" : false, 5 | "es3" : false, 6 | "node" : true 7 | } 8 | -------------------------------------------------------------------------------- /lib/components/jquery/src/var/ObjectFunctionString.js: -------------------------------------------------------------------------------- 1 | define( [ 2 | "./fnToString" 3 | ], function( fnToString ) { 4 | "use strict"; 5 | 6 | return fnToString.call( Object ); 7 | } ); 8 | -------------------------------------------------------------------------------- /lib/components/bootstrap/fonts/glyphicons-halflings-regular.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulhitz/yet-another-rest-client/HEAD/lib/components/bootstrap/fonts/glyphicons-halflings-regular.eot -------------------------------------------------------------------------------- /lib/components/bootstrap/fonts/glyphicons-halflings-regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulhitz/yet-another-rest-client/HEAD/lib/components/bootstrap/fonts/glyphicons-halflings-regular.ttf -------------------------------------------------------------------------------- /lib/components/bootstrap/fonts/glyphicons-halflings-regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulhitz/yet-another-rest-client/HEAD/lib/components/bootstrap/fonts/glyphicons-halflings-regular.woff -------------------------------------------------------------------------------- /lib/components/bootstrap/fonts/glyphicons-halflings-regular.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulhitz/yet-another-rest-client/HEAD/lib/components/bootstrap/fonts/glyphicons-halflings-regular.woff2 -------------------------------------------------------------------------------- /lib/components/jquery/src/css/var/rboxStyle.js: -------------------------------------------------------------------------------- 1 | define( [ 2 | "./cssExpand" 3 | ], function( cssExpand ) { 4 | "use strict"; 5 | 6 | return new RegExp( cssExpand.join( "|" ), "i" ); 7 | } ); 8 | -------------------------------------------------------------------------------- /lib/components/bootstrap/less/mixins/center-block.less: -------------------------------------------------------------------------------- 1 | // Center-align a block level element 2 | 3 | .center-block() { 4 | display: block; 5 | margin-right: auto; 6 | margin-left: auto; 7 | } 8 | -------------------------------------------------------------------------------- /lib/components/jquery/src/var/isWindow.js: -------------------------------------------------------------------------------- 1 | define( function() { 2 | "use strict"; 3 | 4 | return function isWindow( obj ) { 5 | return obj != null && obj === obj.window; 6 | }; 7 | 8 | } ); 9 | -------------------------------------------------------------------------------- /lib/components/bootstrap/dist/fonts/glyphicons-halflings-regular.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulhitz/yet-another-rest-client/HEAD/lib/components/bootstrap/dist/fonts/glyphicons-halflings-regular.eot -------------------------------------------------------------------------------- /lib/components/bootstrap/dist/fonts/glyphicons-halflings-regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulhitz/yet-another-rest-client/HEAD/lib/components/bootstrap/dist/fonts/glyphicons-halflings-regular.ttf -------------------------------------------------------------------------------- /lib/components/bootstrap/dist/fonts/glyphicons-halflings-regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulhitz/yet-another-rest-client/HEAD/lib/components/bootstrap/dist/fonts/glyphicons-halflings-regular.woff -------------------------------------------------------------------------------- /lib/components/bootstrap/dist/fonts/glyphicons-halflings-regular.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulhitz/yet-another-rest-client/HEAD/lib/components/bootstrap/dist/fonts/glyphicons-halflings-regular.woff2 -------------------------------------------------------------------------------- /lib/components/bootswatch-slate/fonts/glyphicons-halflings-regular.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulhitz/yet-another-rest-client/HEAD/lib/components/bootswatch-slate/fonts/glyphicons-halflings-regular.eot -------------------------------------------------------------------------------- /lib/components/bootswatch-slate/fonts/glyphicons-halflings-regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulhitz/yet-another-rest-client/HEAD/lib/components/bootswatch-slate/fonts/glyphicons-halflings-regular.ttf -------------------------------------------------------------------------------- /lib/components/jquery/src/css/var/rnumnonpx.js: -------------------------------------------------------------------------------- 1 | define( [ 2 | "../../var/pnum" 3 | ], function( pnum ) { 4 | "use strict"; 5 | 6 | return new RegExp( "^(" + pnum + ")(?!px)[a-z%]+$", "i" ); 7 | } ); 8 | -------------------------------------------------------------------------------- /lib/components/angular/bower.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "angular", 3 | "version": "1.8.3", 4 | "license": "MIT", 5 | "main": "./angular.js", 6 | "ignore": [], 7 | "dependencies": { 8 | } 9 | } 10 | -------------------------------------------------------------------------------- /lib/components/bootswatch-slate/fonts/glyphicons-halflings-regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulhitz/yet-another-rest-client/HEAD/lib/components/bootswatch-slate/fonts/glyphicons-halflings-regular.woff -------------------------------------------------------------------------------- /lib/components/bootswatch-slate/fonts/glyphicons-halflings-regular.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulhitz/yet-another-rest-client/HEAD/lib/components/bootswatch-slate/fonts/glyphicons-halflings-regular.woff2 -------------------------------------------------------------------------------- /lib/components/bootswatch-spacelab/fonts/glyphicons-halflings-regular.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulhitz/yet-another-rest-client/HEAD/lib/components/bootswatch-spacelab/fonts/glyphicons-halflings-regular.eot -------------------------------------------------------------------------------- /lib/components/bootswatch-spacelab/fonts/glyphicons-halflings-regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulhitz/yet-another-rest-client/HEAD/lib/components/bootswatch-spacelab/fonts/glyphicons-halflings-regular.ttf -------------------------------------------------------------------------------- /lib/components/bootswatch-spacelab/fonts/glyphicons-halflings-regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulhitz/yet-another-rest-client/HEAD/lib/components/bootswatch-spacelab/fonts/glyphicons-halflings-regular.woff -------------------------------------------------------------------------------- /lib/components/bootswatch-spacelab/fonts/glyphicons-halflings-regular.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulhitz/yet-another-rest-client/HEAD/lib/components/bootswatch-spacelab/fonts/glyphicons-halflings-regular.woff2 -------------------------------------------------------------------------------- /lib/components/jquery/src/traversing/var/rneedsContext.js: -------------------------------------------------------------------------------- 1 | define( [ 2 | "../../core", 3 | "../../selector" 4 | ], function( jQuery ) { 5 | "use strict"; 6 | 7 | return jQuery.expr.match.needsContext; 8 | } ); 9 | -------------------------------------------------------------------------------- /lib/components/highlightjs/styles/darkula.css: -------------------------------------------------------------------------------- 1 | /* 2 | Deprecated due to a typo in the name and left here for compatibility purpose only. 3 | Please use darcula.css instead. 4 | */ 5 | 6 | @import url('darcula.css'); 7 | -------------------------------------------------------------------------------- /lib/components/jquery/src/var/rcssNum.js: -------------------------------------------------------------------------------- 1 | define( [ 2 | "../var/pnum" 3 | ], function( pnum ) { 4 | 5 | "use strict"; 6 | 7 | return new RegExp( "^(?:([+-])=|)(" + pnum + ")([a-z%]*)$", "i" ); 8 | 9 | } ); 10 | -------------------------------------------------------------------------------- /lib/components/bootstrap/less/mixins/opacity.less: -------------------------------------------------------------------------------- 1 | // Opacity 2 | 3 | .opacity(@opacity) { 4 | @opacity-ie: (@opacity * 100); // IE8 filter 5 | filter: ~"alpha(opacity=@{opacity-ie})"; 6 | opacity: @opacity; 7 | } 8 | -------------------------------------------------------------------------------- /lib/components/bootstrap/less/mixins/size.less: -------------------------------------------------------------------------------- 1 | // Sizing shortcuts 2 | 3 | .size(@width; @height) { 4 | width: @width; 5 | height: @height; 6 | } 7 | 8 | .square(@size) { 9 | .size(@size; @size); 10 | } 11 | -------------------------------------------------------------------------------- /lib/components/bootstrap/less/mixins/text-emphasis.less: -------------------------------------------------------------------------------- 1 | // Typography 2 | 3 | .text-emphasis-variant(@color) { 4 | color: @color; 5 | a&:hover, 6 | a&:focus { 7 | color: darken(@color, 10%); 8 | } 9 | } 10 | -------------------------------------------------------------------------------- /lib/components/jquery/src/event/support.js: -------------------------------------------------------------------------------- 1 | define( [ 2 | "../var/support" 3 | ], function( support ) { 4 | 5 | "use strict"; 6 | 7 | support.focusin = "onfocusin" in window; 8 | 9 | return support; 10 | 11 | } ); 12 | -------------------------------------------------------------------------------- /lib/components/bootstrap/less/mixins/text-overflow.less: -------------------------------------------------------------------------------- 1 | // Text overflow 2 | // Requires inline-block or block for proper styling 3 | 4 | .text-overflow() { 5 | overflow: hidden; 6 | text-overflow: ellipsis; 7 | white-space: nowrap; 8 | } 9 | -------------------------------------------------------------------------------- /lib/components/angular-mocks/bower.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "angular-mocks", 3 | "version": "1.8.3", 4 | "license": "MIT", 5 | "main": "./angular-mocks.js", 6 | "ignore": [], 7 | "dependencies": { 8 | "angular": "1.8.3" 9 | } 10 | } 11 | -------------------------------------------------------------------------------- /lib/components/bootstrap/less/mixins/background-variant.less: -------------------------------------------------------------------------------- 1 | // Contextual backgrounds 2 | 3 | .bg-variant(@color) { 4 | background-color: @color; 5 | a&:hover, 6 | a&:focus { 7 | background-color: darken(@color, 10%); 8 | } 9 | } 10 | -------------------------------------------------------------------------------- /lib/components/highlightjs/package.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "highlightjs", 3 | "description": "Syntax highlighting for the Web", 4 | "version": "9.16.2", 5 | "private": false, 6 | "license": "BSD-3-Clause", 7 | "main": "highlight.pack.js" 8 | } 9 | -------------------------------------------------------------------------------- /lib/components/angular-animate/bower.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "angular-animate", 3 | "version": "1.8.3", 4 | "license": "MIT", 5 | "main": "./angular-animate.js", 6 | "ignore": [], 7 | "dependencies": { 8 | "angular": "1.8.3" 9 | } 10 | } 11 | -------------------------------------------------------------------------------- /lib/components/angular-resource/bower.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "angular-resource", 3 | "version": "1.8.3", 4 | "license": "MIT", 5 | "main": "./angular-resource.js", 6 | "ignore": [], 7 | "dependencies": { 8 | "angular": "1.8.3" 9 | } 10 | } 11 | -------------------------------------------------------------------------------- /lib/components/bootstrap/less/mixins/resize.less: -------------------------------------------------------------------------------- 1 | // Resize anything 2 | 3 | .resizable(@direction) { 4 | overflow: auto; // Per CSS3 UI, `resize` only applies when `overflow` isn't `visible` 5 | resize: @direction; // Options: horizontal, vertical, both 6 | } 7 | -------------------------------------------------------------------------------- /lib/components/bootstrap/less/mixins/labels.less: -------------------------------------------------------------------------------- 1 | // Labels 2 | 3 | .label-variant(@color) { 4 | background-color: @color; 5 | 6 | &[href] { 7 | &:hover, 8 | &:focus { 9 | background-color: darken(@color, 10%); 10 | } 11 | } 12 | } 13 | -------------------------------------------------------------------------------- /lib/components/jquery/src/core/readyException.js: -------------------------------------------------------------------------------- 1 | define( [ 2 | "../core" 3 | ], function( jQuery ) { 4 | 5 | "use strict"; 6 | 7 | jQuery.readyException = function( error ) { 8 | window.setTimeout( function() { 9 | throw error; 10 | } ); 11 | }; 12 | 13 | } ); 14 | -------------------------------------------------------------------------------- /lib/components/jquery/src/var/rnothtmlwhite.js: -------------------------------------------------------------------------------- 1 | define( function() { 2 | "use strict"; 3 | 4 | // Only count HTML whitespace 5 | // Other whitespace should count in values 6 | // https://infra.spec.whatwg.org/#ascii-whitespace 7 | return ( /[^\x20\t\r\n\f]+/g ); 8 | } ); 9 | -------------------------------------------------------------------------------- /lib/components/jquery/bower.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "jquery", 3 | "main": "dist/jquery.js", 4 | "license": "MIT", 5 | "ignore": [ 6 | "package.json" 7 | ], 8 | "keywords": [ 9 | "jquery", 10 | "javascript", 11 | "browser", 12 | "library" 13 | ] 14 | } -------------------------------------------------------------------------------- /lib/components/jquery/src/core/nodeName.js: -------------------------------------------------------------------------------- 1 | define( function() { 2 | 3 | "use strict"; 4 | 5 | function nodeName( elem, name ) { 6 | 7 | return elem.nodeName && elem.nodeName.toLowerCase() === name.toLowerCase(); 8 | 9 | } 10 | 11 | return nodeName; 12 | 13 | } ); 14 | -------------------------------------------------------------------------------- /lib/components/bootstrap/Gemfile: -------------------------------------------------------------------------------- 1 | source 'https://rubygems.org' 2 | 3 | group :development, :test do 4 | gem 'jekyll', '~> 3.8.5' 5 | gem 'jekyll-redirect-from', '~> 0.14.0' 6 | gem 'jekyll-sitemap', '~> 1.2.0' 7 | gem 'wdm', '~> 0.1.1', :install_if => Gem.win_platform? 8 | end 9 | -------------------------------------------------------------------------------- /lib/components/bootstrap/less/mixins/progress-bar.less: -------------------------------------------------------------------------------- 1 | // Progress bars 2 | 3 | .progress-bar-variant(@color) { 4 | background-color: @color; 5 | 6 | // Deprecated parent class requirement as of v3.2.0 7 | .progress-striped & { 8 | #gradient > .striped(); 9 | } 10 | } 11 | -------------------------------------------------------------------------------- /partials/changelog.html: -------------------------------------------------------------------------------- 1 | 2 |8 | 9 |10 |