text
stringlengths
2
1.04M
meta
dict
<div class="jk-carousel" > <div class="slides-container" layout="row" md-swipe-left="ctrl.navigateRight()" md-swipe-right="ctrl.navigateLeft()" > <div ng-repeat="slideItem in ctrl.cloneData" class="slide" > <div ng-include="ctrl.itemTemplateUrl" ></div> </div> </div> <md-button class="md-icon-button left-arrow-button" ng-click="ctrl.navigateLeft()" > <md-icon >chevron_left</md-icon> </md-button> <md-button class="md-icon-button right-arrow-button" ng-click="ctrl.navigateRight()" > <md-icon >chevron_right</md-icon> </md-button> <md-radio-group class="radio-buttons-container" layout="row" ng-model="ctrl.radioButtonIndex" layout-align="center center" ng-change="ctrl.onRadioButtonClick()" > <md-radio-button ng-repeat="item in ctrl.data" ng-value="$index" aria-label="$index" > </md-radio-button> </md-radio-group> </div>
{ "content_hash": "db4c3615dd388f598acb68beb60c1c11", "timestamp": "", "source": "github", "line_count": 36, "max_line_length": 88, "avg_line_length": 26.166666666666668, "alnum_prop": 0.6348195329087049, "repo_name": "hdillon/TPlaboratorioIV2016", "id": "2213e0bee4ed12507b60e33161ad06b200f38b5a", "size": "942", "binary": false, "copies": "3", "ref": "refs/heads/master", "path": "bower_components/angular-jk-carousel/src/app/carousel-directive.html", "mode": "33188", "license": "mit", "language": [ { "name": "ApacheConf", "bytes": "120" }, { "name": "CSS", "bytes": "250071" }, { "name": "HTML", "bytes": "67207" }, { "name": "JavaScript", "bytes": "75359" }, { "name": "PHP", "bytes": "37729" } ], "symlink_target": "" }
ajtxz_hcgame.level4_2 = function () { var pgame = this; var levelbase; var timer; this.preload = function() { levelbase = new ajtxz_hcgame.levelbase(pgame, [4,2]); } this.create = function() { levelbase.init(); levelbase.initPool(600); levelbase.initWaterJet(340); levelbase.initBird(560, 2000, 850, 195); levelbase.initRing(430, 150); //Display level intro var lvl_intro = pgame.add.sprite(this.world.centerX, this.world.centerY-50, 'lvl_intro_4_2'); lvl_intro.anchor.setTo(0.5, 0.5); //Initialize timer for level intro (kill it after 1 second) timer = pgame.time.create(true); timer.add(1000, function(){ lvl_intro.destroy(); pgame.add.sprite(10, 15, 'lvl_tag_4_2'); }, this); timer.start(); } this.update = function() { levelbase.defaultUpdate(); } };
{ "content_hash": "26f0650a9d51b355b9b52d61e5ff2e2b", "timestamp": "", "source": "github", "line_count": 34, "max_line_length": 101, "avg_line_length": 27.647058823529413, "alnum_prop": 0.5723404255319149, "repo_name": "Phalaric/the_human_cannonball", "id": "d7be7dc9a10a83494765a1179804095e4bb9d5df", "size": "940", "binary": false, "copies": "1", "ref": "refs/heads/master", "path": "src/levels/lvl4-2.js", "mode": "33188", "license": "mit", "language": [ { "name": "HTML", "bytes": "1684" }, { "name": "JavaScript", "bytes": "46720" } ], "symlink_target": "" }
import java.util.Scanner; public class BooleanVariable { public static void main(String[] args) { Scanner scanner = new Scanner(System.in); String input = scanner.next(); switch (input) { case "True": System.out.println("Yes"); break; case "False": System.out.println("No"); break; } } }
{ "content_hash": "d046a554aefe789bfc6cc3fcf7fc0a85", "timestamp": "", "source": "github", "line_count": 18, "max_line_length": 49, "avg_line_length": 23.27777777777778, "alnum_prop": 0.4916467780429594, "repo_name": "RAstardzhiev/SoftUni-C-Scharp", "id": "87b00bd7011fbf64554bbdb7c0fde25e3c48b451", "size": "419", "binary": false, "copies": "3", "ref": "refs/heads/master", "path": "Software Technologies/Java/Java Basics - Exercises/BooleanVariable.java", "mode": "33188", "license": "mit", "language": [ { "name": "C#", "bytes": "715188" } ], "symlink_target": "" }
run_test ./drive_tailer preview nonexistent-file check_error_output "preview of nonexistent-file failed?" <<EOF preview error: nonexistent-file -- error: cannot open nonexistent-file -- No such file or directory tailer stderr: info: load preview request -- 1234 info: exiting... EOF run_test ./drive_tailer preview ${test_dir}/logfile_access_log.0 check_output "preview of file failed?" <<EOF preview of file: {test_dir}/logfile_access_log.0 192.168.202.254 - - [20/Jul/2009:22:59:26 +0000] "GET /vmw/cgi/tramp HTTP/1.0" 200 134 "-" "gPXE/0.9.7" 192.168.202.254 - - [20/Jul/2009:22:59:29 +0000] "GET /vmw/vSphere/default/vmkboot.gz HTTP/1.0" 404 46210 "-" "gPXE/0.9.7" 192.168.202.254 - - [20/Jul/2009:22:59:29 +0000] "GET /vmw/vSphere/default/vmkernel.gz HTTP/1.0" 200 78929 "-" "gPXE/0.9.7" all done! tailer stderr: info: load preview request -- 1234 info: exiting... EOF run_test ./drive_tailer preview "${test_dir}/remote-log-dir/*" check_output "preview of file failed?" <<EOF preview of file: {test_dir}/remote-log-dir/* {test_dir}/remote-log-dir/logfile_access_log.0 {test_dir}/remote-log-dir/logfile_access_log.1 all done! tailer stderr: info: load preview request -- 1234 info: exiting... EOF run_test ./drive_tailer possible "${test_dir}/logfile_access_log.*" check_output "possible path list failed?" <<EOF possible path: {test_dir}/logfile_access_log.0 possible path: {test_dir}/logfile_access_log.1 all done! tailer stderr: complete path: {test_dir}/logfile_access_log.* complete glob path: {test_dir}/logfile_access_log.* info: exiting... EOF ln -sf bar foo run_test ./drive_tailer open foo check_output "open link not working?" <<EOF link value: foo -> bar all done! tailer stderr: info: monitoring path: foo info: exiting... EOF
{ "content_hash": "77eefdc0b0f7708594ea60c50dfb58b6", "timestamp": "", "source": "github", "line_count": 59, "max_line_length": 123, "avg_line_length": 29.779661016949152, "alnum_prop": 0.7194080819578828, "repo_name": "sureshsundriyal/lnav", "id": "c8f40ac024757903a9fa82049e18174ccf61fe1c", "size": "1770", "binary": false, "copies": "1", "ref": "refs/heads/master", "path": "src/tailer/test_tailer.sh", "mode": "33261", "license": "bsd-2-clause", "language": [ { "name": "C", "bytes": "209554" }, { "name": "C++", "bytes": "6176747" }, { "name": "CMake", "bytes": "73468" }, { "name": "M4", "bytes": "142358" }, { "name": "Makefile", "bytes": "34257" }, { "name": "Python", "bytes": "14557" }, { "name": "Roff", "bytes": "57820" }, { "name": "Shell", "bytes": "149841" } ], "symlink_target": "" }
package eu.tobiasheine.bitcoinwatcher.price_sync; import android.accounts.Account; import android.accounts.AccountManager; import android.content.ContentResolver; import android.content.Context; import android.os.Bundle; import javax.inject.Inject; public class Synchronization implements ISynchronization{ final Account syncAccount; @Inject public Synchronization(Context context) { this.syncAccount = new Account("Sync Account", "eu.tobiasheine.bitcoinwatcher"); final AccountManager accountManager = (AccountManager) context.getSystemService(Context.ACCOUNT_SERVICE); accountManager.addAccountExplicitly(syncAccount, null, null); ContentResolver.setSyncAutomatically( syncAccount, ContentProviderStub.AUTHORITY, true); } @Override public void syncNow() { ContentResolver.requestSync(syncAccount, ContentProviderStub.AUTHORITY, Bundle.EMPTY); } @Override public void syncPeriodic(final int intervalInMinutes) { ContentResolver.addPeriodicSync(syncAccount, ContentProviderStub.AUTHORITY, Bundle.EMPTY, intervalInMinutes * 60); } }
{ "content_hash": "f55b6578c59220e0b1ed8ed5d9f92ae2", "timestamp": "", "source": "github", "line_count": 36, "max_line_length": 122, "avg_line_length": 31.833333333333332, "alnum_prop": 0.7574171029668412, "repo_name": "tobiasheine/BitcoinWatcher", "id": "8a81bf5f9bd5d4347e302292a8bdbda8032936cf", "size": "1146", "binary": false, "copies": "1", "ref": "refs/heads/master", "path": "mobile/src/main/java/eu/tobiasheine/bitcoinwatcher/price_sync/Synchronization.java", "mode": "33188", "license": "apache-2.0", "language": [ { "name": "Java", "bytes": "81527" } ], "symlink_target": "" }
module HealthSeven::V2_5_1 class SurP09 < ::HealthSeven::Message attribute :msh, Msh, position: "MSH", require: true class FacpshpdcpshfacpdcnteedSuppgrp < ::HealthSeven::SegmentGroup attribute :fac, Fac, position: "FAC", require: true class PshpdcSuppgrp < ::HealthSeven::SegmentGroup attribute :psh, Psh, position: "PSH", require: true attribute :pdc, Pdc, position: "PDC", require: true end attribute :pshpdc_suppgrps, Array[PshpdcSuppgrp], position: "SUR_P09.PSHPDC_SUPPGRP", require: true, multiple: true attribute :psh, Psh, position: "PSH", require: true class FacpdcnteSuppgrp < ::HealthSeven::SegmentGroup attribute :fac, Fac, position: "FAC", require: true attribute :pdc, Pdc, position: "PDC", require: true attribute :nte, Nte, position: "NTE", require: true end attribute :facpdcnte_suppgrps, Array[FacpdcnteSuppgrp], position: "SUR_P09.FACPDCNTE_SUPPGRP", require: true, multiple: true # TODO: Encapsulated data segment end attribute :facpshpdcpshfacpdcnteed_suppgrps, Array[FacpshpdcpshfacpdcnteedSuppgrp], position: "SUR_P09.FACPSHPDCPSHFACPDCNTEED_SUPPGRP", require: true, multiple: true end end
{ "content_hash": "dec5dc9145a69acc319e99129d3d7d64", "timestamp": "", "source": "github", "line_count": 22, "max_line_length": 168, "avg_line_length": 53.90909090909091, "alnum_prop": 0.7284991568296796, "repo_name": "niquola/health_seven", "id": "9f9a52b576b075508c19113a20f4ad49b1ee09bb", "size": "1186", "binary": false, "copies": "1", "ref": "refs/heads/master", "path": "lib/health_seven/2.5.1/messages/sur_p09.rb", "mode": "33188", "license": "mit", "language": [ { "name": "Ruby", "bytes": "4124541" } ], "symlink_target": "" }
package br.com.ws.sefaz.conscad; import java.util.HashMap; import java.util.Map; import spring.corp.framework.exceptions.CriticalUserException; import spring.corp.framework.exceptions.UserException; import spring.corp.framework.i18n.ManagerMessage; import br.com.ws.UFWsdlInfo; public class UFWsdlConsCadFactory { public static final String ambiente_nacional = "AN"; private static Map<String, Class<? extends UFWsdlInfo> > ufClassProducao = new HashMap<String, Class<? extends UFWsdlInfo>>(); static { ufClassProducao.put(ambiente_nacional, ANProducao.class); ufClassProducao.put("SP", SPProducao.class); } public static UFWsdlInfo getInstance(String uf) throws UserException { try { Class<? extends UFWsdlInfo> clazz = ufClassProducao.get(uf); return clazz.newInstance(); } catch (Exception e) { String message = ManagerMessage.getMessage("webservice.wsdlinfo.location.error", uf); throw new CriticalUserException(UFWsdlConsCadFactory.class, message, e); } } }
{ "content_hash": "d1e8f6fd05fae6d6555c39a3e117bcf6", "timestamp": "", "source": "github", "line_count": 30, "max_line_length": 127, "avg_line_length": 33.266666666666666, "alnum_prop": 0.7735470941883767, "repo_name": "g6tech/spring-corp-test", "id": "72d6a34e355b187d817b5b91d72e7b8d0995e2a5", "size": "998", "binary": false, "copies": "1", "ref": "refs/heads/master", "path": "project/ws/src/main/java/br/com/ws/sefaz/conscad/UFWsdlConsCadFactory.java", "mode": "33188", "license": "apache-2.0", "language": [ { "name": "CSS", "bytes": "3236" }, { "name": "HTML", "bytes": "29705" }, { "name": "Java", "bytes": "185585" }, { "name": "JavaScript", "bytes": "69485" } ], "symlink_target": "" }
/*! * Author : Matteo Bruni * MIT license: https://opensource.org/licenses/MIT * Demo / Generator : https://particles.js.org/ * GitHub : https://www.github.com/matteobruni/tsparticles * How to use? : Check the GitHub README * v2.2.4 */ (function webpackUniversalModuleDefinition(root, factory) { if(typeof exports === 'object' && typeof module === 'object') module.exports = factory(); else if(typeof define === 'function' && define.amd) define([], factory); else { var a = factory(); for(var i in a) (typeof exports === 'object' ? exports : root)[i] = a[i]; } })(this, function() { return /******/ (function() { // webpackBootstrap /******/ "use strict"; /******/ // The require scope /******/ var __webpack_require__ = {}; /******/ /************************************************************************/ /******/ /* webpack/runtime/define property getters */ /******/ !function() { /******/ // define getter functions for harmony exports /******/ __webpack_require__.d = function(exports, definition) { /******/ for(var key in definition) { /******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) { /******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] }); /******/ } /******/ } /******/ }; /******/ }(); /******/ /******/ /* webpack/runtime/hasOwnProperty shorthand */ /******/ !function() { /******/ __webpack_require__.o = function(obj, prop) { return Object.prototype.hasOwnProperty.call(obj, prop); } /******/ }(); /******/ /******/ /* webpack/runtime/make namespace object */ /******/ !function() { /******/ // define __esModule on exports /******/ __webpack_require__.r = function(exports) { /******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) { /******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' }); /******/ } /******/ Object.defineProperty(exports, '__esModule', { value: true }); /******/ }; /******/ }(); /******/ /************************************************************************/ var __webpack_exports__ = {}; // ESM COMPAT FLAG __webpack_require__.r(__webpack_exports__); // EXPORTS __webpack_require__.d(__webpack_exports__, { "loadBigCirclesPreset": function() { return /* reexport */ loadBigCirclesPreset; }, "tsParticles": function() { return /* reexport */ tsParticles; } }); ;// CONCATENATED MODULE: ../../engine/dist/esm/Utils/EventDispatcher.js var __classPrivateFieldSet = undefined && undefined.__classPrivateFieldSet || function (receiver, state, value, kind, f) { if (kind === "m") throw new TypeError("Private method is not writable"); if (kind === "a" && !f) throw new TypeError("Private accessor was defined without a setter"); if (typeof state === "function" ? receiver !== state || !f : !state.has(receiver)) throw new TypeError("Cannot write private member to an object whose class did not declare it"); return kind === "a" ? f.call(receiver, value) : f ? f.value = value : state.set(receiver, value), value; }; var __classPrivateFieldGet = undefined && undefined.__classPrivateFieldGet || function (receiver, state, kind, f) { if (kind === "a" && !f) throw new TypeError("Private accessor was defined without a getter"); if (typeof state === "function" ? receiver !== state || !f : !state.has(receiver)) throw new TypeError("Cannot read private member from an object whose class did not declare it"); return kind === "m" ? f : kind === "a" ? f.call(receiver) : f ? f.value : state.get(receiver); }; var _EventDispatcher_listeners; class EventDispatcher { constructor() { _EventDispatcher_listeners.set(this, void 0); __classPrivateFieldSet(this, _EventDispatcher_listeners, new Map(), "f"); } addEventListener(type, listener) { var _a; this.removeEventListener(type, listener); if (!__classPrivateFieldGet(this, _EventDispatcher_listeners, "f").get(type)) { __classPrivateFieldGet(this, _EventDispatcher_listeners, "f").set(type, []); } (_a = __classPrivateFieldGet(this, _EventDispatcher_listeners, "f").get(type)) === null || _a === void 0 ? void 0 : _a.push(listener); } dispatchEvent(type, args) { var _a; (_a = __classPrivateFieldGet(this, _EventDispatcher_listeners, "f").get(type)) === null || _a === void 0 ? void 0 : _a.forEach(handler => handler(args)); } hasEventListener(type) { return !!__classPrivateFieldGet(this, _EventDispatcher_listeners, "f").get(type); } removeAllEventListeners(type) { if (!type) { __classPrivateFieldSet(this, _EventDispatcher_listeners, new Map(), "f"); } else { __classPrivateFieldGet(this, _EventDispatcher_listeners, "f").delete(type); } } removeEventListener(type, listener) { const arr = __classPrivateFieldGet(this, _EventDispatcher_listeners, "f").get(type); if (!arr) { return; } const length = arr.length, idx = arr.indexOf(listener); if (idx < 0) { return; } if (length === 1) { __classPrivateFieldGet(this, _EventDispatcher_listeners, "f").delete(type); } else { arr.splice(idx, 1); } } } _EventDispatcher_listeners = new WeakMap(); ;// CONCATENATED MODULE: ../../engine/dist/esm/Core/Utils/Vector.js class Vector_Vector { constructor(xOrCoords, y) { if (typeof xOrCoords !== "number" && xOrCoords) { this.x = xOrCoords.x; this.y = xOrCoords.y; } else if (xOrCoords !== undefined && y !== undefined) { this.x = xOrCoords; this.y = y; } else { throw new Error("tsParticles - Vector not initialized correctly"); } } static get origin() { return Vector_Vector.create(0, 0); } get angle() { return Math.atan2(this.y, this.x); } set angle(angle) { this.updateFromAngle(angle, this.length); } get length() { return Math.sqrt(this.getLengthSq()); } set length(length) { this.updateFromAngle(this.angle, length); } static clone(source) { return Vector_Vector.create(source.x, source.y); } static create(x, y) { return new Vector_Vector(x, y); } add(v) { return Vector_Vector.create(this.x + v.x, this.y + v.y); } addTo(v) { this.x += v.x; this.y += v.y; } copy() { return Vector_Vector.clone(this); } distanceTo(v) { return this.sub(v).length; } distanceToSq(v) { return this.sub(v).getLengthSq(); } div(n) { return Vector_Vector.create(this.x / n, this.y / n); } divTo(n) { this.x /= n; this.y /= n; } getLengthSq() { return this.x ** 2 + this.y ** 2; } manhattanDistanceTo(v) { return Math.abs(v.x - this.x) + Math.abs(v.y - this.y); } mult(n) { return Vector_Vector.create(this.x * n, this.y * n); } multTo(n) { this.x *= n; this.y *= n; } rotate(angle) { return Vector_Vector.create(this.x * Math.cos(angle) - this.y * Math.sin(angle), this.x * Math.sin(angle) + this.y * Math.cos(angle)); } setTo(v) { this.x = v.x; this.y = v.y; } sub(v) { return Vector_Vector.create(this.x - v.x, this.y - v.y); } subFrom(v) { this.x -= v.x; this.y -= v.y; } updateFromAngle(angle, length) { this.x = Math.cos(angle) * length; this.y = Math.sin(angle) * length; } } ;// CONCATENATED MODULE: ../../engine/dist/esm/Utils/NumberUtils.js let _random = Math.random; function setRandom(rnd = Math.random) { _random = rnd; } function getRandom() { return clamp(_random(), 0, 1 - 1e-16); } function clamp(num, min, max) { return Math.min(Math.max(num, min), max); } function NumberUtils_mix(comp1, comp2, weight1, weight2) { return Math.floor((comp1 * weight1 + comp2 * weight2) / (weight1 + weight2)); } function randomInRange(r) { const max = getRangeMax(r); let min = getRangeMin(r); if (max === min) { min = 0; } return getRandom() * (max - min) + min; } function getRangeValue(value) { return typeof value === "number" ? value : randomInRange(value); } function getRangeMin(value) { return typeof value === "number" ? value : value.min; } function getRangeMax(value) { return typeof value === "number" ? value : value.max; } function setRangeValue(source, value) { if (source === value || value === undefined && typeof source === "number") { return source; } const min = getRangeMin(source), max = getRangeMax(source); return value !== undefined ? { min: Math.min(min, value), max: Math.max(max, value) } : setRangeValue(min, max); } function NumberUtils_getValue(options) { const random = options.random, { enable, minimumValue } = typeof random === "boolean" ? { enable: random, minimumValue: 0 } : random; return enable ? getRangeValue(setRangeValue(options.value, minimumValue)) : getRangeValue(options.value); } function NumberUtils_getDistances(pointA, pointB) { const dx = pointA.x - pointB.x, dy = pointA.y - pointB.y; return { dx: dx, dy: dy, distance: Math.sqrt(dx * dx + dy * dy) }; } function getDistance(pointA, pointB) { return NumberUtils_getDistances(pointA, pointB).distance; } function getParticleDirectionAngle(direction, position, center) { if (typeof direction === "number") { return direction * Math.PI / 180; } else { switch (direction) { case "top": return -Math.PI / 2; case "top-right": return -Math.PI / 4; case "right": return 0; case "bottom-right": return Math.PI / 4; case "bottom": return Math.PI / 2; case "bottom-left": return 3 * Math.PI / 4; case "left": return Math.PI; case "top-left": return -3 * Math.PI / 4; case "inside": return Math.atan2(center.y - position.y, center.x - position.x); case "outside": return Math.atan2(position.y - center.y, position.x - center.x); case "none": default: return getRandom() * Math.PI * 2; } } } function getParticleBaseVelocity(direction) { const baseVelocity = Vector_Vector.origin; baseVelocity.length = 1; baseVelocity.angle = direction; return baseVelocity; } function NumberUtils_collisionVelocity(v1, v2, m1, m2) { return Vector.create(v1.x * (m1 - m2) / (m1 + m2) + v2.x * 2 * m2 / (m1 + m2), v1.y); } function calcEasing(value, type) { switch (type) { case "ease-out-quad": return 1 - (1 - value) ** 2; case "ease-out-cubic": return 1 - (1 - value) ** 3; case "ease-out-quart": return 1 - (1 - value) ** 4; case "ease-out-quint": return 1 - (1 - value) ** 5; case "ease-out-expo": return value === 1 ? 1 : 1 - Math.pow(2, -10 * value); case "ease-out-sine": return Math.sin(value * Math.PI / 2); case "ease-out-back": { const c1 = 1.70158, c3 = c1 + 1; return 1 + c3 * Math.pow(value - 1, 3) + c1 * Math.pow(value - 1, 2); } case "ease-out-circ": return Math.sqrt(1 - Math.pow(value - 1, 2)); default: return value; } } function calcPositionFromSize(data) { var _a, _b; return ((_a = data.position) === null || _a === void 0 ? void 0 : _a.x) !== undefined && ((_b = data.position) === null || _b === void 0 ? void 0 : _b.y) !== undefined ? { x: data.position.x * data.size.width / 100, y: data.position.y * data.size.height / 100 } : undefined; } function calcPositionOrRandomFromSize(data) { var _a, _b, _c, _d; return { x: ((_b = (_a = data.position) === null || _a === void 0 ? void 0 : _a.x) !== null && _b !== void 0 ? _b : getRandom() * 100) * data.size.width / 100, y: ((_d = (_c = data.position) === null || _c === void 0 ? void 0 : _c.y) !== null && _d !== void 0 ? _d : getRandom() * 100) * data.size.height / 100 }; } function calcPositionOrRandomFromSizeRanged(data) { var _a, _b; const position = { x: ((_a = data.position) === null || _a === void 0 ? void 0 : _a.x) !== undefined ? getRangeValue(data.position.x) : undefined, y: ((_b = data.position) === null || _b === void 0 ? void 0 : _b.y) !== undefined ? getRangeValue(data.position.y) : undefined }; return calcPositionOrRandomFromSize({ size: data.size, position }); } function calcExactPositionOrRandomFromSize(data) { var _a, _b, _c, _d; return { x: (_b = (_a = data.position) === null || _a === void 0 ? void 0 : _a.x) !== null && _b !== void 0 ? _b : getRandom() * data.size.width, y: (_d = (_c = data.position) === null || _c === void 0 ? void 0 : _c.y) !== null && _d !== void 0 ? _d : getRandom() * data.size.height }; } function calcExactPositionOrRandomFromSizeRanged(data) { var _a, _b; const position = { x: ((_a = data.position) === null || _a === void 0 ? void 0 : _a.x) !== undefined ? getRangeValue(data.position.x) : undefined, y: ((_b = data.position) === null || _b === void 0 ? void 0 : _b.y) !== undefined ? getRangeValue(data.position.y) : undefined }; return calcExactPositionOrRandomFromSize({ size: data.size, position }); } function parseAlpha(input) { return input.endsWith("%") ? parseFloat(input) / 100 : parseFloat(input); } ;// CONCATENATED MODULE: ../../engine/dist/esm/Utils/Utils.js function rectSideBounce(pSide, pOtherSide, rectSide, rectOtherSide, velocity, factor) { const res = { bounced: false }; if (pOtherSide.min < rectOtherSide.min || pOtherSide.min > rectOtherSide.max || pOtherSide.max < rectOtherSide.min || pOtherSide.max > rectOtherSide.max) { return res; } if (pSide.max >= rectSide.min && pSide.max <= (rectSide.max + rectSide.min) / 2 && velocity > 0 || pSide.min <= rectSide.max && pSide.min > (rectSide.max + rectSide.min) / 2 && velocity < 0) { res.velocity = velocity * -factor; res.bounced = true; } return res; } function checkSelector(element, selectors) { if (!(selectors instanceof Array)) { return element.matches(selectors); } for (const selector of selectors) { if (element.matches(selector)) { return true; } } return false; } function isSsr() { return typeof window === "undefined" || !window || typeof window.document === "undefined" || !window.document; } function animate() { return isSsr() ? callback => setTimeout(callback) : callback => (window.requestAnimationFrame || window.webkitRequestAnimationFrame || window.mozRequestAnimationFrame || window.oRequestAnimationFrame || window.msRequestAnimationFrame || window.setTimeout)(callback); } function cancelAnimation() { return isSsr() ? handle => clearTimeout(handle) : handle => (window.cancelAnimationFrame || window.webkitCancelRequestAnimationFrame || window.mozCancelRequestAnimationFrame || window.oCancelRequestAnimationFrame || window.msCancelRequestAnimationFrame || window.clearTimeout)(handle); } function isInArray(value, array) { return value === array || array instanceof Array && array.indexOf(value) > -1; } async function loadFont(font, weight) { try { await document.fonts.load(`${weight !== null && weight !== void 0 ? weight : "400"} 36px '${font !== null && font !== void 0 ? font : "Verdana"}'`); } catch (_a) {} } function arrayRandomIndex(array) { return Math.floor(getRandom() * array.length); } function itemFromArray(array, index, useIndex = true) { const fixedIndex = index !== undefined && useIndex ? index % array.length : arrayRandomIndex(array); return array[fixedIndex]; } function isPointInside(point, size, offset, radius, direction) { return areBoundsInside(calculateBounds(point, radius !== null && radius !== void 0 ? radius : 0), size, offset, direction); } function areBoundsInside(bounds, size, offset, direction) { let inside = true; if (!direction || direction === "bottom") { inside = bounds.top < size.height + offset.x; } if (inside && (!direction || direction === "left")) { inside = bounds.right > offset.x; } if (inside && (!direction || direction === "right")) { inside = bounds.left < size.width + offset.y; } if (inside && (!direction || direction === "top")) { inside = bounds.bottom > offset.y; } return inside; } function calculateBounds(point, radius) { return { bottom: point.y + radius, left: point.x - radius, right: point.x + radius, top: point.y - radius }; } function deepExtend(destination, ...sources) { for (const source of sources) { if (source === undefined || source === null) { continue; } if (typeof source !== "object") { destination = source; continue; } const sourceIsArray = Array.isArray(source); if (sourceIsArray && (typeof destination !== "object" || !destination || !Array.isArray(destination))) { destination = []; } else if (!sourceIsArray && (typeof destination !== "object" || !destination || Array.isArray(destination))) { destination = {}; } for (const key in source) { if (key === "__proto__") { continue; } const sourceDict = source, value = sourceDict[key], isObject = typeof value === "object", destDict = destination; destDict[key] = isObject && Array.isArray(value) ? value.map(v => deepExtend(destDict[key], v)) : deepExtend(destDict[key], value); } } return destination; } function isDivModeEnabled(mode, divs) { return divs instanceof Array ? !!divs.find(t => t.enable && isInArray(mode, t.mode)) : isInArray(mode, divs.mode); } function divModeExecute(mode, divs, callback) { if (divs instanceof Array) { for (const div of divs) { const divMode = div.mode, divEnabled = div.enable; if (divEnabled && isInArray(mode, divMode)) { singleDivModeExecute(div, callback); } } } else { const divMode = divs.mode, divEnabled = divs.enable; if (divEnabled && isInArray(mode, divMode)) { singleDivModeExecute(divs, callback); } } } function singleDivModeExecute(div, callback) { const selectors = div.selectors; if (selectors instanceof Array) { for (const selector of selectors) { callback(selector, div); } } else { callback(selectors, div); } } function divMode(divs, element) { if (!element || !divs) { return; } if (divs instanceof Array) { return divs.find(d => checkSelector(element, d.selectors)); } else if (checkSelector(element, divs.selectors)) { return divs; } } function circleBounceDataFromParticle(p) { return { position: p.getPosition(), radius: p.getRadius(), mass: p.getMass(), velocity: p.velocity, factor: Vector.create(getValue(p.options.bounce.horizontal), getValue(p.options.bounce.vertical)) }; } function circleBounce(p1, p2) { const { x: xVelocityDiff, y: yVelocityDiff } = p1.velocity.sub(p2.velocity), [pos1, pos2] = [p1.position, p2.position], { dx: xDist, dy: yDist } = getDistances(pos2, pos1); if (xVelocityDiff * xDist + yVelocityDiff * yDist < 0) { return; } const angle = -Math.atan2(yDist, xDist), m1 = p1.mass, m2 = p2.mass, u1 = p1.velocity.rotate(angle), u2 = p2.velocity.rotate(angle), v1 = collisionVelocity(u1, u2, m1, m2), v2 = collisionVelocity(u2, u1, m1, m2), vFinal1 = v1.rotate(-angle), vFinal2 = v2.rotate(-angle); p1.velocity.x = vFinal1.x * p1.factor.x; p1.velocity.y = vFinal1.y * p1.factor.y; p2.velocity.x = vFinal2.x * p2.factor.x; p2.velocity.y = vFinal2.y * p2.factor.y; } function rectBounce(particle, divBounds) { const pPos = particle.getPosition(), size = particle.getRadius(), bounds = calculateBounds(pPos, size); const resH = rectSideBounce({ min: bounds.left, max: bounds.right }, { min: bounds.top, max: bounds.bottom }, { min: divBounds.left, max: divBounds.right }, { min: divBounds.top, max: divBounds.bottom }, particle.velocity.x, getValue(particle.options.bounce.horizontal)); if (resH.bounced) { if (resH.velocity !== undefined) { particle.velocity.x = resH.velocity; } if (resH.position !== undefined) { particle.position.x = resH.position; } } const resV = rectSideBounce({ min: bounds.top, max: bounds.bottom }, { min: bounds.left, max: bounds.right }, { min: divBounds.top, max: divBounds.bottom }, { min: divBounds.left, max: divBounds.right }, particle.velocity.y, getValue(particle.options.bounce.vertical)); if (resV.bounced) { if (resV.velocity !== undefined) { particle.velocity.y = resV.velocity; } if (resV.position !== undefined) { particle.position.y = resV.position; } } } ;// CONCATENATED MODULE: ../../engine/dist/esm/Utils/ColorUtils.js const randomColorValue = "random", midColorValue = "mid", colorManagers = new Map(); function addColorManager(key, manager) { colorManagers.set(key, manager); } function hue2rgb(p, q, t) { if (t < 0) { t += 1; } if (t > 1) { t -= 1; } if (t < 1 / 6) { return p + (q - p) * 6 * t; } if (t < 1 / 2) { return q; } if (t < 2 / 3) { return p + (q - p) * (2 / 3 - t) * 6; } return p; } function stringToRgba(input) { for (const [, manager] of colorManagers) { if (input.startsWith(manager.stringPrefix)) { return manager.parseString(input); } } const shorthandRegex = /^#?([a-f\d])([a-f\d])([a-f\d])([a-f\d])?$/i, hexFixed = input.replace(shorthandRegex, (_, r, g, b, a) => { return r + r + g + g + b + b + (a !== undefined ? a + a : ""); }), regex = /^#?([a-f\d]{2})([a-f\d]{2})([a-f\d]{2})([a-f\d]{2})?$/i, result = regex.exec(hexFixed); return result ? { a: result[4] !== undefined ? parseInt(result[4], 16) / 0xff : 1, b: parseInt(result[3], 16), g: parseInt(result[2], 16), r: parseInt(result[1], 16) } : undefined; } function rangeColorToRgb(input, index, useIndex = true) { if (!input) { return; } const color = typeof input === "string" ? { value: input } : input; if (typeof color.value === "string") { return colorToRgb(color.value, index, useIndex); } if (color.value instanceof Array) { return rangeColorToRgb({ value: itemFromArray(color.value, index, useIndex) }); } for (const [, manager] of colorManagers) { const res = manager.handleRangeColor(color); if (res) { return res; } } } function colorToRgb(input, index, useIndex = true) { if (!input) { return; } const color = typeof input === "string" ? { value: input } : input; if (typeof color.value === "string") { return color.value === randomColorValue ? getRandomRgbColor() : stringToRgb(color.value); } if (color.value instanceof Array) { return colorToRgb({ value: itemFromArray(color.value, index, useIndex) }); } for (const [, manager] of colorManagers) { const res = manager.handleColor(color); if (res) { return res; } } } function colorToHsl(color, index, useIndex = true) { const rgb = colorToRgb(color, index, useIndex); return rgb ? rgbToHsl(rgb) : undefined; } function rangeColorToHsl(color, index, useIndex = true) { const rgb = rangeColorToRgb(color, index, useIndex); return rgb ? rgbToHsl(rgb) : undefined; } function rgbToHsl(color) { const r1 = color.r / 255, g1 = color.g / 255, b1 = color.b / 255, max = Math.max(r1, g1, b1), min = Math.min(r1, g1, b1), res = { h: 0, l: (max + min) / 2, s: 0 }; if (max !== min) { res.s = res.l < 0.5 ? (max - min) / (max + min) : (max - min) / (2.0 - max - min); res.h = r1 === max ? (g1 - b1) / (max - min) : res.h = g1 === max ? 2.0 + (b1 - r1) / (max - min) : 4.0 + (r1 - g1) / (max - min); } res.l *= 100; res.s *= 100; res.h *= 60; if (res.h < 0) { res.h += 360; } if (res.h >= 360) { res.h -= 360; } return res; } function stringToAlpha(input) { var _a; return (_a = stringToRgba(input)) === null || _a === void 0 ? void 0 : _a.a; } function stringToRgb(input) { return stringToRgba(input); } function hslToRgb(hsl) { const result = { b: 0, g: 0, r: 0 }, hslPercent = { h: hsl.h / 360, l: hsl.l / 100, s: hsl.s / 100 }; if (!hslPercent.s) { result.b = hslPercent.l; result.g = hslPercent.l; result.r = hslPercent.l; } else { const q = hslPercent.l < 0.5 ? hslPercent.l * (1 + hslPercent.s) : hslPercent.l + hslPercent.s - hslPercent.l * hslPercent.s, p = 2 * hslPercent.l - q; result.r = hue2rgb(p, q, hslPercent.h + 1 / 3); result.g = hue2rgb(p, q, hslPercent.h); result.b = hue2rgb(p, q, hslPercent.h - 1 / 3); } result.r = Math.floor(result.r * 255); result.g = Math.floor(result.g * 255); result.b = Math.floor(result.b * 255); return result; } function hslaToRgba(hsla) { const rgbResult = hslToRgb(hsla); return { a: hsla.a, b: rgbResult.b, g: rgbResult.g, r: rgbResult.r }; } function getRandomRgbColor(min) { const fixedMin = min !== null && min !== void 0 ? min : 0; return { b: Math.floor(randomInRange(setRangeValue(fixedMin, 256))), g: Math.floor(randomInRange(setRangeValue(fixedMin, 256))), r: Math.floor(randomInRange(setRangeValue(fixedMin, 256))) }; } function getStyleFromRgb(color, opacity) { return `rgba(${color.r}, ${color.g}, ${color.b}, ${opacity !== null && opacity !== void 0 ? opacity : 1})`; } function getStyleFromHsl(color, opacity) { return `hsla(${color.h}, ${color.s}%, ${color.l}%, ${opacity !== null && opacity !== void 0 ? opacity : 1})`; } function colorMix(color1, color2, size1, size2) { let rgb1 = color1, rgb2 = color2; if (rgb1.r === undefined) { rgb1 = hslToRgb(color1); } if (rgb2.r === undefined) { rgb2 = hslToRgb(color2); } return { b: mix(rgb1.b, rgb2.b, size1, size2), g: mix(rgb1.g, rgb2.g, size1, size2), r: mix(rgb1.r, rgb2.r, size1, size2) }; } function getLinkColor(p1, p2, linkColor) { var _a, _b; if (linkColor === randomColorValue) { return getRandomRgbColor(); } else if (linkColor === midColorValue) { const sourceColor = (_a = p1.getFillColor()) !== null && _a !== void 0 ? _a : p1.getStrokeColor(), destColor = (_b = p2 === null || p2 === void 0 ? void 0 : p2.getFillColor()) !== null && _b !== void 0 ? _b : p2 === null || p2 === void 0 ? void 0 : p2.getStrokeColor(); if (sourceColor && destColor && p2) { return colorMix(sourceColor, destColor, p1.getRadius(), p2.getRadius()); } else { const hslColor = sourceColor !== null && sourceColor !== void 0 ? sourceColor : destColor; if (hslColor) { return hslToRgb(hslColor); } } } else { return linkColor; } } function getLinkRandomColor(optColor, blink, consent) { const color = typeof optColor === "string" ? optColor : optColor.value; if (color === randomColorValue) { if (consent) { return rangeColorToRgb({ value: color }); } if (blink) { return randomColorValue; } return midColorValue; } else { return rangeColorToRgb({ value: color }); } } function getHslFromAnimation(animation) { return animation !== undefined ? { h: animation.h.value, s: animation.s.value, l: animation.l.value } : undefined; } function getHslAnimationFromHsl(hsl, animationOptions, reduceFactor) { const resColor = { h: { enable: false, value: hsl.h }, s: { enable: false, value: hsl.s }, l: { enable: false, value: hsl.l } }; if (animationOptions) { setColorAnimation(resColor.h, animationOptions.h, reduceFactor); setColorAnimation(resColor.s, animationOptions.s, reduceFactor); setColorAnimation(resColor.l, animationOptions.l, reduceFactor); } return resColor; } function setColorAnimation(colorValue, colorAnimation, reduceFactor) { colorValue.enable = colorAnimation.enable; if (colorValue.enable) { colorValue.velocity = getRangeValue(colorAnimation.speed) / 100 * reduceFactor; colorValue.decay = 1 - getRangeValue(colorAnimation.decay); colorValue.status = 0; if (!colorAnimation.sync) { colorValue.velocity *= getRandom(); colorValue.value *= getRandom(); } } else { colorValue.velocity = 0; } } ;// CONCATENATED MODULE: ../../engine/dist/esm/Utils/CanvasUtils.js function drawLine(context, begin, end) { context.beginPath(); context.moveTo(begin.x, begin.y); context.lineTo(end.x, end.y); context.closePath(); } function drawTriangle(context, p1, p2, p3) { context.beginPath(); context.moveTo(p1.x, p1.y); context.lineTo(p2.x, p2.y); context.lineTo(p3.x, p3.y); context.closePath(); } function paintBase(context, dimension, baseColor) { context.save(); context.fillStyle = baseColor !== null && baseColor !== void 0 ? baseColor : "rgba(0,0,0,0)"; context.fillRect(0, 0, dimension.width, dimension.height); context.restore(); } function clear(context, dimension) { context.clearRect(0, 0, dimension.width, dimension.height); } function drawParticle(data) { var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k; const { container, context, particle, delta, colorStyles, backgroundMask, composite, radius, opacity, shadow, transform } = data; const pos = particle.getPosition(); context.save(); if (transform.a !== undefined || transform.b !== undefined || transform.c !== undefined || transform.d !== undefined) { context.setTransform((_a = transform.a) !== null && _a !== void 0 ? _a : 1, (_b = transform.b) !== null && _b !== void 0 ? _b : 0, (_c = transform.c) !== null && _c !== void 0 ? _c : 0, (_d = transform.d) !== null && _d !== void 0 ? _d : 1, pos.x, pos.y); } else { context.translate(pos.x, pos.y); } context.beginPath(); const angle = particle.rotation + (particle.options.rotate.path ? particle.velocity.angle : 0); if (angle !== 0) { context.rotate(angle); } if (backgroundMask) { context.globalCompositeOperation = composite; } const shadowColor = particle.shadowColor; if (shadow.enable && shadowColor) { context.shadowBlur = shadow.blur; context.shadowColor = getStyleFromRgb(shadowColor); context.shadowOffsetX = shadow.offset.x; context.shadowOffsetY = shadow.offset.y; } if (colorStyles.fill) { context.fillStyle = colorStyles.fill; } const stroke = particle.stroke; context.lineWidth = (_e = particle.strokeWidth) !== null && _e !== void 0 ? _e : 0; if (colorStyles.stroke) { context.strokeStyle = colorStyles.stroke; } drawShape(container, context, particle, radius, opacity, delta); if (((_f = stroke === null || stroke === void 0 ? void 0 : stroke.width) !== null && _f !== void 0 ? _f : 0) > 0) { context.stroke(); } if (particle.close) { context.closePath(); } if (particle.fill) { context.fill(); } context.restore(); context.save(); if (transform.a !== undefined || transform.b !== undefined || transform.c !== undefined || transform.d !== undefined) { context.setTransform((_g = transform.a) !== null && _g !== void 0 ? _g : 1, (_h = transform.b) !== null && _h !== void 0 ? _h : 0, (_j = transform.c) !== null && _j !== void 0 ? _j : 0, (_k = transform.d) !== null && _k !== void 0 ? _k : 1, pos.x, pos.y); } else { context.translate(pos.x, pos.y); } if (particle.rotation) { context.rotate(particle.rotation); } if (backgroundMask) { context.globalCompositeOperation = composite; } drawShapeAfterEffect(container, context, particle, radius, opacity, delta); context.restore(); } function drawShape(container, context, particle, radius, opacity, delta) { if (!particle.shape) { return; } const drawer = container.drawers.get(particle.shape); if (!drawer) { return; } drawer.draw(context, particle, radius, opacity, delta, container.retina.pixelRatio); } function drawShapeAfterEffect(container, context, particle, radius, opacity, delta) { if (!particle.shape) { return; } const drawer = container.drawers.get(particle.shape); if (!(drawer === null || drawer === void 0 ? void 0 : drawer.afterEffect)) { return; } drawer.afterEffect(context, particle, radius, opacity, delta, container.retina.pixelRatio); } function drawPlugin(context, plugin, delta) { if (!plugin.draw) { return; } context.save(); plugin.draw(context, delta); context.restore(); } function drawParticlePlugin(context, plugin, particle, delta) { if (!plugin.drawParticle) { return; } context.save(); plugin.drawParticle(context, particle, delta); context.restore(); } function alterHsl(color, type, value) { return { h: color.h, s: color.s, l: color.l + (type === "darken" ? -1 : 1) * value }; } ;// CONCATENATED MODULE: ../../engine/dist/esm/Core/Utils/Constants.js const generatedAttribute = "generated"; const touchEndEvent = "touchend"; const mouseDownEvent = "pointerdown"; const mouseUpEvent = "pointerup"; const mouseMoveEvent = "pointermove"; const touchStartEvent = "touchstart"; const touchMoveEvent = "touchmove"; const mouseLeaveEvent = "pointerleave"; const mouseOutEvent = "pointerout"; const touchCancelEvent = "touchcancel"; const resizeEvent = "resize"; const visibilityChangeEvent = "visibilitychange"; const noPolygonDataLoaded = "No polygon data loaded."; const noPolygonFound = "No polygon found, you need to specify SVG url in config."; ;// CONCATENATED MODULE: ../../engine/dist/esm/Core/Canvas.js var Canvas_classPrivateFieldSet = undefined && undefined.__classPrivateFieldSet || function (receiver, state, value, kind, f) { if (kind === "m") throw new TypeError("Private method is not writable"); if (kind === "a" && !f) throw new TypeError("Private accessor was defined without a setter"); if (typeof state === "function" ? receiver !== state || !f : !state.has(receiver)) throw new TypeError("Cannot write private member to an object whose class did not declare it"); return kind === "a" ? f.call(receiver, value) : f ? f.value = value : state.set(receiver, value), value; }; var Canvas_classPrivateFieldGet = undefined && undefined.__classPrivateFieldGet || function (receiver, state, kind, f) { if (kind === "a" && !f) throw new TypeError("Private accessor was defined without a getter"); if (typeof state === "function" ? receiver !== state || !f : !state.has(receiver)) throw new TypeError("Cannot read private member from an object whose class did not declare it"); return kind === "m" ? f : kind === "a" ? f.call(receiver) : f ? f.value : state.get(receiver); }; var _Canvas_colorPlugins, _Canvas_context, _Canvas_postDrawUpdaters, _Canvas_preDrawUpdaters, _Canvas_resizePlugins; function setTransformValue(factor, newFactor, key) { var _a; const newValue = newFactor[key]; if (newValue !== undefined) { factor[key] = ((_a = factor[key]) !== null && _a !== void 0 ? _a : 1) * newValue; } } class Canvas { constructor(container) { this.container = container; _Canvas_colorPlugins.set(this, void 0); _Canvas_context.set(this, void 0); _Canvas_postDrawUpdaters.set(this, void 0); _Canvas_preDrawUpdaters.set(this, void 0); _Canvas_resizePlugins.set(this, void 0); this.size = { height: 0, width: 0 }; Canvas_classPrivateFieldSet(this, _Canvas_context, null, "f"); this.generatedCanvas = false; Canvas_classPrivateFieldSet(this, _Canvas_preDrawUpdaters, [], "f"); Canvas_classPrivateFieldSet(this, _Canvas_postDrawUpdaters, [], "f"); Canvas_classPrivateFieldSet(this, _Canvas_resizePlugins, [], "f"); Canvas_classPrivateFieldSet(this, _Canvas_colorPlugins, [], "f"); } clear() { const options = this.container.actualOptions, trail = options.particles.move.trail; if (options.backgroundMask.enable) { this.paint(); } else if (trail.enable && trail.length > 0 && this.trailFillColor) { this.paintBase(getStyleFromRgb(this.trailFillColor, 1 / trail.length)); } else { this.draw(ctx => { clear(ctx, this.size); }); } } destroy() { var _a; if (this.generatedCanvas) { (_a = this.element) === null || _a === void 0 ? void 0 : _a.remove(); } else { this.resetOriginalStyle(); } this.draw(ctx => { clear(ctx, this.size); }); Canvas_classPrivateFieldSet(this, _Canvas_preDrawUpdaters, [], "f"); Canvas_classPrivateFieldSet(this, _Canvas_postDrawUpdaters, [], "f"); Canvas_classPrivateFieldSet(this, _Canvas_resizePlugins, [], "f"); Canvas_classPrivateFieldSet(this, _Canvas_colorPlugins, [], "f"); } draw(cb) { if (!Canvas_classPrivateFieldGet(this, _Canvas_context, "f")) { return; } return cb(Canvas_classPrivateFieldGet(this, _Canvas_context, "f")); } drawParticle(particle, delta) { var _a; if (particle.spawning || particle.destroyed) { return; } const radius = particle.getRadius(); if (radius <= 0) { return; } const pfColor = particle.getFillColor(), psColor = (_a = particle.getStrokeColor()) !== null && _a !== void 0 ? _a : pfColor; let [fColor, sColor] = this.getPluginParticleColors(particle); if (!fColor) { fColor = pfColor; } if (!sColor) { sColor = psColor; } if (!fColor && !sColor) { return; } this.draw(ctx => { var _a, _b, _c, _d, _e; const options = this.container.actualOptions, zIndexOptions = particle.options.zIndex, zOpacityFactor = (1 - particle.zIndexFactor) ** zIndexOptions.opacityRate, opacity = (_c = (_a = particle.bubble.opacity) !== null && _a !== void 0 ? _a : (_b = particle.opacity) === null || _b === void 0 ? void 0 : _b.value) !== null && _c !== void 0 ? _c : 1, strokeOpacity = (_e = (_d = particle.stroke) === null || _d === void 0 ? void 0 : _d.opacity) !== null && _e !== void 0 ? _e : opacity, zOpacity = opacity * zOpacityFactor, zStrokeOpacity = strokeOpacity * zOpacityFactor, transform = {}, colorStyles = { fill: fColor ? getStyleFromHsl(fColor, zOpacity) : undefined }; colorStyles.stroke = sColor ? getStyleFromHsl(sColor, zStrokeOpacity) : colorStyles.fill; this.applyPreDrawUpdaters(ctx, particle, radius, zOpacity, colorStyles, transform); drawParticle({ container: this.container, context: ctx, particle, delta, colorStyles, backgroundMask: options.backgroundMask.enable, composite: options.backgroundMask.composite, radius: radius * (1 - particle.zIndexFactor) ** zIndexOptions.sizeRate, opacity: zOpacity, shadow: particle.options.shadow, transform }); this.applyPostDrawUpdaters(particle); }); } drawParticlePlugin(plugin, particle, delta) { this.draw(ctx => { drawParticlePlugin(ctx, plugin, particle, delta); }); } drawPlugin(plugin, delta) { this.draw(ctx => { drawPlugin(ctx, plugin, delta); }); } init() { this.resize(); this.initStyle(); this.initCover(); this.initTrail(); this.initBackground(); this.initUpdaters(); this.initPlugins(); this.paint(); } initBackground() { const options = this.container.actualOptions, background = options.background, element = this.element, elementStyle = element === null || element === void 0 ? void 0 : element.style; if (!elementStyle) { return; } if (background.color) { const color = rangeColorToRgb(background.color); elementStyle.backgroundColor = color ? getStyleFromRgb(color, background.opacity) : ""; } else { elementStyle.backgroundColor = ""; } elementStyle.backgroundImage = background.image || ""; elementStyle.backgroundPosition = background.position || ""; elementStyle.backgroundRepeat = background.repeat || ""; elementStyle.backgroundSize = background.size || ""; } initPlugins() { Canvas_classPrivateFieldSet(this, _Canvas_resizePlugins, [], "f"); for (const [, plugin] of this.container.plugins) { if (plugin.resize) { Canvas_classPrivateFieldGet(this, _Canvas_resizePlugins, "f").push(plugin); } if (plugin.particleFillColor || plugin.particleStrokeColor) { Canvas_classPrivateFieldGet(this, _Canvas_colorPlugins, "f").push(plugin); } } } initUpdaters() { Canvas_classPrivateFieldSet(this, _Canvas_preDrawUpdaters, [], "f"); Canvas_classPrivateFieldSet(this, _Canvas_postDrawUpdaters, [], "f"); for (const updater of this.container.particles.updaters) { if (updater.afterDraw) { Canvas_classPrivateFieldGet(this, _Canvas_postDrawUpdaters, "f").push(updater); } if (updater.getColorStyles || updater.getTransformValues || updater.beforeDraw) { Canvas_classPrivateFieldGet(this, _Canvas_preDrawUpdaters, "f").push(updater); } } } loadCanvas(canvas) { var _a; if (this.generatedCanvas) { (_a = this.element) === null || _a === void 0 ? void 0 : _a.remove(); } this.generatedCanvas = canvas.dataset && generatedAttribute in canvas.dataset ? canvas.dataset[generatedAttribute] === "true" : this.generatedCanvas; this.element = canvas; this.originalStyle = deepExtend({}, this.element.style); this.size.height = canvas.offsetHeight; this.size.width = canvas.offsetWidth; Canvas_classPrivateFieldSet(this, _Canvas_context, this.element.getContext("2d"), "f"); this.container.retina.init(); this.initBackground(); } paint() { const options = this.container.actualOptions; this.draw(ctx => { if (options.backgroundMask.enable && options.backgroundMask.cover) { clear(ctx, this.size); this.paintBase(this.coverColorStyle); } else { this.paintBase(); } }); } resize() { if (!this.element) { return; } const container = this.container, pxRatio = container.retina.pixelRatio, size = container.canvas.size, newSize = { width: this.element.offsetWidth * pxRatio, height: this.element.offsetHeight * pxRatio }; if (newSize.height === size.height && newSize.width === size.width && newSize.height === this.element.height && newSize.width === this.element.width) { return; } const oldSize = Object.assign({}, size); this.element.width = size.width = this.element.offsetWidth * pxRatio; this.element.height = size.height = this.element.offsetHeight * pxRatio; if (this.container.started) { this.resizeFactor = { width: size.width / oldSize.width, height: size.height / oldSize.height }; } } async windowResize() { if (!this.element) { return; } this.resize(); const container = this.container, needsRefresh = container.updateActualOptions(); container.particles.setDensity(); this.applyResizePlugins(); if (needsRefresh) { await container.refresh(); } } applyPostDrawUpdaters(particle) { var _a; for (const updater of Canvas_classPrivateFieldGet(this, _Canvas_postDrawUpdaters, "f")) { (_a = updater.afterDraw) === null || _a === void 0 ? void 0 : _a.call(updater, particle); } } applyPreDrawUpdaters(ctx, particle, radius, zOpacity, colorStyles, transform) { var _a; for (const updater of Canvas_classPrivateFieldGet(this, _Canvas_preDrawUpdaters, "f")) { if (updater.getColorStyles) { const { fill, stroke } = updater.getColorStyles(particle, ctx, radius, zOpacity); if (fill) { colorStyles.fill = fill; } if (stroke) { colorStyles.stroke = stroke; } } if (updater.getTransformValues) { const updaterTransform = updater.getTransformValues(particle); for (const key in updaterTransform) { setTransformValue(transform, updaterTransform, key); } } (_a = updater.beforeDraw) === null || _a === void 0 ? void 0 : _a.call(updater, particle); } } applyResizePlugins() { var _a; for (const plugin of Canvas_classPrivateFieldGet(this, _Canvas_resizePlugins, "f")) { (_a = plugin.resize) === null || _a === void 0 ? void 0 : _a.call(plugin); } } getPluginParticleColors(particle) { let fColor, sColor; for (const plugin of Canvas_classPrivateFieldGet(this, _Canvas_colorPlugins, "f")) { if (!fColor && plugin.particleFillColor) { fColor = rangeColorToHsl(plugin.particleFillColor(particle)); } if (!sColor && plugin.particleStrokeColor) { sColor = rangeColorToHsl(plugin.particleStrokeColor(particle)); } if (fColor && sColor) { break; } } return [fColor, sColor]; } initCover() { const options = this.container.actualOptions, cover = options.backgroundMask.cover, color = cover.color, coverRgb = rangeColorToRgb(color); if (coverRgb) { const coverColor = { r: coverRgb.r, g: coverRgb.g, b: coverRgb.b, a: cover.opacity }; this.coverColorStyle = getStyleFromRgb(coverColor, coverColor.a); } } initStyle() { const element = this.element, options = this.container.actualOptions; if (!element) { return; } if (options.fullScreen.enable) { this.originalStyle = deepExtend({}, element.style); element.style.setProperty("position", "fixed", "important"); element.style.setProperty("z-index", options.fullScreen.zIndex.toString(10), "important"); element.style.setProperty("top", "0", "important"); element.style.setProperty("left", "0", "important"); element.style.setProperty("width", "100%", "important"); element.style.setProperty("height", "100%", "important"); } else { this.resetOriginalStyle(); } for (const key in options.style) { if (!key || !options.style) { continue; } const value = options.style[key]; if (!value) { continue; } element.style.setProperty(key, value, "important"); } } initTrail() { const options = this.container.actualOptions, trail = options.particles.move.trail, fillColor = rangeColorToRgb(trail.fillColor); if (fillColor) { const trail = options.particles.move.trail; this.trailFillColor = { r: fillColor.r, g: fillColor.g, b: fillColor.b, a: 1 / trail.length }; } } paintBase(baseColor) { this.draw(ctx => { paintBase(ctx, this.size, baseColor); }); } resetOriginalStyle() { const element = this.element, originalStyle = this.originalStyle; if (element && originalStyle) { element.style.position = originalStyle.position; element.style.zIndex = originalStyle.zIndex; element.style.top = originalStyle.top; element.style.left = originalStyle.left; element.style.width = originalStyle.width; element.style.height = originalStyle.height; } } } _Canvas_colorPlugins = new WeakMap(), _Canvas_context = new WeakMap(), _Canvas_postDrawUpdaters = new WeakMap(), _Canvas_preDrawUpdaters = new WeakMap(), _Canvas_resizePlugins = new WeakMap(); ;// CONCATENATED MODULE: ../../engine/dist/esm/Core/Utils/EventListeners.js function manageListener(element, event, handler, add, options) { if (add) { let addOptions = { passive: true }; if (typeof options === "boolean") { addOptions.capture = options; } else if (options !== undefined) { addOptions = options; } element.addEventListener(event, handler, addOptions); } else { const removeOptions = options; element.removeEventListener(event, handler, removeOptions); } } class EventListeners { constructor(container) { this.container = container; this.canPush = true; this.mouseMoveHandler = e => this.mouseTouchMove(e); this.touchStartHandler = e => this.mouseTouchMove(e); this.touchMoveHandler = e => this.mouseTouchMove(e); this.touchEndHandler = () => this.mouseTouchFinish(); this.mouseLeaveHandler = () => this.mouseTouchFinish(); this.touchCancelHandler = () => this.mouseTouchFinish(); this.touchEndClickHandler = e => this.mouseTouchClick(e); this.mouseUpHandler = e => this.mouseTouchClick(e); this.mouseDownHandler = () => this.mouseDown(); this.visibilityChangeHandler = () => this.handleVisibilityChange(); this.themeChangeHandler = e => this.handleThemeChange(e); this.oldThemeChangeHandler = e => this.handleThemeChange(e); this.resizeHandler = () => this.handleWindowResize(); } addListeners() { this.manageListeners(true); } removeListeners() { this.manageListeners(false); } doMouseTouchClick(e) { const container = this.container, options = container.actualOptions; if (this.canPush) { const mousePos = container.interactivity.mouse.position; if (!mousePos) { return; } container.interactivity.mouse.clickPosition = { x: mousePos.x, y: mousePos.y }; container.interactivity.mouse.clickTime = new Date().getTime(); const onClick = options.interactivity.events.onClick; if (onClick.mode instanceof Array) { for (const mode of onClick.mode) { this.handleClickMode(mode); } } else { this.handleClickMode(onClick.mode); } } if (e.type === "touchend") { setTimeout(() => this.mouseTouchFinish(), 500); } } handleClickMode(mode) { this.container.handleClickMode(mode); } handleThemeChange(e) { const mediaEvent = e, themeName = mediaEvent.matches ? this.container.options.defaultDarkTheme : this.container.options.defaultLightTheme, theme = this.container.options.themes.find(theme => theme.name === themeName); if (theme && theme.default.auto) { this.container.loadTheme(themeName); } } handleVisibilityChange() { const container = this.container, options = container.actualOptions; this.mouseTouchFinish(); if (!options.pauseOnBlur) { return; } if (document === null || document === void 0 ? void 0 : document.hidden) { container.pageHidden = true; container.pause(); } else { container.pageHidden = false; if (container.getAnimationStatus()) { container.play(true); } else { container.draw(true); } } } handleWindowResize() { if (this.resizeTimeout) { clearTimeout(this.resizeTimeout); delete this.resizeTimeout; } this.resizeTimeout = setTimeout(async () => { var _a; return (_a = this.container.canvas) === null || _a === void 0 ? void 0 : _a.windowResize(); }, 500); } manageListeners(add) { var _a; const container = this.container, options = container.actualOptions, detectType = options.interactivity.detectsOn; let mouseLeaveTmpEvent = mouseLeaveEvent; if (detectType === "window") { container.interactivity.element = window; mouseLeaveTmpEvent = mouseOutEvent; } else if (detectType === "parent" && container.canvas.element) { const canvasEl = container.canvas.element; container.interactivity.element = (_a = canvasEl.parentElement) !== null && _a !== void 0 ? _a : canvasEl.parentNode; } else { container.interactivity.element = container.canvas.element; } const mediaMatch = !isSsr() && typeof matchMedia !== "undefined" && matchMedia("(prefers-color-scheme: dark)"); if (mediaMatch) { if (mediaMatch.addEventListener !== undefined) { manageListener(mediaMatch, "change", this.themeChangeHandler, add); } else if (mediaMatch.addListener !== undefined) { if (add) { mediaMatch.addListener(this.oldThemeChangeHandler); } else { mediaMatch.removeListener(this.oldThemeChangeHandler); } } } const interactivityEl = container.interactivity.element; if (!interactivityEl) { return; } const html = interactivityEl; if (options.interactivity.events.onHover.enable || options.interactivity.events.onClick.enable) { manageListener(interactivityEl, mouseMoveEvent, this.mouseMoveHandler, add); manageListener(interactivityEl, touchStartEvent, this.touchStartHandler, add); manageListener(interactivityEl, touchMoveEvent, this.touchMoveHandler, add); if (!options.interactivity.events.onClick.enable) { manageListener(interactivityEl, touchEndEvent, this.touchEndHandler, add); } else { manageListener(interactivityEl, touchEndEvent, this.touchEndClickHandler, add); manageListener(interactivityEl, mouseUpEvent, this.mouseUpHandler, add); manageListener(interactivityEl, mouseDownEvent, this.mouseDownHandler, add); } manageListener(interactivityEl, mouseLeaveTmpEvent, this.mouseLeaveHandler, add); manageListener(interactivityEl, touchCancelEvent, this.touchCancelHandler, add); } if (container.canvas.element) { container.canvas.element.style.pointerEvents = html === container.canvas.element ? "initial" : "none"; } if (options.interactivity.events.resize) { if (typeof ResizeObserver !== "undefined") { if (this.resizeObserver && !add) { if (container.canvas.element) { this.resizeObserver.unobserve(container.canvas.element); } this.resizeObserver.disconnect(); delete this.resizeObserver; } else if (!this.resizeObserver && add && container.canvas.element) { this.resizeObserver = new ResizeObserver(entries => { const entry = entries.find(e => e.target === container.canvas.element); if (!entry) { return; } this.handleWindowResize(); }); this.resizeObserver.observe(container.canvas.element); } } else { manageListener(window, resizeEvent, this.resizeHandler, add); } } if (document) { manageListener(document, visibilityChangeEvent, this.visibilityChangeHandler, add, false); } } mouseDown() { const interactivity = this.container.interactivity; if (interactivity) { const mouse = interactivity.mouse; mouse.clicking = true; mouse.downPosition = mouse.position; } } mouseTouchClick(e) { const container = this.container, options = container.actualOptions, mouse = container.interactivity.mouse; mouse.inside = true; let handled = false; const mousePosition = mouse.position; if (!mousePosition || !options.interactivity.events.onClick.enable) { return; } for (const [, plugin] of container.plugins) { if (!plugin.clickPositionValid) { continue; } handled = plugin.clickPositionValid(mousePosition); if (handled) { break; } } if (!handled) { this.doMouseTouchClick(e); } mouse.clicking = false; } mouseTouchFinish() { const interactivity = this.container.interactivity; if (!interactivity) { return; } const mouse = interactivity.mouse; delete mouse.position; delete mouse.clickPosition; delete mouse.downPosition; interactivity.status = mouseLeaveEvent; mouse.inside = false; mouse.clicking = false; } mouseTouchMove(e) { var _a, _b, _c, _d, _e, _f, _g; const container = this.container, options = container.actualOptions; if (!((_a = container.interactivity) === null || _a === void 0 ? void 0 : _a.element)) { return; } container.interactivity.mouse.inside = true; let pos; const canvas = container.canvas.element; if (e.type.startsWith("pointer")) { this.canPush = true; const mouseEvent = e; if (container.interactivity.element === window) { if (canvas) { const clientRect = canvas.getBoundingClientRect(); pos = { x: mouseEvent.clientX - clientRect.left, y: mouseEvent.clientY - clientRect.top }; } } else if (options.interactivity.detectsOn === "parent") { const source = mouseEvent.target; const target = mouseEvent.currentTarget; const canvasEl = container.canvas.element; if (source && target && canvasEl) { const sourceRect = source.getBoundingClientRect(); const targetRect = target.getBoundingClientRect(); const canvasRect = canvasEl.getBoundingClientRect(); pos = { x: mouseEvent.offsetX + 2 * sourceRect.left - (targetRect.left + canvasRect.left), y: mouseEvent.offsetY + 2 * sourceRect.top - (targetRect.top + canvasRect.top) }; } else { pos = { x: (_b = mouseEvent.offsetX) !== null && _b !== void 0 ? _b : mouseEvent.clientX, y: (_c = mouseEvent.offsetY) !== null && _c !== void 0 ? _c : mouseEvent.clientY }; } } else { if (mouseEvent.target === container.canvas.element) { pos = { x: (_d = mouseEvent.offsetX) !== null && _d !== void 0 ? _d : mouseEvent.clientX, y: (_e = mouseEvent.offsetY) !== null && _e !== void 0 ? _e : mouseEvent.clientY }; } } } else { this.canPush = e.type !== "touchmove"; const touchEvent = e; const lastTouch = touchEvent.touches[touchEvent.touches.length - 1]; const canvasRect = canvas === null || canvas === void 0 ? void 0 : canvas.getBoundingClientRect(); pos = { x: lastTouch.clientX - ((_f = canvasRect === null || canvasRect === void 0 ? void 0 : canvasRect.left) !== null && _f !== void 0 ? _f : 0), y: lastTouch.clientY - ((_g = canvasRect === null || canvasRect === void 0 ? void 0 : canvasRect.top) !== null && _g !== void 0 ? _g : 0) }; } const pxRatio = container.retina.pixelRatio; if (pos) { pos.x *= pxRatio; pos.y *= pxRatio; } container.interactivity.mouse.position = pos; container.interactivity.status = mouseMoveEvent; } } ;// CONCATENATED MODULE: ../../engine/dist/esm/Core/Utils/FrameManager.js class FrameManager { constructor(container) { this.container = container; } async nextFrame(timestamp) { var _a; try { const container = this.container; if (container.lastFrameTime !== undefined && timestamp < container.lastFrameTime + 1000 / container.fpsLimit) { container.draw(false); return; } (_a = container.lastFrameTime) !== null && _a !== void 0 ? _a : container.lastFrameTime = timestamp; const deltaValue = timestamp - container.lastFrameTime, delta = { value: deltaValue, factor: 60 * deltaValue / 1000 }; container.lifeTime += delta.value; container.lastFrameTime = timestamp; if (deltaValue > 1000) { container.draw(false); return; } await container.particles.draw(delta); if (container.duration > 0 && container.lifeTime > container.duration) { container.destroy(); return; } if (container.getAnimationStatus()) { container.draw(false); } } catch (e) { console.error("tsParticles error in animation loop", e); } } } ;// CONCATENATED MODULE: ../../engine/dist/esm/Options/Classes/OptionsColor.js class OptionsColor { constructor() { this.value = ""; } static create(source, data) { const color = new OptionsColor(); color.load(source); if (data !== undefined) { if (typeof data === "string" || data instanceof Array) { color.load({ value: data }); } else { color.load(data); } } return color; } load(data) { if ((data === null || data === void 0 ? void 0 : data.value) === undefined) { return; } this.value = data.value; } } ;// CONCATENATED MODULE: ../../engine/dist/esm/Options/Classes/Background/Background.js class Background { constructor() { this.color = new OptionsColor(); this.color.value = ""; this.image = ""; this.position = ""; this.repeat = ""; this.size = ""; this.opacity = 1; } load(data) { if (!data) { return; } if (data.color !== undefined) { this.color = OptionsColor.create(this.color, data.color); } if (data.image !== undefined) { this.image = data.image; } if (data.position !== undefined) { this.position = data.position; } if (data.repeat !== undefined) { this.repeat = data.repeat; } if (data.size !== undefined) { this.size = data.size; } if (data.opacity !== undefined) { this.opacity = data.opacity; } } } ;// CONCATENATED MODULE: ../../engine/dist/esm/Options/Classes/BackgroundMask/BackgroundMaskCover.js class BackgroundMaskCover { constructor() { this.color = new OptionsColor(); this.color.value = "#fff"; this.opacity = 1; } load(data) { if (!data) { return; } if (data.color !== undefined) { this.color = OptionsColor.create(this.color, data.color); } if (data.opacity !== undefined) { this.opacity = data.opacity; } } } ;// CONCATENATED MODULE: ../../engine/dist/esm/Options/Classes/BackgroundMask/BackgroundMask.js class BackgroundMask { constructor() { this.composite = "destination-out"; this.cover = new BackgroundMaskCover(); this.enable = false; } load(data) { if (!data) { return; } if (data.composite !== undefined) { this.composite = data.composite; } if (data.cover !== undefined) { const cover = data.cover; const color = typeof data.cover === "string" ? { color: data.cover } : data.cover; this.cover.load(cover.color !== undefined ? cover : { color: color }); } if (data.enable !== undefined) { this.enable = data.enable; } } } ;// CONCATENATED MODULE: ../../engine/dist/esm/Options/Classes/FullScreen/FullScreen.js class FullScreen { constructor() { this.enable = true; this.zIndex = 0; } load(data) { if (!data) { return; } if (data.enable !== undefined) { this.enable = data.enable; } if (data.zIndex !== undefined) { this.zIndex = data.zIndex; } } } ;// CONCATENATED MODULE: ../../engine/dist/esm/Options/Classes/Interactivity/Events/ClickEvent.js class ClickEvent { constructor() { this.enable = false; this.mode = []; } load(data) { if (!data) { return; } if (data.enable !== undefined) { this.enable = data.enable; } if (data.mode !== undefined) { this.mode = data.mode; } } } ;// CONCATENATED MODULE: ../../engine/dist/esm/Options/Classes/Interactivity/Events/DivEvent.js class DivEvent { constructor() { this.selectors = []; this.enable = false; this.mode = []; this.type = "circle"; } get el() { return this.elementId; } set el(value) { this.elementId = value; } get elementId() { return this.ids; } set elementId(value) { this.ids = value; } get ids() { return this.selectors instanceof Array ? this.selectors.map(t => t.replace("#", "")) : this.selectors.replace("#", ""); } set ids(value) { this.selectors = value instanceof Array ? value.map(t => `#${t}`) : `#${value}`; } load(data) { var _a, _b; if (!data) { return; } const ids = (_b = (_a = data.ids) !== null && _a !== void 0 ? _a : data.elementId) !== null && _b !== void 0 ? _b : data.el; if (ids !== undefined) { this.ids = ids; } if (data.selectors !== undefined) { this.selectors = data.selectors; } if (data.enable !== undefined) { this.enable = data.enable; } if (data.mode !== undefined) { this.mode = data.mode; } if (data.type !== undefined) { this.type = data.type; } } } ;// CONCATENATED MODULE: ../../engine/dist/esm/Options/Classes/Interactivity/Events/Parallax.js class Parallax { constructor() { this.enable = false; this.force = 2; this.smooth = 10; } load(data) { if (!data) { return; } if (data.enable !== undefined) { this.enable = data.enable; } if (data.force !== undefined) { this.force = data.force; } if (data.smooth !== undefined) { this.smooth = data.smooth; } } } ;// CONCATENATED MODULE: ../../engine/dist/esm/Options/Classes/Interactivity/Events/HoverEvent.js class HoverEvent { constructor() { this.enable = false; this.mode = []; this.parallax = new Parallax(); } load(data) { if (!data) { return; } if (data.enable !== undefined) { this.enable = data.enable; } if (data.mode !== undefined) { this.mode = data.mode; } this.parallax.load(data.parallax); } } ;// CONCATENATED MODULE: ../../engine/dist/esm/Options/Classes/Interactivity/Events/Events.js class Events { constructor() { this.onClick = new ClickEvent(); this.onDiv = new DivEvent(); this.onHover = new HoverEvent(); this.resize = true; } get onclick() { return this.onClick; } set onclick(value) { this.onClick = value; } get ondiv() { return this.onDiv; } set ondiv(value) { this.onDiv = value; } get onhover() { return this.onHover; } set onhover(value) { this.onHover = value; } load(data) { var _a, _b, _c; if (!data) { return; } this.onClick.load((_a = data.onClick) !== null && _a !== void 0 ? _a : data.onclick); const onDiv = (_b = data.onDiv) !== null && _b !== void 0 ? _b : data.ondiv; if (onDiv !== undefined) { if (onDiv instanceof Array) { this.onDiv = onDiv.map(div => { const tmp = new DivEvent(); tmp.load(div); return tmp; }); } else { this.onDiv = new DivEvent(); this.onDiv.load(onDiv); } } this.onHover.load((_c = data.onHover) !== null && _c !== void 0 ? _c : data.onhover); if (data.resize !== undefined) { this.resize = data.resize; } } } ;// CONCATENATED MODULE: ../../engine/dist/esm/Options/Classes/Interactivity/Modes/Slow.js class Slow { constructor() { this.factor = 3; this.radius = 200; } load(data) { if (!data) { return; } if (data.factor !== undefined) { this.factor = data.factor; } if (data.radius !== undefined) { this.radius = data.radius; } } } ;// CONCATENATED MODULE: ../../engine/dist/esm/Options/Classes/Interactivity/Modes/Modes.js var Modes_classPrivateFieldSet = undefined && undefined.__classPrivateFieldSet || function (receiver, state, value, kind, f) { if (kind === "m") throw new TypeError("Private method is not writable"); if (kind === "a" && !f) throw new TypeError("Private accessor was defined without a setter"); if (typeof state === "function" ? receiver !== state || !f : !state.has(receiver)) throw new TypeError("Cannot write private member to an object whose class did not declare it"); return kind === "a" ? f.call(receiver, value) : f ? f.value = value : state.set(receiver, value), value; }; var Modes_classPrivateFieldGet = undefined && undefined.__classPrivateFieldGet || function (receiver, state, kind, f) { if (kind === "a" && !f) throw new TypeError("Private accessor was defined without a getter"); if (typeof state === "function" ? receiver !== state || !f : !state.has(receiver)) throw new TypeError("Cannot read private member from an object whose class did not declare it"); return kind === "m" ? f : kind === "a" ? f.call(receiver) : f ? f.value : state.get(receiver); }; var _Modes_container, _Modes_engine; class Modes { constructor(engine, container) { _Modes_container.set(this, void 0); _Modes_engine.set(this, void 0); Modes_classPrivateFieldSet(this, _Modes_engine, engine, "f"); Modes_classPrivateFieldSet(this, _Modes_container, container, "f"); this.slow = new Slow(); } load(data) { if (!data) { return; } this.slow.load(data.slow); if (Modes_classPrivateFieldGet(this, _Modes_container, "f")) { const interactors = Modes_classPrivateFieldGet(this, _Modes_engine, "f").plugins.interactors.get(Modes_classPrivateFieldGet(this, _Modes_container, "f")); if (interactors) { for (const interactor of interactors) { if (interactor.loadModeOptions) { interactor.loadModeOptions(this, data); } } } } } } _Modes_container = new WeakMap(), _Modes_engine = new WeakMap(); ;// CONCATENATED MODULE: ../../engine/dist/esm/Options/Classes/Interactivity/Interactivity.js var Interactivity_classPrivateFieldSet = undefined && undefined.__classPrivateFieldSet || function (receiver, state, value, kind, f) { if (kind === "m") throw new TypeError("Private method is not writable"); if (kind === "a" && !f) throw new TypeError("Private accessor was defined without a setter"); if (typeof state === "function" ? receiver !== state || !f : !state.has(receiver)) throw new TypeError("Cannot write private member to an object whose class did not declare it"); return kind === "a" ? f.call(receiver, value) : f ? f.value = value : state.set(receiver, value), value; }; var _Interactivity_container, _Interactivity_engine; class Interactivity { constructor(engine, container) { _Interactivity_container.set(this, void 0); _Interactivity_engine.set(this, void 0); Interactivity_classPrivateFieldSet(this, _Interactivity_engine, engine, "f"); Interactivity_classPrivateFieldSet(this, _Interactivity_container, container, "f"); this.detectsOn = "window"; this.events = new Events(); this.modes = new Modes(engine, container); } get detect_on() { return this.detectsOn; } set detect_on(value) { this.detectsOn = value; } load(data) { var _a; if (!data) { return; } const detectsOn = (_a = data.detectsOn) !== null && _a !== void 0 ? _a : data.detect_on; if (detectsOn !== undefined) { this.detectsOn = detectsOn; } this.events.load(data.events); this.modes.load(data.modes); } } _Interactivity_container = new WeakMap(), _Interactivity_engine = new WeakMap(); ;// CONCATENATED MODULE: ../../engine/dist/esm/Options/Classes/ManualParticle.js class ManualParticle { load(data) { var _a, _b; if (!data) { return; } if (data.position !== undefined) { this.position = { x: (_a = data.position.x) !== null && _a !== void 0 ? _a : 50, y: (_b = data.position.y) !== null && _b !== void 0 ? _b : 50 }; } if (data.options !== undefined) { this.options = deepExtend({}, data.options); } } } ;// CONCATENATED MODULE: ../../engine/dist/esm/Options/Classes/Motion/MotionReduce.js class MotionReduce { constructor() { this.factor = 4; this.value = true; } load(data) { if (!data) { return; } if (data.factor !== undefined) { this.factor = data.factor; } if (data.value !== undefined) { this.value = data.value; } } } ;// CONCATENATED MODULE: ../../engine/dist/esm/Options/Classes/Motion/Motion.js class Motion { constructor() { this.disable = false; this.reduce = new MotionReduce(); } load(data) { if (!data) { return; } if (data.disable !== undefined) { this.disable = data.disable; } this.reduce.load(data.reduce); } } ;// CONCATENATED MODULE: ../../engine/dist/esm/Options/Classes/Responsive.js class Responsive { constructor() { this.maxWidth = Infinity; this.options = {}; this.mode = "canvas"; } load(data) { if (!data) { return; } if (data.maxWidth !== undefined) { this.maxWidth = data.maxWidth; } if (data.mode !== undefined) { if (data.mode === "screen") { this.mode = "screen"; } else { this.mode = "canvas"; } } if (data.options !== undefined) { this.options = deepExtend({}, data.options); } } } ;// CONCATENATED MODULE: ../../engine/dist/esm/Options/Classes/Theme/ThemeDefault.js class ThemeDefault { constructor() { this.auto = false; this.mode = "any"; this.value = false; } load(data) { if (!data) { return; } if (data.auto !== undefined) { this.auto = data.auto; } if (data.mode !== undefined) { this.mode = data.mode; } if (data.value !== undefined) { this.value = data.value; } } } ;// CONCATENATED MODULE: ../../engine/dist/esm/Options/Classes/Theme/Theme.js class Theme { constructor() { this.name = ""; this.default = new ThemeDefault(); } load(data) { if (!data) { return; } if (data.name !== undefined) { this.name = data.name; } this.default.load(data.default); if (data.options !== undefined) { this.options = deepExtend({}, data.options); } } } ;// CONCATENATED MODULE: ../../engine/dist/esm/Options/Classes/ColorAnimation.js class ColorAnimation { constructor() { this.count = 0; this.enable = false; this.offset = 0; this.speed = 1; this.decay = 0; this.sync = true; } load(data) { if (!data) { return; } if (data.count !== undefined) { this.count = setRangeValue(data.count); } if (data.enable !== undefined) { this.enable = data.enable; } if (data.offset !== undefined) { this.offset = setRangeValue(data.offset); } if (data.speed !== undefined) { this.speed = setRangeValue(data.speed); } if (data.decay !== undefined) { this.decay = setRangeValue(data.decay); } if (data.sync !== undefined) { this.sync = data.sync; } } } ;// CONCATENATED MODULE: ../../engine/dist/esm/Options/Classes/HslAnimation.js class HslAnimation { constructor() { this.h = new ColorAnimation(); this.s = new ColorAnimation(); this.l = new ColorAnimation(); } load(data) { if (!data) { return; } this.h.load(data.h); this.s.load(data.s); this.l.load(data.l); } } ;// CONCATENATED MODULE: ../../engine/dist/esm/Options/Classes/AnimatableColor.js class AnimatableColor extends OptionsColor { constructor() { super(); this.animation = new HslAnimation(); } static create(source, data) { const color = new AnimatableColor(); color.load(source); if (data !== undefined) { if (typeof data === "string" || data instanceof Array) { color.load({ value: data }); } else { color.load(data); } } return color; } load(data) { super.load(data); if (!data) { return; } const colorAnimation = data.animation; if (colorAnimation !== undefined) { if (colorAnimation.enable !== undefined) { this.animation.h.load(colorAnimation); } else { this.animation.load(data.animation); } } } } ;// CONCATENATED MODULE: ../../engine/dist/esm/Options/Classes/Particles/Collisions/CollisionsOverlap.js class CollisionsOverlap { constructor() { this.enable = true; this.retries = 0; } load(data) { if (!data) { return; } if (data.enable !== undefined) { this.enable = data.enable; } if (data.retries !== undefined) { this.retries = data.retries; } } } ;// CONCATENATED MODULE: ../../engine/dist/esm/Options/Classes/Random.js class Random { constructor() { this.enable = false; this.minimumValue = 0; } load(data) { if (!data) { return; } if (data.enable !== undefined) { this.enable = data.enable; } if (data.minimumValue !== undefined) { this.minimumValue = data.minimumValue; } } } ;// CONCATENATED MODULE: ../../engine/dist/esm/Options/Classes/ValueWithRandom.js class ValueWithRandom { constructor() { this.random = new Random(); this.value = 0; } load(data) { if (!data) { return; } if (typeof data.random === "boolean") { this.random.enable = data.random; } else { this.random.load(data.random); } if (data.value !== undefined) { this.value = setRangeValue(data.value, this.random.enable ? this.random.minimumValue : undefined); } } } ;// CONCATENATED MODULE: ../../engine/dist/esm/Options/Classes/Particles/Bounce/ParticlesBounceFactor.js class ParticlesBounceFactor extends ValueWithRandom { constructor() { super(); this.random.minimumValue = 0.1; this.value = 1; } } ;// CONCATENATED MODULE: ../../engine/dist/esm/Options/Classes/Particles/Bounce/ParticlesBounce.js class ParticlesBounce { constructor() { this.horizontal = new ParticlesBounceFactor(); this.vertical = new ParticlesBounceFactor(); } load(data) { if (!data) { return; } this.horizontal.load(data.horizontal); this.vertical.load(data.vertical); } } ;// CONCATENATED MODULE: ../../engine/dist/esm/Options/Classes/Particles/Collisions/Collisions.js class Collisions { constructor() { this.bounce = new ParticlesBounce(); this.enable = false; this.mode = "bounce"; this.overlap = new CollisionsOverlap(); } load(data) { if (!data) { return; } this.bounce.load(data.bounce); if (data.enable !== undefined) { this.enable = data.enable; } if (data.mode !== undefined) { this.mode = data.mode; } this.overlap.load(data.overlap); } } ;// CONCATENATED MODULE: ../../engine/dist/esm/Options/Classes/Particles/Destroy/SplitFactor.js class SplitFactor extends ValueWithRandom { constructor() { super(); this.value = 3; } } ;// CONCATENATED MODULE: ../../engine/dist/esm/Options/Classes/Particles/Destroy/SplitRate.js class SplitRate extends ValueWithRandom { constructor() { super(); this.value = { min: 4, max: 9 }; } } ;// CONCATENATED MODULE: ../../engine/dist/esm/Options/Classes/Particles/Destroy/Split.js class Split { constructor() { this.count = 1; this.factor = new SplitFactor(); this.rate = new SplitRate(); this.sizeOffset = true; } load(data) { if (!data) { return; } if (data.count !== undefined) { this.count = data.count; } this.factor.load(data.factor); this.rate.load(data.rate); if (data.particles !== undefined) { if (data.particles instanceof Array) { this.particles = data.particles.map(s => { return deepExtend({}, s); }); } else { this.particles = deepExtend({}, data.particles); } } if (data.sizeOffset !== undefined) { this.sizeOffset = data.sizeOffset; } } } ;// CONCATENATED MODULE: ../../engine/dist/esm/Options/Classes/Particles/Destroy/Destroy.js class Destroy { constructor() { this.mode = "none"; this.split = new Split(); } load(data) { if (!data) { return; } if (data.mode !== undefined) { this.mode = data.mode; } this.split.load(data.split); } } ;// CONCATENATED MODULE: ../../engine/dist/esm/Options/Classes/Particles/Move/MoveAngle.js class MoveAngle { constructor() { this.offset = 0; this.value = 90; } load(data) { if (!data) { return; } if (data.offset !== undefined) { this.offset = setRangeValue(data.offset); } if (data.value !== undefined) { this.value = setRangeValue(data.value); } } } ;// CONCATENATED MODULE: ../../engine/dist/esm/Options/Classes/Particles/Move/MoveAttract.js class MoveAttract { constructor() { this.distance = 200; this.enable = false; this.rotate = { x: 3000, y: 3000 }; } get rotateX() { return this.rotate.x; } set rotateX(value) { this.rotate.x = value; } get rotateY() { return this.rotate.y; } set rotateY(value) { this.rotate.y = value; } load(data) { var _a, _b, _c, _d; if (!data) { return; } if (data.distance !== undefined) { this.distance = setRangeValue(data.distance); } if (data.enable !== undefined) { this.enable = data.enable; } const rotateX = (_b = (_a = data.rotate) === null || _a === void 0 ? void 0 : _a.x) !== null && _b !== void 0 ? _b : data.rotateX; if (rotateX !== undefined) { this.rotate.x = rotateX; } const rotateY = (_d = (_c = data.rotate) === null || _c === void 0 ? void 0 : _c.y) !== null && _d !== void 0 ? _d : data.rotateY; if (rotateY !== undefined) { this.rotate.y = rotateY; } } } ;// CONCATENATED MODULE: ../../engine/dist/esm/Options/Classes/Particles/Move/MoveGravity.js class MoveGravity { constructor() { this.acceleration = 9.81; this.enable = false; this.inverse = false; this.maxSpeed = 50; } load(data) { if (!data) { return; } if (data.acceleration !== undefined) { this.acceleration = setRangeValue(data.acceleration); } if (data.enable !== undefined) { this.enable = data.enable; } if (data.inverse !== undefined) { this.inverse = data.inverse; } if (data.maxSpeed !== undefined) { this.maxSpeed = setRangeValue(data.maxSpeed); } } } ;// CONCATENATED MODULE: ../../engine/dist/esm/Options/Classes/Particles/Move/Path/MovePathDelay.js class MovePathDelay extends ValueWithRandom { constructor() { super(); } } ;// CONCATENATED MODULE: ../../engine/dist/esm/Options/Classes/Particles/Move/Path/MovePath.js class MovePath { constructor() { this.clamp = true; this.delay = new MovePathDelay(); this.enable = false; this.options = {}; } load(data) { if (!data) { return; } if (data.clamp !== undefined) { this.clamp = data.clamp; } this.delay.load(data.delay); if (data.enable !== undefined) { this.enable = data.enable; } this.generator = data.generator; if (data.options) { this.options = deepExtend(this.options, data.options); } } } ;// CONCATENATED MODULE: ../../engine/dist/esm/Options/Classes/Particles/Move/MoveTrail.js class MoveTrail { constructor() { this.enable = false; this.length = 10; this.fillColor = new OptionsColor(); this.fillColor.value = "#000000"; } load(data) { if (!data) { return; } if (data.enable !== undefined) { this.enable = data.enable; } this.fillColor = OptionsColor.create(this.fillColor, data.fillColor); if (data.length !== undefined) { this.length = data.length; } } } ;// CONCATENATED MODULE: ../../engine/dist/esm/Options/Classes/Particles/Move/OutModes.js class OutModes { constructor() { this.default = "out"; } load(data) { var _a, _b, _c, _d; if (!data) { return; } if (data.default !== undefined) { this.default = data.default; } this.bottom = (_a = data.bottom) !== null && _a !== void 0 ? _a : data.default; this.left = (_b = data.left) !== null && _b !== void 0 ? _b : data.default; this.right = (_c = data.right) !== null && _c !== void 0 ? _c : data.default; this.top = (_d = data.top) !== null && _d !== void 0 ? _d : data.default; } } ;// CONCATENATED MODULE: ../../engine/dist/esm/Options/Classes/Particles/Move/Spin.js class Spin { constructor() { this.acceleration = 0; this.enable = false; } load(data) { if (!data) { return; } if (data.acceleration !== undefined) { this.acceleration = setRangeValue(data.acceleration); } if (data.enable !== undefined) { this.enable = data.enable; } this.position = data.position ? deepExtend({}, data.position) : undefined; } } ;// CONCATENATED MODULE: ../../engine/dist/esm/Options/Classes/Particles/Move/Move.js class Move { constructor() { this.angle = new MoveAngle(); this.attract = new MoveAttract(); this.center = { x: 50, y: 50, radius: 0 }; this.decay = 0; this.distance = {}; this.direction = "none"; this.drift = 0; this.enable = false; this.gravity = new MoveGravity(); this.path = new MovePath(); this.outModes = new OutModes(); this.random = false; this.size = false; this.speed = 2; this.spin = new Spin(); this.straight = false; this.trail = new MoveTrail(); this.vibrate = false; this.warp = false; } get bounce() { return this.collisions; } set bounce(value) { this.collisions = value; } get collisions() { return false; } set collisions(value) {} get noise() { return this.path; } set noise(value) { this.path = value; } get outMode() { return this.outModes.default; } set outMode(value) { this.outModes.default = value; } get out_mode() { return this.outMode; } set out_mode(value) { this.outMode = value; } load(data) { var _a, _b, _c; if (!data) { return; } if (data.angle !== undefined) { if (typeof data.angle === "number") { this.angle.value = data.angle; } else { this.angle.load(data.angle); } } this.attract.load(data.attract); this.center = deepExtend(this.center, data.center); if (data.decay !== undefined) { this.decay = data.decay; } if (data.direction !== undefined) { this.direction = data.direction; } if (data.distance !== undefined) { this.distance = typeof data.distance === "number" ? { horizontal: data.distance, vertical: data.distance } : deepExtend({}, data.distance); } if (data.drift !== undefined) { this.drift = setRangeValue(data.drift); } if (data.enable !== undefined) { this.enable = data.enable; } this.gravity.load(data.gravity); const outMode = (_a = data.outMode) !== null && _a !== void 0 ? _a : data.out_mode; if (data.outModes !== undefined || outMode !== undefined) { if (typeof data.outModes === "string" || data.outModes === undefined && outMode !== undefined) { this.outModes.load({ default: (_b = data.outModes) !== null && _b !== void 0 ? _b : outMode }); } else { this.outModes.load(data.outModes); } } this.path.load((_c = data.path) !== null && _c !== void 0 ? _c : data.noise); if (data.random !== undefined) { this.random = data.random; } if (data.size !== undefined) { this.size = data.size; } if (data.speed !== undefined) { this.speed = setRangeValue(data.speed); } this.spin.load(data.spin); if (data.straight !== undefined) { this.straight = data.straight; } this.trail.load(data.trail); if (data.vibrate !== undefined) { this.vibrate = data.vibrate; } if (data.warp !== undefined) { this.warp = data.warp; } } } ;// CONCATENATED MODULE: ../../engine/dist/esm/Options/Classes/AnimationOptions.js class AnimationOptions { constructor() { this.count = 0; this.enable = false; this.speed = 1; this.decay = 0; this.sync = false; } load(data) { if (!data) { return; } if (data.count !== undefined) { this.count = setRangeValue(data.count); } if (data.enable !== undefined) { this.enable = data.enable; } if (data.speed !== undefined) { this.speed = setRangeValue(data.speed); } if (data.decay !== undefined) { this.decay = setRangeValue(data.decay); } if (data.sync !== undefined) { this.sync = data.sync; } } } ;// CONCATENATED MODULE: ../../engine/dist/esm/Options/Classes/Particles/Opacity/OpacityAnimation.js class OpacityAnimation extends AnimationOptions { constructor() { super(); this.destroy = "none"; this.enable = false; this.speed = 2; this.startValue = "random"; this.sync = false; } get opacity_min() { return this.minimumValue; } set opacity_min(value) { this.minimumValue = value; } load(data) { var _a; if (!data) { return; } super.load(data); if (data.destroy !== undefined) { this.destroy = data.destroy; } if (data.enable !== undefined) { this.enable = data.enable; } this.minimumValue = (_a = data.minimumValue) !== null && _a !== void 0 ? _a : data.opacity_min; if (data.speed !== undefined) { this.speed = data.speed; } if (data.startValue !== undefined) { this.startValue = data.startValue; } if (data.sync !== undefined) { this.sync = data.sync; } } } ;// CONCATENATED MODULE: ../../engine/dist/esm/Options/Classes/Particles/Opacity/Opacity.js class Opacity extends ValueWithRandom { constructor() { super(); this.animation = new OpacityAnimation(); this.random.minimumValue = 0.1; this.value = 1; } get anim() { return this.animation; } set anim(value) { this.animation = value; } load(data) { var _a; if (!data) { return; } super.load(data); const animation = (_a = data.animation) !== null && _a !== void 0 ? _a : data.anim; if (animation !== undefined) { this.animation.load(animation); this.value = setRangeValue(this.value, this.animation.enable ? this.animation.minimumValue : undefined); } } } ;// CONCATENATED MODULE: ../../engine/dist/esm/Options/Classes/Particles/Number/ParticlesDensity.js class ParticlesDensity { constructor() { this.enable = false; this.area = 800; this.factor = 1000; } get value_area() { return this.area; } set value_area(value) { this.area = value; } load(data) { var _a; if (!data) { return; } if (data.enable !== undefined) { this.enable = data.enable; } const area = (_a = data.area) !== null && _a !== void 0 ? _a : data.value_area; if (area !== undefined) { this.area = area; } if (data.factor !== undefined) { this.factor = data.factor; } } } ;// CONCATENATED MODULE: ../../engine/dist/esm/Options/Classes/Particles/Number/ParticlesNumber.js class ParticlesNumber { constructor() { this.density = new ParticlesDensity(); this.limit = 0; this.value = 100; } get max() { return this.limit; } set max(value) { this.limit = value; } load(data) { var _a; if (!data) { return; } this.density.load(data.density); const limit = (_a = data.limit) !== null && _a !== void 0 ? _a : data.max; if (limit !== undefined) { this.limit = limit; } if (data.value !== undefined) { this.value = data.value; } } } ;// CONCATENATED MODULE: ../../engine/dist/esm/Options/Classes/Particles/Rotate/RotateAnimation.js class RotateAnimation { constructor() { this.enable = false; this.speed = 0; this.decay = 0; this.sync = false; } load(data) { if (!data) { return; } if (data.enable !== undefined) { this.enable = data.enable; } if (data.speed !== undefined) { this.speed = setRangeValue(data.speed); } if (data.decay !== undefined) { this.decay = setRangeValue(data.decay); } if (data.sync !== undefined) { this.sync = data.sync; } } } ;// CONCATENATED MODULE: ../../engine/dist/esm/Options/Classes/Particles/Rotate/Rotate.js class Rotate extends ValueWithRandom { constructor() { super(); this.animation = new RotateAnimation(); this.direction = "clockwise"; this.path = false; this.value = 0; } load(data) { if (!data) { return; } super.load(data); if (data.direction !== undefined) { this.direction = data.direction; } this.animation.load(data.animation); if (data.path !== undefined) { this.path = data.path; } } } ;// CONCATENATED MODULE: ../../engine/dist/esm/Options/Classes/Particles/Shadow.js class Shadow { constructor() { this.blur = 0; this.color = new OptionsColor(); this.enable = false; this.offset = { x: 0, y: 0 }; this.color.value = "#000"; } load(data) { if (!data) { return; } if (data.blur !== undefined) { this.blur = data.blur; } this.color = OptionsColor.create(this.color, data.color); if (data.enable !== undefined) { this.enable = data.enable; } if (data.offset === undefined) { return; } if (data.offset.x !== undefined) { this.offset.x = data.offset.x; } if (data.offset.y !== undefined) { this.offset.y = data.offset.y; } } } ;// CONCATENATED MODULE: ../../engine/dist/esm/Options/Classes/Particles/Shape/Shape.js class Shape { constructor() { this.options = {}; this.type = "circle"; } get character() { var _a; return (_a = this.options["character"]) !== null && _a !== void 0 ? _a : this.options["char"]; } set character(value) { this.options["character"] = value; this.options["char"] = value; } get custom() { return this.options; } set custom(value) { this.options = value; } get image() { var _a; return (_a = this.options["image"]) !== null && _a !== void 0 ? _a : this.options["images"]; } set image(value) { this.options["image"] = value; this.options["images"] = value; } get images() { return this.image; } set images(value) { this.image = value; } get polygon() { var _a; return (_a = this.options["polygon"]) !== null && _a !== void 0 ? _a : this.options["star"]; } set polygon(value) { this.options["polygon"] = value; this.options["star"] = value; } get stroke() { return []; } set stroke(_value) {} load(data) { var _a, _b, _c; if (!data) { return; } const options = (_a = data.options) !== null && _a !== void 0 ? _a : data.custom; if (options !== undefined) { for (const shape in options) { const item = options[shape]; if (item) { this.options[shape] = deepExtend((_b = this.options[shape]) !== null && _b !== void 0 ? _b : {}, item); } } } this.loadShape(data.character, "character", "char", true); this.loadShape(data.polygon, "polygon", "star", false); this.loadShape((_c = data.image) !== null && _c !== void 0 ? _c : data.images, "image", "images", true); if (data.type !== undefined) { this.type = data.type; } } loadShape(item, mainKey, altKey, altOverride) { var _a, _b; if (!item) { return; } const emptyValue = item instanceof Array ? [] : {}, mainDifferentValues = item instanceof Array !== this.options[mainKey] instanceof Array, altDifferentValues = item instanceof Array !== this.options[altKey] instanceof Array; if (mainDifferentValues) { this.options[mainKey] = emptyValue; } if (altDifferentValues && altOverride) { this.options[altKey] = emptyValue; } this.options[mainKey] = deepExtend((_a = this.options[mainKey]) !== null && _a !== void 0 ? _a : emptyValue, item); if (!this.options[altKey] || altOverride) { this.options[altKey] = deepExtend((_b = this.options[altKey]) !== null && _b !== void 0 ? _b : emptyValue, item); } } } ;// CONCATENATED MODULE: ../../engine/dist/esm/Options/Classes/Particles/Size/SizeAnimation.js class SizeAnimation extends AnimationOptions { constructor() { super(); this.destroy = "none"; this.enable = false; this.speed = 5; this.startValue = "random"; this.sync = false; } get size_min() { return this.minimumValue; } set size_min(value) { this.minimumValue = value; } load(data) { var _a; super.load(data); if (!data) { return; } if (data.destroy !== undefined) { this.destroy = data.destroy; } if (data.enable !== undefined) { this.enable = data.enable; } this.minimumValue = (_a = data.minimumValue) !== null && _a !== void 0 ? _a : data.size_min; if (data.speed !== undefined) { this.speed = data.speed; } if (data.startValue !== undefined) { this.startValue = data.startValue; } if (data.sync !== undefined) { this.sync = data.sync; } } } ;// CONCATENATED MODULE: ../../engine/dist/esm/Options/Classes/Particles/Size/Size.js class Size extends ValueWithRandom { constructor() { super(); this.animation = new SizeAnimation(); this.random.minimumValue = 1; this.value = 3; } get anim() { return this.animation; } set anim(value) { this.animation = value; } load(data) { var _a; super.load(data); if (!data) { return; } const animation = (_a = data.animation) !== null && _a !== void 0 ? _a : data.anim; if (animation !== undefined) { this.animation.load(animation); this.value = setRangeValue(this.value, this.animation.enable ? this.animation.minimumValue : undefined); } } } ;// CONCATENATED MODULE: ../../engine/dist/esm/Options/Classes/Particles/Stroke.js class Stroke { constructor() { this.width = 0; } load(data) { if (!data) { return; } if (data.color !== undefined) { this.color = AnimatableColor.create(this.color, data.color); } if (data.width !== undefined) { this.width = data.width; } if (data.opacity !== undefined) { this.opacity = data.opacity; } } } ;// CONCATENATED MODULE: ../../engine/dist/esm/Options/Classes/Particles/ZIndex/ZIndex.js class ZIndex extends ValueWithRandom { constructor() { super(); this.opacityRate = 1; this.sizeRate = 1; this.velocityRate = 1; } load(data) { super.load(data); if (!data) { return; } if (data.opacityRate !== undefined) { this.opacityRate = data.opacityRate; } if (data.sizeRate !== undefined) { this.sizeRate = data.sizeRate; } if (data.velocityRate !== undefined) { this.velocityRate = data.velocityRate; } } } ;// CONCATENATED MODULE: ../../engine/dist/esm/Options/Classes/Particles/ParticlesOptions.js var ParticlesOptions_classPrivateFieldSet = undefined && undefined.__classPrivateFieldSet || function (receiver, state, value, kind, f) { if (kind === "m") throw new TypeError("Private method is not writable"); if (kind === "a" && !f) throw new TypeError("Private accessor was defined without a setter"); if (typeof state === "function" ? receiver !== state || !f : !state.has(receiver)) throw new TypeError("Cannot write private member to an object whose class did not declare it"); return kind === "a" ? f.call(receiver, value) : f ? f.value = value : state.set(receiver, value), value; }; var ParticlesOptions_classPrivateFieldGet = undefined && undefined.__classPrivateFieldGet || function (receiver, state, kind, f) { if (kind === "a" && !f) throw new TypeError("Private accessor was defined without a getter"); if (typeof state === "function" ? receiver !== state || !f : !state.has(receiver)) throw new TypeError("Cannot read private member from an object whose class did not declare it"); return kind === "m" ? f : kind === "a" ? f.call(receiver) : f ? f.value : state.get(receiver); }; var _ParticlesOptions_container, _ParticlesOptions_engine; class ParticlesOptions { constructor(engine, container) { _ParticlesOptions_container.set(this, void 0); _ParticlesOptions_engine.set(this, void 0); ParticlesOptions_classPrivateFieldSet(this, _ParticlesOptions_engine, engine, "f"); ParticlesOptions_classPrivateFieldSet(this, _ParticlesOptions_container, container, "f"); this.bounce = new ParticlesBounce(); this.collisions = new Collisions(); this.color = new AnimatableColor(); this.color.value = "#fff"; this.destroy = new Destroy(); this.groups = {}; this.move = new Move(); this.number = new ParticlesNumber(); this.opacity = new Opacity(); this.reduceDuplicates = false; this.rotate = new Rotate(); this.shadow = new Shadow(); this.shape = new Shape(); this.size = new Size(); this.stroke = new Stroke(); this.zIndex = new ZIndex(); } load(data) { var _a, _b, _c, _d, _e, _f; if (!data) { return; } this.bounce.load(data.bounce); this.color.load(AnimatableColor.create(this.color, data.color)); this.destroy.load(data.destroy); if (data.groups !== undefined) { for (const group in data.groups) { const item = data.groups[group]; if (item !== undefined) { this.groups[group] = deepExtend((_a = this.groups[group]) !== null && _a !== void 0 ? _a : {}, item); } } } this.move.load(data.move); this.number.load(data.number); this.opacity.load(data.opacity); if (data.reduceDuplicates !== undefined) { this.reduceDuplicates = data.reduceDuplicates; } this.rotate.load(data.rotate); this.shape.load(data.shape); this.size.load(data.size); this.shadow.load(data.shadow); this.zIndex.load(data.zIndex); const collisions = (_c = (_b = data.move) === null || _b === void 0 ? void 0 : _b.collisions) !== null && _c !== void 0 ? _c : (_d = data.move) === null || _d === void 0 ? void 0 : _d.bounce; if (collisions !== undefined) { this.collisions.enable = collisions; } this.collisions.load(data.collisions); if (data.interactivity !== undefined) { this.interactivity = deepExtend({}, data.interactivity); } const strokeToLoad = (_e = data.stroke) !== null && _e !== void 0 ? _e : (_f = data.shape) === null || _f === void 0 ? void 0 : _f.stroke; if (strokeToLoad) { if (strokeToLoad instanceof Array) { this.stroke = strokeToLoad.map(s => { const tmp = new Stroke(); tmp.load(s); return tmp; }); } else { if (this.stroke instanceof Array) { this.stroke = new Stroke(); } this.stroke.load(strokeToLoad); } } if (ParticlesOptions_classPrivateFieldGet(this, _ParticlesOptions_container, "f")) { const updaters = ParticlesOptions_classPrivateFieldGet(this, _ParticlesOptions_engine, "f").plugins.updaters.get(ParticlesOptions_classPrivateFieldGet(this, _ParticlesOptions_container, "f")); if (updaters) { for (const updater of updaters) { if (updater.loadOptions) { updater.loadOptions(this, data); } } } const interactors = ParticlesOptions_classPrivateFieldGet(this, _ParticlesOptions_engine, "f").plugins.interactors.get(ParticlesOptions_classPrivateFieldGet(this, _ParticlesOptions_container, "f")); if (interactors) { for (const interactor of interactors) { if (interactor.loadParticlesOptions) { interactor.loadParticlesOptions(this, data); } } } } } } _ParticlesOptions_container = new WeakMap(), _ParticlesOptions_engine = new WeakMap(); ;// CONCATENATED MODULE: ../../engine/dist/esm/Utils/OptionsUtils.js function loadOptions(options, ...sourceOptionsArr) { for (const sourceOptions of sourceOptionsArr) { options.load(sourceOptions); } } function loadParticlesOptions(engine, container, ...sourceOptionsArr) { const options = new ParticlesOptions(engine, container); loadOptions(options, ...sourceOptionsArr); return options; } ;// CONCATENATED MODULE: ../../engine/dist/esm/Options/Classes/Options.js var Options_classPrivateFieldSet = undefined && undefined.__classPrivateFieldSet || function (receiver, state, value, kind, f) { if (kind === "m") throw new TypeError("Private method is not writable"); if (kind === "a" && !f) throw new TypeError("Private accessor was defined without a setter"); if (typeof state === "function" ? receiver !== state || !f : !state.has(receiver)) throw new TypeError("Cannot write private member to an object whose class did not declare it"); return kind === "a" ? f.call(receiver, value) : f ? f.value = value : state.set(receiver, value), value; }; var Options_classPrivateFieldGet = undefined && undefined.__classPrivateFieldGet || function (receiver, state, kind, f) { if (kind === "a" && !f) throw new TypeError("Private accessor was defined without a getter"); if (typeof state === "function" ? receiver !== state || !f : !state.has(receiver)) throw new TypeError("Cannot read private member from an object whose class did not declare it"); return kind === "m" ? f : kind === "a" ? f.call(receiver) : f ? f.value : state.get(receiver); }; var _Options_instances, _Options_container, _Options_engine, _Options_findDefaultTheme; class Options { constructor(engine, container) { _Options_instances.add(this); _Options_container.set(this, void 0); _Options_engine.set(this, void 0); Options_classPrivateFieldSet(this, _Options_engine, engine, "f"); Options_classPrivateFieldSet(this, _Options_container, container, "f"); this.autoPlay = true; this.background = new Background(); this.backgroundMask = new BackgroundMask(); this.fullScreen = new FullScreen(); this.detectRetina = true; this.duration = 0; this.fpsLimit = 120; this.interactivity = new Interactivity(engine, container); this.manualParticles = []; this.motion = new Motion(); this.particles = loadParticlesOptions(Options_classPrivateFieldGet(this, _Options_engine, "f"), Options_classPrivateFieldGet(this, _Options_container, "f")); this.pauseOnBlur = true; this.pauseOnOutsideViewport = true; this.responsive = []; this.style = {}; this.themes = []; this.zLayers = 100; } get backgroundMode() { return this.fullScreen; } set backgroundMode(value) { this.fullScreen.load(value); } get fps_limit() { return this.fpsLimit; } set fps_limit(value) { this.fpsLimit = value; } get retina_detect() { return this.detectRetina; } set retina_detect(value) { this.detectRetina = value; } load(data) { var _a, _b, _c, _d, _e; if (!data) { return; } if (data.preset !== undefined) { if (data.preset instanceof Array) { for (const preset of data.preset) { this.importPreset(preset); } } else { this.importPreset(data.preset); } } if (data.autoPlay !== undefined) { this.autoPlay = data.autoPlay; } const detectRetina = (_a = data.detectRetina) !== null && _a !== void 0 ? _a : data.retina_detect; if (detectRetina !== undefined) { this.detectRetina = detectRetina; } if (data.duration !== undefined) { this.duration = data.duration; } const fpsLimit = (_b = data.fpsLimit) !== null && _b !== void 0 ? _b : data.fps_limit; if (fpsLimit !== undefined) { this.fpsLimit = fpsLimit; } if (data.pauseOnBlur !== undefined) { this.pauseOnBlur = data.pauseOnBlur; } if (data.pauseOnOutsideViewport !== undefined) { this.pauseOnOutsideViewport = data.pauseOnOutsideViewport; } if (data.zLayers !== undefined) { this.zLayers = data.zLayers; } this.background.load(data.background); const fullScreen = (_c = data.fullScreen) !== null && _c !== void 0 ? _c : data.backgroundMode; if (typeof fullScreen === "boolean") { this.fullScreen.enable = fullScreen; } else { this.fullScreen.load(fullScreen); } this.backgroundMask.load(data.backgroundMask); this.interactivity.load(data.interactivity); if (data.manualParticles !== undefined) { this.manualParticles = data.manualParticles.map(t => { const tmp = new ManualParticle(); tmp.load(t); return tmp; }); } this.motion.load(data.motion); this.particles.load(data.particles); this.style = deepExtend(this.style, data.style); Options_classPrivateFieldGet(this, _Options_engine, "f").plugins.loadOptions(this, data); const interactors = Options_classPrivateFieldGet(this, _Options_engine, "f").plugins.interactors.get(Options_classPrivateFieldGet(this, _Options_container, "f")); if (interactors) { for (const interactor of interactors) { if (interactor.loadOptions) { interactor.loadOptions(this, data); } } } if (data.responsive !== undefined) { for (const responsive of data.responsive) { const optResponsive = new Responsive(); optResponsive.load(responsive); this.responsive.push(optResponsive); } } this.responsive.sort((a, b) => a.maxWidth - b.maxWidth); if (data.themes !== undefined) { for (const theme of data.themes) { const optTheme = new Theme(); optTheme.load(theme); this.themes.push(optTheme); } } this.defaultDarkTheme = (_d = Options_classPrivateFieldGet(this, _Options_instances, "m", _Options_findDefaultTheme).call(this, "dark")) === null || _d === void 0 ? void 0 : _d.name; this.defaultLightTheme = (_e = Options_classPrivateFieldGet(this, _Options_instances, "m", _Options_findDefaultTheme).call(this, "light")) === null || _e === void 0 ? void 0 : _e.name; } setResponsive(width, pxRatio, defaultOptions) { this.load(defaultOptions); const responsiveOptions = this.responsive.find(t => t.mode === "screen" && screen ? t.maxWidth > screen.availWidth : t.maxWidth * pxRatio > width); this.load(responsiveOptions === null || responsiveOptions === void 0 ? void 0 : responsiveOptions.options); return responsiveOptions === null || responsiveOptions === void 0 ? void 0 : responsiveOptions.maxWidth; } setTheme(name) { if (name) { const chosenTheme = this.themes.find(theme => theme.name === name); if (chosenTheme) { this.load(chosenTheme.options); } } else { const mediaMatch = typeof matchMedia !== "undefined" && matchMedia("(prefers-color-scheme: dark)"), clientDarkMode = mediaMatch && mediaMatch.matches, defaultTheme = Options_classPrivateFieldGet(this, _Options_instances, "m", _Options_findDefaultTheme).call(this, clientDarkMode ? "dark" : "light"); if (defaultTheme) { this.load(defaultTheme.options); } } } importPreset(preset) { this.load(Options_classPrivateFieldGet(this, _Options_engine, "f").plugins.getPreset(preset)); } } _Options_container = new WeakMap(), _Options_engine = new WeakMap(), _Options_instances = new WeakSet(), _Options_findDefaultTheme = function _Options_findDefaultTheme(mode) { var _a; return (_a = this.themes.find(theme => theme.default.value && theme.default.mode === mode)) !== null && _a !== void 0 ? _a : this.themes.find(theme => theme.default.value && theme.default.mode === "any"); }; ;// CONCATENATED MODULE: ../../engine/dist/esm/Core/Utils/InteractionManager.js var InteractionManager_classPrivateFieldSet = undefined && undefined.__classPrivateFieldSet || function (receiver, state, value, kind, f) { if (kind === "m") throw new TypeError("Private method is not writable"); if (kind === "a" && !f) throw new TypeError("Private accessor was defined without a setter"); if (typeof state === "function" ? receiver !== state || !f : !state.has(receiver)) throw new TypeError("Cannot write private member to an object whose class did not declare it"); return kind === "a" ? f.call(receiver, value) : f ? f.value = value : state.set(receiver, value), value; }; var InteractionManager_classPrivateFieldGet = undefined && undefined.__classPrivateFieldGet || function (receiver, state, kind, f) { if (kind === "a" && !f) throw new TypeError("Private accessor was defined without a getter"); if (typeof state === "function" ? receiver !== state || !f : !state.has(receiver)) throw new TypeError("Cannot read private member from an object whose class did not declare it"); return kind === "m" ? f : kind === "a" ? f.call(receiver) : f ? f.value : state.get(receiver); }; var _InteractionManager_engine, _InteractionManager_interactors; class InteractionManager { constructor(engine, container) { this.container = container; _InteractionManager_engine.set(this, void 0); _InteractionManager_interactors.set(this, void 0); InteractionManager_classPrivateFieldSet(this, _InteractionManager_engine, engine, "f"); InteractionManager_classPrivateFieldSet(this, _InteractionManager_interactors, InteractionManager_classPrivateFieldGet(this, _InteractionManager_engine, "f").plugins.getInteractors(this.container, true), "f"); this.externalInteractors = []; this.particleInteractors = []; } async externalInteract(delta) { for (const interactor of this.externalInteractors) { if (interactor.isEnabled()) { await interactor.interact(delta); } } } handleClickMode(mode) { for (const interactor of this.externalInteractors) { if (interactor.handleClickMode) { interactor.handleClickMode(mode); } } } init() { this.externalInteractors = []; this.particleInteractors = []; for (const interactor of InteractionManager_classPrivateFieldGet(this, _InteractionManager_interactors, "f")) { switch (interactor.type) { case 0: this.externalInteractors.push(interactor); break; case 1: this.particleInteractors.push(interactor); break; } interactor.init(); } } async particlesInteract(particle, delta) { for (const interactor of this.externalInteractors) { interactor.clear(particle); } for (const interactor of this.particleInteractors) { if (interactor.isEnabled(particle)) { await interactor.interact(particle, delta); } } } async reset(particle) { for (const interactor of this.externalInteractors) { if (interactor.isEnabled()) { await interactor.reset(particle); } } for (const interactor of this.particleInteractors) { if (interactor.isEnabled(particle)) { await interactor.reset(particle); } } } } _InteractionManager_engine = new WeakMap(), _InteractionManager_interactors = new WeakMap(); ;// CONCATENATED MODULE: ../../engine/dist/esm/Core/Utils/Vector3d.js class Vector3d extends Vector_Vector { constructor(xOrCoords, y, z) { super(xOrCoords, y); if (typeof xOrCoords !== "number" && xOrCoords) { this.z = xOrCoords.z; } else if (z !== undefined) { this.z = z; } else { throw new Error("tsParticles - Vector not initialized correctly"); } } static get origin() { return Vector3d.create(0, 0, 0); } static clone(source) { return Vector3d.create(source.x, source.y, source.z); } static create(x, y, z) { return new Vector3d(x, y, z); } add(v) { return v instanceof Vector3d ? Vector3d.create(this.x + v.x, this.y + v.y, this.z + v.z) : super.add(v); } addTo(v) { super.addTo(v); if (v instanceof Vector3d) { this.z += v.z; } } copy() { return Vector3d.clone(this); } div(n) { return Vector3d.create(this.x / n, this.y / n, this.z / n); } divTo(n) { super.divTo(n); this.z /= n; } mult(n) { return Vector3d.create(this.x * n, this.y * n, this.z * n); } multTo(n) { super.multTo(n); this.z *= n; } setTo(v) { super.setTo(v); const v3d = v; if (v3d.z !== undefined) { this.z = v3d.z; } } sub(v) { return v instanceof Vector3d ? Vector3d.create(this.x - v.x, this.y - v.y, this.z - v.z) : super.sub(v); } subFrom(v) { super.subFrom(v); if (v instanceof Vector3d) { this.z -= v.z; } } } ;// CONCATENATED MODULE: ../../engine/dist/esm/Core/Particle.js var Particle_classPrivateFieldSet = undefined && undefined.__classPrivateFieldSet || function (receiver, state, value, kind, f) { if (kind === "m") throw new TypeError("Private method is not writable"); if (kind === "a" && !f) throw new TypeError("Private accessor was defined without a setter"); if (typeof state === "function" ? receiver !== state || !f : !state.has(receiver)) throw new TypeError("Cannot write private member to an object whose class did not declare it"); return kind === "a" ? f.call(receiver, value) : f ? f.value = value : state.set(receiver, value), value; }; var Particle_classPrivateFieldGet = undefined && undefined.__classPrivateFieldGet || function (receiver, state, kind, f) { if (kind === "a" && !f) throw new TypeError("Private accessor was defined without a getter"); if (typeof state === "function" ? receiver !== state || !f : !state.has(receiver)) throw new TypeError("Cannot read private member from an object whose class did not declare it"); return kind === "m" ? f : kind === "a" ? f.call(receiver) : f ? f.value : state.get(receiver); }; var _Particle_engine; const fixOutMode = data => { if (!(isInArray(data.outMode, data.checkModes) || isInArray(data.outMode, data.checkModes))) { return; } if (data.coord > data.maxCoord - data.radius * 2) { data.setCb(-data.radius); } else if (data.coord < data.radius * 2) { data.setCb(data.radius); } }; class Particle { constructor(engine, id, container, position, overrideOptions, group) { var _a, _b, _c, _d, _e, _f, _g, _h, _j; this.id = id; this.container = container; this.group = group; _Particle_engine.set(this, void 0); Particle_classPrivateFieldSet(this, _Particle_engine, engine, "f"); this.fill = true; this.close = true; this.lastPathTime = 0; this.destroyed = false; this.unbreakable = false; this.splitCount = 0; this.rotation = 0; this.misplaced = false; this.retina = { maxDistance: {} }; this.outType = "normal"; this.ignoresResizeRatio = true; const pxRatio = container.retina.pixelRatio, mainOptions = container.actualOptions, particlesOptions = loadParticlesOptions(Particle_classPrivateFieldGet(this, _Particle_engine, "f"), container, mainOptions.particles); const shapeType = particlesOptions.shape.type, reduceDuplicates = particlesOptions.reduceDuplicates; this.shape = shapeType instanceof Array ? itemFromArray(shapeType, this.id, reduceDuplicates) : shapeType; if (overrideOptions === null || overrideOptions === void 0 ? void 0 : overrideOptions.shape) { if (overrideOptions.shape.type) { const overrideShapeType = overrideOptions.shape.type; this.shape = overrideShapeType instanceof Array ? itemFromArray(overrideShapeType, this.id, reduceDuplicates) : overrideShapeType; } const shapeOptions = new Shape(); shapeOptions.load(overrideOptions.shape); if (this.shape) { this.shapeData = this.loadShapeData(shapeOptions, reduceDuplicates); } } else { this.shapeData = this.loadShapeData(particlesOptions.shape, reduceDuplicates); } particlesOptions.load(overrideOptions); particlesOptions.load((_a = this.shapeData) === null || _a === void 0 ? void 0 : _a.particles); this.interactivity = new Interactivity(engine, container); this.interactivity.load(container.actualOptions.interactivity); this.interactivity.load(particlesOptions.interactivity); this.fill = (_c = (_b = this.shapeData) === null || _b === void 0 ? void 0 : _b.fill) !== null && _c !== void 0 ? _c : this.fill; this.close = (_e = (_d = this.shapeData) === null || _d === void 0 ? void 0 : _d.close) !== null && _e !== void 0 ? _e : this.close; this.options = particlesOptions; const pathOptions = this.options.move.path; this.pathDelay = NumberUtils_getValue(pathOptions.delay) * 1000; if (pathOptions.generator) { this.pathGenerator = Particle_classPrivateFieldGet(this, _Particle_engine, "f").plugins.getPathGenerator(pathOptions.generator); if (this.pathGenerator && container.addPath(pathOptions.generator, this.pathGenerator)) { this.pathGenerator.init(container); } } const zIndexValue = getRangeValue(this.options.zIndex.value); container.retina.initParticle(this); const sizeOptions = this.options.size, sizeRange = sizeOptions.value, sizeAnimation = sizeOptions.animation; this.size = { enable: sizeOptions.animation.enable, value: getRangeValue(sizeOptions.value) * container.retina.pixelRatio, max: getRangeMax(sizeRange) * pxRatio, min: getRangeMin(sizeRange) * pxRatio, loops: 0, maxLoops: getRangeValue(sizeOptions.animation.count) }; if (sizeAnimation.enable) { this.size.status = 0; this.size.decay = 1 - getRangeValue(sizeAnimation.decay); switch (sizeAnimation.startValue) { case "min": this.size.value = this.size.min; this.size.status = 0; break; case "random": this.size.value = randomInRange(this.size) * pxRatio; this.size.status = getRandom() >= 0.5 ? 0 : 1; break; case "max": default: this.size.value = this.size.max; this.size.status = 1; break; } this.size.velocity = ((_f = this.retina.sizeAnimationSpeed) !== null && _f !== void 0 ? _f : container.retina.sizeAnimationSpeed) / 100 * container.retina.reduceFactor; if (!sizeAnimation.sync) { this.size.velocity *= getRandom(); } } this.bubble = { inRange: false }; this.position = this.calcPosition(container, position, clamp(zIndexValue, 0, container.zLayers)); this.initialPosition = this.position.copy(); const canvasSize = container.canvas.size, moveCenterPerc = this.options.move.center; this.moveCenter = { x: canvasSize.width * moveCenterPerc.x / 100, y: canvasSize.height * moveCenterPerc.y / 100, radius: this.options.move.center.radius }; this.direction = getParticleDirectionAngle(this.options.move.direction, this.position, this.moveCenter); switch (this.options.move.direction) { case "inside": this.outType = "inside"; break; case "outside": this.outType = "outside"; break; } this.initialVelocity = this.calculateVelocity(); this.velocity = this.initialVelocity.copy(); this.moveDecay = 1 - getRangeValue(this.options.move.decay); this.offset = Vector_Vector.origin; const particles = container.particles; particles.needsSort = particles.needsSort || particles.lastZIndex < this.position.z; particles.lastZIndex = this.position.z; this.zIndexFactor = this.position.z / container.zLayers; this.sides = 24; let drawer = container.drawers.get(this.shape); if (!drawer) { drawer = Particle_classPrivateFieldGet(this, _Particle_engine, "f").plugins.getShapeDrawer(this.shape); if (drawer) { container.drawers.set(this.shape, drawer); } } if (drawer === null || drawer === void 0 ? void 0 : drawer.loadShape) { drawer === null || drawer === void 0 ? void 0 : drawer.loadShape(this); } const sideCountFunc = drawer === null || drawer === void 0 ? void 0 : drawer.getSidesCount; if (sideCountFunc) { this.sides = sideCountFunc(this); } this.spawning = false; this.shadowColor = rangeColorToRgb(this.options.shadow.color); for (const updater of container.particles.updaters) { (_g = updater.init) === null || _g === void 0 ? void 0 : _g.call(updater, this); } for (const mover of container.particles.movers) { (_h = mover.init) === null || _h === void 0 ? void 0 : _h.call(mover, this); } if (drawer === null || drawer === void 0 ? void 0 : drawer.particleInit) { drawer.particleInit(container, this); } for (const [, plugin] of container.plugins) { (_j = plugin.particleCreated) === null || _j === void 0 ? void 0 : _j.call(plugin, this); } } destroy(override) { if (this.unbreakable || this.destroyed) { return; } this.destroyed = true; this.bubble.inRange = false; for (const [, plugin] of this.container.plugins) { if (plugin.particleDestroyed) { plugin.particleDestroyed(this, override); } } if (override) { return; } const destroyOptions = this.options.destroy; if (destroyOptions.mode === "split") { this.split(); } } draw(delta) { const container = this.container; for (const [, plugin] of container.plugins) { container.canvas.drawParticlePlugin(plugin, this, delta); } container.canvas.drawParticle(this, delta); } getFillColor() { var _a, _b; const color = (_a = this.bubble.color) !== null && _a !== void 0 ? _a : getHslFromAnimation(this.color); if (color && this.roll && (this.backColor || this.roll.alter)) { const backFactor = this.roll.horizontal && this.roll.vertical ? 2 : 1, backSum = this.roll.horizontal ? Math.PI / 2 : 0, rolled = Math.floor((((_b = this.roll.angle) !== null && _b !== void 0 ? _b : 0) + backSum) / (Math.PI / backFactor)) % 2; if (rolled) { if (this.backColor) { return this.backColor; } if (this.roll.alter) { return alterHsl(color, this.roll.alter.type, this.roll.alter.value); } } } return color; } getMass() { return this.getRadius() ** 2 * Math.PI / 2; } getPosition() { return { x: this.position.x + this.offset.x, y: this.position.y + this.offset.y, z: this.position.z }; } getRadius() { var _a; return (_a = this.bubble.radius) !== null && _a !== void 0 ? _a : this.size.value; } getStrokeColor() { var _a, _b; return (_b = (_a = this.bubble.color) !== null && _a !== void 0 ? _a : getHslFromAnimation(this.strokeColor)) !== null && _b !== void 0 ? _b : this.getFillColor(); } isInsideCanvas() { const radius = this.getRadius(), canvasSize = this.container.canvas.size; return this.position.x >= -radius && this.position.y >= -radius && this.position.y <= canvasSize.height + radius && this.position.x <= canvasSize.width + radius; } isVisible() { return !this.destroyed && !this.spawning && this.isInsideCanvas(); } reset() { if (this.opacity) { this.opacity.loops = 0; } this.size.loops = 0; } calcPosition(container, position, zIndex, tryCount = 0) { var _a, _b, _c, _d; for (const [, plugin] of container.plugins) { const pluginPos = plugin.particlePosition !== undefined ? plugin.particlePosition(position, this) : undefined; if (pluginPos !== undefined) { return Vector3d.create(pluginPos.x, pluginPos.y, zIndex); } } const canvasSize = container.canvas.size, exactPosition = calcExactPositionOrRandomFromSize({ size: canvasSize, position: position }), pos = Vector3d.create(exactPosition.x, exactPosition.y, zIndex), radius = this.getRadius(), outModes = this.options.move.outModes, fixHorizontal = outMode => { fixOutMode({ outMode, checkModes: ["bounce", "bounce-horizontal"], coord: pos.x, maxCoord: container.canvas.size.width, setCb: value => pos.x += value, radius }); }, fixVertical = outMode => { fixOutMode({ outMode, checkModes: ["bounce", "bounce-vertical"], coord: pos.y, maxCoord: container.canvas.size.height, setCb: value => pos.y += value, radius }); }; fixHorizontal((_a = outModes.left) !== null && _a !== void 0 ? _a : outModes.default); fixHorizontal((_b = outModes.right) !== null && _b !== void 0 ? _b : outModes.default); fixVertical((_c = outModes.top) !== null && _c !== void 0 ? _c : outModes.default); fixVertical((_d = outModes.bottom) !== null && _d !== void 0 ? _d : outModes.default); if (this.checkOverlap(pos, tryCount)) { return this.calcPosition(container, undefined, zIndex, tryCount + 1); } return pos; } calculateVelocity() { const baseVelocity = getParticleBaseVelocity(this.direction); const res = baseVelocity.copy(); const moveOptions = this.options.move; if (moveOptions.direction === "inside" || moveOptions.direction === "outside") { return res; } const rad = Math.PI / 180 * getRangeValue(moveOptions.angle.value); const radOffset = Math.PI / 180 * getRangeValue(moveOptions.angle.offset); const range = { left: radOffset - rad / 2, right: radOffset + rad / 2 }; if (!moveOptions.straight) { res.angle += randomInRange(setRangeValue(range.left, range.right)); } if (moveOptions.random && typeof moveOptions.speed === "number") { res.length *= getRandom(); } return res; } checkOverlap(pos, tryCount = 0) { const collisionsOptions = this.options.collisions, radius = this.getRadius(); if (!collisionsOptions.enable) { return false; } const overlapOptions = collisionsOptions.overlap; if (overlapOptions.enable) { return false; } const retries = overlapOptions.retries; if (retries >= 0 && tryCount > retries) { throw new Error("Particle is overlapping and can't be placed"); } let overlaps = false; for (const particle of this.container.particles.array) { if (getDistance(pos, particle.position) < radius + particle.getRadius()) { overlaps = true; break; } } return overlaps; } loadShapeData(shapeOptions, reduceDuplicates) { const shapeData = shapeOptions.options[this.shape]; if (shapeData) { return deepExtend({}, shapeData instanceof Array ? itemFromArray(shapeData, this.id, reduceDuplicates) : shapeData); } } split() { const splitOptions = this.options.destroy.split; if (splitOptions.count >= 0 && this.splitCount++ > splitOptions.count) { return; } const rate = NumberUtils_getValue(splitOptions.rate), particlesSplitOptions = splitOptions.particles instanceof Array ? itemFromArray(splitOptions.particles) : splitOptions.particles; for (let i = 0; i < rate; i++) { this.container.particles.addSplitParticle(this, particlesSplitOptions); } } } _Particle_engine = new WeakMap(); ;// CONCATENATED MODULE: ../../engine/dist/esm/Core/Utils/Point.js class Point { constructor(position, particle) { this.position = position; this.particle = particle; } } ;// CONCATENATED MODULE: ../../engine/dist/esm/Core/Utils/Range.js class Range { constructor(x, y) { this.position = { x: x, y: y }; } } ;// CONCATENATED MODULE: ../../engine/dist/esm/Core/Utils/Circle.js class Circle extends Range { constructor(x, y, radius) { super(x, y); this.radius = radius; } contains(point) { return getDistance(point, this.position) <= this.radius; } intersects(range) { const rect = range, circle = range, pos1 = this.position, pos2 = range.position, xDist = Math.abs(pos2.x - pos1.x), yDist = Math.abs(pos2.y - pos1.y), r = this.radius; if (circle.radius !== undefined) { const rSum = r + circle.radius, dist = Math.sqrt(xDist * xDist + yDist + yDist); return rSum > dist; } else if (rect.size !== undefined) { const w = rect.size.width, h = rect.size.height, edges = Math.pow(xDist - w, 2) + Math.pow(yDist - h, 2); if (xDist > r + w || yDist > r + h) { return false; } if (xDist <= w || yDist <= h) { return true; } return edges <= r * r; } return false; } } ;// CONCATENATED MODULE: ../../engine/dist/esm/Core/Utils/Rectangle.js class Rectangle extends Range { constructor(x, y, width, height) { super(x, y); this.size = { height: height, width: width }; } contains(point) { const w = this.size.width, h = this.size.height, pos = this.position; return point.x >= pos.x && point.x <= pos.x + w && point.y >= pos.y && point.y <= pos.y + h; } intersects(range) { const rect = range, circle = range, w = this.size.width, h = this.size.height, pos1 = this.position, pos2 = range.position; if (circle.radius !== undefined) { return circle.intersects(this); } if (!rect.size) { return false; } const size2 = rect.size, w2 = size2.width, h2 = size2.height; return pos2.x < pos1.x + w && pos2.x + w2 > pos1.x && pos2.y < pos1.y + h && pos2.y + h2 > pos1.y; } } ;// CONCATENATED MODULE: ../../engine/dist/esm/Core/Utils/CircleWarp.js class CircleWarp extends Circle { constructor(x, y, radius, canvasSize) { super(x, y, radius); this.canvasSize = canvasSize; this.canvasSize = Object.assign({}, canvasSize); } contains(point) { if (super.contains(point)) { return true; } const posNE = { x: point.x - this.canvasSize.width, y: point.y }; if (super.contains(posNE)) { return true; } const posSE = { x: point.x - this.canvasSize.width, y: point.y - this.canvasSize.height }; if (super.contains(posSE)) { return true; } const posSW = { x: point.x, y: point.y - this.canvasSize.height }; return super.contains(posSW); } intersects(range) { if (super.intersects(range)) { return true; } const rect = range, circle = range, newPos = { x: range.position.x - this.canvasSize.width, y: range.position.y - this.canvasSize.height }; if (circle.radius !== undefined) { const biggerCircle = new Circle(newPos.x, newPos.y, circle.radius * 2); return super.intersects(biggerCircle); } else if (rect.size !== undefined) { const rectSW = new Rectangle(newPos.x, newPos.y, rect.size.width * 2, rect.size.height * 2); return super.intersects(rectSW); } return false; } } ;// CONCATENATED MODULE: ../../engine/dist/esm/Core/Utils/QuadTree.js class QuadTree { constructor(rectangle, capacity) { this.rectangle = rectangle; this.capacity = capacity; this.points = []; this.divided = false; } insert(point) { var _a, _b, _c, _d, _e; if (!this.rectangle.contains(point.position)) { return false; } if (this.points.length < this.capacity) { this.points.push(point); return true; } if (!this.divided) { this.subdivide(); } return (_e = ((_a = this.northEast) === null || _a === void 0 ? void 0 : _a.insert(point)) || ((_b = this.northWest) === null || _b === void 0 ? void 0 : _b.insert(point)) || ((_c = this.southEast) === null || _c === void 0 ? void 0 : _c.insert(point)) || ((_d = this.southWest) === null || _d === void 0 ? void 0 : _d.insert(point))) !== null && _e !== void 0 ? _e : false; } query(range, check, found) { var _a, _b, _c, _d; const res = found !== null && found !== void 0 ? found : []; if (!range.intersects(this.rectangle)) { return []; } for (const p of this.points) { if (!range.contains(p.position) && getDistance(range.position, p.position) > p.particle.getRadius() && (!check || check(p.particle))) { continue; } res.push(p.particle); } if (this.divided) { (_a = this.northEast) === null || _a === void 0 ? void 0 : _a.query(range, check, res); (_b = this.northWest) === null || _b === void 0 ? void 0 : _b.query(range, check, res); (_c = this.southEast) === null || _c === void 0 ? void 0 : _c.query(range, check, res); (_d = this.southWest) === null || _d === void 0 ? void 0 : _d.query(range, check, res); } return res; } queryCircle(position, radius, check) { return this.query(new Circle(position.x, position.y, radius), check); } queryCircleWarp(position, radius, containerOrSize, check) { const container = containerOrSize, size = containerOrSize; return this.query(new CircleWarp(position.x, position.y, radius, container.canvas !== undefined ? container.canvas.size : size), check); } queryRectangle(position, size, check) { return this.query(new Rectangle(position.x, position.y, size.width, size.height), check); } subdivide() { const x = this.rectangle.position.x, y = this.rectangle.position.y, w = this.rectangle.size.width, h = this.rectangle.size.height, capacity = this.capacity; this.northEast = new QuadTree(new Rectangle(x, y, w / 2, h / 2), capacity); this.northWest = new QuadTree(new Rectangle(x + w / 2, y, w / 2, h / 2), capacity); this.southEast = new QuadTree(new Rectangle(x, y + h / 2, w / 2, h / 2), capacity); this.southWest = new QuadTree(new Rectangle(x + w / 2, y + h / 2, w / 2, h / 2), capacity); this.divided = true; } } ;// CONCATENATED MODULE: ../../engine/dist/esm/Core/Particles.js var Particles_classPrivateFieldSet = undefined && undefined.__classPrivateFieldSet || function (receiver, state, value, kind, f) { if (kind === "m") throw new TypeError("Private method is not writable"); if (kind === "a" && !f) throw new TypeError("Private accessor was defined without a setter"); if (typeof state === "function" ? receiver !== state || !f : !state.has(receiver)) throw new TypeError("Cannot write private member to an object whose class did not declare it"); return kind === "a" ? f.call(receiver, value) : f ? f.value = value : state.set(receiver, value), value; }; var Particles_classPrivateFieldGet = undefined && undefined.__classPrivateFieldGet || function (receiver, state, kind, f) { if (kind === "a" && !f) throw new TypeError("Private accessor was defined without a getter"); if (typeof state === "function" ? receiver !== state || !f : !state.has(receiver)) throw new TypeError("Cannot read private member from an object whose class did not declare it"); return kind === "m" ? f : kind === "a" ? f.call(receiver) : f ? f.value : state.get(receiver); }; var _Particles_engine; class Particles { constructor(engine, container) { this.container = container; _Particles_engine.set(this, void 0); Particles_classPrivateFieldSet(this, _Particles_engine, engine, "f"); this.nextId = 0; this.array = []; this.zArray = []; this.limit = 0; this.needsSort = false; this.lastZIndex = 0; this.freqs = { links: new Map(), triangles: new Map() }; this.interactionManager = new InteractionManager(Particles_classPrivateFieldGet(this, _Particles_engine, "f"), container); const canvasSize = this.container.canvas.size; this.quadTree = new QuadTree(new Rectangle(-canvasSize.width / 4, -canvasSize.height / 4, canvasSize.width * 3 / 2, canvasSize.height * 3 / 2), 4); this.movers = Particles_classPrivateFieldGet(this, _Particles_engine, "f").plugins.getMovers(container, true); this.updaters = Particles_classPrivateFieldGet(this, _Particles_engine, "f").plugins.getUpdaters(container, true); } get count() { return this.array.length; } addManualParticles() { const container = this.container, options = container.actualOptions; for (const particle of options.manualParticles) { this.addParticle(calcPositionFromSize({ size: container.canvas.size, position: particle.position }), particle.options); } } addParticle(position, overrideOptions, group) { const container = this.container, options = container.actualOptions, limit = options.particles.number.limit; if (limit > 0) { const countToRemove = this.count + 1 - limit; if (countToRemove > 0) { this.removeQuantity(countToRemove); } } return this.pushParticle(position, overrideOptions, group); } addSplitParticle(parent, splitParticlesOptions) { const splitOptions = parent.options.destroy.split, options = loadParticlesOptions(Particles_classPrivateFieldGet(this, _Particles_engine, "f"), this.container, parent.options), factor = NumberUtils_getValue(splitOptions.factor); options.color.load({ value: { hsl: parent.getFillColor() } }); if (typeof options.size.value === "number") { options.size.value /= factor; } else { options.size.value.min /= factor; options.size.value.max /= factor; } options.load(splitParticlesOptions); const offset = splitOptions.sizeOffset ? setRangeValue(-parent.size.value, parent.size.value) : 0, position = { x: parent.position.x + randomInRange(offset), y: parent.position.y + randomInRange(offset) }; return this.pushParticle(position, options, parent.group, particle => { if (particle.size.value < 0.5) { return false; } particle.velocity.length = randomInRange(setRangeValue(parent.velocity.length, particle.velocity.length)); particle.splitCount = parent.splitCount + 1; particle.unbreakable = true; setTimeout(() => { particle.unbreakable = false; }, 500); return true; }); } clear() { this.array = []; this.zArray = []; } destroy() { this.array = []; this.zArray = []; this.movers = []; this.updaters = []; } async draw(delta) { const container = this.container, canvasSize = this.container.canvas.size; this.quadTree = new QuadTree(new Rectangle(-canvasSize.width / 4, -canvasSize.height / 4, canvasSize.width * 3 / 2, canvasSize.height * 3 / 2), 4); container.canvas.clear(); await this.update(delta); if (this.needsSort) { this.zArray.sort((a, b) => b.position.z - a.position.z || a.id - b.id); this.lastZIndex = this.zArray[this.zArray.length - 1].position.z; this.needsSort = false; } for (const [, plugin] of container.plugins) { container.canvas.drawPlugin(plugin, delta); } for (const p of this.zArray) { p.draw(delta); } } getLinkFrequency(p1, p2) { const range = setRangeValue(p1.id, p2.id), key = `${getRangeMin(range)}_${getRangeMax(range)}`; let res = this.freqs.links.get(key); if (res === undefined) { res = getRandom(); this.freqs.links.set(key, res); } return res; } getTriangleFrequency(p1, p2, p3) { let [id1, id2, id3] = [p1.id, p2.id, p3.id]; if (id1 > id2) { [id2, id1] = [id1, id2]; } if (id2 > id3) { [id3, id2] = [id2, id3]; } if (id1 > id3) { [id3, id1] = [id1, id3]; } const key = `${id1}_${id2}_${id3}`; let res = this.freqs.triangles.get(key); if (res === undefined) { res = getRandom(); this.freqs.triangles.set(key, res); } return res; } handleClickMode(mode) { this.interactionManager.handleClickMode(mode); } init() { var _a; const container = this.container, options = container.actualOptions; this.lastZIndex = 0; this.needsSort = false; this.freqs.links = new Map(); this.freqs.triangles = new Map(); let handled = false; this.updaters = Particles_classPrivateFieldGet(this, _Particles_engine, "f").plugins.getUpdaters(container, true); this.interactionManager.init(); for (const [, plugin] of container.plugins) { if (plugin.particlesInitialization !== undefined) { handled = plugin.particlesInitialization(); } if (handled) { break; } } this.interactionManager.init(); for (const [, pathGenerator] of container.pathGenerators) { pathGenerator.init(container); } this.addManualParticles(); if (!handled) { for (const group in options.particles.groups) { const groupOptions = options.particles.groups[group]; for (let i = this.count, j = 0; j < ((_a = groupOptions.number) === null || _a === void 0 ? void 0 : _a.value) && i < options.particles.number.value; i++, j++) { this.addParticle(undefined, groupOptions, group); } } for (let i = this.count; i < options.particles.number.value; i++) { this.addParticle(); } } } push(nb, mouse, overrideOptions, group) { this.pushing = true; for (let i = 0; i < nb; i++) { this.addParticle(mouse === null || mouse === void 0 ? void 0 : mouse.position, overrideOptions, group); } this.pushing = false; } async redraw() { this.clear(); this.init(); await this.draw({ value: 0, factor: 0 }); } remove(particle, group, override) { this.removeAt(this.array.indexOf(particle), undefined, group, override); } removeAt(index, quantity = 1, group, override) { if (!(index >= 0 && index <= this.count)) { return; } let deleted = 0; for (let i = index; deleted < quantity && i < this.count; i++) { const particle = this.array[i]; if (!particle || particle.group !== group) { continue; } particle.destroy(override); this.array.splice(i--, 1); const zIdx = this.zArray.indexOf(particle); this.zArray.splice(zIdx, 1); deleted++; Particles_classPrivateFieldGet(this, _Particles_engine, "f").dispatchEvent("particleRemoved", { container: this.container, data: { particle } }); } } removeQuantity(quantity, group) { this.removeAt(0, quantity, group); } setDensity() { const options = this.container.actualOptions; for (const group in options.particles.groups) { this.applyDensity(options.particles.groups[group], 0, group); } this.applyDensity(options.particles, options.manualParticles.length); } async update(delta) { var _a, _b; const container = this.container, particlesToDelete = []; for (const [, pathGenerator] of container.pathGenerators) { pathGenerator.update(); } for (const [, plugin] of container.plugins) { (_a = plugin.update) === null || _a === void 0 ? void 0 : _a.call(plugin, delta); } for (const particle of this.array) { const resizeFactor = container.canvas.resizeFactor; if (resizeFactor && !particle.ignoresResizeRatio) { particle.position.x *= resizeFactor.width; particle.position.y *= resizeFactor.height; } particle.ignoresResizeRatio = false; await this.interactionManager.reset(particle); for (const [, plugin] of this.container.plugins) { if (particle.destroyed) { break; } (_b = plugin.particleUpdate) === null || _b === void 0 ? void 0 : _b.call(plugin, particle, delta); } for (const mover of this.movers) { if (mover.isEnabled(particle)) { mover.move(particle, delta); } } if (particle.destroyed) { particlesToDelete.push(particle); continue; } this.quadTree.insert(new Point(particle.getPosition(), particle)); } for (const particle of particlesToDelete) { this.remove(particle); } await this.interactionManager.externalInteract(delta); for (const particle of container.particles.array) { for (const updater of this.updaters) { updater.update(particle, delta); } if (!particle.destroyed && !particle.spawning) { await this.interactionManager.particlesInteract(particle, delta); } } delete container.canvas.resizeFactor; } applyDensity(options, manualCount, group) { var _a; if (!((_a = options.number.density) === null || _a === void 0 ? void 0 : _a.enable)) { return; } const numberOptions = options.number, densityFactor = this.initDensityFactor(numberOptions.density), optParticlesNumber = numberOptions.value, optParticlesLimit = numberOptions.limit > 0 ? numberOptions.limit : optParticlesNumber, particlesNumber = Math.min(optParticlesNumber, optParticlesLimit) * densityFactor + manualCount, particlesCount = Math.min(this.count, this.array.filter(t => t.group === group).length); this.limit = numberOptions.limit * densityFactor; if (particlesCount < particlesNumber) { this.push(Math.abs(particlesNumber - particlesCount), undefined, options, group); } else if (particlesCount > particlesNumber) { this.removeQuantity(particlesCount - particlesNumber, group); } } initDensityFactor(densityOptions) { const container = this.container; if (!container.canvas.element || !densityOptions.enable) { return 1; } const canvas = container.canvas.element, pxRatio = container.retina.pixelRatio; return canvas.width * canvas.height / (densityOptions.factor * pxRatio ** 2 * densityOptions.area); } pushParticle(position, overrideOptions, group, initializer) { try { const particle = new Particle(Particles_classPrivateFieldGet(this, _Particles_engine, "f"), this.nextId, this.container, position, overrideOptions, group); let canAdd = true; if (initializer) { canAdd = initializer(particle); } if (!canAdd) { return; } this.array.push(particle); this.zArray.push(particle); this.nextId++; Particles_classPrivateFieldGet(this, _Particles_engine, "f").dispatchEvent("particleAdded", { container: this.container, data: { particle } }); return particle; } catch (e) { console.warn(`error adding particle: ${e}`); return; } } } _Particles_engine = new WeakMap(); ;// CONCATENATED MODULE: ../../engine/dist/esm/Core/Retina.js class Retina { constructor(container) { this.container = container; } init() { const container = this.container, options = container.actualOptions; this.pixelRatio = !options.detectRetina || isSsr() ? 1 : window.devicePixelRatio; const motionOptions = this.container.actualOptions.motion; if (motionOptions && (motionOptions.disable || motionOptions.reduce.value)) { if (isSsr() || typeof matchMedia === "undefined" || !matchMedia) { this.reduceFactor = 1; } else { const mediaQuery = matchMedia("(prefers-reduced-motion: reduce)"); if (mediaQuery) { this.handleMotionChange(mediaQuery); const handleChange = () => { this.handleMotionChange(mediaQuery); container.refresh().catch(() => {}); }; if (mediaQuery.addEventListener !== undefined) { mediaQuery.addEventListener("change", handleChange); } else if (mediaQuery.addListener !== undefined) { mediaQuery.addListener(handleChange); } } } } else { this.reduceFactor = 1; } const ratio = this.pixelRatio; if (container.canvas.element) { const element = container.canvas.element; container.canvas.size.width = element.offsetWidth * ratio; container.canvas.size.height = element.offsetHeight * ratio; } const particles = options.particles; this.attractDistance = getRangeValue(particles.move.attract.distance) * ratio; this.sizeAnimationSpeed = getRangeValue(particles.size.animation.speed) * ratio; this.maxSpeed = getRangeValue(particles.move.gravity.maxSpeed) * ratio; const modes = options.interactivity.modes; this.slowModeRadius = modes.slow.radius * ratio; } initParticle(particle) { const options = particle.options, ratio = this.pixelRatio, moveDistance = options.move.distance, props = particle.retina; props.attractDistance = getRangeValue(options.move.attract.distance) * ratio; props.moveDrift = getRangeValue(options.move.drift) * ratio; props.moveSpeed = getRangeValue(options.move.speed) * ratio; props.sizeAnimationSpeed = getRangeValue(options.size.animation.speed) * ratio; const maxDistance = props.maxDistance; maxDistance.horizontal = moveDistance.horizontal !== undefined ? moveDistance.horizontal * ratio : undefined; maxDistance.vertical = moveDistance.vertical !== undefined ? moveDistance.vertical * ratio : undefined; props.maxSpeed = getRangeValue(options.move.gravity.maxSpeed) * ratio; } handleMotionChange(mediaQuery) { const options = this.container.actualOptions; if (mediaQuery.matches) { const motion = options.motion; this.reduceFactor = motion.disable ? 0 : motion.reduce.value ? 1 / motion.reduce.factor : 1; } else { this.reduceFactor = 1; } } } ;// CONCATENATED MODULE: ../../engine/dist/esm/Core/Container.js var Container_classPrivateFieldSet = undefined && undefined.__classPrivateFieldSet || function (receiver, state, value, kind, f) { if (kind === "m") throw new TypeError("Private method is not writable"); if (kind === "a" && !f) throw new TypeError("Private accessor was defined without a setter"); if (typeof state === "function" ? receiver !== state || !f : !state.has(receiver)) throw new TypeError("Cannot write private member to an object whose class did not declare it"); return kind === "a" ? f.call(receiver, value) : f ? f.value = value : state.set(receiver, value), value; }; var Container_classPrivateFieldGet = undefined && undefined.__classPrivateFieldGet || function (receiver, state, kind, f) { if (kind === "a" && !f) throw new TypeError("Private accessor was defined without a getter"); if (typeof state === "function" ? receiver !== state || !f : !state.has(receiver)) throw new TypeError("Cannot read private member from an object whose class did not declare it"); return kind === "m" ? f : kind === "a" ? f.call(receiver) : f ? f.value : state.get(receiver); }; var _Container_engine, _Container_eventListeners, _Container_intersectionObserver, _Container_options, _Container_sourceOptions; function guardCheck(container) { return container !== undefined && !container.destroyed; } function loadContainerOptions(engine, container, ...sourceOptionsArr) { const options = new Options(engine, container); loadOptions(options, ...sourceOptionsArr); return options; } const defaultPathGeneratorKey = "default", defaultPathGenerator = { generate: p => { const v = p.velocity.copy(); v.angle += v.length * Math.PI / 180; return v; }, init: () => {}, update: () => {} }; class Container { constructor(engine, id, sourceOptions) { this.id = id; _Container_engine.set(this, void 0); _Container_eventListeners.set(this, void 0); _Container_intersectionObserver.set(this, void 0); _Container_options.set(this, void 0); _Container_sourceOptions.set(this, void 0); Container_classPrivateFieldSet(this, _Container_engine, engine, "f"); this.fpsLimit = 120; this.duration = 0; this.lifeTime = 0; this.firstStart = true; this.started = false; this.destroyed = false; this.paused = true; this.lastFrameTime = 0; this.zLayers = 100; this.pageHidden = false; Container_classPrivateFieldSet(this, _Container_sourceOptions, sourceOptions, "f"); this._initialSourceOptions = sourceOptions; this.retina = new Retina(this); this.canvas = new Canvas(this); this.particles = new Particles(Container_classPrivateFieldGet(this, _Container_engine, "f"), this); this.frameManager = new FrameManager(this); this.pathGenerators = new Map(); this.interactivity = { mouse: { clicking: false, inside: false } }; this.plugins = new Map(); this.drawers = new Map(); Container_classPrivateFieldSet(this, _Container_options, loadContainerOptions(Container_classPrivateFieldGet(this, _Container_engine, "f"), this), "f"); this.actualOptions = loadContainerOptions(Container_classPrivateFieldGet(this, _Container_engine, "f"), this); Container_classPrivateFieldSet(this, _Container_eventListeners, new EventListeners(this), "f"); if (typeof IntersectionObserver !== "undefined" && IntersectionObserver) { Container_classPrivateFieldSet(this, _Container_intersectionObserver, new IntersectionObserver(entries => this.intersectionManager(entries)), "f"); } Container_classPrivateFieldGet(this, _Container_engine, "f").dispatchEvent("containerBuilt", { container: this }); } get options() { return Container_classPrivateFieldGet(this, _Container_options, "f"); } get sourceOptions() { return Container_classPrivateFieldGet(this, _Container_sourceOptions, "f"); } addClickHandler(callback) { if (!guardCheck(this)) { return; } const el = this.interactivity.element; if (!el) { return; } const clickOrTouchHandler = (e, pos, radius) => { if (!guardCheck(this)) { return; } const pxRatio = this.retina.pixelRatio, posRetina = { x: pos.x * pxRatio, y: pos.y * pxRatio }, particles = this.particles.quadTree.queryCircle(posRetina, radius * pxRatio); callback(e, particles); }; const clickHandler = e => { if (!guardCheck(this)) { return; } const mouseEvent = e, pos = { x: mouseEvent.offsetX || mouseEvent.clientX, y: mouseEvent.offsetY || mouseEvent.clientY }; clickOrTouchHandler(e, pos, 1); }; const touchStartHandler = () => { if (!guardCheck(this)) { return; } touched = true; touchMoved = false; }; const touchMoveHandler = () => { if (!guardCheck(this)) { return; } touchMoved = true; }; const touchEndHandler = e => { var _a, _b, _c; if (!guardCheck(this)) { return; } if (touched && !touchMoved) { const touchEvent = e; let lastTouch = touchEvent.touches[touchEvent.touches.length - 1]; if (!lastTouch) { lastTouch = touchEvent.changedTouches[touchEvent.changedTouches.length - 1]; if (!lastTouch) { return; } } const canvasRect = (_a = this.canvas.element) === null || _a === void 0 ? void 0 : _a.getBoundingClientRect(), pos = { x: lastTouch.clientX - ((_b = canvasRect === null || canvasRect === void 0 ? void 0 : canvasRect.left) !== null && _b !== void 0 ? _b : 0), y: lastTouch.clientY - ((_c = canvasRect === null || canvasRect === void 0 ? void 0 : canvasRect.top) !== null && _c !== void 0 ? _c : 0) }; clickOrTouchHandler(e, pos, Math.max(lastTouch.radiusX, lastTouch.radiusY)); } touched = false; touchMoved = false; }; const touchCancelHandler = () => { if (!guardCheck(this)) { return; } touched = false; touchMoved = false; }; let touched = false; let touchMoved = false; el.addEventListener("click", clickHandler); el.addEventListener("touchstart", touchStartHandler); el.addEventListener("touchmove", touchMoveHandler); el.addEventListener("touchend", touchEndHandler); el.addEventListener("touchcancel", touchCancelHandler); } addPath(key, generator, override = false) { if (!guardCheck(this) || !override && this.pathGenerators.has(key)) { return false; } this.pathGenerators.set(key, generator !== null && generator !== void 0 ? generator : defaultPathGenerator); return true; } destroy() { if (!guardCheck(this)) { return; } this.stop(); this.particles.destroy(); this.canvas.destroy(); for (const [, drawer] of this.drawers) { if (drawer.destroy) { drawer.destroy(this); } } for (const key of this.drawers.keys()) { this.drawers.delete(key); } Container_classPrivateFieldGet(this, _Container_engine, "f").plugins.destroy(this); this.destroyed = true; const mainArr = Container_classPrivateFieldGet(this, _Container_engine, "f").dom(), idx = mainArr.findIndex(t => t === this); if (idx >= 0) { mainArr.splice(idx, 1); } Container_classPrivateFieldGet(this, _Container_engine, "f").dispatchEvent("containerDestroyed", { container: this }); } draw(force) { if (!guardCheck(this)) { return; } let refreshTime = force; this.drawAnimationFrame = animate()(async timestamp => { if (refreshTime) { this.lastFrameTime = undefined; refreshTime = false; } await this.frameManager.nextFrame(timestamp); }); } exportConfiguration() { return JSON.stringify(this.actualOptions, undefined, 2); } exportImage(callback, type, quality) { var _a; return (_a = this.canvas.element) === null || _a === void 0 ? void 0 : _a.toBlob(callback, type !== null && type !== void 0 ? type : "image/png", quality); } exportImg(callback) { this.exportImage(callback); } getAnimationStatus() { return !this.paused && !this.pageHidden && guardCheck(this); } handleClickMode(mode) { if (!guardCheck(this)) { return; } this.particles.handleClickMode(mode); for (const [, plugin] of this.plugins) { if (plugin.handleClickMode) { plugin.handleClickMode(mode); } } } async init() { if (!guardCheck(this)) { return; } const shapes = Container_classPrivateFieldGet(this, _Container_engine, "f").plugins.getSupportedShapes(); for (const type of shapes) { const drawer = Container_classPrivateFieldGet(this, _Container_engine, "f").plugins.getShapeDrawer(type); if (drawer) { this.drawers.set(type, drawer); } } Container_classPrivateFieldSet(this, _Container_options, loadContainerOptions(Container_classPrivateFieldGet(this, _Container_engine, "f"), this, this._initialSourceOptions, this.sourceOptions), "f"); this.actualOptions = loadContainerOptions(Container_classPrivateFieldGet(this, _Container_engine, "f"), this, Container_classPrivateFieldGet(this, _Container_options, "f")); this.retina.init(); this.canvas.init(); this.updateActualOptions(); this.canvas.initBackground(); this.canvas.resize(); this.zLayers = this.actualOptions.zLayers; this.duration = getRangeValue(this.actualOptions.duration); this.lifeTime = 0; this.fpsLimit = this.actualOptions.fpsLimit > 0 ? this.actualOptions.fpsLimit : 120; const availablePlugins = Container_classPrivateFieldGet(this, _Container_engine, "f").plugins.getAvailablePlugins(this); for (const [id, plugin] of availablePlugins) { this.plugins.set(id, plugin); } for (const [, drawer] of this.drawers) { if (drawer.init) { await drawer.init(this); } } for (const [, plugin] of this.plugins) { if (plugin.init) { plugin.init(this.actualOptions); } else if (plugin.initAsync !== undefined) { await plugin.initAsync(this.actualOptions); } } Container_classPrivateFieldGet(this, _Container_engine, "f").dispatchEvent("containerInit", { container: this }); this.particles.init(); this.particles.setDensity(); for (const [, plugin] of this.plugins) { if (plugin.particlesSetup !== undefined) { plugin.particlesSetup(); } } Container_classPrivateFieldGet(this, _Container_engine, "f").dispatchEvent("particlesSetup", { container: this }); } async loadTheme(name) { if (!guardCheck(this)) { return; } this.currentTheme = name; await this.refresh(); } pause() { if (!guardCheck(this)) { return; } if (this.drawAnimationFrame !== undefined) { cancelAnimation()(this.drawAnimationFrame); delete this.drawAnimationFrame; } if (this.paused) { return; } for (const [, plugin] of this.plugins) { if (plugin.pause) { plugin.pause(); } } if (!this.pageHidden) { this.paused = true; } Container_classPrivateFieldGet(this, _Container_engine, "f").dispatchEvent("containerPaused", { container: this }); } play(force) { if (!guardCheck(this)) { return; } const needsUpdate = this.paused || force; if (this.firstStart && !this.actualOptions.autoPlay) { this.firstStart = false; return; } if (this.paused) { this.paused = false; } if (needsUpdate) { for (const [, plugin] of this.plugins) { if (plugin.play) { plugin.play(); } } } Container_classPrivateFieldGet(this, _Container_engine, "f").dispatchEvent("containerPlay", { container: this }); this.draw(needsUpdate || false); } async refresh() { if (!guardCheck(this)) { return; } this.stop(); return this.start(); } async reset() { if (!guardCheck(this)) { return; } Container_classPrivateFieldSet(this, _Container_options, loadContainerOptions(Container_classPrivateFieldGet(this, _Container_engine, "f"), this), "f"); return this.refresh(); } setNoise(noiseOrGenerator, init, update) { if (!guardCheck(this)) { return; } this.setPath(noiseOrGenerator, init, update); } setPath(pathOrGenerator, init, update) { if (!pathOrGenerator || !guardCheck(this)) { return; } const pathGenerator = Object.assign({}, defaultPathGenerator); if (typeof pathOrGenerator === "function") { pathGenerator.generate = pathOrGenerator; if (init) { pathGenerator.init = init; } if (update) { pathGenerator.update = update; } } else { const oldGenerator = pathGenerator; pathGenerator.generate = pathOrGenerator.generate || oldGenerator.generate; pathGenerator.init = pathOrGenerator.init || oldGenerator.init; pathGenerator.update = pathOrGenerator.update || oldGenerator.update; } this.addPath(defaultPathGeneratorKey, pathGenerator, true); } async start() { if (this.started || !guardCheck(this)) { return; } await this.init(); this.started = true; Container_classPrivateFieldGet(this, _Container_eventListeners, "f").addListeners(); if (this.interactivity.element instanceof HTMLElement && Container_classPrivateFieldGet(this, _Container_intersectionObserver, "f")) { Container_classPrivateFieldGet(this, _Container_intersectionObserver, "f").observe(this.interactivity.element); } for (const [, plugin] of this.plugins) { if (plugin.startAsync !== undefined) { await plugin.startAsync(); } else if (plugin.start !== undefined) { plugin.start(); } } Container_classPrivateFieldGet(this, _Container_engine, "f").dispatchEvent("containerStarted", { container: this }); this.play(); } stop() { var _a; if (!this.started || !guardCheck(this)) { return; } this.firstStart = true; this.started = false; Container_classPrivateFieldGet(this, _Container_eventListeners, "f").removeListeners(); this.pause(); this.particles.clear(); this.canvas.clear(); if (this.interactivity.element instanceof HTMLElement && Container_classPrivateFieldGet(this, _Container_intersectionObserver, "f")) { Container_classPrivateFieldGet(this, _Container_intersectionObserver, "f").unobserve(this.interactivity.element); } for (const [, plugin] of this.plugins) { (_a = plugin.stop) === null || _a === void 0 ? void 0 : _a.call(plugin); } for (const key of this.plugins.keys()) { this.plugins.delete(key); } Container_classPrivateFieldSet(this, _Container_sourceOptions, Container_classPrivateFieldGet(this, _Container_options, "f"), "f"); Container_classPrivateFieldGet(this, _Container_engine, "f").dispatchEvent("containerStopped", { container: this }); } updateActualOptions() { this.actualOptions.responsive = []; const newMaxWidth = this.actualOptions.setResponsive(this.canvas.size.width, this.retina.pixelRatio, Container_classPrivateFieldGet(this, _Container_options, "f")); this.actualOptions.setTheme(this.currentTheme); if (this.responsiveMaxWidth != newMaxWidth) { this.responsiveMaxWidth = newMaxWidth; return true; } return false; } intersectionManager(entries) { if (!guardCheck(this) || !this.actualOptions.pauseOnOutsideViewport) { return; } for (const entry of entries) { if (entry.target !== this.interactivity.element) { continue; } (entry.isIntersecting ? this.play : this.pause)(); } } } _Container_engine = new WeakMap(), _Container_eventListeners = new WeakMap(), _Container_intersectionObserver = new WeakMap(), _Container_options = new WeakMap(), _Container_sourceOptions = new WeakMap(); ;// CONCATENATED MODULE: ../../engine/dist/esm/Core/Loader.js var Loader_classPrivateFieldSet = undefined && undefined.__classPrivateFieldSet || function (receiver, state, value, kind, f) { if (kind === "m") throw new TypeError("Private method is not writable"); if (kind === "a" && !f) throw new TypeError("Private accessor was defined without a setter"); if (typeof state === "function" ? receiver !== state || !f : !state.has(receiver)) throw new TypeError("Cannot write private member to an object whose class did not declare it"); return kind === "a" ? f.call(receiver, value) : f ? f.value = value : state.set(receiver, value), value; }; var Loader_classPrivateFieldGet = undefined && undefined.__classPrivateFieldGet || function (receiver, state, kind, f) { if (kind === "a" && !f) throw new TypeError("Private accessor was defined without a getter"); if (typeof state === "function" ? receiver !== state || !f : !state.has(receiver)) throw new TypeError("Cannot read private member from an object whose class did not declare it"); return kind === "m" ? f : kind === "a" ? f.call(receiver) : f ? f.value : state.get(receiver); }; var _Loader_engine; function fetchError(statusCode) { console.error(`tsParticles - Error ${statusCode} while retrieving config file`); } async function getDataFromUrl(jsonUrl, index) { const url = jsonUrl instanceof Array ? itemFromArray(jsonUrl, index) : jsonUrl; if (!url) { return; } const response = await fetch(url); if (response.ok) { return response.json(); } fetchError(response.status); } class Loader { constructor(engine) { _Loader_engine.set(this, void 0); Loader_classPrivateFieldSet(this, _Loader_engine, engine, "f"); } load(tagId, options, index) { const params = { index, remote: false }; if (typeof tagId === "string") { params.tagId = tagId; } else { params.options = tagId; } if (typeof options === "number") { params.index = options; } else { params.options = options !== null && options !== void 0 ? options : params.options; } return this.loadOptions(params); } async loadJSON(tagId, jsonUrl, index) { let url, id; if (typeof jsonUrl === "number" || jsonUrl === undefined) { url = tagId; } else { id = tagId; url = jsonUrl; } return this.loadRemoteOptions({ tagId: id, url, index, remote: true }); } async loadOptions(params) { var _a, _b, _c; const tagId = (_a = params.tagId) !== null && _a !== void 0 ? _a : `tsparticles${Math.floor(getRandom() * 10000)}`, { index, url: jsonUrl, remote } = params, options = remote ? await getDataFromUrl(jsonUrl, index) : params.options; let domContainer = (_b = params.element) !== null && _b !== void 0 ? _b : document.getElementById(tagId); if (!domContainer) { domContainer = document.createElement("div"); domContainer.id = tagId; (_c = document.querySelector("body")) === null || _c === void 0 ? void 0 : _c.append(domContainer); } const currentOptions = options instanceof Array ? itemFromArray(options, index) : options, dom = Loader_classPrivateFieldGet(this, _Loader_engine, "f").dom(), oldIndex = dom.findIndex(v => v.id === tagId); if (oldIndex >= 0) { const old = Loader_classPrivateFieldGet(this, _Loader_engine, "f").domItem(oldIndex); if (old && !old.destroyed) { old.destroy(); dom.splice(oldIndex, 1); } } let canvasEl; if (domContainer.tagName.toLowerCase() === "canvas") { canvasEl = domContainer; canvasEl.dataset[generatedAttribute] = "false"; } else { const existingCanvases = domContainer.getElementsByTagName("canvas"); if (existingCanvases.length) { canvasEl = existingCanvases[0]; canvasEl.dataset[generatedAttribute] = "false"; } else { canvasEl = document.createElement("canvas"); canvasEl.dataset[generatedAttribute] = "true"; domContainer.appendChild(canvasEl); } } if (!canvasEl.style.width) { canvasEl.style.width = "100%"; } if (!canvasEl.style.height) { canvasEl.style.height = "100%"; } const newItem = new Container(Loader_classPrivateFieldGet(this, _Loader_engine, "f"), tagId, currentOptions); if (oldIndex >= 0) { dom.splice(oldIndex, 0, newItem); } else { dom.push(newItem); } newItem.canvas.loadCanvas(canvasEl); await newItem.start(); return newItem; } async loadRemoteOptions(params) { return this.loadOptions(params); } async set(id, domContainer, options, index) { const params = { index, remote: false }; if (typeof id === "string") { params.tagId = id; } else { params.element = id; } if (domContainer instanceof HTMLElement) { params.element = domContainer; } else { params.options = domContainer; } if (typeof options === "number") { params.index = options; } else { params.options = options !== null && options !== void 0 ? options : params.options; } return this.loadOptions(params); } async setJSON(id, domContainer, jsonUrl, index) { let url, newId, newIndex, element; if (id instanceof HTMLElement) { element = id; url = domContainer; newIndex = jsonUrl; } else { newId = id; element = domContainer; url = jsonUrl; newIndex = index; } return this.loadRemoteOptions({ tagId: newId, url, index: newIndex, element, remote: true }); } } _Loader_engine = new WeakMap(); ;// CONCATENATED MODULE: ../../engine/dist/esm/Core/Utils/Plugins.js var Plugins_classPrivateFieldSet = undefined && undefined.__classPrivateFieldSet || function (receiver, state, value, kind, f) { if (kind === "m") throw new TypeError("Private method is not writable"); if (kind === "a" && !f) throw new TypeError("Private accessor was defined without a setter"); if (typeof state === "function" ? receiver !== state || !f : !state.has(receiver)) throw new TypeError("Cannot write private member to an object whose class did not declare it"); return kind === "a" ? f.call(receiver, value) : f ? f.value = value : state.set(receiver, value), value; }; var _Plugins_engine; class Plugins { constructor(engine) { _Plugins_engine.set(this, void 0); Plugins_classPrivateFieldSet(this, _Plugins_engine, engine, "f"); this.plugins = []; this.interactorsInitializers = new Map(); this.moversInitializers = new Map(); this.updatersInitializers = new Map(); this.interactors = new Map(); this.movers = new Map(); this.updaters = new Map(); this.presets = new Map(); this.drawers = new Map(); this.pathGenerators = new Map(); } addInteractor(name, initInteractor) { this.interactorsInitializers.set(name, initInteractor); } addParticleMover(name, initMover) { this.moversInitializers.set(name, initMover); } addParticleUpdater(name, initUpdater) { this.updatersInitializers.set(name, initUpdater); } addPathGenerator(type, pathGenerator) { if (!this.getPathGenerator(type)) { this.pathGenerators.set(type, pathGenerator); } } addPlugin(plugin) { if (!this.getPlugin(plugin.id)) { this.plugins.push(plugin); } } addPreset(presetKey, options, override = false) { if (override || !this.getPreset(presetKey)) { this.presets.set(presetKey, options); } } addShapeDrawer(type, drawer) { if (!this.getShapeDrawer(type)) { this.drawers.set(type, drawer); } } destroy(container) { this.updaters.delete(container); this.movers.delete(container); this.interactors.delete(container); } getAvailablePlugins(container) { const res = new Map(); for (const plugin of this.plugins) { if (!plugin.needsPlugin(container.actualOptions)) { continue; } res.set(plugin.id, plugin.getPlugin(container)); } return res; } getInteractors(container, force = false) { let res = this.interactors.get(container); if (!res || force) { res = [...this.interactorsInitializers.values()].map(t => t(container)); this.interactors.set(container, res); } return res; } getMovers(container, force = false) { let res = this.movers.get(container); if (!res || force) { res = [...this.moversInitializers.values()].map(t => t(container)); this.movers.set(container, res); } return res; } getPathGenerator(type) { return this.pathGenerators.get(type); } getPlugin(plugin) { return this.plugins.find(t => t.id === plugin); } getPreset(preset) { return this.presets.get(preset); } getShapeDrawer(type) { return this.drawers.get(type); } getSupportedShapes() { return this.drawers.keys(); } getUpdaters(container, force = false) { let res = this.updaters.get(container); if (!res || force) { res = [...this.updatersInitializers.values()].map(t => t(container)); this.updaters.set(container, res); } return res; } loadOptions(options, sourceOptions) { for (const plugin of this.plugins) { plugin.loadOptions(options, sourceOptions); } } loadParticlesOptions(container, options, ...sourceOptions) { const updaters = this.updaters.get(container); if (!updaters) { return; } for (const updater of updaters) { if (updater.loadOptions) { updater.loadOptions(options, ...sourceOptions); } } } } _Plugins_engine = new WeakMap(); ;// CONCATENATED MODULE: ../../engine/dist/esm/engine.js var engine_classPrivateFieldSet = undefined && undefined.__classPrivateFieldSet || function (receiver, state, value, kind, f) { if (kind === "m") throw new TypeError("Private method is not writable"); if (kind === "a" && !f) throw new TypeError("Private accessor was defined without a setter"); if (typeof state === "function" ? receiver !== state || !f : !state.has(receiver)) throw new TypeError("Cannot write private member to an object whose class did not declare it"); return kind === "a" ? f.call(receiver, value) : f ? f.value = value : state.set(receiver, value), value; }; var engine_classPrivateFieldGet = undefined && undefined.__classPrivateFieldGet || function (receiver, state, kind, f) { if (kind === "a" && !f) throw new TypeError("Private accessor was defined without a getter"); if (typeof state === "function" ? receiver !== state || !f : !state.has(receiver)) throw new TypeError("Cannot read private member from an object whose class did not declare it"); return kind === "m" ? f : kind === "a" ? f.call(receiver) : f ? f.value : state.get(receiver); }; var _Engine_domArray, _Engine_eventDispatcher, _Engine_initialized, _Engine_loader; class Engine { constructor() { _Engine_domArray.set(this, void 0); _Engine_eventDispatcher.set(this, void 0); _Engine_initialized.set(this, void 0); _Engine_loader.set(this, void 0); engine_classPrivateFieldSet(this, _Engine_domArray, [], "f"); engine_classPrivateFieldSet(this, _Engine_eventDispatcher, new EventDispatcher(), "f"); engine_classPrivateFieldSet(this, _Engine_initialized, false, "f"); engine_classPrivateFieldSet(this, _Engine_loader, new Loader(this), "f"); this.plugins = new Plugins(this); } addEventListener(type, listener) { engine_classPrivateFieldGet(this, _Engine_eventDispatcher, "f").addEventListener(type, listener); } async addInteractor(name, interactorInitializer) { this.plugins.addInteractor(name, interactorInitializer); await this.refresh(); } async addMover(name, moverInitializer) { this.plugins.addParticleMover(name, moverInitializer); await this.refresh(); } async addParticleUpdater(name, updaterInitializer) { this.plugins.addParticleUpdater(name, updaterInitializer); await this.refresh(); } async addPathGenerator(name, generator) { this.plugins.addPathGenerator(name, generator); await this.refresh(); } async addPlugin(plugin) { this.plugins.addPlugin(plugin); await this.refresh(); } async addPreset(preset, options, override = false) { this.plugins.addPreset(preset, options, override); await this.refresh(); } async addShape(shape, drawer, init, afterEffect, destroy) { let customDrawer; if (typeof drawer === "function") { customDrawer = { afterEffect: afterEffect, destroy: destroy, draw: drawer, init: init }; } else { customDrawer = drawer; } this.plugins.addShapeDrawer(shape, customDrawer); await this.refresh(); } dispatchEvent(type, args) { engine_classPrivateFieldGet(this, _Engine_eventDispatcher, "f").dispatchEvent(type, args); } dom() { return engine_classPrivateFieldGet(this, _Engine_domArray, "f"); } domItem(index) { const dom = this.dom(), item = dom[index]; if (item && !item.destroyed) { return item; } dom.splice(index, 1); } init() { if (!engine_classPrivateFieldGet(this, _Engine_initialized, "f")) { engine_classPrivateFieldSet(this, _Engine_initialized, true, "f"); } } async load(tagId, options) { return engine_classPrivateFieldGet(this, _Engine_loader, "f").load(tagId, options); } async loadFromArray(tagId, options, index) { return engine_classPrivateFieldGet(this, _Engine_loader, "f").load(tagId, options, index); } async loadJSON(tagId, pathConfigJson, index) { return engine_classPrivateFieldGet(this, _Engine_loader, "f").loadJSON(tagId, pathConfigJson, index); } async refresh() { for (const instance of this.dom()) { await instance.refresh(); } } removeEventListener(type, listener) { engine_classPrivateFieldGet(this, _Engine_eventDispatcher, "f").removeEventListener(type, listener); } async set(id, element, options) { return engine_classPrivateFieldGet(this, _Engine_loader, "f").set(id, element, options); } async setJSON(id, element, pathConfigJson, index) { return engine_classPrivateFieldGet(this, _Engine_loader, "f").setJSON(id, element, pathConfigJson, index); } setOnClickHandler(callback) { const dom = this.dom(); if (!dom.length) { throw new Error("Can only set click handlers after calling tsParticles.load() or tsParticles.loadJSON()"); } for (const domItem of dom) { domItem.addClickHandler(callback); } } } _Engine_domArray = new WeakMap(), _Engine_eventDispatcher = new WeakMap(), _Engine_initialized = new WeakMap(), _Engine_loader = new WeakMap(); ;// CONCATENATED MODULE: ../../engine/dist/esm/Utils/HslColorManager.js class HslColorManager { constructor() { this.stringPrefix = "hsl"; } handleColor(color) { var _a; const colorValue = color.value, hslColor = (_a = colorValue.hsl) !== null && _a !== void 0 ? _a : color.value; if (hslColor.h !== undefined && hslColor.l !== undefined) { return hslToRgb(hslColor); } } handleRangeColor(color) { var _a; const colorValue = color.value, hslColor = (_a = colorValue.hsl) !== null && _a !== void 0 ? _a : color.value; if (hslColor.h !== undefined && hslColor.l !== undefined) { return hslToRgb({ h: getRangeValue(hslColor.h), l: getRangeValue(hslColor.l), s: getRangeValue(hslColor.s) }); } } parseString(input) { if (!input.startsWith("hsl")) { return; } const regex = /hsla?\(\s*(\d+)\s*,\s*(\d+)%\s*,\s*(\d+)%\s*(,\s*([\d.%]+)\s*)?\)/i, result = regex.exec(input); return result ? hslaToRgba({ a: result.length > 4 ? parseAlpha(result[5]) : 1, h: parseInt(result[1], 10), l: parseInt(result[3], 10), s: parseInt(result[2], 10) }) : undefined; } } ;// CONCATENATED MODULE: ../../engine/dist/esm/Utils/RgbColorManager.js class RgbColorManager { constructor() { this.stringPrefix = "rgb"; } handleColor(color) { var _a; const colorValue = color.value, rgbColor = (_a = colorValue.rgb) !== null && _a !== void 0 ? _a : color.value; if (rgbColor.r !== undefined) { return rgbColor; } } handleRangeColor(color) { var _a; const colorValue = color.value, rgbColor = (_a = colorValue.rgb) !== null && _a !== void 0 ? _a : color.value; if (rgbColor.r !== undefined) { return { r: getRangeValue(rgbColor.r), g: getRangeValue(rgbColor.g), b: getRangeValue(rgbColor.b) }; } } parseString(input) { if (!input.startsWith(this.stringPrefix)) { return; } const regex = /rgba?\(\s*(\d+)\s*,\s*(\d+)\s*,\s*(\d+)\s*(,\s*([\d.%]+)\s*)?\)/i, result = regex.exec(input); return result ? { a: result.length > 4 ? parseAlpha(result[5]) : 1, b: parseInt(result[3], 10), g: parseInt(result[2], 10), r: parseInt(result[1], 10) } : undefined; } } ;// CONCATENATED MODULE: ../../engine/dist/esm/index.js const rgbColorManager = new RgbColorManager(), hslColorManager = new HslColorManager(); addColorManager("rgb", rgbColorManager); addColorManager("hsl", hslColorManager); const tsParticles = new Engine(); tsParticles.init(); ;// CONCATENATED MODULE: ../../move/base/dist/esm/Utils.js function applyDistance(particle) { const initialPosition = particle.initialPosition, { dx, dy } = NumberUtils_getDistances(initialPosition, particle.position), dxFixed = Math.abs(dx), dyFixed = Math.abs(dy), hDistance = particle.retina.maxDistance.horizontal, vDistance = particle.retina.maxDistance.vertical; if (!hDistance && !vDistance) { return; } if ((hDistance && dxFixed >= hDistance || vDistance && dyFixed >= vDistance) && !particle.misplaced) { particle.misplaced = !!hDistance && dxFixed > hDistance || !!vDistance && dyFixed > vDistance; if (hDistance) { particle.velocity.x = particle.velocity.y / 2 - particle.velocity.x; } if (vDistance) { particle.velocity.y = particle.velocity.x / 2 - particle.velocity.y; } } else if ((!hDistance || dxFixed < hDistance) && (!vDistance || dyFixed < vDistance) && particle.misplaced) { particle.misplaced = false; } else if (particle.misplaced) { const pos = particle.position, vel = particle.velocity; if (hDistance && (pos.x < initialPosition.x && vel.x < 0 || pos.x > initialPosition.x && vel.x > 0)) { vel.x *= -getRandom(); } if (vDistance && (pos.y < initialPosition.y && vel.y < 0 || pos.y > initialPosition.y && vel.y > 0)) { vel.y *= -getRandom(); } } } function spin(particle, moveSpeed) { const container = particle.container; if (!particle.spin) { return; } const updateFunc = { x: particle.spin.direction === "clockwise" ? Math.cos : Math.sin, y: particle.spin.direction === "clockwise" ? Math.sin : Math.cos }; particle.position.x = particle.spin.center.x + particle.spin.radius * updateFunc.x(particle.spin.angle); particle.position.y = particle.spin.center.y + particle.spin.radius * updateFunc.y(particle.spin.angle); particle.spin.radius += particle.spin.acceleration; const maxCanvasSize = Math.max(container.canvas.size.width, container.canvas.size.height); if (particle.spin.radius > maxCanvasSize / 2) { particle.spin.radius = maxCanvasSize / 2; particle.spin.acceleration *= -1; } else if (particle.spin.radius < 0) { particle.spin.radius = 0; particle.spin.acceleration *= -1; } particle.spin.angle += moveSpeed / 100 * (1 - particle.spin.radius / maxCanvasSize); } function applyPath(particle, delta) { var _a; const particlesOptions = particle.options; const pathOptions = particlesOptions.move.path; const pathEnabled = pathOptions.enable; if (!pathEnabled) { return; } if (particle.lastPathTime <= particle.pathDelay) { particle.lastPathTime += delta.value; return; } const path = (_a = particle.pathGenerator) === null || _a === void 0 ? void 0 : _a.generate(particle); if (path) { particle.velocity.addTo(path); } if (pathOptions.clamp) { particle.velocity.x = clamp(particle.velocity.x, -1, 1); particle.velocity.y = clamp(particle.velocity.y, -1, 1); } particle.lastPathTime -= particle.pathDelay; } function getProximitySpeedFactor(particle) { const container = particle.container; const options = container.actualOptions; const active = isInArray("slow", options.interactivity.events.onHover.mode); if (!active) { return 1; } const mousePos = particle.container.interactivity.mouse.position; if (!mousePos) { return 1; } const particlePos = particle.getPosition(); const dist = getDistance(mousePos, particlePos); const radius = container.retina.slowModeRadius; if (dist > radius) { return 1; } const proximityFactor = dist / radius || 0; const slowFactor = options.interactivity.modes.slow.factor; return proximityFactor / slowFactor; } ;// CONCATENATED MODULE: ../../move/base/dist/esm/BaseMover.js class BaseMover { init(particle) { var _a; const container = particle.container, options = particle.options, gravityOptions = options.move.gravity, spinOptions = options.move.spin; particle.gravity = { enable: gravityOptions.enable, acceleration: getRangeValue(gravityOptions.acceleration), inverse: gravityOptions.inverse }; if (spinOptions.enable) { const spinPos = (_a = spinOptions.position) !== null && _a !== void 0 ? _a : { x: 50, y: 50 }; const spinCenter = { x: spinPos.x / 100 * container.canvas.size.width, y: spinPos.y / 100 * container.canvas.size.height }; const pos = particle.getPosition(); const distance = getDistance(pos, spinCenter); const spinAcceleration = getRangeValue(spinOptions.acceleration); particle.retina.spinAcceleration = spinAcceleration * container.retina.pixelRatio; particle.spin = { center: spinCenter, direction: particle.velocity.x >= 0 ? "clockwise" : "counter-clockwise", angle: particle.velocity.angle, radius: distance, acceleration: particle.retina.spinAcceleration }; } } isEnabled(particle) { return !particle.destroyed && particle.options.move.enable; } move(particle, delta) { var _a, _b, _c; var _d, _e; const particleOptions = particle.options, moveOptions = particleOptions.move; if (!moveOptions.enable) { return; } const container = particle.container, slowFactor = getProximitySpeedFactor(particle), baseSpeed = ((_a = (_d = particle.retina).moveSpeed) !== null && _a !== void 0 ? _a : _d.moveSpeed = getRangeValue(moveOptions.speed) * container.retina.pixelRatio) * container.retina.reduceFactor, moveDrift = (_b = (_e = particle.retina).moveDrift) !== null && _b !== void 0 ? _b : _e.moveDrift = getRangeValue(particle.options.move.drift) * container.retina.pixelRatio, maxSize = getRangeMax(particleOptions.size.value) * container.retina.pixelRatio, sizeFactor = moveOptions.size ? particle.getRadius() / maxSize : 1, speedFactor = sizeFactor * slowFactor * (delta.factor || 1), diffFactor = 2, moveSpeed = baseSpeed * speedFactor / diffFactor; applyPath(particle, delta); const gravityOptions = particle.gravity, gravityFactor = (gravityOptions === null || gravityOptions === void 0 ? void 0 : gravityOptions.enable) && gravityOptions.inverse ? -1 : 1; if ((gravityOptions === null || gravityOptions === void 0 ? void 0 : gravityOptions.enable) && moveSpeed) { particle.velocity.y += gravityFactor * (gravityOptions.acceleration * delta.factor) / (60 * moveSpeed); } if (moveDrift && moveSpeed) { particle.velocity.x += moveDrift * delta.factor / (60 * moveSpeed); } const decay = particle.moveDecay; if (decay != 1) { particle.velocity.multTo(decay); } const velocity = particle.velocity.mult(moveSpeed), maxSpeed = (_c = particle.retina.maxSpeed) !== null && _c !== void 0 ? _c : container.retina.maxSpeed; if ((gravityOptions === null || gravityOptions === void 0 ? void 0 : gravityOptions.enable) && maxSpeed > 0 && (!gravityOptions.inverse && velocity.y >= 0 && velocity.y >= maxSpeed || gravityOptions.inverse && velocity.y <= 0 && velocity.y <= -maxSpeed)) { velocity.y = gravityFactor * maxSpeed; if (moveSpeed) { particle.velocity.y = velocity.y / moveSpeed; } } const zIndexOptions = particle.options.zIndex, zVelocityFactor = (1 - particle.zIndexFactor) ** zIndexOptions.velocityRate; if (moveOptions.spin.enable) { spin(particle, moveSpeed); } else { if (zVelocityFactor != 1) { velocity.multTo(zVelocityFactor); } particle.position.addTo(velocity); if (moveOptions.vibrate) { particle.position.x += Math.sin(particle.position.x * Math.cos(particle.position.y)); particle.position.y += Math.cos(particle.position.y * Math.sin(particle.position.x)); } } applyDistance(particle); } } ;// CONCATENATED MODULE: ../../move/base/dist/esm/index.js async function loadBaseMover(engine) { engine.addMover("base", () => new BaseMover()); } ;// CONCATENATED MODULE: ../../shapes/circle/dist/esm/CircleDrawer.js class CircleDrawer { draw(context, particle, radius) { context.arc(0, 0, radius, 0, Math.PI * 2, false); } getSidesCount() { return 12; } } ;// CONCATENATED MODULE: ../../shapes/circle/dist/esm/index.js async function loadCircleShape(engine) { await engine.addShape("circle", new CircleDrawer()); } ;// CONCATENATED MODULE: ../../updaters/color/dist/esm/ColorUpdater.js function updateColorValue(delta, value, valueAnimation, max, decrease) { var _a, _b; const colorValue = value; if (!colorValue || !valueAnimation.enable) { return; } const offset = randomInRange(valueAnimation.offset), velocity = ((_a = value.velocity) !== null && _a !== void 0 ? _a : 0) * delta.factor + offset * 3.6, decay = (_b = value.decay) !== null && _b !== void 0 ? _b : 1; if (!decrease || colorValue.status === 0) { colorValue.value += velocity; if (decrease && colorValue.value > max) { colorValue.status = 1; colorValue.value -= colorValue.value % max; } } else { colorValue.value -= velocity; if (colorValue.value < 0) { colorValue.status = 0; colorValue.value += colorValue.value; } } if (colorValue.velocity && decay !== 1) { colorValue.velocity *= decay; } if (colorValue.value > max) { colorValue.value %= max; } } function updateColor(particle, delta) { var _a, _b, _c; const animationOptions = particle.options.color.animation; if (((_a = particle.color) === null || _a === void 0 ? void 0 : _a.h) !== undefined) { updateColorValue(delta, particle.color.h, animationOptions.h, 360, false); } if (((_b = particle.color) === null || _b === void 0 ? void 0 : _b.s) !== undefined) { updateColorValue(delta, particle.color.s, animationOptions.s, 100, true); } if (((_c = particle.color) === null || _c === void 0 ? void 0 : _c.l) !== undefined) { updateColorValue(delta, particle.color.l, animationOptions.l, 100, true); } } class ColorUpdater { constructor(container) { this.container = container; } init(particle) { const hslColor = rangeColorToHsl(particle.options.color, particle.id, particle.options.reduceDuplicates); if (hslColor) { particle.color = getHslAnimationFromHsl(hslColor, particle.options.color.animation, this.container.retina.reduceFactor); } } isEnabled(particle) { var _a, _b, _c; const animationOptions = particle.options.color.animation; return !particle.destroyed && !particle.spawning && (((_a = particle.color) === null || _a === void 0 ? void 0 : _a.h.value) !== undefined && animationOptions.h.enable || ((_b = particle.color) === null || _b === void 0 ? void 0 : _b.s.value) !== undefined && animationOptions.s.enable || ((_c = particle.color) === null || _c === void 0 ? void 0 : _c.l.value) !== undefined && animationOptions.l.enable); } update(particle, delta) { updateColor(particle, delta); } } ;// CONCATENATED MODULE: ../../updaters/color/dist/esm/index.js async function loadColorUpdater(engine) { await engine.addParticleUpdater("color", container => new ColorUpdater(container)); } ;// CONCATENATED MODULE: ../../plugins/emitters/dist/esm/Shapes/Circle/CircleShape.js class CircleShape { randomPosition(position, size, fill) { const generateTheta = (x, y) => { const u = getRandom() / 4.0, theta = Math.atan(y / x * Math.tan(2 * Math.PI * u)), v = getRandom(); if (v < 0.25) { return theta; } else if (v < 0.5) { return Math.PI - theta; } else if (v < 0.75) { return Math.PI + theta; } else { return -theta; } }, radius = (x, y, theta) => x * y / Math.sqrt((y * Math.cos(theta)) ** 2 + (x * Math.sin(theta)) ** 2), [a, b] = [size.width / 2, size.height / 2], randomTheta = generateTheta(a, b), maxRadius = radius(a, b, randomTheta), randomRadius = fill ? maxRadius * Math.sqrt(getRandom()) : maxRadius; return { x: position.x + randomRadius * Math.cos(randomTheta), y: position.y + randomRadius * Math.sin(randomTheta) }; } } ;// CONCATENATED MODULE: ../../plugins/emitters/dist/esm/Options/Classes/EmitterLife.js class EmitterLife { constructor() { this.wait = false; } load(data) { if (data === undefined) { return; } if (data.count !== undefined) { this.count = data.count; } if (data.delay !== undefined) { this.delay = data.delay; } if (data.duration !== undefined) { this.duration = data.duration; } if (data.wait !== undefined) { this.wait = data.wait; } } } ;// CONCATENATED MODULE: ../../plugins/emitters/dist/esm/Options/Classes/EmitterRate.js class EmitterRate { constructor() { this.quantity = 1; this.delay = 0.1; } load(data) { if (data === undefined) { return; } if (data.quantity !== undefined) { this.quantity = setRangeValue(data.quantity); } if (data.delay !== undefined) { this.delay = setRangeValue(data.delay); } } } ;// CONCATENATED MODULE: ../../plugins/emitters/dist/esm/Options/Classes/EmitterSize.js class EmitterSize { constructor() { this.mode = "percent"; this.height = 0; this.width = 0; } load(data) { if (data === undefined) { return; } if (data.mode !== undefined) { this.mode = data.mode; } if (data.height !== undefined) { this.height = data.height; } if (data.width !== undefined) { this.width = data.width; } } } ;// CONCATENATED MODULE: ../../plugins/emitters/dist/esm/Options/Classes/Emitter.js class Emitter { constructor() { this.autoPlay = true; this.fill = true; this.life = new EmitterLife(); this.rate = new EmitterRate(); this.shape = "square"; this.startCount = 0; } load(data) { if (data === undefined) { return; } if (data.autoPlay !== undefined) { this.autoPlay = data.autoPlay; } if (data.size !== undefined) { if (this.size === undefined) { this.size = new EmitterSize(); } this.size.load(data.size); } if (data.direction !== undefined) { this.direction = data.direction; } this.domId = data.domId; if (data.fill !== undefined) { this.fill = data.fill; } this.life.load(data.life); this.name = data.name; if (data.particles !== undefined) { if (data.particles instanceof Array) { this.particles = data.particles.map(s => { return deepExtend({}, s); }); } else { this.particles = deepExtend({}, data.particles); } } this.rate.load(data.rate); if (data.shape !== undefined) { this.shape = data.shape; } if (data.position !== undefined) { this.position = {}; if (data.position.x !== undefined) { this.position.x = setRangeValue(data.position.x); } if (data.position.y !== undefined) { this.position.y = setRangeValue(data.position.y); } } if (data.spawnColor !== undefined) { if (this.spawnColor === undefined) { this.spawnColor = new AnimatableColor(); } this.spawnColor.load(data.spawnColor); } if (data.startCount !== undefined) { this.startCount = data.startCount; } } } ;// CONCATENATED MODULE: ../../plugins/emitters/dist/esm/EmitterInstance.js var EmitterInstance_classPrivateFieldSet = undefined && undefined.__classPrivateFieldSet || function (receiver, state, value, kind, f) { if (kind === "m") throw new TypeError("Private method is not writable"); if (kind === "a" && !f) throw new TypeError("Private accessor was defined without a setter"); if (typeof state === "function" ? receiver !== state || !f : !state.has(receiver)) throw new TypeError("Cannot write private member to an object whose class did not declare it"); return kind === "a" ? f.call(receiver, value) : f ? f.value = value : state.set(receiver, value), value; }; var EmitterInstance_classPrivateFieldGet = undefined && undefined.__classPrivateFieldGet || function (receiver, state, kind, f) { if (kind === "a" && !f) throw new TypeError("Private accessor was defined without a getter"); if (typeof state === "function" ? receiver !== state || !f : !state.has(receiver)) throw new TypeError("Cannot read private member from an object whose class did not declare it"); return kind === "m" ? f : kind === "a" ? f.call(receiver) : f ? f.value : state.get(receiver); }; var _EmitterInstance_engine, _EmitterInstance_firstSpawn, _EmitterInstance_startParticlesAdded; class EmitterInstance { constructor(engine, emitters, container, options, position) { var _a, _b, _c, _d, _e, _f, _g; var _h; this.emitters = emitters; this.container = container; _EmitterInstance_engine.set(this, void 0); _EmitterInstance_firstSpawn.set(this, void 0); _EmitterInstance_startParticlesAdded.set(this, void 0); EmitterInstance_classPrivateFieldSet(this, _EmitterInstance_engine, engine, "f"); this.currentDuration = 0; this.currentEmitDelay = 0; this.currentSpawnDelay = 0; this.initialPosition = position; if (options instanceof Emitter) { this.options = options; } else { this.options = new Emitter(); this.options.load(options); } this.spawnDelay = ((_a = this.options.life.delay) !== null && _a !== void 0 ? _a : 0) * 1000 / this.container.retina.reduceFactor; this.position = (_b = this.initialPosition) !== null && _b !== void 0 ? _b : this.calcPosition(); this.name = this.options.name; this.shape = (_c = EmitterInstance_classPrivateFieldGet(this, _EmitterInstance_engine, "f").emitterShapeManager) === null || _c === void 0 ? void 0 : _c.getShape(this.options.shape); this.fill = this.options.fill; EmitterInstance_classPrivateFieldSet(this, _EmitterInstance_firstSpawn, !this.options.life.wait, "f"); EmitterInstance_classPrivateFieldSet(this, _EmitterInstance_startParticlesAdded, false, "f"); let particlesOptions = deepExtend({}, this.options.particles); particlesOptions !== null && particlesOptions !== void 0 ? particlesOptions : particlesOptions = {}; (_d = particlesOptions.move) !== null && _d !== void 0 ? _d : particlesOptions.move = {}; (_e = (_h = particlesOptions.move).direction) !== null && _e !== void 0 ? _e : _h.direction = this.options.direction; if (this.options.spawnColor) { this.spawnColor = rangeColorToHsl(this.options.spawnColor); } this.paused = !this.options.autoPlay; this.particlesOptions = particlesOptions; this.size = (_f = this.options.size) !== null && _f !== void 0 ? _f : (() => { const size = new EmitterSize(); size.load({ height: 0, mode: "percent", width: 0 }); return size; })(); this.lifeCount = (_g = this.options.life.count) !== null && _g !== void 0 ? _g : -1; this.immortal = this.lifeCount <= 0; EmitterInstance_classPrivateFieldGet(this, _EmitterInstance_engine, "f").dispatchEvent("emitterCreated", { container, data: { emitter: this } }); this.play(); } externalPause() { this.paused = true; this.pause(); } externalPlay() { this.paused = false; this.play(); } getPosition() { if (this.options.domId) { const container = this.container, element = document.getElementById(this.options.domId); if (element) { const elRect = element.getBoundingClientRect(); return { x: (elRect.x + elRect.width / 2) * container.retina.pixelRatio, y: (elRect.y + elRect.height / 2) * container.retina.pixelRatio }; } } return this.position; } getSize() { const container = this.container; if (this.options.domId) { const element = document.getElementById(this.options.domId); if (element) { const elRect = element.getBoundingClientRect(); return { width: elRect.width * container.retina.pixelRatio, height: elRect.height * container.retina.pixelRatio }; } } return { width: this.size.mode === "percent" ? container.canvas.size.width * this.size.width / 100 : this.size.width, height: this.size.mode === "percent" ? container.canvas.size.height * this.size.height / 100 : this.size.height }; } pause() { if (this.paused) { return; } delete this.emitDelay; } play() { var _a; if (this.paused) { return; } if (!(this.container.retina.reduceFactor && (this.lifeCount > 0 || this.immortal || !this.options.life.count) && (EmitterInstance_classPrivateFieldGet(this, _EmitterInstance_firstSpawn, "f") || this.currentSpawnDelay >= ((_a = this.spawnDelay) !== null && _a !== void 0 ? _a : 0)))) { return; } if (this.emitDelay === undefined) { const delay = getRangeValue(this.options.rate.delay); this.emitDelay = 1000 * delay / this.container.retina.reduceFactor; } if (this.lifeCount > 0 || this.immortal) { this.prepareToDie(); } } resize() { const initialPosition = this.initialPosition; this.position = initialPosition && isPointInside(initialPosition, this.container.canvas.size, Vector_Vector.origin) ? initialPosition : this.calcPosition(); } update(delta) { var _a, _b, _c; if (this.paused) { return; } if (EmitterInstance_classPrivateFieldGet(this, _EmitterInstance_firstSpawn, "f")) { EmitterInstance_classPrivateFieldSet(this, _EmitterInstance_firstSpawn, false, "f"); this.currentSpawnDelay = (_a = this.spawnDelay) !== null && _a !== void 0 ? _a : 0; this.currentEmitDelay = (_b = this.emitDelay) !== null && _b !== void 0 ? _b : 0; } if (!EmitterInstance_classPrivateFieldGet(this, _EmitterInstance_startParticlesAdded, "f")) { EmitterInstance_classPrivateFieldSet(this, _EmitterInstance_startParticlesAdded, true, "f"); this.emitParticles(this.options.startCount); } if (this.duration !== undefined) { this.currentDuration += delta.value; if (this.currentDuration >= this.duration) { this.pause(); if (this.spawnDelay !== undefined) { delete this.spawnDelay; } if (!this.immortal) { this.lifeCount--; } if (this.lifeCount > 0 || this.immortal) { this.position = this.calcPosition(); this.spawnDelay = ((_c = this.options.life.delay) !== null && _c !== void 0 ? _c : 0) * 1000 / this.container.retina.reduceFactor; } else { this.destroy(); } this.currentDuration -= this.duration; delete this.duration; } } if (this.spawnDelay !== undefined) { this.currentSpawnDelay += delta.value; if (this.currentSpawnDelay >= this.spawnDelay) { EmitterInstance_classPrivateFieldGet(this, _EmitterInstance_engine, "f").dispatchEvent("emitterPlay", { container: this.container }); this.play(); this.currentSpawnDelay -= this.currentSpawnDelay; delete this.spawnDelay; } } if (this.emitDelay !== undefined) { this.currentEmitDelay += delta.value; if (this.currentEmitDelay >= this.emitDelay) { this.emit(); this.currentEmitDelay -= this.emitDelay; } } } calcPosition() { return calcPositionOrRandomFromSizeRanged({ size: this.container.canvas.size, position: this.options.position }); } destroy() { this.emitters.removeEmitter(this); EmitterInstance_classPrivateFieldGet(this, _EmitterInstance_engine, "f").dispatchEvent("emitterDestroyed", { container: this.container, data: { emitter: this } }); } emit() { if (this.paused) { return; } const quantity = getRangeValue(this.options.rate.quantity); this.emitParticles(quantity); } emitParticles(quantity) { var _a, _b, _c; const position = this.getPosition(), size = this.getSize(), singleParticlesOptions = this.particlesOptions instanceof Array ? itemFromArray(this.particlesOptions) : this.particlesOptions; for (let i = 0; i < quantity; i++) { const particlesOptions = deepExtend({}, singleParticlesOptions); if (this.spawnColor) { const hslAnimation = (_a = this.options.spawnColor) === null || _a === void 0 ? void 0 : _a.animation; if (hslAnimation) { this.spawnColor.h = this.setColorAnimation(hslAnimation.h, this.spawnColor.h, 360); this.spawnColor.s = this.setColorAnimation(hslAnimation.s, this.spawnColor.s, 100); this.spawnColor.l = this.setColorAnimation(hslAnimation.l, this.spawnColor.l, 100); } if (!particlesOptions.color) { particlesOptions.color = { value: this.spawnColor }; } else { particlesOptions.color.value = this.spawnColor; } } if (!position) { return; } const pPosition = (_c = (_b = this.shape) === null || _b === void 0 ? void 0 : _b.randomPosition(position, size, this.fill)) !== null && _c !== void 0 ? _c : position; this.container.particles.addParticle(pPosition, particlesOptions); } } prepareToDie() { var _a; if (this.paused) { return; } const duration = (_a = this.options.life) === null || _a === void 0 ? void 0 : _a.duration; if (this.container.retina.reduceFactor && (this.lifeCount > 0 || this.immortal) && duration !== undefined && duration > 0) { this.duration = duration * 1000; } } setColorAnimation(animation, initValue, maxValue) { var _a; const container = this.container; if (!animation.enable) { return initValue; } const colorOffset = randomInRange(animation.offset), delay = getRangeValue(this.options.rate.delay), emitFactor = 1000 * delay / container.retina.reduceFactor, colorSpeed = getRangeValue((_a = animation.speed) !== null && _a !== void 0 ? _a : 0); return (initValue + colorSpeed * container.fpsLimit / emitFactor + colorOffset * 3.6) % maxValue; } } _EmitterInstance_engine = new WeakMap(), _EmitterInstance_firstSpawn = new WeakMap(), _EmitterInstance_startParticlesAdded = new WeakMap(); ;// CONCATENATED MODULE: ../../plugins/emitters/dist/esm/Emitters.js var Emitters_classPrivateFieldSet = undefined && undefined.__classPrivateFieldSet || function (receiver, state, value, kind, f) { if (kind === "m") throw new TypeError("Private method is not writable"); if (kind === "a" && !f) throw new TypeError("Private accessor was defined without a setter"); if (typeof state === "function" ? receiver !== state || !f : !state.has(receiver)) throw new TypeError("Cannot write private member to an object whose class did not declare it"); return kind === "a" ? f.call(receiver, value) : f ? f.value = value : state.set(receiver, value), value; }; var Emitters_classPrivateFieldGet = undefined && undefined.__classPrivateFieldGet || function (receiver, state, kind, f) { if (kind === "a" && !f) throw new TypeError("Private accessor was defined without a getter"); if (typeof state === "function" ? receiver !== state || !f : !state.has(receiver)) throw new TypeError("Cannot read private member from an object whose class did not declare it"); return kind === "m" ? f : kind === "a" ? f.call(receiver) : f ? f.value : state.get(receiver); }; var _Emitters_engine; class Emitters { constructor(engine, container) { this.container = container; _Emitters_engine.set(this, void 0); Emitters_classPrivateFieldSet(this, _Emitters_engine, engine, "f"); this.array = []; this.emitters = []; this.interactivityEmitters = { random: { count: 1, enable: false }, value: [] }; container.getEmitter = idxOrName => idxOrName === undefined || typeof idxOrName === "number" ? this.array[idxOrName || 0] : this.array.find(t => t.name === idxOrName); container.addEmitter = (options, position) => this.addEmitter(options, position); container.removeEmitter = idxOrName => { const emitter = container.getEmitter(idxOrName); if (emitter) { this.removeEmitter(emitter); } }; container.playEmitter = idxOrName => { const emitter = container.getEmitter(idxOrName); if (emitter) { emitter.externalPlay(); } }; container.pauseEmitter = idxOrName => { const emitter = container.getEmitter(idxOrName); if (emitter) { emitter.externalPause(); } }; } addEmitter(options, position) { const emitterOptions = new Emitter(); emitterOptions.load(options); const emitter = new EmitterInstance(Emitters_classPrivateFieldGet(this, _Emitters_engine, "f"), this, this.container, emitterOptions, position); this.array.push(emitter); return emitter; } handleClickMode(mode) { const emitterOptions = this.emitters, modeEmitters = this.interactivityEmitters; if (mode === "emitter") { let emittersModeOptions; if (modeEmitters && modeEmitters.value instanceof Array) { if (modeEmitters.value.length > 0 && modeEmitters.random.enable) { emittersModeOptions = []; const usedIndexes = []; for (let i = 0; i < modeEmitters.random.count; i++) { const idx = arrayRandomIndex(modeEmitters.value); if (usedIndexes.includes(idx) && usedIndexes.length < modeEmitters.value.length) { i--; continue; } usedIndexes.push(idx); emittersModeOptions.push(itemFromArray(modeEmitters.value, idx)); } } else { emittersModeOptions = modeEmitters.value; } } else { emittersModeOptions = modeEmitters === null || modeEmitters === void 0 ? void 0 : modeEmitters.value; } const emittersOptions = emittersModeOptions !== null && emittersModeOptions !== void 0 ? emittersModeOptions : emitterOptions, ePosition = this.container.interactivity.mouse.clickPosition; if (emittersOptions instanceof Array) { for (const emitterOptions of emittersOptions) { this.addEmitter(emitterOptions, ePosition); } } else { this.addEmitter(deepExtend({}, emittersOptions), ePosition); } } } init(options) { var _a, _b, _c, _d, _e, _f, _g, _h; if (!options) { return; } if (options.emitters) { if (options.emitters instanceof Array) { this.emitters = options.emitters.map(s => { const tmp = new Emitter(); tmp.load(s); return tmp; }); } else { if (this.emitters instanceof Array) { this.emitters = new Emitter(); } this.emitters.load(options.emitters); } } const interactivityEmitters = (_b = (_a = options.interactivity) === null || _a === void 0 ? void 0 : _a.modes) === null || _b === void 0 ? void 0 : _b.emitters; if (interactivityEmitters) { if (interactivityEmitters instanceof Array) { this.interactivityEmitters = { random: { count: 1, enable: true }, value: interactivityEmitters.map(s => { const tmp = new Emitter(); tmp.load(s); return tmp; }) }; } else { const emitterMode = interactivityEmitters; if (emitterMode.value !== undefined) { if (emitterMode.value instanceof Array) { this.interactivityEmitters = { random: { count: (_c = this.interactivityEmitters.random.count) !== null && _c !== void 0 ? _c : 1, enable: (_d = this.interactivityEmitters.random.enable) !== null && _d !== void 0 ? _d : false }, value: emitterMode.value.map(s => { const tmp = new Emitter(); tmp.load(s); return tmp; }) }; } else { const tmp = new Emitter(); tmp.load(emitterMode.value); this.interactivityEmitters = { random: { count: (_e = this.interactivityEmitters.random.count) !== null && _e !== void 0 ? _e : 1, enable: (_f = this.interactivityEmitters.random.enable) !== null && _f !== void 0 ? _f : false }, value: tmp }; } } else { const tmp = new Emitter(); tmp.load(interactivityEmitters); this.interactivityEmitters = { random: { count: (_g = this.interactivityEmitters.random.count) !== null && _g !== void 0 ? _g : 1, enable: (_h = this.interactivityEmitters.random.enable) !== null && _h !== void 0 ? _h : false }, value: tmp }; } } } if (this.emitters instanceof Array) { for (const emitterOptions of this.emitters) { this.addEmitter(emitterOptions); } } else { this.addEmitter(this.emitters); } } pause() { for (const emitter of this.array) { emitter.pause(); } } play() { for (const emitter of this.array) { emitter.play(); } } removeEmitter(emitter) { const index = this.array.indexOf(emitter); if (index >= 0) { this.array.splice(index, 1); } } resize() { for (const emitter of this.array) { emitter.resize(); } } stop() { this.array = []; } update(delta) { for (const emitter of this.array) { emitter.update(delta); } } } _Emitters_engine = new WeakMap(); ;// CONCATENATED MODULE: ../../plugins/emitters/dist/esm/ShapeManager.js var ShapeManager_classPrivateFieldSet = undefined && undefined.__classPrivateFieldSet || function (receiver, state, value, kind, f) { if (kind === "m") throw new TypeError("Private method is not writable"); if (kind === "a" && !f) throw new TypeError("Private accessor was defined without a setter"); if (typeof state === "function" ? receiver !== state || !f : !state.has(receiver)) throw new TypeError("Cannot write private member to an object whose class did not declare it"); return kind === "a" ? f.call(receiver, value) : f ? f.value = value : state.set(receiver, value), value; }; var _ShapeManager_engine; const shapes = new Map(); class ShapeManager { constructor(engine) { _ShapeManager_engine.set(this, void 0); ShapeManager_classPrivateFieldSet(this, _ShapeManager_engine, engine, "f"); } addShape(name, drawer) { if (!this.getShape(name)) { shapes.set(name, drawer); } } getShape(name) { return shapes.get(name); } getSupportedShapes() { return shapes.keys(); } } _ShapeManager_engine = new WeakMap(); ;// CONCATENATED MODULE: ../../plugins/emitters/dist/esm/Shapes/Square/SquareShape.js function randomSquareCoordinate(position, offset) { return position + offset * (getRandom() - 0.5); } class SquareShape { randomPosition(position, size, fill) { if (fill) { return { x: randomSquareCoordinate(position.x, size.width), y: randomSquareCoordinate(position.y, size.height) }; } else { const halfW = size.width / 2, halfH = size.height / 2, side = Math.floor(getRandom() * 4), v = (getRandom() - 0.5) * 2; switch (side) { case 0: return { x: position.x + v * halfW, y: position.y - halfH }; case 1: return { x: position.x - halfW, y: position.y + v * halfH }; case 2: return { x: position.x + v * halfW, y: position.y + halfH }; case 3: default: return { x: position.x + halfW, y: position.y + v * halfH }; } } } } ;// CONCATENATED MODULE: ../../plugins/emitters/dist/esm/index.js var esm_classPrivateFieldSet = undefined && undefined.__classPrivateFieldSet || function (receiver, state, value, kind, f) { if (kind === "m") throw new TypeError("Private method is not writable"); if (kind === "a" && !f) throw new TypeError("Private accessor was defined without a setter"); if (typeof state === "function" ? receiver !== state || !f : !state.has(receiver)) throw new TypeError("Cannot write private member to an object whose class did not declare it"); return kind === "a" ? f.call(receiver, value) : f ? f.value = value : state.set(receiver, value), value; }; var esm_classPrivateFieldGet = undefined && undefined.__classPrivateFieldGet || function (receiver, state, kind, f) { if (kind === "a" && !f) throw new TypeError("Private accessor was defined without a getter"); if (typeof state === "function" ? receiver !== state || !f : !state.has(receiver)) throw new TypeError("Cannot read private member from an object whose class did not declare it"); return kind === "m" ? f : kind === "a" ? f.call(receiver) : f ? f.value : state.get(receiver); }; var _EmittersPlugin_engine; class EmittersPlugin { constructor(engine) { _EmittersPlugin_engine.set(this, void 0); esm_classPrivateFieldSet(this, _EmittersPlugin_engine, engine, "f"); this.id = "emitters"; } getPlugin(container) { return new Emitters(esm_classPrivateFieldGet(this, _EmittersPlugin_engine, "f"), container); } loadOptions(options, source) { var _a, _b, _c, _d, _e, _f; if (!this.needsPlugin(options) && !this.needsPlugin(source)) { return; } const optionsCast = options; if (source === null || source === void 0 ? void 0 : source.emitters) { if ((source === null || source === void 0 ? void 0 : source.emitters) instanceof Array) { optionsCast.emitters = source === null || source === void 0 ? void 0 : source.emitters.map(s => { const tmp = new Emitter(); tmp.load(s); return tmp; }); } else { let emitterOptions = optionsCast.emitters; if ((emitterOptions === null || emitterOptions === void 0 ? void 0 : emitterOptions.load) === undefined) { optionsCast.emitters = emitterOptions = new Emitter(); } emitterOptions.load(source === null || source === void 0 ? void 0 : source.emitters); } } const interactivityEmitters = (_b = (_a = source === null || source === void 0 ? void 0 : source.interactivity) === null || _a === void 0 ? void 0 : _a.modes) === null || _b === void 0 ? void 0 : _b.emitters; if (interactivityEmitters) { if (interactivityEmitters instanceof Array) { optionsCast.interactivity.modes.emitters = { random: { count: 1, enable: true }, value: interactivityEmitters.map(s => { const tmp = new Emitter(); tmp.load(s); return tmp; }) }; } else { const emitterMode = interactivityEmitters; if (emitterMode.value !== undefined) { if (emitterMode.value instanceof Array) { optionsCast.interactivity.modes.emitters = { random: { count: (_c = emitterMode.random.count) !== null && _c !== void 0 ? _c : 1, enable: (_d = emitterMode.random.enable) !== null && _d !== void 0 ? _d : false }, value: emitterMode.value.map(s => { const tmp = new Emitter(); tmp.load(s); return tmp; }) }; } else { const tmp = new Emitter(); tmp.load(emitterMode.value); optionsCast.interactivity.modes.emitters = { random: { count: (_e = emitterMode.random.count) !== null && _e !== void 0 ? _e : 1, enable: (_f = emitterMode.random.enable) !== null && _f !== void 0 ? _f : false }, value: tmp }; } } else { const emitterOptions = optionsCast.interactivity.modes.emitters = { random: { count: 1, enable: false }, value: new Emitter() }; emitterOptions.value.load(interactivityEmitters); } } } } needsPlugin(options) { var _a, _b, _c; if (!options) { return false; } const emitters = options.emitters; return emitters instanceof Array && !!emitters.length || emitters !== undefined || !!((_c = (_b = (_a = options.interactivity) === null || _a === void 0 ? void 0 : _a.events) === null || _b === void 0 ? void 0 : _b.onClick) === null || _c === void 0 ? void 0 : _c.mode) && isInArray("emitter", options.interactivity.events.onClick.mode); } } _EmittersPlugin_engine = new WeakMap(); async function loadEmittersPlugin(engine) { if (!engine.emitterShapeManager) { engine.emitterShapeManager = new ShapeManager(engine); } if (!engine.addEmitterShape) { engine.addEmitterShape = (name, shape) => { var _a; (_a = engine.emitterShapeManager) === null || _a === void 0 ? void 0 : _a.addShape(name, shape); }; } const plugin = new EmittersPlugin(engine); await engine.addPlugin(plugin); engine.addEmitterShape("circle", new CircleShape()); engine.addEmitterShape("square", new SquareShape()); } ;// CONCATENATED MODULE: ../../updaters/opacity/dist/esm/OpacityUpdater.js function checkDestroy(particle, value, minValue, maxValue) { switch (particle.options.opacity.animation.destroy) { case "max": if (value >= maxValue) { particle.destroy(); } break; case "min": if (value <= minValue) { particle.destroy(); } break; } } function updateOpacity(particle, delta) { var _a, _b, _c, _d, _e, _f; if (!particle.opacity) { return; } const minValue = particle.opacity.min, maxValue = particle.opacity.max, decay = (_a = particle.opacity.decay) !== null && _a !== void 0 ? _a : 1; if (particle.destroyed || !particle.opacity.enable || ((_b = particle.opacity.maxLoops) !== null && _b !== void 0 ? _b : 0) > 0 && ((_c = particle.opacity.loops) !== null && _c !== void 0 ? _c : 0) > ((_d = particle.opacity.maxLoops) !== null && _d !== void 0 ? _d : 0)) { return; } switch (particle.opacity.status) { case 0: if (particle.opacity.value >= maxValue) { particle.opacity.status = 1; if (!particle.opacity.loops) { particle.opacity.loops = 0; } particle.opacity.loops++; } else { particle.opacity.value += ((_e = particle.opacity.velocity) !== null && _e !== void 0 ? _e : 0) * delta.factor; } break; case 1: if (particle.opacity.value <= minValue) { particle.opacity.status = 0; if (!particle.opacity.loops) { particle.opacity.loops = 0; } particle.opacity.loops++; } else { particle.opacity.value -= ((_f = particle.opacity.velocity) !== null && _f !== void 0 ? _f : 0) * delta.factor; } break; } if (particle.opacity.velocity && particle.opacity.decay !== 1) { particle.opacity.velocity *= decay; } checkDestroy(particle, particle.opacity.value, minValue, maxValue); if (!particle.destroyed) { particle.opacity.value = clamp(particle.opacity.value, minValue, maxValue); } } class OpacityUpdater { constructor(container) { this.container = container; } init(particle) { const opacityOptions = particle.options.opacity; particle.opacity = { enable: opacityOptions.animation.enable, max: getRangeMax(opacityOptions.value), min: getRangeMin(opacityOptions.value), value: getRangeValue(opacityOptions.value), loops: 0, maxLoops: getRangeValue(opacityOptions.animation.count) }; const opacityAnimation = opacityOptions.animation; if (opacityAnimation.enable) { particle.opacity.decay = 1 - getRangeValue(opacityAnimation.decay); particle.opacity.status = 0; const opacityRange = opacityOptions.value; particle.opacity.min = getRangeMin(opacityRange); particle.opacity.max = getRangeMax(opacityRange); switch (opacityAnimation.startValue) { case "min": particle.opacity.value = particle.opacity.min; particle.opacity.status = 0; break; case "random": particle.opacity.value = randomInRange(particle.opacity); particle.opacity.status = getRandom() >= 0.5 ? 0 : 1; break; case "max": default: particle.opacity.value = particle.opacity.max; particle.opacity.status = 1; break; } particle.opacity.velocity = getRangeValue(opacityAnimation.speed) / 100 * this.container.retina.reduceFactor; if (!opacityAnimation.sync) { particle.opacity.velocity *= getRandom(); } } } isEnabled(particle) { var _a, _b, _c, _d; return !particle.destroyed && !particle.spawning && !!particle.opacity && particle.opacity.enable && (((_a = particle.opacity.maxLoops) !== null && _a !== void 0 ? _a : 0) <= 0 || ((_b = particle.opacity.maxLoops) !== null && _b !== void 0 ? _b : 0) > 0 && ((_c = particle.opacity.loops) !== null && _c !== void 0 ? _c : 0) < ((_d = particle.opacity.maxLoops) !== null && _d !== void 0 ? _d : 0)); } update(particle, delta) { if (!this.isEnabled(particle)) { return; } updateOpacity(particle, delta); } } ;// CONCATENATED MODULE: ../../updaters/opacity/dist/esm/index.js async function loadOpacityUpdater(engine) { await engine.addParticleUpdater("opacity", container => new OpacityUpdater(container)); } ;// CONCATENATED MODULE: ../../updaters/outModes/dist/esm/Utils.js function bounceHorizontal(data) { if (data.outMode !== "bounce" && data.outMode !== "bounce-horizontal" && data.outMode !== "bounceHorizontal" && data.outMode !== "split") { return; } if (data.bounds.right < 0) { data.particle.position.x = data.size + data.offset.x; } else if (data.bounds.left > data.canvasSize.width) { data.particle.position.x = data.canvasSize.width - data.size - data.offset.x; } const velocity = data.particle.velocity.x; let bounced = false; if (data.direction === "right" && data.bounds.right >= data.canvasSize.width && velocity > 0 || data.direction === "left" && data.bounds.left <= 0 && velocity < 0) { const newVelocity = NumberUtils_getValue(data.particle.options.bounce.horizontal); data.particle.velocity.x *= -newVelocity; bounced = true; } if (!bounced) { return; } const minPos = data.offset.x + data.size; if (data.bounds.right >= data.canvasSize.width) { data.particle.position.x = data.canvasSize.width - minPos; } else if (data.bounds.left <= 0) { data.particle.position.x = minPos; } if (data.outMode === "split") { data.particle.destroy(); } } function bounceVertical(data) { if (data.outMode !== "bounce" && data.outMode !== "bounce-vertical" && data.outMode !== "bounceVertical" && data.outMode !== "split") { return; } if (data.bounds.bottom < 0) { data.particle.position.y = data.size + data.offset.y; } else if (data.bounds.top > data.canvasSize.height) { data.particle.position.y = data.canvasSize.height - data.size - data.offset.y; } const velocity = data.particle.velocity.y; let bounced = false; if (data.direction === "bottom" && data.bounds.bottom >= data.canvasSize.height && velocity > 0 || data.direction === "top" && data.bounds.top <= 0 && velocity < 0) { const newVelocity = NumberUtils_getValue(data.particle.options.bounce.vertical); data.particle.velocity.y *= -newVelocity; bounced = true; } if (!bounced) { return; } const minPos = data.offset.y + data.size; if (data.bounds.bottom >= data.canvasSize.height) { data.particle.position.y = data.canvasSize.height - minPos; } else if (data.bounds.top <= 0) { data.particle.position.y = minPos; } if (data.outMode === "split") { data.particle.destroy(); } } ;// CONCATENATED MODULE: ../../updaters/outModes/dist/esm/BounceOutMode.js class BounceOutMode { constructor(container) { this.container = container; this.modes = ["bounce", "bounce-vertical", "bounce-horizontal", "bounceVertical", "bounceHorizontal", "split"]; } update(particle, direction, delta, outMode) { if (!this.modes.includes(outMode)) { return; } const container = this.container; let handled = false; for (const [, plugin] of container.plugins) { if (plugin.particleBounce !== undefined) { handled = plugin.particleBounce(particle, delta, direction); } if (handled) { break; } } if (handled) { return; } const pos = particle.getPosition(), offset = particle.offset, size = particle.getRadius(), bounds = calculateBounds(pos, size), canvasSize = container.canvas.size; bounceHorizontal({ particle, outMode, direction, bounds, canvasSize, offset, size }); bounceVertical({ particle, outMode, direction, bounds, canvasSize, offset, size }); } } ;// CONCATENATED MODULE: ../../updaters/outModes/dist/esm/DestroyOutMode.js class DestroyOutMode { constructor(container) { this.container = container; this.modes = ["destroy"]; } update(particle, direction, delta, outMode) { if (!this.modes.includes(outMode)) { return; } const container = this.container; switch (particle.outType) { case "normal": case "outside": if (isPointInside(particle.position, container.canvas.size, Vector_Vector.origin, particle.getRadius(), direction)) { return; } break; case "inside": { const { dx, dy } = NumberUtils_getDistances(particle.position, particle.moveCenter); const { x: vx, y: vy } = particle.velocity; if (vx < 0 && dx > particle.moveCenter.radius || vy < 0 && dy > particle.moveCenter.radius || vx >= 0 && dx < -particle.moveCenter.radius || vy >= 0 && dy < -particle.moveCenter.radius) { return; } break; } } container.particles.remove(particle, undefined, true); } } ;// CONCATENATED MODULE: ../../updaters/outModes/dist/esm/NoneOutMode.js class NoneOutMode { constructor(container) { this.container = container; this.modes = ["none"]; } update(particle, direction, delta, outMode) { if (!this.modes.includes(outMode)) { return; } if (particle.options.move.distance.horizontal && (direction === "left" || direction === "right") || particle.options.move.distance.vertical && (direction === "top" || direction === "bottom")) { return; } const gravityOptions = particle.options.move.gravity, container = this.container; const canvasSize = container.canvas.size; const pRadius = particle.getRadius(); if (!gravityOptions.enable) { if (particle.velocity.y > 0 && particle.position.y <= canvasSize.height + pRadius || particle.velocity.y < 0 && particle.position.y >= -pRadius || particle.velocity.x > 0 && particle.position.x <= canvasSize.width + pRadius || particle.velocity.x < 0 && particle.position.x >= -pRadius) { return; } if (!isPointInside(particle.position, container.canvas.size, Vector_Vector.origin, pRadius, direction)) { container.particles.remove(particle); } } else { const position = particle.position; if (!gravityOptions.inverse && position.y > canvasSize.height + pRadius && direction === "bottom" || gravityOptions.inverse && position.y < -pRadius && direction === "top") { container.particles.remove(particle); } } } } ;// CONCATENATED MODULE: ../../updaters/outModes/dist/esm/OutOutMode.js class OutOutMode { constructor(container) { this.container = container; this.modes = ["out"]; } update(particle, direction, delta, outMode) { if (!this.modes.includes(outMode)) { return; } const container = this.container; switch (particle.outType) { case "inside": { const { x: vx, y: vy } = particle.velocity; const circVec = Vector_Vector.origin; circVec.length = particle.moveCenter.radius; circVec.angle = particle.velocity.angle + Math.PI; circVec.addTo(Vector_Vector.create(particle.moveCenter)); const { dx, dy } = NumberUtils_getDistances(particle.position, circVec); if (vx <= 0 && dx >= 0 || vy <= 0 && dy >= 0 || vx >= 0 && dx <= 0 || vy >= 0 && dy <= 0) { return; } particle.position.x = Math.floor(randomInRange({ min: 0, max: container.canvas.size.width })); particle.position.y = Math.floor(randomInRange({ min: 0, max: container.canvas.size.height })); const { dx: newDx, dy: newDy } = NumberUtils_getDistances(particle.position, particle.moveCenter); particle.direction = Math.atan2(-newDy, -newDx); particle.velocity.angle = particle.direction; break; } default: { if (isPointInside(particle.position, container.canvas.size, Vector_Vector.origin, particle.getRadius(), direction)) { return; } switch (particle.outType) { case "outside": { particle.position.x = Math.floor(randomInRange({ min: -particle.moveCenter.radius, max: particle.moveCenter.radius })) + particle.moveCenter.x; particle.position.y = Math.floor(randomInRange({ min: -particle.moveCenter.radius, max: particle.moveCenter.radius })) + particle.moveCenter.y; const { dx, dy } = NumberUtils_getDistances(particle.position, particle.moveCenter); if (particle.moveCenter.radius) { particle.direction = Math.atan2(dy, dx); particle.velocity.angle = particle.direction; } break; } case "normal": { const wrap = particle.options.move.warp, canvasSize = container.canvas.size, newPos = { bottom: canvasSize.height + particle.getRadius() + particle.offset.y, left: -particle.getRadius() - particle.offset.x, right: canvasSize.width + particle.getRadius() + particle.offset.x, top: -particle.getRadius() - particle.offset.y }, sizeValue = particle.getRadius(), nextBounds = calculateBounds(particle.position, sizeValue); if (direction === "right" && nextBounds.left > canvasSize.width + particle.offset.x) { particle.position.x = newPos.left; particle.initialPosition.x = particle.position.x; if (!wrap) { particle.position.y = getRandom() * canvasSize.height; particle.initialPosition.y = particle.position.y; } } else if (direction === "left" && nextBounds.right < -particle.offset.x) { particle.position.x = newPos.right; particle.initialPosition.x = particle.position.x; if (!wrap) { particle.position.y = getRandom() * canvasSize.height; particle.initialPosition.y = particle.position.y; } } if (direction === "bottom" && nextBounds.top > canvasSize.height + particle.offset.y) { if (!wrap) { particle.position.x = getRandom() * canvasSize.width; particle.initialPosition.x = particle.position.x; } particle.position.y = newPos.top; particle.initialPosition.y = particle.position.y; } else if (direction === "top" && nextBounds.bottom < -particle.offset.y) { if (!wrap) { particle.position.x = getRandom() * canvasSize.width; particle.initialPosition.x = particle.position.x; } particle.position.y = newPos.bottom; particle.initialPosition.y = particle.position.y; } break; } } break; } } } } ;// CONCATENATED MODULE: ../../updaters/outModes/dist/esm/OutOfCanvasUpdater.js class OutOfCanvasUpdater { constructor(container) { this.container = container; this.updaters = [new BounceOutMode(container), new DestroyOutMode(container), new OutOutMode(container), new NoneOutMode(container)]; } init() {} isEnabled(particle) { return !particle.destroyed && !particle.spawning; } update(particle, delta) { var _a, _b, _c, _d; const outModes = particle.options.move.outModes; this.updateOutMode(particle, delta, (_a = outModes.bottom) !== null && _a !== void 0 ? _a : outModes.default, "bottom"); this.updateOutMode(particle, delta, (_b = outModes.left) !== null && _b !== void 0 ? _b : outModes.default, "left"); this.updateOutMode(particle, delta, (_c = outModes.right) !== null && _c !== void 0 ? _c : outModes.default, "right"); this.updateOutMode(particle, delta, (_d = outModes.top) !== null && _d !== void 0 ? _d : outModes.default, "top"); } updateOutMode(particle, delta, outMode, direction) { for (const updater of this.updaters) { updater.update(particle, direction, delta, outMode); } } } ;// CONCATENATED MODULE: ../../updaters/outModes/dist/esm/index.js async function loadOutModesUpdater(engine) { await engine.addParticleUpdater("outModes", container => new OutOfCanvasUpdater(container)); } ;// CONCATENATED MODULE: ../../updaters/size/dist/esm/SizeUpdater.js function SizeUpdater_checkDestroy(particle, value, minValue, maxValue) { switch (particle.options.size.animation.destroy) { case "max": if (value >= maxValue) { particle.destroy(); } break; case "min": if (value <= minValue) { particle.destroy(); } break; } } function updateSize(particle, delta) { var _a, _b, _c, _d, _e; const sizeVelocity = ((_a = particle.size.velocity) !== null && _a !== void 0 ? _a : 0) * delta.factor, minValue = particle.size.min, maxValue = particle.size.max, decay = (_b = particle.size.decay) !== null && _b !== void 0 ? _b : 1; if (particle.destroyed || !particle.size.enable || ((_c = particle.size.maxLoops) !== null && _c !== void 0 ? _c : 0) > 0 && ((_d = particle.size.loops) !== null && _d !== void 0 ? _d : 0) > ((_e = particle.size.maxLoops) !== null && _e !== void 0 ? _e : 0)) { return; } switch (particle.size.status) { case 0: if (particle.size.value >= maxValue) { particle.size.status = 1; if (!particle.size.loops) { particle.size.loops = 0; } particle.size.loops++; } else { particle.size.value += sizeVelocity; } break; case 1: if (particle.size.value <= minValue) { particle.size.status = 0; if (!particle.size.loops) { particle.size.loops = 0; } particle.size.loops++; } else { particle.size.value -= sizeVelocity; } } if (particle.size.velocity && decay !== 1) { particle.size.velocity *= decay; } SizeUpdater_checkDestroy(particle, particle.size.value, minValue, maxValue); if (!particle.destroyed) { particle.size.value = clamp(particle.size.value, minValue, maxValue); } } class SizeUpdater { init() {} isEnabled(particle) { var _a, _b, _c, _d; return !particle.destroyed && !particle.spawning && particle.size.enable && (((_a = particle.size.maxLoops) !== null && _a !== void 0 ? _a : 0) <= 0 || ((_b = particle.size.maxLoops) !== null && _b !== void 0 ? _b : 0) > 0 && ((_c = particle.size.loops) !== null && _c !== void 0 ? _c : 0) < ((_d = particle.size.maxLoops) !== null && _d !== void 0 ? _d : 0)); } update(particle, delta) { if (!this.isEnabled(particle)) { return; } updateSize(particle, delta); } } ;// CONCATENATED MODULE: ../../updaters/size/dist/esm/index.js async function loadSizeUpdater(engine) { await engine.addParticleUpdater("size", () => new SizeUpdater()); } ;// CONCATENATED MODULE: ./dist/browser/options.js const options = { fpsLimit: 120, background: { color: "#fff" }, particles: { number: { value: 50 }, color: { value: ["#3998D0", "#2EB6AF", "#A9BD33", "#FEC73B", "#F89930", "#F45623", "#D62E32", "#EB586E", "#9952CF"] }, shape: { type: "circle" }, opacity: { value: 0.5 }, size: { value: { min: 200, max: 400 } }, move: { enable: true, angle: { value: 30, offset: 0 }, speed: { min: 10, max: 20 }, direction: "top" /* MoveDirection.top */ , outModes: { default: "destroy" /* OutMode.destroy */ , bottom: "none" /* OutMode.none */ } } }, detectRetina: true, emitters: { position: { x: 50, y: 150 }, rate: { delay: 0.2, quantity: 3 }, size: { width: 100, height: 50 } } }; ;// CONCATENATED MODULE: ./dist/browser/index.js async function loadBigCirclesPreset(engine) { await loadBaseMover(engine); await loadCircleShape(engine); await loadColorUpdater(engine); await loadSizeUpdater(engine); await loadOpacityUpdater(engine); await loadOutModesUpdater(engine); await loadEmittersPlugin(engine); await engine.addPreset("bigCircles", options); await engine.addPreset("big-circles", options); } ;// CONCATENATED MODULE: ./dist/browser/bundle.js loadBigCirclesPreset(tsParticles); /******/ return __webpack_exports__; /******/ })() ; });
{ "content_hash": "2ad1db19c46b77cf33108d6f66bba4b7", "timestamp": "", "source": "github", "line_count": 9368, "max_line_length": 409, "avg_line_length": 26.914709649871906, "alnum_prop": 0.6076379111356128, "repo_name": "cdnjs/cdnjs", "id": "a9536ef972a17461731531230347e0353b186935", "size": "252137", "binary": false, "copies": "1", "ref": "refs/heads/master", "path": "ajax/libs/tsparticles-preset-big-circles/2.2.4/tsparticles.preset.bigCircles.bundle.js", "mode": "33188", "license": "mit", "language": [], "symlink_target": "" }
package andansky.photopicker; import android.support.v7.app.AppCompatActivity; import android.os.Bundle; public class MainActivity extends AppCompatActivity { @Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.activity_main); } }
{ "content_hash": "d272845556b9d0f59b02cbeaed708d23", "timestamp": "", "source": "github", "line_count": 13, "max_line_length": 56, "avg_line_length": 25.615384615384617, "alnum_prop": 0.7597597597597597, "repo_name": "andansky/PhotoPicker", "id": "ca195fb3ea6f6a4cc68bcddb3274668c1e803047", "size": "333", "binary": false, "copies": "1", "ref": "refs/heads/master", "path": "app/src/main/java/andansky/photopicker/MainActivity.java", "mode": "33188", "license": "apache-2.0", "language": [ { "name": "Java", "bytes": "136053" } ], "symlink_target": "" }
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>dpdgraph: Not compatible 👼</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / released</a></li> <li class="active"><a href="">8.12.1 / dpdgraph - 0.5</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> dpdgraph <small> 0.5 <span class="label label-info">Not compatible 👼</span> </small> </h1> <p>📅 <em><script>document.write(moment("2022-04-29 07:51:28 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-04-29 07:51:28 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-threads base base-unix base conf-findutils 1 Virtual package relying on findutils coq 8.12.1 Formal proof management system num 1.4 The legacy Num library for arbitrary-precision integer and rational arithmetic ocaml 4.10.2 The OCaml compiler (virtual package) ocaml-base-compiler 4.10.2 Official release 4.10.2 ocaml-config 1 OCaml Switch Configuration ocamlfind 1.9.3 A library manager for OCaml # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;yves.bertot@inria.fr&quot; license: &quot;LGPL 2.1&quot; homepage: &quot;https://github.com/karmaki/coq-dpdgraph&quot; build: [ [&quot;./configure&quot;] [&quot;echo&quot; &quot;%{jobs}%&quot; &quot;jobs for the linter&quot;] [make] ] install: [make &quot;install&quot; &quot;BINDIR=%{bin}%&quot;] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.5&quot; &amp; &lt; &quot;8.6~&quot;} &quot;ocamlgraph&quot; ] authors: [ &quot;Anne Pacalet&quot; &quot;Yves Bertot&quot;] tags: [ &quot;logpath:dpdgraph&quot; ] synopsis: &quot;Compute dependencies between Coq objects (definitions, theorems) and produce graphs&quot; url { src: &quot;https://github.com/ybertot/coq-dpdgraph/archive/coq-dpdgraph-0.5-rc2.zip&quot; checksum: &quot;md5=d9614264c394080c2734638befaf0483&quot; } </pre> <h2>Lint</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Dry install 🏜️</h2> <p>Dry install with the current Coq version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam install -y --show-action coq-dpdgraph.0.5 coq.8.12.1</code></dd> <dt>Return code</dt> <dd>5120</dd> <dt>Output</dt> <dd><pre>[NOTE] Package coq is already installed (current version is 8.12.1). The following dependencies couldn&#39;t be met: - coq-dpdgraph -&gt; coq &lt; 8.6~ -&gt; ocaml &lt; 4.06.0 base of this switch (use `--unlock-base&#39; to force) No solution found, exiting </pre></dd> </dl> <p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-dpdgraph.0.5</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install 🚀</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>No files were installed.</p> <h2>Uninstall 🧹</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣 </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
{ "content_hash": "3030c3960300ff879db56964d8bf85ce", "timestamp": "", "source": "github", "line_count": 163, "max_line_length": 159, "avg_line_length": 39.11042944785276, "alnum_prop": 0.523921568627451, "repo_name": "coq-bench/coq-bench.github.io", "id": "5315af4ec1a05a9d17784da7af1521b526ee973b", "size": "6400", "binary": false, "copies": "1", "ref": "refs/heads/master", "path": "clean/Linux-x86_64-4.10.2-2.0.6/released/8.12.1/dpdgraph/0.5.html", "mode": "33188", "license": "mit", "language": [], "symlink_target": "" }
using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; // General Information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information // associated with an assembly. [assembly: AssemblyTitle("ConsoleApplication1")] [assembly: AssemblyDescription("")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("")] [assembly: AssemblyProduct("ConsoleApplication1")] [assembly: AssemblyCopyright("Copyright © 2015")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] // Setting ComVisible to false makes the types in this assembly not visible // to COM components. If you need to access a type in this assembly from // COM, set the ComVisible attribute to true on that type. [assembly: ComVisible(false)] // The following GUID is for the ID of the typelib if this project is exposed to COM [assembly: Guid("16e03075-d1e0-4f5f-99e9-4ada2d081c58")] // Version information for an assembly consists of the following four values: // // Major Version // Minor Version // Build Number // Revision // // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("1.0.0.0")] [assembly: AssemblyFileVersion("1.0.0.0")]
{ "content_hash": "738e075f3b4b02575bda2108447da783", "timestamp": "", "source": "github", "line_count": 36, "max_line_length": 84, "avg_line_length": 39.19444444444444, "alnum_prop": 0.7476966690290574, "repo_name": "guangyang/apiapp-samples", "id": "e0db3fa76a5a9ec81d9088afdf8503316967c8f7", "size": "1414", "binary": false, "copies": "1", "ref": "refs/heads/master", "path": "csharp/AzureFriday - 1/ConsoleApplication1/Properties/AssemblyInfo.cs", "mode": "33188", "license": "mit", "language": [ { "name": "ASP", "bytes": "766" }, { "name": "C#", "bytes": "203665" }, { "name": "CSS", "bytes": "1977" }, { "name": "HTML", "bytes": "27780" }, { "name": "JavaScript", "bytes": "1452" } ], "symlink_target": "" }
namespace Kvasir { //General-purpose I/O ports namespace GpioPfr0{ ///<Port function setting register 0 using Addr = Register::Address<0x40033000,0xffff0000,0x00000000,unsigned>; ///Bit15 of PFR0 constexpr Register::FieldLocation<Addr,Register::maskFromRange(15,15),Register::ReadWriteAccess,unsigned> pf{}; ///Bit14 of PFR0 constexpr Register::FieldLocation<Addr,Register::maskFromRange(14,14),Register::ReadWriteAccess,unsigned> pe{}; ///Bit13 of PFR0 constexpr Register::FieldLocation<Addr,Register::maskFromRange(13,13),Register::ReadWriteAccess,unsigned> pd{}; ///Bit12 of PFR0 constexpr Register::FieldLocation<Addr,Register::maskFromRange(12,12),Register::ReadWriteAccess,unsigned> pc{}; ///Bit11 of PFR0 constexpr Register::FieldLocation<Addr,Register::maskFromRange(11,11),Register::ReadWriteAccess,unsigned> pb{}; ///Bit10 of PFR0 constexpr Register::FieldLocation<Addr,Register::maskFromRange(10,10),Register::ReadWriteAccess,unsigned> pa{}; ///Bit9 of PFR0 constexpr Register::FieldLocation<Addr,Register::maskFromRange(9,9),Register::ReadWriteAccess,unsigned> p9{}; ///Bit8 of PFR0 constexpr Register::FieldLocation<Addr,Register::maskFromRange(8,8),Register::ReadWriteAccess,unsigned> p8{}; ///Bit7 of PFR0 constexpr Register::FieldLocation<Addr,Register::maskFromRange(7,7),Register::ReadWriteAccess,unsigned> p7{}; ///Bit6 of PFR0 constexpr Register::FieldLocation<Addr,Register::maskFromRange(6,6),Register::ReadWriteAccess,unsigned> p6{}; ///Bit5 of PFR0 constexpr Register::FieldLocation<Addr,Register::maskFromRange(5,5),Register::ReadWriteAccess,unsigned> p5{}; ///Bit4 of PFR0 constexpr Register::FieldLocation<Addr,Register::maskFromRange(4,4),Register::ReadWriteAccess,unsigned> p4{}; ///Bit3 of PFR0 constexpr Register::FieldLocation<Addr,Register::maskFromRange(3,3),Register::ReadWriteAccess,unsigned> p3{}; ///Bit2 of PFR0 constexpr Register::FieldLocation<Addr,Register::maskFromRange(2,2),Register::ReadWriteAccess,unsigned> p2{}; ///Bit1 of PFR0 constexpr Register::FieldLocation<Addr,Register::maskFromRange(1,1),Register::ReadWriteAccess,unsigned> p1{}; ///Bit0 of PFR0 constexpr Register::FieldLocation<Addr,Register::maskFromRange(0,0),Register::ReadWriteAccess,unsigned> p0{}; } namespace GpioPfr1{ ///<Port function setting register 1 using Addr = Register::Address<0x40033004,0xffff0000,0x00000000,unsigned>; ///Bit15 of PFR1 constexpr Register::FieldLocation<Addr,Register::maskFromRange(15,15),Register::ReadWriteAccess,unsigned> pf{}; ///Bit14 of PFR1 constexpr Register::FieldLocation<Addr,Register::maskFromRange(14,14),Register::ReadWriteAccess,unsigned> pe{}; ///Bit13 of PFR1 constexpr Register::FieldLocation<Addr,Register::maskFromRange(13,13),Register::ReadWriteAccess,unsigned> pd{}; ///Bit12 of PFR1 constexpr Register::FieldLocation<Addr,Register::maskFromRange(12,12),Register::ReadWriteAccess,unsigned> pc{}; ///Bit11 of PFR1 constexpr Register::FieldLocation<Addr,Register::maskFromRange(11,11),Register::ReadWriteAccess,unsigned> pb{}; ///Bit10 of PFR1 constexpr Register::FieldLocation<Addr,Register::maskFromRange(10,10),Register::ReadWriteAccess,unsigned> pa{}; ///Bit9 of PFR1 constexpr Register::FieldLocation<Addr,Register::maskFromRange(9,9),Register::ReadWriteAccess,unsigned> p9{}; ///Bit8 of PFR1 constexpr Register::FieldLocation<Addr,Register::maskFromRange(8,8),Register::ReadWriteAccess,unsigned> p8{}; ///Bit7 of PFR1 constexpr Register::FieldLocation<Addr,Register::maskFromRange(7,7),Register::ReadWriteAccess,unsigned> p7{}; ///Bit6 of PFR1 constexpr Register::FieldLocation<Addr,Register::maskFromRange(6,6),Register::ReadWriteAccess,unsigned> p6{}; ///Bit5 of PFR1 constexpr Register::FieldLocation<Addr,Register::maskFromRange(5,5),Register::ReadWriteAccess,unsigned> p5{}; ///Bit4 of PFR1 constexpr Register::FieldLocation<Addr,Register::maskFromRange(4,4),Register::ReadWriteAccess,unsigned> p4{}; ///Bit3 of PFR1 constexpr Register::FieldLocation<Addr,Register::maskFromRange(3,3),Register::ReadWriteAccess,unsigned> p3{}; ///Bit2 of PFR1 constexpr Register::FieldLocation<Addr,Register::maskFromRange(2,2),Register::ReadWriteAccess,unsigned> p2{}; ///Bit1 of PFR1 constexpr Register::FieldLocation<Addr,Register::maskFromRange(1,1),Register::ReadWriteAccess,unsigned> p1{}; ///Bit0 of PFR1 constexpr Register::FieldLocation<Addr,Register::maskFromRange(0,0),Register::ReadWriteAccess,unsigned> p0{}; } namespace GpioPfr2{ ///<Port function setting register 2 using Addr = Register::Address<0x40033008,0xfffffe00,0x00000000,unsigned>; ///Bit8 of PFR2 constexpr Register::FieldLocation<Addr,Register::maskFromRange(8,8),Register::ReadWriteAccess,unsigned> p8{}; ///Bit7 of PFR2 constexpr Register::FieldLocation<Addr,Register::maskFromRange(7,7),Register::ReadWriteAccess,unsigned> p7{}; ///Bit6 of PFR2 constexpr Register::FieldLocation<Addr,Register::maskFromRange(6,6),Register::ReadWriteAccess,unsigned> p6{}; ///Bit5 of PFR2 constexpr Register::FieldLocation<Addr,Register::maskFromRange(5,5),Register::ReadWriteAccess,unsigned> p5{}; ///Bit4 of PFR2 constexpr Register::FieldLocation<Addr,Register::maskFromRange(4,4),Register::ReadWriteAccess,unsigned> p4{}; ///Bit3 of PFR2 constexpr Register::FieldLocation<Addr,Register::maskFromRange(3,3),Register::ReadWriteAccess,unsigned> p3{}; ///Bit2 of PFR2 constexpr Register::FieldLocation<Addr,Register::maskFromRange(2,2),Register::ReadWriteAccess,unsigned> p2{}; ///Bit1 of PFR2 constexpr Register::FieldLocation<Addr,Register::maskFromRange(1,1),Register::ReadWriteAccess,unsigned> p1{}; ///Bit0 of PFR2 constexpr Register::FieldLocation<Addr,Register::maskFromRange(0,0),Register::ReadWriteAccess,unsigned> p0{}; } namespace GpioPfr3{ ///<Port function setting register 3 using Addr = Register::Address<0x4003300c,0xffff0000,0x00000000,unsigned>; ///Bit15 of PFR3 constexpr Register::FieldLocation<Addr,Register::maskFromRange(15,15),Register::ReadWriteAccess,unsigned> pf{}; ///Bit14 of PFR3 constexpr Register::FieldLocation<Addr,Register::maskFromRange(14,14),Register::ReadWriteAccess,unsigned> pe{}; ///Bit13 of PFR3 constexpr Register::FieldLocation<Addr,Register::maskFromRange(13,13),Register::ReadWriteAccess,unsigned> pd{}; ///Bit12 of PFR3 constexpr Register::FieldLocation<Addr,Register::maskFromRange(12,12),Register::ReadWriteAccess,unsigned> pc{}; ///Bit11 of PFR3 constexpr Register::FieldLocation<Addr,Register::maskFromRange(11,11),Register::ReadWriteAccess,unsigned> pb{}; ///Bit10 of PFR3 constexpr Register::FieldLocation<Addr,Register::maskFromRange(10,10),Register::ReadWriteAccess,unsigned> pa{}; ///Bit9 of PFR3 constexpr Register::FieldLocation<Addr,Register::maskFromRange(9,9),Register::ReadWriteAccess,unsigned> p9{}; ///Bit8 of PFR3 constexpr Register::FieldLocation<Addr,Register::maskFromRange(8,8),Register::ReadWriteAccess,unsigned> p8{}; ///Bit7 of PFR3 constexpr Register::FieldLocation<Addr,Register::maskFromRange(7,7),Register::ReadWriteAccess,unsigned> p7{}; ///Bit6 of PFR3 constexpr Register::FieldLocation<Addr,Register::maskFromRange(6,6),Register::ReadWriteAccess,unsigned> p6{}; ///Bit5 of PFR3 constexpr Register::FieldLocation<Addr,Register::maskFromRange(5,5),Register::ReadWriteAccess,unsigned> p5{}; ///Bit4 of PFR3 constexpr Register::FieldLocation<Addr,Register::maskFromRange(4,4),Register::ReadWriteAccess,unsigned> p4{}; ///Bit3 of PFR3 constexpr Register::FieldLocation<Addr,Register::maskFromRange(3,3),Register::ReadWriteAccess,unsigned> p3{}; ///Bit2 of PFR3 constexpr Register::FieldLocation<Addr,Register::maskFromRange(2,2),Register::ReadWriteAccess,unsigned> p2{}; ///Bit1 of PFR3 constexpr Register::FieldLocation<Addr,Register::maskFromRange(1,1),Register::ReadWriteAccess,unsigned> p1{}; ///Bit0 of PFR3 constexpr Register::FieldLocation<Addr,Register::maskFromRange(0,0),Register::ReadWriteAccess,unsigned> p0{}; } namespace GpioPfr4{ ///<Port function setting register 4 using Addr = Register::Address<0x40033010,0xffff8000,0x00000000,unsigned>; ///Bit14 of PFR4 constexpr Register::FieldLocation<Addr,Register::maskFromRange(14,14),Register::ReadWriteAccess,unsigned> pe{}; ///Bit13 of PFR4 constexpr Register::FieldLocation<Addr,Register::maskFromRange(13,13),Register::ReadWriteAccess,unsigned> pd{}; ///Bit12 of PFR4 constexpr Register::FieldLocation<Addr,Register::maskFromRange(12,12),Register::ReadWriteAccess,unsigned> pc{}; ///Bit11 of PFR4 constexpr Register::FieldLocation<Addr,Register::maskFromRange(11,11),Register::ReadWriteAccess,unsigned> pb{}; ///Bit10 of PFR4 constexpr Register::FieldLocation<Addr,Register::maskFromRange(10,10),Register::ReadWriteAccess,unsigned> pa{}; ///Bit9 of PFR4 constexpr Register::FieldLocation<Addr,Register::maskFromRange(9,9),Register::ReadWriteAccess,unsigned> p9{}; ///Bit8 of PFR4 constexpr Register::FieldLocation<Addr,Register::maskFromRange(8,8),Register::ReadWriteAccess,unsigned> p8{}; ///Bit7 of PFR4 constexpr Register::FieldLocation<Addr,Register::maskFromRange(7,7),Register::ReadWriteAccess,unsigned> p7{}; ///Bit6 of PFR4 constexpr Register::FieldLocation<Addr,Register::maskFromRange(6,6),Register::ReadWriteAccess,unsigned> p6{}; ///Bit5 of PFR4 constexpr Register::FieldLocation<Addr,Register::maskFromRange(5,5),Register::ReadWriteAccess,unsigned> p5{}; ///Bit4 of PFR4 constexpr Register::FieldLocation<Addr,Register::maskFromRange(4,4),Register::ReadWriteAccess,unsigned> p4{}; ///Bit3 of PFR4 constexpr Register::FieldLocation<Addr,Register::maskFromRange(3,3),Register::ReadWriteAccess,unsigned> p3{}; ///Bit2 of PFR4 constexpr Register::FieldLocation<Addr,Register::maskFromRange(2,2),Register::ReadWriteAccess,unsigned> p2{}; ///Bit1 of PFR4 constexpr Register::FieldLocation<Addr,Register::maskFromRange(1,1),Register::ReadWriteAccess,unsigned> p1{}; ///Bit0 of PFR4 constexpr Register::FieldLocation<Addr,Register::maskFromRange(0,0),Register::ReadWriteAccess,unsigned> p0{}; } namespace GpioPfr5{ ///<Port function setting register 5 using Addr = Register::Address<0x40033014,0xfffff000,0x00000000,unsigned>; ///Bit11 of PFR5 constexpr Register::FieldLocation<Addr,Register::maskFromRange(11,11),Register::ReadWriteAccess,unsigned> pb{}; ///Bit10 of PFR5 constexpr Register::FieldLocation<Addr,Register::maskFromRange(10,10),Register::ReadWriteAccess,unsigned> pa{}; ///Bit9 of PFR5 constexpr Register::FieldLocation<Addr,Register::maskFromRange(9,9),Register::ReadWriteAccess,unsigned> p9{}; ///Bit8 of PFR5 constexpr Register::FieldLocation<Addr,Register::maskFromRange(8,8),Register::ReadWriteAccess,unsigned> p8{}; ///Bit7 of PFR5 constexpr Register::FieldLocation<Addr,Register::maskFromRange(7,7),Register::ReadWriteAccess,unsigned> p7{}; ///Bit6 of PFR5 constexpr Register::FieldLocation<Addr,Register::maskFromRange(6,6),Register::ReadWriteAccess,unsigned> p6{}; ///Bit5 of PFR5 constexpr Register::FieldLocation<Addr,Register::maskFromRange(5,5),Register::ReadWriteAccess,unsigned> p5{}; ///Bit4 of PFR5 constexpr Register::FieldLocation<Addr,Register::maskFromRange(4,4),Register::ReadWriteAccess,unsigned> p4{}; ///Bit3 of PFR5 constexpr Register::FieldLocation<Addr,Register::maskFromRange(3,3),Register::ReadWriteAccess,unsigned> p3{}; ///Bit2 of PFR5 constexpr Register::FieldLocation<Addr,Register::maskFromRange(2,2),Register::ReadWriteAccess,unsigned> p2{}; ///Bit1 of PFR5 constexpr Register::FieldLocation<Addr,Register::maskFromRange(1,1),Register::ReadWriteAccess,unsigned> p1{}; ///Bit0 of PFR5 constexpr Register::FieldLocation<Addr,Register::maskFromRange(0,0),Register::ReadWriteAccess,unsigned> p0{}; } namespace GpioPfr6{ ///<Port function setting register 6 using Addr = Register::Address<0x40033018,0xfffffe00,0x00000000,unsigned>; ///Bit8 of PFR6 constexpr Register::FieldLocation<Addr,Register::maskFromRange(8,8),Register::ReadWriteAccess,unsigned> p8{}; ///Bit7 of PFR6 constexpr Register::FieldLocation<Addr,Register::maskFromRange(7,7),Register::ReadWriteAccess,unsigned> p7{}; ///Bit6 of PFR6 constexpr Register::FieldLocation<Addr,Register::maskFromRange(6,6),Register::ReadWriteAccess,unsigned> p6{}; ///Bit5 of PFR6 constexpr Register::FieldLocation<Addr,Register::maskFromRange(5,5),Register::ReadWriteAccess,unsigned> p5{}; ///Bit4 of PFR6 constexpr Register::FieldLocation<Addr,Register::maskFromRange(4,4),Register::ReadWriteAccess,unsigned> p4{}; ///Bit3 of PFR6 constexpr Register::FieldLocation<Addr,Register::maskFromRange(3,3),Register::ReadWriteAccess,unsigned> p3{}; ///Bit2 of PFR6 constexpr Register::FieldLocation<Addr,Register::maskFromRange(2,2),Register::ReadWriteAccess,unsigned> p2{}; ///Bit1 of PFR6 constexpr Register::FieldLocation<Addr,Register::maskFromRange(1,1),Register::ReadWriteAccess,unsigned> p1{}; ///Bit0 of PFR6 constexpr Register::FieldLocation<Addr,Register::maskFromRange(0,0),Register::ReadWriteAccess,unsigned> p0{}; } namespace GpioPfr7{ ///<Port function setting register 7 using Addr = Register::Address<0x4003301c,0xffffffe0,0x00000000,unsigned>; ///Bit4 of PFR6 constexpr Register::FieldLocation<Addr,Register::maskFromRange(4,4),Register::ReadWriteAccess,unsigned> p4{}; ///Bit3 of PFR6 constexpr Register::FieldLocation<Addr,Register::maskFromRange(3,3),Register::ReadWriteAccess,unsigned> p3{}; ///Bit2 of PFR6 constexpr Register::FieldLocation<Addr,Register::maskFromRange(2,2),Register::ReadWriteAccess,unsigned> p2{}; ///Bit1 of PFR6 constexpr Register::FieldLocation<Addr,Register::maskFromRange(1,1),Register::ReadWriteAccess,unsigned> p1{}; ///Bit0 of PFR6 constexpr Register::FieldLocation<Addr,Register::maskFromRange(0,0),Register::ReadWriteAccess,unsigned> p0{}; } namespace GpioPfr8{ ///<Port function setting register 8 using Addr = Register::Address<0x40033020,0xfffffffc,0x00000000,unsigned>; ///Bit1 of PFR8 constexpr Register::FieldLocation<Addr,Register::maskFromRange(1,1),Register::ReadWriteAccess,unsigned> p1{}; ///Bit0 of PFR8 constexpr Register::FieldLocation<Addr,Register::maskFromRange(0,0),Register::ReadWriteAccess,unsigned> p0{}; } namespace GpioPfre{ ///<Port function setting register E using Addr = Register::Address<0x40033038,0xfffffff2,0x00000000,unsigned>; ///Bit3 of PFRE constexpr Register::FieldLocation<Addr,Register::maskFromRange(3,3),Register::ReadWriteAccess,unsigned> p3{}; ///Bit2 of PFRE constexpr Register::FieldLocation<Addr,Register::maskFromRange(2,2),Register::ReadWriteAccess,unsigned> p2{}; ///Bit0 of PFRE constexpr Register::FieldLocation<Addr,Register::maskFromRange(0,0),Register::ReadWriteAccess,unsigned> p0{}; } namespace GpioPcr0{ ///<Pull-up Setting Register 0 using Addr = Register::Address<0x40033100,0xffffffff,0x00000000,unsigned>; } namespace GpioPcr1{ ///<Pull-up Setting Register 1 using Addr = Register::Address<0x40033104,0xffffffff,0x00000000,unsigned>; } namespace GpioPcr2{ ///<Pull-up Setting Register 2 using Addr = Register::Address<0x40033108,0xffffffff,0x00000000,unsigned>; } namespace GpioPcr3{ ///<Pull-up Setting Register 3 using Addr = Register::Address<0x4003310c,0xffffffff,0x00000000,unsigned>; } namespace GpioPcr4{ ///<Pull-up Setting Register 4 using Addr = Register::Address<0x40033110,0xffffffff,0x00000000,unsigned>; } namespace GpioPcr5{ ///<Pull-up Setting Register 5 using Addr = Register::Address<0x40033114,0xffffffff,0x00000000,unsigned>; } namespace GpioPcr6{ ///<Pull-up Setting Register 6 using Addr = Register::Address<0x40033118,0xffffffff,0x00000000,unsigned>; } namespace GpioPcr7{ ///<Pull-up Setting Register 7 using Addr = Register::Address<0x4003311c,0xffffffff,0x00000000,unsigned>; } namespace GpioPcre{ ///<Pull-up Setting Register E using Addr = Register::Address<0x40033138,0xffffffff,0x00000000,unsigned>; } namespace GpioDdr0{ ///<Port input/output direction setting register 0 using Addr = Register::Address<0x40033200,0xffff0000,0x00000000,unsigned>; ///Bit15 of DDR0 constexpr Register::FieldLocation<Addr,Register::maskFromRange(15,15),Register::ReadWriteAccess,unsigned> pf{}; ///Bit14 of DDR0 constexpr Register::FieldLocation<Addr,Register::maskFromRange(14,14),Register::ReadWriteAccess,unsigned> pe{}; ///Bit13 of DDR0 constexpr Register::FieldLocation<Addr,Register::maskFromRange(13,13),Register::ReadWriteAccess,unsigned> pd{}; ///Bit12 of DDR0 constexpr Register::FieldLocation<Addr,Register::maskFromRange(12,12),Register::ReadWriteAccess,unsigned> pc{}; ///Bit11 of DDR0 constexpr Register::FieldLocation<Addr,Register::maskFromRange(11,11),Register::ReadWriteAccess,unsigned> pb{}; ///Bit10 of DDR0 constexpr Register::FieldLocation<Addr,Register::maskFromRange(10,10),Register::ReadWriteAccess,unsigned> pa{}; ///Bit9 of DDR0 constexpr Register::FieldLocation<Addr,Register::maskFromRange(9,9),Register::ReadWriteAccess,unsigned> p9{}; ///Bit8 of DDR0 constexpr Register::FieldLocation<Addr,Register::maskFromRange(8,8),Register::ReadWriteAccess,unsigned> p8{}; ///Bit7 of DDR0 constexpr Register::FieldLocation<Addr,Register::maskFromRange(7,7),Register::ReadWriteAccess,unsigned> p7{}; ///Bit6 of DDR0 constexpr Register::FieldLocation<Addr,Register::maskFromRange(6,6),Register::ReadWriteAccess,unsigned> p6{}; ///Bit5 of DDR0 constexpr Register::FieldLocation<Addr,Register::maskFromRange(5,5),Register::ReadWriteAccess,unsigned> p5{}; ///Bit4 of DDR0 constexpr Register::FieldLocation<Addr,Register::maskFromRange(4,4),Register::ReadWriteAccess,unsigned> p4{}; ///Bit3 of DDR0 constexpr Register::FieldLocation<Addr,Register::maskFromRange(3,3),Register::ReadWriteAccess,unsigned> p3{}; ///Bit2 of DDR0 constexpr Register::FieldLocation<Addr,Register::maskFromRange(2,2),Register::ReadWriteAccess,unsigned> p2{}; ///Bit1 of DDR0 constexpr Register::FieldLocation<Addr,Register::maskFromRange(1,1),Register::ReadWriteAccess,unsigned> p1{}; ///Bit0 of DDR0 constexpr Register::FieldLocation<Addr,Register::maskFromRange(0,0),Register::ReadWriteAccess,unsigned> p0{}; } namespace GpioDdr1{ ///<Port input/output direction setting register 1 using Addr = Register::Address<0x40033204,0xffffffff,0x00000000,unsigned>; } namespace GpioDdr2{ ///<Port input/output direction setting register 2 using Addr = Register::Address<0x40033208,0xffffffff,0x00000000,unsigned>; } namespace GpioDdr3{ ///<Port input/output direction setting register 3 using Addr = Register::Address<0x4003320c,0xffffffff,0x00000000,unsigned>; } namespace GpioDdr4{ ///<Port input/output direction setting register 4 using Addr = Register::Address<0x40033210,0xffffffff,0x00000000,unsigned>; } namespace GpioDdr5{ ///<Port input/output direction setting register 5 using Addr = Register::Address<0x40033214,0xffffffff,0x00000000,unsigned>; } namespace GpioDdr6{ ///<Port input/output direction setting register 6 using Addr = Register::Address<0x40033218,0xffffffff,0x00000000,unsigned>; } namespace GpioDdr7{ ///<Port input/output direction setting register 7 using Addr = Register::Address<0x4003321c,0xffffffff,0x00000000,unsigned>; } namespace GpioDdr8{ ///<Port input/output direction setting register 8 using Addr = Register::Address<0x40033220,0xffffffff,0x00000000,unsigned>; } namespace GpioDdre{ ///<Port input/output direction setting register E using Addr = Register::Address<0x40033238,0xffffffff,0x00000000,unsigned>; } namespace GpioPdir0{ ///<Port input data register 0 using Addr = Register::Address<0x40033300,0xffffffff,0x00000000,unsigned>; } namespace GpioPdir1{ ///<Port input data register 1 using Addr = Register::Address<0x40033304,0xffffffff,0x00000000,unsigned>; } namespace GpioPdir2{ ///<Port input data register 2 using Addr = Register::Address<0x40033308,0xffffffff,0x00000000,unsigned>; } namespace GpioPdir3{ ///<Port input data register 3 using Addr = Register::Address<0x4003330c,0xffffffff,0x00000000,unsigned>; } namespace GpioPdir4{ ///<Port input data register 4 using Addr = Register::Address<0x40033310,0xffffffff,0x00000000,unsigned>; } namespace GpioPdir5{ ///<Port input data register 5 using Addr = Register::Address<0x40033314,0xffffffff,0x00000000,unsigned>; } namespace GpioPdir6{ ///<Port input data register 6 using Addr = Register::Address<0x40033318,0xffffffff,0x00000000,unsigned>; } namespace GpioPdir7{ ///<Port input data register 7 using Addr = Register::Address<0x4003331c,0xffffffff,0x00000000,unsigned>; } namespace GpioPdir8{ ///<Port input data register 8 using Addr = Register::Address<0x40033320,0xffffffff,0x00000000,unsigned>; } namespace GpioPdire{ ///<Port input data register E using Addr = Register::Address<0x40033338,0xffffffff,0x00000000,unsigned>; } namespace GpioPdor0{ ///<Port output data register 0 using Addr = Register::Address<0x40033400,0xffffffff,0x00000000,unsigned>; } namespace GpioPdor1{ ///<Port output data register 1 using Addr = Register::Address<0x40033404,0xffffffff,0x00000000,unsigned>; } namespace GpioPdor2{ ///<Port output data register 2 using Addr = Register::Address<0x40033408,0xffffffff,0x00000000,unsigned>; } namespace GpioPdor3{ ///<Port output data register 3 using Addr = Register::Address<0x4003340c,0xffffffff,0x00000000,unsigned>; } namespace GpioPdor4{ ///<Port output data register 4 using Addr = Register::Address<0x40033410,0xffffffff,0x00000000,unsigned>; } namespace GpioPdor5{ ///<Port output data register 5 using Addr = Register::Address<0x40033414,0xffffffff,0x00000000,unsigned>; } namespace GpioPdor6{ ///<Port output data register 6 using Addr = Register::Address<0x40033418,0xffffffff,0x00000000,unsigned>; } namespace GpioPdor7{ ///<Port output data register 7 using Addr = Register::Address<0x4003341c,0xffffffff,0x00000000,unsigned>; } namespace GpioPdor8{ ///<Port output data register 8 using Addr = Register::Address<0x40033420,0xffffffff,0x00000000,unsigned>; } namespace GpioPdore{ ///<Port output data register E using Addr = Register::Address<0x40033438,0xffffffff,0x00000000,unsigned>; } namespace GpioAde{ ///<Analog input setting register using Addr = Register::Address<0x40033500,0xff000000,0x00000000,unsigned>; ///Bit23 of ADE constexpr Register::FieldLocation<Addr,Register::maskFromRange(23,23),Register::ReadWriteAccess,unsigned> an23{}; ///Bit22 of ADE constexpr Register::FieldLocation<Addr,Register::maskFromRange(22,22),Register::ReadWriteAccess,unsigned> an22{}; ///Bit21 of ADE constexpr Register::FieldLocation<Addr,Register::maskFromRange(21,21),Register::ReadWriteAccess,unsigned> an21{}; ///Bit20 of ADE constexpr Register::FieldLocation<Addr,Register::maskFromRange(20,20),Register::ReadWriteAccess,unsigned> an20{}; ///Bit19 of ADE constexpr Register::FieldLocation<Addr,Register::maskFromRange(19,19),Register::ReadWriteAccess,unsigned> an19{}; ///Bit18 of ADE constexpr Register::FieldLocation<Addr,Register::maskFromRange(18,18),Register::ReadWriteAccess,unsigned> an18{}; ///Bit17 of ADE constexpr Register::FieldLocation<Addr,Register::maskFromRange(17,17),Register::ReadWriteAccess,unsigned> an17{}; ///Bit16 of ADE constexpr Register::FieldLocation<Addr,Register::maskFromRange(16,16),Register::ReadWriteAccess,unsigned> an16{}; ///Bit15 of ADE constexpr Register::FieldLocation<Addr,Register::maskFromRange(15,15),Register::ReadWriteAccess,unsigned> an15{}; ///Bit14 of ADE constexpr Register::FieldLocation<Addr,Register::maskFromRange(14,14),Register::ReadWriteAccess,unsigned> an14{}; ///Bit13 of ADE constexpr Register::FieldLocation<Addr,Register::maskFromRange(13,13),Register::ReadWriteAccess,unsigned> an13{}; ///Bit12 of ADE constexpr Register::FieldLocation<Addr,Register::maskFromRange(12,12),Register::ReadWriteAccess,unsigned> an12{}; ///Bit11 of ADE constexpr Register::FieldLocation<Addr,Register::maskFromRange(11,11),Register::ReadWriteAccess,unsigned> an11{}; ///Bit10 of ADE constexpr Register::FieldLocation<Addr,Register::maskFromRange(10,10),Register::ReadWriteAccess,unsigned> an10{}; ///Bit9 of ADE constexpr Register::FieldLocation<Addr,Register::maskFromRange(9,9),Register::ReadWriteAccess,unsigned> an9{}; ///Bit8 of ADE constexpr Register::FieldLocation<Addr,Register::maskFromRange(8,8),Register::ReadWriteAccess,unsigned> an8{}; ///Bit7 of ADE constexpr Register::FieldLocation<Addr,Register::maskFromRange(7,7),Register::ReadWriteAccess,unsigned> an7{}; ///Bit6 of ADE constexpr Register::FieldLocation<Addr,Register::maskFromRange(6,6),Register::ReadWriteAccess,unsigned> an6{}; ///Bit5 of ADE constexpr Register::FieldLocation<Addr,Register::maskFromRange(5,5),Register::ReadWriteAccess,unsigned> an5{}; ///Bit4 of ADE constexpr Register::FieldLocation<Addr,Register::maskFromRange(4,4),Register::ReadWriteAccess,unsigned> an4{}; ///Bit3 of ADE constexpr Register::FieldLocation<Addr,Register::maskFromRange(3,3),Register::ReadWriteAccess,unsigned> an3{}; ///Bit2 of ADE constexpr Register::FieldLocation<Addr,Register::maskFromRange(2,2),Register::ReadWriteAccess,unsigned> an2{}; ///Bit1 of ADE constexpr Register::FieldLocation<Addr,Register::maskFromRange(1,1),Register::ReadWriteAccess,unsigned> an1{}; ///Bit0 of ADE constexpr Register::FieldLocation<Addr,Register::maskFromRange(0,0),Register::ReadWriteAccess,unsigned> an0{}; } namespace GpioSpsr{ ///<Special port setting register using Addr = Register::Address<0x40033580,0xfffffff0,0x00000000,unsigned>; ///Main clock(oscillation) pin setting bit constexpr Register::FieldLocation<Addr,Register::maskFromRange(3,2),Register::ReadWriteAccess,unsigned> mainxc{}; ///Sub clock(oscillation) pin setting bit constexpr Register::FieldLocation<Addr,Register::maskFromRange(1,0),Register::ReadWriteAccess,unsigned> subxc{}; } namespace GpioEpfr00{ ///<Extended pin function setting register 00 using Addr = Register::Address<0x40033600,0xfcfcff08,0x00000000,unsigned>; ///TRACED function select bit1 constexpr Register::FieldLocation<Addr,Register::maskFromRange(25,25),Register::ReadWriteAccess,unsigned> trc1e{}; ///TRACED function select bit0 constexpr Register::FieldLocation<Addr,Register::maskFromRange(24,24),Register::ReadWriteAccess,unsigned> trc0e{}; ///JTAG function select bit1 constexpr Register::FieldLocation<Addr,Register::maskFromRange(17,17),Register::ReadWriteAccess,unsigned> jtagen1s{}; ///JTAG function select bit0 constexpr Register::FieldLocation<Addr,Register::maskFromRange(16,16),Register::ReadWriteAccess,unsigned> jtagen0b{}; ///Sub clock divide output function select bit constexpr Register::FieldLocation<Addr,Register::maskFromRange(7,6),Register::ReadWriteAccess,unsigned> suboute{}; ///RTC clock output select bit constexpr Register::FieldLocation<Addr,Register::maskFromRange(5,4),Register::ReadWriteAccess,unsigned> rtccoe{}; ///Internal high-speed CR oscillation output function select bit constexpr Register::FieldLocation<Addr,Register::maskFromRange(2,1),Register::ReadWriteAccess,unsigned> croute{}; ///NMIX function select bit constexpr Register::FieldLocation<Addr,Register::maskFromRange(0,0),Register::ReadWriteAccess,unsigned> nmis{}; } namespace GpioEpfr01{ ///<Extended pin function setting register 01 using Addr = Register::Address<0x40033604,0x0000e000,0x00000000,unsigned>; ///IC03 input select bit constexpr Register::FieldLocation<Addr,Register::maskFromRange(31,29),Register::ReadWriteAccess,unsigned> ic03s{}; ///IC02 input select bit constexpr Register::FieldLocation<Addr,Register::maskFromRange(28,26),Register::ReadWriteAccess,unsigned> ic02s{}; ///IC01 input select bit constexpr Register::FieldLocation<Addr,Register::maskFromRange(25,23),Register::ReadWriteAccess,unsigned> ic01s{}; ///IC00 input select bit constexpr Register::FieldLocation<Addr,Register::maskFromRange(22,20),Register::ReadWriteAccess,unsigned> ic00s{}; ///FRCK0 input select bit constexpr Register::FieldLocation<Addr,Register::maskFromRange(19,18),Register::ReadWriteAccess,unsigned> frck0s{}; ///DTTIX0 input select bit constexpr Register::FieldLocation<Addr,Register::maskFromRange(17,16),Register::ReadWriteAccess,unsigned> dtti0s{}; ///DTTIX0 function select bit constexpr Register::FieldLocation<Addr,Register::maskFromRange(12,12),Register::ReadWriteAccess,unsigned> dtti0c{}; ///RTO05E output select bit constexpr Register::FieldLocation<Addr,Register::maskFromRange(11,10),Register::ReadWriteAccess,unsigned> rto05e{}; ///RTO04E output select bit constexpr Register::FieldLocation<Addr,Register::maskFromRange(9,8),Register::ReadWriteAccess,unsigned> rto04e{}; ///RTO03E output select bit constexpr Register::FieldLocation<Addr,Register::maskFromRange(7,6),Register::ReadWriteAccess,unsigned> rto03e{}; ///RTO02E output select bit constexpr Register::FieldLocation<Addr,Register::maskFromRange(5,4),Register::ReadWriteAccess,unsigned> rto02e{}; ///RTO01E output select bit constexpr Register::FieldLocation<Addr,Register::maskFromRange(3,2),Register::ReadWriteAccess,unsigned> rto01e{}; ///RTO00E output select bit constexpr Register::FieldLocation<Addr,Register::maskFromRange(1,0),Register::ReadWriteAccess,unsigned> rto00e{}; } namespace GpioEpfr04{ ///<Extended pin function setting register 04 using Addr = Register::Address<0x40033610,0xc0c3c083,0x00000000,unsigned>; ///TIOB3 input select bit constexpr Register::FieldLocation<Addr,Register::maskFromRange(29,28),Register::ReadWriteAccess,unsigned> tiob3s{}; ///TIOA3E output select bit constexpr Register::FieldLocation<Addr,Register::maskFromRange(27,26),Register::ReadWriteAccess,unsigned> tioa3e{}; ///TIOA3 input select bit constexpr Register::FieldLocation<Addr,Register::maskFromRange(25,24),Register::ReadWriteAccess,unsigned> tioa3s{}; ///TIOB2 input select bit constexpr Register::FieldLocation<Addr,Register::maskFromRange(21,20),Register::ReadWriteAccess,unsigned> tiob2s{}; ///TIOA2 output select bit constexpr Register::FieldLocation<Addr,Register::maskFromRange(19,18),Register::ReadWriteAccess,unsigned> tioa2e{}; ///TIOB1 input select bit constexpr Register::FieldLocation<Addr,Register::maskFromRange(13,12),Register::ReadWriteAccess,unsigned> tiob1s{}; ///TIOA1E output select bit constexpr Register::FieldLocation<Addr,Register::maskFromRange(11,10),Register::ReadWriteAccess,unsigned> tioa1e{}; ///TIOA1 input select bit constexpr Register::FieldLocation<Addr,Register::maskFromRange(9,8),Register::ReadWriteAccess,unsigned> tioa1s{}; ///TIOB0 input select bit constexpr Register::FieldLocation<Addr,Register::maskFromRange(6,4),Register::ReadWriteAccess,unsigned> tiob0s{}; ///TIOA0 output select bit constexpr Register::FieldLocation<Addr,Register::maskFromRange(3,2),Register::ReadWriteAccess,unsigned> tioa0e{}; } namespace GpioEpfr05{ ///<Extended pin function setting register 05 using Addr = Register::Address<0x40033614,0xc0c3c0c3,0x00000000,unsigned>; ///TIOB7 input select Bit constexpr Register::FieldLocation<Addr,Register::maskFromRange(29,28),Register::ReadWriteAccess,unsigned> tiob7s{}; ///TIOA7E output select bit constexpr Register::FieldLocation<Addr,Register::maskFromRange(27,26),Register::ReadWriteAccess,unsigned> tioa7e{}; ///TIOA7 input select bit constexpr Register::FieldLocation<Addr,Register::maskFromRange(25,24),Register::ReadWriteAccess,unsigned> tioa7s{}; ///TIOB6 input select bit constexpr Register::FieldLocation<Addr,Register::maskFromRange(21,20),Register::ReadWriteAccess,unsigned> tiob6s{}; ///TIOA6 output select bit constexpr Register::FieldLocation<Addr,Register::maskFromRange(19,18),Register::ReadWriteAccess,unsigned> tioa6e{}; ///TIOB5 input select bit constexpr Register::FieldLocation<Addr,Register::maskFromRange(13,12),Register::ReadWriteAccess,unsigned> tiob5s{}; ///TIOA5E output select bit constexpr Register::FieldLocation<Addr,Register::maskFromRange(11,10),Register::ReadWriteAccess,unsigned> tioa5e{}; ///TIOA5 input select bit constexpr Register::FieldLocation<Addr,Register::maskFromRange(9,8),Register::ReadWriteAccess,unsigned> tioa5s{}; ///TIOB4 input select bit constexpr Register::FieldLocation<Addr,Register::maskFromRange(5,4),Register::ReadWriteAccess,unsigned> tiob4s{}; ///TIOA4 output select bit constexpr Register::FieldLocation<Addr,Register::maskFromRange(3,2),Register::ReadWriteAccess,unsigned> tioa4e{}; } namespace GpioEpfr06{ ///<Extended pin function setting register 06 using Addr = Register::Address<0x40033618,0x00000000,0x00000000,unsigned>; ///External interrupt 15 input select bit constexpr Register::FieldLocation<Addr,Register::maskFromRange(31,30),Register::ReadWriteAccess,unsigned> eint15s{}; ///External interrupt 14 input select bit constexpr Register::FieldLocation<Addr,Register::maskFromRange(29,28),Register::ReadWriteAccess,unsigned> eint14s{}; ///External interrupt 13 input select bit constexpr Register::FieldLocation<Addr,Register::maskFromRange(27,26),Register::ReadWriteAccess,unsigned> eint13s{}; ///External interrupt 12 input select bit constexpr Register::FieldLocation<Addr,Register::maskFromRange(25,24),Register::ReadWriteAccess,unsigned> eint12s{}; ///External interrupt 11 input select bit constexpr Register::FieldLocation<Addr,Register::maskFromRange(23,22),Register::ReadWriteAccess,unsigned> eint11s{}; ///External interrupt 10 input select bit constexpr Register::FieldLocation<Addr,Register::maskFromRange(21,20),Register::ReadWriteAccess,unsigned> eint10s{}; ///External interrupt 9 input select bit constexpr Register::FieldLocation<Addr,Register::maskFromRange(19,18),Register::ReadWriteAccess,unsigned> eint09s{}; ///External interrupt 8 input select bit constexpr Register::FieldLocation<Addr,Register::maskFromRange(17,16),Register::ReadWriteAccess,unsigned> eint08s{}; ///External interrupt 7 input select bit constexpr Register::FieldLocation<Addr,Register::maskFromRange(15,14),Register::ReadWriteAccess,unsigned> eint07s{}; ///External interrupt 6 input select bit constexpr Register::FieldLocation<Addr,Register::maskFromRange(13,12),Register::ReadWriteAccess,unsigned> eint06s{}; ///External interrupt 5 input select bit constexpr Register::FieldLocation<Addr,Register::maskFromRange(11,10),Register::ReadWriteAccess,unsigned> eint05s{}; ///External interrupt 4 input select bit constexpr Register::FieldLocation<Addr,Register::maskFromRange(9,8),Register::ReadWriteAccess,unsigned> eint04s{}; ///External interrupt 3 input select bit constexpr Register::FieldLocation<Addr,Register::maskFromRange(7,6),Register::ReadWriteAccess,unsigned> eint03s{}; ///External interrupt 2 input select bit constexpr Register::FieldLocation<Addr,Register::maskFromRange(5,4),Register::ReadWriteAccess,unsigned> eint02s{}; ///External interrupt 1 input select bit constexpr Register::FieldLocation<Addr,Register::maskFromRange(3,2),Register::ReadWriteAccess,unsigned> eint01s{}; ///External interrupt 0 input select bit constexpr Register::FieldLocation<Addr,Register::maskFromRange(1,0),Register::ReadWriteAccess,unsigned> eint00s{}; } namespace GpioEpfr07{ ///<Extended pin function setting register 07 using Addr = Register::Address<0x4003361c,0xf000000f,0x00000000,unsigned>; ///SCK3 input/output select bit constexpr Register::FieldLocation<Addr,Register::maskFromRange(27,26),Register::ReadWriteAccess,unsigned> sck3b{}; ///SOT3B input/output select bit constexpr Register::FieldLocation<Addr,Register::maskFromRange(25,24),Register::ReadWriteAccess,unsigned> sot3b{}; ///SIN3S input select bit constexpr Register::FieldLocation<Addr,Register::maskFromRange(23,22),Register::ReadWriteAccess,unsigned> sin3s{}; ///SCK2 input/output select bit constexpr Register::FieldLocation<Addr,Register::maskFromRange(21,20),Register::ReadWriteAccess,unsigned> sck2b{}; ///SOT2B input/output select bit constexpr Register::FieldLocation<Addr,Register::maskFromRange(19,18),Register::ReadWriteAccess,unsigned> sot2b{}; ///SIN2S input select bit constexpr Register::FieldLocation<Addr,Register::maskFromRange(17,16),Register::ReadWriteAccess,unsigned> sin2s{}; ///SCK1 input/output select bit constexpr Register::FieldLocation<Addr,Register::maskFromRange(15,14),Register::ReadWriteAccess,unsigned> sck1b{}; ///SCK1B input/output select bit constexpr Register::FieldLocation<Addr,Register::maskFromRange(13,12),Register::ReadWriteAccess,unsigned> sot1b{}; ///SIN1S input select bit constexpr Register::FieldLocation<Addr,Register::maskFromRange(11,10),Register::ReadWriteAccess,unsigned> sin1s{}; ///SCK0 input/output select bit constexpr Register::FieldLocation<Addr,Register::maskFromRange(9,8),Register::ReadWriteAccess,unsigned> sck0b{}; ///SOT0B input/output select bit constexpr Register::FieldLocation<Addr,Register::maskFromRange(7,6),Register::ReadWriteAccess,unsigned> sot0b{}; ///SIN0S input select bit constexpr Register::FieldLocation<Addr,Register::maskFromRange(5,4),Register::ReadWriteAccess,unsigned> sin0s{}; } namespace GpioEpfr08{ ///<Extended pin function setting register 08 using Addr = Register::Address<0x40033620,0xf0000000,0x00000000,unsigned>; ///SCK7 input/output select bit constexpr Register::FieldLocation<Addr,Register::maskFromRange(27,26),Register::ReadWriteAccess,unsigned> sck7b{}; ///SOT7B input/output select bit constexpr Register::FieldLocation<Addr,Register::maskFromRange(25,24),Register::ReadWriteAccess,unsigned> sot7b{}; ///SIN7S input select bit constexpr Register::FieldLocation<Addr,Register::maskFromRange(23,22),Register::ReadWriteAccess,unsigned> sin7s{}; ///SCK6 input/output select bit constexpr Register::FieldLocation<Addr,Register::maskFromRange(21,20),Register::ReadWriteAccess,unsigned> sck6b{}; ///SOT6B input/output select bit constexpr Register::FieldLocation<Addr,Register::maskFromRange(19,18),Register::ReadWriteAccess,unsigned> sot6b{}; ///SIN6S input select bit constexpr Register::FieldLocation<Addr,Register::maskFromRange(17,16),Register::ReadWriteAccess,unsigned> sin6s{}; ///SCK5 input/output select bit constexpr Register::FieldLocation<Addr,Register::maskFromRange(15,14),Register::ReadWriteAccess,unsigned> sck5b{}; ///SOT5B input/output select bit constexpr Register::FieldLocation<Addr,Register::maskFromRange(13,12),Register::ReadWriteAccess,unsigned> sot5b{}; ///SIN5S input select bit constexpr Register::FieldLocation<Addr,Register::maskFromRange(11,10),Register::ReadWriteAccess,unsigned> sin5s{}; ///SCK4 input/output select bit constexpr Register::FieldLocation<Addr,Register::maskFromRange(9,8),Register::ReadWriteAccess,unsigned> sck4b{}; ///SOT4B input/output select bit constexpr Register::FieldLocation<Addr,Register::maskFromRange(7,6),Register::ReadWriteAccess,unsigned> sot4b{}; ///SIN4S input select bit constexpr Register::FieldLocation<Addr,Register::maskFromRange(5,4),Register::ReadWriteAccess,unsigned> sin4s{}; ///CTS4S input select bit constexpr Register::FieldLocation<Addr,Register::maskFromRange(3,2),Register::ReadWriteAccess,unsigned> cts4s{}; ///RTS4E output select bit constexpr Register::FieldLocation<Addr,Register::maskFromRange(1,0),Register::ReadWriteAccess,unsigned> rts4e{}; } namespace GpioEpfr09{ ///<Extended pin function setting register 09 using Addr = Register::Address<0x40033624,0xfff00000,0x00000000,unsigned>; ///ADTRG1 input select bit constexpr Register::FieldLocation<Addr,Register::maskFromRange(19,16),Register::ReadWriteAccess,unsigned> adtrg1s{}; ///ADTRG0 input select bit constexpr Register::FieldLocation<Addr,Register::maskFromRange(15,12),Register::ReadWriteAccess,unsigned> adtrg0s{}; ///QZIN1S input select bit constexpr Register::FieldLocation<Addr,Register::maskFromRange(11,10),Register::ReadWriteAccess,unsigned> qzin1s{}; ///QBIN1S input select bit constexpr Register::FieldLocation<Addr,Register::maskFromRange(9,8),Register::ReadWriteAccess,unsigned> qbin1s{}; ///QAIN1S input select bit constexpr Register::FieldLocation<Addr,Register::maskFromRange(7,6),Register::ReadWriteAccess,unsigned> qain1s{}; ///QZIN0S input select bit constexpr Register::FieldLocation<Addr,Register::maskFromRange(5,4),Register::ReadWriteAccess,unsigned> qzin0s{}; ///QBIN0S input select bit constexpr Register::FieldLocation<Addr,Register::maskFromRange(3,2),Register::ReadWriteAccess,unsigned> qbin0s{}; ///QAIN0S input select bit constexpr Register::FieldLocation<Addr,Register::maskFromRange(1,0),Register::ReadWriteAccess,unsigned> qain0s{}; } namespace GpioEpfr10{ ///<Extended pin function setting register 10 using Addr = Register::Address<0x40033628,0x00000000,0x00000000,unsigned>; ///UEA24E output select bit constexpr Register::FieldLocation<Addr,Register::maskFromRange(31,31),Register::ReadWriteAccess,unsigned> uea24e{}; ///UEA23E output select bit constexpr Register::FieldLocation<Addr,Register::maskFromRange(30,30),Register::ReadWriteAccess,unsigned> uea23e{}; ///UEA22E output select bit constexpr Register::FieldLocation<Addr,Register::maskFromRange(29,29),Register::ReadWriteAccess,unsigned> uea22e{}; ///UEA21E output select bit constexpr Register::FieldLocation<Addr,Register::maskFromRange(28,28),Register::ReadWriteAccess,unsigned> uea21e{}; ///UEA20E output select bit constexpr Register::FieldLocation<Addr,Register::maskFromRange(27,27),Register::ReadWriteAccess,unsigned> uea20e{}; ///UEA19E output select bit constexpr Register::FieldLocation<Addr,Register::maskFromRange(26,26),Register::ReadWriteAccess,unsigned> uea19e{}; ///UEA18E output select bit constexpr Register::FieldLocation<Addr,Register::maskFromRange(25,25),Register::ReadWriteAccess,unsigned> uea18e{}; ///UEA17E output select bit constexpr Register::FieldLocation<Addr,Register::maskFromRange(24,24),Register::ReadWriteAccess,unsigned> uea17e{}; ///UEA16E output select bit constexpr Register::FieldLocation<Addr,Register::maskFromRange(23,23),Register::ReadWriteAccess,unsigned> uea16e{}; ///UEA15E output select bit constexpr Register::FieldLocation<Addr,Register::maskFromRange(22,22),Register::ReadWriteAccess,unsigned> uea15e{}; ///UEA14E output select bit constexpr Register::FieldLocation<Addr,Register::maskFromRange(21,21),Register::ReadWriteAccess,unsigned> uea14e{}; ///UEA13E output select bit constexpr Register::FieldLocation<Addr,Register::maskFromRange(20,20),Register::ReadWriteAccess,unsigned> uea13e{}; ///UEA12E output select bit constexpr Register::FieldLocation<Addr,Register::maskFromRange(19,19),Register::ReadWriteAccess,unsigned> uea12e{}; ///UEA11E output select bit constexpr Register::FieldLocation<Addr,Register::maskFromRange(18,18),Register::ReadWriteAccess,unsigned> uea11e{}; ///UEA10E output select bit constexpr Register::FieldLocation<Addr,Register::maskFromRange(17,17),Register::ReadWriteAccess,unsigned> uea10e{}; ///UEA09E output select bit constexpr Register::FieldLocation<Addr,Register::maskFromRange(16,16),Register::ReadWriteAccess,unsigned> uea09e{}; ///UEA08E output select bit constexpr Register::FieldLocation<Addr,Register::maskFromRange(15,15),Register::ReadWriteAccess,unsigned> uea08e{}; ///UEAOOE output select bit constexpr Register::FieldLocation<Addr,Register::maskFromRange(14,14),Register::ReadWriteAccess,unsigned> ueaooe{}; ///UECS7E output select bit constexpr Register::FieldLocation<Addr,Register::maskFromRange(13,13),Register::ReadWriteAccess,unsigned> uecs7e{}; ///UECS6E output select bit constexpr Register::FieldLocation<Addr,Register::maskFromRange(12,12),Register::ReadWriteAccess,unsigned> uecs6e{}; ///UECS5E output select bit constexpr Register::FieldLocation<Addr,Register::maskFromRange(11,11),Register::ReadWriteAccess,unsigned> uecs5e{}; ///UECS4E output select bit constexpr Register::FieldLocation<Addr,Register::maskFromRange(10,10),Register::ReadWriteAccess,unsigned> uecs4e{}; ///UECS3E output select bit constexpr Register::FieldLocation<Addr,Register::maskFromRange(9,9),Register::ReadWriteAccess,unsigned> uecs3e{}; ///UECS2E output select bit constexpr Register::FieldLocation<Addr,Register::maskFromRange(8,8),Register::ReadWriteAccess,unsigned> uecs2e{}; ///UECS1E output select bit constexpr Register::FieldLocation<Addr,Register::maskFromRange(7,7),Register::ReadWriteAccess,unsigned> uecs1e{}; ///UEFLSE output select bit constexpr Register::FieldLocation<Addr,Register::maskFromRange(6,6),Register::ReadWriteAccess,unsigned> ueflse{}; ///UEOEXE output select bit constexpr Register::FieldLocation<Addr,Register::maskFromRange(5,5),Register::ReadWriteAccess,unsigned> ueoexe{}; ///UEDQME output select bit constexpr Register::FieldLocation<Addr,Register::maskFromRange(4,4),Register::ReadWriteAccess,unsigned> uedqme{}; ///UEWEXE output select bit constexpr Register::FieldLocation<Addr,Register::maskFromRange(3,3),Register::ReadWriteAccess,unsigned> uewexe{}; ///UECLKE output select bit constexpr Register::FieldLocation<Addr,Register::maskFromRange(2,2),Register::ReadWriteAccess,unsigned> ueclke{}; ///UEDTHB input/output select bit constexpr Register::FieldLocation<Addr,Register::maskFromRange(1,1),Register::ReadWriteAccess,unsigned> uedthb{}; ///UEDEFB input/output select bit constexpr Register::FieldLocation<Addr,Register::maskFromRange(0,0),Register::ReadWriteAccess,unsigned> uedefb{}; } namespace GpioEpfr11{ ///<Extended pin function setting register 11 using Addr = Register::Address<0x4003362c,0xfc000000,0x00000000,unsigned>; ///UERLC relocation select bit constexpr Register::FieldLocation<Addr,Register::maskFromRange(25,25),Register::ReadWriteAccess,unsigned> uerlc{}; ///UED15B input/output select bit constexpr Register::FieldLocation<Addr,Register::maskFromRange(24,24),Register::ReadWriteAccess,unsigned> ued15b{}; ///UED14B output select bit constexpr Register::FieldLocation<Addr,Register::maskFromRange(23,23),Register::ReadWriteAccess,unsigned> ued14b{}; ///UED13B output select bit constexpr Register::FieldLocation<Addr,Register::maskFromRange(22,22),Register::ReadWriteAccess,unsigned> ued13b{}; ///UED12B output select bit constexpr Register::FieldLocation<Addr,Register::maskFromRange(21,21),Register::ReadWriteAccess,unsigned> ued12b{}; ///UED11B output select bit constexpr Register::FieldLocation<Addr,Register::maskFromRange(20,20),Register::ReadWriteAccess,unsigned> ued11b{}; ///UED10B output select bit constexpr Register::FieldLocation<Addr,Register::maskFromRange(19,19),Register::ReadWriteAccess,unsigned> ued10b{}; ///UED09B output select bit constexpr Register::FieldLocation<Addr,Register::maskFromRange(18,18),Register::ReadWriteAccess,unsigned> ued09b{}; ///UED08B output select bit constexpr Register::FieldLocation<Addr,Register::maskFromRange(17,17),Register::ReadWriteAccess,unsigned> ued08b{}; ///UED07B output select bit constexpr Register::FieldLocation<Addr,Register::maskFromRange(16,16),Register::ReadWriteAccess,unsigned> ued07b{}; ///UED06B output select bit constexpr Register::FieldLocation<Addr,Register::maskFromRange(15,15),Register::ReadWriteAccess,unsigned> ued06b{}; ///UED05B output select bit constexpr Register::FieldLocation<Addr,Register::maskFromRange(14,14),Register::ReadWriteAccess,unsigned> ued05b{}; ///UED04B output select bit constexpr Register::FieldLocation<Addr,Register::maskFromRange(13,13),Register::ReadWriteAccess,unsigned> ued04b{}; ///UED03B output select bit constexpr Register::FieldLocation<Addr,Register::maskFromRange(12,12),Register::ReadWriteAccess,unsigned> ued03b{}; ///UED02B output select bit constexpr Register::FieldLocation<Addr,Register::maskFromRange(11,11),Register::ReadWriteAccess,unsigned> ued02b{}; ///UED01B output select bit constexpr Register::FieldLocation<Addr,Register::maskFromRange(10,10),Register::ReadWriteAccess,unsigned> ued01b{}; ///UED00B output select bit constexpr Register::FieldLocation<Addr,Register::maskFromRange(9,9),Register::ReadWriteAccess,unsigned> ued00b{}; ///UEA07E output select bit constexpr Register::FieldLocation<Addr,Register::maskFromRange(8,8),Register::ReadWriteAccess,unsigned> uea07e{}; ///UEA06E output select bit constexpr Register::FieldLocation<Addr,Register::maskFromRange(7,7),Register::ReadWriteAccess,unsigned> uea06e{}; ///UEA05E output select bit constexpr Register::FieldLocation<Addr,Register::maskFromRange(6,6),Register::ReadWriteAccess,unsigned> uea05e{}; ///UEA04E output select bit constexpr Register::FieldLocation<Addr,Register::maskFromRange(5,5),Register::ReadWriteAccess,unsigned> uea04e{}; ///UEA03E output select bit constexpr Register::FieldLocation<Addr,Register::maskFromRange(4,4),Register::ReadWriteAccess,unsigned> uea03e{}; ///UEA02E output select bit constexpr Register::FieldLocation<Addr,Register::maskFromRange(3,3),Register::ReadWriteAccess,unsigned> uea02e{}; ///UEA01E output select bit constexpr Register::FieldLocation<Addr,Register::maskFromRange(2,2),Register::ReadWriteAccess,unsigned> uea01e{}; ///UECS0E output select bit constexpr Register::FieldLocation<Addr,Register::maskFromRange(1,1),Register::ReadWriteAccess,unsigned> uecs0e{}; ///UEALEE output select bit constexpr Register::FieldLocation<Addr,Register::maskFromRange(0,0),Register::ReadWriteAccess,unsigned> uealee{}; } namespace GpioEpfr12{ ///<Extended pin function setting register 12 using Addr = Register::Address<0x40033630,0xc0c3c0c3,0x00000000,unsigned>; ///TIOB11 Input Select bits constexpr Register::FieldLocation<Addr,Register::maskFromRange(29,28),Register::ReadWriteAccess,unsigned> tiob11s{}; ///TIOA11 Output Select bits constexpr Register::FieldLocation<Addr,Register::maskFromRange(27,26),Register::ReadWriteAccess,unsigned> tioa11e{}; ///TIOA11 Input Select bits constexpr Register::FieldLocation<Addr,Register::maskFromRange(25,24),Register::ReadWriteAccess,unsigned> tioa11s{}; ///TIOB10 Input Select bits constexpr Register::FieldLocation<Addr,Register::maskFromRange(21,20),Register::ReadWriteAccess,unsigned> tiob10s{}; ///TIOA10 Output Select bits constexpr Register::FieldLocation<Addr,Register::maskFromRange(19,18),Register::ReadWriteAccess,unsigned> tioa10e{}; ///TIOB9 Input Select bits constexpr Register::FieldLocation<Addr,Register::maskFromRange(13,12),Register::ReadWriteAccess,unsigned> tiob9s{}; ///TIOA9 Output Select bits constexpr Register::FieldLocation<Addr,Register::maskFromRange(11,10),Register::ReadWriteAccess,unsigned> tioa9e{}; ///TIOA9 Input Select bits constexpr Register::FieldLocation<Addr,Register::maskFromRange(9,8),Register::ReadWriteAccess,unsigned> tioa9s{}; ///TIOB8 Input Select bits constexpr Register::FieldLocation<Addr,Register::maskFromRange(5,4),Register::ReadWriteAccess,unsigned> tiob8s{}; ///TIOA8 Output Select bits constexpr Register::FieldLocation<Addr,Register::maskFromRange(3,2),Register::ReadWriteAccess,unsigned> tioa8e{}; } namespace GpioEpfr13{ ///<Extended pin function setting register 13 using Addr = Register::Address<0x40033634,0xc0c3c0c3,0x00000000,unsigned>; ///TIOB15 Input Select bits constexpr Register::FieldLocation<Addr,Register::maskFromRange(29,28),Register::ReadWriteAccess,unsigned> tiob15s{}; ///TIOA15 Output Select bits constexpr Register::FieldLocation<Addr,Register::maskFromRange(27,26),Register::ReadWriteAccess,unsigned> tioa15e{}; ///TIOA15 Input Select bits constexpr Register::FieldLocation<Addr,Register::maskFromRange(25,24),Register::ReadWriteAccess,unsigned> tioa15s{}; ///TIOB14 Input Select bits constexpr Register::FieldLocation<Addr,Register::maskFromRange(21,20),Register::ReadWriteAccess,unsigned> tiob14s{}; ///TIOA14 Output Select bits constexpr Register::FieldLocation<Addr,Register::maskFromRange(19,18),Register::ReadWriteAccess,unsigned> tioa14e{}; ///TIOB13 Input Select bits constexpr Register::FieldLocation<Addr,Register::maskFromRange(13,12),Register::ReadWriteAccess,unsigned> tiob13s{}; ///TIOA13 Output Select bits constexpr Register::FieldLocation<Addr,Register::maskFromRange(11,10),Register::ReadWriteAccess,unsigned> tioa13e{}; ///TIOA13 Input Select bits constexpr Register::FieldLocation<Addr,Register::maskFromRange(9,8),Register::ReadWriteAccess,unsigned> tioa13s{}; ///TIOB12 Input Select bits constexpr Register::FieldLocation<Addr,Register::maskFromRange(5,4),Register::ReadWriteAccess,unsigned> tiob12s{}; ///TIOA12 Output Select bits constexpr Register::FieldLocation<Addr,Register::maskFromRange(3,2),Register::ReadWriteAccess,unsigned> tioa12e{}; } namespace GpioEpfr15{ ///<Extended pin function setting register 15 using Addr = Register::Address<0x4003363c,0xffff0000,0x00000000,unsigned>; ///External interrupt 23 input select bit constexpr Register::FieldLocation<Addr,Register::maskFromRange(15,14),Register::ReadWriteAccess,unsigned> eint23s{}; ///External interrupt 22 input select bit constexpr Register::FieldLocation<Addr,Register::maskFromRange(13,12),Register::ReadWriteAccess,unsigned> eint22s{}; ///External interrupt 21 input select bit constexpr Register::FieldLocation<Addr,Register::maskFromRange(11,10),Register::ReadWriteAccess,unsigned> eint21s{}; ///External interrupt 20 input select bit constexpr Register::FieldLocation<Addr,Register::maskFromRange(9,8),Register::ReadWriteAccess,unsigned> eint20s{}; ///External interrupt 19 input select bit constexpr Register::FieldLocation<Addr,Register::maskFromRange(7,6),Register::ReadWriteAccess,unsigned> eint19s{}; ///External interrupt 18 input select bit constexpr Register::FieldLocation<Addr,Register::maskFromRange(5,4),Register::ReadWriteAccess,unsigned> eint18s{}; ///External interrupt 17 input select bit constexpr Register::FieldLocation<Addr,Register::maskFromRange(3,2),Register::ReadWriteAccess,unsigned> eint17s{}; ///External interrupt 16 input select bit constexpr Register::FieldLocation<Addr,Register::maskFromRange(1,0),Register::ReadWriteAccess,unsigned> eint16s{}; } namespace GpioEpfr16{ ///<Extended pin function setting register 16 using Addr = Register::Address<0x40033640,0xf000000f,0x00000000,unsigned>; ///SCK11 input/output select bit constexpr Register::FieldLocation<Addr,Register::maskFromRange(27,26),Register::ReadWriteAccess,unsigned> sck11b{}; ///SOT11B input/output select bit constexpr Register::FieldLocation<Addr,Register::maskFromRange(25,24),Register::ReadWriteAccess,unsigned> sot11b{}; ///SIN11S input select bit constexpr Register::FieldLocation<Addr,Register::maskFromRange(23,22),Register::ReadWriteAccess,unsigned> sin11s{}; ///SCK10 input/output select bit constexpr Register::FieldLocation<Addr,Register::maskFromRange(21,20),Register::ReadWriteAccess,unsigned> sck10b{}; ///SOT10B input/output select bit constexpr Register::FieldLocation<Addr,Register::maskFromRange(19,18),Register::ReadWriteAccess,unsigned> sot10b{}; ///SIN10S input select bit constexpr Register::FieldLocation<Addr,Register::maskFromRange(17,16),Register::ReadWriteAccess,unsigned> sin10s{}; ///SCK9 input/output select bit constexpr Register::FieldLocation<Addr,Register::maskFromRange(15,14),Register::ReadWriteAccess,unsigned> sck9b{}; ///SCK9B input/output select bit constexpr Register::FieldLocation<Addr,Register::maskFromRange(13,12),Register::ReadWriteAccess,unsigned> sot9b{}; ///SIN9S input select bit constexpr Register::FieldLocation<Addr,Register::maskFromRange(11,10),Register::ReadWriteAccess,unsigned> sin9s{}; ///SCK8 input/output select bit constexpr Register::FieldLocation<Addr,Register::maskFromRange(9,8),Register::ReadWriteAccess,unsigned> sck8b{}; ///SOT8B input/output select bit constexpr Register::FieldLocation<Addr,Register::maskFromRange(7,6),Register::ReadWriteAccess,unsigned> sot8b{}; ///SIN8S input select bit constexpr Register::FieldLocation<Addr,Register::maskFromRange(5,4),Register::ReadWriteAccess,unsigned> sin8s{}; } namespace GpioEpfr17{ ///<Extended pin function setting register 17 using Addr = Register::Address<0x40033644,0xf000000f,0x00000000,unsigned>; ///SCK7 input/output select bit constexpr Register::FieldLocation<Addr,Register::maskFromRange(27,26),Register::ReadWriteAccess,unsigned> sck15b{}; ///SOT7B input/output select bit constexpr Register::FieldLocation<Addr,Register::maskFromRange(25,24),Register::ReadWriteAccess,unsigned> sot15b{}; ///SIN7S input select bit constexpr Register::FieldLocation<Addr,Register::maskFromRange(23,22),Register::ReadWriteAccess,unsigned> sin15s{}; ///SCK6 input/output select bit constexpr Register::FieldLocation<Addr,Register::maskFromRange(21,20),Register::ReadWriteAccess,unsigned> sck14b{}; ///SOT6B input/output select bit constexpr Register::FieldLocation<Addr,Register::maskFromRange(19,18),Register::ReadWriteAccess,unsigned> sot14b{}; ///SIN6S input select bit constexpr Register::FieldLocation<Addr,Register::maskFromRange(17,16),Register::ReadWriteAccess,unsigned> sin14s{}; ///SCK5 input/output select bit constexpr Register::FieldLocation<Addr,Register::maskFromRange(15,14),Register::ReadWriteAccess,unsigned> sck13b{}; ///SOT5B input/output select bit constexpr Register::FieldLocation<Addr,Register::maskFromRange(13,12),Register::ReadWriteAccess,unsigned> sot13b{}; ///SIN5S input select bit constexpr Register::FieldLocation<Addr,Register::maskFromRange(11,10),Register::ReadWriteAccess,unsigned> sin13s{}; ///SCK4 input/output select bit constexpr Register::FieldLocation<Addr,Register::maskFromRange(9,8),Register::ReadWriteAccess,unsigned> sck12b{}; ///SOT4B input/output select bit constexpr Register::FieldLocation<Addr,Register::maskFromRange(7,6),Register::ReadWriteAccess,unsigned> sot12b{}; ///SIN4S input select bit constexpr Register::FieldLocation<Addr,Register::maskFromRange(5,4),Register::ReadWriteAccess,unsigned> sin12s{}; } namespace GpioEpfr18{ ///<Extended pin function setting register 18 using Addr = Register::Address<0x40033648,0xfffffff0,0x00000000,unsigned>; ///CEC1 Input/Output Select bit constexpr Register::FieldLocation<Addr,Register::maskFromRange(3,2),Register::ReadWriteAccess,unsigned> cecr1b{}; ///CEC0 Input/Output Select bit constexpr Register::FieldLocation<Addr,Register::maskFromRange(1,0),Register::ReadWriteAccess,unsigned> cecr0b{}; } namespace GpioPzr0{ ///<Port Pseudo Open Drain Setting Register 0 using Addr = Register::Address<0x40033700,0xffffe3ff,0x00000000,unsigned>; ///Bit12 of PZR0 constexpr Register::FieldLocation<Addr,Register::maskFromRange(12,12),Register::ReadWriteAccess,unsigned> pc{}; ///Bit11 of PZR0 constexpr Register::FieldLocation<Addr,Register::maskFromRange(11,11),Register::ReadWriteAccess,unsigned> pb{}; ///Bit10 of PZR0 constexpr Register::FieldLocation<Addr,Register::maskFromRange(10,10),Register::ReadWriteAccess,unsigned> pa{}; } namespace GpioPzr4{ ///<Port Pseudo Open Drain Setting Register 4 using Addr = Register::Address<0x40033710,0xffff8fff,0x00000000,unsigned>; ///Bit14 of PZR4 constexpr Register::FieldLocation<Addr,Register::maskFromRange(14,14),Register::ReadWriteAccess,unsigned> pe{}; ///Bit13 of PZR4 constexpr Register::FieldLocation<Addr,Register::maskFromRange(13,13),Register::ReadWriteAccess,unsigned> pd{}; ///Bit12 of PZR4 constexpr Register::FieldLocation<Addr,Register::maskFromRange(12,12),Register::ReadWriteAccess,unsigned> pc{}; } namespace GpioPzr5{ ///<Port Pseudo Open Drain Setting Register 5 using Addr = Register::Address<0x40033714,0xfffffe3f,0x00000000,unsigned>; ///Bit8 of PZR5 constexpr Register::FieldLocation<Addr,Register::maskFromRange(8,8),Register::ReadWriteAccess,unsigned> p8{}; ///Bit7 of PZR5 constexpr Register::FieldLocation<Addr,Register::maskFromRange(7,7),Register::ReadWriteAccess,unsigned> p7{}; ///Bit6 of PZR5 constexpr Register::FieldLocation<Addr,Register::maskFromRange(6,6),Register::ReadWriteAccess,unsigned> p6{}; } namespace GpioPzr6{ ///<Port Pseudo Open Drain Setting Register 6 using Addr = Register::Address<0x40033718,0xfffffffe,0x00000000,unsigned>; ///Bit0 of PZR6 constexpr Register::FieldLocation<Addr,Register::maskFromRange(0,0),Register::ReadWriteAccess,unsigned> p0{}; } }
{ "content_hash": "4ecc7ba05c5b0d9c46f3e42f42082b99", "timestamp": "", "source": "github", "line_count": 932, "max_line_length": 126, "avg_line_length": 71.39592274678111, "alnum_prop": 0.7141461655220089, "repo_name": "kvasir-io/Kvasir", "id": "387b5b6d5132725fa3117e69773055bcc807d1c8", "size": "66587", "binary": false, "copies": "4", "ref": "refs/heads/master", "path": "Lib/Chip/Unknown/Spansion/MB9AF15xR/GPIO.hpp", "mode": "33188", "license": "apache-2.0", "language": [ { "name": "C", "bytes": "16510" }, { "name": "C++", "bytes": "763432371" }, { "name": "CMake", "bytes": "1504" }, { "name": "Python", "bytes": "13502" } ], "symlink_target": "" }
<?php defined('BASEPATH') OR exit('No direct script access allowed'); class Admin extends CI_Controller { function __construct() { parent::__construct(); auth(); } public function index() { admin($this, 'admin/index'); redirect('admin/pages'); } public function logout() { clear_admin_access(); } // Page related methods public function pages() { // Collecting all pages $this->load->model('Pages_model', 'pages'); $data = array( 'section' => 'pages', 'pages' => $this->pages->all() ); admin($this, 'admin/pages/index', $data); } public function page_form($id = NULL) { $data = array( 'section' => 'pages', 'title' => $id == NULL? "New Page": "Edit Page" ); if($id != null) { $this->load->model('Pages_model', 'pages'); $page = $this->pages->find($id); if($page != null) $data['page'] = $page; else die("Could not find specific page !"); } admin($this, 'admin/pages/form', $data); } public function page_show($id) { $this->load->model('Pages_model', 'pages'); $data = array( 'section' => 'pages', 'page' => $this->pages->find($id) ); admin($this, 'admin/pages/show', $data); } public function page_del($id) { $this->load->model('Pages_model', 'pages'); $this->pages->delete($id); redirect('admin/pages'); } public function page_save($id = NULL) { $this->load->model('Pages_model', 'pages'); if($id == NULL) $this->pages->insert($_POST); else $this->pages->update($id, $_POST); redirect('admin/pages'); } // Menu related methods public function menus() { $this->load->model('Menus_model', 'menus'); $data = array( 'section' => 'menus', 'menus' => $this->menus->getMenuJson() ); admin($this, 'admin/menus/index', $data); } public function menu_form($id = NULL) { $this->load->model('Langs_model', 'langs'); $this->load->model('Pages_model', 'pages'); $this->load->model('Menus_model', 'menus'); $data = array( 'section' => 'menus', 'title' => $id == NULL? "New Menu": "Edit Menu", 'pages' => $this->pages->all(), 'parents' => $this->menus->get("type = 'PARENT'") ); if($id != null) { $menu = $this->menus->find($id); if($menu != null) { $data['menu'] = $menu; $lang = $this->langs->get_one(array('key' => $menu->key)); if($lang != null) { $data['lang'] = $lang; } } else die("Could not find specific menu !"); } admin($this, 'admin/menus/form', $data); } public function menu_save($id = NULL) { $this->load->model('Langs_model', 'langs'); $this->load->model('Menus_model', 'menus'); $menuItem = array( 'title' => $_POST['title'], 'type' => $_POST['type'], 'link' => $_POST['link'], 'key' => $_POST['key'], 'page' => $_POST['page'], 'parent' => $_POST['parent'] ); // echo json_encode($menuItem); exit; if($id == NULL) $this->menus->insert($menuItem); else $this->menus->greedy_update($id, $menuItem); $this->langs->save(array( 'key' => $_POST['key'], 'category' => 'M', 'value_l1' => $_POST['value_l1'], 'value_l2' => $_POST['value_l2'] )); redirect('admin/menus'); } public function menu_show($id) { $this->load->model('Pages_model', 'pages'); $this->load->model('Menus_model', 'menus'); $data = array( 'section' => 'menus', 'pages' => $this->pages->all(), 'menu' => $this->menus->find($id) ); admin($this, 'admin/menus/show', $data); } public function menu_update() { $this->load->model('Menus_model', 'menus'); // $this->menus->greedy_update('*', array('parent' => NULL)); foreach ($_REQUEST['list'] as $menu) { $this->menus->greedy_update($menu['id'], $menu); } echo "Updated successfully !"; exit; } public function menu_del($id) { $this->load->model('Menus_model', 'menus'); $this->load->model('Langs_model', 'langs'); $menu = $this->menus->find($id); $this->langs->deleteCond(array('key' => $menu->key)); $this->menus->delete($id); redirect('admin/menus'); } public function langs() { $this->load->model('Langs_model', 'langs'); $data = array( 'section' => 'langs', 'langs' => $this->langs->all() ); admin($this, 'admin/langs/index', $data); } public function lang_save($id = NULL) { $this->load->model('Langs_model', 'langs'); if($id == NULL) $id = $this->langs->insert($_POST); else $this->langs->update($id, $_POST); echo json_encode(array('status' => "SUCCESS", 'id' => $id)); } public function lang_del($id) { $this->load->model('Langs_model', 'langs'); $this->langs->delete($id); echo json_encode(array('status' => "SUCCESS")); } }
{ "content_hash": "adc607501d3eac000deb5b530638c2a1", "timestamp": "", "source": "github", "line_count": 201, "max_line_length": 66, "avg_line_length": 24.895522388059703, "alnum_prop": 0.5237809752198241, "repo_name": "AdiechaHK/alex-app", "id": "e7cb8923bd53504e14933c5500f5b77d7a1cac54", "size": "5004", "binary": false, "copies": "1", "ref": "refs/heads/master", "path": "application/controllers/Admin.php", "mode": "33188", "license": "mit", "language": [ { "name": "ApacheConf", "bytes": "240" }, { "name": "CSS", "bytes": "58313" }, { "name": "HTML", "bytes": "8276788" }, { "name": "JavaScript", "bytes": "79222" }, { "name": "PHP", "bytes": "1792171" } ], "symlink_target": "" }
import Ember from 'ember'; export default Ember.Component.extend({ didInsertElement: function() { if(window && window.ace){ this.editor = window.ace.edit(this.get('element')); this.get('aceInit')(this.editor); this.editor.getSession().setValue(this.get('value')); this.editor.getSession().setFoldStyle("markbegin"); this.editor.on('change', function(){ this.set('value', this.editor.getSession().getValue()); }.bind(this)); let that = this; this.editor.commands.addCommand({ name: "Run", exec: function(){that.toggleProperty('runToggle');}, bindKey: {mac: "cmd-enter", win: "ctrl-enter"} }); } }, didReceiveAttrs() { this._super(...arguments); } });
{ "content_hash": "89e619d993b7179626b450bd91d7406a", "timestamp": "", "source": "github", "line_count": 28, "max_line_length": 71, "avg_line_length": 30.964285714285715, "alnum_prop": 0.5282583621683967, "repo_name": "jbfrederick/developer-tools", "id": "3d775cd3aef33ea936c282e8191091ac34c336bc", "size": "867", "binary": false, "copies": "1", "ref": "refs/heads/master", "path": "app/components/ace-editor.js", "mode": "33188", "license": "mit", "language": [ { "name": "CSS", "bytes": "75980" }, { "name": "HTML", "bytes": "70439" }, { "name": "JavaScript", "bytes": "129331" } ], "symlink_target": "" }
/** * \file * \brief memory object of anonymous type. * The object maintains a list of frames. * * The object maintains a list of frames and a list of vregions. * The lists are backed by slabs. * The slabs may have to be grown, * in which case the object will use #vspace_pinned_alloc. * * morecore uses this memory object so it cannot use malloc for its lists. * Therefore, this uses slabs and grows them using the pinned memory. */ /* * Copyright (c) 2009, 2010, 2011, ETH Zurich. * All rights reserved. * * This file is distributed under the terms in the attached LICENSE file. * If you do not find this file, copies can be found by writing to: * ETH Zurich D-INFK, Universitaetstrasse 6, CH-8092 Zurich. Attn: Systems Group. */ #include <string.h> #include <barrelfish/barrelfish.h> #include "vspace_internal.h" /** * \brief Map the memory object into a region * * \param memobj The memory object * \param region The region to add */ static errval_t map_region(struct memobj *memobj, struct vregion *vregion) { struct memobj_fixed *fixed = (struct memobj_fixed*) memobj; /* make sure we are not overshooting the end */ assert(memobj->size >= (vregion->offset + vregion->size)); /* the vregion must start at one of the backed frames */ if (vregion->offset % fixed->chunk_size) { return LIB_ERR_MEMOBJ_MAP_REGION; } if (fixed->vregion) { return LIB_ERR_MEMOBJ_VREGION_ALREADY_MAPPED; } fixed->vregion = vregion; return SYS_ERR_OK; } /** * \brief Unmap the memory object from a region * * \param memobj The memory object * \param region The region to remove */ static errval_t unmap_region(struct memobj *memobj, struct vregion *vregion) { struct memobj_fixed *fixed = (struct memobj_fixed*) memobj; errval_t err; if (fixed->vregion != vregion) { return LIB_ERR_VSPACE_VREGION_NOT_FOUND; } struct vspace *vspace = vregion_get_vspace(vregion); struct pmap *pmap = vspace_get_pmap(vspace); genvaddr_t vregion_base = vregion_get_base_addr(vregion); genvaddr_t vregion_offset = vregion_get_offset(vregion); err = pmap->f.unmap(pmap, vregion_base + vregion_offset, vregion->size, NULL); if (err_is_fail(err)) { return err_push(err, LIB_ERR_PMAP_UNMAP); } fixed->vregion = NULL; return SYS_ERR_OK; } /** * \brief Set the protection on a range * * \param memobj The memory object * \param region The vregion to modify the mappings on * \param offset Offset into the memory object * \param range The range of space to set the protection for * \param flags The protection flags */ static errval_t protect(struct memobj *memobj, struct vregion *vregion, genvaddr_t offset, size_t range, vs_prot_flags_t flags) { struct vspace *vspace = vregion_get_vspace(vregion); struct pmap *pmap = vspace_get_pmap(vspace); genvaddr_t base = vregion_get_base_addr(vregion); genvaddr_t vregion_offset = vregion_get_offset(vregion); errval_t err; size_t ret_size; err = pmap->f.modify_flags(pmap, base + offset + vregion_offset, range, flags, &ret_size); if (err_is_fail(err)) { return err_push(err, LIB_ERR_PMAP_MODIFY_FLAGS); } return SYS_ERR_OK; } /** * \brief Pin a range * * \param memobj The memory object * \param region The vregion to modify the state on * \param offset Offset into the memory object * \param range The range of space to pin */ static errval_t pin(struct memobj *memobj, struct vregion *vregion, genvaddr_t offset, size_t range) { USER_PANIC("NYI"); } /** * \brief Unpin a range * * \param memobj The memory object * \param region The vregion to modify the state on * \param offset Offset into the memory object * \param range The range of space to unpin */ static errval_t unpin(struct memobj *memobj, struct vregion *vregion, genvaddr_t offset, size_t range) { USER_PANIC("NYI"); } /** * \brief Set a frame for an offset into the memobj * * \param memobj The memory object * \param offset Offset into the memory object * \param frame The frame cap for the offset * \param offset The offset into the frame cap * * Pagefault relies on frames inserted in order */ static errval_t fill(struct memobj *memobj, genvaddr_t offset, struct capref frame, size_t frame_offset) { struct memobj_fixed *fixed = (struct memobj_fixed*) memobj; if (offset % fixed->chunk_size) { return LIB_ERR_MEMOBJ_FILL; } size_t slot = offset / fixed->chunk_size; if (slot >= fixed->count) { return LIB_ERR_MEMOBJ_WRONG_OFFSET; } if (!capref_is_null((fixed->frames[slot]))) { return LIB_ERR_MEMOBJ_DUPLICATE_FILL; } fixed->frames[slot] = frame; fixed->offsets[slot] = frame_offset; return SYS_ERR_OK; } /** * \brief Unmap/remove one frame from the end of the memobj * * \param memobj The memory object * \param offset The offset from which to remove a frame from * \param ret_frame Pointer to return the removed frame * */ static errval_t unfill(struct memobj *memobj, genvaddr_t offset, struct capref *ret_frame, genvaddr_t *ret_offset) { errval_t err; struct memobj_fixed *fixed = (struct memobj_fixed*) memobj; size_t slot = offset / fixed->chunk_size; if (slot >= fixed->count || capref_is_null(fixed->frames[slot])) { return LIB_ERR_MEMOBJ_UNFILL_TOO_HIGH_OFFSET; } if (fixed->vregion) { struct vregion *vregion = fixed->vregion; size_t retsize; struct vspace *vspace = vregion_get_vspace(vregion); struct pmap *pmap = vspace_get_pmap(vspace); genvaddr_t vregion_base = vregion_get_base_addr(vregion); genvaddr_t vregion_offset = vregion_get_offset(vregion); err = pmap->f.unmap(pmap, vregion_base + vregion_offset + offset, fixed->chunk_size, &retsize); if (err_is_fail(err)) { return err_push(err, LIB_ERR_PMAP_UNMAP); } assert(retsize == fixed->chunk_size); // Return the frame if (ret_offset) { *ret_offset = vregion_offset + offset; } } if (ret_frame) { *ret_frame = fixed->frames[slot]; } fixed->frames[slot] = NULL_CAP; return SYS_ERR_OK; } /** * \brief Page fault handler * * \param memobj The memory object * \param region The associated vregion * \param offset Offset into memory object of the page fault * \param type The fault type * * Locates the frame for the offset and maps it in. * Relies on fill inserting frames in order. */ static errval_t pagefault(struct memobj *memobj, struct vregion *vregion, genvaddr_t offset, vm_fault_type_t type) { errval_t err; struct memobj_fixed *fixed = (struct memobj_fixed*) memobj; assert(!(offset % fixed->chunk_size)); size_t slot = (vregion->offset + offset) / fixed->chunk_size; if (slot >= fixed->count) { return LIB_ERR_MEMOBJ_WRONG_OFFSET; } if (capref_is_null(fixed->frames[slot])) { return LIB_ERR_MEMOBJ_PAGEFAULT_HANDLER; } struct vspace *vspace = vregion_get_vspace(vregion); struct pmap *pmap = vspace_get_pmap(vspace); genvaddr_t base = vregion_get_base_addr(vregion); genvaddr_t vregion_offset = vregion_get_offset(vregion); vregion_flags_t flags = vregion_get_flags(vregion); err = pmap->f.map(pmap, base + vregion_offset + offset, fixed->frames[slot], fixed->offsets[slot], fixed->chunk_size, flags, NULL, NULL); if (err_is_fail(err)) { return err_push(err, LIB_ERR_PMAP_MAP); } return SYS_ERR_OK; } /** * \brief Free up some pages by placing them in the backing storage * * \param memobj The memory object * \param size The amount of space to free up * \param frames An array of capref frames to return the freed pages * \param num_frames The number of frames returned * * This will affect all the vregions that are associated with the object */ static errval_t pager_free(struct memobj *memobj, size_t size, struct capref *frames, size_t num_frames) { USER_PANIC("NYI"); } /** * \brief Initialize * * \param memobj The memory object * \param size Size of the memory region * \param flags Memory object specific flags * * This object handles multiple frames. * The frames are mapped in on demand. */ errval_t memobj_create_fixed(struct memobj_fixed *fixed, size_t size, memobj_flags_t flags, size_t count, size_t chunk_size) { struct memobj *memobj = &fixed->m; /* Generic portion */ memobj->f.map_region = map_region; memobj->f.unmap_region = unmap_region; memobj->f.protect = protect; memobj->f.pin = pin; memobj->f.unpin = unpin; memobj->f.fill = fill; memobj->f.unfill = unfill; memobj->f.pagefault = pagefault; memobj->f.pager_free = pager_free; assert(size == count * chunk_size); assert((chunk_size % BASE_PAGE_SIZE)==0); memobj->size = size; memobj->flags = flags; memobj->type = MEMOBJ_FIXED; /* specific portion */ fixed->count = count; fixed->chunk_size = chunk_size; fixed->vregion = NULL; fixed->frames = malloc(count * sizeof(struct capref)); if (!fixed->frames) { return LIB_ERR_MALLOC_FAIL; } memset(fixed->frames, 0, count * sizeof(struct capref)); fixed->offsets = malloc(count * sizeof(lpaddr_t)); if (!fixed->offsets) { return LIB_ERR_MALLOC_FAIL; } memset(fixed->offsets, 0, count * sizeof(lpaddr_t)); return SYS_ERR_OK; } /** * \brief Destroy the object * */ errval_t memobj_destroy_fixed(struct memobj *memobj) { struct memobj_fixed *m = (struct memobj_fixed *) memobj; errval_t err = SYS_ERR_OK; err = vregion_destroy(m->vregion); free(m->frames); free(m->offsets); return err; }
{ "content_hash": "a7114926335ddf3e04b4dfaa636c6215", "timestamp": "", "source": "github", "line_count": 374, "max_line_length": 81, "avg_line_length": 28.184491978609625, "alnum_prop": 0.615691110900294, "repo_name": "kishoredbn/barrelfish", "id": "61019e5ccf0930a2b4717ca9de0c5347387bbbdc", "size": "10541", "binary": false, "copies": "2", "ref": "refs/heads/master", "path": "lib/barrelfish/vspace/memobj_fixed.c", "mode": "33188", "license": "mit", "language": [ { "name": "Assembly", "bytes": "2589287" }, { "name": "Awk", "bytes": "9178" }, { "name": "Batchfile", "bytes": "49856" }, { "name": "C", "bytes": "77396109" }, { "name": "C++", "bytes": "14632842" }, { "name": "CMake", "bytes": "5175" }, { "name": "CSS", "bytes": "1905" }, { "name": "DIGITAL Command Language", "bytes": "278456" }, { "name": "Emacs Lisp", "bytes": "23337" }, { "name": "Gnuplot", "bytes": "3383" }, { "name": "Groff", "bytes": "407423" }, { "name": "HTML", "bytes": "377310" }, { "name": "Haskell", "bytes": "147463" }, { "name": "Lex", "bytes": "2872" }, { "name": "Logos", "bytes": "31891" }, { "name": "Makefile", "bytes": "850866" }, { "name": "Objective-C", "bytes": "43119" }, { "name": "Perl", "bytes": "2688059" }, { "name": "Perl6", "bytes": "255974" }, { "name": "Prolog", "bytes": "2571678" }, { "name": "Protocol Buffer", "bytes": "2764" }, { "name": "Scheme", "bytes": "4249" }, { "name": "Scilab", "bytes": "5315" }, { "name": "Shell", "bytes": "719683" }, { "name": "SuperCollider", "bytes": "8638" }, { "name": "Tcl", "bytes": "18714" }, { "name": "TeX", "bytes": "411611" }, { "name": "XS", "bytes": "4319" }, { "name": "XSLT", "bytes": "1792" }, { "name": "Yacc", "bytes": "11190" }, { "name": "eC", "bytes": "5079" } ], "symlink_target": "" }
namespace SerializationUtilities.SerializationGraph { public enum SerializedDataType : byte { Boolean, Number, String, DataSequence, Type, Object } }
{ "content_hash": "944bfb30baa2136b2a6692c4c96e08ae", "timestamp": "", "source": "github", "line_count": 12, "max_line_length": 52, "avg_line_length": 13.833333333333334, "alnum_prop": 0.7349397590361446, "repo_name": "GAIPS-INESC-ID/FAtiMA-Emotional-Appraisal", "id": "1ffea7d02b8a21ee8b5415e72c7f9aa8d3b3fa1e", "size": "168", "binary": false, "copies": "2", "ref": "refs/heads/master", "path": "Utilities/SerializationUtilities/SerializationGraph/SerializedDataType.cs", "mode": "33188", "license": "apache-2.0", "language": [ { "name": "Batchfile", "bytes": "2243" }, { "name": "C#", "bytes": "498495" } ], "symlink_target": "" }
import * as ng from "angular"; import * as angular from "angular"; import gridster from "angular-gridster"; var myApp = angular.module("testModule", ["gridster"]); // configure gridster's global options myApp.run(["gridsterConfig", (gridsterConfig: angular.gridster.GridsterConfig) => { gridsterConfig.mobileBreakPoint = 697; gridsterConfig.colWidth = "100"; gridsterConfig.rowHeight = "100"; gridsterConfig.minColumns = 1; gridsterConfig.columns = 20; gridsterConfig.margins = [5, 5]; gridsterConfig.minSizeX = 2; gridsterConfig.minSizeY = 2; gridsterConfig.outerMargin = true; gridsterConfig.pushing = true; gridsterConfig.floating = true; gridsterConfig.swapping = true; gridsterConfig.draggable = { enabled: true}; gridsterConfig.resizable = { enabled: true, handles: ["n", "s", "e", "w", "ne", "se", "sw", "nw"]}; } ]);
{ "content_hash": "048ae298fed5c1f7496062ab589242e9", "timestamp": "", "source": "github", "line_count": 27, "max_line_length": 92, "avg_line_length": 36.370370370370374, "alnum_prop": 0.620162932790224, "repo_name": "micurs/DefinitelyTyped", "id": "7333a20f4d9704460aa04e0148a9cae7744bdaa8", "size": "982", "binary": false, "copies": "11", "ref": "refs/heads/master", "path": "angular-gridster/angular-gridster-tests.ts", "mode": "33188", "license": "mit", "language": [ { "name": "CoffeeScript", "bytes": "15" }, { "name": "Protocol Buffer", "bytes": "678" }, { "name": "TypeScript", "bytes": "18084911" } ], "symlink_target": "" }
import React from 'react'; import { Link } from 'react-router'; import { connect } from 'react-redux'; import { push } from 'react-router-redux'; import classNames from 'classnames'; import { authLogoutAndRedirect } from './actions/auth'; import './styles/main.scss'; class App extends React.Component { static propTypes = { isAuthenticated: React.PropTypes.bool.isRequired, children: React.PropTypes.shape().isRequired, dispatch: React.PropTypes.func.isRequired, pathName: React.PropTypes.string.isRequired }; logout = () => { this.props.dispatch(authLogoutAndRedirect()); }; goToIndex = () => { this.props.dispatch(push('/')); }; goToProtected = () => { this.props.dispatch(push('/protected')); }; goToDashboard = () => { this.props.dispatch(push('/dashboard')); }; render() { const homeClass = classNames({ active: this.props.pathName === '/' }); // const protectedClass = classNames({ // active: this.props.pathName === '/protected' // }); const loginClass = classNames({ active: this.props.pathName === '/login' }); const registerClass = classNames({ active: this.props.pathName === '/register' }); const dashboardClass = classNames({ active: this.props.pathName === '/dashboard' }); return ( <div className="app"> {/* <nav className="navbar navbar-inverse navbar-embossed">*/} <div> <div id="logo"> <a tabIndex="0" onClick={this.goToIndex}> CRUDNS </a> </div> <div id="navbar"> {this.props.isAuthenticated ? <ul> <li className={homeClass}> <a className="js-go-to-index-button" tabIndex="0" onClick={this.goToIndex}> <i className="fa fa-home"/> Home </a> </li> <li className={dashboardClass}> <a className="js-go-to-dashboard-button" tabIndex="0" onClick={this.goToDashboard} > <i className="fa fa-tachometer"/> Dashboard </a> </li> <li> <a className="js-logout-button" tabIndex="0" onClick={this.logout}> Logout </a> </li> </ul> : <ul> <li className={homeClass}> <a className="js-go-to-index-button" tabIndex="0" onClick={this.goToIndex}> <i className="fa fa-home"/> Home </a> </li> <li className={loginClass}> <Link className="js-login-button" to="/login">Login</Link> </li> <li className={registerClass}> <Link className="js-login-button" to="/register">Register</Link> </li> </ul> } </div> </div> <div> <div className="row"> <div className="col-lg-12"> {this.props.children}</div> </div> </div> </div> ); } } const mapStateToProps = (state, ownProps) => { return { isAuthenticated: state.auth.isAuthenticated, pathName: ownProps.location.pathname }; }; export default connect(mapStateToProps)(App); export { App as AppNotConnected };
{ "content_hash": "18825b719b7cabc4f4a6eba3dc7b07f6", "timestamp": "", "source": "github", "line_count": 120, "max_line_length": 111, "avg_line_length": 36.708333333333336, "alnum_prop": 0.4024971623155505, "repo_name": "CRUDNS/CRUDNS", "id": "42ca3015c7eeea6c1b84a7cfaf396149eb42ecd6", "size": "4405", "binary": false, "copies": "1", "ref": "refs/heads/master", "path": "src/static/app.js", "mode": "33188", "license": "mit", "language": [ { "name": "CSS", "bytes": "10915" }, { "name": "HTML", "bytes": "239" }, { "name": "JavaScript", "bytes": "158967" }, { "name": "Python", "bytes": "63832" }, { "name": "Shell", "bytes": "5443" } ], "symlink_target": "" }
package org.apache.sandesha2.policy.builders; import javax.xml.namespace.QName; import org.apache.axiom.om.OMElement; import org.apache.neethi.Assertion; import org.apache.neethi.AssertionBuilderFactory; import org.apache.neethi.builders.AssertionBuilder; import org.apache.sandesha2.Sandesha2Constants; import org.apache.sandesha2.policy.SandeshaPolicyBean; public class SequenceRemovalTimeoutMeasureAssertionBuilder implements AssertionBuilder<OMElement> { public QName[] getKnownElements() { return new QName[] { Sandesha2Constants.Assertions.Q_ELEM_SEQUENCE_REMOVAL_TIMEOUT_MEASURES }; } public Assertion build(OMElement element, AssertionBuilderFactory factory) throws IllegalArgumentException { final String value = element.getText().trim(); return new SandeshaPropertyAssertion() { public void apply(SandeshaPolicyBean propertyBean) { propertyBean.setSequenceRemovalTimeoutMeasure(value); } }; } }
{ "content_hash": "76f97302d0713e8729a385e95fdda1af", "timestamp": "", "source": "github", "line_count": 26, "max_line_length": 112, "avg_line_length": 38.38461538461539, "alnum_prop": 0.7615230460921844, "repo_name": "apache/sandesha", "id": "24046075aac48e356eaa9e4adbee0ff372b0ea53", "size": "1799", "binary": false, "copies": "3", "ref": "refs/heads/trunk", "path": "modules/core/src/main/java/org/apache/sandesha2/policy/builders/SequenceRemovalTimeoutMeasureAssertionBuilder.java", "mode": "33188", "license": "apache-2.0", "language": [ { "name": "Batchfile", "bytes": "4294" }, { "name": "HTML", "bytes": "5419" }, { "name": "Java", "bytes": "1610505" }, { "name": "Shell", "bytes": "5036" } ], "symlink_target": "" }
using System.Web.Mvc; using System.Web.Routing; using FluentValidation.Mvc; namespace IdentityStart { public class MvcApplication : System.Web.HttpApplication { protected void Application_Start() { AreaRegistration.RegisterAllAreas(); RouteConfig.RegisterRoutes(RouteTable.Routes); FluentValidationModelValidatorProvider.Configure(); } } }
{ "content_hash": "0646056a1b1c90f403ec3b60c5959ecd", "timestamp": "", "source": "github", "line_count": 17, "max_line_length": 63, "avg_line_length": 24.41176470588235, "alnum_prop": 0.6795180722891566, "repo_name": "sukhoi1/.NET-MVC-IdentityStart", "id": "3fe064ef9bd9f6e7552d13ea4ba53e2d186621ba", "size": "417", "binary": false, "copies": "1", "ref": "refs/heads/master", "path": "IdentityStart/Global.asax.cs", "mode": "33188", "license": "mit", "language": [ { "name": "ASP", "bytes": "104" }, { "name": "C#", "bytes": "23437" }, { "name": "CSS", "bytes": "342" } ], "symlink_target": "" }
package org.apache.catalina.tribes.test; import java.nio.channels.SelectionKey; import java.nio.channels.Selector; import java.util.Iterator; import org.apache.catalina.tribes.Channel; import org.apache.catalina.tribes.Member; import org.apache.catalina.tribes.io.ChannelData; import org.apache.catalina.tribes.io.XByteBuffer; import org.apache.catalina.tribes.membership.MemberImpl; import org.apache.catalina.tribes.transport.nio.NioSender; public class NioSenderTest { private Selector selector = null; private int counter = 0; Member mbr; private static int testOptions = Channel.SEND_OPTIONS_DEFAULT; public NioSenderTest() { // Default constructor } public synchronized int inc() { return ++counter; } public synchronized ChannelData getMessage(Member mbr) { String msg = "Thread-"+Thread.currentThread().getName()+" Message:"+inc(); ChannelData data = new ChannelData(true); data.setMessage(new XByteBuffer(msg.getBytes(),false)); data.setAddress(mbr); return data; } public void init() throws Exception { selector = Selector.open(); mbr = new MemberImpl("localhost",4444,0); NioSender sender = new NioSender(); sender.setDestination(mbr); sender.setDirectBuffer(true); sender.setSelector(selector); sender.setMessage(XByteBuffer.createDataPackage(getMessage(mbr))); sender.connect(); } public void run() { while (true) { int selectedKeys = 0; try { selectedKeys = selector.select(100); // if ( selectedKeys == 0 ) { // System.out.println("No registered interests. Sleeping for a second."); // Thread.sleep(100); } catch (Exception e) { e.printStackTrace(); continue; } if (selectedKeys == 0) { continue; } Iterator<SelectionKey> it = selector.selectedKeys().iterator(); while (it.hasNext()) { SelectionKey sk = it.next(); it.remove(); try { int readyOps = sk.readyOps(); sk.interestOps(sk.interestOps() & ~readyOps); NioSender sender = (NioSender) sk.attachment(); if ( sender.process(sk, (testOptions&Channel.SEND_OPTIONS_USE_ACK)==Channel.SEND_OPTIONS_USE_ACK) ) { System.out.println("Message completed for handler:"+sender); Thread.sleep(2000); sender.reset(); sender.setMessage(XByteBuffer.createDataPackage(getMessage(mbr))); } } catch (Throwable t) { t.printStackTrace(); return; } } } } public static void main(String[] args) throws Exception { NioSenderTest sender = new NioSenderTest(); sender.init(); sender.run(); } }
{ "content_hash": "4a689bd2abd4f00ebcd3b82c612df3ab", "timestamp": "", "source": "github", "line_count": 95, "max_line_length": 121, "avg_line_length": 33.294736842105266, "alnum_prop": 0.5605437875434713, "repo_name": "apache/tomcat", "id": "43c7112832f3cb8d541733e1057c7836a742b6d8", "size": "3965", "binary": false, "copies": "3", "ref": "refs/heads/main", "path": "test/org/apache/catalina/tribes/test/NioSenderTest.java", "mode": "33188", "license": "apache-2.0", "language": [ { "name": "Batchfile", "bytes": "46836" }, { "name": "C", "bytes": "2397" }, { "name": "CSS", "bytes": "18877" }, { "name": "Dockerfile", "bytes": "2797" }, { "name": "HTML", "bytes": "319786" }, { "name": "Java", "bytes": "22300522" }, { "name": "NSIS", "bytes": "47200" }, { "name": "Perl", "bytes": "16892" }, { "name": "Shell", "bytes": "62140" }, { "name": "XSLT", "bytes": "29559" } ], "symlink_target": "" }
class NodeAT6 < Formula desc "Platform built on V8 to build network applications" homepage "https://nodejs.org/" url "https://nodejs.org/dist/v6.13.1/node-v6.13.1.tar.xz" sha256 "c437350b476503a0f5605a5cc08bc41fe3bdb8ec100939ec7ea6600e44d56a46" head "https://github.com/nodejs/node.git", :branch => "v6.x-staging" bottle do sha256 "d55206aaa7976f07a8cd20479636302ddcd8fc6d8f203ec496994e6972dc7724" => :high_sierra sha256 "b771ccdb95320a8c10798322e63dff966d0276daec4992b294c25bb1959617ff" => :sierra sha256 "6ada9c624eecd1b1a321db083a844c5ece03242b0f723ab70314f954105e9415" => :el_capitan end keg_only :versioned_formula option "with-debug", "Build with debugger hooks" option "with-openssl", "Build against Homebrew's OpenSSL instead of the bundled OpenSSL" option "without-npm", "npm will not be installed" option "without-completion", "npm bash completion will not be installed" option "with-full-icu", "Build with full-icu (all locales) instead of small-icu (English only)" depends_on "python@2" => :build if MacOS.version <= :snow_leopard depends_on "pkg-config" => :build depends_on "openssl" => :optional # Per upstream - "Need g++ 4.8 or clang++ 3.4". fails_with :clang if MacOS.version <= :snow_leopard fails_with :gcc_4_0 fails_with :gcc ("4.3".."4.7").each do |n| fails_with :gcc => n end resource "icu4c" do url "https://ssl.icu-project.org/files/icu4c/58.2/icu4c-58_2-src.tgz" version "58.2" sha256 "2b0a4410153a9b20de0e20c7d8b66049a72aef244b53683d0d7521371683da0c" end def install args = ["--prefix=#{prefix}"] args << "--without-npm" if build.without? "npm" args << "--debug" if build.with? "debug" args << "--shared-openssl" if build.with? "openssl" if build.with? "full-icu" resource("icu4c").stage buildpath/"deps/icu" args << "--with-intl=full-icu" end system "./configure", *args system "make", "install" end def post_install return if build.without? "npm" (lib/"node_modules/npm/npmrc").atomic_write <<~EOS prefix = #{HOMEBREW_PREFIX} python = /usr/bin/python EOS end def caveats s = "" if build.without? "npm" s += <<~EOS Homebrew has NOT installed npm. If you later install it, you should supplement your NODE_PATH with the npm module folder: #{HOMEBREW_PREFIX}/lib/node_modules EOS end if build.without? "full-icu" s += <<~EOS Please note by default only English locale support is provided. If you need full locale support you should either rebuild with full icu: `brew reinstall node --with-full-icu` or add full icu data at runtime following: https://github.com/nodejs/node/wiki/Intl#using-and-customizing-the-small-icu-build EOS end s end test do path = testpath/"test.js" path.write "console.log('hello');" output = shell_output("#{bin}/node #{path}").strip assert_equal "hello", output output = shell_output("#{bin}/node -e 'console.log(new Intl.NumberFormat(\"en-EN\").format(1234.56))'").strip assert_equal "1,234.56", output if build.with? "full-icu" output = shell_output("#{bin}/node -e 'console.log(new Intl.NumberFormat(\"de-DE\").format(1234.56))'").strip assert_equal "1.234,56", output end if build.with? "npm" # make sure npm can find node ENV.prepend_path "PATH", opt_bin ENV.delete "NVM_NODEJS_ORG_MIRROR" assert_equal which("node"), opt_bin/"node" assert_predicate bin/"npm", :exist?, "npm must exist" assert_predicate bin/"npm", :executable?, "npm must be executable" npm_args = ["-ddd", "--cache=#{HOMEBREW_CACHE}/npm_cache", "--build-from-source"] system "#{bin}/npm", *npm_args, "install", "npm@latest" system "#{bin}/npm", *npm_args, "install", "bignum" unless head? end end end
{ "content_hash": "d92b94ec6e04a16d9ca1efbb081ff115", "timestamp": "", "source": "github", "line_count": 113, "max_line_length": 115, "avg_line_length": 34.76106194690266, "alnum_prop": 0.6614052953156823, "repo_name": "aren55555/homebrew-core", "id": "3780e49e5ce4b82ecdddd03565261700b99f79c6", "size": "3928", "binary": false, "copies": "1", "ref": "refs/heads/master", "path": "Formula/node@6.rb", "mode": "33188", "license": "bsd-2-clause", "language": [ { "name": "Perl", "bytes": "628" }, { "name": "Ruby", "bytes": "7774133" } ], "symlink_target": "" }
ACCEPTED #### According to Interim Register of Marine and Nonmarine Genera #### Published in Geol. Jb. 86: 537. #### Original name null ### Remarks null
{ "content_hash": "4e45fcd19e31b4751bca8b1cb58c9d64", "timestamp": "", "source": "github", "line_count": 13, "max_line_length": 47, "avg_line_length": 12, "alnum_prop": 0.6987179487179487, "repo_name": "mdoering/backbone", "id": "ac49809acf8d345bc178aa92f8fb9adce8ee0fff", "size": "209", "binary": false, "copies": "1", "ref": "refs/heads/master", "path": "life/Protozoa/Dinophyta/Dinophyceae/Peridiniales/Cladopyxidaceae/Fibradinium/README.md", "mode": "33188", "license": "apache-2.0", "language": [], "symlink_target": "" }
/* * create map of shows, seasons, episodes * @param {data} * @return {map} */ function ShowGuide(data){ let showMap = new Map(); let seasonMap; let season; let episodes; for (let i=0; i < data.length; i++){ //if show exists retrieve it to insert more if (showMap.has(data[i].showid)){ let show = showMap.get(data[i].showid); //if show and season already exist, insert episodes in map if (show.season.has(data[i].seasonnumber)){ episodes = show.season.get(data[i].seasonnumber); episode = { 'episodenumber': data[i].episodenumber, 'episodetitle': data[i].episodetitle }; episodes.push(episode); } else { //season does not exist, insert season and episode in map episodes = [{ 'episodenumber': data[i].episodenumber, 'episodetitle': data[i].episodetitle }]; show.season = seasonMap.set(data[i].seasonnumber, episodes); } } else { //show doesn't exist, create it with season and episode seasonMap = new Map(); episodes = [{ 'episodenumber': data[i].episodenumber, 'episodetitle': data[i].episodetitle }]; seasonMap.set(data[i].seasonnumber, episodes); showMap.set(data[i].showid, {'showtitle': data[i].showtitle, 'season': seasonMap}); } } return showMap; } //data used in example const data = [ {"showid": 1234, "showtitle": "Game of Thrones", "seasonnumber": 1, "episodenumber": 1, "episodetitle": "Winter Is Coming"}, {"showid": 1234, "showtitle": "Game of Thrones", "seasonnumber": 1, "episodenumber": 2, "episodetitle": "The Kingsroad"}, {"showid": 1234, "showtitle": "Game of Thrones", "seasonnumber": 1, "episodenumber": 3, "episodetitle": "Lord Snow"}, {"showid": 1234, "showtitle": "Game of Thrones", "seasonnumber": 2, "episodenumber": 1, "episodetitle": "The North Remembers"}, {"showid": 1234, "showtitle": "Game of Thrones", "seasonnumber": 2, "episodenumber": 2, "episodetitle": "The Night Lands"}, {"showid": 1234, "showtitle": "Game of Thrones", "seasonnumber": 2, "episodenumber": 3, "episodetitle": "What Is Dead May Never Die"}, {"showid": 2345, "showtitle": "Stranger Things", "seasonnumber": 1, "episodenumber": 1, "episodetitle": "The Vanishing of Will Byers"}, {"showid": 2345, "showtitle": "Stranger Things", "seasonnumber": 1, "episodenumber": 2, "episodetitle": "The Weirdo on Maple Street"}, {"showid": 2345, "showtitle": "Stranger Things", "seasonnumber": 1, "episodenumber": 3, "episodetitle": "Holly, Jolly"}, {"showid": 2345, "showtitle": "Stranger Things", "seasonnumber": 2, "episodenumber": 1, "episodetitle": "Madmax"}, {"showid": 2345, "showtitle": "Stranger Things", "seasonnumber": 2, "episodenumber": 2, "episodetitle": "The Boy Who Came Back to Life" } ]; myShowGuide = new ShowGuide(data); let gotShows = myShowGuide.get(1234); let gotSeasonOne = gotShows.season.get(1); let gotSeasonTwo = gotShows.season.get(2); let stShows = myShowGuide.get(2345); let stSeasonOne = stShows.season.get(1); let stSeasonTwo = stShows.season.get(2); let mapKeys = myShowGuide.keys(); let mapValues = myShowGuide.values();
{ "content_hash": "f856b760b9b656bdd7821ef1c9d21d2c", "timestamp": "", "source": "github", "line_count": 69, "max_line_length": 141, "avg_line_length": 49.710144927536234, "alnum_prop": 0.6049562682215743, "repo_name": "emangor/portfolio-website", "id": "d3ff5b8d5a07b3844674adf0bab0e20d3236c4ce", "size": "3430", "binary": false, "copies": "1", "ref": "refs/heads/master", "path": "public/js/code/nested_hash_map.js", "mode": "33188", "license": "mit", "language": [ { "name": "CSS", "bytes": "15684" }, { "name": "HTML", "bytes": "8390" }, { "name": "JavaScript", "bytes": "818545" } ], "symlink_target": "" }
using namespace BloombergLP; using namespace std; //============================================================================= // TEST PLAN //----------------------------------------------------------------------------- // Overview // -------- // TBD //----------------------------------------------------------------------------- // [ 1] bslmf::IsPointerToMember // [ 2] USAGE EXAMPLE //============================================================================= // STANDARD BDE ASSERT TEST MACRO //----------------------------------------------------------------------------- static int testStatus = 0; static void aSsErT(int c, const char *s, int i) { if (c) { cout << "Error " << __FILE__ << "(" << i << "): " << s << " (failed)" << endl; if (testStatus >= 0 && testStatus <= 100) ++testStatus; } } #define ASSERT(X) { aSsErT(!(X), #X, __LINE__); } //----------------------------------------------------------------------------- #define LOOP_ASSERT(I,X) { \ if (!(X)) { cout << #I << ": " << I << "\n"; aSsErT(1, #X, __LINE__);}} #define LOOP2_ASSERT(I,J,X) { \ if (!(X)) { cout << #I << ": " << I << "\t" << #J << ": " \ << J << "\n"; aSsErT(1, #X, __LINE__); } } //============================================================================= #define P(X) cout << #X " = " << (X) << endl; // Print identifier and value. #define Q(X) cout << "<| " #X " |>" << endl; // Quote identifier literally. #define P_(X) cout << #X " = " << (X) << ", " << flush; // P(X) without '\n' #define L_ __LINE__ // current Line number #define T_() cout << '\t' << flush; // Print tab w/o linefeed. //============================================================================= // GLOBAL TYPEDEFS/CONSTANTS FOR TESTING //----------------------------------------------------------------------------- enum Enum {}; struct Struct {}; union Union {}; class Base {}; class Derived : public Base {}; class Poly { virtual ~Poly(); }; class DerivedPoly : public Poly { ~DerivedPoly(); }; // Note: Sun's CC compiler necessitates these typedef's. typedef int (Struct::* PMF00)(); typedef int (Struct::* PMF00c)() const; typedef int (Struct::* PMF00v)() volatile; typedef int (Struct::* PMF00cv)() const volatile; typedef int (Struct::* const PMF01)(int); typedef int (Struct::* const PMF01c)(int) const; typedef int (Struct::* const PMF01v)(int) volatile; typedef int (Struct::* const PMF01cv)(int) const volatile; typedef int (Struct::* volatile PMF02)(short, int&); typedef int (Struct::* volatile PMF02c)(short, int&) const; typedef int (Struct::* volatile PMF02v)(short, int&) volatile; typedef int (Struct::* volatile PMF02cv)(short, int&) const volatile; typedef int (Struct::* volatile PMF03)(void *[4][4], short, int&); typedef int (Struct::* volatile PMF03c)(void *[4][4], short, int&) const; typedef int (Struct::* volatile PMF03v)(void *[4][4], short, int&) volatile; typedef int (Struct::* volatile PMF03cv)(void *[4][4], short, int&) const volatile; typedef int (Struct::* const volatile PMF04) (int*, const char *, float, double); typedef int (Struct::* const volatile PMF04c) (int*, const char *, float, double) const; typedef int (Struct::* const volatile PMF04v) (int*, const char *, float, double) volatile; typedef int (Struct::* const volatile PMF04cv) (int*, const char *, float, double) const volatile; typedef char (Base::* PMF05)(int*, const char *, float, double, Union&); typedef char (Base::* PMF05c)(int*, const char *, float, double, Union&) const; typedef char (Base::* PMF05v)(int*, const char *, float, double, Union&) volatile; typedef char (Base::* PMF05cv)(int*, const char *, float, double, Union&) const volatile; typedef char (Base::* const PMF06) (int*, const char *, float, double, Union&, const int&); typedef char (Base::* const PMF06c) (int*, const char *, float, double, Union&, const int&) const; typedef char (Base::* const PMF06v) (int*, const char *, float, double, Union&, const int&) volatile; typedef char (Base::* const PMF06cv) (int*, const char *, float, double, Union&, const int&) const volatile; typedef char (Base::* volatile PMF07) (int*, const char *, float, double, Union&, const int&, long); typedef char (Base::* volatile PMF07c) (int*, const char *, float, double, Union&, const int&, long) const; typedef char (Base::* volatile PMF07v) (int*, const char *, float, double, Union&, const int&, long) volatile; typedef char (Base::* volatile PMF07cv) (int*, const char *, float, double, Union&, const int&, long) const volatile; typedef char (Base::* const volatile PMF08) ( int*, const char *, float, double, Union&, const int&, long, float*[54]); typedef char (Base::* const volatile PMF08c) ( int*, const char *, float, double, Union&, const int&, long, float*[54]) const; typedef char (Base::* const volatile PMF08v) (int*, const char *, float, double, Union&, const int&, long, float*[54]) volatile; typedef char (Base::* const volatile PMF08cv) (int*, const char *, float, double, Union&, const int&, long, float*[54]) const volatile; typedef int (DerivedPoly::* volatile& PMF09)( int*, const char *, float, double, Union&, const int&, long, float*[54], Enum); typedef int (DerivedPoly::* volatile& PMF09c)( int*, const char *, float, double, Union&, const int&, long, float*[54], Enum) const; typedef int (DerivedPoly::* volatile& PMF09v)(int*, const char *, float, double, Union&, const int&, long, float*[54], Enum) volatile; typedef int (DerivedPoly::* volatile& PMF09cv)(int*, const char *, float, double, Union&, const int&, long, float*[54], Enum) const volatile; typedef int (DerivedPoly::* const volatile& PMF10)( int*, const char *, float, double, Union&, const int&, long, float*[54], Enum, char); typedef int (DerivedPoly::* const volatile& PMF10c)( int*, const char *, float, double, Union&, const int&, long, float*[54], Enum, char) const; typedef int (DerivedPoly::* const volatile& PMF10v)(int*, const char *, float, double, Union&, const int&, long, float*[54], Enum, char) volatile; typedef int (DerivedPoly::* const volatile& PMF10cv)(int*, const char *, float, double, Union&, const int&, long, float*[54], Enum, char) const volatile; //============================================================================= // CLASSES, ETC. FOR TESTING USAGE EXAMPLES //----------------------------------------------------------------------------- ///Usage ///----- // For example: //.. struct MyStruct {}; enum MyEnum {}; class MyClass {}; // typedef int (MyClass::* PMFdRi)(double, int&); typedef int (MyClass::* PMFCe)(MyEnum) const; // // continued below ... //============================================================================= // MAIN PROGRAM //----------------------------------------------------------------------------- int main(int argc, char *argv[]) { int test = argc > 1 ? atoi(argv[1]) : 0; int verbose = argc > 2; // int veryVerbose = argc > 3; cout << "TEST " << __FILE__ << " CASE " << test << endl; switch (test) { case 0: // Zero is always the leading case. case 2: { // -------------------------------------------------------------------- // USAGE EXAMPLE // Simple example illustrating use of 'bslmf::IsPointerToMember'. // // Concerns: // // Plan: // // Tactics: // - Add-Hoc Data Selection Method // - Brute-Force implementation technique // // Testing: // USAGE EXAMPLE // -------------------------------------------------------------------- if (verbose) cout << endl << "USAGE EXAMPLE" << endl << "=============" << endl; // continued from above ... //.. ASSERT(0 == bslmf::IsPointerToMember<int *>::value); ASSERT(0 == bslmf::IsPointerToMember< MyStruct *>::value); ASSERT(1 == bslmf::IsPointerToMember<int MyStruct::* >::value); ASSERT(0 == bslmf::IsPointerToMember<int MyStruct::*& >::value); ASSERT(0 == bslmf::IsPointerToMember<int MyStruct::* *>::value); ASSERT(1 == bslmf::IsPointerToMemberData<int MyStruct::*>::value); ASSERT(0 == bslmf::IsPointerToMemberData<PMFdRi >::value); ASSERT(1 == bslmf::IsPointerToMember<PMFdRi >::value); ASSERT(0 == bslmf::IsPointerToMember<PMFdRi&>::value); ASSERT(1 == bslmf::IsPointerToMember<PMFCe >::value); ASSERT(0 == bslmf::IsPointerToMember<PMFCe& >::value); ASSERT(1 == bslmf::IsPointerToMemberFunction<PMFdRi >::value); ASSERT(0 == bslmf::IsPointerToMemberFunction<int MyClass::*>::value); //.. } break; case 1: { // -------------------------------------------------------------------- // Test Plan: // Instantiate 'bslmf::IsPointerToMember' with various types and // verify that their 'VALUE' member is initialized properly. // -------------------------------------------------------------------- if (verbose) cout << endl << "bslmf::IsPointerToMember" << endl << "========================" << endl; ASSERT(0 == bslmf::IsPointerToMember<int >::value); ASSERT(0 == bslmf::IsPointerToMember<int const >::value); ASSERT(0 == bslmf::IsPointerToMember<int volatile >::value); ASSERT(0 == bslmf::IsPointerToMember<int const volatile>::value); ASSERT(0 == bslmf::IsPointerToMember<int& >::value); ASSERT(0 == bslmf::IsPointerToMember<int const& >::value); ASSERT(0 == bslmf::IsPointerToMember<int volatile& >::value); ASSERT(0 == bslmf::IsPointerToMember<int const volatile&>::value); ASSERT(0 == bslmf::IsPointerToMember<Enum >::value); ASSERT(0 == bslmf::IsPointerToMember<Enum const >::value); ASSERT(0 == bslmf::IsPointerToMember<Enum volatile >::value); ASSERT(0 == bslmf::IsPointerToMember<Enum const volatile>::value); ASSERT(0 == bslmf::IsPointerToMember<int * >::value); ASSERT(0 == bslmf::IsPointerToMember<int *const >::value); ASSERT(0 == bslmf::IsPointerToMember<int *volatile >::value); ASSERT(0 == bslmf::IsPointerToMember<int *const volatile >::value); ASSERT(0 == bslmf::IsPointerToMember<int const * >::value); ASSERT(0 == bslmf::IsPointerToMember<int const *const >::value); ASSERT(0 == bslmf::IsPointerToMember<int const *volatile >::value); ASSERT(0 == bslmf::IsPointerToMember<int const *const volatile >::value); ASSERT(0 == bslmf::IsPointerToMember<int volatile * >::value); ASSERT(0 == bslmf::IsPointerToMember<int volatile *const >::value); ASSERT(0 == bslmf::IsPointerToMember<int volatile *volatile >::value); ASSERT(0 == bslmf::IsPointerToMember<int volatile *const volatile >::value); ASSERT(0 == bslmf::IsPointerToMember<int const volatile * >::value); ASSERT(0 == bslmf::IsPointerToMember<int const volatile *const >::value); ASSERT(0 == bslmf::IsPointerToMember<int const volatile *volatile >::value); ASSERT(0 == bslmf::IsPointerToMember<int const volatile *const volatile>::value); ASSERT(0 == bslmf::IsPointerToMember<Struct * >::value); ASSERT(0 == bslmf::IsPointerToMember<Struct *const >::value); ASSERT(0 == bslmf::IsPointerToMember<Struct *volatile >::value); ASSERT(0 == bslmf::IsPointerToMember<Struct *const volatile>::value); ASSERT(0 == bslmf::IsPointerToMember<Struct >::value); ASSERT(0 == bslmf::IsPointerToMember<Struct const >::value); ASSERT(0 == bslmf::IsPointerToMember<Struct volatile >::value); ASSERT(0 == bslmf::IsPointerToMember<Struct const volatile>::value); ASSERT(0 == bslmf::IsPointerToMember<Struct& >::value); ASSERT(0 == bslmf::IsPointerToMember<Struct const& >::value); ASSERT(0 == bslmf::IsPointerToMember<Struct volatile& >::value); ASSERT(0 == bslmf::IsPointerToMember<Struct const volatile&>::value); ASSERT(0 == bslmf::IsPointerToMember<Union >::value); ASSERT(0 == bslmf::IsPointerToMember<Union const >::value); ASSERT(0 == bslmf::IsPointerToMember<Union volatile >::value); ASSERT(0 == bslmf::IsPointerToMember<Union const volatile>::value); ASSERT(0 == bslmf::IsPointerToMember<Union& >::value); ASSERT(0 == bslmf::IsPointerToMember<Union const& >::value); ASSERT(0 == bslmf::IsPointerToMember<Union volatile& >::value); ASSERT(0 == bslmf::IsPointerToMember<Union const volatile&>::value); ASSERT(0 == bslmf::IsPointerToMember<Base >::value); ASSERT(0 == bslmf::IsPointerToMember<Base const >::value); ASSERT(0 == bslmf::IsPointerToMember<Base volatile >::value); ASSERT(0 == bslmf::IsPointerToMember<Base const volatile>::value); ASSERT(0 == bslmf::IsPointerToMember<Base& >::value); ASSERT(0 == bslmf::IsPointerToMember<Base const& >::value); ASSERT(0 == bslmf::IsPointerToMember<Base volatile& >::value); ASSERT(0 == bslmf::IsPointerToMember<Base const volatile&>::value); ASSERT(0 == bslmf::IsPointerToMember<Derived >::value); ASSERT(0 == bslmf::IsPointerToMember<Derived const >::value); ASSERT(0 == bslmf::IsPointerToMember<Derived volatile >::value); ASSERT(0 == bslmf::IsPointerToMember<Derived const volatile>::value); ASSERT(0 == bslmf::IsPointerToMember<Derived& >::value); ASSERT(0 == bslmf::IsPointerToMember<Derived const& >::value); ASSERT(0 == bslmf::IsPointerToMember<Derived volatile& >::value); ASSERT(0 == bslmf::IsPointerToMember<Derived const volatile&>::value); ASSERT(0 == bslmf::IsPointerToMember<Poly >::value); ASSERT(0 == bslmf::IsPointerToMember<Poly const >::value); ASSERT(0 == bslmf::IsPointerToMember<Poly volatile >::value); ASSERT(0 == bslmf::IsPointerToMember<Poly const volatile>::value); ASSERT(0 == bslmf::IsPointerToMember<Poly& >::value); ASSERT(0 == bslmf::IsPointerToMember<Poly const& >::value); ASSERT(0 == bslmf::IsPointerToMember<Poly volatile& >::value); ASSERT(0 == bslmf::IsPointerToMember<Poly const volatile&>::value); ASSERT(0 == bslmf::IsPointerToMember<DerivedPoly >::value); ASSERT(0 == bslmf::IsPointerToMember<DerivedPoly const >::value); ASSERT(0 == bslmf::IsPointerToMember<DerivedPoly volatile >::value); ASSERT(0 == bslmf::IsPointerToMember<DerivedPoly const volatile>::value); ASSERT(0 == bslmf::IsPointerToMember<DerivedPoly& >::value); ASSERT(0 == bslmf::IsPointerToMember<DerivedPoly const& >::value); ASSERT(0 == bslmf::IsPointerToMember<DerivedPoly volatile& >::value); ASSERT(0 == bslmf::IsPointerToMember<DerivedPoly const volatile&>::value); ASSERT(1 == bslmf::IsPointerToMember<int Struct::* >::value); ASSERT(1 == bslmf::IsPointerToMember<int Struct::* const >::value); ASSERT(1 == bslmf::IsPointerToMember<int Struct::* volatile >::value); ASSERT(1 == bslmf::IsPointerToMember<int Struct::* const volatile>::value); ASSERT(0 == bslmf::IsPointerToMember<int *Struct::*& >::value); ASSERT(0 == bslmf::IsPointerToMember<int *Struct::* const& >::value); ASSERT(0 == bslmf::IsPointerToMember<int *Struct::* volatile& >::value); ASSERT(0 == bslmf::IsPointerToMember<int *Struct::* const volatile&>::value); ASSERT(1 == bslmf::IsPointerToMember<Struct Union::* >::value); ASSERT(1 == bslmf::IsPointerToMember<Struct Union::* const >::value); ASSERT(1 == bslmf::IsPointerToMember<Struct Union::* volatile >::value); ASSERT(1 == bslmf::IsPointerToMember<Struct Union::* const volatile>::value); ASSERT(0 == bslmf::IsPointerToMember<Struct *Union::*& >::value); ASSERT(0 == bslmf::IsPointerToMember<Struct *Union::* const& >::value); ASSERT(0 == bslmf::IsPointerToMember<Struct *Union::* volatile& >::value); ASSERT(0 == bslmf::IsPointerToMember<Struct *Union::* const volatile&>::value); ASSERT(1 == bslmf::IsPointerToMember<char Base::* >::value); ASSERT(1 == bslmf::IsPointerToMember<char Base::* const >::value); ASSERT(1 == bslmf::IsPointerToMember<char Base::* volatile >::value); ASSERT(1 == bslmf::IsPointerToMember<char Base::* const volatile>::value); ASSERT(0 == bslmf::IsPointerToMember<Enum Base::*& >::value); ASSERT(0 == bslmf::IsPointerToMember<Enum Base::* const& >::value); ASSERT(0 == bslmf::IsPointerToMember<Enum Base::* volatile& >::value); ASSERT(0 == bslmf::IsPointerToMember<Enum Base::* const volatile&>::value); ASSERT(1 == bslmf::IsPointerToMember<Enum *Derived::* >::value); ASSERT(1 == bslmf::IsPointerToMember<Enum *Derived::* const >::value); ASSERT(1 == bslmf::IsPointerToMember<Enum *Derived::* volatile >::value); ASSERT(1 == bslmf::IsPointerToMember<Enum *Derived::* const volatile>::value); ASSERT(0 == bslmf::IsPointerToMember<int Derived::*& >::value); ASSERT(0 == bslmf::IsPointerToMember<int Derived::* const& >::value); ASSERT(0 == bslmf::IsPointerToMember<int Derived::* volatile& >::value); ASSERT(0 == bslmf::IsPointerToMember<int Derived::* const volatile&>::value); ASSERT(1 == bslmf::IsPointerToMember<int Poly::* >::value); ASSERT(1 == bslmf::IsPointerToMember<int Poly::* const >::value); ASSERT(1 == bslmf::IsPointerToMember<int Poly::* volatile >::value); ASSERT(1 == bslmf::IsPointerToMember<int Poly::* const volatile>::value); ASSERT(0 == bslmf::IsPointerToMember<int Poly::*& >::value); ASSERT(0 == bslmf::IsPointerToMember<int Poly::* const& >::value); ASSERT(0 == bslmf::IsPointerToMember<int Poly::* volatile& >::value); ASSERT(0 == bslmf::IsPointerToMember<int Poly::* const volatile&>::value); ASSERT(1 == bslmf::IsPointerToMember<int DerivedPoly::* >::value); ASSERT(1 == bslmf::IsPointerToMember<int DerivedPoly::* const >::value); ASSERT(1 == bslmf::IsPointerToMember<int DerivedPoly::* volatile >::value); ASSERT(1 == bslmf::IsPointerToMember<int DerivedPoly::* const volatile>::value); ASSERT(0 == bslmf::IsPointerToMember<int DerivedPoly::*& >::value); ASSERT(0 == bslmf::IsPointerToMember<int DerivedPoly::* const& >::value); ASSERT(0 == bslmf::IsPointerToMember<int DerivedPoly::* volatile& >::value); ASSERT(0 == bslmf::IsPointerToMember<int DerivedPoly::* const volatile&>::value); ASSERT(1 == bslmf::IsPointerToMember<PMF00 >::value); ASSERT(1 == bslmf::IsPointerToMember<PMF00c >::value); ASSERT(1 == bslmf::IsPointerToMember<PMF00v >::value); ASSERT(1 == bslmf::IsPointerToMember<PMF00cv>::value); ASSERT(1 == bslmf::IsPointerToMember<PMF01 >::value); ASSERT(1 == bslmf::IsPointerToMember<PMF01c >::value); ASSERT(1 == bslmf::IsPointerToMember<PMF01v >::value); ASSERT(1 == bslmf::IsPointerToMember<PMF01cv>::value); ASSERT(1 == bslmf::IsPointerToMember<PMF02 >::value); ASSERT(1 == bslmf::IsPointerToMember<PMF02c >::value); ASSERT(1 == bslmf::IsPointerToMember<PMF02v >::value); ASSERT(1 == bslmf::IsPointerToMember<PMF02cv>::value); ASSERT(1 == bslmf::IsPointerToMember<PMF03 >::value); ASSERT(1 == bslmf::IsPointerToMember<PMF03c >::value); ASSERT(1 == bslmf::IsPointerToMember<PMF03v >::value); ASSERT(1 == bslmf::IsPointerToMember<PMF03cv>::value); ASSERT(1 == bslmf::IsPointerToMember<PMF04 >::value); ASSERT(1 == bslmf::IsPointerToMember<PMF04c >::value); ASSERT(1 == bslmf::IsPointerToMember<PMF04v >::value); ASSERT(1 == bslmf::IsPointerToMember<PMF04cv>::value); ASSERT(1 == bslmf::IsPointerToMember<PMF05 >::value); ASSERT(1 == bslmf::IsPointerToMember<PMF05c >::value); ASSERT(1 == bslmf::IsPointerToMember<PMF05v >::value); ASSERT(1 == bslmf::IsPointerToMember<PMF05cv>::value); ASSERT(1 == bslmf::IsPointerToMember<PMF06 >::value); ASSERT(1 == bslmf::IsPointerToMember<PMF06c >::value); ASSERT(1 == bslmf::IsPointerToMember<PMF06v >::value); ASSERT(1 == bslmf::IsPointerToMember<PMF06cv>::value); ASSERT(1 == bslmf::IsPointerToMember<PMF07 >::value); ASSERT(1 == bslmf::IsPointerToMember<PMF07c >::value); ASSERT(1 == bslmf::IsPointerToMember<PMF07v >::value); ASSERT(1 == bslmf::IsPointerToMember<PMF07cv>::value); ASSERT(1 == bslmf::IsPointerToMember<PMF08 >::value); ASSERT(1 == bslmf::IsPointerToMember<PMF08c >::value); ASSERT(1 == bslmf::IsPointerToMember<PMF08v >::value); ASSERT(1 == bslmf::IsPointerToMember<PMF08cv>::value); ASSERT(0 == bslmf::IsPointerToMember<PMF09 >::value); ASSERT(0 == bslmf::IsPointerToMember<PMF09c >::value); ASSERT(0 == bslmf::IsPointerToMember<PMF09v >::value); ASSERT(0 == bslmf::IsPointerToMember<PMF09cv>::value); ASSERT(0 == bslmf::IsPointerToMember<PMF10 >::value); ASSERT(0 == bslmf::IsPointerToMember<PMF10c >::value); ASSERT(0 == bslmf::IsPointerToMember<PMF10v >::value); ASSERT(0 == bslmf::IsPointerToMember<PMF10cv>::value); } break; default: { cerr << "WARNING: CASE `" << test << "' NOT FOUND." << endl; testStatus = -1; } } if (testStatus > 0) { cerr << "Error, non-zero test status = " << testStatus << "." << endl; } return testStatus; } // ---------------------------------------------------------------------------- // Copyright 2013 Bloomberg Finance L.P. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // See the License for the specific language governing permissions and // limitations under the License. // ----------------------------- END-OF-FILE ----------------------------------
{ "content_hash": "c1e59770ed7e684618997fee4088e8a4", "timestamp": "", "source": "github", "line_count": 541, "max_line_length": 79, "avg_line_length": 47.2902033271719, "alnum_prop": 0.5205597248280175, "repo_name": "saxena84/bde", "id": "56aabdeed2268218a15b9f866730c10e14ffa096", "size": "25757", "binary": false, "copies": "6", "ref": "refs/heads/master", "path": "groups/bsl/bslmf/bslmf_ispointertomember.t.cpp", "mode": "33188", "license": "apache-2.0", "language": [ { "name": "C", "bytes": "149453" }, { "name": "C++", "bytes": "82413941" }, { "name": "Perl", "bytes": "2008" }, { "name": "Python", "bytes": "890" } ], "symlink_target": "" }
<?php Prado::using('System.Web.UI.ActiveControls.*'); class Issue524 extends TPage { public function __construct() { Prado::getApplication()->getGlobalization()->setCharset('ISO-8859-1'); parent::__construct(); } public function validateText($sender, $param) { $param->IsValid = false; $iso8859text=iconv('utf-8', 'iso-8859-1', 'fünf'); $this->Validator->ErrorMessage = $iso8859text; } }
{ "content_hash": "978ad5c51a17256680a747e087a0b739", "timestamp": "", "source": "github", "line_count": 20, "max_line_length": 74, "avg_line_length": 21.15, "alnum_prop": 0.6524822695035462, "repo_name": "majuca/prado", "id": "851ff45a0f5d85a4368530d06ecd731cedf49c30", "size": "424", "binary": false, "copies": "4", "ref": "refs/heads/master", "path": "tests/FunctionalTests/issues/protected/pages/Issue524.php", "mode": "33261", "license": "bsd-3-clause", "language": [ { "name": "ApacheConf", "bytes": "837" }, { "name": "Batchfile", "bytes": "5993" }, { "name": "CSS", "bytes": "124203" }, { "name": "HTML", "bytes": "319333" }, { "name": "JavaScript", "bytes": "832716" }, { "name": "PHP", "bytes": "7010511" }, { "name": "Smarty", "bytes": "67099" }, { "name": "TeX", "bytes": "12999" }, { "name": "XSLT", "bytes": "252" } ], "symlink_target": "" }
/** * This module adds LiveIntentId to the User ID module * The {@link module:modules/userId} module is required * @module modules/liveIntentIdSystem * @requires module:modules/userId */ import * as utils from '../src/utils' import {ajax} from '../src/ajax'; import {submodule} from '../src/hook'; const MODULE_NAME = 'liveIntentId'; const LIVE_CONNECT_DUID_KEY = '_li_duid'; const DOMAIN_USER_ID_QUERY_PARAM_KEY = 'duid'; const DEFAULT_LIVEINTENT_IDENTITY_URL = '//idx.liadm.com'; const DEFAULT_PREBID_SOURCE = 'prebid'; /** @type {Submodule} */ export const liveIntentIdSubmodule = { /** * used to link submodule with config * @type {string} */ name: MODULE_NAME, /** * decode the stored id value for passing to bid requests. Note that lipb object is a wrapper for everything, and * internally it could contain more data other than `lipbid`(e.g. `segments`) depending on the `partner` and * `publisherId` params. * @function * @param {{unifiedId:string}} value * @returns {{lipb:Object}} */ decode(value) { function composeIdObject(value) { const base = {'lipbid': value['unifiedId']}; delete value.unifiedId; return {'lipb': {...base, ...value}}; } return (value && typeof value['unifiedId'] === 'string') ? composeIdObject(value) : undefined; }, /** * performs action to obtain id and return a value in the callback's response argument * @function * @param {SubmoduleParams} [configParams] * @returns {IdResponse|undefined} */ getId(configParams) { const publisherId = configParams && configParams.publisherId; if (!publisherId && typeof publisherId !== 'string') { utils.logError(`${MODULE_NAME} - publisherId must be defined, not a '${publisherId}'`); return; } let baseUrl = DEFAULT_LIVEINTENT_IDENTITY_URL; let source = DEFAULT_PREBID_SOURCE; if (configParams.url) { baseUrl = configParams.url } if (configParams.partner) { source = configParams.partner } const additionalIdentifierNames = configParams.identifiersToResolve || []; const additionalIdentifiers = additionalIdentifierNames.concat([LIVE_CONNECT_DUID_KEY]).reduce((obj, identifier) => { const value = utils.getCookie(identifier) || utils.getDataFromLocalStorage(identifier); const key = identifier.replace(LIVE_CONNECT_DUID_KEY, DOMAIN_USER_ID_QUERY_PARAM_KEY); if (value) { if (typeof value === 'object') { obj[key] = JSON.stringify(value); } else { obj[key] = value; } } return obj }, {}); const queryString = utils.parseQueryStringParameters(additionalIdentifiers) const url = `${baseUrl}/idex/${source}/${publisherId}?${queryString}`; const result = function (callback) { ajax(url, response => { let responseObj = {}; if (response) { try { responseObj = JSON.parse(response); } catch (error) { utils.logError(error); } } callback(responseObj); }, undefined, { method: 'GET', withCredentials: true }); }; return {callback: result}; } }; submodule('userId', liveIntentIdSubmodule);
{ "content_hash": "e54b7f47e096fea32f0b18f7fa61d478", "timestamp": "", "source": "github", "line_count": 98, "max_line_length": 121, "avg_line_length": 32.88775510204081, "alnum_prop": 0.6413279553211294, "repo_name": "olafbuitelaar/Prebid.js", "id": "f6666b648646a1a7a3f707a0c454411e7b5b0c01", "size": "3223", "binary": false, "copies": "1", "ref": "refs/heads/master", "path": "modules/liveIntentIdSystem.js", "mode": "33188", "license": "apache-2.0", "language": [ { "name": "CSS", "bytes": "435" }, { "name": "HTML", "bytes": "119929" }, { "name": "JavaScript", "bytes": "6007133" } ], "symlink_target": "" }
<?xml version="1.0" encoding="utf-8"?> <!-- Copyright (C) 2014 Provectium Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --> <layer-list xmlns:android="http://schemas.android.com/apk/res/android" > <item> <shape android:shape="rectangle"> <solid android:color="@color/rounded_stroke_color" /> <corners android:topLeftRadius="0dp" android:topRightRadius="0dp" android:bottomLeftRadius="0dp" android:bottomRightRadius="0dp" /> </shape> </item> <item android:top="@dimen/rounded_stroke_normal_half" android:bottom="@dimen/rounded_stroke_normal" android:left="@dimen/rounded_stroke_normal_half" android:right="@dimen/rounded_stroke_normal_half"> <shape android:shape="rectangle"> <solid android:color="@color/rounded_toggled_color" /> <corners android:topLeftRadius="0dp" android:topRightRadius="0dp" android:bottomLeftRadius="0dp" android:bottomRightRadius="0dp" /> <padding android:left="@dimen/rounded_padding_left" android:right="@dimen/rounded_padding_right" /> </shape> </item> </layer-list>
{ "content_hash": "b8dcfdb486d251b449793d2924e710c4", "timestamp": "", "source": "github", "line_count": 54, "max_line_length": 77, "avg_line_length": 34.2962962962963, "alnum_prop": 0.6112311015118791, "repo_name": "0359xiaodong/Rounded-UI", "id": "0f63ad342eeb245f3f8db84de33d4a84cc57a5af", "size": "1852", "binary": false, "copies": "1", "ref": "refs/heads/master", "path": "res/drawable-v12/rounded_button_8_toggled.xml", "mode": "33188", "license": "apache-2.0", "language": [], "symlink_target": "" }
from fakes import MyOpener import wpl import os def load_file(filename): return file(os.path.join(os.path.dirname(__file__), filename)).read() def test_find_item__isbn10__makes_good_request(): opener = MyOpener('') w = wpl.Library(opener) w.find_item('1593974744') assert (opener.last_request['url'] == 'http://books.kpl.org/search~S3/?searchtype=i&searcharg=1593974744&searchscope=3&searchlimits=') def test_find_item__isbn10_in_library__returns_record(): opener = MyOpener(load_file('wpl_has_item.html')) w = wpl.Library(opener) record = w.find_item('1593974744') assert record == 'http://books.kpl.org/search~S3/?searchtype=i&searcharg=1593974744&searchscope=3&searchlimits=' def test_find_item__isbn10_not_in_library__returns_false(): opener = MyOpener(load_file('wpl_has_not_item.html')) w = wpl.Library(opener) has = w.find_item('0321125215') assert not has
{ "content_hash": "7ac6a72ee3e8beb57c6baa39392d0d95", "timestamp": "", "source": "github", "line_count": 33, "max_line_length": 116, "avg_line_length": 28.484848484848484, "alnum_prop": 0.6840425531914893, "repo_name": "blairconrad/LibraryLookup", "id": "7368ca9cc3418602b9e2ac6e3159f72466ae04c1", "size": "963", "binary": false, "copies": "2", "ref": "refs/heads/master", "path": "Tests/test_wpl.py", "mode": "33188", "license": "mit", "language": [ { "name": "Batchfile", "bytes": "693" }, { "name": "HTML", "bytes": "302305" }, { "name": "JavaScript", "bytes": "13245" }, { "name": "Python", "bytes": "24909" } ], "symlink_target": "" }
LocalRepo LocalRepo::fromGObject(GObject *obj) { char *id = NULL; char *name = NULL; char *desc = NULL; char *worktree = NULL; char *relay_id = NULL; gboolean encrypted; gboolean auto_sync; gboolean worktree_invalid; gint64 last_sync_time; int version; g_object_get (obj, "id", &id, "name", &name, "desc", &desc, "encrypted", &encrypted, "worktree", &worktree, "auto-sync", &auto_sync, "last-sync-time", &last_sync_time, "worktree-invalid", &worktree_invalid, "relay-id", &relay_id, "version", &version, NULL); LocalRepo repo; repo.id = QString::fromUtf8(id); repo.name = QString::fromUtf8(name); repo.description = QString::fromUtf8(desc); repo.worktree = QString::fromUtf8(worktree); repo.encrypted = encrypted; repo.auto_sync = auto_sync; repo.last_sync_time = last_sync_time; repo.worktree_invalid = worktree_invalid; repo.relay_id = relay_id; repo.version = version; g_free (id); g_free (name); g_free (desc); g_free (worktree); g_free (relay_id); return repo; } void LocalRepo::setSyncInfo(const QString &state, const QString &error) { // qWarning("error: %s\n", toCStr(error)); // qWarning("state: %s\n", toCStr(state)); if (error.length() > 0) { translateSyncError(error); } else { translateSyncState(state); } } void LocalRepo::translateSyncState(const QString &status) { if (status == "synchronized") { sync_state_str = QObject::tr("synchronized"); sync_state = SYNC_STATE_DONE; } else if (status == "committing") { sync_state_str = QObject::tr("indexing files"); sync_state = SYNC_STATE_ING; } else if (status == "initializing") { sync_state_str = QObject::tr("sync initializing"); sync_state = SYNC_STATE_INIT; } else if (status == "downloading") { sync_state_str = QObject::tr("downloading"); sync_state = SYNC_STATE_ING; } else if (status == "uploading") { sync_state_str = QObject::tr("uploading"); sync_state = SYNC_STATE_ING; } else if (status == "merging") { sync_state_str = QObject::tr("sync merging"); sync_state = SYNC_STATE_ING; } else if (status == "waiting for sync") { sync_state_str = QObject::tr("waiting for sync"); sync_state = SYNC_STATE_WAITING; } else if (status == "relay not connected") { sync_state_str = QObject::tr("server not connected"); sync_state = SYNC_STATE_WAITING; } else if (status == "relay authenticating") { sync_state_str = QObject::tr("server authenticating"); sync_state = SYNC_STATE_WAITING; } else if (status == "auto sync is turned off") { sync_state_str = QObject::tr("auto sync is turned off"); sync_state = SYNC_STATE_DISABLED; } else if (status == "cancel pending") { sync_state_str = QObject::tr("sync initializing"); sync_state = SYNC_STATE_INIT; } else { qWarning("unknown sync status: %s\n", toCStr(status)); sync_state_str = QObject::tr("unknown"); sync_state = SYNC_STATE_UNKNOWN; } if (!auto_sync && sync_state != SYNC_STATE_ING) { sync_state_str = QObject::tr("auto sync is turned off"); sync_state = SYNC_STATE_DISABLED; return; } } void LocalRepo::translateSyncError(const QString &error) { sync_state = SYNC_STATE_ERROR; if (error == "relay not connected") { sync_error_str = QObject::tr("server not connected"); } else if (error == "Server has been removed") { sync_error_str = QObject::tr("Server has been removed"); } else if (error == "You have not login to the server") { sync_error_str = QObject::tr("You have not logged in to the server"); } else if (error == "You do not have permission to access this repo") { sync_error_str = QObject::tr("You do not have permission to access this library"); } else if (error == "The storage space of the repo owner has been used up") { sync_error_str = QObject::tr("The storage space of the library owner has been used up"); } else if (error == "Remote service is not available") { sync_error_str = QObject::tr("Remote service is not available"); } else if (error == "Access denied to service. Please check your registration on relay.") { sync_error_str = QObject::tr("Access denied to service"); } else if (error == "Internal data corrupted.") { sync_error_str = QObject::tr("Internal data corrupted"); } else if (error == "Failed to start upload.") { sync_error_str = QObject::tr("Failed to start upload"); } else if (error == "Error occured in upload.") { sync_error_str = QObject::tr("Error occured in upload"); } else if (error == "Failed to start download.") { sync_error_str = QObject::tr("Failed to start download"); } else if (error == "Error occured in download.") { sync_error_str = QObject::tr("Error occured in download"); } else if (error == "No such repo on relay.") { sync_error_str = QObject::tr("Library is deleted on server"); } else if (error == "Repo is damaged on relay.") { sync_error_str = QObject::tr("Library is damaged on server"); } else if (error == "Conflict in merge.") { sync_error_str = QObject::tr("Conflict in merge"); } else if (error == "Server version is too old.") { sync_error_str = QObject::tr("Server version is too old"); } else if (error == "invalid worktree") { sync_error_str = QObject::tr("Error when accessing the local folder"); } else if (error == "Unknown error." || error == "Unknown error") { sync_error_str = QObject::tr("Unknown error"); } else if (error == "Storage quota full") { sync_error_str = QObject::tr("The storage quota has been used up"); } else if (error == "Service on remote server is not available") { sync_error_str = QObject::tr("Internal server error"); } else if (error == "Access denied to service. Please check your registration on server.") { sync_error_str = QObject::tr("Access denied to service"); } else if (error == "Transfer protocol outdated. You need to upgrade seafile.") { sync_error_str = QObject::tr("Your %1 client is too old").arg(getBrand()); } else if (error == "Internal error when preparing upload") { sync_error_str = QObject::tr("Failed to sync this library"); } else if (error == "Internal error when preparing download") { sync_error_str = QObject::tr("Failed to sync this library"); } else if (error == "No permission to access remote library") { sync_error_str = QObject::tr("Failed to sync this library"); } else if (error == "Library doesn't exist on the remote end") { sync_error_str = QObject::tr("Failed to sync this library"); } else if (error == "Internal error when starting to send revision information") { sync_error_str = QObject::tr("Failed to sync this library"); } else if (error == "Internal error when starting to get revision information") { sync_error_str = QObject::tr("Failed to sync this library"); } else if (error == "Failed to upload revision information to remote library") { sync_error_str = QObject::tr("Failed to sync this library"); } else if (error == "Failed to get revision information from remote library") { sync_error_str = QObject::tr("Failed to sync this library"); } else if (error == "Internal error when starting to send file information") { sync_error_str = QObject::tr("Failed to sync this library"); } else if (error == "Internal error when starting to get file information") { sync_error_str = QObject::tr("Failed to sync this library"); } else if (error == "Incomplete file information in the local library") { sync_error_str = QObject::tr("Failed to sync this library"); } else if (error == "Failed to upload file information to remote library") { sync_error_str = QObject::tr("Failed to sync this library"); } else if (error == "Failed to get file information from remote library") { sync_error_str = QObject::tr("Failed to sync this library"); } else if (error == "Internal error when starting to update remote library") { sync_error_str = QObject::tr("Failed to sync this library"); } else if (error == "Others have concurrent updates to the remote library. You need to sync again.") { sync_error_str = QObject::tr("Failed to sync this library"); } else if (error == "Server failed to check storage quota") { sync_error_str = QObject::tr("Failed to sync this library"); } else if (error == "Incomplete revision information in the local library") { sync_error_str = QObject::tr("Failed to sync this library"); } else if (error == "Failed to compare data to server.") { sync_error_str = QObject::tr("Failed to sync this library"); } else if (error == "Failed to get block server list.") { sync_error_str = QObject::tr("Failed to sync this library"); } else if (error == "Failed to start block transfer client.") { sync_error_str = QObject::tr("Failed to sync this library"); } else if (error == "Failed to upload blocks.") { sync_error_str = QObject::tr("Failed to sync this library"); } else if (error == "Failed to download blocks.") { sync_error_str = QObject::tr("Failed to sync this library"); } else if (error == "Files are locked by other application") { sync_error_str = QObject::tr("Files are locked by other application"); } else { sync_error_str = error; } }
{ "content_hash": "ae42ab599241b4d6bc3a07144623afd7", "timestamp": "", "source": "github", "line_count": 243, "max_line_length": 106, "avg_line_length": 41.03292181069959, "alnum_prop": 0.6125764717681276, "repo_name": "losingle/seafile-client", "id": "1c5bbff385464a1a877d1c0937d863db0e51c0a3", "size": "10075", "binary": false, "copies": "2", "ref": "refs/heads/master", "path": "src/rpc/local-repo.cpp", "mode": "33188", "license": "apache-2.0", "language": [ { "name": "C", "bytes": "4161" }, { "name": "C++", "bytes": "1048230" }, { "name": "CMake", "bytes": "29097" }, { "name": "CSS", "bytes": "11416" }, { "name": "Objective-C", "bytes": "2710" }, { "name": "Objective-C++", "bytes": "59006" }, { "name": "Python", "bytes": "11668" }, { "name": "Shell", "bytes": "8345" } ], "symlink_target": "" }
App.Model.Timeframe = Backbone.Model.extend({ time: 0, process: null, arrivals: [] });
{ "content_hash": "7f7993bc569693357893796838b6b4c9", "timestamp": "", "source": "github", "line_count": 5, "max_line_length": 45, "avg_line_length": 18.4, "alnum_prop": 0.6521739130434783, "repo_name": "met-cs575/sim-CPU", "id": "e72085926ecab608211b54471e0608d7bb5ef158", "size": "92", "binary": false, "copies": "1", "ref": "refs/heads/master", "path": "javascripts/models/Timeframe.js", "mode": "33188", "license": "mit", "language": [ { "name": "CSS", "bytes": "35372" }, { "name": "JavaScript", "bytes": "208852" }, { "name": "Ruby", "bytes": "861" } ], "symlink_target": "" }
namespace { // Runs a tab-modal dialog that asks the user for a password. class PDFPasswordDialogViews : public views::DialogDelegate { public: PDFPasswordDialogViews(content::WebContents* web_contents, const base::string16& prompt, const PasswordDialogClosedCallback& callback); virtual ~PDFPasswordDialogViews(); // views::DialogDelegate: virtual base::string16 GetWindowTitle() const OVERRIDE; virtual base::string16 GetDialogButtonLabel( ui::DialogButton button) const OVERRIDE; virtual bool Cancel() OVERRIDE; virtual bool Accept() OVERRIDE; // views::WidgetDelegate: virtual views::View* GetInitiallyFocusedView() OVERRIDE; virtual views::View* GetContentsView() OVERRIDE; virtual views::Widget* GetWidget() OVERRIDE; virtual const views::Widget* GetWidget() const OVERRIDE; virtual void DeleteDelegate() OVERRIDE; virtual ui::ModalType GetModalType() const OVERRIDE; private: // The message box view whose commands we handle. views::MessageBoxView* message_box_view_; PasswordDialogClosedCallback callback_; DISALLOW_COPY_AND_ASSIGN(PDFPasswordDialogViews); }; PDFPasswordDialogViews::PDFPasswordDialogViews( content::WebContents* web_contents, const base::string16& prompt, const PasswordDialogClosedCallback& callback) : message_box_view_(NULL), callback_(callback) { views::MessageBoxView::InitParams init_params(prompt); init_params.options = views::MessageBoxView::HAS_PROMPT_FIELD; init_params.inter_row_vertical_spacing = views::kUnrelatedControlVerticalSpacing; message_box_view_ = new views::MessageBoxView(init_params); message_box_view_->text_box()->SetTextInputType(ui::TEXT_INPUT_TYPE_PASSWORD); ShowWebModalDialogViews(this, web_contents); } PDFPasswordDialogViews::~PDFPasswordDialogViews() { if (!callback_.is_null()) { // This dialog was torn down without either OK or cancel being clicked; be // considerate and at least do the callback. callback_.Run(false, base::string16()); } } ////////////////////////////////////////////////////////////////////////////// // PDFPasswordDialogViews, views::DialogDelegate implementation: base::string16 PDFPasswordDialogViews::GetWindowTitle() const { return l10n_util::GetStringUTF16(IDS_PDF_PASSWORD_DIALOG_TITLE); } base::string16 PDFPasswordDialogViews::GetDialogButtonLabel( ui::DialogButton button) const { if (button == ui::DIALOG_BUTTON_OK) return l10n_util::GetStringUTF16(IDS_OK); if (button == ui::DIALOG_BUTTON_CANCEL) return l10n_util::GetStringUTF16(IDS_CANCEL); return base::string16(); } bool PDFPasswordDialogViews::Cancel() { callback_.Run(false, base::string16()); callback_.Reset(); return true; } bool PDFPasswordDialogViews::Accept() { callback_.Run(true, message_box_view_->text_box()->text()); callback_.Reset(); return true; } /////////////////////////////////////////////////////////////////////////////// // PDFPasswordDialogViews, views::WidgetDelegate implementation: views::View* PDFPasswordDialogViews::GetInitiallyFocusedView() { return message_box_view_->text_box(); } views::View* PDFPasswordDialogViews::GetContentsView() { return message_box_view_; } views::Widget* PDFPasswordDialogViews::GetWidget() { return message_box_view_->GetWidget(); } const views::Widget* PDFPasswordDialogViews::GetWidget() const { return message_box_view_->GetWidget(); } void PDFPasswordDialogViews::DeleteDelegate() { delete this; } ui::ModalType PDFPasswordDialogViews::GetModalType() const { return ui::MODAL_TYPE_CHILD; } } // namespace void ShowPDFPasswordDialog(content::WebContents* web_contents, const base::string16& prompt, const PasswordDialogClosedCallback& callback) { new PDFPasswordDialogViews(web_contents, prompt, callback); }
{ "content_hash": "75a66e067bf1c9ccb43aa106d259daf1", "timestamp": "", "source": "github", "line_count": 119, "max_line_length": 80, "avg_line_length": 32.739495798319325, "alnum_prop": 0.7014887063655031, "repo_name": "littlstar/chromium.src", "id": "cb5b28782e7d7965271ebcf4d29ca65dfb451ef0", "size": "4532", "binary": false, "copies": "6", "ref": "refs/heads/nw", "path": "chrome/browser/ui/views/pdf_password_dialog.cc", "mode": "33188", "license": "bsd-3-clause", "language": [ { "name": "AppleScript", "bytes": "6973" }, { "name": "Arduino", "bytes": "464" }, { "name": "Assembly", "bytes": "24741" }, { "name": "C", "bytes": "4017880" }, { "name": "C++", "bytes": "210335316" }, { "name": "CSS", "bytes": "966760" }, { "name": "Java", "bytes": "5457985" }, { "name": "JavaScript", "bytes": "17809148" }, { "name": "Makefile", "bytes": "92563" }, { "name": "Objective-C", "bytes": "1154755" }, { "name": "Objective-C++", "bytes": "7105145" }, { "name": "PHP", "bytes": "97817" }, { "name": "Perl", "bytes": "69392" }, { "name": "Python", "bytes": "6862570" }, { "name": "Shell", "bytes": "478812" }, { "name": "Standard ML", "bytes": "4131" }, { "name": "XSLT", "bytes": "418" }, { "name": "nesC", "bytes": "15206" } ], "symlink_target": "" }
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Dos and Don'ts when starting with Scala and Akka</title> <meta name="description" content="A collections of lessons learned while running a Scala / Akka based project"> <meta name="author" content="Bogdan Roman"> <meta name="apple-mobile-web-app-capable" content="yes" /> <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" /> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no, minimal-ui"> <link rel="stylesheet" href="../css/reveal.css"> <link rel="stylesheet" href="../css/theme/endava.css" id="theme"> <!-- Code syntax highlighting --> <link rel="stylesheet" href="../lib/css/zenburn.css"> <!-- Printing and PDF exports --> <script> var link = document.createElement( 'link' ); link.rel = 'stylesheet'; link.type = 'text/css'; link.href = window.location.search.match( /print-pdf/gi ) ? 'css/print/pdf.css' : 'css/print/paper.css'; document.getElementsByTagName( 'head' )[0].appendChild( link ); </script> <!--[if lt IE 9]> <script src="../lib/js/html5shiv.js"></script> <![endif]--> </head> <body> <div class="reveal"> <div class="slides"> <section> <section> <h2>Dos and Don'ts</h2> <h4>... when starting with Scala and Akka</h4> <p> <small><a href="mailto:bogdan.roman@endava.com">Bogdan Roman</a> | Software Developer | 2016</small> </p> </section> <section> <h2>An 'unnamed' project</h2> <ul> <li>Running for ~ 2 years</li> <li>Peaked at 13 dev teams</li> <li>Started from scratch</li> </ul> <aside class="notes"> <p>I’m not allowed to give details that will directly identify the Client</p> <p>architects / design / governance / devops</p> <p>little to no professional scala experience</p> <p>Architecture SoW ending with a 6 weeks PoC</p> </aside> </section> <section> <h2>The PoC</h2> <ul> <li>Goal: (dis)prove the technology recommendations</li> <li>Demonstrate: <ul> <li>basic service functions</li> <li>asynchronous api semantics</li> <li>the use of an amqp broker</li> <li>cloud deployment</li> <li>log aggregation</li> </ul> </li> </ul> </section> <section> <h2>The Contest</h2> <pre><code data-trim>type Puppy = Scala :: Akka :: Spray :: HNil type OldDogNewTricks = Java :: RxJava :: Hystrix :: HNil type Choice = OldDogNewTricks :+: Puppy :+: CNil</code></pre> <small> <table> <tr> <th>Week</th> <th>OldDogNewTricks</th> <th>Puppy</th> </tr> <tr> <td>1</td> <td>Architecture Docs ???</td> <td>Architecture Docs ???</td> </tr> <tr> <td>2</td> <td>Starting Dev</td> <td>Kicking of basic support tools</td> </tr> <tr> <td>3</td> <td>Development</td> <td>Starting Development</td> </tr> <tr> <td>4</td> <td>Circuit Breakers</td> <td>Clustering / Akka Persistence</td> </tr> <tr> <td>5</td> <td>Hystrix Dashboard</td> <td>Load testing different journals</td> </tr> <tr> <td>6</td> <td>Load Testing</td> <td>Service Versioning with Cluster Roles</td> </tr> </table> </small> </section> </section> <section> <section> <h2>Environment</h2> <ul> <li>Build Tool</li> <li>Config</li> <li>CI</li> <li>Deployment</li> </ul> <aside class="notes"> </aside> </section> <section> <h2>Maven | SBT</h2> <ul> <li>Maven is great</li> <li>Try SBT either way...</li> </ul> <p> <small><em>... developers don't read docs ...</em></small> </p> </section> <section> <h2>(Typesafe) Config</h2> </section> <section> <h2>CI</h2> <p>We use <strong>Jenkins</strong>, it just works.</p> </section> <section> <h2>Deployment</h2> <p>Any tool is fine...</p> <p>... as long as it gets your code <strong>quickly</strong> to production.</p> </section> <section> <h2>And let's not forget</h2> <ul> <li>Code Reviews</li> <li>Code Coverage</li> <li>Static Analysis / Linting</li> <li>Builds before Merges</li> <li>Testing and promoting releases through environments</li> </ul> <aside class="notes"> That's just common sense now. </aside> </section> </section> <section> <section> <h2><strong>Scala</strong> Code</h2> <p><small><em>here it gets tricky</em></small></p> <aside class="notes"> <p>companies and teams have different opinions</p> <p>easy to staff, solid tools, great products</p> <p>new languages, technologies, abstractions - toys</p> </aside> </section> <section> <h2>Detractors say ...</h2> <ul> <li>Complex Concepts</li> <li>Unreadable code</li> <li>Build times / SBT</li> <li>IDEs</li> </ul> </section> <section> <h2>What we've done</h2> <ul> <li>Invested in training courses</li> <li>Defined our coding style</li> <li>Banned Scala<strong>z</strong></li> <li>Required decent documentation</li> </ul> </section> <section> <h2>Our code looks like this</h2> <img class="svgimg" src="img/code.png"/> </section> <section> <pre><code data-trim>/** * Directive definition that is able to extract field values * of type [[spray.json.JsValue]] from the request payload. * The directive offers the following functions / syntax variants: * {{{ * def route = post { * (post & entity(as[JsObject])) { implicit body => * fields("num".as[JsNumber].?) { num => * // num is inferred as `Option[JsNumber]` * complete(...) * } * } * } * }}} * ... */</code></pre> <pre><code data-trim>trait JsonFieldDirectives { import JsonFieldDirectives._ def fields(jfm: JsonFieldMagnet): jfm.Out = jfm() }</code></pre> </section> <section> <pre><code data-trim>import akka.http.scaladsl.server.util.BinaryPolyFunc import akka.http.scaladsl.server.util.TupleOps._ implicit def forTuple[A](implicit fold: FoldLeft[ Directive0, A, ConvertJsonFieldDefAndConcatenate.type ]): JsonFieldDefAux[A, fold.Out] = jsonFieldDef[A, fold.Out](fold(BasicDirectives.pass, _)) object ConvertJsonFieldDefAndConcatenate extends BinaryPolyFunc { implicit def from[A, TA, TB](implicit jsfdef: JsonFieldDef[A] { type Out = Directive[TB] }, ev: Join[TA, TB]): BinaryPolyFunc.Case[ Directive[TA], A, ConvertJsonFieldDefAndConcatenate.type ] { type Out = Directive[ev.Out] } = at[Directive[TA], A] { (a, t) => a & jsfdef(t) } }</code></pre> </section> <section> <pre><code data-trim>// the block below enables calling the JsonFieldDirectives#fields // with multiple arguments by folding the resulting // directives into a single Directive typed with a tuple, i.e.: // {{{ // fields("num".as[JsNumber], "currency") { (num, currency) => // complete(...) // } // }}} import akka.http.scaladsl.server.util.BinaryPolyFunc import akka.http.scaladsl.server.util.TupleOps._ implicit def forTuple[A](implicit fold: FoldLeft[ Directive0, A, ConvertJsonFieldDefAndConcatenate.type ]): JsonFieldDefAux[A, fold.Out] = jsonFieldDef[A, fold.Out](fold(BasicDirectives.pass, _)) object ConvertJsonFieldDefAndConcatenate extends BinaryPolyFunc { implicit def from[A, TA, TB](implicit jsfdef: JsonFieldDef[A] { type Out = Directive[TB] }, ev: Join[TA, TB]): BinaryPolyFunc.Case[ Directive[TA], A, ConvertJsonFieldDefAndConcatenate.type ] { type Out = Directive[ev.Out] } = at[Directive[TA], A] { (a, t) => a & jsfdef(t) } }</code></pre> </section> <section> <h2>The philosophy</h2> <ul> <li>Write code like you'd like to find written</li> <li>Don't use features you don't need</li> </ul> </section> <section> <h2>Detractors say ...</h2> <ul> <li class="strikethrough">Complex Concepts</li> <li class="strikethrough">Unreadable code</li> <li>Build times / SBT</li> <li>IDEs</li> </ul> <aside class="notes"> buy decent hardware: quad core + ssd </aside> </section> <section> <h2>Our typical SBT build</h2> <pre><code data-trim>import organisation.bom.sbt.plugin._ import organisation.sbt.plugin._ import sbt._ import sbt.Keys._ lazy val someProject = proj("some-project") .enablePlugins(ITSbtPlugin) .settings(Shapeless.version := "2.3.0") .settings(Akka.http, TypesafeConfig(), Shapeless(), ScalaTest()) .settings(libraryDependencies ++= List( "org.another1" % "artifact1" % "1.2.3", "org.another2" % "artifact2" % "1.2.3", "org.another3" % "artifact3" % "1.2.3" % IntegrationTest, "org.another4" % "artifact4" % "1.2.3" % IntegrationTest))</code></pre> </section> <section> <h2>Other Thoughts</h2> <ul> <li><strong>Don't</strong> use the Cake Pattern<br/><small><em>... unless you know what you're doing.</em></small></li> <li>Consider learning about Type Classes<br/><small><em>... at least for your internal libraries</em></small></li> </ul> <aside class="notes"> hygenic, mutability, concurrency </aside> </section> </section> <section> <section> <h2>Akka</h2> <aside class="notes"> </aside> </section> </section> <section> <section> <h2>Delivery</h2> <aside class="notes"> </aside> </section> </section> <section> <h1>Q & A</h1> <p>Thank you for listening</p> <p><small>Email me @ <a href="mailto:bogdan.roman@endava.com">Bogdan Roman</a></small></p> </section> </div> </div> <div id="logo"><img src="../img/logo.png"/></div> <div id="footer"></div> <script src="../lib/js/head.min.js"></script> <script src="../js/reveal.js"></script> <script> // Full list of configuration options available at: // https://github.com/hakimel/reveal.js#configuration Reveal.initialize({ controls: true, progress: true, history: true, center: true, slideNumber: 'c', transition: 'zoom', // none/fade/slide/convex/concave/zoom transitionSpeed: 'fast', // default/fast/slow // Optional reveal.js plugins dependencies: [ { src: '../lib/js/classList.js', condition: function() { return !document.body.classList; } }, { src: '../plugin/markdown/marked.js', condition: function() { return !!document.querySelector( '[data-markdown]' ); } }, { src: '../plugin/markdown/markdown.js', condition: function() { return !!document.querySelector( '[data-markdown]' ); } }, { src: '../plugin/highlight/highlight.pack.js', async: true, condition: function() { return !!document.querySelector( 'pre code' ); }, callback: function() { hljs.initHighlightingOnLoad(); } }, { src: '../plugin/zoom-js/zoom.js', async: true }, { src: '../plugin/notes/notes.js', async: true } ] }); </script> </body> </html>
{ "content_hash": "302170b532b30e2f12e47388f2df7d71", "timestamp": "", "source": "github", "line_count": 373, "max_line_length": 205, "avg_line_length": 38.1769436997319, "alnum_prop": 0.4759831460674157, "repo_name": "bogdanromanx/reveal.js", "id": "af6af315ad249a79c496f6227d50d890503b80af", "size": "14242", "binary": false, "copies": "1", "ref": "refs/heads/master", "path": "ddsa/index.html", "mode": "33188", "license": "mit", "language": [ { "name": "CSS", "bytes": "201892" }, { "name": "HTML", "bytes": "107337" }, { "name": "JavaScript", "bytes": "258575" } ], "symlink_target": "" }
package org.lwjgl.vulkan; import javax.annotation.*; import java.nio.*; import org.lwjgl.*; import org.lwjgl.system.*; import static org.lwjgl.system.MemoryUtil.*; import static org.lwjgl.system.MemoryStack.*; /** * See {@link VkPipelineInfoKHR}. * * <h3>Layout</h3> * * <pre><code> * struct VkPipelineInfoEXT { * VkStructureType sType; * void const * pNext; * VkPipeline pipeline; * }</code></pre> */ public class VkPipelineInfoEXT extends VkPipelineInfoKHR { /** * Creates a {@code VkPipelineInfoEXT} instance at the current position of the specified {@link ByteBuffer} container. Changes to the buffer's content will be * visible to the struct instance and vice versa. * * <p>The created instance holds a strong reference to the container object.</p> */ public VkPipelineInfoEXT(ByteBuffer container) { super(container); } /** Sets the specified value to the {@code sType} field. */ @Override public VkPipelineInfoEXT sType(@NativeType("VkStructureType") int value) { nsType(address(), value); return this; } /** Sets the {@link KHRPipelineExecutableProperties#VK_STRUCTURE_TYPE_PIPELINE_INFO_KHR STRUCTURE_TYPE_PIPELINE_INFO_KHR} value to the {@code sType} field. */ @Override public VkPipelineInfoEXT sType$Default() { return sType(KHRPipelineExecutableProperties.VK_STRUCTURE_TYPE_PIPELINE_INFO_KHR); } /** Sets the specified value to the {@code pNext} field. */ @Override public VkPipelineInfoEXT pNext(@NativeType("void const *") long value) { npNext(address(), value); return this; } /** Sets the specified value to the {@code pipeline} field. */ @Override public VkPipelineInfoEXT pipeline(@NativeType("VkPipeline") long value) { npipeline(address(), value); return this; } /** Initializes this struct with the specified values. */ @Override public VkPipelineInfoEXT set( int sType, long pNext, long pipeline ) { sType(sType); pNext(pNext); pipeline(pipeline); return this; } /** * Copies the specified struct data to this struct. * * @param src the source struct * * @return this struct */ public VkPipelineInfoEXT set(VkPipelineInfoEXT src) { memCopy(src.address(), address(), SIZEOF); return this; } // ----------------------------------- /** Returns a new {@code VkPipelineInfoEXT} instance allocated with {@link MemoryUtil#memAlloc memAlloc}. The instance must be explicitly freed. */ public static VkPipelineInfoEXT malloc() { return wrap(VkPipelineInfoEXT.class, nmemAllocChecked(SIZEOF)); } /** Returns a new {@code VkPipelineInfoEXT} instance allocated with {@link MemoryUtil#memCalloc memCalloc}. The instance must be explicitly freed. */ public static VkPipelineInfoEXT calloc() { return wrap(VkPipelineInfoEXT.class, nmemCallocChecked(1, SIZEOF)); } /** Returns a new {@code VkPipelineInfoEXT} instance allocated with {@link BufferUtils}. */ public static VkPipelineInfoEXT create() { ByteBuffer container = BufferUtils.createByteBuffer(SIZEOF); return wrap(VkPipelineInfoEXT.class, memAddress(container), container); } /** Returns a new {@code VkPipelineInfoEXT} instance for the specified memory address. */ public static VkPipelineInfoEXT create(long address) { return wrap(VkPipelineInfoEXT.class, address); } /** Like {@link #create(long) create}, but returns {@code null} if {@code address} is {@code NULL}. */ @Nullable public static VkPipelineInfoEXT createSafe(long address) { return address == NULL ? null : wrap(VkPipelineInfoEXT.class, address); } /** * Returns a new {@link VkPipelineInfoEXT.Buffer} instance allocated with {@link MemoryUtil#memAlloc memAlloc}. The instance must be explicitly freed. * * @param capacity the buffer capacity */ public static VkPipelineInfoEXT.Buffer malloc(int capacity) { return wrap(Buffer.class, nmemAllocChecked(__checkMalloc(capacity, SIZEOF)), capacity); } /** * Returns a new {@link VkPipelineInfoEXT.Buffer} instance allocated with {@link MemoryUtil#memCalloc memCalloc}. The instance must be explicitly freed. * * @param capacity the buffer capacity */ public static VkPipelineInfoEXT.Buffer calloc(int capacity) { return wrap(Buffer.class, nmemCallocChecked(capacity, SIZEOF), capacity); } /** * Returns a new {@link VkPipelineInfoEXT.Buffer} instance allocated with {@link BufferUtils}. * * @param capacity the buffer capacity */ public static VkPipelineInfoEXT.Buffer create(int capacity) { ByteBuffer container = __create(capacity, SIZEOF); return wrap(Buffer.class, memAddress(container), capacity, container); } /** * Create a {@link VkPipelineInfoEXT.Buffer} instance at the specified memory. * * @param address the memory address * @param capacity the buffer capacity */ public static VkPipelineInfoEXT.Buffer create(long address, int capacity) { return wrap(Buffer.class, address, capacity); } /** Like {@link #create(long, int) create}, but returns {@code null} if {@code address} is {@code NULL}. */ @Nullable public static VkPipelineInfoEXT.Buffer createSafe(long address, int capacity) { return address == NULL ? null : wrap(Buffer.class, address, capacity); } /** * Returns a new {@code VkPipelineInfoEXT} instance allocated on the specified {@link MemoryStack}. * * @param stack the stack from which to allocate */ public static VkPipelineInfoEXT malloc(MemoryStack stack) { return wrap(VkPipelineInfoEXT.class, stack.nmalloc(ALIGNOF, SIZEOF)); } /** * Returns a new {@code VkPipelineInfoEXT} instance allocated on the specified {@link MemoryStack} and initializes all its bits to zero. * * @param stack the stack from which to allocate */ public static VkPipelineInfoEXT calloc(MemoryStack stack) { return wrap(VkPipelineInfoEXT.class, stack.ncalloc(ALIGNOF, 1, SIZEOF)); } /** * Returns a new {@link VkPipelineInfoEXT.Buffer} instance allocated on the specified {@link MemoryStack}. * * @param stack the stack from which to allocate * @param capacity the buffer capacity */ public static VkPipelineInfoEXT.Buffer malloc(int capacity, MemoryStack stack) { return wrap(Buffer.class, stack.nmalloc(ALIGNOF, capacity * SIZEOF), capacity); } /** * Returns a new {@link VkPipelineInfoEXT.Buffer} instance allocated on the specified {@link MemoryStack} and initializes all its bits to zero. * * @param stack the stack from which to allocate * @param capacity the buffer capacity */ public static VkPipelineInfoEXT.Buffer calloc(int capacity, MemoryStack stack) { return wrap(Buffer.class, stack.ncalloc(ALIGNOF, capacity, SIZEOF), capacity); } // ----------------------------------- /** An array of {@link VkPipelineInfoEXT} structs. */ public static class Buffer extends VkPipelineInfoKHR.Buffer { private static final VkPipelineInfoEXT ELEMENT_FACTORY = VkPipelineInfoEXT.create(-1L); /** * Creates a new {@code VkPipelineInfoEXT.Buffer} instance backed by the specified container. * * Changes to the container's content will be visible to the struct buffer instance and vice versa. The two buffers' position, limit, and mark values * will be independent. The new buffer's position will be zero, its capacity and its limit will be the number of bytes remaining in this buffer divided * by {@link VkPipelineInfoEXT#SIZEOF}, and its mark will be undefined. * * <p>The created buffer instance holds a strong reference to the container object.</p> */ public Buffer(ByteBuffer container) { super(container); } public Buffer(long address, int cap) { super(address, null, -1, 0, cap, cap); } Buffer(long address, @Nullable ByteBuffer container, int mark, int pos, int lim, int cap) { super(address, container, mark, pos, lim, cap); } @Override protected Buffer self() { return this; } @Override protected VkPipelineInfoEXT getElementFactory() { return ELEMENT_FACTORY; } /** Sets the specified value to the {@code sType} field. */ @Override public VkPipelineInfoEXT.Buffer sType(@NativeType("VkStructureType") int value) { VkPipelineInfoEXT.nsType(address(), value); return this; } /** Sets the {@link KHRPipelineExecutableProperties#VK_STRUCTURE_TYPE_PIPELINE_INFO_KHR STRUCTURE_TYPE_PIPELINE_INFO_KHR} value to the {@code sType} field. */ @Override public VkPipelineInfoEXT.Buffer sType$Default() { return sType(KHRPipelineExecutableProperties.VK_STRUCTURE_TYPE_PIPELINE_INFO_KHR); } /** Sets the specified value to the {@code pNext} field. */ @Override public VkPipelineInfoEXT.Buffer pNext(@NativeType("void const *") long value) { VkPipelineInfoEXT.npNext(address(), value); return this; } /** Sets the specified value to the {@code pipeline} field. */ @Override public VkPipelineInfoEXT.Buffer pipeline(@NativeType("VkPipeline") long value) { VkPipelineInfoEXT.npipeline(address(), value); return this; } } }
{ "content_hash": "a26eb7b57c6f8bd23d8b4b337f25bb0a", "timestamp": "", "source": "github", "line_count": 241, "max_line_length": 166, "avg_line_length": 39.96265560165975, "alnum_prop": 0.6692970615720071, "repo_name": "LWJGL-CI/lwjgl3", "id": "b1c68ec7d451acc8bda337f784310eb0d2644cc8", "size": "9765", "binary": false, "copies": "4", "ref": "refs/heads/master", "path": "modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/VkPipelineInfoEXT.java", "mode": "33188", "license": "bsd-3-clause", "language": [ { "name": "Assembly", "bytes": "14340" }, { "name": "C", "bytes": "12209141" }, { "name": "C++", "bytes": "1982042" }, { "name": "GLSL", "bytes": "1703" }, { "name": "Java", "bytes": "75846044" }, { "name": "Kotlin", "bytes": "19636482" }, { "name": "Objective-C", "bytes": "14684" }, { "name": "Objective-C++", "bytes": "2004" } ], "symlink_target": "" }
"use strict"; //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ // Dependencies //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ var config = require("./../../static/config.json"); var errorcode = require("./../../static/errorcodes.json"); var helper = require("./../../helper"); var prohelper = require("./../../prohelper"); var dbhandler = require("./../../dbhandler") var classes = require("./../../classes"); //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ // Exports //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ exports.post = function (req, res) { var oUser = new classes.user; var oUserstats = new classes.userstats; helper.startPromiseChain() .then(function () { return helper.checkRequiredValues([ ["Username" , req.body.inputUser], ["E-Mail" , req.body.inputEmail], ["Password" , req.body.inputPW], ["Repeat Password" , req.body.repeatPW], ["AGB" , req.body.agb] ]); }) .then(function () { return new Promise(function(fFill, fFail) { var aErr = []; if (!prohelper.validateEmail(req.body.inputEmail)) { aErr.push("E-Mail is not valid"); } if (req.body.inputPW.length < 6) { aErr.push("Your password need at least a minimum length of 6 chars"); } if (!helper.hasChar(req.body.inputPW, "a")) { aErr.push("Your password need at least one lowercase letter"); } if (!helper.hasChar(req.body.inputPW, "A")) { aErr.push("Your password need at least one uppercase letter"); } if (!helper.hasChar(req.body.inputPW, "#")) { aErr.push("Your password need at least one number"); } if (req.body.inputPW !== req.body.repeatPW) { aErr.push("Your repeated password is not the same"); } if (aErr[0] !== undefined) { fFail(helper.getError(errorcode.ERR_newUser, { "oBody" : req.body, "aFailed" : aErr })); } else { fFill(); } }); }) .then(function () { return dbhandler.getNewid(oUser); }) .then(function (sNewid) { oUser.setUserid(sNewid); oUser.setUsername(req.body.inputUser); oUser.setPassword(helper.bcHash(req.body.inputPW, 10)); oUser.setEmail(req.body.inputEmail); oUser.setUserlevel(config.user.level.Member); return dbhandler.insert(oUser); }) .then(function () { oUserstats.setUserid(oUser.getUserid()); oUserstats.setPoints(1000); return dbhandler.insert(oUserstats); }) .then(function () { res.json("You created a new User!"); }) .catch(function (oErr) { res.json(oErr); }); };
{ "content_hash": "3a5df761452f7ca7a499193588560cab", "timestamp": "", "source": "github", "line_count": 84, "max_line_length": 89, "avg_line_length": 38.523809523809526, "alnum_prop": 0.4465389369592089, "repo_name": "DerHerrGammler/Projekt-X", "id": "e46e147ee08b45ca6b68f61c9fe5d4428065c893", "size": "3236", "binary": false, "copies": "1", "ref": "refs/heads/master", "path": "controllers - Kopie/api/newUser.js", "mode": "33188", "license": "mit", "language": [ { "name": "Batchfile", "bytes": "15" }, { "name": "CSS", "bytes": "19781" }, { "name": "HTML", "bytes": "58496" }, { "name": "JavaScript", "bytes": "174919" } ], "symlink_target": "" }
from flask import g import pandas as pd def get_product_list(params): df = pd.read_sql(''' select item_name from donorschoose_resources where item_name like %(item_name)s limit 100 ''', \ g.db_engine, \ params={'item_name': params['item_name']} ) return df
{ "content_hash": "8c9be032951687f150ea73923d7e08e1", "timestamp": "", "source": "github", "line_count": 17, "max_line_length": 49, "avg_line_length": 19.58823529411765, "alnum_prop": 0.5525525525525525, "repo_name": "sampathweb/bayes_hack", "id": "bf78d1ff6ef2888ef1f8396f7d0563cd68d8549f", "size": "333", "binary": false, "copies": "1", "ref": "refs/heads/master", "path": "bayes-hack-app/app/blueprints/models.py", "mode": "33188", "license": "mit", "language": [ { "name": "JavaScript", "bytes": "629707" }, { "name": "Python", "bytes": "46745" }, { "name": "Shell", "bytes": "467" } ], "symlink_target": "" }
"""Provide the RedditorListingMixin class.""" from ....const import urljoin from ..generator import ListingGenerator from .base import BaseListingMixin from .gilded import GildedListingMixin class RedditorListingMixin(BaseListingMixin, GildedListingMixin): """Adds additional methods pertaining to Redditor instances.""" @property def comments(self): r"""Provide an instance of :class:`.SubListing` for comment access. For example, to output the first line of all new comments by ``/u/spez`` try: .. code:: python for comment in reddit.redditor('spez').comments.new(limit=None): print(comment.body.split('\n', 1)[0][:79]) """ if self.__dict__.get('_comments') is None: self._comments = SubListing(self._reddit, self._path, 'comments') return self._comments @property def submissions(self): """Provide an instance of :class:`.SubListing` for submission access. For example, to output the title's of top 100 of all time submissions for ``/u/spez`` try: .. code:: python for submission in reddit.redditor('spez').submissions.top('all'): print(submission.title) """ if self.__dict__.get('_submissions') is None: self._submissions = SubListing(self._reddit, self._path, 'submitted') return self._submissions def downvoted(self, **generator_kwargs): """Return a ListingGenerator for items the user has downvoted. May raise ``prawcore.Forbidden`` after issuing the request if the user is not authorized to access the list. Note that because this function returns a :class:`.ListingGenerator` the exception may not occur until sometime after this function has returned. Additional keyword arguments are passed in the initialization of :class:`.ListingGenerator`. """ return ListingGenerator(self._reddit, urljoin(self._path, 'downvoted'), **generator_kwargs) def gildings(self, **generator_kwargs): """Return a ListingGenerator for items the user has gilded. May raise ``prawcore.Forbidden`` after issuing the request if the user is not authorized to access the list. Note that because this function returns a :class:`.ListingGenerator` the exception may not occur until sometime after this function has returned. Additional keyword arguments are passed in the initialization of :class:`.ListingGenerator`. """ return ListingGenerator(self._reddit, urljoin(self._path, 'gilded/given'), **generator_kwargs) def hidden(self, **generator_kwargs): """Return a ListingGenerator for items the user has hidden. May raise ``prawcore.Forbidden`` after issuing the request if the user is not authorized to access the list. Note that because this function returns a :class:`.ListingGenerator` the exception may not occur until sometime after this function has returned. Additional keyword arguments are passed in the initialization of :class:`.ListingGenerator`. """ return ListingGenerator(self._reddit, urljoin(self._path, 'hidden'), **generator_kwargs) def saved(self, **generator_kwargs): """Return a ListingGenerator for items the user has saved. May raise ``prawcore.Forbidden`` after issuing the request if the user is not authorized to access the list. Note that because this function returns a :class:`.ListingGenerator` the exception may not occur until sometime after this function has returned. Additional keyword arguments are passed in the initialization of :class:`.ListingGenerator`. """ return ListingGenerator(self._reddit, urljoin(self._path, 'saved'), **generator_kwargs) def upvoted(self, **generator_kwargs): """Return a ListingGenerator for items the user has upvoted. May raise ``prawcore.Forbidden`` after issuing the request if the user is not authorized to access the list. Note that because this function returns a :class:`.ListingGenerator` the exception may not occur until sometime after this function has returned. Additional keyword arguments are passed in the initialization of :class:`.ListingGenerator`. """ return ListingGenerator(self._reddit, urljoin(self._path, 'upvoted'), **generator_kwargs) class SubListing(BaseListingMixin): """Helper class for generating ListingGenerator objects.""" def __init__(self, reddit, base_path, subpath): """Initialize a SubListing instance. :param reddit: An instance of :class:`.Reddit`. :param base_path: The path to the object up to this point. :param subpath: The additional path to this sublisting. """ super(SubListing, self).__init__(reddit, None) self._listing_use_sort = True self._reddit = reddit self._path = urljoin(base_path, subpath)
{ "content_hash": "a82b080821e37aeee25b1789213a4752", "timestamp": "", "source": "github", "line_count": 137, "max_line_length": 79, "avg_line_length": 39, "alnum_prop": 0.6384053902302077, "repo_name": "13steinj/praw", "id": "eed2ca8212ae27d4288709ec5acce8310acedb80", "size": "5343", "binary": false, "copies": "3", "ref": "refs/heads/master", "path": "praw/models/listing/mixins/redditor.py", "mode": "33188", "license": "bsd-2-clause", "language": [ { "name": "Python", "bytes": "667266" }, { "name": "Shell", "bytes": "189" } ], "symlink_target": "" }
#ifndef TENSORFLOW_CORE_UTIL_GPU_LAUNCH_CONFIG_H_ #define TENSORFLOW_CORE_UTIL_GPU_LAUNCH_CONFIG_H_ #if GOOGLE_CUDA || TENSORFLOW_USE_ROCM #include <algorithm> #include "absl/base/casts.h" #include "third_party/eigen3/unsupported/Eigen/CXX11/Tensor" #include "tensorflow/core/framework/op_kernel.h" #include "tensorflow/core/platform/logging.h" #include "tensorflow/core/platform/stream_executor.h" #include "tensorflow/core/platform/types.h" #include "tensorflow/core/util/gpu_cuda_alias.h" // Usage of GetGpuLaunchConfig, GetGpu2DLaunchConfig, and // GetGpu3DLaunchConfig: // // There are two versions of GetGpuLaunchConfig and GetGpu2DLaunchConfig, one // version uses heuristics without any knowledge of the device kernel, the other // version uses cudaOccupancyMaxPotentialBlockSize to determine the theoretical // launch parameters that maximize occupancy. Currently, only the maximum // occupancy version of GetGpu3DLaunchConfig is available. // // For large number of work elements, the convention is that each kernel would // iterate through its assigned range. The return value of GetGpuLaunchConfig // is struct GpuLaunchConfig, which contains all the information needed for the // kernel launch, including: virtual number of threads, the number of threads // per block and number of threads per block used inside <<< >>> of a kernel // launch. GetGpu2DLaunchConfig and GetGpu3DLaunchConfig does the same thing // as GpuLaunchConfig. The only difference is the dimension. The macros // GPU_1D_KERNEL_LOOP and GPU_AXIS_KERNEL_LOOP might be used to do inner loop. // /* Sample code: __global__ void MyKernel1D(GpuLaunchConfig config, other_args...) { GPU_1D_KERNEL_LOOP(x, config.virtual_thread_count) { do_your_job_here; } } __global__ void MyKernel2D(Gpu2DLaunchConfig config, other_args...) { GPU_AXIS_KERNEL_LOOP(x, config.virtual_thread_count, x) { GPU_AXIS_KERNEL_LOOP(y, config.virtual_thread_count, y) { do_your_job_here; } } } __global__ void MyKernel3D(Gpu3DLaunchConfig config, other_args...) { GPU_AXIS_KERNEL_LOOP(x, config.virtual_thread_count, x) { GPU_AXIS_KERNEL_LOOP(y, config.virtual_thread_count, y) { GPU_AXIS_KERNEL_LOOP(z, config.virtual_thread_count, z) { do_your_job_here; } } } } void MyDriverFunc(const Eigen::GpuDevice &d) { // use heuristics GpuLaunchConfig cfg1 = GetGpuLaunchConfig(10240, d); MyKernel1D <<<config.block_count, config.thread_per_block, 0, d.stream()>>> (cfg1, other_args...); Gpu2DLaunchConfig cfg2 = GetGpu2DLaunchConfig(10240, 10240, d); MyKernel2D <<<config.block_count, config.thread_per_block, 0, d.stream()>>> (cfg2, other_args...); Gpu3DLaunchConfig cfg3 = GetGpu3DLaunchConfig(4096, 4096, 100, d); MyKernel3D <<<config.block_count, config.thread_per_block, 0, d.stream()>>> (cfg3, other_args...); // maximize occupancy GpuLaunchConfig cfg4 = GetGpuLaunchConfig(10240, d, MyKernel1D, 0, 0 ); MyKernel1D <<<config.block_count, config.thread_per_block, 0, d.stream()>>> (cfg4, other_args...); Gpu2DLaunchConfig cfg5 = GetGpu2DLaunchConfig(10240, 10240, d, MyKernel1D, 0, 0); MyKernel2D <<<config.block_count, config.thread_per_block, 0, d.stream()>>> (cfg5, other_args...); Gpu3DLaunchConfig cfg6 = GetGpu3DLaunchConfig(4096, 4096, 100, d, MyKernel1D, 0, 0); MyKernel3D <<<config.block_count, config.thread_per_block, 0, d.stream()>>> (cfg6, other_args...); } // See the test for this for more example: // https://github.com/tensorflow/tensorflow/blob/master/tensorflow/core/util/gpu_kernel_helper_test.cu.cc */ namespace tensorflow { inline int DivUp(int a, int b) { return (a + b - 1) / b; } struct GpuLaunchConfig { // Logical number of thread that works on the elements. If each logical // thread works on exactly a single element, this is the same as the working // element count. int virtual_thread_count = -1; // Number of threads per block. int thread_per_block = -1; // Number of blocks for GPU kernel launch. int block_count = -1; }; CREATE_CUDA_TYPE_ALIAS(GpuLaunchConfig, CudaLaunchConfig); // Calculate the GPU launch config we should use for a kernel launch. // This is assuming the kernel is quite simple and will largely be // memory-limited. // REQUIRES: work_element_count > 0. inline GpuLaunchConfig GetGpuLaunchConfig(int work_element_count, const Eigen::GpuDevice& d) { CHECK_GT(work_element_count, 0); GpuLaunchConfig config; const int virtual_thread_count = work_element_count; const int physical_thread_count = std::min( d.getNumGpuMultiProcessors() * d.maxGpuThreadsPerMultiProcessor(), virtual_thread_count); const int thread_per_block = std::min(1024, d.maxGpuThreadsPerBlock()); const int block_count = std::min(DivUp(physical_thread_count, thread_per_block), d.getNumGpuMultiProcessors()); config.virtual_thread_count = virtual_thread_count; config.thread_per_block = thread_per_block; config.block_count = block_count; return config; } #ifndef TENSORFLOW_USE_ROCM inline CudaLaunchConfig GetCudaLaunchConfig(int work_element_count, const Eigen::GpuDevice& d) { return GetGpuLaunchConfig(work_element_count, d); } #endif // Calculate the GPU launch config we should use for a kernel launch. This // variant takes the resource limits of func into account to maximize occupancy. // REQUIRES: work_element_count > 0. template <typename DeviceFunc> GpuLaunchConfig GetGpuLaunchConfig(int work_element_count, const Eigen::GpuDevice& d, DeviceFunc func, size_t dynamic_shared_memory_size, int block_size_limit) { CHECK_GT(work_element_count, 0); GpuLaunchConfig config; int block_count = 0; int thread_per_block = 0; #if GOOGLE_CUDA cudaError_t err = cudaOccupancyMaxPotentialBlockSize( &block_count, &thread_per_block, func, dynamic_shared_memory_size, block_size_limit); CHECK_EQ(err, cudaSuccess); #elif TENSORFLOW_USE_ROCM // ROCM TODO re-enable this after hipOccupancyMaxPotentialBlockSize is // implemented // hipError_t err = hipOccupancyMaxPotentialBlockSize( // &block_count, &thread_per_block, func, dynamic_shared_memory_size, // block_size_limit); // CHECK_EQ(err, hipSuccess); // Apply the heuristic in GetGpuLaunchConfig(int, const Eigen::GpuDevice&) // that the kernel is quite simple and will largely be memory-limited. const int physical_thread_count = std::min( d.getNumGpuMultiProcessors() * d.maxGpuThreadsPerMultiProcessor(), work_element_count); // Assume the kernel be simple enough that it is okay to use 1024 threads // per workgroup. thread_per_block = std::min(1024, d.maxGpuThreadsPerBlock()); block_count = std::min(DivUp(physical_thread_count, thread_per_block), d.getNumGpuMultiProcessors()); #endif block_count = std::min(block_count, DivUp(work_element_count, thread_per_block)); config.virtual_thread_count = work_element_count; config.thread_per_block = thread_per_block; config.block_count = block_count; return config; } CREATE_CUDA_HOST_FUNCTION_ALIAS(GetGpuLaunchConfig, GetCudaLaunchConfig); // Calculate the GPU launch config we should use for a kernel launch. This // variant takes the resource limits of func into account to maximize occupancy. // The returned launch config has thread_per_block set to fixed_block_size. // REQUIRES: work_element_count > 0. template <typename DeviceFunc> GpuLaunchConfig GetGpuLaunchConfigFixedBlockSize( int work_element_count, const Eigen::GpuDevice& d, DeviceFunc func, size_t dynamic_shared_memory_size, int fixed_block_size) { CHECK_GT(work_element_count, 0); GpuLaunchConfig config; int block_count = 0; #if GOOGLE_CUDA cudaError_t err = cudaOccupancyMaxActiveBlocksPerMultiprocessor( &block_count, func, fixed_block_size, dynamic_shared_memory_size); CHECK_EQ(err, cudaSuccess); block_count = std::min(block_count * d.getNumGpuMultiProcessors(), DivUp(work_element_count, fixed_block_size)); #elif TENSORFLOW_USE_ROCM // ROCM TODO re-enable this after hipOccupancyMaxActiveBlocksPerMultiprocessor // is implemented // hipError_t err = hipOccupancyMaxActiveBlocksPerMultiprocessor( // &block_count, &thread_per_block, func, dynamic_shared_memory_size, // block_size_limit); // CHECK_EQ(err, hipSuccess); // Apply the heuristic in GetGpuLaunchConfig(int, const Eigen::GpuDevice&) // that the kernel is quite simple and will largely be memory-limited. const int physical_thread_count = std::min( d.getNumGpuMultiProcessors() * d.maxGpuThreadsPerMultiProcessor(), work_element_count); // Assume the kernel be simple enough that it is okay to use 1024 threads // per workgroup. int thread_per_block = std::min(1024, d.maxGpuThreadsPerBlock()); block_count = std::min(DivUp(physical_thread_count, thread_per_block), d.getNumGpuMultiProcessors()); #endif config.virtual_thread_count = work_element_count; config.thread_per_block = fixed_block_size; config.block_count = block_count; return config; } CREATE_CUDA_HOST_FUNCTION_ALIAS(GetGpuLaunchConfigFixedBlockSize, GetCudaLaunchConfigFixedBlockSize); struct Gpu2DLaunchConfig { dim3 virtual_thread_count = dim3(0, 0, 0); dim3 thread_per_block = dim3(0, 0, 0); dim3 block_count = dim3(0, 0, 0); }; CREATE_CUDA_TYPE_ALIAS(Gpu2DLaunchConfig, Cuda2DLaunchConfig); inline Gpu2DLaunchConfig GetGpu2DLaunchConfig(int xdim, int ydim, const Eigen::GpuDevice& d) { Gpu2DLaunchConfig config; if (xdim <= 0 || ydim <= 0) { return config; } const int kThreadsPerBlock = 256; int block_cols = std::min(xdim, kThreadsPerBlock); // ok to round down here and just do more loops in the kernel int block_rows = std::max(kThreadsPerBlock / block_cols, 1); const int physical_thread_count = d.getNumGpuMultiProcessors() * d.maxGpuThreadsPerMultiProcessor(); const int max_blocks = std::max(physical_thread_count / kThreadsPerBlock, 1); config.virtual_thread_count = dim3(xdim, ydim, 1); config.thread_per_block = dim3(block_cols, block_rows, 1); int grid_x = std::min(DivUp(xdim, block_cols), max_blocks); config.block_count = dim3( grid_x, std::min(max_blocks / grid_x, std::max(ydim / block_rows, 1)), 1); return config; } #ifndef TENSORFLOW_USE_ROCM inline Cuda2DLaunchConfig GetCuda2DLaunchConfig(int xdim, int ydim, const Eigen::GpuDevice& d) { return GetGpu2DLaunchConfig(xdim, ydim, d); } #endif // Calculate the GPU 2D and 3D launch config we should use for a kernel launch. // This variant takes the resource limits of func into account to maximize // occupancy. using Gpu3DLaunchConfig = Gpu2DLaunchConfig; CREATE_CUDA_TYPE_ALIAS(Gpu3DLaunchConfig, Cuda3DLaunchConfig); template <typename DeviceFunc> Gpu3DLaunchConfig GetGpu3DLaunchConfig(int xdim, int ydim, int zdim, const Eigen::GpuDevice& d, DeviceFunc func, size_t dynamic_shared_memory_size, int block_size_limit) { Gpu3DLaunchConfig config; if (xdim <= 0 || ydim <= 0 || zdim <= 0) { return config; } int dev; #if GOOGLE_CUDA cudaGetDevice(&dev); cudaDeviceProp deviceProp; cudaGetDeviceProperties(&deviceProp, dev); #elif TENSORFLOW_USE_ROCM hipGetDevice(&dev); hipDeviceProp_t deviceProp; hipGetDeviceProperties(&deviceProp, dev); #endif int xthreadlimit = deviceProp.maxThreadsDim[0]; int ythreadlimit = deviceProp.maxThreadsDim[1]; int zthreadlimit = deviceProp.maxThreadsDim[2]; int xgridlimit = deviceProp.maxGridSize[0]; int ygridlimit = deviceProp.maxGridSize[1]; int zgridlimit = deviceProp.maxGridSize[2]; int block_count = 0; int thread_per_block = 0; #if GOOGLE_CUDA cudaError_t err = cudaOccupancyMaxPotentialBlockSize( &block_count, &thread_per_block, func, dynamic_shared_memory_size, block_size_limit); CHECK_EQ(err, cudaSuccess); #elif TENSORFLOW_USE_ROCM // ROCM TODO re-enable this after hipOccupancyMaxPotentialBlockSize is // implemented // hipError_t err = hipOccupancyMaxPotentialBlockSize( // &block_count, &thread_per_block, func, dynamic_shared_memory_size, // block_size_limit); // CHECK_EQ(err, hipSuccess); const int physical_thread_count = d.getNumGpuMultiProcessors() * d.maxGpuThreadsPerMultiProcessor(); thread_per_block = std::min(1024, d.maxGpuThreadsPerBlock()); block_count = std::min(DivUp(physical_thread_count, thread_per_block), d.getNumGpuMultiProcessors()); #endif int threadsx = std::min({xdim, thread_per_block, xthreadlimit}); int threadsy = std::min({ydim, std::max(thread_per_block / threadsx, 1), ythreadlimit}); int threadsz = std::min({zdim, std::max(thread_per_block / (threadsx * threadsy), 1), zthreadlimit}); int blocksx = std::min({block_count, DivUp(xdim, threadsx), xgridlimit}); int blocksy = std::min( {DivUp(block_count, blocksx), DivUp(ydim, threadsy), ygridlimit}); int blocksz = std::min({DivUp(block_count, (blocksx * blocksy)), DivUp(zdim, threadsz), zgridlimit}); config.virtual_thread_count = dim3(xdim, ydim, zdim); config.thread_per_block = dim3(threadsx, threadsy, threadsz); config.block_count = dim3(blocksx, blocksy, blocksz); return config; } CREATE_CUDA_HOST_FUNCTION_ALIAS(GetGpu3DLaunchConfig, GetCuda3DLaunchConfig); template <typename DeviceFunc> Gpu2DLaunchConfig GetGpu2DLaunchConfig(int xdim, int ydim, const Eigen::GpuDevice& d, DeviceFunc func, size_t dynamic_shared_memory_size, int block_size_limit) { return GetGpu3DLaunchConfig(xdim, ydim, 1, d, func, dynamic_shared_memory_size, block_size_limit); } CREATE_CUDA_HOST_FUNCTION_ALIAS(GetGpu2DLaunchConfig, GetCuda2DLaunchConfig); #if GOOGLE_CUDA template <typename DeviceFunc> Cuda2DLaunchConfig GetCuda2DLaunchConfig(int xdim, int ydim, const Eigen::GpuDevice& d, DeviceFunc func, size_t dynamic_shared_memory_size, int block_size_limit) { return GetGpu2DLaunchConfig(xdim, ydim, d, func, dynamic_shared_memory_size, block_size_limit); } #endif // GOOGLE_CUDA namespace detail { template <typename... Ts, size_t... Is> std::array<void*, sizeof...(Ts)> GetArrayOfElementPointersImpl( std::tuple<Ts...>* tuple, absl::index_sequence<Is...>) { return {{&std::get<Is>(*tuple)...}}; } // Returns an array of void pointers to the elements of the given tuple. template <typename... Ts> std::array<void*, sizeof...(Ts)> GetArrayOfElementPointers( std::tuple<Ts...>* tuple) { return GetArrayOfElementPointersImpl(tuple, absl::index_sequence_for<Ts...>{}); } template <bool...> struct BoolPack; template <bool... Bs> using NoneTrue = std::is_same<BoolPack<Bs..., false>, BoolPack<false, Bs...>>; // Returns whether none of the types in Ts is a reference. template <typename... Ts> constexpr bool NoneIsReference() { return NoneTrue<(std::is_reference<Ts>::value)...>::value; } } // namespace detail } // namespace tensorflow #endif // GOOGLE_CUDA || TENSORFLOW_USE_ROCM #endif // TENSORFLOW_CORE_UTIL_GPU_LAUNCH_CONFIG_H_
{ "content_hash": "0ee58c48f6bf8e2644938146a0eeb89c", "timestamp": "", "source": "github", "line_count": 401, "max_line_length": 102, "avg_line_length": 40.16708229426434, "alnum_prop": 0.6784006953498479, "repo_name": "adit-chandra/tensorflow", "id": "8063beef459a51203d28c33033eed5be19d1e5b5", "size": "16775", "binary": false, "copies": "5", "ref": "refs/heads/master", "path": "tensorflow/core/util/gpu_launch_config.h", "mode": "33188", "license": "apache-2.0", "language": [ { "name": "Assembly", "bytes": "5003" }, { "name": "Batchfile", "bytes": "45988" }, { "name": "C", "bytes": "773694" }, { "name": "C#", "bytes": "8562" }, { "name": "C++", "bytes": "76734263" }, { "name": "CMake", "bytes": "6545" }, { "name": "Dockerfile", "bytes": "81136" }, { "name": "Go", "bytes": "1679107" }, { "name": "HTML", "bytes": "4686483" }, { "name": "Java", "bytes": "952944" }, { "name": "Jupyter Notebook", "bytes": "567243" }, { "name": "LLVM", "bytes": "6536" }, { "name": "MLIR", "bytes": "1299322" }, { "name": "Makefile", "bytes": "61397" }, { "name": "Objective-C", "bytes": "104706" }, { "name": "Objective-C++", "bytes": "297753" }, { "name": "PHP", "bytes": "24055" }, { "name": "Pascal", "bytes": "3752" }, { "name": "Pawn", "bytes": "17546" }, { "name": "Perl", "bytes": "7536" }, { "name": "Python", "bytes": "38764318" }, { "name": "RobotFramework", "bytes": "891" }, { "name": "Ruby", "bytes": "7459" }, { "name": "Shell", "bytes": "643787" }, { "name": "Smarty", "bytes": "34727" }, { "name": "Swift", "bytes": "62814" } ], "symlink_target": "" }
/******************************************************************************/ /* Files to Include */ /******************************************************************************/ #ifdef __XC32 #include <xc.h> /* Defines special function registers, CP0 regs */ #endif #include <stdint.h> /* For uint32_t definition */ #include <stdbool.h> /* For true/false definition */ #include "user1.h" /* variables/params used by user.c */ /******************************************************************************/ /* User Functions */ /******************************************************************************/ #if 1 // First version without #define names void InitApp(void) { /* Setup analog functionality and port direction */ // LED outputs // Disable analog mode if present ANSELGbits.ANSG6 = 0; ANSELBbits.ANSB11 = 0; ANSELGbits.ANSG15 = 0; // Set direction to output TRISGbits.TRISG6 = 0; TRISBbits.TRISB11 = 0; TRISGbits.TRISG15 = 0; TRISDbits.TRISD4 = 0; // Turn off LEDs for initialization LD1_PORT_BIT = 0; LD2_PORT_BIT = 0; LD3_PORT_BIT = 0; LD4_PORT_BIT = 0; // BTN1 and BTN2 inputs // Disable analog mode ANSELAbits.ANSA5 = 0; // Set directions to input TRISAbits.TRISA5 = 1; TRISAbits.TRISA4 = 1; // 3. Configure peripheral to generate interrupts // Enable change notification interrupt in CN CNENAbits.CNIEA5 = 1; CNENAbits.CNIEA4 = 1; // 4. Configure Interrupt Controller // Enable change notification interrupts IEC3bits.CNAIE = 1; // Set priority IPC29bits.CNAIP = 2; // Clear interrupt Flag IFS3bits.CNAIF = 0; // 5. Set Interrupt Controller for multi-vector mode INTCONSET = _INTCON_MVEC_MASK; // 6. Globally enable interrupts __builtin_enable_interrupts(); // 7. Enable peripheral CNCONAbits.ON = 1; } #endif void delay(volatile int n) { for (; n > 0; n--); } void Blink_LEDs(void) { uint32_t delay_count= 10000000; // delay uint32_t count = 0; // counter that shows how many times LED will flash uint32_t i; // while (1) { if (BTN1_PORT_BIT) { // switch 1 is pressed count++; LD4_PORT_BIT = 1; // This LED indicates that the information is read delay(delay_count); LD4_PORT_BIT = 0; // // delay(delay_count); continue; } if(BTN2_PORT_BIT){ //switch 2 is pressed for(i = 1; i <= count; i++) { //LEDs will light up as many times as we pressed the button1, //and if a multiple of two then the two LEDs will light, //if the multiple is three, then three LD1_PORT_BIT = 1; // Turn on LED if(i % 2 == 0 || i % 3 == 0) LD2_PORT_BIT = 1; // Turn on LED if a multiple of two if(i % 3 == 0) LD3_PORT_BIT = 1; //Turn on LED if a multiple of three delay(delay_count); LD1_PORT_BIT = 0; // Turn off all the LEDS LD2_PORT_BIT = 0; LD3_PORT_BIT = 0; delay(delay_count); } count = 0; } } }
{ "content_hash": "81a34071568370f00d558ec6ef2af32d", "timestamp": "", "source": "github", "line_count": 102, "max_line_length": 100, "avg_line_length": 33.94117647058823, "alnum_prop": 0.47689196995956096, "repo_name": "kpi-keoa/TheConnectedMCU_Labs", "id": "d20a07200897ba4368bc0ff8655174d8904942ea", "size": "3462", "binary": false, "copies": "1", "ref": "refs/heads/master", "path": "alexanderfox777/lab4-UART/user1.c", "mode": "33188", "license": "mit", "language": [ { "name": "Assembly", "bytes": "408719" }, { "name": "Batchfile", "bytes": "5416" }, { "name": "C", "bytes": "2348811" }, { "name": "C++", "bytes": "158600" }, { "name": "CSS", "bytes": "373324" }, { "name": "HTML", "bytes": "2948072" }, { "name": "JavaScript", "bytes": "645545" }, { "name": "Makefile", "bytes": "894698" }, { "name": "Shell", "bytes": "30223" }, { "name": "TeX", "bytes": "1535934" } ], "symlink_target": "" }
Simplify your iOS development, grow your user base, and monetize more effectively with Firebase services. Much more information can be found at [https://firebase.google.com](https://firebase.google.com). ## Install a Firebase SDK using CocoaPods Firebase distributes several iOS specific APIs and SDKs via CocoaPods. You can install the CocoaPods tool on OS X by running the following command from the terminal. Detailed information is available in the [Getting Started guide](https://guides.cocoapods.org/using/getting-started.html#getting-started). ``` $ sudo gem install cocoapods ``` ## Try out an SDK You can try any of the SDKs with `pod try`. Run the following command and select the SDK you are interested in when prompted: ``` $ pod try Firebase ``` Note that some SDKs may require credentials. More information is available in the SDK-specific documentation at [https://firebase.google.com/docs/](https://firebase.google.com/docs/). ## Add a Firebase SDK to your iOS app CocoaPods is used to install and manage dependencies in existing Xcode projects. 1. Create an Xcode project, and save it to your local machine. 2. Create a file named `Podfile` in your project directory. This file defines your project's dependencies, and is commonly referred to as a Podspec. 3. Open `Podfile`, and add your dependencies. A simple Podspec is shown here: ``` platform :ios, '8.0' pod 'Firebase' ``` 4. Save the file. 5. Open a terminal and `cd` to the directory containing the Podfile. ``` $ cd <path-to-project>/project/ ``` 6. Run the `pod install` command. This will install the SDKs specified in the Podspec, along with any dependencies they may have. ``` $ pod install ``` 7. Open your app's `.xcworkspace` file to launch Xcode. Use this file for all development on your app. 8. You can also install other Firebase SDKs by adding the subspecs in the Podfile. ``` pod 'Firebase/AdMob' pod 'Firebase/Analytics' pod 'Firebase/Auth' pod 'Firebase/Database' pod 'Firebase/DynamicLinks' pod 'Firebase/Firestore' pod 'Firebase/Functions' pod 'Firebase/InAppMessaging' pod 'Firebase/InAppMessagingDisplay' pod 'Firebase/Messaging' pod 'Firebase/MLCommon' pod 'Firebase/MLModelInterpreter' pod 'Firebase/MLNLLanguageID' pod 'Firebase/MLNLSmartReply' pod 'Firebase/MLNLTranslate' pod 'Firebase/MLNaturalLanguage' pod 'Firebase/MLVision' pod 'Firebase/MLVisionAutoML' pod 'Firebase/MLVisionBarcodeModel' pod 'Firebase/MLVisionFaceModel' pod 'Firebase/MLVisionLabelModel' pod 'Firebase/MLVisionObjectDetection' pod 'Firebase/MLVisionTextModel' pod 'Firebase/Performance' pod 'Firebase/RemoteConfig' pod 'Firebase/Storage' ```
{ "content_hash": "314b882d15dc89c98378159a2c6ba43c", "timestamp": "", "source": "github", "line_count": 91, "max_line_length": 105, "avg_line_length": 30.9010989010989, "alnum_prop": 0.7265291607396871, "repo_name": "NeilNie/Visionary", "id": "20aa6928edd3ae233b0ca1e1b9e5a98ed040373b", "size": "2837", "binary": false, "copies": "6", "ref": "refs/heads/master", "path": "Pods/Firebase/README.md", "mode": "33261", "license": "apache-2.0", "language": [ { "name": "Objective-C", "bytes": "592961" }, { "name": "Ruby", "bytes": "310" } ], "symlink_target": "" }
::Some house cleaning: @ECHO off set projectName=Nigh7Sh4de_v0.1 ::Try compiling g++ -c src\main.cpp -o obj\main.o -std=gnu++0x -Iinclude -g -static-libgcc -static-libstdc++ ::Check if compiler failed IF %errorlevel%==0 ( ::Try linking dir g++ -o bin\%projectName%.exe obj\main.o -Llib -lglew32s -lsfml-window-s -lsfml-system-s && ( ::If linked successfully ECHO Successfull! && ECHO Running: && ECHO. bin\%projectName%.exe ) || ( ::If link failed ECHO. ECHO ----------------------- ECHO --Linker Done Goofed!-- ECHO ----------------------- PAUSE ) ) ELSE ( ::If compiler failed ECHO. ECHO ------------------------- ECHO --Compiler Done Goofed!-- ECHO ------------------------- PAUSE ) REM PAUSE
{ "content_hash": "fae985ee890df3b4f1fdd1fb09976225", "timestamp": "", "source": "github", "line_count": 39, "max_line_length": 93, "avg_line_length": 18.871794871794872, "alnum_prop": 0.5692934782608695, "repo_name": "Nigh7Sh4de/OpenGL", "id": "bf4741411957bef3f605c1b85218e9ab0e8a5793", "size": "736", "binary": false, "copies": "1", "ref": "refs/heads/master", "path": "Nigh7Sh4de/v0.1/compile.bat", "mode": "33188", "license": "mit", "language": [ { "name": "C", "bytes": "10400545" }, { "name": "C++", "bytes": "15638134" }, { "name": "Java", "bytes": "0" }, { "name": "Objective-C", "bytes": "14936" }, { "name": "Shell", "bytes": "7098" } ], "symlink_target": "" }
package com.coolweather.app.db; import android.content.Context; import android.database.sqlite.SQLiteDatabase; import android.database.sqlite.SQLiteDatabase.CursorFactory; import android.database.sqlite.SQLiteOpenHelper; /** * ½«½¨±íÓï¾äдÈë´úÂë * * @author zl * */ public class CoolWeatherOpenHelper extends SQLiteOpenHelper { /** * Province±í½¨±íÓï¾ä */ private static final String CREATE_PROVINCE = "create table Province(" + "id integer primary key autoincrement," + "province_name text," + "province_code text)"; /** * City±í½¨±íÓï¾ä */ private static final String CREATE_CITY = "create table City(" + "id integer primary key autoincrement," + "city_name text," + "city_code text," + "province_id integer)"; /** * County±í½¨±íÓï¾ä */ private static final String CREATE_COUNTY = "create table County(" + "id integer primary key autoincrement," + "county_name text," + "county_code text," + "city_id integer)"; public CoolWeatherOpenHelper(Context context, String name, CursorFactory factory, int version) { super(context, name, factory, version); } @Override public void onCreate(SQLiteDatabase db) { db.execSQL(CREATE_PROVINCE);// ´´½¨Province±í db.execSQL(CREATE_CITY);// ´´½¨City±í db.execSQL(CREATE_COUNTY);// ´´½¨County±í } @Override public void onUpgrade(SQLiteDatabase db, int oldVersion, int newVersion) { } }
{ "content_hash": "dee405540a89f8a1e9b27c4701801bac", "timestamp": "", "source": "github", "line_count": 51, "max_line_length": 75, "avg_line_length": 28.254901960784313, "alnum_prop": 0.6828591256072172, "repo_name": "AndySix/coolweather", "id": "fdf7791bc99df529b86694eae5cf79f01cb03a79", "size": "1441", "binary": false, "copies": "1", "ref": "refs/heads/master", "path": "src/com/coolweather/app/db/CoolWeatherOpenHelper.java", "mode": "33188", "license": "apache-2.0", "language": [ { "name": "Java", "bytes": "19996" } ], "symlink_target": "" }
package kingpin import "strings" type TokenType int // Token types. const ( TokenShort TokenType = iota TokenLong TokenArg TokenEOL ) var ( TokenEOLMarker = Token{TokenEOL, ""} ) type Token struct { Type TokenType Value string } func (t *Token) IsFlag() bool { return t.Type == TokenShort || t.Type == TokenLong } func (t *Token) IsEOF() bool { return t.Type == TokenEOL } func (t *Token) String() string { switch t.Type { case TokenShort: return "-" + t.Value case TokenLong: return "--" + t.Value case TokenArg: return t.Value case TokenEOL: return "<EOL>" default: panic("unhandled type") } } type Tokens []*Token func (t Tokens) String() string { out := []string{} for _, tok := range t { out = append(out, tok.String()) } return strings.Join(out, " ") } func (t Tokens) Next() Tokens { if len(t) == 0 { return nil } return t[1:] } func (t Tokens) Return(token *Token) Tokens { if token.Type == TokenEOL { return t } return append(Tokens{token}, t...) } func (t Tokens) Peek() *Token { if len(t) == 0 { return &TokenEOLMarker } return t[0] } func Tokenize(args []string) *ParseContext { tokens := make(Tokens, 0, len(args)) for _, arg := range args { if strings.HasPrefix(arg, "--") { parts := strings.SplitN(arg[2:], "=", 2) tokens = append(tokens, &Token{TokenLong, parts[0]}) if len(parts) == 2 { tokens = append(tokens, &Token{TokenArg, parts[1]}) } } else if strings.HasPrefix(arg, "-") { for _, a := range arg[1:] { tokens = append(tokens, &Token{TokenShort, string(a)}) } } else { tokens = append(tokens, &Token{TokenArg, arg}) } } return &ParseContext{Tokens: tokens} }
{ "content_hash": "516b96282d1c9bc67fa2c4ff5c7b4954", "timestamp": "", "source": "github", "line_count": 96, "max_line_length": 58, "avg_line_length": 17.552083333333332, "alnum_prop": 0.6255192878338279, "repo_name": "dgruber/ubercluster", "id": "72608bfd2767cd9a41bbf4dc926afcd1fc0d6bf9", "size": "1685", "binary": false, "copies": "2", "ref": "refs/heads/master", "path": "cmd/d2proxy/Godeps/_workspace/src/gopkg.in/alecthomas/kingpin.v1/lexer.go", "mode": "33188", "license": "apache-2.0", "language": [ { "name": "Go", "bytes": "171812" }, { "name": "Shell", "bytes": "1664" } ], "symlink_target": "" }
package org.apache.camel.builder.component.dsl; import javax.annotation.Generated; import org.apache.camel.Component; import org.apache.camel.builder.component.AbstractComponentBuilder; import org.apache.camel.builder.component.ComponentBuilder; import org.apache.camel.component.mybatis.MyBatisBeanComponent; /** * Perform queries, inserts, updates or deletes in a relational database using * MyBatis. * * Generated by camel-package-maven-plugin - do not edit this file! */ @Generated("org.apache.camel.maven.packaging.ComponentDslMojo") public interface MybatisBeanComponentBuilderFactory { /** * MyBatis Bean (camel-mybatis) * Perform queries, inserts, updates or deletes in a relational database * using MyBatis. * * Category: database,sql * Since: 2.22 * Maven coordinates: org.apache.camel:camel-mybatis */ static MybatisBeanComponentBuilder mybatisBean() { return new MybatisBeanComponentBuilderImpl(); } /** * Builder for the MyBatis Bean component. */ interface MybatisBeanComponentBuilder extends ComponentBuilder<MyBatisBeanComponent> { /** * Location of MyBatis xml configuration file. The default value is: * SqlMapConfig.xml loaded from the classpath. * * The option is a: <code>java.lang.String</code> type. * * Default: SqlMapConfig.xml * Group: producer */ default MybatisBeanComponentBuilder configurationUri( java.lang.String configurationUri) { doSetProperty("configurationUri", configurationUri); return this; } /** * Whether the producer should be started lazy (on the first message). * By starting lazy you can use this to allow CamelContext and routes to * startup in situations where a producer may otherwise fail during * starting and cause the route to fail being started. By deferring this * startup to be lazy then the startup failure can be handled during * routing messages via Camel's routing error handlers. Beware that when * the first message is processed then creating and starting the * producer may take a little time and prolong the total processing time * of the processing. * * The option is a: <code>boolean</code> type. * * Default: false * Group: producer */ default MybatisBeanComponentBuilder lazyStartProducer( boolean lazyStartProducer) { doSetProperty("lazyStartProducer", lazyStartProducer); return this; } /** * Whether autowiring is enabled. This is used for automatic autowiring * options (the option must be marked as autowired) by looking up in the * registry to find if there is a single instance of matching type, * which then gets configured on the component. This can be used for * automatic configuring JDBC data sources, JMS connection factories, * AWS Clients, etc. * * The option is a: <code>boolean</code> type. * * Default: true * Group: advanced */ default MybatisBeanComponentBuilder autowiredEnabled( boolean autowiredEnabled) { doSetProperty("autowiredEnabled", autowiredEnabled); return this; } /** * To use the SqlSessionFactory. * * The option is a: * <code>org.apache.ibatis.session.SqlSessionFactory</code> type. * * Group: advanced */ default MybatisBeanComponentBuilder sqlSessionFactory( org.apache.ibatis.session.SqlSessionFactory sqlSessionFactory) { doSetProperty("sqlSessionFactory", sqlSessionFactory); return this; } } class MybatisBeanComponentBuilderImpl extends AbstractComponentBuilder<MyBatisBeanComponent> implements MybatisBeanComponentBuilder { @Override protected MyBatisBeanComponent buildConcreteComponent() { return new MyBatisBeanComponent(); } @Override protected boolean setPropertyOnComponent( Component component, String name, Object value) { switch (name) { case "configurationUri": ((MyBatisBeanComponent) component).setConfigurationUri((java.lang.String) value); return true; case "lazyStartProducer": ((MyBatisBeanComponent) component).setLazyStartProducer((boolean) value); return true; case "autowiredEnabled": ((MyBatisBeanComponent) component).setAutowiredEnabled((boolean) value); return true; case "sqlSessionFactory": ((MyBatisBeanComponent) component).setSqlSessionFactory((org.apache.ibatis.session.SqlSessionFactory) value); return true; default: return false; } } } }
{ "content_hash": "fcb8ef7ba5462a86a35921b71ede1496", "timestamp": "", "source": "github", "line_count": 129, "max_line_length": 160, "avg_line_length": 39.55813953488372, "alnum_prop": 0.6386439349402312, "repo_name": "nicolaferraro/camel", "id": "b5b80f3b64e73e44f1e12a6141e74086a359ccea", "size": "5905", "binary": false, "copies": "1", "ref": "refs/heads/master", "path": "core/camel-componentdsl/src/generated/java/org/apache/camel/builder/component/dsl/MybatisBeanComponentBuilderFactory.java", "mode": "33188", "license": "apache-2.0", "language": [ { "name": "Apex", "bytes": "6521" }, { "name": "Batchfile", "bytes": "2353" }, { "name": "CSS", "bytes": "5472" }, { "name": "Elm", "bytes": "10852" }, { "name": "FreeMarker", "bytes": "8015" }, { "name": "Groovy", "bytes": "14479" }, { "name": "HTML", "bytes": "916625" }, { "name": "Java", "bytes": "82748568" }, { "name": "JavaScript", "bytes": "100326" }, { "name": "Makefile", "bytes": "513" }, { "name": "Shell", "bytes": "17240" }, { "name": "TSQL", "bytes": "28835" }, { "name": "Tcl", "bytes": "4974" }, { "name": "Thrift", "bytes": "6979" }, { "name": "XQuery", "bytes": "546" }, { "name": "XSLT", "bytes": "275257" } ], "symlink_target": "" }
package com.airbnb.epoxy; import android.view.View; import android.view.View.OnClickListener; import android.widget.Button; import com.airbnb.epoxy.DataBindingEpoxyModel.DataBindingHolder; import com.airbnb.epoxy.integrationtest.BuildConfig; import com.airbnb.epoxy.integrationtest.DatabindingTestBindingModel_; import com.airbnb.epoxy.integrationtest.ModelWithDataBindingBindingModel_; import org.junit.Test; import org.junit.runner.RunWith; import org.robolectric.RobolectricTestRunner; import org.robolectric.annotation.Config; import org.robolectric.annotation.LooperMode; import java.util.Collections; import java.util.List; import androidx.recyclerview.widget.RecyclerView.AdapterDataObserver; import static junit.framework.Assert.assertNotNull; import static org.junit.Assert.assertEquals; import static org.mockito.ArgumentMatchers.any; import static org.mockito.ArgumentMatchers.eq; import static org.mockito.Mockito.mock; import static org.mockito.Mockito.verify; import static org.mockito.Mockito.verifyNoMoreInteractions; @RunWith(RobolectricTestRunner.class) @LooperMode(LooperMode.Mode.LEGACY) public class DataBindingModelIntegrationTest { @Test public void createDataBindingModel() { SimpleEpoxyController controller = new SimpleEpoxyController(); ModelWithDataBindingBindingModel_ firstModel = new ModelWithDataBindingBindingModel_() .stringValue("hello") .id(1); controller.setModels(Collections.singletonList(firstModel)); ControllerLifecycleHelper lifecycleHelper = new ControllerLifecycleHelper(); EpoxyViewHolder viewHolder = lifecycleHelper.createViewHolder(controller.getAdapter(), 0); controller.getAdapter().onBindViewHolder(viewHolder, 0); DataBindingHolder dataBindingHolder = ((DataBindingHolder) viewHolder.objectToBind()); assertNotNull(dataBindingHolder.getDataBinding()); // Check that the requiredText was set on the view assertEquals(firstModel.stringValue(), ((Button) viewHolder.itemView).getText()); ModelWithDataBindingBindingModel_ secondModel = new ModelWithDataBindingBindingModel_() .stringValue("hello again") .id(1); controller.setModels(Collections.singletonList(secondModel)); List<Object> payloads = DiffPayloadTestUtil.payloadsWithChangedModels(firstModel); controller.getAdapter().onBindViewHolder(viewHolder, 0, payloads); // Check that the requiredText was updated after the change payload assertEquals(secondModel.stringValue(), ((Button) viewHolder.itemView).getText()); } @Test public void fullyCreateDataBindingModel() { SimpleEpoxyController controller = new SimpleEpoxyController(); ModelWithDataBindingBindingModel_ firstModel = new ModelWithDataBindingBindingModel_() .stringValue("hello") .id(1); controller.setModels(Collections.singletonList(firstModel)); ControllerLifecycleHelper lifecycleHelper = new ControllerLifecycleHelper(); EpoxyViewHolder viewHolder = lifecycleHelper.createViewHolder(controller.getAdapter(), 0); controller.getAdapter().onBindViewHolder(viewHolder, 0); DataBindingHolder dataBindingHolder = ((DataBindingHolder) viewHolder.objectToBind()); assertNotNull(dataBindingHolder.getDataBinding()); // Check that the requiredText was set on the view assertEquals(firstModel.stringValue(), ((Button) viewHolder.itemView).getText()); ModelWithDataBindingBindingModel_ secondModel = new ModelWithDataBindingBindingModel_() .stringValue("hello again") .id(1); controller.setModels(Collections.singletonList(secondModel)); List<Object> payloads = DiffPayloadTestUtil.payloadsWithChangedModels(firstModel); controller.getAdapter().onBindViewHolder(viewHolder, 0, payloads); // Check that the requiredText was updated after the change payload assertEquals(secondModel.stringValue(), ((Button) viewHolder.itemView).getText()); } @Test public void typesWithOutHashCodeAreNotDiffed() { SimpleEpoxyController controller = new SimpleEpoxyController(); AdapterDataObserver observerMock = mock(AdapterDataObserver.class); controller.getAdapter().registerAdapterDataObserver(observerMock); ModelWithDataBindingBindingModel_ firstModel = new ModelWithDataBindingBindingModel_() .clickListener(new OnClickListener() { @Override public void onClick(View v) { } }) .id(1); controller.setModels(Collections.singletonList(firstModel)); verify(observerMock).onItemRangeInserted(0, 1); ModelWithDataBindingBindingModel_ secondModel = new ModelWithDataBindingBindingModel_() .clickListener(new OnClickListener() { @Override public void onClick(View v) { } }) .id(1); controller.setModels(Collections.singletonList(secondModel)); verifyNoMoreInteractions(observerMock); } @Test public void typesWithHashCodeAreDiffed() { SimpleEpoxyController controller = new SimpleEpoxyController(); AdapterDataObserver observerMock = mock(AdapterDataObserver.class); controller.getAdapter().registerAdapterDataObserver(observerMock); ModelWithDataBindingBindingModel_ firstModel = new ModelWithDataBindingBindingModel_() .stringValue("value1") .id(1); controller.setModels(Collections.singletonList(firstModel)); verify(observerMock).onItemRangeInserted(0, 1); ModelWithDataBindingBindingModel_ secondModel = new ModelWithDataBindingBindingModel_() .stringValue("value2") .id(1); controller.setModels(Collections.singletonList(secondModel)); verify(observerMock).onItemRangeChanged(eq(0), eq(1), any()); verifyNoMoreInteractions(observerMock); } @Test public void generatesBindingModelFromNamingPattern() { // Make sure that the model was generated from the annotation naming pattern new DatabindingTestBindingModel_(); } }
{ "content_hash": "be3c166d9c676edb4a6df86639616709", "timestamp": "", "source": "github", "line_count": 155, "max_line_length": 94, "avg_line_length": 38.38709677419355, "alnum_prop": 0.7684033613445378, "repo_name": "airbnb/epoxy", "id": "04bc60ee65185685d01ac9f0c5deafabd414b874", "size": "5950", "binary": false, "copies": "1", "ref": "refs/heads/master", "path": "epoxy-integrationtest/src/test/java/com/airbnb/epoxy/DataBindingModelIntegrationTest.java", "mode": "33188", "license": "apache-2.0", "language": [ { "name": "CSS", "bytes": "2695" }, { "name": "HTML", "bytes": "2958" }, { "name": "Java", "bytes": "3068867" }, { "name": "JavaScript", "bytes": "5252" }, { "name": "Kotlin", "bytes": "1111468" } ], "symlink_target": "" }
body, div { -webkit-tap-highlight-color: rgba(0,0,0,0); -webkit-touch-callout: none; } .property { width:900px; } /* Let's get this party started */ .property div::-webkit-scrollbar { width: 10px; } /* scrollbar */ .property div::-webkit-scrollbar-track { -webkit-border-radius: 10px; border-radius: 10px; background: #EEEEEE; } .property div::-webkit-scrollbar-track-piece{ } .property div::-webkit-scrollbar-thumb { width:10px; -webkit-border-radius: 10px; border-radius: 10px; background: #CCCCCC; } .property div::-webkit-scrollbar-thumb:hover { background: #488FCD; } /*new filter panel - webkit css animate setting*/ .property.useCssAnimate .pf-st-slide, .property.useCssAnimate .pf-deleteItem, .property.useCssAnimate .pf-slide-item, .property.useCssAnimate .filter-item.newadded, .property.useCssAnimate .pf-deleteCate, .property.useCssAnimate .selected-item { -webkit-transition: margin-left 0.3s ease-out; } .property.useCssAnimate .pf-selected{ -webkit-transition: margin-left 0.3s ease-out; -webkit-transition: height 0.3s ease-out; } .property.useCssAnimate .pf-slide, .property.useCssAnimate .pf-content, .property.useCssAnimate .contentwrap { -webkit-transition: height 0.3s ease-out; } /*new filter panel*/ .property{ position:relative; z-index:100; } .pf-replace{ height:120px; display:none; } .property .contentwrap{ position:relative; border-top:1px solid #E0E0E0; height:105px; padding: 10px 0; } .property .flushingSlide{ display:none; } .property a, .property a:visited, .property a:hover{ color:#000; text-decoration: none; } .property .pf-title{ font-size:14px; color:#4690CD; line-height:24px; margin:2px 0; } .property .pf-panel-wrap{ position:relative; } .property .pagi-indicator{ display:none; position:absolute; bottom:0; height:115px; width:34px; z-index:1001; } .property .page-indi-img { position:absolute; top:50%; height:16px; width:12px; margin-top:-10px; font-size:0; background-repeat: no-repeat; background-image:url(http://img02.taobaocdn.com/tps/i2/T11MZrXlxcXXacdmY0-45-100.png); background-image: -webkit-image-set(url(http://img02.taobaocdn.com/tps/i2/T11MZrXlxcXXacdmY0-45-100.png) 1x, url(http://img04.taobaocdn.com/tps/i4/T1AOoCXllfXXblbWg9-90-200.png) 2x); } .property .pagi-prev { background:url(http://img03.taobaocdn.com/tps/i3/T1ES.jXhBaXXcFc6DG-34-150.png) left center; left:0px; } .property .pagi-prev .page-indi-img{ background-position: 0 0; left:5px; } .property .pagi-prev.show{ display:inline; } .property .pagi-prev.show.hide{ display:none; } .property .pagi-prev:hover .page-indi-img{ background-position: -35px 0; } .property .pagi-next{ background:url(http://img04.taobaocdn.com/tps/i4/T1opgjXdJeXXcFc6DG-34-150.png) right center; right:0px; } .property .pagi-next .page-indi-img{ background-position: 0 -22px; right:4px; } .property .pagi-next.show{ display:block; } .property .pagi-next.show.hide{ display:none; } .property .pagi-next:hover .page-indi-img{ background-position: -35px -22px; } .property .pf-panel{ width:100%; overflow:hidden; position:absolute; } .property .pf-slide{ height:105px; width: 3000px; } .property .pf-slide .pf-slide-item{ float:left; width:280px; height:105px; padding:0px; position:relative; background-color:#FFF; z-index: 1; } .property .pf-slide .pf-slide-item .v-sperator{ position: absolute; width: 0; bottom: 0; top: 0; left: 0; border-left: 1px solid #DFDFDF; z-index: 1001; } .property .pf-slide .pf-slide-item.norelative{ position:static; } .property .pf-slide .new-slide-item{ margin-left:-280px; z-index: 0; } .property .pf-pagination{ position: absolute; right: 5px; top: 10px; _top: 15px; z-index: 10; display:none; } .property .pf-pagination .pf-pg-link{ display:inline-block; height:8px; width:8px; font-size:0; background-color:#9C9C9C; border-radius:4px; margin:0 3px; vertical-align:middle; } .property .pf-pagination .pf-pg-link.active{ background-color:#0E0E0E; } .property .pf-content{ position:absolute; top:0; left:0px; width:100%; height:105px; z-index: 1000; overflow:hidden; background-color:#FFF; border-left:1px solid #F1F1F1; margin-left:-1px; } .property .norelative .pf-content{ z-index:1001; border-left:1px solid #F1F1F1; border-right:1px solid #F1F1F1; box-shadow: 0 3px 5px rgba(218,218,218,0.5); } .property .norelative .pf-content .filter-items{ } .property .norelative .pf-content .filter-items.pf-image{ border-bottom:none; } .property .filter-title{ font-size:14px; padding:0 20px 10px; color:#333333; } .property .filter-items{ font-size:0; padding-right:8px; } .property .filter-items.pf-fixed-height{ height:80px; overflow:hidden; } .property .norelative .filter-items{ } .property .norelative .filter-items.pf-fixed-height{ border-bottom:none; box-shadow: none; } .property .filter-items.maxheight{ overflow:auto; height:234px; } .property a.filter-item{ display:inline-block; font-size:12px; margin:0 10px 8px 20px; color:#666; cursor:pointer; } .property a.filter-item.hidden{ display:none; } .property a.filter-item:hover{ color:#ff6600; } .property a.filter-item.selected{ color:#ff6600; } .property a.filter-item.selected:hover{ color:#ff6600; } .property a.filter-item.newadded{ margin-left:-50px; } .property a.filter-items.pf-image{ padding-left:8px; width:272px; margin-top:-5px; } .property .pf-image .filter-item{ margin:0 1px 7px 18px; opacity:1; filter:alpha(opacity=100); } .property .pf-image .filter-item.selected{ opacity:.3; filter:alpha(opacity=30); } .property .pf-image img{ width:48px; height:32px; } .property .pf-selected{ line-height:24px; font-size:14px; margin-bottom:0px; position:relative; overflow:hidden; display:none; height:0; } .property .pf-selected.show{ display:block; } .property .pf-selected .pf-st-indicator{ display:none; position:absolute; top:0; height:24px; width:20px; font-size:0; background-repeat: no-repeat; background-image:url(http://img02.taobaocdn.com/tps/i2/T11MZrXlxcXXacdmY0-45-100.png); background-image: -webkit-image-set(url(http://img02.taobaocdn.com/tps/i2/T11MZrXlxcXXacdmY0-45-100.png) 1x, url(http://img04.taobaocdn.com/tps/i4/T1AOoCXllfXXblbWg9-90-200.png) 2x); z-index:1001; } .property .pf-selected .pf-st-prev{ left:0px; background-position: 7px -39px; } .property .pf-selected .pf-st-prev:hover{ background-position: -33px -40px; } .property .pf-selected .pf-st-next{ right:55px; background-position: 5px -61px; } .property .pf-selected .pf-st-next:hover{ background-position: -35px -63px; } .property .pf-selected .select-title{ float:left; } .property .pf-selected .pf-st-slide{ float:left; overflow:hidden; position:relative; height:24px; margin-left:20px; _margin-left:10px; } .property .pf-selected .pf-st-wrap{ width:10000px; } .property .pf-selected .pf-st-wrap a, .property .pf-selected .pf-st-wrap a:visited, .property .pf-selected .pf-st-wrap a:hover{ color:#FFF; } .property .pf-selected .pf-st-wrap .pf-st-clearall{ width:70px; opacity:.6; filter:alpha(opacity=60); color:#000000; display:none; } .property .pf-selected .pf-st-wrap .pf-st-clearall.show{ display:inline-block; } .property .pf-selected .pf-st-wrap .pf-st-clearall:hover{ color:#000000; opacity:.4; filter:alpha(opacity=40); } .property .pf-selected .pf-st-wrap .pf-st-clearall:visited{ color:#000000; } .property .pf-selected .selected-item{ border-radius: 2px; padding: 0 20px 0 5px; margin-right: 10px; background-color: #262626; position: relative; z-index:2; line-height: 22px; display:inline-block; } .property .pf-selected .del-btn{ width:11px; height:11px; position: absolute; overflow:hidden; top: 50%; right: 4px; margin-top: -5px; z-index:3; background-repeat: no-repeat; background-image:url(http://img02.taobaocdn.com/tps/i2/T11MZrXlxcXXacdmY0-45-100.png); background-image: -webkit-image-set(url(http://img02.taobaocdn.com/tps/i2/T11MZrXlxcXXacdmY0-45-100.png) 1x, url(http://img04.taobaocdn.com/tps/i4/T1AOoCXllfXXblbWg9-90-200.png) 2x); background-color: #262626; background-position: -33px -88px; } .property .pf-selected .hover .del-btn{ background-position: 0px -89px; } .property .pf-switch { position: relative; padding-top: 35px; height:120px; } .property .pf-switch .ks-switchable-nav { position: absolute; left: 10px; margin-top: -24px; z-index: 99; } .property .pf-switch .ks-switchable-nav li { float: left; height: 24px; line-height: 21px; text-align: center; margin: 0 10px; cursor: pointer; outline:none; font-size:12px; color: black; opacity: .6; filter:alpha(opacity=60); } .property .pf-switch .ks-switchable-nav li .iconfont{ display:none; } .property .pf-switch .ks-switchable-nav li.ks-active { cursor: pointer; border-bottom: 1px solid #888888; opacity:.8; filter:alpha(opacity=80); position:relative; } .property .pf-switch .ks-switchable-nav li.ks-active .iconfont{ display: none; position: absolute; bottom: -1px; left: 50%; width: 6px; height: 5px; margin-left: -3px; font-size: 7px; color: #E0E0E0; line-height: 6px; background-color:#FCFCFC; } .property .pf-switch .ks-switchable-content { position: relative; height: 130px; border-top:1px solid #E6E6E6; background-color:#FCFCFC; } .property .pf-switch .pf-switch-ul{ margin-top:10px; height: 115px; overflow: auto; } .property .pf-switch .pf-switch-ul li{ float:left; } .property .pf-switch .pf-switch-ul li .filter-item{ margin-top:1px; } .property .no-slidedown .pf-fixed-height{ display:none; } .property .no-slidedown a.filter-item.hidden{ display:inline-block; } .property .no-slidedown .pf-switch { padding-top: 0; margin-top:-2px; height:80px; } .property .no-slidedown .pf-switch .ks-switchable-nav { right:20px; } .property .no-slidedown .pf-switch .ks-switchable-nav li { float: right; margin-left: 20px; } .property .no-slidedown .pf-switch .ks-switchable-nav li.ks-active { } .property .no-slidedown .pf-switch .ks-switchable-content { height:80px; } .property .no-slidedown .pf-switch .pf-switch-ul{ margin-top:5px; height:70px; } .property.property-fixed{ position:fixed; _position:absolute; top:0px; margin:0; z-index: 1000; background:none; _background:#FFF; } .property.property-fixed .contentwrap{ padding: 8px 0; box-shadow: 0 3px 5px rgba(218,218,218,0.5); } .property.property-fixed.hover .contentwrap{ background-color:#FFF; } .property.property-fixed .pf-selected{ padding:0; margin-bottom:0; } .property.property-fixed .pf-pagination{ top:10px; } .property.property-fixed .pf-shadow{ position:absolute; left:0; right:0; top:0; bottom:0; background:#FFF; opacity:.9; filter: alpha(opacity=90); } .property.property-fixed .flushingSlide{ position:absolute; left:0; right:0; top:0; bottom:0; display:block; font-size:0; overflow:hidden; border-bottom:1px solid #DFDFDF; box-shadow: 0 -1px 0 #FEFCFC inset,0 0 4px rgba(0, 0, 0, .15); } .property.property-fixed .pf-flush-item{ display:inline-block; font-size: 14px; padding: 8px 0; color: #333; width:100px; text-indent:20px; } .property.property-fixed .pf-selected .pf-st-indicator { top: 7px; } @media all and (-webkit-min-device-pixel-ratio: 12) { .property .pagi-indicator .page-indi-img { background-image:url(http://img04.taobaocdn.com/tps/i4/T1AOoCXllfXXblbWg9-90-200.png); background-size: 45px 100px; } .property .pf-selected .selected-item .del-btn{ background-image:url(http://img01.taobaocdn.com/tps/i1/T1gVUxXcBcXXblbWg9-90-200.png); background-size: 45px 100px; } .property .pf-selected .pf-st-indicator{ background-image:url(http://img04.taobaocdn.com/tps/i4/T1AOoCXllfXXblbWg9-90-200.png); background-size: 45px 100px; } }
{ "content_hash": "710f63d18a46de157df976c36cc2e358", "timestamp": "", "source": "github", "line_count": 554, "max_line_length": 112, "avg_line_length": 22.958483754512635, "alnum_prop": 0.6661687239562859, "repo_name": "2947721120/brix", "id": "d3395b10abbc412935d87a66797de60811f730b9", "size": "12719", "binary": false, "copies": "2", "ref": "refs/heads/master", "path": "src/gallery/property/index.css", "mode": "33188", "license": "mit", "language": [ { "name": "CSS", "bytes": "549044" }, { "name": "HTML", "bytes": "566689" }, { "name": "JavaScript", "bytes": "4235886" } ], "symlink_target": "" }
object Test extends App { println("foo") Macros.foo(42) }
{ "content_hash": "106d87bf97881e0e299bdc5f637f6677", "timestamp": "", "source": "github", "line_count": 4, "max_line_length": 25, "avg_line_length": 15.5, "alnum_prop": 0.6612903225806451, "repo_name": "martijnhoekstra/scala", "id": "74f60329a3c553b5413a5ba56703e481c0e6d082", "size": "62", "binary": false, "copies": "3", "ref": "refs/heads/actionsExperiments", "path": "test/files/run/macro-impl-rename-context/Test_2.scala", "mode": "33188", "license": "apache-2.0", "language": [ { "name": "Awk", "bytes": "1379" }, { "name": "Batchfile", "bytes": "2049" }, { "name": "C", "bytes": "141" }, { "name": "CSS", "bytes": "60784" }, { "name": "HTML", "bytes": "6295" }, { "name": "Java", "bytes": "304425" }, { "name": "JavaScript", "bytes": "48198" }, { "name": "Ruby", "bytes": "142" }, { "name": "Scala", "bytes": "17844582" }, { "name": "Shell", "bytes": "27758" } ], "symlink_target": "" }
# Developing in100gram This application was generated using JHipster, you can find documentation and help at [https://jhipster.gitub.io][]. Before you can build this project, you must install and configure the following dependencies on your machine: 1. [Node.js][]: We use Node to run a development web server and build the project. Depending on your system, you can install Node either from source or as a pre-packaged bundle. After installing Node, you should be able to run the following command to install development tools (like [Bower][] and [BrowserSync][]). You will only need to run this command when dependencies change in package.json. npm install We use [Grunt][] as our build system. Install the grunt command-line tool globally with: npm install -g grunt-cli Run the following commands in two separate terminals to create a blissful development experience where your browser auto-refreshes when files change on your hard drive. mvn grunt Bower is used to manage CSS and JavaScript dependencies used in this application. You can upgrade dependencies by specifying a newer version in `bower.json`. You can also run `bower update` and `bower install` to manage dependencies. Add the `-h` flag on any command to see how you can use it. For example, `bower update -h`. # Building for production To optimize the in100gram client for production, run: mvn -Pprod clean package This will concatenate and minify CSS and JavaScript files. It will also modify `index.html` so it references these new files. To ensure everything worked, run: java -jar target/*.war --spring.profiles.active=prod Then navigate to [http://localhost:8080](http://localhost:8080) in your browser. # Testing Unit tests are run by [Karma][] and written with [Jasmine][]. They're located in `src/test/javascript` and can be run with: grunt test # Continuous Integration To setup this project in Jenkins, use the following configuration: * Project name: `in100gram` * Source Code Management * Git Repository: `git@github.com:xxxx/in100gram.git` * Branches to build: `*/master` * Additional Behaviours: `Wipe out repository & force clone` * Build Triggers * Poll SCM / Schedule: `H/5 * * * *` * Build * Invoke Maven / Tasks: `-Pprod clean package` * Post-build Actions * Publish JUnit test result report / Test Report XMLs: `build/test-results/*.xml` [JHipster]: https://jhipster.github.io/ [Node.js]: https://nodejs.org/ [Bower]: http://bower.io/ [Grunt]: http://gruntjs.com/ [BrowserSync]: http://www.browsersync.io/ [Karma]: http://karma-runner.github.io/ [Jasmine]: http://jasmine.github.io/2.0/introduction.html [Protractor]: https://angular.github.io/protractor/
{ "content_hash": "82e9ece27474f7b4b52e68d14311d76d", "timestamp": "", "source": "github", "line_count": 73, "max_line_length": 123, "avg_line_length": 37.3013698630137, "alnum_prop": 0.7440323172970987, "repo_name": "Snayki/in100gram", "id": "a6729ffb8403517dd473a3efc03dfe4304aced3e", "size": "2723", "binary": false, "copies": "1", "ref": "refs/heads/master", "path": "README.md", "mode": "33188", "license": "mit", "language": [ { "name": "ApacheConf", "bytes": "24139" }, { "name": "CSS", "bytes": "4180" }, { "name": "Cucumber", "bytes": "161" }, { "name": "HTML", "bytes": "96291" }, { "name": "Java", "bytes": "272575" }, { "name": "JavaScript", "bytes": "135334" } ], "symlink_target": "" }
using Scheme.NET.Scheme; using Scheme.NET.VirtualMachine.Instructions; using System; using System.Collections.Generic; using System.Text; namespace Scheme.NET.VirtualMachine { public interface IFrame { IInstruction X { get; } IEnvironment E { get; } Stack<ISExpression> R { get; } Stack<IFrame> S { get; } } }
{ "content_hash": "3be53257c737cf602c074d5a0df879cd", "timestamp": "", "source": "github", "line_count": 16, "max_line_length": 45, "avg_line_length": 22.25, "alnum_prop": 0.6629213483146067, "repo_name": "rickbutton/Scheme.NET", "id": "1ba7aa5ebd3fbe54e949f9b859f31c5e808d5432", "size": "358", "binary": false, "copies": "1", "ref": "refs/heads/master", "path": "src/Scheme.NET/VirtualMachine/IFrame.cs", "mode": "33188", "license": "mit", "language": [ { "name": "ANTLR", "bytes": "6066" }, { "name": "Batchfile", "bytes": "53" }, { "name": "C#", "bytes": "151064" }, { "name": "Scheme", "bytes": "2683" } ], "symlink_target": "" }
package com.hujiang.restvolley; import java.util.List; import java.util.concurrent.Callable; import java.util.concurrent.Future; import java.util.concurrent.LinkedBlockingQueue; import java.util.concurrent.ThreadFactory; import java.util.concurrent.ThreadPoolExecutor; import java.util.concurrent.TimeUnit; import java.util.concurrent.atomic.AtomicInteger; /** * @author xiaoming.liu * @version 1.0.0 */ public final class ThreadPool { private static final int AWAIT_TERMINATION_TIMEOUT = 10000; //ms static class DefaultThreadFactory implements ThreadFactory { private static final AtomicInteger POOL_NUMBER = new AtomicInteger(1); private final ThreadGroup mGroup; private final AtomicInteger mThreadNumber = new AtomicInteger(1); private final String mNamePrefix; DefaultThreadFactory() { SecurityManager securityManager = System.getSecurityManager(); mGroup = (securityManager != null) ? securityManager.getThreadGroup() : Thread.currentThread().getThreadGroup(); mNamePrefix = "pool-" + POOL_NUMBER.getAndIncrement() + "-thread-"; } public Thread newThread(Runnable runnable) { Thread thread = new Thread(mGroup, runnable, mNamePrefix + mThreadNumber.getAndIncrement(), 0); thread.setDaemon(true); thread.setPriority(android.os.Process.THREAD_PRIORITY_BACKGROUND); return thread; } } private ThreadPoolExecutor mThreadPoolExecutor; private String mName; private static final int DEF_CORE_POOL_SIZE = 8; private static final int DEF_MAX_POOL_SIZE = 128; private static final int KEEP_ALIVE_TIME = 1; /** * constructor. * * @param name thread pool name */ public ThreadPool(String name) { this(name, DEF_CORE_POOL_SIZE, DEF_MAX_POOL_SIZE); } /** * constructor. * @param name thread pool name * @param corePoolSize core pool size * @param maxPoolSize max pool size */ public ThreadPool(String name, int corePoolSize, int maxPoolSize) { mName = name; mThreadPoolExecutor = new ThreadPoolExecutor(DEF_CORE_POOL_SIZE, DEF_MAX_POOL_SIZE , KEEP_ALIVE_TIME, TimeUnit.SECONDS, new LinkedBlockingQueue<Runnable>(), new DefaultThreadFactory()); } /** * 获取线程池名称. * * @return 任务名 */ public String getName() { return mName; } /** * 添加下载任务. * * @param task 任务 */ public synchronized void addTask(Runnable task) { assertState(); assertTaskValidity(task); mThreadPoolExecutor.execute(task); } /** * submit task implemented Callable. * @param task task * @param <T> type * @return Future */ public synchronized <T> Future<T> submit(Callable<T> task) { assertState(); assertTaskValidity(task); return mThreadPoolExecutor.submit(task); } /** * 添加一个 Runnable. * @param task task * @return Future */ public synchronized Future<?> submit(Runnable task) { assertState(); assertTaskValidity(task); return mThreadPoolExecutor.submit(task); } private void assertState() { if (mThreadPoolExecutor.isShutdown()) { throw new IllegalStateException("this ThreadPool has been shutdown!!"); } } private void assertTaskValidity(Object task) { if (task == null) { throw new IllegalArgumentException("task must not be null !!"); } } /** * 删除下载任务. * * @param task 任务 * @return true 表示在任务队列中找到了此任务 */ public synchronized boolean removeTask(Runnable task) { mThreadPoolExecutor.purge(); return mThreadPoolExecutor.remove(task); } /** * 关闭并取消在等待中的任务,尝试关闭正在执行的任务,无法关闭的等待完成,然后结束结束线程池. * * @return 被取消的task * @throws InterruptedException InterruptedException */ public synchronized List<Runnable> shutDownNowAndTermination() throws InterruptedException { List<Runnable> canceledTask = mThreadPoolExecutor.shutdownNow(); mThreadPoolExecutor.awaitTermination(AWAIT_TERMINATION_TIMEOUT, TimeUnit.MILLISECONDS); return canceledTask; } /** * 关闭并等待任务结束,然后关闭结束线程池. * * @throws InterruptedException InterruptedException */ public synchronized void shutDownAndTermination() throws InterruptedException { mThreadPoolExecutor.shutdown(); mThreadPoolExecutor.awaitTermination(AWAIT_TERMINATION_TIMEOUT, TimeUnit.MILLISECONDS); } /** * 是否关闭,关闭后不能加入新的任务. * * @return true 表示关闭 */ public boolean isShutdown() { return mThreadPoolExecutor.isShutdown(); } /** * 是否已经结束. * * @return true 表示结束 */ public boolean isTerminated() { return mThreadPoolExecutor.isTerminated(); } }
{ "content_hash": "4778e8d46351708b3d8094839a6d6dfa", "timestamp": "", "source": "github", "line_count": 173, "max_line_length": 124, "avg_line_length": 28.653179190751445, "alnum_prop": 0.6455517450070607, "repo_name": "HujiangTechnology/RestVolley", "id": "ffad451f2d9acb54a12c45f751b1aeeb2e7f6d5d", "size": "5239", "binary": false, "copies": "1", "ref": "refs/heads/master", "path": "restvolley/src/main/java/com/hujiang/restvolley/ThreadPool.java", "mode": "33188", "license": "apache-2.0", "language": [ { "name": "Java", "bytes": "280558" } ], "symlink_target": "" }
import interval from "./interval"; import {durationMinute, durationSecond} from "./duration"; var minute = interval(function(date) { date.setTime(date - date.getMilliseconds() - date.getSeconds() * durationSecond); }, function(date, step) { date.setTime(+date + step * durationMinute); }, function(start, end) { return (end - start) / durationMinute; }, function(date) { return date.getMinutes(); }); export default minute; export var minutes = minute.range;
{ "content_hash": "3c2b36a346ad7b819bdb9d8e737b24ab", "timestamp": "", "source": "github", "line_count": 15, "max_line_length": 83, "avg_line_length": 31.266666666666666, "alnum_prop": 0.7121535181236673, "repo_name": "pcclarke/civ-techs", "id": "1e4bb671eb0dc02cf48d941030c0e73b0f9d7c39", "size": "469", "binary": false, "copies": "2", "ref": "refs/heads/gh-pages", "path": "node_modules/d3-time/src/minute.js", "mode": "33188", "license": "mit", "language": [ { "name": "HTML", "bytes": "2127" }, { "name": "JavaScript", "bytes": "5292" } ], "symlink_target": "" }
package com.typesafe.akka.http.benchmark import akka.actor.ActorSystem import akka.stream.Materializer import com.typesafe.config.Config import scala.concurrent.ExecutionContext trait Infrastructure { implicit def system: ActorSystem implicit def executionContext: ExecutionContext implicit def materializer: Materializer def appConfig: Config }
{ "content_hash": "83ea7b5dface22f565a24244c049b57a", "timestamp": "", "source": "github", "line_count": 17, "max_line_length": 49, "avg_line_length": 21.176470588235293, "alnum_prop": 0.8277777777777777, "repo_name": "stefanocasazza/FrameworkBenchmarks", "id": "cd7b0039cf534d8742525ebe2e10236d370bc10a", "size": "360", "binary": false, "copies": "9", "ref": "refs/heads/master", "path": "frameworks/Scala/akka-http/akka-http/src/main/scala/com/typesafe/akka/http/benchmark/Infrastructure.scala", "mode": "33188", "license": "bsd-3-clause", "language": [ { "name": "ASP", "bytes": "104" }, { "name": "Batchfile", "bytes": "1125" }, { "name": "C", "bytes": "242991" }, { "name": "C#", "bytes": "485476" }, { "name": "C++", "bytes": "207626" }, { "name": "CMake", "bytes": "7955" }, { "name": "CSS", "bytes": "2035" }, { "name": "Clojure", "bytes": "80972" }, { "name": "Common Lisp", "bytes": "22120" }, { "name": "Crystal", "bytes": "27684" }, { "name": "D", "bytes": "203825" }, { "name": "Dart", "bytes": "52130" }, { "name": "Dockerfile", "bytes": "347713" }, { "name": "Dylan", "bytes": "868" }, { "name": "Elixir", "bytes": "30401" }, { "name": "Erlang", "bytes": "41222" }, { "name": "F#", "bytes": "91061" }, { "name": "Go", "bytes": "170292" }, { "name": "Groovy", "bytes": "21834" }, { "name": "HTML", "bytes": "141732" }, { "name": "Hack", "bytes": "2261" }, { "name": "Haskell", "bytes": "75565" }, { "name": "Java", "bytes": "674367" }, { "name": "JavaScript", "bytes": "179698" }, { "name": "Kotlin", "bytes": "58224" }, { "name": "Lua", "bytes": "14508" }, { "name": "Makefile", "bytes": "5115" }, { "name": "Meson", "bytes": "846" }, { "name": "MoonScript", "bytes": "2396" }, { "name": "Nim", "bytes": "1290" }, { "name": "PHP", "bytes": "529320" }, { "name": "PLpgSQL", "bytes": "3446" }, { "name": "Perl", "bytes": "15376" }, { "name": "Python", "bytes": "359986" }, { "name": "QMake", "bytes": "2301" }, { "name": "Racket", "bytes": "5069" }, { "name": "Ruby", "bytes": "89692" }, { "name": "Rust", "bytes": "87229" }, { "name": "Scala", "bytes": "101772" }, { "name": "Shell", "bytes": "97895" }, { "name": "Smarty", "bytes": "744" }, { "name": "Swift", "bytes": "101361" }, { "name": "TypeScript", "bytes": "15109" }, { "name": "UrWeb", "bytes": "4453" }, { "name": "V", "bytes": "702" }, { "name": "Vala", "bytes": "1579" }, { "name": "Visual Basic .NET", "bytes": "27087" }, { "name": "Volt", "bytes": "511" } ], "symlink_target": "" }
<!-- Sidebar --> <aside id="sidebar" > <!-- Sidbar Widgets --> <div class="side-widgets overflow"> <!-- Profile Menu --> <div class="text-center s-widget m-b-25 dropdown" id="profile-menu"> <a href="" data-toggle="dropdown"> <!-- <img class="profile-pic animated" src="lib/img/profile-pic.jpg" alt=""> --> <!-- <img class="profile-pic animated" src="http://youpix.virgula.uol.com.br/wp-content/uploads/2009/11/sexy_nerd3.jpg" alt=""> --> <img class="profile-pic animated" src="{{authentication.user.avatarfull}}" alt=""> <!-- <img class="profile-pic animated" ng-src="avatarfull"/> --> <!-- {{avatarfull}} --> </a> <ul class="dropdown-menu profile-menu"> <li><a href="">My Profile</a> <i class="icon left">&#61903;</i><i class="icon right">&#61815;</i></li> <li><a href="">Messages</a> <i class="icon left">&#61903;</i><i class="icon right">&#61815;</i></li> <li><a href="">Settings</a> <i class="icon left">&#61903;</i><i class="icon right">&#61815;</i></li> <li><a href="">Sign Out</a> <i class="icon left">&#61903;</i><i class="icon right">&#61815;</i></li> </ul> <h4 class="m-0">{{authentication.user.personaname}}</h4> </div> <!-- Calendar --> <div class="s-widget m-b-25"> <div id="sidebar-calendar"></div> </div> <!-- Feeds --> <div class="s-widget m-b-25"> <h2 class="tile-title"> News Feeds </h2> <div class="s-widget-body"> <div id="news-feed"></div> </div> </div> <!-- Projects --> <div class="s-widget m-b-25"> <h2 class="tile-title"> Projects on going </h2> <div class="s-widget-body"> <div class="side-border"> <small>Joomla Website</small> <div class="progress progress-small"> <a href="#" data-toggle="tooltip" title="" class="progress-bar tooltips progress-bar-danger" style="width: 60%;" data-original-title="60%"> <span class="sr-only">60% Complete</span> </a> </div> </div> <div class="side-border"> <small>Opencart E-Commerce Website</small> <div class="progress progress-small"> <a href="#" data-toggle="tooltip" title="" class="tooltips progress-bar progress-bar-info" style="width: 43%;" data-original-title="43%"> <span class="sr-only">43% Complete</span> </a> </div> </div> <div class="side-border"> <small>Social Media API</small> <div class="progress progress-small"> <a href="#" data-toggle="tooltip" title="" class="tooltips progress-bar progress-bar-warning" style="width: 81%;" data-original-title="81%"> <span class="sr-only">81% Complete</span> </a> </div> </div> <div class="side-border"> <small>VB.Net Software Package</small> <div class="progress progress-small"> <a href="#" data-toggle="tooltip" title="" class="tooltips progress-bar progress-bar-success" style="width: 10%;" data-original-title="10%"> <span class="sr-only">10% Complete</span> </a> </div> </div> <div class="side-border"> <small>Chrome Extension</small> <div class="progress progress-small"> <a href="#" data-toggle="tooltip" title="" class="tooltips progress-bar progress-bar-success" style="width: 95%;" data-original-title="95%"> <span class="sr-only">95% Complete</span> </a> </div> </div> </div> </div> </div> <!-- Side Menu --> <ul class="list-unstyled side-menu"> <li class="active"> <a class="sa-side-home" href="index.html"> <span class="menu-item">Dashboard</span> </a> </li> <li> <a class="sa-side-typography" href="typography.html"> <span class="menu-item">Typography</span> </a> </li> <li> <a class="sa-side-widget" href="content-widgets.html"> <span class="menu-item">Widgets</span> </a> </li> <li> <a class="sa-side-table" href="tables.html"> <span class="menu-item">Tables</span> </a> </li> <li class="dropdown"> <a class="sa-side-form" href=""> <span class="menu-item">Form</span> </a> <ul class="list-unstyled menu-item"> <li><a href="form-elements.html">Basic Form Elements</a></li> <li><a href="form-components.html">Form Components</a></li> <li><a href="form-examples.html">Form Examples</a></li> <li><a href="form-validation.html">Form Validation</a></li> </ul> </li> <li class="dropdown"> <a class="sa-side-ui" href=""> <span class="menu-item">User Interface</span> </a> <ul class="list-unstyled menu-item"> <li><a href="buttons.html">Buttons</a></li> <li><a href="labels.html">Labels</a></li> <li><a href="images-icons.html">Images &amp; Icons</a></li> <li><a href="alerts.html">Alerts</a></li> <li><a href="media.html">Media</a></li> <li><a href="components.html">Components</a></li> <li><a href="other-components.html">Others</a></li> </ul> </li> <li class="dropdown"> <a class="sa-side-photos" href=""> <span class="menu-item">PHOTO GALLERY</span> </a> <ul class="list-unstyled menu-item"> <li><a href="photo-gallery.html">Google Images like</a></li> <li><a href="photo-gallery-alt.html">Photo Gallery - 2</a></li> </ul> </li> <li> <a class="sa-side-chart" href="charts.html"> <span class="menu-item">Charts</span> </a> </li> <li> <a class="sa-side-folder" href="file-manager.html"> <span class="menu-item">File Manager</span> </a> </li> <li> <a class="sa-side-calendar" href="calendar.html"> <span class="menu-item">Calendar</span> </a> </li> <li class="dropdown"> <a class="sa-side-page" href=""> <span class="menu-item">Pages</span> </a> <ul class="list-unstyled menu-item"> <li><a href="list-view.html">List View</a></li> <li><a href="profile-page.html">Profile Page</a></li> <li><a href="messages.html">Messages</a></li> <li><a href="login.html">Login</a></li> <li><a href="404.html">404 Error</a></li> </ul> </li> </ul> </aside> <section id="content" class="container"> <!-- Messages Drawer --> <div id="messages" class="tile drawer animated" data-ng-controller="DashboardController"> <div class="listview narrow"> <div class="media"> <a href="">Send a New Message</a> <span class="drawer-close">&times;</span> </div> <div class="overflow" style="height: 254px"> <div class="media"> <div class="pull-left"> <img width="40" src="lib/img/profile-pics/1.jpg" alt=""> </div> <div class="media-body"> <small class="text-muted">Nadin Jackson - 2 Hours ago</small><br> <a class="t-overflow" href="">Mauris consectetur urna nec tempor adipiscing. Proin sit amet nisi ligula. Sed eu adipiscing lectus</a> </div> </div> <div class="media"> <div class="pull-left"> <img width="40" src="lib/img/profile-pics/2.jpg" alt=""> </div> <div class="media-body"> <small class="text-muted">David Villa - 5 Hours ago</small><br> <a class="t-overflow" href="">Suspendisse in purus ut nibh placerat Cras pulvinar euismod nunc quis gravida. Suspendisse pharetra</a> </div> </div> <div class="media"> <div class="pull-left"> <img width="40" src="lib/img/profile-pics/3.jpg" alt=""> </div> <div class="media-body"> <small class="text-muted">Harris worgon - On 15/12/2013</small><br> <a class="t-overflow" href="">Maecenas venenatis enim condimentum ultrices fringilla. Nulla eget libero rhoncus, bibendum diam eleifend, vulputate mi. Fusce non nibh pulvinar, ornare turpis id</a> </div> </div> <div class="media"> <div class="pull-left"> <img width="40" src="lib/img/profile-pics/4.jpg" alt=""> </div> <div class="media-body"> <small class="text-muted">Mitch Bradberry - On 14/12/2013</small><br> <a class="t-overflow" href="">Phasellus interdum felis enim, eu bibendum ipsum tristique vitae. Phasellus feugiat massa orci, sed viverra felis aliquet quis. Curabitur vel blandit odio. Vestibulum sagittis quis sem sit amet tristique.</a> </div> </div> <div class="media"> <div class="pull-left"> <img width="40" src="lib/img/profile-pics/1.jpg" alt=""> </div> <div class="media-body"> <small class="text-muted">Nadin Jackson - On 15/12/2013</small><br> <a class="t-overflow" href="">Ipsum wintoo consectetur urna nec tempor adipiscing. Proin sit amet nisi ligula. Sed eu adipiscing lectus</a> </div> </div> <div class="media"> <div class="pull-left"> <img width="40" src="lib/img/profile-pics/2.jpg" alt=""> </div> <div class="media-body"> <small class="text-muted">David Villa - On 16/12/2013</small><br> <a class="t-overflow" href="">Suspendisse in purus ut nibh placerat Cras pulvinar euismod nunc quis gravida. Suspendisse pharetra</a> </div> </div> <div class="media"> <div class="pull-left"> <img width="40" src="lib/img/profile-pics/3.jpg" alt=""> </div> <div class="media-body"> <small class="text-muted">Harris worgon - On 17/12/2013</small><br> <a class="t-overflow" href="">Maecenas venenatis enim condimentum ultrices fringilla. Nulla eget libero rhoncus, bibendum diam eleifend, vulputate mi. Fusce non nibh pulvinar, ornare turpis id</a> </div> </div> <div class="media"> <div class="pull-left"> <img width="40" src="lib/img/profile-pics/4.jpg" alt=""> </div> <div class="media-body"> <small class="text-muted">Mitch Bradberry - On 18/12/2013</small><br> <a class="t-overflow" href="">Phasellus interdum felis enim, eu bibendum ipsum tristique vitae. Phasellus feugiat massa orci, sed viverra felis aliquet quis. Curabitur vel blandit odio. Vestibulum sagittis quis sem sit amet tristique.</a> </div> </div> <div class="media"> <div class="pull-left"> <img width="40" src="lib/img/profile-pics/5.jpg" alt=""> </div> <div class="media-body"> <small class="text-muted">Wendy Mitchell - On 19/12/2013</small><br> <a class="t-overflow" href="">Integer a eros dapibus, vehicula quam accumsan, tincidunt purus</a> </div> </div> </div> <div class="media text-center whiter l-100"> <a href=""><small>VIEW ALL</small></a> </div> </div> </div> <!-- Notification Drawer --> <div id="notifications" class="tile drawer animated"> <div class="listview narrow"> <div class="media"> <a href="">Notification Settings</a> <span class="drawer-close">&times;</span> </div> <div class="overflow" style="height: 254px"> <div class="media"> <div class="pull-left"> <img width="40" src="lib/img/profile-pics/1.jpg" alt=""> </div> <div class="media-body"> <small class="text-muted">Nadin Jackson - 2 Hours ago</small><br> <a class="t-overflow" href="">Mauris consectetur urna nec tempor adipiscing. Proin sit amet nisi ligula. Sed eu adipiscing lectus</a> </div> </div> <div class="media"> <div class="pull-left"> <img width="40" src="lib/img/profile-pics/2.jpg" alt=""> </div> <div class="media-body"> <small class="text-muted">David Villa - 5 Hours ago</small><br> <a class="t-overflow" href="">Suspendisse in purus ut nibh placerat Cras pulvinar euismod nunc quis gravida. Suspendisse pharetra</a> </div> </div> <div class="media"> <div class="pull-left"> <img width="40" src="lib/img/profile-pics/3.jpg" alt=""> </div> <div class="media-body"> <small class="text-muted">Harris worgon - On 15/12/2013</small><br> <a class="t-overflow" href="">Maecenas venenatis enim condimentum ultrices fringilla. Nulla eget libero rhoncus, bibendum diam eleifend, vulputate mi. Fusce non nibh pulvinar, ornare turpis id</a> </div> </div> <div class="media"> <div class="pull-left"> <img width="40" src="lib/img/profile-pics/4.jpg" alt=""> </div> <div class="media-body"> <small class="text-muted">Mitch Bradberry - On 14/12/2013</small><br> <a class="t-overflow" href="">Phasellus interdum felis enim, eu bibendum ipsum tristique vitae. Phasellus feugiat massa orci, sed viverra felis aliquet quis. Curabitur vel blandit odio. Vestibulum sagittis quis sem sit amet tristique.</a> </div> </div> <div class="media"> <div class="pull-left"> <img width="40" src="lib/img/profile-pics/1.jpg" alt=""> </div> <div class="media-body"> <small class="text-muted">Nadin Jackson - On 15/12/2013</small><br> <a class="t-overflow" href="">Ipsum wintoo consectetur urna nec tempor adipiscing. Proin sit amet nisi ligula. Sed eu adipiscing lectus</a> </div> </div> <div class="media"> <div class="pull-left"> <img width="40" src="lib/img/profile-pics/2.jpg" alt=""> </div> <div class="media-body"> <small class="text-muted">David Villa - On 16/12/2013</small><br> <a class="t-overflow" href="">Suspendisse in purus ut nibh placerat Cras pulvinar euismod nunc quis gravida. Suspendisse pharetra</a> </div> </div> </div> <div class="media text-center whiter l-100"> <a href=""><small>VIEW ALL</small></a> </div> </div> </div> <!-- Breadcrumb --> <ol class="breadcrumb hidden-xs"> <li><a href="#">Home</a></li> <li><a href="#">Library</a></li> <li class="active">Data</li> </ol> <h4 class="page-title">DASHBOARD {{authentication.user.realname}}</h4> <!-- Shortcuts --> <div class="block-area shortcut-area"> <a class="shortcut tile" href=""> <img src="lib/img/shortcuts/money.png" alt=""> <small class="t-overflow">Purchases</small> </a> <a class="shortcut tile" href=""> <img src="lib/img/shortcuts/twitter.png" alt=""> <small class="t-overflow">Tweets</small> </a> <a class="shortcut tile" href=""> <img src="lib/img/shortcuts/calendar.png" alt=""> <small class="t-overflow">Calendar</small> </a> <a class="shortcut tile" href=""> <img src="lib/img/shortcuts/stats.png" alt=""> <small class="t-overflow">Statistics</small> </a> <a class="shortcut tile" href=""> <img src="lib/img/shortcuts/connections.png" alt=""> <small class="t-overflow">Connection</small> </a> <a class="shortcut tile" href=""> <img src="lib/img/shortcuts/reports.png" alt=""> <small class="t-overflow">Reports</small> </a> </div> <hr class="whiter" /> <!-- Quick Stats --> <div class="block-area"> <div class="row"> <div class="col-md-3 col-xs-6"> <div class="tile quick-stats"> <div id="stats-line-2" class="pull-left"></div> <div class="data"> <h2 data-value="98">0</h2> <small>Tickets Today</small> </div> </div> </div> <div class="col-md-3 col-xs-6"> <div class="tile quick-stats media"> <div id="stats-line-3" class="pull-left"></div> <div class="media-body"> <h2 data-value="1452">0</h2> <small>Shipments today</small> </div> </div> </div> <div class="col-md-3 col-xs-6"> <div class="tile quick-stats media"> <div id="stats-line-4" class="pull-left"></div> <div class="media-body"> <h2 data-value="4896">0</h2> <small>Orders today</small> </div> </div> </div> <div class="col-md-3 col-xs-6"> <div class="tile quick-stats media"> <div id="stats-line" class="pull-left"></div> <div class="media-body"> <h2 data-value="29356">0</h2> <small>Site visits today</small> </div> </div> </div> </div> </div> <hr class="whiter" /> <!-- Main Widgets --> <div class="block-area"> <div class="row"> <div class="col-md-8"> <!-- Main Chart --> <div class="tile"> <h2 class="tile-title">Statistics</h2> <div class="tile-config dropdown"> <a data-toggle="dropdown" href="" class="tile-menu"></a> <ul class="dropdown-menu pull-right text-right"> <li><a class="tile-info-toggle" href="">Chart Information</a></li> <li><a href="">Refresh</a></li> <li><a href="">Settings</a></li> </ul> </div> <div class="p-10"> <div id="line-chart" class="main-chart" style="height: 250px"></div> <div class="chart-info"> <ul class="list-unstyled"> <li class="m-b-10"> Total Sales 1200 <span class="pull-right text-muted t-s-0"> <i class="fa fa-chevron-up"></i> +12% </span> </li> <li> <small> Local 640 <span class="pull-right text-muted t-s-0"><i class="fa m-l-15 fa-chevron-down"></i> -8%</span> </small> <div class="progress progress-small"> <div class="progress-bar progress-bar-warning" role="progressbar" aria-valuenow="40" aria-valuemin="0" aria-valuemax="100" style="width: 40%"></div> </div> </li> <li> <small> Foreign 560 <span class="pull-right text-muted t-s-0"> <i class="fa m-l-15 fa-chevron-up"></i> -3% </span> </small> <div class="progress progress-small"> <div class="progress-bar progress-bar-info" role="progressbar" aria-valuenow="40" aria-valuemin="0" aria-valuemax="100" style="width: 60%"></div> </div> </li> </ul> </div> </div> </div> <!-- Pies --> <div class="tile text-center"> <div class="tile-dark p-10"> <div class="pie-chart-tiny" data-percent="86"> <span class="percent"></span> <span class="pie-title">New Visitors <i class="m-l-5 fa fa-retweet"></i></span> </div> <div class="pie-chart-tiny" data-percent="23"> <span class="percent"></span> <span class="pie-title">Bounce Rate <i class="m-l-5 fa fa-retweet"></i></span> </div> <div class="pie-chart-tiny" data-percent="57"> <span class="percent"></span> <span class="pie-title">Emails Sent <i class="m-l-5 fa fa-retweet"></i></span> </div> <div class="pie-chart-tiny" data-percent="34"> <span class="percent"></span> <span class="pie-title">Sales Rate <i class="m-l-5 fa fa-retweet"></i></span> </div> <div class="pie-chart-tiny" data-percent="81"> <span class="percent"></span> <span class="pie-title">New Signups <i class="m-l-5 fa fa-retweet"></i></span> </div> </div> </div> <!-- Recent Postings --> <div class="row"> <div class="col-md-6"> <div class="tile"> <h2 class="tile-title">Recent Postings</h2> <div class="tile-config dropdown"> <a data-toggle="dropdown" href="" class="tile-menu"></a> <ul class="dropdown-menu animated pull-right text-right"> <li><a href="">Refresh</a></li> <li><a href="">Settings</a></li> </ul> </div> <div class="listview narrow"> <div class="media p-l-5"> <div class="pull-left"> <img width="40" src="lib/img/profile-pics/1.jpg" alt=""> </div> <div class="media-body"> <small class="text-muted">2 Hours ago by Adrien San</small><br/> <a class="t-overflow" href="">Cras molestie fermentum nibh, ac semper</a> </div> </div> <div class="media p-l-5"> <div class="pull-left"> <img width="40" src="lib/img/profile-pics/2.jpg" alt=""> </div> <div class="media-body"> <small class="text-muted">5 Hours ago by David Villa</small><br/> <a class="t-overflow" href="">Suspendisse in purus ut nibh placerat</a> </div> </div> <div class="media p-l-5"> <div class="pull-left"> <img width="40" src="lib/img/profile-pics/3.jpg" alt=""> </div> <div class="media-body"> <small class="text-muted">On 15/12/2013 by Mitch bradberry</small><br/> <a class="t-overflow" href="">Cras pulvinar euismod nunc quis gravida. Suspendisse pharetra</a> </div> </div> <div class="media p-l-5"> <div class="pull-left"> <img width="40" src="lib/img/profile-pics/4.jpg" alt=""> </div> <div class="media-body"> <small class="text-muted">On 14/12/2013 by Mitch bradberry</small><br/> <a class="t-overflow" href="">Cras pulvinar euismod nunc quis gravida. </a> </div> </div> <div class="media p-l-5"> <div class="pull-left"> <img width="40" src="lib/img/profile-pics/5.jpg" alt=""> </div> <div class="media-body"> <small class="text-muted">On 13/12/2013 by Mitch bradberry</small><br/> <a class="t-overflow" href="">Integer a eros dapibus, vehicula quam accumsan, tincidunt purus</a> </div> </div> <div class="media p-5 text-center l-100"> <a href=""><small>VIEW ALL</small></a> </div> </div> </div> </div> <!-- Tasks to do --> <div class="col-md-6"> <div class="tile"> <h2 class="tile-title">Tasks to do</h2> <div class="tile-config dropdown"> <a data-toggle="dropdown" href="" class="tile-menu"></a> <ul class="dropdown-menu pull-right text-right"> <li id="todo-add"><a href="">Add New</a></li> <li id="todo-refresh"><a href="">Refresh</a></li> <li id="todo-clear"><a href="">Clear All</a></li> </ul> </div> <div class="listview todo-list sortable"> <div class="media"> <div class="checkbox m-0"> <label class="t-overflow"> <input type="checkbox"> Curabitur quis nisi ut nunc gravida suscipis </label> </div> </div> <div class="media"> <div class="checkbox m-0"> <label class="t-overflow"> <input type="checkbox"> Suscipit at feugiat dewoo </label> </div> </div> <div class="media"> <div class="checkbox m-0"> <label class="t-overflow"> <input type="checkbox"> Gravida wendy lorem ipsum seen </label> </div> </div> <div class="media"> <div class="checkbox m-0"> <label class="t-overflow"> <input type="checkbox"> Fedrix quis nisi ut nunc gravida suscipit at feugiat purus </label> </div> </div> </div> <h2 class="tile-title">Completed Tasks</h2> <div class="listview todo-list sortable"> <div class="media"> <div class="checkbox m-0"> <label class="t-overflow"> <input type="checkbox" checked="checked"> Motor susbect win latictals bin the woodat cool </label> </div> </div> <div class="media"> <div class="checkbox m-0"> <label class="t-overflow"> <input type="checkbox" checked="checked"> Wendy mitchel susbect win latictals bin the woodat cool </label> </div> </div> <div class="media"> <div class="checkbox m-0"> <label class="t-overflow"> <input type="checkbox" checked="checked"> Latictals bin the woodat cool for the win </label> </div> </div> </div> </div> </div> </div> <div class="clearfix"></div> </div> <div class="col-md-4"> <!-- USA Map --> <div class="tile"> <h2 class="tile-title">Live Visits</h2> <div class="tile-config dropdown"> <a data-toggle="dropdown" href="" class="tile-menu"></a> <ul class="dropdown-menu pull-right text-right"> <li><a href="">Refresh</a></li> <li><a href="">Settings</a></li> </ul> </div> <div id="usa-map"></div> </div> <!-- Dynamic Chart --> <div class="tile"> <h2 class="tile-title">Server Process</h2> <div class="tile-config dropdown"> <a data-toggle="dropdown" href="" class="tile-menu"></a> <ul class="dropdown-menu pull-right text-right"> <li><a href="">Refresh</a></li> <li><a href="">Settings</a></li> </ul> </div> <div class="p-t-10 p-r-5 p-b-5"> <div id="dynamic-chart" style="height: 200px"></div> </div> </div> <!-- Activity --> <div class="tile"> <h2 class="tile-title">Social Media activities</h2> <div class="tile-config dropdown"> <a data-toggle="dropdown" href="" class="tile-menu"></a> <ul class="dropdown-menu pull-right text-right"> <li><a href="">Refresh</a></li> <li><a href="">Settings</a></li> </ul> </div> <div class="listview narrow"> <div class="media"> <div class="pull-right"> <div class="counts">367892</div> </div> <div class="media-body"> <h6>FACEBOOK LIKES</h6> </div> </div> <div class="media"> <div class="pull-right"> <div class="counts">2012</div> </div> <div class="media-body"> <h6>GOOGLE +1s</h6> </div> </div> <div class="media"> <div class="pull-right"> <div class="counts">56312</div> </div> <div class="media-body"> <h6>YOUTUBE VIEWS</h6> </div> </div> <div class="media"> <div class="pull-right"> <div class="counts">785879</div> </div> <div class="media-body"> <h6>TWITTER FOLLOWERS</h6> </div> </div> <div class="media"> <div class="pull-right"> <div class="counts">68</div> </div> <div class="media-body"> <h6>WEBSITE COMMENTS</h6> </div> </div> </div> </div> </div> <div class="clearfix"></div> </div> </div> <!-- Chat --> <div class="chat"> <!-- Chat List --> <div class="pull-left chat-list"> <div class="listview narrow"> <div class="media"> <img class="pull-left" src="lib/img/profile-pics/1.jpg" width="30" alt=""> <div class="media-body p-t-5"> Alex Bendit </div> </div> <div class="media"> <img class="pull-left" src="lib/img/profile-pics/2.jpg" width="30" alt=""> <div class="media-body"> <span class="t-overflow p-t-5">David Volla Watkinson</span> </div> </div> <div class="media"> <img class="pull-left" src="lib/img/profile-pics/3.jpg" width="30" alt=""> <div class="media-body"> <span class="t-overflow p-t-5">Mitchell Christein</span> </div> </div> <div class="media"> <img class="pull-left" src="lib/img/profile-pics/4.jpg" width="30" alt=""> <div class="media-body"> <span class="t-overflow p-t-5">Wayne Parnell</span> </div> </div> <div class="media"> <img class="pull-left" src="lib/img/profile-pics/5.jpg" width="30" alt=""> <div class="media-body"> <span class="t-overflow p-t-5">Melina April</span> </div> </div> <div class="media"> <img class="pull-left" src="lib/img/profile-pics/6.jpg" width="30" alt=""> <div class="media-body"> <span class="t-overflow p-t-5">Ford Harnson</span> </div> </div> </div> </div> <!-- Chat Area --> <div class="media-body"> <div class="chat-header"> <a class="btn btn-sm" href=""> <i class="fa fa-circle-o status m-r-5"></i> Chat with Friends </a> </div> <div class="chat-body"> <div class="media"> <img class="pull-right" src="lib/img/profile-pics/1.jpg" width="30" alt="" /> <div class="media-body pull-right"> Hiiii<br/> How you doing bro? <small>Me - 10 Mins ago</small> </div> </div> <div class="media pull-left"> <img class="pull-left" src="lib/img/profile-pics/2.jpg" width="30" alt="" /> <div class="media-body"> I'm doing well buddy. <br/>How do you do? <small>David - 9 Mins ago</small> </div> </div> <div class="media pull-right"> <img class="pull-right" src="lib/img/profile-pics/2.jpg" width="30" alt="" /> <div class="media-body"> I'm Fine bro <br/>Thank you for asking <small>Me - 8 Mins ago</small> </div> </div> <div class="media pull-right"> <img class="pull-right" src="lib/img/profile-pics/2.jpg" width="30" alt="" /> <div class="media-body"> Any idea for a hangout? <small>Me - 8 Mins ago</small> </div> </div> </div> <div class="chat-footer media"> <i class="chat-list-toggle pull-left fa fa-bars"></i> <i class="pull-right fa fa-picture-o"></i> <div class="media-body"> <textarea class="form-control" placeholder="Type something..."></textarea> </div> </div> </div> </div> <script src="lib/js/charts.js"></script> <!-- All the above chart related functions --> <script> $("#header").show(); </script> </section>
{ "content_hash": "42007aeea9cf1eca9da1f37df15be21a", "timestamp": "", "source": "github", "line_count": 882, "max_line_length": 258, "avg_line_length": 45.29478458049886, "alnum_prop": 0.4132665832290363, "repo_name": "karonlewin/dotamining", "id": "caa5057ee2b7fd3a97096daf7d0f0a44a0e992f9", "size": "39952", "binary": false, "copies": "1", "ref": "refs/heads/master", "path": "public/modules/dashboard/views/firsttime.client.view.html", "mode": "33188", "license": "mit", "language": [ { "name": "CSS", "bytes": "164697" }, { "name": "HTML", "bytes": "188837" }, { "name": "JavaScript", "bytes": "1681399" }, { "name": "Perl", "bytes": "48" }, { "name": "Shell", "bytes": "64" } ], "symlink_target": "" }
#ifndef ATOM2BOOL_VAR_H_ #define ATOM2BOOL_VAR_H_ #include"expr2var.h" #include"sat_types.h" /** \brief Mapping from atoms into SAT boolean variables. */ class atom2bool_var : public expr2var { public: atom2bool_var(ast_manager & m):expr2var(m) {} void insert(expr * n, sat::bool_var v) { expr2var::insert(n, v); } sat::bool_var to_bool_var(expr * n) const; void mk_inv(expr_ref_vector & lit2expr) const; // return true if the mapping contains uninterpreted atoms. bool interpreted_atoms() const { return expr2var::interpreted_vars(); } }; class goal; void collect_boolean_interface(goal const & g, obj_hashtable<expr> & r); void collect_boolean_interface(ast_manager & m, unsigned num, expr * const * fs, obj_hashtable<expr> & r); #endif
{ "content_hash": "0c5e37d8ddbff879035aa2d514ef5fd1", "timestamp": "", "source": "github", "line_count": 26, "max_line_length": 106, "avg_line_length": 29.692307692307693, "alnum_prop": 0.694300518134715, "repo_name": "mschlaipfer/z3", "id": "3435a1e2c35c7f08802a10c230d983c62920dee6", "size": "979", "binary": false, "copies": "8", "ref": "refs/heads/master", "path": "src/sat/tactic/atom2bool_var.h", "mode": "33188", "license": "mit", "language": [ { "name": "C", "bytes": "645998" }, { "name": "C#", "bytes": "545790" }, { "name": "C++", "bytes": "13974929" }, { "name": "Java", "bytes": "425908" }, { "name": "Makefile", "bytes": "272" }, { "name": "OCaml", "bytes": "280467" }, { "name": "Objective-C", "bytes": "3397" }, { "name": "Python", "bytes": "543319" }, { "name": "Shell", "bytes": "309" } ], "symlink_target": "" }
.batchFlyatlasWidget table { width: 100%; margin: auto; border-bottom: 1px solid #777; font-size: 80%; } .batchFlyatlasWidget tbody { /* background-color: #f9f9f9;*/ /* N.B. border, padding and margin have no effect here for IE6 */ } .batchFlyatlasWidget tr.top { /* border-top: 2px solid #ddd;*/ } .batchFlyatlasWidget tr.top td { border-top: 2px solid #ddd; } .batchFlyatlasWidget td { border: none; text-align: center; vertical-align: top; /* border-top: 2px solid white;*/ /* border-left: 2px solid white; */ margin-left: 2px; padding: 4px 4px 4px 4px; } .batchFlyatlasWidget th { border: none; border-bottom: 1px solid #777; border-top: 1px solid #777; font-weight: normal; color: #777; background-color: #f3f3f3; font-size: 100%; padding: 3px; text-align: center; } .batchFlyatlasWidget .callNone { background-color: inherit; color: #aaa; } .batchFlyatlasWidget .callUp { /* background-color: #BEFFA8;*/ background-color: #A6C9FF; color: black; } .batchFlyatlasWidget .callDown { background-color: #FFCC99; color: black; } .batchFlyatlasWidget .xx { font-weight: bold; } .batchFlyatlasWidget .flyatlasChangeUp { background-color: green; } .batchFlyatlasWidget .flyatlasChangeDown { background-color: red; }
{ "content_hash": "bb1fa69e993f4138c905c1ec4ad64cf2", "timestamp": "", "source": "github", "line_count": 69, "max_line_length": 65, "avg_line_length": 19.565217391304348, "alnum_prop": 0.6570370370370371, "repo_name": "gklyne/shuffl", "id": "e53d14bd9a2305900a6c8b1e02ad23f479de6667", "size": "1350", "binary": false, "copies": "2", "ref": "refs/heads/master", "path": "drosophila/flyui/common/batchflyatlas-default.css", "mode": "33188", "license": "mit", "language": [ { "name": "Brainfuck", "bytes": "7" }, { "name": "CSS", "bytes": "30483" }, { "name": "HTML", "bytes": "257018" }, { "name": "JavaScript", "bytes": "2509257" }, { "name": "Python", "bytes": "103" }, { "name": "Shell", "bytes": "6288" } ], "symlink_target": "" }
var poll_map = require('../../server/dao/poll_map.js') w.type_validation = require('../browser+node/type_validation.js') module.exports = function({data, methods}){ methods.poll_create__reset = function() { data.poll_create = { question: '', options: ['', ''], } data.poll_create__status = '' data.poll_create__errs = [] data.poll_create__option_blank = false } methods.poll_create__add_option = function(){ this.poll_create.options.push('') } methods.poll_create__remove_option = function(i){ this.poll_create.options.splice(i, 1) this.poll_create__validate() } function _check_for_blank(errs) { var bool = false errs.forEach(function(err){ if (err.msg === 'option is blank') {bool = true} }) data.poll_create__option_blank = bool } methods.poll_create__validate = function(e) { let vm = this data.poll_create.user_id = vm.user_id var poll = poll_map(vm.poll_create) vm.poll_create__errs = type_validation.poll(poll) _check_for_blank(vm.poll_create__errs) vm.$forceUpdate() return poll } methods.poll_create__post = function(){ let vm = this var poll = vm.poll_create__validate() if (vm.poll_create__errs.length !== 0) { return } vm.poll_create__status = 'sending...' vm.ws_run({ cmd: 'poll_create', data: {poll} }).then(function(o){ console.log(o) if (o.res.err && o.res.err.name === 'MongoError'){ vm.poll_create__status = 'network error' } if (o.res.err === undefined) { vm.poll_create__reset() vm.poll_view__addpoll(o.res.poll) } }) } methods.poll_create__reset() }
{ "content_hash": "c00a680fb32d4564ac2dcf5f11361aa9", "timestamp": "", "source": "github", "line_count": 65, "max_line_length": 65, "avg_line_length": 26.184615384615384, "alnum_prop": 0.5934195064629847, "repo_name": "Lee182/voting-app", "id": "ecb8b58f1af981cc7b5ff0bd2bd3cfe36f36e62d", "size": "1702", "binary": false, "copies": "1", "ref": "refs/heads/master", "path": "app/modules/poll_create.js", "mode": "33188", "license": "mit", "language": [ { "name": "CSS", "bytes": "7693" }, { "name": "HTML", "bytes": "6771" }, { "name": "JavaScript", "bytes": "44292" } ], "symlink_target": "" }
{% extends "base.html" %} {% block content %} <a id="docs" href="http://github.com/motif/moonbase">Documentation</a> <section id="wrapper"> <div id="iconWrapper"> <div class="icon autocomplete"></div> <div class="icon layerpanel"></div> <div class="icon preview"></div> </div> <p> The <strong>default template</strong> is a barebones starting point for your project. It has all the files you need to set up a website, yet barely any pre-defined styles. If you’d like to start from scratch, this one’s for you. </p> </section> {% endblock %}
{ "content_hash": "12a6bac5f5786c1d4a43628f3b2b87e9", "timestamp": "", "source": "github", "line_count": 20, "max_line_length": 230, "avg_line_length": 27.95, "alnum_prop": 0.6815742397137746, "repo_name": "awt2542/Framer", "id": "bff481947443fa5246d4ef721bdab11cc27627bb", "size": "563", "binary": false, "copies": "3", "ref": "refs/heads/master", "path": "extras/resources.framerjs.com2/pages/index.html", "mode": "33188", "license": "mit", "language": [ { "name": "CSS", "bytes": "189490" }, { "name": "CoffeeScript", "bytes": "578728" }, { "name": "HTML", "bytes": "64216" }, { "name": "JavaScript", "bytes": "1650381" }, { "name": "Makefile", "bytes": "1811" }, { "name": "Python", "bytes": "540" }, { "name": "Shell", "bytes": "3361" } ], "symlink_target": "" }
import dapi try: import oauth import oauth_provider except ImportError: oauth_support = False else: oauth_support = True if oauth_support: from dapi.auth.doauth import AuthOAuth class OAuthApi(dapi.Api): auth = AuthOAuth() oauth_api = OAuthApi(extends=dapi.default_api)
{ "content_hash": "b0f5f606956a68a0a547da4c6c412d03", "timestamp": "", "source": "github", "line_count": 17, "max_line_length": 50, "avg_line_length": 18.941176470588236, "alnum_prop": 0.6645962732919255, "repo_name": "ingenieroariel/dapi", "id": "de71c7b55b5476f5a56c54ec2653551036754192", "size": "323", "binary": false, "copies": "1", "ref": "refs/heads/master", "path": "sample_project/api.py", "mode": "33188", "license": "mit", "language": [ { "name": "Python", "bytes": "14905" } ], "symlink_target": "" }
const simpleSelectorRE = /^[\w-]*$/; const toArray = Function.prototype.bind.call(Function.prototype.call, [].slice); export default function qsa(element, selector) { var maybeID = selector[0] === "#", maybeClass = selector[0] === ".", nameOnly = maybeID || maybeClass ? selector.slice(1) : selector, isSimple = simpleSelectorRE.test(nameOnly), found; if (isSimple) { if (maybeID) { element = element.getElementById ? element : document; return (found = element.getElementById(nameOnly)) ? [found] : []; } if (element.getElementsByClassName && maybeClass) { return toArray(element.getElementsByClassName(nameOnly)); } return toArray(element.getElementsByTagName(selector)); } return toArray(element.querySelectorAll(selector)); }
{ "content_hash": "25951e5788deb72ceb6eb1cae9503ee0", "timestamp": "", "source": "github", "line_count": 27, "max_line_length": 80, "avg_line_length": 29.59259259259259, "alnum_prop": 0.6758448060075094, "repo_name": "teasim/teasim-helpers", "id": "452a50061021a3799de4daa10f64512191b5cc11", "size": "995", "binary": false, "copies": "1", "ref": "refs/heads/master", "path": "source/querySelectorAll.js", "mode": "33188", "license": "bsd-3-clause", "language": [ { "name": "JavaScript", "bytes": "823025" } ], "symlink_target": "" }
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!--NewPage--> <HTML> <HEAD> <!-- Generated by javadoc (build 1.6.0_31) on Tue Jun 12 18:19:51 EDT 2012 --> <META http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <TITLE> Uses of Class org.apache.commons.io.input.CharSequenceReader (Commons IO 2.4 API) </TITLE> <META NAME="date" CONTENT="2012-06-12"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style"> <SCRIPT type="text/javascript"> function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Uses of Class org.apache.commons.io.input.CharSequenceReader (Commons IO 2.4 API)"; } } </SCRIPT> <NOSCRIPT> </NOSCRIPT> </HEAD> <BODY BGCOLOR="white" onload="windowTitle();"> <HR> <!-- ========= START OF TOP NAVBAR ======= --> <A NAME="navbar_top"><!-- --></A> <A HREF="#skip-navbar_top" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_top_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../org/apache/commons/io/input/CharSequenceReader.html" title="class in org.apache.commons.io.input"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;PREV&nbsp; &nbsp;NEXT</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../../index.html?org/apache/commons/io/input/\class-useCharSequenceReader.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="CharSequenceReader.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_top"></A> <!-- ========= END OF TOP NAVBAR ========= --> <HR> <CENTER> <H2> <B>Uses of Class<br>org.apache.commons.io.input.CharSequenceReader</B></H2> </CENTER> No usage of org.apache.commons.io.input.CharSequenceReader <P> <HR> <!-- ======= START OF BOTTOM NAVBAR ====== --> <A NAME="navbar_bottom"><!-- --></A> <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_bottom_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../org/apache/commons/io/input/CharSequenceReader.html" title="class in org.apache.commons.io.input"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;PREV&nbsp; &nbsp;NEXT</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../../index.html?org/apache/commons/io/input/\class-useCharSequenceReader.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="CharSequenceReader.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_bottom"></A> <!-- ======== END OF BOTTOM NAVBAR ======= --> <HR> Copyright &#169; 2002-2012 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved. </BODY> </HTML>
{ "content_hash": "523e3ce32448ddb0356494b6c18da638", "timestamp": "", "source": "github", "line_count": 145, "max_line_length": 233, "avg_line_length": 43.213793103448275, "alnum_prop": 0.6168209383977019, "repo_name": "stardisblue/jEternithug", "id": "75af07f5781b0aa70dd3bd4a5a4713a3993e9b7f", "size": "6266", "binary": false, "copies": "15", "ref": "refs/heads/master", "path": "commons-io-2.4/docs/org/apache/commons/io/input/class-use/CharSequenceReader.html", "mode": "33188", "license": "mit", "language": [ { "name": "CSS", "bytes": "1396" }, { "name": "HTML", "bytes": "5075129" }, { "name": "Java", "bytes": "25285" } ], "symlink_target": "" }
SELECT a FROM t1 WHERE r > 2 ORDER BY a
{ "content_hash": "61cad0aa84f535d72b5cf5a5030e6573", "timestamp": "", "source": "github", "line_count": 1, "max_line_length": 39, "avg_line_length": 39, "alnum_prop": 0.717948717948718, "repo_name": "bkiers/sqlite-parser", "id": "fbb0977f31e2321accffe59dc64944c87b10e403", "size": "126", "binary": false, "copies": "2", "ref": "refs/heads/master", "path": "src/test/resources/boundary2.test_144.sql", "mode": "33188", "license": "mit", "language": [ { "name": "ANTLR", "bytes": "20112" }, { "name": "Java", "bytes": "6273" }, { "name": "PLpgSQL", "bytes": "324108" } ], "symlink_target": "" }
// // syslog.h // Firedrake // // Created by Sidney Just // Copyright (c) 2012 by Sidney Just // Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated // documentation files (the "Software"), to deal in the Software without restriction, including without limitation // the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, // and to permit persons to whom the Software is furnished to do so, subject to the following conditions: // The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, // INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR // PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE // FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, // ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. // /** * Overview: * Defines a simple interface for logging **/ #ifndef _SYSLOG_H_ #define _SYSLOG_H_ /** * Logging levels where LOG_ALERT is the highest and LOG_DEBUG the lowest **/ typedef enum { LOG_ALERT = 0, LOG_CRITICAL, LOG_ERROR, LOG_WARNING, LOG_INFO, LOG_DEBUG } syslog_level_t; void syslog(syslog_level_t level, const char *format, ...); #define dbg(...) syslog(LOG_DEBUG, __VA_ARGS__) // Macro for LOG_DEBUG #define err(...) syslog(LOG_ERROR, __VA_ARGS__) // Macro for LOG_ERROR #define warn(...) syslog(LOG_WARNING, __VA_ARGS__) // Macro for LOG_WARNING #define info(...) syslog(LOG_INFO, __VA_ARGS__) // Macro for LOG_INFO #endif /* _SYSLOG_H_ */
{ "content_hash": "01dbf2e08249b21e3db89940c89fd314", "timestamp": "", "source": "github", "line_count": 46, "max_line_length": 130, "avg_line_length": 40.108695652173914, "alnum_prop": 0.71869918699187, "repo_name": "JustSid/Ludumdrake", "id": "ab7f8feeb09cc34225482807a01d4ee5873fb4d7", "size": "1845", "binary": false, "copies": "1", "ref": "refs/heads/master", "path": "sys/system/syslog.h", "mode": "33188", "license": "mit", "language": [ { "name": "Assembly", "bytes": "13801" }, { "name": "C", "bytes": "473615" }, { "name": "C++", "bytes": "179620" }, { "name": "Objective-C", "bytes": "9675" }, { "name": "Shell", "bytes": "3277" } ], "symlink_target": "" }
/*jshint jquery:true*/ define([ "jquery", "jquery/ui" ], function($){ "use strict"; /** * This widget is used to tag a DOM element as deletable. By default, it will use the click event on the item with a * data role of delete to trigger the deletion. */ $.widget('mage.deletableItem', { options: { deleteEvent: 'click', deleteSelector: '[data-role="delete"]', hiddenClass: 'no-display' }, /** * This method binds elements found in this widget. */ _bind: function () { var handlers = {}; // since the first handler is dynamic, generate the object using array notation handlers[this.options.deleteEvent + ' ' + this.options.deleteSelector] = '_onDeleteClicked'; handlers.hideDelete = '_onHideDelete'; handlers.showDelete = '_onShowDelete'; this._on(handlers); }, /** * This method constructs a new widget. */ _create: function () { this._bind(); }, /** * This method is to initialize the control * @private */ _init: function() { this._onHideDelete(); // by default, hide the control }, /** * This method removes the entity from the DOM. * @private */ _onDeleteClicked: function (e) { e.stopPropagation(); this.element.trigger('deleteItem'); }, /** * This method hides the delete capability of this item (i.e. making it not deletable) * @private */ _onHideDelete: function () { this.element.find(this.options.deleteSelector).addClass(this.options.hiddenClass); }, /** * This method shows the delete capability of this item (i.e. making it deletable) * @private */ _onShowDelete: function () { this.element.find(this.options.deleteSelector).removeClass(this.options.hiddenClass); } }); return $.mage.deletableItem; });
{ "content_hash": "a96fec13a8f939dcb21e5669c55f71f7", "timestamp": "", "source": "github", "line_count": 76, "max_line_length": 120, "avg_line_length": 28.43421052631579, "alnum_prop": 0.5303100416473855, "repo_name": "enettolima/magento-training", "id": "bf1c75e8f556f4b9520a3670eea6114fdf5b1d42", "size": "2259", "binary": false, "copies": "4", "ref": "refs/heads/master", "path": "magento2ce/lib/web/mage/deletable-item.js", "mode": "33188", "license": "mit", "language": [ { "name": "ApacheConf", "bytes": "22648" }, { "name": "CSS", "bytes": "3382928" }, { "name": "HTML", "bytes": "8749335" }, { "name": "JavaScript", "bytes": "7355635" }, { "name": "PHP", "bytes": "58607662" }, { "name": "Perl", "bytes": "10258" }, { "name": "Shell", "bytes": "41887" }, { "name": "XSLT", "bytes": "19889" } ], "symlink_target": "" }
package net.rk.splendid; import org.springframework.context.annotation.Scope; import org.springframework.context.annotation.ScopedProxyMode; import org.springframework.stereotype.Component; import org.springframework.web.context.WebApplicationContext; import java.io.Serializable; @Component @Scope( scopeName = WebApplicationContext.SCOPE_SESSION, proxyMode = ScopedProxyMode.TARGET_CLASS) public class CommonSessionParameters implements Serializable { private String gameRef; private String playerToken; public CommonSessionParameters() {} void setGameRef(String gameRef) { this.gameRef = gameRef; } void setPlayerToken(String playerToken) { this.playerToken = playerToken; } public String getGameRef() { if (gameRef != null) { return gameRef; } else { throw new NullPointerException("[@" + this.hashCode() + "] Null gameRef."); } } public String getPlayerToken() { if (playerToken != null) { return playerToken ; } else { throw new NullPointerException("[@" + this.hashCode() + "] Null playerToken."); } } }
{ "content_hash": "7a6a67b78a47659c79031689ede3ee50", "timestamp": "", "source": "github", "line_count": 45, "max_line_length": 85, "avg_line_length": 24.6, "alnum_prop": 0.7154471544715447, "repo_name": "kpsroka/splendid-srv", "id": "e92b9670119c2d9aaaf170802d3144fe0caaac6e", "size": "1696", "binary": false, "copies": "1", "ref": "refs/heads/master", "path": "src/main/java/net/rk/splendid/CommonSessionParameters.java", "mode": "33188", "license": "apache-2.0", "language": [ { "name": "HTML", "bytes": "378" }, { "name": "Java", "bytes": "111410" } ], "symlink_target": "" }
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>orb-stab: Not compatible</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / extra-dev</a></li> <li class="active"><a href="">dev / orb-stab - 8.5.0</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> orb-stab <small> 8.5.0 <span class="label label-info">Not compatible</span> </small> </h1> <p><em><script>document.write(moment("2021-10-27 02:59:51 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-10-27 02:59:51 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-threads base base-unix base conf-findutils 1 Virtual package relying on findutils conf-gmp 3 Virtual package relying on a GMP lib system installation coq dev Formal proof management system dune 2.9.1 Fast, portable, and opinionated build system ocaml 4.12.0 The OCaml compiler (virtual package) ocaml-base-compiler 4.12.0 Official release 4.12.0 ocaml-config 2 OCaml Switch Configuration ocaml-options-vanilla 1 Ensure that OCaml is compiled with no special options enabled ocamlfind 1.9.1 A library manager for OCaml zarith 1.12 Implements arithmetic and logical operations over arbitrary-precision integers # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;matej.kosik@inria.fr&quot; homepage: &quot;https://github.com/coq-contribs/orb-stab&quot; license: &quot;GNU Lesser Public License&quot; build: [make &quot;-j%{jobs}%&quot;] install: [make &quot;install&quot;] remove: [&quot;rm&quot; &quot;-R&quot; &quot;%{lib}%/coq/user-contrib/OrbStab&quot;] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.5&quot; &amp; &lt; &quot;8.6~&quot;} &quot;coq-algebra&quot; {= &quot;8.5.0&quot;} &quot;coq-lin-alg&quot; {= &quot;8.5.0&quot;} ] tags: [ &quot;keyword:orbit&quot; &quot;keyword:stabilizer&quot; &quot;keyword:inclusion exclusion&quot; &quot;category:Mathematics/Algebra&quot; &quot;date:2008-01-5&quot; ] authors: [ &quot;Robert Kam &lt;rkam2001@hotmail.com&gt;&quot; ] bug-reports: &quot;https://github.com/coq-contribs/orb-stab/issues&quot; dev-repo: &quot;git+https://github.com/coq-contribs/orb-stab.git&quot; synopsis: &quot;Finite orbit-stabilizer theorem&quot; description: &quot;Finite orbit-stabilizer theorem, based on Rahbar Virk&#39;s lecture notes. A large portion of the work was a simplified version of the inclusion-exclusion principle. Requires Loic Pottier&#39;s Algebra contribution, and Jasper Stein&#39;s Linear Algebra contribution.&quot; flags: light-uninstall url { src: &quot;https://github.com/coq-contribs/orb-stab/archive/v8.5.0.tar.gz&quot; checksum: &quot;md5=4a7007b452586ef1dbc2fede9194d1be&quot; } </pre> <h2>Lint</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Dry install</h2> <p>Dry install with the current Coq version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam install -y --show-action coq-orb-stab.8.5.0 coq.dev</code></dd> <dt>Return code</dt> <dd>5120</dd> <dt>Output</dt> <dd><pre>[NOTE] Package coq is already installed (current version is dev). The following dependencies couldn&#39;t be met: - coq-orb-stab -&gt; coq &lt; 8.6~ -&gt; ocaml &lt; 4.06.0 base of this switch (use `--unlock-base&#39; to force) Your request can&#39;t be satisfied: - No available version of coq satisfies the constraints No solution found, exiting </pre></dd> </dl> <p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-orb-stab.8.5.0</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>No files were installed.</p> <h2>Uninstall</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> <small>Sources are on <a href="https://github.com/coq-bench">GitHub</a>. © Guillaume Claret.</small> </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
{ "content_hash": "06dde0632e64c2c13837b57f2389a288", "timestamp": "", "source": "github", "line_count": 168, "max_line_length": 281, "avg_line_length": 43.785714285714285, "alnum_prop": 0.5520663404023926, "repo_name": "coq-bench/coq-bench.github.io", "id": "cf9cdfe1f80a5b32663c87723bea1ce6598473a0", "size": "7358", "binary": false, "copies": "1", "ref": "refs/heads/master", "path": "clean/Linux-x86_64-4.12.0-2.0.8/extra-dev/dev/orb-stab/8.5.0.html", "mode": "33188", "license": "mit", "language": [], "symlink_target": "" }
/* This example demonstrates the use of CUDA/OpenGL interoperability to post-process an image of a 3D scene generated in OpenGL. The basic steps are: 1 - render the scene to the framebuffer 2 - map the color texture so that its memory is accessible from CUDA 4 - run CUDA to process the image, writing to memory a- either mapped from a second PBO b- or allocated through CUDA 6 - copy result a- from the PBO to a texture with glTexSubImage2D() b- or map the target texture and do a cuda memory copy 7 - display the texture with a fullscreen quad The example also provides two solutions for the format of the image: - RGBA16F : more bytes involved but easier to handle because compatible with regular fragment shader - RGBA8UI : 32bytes, but the teapot color must be scaled by 255 (so we needed GLSL code) How about RGBA8? The CUDA driver does not have consistent interoperability with this format. Older GPUs may not store data the same way compared with newer GPUs, resulting in a swap of R and B components On older HW, this will need workarounds. Press space to toggle the CUDA processing on/off. Press 'a' to toggle animation. Press '+' and '-' to increment and decrement blur radius */ // this mode is "old fashion" : use glTexSubImage2D() to update the final result // commenting it will make the sample use the other way : // map a texture in CUDA and blit the result into it #define USE_TEXSUBIMAGE2D #ifdef _WIN32 # define WINDOWS_LEAN_AND_MEAN # define NOMINMAX # include <windows.h> #pragma warning(disable:4996) #endif // OpenGL Graphics includes #include <GL/glew.h> #if defined(__APPLE__) || defined(MACOSX) #include <GLUT/glut.h> // Sorry for Apple : unsigned int sampler is not available to you, yet... // Let's switch to the use of PBO and glTexSubImage #define USE_TEXSUBIMAGE2D #else #include <GL/freeglut.h> #endif // CUDA utilities and system includes #include <cutil_inline.h> // includes cuda.h and cuda_runtime_api.h #include <cutil_gl_inline.h> #include <cutil_gl_error.h> #include <rendercheck_gl.h> #include <cudaGL.h> // Shared Library Test Functions #include <shrUtils.h> #include <shrQATest.h> #define MAX_EPSILON 10 #define REFRESH_DELAY 10 //ms // Sample files that are to be saved const char *sSample[] = { "teapot_2.ppm", "teapot_4.ppm", "teapot_8.ppm", "teapot_16.ppm", NULL }; // Reference images for validation const char *sReference[] = { "ref_2.ppm", "ref_4.ppm", "ref_8.ppm", "ref_16.ppm", NULL }; const char *sSDKname = "postProcessGL"; unsigned int g_TotalErrors = 0; // CheckFBO/BackBuffer class objects CheckRender *g_CheckRender = NULL; //////////////////////////////////////////////////////////////////////////////// // constants / global variables unsigned int window_width = 512; unsigned int window_height = 512; unsigned int image_width = 512; unsigned int image_height = 512; int iGLUTWindowHandle = 0; // handle to the GLUT window // pbo and fbo variables #ifdef USE_TEXSUBIMAGE2D GLuint pbo_dest; struct cudaGraphicsResource *cuda_pbo_dest_resource; #else unsigned int* cuda_dest_resource; GLuint shDrawTex; // draws a texture struct cudaGraphicsResource *cuda_tex_result_resource; #endif GLuint fbo_source; struct cudaGraphicsResource *cuda_tex_screen_resource; unsigned int size_tex_data; unsigned int num_texels; unsigned int num_values; // (offscreen) render target fbo variables GLuint framebuffer; // to bind the proper targets GLuint depth_buffer; // for proper depth test while rendering the scene GLuint tex_screen; // where we render the image GLuint tex_cudaResult; // where we will copy the CUDA result float rotate[3]; bool g_bQAReadback = false; bool g_bGLVerify = false; bool bQATest = false; bool enable_cuda = true; bool animate = true; int g_Index = 0; int blur_radius = 8; int max_blur_radius = 16; int *pArgc = NULL; char **pArgv = NULL; // Timer static int fpsCount = 0; static int fpsLimit = 1; unsigned int timer; #ifndef USE_TEXTURE_RGBA8UI # pragma message("Note: Using Texture fmt GL_RGBA16F_ARB") #else // NOTE: the current issue with regular RGBA8 internal format of textures // is that HW stores them as BGRA8. Therefore CUDA will see BGRA where users // expected RGBA8. To prevent this issue, the driver team decided to prevent this to happen // instead, use RGBA8UI which required the additional work of scaling the fragment shader // output from 0-1 to 0-255. This is why we have some GLSL code, in this case # pragma message("Note: Using Texture RGBA8UI + GLSL for teapot rendering") #endif GLuint shDrawPot; // colors the teapot #ifdef WIN32 bool IsOpenGLAvailable(const char *appName) { return true; } #else #if (defined(__APPLE__) || defined(MACOSX)) bool IsOpenGLAvailable(const char *appName) { return true; } #else // check if this is a linux machine #include <X11/Xlib.h> bool IsOpenGLAvailable(const char *appName) { Display *Xdisplay = XOpenDisplay(NULL); if (Xdisplay == NULL) { return false; } else { XCloseDisplay(Xdisplay); return true; } } #endif #endif //////////////////////////////////////////////////////////////////////////////// extern "C" void launch_cudaProcess( dim3 grid, dim3 block, int sbytes, cudaArray *g_data, unsigned int* g_odata, int imgw, int imgh, int tilew, int radius, float threshold, float highlight); // Forward declarations void runStdProgram(int argc, char** argv); void FreeResource(); void Cleanup(int iExitCode); void CleanupNoPrompt(int iExitCode); // GL functionality bool initCUDA( int argc, char **argv, bool bUseGL ); bool initGL(int *argc, char** argv); #ifdef USE_TEXSUBIMAGE2D void createPBO(GLuint* pbo, struct cudaGraphicsResource **pbo_resource); void deletePBO(GLuint* pbo); #endif void createTextureDst(GLuint* tex_cudaResult, unsigned int size_x, unsigned int size_y); void createTextureSrc(GLuint* tex_screen, unsigned int size_x, unsigned int size_y); void deleteTexture(GLuint* tex); void createDepthBuffer(GLuint* depth, unsigned int size_x, unsigned int size_y); void deleteDepthBuffer(GLuint* depth); void createFramebuffer(GLuint* fbo, GLuint color, GLuint depth); void deleteFramebuffer(GLuint* fbo); // rendering callbacks void display(); void idle(); void keyboard(unsigned char key, int x, int y); void reshape(int w, int h); void mainMenu(int i); //////////////////////////////////////////////////////////////////////////////// //! Run the Cuda part of the computation //////////////////////////////////////////////////////////////////////////////// void process( int width, int height, int radius) { cudaArray *in_array; unsigned int* out_data; #ifdef USE_TEXSUBIMAGE2D cutilSafeCall(cudaGraphicsMapResources(1, &cuda_pbo_dest_resource, 0)); size_t num_bytes; cutilSafeCall(cudaGraphicsResourceGetMappedPointer((void **)&out_data, &num_bytes, cuda_pbo_dest_resource)); //printf("CUDA mapped pointer of pbo_out: May access %ld bytes, expected %d\n", num_bytes, size_tex_data); #else out_data = cuda_dest_resource; #endif // map buffer objects to get CUDA device pointers cutilSafeCall(cudaGraphicsMapResources(1, &cuda_tex_screen_resource, 0)); //printf("Mapping tex_in\n"); cutilSafeCall(cudaGraphicsSubResourceGetMappedArray(&in_array, cuda_tex_screen_resource, 0, 0)); // calculate grid size dim3 block(16, 16, 1); //dim3 block(16, 16, 1); dim3 grid(width / block.x, height / block.y, 1); int sbytes = (block.x+(2*radius))*(block.y+(2*radius))*sizeof(unsigned int); // execute CUDA kernel launch_cudaProcess(grid, block, sbytes, in_array, out_data, width, height, block.x+(2*radius), radius, 0.8f, 4.0f); cutilSafeCall(cudaGraphicsUnmapResources(1, &cuda_tex_screen_resource, 0)); #ifdef USE_TEXSUBIMAGE2D cutilSafeCall(cudaGraphicsUnmapResources(1, &cuda_pbo_dest_resource, 0)); #endif } #ifdef USE_TEXSUBIMAGE2D //////////////////////////////////////////////////////////////////////////////// //! Create PBO //////////////////////////////////////////////////////////////////////////////// void createPBO(GLuint* pbo, struct cudaGraphicsResource **pbo_resource) { // set up vertex data parameter num_texels = image_width * image_height; num_values = num_texels * 4; size_tex_data = sizeof(GLubyte) * num_values; void *data = malloc(size_tex_data); // create buffer object glGenBuffers(1, pbo); glBindBuffer(GL_ARRAY_BUFFER, *pbo); glBufferData(GL_ARRAY_BUFFER, size_tex_data, data, GL_DYNAMIC_DRAW); free(data); glBindBuffer(GL_ARRAY_BUFFER, 0); // register this buffer object with CUDA cutilSafeCall(cudaGraphicsGLRegisterBuffer(pbo_resource, *pbo, cudaGraphicsMapFlagsNone)); CUT_CHECK_ERROR_GL2(); } void deletePBO(GLuint* pbo) { glDeleteBuffers(1, pbo); CUT_CHECK_ERROR_GL2(); *pbo = 0; } #endif const GLenum fbo_targets[] = { GL_COLOR_ATTACHMENT0_EXT, GL_COLOR_ATTACHMENT1_EXT, GL_COLOR_ATTACHMENT2_EXT, GL_COLOR_ATTACHMENT3_EXT }; #ifndef USE_TEXSUBIMAGE2D static const char *glsl_drawtex_vertshader_src = "void main(void)\n" "{\n" " gl_Position = gl_Vertex;\n" " gl_TexCoord[0].xy = gl_MultiTexCoord0.xy;\n" "}\n"; static const char *glsl_drawtex_fragshader_src = "#version 130\n" "uniform usampler2D texImage;\n" "void main()\n" "{\n" " vec4 c = texture(texImage, gl_TexCoord[0].xy);\n" " gl_FragColor = c / 255.0;\n" "}\n"; #endif static const char *glsl_drawpot_fragshader_src = //WARNING: seems like the gl_FragColor doesn't want to output >1 colors... //you need version 1.3 so you can define a uvec4 output... //but MacOSX complains about not supporting 1.3 !! // for now, the mode where we use RGBA8UI may not work properly for Apple : only RGBA16F works (default) #if defined(__APPLE__) || defined(MACOSX) "void main()\n" "{" " gl_FragColor = vec4(gl_Color * 255.0);\n" "}\n"; #else "#version 130\n" "out uvec4 FragColor;\n" "void main()\n" "{" " FragColor = uvec4(gl_Color.xyz * 255.0, 255.0);\n" "}\n"; #endif //////////////////////////////////////////////////////////////////////////////// //! render a simple 3D scene //////////////////////////////////////////////////////////////////////////////// void renderScene(bool colorScale) { glClear(GL_COLOR_BUFFER_BIT | GL_DEPTH_BUFFER_BIT); if(colorScale) { glUseProgram(shDrawPot); glBindFragDataLocationEXT(shDrawPot, 0, "FragColor"); CUT_CHECK_ERROR_GL2(); } glMatrixMode(GL_MODELVIEW); glLoadIdentity(); glTranslatef(0.0, 0.0, -3.0); glRotatef(rotate[0], 1.0, 0.0, 0.0); glRotatef(rotate[1], 0.0, 1.0, 0.0); glRotatef(rotate[2], 0.0, 0.0, 1.0); glViewport(0, 0, 512, 512); glEnable(GL_LIGHTING); glEnable(GL_DEPTH_TEST); glutSolidTeapot(1.0); if(colorScale) { glUseProgram(0); } CUT_CHECK_ERROR_GL2(); } // copy image and process using CUDA void processImage() { // run the Cuda kernel process(image_width, image_height, blur_radius); // CUDA generated data in cuda memory or in a mapped PBO made of BGRA 8 bits // 2 solutions, here : // - use glTexSubImage2D(), there is the potential to loose performance in possible hidden conversion // - map the texture and blit the result thanks to CUDA API #ifdef USE_TEXSUBIMAGE2D glBindBuffer(GL_PIXEL_UNPACK_BUFFER_ARB, pbo_dest); glBindTexture(GL_TEXTURE_2D, tex_cudaResult); glTexSubImage2D(GL_TEXTURE_2D, 0, 0, 0, image_width, image_height, GL_RGBA, GL_UNSIGNED_BYTE, NULL); CUT_CHECK_ERROR_GL(); glBindBuffer(GL_PIXEL_PACK_BUFFER_ARB, 0); glBindBuffer(GL_PIXEL_UNPACK_BUFFER_ARB, 0); #else // We want to copy cuda_dest_resource data to the texture // map buffer objects to get CUDA device pointers cudaArray *texture_ptr; cutilSafeCall(cudaGraphicsMapResources(1, &cuda_tex_result_resource, 0)); cutilSafeCall(cudaGraphicsSubResourceGetMappedArray(&texture_ptr, cuda_tex_result_resource, 0, 0)); int num_texels = image_width * image_height; int num_values = num_texels * 4; int size_tex_data = sizeof(GLubyte) * num_values; cutilSafeCall(cudaMemcpyToArray(texture_ptr, 0, 0, cuda_dest_resource, size_tex_data, cudaMemcpyDeviceToDevice)); cutilSafeCall(cudaGraphicsUnmapResources(1, &cuda_tex_result_resource, 0)); #endif } // display image to the screen as textured quad void displayImage(GLuint texture) { glBindTexture(GL_TEXTURE_2D, texture); glEnable(GL_TEXTURE_2D); glDisable(GL_DEPTH_TEST); glDisable(GL_LIGHTING); glTexEnvf(GL_TEXTURE_ENV, GL_TEXTURE_ENV_MODE, GL_REPLACE); glMatrixMode(GL_PROJECTION); glPushMatrix(); glLoadIdentity(); glOrtho(-1.0, 1.0, -1.0, 1.0, -1.0, 1.0); glMatrixMode( GL_MODELVIEW); glLoadIdentity(); glViewport(0, 0, window_width, window_height); // if the texture is a 8 bits UI, scale the fetch with a GLSL shader #ifndef USE_TEXSUBIMAGE2D glUseProgram(shDrawTex); GLint id = glGetUniformLocation(shDrawTex, "texImage"); glUniform1i(id, 0); // texture unit 0 to "texImage" CUT_CHECK_ERROR_GL2(); #endif glBegin(GL_QUADS); glTexCoord2f(0.0, 0.0); glVertex3f(-1.0, -1.0, 0.5); glTexCoord2f(1.0, 0.0); glVertex3f(1.0, -1.0, 0.5); glTexCoord2f(1.0, 1.0); glVertex3f(1.0, 1.0, 0.5); glTexCoord2f(0.0, 1.0); glVertex3f(-1.0, 1.0, 0.5); glEnd(); glMatrixMode(GL_PROJECTION); glPopMatrix(); glDisable(GL_TEXTURE_2D); #ifndef USE_TEXSUBIMAGE2D glUseProgram(0); #endif CUT_CHECK_ERROR_GL2(); } //////////////////////////////////////////////////////////////////////////////// //! Display callback //////////////////////////////////////////////////////////////////////////////// void display() { cutStartTimer(timer); if (enable_cuda) { glBindFramebufferEXT(GL_FRAMEBUFFER_EXT, framebuffer); #ifndef USE_TEXTURE_RGBA8UI renderScene(false); #else renderScene(true); // output of fragment * by 255 (for RGBA8UI texture) #endif processImage(); glBindFramebufferEXT(GL_FRAMEBUFFER_EXT, 0); displayImage(tex_cudaResult); } else { renderScene(false); } // NOTE: I needed to add this call so the timing is consistent. // Need to investigate why cutilDeviceSynchronize(); cutStopTimer(timer); // flip backbuffer glutSwapBuffers(); // If specified, Check rendering against reference, if (g_bGLVerify && g_CheckRender && g_CheckRender->IsQAReadback()) { glutSetWindowTitle("AutoQATest: CUDA OpenGL post-processing"); if (blur_radius > 2) { g_CheckRender->readback( window_width, window_height ); g_CheckRender->savePPM (sSample[g_Index], true, NULL); if (!g_CheckRender->PPMvsPPM( sSample[g_Index], sReference[g_Index], MAX_EPSILON, 0.30f )) { g_TotalErrors++; } } if (blur_radius >= 2) g_Index++; blur_radius *= 2; if (blur_radius > max_blur_radius) { shrLog("Test Summary: %d deviations from reference images\n\n", g_TotalErrors); Cleanup ((g_TotalErrors==0) ? EXIT_SUCCESS : EXIT_FAILURE); } } // Update fps counter, fps/title display and log if (++fpsCount == fpsLimit) { char cTitle[256]; float fps = 1000.0f / cutGetAverageTimerValue(timer); sprintf(cTitle, "CUDA GL Post Processing (%d x %d): %.1f fps", window_width, window_height, fps); glutSetWindowTitle(cTitle); shrLog("%s\n", cTitle); fpsCount = 0; fpsLimit = (int)((fps > 1.0f) ? fps : 1.0f); cutResetTimer(timer); } } void timerEvent(int value) { if (animate) { rotate[0] += 0.2f; if( rotate[0] > 360.0f ) rotate[0] -= 360.0f; rotate[1] += 0.6f; if( rotate[1] > 360.0f ) rotate[1] -= 360.0f; rotate[2] += 1.0f; if( rotate[2] > 360.0f ) rotate[2] -= 360.0f; } glutPostRedisplay(); glutTimerFunc(REFRESH_DELAY, timerEvent, 0); } //////////////////////////////////////////////////////////////////////////////// //! Keyboard events handler //////////////////////////////////////////////////////////////////////////////// void keyboard(unsigned char key, int /*x*/, int /*y*/) { switch(key) { case(27) : bQATest = true; CleanupNoPrompt(EXIT_SUCCESS); break; case ' ': enable_cuda ^= 1; #ifdef USE_TEXTURE_RGBA8UI if(enable_cuda) glClearColorIuiEXT(128,128,128,255); else glClearColor(0.5, 0.5, 0.5, 1.0); #endif break; case 'a': animate ^= 1; break; case '=': case '+': if (blur_radius < 16) blur_radius++; shrLog("radius = %d\n", blur_radius); break; case '-': if (blur_radius > 1) blur_radius--; shrLog("radius = %d\n", blur_radius); break; } } void reshape(int w, int h) { window_width = w; window_height = h; } void mainMenu(int i) { keyboard((unsigned char) i, 0, 0); } //////////////////////////////////////////////////////////////////////////////// //! //////////////////////////////////////////////////////////////////////////////// void createTextureSrc(GLuint* tex_screen, unsigned int size_x, unsigned int size_y) { // create a texture glGenTextures(1, tex_screen); glBindTexture(GL_TEXTURE_2D, *tex_screen); // set basic parameters glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_WRAP_S, GL_CLAMP_TO_EDGE); glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_WRAP_T, GL_CLAMP_TO_EDGE); glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_MIN_FILTER, GL_NEAREST); glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_MAG_FILTER, GL_NEAREST); // buffer data #ifndef USE_TEXTURE_RGBA8UI shrLog("Creating a Texture render target GL_RGBA16F_ARB\n"); glTexImage2D(GL_TEXTURE_2D, 0, GL_RGBA16F_ARB, size_x, size_y, 0, GL_RGBA, GL_UNSIGNED_BYTE, NULL); #else shrLog("Creating a Texture render target GL_RGBA8UI_EXT\n"); glTexImage2D(GL_TEXTURE_2D, 0, GL_RGBA8UI_EXT, size_x, size_y, 0, GL_RGBA_INTEGER_EXT, GL_UNSIGNED_BYTE, NULL); #endif CUT_CHECK_ERROR_GL2(); // register this texture with CUDA cutilSafeCall(cudaGraphicsGLRegisterImage(&cuda_tex_screen_resource, *tex_screen, GL_TEXTURE_2D, cudaGraphicsMapFlagsReadOnly)); } //////////////////////////////////////////////////////////////////////////////// //! //////////////////////////////////////////////////////////////////////////////// void createTextureDst(GLuint* tex_cudaResult, unsigned int size_x, unsigned int size_y) { // create a texture glGenTextures(1, tex_cudaResult); glBindTexture(GL_TEXTURE_2D, *tex_cudaResult); // set basic parameters glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_WRAP_S, GL_CLAMP_TO_EDGE); glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_WRAP_T, GL_CLAMP_TO_EDGE); glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_MIN_FILTER, GL_NEAREST); glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_MAG_FILTER, GL_NEAREST); #ifdef USE_TEXSUBIMAGE2D glTexImage2D(GL_TEXTURE_2D, 0, GL_RGBA8, size_x, size_y, 0, GL_RGBA, GL_UNSIGNED_BYTE, NULL); CUT_CHECK_ERROR_GL2(); #else glTexImage2D(GL_TEXTURE_2D, 0, GL_RGBA8UI_EXT, size_x, size_y, 0, GL_RGBA_INTEGER_EXT, GL_UNSIGNED_BYTE, NULL); CUT_CHECK_ERROR_GL2(); // register this texture with CUDA cutilSafeCall(cudaGraphicsGLRegisterImage(&cuda_tex_result_resource, *tex_cudaResult, GL_TEXTURE_2D, cudaGraphicsMapFlagsWriteDiscard)); #endif } //////////////////////////////////////////////////////////////////////////////// //! //////////////////////////////////////////////////////////////////////////////// void deleteTexture(GLuint* tex) { glDeleteTextures(1, tex); CUT_CHECK_ERROR_GL2(); *tex = 0; } //////////////////////////////////////////////////////////////////////////////// //! //////////////////////////////////////////////////////////////////////////////// void createDepthBuffer(GLuint* depth, unsigned int size_x, unsigned int size_y) { // create a renderbuffer glGenRenderbuffersEXT(1, depth); glBindRenderbufferEXT(GL_RENDERBUFFER_EXT, *depth); // allocate storage glRenderbufferStorageEXT(GL_RENDERBUFFER_EXT, GL_DEPTH_COMPONENT24, size_x, size_y); // clean up glBindRenderbufferEXT(GL_RENDERBUFFER_EXT, 0); CUT_CHECK_ERROR_GL2(); } //////////////////////////////////////////////////////////////////////////////// //! //////////////////////////////////////////////////////////////////////////////// //void //createRenderBuffer(GLuint* render, unsigned int size_x, unsigned int size_y) //{ // // create a renderbuffer // glGenRenderbuffersEXT(1, render); // glBindRenderbufferEXT(GL_RENDERBUFFER_EXT, *render); // // // allocate storage // glRenderbufferStorageEXT(GL_RENDERBUFFER_EXT, GL_RGBA8, size_x, size_y); // // // clean up // glBindRenderbufferEXT(GL_RENDERBUFFER_EXT, 0); // // CUT_CHECK_ERROR_GL2(); // // cutilSafeCall(cudaGraphicsGLRegisterImage(&cuda_tex_screen_resource, *render, // GL_RENDERBUFFER_EXT, cudaGraphicsMapFlagsReadOnly)); //} //////////////////////////////////////////////////////////////////////////////// //! //////////////////////////////////////////////////////////////////////////////// void deleteDepthBuffer(GLuint* depth) { glDeleteRenderbuffersEXT(1, depth); CUT_CHECK_ERROR_GL2(); *depth = 0; } //////////////////////////////////////////////////////////////////////////////// //! //////////////////////////////////////////////////////////////////////////////// void createFramebuffer(GLuint* fbo, GLuint color, GLuint depth) { // create and bind a framebuffer glGenFramebuffersEXT(1, fbo); glBindFramebufferEXT(GL_FRAMEBUFFER_EXT, *fbo); // attach images glFramebufferTexture2DEXT(GL_FRAMEBUFFER_EXT, GL_COLOR_ATTACHMENT0_EXT, GL_TEXTURE_2D, color, 0); //glFramebufferRenderbufferEXT(GL_FRAMEBUFFER_EXT, GL_COLOR_ATTACHMENT0_EXT, GL_RENDERBUFFER_EXT, color); glFramebufferRenderbufferEXT(GL_FRAMEBUFFER_EXT, GL_DEPTH_ATTACHMENT_EXT, GL_RENDERBUFFER_EXT, depth); // clean up glBindFramebufferEXT(GL_FRAMEBUFFER_EXT, 0); CUT_CHECK_ERROR_GL2(); } //////////////////////////////////////////////////////////////////////////////// //! //////////////////////////////////////////////////////////////////////////////// void deleteFramebuffer( GLuint* fbo) { glDeleteFramebuffersEXT(1, fbo); CUT_CHECK_ERROR_GL2(); *fbo = 0; } //////////////////////////////////////////////////////////////////////////////// // Program main //////////////////////////////////////////////////////////////////////////////// int main(int argc, char** argv) { shrQAStart(argc, argv); shrSetLogFileName ("postProcessGL.txt"); shrLog("%s Starting...\n\n", argv[0]); bQATest = (cutCheckCmdLineFlag(argc, (const char**)argv, "qatest") || cutCheckCmdLineFlag(argc, (const char**)argv, "glverify")); pArgc = &argc; pArgv = argv; // use command-line specified CUDA device, otherwise use device with highest Gflops/s if ( cutCheckCmdLineFlag(argc, (const char **)argv, "device")) { printf("[%s]\n", argv[0]); printf(" Does not explicitly support -device=n\n"); printf(" This sample requires OpenGL. Only -qatest and -glverify are supported\n"); printf("exiting...\n"); shrQAFinishExit(argc, (const char **)argv, QA_WAIVED); } if (bQATest){ shrLog("(Test with OpenGL verification)\n"); g_bGLVerify = true; animate = false; blur_radius = 2; g_Index = 0; runStdProgram(argc, argv); } else { shrLog("(Interactive OpenGL Demo)\n"); g_bGLVerify = false; animate = true; g_Index = 0; runStdProgram(argc, argv); } shrEXIT(argc, (const char**)argv); } //////////////////////////////////////////////////////////////////////////////// //! //////////////////////////////////////////////////////////////////////////////// void FreeResource() { if (!g_bQAReadback){ cutilCheckError( cutDeleteTimer( timer )); // unregister this buffer object with CUDA cutilSafeCall(cudaGraphicsUnregisterResource(cuda_tex_screen_resource)); #ifdef USE_TEXSUBIMAGE2D cutilSafeCall(cudaGraphicsUnregisterResource(cuda_pbo_dest_resource)); deletePBO(&pbo_dest); #else cudaFree(cuda_dest_resource); #endif deleteTexture(&tex_screen); deleteTexture(&tex_cudaResult); deleteDepthBuffer(&depth_buffer); deleteFramebuffer(&framebuffer); } cutilDeviceReset(); if(iGLUTWindowHandle)glutDestroyWindow(iGLUTWindowHandle); // finalize logs and leave shrLogEx(LOGBOTH | CLOSELOG, 0, "postProcessGL.exe Exiting...\n"); } void Cleanup(int iExitCode) { FreeResource(); shrQAFinishExit(*pArgc, (const char **)pArgv, (iExitCode == EXIT_SUCCESS) ? QA_PASSED : QA_FAILED); } void CleanupNoPrompt(int iExitCode) { FreeResource(); printf("%s\n", (iExitCode == EXIT_SUCCESS) ? "PASSED" : "FAILED"); exit(EXIT_SUCCESS); } //////////////////////////////////////////////////////////////////////////////// //! //////////////////////////////////////////////////////////////////////////////// GLuint compileGLSLprogram(const char *vertex_shader_src, const char *fragment_shader_src) { GLuint v, f, p = 0; p = glCreateProgram(); if (vertex_shader_src) { v = glCreateShader(GL_VERTEX_SHADER); glShaderSource(v, 1, &vertex_shader_src, NULL); glCompileShader(v); // check if shader compiled GLint compiled = 0; glGetShaderiv(v, GL_COMPILE_STATUS, &compiled); if (!compiled) { //#ifdef NV_REPORT_COMPILE_ERRORS char temp[256] = ""; glGetShaderInfoLog( v, 256, NULL, temp); shrLog("Vtx Compile failed:\n%s\n", temp); //#endif glDeleteShader( v); return 0; } else glAttachShader(p,v); } if (fragment_shader_src) { f = glCreateShader(GL_FRAGMENT_SHADER); glShaderSource(f, 1, &fragment_shader_src, NULL); glCompileShader(f); // check if shader compiled GLint compiled = 0; glGetShaderiv(f, GL_COMPILE_STATUS, &compiled); if (!compiled) { //#ifdef NV_REPORT_COMPILE_ERRORS char temp[256] = ""; glGetShaderInfoLog(f, 256, NULL, temp); shrLog("frag Compile failed:\n%s\n", temp); //#endif glDeleteShader(f); return 0; } else glAttachShader(p,f); } glLinkProgram(p); int infologLength = 0; int charsWritten = 0; glGetProgramiv(p, GL_INFO_LOG_LENGTH, (GLint *)&infologLength); if (infologLength > 0) { char *infoLog = (char *)malloc(infologLength); glGetProgramInfoLog(p, infologLength, (GLsizei *)&charsWritten, infoLog); shrLog("Shader compilation error: %s\n", infoLog); free(infoLog); } return p; } //////////////////////////////////////////////////////////////////////////////// //! Allocate the "render target" of CUDA //////////////////////////////////////////////////////////////////////////////// #ifndef USE_TEXSUBIMAGE2D void initCUDABuffers() { // set up vertex data parameter num_texels = image_width * image_height; num_values = num_texels * 4; size_tex_data = sizeof(GLubyte) * num_values; cutilSafeCall(cudaMalloc((void**)&cuda_dest_resource, size_tex_data)); //cutilSafeCall(cudaHostAlloc((void**)&cuda_dest_resource, size_tex_data, )); } #endif //////////////////////////////////////////////////////////////////////////////// //! //////////////////////////////////////////////////////////////////////////////// void initGLBuffers() { // create pbo #ifdef USE_TEXSUBIMAGE2D createPBO(&pbo_dest, &cuda_pbo_dest_resource); #endif // create texture that will receive the result of CUDA createTextureDst(&tex_cudaResult, image_width, image_height); // create texture for blitting onto the screen createTextureSrc(&tex_screen, image_width, image_height); //createRenderBuffer(&tex_screen, image_width, image_height); // Doesn't work // create a depth buffer for offscreen rendering createDepthBuffer(&depth_buffer, image_width, image_height); // create a framebuffer for offscreen rendering createFramebuffer(&framebuffer, tex_screen, depth_buffer); // load shader programs shDrawPot = compileGLSLprogram(NULL, glsl_drawpot_fragshader_src); #ifndef USE_TEXSUBIMAGE2D shDrawTex = compileGLSLprogram(glsl_drawtex_vertshader_src, glsl_drawtex_fragshader_src); #endif CUT_CHECK_ERROR_GL2(); } //////////////////////////////////////////////////////////////////////////////// //! Run standard demo loop with or without GL verification //////////////////////////////////////////////////////////////////////////////// void runStdProgram(int argc, char** argv) { // First initialize OpenGL context, so we can properly set the GL for CUDA. // This is necessary in order to achieve optimal performance with OpenGL/CUDA interop. if( false == initGL(&argc, argv)) { return; } // Now initialize CUDA context (GL context has been created already) initCUDA(argc, argv, true); cutCreateTimer(&timer); cutResetTimer(timer); // register callbacks glutDisplayFunc(display); glutKeyboardFunc(keyboard); glutReshapeFunc(reshape); glutTimerFunc(REFRESH_DELAY, timerEvent, 0); // create menu glutCreateMenu(mainMenu); glutAddMenuEntry("Toggle CUDA processing [ ]", ' '); glutAddMenuEntry("Toggle animation [a]", 'a'); glutAddMenuEntry("Increment blur radius [=]", '='); glutAddMenuEntry("Decrement blur radius [-]", '-'); glutAddMenuEntry("Quit (esc)", '\033'); glutAttachMenu(GLUT_RIGHT_BUTTON); initGLBuffers(); #ifndef USE_TEXSUBIMAGE2D initCUDABuffers(); #endif // Creating the Auto-Validation Code if (g_bGLVerify) { g_CheckRender = new CheckBackBuffer(window_width, window_height, 4); g_CheckRender->setPixelFormat(GL_RGBA); g_CheckRender->setExecPath(argv[0]); g_CheckRender->EnableQAReadback(true); } printf("\n" "\tControls\n" "\t(right click mouse button for Menu)\n" "\t[ ] : Toggle CUDA processing\n" "\t[a] : Toggle Animation\n" "\t[=] : Increment blur radious\n" "\t[-] : Decrement blur radious\n" "\t[esc] - Quit\n\n" ); // start rendering mainloop glutMainLoop(); // Normally unused return path if (!g_bQAReadback) { CleanupNoPrompt(EXIT_SUCCESS); } else { Cleanup(EXIT_SUCCESS); } } //////////////////////////////////////////////////////////////////////////////// //! Initialize CUDA context //////////////////////////////////////////////////////////////////////////////// bool initCUDA( int argc, char **argv, bool bUseGL ) { if (bUseGL) { if ( cutCheckCmdLineFlag(argc, (const char **)argv, "device")) cutilGLDeviceInit(argc, argv); else { cudaGLSetGLDevice (cutGetMaxGflopsDeviceId() ); } } else { if ( cutCheckCmdLineFlag(argc, (const char **)argv, "device")) cutilDeviceInit(argc, argv); else { cudaSetDevice (cutGetMaxGflopsDeviceId() ); } } return true; } //////////////////////////////////////////////////////////////////////////////// //! Initialize GL //////////////////////////////////////////////////////////////////////////////// bool initGL(int *argc, char **argv ) { if (IsOpenGLAvailable(sSDKname)) { fprintf( stderr, " OpenGL device is Available\n"); } else { fprintf( stderr, " OpenGL device is NOT Available, [%s] exiting...\n", sSDKname ); shrQAFinishExit(*argc, (const char **)argv, QA_WAIVED); return false; } // Create GL context glutInit(argc, argv); glutInitDisplayMode(GLUT_RGBA | GLUT_ALPHA | GLUT_DOUBLE | GLUT_DEPTH); glutInitWindowSize(window_width, window_height); iGLUTWindowHandle = glutCreateWindow("CUDA OpenGL post-processing"); // initialize necessary OpenGL extensions glewInit(); if (! glewIsSupported( "GL_VERSION_2_0 " "GL_ARB_pixel_buffer_object " "GL_EXT_framebuffer_object " )) { shrLog("ERROR: Support for necessary OpenGL extensions missing."); fflush(stderr); return CUTFalse; } // default initialization #ifndef USE_TEXTURE_RGBA8UI glClearColor(0.5, 0.5, 0.5, 1.0); #else glClearColorIuiEXT(128,128,128,255); #endif glDisable(GL_DEPTH_TEST); // viewport glViewport(0, 0, window_width, window_height); // projection glMatrixMode(GL_PROJECTION); glLoadIdentity(); gluPerspective(60.0, (GLfloat)window_width / (GLfloat) window_height, 0.1f, 10.0f); glPolygonMode(GL_FRONT_AND_BACK, GL_FILL); glEnable(GL_LIGHT0); float red[] = { 1.0f, 0.1f, 0.1f, 1.0f }; float white[] = { 1.0f, 1.0f, 1.0f, 1.0f }; glMaterialfv(GL_FRONT_AND_BACK, GL_DIFFUSE, red); glMaterialfv(GL_FRONT_AND_BACK, GL_SPECULAR, white); glMaterialf(GL_FRONT_AND_BACK, GL_SHININESS, 60.0f); CUT_CHECK_ERROR_GL2(); return CUTTrue; }
{ "content_hash": "88e6c0a068da580f7fd6dd2848fa75d3", "timestamp": "", "source": "github", "line_count": 1089, "max_line_length": 117, "avg_line_length": 31.160697887970617, "alnum_prop": 0.5867566452525491, "repo_name": "gtcasl/gpuocelot", "id": "c8ceb18e5bef60079786024e74b15659d36e5b32", "size": "34332", "binary": false, "copies": "2", "ref": "refs/heads/master", "path": "tests/cuda4.1sdk/tests/postProcessGL/main.cpp", "mode": "33188", "license": "bsd-3-clause", "language": [ { "name": "Batchfile", "bytes": "90" }, { "name": "C", "bytes": "8190503" }, { "name": "C++", "bytes": "213392210" }, { "name": "CSS", "bytes": "7539" }, { "name": "Cuda", "bytes": "4460719" }, { "name": "GLSL", "bytes": "9487" }, { "name": "Groff", "bytes": "36345781" }, { "name": "HTML", "bytes": "778470" }, { "name": "LLVM", "bytes": "37352" }, { "name": "Makefile", "bytes": "183387" }, { "name": "Matlab", "bytes": "40739" }, { "name": "Objective-C", "bytes": "23566" }, { "name": "Pascal", "bytes": "30344" }, { "name": "Python", "bytes": "164148" }, { "name": "Shell", "bytes": "486540" }, { "name": "Yacc", "bytes": "39271" } ], "symlink_target": "" }
static const char *getActualRunStyleName(WordSheet *styles, DFNode *concrete) { if (concrete->tag != WORD_R) return NULL;; DFNode *rPr = DFChildWithTag(concrete,WORD_RPR); if (rPr == NULL) return NULL;; DFNode *rStyle = DFChildWithTag(rPr,WORD_RSTYLE); if (rStyle == NULL) return NULL;; const char *styleId = DFGetAttribute(rStyle,WORD_VAL); return WordSheetNameForStyleId(styles,"character",styleId); } static WordNoteGroup *noteGroupForRun(WordGetData *get, DFNode *concrete) { const char *actualName = getActualRunStyleName(get->conv->styles,concrete); if (DFStringEquals(actualName,get->conv->footnotes->refStyleName)) return get->conv->footnotes; else if (DFStringEquals(actualName,get->conv->endnotes->refStyleName)) return get->conv->endnotes; else return NULL; // This run is neither a footnote or endnote reference } static int trimLeadingWhitespace(DFNode *concrete) { if (concrete->tag == DOM_TEXT) { char *value = DFStringTrimLeadingWhitespace(concrete->value); concrete->value = DFCopyString(concrete->doc,value); free(value); return 1; } else { for (DFNode *child = concrete->first; child != NULL; child = child->next) { if (trimLeadingWhitespace(child)) return 1; } return 0; } } static void removeNoteMarker(WordSheet *styles, DFNode *concrete) { DFNode *firstRun = DFChildWithTag(concrete,WORD_R); DFNode *rPr = DFChildWithTag(firstRun,WORD_RPR); DFNode *rStyle = DFChildWithTag(rPr,WORD_RSTYLE); const char *styleId = DFGetAttribute(rStyle,WORD_VAL); if (styleId == NULL) return;; WordStyle *style = WordSheetStyleForTypeId(styles,"character",styleId); if (style == NULL) return; if (DFStringEquals(style->name,"footnote reference") || DFStringEquals(style->name,"endnote reference")) { DFRemoveNode(firstRun); } trimLeadingWhitespace(concrete); } DFNode *WordRunGetNote(WordGetData *get, DFNode *concrete) { WordNoteGroup *group = noteGroupForRun(get,concrete); if (group == NULL) return NULL; // This run is neither a footnote or endnote reference // Check that the run contains *only* a <footnoteReference> or <endnoteReference>, in addition // to the <rPr> used to define the style name. If there's any other content in there, we don't // treat it as a properly-formed reference, and WordRunGet will handle it as a normal run. for (DFNode *child = concrete->first; child != NULL; child = child->next) { if ((child->tag != group->refTag) && (child->tag != WORD_RPR)) return NULL; } // Look in footnotes.xml or endnotes.xml to get the content of the note this reference points to const char *noteIdStr = DFGetChildAttribute(concrete,group->refTag,WORD_ID); WordNote *note = (noteIdStr != NULL) ? WordNoteGroupGet(group,atoi(noteIdStr)) : NULL; if (note == NULL) return NULL;; // Create a HTML <span> element of class "footnote" or "endnote", with the plain text of note note // as content. The use of text-only content is a temporary measure; it ultimately needs to traverse // the element hierarchy to extract formatting and other details within the note. DFNode *span = WordConverterCreateAbstract(get,HTML_SPAN,concrete); DFSetAttribute(span,HTML_CLASS,group->htmlClass); int paragraphCount = 0; for (DFNode *child = note->element->first; child != NULL; child = child->next) { if (child->tag == WORD_P) paragraphCount++; } for (DFNode *child = note->element->first; child != NULL; child = child->next) { if (child->tag == WORD_P) { removeNoteMarker(get->conv->styles,child); WordContainerGet(get,&WordParagraphContentLens,span,child); } } return span; } int WordRunPutNote(WordPutData *put, DFNode *abstract, DFNode *concrete) { const char *className = DFGetAttribute(abstract,HTML_CLASS); int isFootnote = DFStringEquals(className,"footnote"); int isEndnote = DFStringEquals(className,"endnote"); if (!isFootnote && !isEndnote) return 0;; WordStyle *referenceStyle; WordStyle *paragraphStyle; if (isFootnote) { referenceStyle = WordSheetFootnoteReference(put->conv->styles); paragraphStyle = WordSheetFootnoteText(put->conv->styles); } else { referenceStyle = WordSheetEndnoteReference(put->conv->styles); paragraphStyle = WordSheetEndnoteText(put->conv->styles); } // Make sure we have a space at the start of the text // The current method for doing this (expecting the first child of the first span to be a text node) // is not reliable, as there could be other elements such as cross-references or hyperlinks. But this // works for plain-text notes (with or without formatting) DFNode *childSpan = DFChildWithTag(abstract,HTML_SPAN); if (childSpan != NULL) { if ((childSpan->first != NULL) && (childSpan->first->tag == DOM_TEXT)) { DFNode *childText = childSpan->first; char *newValue = DFFormatString(" %s",childText->value); childText->value = DFCopyString(abstract->doc,newValue); free(newValue); } } // Set the content of the note WordNoteGroup *group = isFootnote ? put->conv->footnotes : put->conv->endnotes; DFNode *reference = DFChildWithTag(concrete,group->refTag); const char *idStr = DFGetAttribute(reference,WORD_ID); WordNote *note = (idStr != NULL) ? WordNoteGroupGet(group,atoi(idStr)) : NULL; // Convert the HTML span to a paragraph DFNode *htmlP = DFCreateElement(abstract->doc,HTML_P); while (abstract->first != NULL) { DFAppendChild(htmlP,abstract->first); } DFNode *wordP = NULL; if (note != NULL) { wordP = DFChildWithTag(note->element,WORD_P); if (wordP == NULL) wordP = DFCreateChildElement(note->element,WORD_P); } else { note = WordNoteGroupAddNew(group); wordP = DFCreateChildElement(note->element,WORD_P); } // wordP and its descendants must go in footnotes.xml or endnotes.xml, instead of document.xml. Normally, // put->contentDoc refers to the latter, but we temporary swap it out so that new nodes created for the // footnote or endnote go in the format. DFDocument *savedContentDoc = put->contentDoc; put->contentDoc = note->element->doc; WordParagraphLens.put(put,htmlP,wordP); put->contentDoc = savedContentDoc; // Remove existing paragraph style information DFNode *pPr = DFChildWithTag(wordP,WORD_PPR); if (pPr != NULL) DFRemoveNode(pPr); // Set the paragraph style pPr = DFCreateElement(group->doc,WORD_PPR); DFNode *pStyle = DFCreateChildElement(pPr,WORD_PSTYLE); DFSetAttribute(pStyle,WORD_VAL,paragraphStyle->styleId); DFInsertBefore(wordP,pPr,wordP->first); // Add the note ref element at the start DFNode *markR = DFCreateElement(group->doc,WORD_R); DFNode *markRPr = DFCreateChildElement(markR,WORD_RPR); DFNode *markRStyle = DFCreateChildElement(markRPr,WORD_RSTYLE); DFSetAttribute(markRStyle,WORD_VAL,referenceStyle->styleId); if (isFootnote) DFCreateChildElement(markR,WORD_FOOTNOTEREF); else DFCreateChildElement(markR,WORD_ENDNOTEREF); DFInsertBefore(wordP,markR,pPr->next); // Make the word run a footnote reference while (concrete->first != NULL) DFRemoveNode(concrete->first); DFNode *refRPr = DFCreateChildElement(concrete,WORD_RPR); DFNode *refRStyle = DFCreateChildElement(refRPr,WORD_RSTYLE); DFSetAttribute(refRStyle,WORD_VAL,referenceStyle->styleId); DFNode *refNode = DFCreateChildElement(concrete,group->refTag); DFFormatAttribute(refNode,WORD_ID,"%d",note->noteId); return 1; } void WordNoteReferenceRemove(struct WordPutData *put, DFNode *concrete) { switch (concrete->tag) { case WORD_FOOTNOTEREFERENCE: { const char *idStr = DFGetAttribute(concrete,WORD_ID); if (idStr != NULL) WordNoteGroupRemove(put->conv->footnotes,atoi(idStr)); break; } case WORD_ENDNOTEREFERENCE: { const char *idStr = DFGetAttribute(concrete,WORD_ID); if (idStr != NULL) WordNoteGroupRemove(put->conv->endnotes,atoi(idStr)); break; } } } //////////////////////////////////////////////////////////////////////////////////////////////////// // // // WordNote // // // //////////////////////////////////////////////////////////////////////////////////////////////////// WordNote *WordNoteNew(DFNode *element, int noteId) { WordNote *note = (WordNote *)xcalloc(1,sizeof(WordNote)); note->retainCount = 1; note->element = element; note->noteId = noteId; return note; } WordNote *WordNoteRetain(WordNote *note) { if (note != NULL) note->retainCount++; return note; } void WordNoteRelease(WordNote *note) { if ((note == NULL) || (--note->retainCount > 0)) return; free(note); } //////////////////////////////////////////////////////////////////////////////////////////////////// // // // WordNoteGroup // // // //////////////////////////////////////////////////////////////////////////////////////////////////// static void findNotes(WordNoteGroup *group) { for (DFNode *child = group->doc->root->first; child != NULL; child = child->next) { if (child->tag == group->noteTag) { const char *noteIdStr = DFGetAttribute(child,WORD_ID); if (noteIdStr != NULL) { int noteId = atoi(noteIdStr); WordNote *note = WordNoteNew(child,noteId); DFHashTableAddInt(group->notesById,noteId,note); WordNoteRelease(note); } } } } static WordNoteGroup *WordNoteGroupNew(DFDocument *doc, Tag noteTag, Tag refTag, const char *refStyleName, const char *htmlClass) { assert(doc != NULL); assert((noteTag == WORD_FOOTNOTE) || (noteTag == WORD_ENDNOTE)); WordNoteGroup *group = (WordNoteGroup *)xcalloc(1,sizeof(WordNoteGroup)); group->retainCount = 1; group->notesById = DFHashTableNew((DFCopyFunction)WordNoteRetain,(DFFreeFunction)WordNoteRelease); group->doc = DFDocumentRetain(doc); group->noteTag = noteTag; group->refTag = refTag; group->refStyleName = refStyleName; group->htmlClass = htmlClass; findNotes(group); return group; } WordNoteGroup *WordNoteGroupNewFootnotes(DFDocument *doc) { return WordNoteGroupNew(doc, WORD_FOOTNOTE, WORD_FOOTNOTEREFERENCE, "footnote reference", "footnote"); } WordNoteGroup *WordNoteGroupNewEndnotes(DFDocument *doc) { return WordNoteGroupNew(doc, WORD_ENDNOTE, WORD_ENDNOTEREFERENCE, "endnote reference", "endnote"); } WordNoteGroup *WordNoteGroupRetain(WordNoteGroup *group) { if (group != NULL) group->retainCount++; return group; } void WordNoteGroupRelease(WordNoteGroup *group) { if ((group == NULL) || (--group->retainCount > 0)) return; DFHashTableRelease(group->notesById); DFDocumentRelease(group->doc); free(group); } WordNote *WordNoteGroupGet(WordNoteGroup *group, int noteId) { return (WordNote *)DFHashTableLookupInt(group->notesById,noteId); } WordNote *WordNoteGroupAddNew(WordNoteGroup *group) { while (DFHashTableLookupInt(group->notesById,group->nextNoteId) != NULL) group->nextNoteId++; int noteId = group->nextNoteId++; DFNode *element = DFCreateChildElement(group->doc->root,group->noteTag); DFFormatAttribute(element,WORD_ID,"%d",noteId); WordNote *note = WordNoteNew(element,noteId); DFHashTableAddInt(group->notesById,noteId,note); WordNoteRelease(note); // The hash table retains a reference to the note return note; } void WordNoteGroupRemove(WordNoteGroup *group, int noteId) { WordNote *note = DFHashTableLookupInt(group->notesById,noteId); if (note != NULL) { DFRemoveNode(note->element); DFHashTableRemoveInt(group->notesById,noteId); } }
{ "content_hash": "b2949e3000a9e15521ddec7a5af1da1c", "timestamp": "", "source": "github", "line_count": 362, "max_line_length": 109, "avg_line_length": 36.15469613259668, "alnum_prop": 0.6040647921760391, "repo_name": "apache/incubator-corinthia", "id": "2e49c83028bd794cf922d4550bde4af6116a29e6", "size": "14602", "binary": false, "copies": "2", "ref": "refs/heads/master", "path": "DocFormats/filters/ooxml/src/word/WordNotes.c", "mode": "33188", "license": "apache-2.0", "language": [ { "name": "C", "bytes": "1472597" }, { "name": "C++", "bytes": "192881" }, { "name": "CMake", "bytes": "37626" }, { "name": "CSS", "bytes": "66484" }, { "name": "HTML", "bytes": "2330985" }, { "name": "JavaScript", "bytes": "846018" }, { "name": "Makefile", "bytes": "1393" }, { "name": "Objective-C", "bytes": "424956" }, { "name": "Perl", "bytes": "677" }, { "name": "Python", "bytes": "5255" }, { "name": "Shell", "bytes": "8992" } ], "symlink_target": "" }
using DragonSpark.Application.Entities.Queries.Runtime.Pagination; using DragonSpark.Compose; using System.Threading.Tasks; namespace DragonSpark.Presentation.Components.Content.Rendering.Sequences; sealed class RenderAwareAny<T> : IAny<T> { readonly IsPreRendering _condition; readonly RenderStateAwareAnyContents<T> _contents; readonly IAny<T> _previous; public RenderAwareAny(IsPreRendering condition, RenderStateAwareAnyContents<T> contents, IAny<T> previous) { _condition = condition; _contents = contents; _previous = previous; } public ValueTask<bool> Get(AnyInput<T> parameter) { var (owner, _) = parameter; var source = _condition.Get() ? _contents.Get(new(owner, _previous)) : _previous; var result = source.Get(parameter); return result; } }
{ "content_hash": "f7fed9ed67d035d39dd4991560c875b4", "timestamp": "", "source": "github", "line_count": 27, "max_line_length": 107, "avg_line_length": 30.40740740740741, "alnum_prop": 0.7247259439707674, "repo_name": "DragonSpark/Framework", "id": "83770f7afbb35b9cfc020136f18ff8d7b387a9bf", "size": "823", "binary": false, "copies": "1", "ref": "refs/heads/master", "path": "DragonSpark.Presentation/Components/Content/Rendering/Sequences/RenderAwareAny.cs", "mode": "33188", "license": "mit", "language": [ { "name": "C#", "bytes": "2079497" }, { "name": "CSS", "bytes": "673" }, { "name": "HTML", "bytes": "103546" }, { "name": "JavaScript", "bytes": "1311" }, { "name": "TypeScript", "bytes": "2495" } ], "symlink_target": "" }
<?php defined('BASEPATH') OR exit('No direct script access allowed'); /* | ------------------------------------------------------------------- | DATABASE CONNECTIVITY SETTINGS | ------------------------------------------------------------------- | This file will contain the settings needed to access your database. | | For complete instructions please consult the 'Database Connection' | page of the User Guide. | | ------------------------------------------------------------------- | EXPLANATION OF VARIABLES | ------------------------------------------------------------------- | | ['dsn'] The full DSN string describe a connection to the database. | ['hostname'] The hostname of your database server. | ['username'] The username used to connect to the database | ['password'] The password used to connect to the database | ['database'] The name of the database you want to connect to | ['dbdriver'] The database driver. e.g.: mysqli. | Currently supported: | cubrid, ibase, mssql, mysql, mysqli, oci8, | odbc, pdo, postgre, sqlite, sqlite3, sqlsrv | ['dbprefix'] You can add an optional prefix, which will be added | to the table name when using the Query Builder class | ['pconnect'] TRUE/FALSE - Whether to use a persistent connection | ['db_debug'] TRUE/FALSE - Whether database errors should be displayed. | ['cache_on'] TRUE/FALSE - Enables/disables query caching | ['cachedir'] The path to the folder where cache files should be stored | ['char_set'] The character set used in communicating with the database | ['dbcollat'] The character collation used in communicating with the database | NOTE: For MySQL and MySQLi databases, this setting is only used | as a backup if your server is running PHP < 5.2.3 or MySQL < 5.0.7 | (and in table creation queries made with DB Forge). | There is an incompatibility in PHP with mysql_real_escape_string() which | can make your site vulnerable to SQL injection if you are using a | multi-byte character set and are running versions lower than these. | Sites using Latin-1 or UTF-8 database character set and collation are unaffected. | ['swap_pre'] A default table prefix that should be swapped with the dbprefix | ['encrypt'] Whether or not to use an encrypted connection. | | 'mysql' (deprecated), 'sqlsrv' and 'pdo/sqlsrv' drivers accept TRUE/FALSE | 'mysqli' and 'pdo/mysql' drivers accept an array with the following options: | | 'ssl_key' - Path to the private key file | 'ssl_cert' - Path to the public key certificate file | 'ssl_ca' - Path to the certificate authority file | 'ssl_capath' - Path to a directory containing trusted CA certificats in PEM format | 'ssl_cipher' - List of *allowed* ciphers to be used for the encryption, separated by colons (':') | 'ssl_verify' - TRUE/FALSE; Whether verify the server certificate or not ('mysqli' only) | | ['compress'] Whether or not to use client compression (MySQL only) | ['stricton'] TRUE/FALSE - forces 'Strict Mode' connections | - good for ensuring strict SQL while developing | ['ssl_options'] Used to set various SSL options that can be used when making SSL connections. | ['failover'] array - A array with 0 or more data for connections if the main should fail. | ['save_queries'] TRUE/FALSE - Whether to "save" all executed queries. | NOTE: Disabling this will also effectively disable both | $this->db->last_query() and profiling of DB queries. | When you run a query, with this setting set to TRUE (default), | CodeIgniter will store the SQL statement for debugging purposes. | However, this may cause high memory usage, especially if you run | a lot of SQL queries ... disable this to avoid that problem. | | The $active_group variable lets you choose which connection group to | make active. By default there is only one group (the 'default' group). | | The $query_builder variables lets you determine whether or not to load | the query builder class. */ $active_group = 'default'; $query_builder = TRUE; $db['default'] = array( 'dsn' => '', 'hostname' => 'localhost',// 'username' => 'root',// 'password' => '', 'database' => 'chemtrust_db',// 'dbdriver' => 'mysqli', 'dbprefix' => '', 'pconnect' => FALSE, 'db_debug' => (ENVIRONMENT !== 'production'), 'cache_on' => FALSE, 'cachedir' => '', 'char_set' => 'utf8', 'dbcollat' => 'utf8_general_ci', 'swap_pre' => '', 'encrypt' => FALSE, 'compress' => FALSE, 'stricton' => FALSE, 'failover' => array(), 'save_queries' => TRUE );
{ "content_hash": "83d470eb414c6b488a4ed8f26317cda1", "timestamp": "", "source": "github", "line_count": 96, "max_line_length": 102, "avg_line_length": 47.25, "alnum_prop": 0.6567460317460317, "repo_name": "ikungcomen/chem", "id": "7a581be4c748d6707423e31ff390c1e9d5aeed8b", "size": "4536", "binary": false, "copies": "2", "ref": "refs/heads/master", "path": "application/config/database.php", "mode": "33188", "license": "mit", "language": [ { "name": "ApacheConf", "bytes": "240" }, { "name": "CSS", "bytes": "76540" }, { "name": "HTML", "bytes": "5464367" }, { "name": "JavaScript", "bytes": "63727" }, { "name": "PHP", "bytes": "6479264" } ], "symlink_target": "" }
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace statsd.net.shared.Messages { public class Raw : StatsdMessage { public double Value { get; set; } public long? Timestamp { get; set; } public Raw(string name, double value, long? timestamp = null) { MessageType = MessageType.Raw; Name = name; Value = value; Timestamp = timestamp; } public override string ToString() { return String.Format("{0}:{1}|r{2}", Name, Value, (Timestamp.HasValue ? ("|" + Timestamp) : String.Empty)); } } }
{ "content_hash": "f504eed0d41ebc2d14a3b1d2905fe282", "timestamp": "", "source": "github", "line_count": 29, "max_line_length": 113, "avg_line_length": 22.17241379310345, "alnum_prop": 0.6314152410575428, "repo_name": "madhon/statsd.net", "id": "4f94268969250ddba803d1ccb1c80efa1c0dd57f", "size": "645", "binary": false, "copies": "2", "ref": "refs/heads/master", "path": "statsd.net.shared/Messages/Raw.cs", "mode": "33188", "license": "mit", "language": [ { "name": "C#", "bytes": "656239" } ], "symlink_target": "" }
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. package com.azure.ai.textanalytics.util; import com.azure.ai.textanalytics.models.RecognizeEntitiesResult; import com.azure.ai.textanalytics.models.TextDocumentBatchStatistics; import com.azure.core.util.IterableStream; /** * A collection model that contains a list of {@link RecognizeEntitiesResult} along with model version and * batch's statistics. */ public class RecognizeEntitiesResultCollection extends IterableStream<RecognizeEntitiesResult> { private final String modelVersion; private final TextDocumentBatchStatistics statistics; /** * Create a {@link RecognizeEntitiesResultCollection} model that maintains a list of {@link RecognizeEntitiesResult} * along with model version and batch's statistics. * * @param documentResults A list of {@link RecognizeEntitiesResult}. * @param modelVersion The model version trained in service for the request. * @param statistics The batch statistics of response. */ public RecognizeEntitiesResultCollection(Iterable<RecognizeEntitiesResult> documentResults, String modelVersion, TextDocumentBatchStatistics statistics) { super(documentResults); this.modelVersion = modelVersion; this.statistics = statistics; } /** * Get the model version trained in service for the request. * * @return The model version trained in service for the request. */ public String getModelVersion() { return modelVersion; } /** * Get the batch statistics of response. * * @return The batch statistics of response. */ public TextDocumentBatchStatistics getStatistics() { return statistics; } }
{ "content_hash": "b5a31219054ae3d37fa6be617544984f", "timestamp": "", "source": "github", "line_count": 49, "max_line_length": 120, "avg_line_length": 36.53061224489796, "alnum_prop": 0.7301675977653631, "repo_name": "selvasingh/azure-sdk-for-java", "id": "0393446f04f6fcc2d0c3ad9cd668cf8f7b51afaf", "size": "1790", "binary": false, "copies": "1", "ref": "refs/heads/master", "path": "sdk/textanalytics/azure-ai-textanalytics/src/main/java/com/azure/ai/textanalytics/util/RecognizeEntitiesResultCollection.java", "mode": "33188", "license": "mit", "language": [ { "name": "Java", "bytes": "29891970" }, { "name": "JavaScript", "bytes": "6198" }, { "name": "PowerShell", "bytes": "160" }, { "name": "Shell", "bytes": "609" } ], "symlink_target": "" }
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <title>org.apache.poi.xslf.usermodel (POI API Documentation)</title> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> </head> <body> <h1 class="bar"><a href="../../../../../org/apache/poi/xslf/usermodel/package-summary.html" target="classFrame">org.apache.poi.xslf.usermodel</a></h1> <div class="indexContainer"> <h2 title="Interfaces">Interfaces</h2> <ul title="Interfaces"> <li><a href="XSLFFontManager.html" title="interface in org.apache.poi.xslf.usermodel" target="classFrame"><i>XSLFFontManager</i></a></li> <li><a href="XSLFShapeContainer.html" title="interface in org.apache.poi.xslf.usermodel" target="classFrame"><i>XSLFShapeContainer</i></a></li> </ul> <h2 title="Classes">Classes</h2> <ul title="Classes"> <li><a href="DrawingParagraph.html" title="class in org.apache.poi.xslf.usermodel" target="classFrame">DrawingParagraph</a></li> <li><a href="DrawingTable.html" title="class in org.apache.poi.xslf.usermodel" target="classFrame">DrawingTable</a></li> <li><a href="DrawingTableCell.html" title="class in org.apache.poi.xslf.usermodel" target="classFrame">DrawingTableCell</a></li> <li><a href="DrawingTableRow.html" title="class in org.apache.poi.xslf.usermodel" target="classFrame">DrawingTableRow</a></li> <li><a href="DrawingTextBody.html" title="class in org.apache.poi.xslf.usermodel" target="classFrame">DrawingTextBody</a></li> <li><a href="DrawingTextPlaceholder.html" title="class in org.apache.poi.xslf.usermodel" target="classFrame">DrawingTextPlaceholder</a></li> <li><a href="XMLSlideShow.html" title="class in org.apache.poi.xslf.usermodel" target="classFrame">XMLSlideShow</a></li> <li><a href="XSLFAutoShape.html" title="class in org.apache.poi.xslf.usermodel" target="classFrame">XSLFAutoShape</a></li> <li><a href="XSLFBackground.html" title="class in org.apache.poi.xslf.usermodel" target="classFrame">XSLFBackground</a></li> <li><a href="XSLFChart.html" title="class in org.apache.poi.xslf.usermodel" target="classFrame">XSLFChart</a></li> <li><a href="XSLFColor.html" title="class in org.apache.poi.xslf.usermodel" target="classFrame">XSLFColor</a></li> <li><a href="XSLFCommentAuthors.html" title="class in org.apache.poi.xslf.usermodel" target="classFrame">XSLFCommentAuthors</a></li> <li><a href="XSLFComments.html" title="class in org.apache.poi.xslf.usermodel" target="classFrame">XSLFComments</a></li> <li><a href="XSLFCommonSlideData.html" title="class in org.apache.poi.xslf.usermodel" target="classFrame">XSLFCommonSlideData</a></li> <li><a href="XSLFConnectorShape.html" title="class in org.apache.poi.xslf.usermodel" target="classFrame">XSLFConnectorShape</a></li> <li><a href="XSLFDrawing.html" title="class in org.apache.poi.xslf.usermodel" target="classFrame">XSLFDrawing</a></li> <li><a href="XSLFFactory.html" title="class in org.apache.poi.xslf.usermodel" target="classFrame">XSLFFactory</a></li> <li><a href="XSLFFreeformShape.html" title="class in org.apache.poi.xslf.usermodel" target="classFrame">XSLFFreeformShape</a></li> <li><a href="XSLFGraphicFrame.html" title="class in org.apache.poi.xslf.usermodel" target="classFrame">XSLFGraphicFrame</a></li> <li><a href="XSLFGroupShape.html" title="class in org.apache.poi.xslf.usermodel" target="classFrame">XSLFGroupShape</a></li> <li><a href="XSLFHyperlink.html" title="class in org.apache.poi.xslf.usermodel" target="classFrame">XSLFHyperlink</a></li> <li><a href="XSLFImageRenderer.html" title="class in org.apache.poi.xslf.usermodel" target="classFrame">XSLFImageRenderer</a></li> <li><a href="XSLFNotes.html" title="class in org.apache.poi.xslf.usermodel" target="classFrame">XSLFNotes</a></li> <li><a href="XSLFNotesMaster.html" title="class in org.apache.poi.xslf.usermodel" target="classFrame">XSLFNotesMaster</a></li> <li><a href="XSLFPictureData.html" title="class in org.apache.poi.xslf.usermodel" target="classFrame">XSLFPictureData</a></li> <li><a href="XSLFPictureShape.html" title="class in org.apache.poi.xslf.usermodel" target="classFrame">XSLFPictureShape</a></li> <li><a href="XSLFRelation.html" title="class in org.apache.poi.xslf.usermodel" target="classFrame">XSLFRelation</a></li> <li><a href="XSLFRenderingHint.html" title="class in org.apache.poi.xslf.usermodel" target="classFrame">XSLFRenderingHint</a></li> <li><a href="XSLFShadow.html" title="class in org.apache.poi.xslf.usermodel" target="classFrame">XSLFShadow</a></li> <li><a href="XSLFShape.html" title="class in org.apache.poi.xslf.usermodel" target="classFrame">XSLFShape</a></li> <li><a href="XSLFSheet.html" title="class in org.apache.poi.xslf.usermodel" target="classFrame">XSLFSheet</a></li> <li><a href="XSLFSimpleShape.html" title="class in org.apache.poi.xslf.usermodel" target="classFrame">XSLFSimpleShape</a></li> <li><a href="XSLFSlide.html" title="class in org.apache.poi.xslf.usermodel" target="classFrame">XSLFSlide</a></li> <li><a href="XSLFSlideLayout.html" title="class in org.apache.poi.xslf.usermodel" target="classFrame">XSLFSlideLayout</a></li> <li><a href="XSLFSlideMaster.html" title="class in org.apache.poi.xslf.usermodel" target="classFrame">XSLFSlideMaster</a></li> <li><a href="XSLFTable.html" title="class in org.apache.poi.xslf.usermodel" target="classFrame">XSLFTable</a></li> <li><a href="XSLFTableCell.html" title="class in org.apache.poi.xslf.usermodel" target="classFrame">XSLFTableCell</a></li> <li><a href="XSLFTableRow.html" title="class in org.apache.poi.xslf.usermodel" target="classFrame">XSLFTableRow</a></li> <li><a href="XSLFTableStyle.html" title="class in org.apache.poi.xslf.usermodel" target="classFrame">XSLFTableStyle</a></li> <li><a href="XSLFTableStyles.html" title="class in org.apache.poi.xslf.usermodel" target="classFrame">XSLFTableStyles</a></li> <li><a href="XSLFTextBox.html" title="class in org.apache.poi.xslf.usermodel" target="classFrame">XSLFTextBox</a></li> <li><a href="XSLFTextParagraph.html" title="class in org.apache.poi.xslf.usermodel" target="classFrame">XSLFTextParagraph</a></li> <li><a href="XSLFTextRun.html" title="class in org.apache.poi.xslf.usermodel" target="classFrame">XSLFTextRun</a></li> <li><a href="XSLFTextShape.html" title="class in org.apache.poi.xslf.usermodel" target="classFrame">XSLFTextShape</a></li> <li><a href="XSLFTheme.html" title="class in org.apache.poi.xslf.usermodel" target="classFrame">XSLFTheme</a></li> </ul> <h2 title="Enums">Enums</h2> <ul title="Enums"> <li><a href="LineCap.html" title="enum in org.apache.poi.xslf.usermodel" target="classFrame">LineCap</a></li> <li><a href="LineDash.html" title="enum in org.apache.poi.xslf.usermodel" target="classFrame">LineDash</a></li> <li><a href="LineDecoration.html" title="enum in org.apache.poi.xslf.usermodel" target="classFrame">LineDecoration</a></li> <li><a href="LineEndLength.html" title="enum in org.apache.poi.xslf.usermodel" target="classFrame">LineEndLength</a></li> <li><a href="LineEndWidth.html" title="enum in org.apache.poi.xslf.usermodel" target="classFrame">LineEndWidth</a></li> <li><a href="ListAutoNumber.html" title="enum in org.apache.poi.xslf.usermodel" target="classFrame">ListAutoNumber</a></li> <li><a href="Placeholder.html" title="enum in org.apache.poi.xslf.usermodel" target="classFrame">Placeholder</a></li> <li><a href="SlideLayout.html" title="enum in org.apache.poi.xslf.usermodel" target="classFrame">SlideLayout</a></li> <li><a href="TextAlign.html" title="enum in org.apache.poi.xslf.usermodel" target="classFrame">TextAlign</a></li> <li><a href="TextAutofit.html" title="enum in org.apache.poi.xslf.usermodel" target="classFrame">TextAutofit</a></li> <li><a href="TextCap.html" title="enum in org.apache.poi.xslf.usermodel" target="classFrame">TextCap</a></li> <li><a href="TextDirection.html" title="enum in org.apache.poi.xslf.usermodel" target="classFrame">TextDirection</a></li> <li><a href="VerticalAlignment.html" title="enum in org.apache.poi.xslf.usermodel" target="classFrame">VerticalAlignment</a></li> <li><a href="XSLFShapeType.html" title="enum in org.apache.poi.xslf.usermodel" target="classFrame">XSLFShapeType</a></li> </ul> </div> </body> </html>
{ "content_hash": "c5f1d875ea82d03015c17b7b2bcbe5d9", "timestamp": "", "source": "github", "line_count": 83, "max_line_length": 150, "avg_line_length": 99.20481927710843, "alnum_prop": 0.7472674277386446, "repo_name": "tringuyen1401/Stock-analyzing", "id": "42823b1696cc8f5378cd49e7b706b30b0f763916", "size": "8234", "binary": false, "copies": "3", "ref": "refs/heads/master", "path": "jdbc/lib/poi-3.11/docs/apidocs/org/apache/poi/xslf/usermodel/package-frame.html", "mode": "33188", "license": "mit", "language": [ { "name": "CSS", "bytes": "23219" }, { "name": "HTML", "bytes": "75486542" }, { "name": "Java", "bytes": "2810339" }, { "name": "Rust", "bytes": "92" } ], "symlink_target": "" }
#import "TiButtonUtil.h" #import "TiBase.h" @implementation TiButtonUtil +(UIView*)systemButtonWithType:(int)type { switch (type) { case UIAssignment3NativeItemInfoLight: { return [UIButton buttonWithType:UIButtonTypeInfoLight]; } case UIAssignment3NativeItemInfoDark: { return [UIButton buttonWithType:UIButtonTypeInfoDark]; } case UIAssignment3NativeItemDisclosure: { return [UIButton buttonWithType:UIButtonTypeDetailDisclosure]; } case UIAssignment3NativeItemContactAdd: { return [UIButton buttonWithType:UIButtonTypeContactAdd]; } case UIAssignment3NativeItemSpinner: { UIActivityIndicatorView *button = [[[UIActivityIndicatorView alloc] initWithActivityIndicatorStyle:UIActivityIndicatorViewStyleWhite] autorelease]; [button startAnimating]; return button; } } return nil; } +(UIView*)buttonWithType:(int)type { UIView *button = [TiButtonUtil systemButtonWithType:type]; if (button==nil) { button = [UIButton buttonWithType:type]; } return button; } @end
{ "content_hash": "6585f42c926782036b8b7c1b7b6bf216", "timestamp": "", "source": "github", "line_count": 48, "max_line_length": 150, "avg_line_length": 21.4375, "alnum_prop": 0.7657920310981535, "repo_name": "darienh/assignment3_TeaColor", "id": "8dc808e46e97d37ea2a69c65d3b817b08335779a", "size": "1351", "binary": false, "copies": "1", "ref": "refs/heads/master", "path": "build/iphone/Classes/TiButtonUtil.m", "mode": "33188", "license": "apache-2.0", "language": [ { "name": "C", "bytes": "120370" }, { "name": "C++", "bytes": "13063" }, { "name": "JavaScript", "bytes": "3965" }, { "name": "Makefile", "bytes": "1712524" }, { "name": "Objective-C", "bytes": "3409025" }, { "name": "Objective-C++", "bytes": "8645" }, { "name": "Shell", "bytes": "1272" } ], "symlink_target": "" }
import numpy as np def is_positive_semi_definite(R): if not isinstance(R, (np.ndarray, np.generic)): raise ValueError('Encountered an error while checking if the matrix is positive semi definite. \ Expected a numpy array, instead got : {}'.format(R)) return np.all(np.linalg.eigvals(R) > 0)
{ "content_hash": "53508caccb61685f17e3f98ebdfb69bc", "timestamp": "", "source": "github", "line_count": 8, "max_line_length": 104, "avg_line_length": 40.125, "alnum_prop": 0.6791277258566978, "repo_name": "siavashk/pycpd", "id": "7a80880bc0080ff42d1310df76d5731e0f54b8a3", "size": "321", "binary": false, "copies": "1", "ref": "refs/heads/master", "path": "pycpd/utility.py", "mode": "33188", "license": "mit", "language": [ { "name": "Makefile", "bytes": "432" }, { "name": "Python", "bytes": "31941" }, { "name": "TeX", "bytes": "5353" } ], "symlink_target": "" }
<?xml version="1.0" encoding="utf-8"?> <!-- ~ Copyright (c) 2010, WSO2 Inc. (http://www.wso2.org) All Rights Reserved. ~ ~ WSO2 Inc. licenses this file to you under the Apache License, ~ Version 2.0 (the "License"); you may not use this file except ~ in compliance with the License. ~ You may obtain a copy of the License at ~ ~ http://www.apache.org/licenses/LICENSE-2.0 ~ ~ Unless required by applicable law or agreed to in writing, ~ software distributed under the License is distributed on an ~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY ~ KIND, either express or implied. See the License for the ~ specific language governing permissions and limitations ~ under the License. --> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <parent> <groupId>org.wso2.carbon.identity</groupId> <artifactId>claim-mgt</artifactId> <version>4.6.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>org.wso2.carbon.claim.mgt.ui</artifactId> <packaging>bundle</packaging> <name>WSO2 Carbon - Claim Management UI</name> <description>Claim Management UI component for WSO2 Carbon</description> <url>http://wso2.org</url> <dependencies> <dependency> <groupId>org.apache.axis2.wso2</groupId> <artifactId>axis2</artifactId> </dependency> <dependency> <groupId>org.wso2.carbon</groupId> <artifactId>org.wso2.carbon.ui</artifactId> </dependency> <dependency> <groupId>org.wso2.carbon</groupId> <artifactId>org.wso2.carbon.logging</artifactId> </dependency> <dependency> <groupId>org.wso2.carbon.identity</groupId> <artifactId>org.wso2.carbon.claim.mgt.stub</artifactId> </dependency> <dependency> <groupId>org.wso2.orbit.org.owasp.encoder</groupId> <artifactId>encoder</artifactId> </dependency> </dependencies> <build> <plugins> <plugin> <groupId>org.apache.felix</groupId> <artifactId>maven-bundle-plugin</artifactId> <extensions>true</extensions> <configuration> <instructions> <Bundle-SymbolicName>${project.artifactId}</Bundle-SymbolicName> <Bundle-Name>${project.artifactId}</Bundle-Name> <Import-Package> org.apache.axis2.*; version="${axis2.osgi.version.range}", org.apache.commons.logging.*; version="${commons-logging.osgi.version.range}", org.wso2.carbon.claim.mgt.stub.*;version="${carbon.identity.package.import.version.range}", </Import-Package> <Export-Package> org.wso2.carbon.claim.mgt.ui.*;version="${carbon.identity.package.export.version}", </Export-Package> <Carbon-Component>UIBundle</Carbon-Component> </instructions> </configuration> </plugin> </plugins> </build> </project>
{ "content_hash": "13ad0d35809c43ddcdeea2664abe5a0d", "timestamp": "", "source": "github", "line_count": 83, "max_line_length": 201, "avg_line_length": 41.7710843373494, "alnum_prop": 0.5924430343236228, "repo_name": "damithsenanayake/carbon-identity", "id": "a350dd977d8bc675bc424a0704fa9904618c04c5", "size": "3467", "binary": false, "copies": "6", "ref": "refs/heads/master", "path": "components/claim-mgt/org.wso2.carbon.claim.mgt.ui/pom.xml", "mode": "33188", "license": "apache-2.0", "language": [ { "name": "CSS", "bytes": "107190" }, { "name": "HTML", "bytes": "115445" }, { "name": "Java", "bytes": "12185632" }, { "name": "JavaScript", "bytes": "431813" }, { "name": "Objective-C", "bytes": "13608" }, { "name": "PLSQL", "bytes": "60104" }, { "name": "Thrift", "bytes": "338" }, { "name": "XSLT", "bytes": "1030" } ], "symlink_target": "" }
package org.openkilda.floodlight.command.flow.transit; import org.openkilda.floodlight.api.request.TransitFlowSegmentRequest; import org.openkilda.floodlight.api.request.factory.TransitFlowSegmentRequestFactory; import org.openkilda.floodlight.command.SpeakerCommand; import org.openkilda.floodlight.command.SpeakerCommandReport; import org.junit.Assert; public class TransitFlowSegmentRemoveCommandJsonTest extends TransitFlowSegmentCommandJsonTest { @Override protected void verify(TransitFlowSegmentRequest request, SpeakerCommand<? extends SpeakerCommandReport> rawCommand) { Assert.assertTrue(rawCommand instanceof TransitFlowSegmentRemoveCommand); verifyPayload(request, (TransitFlowSegmentRemoveCommand) rawCommand); } @Override protected TransitFlowSegmentRequest makeRequest(TransitFlowSegmentRequestFactory factory) { return factory.makeRemoveRequest(commandIdGenerator.generate()); } }
{ "content_hash": "d6f7a96195c9ef7b3f91e3410b844348", "timestamp": "", "source": "github", "line_count": 24, "max_line_length": 96, "avg_line_length": 40.708333333333336, "alnum_prop": 0.8055271238485159, "repo_name": "telstra/open-kilda", "id": "716bc99895dff7b5f07a96faae327d4909e680d2", "size": "1594", "binary": false, "copies": "2", "ref": "refs/heads/develop", "path": "src-java/floodlight-service/floodlight-modules/src/test/java/org/openkilda/floodlight/command/flow/transit/TransitFlowSegmentRemoveCommandJsonTest.java", "mode": "33188", "license": "apache-2.0", "language": [ { "name": "C++", "bytes": "89798" }, { "name": "CMake", "bytes": "4314" }, { "name": "CSS", "bytes": "233390" }, { "name": "Dockerfile", "bytes": "30541" }, { "name": "Groovy", "bytes": "2234079" }, { "name": "HTML", "bytes": "362166" }, { "name": "Java", "bytes": "14631453" }, { "name": "JavaScript", "bytes": "369015" }, { "name": "Jinja", "bytes": "937" }, { "name": "Makefile", "bytes": "20500" }, { "name": "Python", "bytes": "367364" }, { "name": "Shell", "bytes": "62664" }, { "name": "TypeScript", "bytes": "867537" } ], "symlink_target": "" }
package com.facebook.buck.core.graph.transformation.executor.impl; import com.facebook.buck.core.graph.transformation.executor.DepsAwareTask; import java.util.concurrent.BlockingDeque; import java.util.concurrent.ExecutorService; import java.util.concurrent.Executors; import java.util.concurrent.Future; import java.util.concurrent.LinkedBlockingDeque; /** * A specialized Executor that executes {@link DepsAwareTask}. This executor will attempt to * maintain maximum concurrency, while completing dependencies of each supplied work first. * * <p>This implementation uses workers that keep a local stack of tasks to avoid contention in the * global queue. */ public class DefaultDepsAwareExecutorWithLocalStack<T> extends AbstractDefaultDepsAwareExecutor<T> { private DefaultDepsAwareExecutorWithLocalStack( BlockingDeque<DefaultDepsAwareTask<T>> workQueue, Future<?>[] workers, ExecutorService ownThreadPool) { super(workQueue, workers, ownThreadPool); } /** Creates a {@link DefaultDepsAwareExecutor} with given {@code numberOfThreads}. */ public static <U> DefaultDepsAwareExecutorWithLocalStack<U> of(int numberOfThreads) { ExecutorService executorService = Executors.newFixedThreadPool(numberOfThreads); LinkedBlockingDeque<DefaultDepsAwareTask<U>> workQueue = new LinkedBlockingDeque<>(); Future<?>[] workers = startWorkers( executorService, numberOfThreads, workQueue, DefaultDepsAwareWorkerWithLocalStack::new); return new DefaultDepsAwareExecutorWithLocalStack<>(workQueue, workers, executorService); } }
{ "content_hash": "5b6c4c0166b4d6510d4a831215676046", "timestamp": "", "source": "github", "line_count": 37, "max_line_length": 100, "avg_line_length": 43.108108108108105, "alnum_prop": 0.7874608150470219, "repo_name": "kageiit/buck", "id": "a1a84ae2bcd78b56da6702aa6e79172a5da1ee68", "size": "2211", "binary": false, "copies": "6", "ref": "refs/heads/master", "path": "src/com/facebook/buck/core/graph/transformation/executor/impl/DefaultDepsAwareExecutorWithLocalStack.java", "mode": "33188", "license": "apache-2.0", "language": [ { "name": "Batchfile", "bytes": "1692" }, { "name": "C", "bytes": "250514" }, { "name": "CSS", "bytes": "56119" }, { "name": "Dockerfile", "bytes": "2094" }, { "name": "HTML", "bytes": "11770" }, { "name": "Java", "bytes": "33114896" }, { "name": "JavaScript", "bytes": "931240" }, { "name": "Kotlin", "bytes": "310039" }, { "name": "Lex", "bytes": "14469" }, { "name": "Makefile", "bytes": "1704" }, { "name": "PowerShell", "bytes": "2154" }, { "name": "Python", "bytes": "2152087" }, { "name": "Shell", "bytes": "43626" }, { "name": "Smalltalk", "bytes": "194" }, { "name": "Thrift", "bytes": "18638" } ], "symlink_target": "" }
<?php declare(strict_types=1); namespace yii\i18n; use PHPUnit\Framework\TestCase; use function PHPUnit\Framework\{assertThat, equalTo, isEmpty}; /** @testdox yii\i18n\JsonMessageSource */ class JsonMessageSourceTest extends TestCase { /** @var \ReflectionClass<JsonMessageSource> The object used to change the visibility of inaccessible class members. */ private static \ReflectionClass $reflection; /** @beforeClass This method is called before the first test of this test class is run. */ static function setUpBeforeClass(): void { self::$reflection = new \ReflectionClass(JsonMessageSource::class); } /** @testdox ->flatten() */ function testFlatten(): void { $method = self::$reflection->getMethod("flatten"); $method->setAccessible(true); // It should merge the keys of a multidimensional array. $model = new JsonMessageSource; assertThat($method->invoke($model, []), equalTo([])); assertThat($method->invoke($model, ["foo" => "bar", "baz" => "qux"]), equalTo(["foo" => "bar", "baz" => "qux"])); assertThat($method->invoke($model, ["foo" => ["bar" => "baz"]]), equalTo(["foo.bar" => "baz"])); $source = [ "foo" => "bar", "bar" => ["baz" => "qux"], "baz" => ["qux" => [ "foo" => "bar", "bar" => "baz" ]] ]; assertThat($method->invoke($model, $source), equalTo([ "foo" => "bar", "bar.baz" => "qux", "baz.qux.foo" => "bar", "baz.qux.bar" => "baz" ])); // It should allow different nesting separators. $source = [ "foo" => "bar", "bar" => ["baz" => "qux"], "baz" => ["qux" => [ "foo" => "bar", "bar" => "baz" ]] ]; $model = new JsonMessageSource(["nestingSeparator" => "/"]); assertThat($method->invoke($model, $source), equalTo([ "foo" => "bar", "bar/baz" => "qux", "baz/qux/foo" => "bar", "baz/qux/bar" => "baz" ])); $model = new JsonMessageSource(["nestingSeparator" => "->"]); assertThat($method->invoke($model, $source), equalTo([ "foo" => "bar", "bar->baz" => "qux", "baz->qux->foo" => "bar", "baz->qux->bar" => "baz" ])); } /** @testdox ->getMessageFilePath() */ function testGetMessageFilePath(): void { $method = self::$reflection->getMethod("getMessageFilePath"); $method->setAccessible(true); // It should return the proper path to the message file. $model = new JsonMessageSource(["basePath" => "@root/test/fixtures"]); $messageFile = str_replace("/", DIRECTORY_SEPARATOR, __DIR__."/fixtures/fr/messages.json"); assertThat($method->invoke($model, "messages", "fr"), equalTo($messageFile)); // It should should support different file extensions. $model = new JsonMessageSource(["basePath" => "@root/test/fixtures", "fileExtension" => "json5"]); $messageFile = str_replace("/", DIRECTORY_SEPARATOR, __DIR__."/fixtures/fr/messages"); assertThat($method->invoke($model, "messages", "fr"), equalTo("$messageFile.json5")); } /** @testdox ->loadMessagesFromFile() */ function testLoadMessagesFromFile(): void { $method = self::$reflection->getMethod("loadMessagesFromFile"); $method->setAccessible(true); // It should properly load the JSON source and parse it as array. $model = new JsonMessageSource(["basePath" => "@root/test/fixtures", "enableNesting" => true]); $messageFile = \Yii::getAlias("{$model->basePath}/fr/messages.json"); assertThat($method->invoke($model, $messageFile), equalTo([ "Hello World!" => "Bonjour le monde !", "foo.bar.baz" => "FooBarBaz" ])); // It should enable proper translation of source strings. $model = new JsonMessageSource(["basePath" => "@root/test/fixtures", "enableNesting" => true]); assertThat($model->translate("messages", "Hello World!", "fr"), equalTo("Bonjour le monde !")); assertThat($model->translate("messages", "foo.bar.baz", "fr"), equalTo("FooBarBaz")); $model = new JsonMessageSource(["basePath" => "@root/test/fixtures", "enableNesting" => true, "nestingSeparator" => "/"]); assertThat($model->translate("messages", "foo/bar/baz", "fr"), equalTo("FooBarBaz")); } /** @testdox ->parseMessages() */ function testParseMessages(): void { $method = self::$reflection->getMethod("parseMessages"); $method->setAccessible(true); // It should parse a JSON file as a hierarchical array. $model = new JsonMessageSource(["basePath" => "@root/test/fixtures", "enableNesting" => true]); $file = new \SplFileObject((string) \Yii::getAlias("{$model->basePath}/fr/messages.json")); assertThat($method->invoke($model, (string) $file->fread($file->getSize())), equalTo([ "Hello World!" => "Bonjour le monde !", "foo" => ["bar" => ["baz" => "FooBarBaz"]] ])); // It should parse an invalid JSON file as an empty array. $model = new JsonMessageSource(["basePath" => "@root/test/fixtures"]); assertThat($method->invoke($model, '["foo", "bar"]'), isEmpty()); } }
{ "content_hash": "1a0adbf53ad517006eb59563b814dc69", "timestamp": "", "source": "github", "line_count": 127, "max_line_length": 124, "avg_line_length": 38.07874015748032, "alnum_prop": 0.6362696443341604, "repo_name": "cedx/json-messages.yii", "id": "5e8f44d401e74c5779dc1daa118423a25e828a96", "size": "4836", "binary": false, "copies": "1", "ref": "refs/heads/main", "path": "test/JsonMessageSourceTest.php", "mode": "33188", "license": "apache-2.0", "language": [ { "name": "PHP", "bytes": "3863" } ], "symlink_target": "" }
 //--------------------------------------------------------------------------- #include "pch.h" #include "HtmlView.xaml.h" //--------------------------------------------------------------------------- using namespace MediaInfo; using namespace Platform; using namespace Windows::Foundation; using namespace Windows::Foundation::Collections; using namespace Windows::UI::Xaml; using namespace Windows::UI::Xaml::Controls; using namespace Windows::UI::Xaml::Controls::Primitives; using namespace Windows::UI::Xaml::Data; using namespace Windows::UI::Xaml::Input; using namespace Windows::UI::Xaml::Media; using namespace Windows::UI::Xaml::Navigation; //--------------------------------------------------------------------------- // Constructor/Destructor //--------------------------------------------------------------------------- //--------------------------------------------------------------------------- HtmlView::HtmlView(ReportViewModel^ CurrentReport) : _CurrentReport(CurrentReport) { InitializeComponent(); HtmlControl->NavigateToString(CurrentReport->ReportHtml); }
{ "content_hash": "aa1f409b5a4e945fea98a54e6bc95020", "timestamp": "", "source": "github", "line_count": 31, "max_line_length": 82, "avg_line_length": 36.25806451612903, "alnum_prop": 0.4875444839857651, "repo_name": "MediaArea/MediaInfo", "id": "71f69a138d49ac9f66e58c06b0edc0f6d99c94e8", "size": "1333", "binary": false, "copies": "1", "ref": "refs/heads/master", "path": "Source/GUI/UWP/HtmlView.xaml.cpp", "mode": "33188", "license": "bsd-2-clause", "language": [ { "name": "Batchfile", "bytes": "40816" }, { "name": "C", "bytes": "6587" }, { "name": "C++", "bytes": "835913" }, { "name": "CMake", "bytes": "853" }, { "name": "Kotlin", "bytes": "77611" }, { "name": "M4", "bytes": "41098" }, { "name": "Makefile", "bytes": "7302" }, { "name": "NSIS", "bytes": "27814" }, { "name": "Objective-C", "bytes": "136624" }, { "name": "Objective-C++", "bytes": "7055" }, { "name": "Pascal", "bytes": "1647050" }, { "name": "Perl", "bytes": "6798" }, { "name": "Python", "bytes": "13826" }, { "name": "QMake", "bytes": "9534" }, { "name": "Ruby", "bytes": "151" }, { "name": "Shell", "bytes": "67153" }, { "name": "Swift", "bytes": "74971" } ], "symlink_target": "" }
var config = { apiKey: "AIzaSyA6PLyNXFj6jaAvhjDBl3WmyIz6UXzthM0", authDomain: "sketch-app-7f2f9.firebaseapp.com", databaseURL: "https://sketch-app-7f2f9.firebaseio.com", projectId: "sketch-app-7f2f9", storageBucket: "sketch-app-7f2f9.appspot.com", messagingSenderId: "307660214101" }; var app=[]; var img =[]; firebase.initializeApp(config); console.log(firebase); var preview = document.getElementById("archive-container"); var database=firebase.database(); var num=0; var ref = database.ref('images'); ref.on('value',gotData,errData); function gotData(data) { var images = data.val(); var keys = Object.keys(images); // console.log(keys); for (var i = keys.length-1; i>=0; i--) { var k=keys[i]; img[i]=document.createElement("img"); var number = images[k].image; img[i].src = number; preview.appendChild(img[i]); } } function errData(err) { console.log('some error'); console.log(err); } // console.log(app[0]); // setTimeout(()=>{ // var img = document.createElement("img"); // img.src = app[0]; // var preview = document.getElementById("archive-container"); // preview.appendChild(img); // },10000);
{ "content_hash": "580c57ed3602718bcb22799013b9babc", "timestamp": "", "source": "github", "line_count": 42, "max_line_length": 62, "avg_line_length": 27.428571428571427, "alnum_prop": 0.6805555555555556, "repo_name": "pizza3/Sketch-App", "id": "2039de80bbfe7a05469e55c9d7a735f3d23973cf", "size": "1152", "binary": false, "copies": "1", "ref": "refs/heads/gh-pages", "path": "script/script2.js", "mode": "33188", "license": "mit", "language": [ { "name": "CSS", "bytes": "3589" }, { "name": "HTML", "bytes": "13593" }, { "name": "JavaScript", "bytes": "10238" } ], "symlink_target": "" }
.class Landroid/content/pm/IPackageMoveObserver$Stub$Proxy; .super Ljava/lang/Object; .source "IPackageMoveObserver.java" # interfaces .implements Landroid/content/pm/IPackageMoveObserver; # annotations .annotation system Ldalvik/annotation/EnclosingClass; value = Landroid/content/pm/IPackageMoveObserver$Stub; .end annotation .annotation system Ldalvik/annotation/InnerClass; accessFlags = 0xa name = "Proxy" .end annotation # instance fields .field private mRemote:Landroid/os/IBinder; # direct methods .method constructor <init>(Landroid/os/IBinder;)V .locals 0 .parameter "remote" .prologue .line 66 invoke-direct {p0}, Ljava/lang/Object;-><init>()V .line 67 iput-object p1, p0, Landroid/content/pm/IPackageMoveObserver$Stub$Proxy;->mRemote:Landroid/os/IBinder; .line 68 return-void .end method # virtual methods .method public asBinder()Landroid/os/IBinder; .locals 1 .prologue .line 71 iget-object v0, p0, Landroid/content/pm/IPackageMoveObserver$Stub$Proxy;->mRemote:Landroid/os/IBinder; return-object v0 .end method .method public getInterfaceDescriptor()Ljava/lang/String; .locals 1 .prologue .line 75 const-string v0, "android.content.pm.IPackageMoveObserver" return-object v0 .end method .method public packageMoved(Ljava/lang/String;I)V .locals 5 .parameter "packageName" .parameter "returnCode" .annotation system Ldalvik/annotation/Throws; value = { Landroid/os/RemoteException; } .end annotation .prologue .line 79 invoke-static {}, Landroid/os/Parcel;->obtain()Landroid/os/Parcel; move-result-object v0 .line 81 .local v0, _data:Landroid/os/Parcel; :try_start_0 const-string v1, "android.content.pm.IPackageMoveObserver" invoke-virtual {v0, v1}, Landroid/os/Parcel;->writeInterfaceToken(Ljava/lang/String;)V .line 82 invoke-virtual {v0, p1}, Landroid/os/Parcel;->writeString(Ljava/lang/String;)V .line 83 invoke-virtual {v0, p2}, Landroid/os/Parcel;->writeInt(I)V .line 84 iget-object v1, p0, Landroid/content/pm/IPackageMoveObserver$Stub$Proxy;->mRemote:Landroid/os/IBinder; const/4 v2, 0x1 const/4 v3, 0x0 const/4 v4, 0x1 invoke-interface {v1, v2, v0, v3, v4}, Landroid/os/IBinder;->transact(ILandroid/os/Parcel;Landroid/os/Parcel;I)Z :try_end_0 .catchall {:try_start_0 .. :try_end_0} :catchall_0 .line 87 invoke-virtual {v0}, Landroid/os/Parcel;->recycle()V .line 89 return-void .line 87 :catchall_0 move-exception v1 invoke-virtual {v0}, Landroid/os/Parcel;->recycle()V throw v1 .end method
{ "content_hash": "823a9af03bc9873a8fda2a32a066e5c5", "timestamp": "", "source": "github", "line_count": 117, "max_line_length": 116, "avg_line_length": 23.102564102564102, "alnum_prop": 0.6958934517203108, "repo_name": "baidurom/devices-base_cm", "id": "0565f252b104433ae83f7f5270eb39e61926f100", "size": "2703", "binary": false, "copies": "7", "ref": "refs/heads/coron-4.2", "path": "framework.jar.out/smali/android/content/pm/IPackageMoveObserver$Stub$Proxy.smali", "mode": "33188", "license": "apache-2.0", "language": [ { "name": "Makefile", "bytes": "12555" } ], "symlink_target": "" }
@font-face { font-family: "Gotham"; src: url(/assets/GothamRnd_Medium-a040768f5be874cee55e02b92f8f8d4ffd4d77fb9eacd9aea0dc9e358cc00527.otf); text-rendering: optimizeLegibility; } @font-face { font-family: "Din-Light"; src: url(/assets/DIN_Light-bacde371804ae36d2cae1e899e5cbad73ab4496a717a4a9b223ff776d00c9a2b.otf); text-rendering: optimizeLegibility; } @font-face { font-family: "Din-Bold"; src: url(/assets/DIN_Bold-0b67205da9a34e3c3d307c8a57637c3f6adcfa6a55d9beb601276ad6a11eab33.otf); text-rendering: optimizeLegibility; } /* line 10, /Users/portatlas/Desktop/canobie_films/TestMemberSite/app/assets/stylesheets/base/mixins.scss */ .background-cover { -webkit-background-size: cover; -moz-background-size: cover; background-size: cover; -o-background-size: cover; } /* line 17, /Users/portatlas/Desktop/canobie_films/TestMemberSite/app/assets/stylesheets/base/mixins.scss */ .button-variant { color: #14407D; background-color: #14407D; border-color: #6C6F9E; -webkit-transition: all 0.35s; -moz-transition: all 0.35s; transition: all 0.35s; } /* line 23, /Users/portatlas/Desktop/canobie_films/TestMemberSite/app/assets/stylesheets/base/mixins.scss */ .button-variant:hover, .button-variant:focus, .button-variant.focus, .button-variant:active, .button-variant.active, .button-variant .open > .dropdown-toggle { color: #14407D; background-color: #103567; border-color: #5c5e8b; } /* line 33, /Users/portatlas/Desktop/canobie_films/TestMemberSite/app/assets/stylesheets/base/mixins.scss */ .button-variant:active, .button-variant.active, .button-variant .open > .dropdown-toggle { background-image: none; } /* line 41, /Users/portatlas/Desktop/canobie_films/TestMemberSite/app/assets/stylesheets/base/mixins.scss */ .button-variant.disabled, .button-variant.disabled:hover, .button-variant.disabled:focus, .button-variant.disabled.focus, .button-variant.disabled:active, .button-variant.disabled.active, .button-variant[disabled], .button-variant[disabled]:hover, .button-variant[disabled]:focus, .button-variant[disabled].focus, .button-variant[disabled]:active, .button-variant[disabled].active, fieldset[disabled] .button-variant, fieldset[disabled] .button-variant:hover, fieldset[disabled] .button-variant:focus, fieldset[disabled] .button-variant.focus, fieldset[disabled] .button-variant:active, fieldset[disabled] .button-variant.active { background-color: #14407D; border-color: #6C6F9E; } /* line 52, /Users/portatlas/Desktop/canobie_films/TestMemberSite/app/assets/stylesheets/base/mixins.scss */ .button-variant .badge { color: #14407D; background-color: #6C6F9E; } /* line 58, /Users/portatlas/Desktop/canobie_films/TestMemberSite/app/assets/stylesheets/base/mixins.scss */ .parallax, #motivation-bckgnd { /* The image used */ /* Set a specific height */ min-height: 800px; /* Create the parallax scrolling effect */ background-attachment: fixed; background-position: center; background-repeat: no-repeat; background-size: cover; } /* line 71, /Users/portatlas/Desktop/canobie_films/TestMemberSite/app/assets/stylesheets/base/mixins.scss */ .bckgnd-img-sec { content: ""; opacity: 0.9; top: 0; left: 0; bottom: 0; right: 0; position: absolute; z-index: -1; } /* line 7, /Users/portatlas/Desktop/canobie_films/TestMemberSite/app/assets/stylesheets/about.scss */ #motivation-bckgnd { background-image: url(/assets/filming-motivation.jpg); } /* Place all the styles related to the matching controller here. They will automatically be included in application.css. */ @font-face { font-family: "Gotham"; src: url(/assets/GothamRnd_Medium-a040768f5be874cee55e02b92f8f8d4ffd4d77fb9eacd9aea0dc9e358cc00527.otf); text-rendering: optimizeLegibility; } @font-face { font-family: "Din-Light"; src: url(/assets/DIN_Light-bacde371804ae36d2cae1e899e5cbad73ab4496a717a4a9b223ff776d00c9a2b.otf); text-rendering: optimizeLegibility; } @font-face { font-family: "Din-Bold"; src: url(/assets/DIN_Bold-0b67205da9a34e3c3d307c8a57637c3f6adcfa6a55d9beb601276ad6a11eab33.otf); text-rendering: optimizeLegibility; } /* line 10, /Users/portatlas/Desktop/canobie_films/TestMemberSite/app/assets/stylesheets/base/mixins.scss */ .background-cover { -webkit-background-size: cover; -moz-background-size: cover; background-size: cover; -o-background-size: cover; } /* line 17, /Users/portatlas/Desktop/canobie_films/TestMemberSite/app/assets/stylesheets/base/mixins.scss */ .button-variant { color: #14407D; background-color: #14407D; border-color: #6C6F9E; -webkit-transition: all 0.35s; -moz-transition: all 0.35s; transition: all 0.35s; } /* line 23, /Users/portatlas/Desktop/canobie_films/TestMemberSite/app/assets/stylesheets/base/mixins.scss */ .button-variant:hover, .button-variant:focus, .button-variant.focus, .button-variant:active, .button-variant.active, .button-variant .open > .dropdown-toggle { color: #14407D; background-color: #103567; border-color: #5c5e8b; } /* line 33, /Users/portatlas/Desktop/canobie_films/TestMemberSite/app/assets/stylesheets/base/mixins.scss */ .button-variant:active, .button-variant.active, .button-variant .open > .dropdown-toggle { background-image: none; } /* line 41, /Users/portatlas/Desktop/canobie_films/TestMemberSite/app/assets/stylesheets/base/mixins.scss */ .button-variant.disabled, .button-variant.disabled:hover, .button-variant.disabled:focus, .button-variant.disabled.focus, .button-variant.disabled:active, .button-variant.disabled.active, .button-variant[disabled], .button-variant[disabled]:hover, .button-variant[disabled]:focus, .button-variant[disabled].focus, .button-variant[disabled]:active, .button-variant[disabled].active, fieldset[disabled] .button-variant, fieldset[disabled] .button-variant:hover, fieldset[disabled] .button-variant:focus, fieldset[disabled] .button-variant.focus, fieldset[disabled] .button-variant:active, fieldset[disabled] .button-variant.active { background-color: #14407D; border-color: #6C6F9E; } /* line 52, /Users/portatlas/Desktop/canobie_films/TestMemberSite/app/assets/stylesheets/base/mixins.scss */ .button-variant .badge { color: #14407D; background-color: #6C6F9E; } /* line 58, /Users/portatlas/Desktop/canobie_films/TestMemberSite/app/assets/stylesheets/base/mixins.scss */ .parallax { /* The image used */ /* Set a specific height */ min-height: 800px; /* Create the parallax scrolling effect */ background-attachment: fixed; background-position: center; background-repeat: no-repeat; background-size: cover; } /* line 71, /Users/portatlas/Desktop/canobie_films/TestMemberSite/app/assets/stylesheets/base/mixins.scss */ .bckgnd-img-sec { content: ""; opacity: 0.9; top: 0; left: 0; bottom: 0; right: 0; position: absolute; z-index: -1; } @charset "UTF-8"; /*! * Bootstrap v3.3.7 (http://getbootstrap.com) * Copyright 2011-2016 Twitter, Inc. * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) */ /*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */ /* line 9, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_normalize.scss */ html { font-family: sans-serif; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; } /* line 19, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_normalize.scss */ body { margin: 0; } /* line 33, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_normalize.scss */ article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary { display: block; } /* line 54, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_normalize.scss */ audio, canvas, progress, video { display: inline-block; vertical-align: baseline; } /* line 67, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_normalize.scss */ audio:not([controls]) { display: none; height: 0; } /* line 77, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_normalize.scss */ [hidden], template { display: none; } /* line 89, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_normalize.scss */ a { background-color: transparent; } /* line 98, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_normalize.scss */ a:active, a:hover { outline: 0; } /* line 110, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_normalize.scss */ abbr[title] { border-bottom: 1px dotted; } /* line 118, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_normalize.scss */ b, strong { font-weight: bold; } /* line 127, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_normalize.scss */ dfn { font-style: italic; } /* line 136, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_normalize.scss */ h1 { font-size: 2em; margin: 0.67em 0; } /* line 145, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_normalize.scss */ mark { background: #ff0; color: #000; } /* line 154, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_normalize.scss */ small { font-size: 80%; } /* line 162, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_normalize.scss */ sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; } /* line 170, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_normalize.scss */ sup { top: -0.5em; } /* line 174, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_normalize.scss */ sub { bottom: -0.25em; } /* line 185, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_normalize.scss */ img { border: 0; } /* line 193, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_normalize.scss */ svg:not(:root) { overflow: hidden; } /* line 204, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_normalize.scss */ figure { margin: 1em 40px; } /* line 212, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_normalize.scss */ hr { box-sizing: content-box; height: 0; } /* line 221, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_normalize.scss */ pre { overflow: auto; } /* line 229, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_normalize.scss */ code, kbd, pre, samp { font-family: monospace, monospace; font-size: 1em; } /* line 252, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_normalize.scss */ button, input, optgroup, select, textarea { color: inherit; font: inherit; margin: 0; } /* line 266, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_normalize.scss */ button { overflow: visible; } /* line 277, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_normalize.scss */ button, select { text-transform: none; } /* line 290, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_normalize.scss */ button, html input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearance: button; cursor: pointer; } /* line 302, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_normalize.scss */ button[disabled], html input[disabled] { cursor: default; } /* line 311, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_normalize.scss */ button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; } /* line 322, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_normalize.scss */ input { line-height: normal; } /* line 334, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_normalize.scss */ input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; } /* line 346, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_normalize.scss */ input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button { height: auto; } /* line 356, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_normalize.scss */ input[type="search"] { -webkit-appearance: textfield; box-sizing: content-box; } /* line 367, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_normalize.scss */ input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; } /* line 376, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_normalize.scss */ fieldset { border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35em 0.625em 0.75em; } /* line 387, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_normalize.scss */ legend { border: 0; padding: 0; } /* line 396, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_normalize.scss */ textarea { overflow: auto; } /* line 405, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_normalize.scss */ optgroup { font-weight: bold; } /* line 416, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_normalize.scss */ table { border-collapse: collapse; border-spacing: 0; } /* line 421, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_normalize.scss */ td, th { padding: 0; } /*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */ @media print { /* line 9, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_print.scss */ *, *:before, *:after { background: transparent !important; color: #000 !important; box-shadow: none !important; text-shadow: none !important; } /* line 18, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_print.scss */ a, a:visited { text-decoration: underline; } /* line 23, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_print.scss */ a[href]:after { content: " (" attr(href) ")"; } /* line 27, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_print.scss */ abbr[title]:after { content: " (" attr(title) ")"; } /* line 33, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_print.scss */ a[href^="#"]:after, a[href^="javascript:"]:after { content: ""; } /* line 38, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_print.scss */ pre, blockquote { border: 1px solid #999; page-break-inside: avoid; } /* line 44, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_print.scss */ thead { display: table-header-group; } /* line 48, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_print.scss */ tr, img { page-break-inside: avoid; } /* line 53, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_print.scss */ img { max-width: 100% !important; } /* line 57, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_print.scss */ p, h2, h3 { orphans: 3; widows: 3; } /* line 64, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_print.scss */ h2, h3 { page-break-after: avoid; } /* line 72, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_print.scss */ .navbar { display: none; } /* line 77, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_print.scss */ .btn > .caret, .dropup > .btn > .caret { border-top-color: #000 !important; } /* line 81, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_print.scss */ .label { border: 1px solid #000; } /* line 85, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_print.scss */ .table { border-collapse: collapse !important; } /* line 88, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_print.scss */ .table td, .table th { background-color: #fff !important; } /* line 94, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_print.scss */ .table-bordered th, .table-bordered td { border: 1px solid #ddd !important; } } @font-face { font-family: 'Glyphicons Halflings'; src: url("/assets/bootstrap/glyphicons-halflings-regular-13634da87d9e23f8c3ed9108ce1724d183a39ad072e73e1b3d8cbf646d2d0407.eot"); src: url("/assets/bootstrap/glyphicons-halflings-regular-13634da87d9e23f8c3ed9108ce1724d183a39ad072e73e1b3d8cbf646d2d0407.eot?#iefix") format("embedded-opentype"), url("/assets/bootstrap/glyphicons-halflings-regular-fe185d11a49676890d47bb783312a0cda5a44c4039214094e7957b4c040ef11c.woff2") format("woff2"), url("/assets/bootstrap/glyphicons-halflings-regular-a26394f7ede100ca118eff2eda08596275a9839b959c226e15439557a5a80742.woff") format("woff"), url("/assets/bootstrap/glyphicons-halflings-regular-e395044093757d82afcb138957d06a1ea9361bdcf0b442d06a18a8051af57456.ttf") format("truetype"), url("/assets/bootstrap/glyphicons-halflings-regular-42f60659d265c1a3c30f9fa42abcbb56bd4a53af4d83d316d6dd7a36903c43e5.svg#glyphicons_halflingsregular") format("svg"); } /* line 24, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon { position: relative; top: 1px; display: inline-block; font-family: 'Glyphicons Halflings'; font-style: normal; font-weight: normal; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } /* line 37, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-asterisk:before { content: "\002a"; } /* line 38, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-plus:before { content: "\002b"; } /* line 40, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-euro:before, .glyphicon-eur:before { content: "\20ac"; } /* line 41, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-minus:before { content: "\2212"; } /* line 42, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-cloud:before { content: "\2601"; } /* line 43, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-envelope:before { content: "\2709"; } /* line 44, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-pencil:before { content: "\270f"; } /* line 45, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-glass:before { content: "\e001"; } /* line 46, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-music:before { content: "\e002"; } /* line 47, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-search:before { content: "\e003"; } /* line 48, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-heart:before { content: "\e005"; } /* line 49, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-star:before { content: "\e006"; } /* line 50, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-star-empty:before { content: "\e007"; } /* line 51, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-user:before { content: "\e008"; } /* line 52, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-film:before { content: "\e009"; } /* line 53, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-th-large:before { content: "\e010"; } /* line 54, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-th:before { content: "\e011"; } /* line 55, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-th-list:before { content: "\e012"; } /* line 56, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-ok:before { content: "\e013"; } /* line 57, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-remove:before { content: "\e014"; } /* line 58, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-zoom-in:before { content: "\e015"; } /* line 59, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-zoom-out:before { content: "\e016"; } /* line 60, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-off:before { content: "\e017"; } /* line 61, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-signal:before { content: "\e018"; } /* line 62, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-cog:before { content: "\e019"; } /* line 63, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-trash:before { content: "\e020"; } /* line 64, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-home:before { content: "\e021"; } /* line 65, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-file:before { content: "\e022"; } /* line 66, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-time:before { content: "\e023"; } /* line 67, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-road:before { content: "\e024"; } /* line 68, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-download-alt:before { content: "\e025"; } /* line 69, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-download:before { content: "\e026"; } /* line 70, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-upload:before { content: "\e027"; } /* line 71, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-inbox:before { content: "\e028"; } /* line 72, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-play-circle:before { content: "\e029"; } /* line 73, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-repeat:before { content: "\e030"; } /* line 74, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-refresh:before { content: "\e031"; } /* line 75, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-list-alt:before { content: "\e032"; } /* line 76, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-lock:before { content: "\e033"; } /* line 77, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-flag:before { content: "\e034"; } /* line 78, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-headphones:before { content: "\e035"; } /* line 79, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-volume-off:before { content: "\e036"; } /* line 80, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-volume-down:before { content: "\e037"; } /* line 81, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-volume-up:before { content: "\e038"; } /* line 82, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-qrcode:before { content: "\e039"; } /* line 83, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-barcode:before { content: "\e040"; } /* line 84, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-tag:before { content: "\e041"; } /* line 85, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-tags:before { content: "\e042"; } /* line 86, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-book:before { content: "\e043"; } /* line 87, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-bookmark:before { content: "\e044"; } /* line 88, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-print:before { content: "\e045"; } /* line 89, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-camera:before { content: "\e046"; } /* line 90, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-font:before { content: "\e047"; } /* line 91, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-bold:before { content: "\e048"; } /* line 92, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-italic:before { content: "\e049"; } /* line 93, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-text-height:before { content: "\e050"; } /* line 94, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-text-width:before { content: "\e051"; } /* line 95, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-align-left:before { content: "\e052"; } /* line 96, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-align-center:before { content: "\e053"; } /* line 97, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-align-right:before { content: "\e054"; } /* line 98, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-align-justify:before { content: "\e055"; } /* line 99, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-list:before { content: "\e056"; } /* line 100, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-indent-left:before { content: "\e057"; } /* line 101, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-indent-right:before { content: "\e058"; } /* line 102, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-facetime-video:before { content: "\e059"; } /* line 103, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-picture:before { content: "\e060"; } /* line 104, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-map-marker:before { content: "\e062"; } /* line 105, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-adjust:before { content: "\e063"; } /* line 106, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-tint:before { content: "\e064"; } /* line 107, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-edit:before { content: "\e065"; } /* line 108, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-share:before { content: "\e066"; } /* line 109, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-check:before { content: "\e067"; } /* line 110, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-move:before { content: "\e068"; } /* line 111, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-step-backward:before { content: "\e069"; } /* line 112, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-fast-backward:before { content: "\e070"; } /* line 113, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-backward:before { content: "\e071"; } /* line 114, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-play:before { content: "\e072"; } /* line 115, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-pause:before { content: "\e073"; } /* line 116, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-stop:before { content: "\e074"; } /* line 117, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-forward:before { content: "\e075"; } /* line 118, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-fast-forward:before { content: "\e076"; } /* line 119, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-step-forward:before { content: "\e077"; } /* line 120, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-eject:before { content: "\e078"; } /* line 121, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-chevron-left:before { content: "\e079"; } /* line 122, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-chevron-right:before { content: "\e080"; } /* line 123, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-plus-sign:before { content: "\e081"; } /* line 124, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-minus-sign:before { content: "\e082"; } /* line 125, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-remove-sign:before { content: "\e083"; } /* line 126, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-ok-sign:before { content: "\e084"; } /* line 127, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-question-sign:before { content: "\e085"; } /* line 128, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-info-sign:before { content: "\e086"; } /* line 129, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-screenshot:before { content: "\e087"; } /* line 130, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-remove-circle:before { content: "\e088"; } /* line 131, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-ok-circle:before { content: "\e089"; } /* line 132, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-ban-circle:before { content: "\e090"; } /* line 133, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-arrow-left:before { content: "\e091"; } /* line 134, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-arrow-right:before { content: "\e092"; } /* line 135, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-arrow-up:before { content: "\e093"; } /* line 136, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-arrow-down:before { content: "\e094"; } /* line 137, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-share-alt:before { content: "\e095"; } /* line 138, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-resize-full:before { content: "\e096"; } /* line 139, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-resize-small:before { content: "\e097"; } /* line 140, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-exclamation-sign:before { content: "\e101"; } /* line 141, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-gift:before { content: "\e102"; } /* line 142, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-leaf:before { content: "\e103"; } /* line 143, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-fire:before { content: "\e104"; } /* line 144, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-eye-open:before { content: "\e105"; } /* line 145, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-eye-close:before { content: "\e106"; } /* line 146, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-warning-sign:before { content: "\e107"; } /* line 147, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-plane:before { content: "\e108"; } /* line 148, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-calendar:before { content: "\e109"; } /* line 149, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-random:before { content: "\e110"; } /* line 150, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-comment:before { content: "\e111"; } /* line 151, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-magnet:before { content: "\e112"; } /* line 152, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-chevron-up:before { content: "\e113"; } /* line 153, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-chevron-down:before { content: "\e114"; } /* line 154, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-retweet:before { content: "\e115"; } /* line 155, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-shopping-cart:before { content: "\e116"; } /* line 156, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-folder-close:before { content: "\e117"; } /* line 157, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-folder-open:before { content: "\e118"; } /* line 158, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-resize-vertical:before { content: "\e119"; } /* line 159, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-resize-horizontal:before { content: "\e120"; } /* line 160, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-hdd:before { content: "\e121"; } /* line 161, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-bullhorn:before { content: "\e122"; } /* line 162, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-bell:before { content: "\e123"; } /* line 163, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-certificate:before { content: "\e124"; } /* line 164, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-thumbs-up:before { content: "\e125"; } /* line 165, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-thumbs-down:before { content: "\e126"; } /* line 166, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-hand-right:before { content: "\e127"; } /* line 167, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-hand-left:before { content: "\e128"; } /* line 168, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-hand-up:before { content: "\e129"; } /* line 169, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-hand-down:before { content: "\e130"; } /* line 170, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-circle-arrow-right:before { content: "\e131"; } /* line 171, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-circle-arrow-left:before { content: "\e132"; } /* line 172, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-circle-arrow-up:before { content: "\e133"; } /* line 173, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-circle-arrow-down:before { content: "\e134"; } /* line 174, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-globe:before { content: "\e135"; } /* line 175, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-wrench:before { content: "\e136"; } /* line 176, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-tasks:before { content: "\e137"; } /* line 177, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-filter:before { content: "\e138"; } /* line 178, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-briefcase:before { content: "\e139"; } /* line 179, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-fullscreen:before { content: "\e140"; } /* line 180, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-dashboard:before { content: "\e141"; } /* line 181, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-paperclip:before { content: "\e142"; } /* line 182, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-heart-empty:before { content: "\e143"; } /* line 183, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-link:before { content: "\e144"; } /* line 184, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-phone:before { content: "\e145"; } /* line 185, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-pushpin:before { content: "\e146"; } /* line 186, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-usd:before { content: "\e148"; } /* line 187, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-gbp:before { content: "\e149"; } /* line 188, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-sort:before { content: "\e150"; } /* line 189, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-sort-by-alphabet:before { content: "\e151"; } /* line 190, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-sort-by-alphabet-alt:before { content: "\e152"; } /* line 191, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-sort-by-order:before { content: "\e153"; } /* line 192, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-sort-by-order-alt:before { content: "\e154"; } /* line 193, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-sort-by-attributes:before { content: "\e155"; } /* line 194, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-sort-by-attributes-alt:before { content: "\e156"; } /* line 195, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-unchecked:before { content: "\e157"; } /* line 196, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-expand:before { content: "\e158"; } /* line 197, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-collapse-down:before { content: "\e159"; } /* line 198, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-collapse-up:before { content: "\e160"; } /* line 199, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-log-in:before { content: "\e161"; } /* line 200, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-flash:before { content: "\e162"; } /* line 201, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-log-out:before { content: "\e163"; } /* line 202, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-new-window:before { content: "\e164"; } /* line 203, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-record:before { content: "\e165"; } /* line 204, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-save:before { content: "\e166"; } /* line 205, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-open:before { content: "\e167"; } /* line 206, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-saved:before { content: "\e168"; } /* line 207, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-import:before { content: "\e169"; } /* line 208, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-export:before { content: "\e170"; } /* line 209, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-send:before { content: "\e171"; } /* line 210, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-floppy-disk:before { content: "\e172"; } /* line 211, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-floppy-saved:before { content: "\e173"; } /* line 212, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-floppy-remove:before { content: "\e174"; } /* line 213, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-floppy-save:before { content: "\e175"; } /* line 214, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-floppy-open:before { content: "\e176"; } /* line 215, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-credit-card:before { content: "\e177"; } /* line 216, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-transfer:before { content: "\e178"; } /* line 217, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-cutlery:before { content: "\e179"; } /* line 218, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-header:before { content: "\e180"; } /* line 219, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-compressed:before { content: "\e181"; } /* line 220, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-earphone:before { content: "\e182"; } /* line 221, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-phone-alt:before { content: "\e183"; } /* line 222, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-tower:before { content: "\e184"; } /* line 223, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-stats:before { content: "\e185"; } /* line 224, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-sd-video:before { content: "\e186"; } /* line 225, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-hd-video:before { content: "\e187"; } /* line 226, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-subtitles:before { content: "\e188"; } /* line 227, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-sound-stereo:before { content: "\e189"; } /* line 228, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-sound-dolby:before { content: "\e190"; } /* line 229, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-sound-5-1:before { content: "\e191"; } /* line 230, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-sound-6-1:before { content: "\e192"; } /* line 231, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-sound-7-1:before { content: "\e193"; } /* line 232, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-copyright-mark:before { content: "\e194"; } /* line 233, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-registration-mark:before { content: "\e195"; } /* line 234, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-cloud-download:before { content: "\e197"; } /* line 235, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-cloud-upload:before { content: "\e198"; } /* line 236, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-tree-conifer:before { content: "\e199"; } /* line 237, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-tree-deciduous:before { content: "\e200"; } /* line 238, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-cd:before { content: "\e201"; } /* line 239, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-save-file:before { content: "\e202"; } /* line 240, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-open-file:before { content: "\e203"; } /* line 241, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-level-up:before { content: "\e204"; } /* line 242, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-copy:before { content: "\e205"; } /* line 243, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-paste:before { content: "\e206"; } /* line 252, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-alert:before { content: "\e209"; } /* line 253, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-equalizer:before { content: "\e210"; } /* line 254, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-king:before { content: "\e211"; } /* line 255, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-queen:before { content: "\e212"; } /* line 256, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-pawn:before { content: "\e213"; } /* line 257, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-bishop:before { content: "\e214"; } /* line 258, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-knight:before { content: "\e215"; } /* line 259, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-baby-formula:before { content: "\e216"; } /* line 260, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-tent:before { content: "\26fa"; } /* line 261, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-blackboard:before { content: "\e218"; } /* line 262, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-bed:before { content: "\e219"; } /* line 263, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-apple:before { content: "\f8ff"; } /* line 264, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-erase:before { content: "\e221"; } /* line 265, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-hourglass:before { content: "\231b"; } /* line 266, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-lamp:before { content: "\e223"; } /* line 267, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-duplicate:before { content: "\e224"; } /* line 268, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-piggy-bank:before { content: "\e225"; } /* line 269, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-scissors:before { content: "\e226"; } /* line 270, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-bitcoin:before { content: "\e227"; } /* line 271, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-btc:before { content: "\e227"; } /* line 272, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-xbt:before { content: "\e227"; } /* line 273, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-yen:before { content: "\00a5"; } /* line 274, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-jpy:before { content: "\00a5"; } /* line 275, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-ruble:before { content: "\20bd"; } /* line 276, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-rub:before { content: "\20bd"; } /* line 277, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-scale:before { content: "\e230"; } /* line 278, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-ice-lolly:before { content: "\e231"; } /* line 279, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-ice-lolly-tasted:before { content: "\e232"; } /* line 280, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-education:before { content: "\e233"; } /* line 281, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-option-horizontal:before { content: "\e234"; } /* line 282, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-option-vertical:before { content: "\e235"; } /* line 283, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-menu-hamburger:before { content: "\e236"; } /* line 284, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-modal-window:before { content: "\e237"; } /* line 285, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-oil:before { content: "\e238"; } /* line 286, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-grain:before { content: "\e239"; } /* line 287, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-sunglasses:before { content: "\e240"; } /* line 288, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-text-size:before { content: "\e241"; } /* line 289, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-text-color:before { content: "\e242"; } /* line 290, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-text-background:before { content: "\e243"; } /* line 291, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-object-align-top:before { content: "\e244"; } /* line 292, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-object-align-bottom:before { content: "\e245"; } /* line 293, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-object-align-horizontal:before { content: "\e246"; } /* line 294, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-object-align-left:before { content: "\e247"; } /* line 295, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-object-align-vertical:before { content: "\e248"; } /* line 296, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-object-align-right:before { content: "\e249"; } /* line 297, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-triangle-right:before { content: "\e250"; } /* line 298, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-triangle-left:before { content: "\e251"; } /* line 299, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-triangle-bottom:before { content: "\e252"; } /* line 300, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-triangle-top:before { content: "\e253"; } /* line 301, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-console:before { content: "\e254"; } /* line 302, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-superscript:before { content: "\e255"; } /* line 303, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-subscript:before { content: "\e256"; } /* line 304, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-menu-left:before { content: "\e257"; } /* line 305, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-menu-right:before { content: "\e258"; } /* line 306, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-menu-down:before { content: "\e259"; } /* line 307, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon-menu-up:before { content: "\e260"; } /* line 11, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_scaffolding.scss */ * { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } /* line 14, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_scaffolding.scss */ *:before, *:after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } /* line 22, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_scaffolding.scss */ html { font-size: 10px; -webkit-tap-highlight-color: transparent; } /* line 27, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_scaffolding.scss */ body { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 14px; line-height: 1.42857143; color: #333333; background-color: #fff; } /* line 36, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_scaffolding.scss */ input, button, select, textarea { font-family: inherit; font-size: inherit; line-height: inherit; } /* line 48, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_scaffolding.scss */ a { color: #337ab7; text-decoration: none; } /* line 52, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_scaffolding.scss */ a:hover, a:focus { color: #23527c; text-decoration: underline; } /* line 58, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_scaffolding.scss */ a:focus { outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px; } /* line 69, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_scaffolding.scss */ figure { margin: 0; } /* line 76, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_scaffolding.scss */ img { vertical-align: middle; } /* line 81, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_scaffolding.scss */ .img-responsive { display: block; max-width: 100%; height: auto; } /* line 86, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_scaffolding.scss */ .img-rounded { border-radius: 6px; } /* line 93, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_scaffolding.scss */ .img-thumbnail { padding: 4px; line-height: 1.42857143; background-color: #fff; border: 1px solid #ddd; border-radius: 4px; -webkit-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; display: inline-block; max-width: 100%; height: auto; } /* line 106, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_scaffolding.scss */ .img-circle { border-radius: 50%; } /* line 113, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_scaffolding.scss */ hr { margin-top: 20px; margin-bottom: 20px; border: 0; border-top: 1px solid #eeeeee; } /* line 125, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_scaffolding.scss */ .sr-only { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); border: 0; } /* line 141, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_scaffolding.scss */ .sr-only-focusable:active, .sr-only-focusable:focus { position: static; width: auto; height: auto; margin: 0; overflow: visible; clip: auto; } /* line 159, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_scaffolding.scss */ [role="button"] { cursor: pointer; } /* line 9, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */ h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { font-family: inherit; font-weight: 500; line-height: 1.1; color: inherit; } /* line 16, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */ h1 small, h1 .small, h2 small, h2 .small, h3 small, h3 .small, h4 small, h4 .small, h5 small, h5 .small, h6 small, h6 .small, .h1 small, .h1 .small, .h2 small, .h2 .small, .h3 small, .h3 .small, .h4 small, .h4 .small, .h5 small, .h5 .small, .h6 small, .h6 .small { font-weight: normal; line-height: 1; color: #777777; } /* line 24, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */ h1, .h1, h2, .h2, h3, .h3 { margin-top: 20px; margin-bottom: 10px; } /* line 30, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */ h1 small, h1 .small, .h1 small, .h1 .small, h2 small, h2 .small, .h2 small, .h2 .small, h3 small, h3 .small, .h3 small, .h3 .small { font-size: 65%; } /* line 35, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */ h4, .h4, h5, .h5, h6, .h6 { margin-top: 10px; margin-bottom: 10px; } /* line 41, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */ h4 small, h4 .small, .h4 small, .h4 .small, h5 small, h5 .small, .h5 small, .h5 .small, h6 small, h6 .small, .h6 small, .h6 .small { font-size: 75%; } /* line 47, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */ h1, .h1 { font-size: 36px; } /* line 48, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */ h2, .h2 { font-size: 30px; } /* line 49, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */ h3, .h3 { font-size: 24px; } /* line 50, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */ h4, .h4 { font-size: 18px; } /* line 51, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */ h5, .h5 { font-size: 14px; } /* line 52, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */ h6, .h6 { font-size: 12px; } /* line 58, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */ p { margin: 0 0 10px; } /* line 62, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */ .lead { margin-bottom: 20px; font-size: 16px; font-weight: 300; line-height: 1.4; } @media (min-width: 768px) { /* line 62, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */ .lead { font-size: 21px; } } /* line 78, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */ small, .small { font-size: 85%; } /* line 83, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */ mark, .mark { background-color: #fcf8e3; padding: .2em; } /* line 90, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */ .text-left { text-align: left; } /* line 91, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */ .text-right { text-align: right; } /* line 92, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */ .text-center { text-align: center; } /* line 93, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */ .text-justify { text-align: justify; } /* line 94, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */ .text-nowrap { white-space: nowrap; } /* line 97, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */ .text-lowercase { text-transform: lowercase; } /* line 98, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */ .text-uppercase, .initialism { text-transform: uppercase; } /* line 99, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */ .text-capitalize { text-transform: capitalize; } /* line 102, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */ .text-muted { color: #777777; } /* line 5, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */ .text-primary { color: #337ab7; } /* line 8, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */ a.text-primary:hover, a.text-primary:focus { color: #286090; } /* line 5, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */ .text-success { color: #3c763d; } /* line 8, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */ a.text-success:hover, a.text-success:focus { color: #2b542c; } /* line 5, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */ .text-info { color: #31708f; } /* line 8, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */ a.text-info:hover, a.text-info:focus { color: #245269; } /* line 5, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */ .text-warning { color: #8a6d3b; } /* line 8, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */ a.text-warning:hover, a.text-warning:focus { color: #66512c; } /* line 5, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */ .text-danger { color: #a94442; } /* line 8, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */ a.text-danger:hover, a.text-danger:focus { color: #843534; } /* line 119, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */ .bg-primary { color: #fff; } /* line 5, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_background-variant.scss */ .bg-primary { background-color: #337ab7; } /* line 8, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_background-variant.scss */ a.bg-primary:hover, a.bg-primary:focus { background-color: #286090; } /* line 5, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_background-variant.scss */ .bg-success { background-color: #dff0d8; } /* line 8, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_background-variant.scss */ a.bg-success:hover, a.bg-success:focus { background-color: #c1e2b3; } /* line 5, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_background-variant.scss */ .bg-info { background-color: #d9edf7; } /* line 8, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_background-variant.scss */ a.bg-info:hover, a.bg-info:focus { background-color: #afd9ee; } /* line 5, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_background-variant.scss */ .bg-warning { background-color: #fcf8e3; } /* line 8, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_background-variant.scss */ a.bg-warning:hover, a.bg-warning:focus { background-color: #f7ecb5; } /* line 5, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_background-variant.scss */ .bg-danger { background-color: #f2dede; } /* line 8, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_background-variant.scss */ a.bg-danger:hover, a.bg-danger:focus { background-color: #e4b9b9; } /* line 138, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */ .page-header { padding-bottom: 9px; margin: 40px 0 20px; border-bottom: 1px solid #eeeeee; } /* line 149, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */ ul, ol { margin-top: 0; margin-bottom: 10px; } /* line 153, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */ ul ul, ul ol, ol ul, ol ol { margin-bottom: 0; } /* line 167, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */ .list-unstyled { padding-left: 0; list-style: none; } /* line 173, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */ .list-inline { padding-left: 0; list-style: none; margin-left: -5px; } /* line 177, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */ .list-inline > li { display: inline-block; padding-left: 5px; padding-right: 5px; } /* line 185, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */ dl { margin-top: 0; margin-bottom: 20px; } /* line 189, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */ dt, dd { line-height: 1.42857143; } /* line 193, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */ dt { font-weight: bold; } /* line 196, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */ dd { margin-left: 0; } /* line 14, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_clearfix.scss */ .dl-horizontal dd:before, .dl-horizontal dd:after { content: " "; display: table; } /* line 19, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_clearfix.scss */ .dl-horizontal dd:after { clear: both; } @media (min-width: 768px) { /* line 211, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */ .dl-horizontal dt { float: left; width: 160px; clear: left; text-align: right; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } /* line 218, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */ .dl-horizontal dd { margin-left: 180px; } } /* line 229, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */ abbr[title], abbr[data-original-title] { cursor: help; border-bottom: 1px dotted #777777; } /* line 235, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */ .initialism { font-size: 90%; } /* line 241, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */ blockquote { padding: 10px 20px; margin: 0 0 20px; font-size: 17.5px; border-left: 5px solid #eeeeee; } /* line 250, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */ blockquote p:last-child, blockquote ul:last-child, blockquote ol:last-child { margin-bottom: 0; } /* line 257, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */ blockquote footer, blockquote small, blockquote .small { display: block; font-size: 80%; line-height: 1.42857143; color: #777777; } /* line 265, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */ blockquote footer:before, blockquote small:before, blockquote .small:before { content: '\2014 \00A0'; } /* line 274, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */ .blockquote-reverse, blockquote.pull-right { padding-right: 15px; padding-left: 0; border-right: 5px solid #eeeeee; border-left: 0; text-align: right; } /* line 286, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */ .blockquote-reverse footer:before, .blockquote-reverse small:before, .blockquote-reverse .small:before, blockquote.pull-right footer:before, blockquote.pull-right small:before, blockquote.pull-right .small:before { content: ''; } /* line 287, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */ .blockquote-reverse footer:after, .blockquote-reverse small:after, .blockquote-reverse .small:after, blockquote.pull-right footer:after, blockquote.pull-right small:after, blockquote.pull-right .small:after { content: '\00A0 \2014'; } /* line 294, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */ address { margin-bottom: 20px; font-style: normal; line-height: 1.42857143; } /* line 7, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_code.scss */ code, kbd, pre, samp { font-family: Menlo, Monaco, Consolas, "Courier New", monospace; } /* line 15, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_code.scss */ code { padding: 2px 4px; font-size: 90%; color: #c7254e; background-color: #f9f2f4; border-radius: 4px; } /* line 24, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_code.scss */ kbd { padding: 2px 4px; font-size: 90%; color: #fff; background-color: #333; border-radius: 3px; box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); } /* line 32, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_code.scss */ kbd kbd { padding: 0; font-size: 100%; font-weight: bold; box-shadow: none; } /* line 41, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_code.scss */ pre { display: block; padding: 9.5px; margin: 0 0 10px; font-size: 13px; line-height: 1.42857143; word-break: break-all; word-wrap: break-word; color: #333333; background-color: #f5f5f5; border: 1px solid #ccc; border-radius: 4px; } /* line 55, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_code.scss */ pre code { padding: 0; font-size: inherit; color: inherit; white-space: pre-wrap; background-color: transparent; border-radius: 0; } /* line 66, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_code.scss */ .pre-scrollable { max-height: 340px; overflow-y: scroll; } /* line 10, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_grid.scss */ .container { margin-right: auto; margin-left: auto; padding-left: 15px; padding-right: 15px; } /* line 14, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_clearfix.scss */ .container:before, .container:after { content: " "; display: table; } /* line 19, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_clearfix.scss */ .container:after { clear: both; } @media (min-width: 768px) { /* line 10, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_grid.scss */ .container { width: 750px; } } @media (min-width: 992px) { /* line 10, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_grid.scss */ .container { width: 970px; } } @media (min-width: 1200px) { /* line 10, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_grid.scss */ .container { width: 1170px; } } /* line 30, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_grid.scss */ .container-fluid { margin-right: auto; margin-left: auto; padding-left: 15px; padding-right: 15px; } /* line 14, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_clearfix.scss */ .container-fluid:before, .container-fluid:after { content: " "; display: table; } /* line 19, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_clearfix.scss */ .container-fluid:after { clear: both; } /* line 39, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_grid.scss */ .row { margin-left: -15px; margin-right: -15px; } /* line 14, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_clearfix.scss */ .row:before, .row:after { content: " "; display: table; } /* line 19, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_clearfix.scss */ .row:after { clear: both; } /* line 11, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 { position: relative; min-height: 1px; padding-left: 15px; padding-right: 15px; } /* line 27, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 { float: left; } /* line 35, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-xs-1 { width: 8.33333333%; } /* line 35, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-xs-2 { width: 16.66666667%; } /* line 35, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-xs-3 { width: 25%; } /* line 35, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-xs-4 { width: 33.33333333%; } /* line 35, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-xs-5 { width: 41.66666667%; } /* line 35, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-xs-6 { width: 50%; } /* line 35, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-xs-7 { width: 58.33333333%; } /* line 35, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-xs-8 { width: 66.66666667%; } /* line 35, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-xs-9 { width: 75%; } /* line 35, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-xs-10 { width: 83.33333333%; } /* line 35, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-xs-11 { width: 91.66666667%; } /* line 35, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-xs-12 { width: 100%; } /* line 55, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-xs-pull-0 { right: auto; } /* line 50, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-xs-pull-1 { right: 8.33333333%; } /* line 50, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-xs-pull-2 { right: 16.66666667%; } /* line 50, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-xs-pull-3 { right: 25%; } /* line 50, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-xs-pull-4 { right: 33.33333333%; } /* line 50, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-xs-pull-5 { right: 41.66666667%; } /* line 50, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-xs-pull-6 { right: 50%; } /* line 50, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-xs-pull-7 { right: 58.33333333%; } /* line 50, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-xs-pull-8 { right: 66.66666667%; } /* line 50, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-xs-pull-9 { right: 75%; } /* line 50, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-xs-pull-10 { right: 83.33333333%; } /* line 50, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-xs-pull-11 { right: 91.66666667%; } /* line 50, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-xs-pull-12 { right: 100%; } /* line 45, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-xs-push-0 { left: auto; } /* line 40, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-xs-push-1 { left: 8.33333333%; } /* line 40, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-xs-push-2 { left: 16.66666667%; } /* line 40, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-xs-push-3 { left: 25%; } /* line 40, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-xs-push-4 { left: 33.33333333%; } /* line 40, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-xs-push-5 { left: 41.66666667%; } /* line 40, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-xs-push-6 { left: 50%; } /* line 40, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-xs-push-7 { left: 58.33333333%; } /* line 40, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-xs-push-8 { left: 66.66666667%; } /* line 40, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-xs-push-9 { left: 75%; } /* line 40, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-xs-push-10 { left: 83.33333333%; } /* line 40, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-xs-push-11 { left: 91.66666667%; } /* line 40, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-xs-push-12 { left: 100%; } /* line 60, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-xs-offset-0 { margin-left: 0%; } /* line 60, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-xs-offset-1 { margin-left: 8.33333333%; } /* line 60, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-xs-offset-2 { margin-left: 16.66666667%; } /* line 60, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-xs-offset-3 { margin-left: 25%; } /* line 60, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-xs-offset-4 { margin-left: 33.33333333%; } /* line 60, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-xs-offset-5 { margin-left: 41.66666667%; } /* line 60, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-xs-offset-6 { margin-left: 50%; } /* line 60, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-xs-offset-7 { margin-left: 58.33333333%; } /* line 60, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-xs-offset-8 { margin-left: 66.66666667%; } /* line 60, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-xs-offset-9 { margin-left: 75%; } /* line 60, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-xs-offset-10 { margin-left: 83.33333333%; } /* line 60, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-xs-offset-11 { margin-left: 91.66666667%; } /* line 60, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-xs-offset-12 { margin-left: 100%; } @media (min-width: 768px) { /* line 27, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 { float: left; } /* line 35, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-sm-1 { width: 8.33333333%; } /* line 35, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-sm-2 { width: 16.66666667%; } /* line 35, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-sm-3 { width: 25%; } /* line 35, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-sm-4 { width: 33.33333333%; } /* line 35, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-sm-5 { width: 41.66666667%; } /* line 35, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-sm-6 { width: 50%; } /* line 35, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-sm-7 { width: 58.33333333%; } /* line 35, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-sm-8 { width: 66.66666667%; } /* line 35, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-sm-9 { width: 75%; } /* line 35, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-sm-10 { width: 83.33333333%; } /* line 35, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-sm-11 { width: 91.66666667%; } /* line 35, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-sm-12 { width: 100%; } /* line 55, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-sm-pull-0 { right: auto; } /* line 50, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-sm-pull-1 { right: 8.33333333%; } /* line 50, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-sm-pull-2 { right: 16.66666667%; } /* line 50, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-sm-pull-3 { right: 25%; } /* line 50, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-sm-pull-4 { right: 33.33333333%; } /* line 50, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-sm-pull-5 { right: 41.66666667%; } /* line 50, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-sm-pull-6 { right: 50%; } /* line 50, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-sm-pull-7 { right: 58.33333333%; } /* line 50, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-sm-pull-8 { right: 66.66666667%; } /* line 50, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-sm-pull-9 { right: 75%; } /* line 50, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-sm-pull-10 { right: 83.33333333%; } /* line 50, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-sm-pull-11 { right: 91.66666667%; } /* line 50, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-sm-pull-12 { right: 100%; } /* line 45, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-sm-push-0 { left: auto; } /* line 40, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-sm-push-1 { left: 8.33333333%; } /* line 40, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-sm-push-2 { left: 16.66666667%; } /* line 40, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-sm-push-3 { left: 25%; } /* line 40, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-sm-push-4 { left: 33.33333333%; } /* line 40, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-sm-push-5 { left: 41.66666667%; } /* line 40, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-sm-push-6 { left: 50%; } /* line 40, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-sm-push-7 { left: 58.33333333%; } /* line 40, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-sm-push-8 { left: 66.66666667%; } /* line 40, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-sm-push-9 { left: 75%; } /* line 40, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-sm-push-10 { left: 83.33333333%; } /* line 40, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-sm-push-11 { left: 91.66666667%; } /* line 40, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-sm-push-12 { left: 100%; } /* line 60, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-sm-offset-0 { margin-left: 0%; } /* line 60, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-sm-offset-1 { margin-left: 8.33333333%; } /* line 60, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-sm-offset-2 { margin-left: 16.66666667%; } /* line 60, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-sm-offset-3 { margin-left: 25%; } /* line 60, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-sm-offset-4 { margin-left: 33.33333333%; } /* line 60, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-sm-offset-5 { margin-left: 41.66666667%; } /* line 60, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-sm-offset-6 { margin-left: 50%; } /* line 60, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-sm-offset-7 { margin-left: 58.33333333%; } /* line 60, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-sm-offset-8 { margin-left: 66.66666667%; } /* line 60, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-sm-offset-9 { margin-left: 75%; } /* line 60, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-sm-offset-10 { margin-left: 83.33333333%; } /* line 60, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-sm-offset-11 { margin-left: 91.66666667%; } /* line 60, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-sm-offset-12 { margin-left: 100%; } } @media (min-width: 992px) { /* line 27, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 { float: left; } /* line 35, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-md-1 { width: 8.33333333%; } /* line 35, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-md-2 { width: 16.66666667%; } /* line 35, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-md-3 { width: 25%; } /* line 35, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-md-4 { width: 33.33333333%; } /* line 35, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-md-5 { width: 41.66666667%; } /* line 35, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-md-6 { width: 50%; } /* line 35, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-md-7 { width: 58.33333333%; } /* line 35, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-md-8 { width: 66.66666667%; } /* line 35, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-md-9 { width: 75%; } /* line 35, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-md-10 { width: 83.33333333%; } /* line 35, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-md-11 { width: 91.66666667%; } /* line 35, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-md-12 { width: 100%; } /* line 55, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-md-pull-0 { right: auto; } /* line 50, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-md-pull-1 { right: 8.33333333%; } /* line 50, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-md-pull-2 { right: 16.66666667%; } /* line 50, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-md-pull-3 { right: 25%; } /* line 50, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-md-pull-4 { right: 33.33333333%; } /* line 50, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-md-pull-5 { right: 41.66666667%; } /* line 50, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-md-pull-6 { right: 50%; } /* line 50, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-md-pull-7 { right: 58.33333333%; } /* line 50, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-md-pull-8 { right: 66.66666667%; } /* line 50, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-md-pull-9 { right: 75%; } /* line 50, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-md-pull-10 { right: 83.33333333%; } /* line 50, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-md-pull-11 { right: 91.66666667%; } /* line 50, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-md-pull-12 { right: 100%; } /* line 45, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-md-push-0 { left: auto; } /* line 40, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-md-push-1 { left: 8.33333333%; } /* line 40, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-md-push-2 { left: 16.66666667%; } /* line 40, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-md-push-3 { left: 25%; } /* line 40, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-md-push-4 { left: 33.33333333%; } /* line 40, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-md-push-5 { left: 41.66666667%; } /* line 40, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-md-push-6 { left: 50%; } /* line 40, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-md-push-7 { left: 58.33333333%; } /* line 40, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-md-push-8 { left: 66.66666667%; } /* line 40, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-md-push-9 { left: 75%; } /* line 40, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-md-push-10 { left: 83.33333333%; } /* line 40, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-md-push-11 { left: 91.66666667%; } /* line 40, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-md-push-12 { left: 100%; } /* line 60, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-md-offset-0 { margin-left: 0%; } /* line 60, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-md-offset-1 { margin-left: 8.33333333%; } /* line 60, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-md-offset-2 { margin-left: 16.66666667%; } /* line 60, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-md-offset-3 { margin-left: 25%; } /* line 60, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-md-offset-4 { margin-left: 33.33333333%; } /* line 60, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-md-offset-5 { margin-left: 41.66666667%; } /* line 60, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-md-offset-6 { margin-left: 50%; } /* line 60, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-md-offset-7 { margin-left: 58.33333333%; } /* line 60, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-md-offset-8 { margin-left: 66.66666667%; } /* line 60, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-md-offset-9 { margin-left: 75%; } /* line 60, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-md-offset-10 { margin-left: 83.33333333%; } /* line 60, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-md-offset-11 { margin-left: 91.66666667%; } /* line 60, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-md-offset-12 { margin-left: 100%; } } @media (min-width: 1200px) { /* line 27, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 { float: left; } /* line 35, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-lg-1 { width: 8.33333333%; } /* line 35, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-lg-2 { width: 16.66666667%; } /* line 35, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-lg-3 { width: 25%; } /* line 35, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-lg-4 { width: 33.33333333%; } /* line 35, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-lg-5 { width: 41.66666667%; } /* line 35, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-lg-6 { width: 50%; } /* line 35, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-lg-7 { width: 58.33333333%; } /* line 35, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-lg-8 { width: 66.66666667%; } /* line 35, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-lg-9 { width: 75%; } /* line 35, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-lg-10 { width: 83.33333333%; } /* line 35, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-lg-11 { width: 91.66666667%; } /* line 35, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-lg-12 { width: 100%; } /* line 55, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-lg-pull-0 { right: auto; } /* line 50, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-lg-pull-1 { right: 8.33333333%; } /* line 50, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-lg-pull-2 { right: 16.66666667%; } /* line 50, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-lg-pull-3 { right: 25%; } /* line 50, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-lg-pull-4 { right: 33.33333333%; } /* line 50, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-lg-pull-5 { right: 41.66666667%; } /* line 50, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-lg-pull-6 { right: 50%; } /* line 50, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-lg-pull-7 { right: 58.33333333%; } /* line 50, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-lg-pull-8 { right: 66.66666667%; } /* line 50, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-lg-pull-9 { right: 75%; } /* line 50, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-lg-pull-10 { right: 83.33333333%; } /* line 50, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-lg-pull-11 { right: 91.66666667%; } /* line 50, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-lg-pull-12 { right: 100%; } /* line 45, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-lg-push-0 { left: auto; } /* line 40, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-lg-push-1 { left: 8.33333333%; } /* line 40, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-lg-push-2 { left: 16.66666667%; } /* line 40, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-lg-push-3 { left: 25%; } /* line 40, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-lg-push-4 { left: 33.33333333%; } /* line 40, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-lg-push-5 { left: 41.66666667%; } /* line 40, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-lg-push-6 { left: 50%; } /* line 40, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-lg-push-7 { left: 58.33333333%; } /* line 40, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-lg-push-8 { left: 66.66666667%; } /* line 40, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-lg-push-9 { left: 75%; } /* line 40, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-lg-push-10 { left: 83.33333333%; } /* line 40, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-lg-push-11 { left: 91.66666667%; } /* line 40, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-lg-push-12 { left: 100%; } /* line 60, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-lg-offset-0 { margin-left: 0%; } /* line 60, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-lg-offset-1 { margin-left: 8.33333333%; } /* line 60, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-lg-offset-2 { margin-left: 16.66666667%; } /* line 60, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-lg-offset-3 { margin-left: 25%; } /* line 60, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-lg-offset-4 { margin-left: 33.33333333%; } /* line 60, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-lg-offset-5 { margin-left: 41.66666667%; } /* line 60, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-lg-offset-6 { margin-left: 50%; } /* line 60, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-lg-offset-7 { margin-left: 58.33333333%; } /* line 60, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-lg-offset-8 { margin-left: 66.66666667%; } /* line 60, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-lg-offset-9 { margin-left: 75%; } /* line 60, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-lg-offset-10 { margin-left: 83.33333333%; } /* line 60, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-lg-offset-11 { margin-left: 91.66666667%; } /* line 60, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */ .col-lg-offset-12 { margin-left: 100%; } } /* line 6, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_tables.scss */ table { background-color: transparent; } /* line 9, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_tables.scss */ caption { padding-top: 8px; padding-bottom: 8px; color: #777777; text-align: left; } /* line 15, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_tables.scss */ th { text-align: left; } /* line 22, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_tables.scss */ .table { width: 100%; max-width: 100%; margin-bottom: 20px; } /* line 31, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_tables.scss */ .table > thead > tr > th, .table > thead > tr > td, .table > tbody > tr > th, .table > tbody > tr > td, .table > tfoot > tr > th, .table > tfoot > tr > td { padding: 8px; line-height: 1.42857143; vertical-align: top; border-top: 1px solid #ddd; } /* line 41, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_tables.scss */ .table > thead > tr > th { vertical-align: bottom; border-bottom: 2px solid #ddd; } /* line 50, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_tables.scss */ .table > caption + thead > tr:first-child > th, .table > caption + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > td, .table > thead:first-child > tr:first-child > th, .table > thead:first-child > tr:first-child > td { border-top: 0; } /* line 57, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_tables.scss */ .table > tbody + tbody { border-top: 2px solid #ddd; } /* line 62, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_tables.scss */ .table .table { background-color: #fff; } /* line 75, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_tables.scss */ .table-condensed > thead > tr > th, .table-condensed > thead > tr > td, .table-condensed > tbody > tr > th, .table-condensed > tbody > tr > td, .table-condensed > tfoot > tr > th, .table-condensed > tfoot > tr > td { padding: 5px; } /* line 88, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_tables.scss */ .table-bordered { border: 1px solid #ddd; } /* line 94, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_tables.scss */ .table-bordered > thead > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > tfoot > tr > td { border: 1px solid #ddd; } /* line 101, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_tables.scss */ .table-bordered > thead > tr > th, .table-bordered > thead > tr > td { border-bottom-width: 2px; } /* line 114, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_tables.scss */ .table-striped > tbody > tr:nth-of-type(odd) { background-color: #f9f9f9; } /* line 125, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_tables.scss */ .table-hover > tbody > tr:hover { background-color: #f5f5f5; } /* line 135, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_tables.scss */ table col[class*="col-"] { position: static; float: none; display: table-column; } /* line 143, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_tables.scss */ table td[class*="col-"], table th[class*="col-"] { position: static; float: none; display: table-cell; } /* line 9, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_table-row.scss */ .table > thead > tr > td.active, .table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th, .table > tbody > tr > td.active, .table > tbody > tr > th.active, .table > tbody > tr.active > td, .table > tbody > tr.active > th, .table > tfoot > tr > td.active, .table > tfoot > tr > th.active, .table > tfoot > tr.active > td, .table > tfoot > tr.active > th { background-color: #f5f5f5; } /* line 20, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_table-row.scss */ .table-hover > tbody > tr > td.active:hover, .table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th { background-color: #e8e8e8; } /* line 9, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_table-row.scss */ .table > thead > tr > td.success, .table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th, .table > tbody > tr > td.success, .table > tbody > tr > th.success, .table > tbody > tr.success > td, .table > tbody > tr.success > th, .table > tfoot > tr > td.success, .table > tfoot > tr > th.success, .table > tfoot > tr.success > td, .table > tfoot > tr.success > th { background-color: #dff0d8; } /* line 20, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_table-row.scss */ .table-hover > tbody > tr > td.success:hover, .table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th { background-color: #d0e9c6; } /* line 9, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_table-row.scss */ .table > thead > tr > td.info, .table > thead > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th, .table > tbody > tr > td.info, .table > tbody > tr > th.info, .table > tbody > tr.info > td, .table > tbody > tr.info > th, .table > tfoot > tr > td.info, .table > tfoot > tr > th.info, .table > tfoot > tr.info > td, .table > tfoot > tr.info > th { background-color: #d9edf7; } /* line 20, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_table-row.scss */ .table-hover > tbody > tr > td.info:hover, .table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th { background-color: #c4e3f3; } /* line 9, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_table-row.scss */ .table > thead > tr > td.warning, .table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th, .table > tbody > tr > td.warning, .table > tbody > tr > th.warning, .table > tbody > tr.warning > td, .table > tbody > tr.warning > th, .table > tfoot > tr > td.warning, .table > tfoot > tr > th.warning, .table > tfoot > tr.warning > td, .table > tfoot > tr.warning > th { background-color: #fcf8e3; } /* line 20, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_table-row.scss */ .table-hover > tbody > tr > td.warning:hover, .table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th { background-color: #faf2cc; } /* line 9, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_table-row.scss */ .table > thead > tr > td.danger, .table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th, .table > tbody > tr > td.danger, .table > tbody > tr > th.danger, .table > tbody > tr.danger > td, .table > tbody > tr.danger > th, .table > tfoot > tr > td.danger, .table > tfoot > tr > th.danger, .table > tfoot > tr.danger > td, .table > tfoot > tr.danger > th { background-color: #f2dede; } /* line 20, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_table-row.scss */ .table-hover > tbody > tr > td.danger:hover, .table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th { background-color: #ebcccc; } /* line 171, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_tables.scss */ .table-responsive { overflow-x: auto; min-height: 0.01%; } @media screen and (max-width: 767px) { /* line 171, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_tables.scss */ .table-responsive { width: 100%; margin-bottom: 15px; overflow-y: hidden; -ms-overflow-style: -ms-autohiding-scrollbar; border: 1px solid #ddd; } /* line 183, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_tables.scss */ .table-responsive > .table { margin-bottom: 0; } /* line 191, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_tables.scss */ .table-responsive > .table > thead > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > tfoot > tr > td { white-space: nowrap; } /* line 200, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_tables.scss */ .table-responsive > .table-bordered { border: 0; } /* line 208, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_tables.scss */ .table-responsive > .table-bordered > thead > tr > th:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > th:first-child, .table-responsive > .table-bordered > tfoot > tr > td:first-child { border-left: 0; } /* line 212, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_tables.scss */ .table-responsive > .table-bordered > thead > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > td:last-child { border-right: 0; } /* line 225, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_tables.scss */ .table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-bordered > tbody > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > td { border-bottom: 0; } } /* line 10, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */ fieldset { padding: 0; margin: 0; border: 0; min-width: 0; } /* line 20, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */ legend { display: block; width: 100%; padding: 0; margin-bottom: 20px; font-size: 21px; line-height: inherit; color: #333333; border: 0; border-bottom: 1px solid #e5e5e5; } /* line 32, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */ label { display: inline-block; max-width: 100%; margin-bottom: 5px; font-weight: bold; } /* line 47, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */ input[type="search"] { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } /* line 52, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */ input[type="radio"], input[type="checkbox"] { margin: 4px 0 0; margin-top: 1px \9; line-height: normal; } /* line 59, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */ input[type="file"] { display: block; } /* line 64, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */ input[type="range"] { display: block; width: 100%; } /* line 70, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */ select[multiple], select[size] { height: auto; } /* line 76, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */ input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus { outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px; } /* line 83, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */ output { display: block; padding-top: 7px; font-size: 14px; line-height: 1.42857143; color: #555555; } /* line 114, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */ .form-control { display: block; width: 100%; height: 34px; padding: 6px 12px; font-size: 14px; line-height: 1.42857143; color: #555555; background-color: #fff; background-image: none; border: 1px solid #ccc; border-radius: 4px; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; } /* line 57, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_forms.scss */ .form-control:focus { border-color: #66afe9; outline: 0; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); } /* line 103, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss */ .form-control::-moz-placeholder { color: #999; opacity: 1; } /* line 107, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss */ .form-control:-ms-input-placeholder { color: #999; } /* line 108, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss */ .form-control::-webkit-input-placeholder { color: #999; } /* line 136, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */ .form-control::-ms-expand { border: 0; background-color: transparent; } /* line 146, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */ .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control { background-color: #eeeeee; opacity: 1; } /* line 153, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */ .form-control[disabled], fieldset[disabled] .form-control { cursor: not-allowed; } /* line 162, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */ textarea.form-control { height: auto; } /* line 174, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */ input[type="search"] { -webkit-appearance: none; } @media screen and (-webkit-min-device-pixel-ratio: 0) { /* line 193, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */ input[type="date"].form-control, input[type="time"].form-control, input[type="datetime-local"].form-control, input[type="month"].form-control { line-height: 34px; } /* line 197, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */ input[type="date"].input-sm, .input-group-sm > input[type="date"].form-control, .input-group-sm > input[type="date"].input-group-addon, .input-group-sm > .input-group-btn > input[type="date"].btn, .input-group-sm input[type="date"], input[type="time"].input-sm, .input-group-sm > input[type="time"].form-control, .input-group-sm > input[type="time"].input-group-addon, .input-group-sm > .input-group-btn > input[type="time"].btn, .input-group-sm input[type="time"], input[type="datetime-local"].input-sm, .input-group-sm > input[type="datetime-local"].form-control, .input-group-sm > input[type="datetime-local"].input-group-addon, .input-group-sm > .input-group-btn > input[type="datetime-local"].btn, .input-group-sm input[type="datetime-local"], input[type="month"].input-sm, .input-group-sm > input[type="month"].form-control, .input-group-sm > input[type="month"].input-group-addon, .input-group-sm > .input-group-btn > input[type="month"].btn, .input-group-sm input[type="month"] { line-height: 30px; } /* line 202, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */ input[type="date"].input-lg, .input-group-lg > input[type="date"].form-control, .input-group-lg > input[type="date"].input-group-addon, .input-group-lg > .input-group-btn > input[type="date"].btn, .input-group-lg input[type="date"], input[type="time"].input-lg, .input-group-lg > input[type="time"].form-control, .input-group-lg > input[type="time"].input-group-addon, .input-group-lg > .input-group-btn > input[type="time"].btn, .input-group-lg input[type="time"], input[type="datetime-local"].input-lg, .input-group-lg > input[type="datetime-local"].form-control, .input-group-lg > input[type="datetime-local"].input-group-addon, .input-group-lg > .input-group-btn > input[type="datetime-local"].btn, .input-group-lg input[type="datetime-local"], input[type="month"].input-lg, .input-group-lg > input[type="month"].form-control, .input-group-lg > input[type="month"].input-group-addon, .input-group-lg > .input-group-btn > input[type="month"].btn, .input-group-lg input[type="month"] { line-height: 46px; } } /* line 215, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */ .form-group { margin-bottom: 15px; } /* line 224, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */ .radio, .checkbox { position: relative; display: block; margin-top: 10px; margin-bottom: 10px; } /* line 231, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */ .radio label, .checkbox label { min-height: 20px; padding-left: 20px; margin-bottom: 0; font-weight: normal; cursor: pointer; } /* line 239, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */ .radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] { position: absolute; margin-left: -20px; margin-top: 4px \9; } /* line 248, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */ .radio + .radio, .checkbox + .checkbox { margin-top: -5px; } /* line 254, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */ .radio-inline, .checkbox-inline { position: relative; display: inline-block; padding-left: 20px; margin-bottom: 0; vertical-align: middle; font-weight: normal; cursor: pointer; } /* line 264, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */ .radio-inline + .radio-inline, .checkbox-inline + .checkbox-inline { margin-top: 0; margin-left: 10px; } /* line 276, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */ input[type="radio"][disabled], input[type="radio"].disabled, fieldset[disabled] input[type="radio"], input[type="checkbox"][disabled], input[type="checkbox"].disabled, fieldset[disabled] input[type="checkbox"] { cursor: not-allowed; } /* line 285, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */ .radio-inline.disabled, fieldset[disabled] .radio-inline, .checkbox-inline.disabled, fieldset[disabled] .checkbox-inline { cursor: not-allowed; } /* line 295, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */ .radio.disabled label, fieldset[disabled] .radio label, .checkbox.disabled label, fieldset[disabled] .checkbox label { cursor: not-allowed; } /* line 307, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */ .form-control-static { padding-top: 7px; padding-bottom: 7px; margin-bottom: 0; min-height: 34px; } /* line 315, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */ .form-control-static.input-lg, .input-group-lg > .form-control-static.form-control, .input-group-lg > .form-control-static.input-group-addon, .input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control, .input-group-sm > .form-control-static.input-group-addon, .input-group-sm > .input-group-btn > .form-control-static.btn { padding-left: 0; padding-right: 0; } /* line 71, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_forms.scss */ .input-sm, .input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn { height: 30px; padding: 5px 10px; font-size: 12px; line-height: 1.5; border-radius: 3px; } /* line 79, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_forms.scss */ select.input-sm, .input-group-sm > select.form-control, .input-group-sm > select.input-group-addon, .input-group-sm > .input-group-btn > select.btn { height: 30px; line-height: 30px; } /* line 84, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_forms.scss */ textarea.input-sm, .input-group-sm > textarea.form-control, .input-group-sm > textarea.input-group-addon, .input-group-sm > .input-group-btn > textarea.btn, select[multiple].input-sm, .input-group-sm > select[multiple].form-control, .input-group-sm > select[multiple].input-group-addon, .input-group-sm > .input-group-btn > select[multiple].btn { height: auto; } /* line 333, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */ .form-group-sm .form-control { height: 30px; padding: 5px 10px; font-size: 12px; line-height: 1.5; border-radius: 3px; } /* line 340, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */ .form-group-sm select.form-control { height: 30px; line-height: 30px; } /* line 344, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */ .form-group-sm textarea.form-control, .form-group-sm select[multiple].form-control { height: auto; } /* line 348, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */ .form-group-sm .form-control-static { height: 30px; min-height: 32px; padding: 6px 10px; font-size: 12px; line-height: 1.5; } /* line 71, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_forms.scss */ .input-lg, .input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn { height: 46px; padding: 10px 16px; font-size: 18px; line-height: 1.3333333; border-radius: 6px; } /* line 79, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_forms.scss */ select.input-lg, .input-group-lg > select.form-control, .input-group-lg > select.input-group-addon, .input-group-lg > .input-group-btn > select.btn { height: 46px; line-height: 46px; } /* line 84, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_forms.scss */ textarea.input-lg, .input-group-lg > textarea.form-control, .input-group-lg > textarea.input-group-addon, .input-group-lg > .input-group-btn > textarea.btn, select[multiple].input-lg, .input-group-lg > select[multiple].form-control, .input-group-lg > select[multiple].input-group-addon, .input-group-lg > .input-group-btn > select[multiple].btn { height: auto; } /* line 359, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */ .form-group-lg .form-control { height: 46px; padding: 10px 16px; font-size: 18px; line-height: 1.3333333; border-radius: 6px; } /* line 366, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */ .form-group-lg select.form-control { height: 46px; line-height: 46px; } /* line 370, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */ .form-group-lg textarea.form-control, .form-group-lg select[multiple].form-control { height: auto; } /* line 374, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */ .form-group-lg .form-control-static { height: 46px; min-height: 38px; padding: 11px 16px; font-size: 18px; line-height: 1.3333333; } /* line 388, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */ .has-feedback { position: relative; } /* line 393, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */ .has-feedback .form-control { padding-right: 42.5px; } /* line 398, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */ .form-control-feedback { position: absolute; top: 0; right: 0; z-index: 2; display: block; width: 34px; height: 34px; line-height: 34px; text-align: center; pointer-events: none; } /* line 410, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */ .input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback, .input-group-lg > .input-group-addon + .form-control-feedback, .input-group-lg > .input-group-btn > .btn + .form-control-feedback, .input-group-lg + .form-control-feedback, .form-group-lg .form-control + .form-control-feedback { width: 46px; height: 46px; line-height: 46px; } /* line 417, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */ .input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback, .input-group-sm > .input-group-addon + .form-control-feedback, .input-group-sm > .input-group-btn > .btn + .form-control-feedback, .input-group-sm + .form-control-feedback, .form-group-sm .form-control + .form-control-feedback { width: 30px; height: 30px; line-height: 30px; } /* line 8, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_forms.scss */ .has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label { color: #3c763d; } /* line 21, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_forms.scss */ .has-success .form-control { border-color: #3c763d; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); } /* line 24, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_forms.scss */ .has-success .form-control:focus { border-color: #2b542c; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; } /* line 31, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_forms.scss */ .has-success .input-group-addon { color: #3c763d; border-color: #3c763d; background-color: #dff0d8; } /* line 37, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_forms.scss */ .has-success .form-control-feedback { color: #3c763d; } /* line 8, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_forms.scss */ .has-warning .help-block, .has-warning .control-label, .has-warning .radio, .has-warning .checkbox, .has-warning .radio-inline, .has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label { color: #8a6d3b; } /* line 21, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_forms.scss */ .has-warning .form-control { border-color: #8a6d3b; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); } /* line 24, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_forms.scss */ .has-warning .form-control:focus { border-color: #66512c; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; } /* line 31, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_forms.scss */ .has-warning .input-group-addon { color: #8a6d3b; border-color: #8a6d3b; background-color: #fcf8e3; } /* line 37, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_forms.scss */ .has-warning .form-control-feedback { color: #8a6d3b; } /* line 8, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_forms.scss */ .has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label { color: #a94442; } /* line 21, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_forms.scss */ .has-error .form-control { border-color: #a94442; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); } /* line 24, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_forms.scss */ .has-error .form-control:focus { border-color: #843534; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; } /* line 31, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_forms.scss */ .has-error .input-group-addon { color: #a94442; border-color: #a94442; background-color: #f2dede; } /* line 37, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_forms.scss */ .has-error .form-control-feedback { color: #a94442; } /* line 439, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */ .has-feedback label ~ .form-control-feedback { top: 25px; } /* line 442, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */ .has-feedback label.sr-only ~ .form-control-feedback { top: 0; } /* line 453, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */ .help-block { display: block; margin-top: 5px; margin-bottom: 10px; color: #737373; } @media (min-width: 768px) { /* line 478, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */ .form-inline .form-group { display: inline-block; margin-bottom: 0; vertical-align: middle; } /* line 485, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */ .form-inline .form-control { display: inline-block; width: auto; vertical-align: middle; } /* line 492, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */ .form-inline .form-control-static { display: inline-block; } /* line 496, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */ .form-inline .input-group { display: inline-table; vertical-align: middle; } /* line 500, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */ .form-inline .input-group .input-group-addon, .form-inline .input-group .input-group-btn, .form-inline .input-group .form-control { width: auto; } /* line 508, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */ .form-inline .input-group > .form-control { width: 100%; } /* line 512, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */ .form-inline .control-label { margin-bottom: 0; vertical-align: middle; } /* line 519, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */ .form-inline .radio, .form-inline .checkbox { display: inline-block; margin-top: 0; margin-bottom: 0; vertical-align: middle; } /* line 526, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */ .form-inline .radio label, .form-inline .checkbox label { padding-left: 0; } /* line 530, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */ .form-inline .radio input[type="radio"], .form-inline .checkbox input[type="checkbox"] { position: relative; margin-left: 0; } /* line 537, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */ .form-inline .has-feedback .form-control-feedback { top: 0; } } /* line 559, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */ .form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline { margin-top: 0; margin-bottom: 0; padding-top: 7px; } /* line 569, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */ .form-horizontal .radio, .form-horizontal .checkbox { min-height: 27px; } /* line 575, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */ .form-horizontal .form-group { margin-left: -15px; margin-right: -15px; } /* line 14, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_clearfix.scss */ .form-horizontal .form-group:before, .form-horizontal .form-group:after { content: " "; display: table; } /* line 19, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_clearfix.scss */ .form-horizontal .form-group:after { clear: both; } @media (min-width: 768px) { /* line 582, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */ .form-horizontal .control-label { text-align: right; margin-bottom: 0; padding-top: 7px; } } /* line 593, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */ .form-horizontal .has-feedback .form-control-feedback { right: 15px; } @media (min-width: 768px) { /* line 603, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */ .form-horizontal .form-group-lg .control-label { padding-top: 11px; font-size: 18px; } } @media (min-width: 768px) { /* line 611, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */ .form-horizontal .form-group-sm .control-label { padding-top: 6px; font-size: 12px; } } /* line 9, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_buttons.scss */ .btn { display: inline-block; margin-bottom: 0; font-weight: normal; text-align: center; vertical-align: middle; touch-action: manipulation; cursor: pointer; background-image: none; border: 1px solid transparent; white-space: nowrap; padding: 6px 12px; font-size: 14px; line-height: 1.42857143; border-radius: 4px; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } /* line 26, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_buttons.scss */ .btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus { outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px; } /* line 32, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_buttons.scss */ .btn:hover, .btn:focus, .btn.focus { color: #333; text-decoration: none; } /* line 39, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_buttons.scss */ .btn:active, .btn.active { outline: 0; background-image: none; -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); } /* line 46, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_buttons.scss */ .btn.disabled, .btn[disabled], fieldset[disabled] .btn { cursor: not-allowed; opacity: 0.65; filter: alpha(opacity=65); -webkit-box-shadow: none; box-shadow: none; } /* line 58, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_buttons.scss */ a.btn.disabled, fieldset[disabled] a.btn { pointer-events: none; } /* line 68, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_buttons.scss */ .btn-default { color: #333; background-color: #fff; border-color: #ccc; } /* line 11, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */ .btn-default:focus, .btn-default.focus { color: #333; background-color: #e6e6e6; border-color: #8c8c8c; } /* line 17, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */ .btn-default:hover { color: #333; background-color: #e6e6e6; border-color: #adadad; } /* line 22, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */ .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle { color: #333; background-color: #e6e6e6; border-color: #adadad; } /* line 29, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */ .btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus, .open > .btn-default.dropdown-toggle:hover, .open > .btn-default.dropdown-toggle:focus, .open > .btn-default.dropdown-toggle.focus { color: #333; background-color: #d4d4d4; border-color: #8c8c8c; } /* line 37, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */ .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle { background-image: none; } /* line 45, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */ .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus { background-color: #fff; border-color: #ccc; } /* line 53, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */ .btn-default .badge { color: #fff; background-color: #333; } /* line 71, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_buttons.scss */ .btn-primary { color: #fff; background-color: #337ab7; border-color: #2e6da4; } /* line 11, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */ .btn-primary:focus, .btn-primary.focus { color: #fff; background-color: #286090; border-color: #122b40; } /* line 17, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */ .btn-primary:hover { color: #fff; background-color: #286090; border-color: #204d74; } /* line 22, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */ .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle { color: #fff; background-color: #286090; border-color: #204d74; } /* line 29, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */ .btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus { color: #fff; background-color: #204d74; border-color: #122b40; } /* line 37, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */ .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle { background-image: none; } /* line 45, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */ .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus { background-color: #337ab7; border-color: #2e6da4; } /* line 53, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */ .btn-primary .badge { color: #337ab7; background-color: #fff; } /* line 75, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_buttons.scss */ .btn-success { color: #fff; background-color: #5cb85c; border-color: #4cae4c; } /* line 11, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */ .btn-success:focus, .btn-success.focus { color: #fff; background-color: #449d44; border-color: #255625; } /* line 17, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */ .btn-success:hover { color: #fff; background-color: #449d44; border-color: #398439; } /* line 22, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */ .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle { color: #fff; background-color: #449d44; border-color: #398439; } /* line 29, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */ .btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus { color: #fff; background-color: #398439; border-color: #255625; } /* line 37, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */ .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle { background-image: none; } /* line 45, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */ .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus { background-color: #5cb85c; border-color: #4cae4c; } /* line 53, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */ .btn-success .badge { color: #5cb85c; background-color: #fff; } /* line 79, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_buttons.scss */ .btn-info { color: #fff; background-color: #5bc0de; border-color: #46b8da; } /* line 11, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */ .btn-info:focus, .btn-info.focus { color: #fff; background-color: #31b0d5; border-color: #1b6d85; } /* line 17, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */ .btn-info:hover { color: #fff; background-color: #31b0d5; border-color: #269abc; } /* line 22, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */ .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle { color: #fff; background-color: #31b0d5; border-color: #269abc; } /* line 29, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */ .btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus { color: #fff; background-color: #269abc; border-color: #1b6d85; } /* line 37, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */ .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle { background-image: none; } /* line 45, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */ .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus { background-color: #5bc0de; border-color: #46b8da; } /* line 53, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */ .btn-info .badge { color: #5bc0de; background-color: #fff; } /* line 83, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_buttons.scss */ .btn-warning { color: #fff; background-color: #f0ad4e; border-color: #eea236; } /* line 11, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */ .btn-warning:focus, .btn-warning.focus { color: #fff; background-color: #ec971f; border-color: #985f0d; } /* line 17, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */ .btn-warning:hover { color: #fff; background-color: #ec971f; border-color: #d58512; } /* line 22, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */ .btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle { color: #fff; background-color: #ec971f; border-color: #d58512; } /* line 29, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */ .btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .open > .btn-warning.dropdown-toggle:hover, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle.focus { color: #fff; background-color: #d58512; border-color: #985f0d; } /* line 37, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */ .btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle { background-image: none; } /* line 45, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */ .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus { background-color: #f0ad4e; border-color: #eea236; } /* line 53, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */ .btn-warning .badge { color: #f0ad4e; background-color: #fff; } /* line 87, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_buttons.scss */ .btn-danger { color: #fff; background-color: #d9534f; border-color: #d43f3a; } /* line 11, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */ .btn-danger:focus, .btn-danger.focus { color: #fff; background-color: #c9302c; border-color: #761c19; } /* line 17, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */ .btn-danger:hover { color: #fff; background-color: #c9302c; border-color: #ac2925; } /* line 22, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */ .btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle { color: #fff; background-color: #c9302c; border-color: #ac2925; } /* line 29, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */ .btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus { color: #fff; background-color: #ac2925; border-color: #761c19; } /* line 37, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */ .btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle { background-image: none; } /* line 45, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */ .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus { background-color: #d9534f; border-color: #d43f3a; } /* line 53, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */ .btn-danger .badge { color: #d9534f; background-color: #fff; } /* line 96, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_buttons.scss */ .btn-link { color: #337ab7; font-weight: normal; border-radius: 0; } /* line 101, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_buttons.scss */ .btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link { background-color: transparent; -webkit-box-shadow: none; box-shadow: none; } /* line 109, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_buttons.scss */ .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active { border-color: transparent; } /* line 115, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_buttons.scss */ .btn-link:hover, .btn-link:focus { color: #23527c; text-decoration: underline; background-color: transparent; } /* line 123, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_buttons.scss */ .btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus { color: #777777; text-decoration: none; } /* line 135, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_buttons.scss */ .btn-lg, .btn-group-lg > .btn { padding: 10px 16px; font-size: 18px; line-height: 1.3333333; border-radius: 6px; } /* line 139, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_buttons.scss */ .btn-sm, .btn-group-sm > .btn { padding: 5px 10px; font-size: 12px; line-height: 1.5; border-radius: 3px; } /* line 143, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_buttons.scss */ .btn-xs, .btn-group-xs > .btn { padding: 1px 5px; font-size: 12px; line-height: 1.5; border-radius: 3px; } /* line 151, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_buttons.scss */ .btn-block { display: block; width: 100%; } /* line 157, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_buttons.scss */ .btn-block + .btn-block { margin-top: 5px; } /* line 165, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_buttons.scss */ input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="button"].btn-block { width: 100%; } /* line 10, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_component-animations.scss */ .fade { opacity: 0; -webkit-transition: opacity 0.15s linear; -o-transition: opacity 0.15s linear; transition: opacity 0.15s linear; } /* line 13, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_component-animations.scss */ .fade.in { opacity: 1; } /* line 18, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_component-animations.scss */ .collapse { display: none; } /* line 21, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_component-animations.scss */ .collapse.in { display: block; } /* line 26, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_component-animations.scss */ tr.collapse.in { display: table-row; } /* line 28, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_component-animations.scss */ tbody.collapse.in { display: table-row-group; } /* line 30, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_component-animations.scss */ .collapsing { position: relative; height: 0; overflow: hidden; -webkit-transition-property: height, visibility; transition-property: height, visibility; -webkit-transition-duration: 0.35s; transition-duration: 0.35s; -webkit-transition-timing-function: ease; transition-timing-function: ease; } /* line 7, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_dropdowns.scss */ .caret { display: inline-block; width: 0; height: 0; margin-left: 2px; vertical-align: middle; border-top: 4px dashed; border-top: 4px solid \9; border-right: 4px solid transparent; border-left: 4px solid transparent; } /* line 20, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_dropdowns.scss */ .dropup, .dropdown { position: relative; } /* line 26, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_dropdowns.scss */ .dropdown-toggle:focus { outline: 0; } /* line 31, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_dropdowns.scss */ .dropdown-menu { position: absolute; top: 100%; left: 0; z-index: 1000; display: none; float: left; min-width: 160px; padding: 5px 0; margin: 2px 0 0; list-style: none; font-size: 14px; text-align: left; background-color: #fff; border: 1px solid #ccc; border: 1px solid rgba(0, 0, 0, 0.15); border-radius: 4px; -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); background-clip: padding-box; } /* line 54, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_dropdowns.scss */ .dropdown-menu.pull-right { right: 0; left: auto; } /* line 60, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_dropdowns.scss */ .dropdown-menu .divider { height: 1px; margin: 9px 0; overflow: hidden; background-color: #e5e5e5; } /* line 65, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_dropdowns.scss */ .dropdown-menu > li > a { display: block; padding: 3px 20px; clear: both; font-weight: normal; line-height: 1.42857143; color: #333333; white-space: nowrap; } /* line 78, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_dropdowns.scss */ .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus { text-decoration: none; color: #262626; background-color: #f5f5f5; } /* line 88, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_dropdowns.scss */ .dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus { color: #fff; text-decoration: none; outline: 0; background-color: #337ab7; } /* line 103, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_dropdowns.scss */ .dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus { color: #777777; } /* line 110, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_dropdowns.scss */ .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus { text-decoration: none; background-color: transparent; background-image: none; filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); cursor: not-allowed; } /* line 123, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_dropdowns.scss */ .open > .dropdown-menu { display: block; } /* line 128, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_dropdowns.scss */ .open > a { outline: 0; } /* line 137, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_dropdowns.scss */ .dropdown-menu-right { left: auto; right: 0; } /* line 147, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_dropdowns.scss */ .dropdown-menu-left { left: 0; right: auto; } /* line 153, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_dropdowns.scss */ .dropdown-header { display: block; padding: 3px 20px; font-size: 12px; line-height: 1.42857143; color: #777777; white-space: nowrap; } /* line 163, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_dropdowns.scss */ .dropdown-backdrop { position: fixed; left: 0; right: 0; bottom: 0; top: 0; z-index: 990; } /* line 173, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_dropdowns.scss */ .pull-right > .dropdown-menu { right: 0; left: auto; } /* line 186, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_dropdowns.scss */ .dropup .caret, .navbar-fixed-bottom .dropdown .caret { border-top: 0; border-bottom: 4px dashed; border-bottom: 4px solid \9; content: ""; } /* line 193, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_dropdowns.scss */ .dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu { top: auto; bottom: 100%; margin-bottom: 2px; } @media (min-width: 768px) { /* line 207, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_dropdowns.scss */ .navbar-right .dropdown-menu { right: 0; left: auto; } /* line 212, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_dropdowns.scss */ .navbar-right .dropdown-menu-left { left: 0; right: auto; } } /* line 6, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_button-groups.scss */ .btn-group, .btn-group-vertical { position: relative; display: inline-block; vertical-align: middle; } /* line 11, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_button-groups.scss */ .btn-group > .btn, .btn-group-vertical > .btn { position: relative; float: left; } /* line 15, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_button-groups.scss */ .btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active, .btn-group-vertical > .btn:hover, .btn-group-vertical > .btn:focus, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn.active { z-index: 2; } /* line 26, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_button-groups.scss */ .btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group { margin-left: -1px; } /* line 35, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_button-groups.scss */ .btn-toolbar { margin-left: -5px; } /* line 14, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_clearfix.scss */ .btn-toolbar:before, .btn-toolbar:after { content: " "; display: table; } /* line 19, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_clearfix.scss */ .btn-toolbar:after { clear: both; } /* line 39, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_button-groups.scss */ .btn-toolbar .btn, .btn-toolbar .btn-group, .btn-toolbar .input-group { float: left; } /* line 44, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_button-groups.scss */ .btn-toolbar > .btn, .btn-toolbar > .btn-group, .btn-toolbar > .input-group { margin-left: 5px; } /* line 51, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_button-groups.scss */ .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) { border-radius: 0; } /* line 56, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_button-groups.scss */ .btn-group > .btn:first-child { margin-left: 0; } /* line 58, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_button-groups.scss */ .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) { border-bottom-right-radius: 0; border-top-right-radius: 0; } /* line 63, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_button-groups.scss */ .btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) { border-bottom-left-radius: 0; border-top-left-radius: 0; } /* line 69, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_button-groups.scss */ .btn-group > .btn-group { float: left; } /* line 72, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_button-groups.scss */ .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn { border-radius: 0; } /* line 76, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_button-groups.scss */ .btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle { border-bottom-right-radius: 0; border-top-right-radius: 0; } /* line 81, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_button-groups.scss */ .btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child { border-bottom-left-radius: 0; border-top-left-radius: 0; } /* line 86, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_button-groups.scss */ .btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle { outline: 0; } /* line 105, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_button-groups.scss */ .btn-group > .btn + .dropdown-toggle { padding-left: 8px; padding-right: 8px; } /* line 109, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_button-groups.scss */ .btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle { padding-left: 12px; padding-right: 12px; } /* line 116, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_button-groups.scss */ .btn-group.open .dropdown-toggle { -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); } /* line 120, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_button-groups.scss */ .btn-group.open .dropdown-toggle.btn-link { -webkit-box-shadow: none; box-shadow: none; } /* line 127, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_button-groups.scss */ .btn .caret { margin-left: 0; } /* line 131, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_button-groups.scss */ .btn-lg .caret, .btn-group-lg > .btn .caret { border-width: 5px 5px 0; border-bottom-width: 0; } /* line 136, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_button-groups.scss */ .dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret { border-width: 0 5px 5px; } /* line 145, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_button-groups.scss */ .btn-group-vertical > .btn, .btn-group-vertical > .btn-group, .btn-group-vertical > .btn-group > .btn { display: block; float: none; width: 100%; max-width: 100%; } /* line 14, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_clearfix.scss */ .btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after { content: " "; display: table; } /* line 19, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_clearfix.scss */ .btn-group-vertical > .btn-group:after { clear: both; } /* line 157, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_button-groups.scss */ .btn-group-vertical > .btn-group > .btn { float: none; } /* line 162, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_button-groups.scss */ .btn-group-vertical > .btn + .btn, .btn-group-vertical > .btn + .btn-group, .btn-group-vertical > .btn-group + .btn, .btn-group-vertical > .btn-group + .btn-group { margin-top: -1px; margin-left: 0; } /* line 172, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_button-groups.scss */ .btn-group-vertical > .btn:not(:first-child):not(:last-child) { border-radius: 0; } /* line 175, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_button-groups.scss */ .btn-group-vertical > .btn:first-child:not(:last-child) { border-top-right-radius: 4px; border-top-left-radius: 4px; border-bottom-right-radius: 0; border-bottom-left-radius: 0; } /* line 179, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_button-groups.scss */ .btn-group-vertical > .btn:last-child:not(:first-child) { border-top-right-radius: 0; border-top-left-radius: 0; border-bottom-right-radius: 4px; border-bottom-left-radius: 4px; } /* line 184, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_button-groups.scss */ .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn { border-radius: 0; } /* line 188, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_button-groups.scss */ .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle { border-bottom-right-radius: 0; border-bottom-left-radius: 0; } /* line 193, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_button-groups.scss */ .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child { border-top-right-radius: 0; border-top-left-radius: 0; } /* line 201, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_button-groups.scss */ .btn-group-justified { display: table; width: 100%; table-layout: fixed; border-collapse: separate; } /* line 206, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_button-groups.scss */ .btn-group-justified > .btn, .btn-group-justified > .btn-group { float: none; display: table-cell; width: 1%; } /* line 212, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_button-groups.scss */ .btn-group-justified > .btn-group .btn { width: 100%; } /* line 216, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_button-groups.scss */ .btn-group-justified > .btn-group .dropdown-menu { left: auto; } /* line 237, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_button-groups.scss */ [data-toggle="buttons"] > .btn input[type="radio"], [data-toggle="buttons"] > .btn input[type="checkbox"], [data-toggle="buttons"] > .btn-group > .btn input[type="radio"], [data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] { position: absolute; clip: rect(0, 0, 0, 0); pointer-events: none; } /* line 7, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_input-groups.scss */ .input-group { position: relative; display: table; border-collapse: separate; } /* line 13, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_input-groups.scss */ .input-group[class*="col-"] { float: none; padding-left: 0; padding-right: 0; } /* line 19, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_input-groups.scss */ .input-group .form-control { position: relative; z-index: 2; float: left; width: 100%; margin-bottom: 0; } /* line 33, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_input-groups.scss */ .input-group .form-control:focus { z-index: 3; } /* line 58, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_input-groups.scss */ .input-group-addon, .input-group-btn, .input-group .form-control { display: table-cell; } /* line 63, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_input-groups.scss */ .input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child), .input-group .form-control:not(:first-child):not(:last-child) { border-radius: 0; } /* line 68, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_input-groups.scss */ .input-group-addon, .input-group-btn { width: 1%; white-space: nowrap; vertical-align: middle; } /* line 77, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_input-groups.scss */ .input-group-addon { padding: 6px 12px; font-size: 14px; font-weight: normal; line-height: 1; color: #555555; text-align: center; background-color: #eeeeee; border: 1px solid #ccc; border-radius: 4px; } /* line 89, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_input-groups.scss */ .input-group-addon.input-sm, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .input-group-addon.btn { padding: 5px 10px; font-size: 12px; border-radius: 3px; } /* line 94, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_input-groups.scss */ .input-group-addon.input-lg, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .input-group-addon.btn { padding: 10px 16px; font-size: 18px; border-radius: 6px; } /* line 101, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_input-groups.scss */ .input-group-addon input[type="radio"], .input-group-addon input[type="checkbox"] { margin-top: 0; } /* line 108, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_input-groups.scss */ .input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group-btn:last-child > .btn-group:not(:last-child) > .btn { border-bottom-right-radius: 0; border-top-right-radius: 0; } /* line 117, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_input-groups.scss */ .input-group-addon:first-child { border-right: 0; } /* line 120, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_input-groups.scss */ .input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:first-child > .btn-group:not(:first-child) > .btn { border-bottom-left-radius: 0; border-top-left-radius: 0; } /* line 129, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_input-groups.scss */ .input-group-addon:last-child { border-left: 0; } /* line 135, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_input-groups.scss */ .input-group-btn { position: relative; font-size: 0; white-space: nowrap; } /* line 144, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_input-groups.scss */ .input-group-btn > .btn { position: relative; } /* line 146, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_input-groups.scss */ .input-group-btn > .btn + .btn { margin-left: -1px; } /* line 150, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_input-groups.scss */ .input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active { z-index: 2; } /* line 159, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_input-groups.scss */ .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group { margin-right: -1px; } /* line 165, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_input-groups.scss */ .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group { z-index: 2; margin-left: -1px; } /* line 9, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navs.scss */ .nav { margin-bottom: 0; padding-left: 0; list-style: none; } /* line 14, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_clearfix.scss */ .nav:before, .nav:after { content: " "; display: table; } /* line 19, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_clearfix.scss */ .nav:after { clear: both; } /* line 15, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navs.scss */ .nav > li { position: relative; display: block; } /* line 19, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navs.scss */ .nav > li > a { position: relative; display: block; padding: 10px 15px; } /* line 23, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navs.scss */ .nav > li > a:hover, .nav > li > a:focus { text-decoration: none; background-color: #eeeeee; } /* line 31, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navs.scss */ .nav > li.disabled > a { color: #777777; } /* line 34, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navs.scss */ .nav > li.disabled > a:hover, .nav > li.disabled > a:focus { color: #777777; text-decoration: none; background-color: transparent; cursor: not-allowed; } /* line 46, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navs.scss */ .nav .open > a, .nav .open > a:hover, .nav .open > a:focus { background-color: #eeeeee; border-color: #337ab7; } /* line 59, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navs.scss */ .nav .nav-divider { height: 1px; margin: 9px 0; overflow: hidden; background-color: #e5e5e5; } /* line 66, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navs.scss */ .nav > li > a > img { max-width: none; } /* line 76, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navs.scss */ .nav-tabs { border-bottom: 1px solid #ddd; } /* line 78, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navs.scss */ .nav-tabs > li { float: left; margin-bottom: -1px; } /* line 84, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navs.scss */ .nav-tabs > li > a { margin-right: 2px; line-height: 1.42857143; border: 1px solid transparent; border-radius: 4px 4px 0 0; } /* line 89, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navs.scss */ .nav-tabs > li > a:hover { border-color: #eeeeee #eeeeee #ddd; } /* line 96, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navs.scss */ .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus { color: #555555; background-color: #fff; border: 1px solid #ddd; border-bottom-color: transparent; cursor: default; } /* line 118, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navs.scss */ .nav-pills > li { float: left; } /* line 122, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navs.scss */ .nav-pills > li > a { border-radius: 4px; } /* line 125, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navs.scss */ .nav-pills > li + li { margin-left: 2px; } /* line 131, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navs.scss */ .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus { color: #fff; background-color: #337ab7; } /* line 144, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navs.scss */ .nav-stacked > li { float: none; } /* line 146, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navs.scss */ .nav-stacked > li + li { margin-top: 2px; margin-left: 0; } /* line 160, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navs.scss */ .nav-justified, .nav-tabs.nav-justified { width: 100%; } /* line 163, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navs.scss */ .nav-justified > li, .nav-tabs.nav-justified > li { float: none; } /* line 165, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navs.scss */ .nav-justified > li > a, .nav-tabs.nav-justified > li > a { text-align: center; margin-bottom: 5px; } /* line 171, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navs.scss */ .nav-justified > .dropdown .dropdown-menu { top: auto; left: auto; } @media (min-width: 768px) { /* line 177, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navs.scss */ .nav-justified > li, .nav-tabs.nav-justified > li { display: table-cell; width: 1%; } /* line 180, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navs.scss */ .nav-justified > li > a, .nav-tabs.nav-justified > li > a { margin-bottom: 0; } } /* line 190, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navs.scss */ .nav-tabs-justified, .nav-tabs.nav-justified { border-bottom: 0; } /* line 193, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navs.scss */ .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a { margin-right: 0; border-radius: 4px; } /* line 199, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navs.scss */ .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus { border: 1px solid #ddd; } @media (min-width: 768px) { /* line 206, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navs.scss */ .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a { border-bottom: 1px solid #ddd; border-radius: 4px 4px 0 0; } /* line 210, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navs.scss */ .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus { border-bottom-color: #fff; } } /* line 224, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navs.scss */ .tab-content > .tab-pane { display: none; } /* line 227, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navs.scss */ .tab-content > .active { display: block; } /* line 237, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navs.scss */ .nav-tabs .dropdown-menu { margin-top: -1px; border-top-right-radius: 0; border-top-left-radius: 0; } /* line 11, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */ .navbar { position: relative; min-height: 50px; margin-bottom: 20px; border: 1px solid transparent; } /* line 14, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_clearfix.scss */ .navbar:before, .navbar:after { content: " "; display: table; } /* line 19, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_clearfix.scss */ .navbar:after { clear: both; } @media (min-width: 768px) { /* line 11, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */ .navbar { border-radius: 4px; } } /* line 14, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_clearfix.scss */ .navbar-header:before, .navbar-header:after { content: " "; display: table; } /* line 19, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_clearfix.scss */ .navbar-header:after { clear: both; } @media (min-width: 768px) { /* line 31, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */ .navbar-header { float: left; } } /* line 50, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */ .navbar-collapse { overflow-x: visible; padding-right: 15px; padding-left: 15px; border-top: 1px solid transparent; box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1); -webkit-overflow-scrolling: touch; } /* line 14, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_clearfix.scss */ .navbar-collapse:before, .navbar-collapse:after { content: " "; display: table; } /* line 19, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_clearfix.scss */ .navbar-collapse:after { clear: both; } /* line 59, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */ .navbar-collapse.in { overflow-y: auto; } @media (min-width: 768px) { /* line 50, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */ .navbar-collapse { width: auto; border-top: 0; box-shadow: none; } /* line 68, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */ .navbar-collapse.collapse { display: block !important; height: auto !important; padding-bottom: 0; overflow: visible !important; } /* line 75, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */ .navbar-collapse.in { overflow-y: visible; } /* line 81, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */ .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse { padding-left: 0; padding-right: 0; } } /* line 92, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */ .navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse { max-height: 340px; } @media (max-device-width: 480px) and (orientation: landscape) { /* line 92, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */ .navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse { max-height: 200px; } } /* line 108, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */ .container > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-header, .container-fluid > .navbar-collapse { margin-right: -15px; margin-left: -15px; } @media (min-width: 768px) { /* line 108, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */ .container > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-header, .container-fluid > .navbar-collapse { margin-right: 0; margin-left: 0; } } /* line 128, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */ .navbar-static-top { z-index: 1000; border-width: 0 0 1px; } @media (min-width: 768px) { /* line 128, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */ .navbar-static-top { border-radius: 0; } } /* line 138, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */ .navbar-fixed-top, .navbar-fixed-bottom { position: fixed; right: 0; left: 0; z-index: 1030; } @media (min-width: 768px) { /* line 138, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */ .navbar-fixed-top, .navbar-fixed-bottom { border-radius: 0; } } /* line 150, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */ .navbar-fixed-top { top: 0; border-width: 0 0 1px; } /* line 154, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */ .navbar-fixed-bottom { bottom: 0; margin-bottom: 0; border-width: 1px 0 0; } /* line 163, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */ .navbar-brand { float: left; padding: 15px 15px; font-size: 18px; line-height: 20px; height: 50px; } /* line 170, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */ .navbar-brand:hover, .navbar-brand:focus { text-decoration: none; } /* line 175, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */ .navbar-brand > img { display: block; } @media (min-width: 768px) { /* line 180, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */ .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand { margin-left: -15px; } } /* line 193, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */ .navbar-toggle { position: relative; float: right; margin-right: 15px; padding: 9px 10px; margin-top: 8px; margin-bottom: 8px; background-color: transparent; background-image: none; border: 1px solid transparent; border-radius: 4px; } /* line 206, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */ .navbar-toggle:focus { outline: 0; } /* line 211, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */ .navbar-toggle .icon-bar { display: block; width: 22px; height: 2px; border-radius: 1px; } /* line 217, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */ .navbar-toggle .icon-bar + .icon-bar { margin-top: 4px; } @media (min-width: 768px) { /* line 193, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */ .navbar-toggle { display: none; } } /* line 232, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */ .navbar-nav { margin: 7.5px -15px; } /* line 235, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */ .navbar-nav > li > a { padding-top: 10px; padding-bottom: 10px; line-height: 20px; } @media (max-width: 767px) { /* line 243, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */ .navbar-nav .open .dropdown-menu { position: static; float: none; width: auto; margin-top: 0; background-color: transparent; border: 0; box-shadow: none; } /* line 251, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */ .navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header { padding: 5px 15px 5px 25px; } /* line 255, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */ .navbar-nav .open .dropdown-menu > li > a { line-height: 20px; } /* line 257, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */ .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus { background-image: none; } } @media (min-width: 768px) { /* line 232, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */ .navbar-nav { float: left; margin: 0; } /* line 270, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */ .navbar-nav > li { float: left; } /* line 272, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */ .navbar-nav > li > a { padding-top: 15px; padding-bottom: 15px; } } /* line 286, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */ .navbar-form { margin-left: -15px; margin-right: -15px; padding: 10px 15px; border-top: 1px solid transparent; border-bottom: 1px solid transparent; -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1); box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1); margin-top: 8px; margin-bottom: 8px; } @media (min-width: 768px) { /* line 478, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */ .navbar-form .form-group { display: inline-block; margin-bottom: 0; vertical-align: middle; } /* line 485, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */ .navbar-form .form-control { display: inline-block; width: auto; vertical-align: middle; } /* line 492, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */ .navbar-form .form-control-static { display: inline-block; } /* line 496, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */ .navbar-form .input-group { display: inline-table; vertical-align: middle; } /* line 500, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */ .navbar-form .input-group .input-group-addon, .navbar-form .input-group .input-group-btn, .navbar-form .input-group .form-control { width: auto; } /* line 508, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */ .navbar-form .input-group > .form-control { width: 100%; } /* line 512, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */ .navbar-form .control-label { margin-bottom: 0; vertical-align: middle; } /* line 519, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */ .navbar-form .radio, .navbar-form .checkbox { display: inline-block; margin-top: 0; margin-bottom: 0; vertical-align: middle; } /* line 526, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */ .navbar-form .radio label, .navbar-form .checkbox label { padding-left: 0; } /* line 530, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */ .navbar-form .radio input[type="radio"], .navbar-form .checkbox input[type="checkbox"] { position: relative; margin-left: 0; } /* line 537, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */ .navbar-form .has-feedback .form-control-feedback { top: 0; } } @media (max-width: 767px) { /* line 298, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */ .navbar-form .form-group { margin-bottom: 5px; } /* line 302, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */ .navbar-form .form-group:last-child { margin-bottom: 0; } } @media (min-width: 768px) { /* line 286, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */ .navbar-form { width: auto; border: 0; margin-left: 0; margin-right: 0; padding-top: 0; padding-bottom: 0; -webkit-box-shadow: none; box-shadow: none; } } /* line 327, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */ .navbar-nav > li > .dropdown-menu { margin-top: 0; border-top-right-radius: 0; border-top-left-radius: 0; } /* line 332, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */ .navbar-fixed-bottom .navbar-nav > li > .dropdown-menu { margin-bottom: 0; border-top-right-radius: 4px; border-top-left-radius: 4px; border-bottom-right-radius: 0; border-bottom-left-radius: 0; } /* line 343, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */ .navbar-btn { margin-top: 8px; margin-bottom: 8px; } /* line 346, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */ .navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn { margin-top: 10px; margin-bottom: 10px; } /* line 349, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */ .navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn { margin-top: 14px; margin-bottom: 14px; } /* line 359, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */ .navbar-text { margin-top: 15px; margin-bottom: 15px; } @media (min-width: 768px) { /* line 359, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */ .navbar-text { float: left; margin-left: 15px; margin-right: 15px; } } @media (min-width: 768px) { /* line 379, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */ .navbar-left { float: left !important; } /* line 382, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */ .navbar-right { float: right !important; margin-right: -15px; } /* line 386, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */ .navbar-right ~ .navbar-right { margin-right: 0; } } /* line 397, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */ .navbar-default { background-color: #f8f8f8; border-color: #e7e7e7; } /* line 401, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */ .navbar-default .navbar-brand { color: #777; } /* line 403, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */ .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus { color: #5e5e5e; background-color: transparent; } /* line 410, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */ .navbar-default .navbar-text { color: #777; } /* line 415, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */ .navbar-default .navbar-nav > li > a { color: #777; } /* line 418, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */ .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus { color: #333; background-color: transparent; } /* line 425, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */ .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus { color: #555; background-color: #e7e7e7; } /* line 433, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */ .navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus { color: #ccc; background-color: transparent; } /* line 442, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */ .navbar-default .navbar-toggle { border-color: #ddd; } /* line 444, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */ .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus { background-color: #ddd; } /* line 448, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */ .navbar-default .navbar-toggle .icon-bar { background-color: #888; } /* line 453, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */ .navbar-default .navbar-collapse, .navbar-default .navbar-form { border-color: #e7e7e7; } /* line 462, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */ .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus { background-color: #e7e7e7; color: #555; } @media (max-width: 767px) { /* line 473, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */ .navbar-default .navbar-nav .open .dropdown-menu > li > a { color: #777; } /* line 475, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */ .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus { color: #333; background-color: transparent; } /* line 482, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */ .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus { color: #555; background-color: #e7e7e7; } /* line 490, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */ .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus { color: #ccc; background-color: transparent; } } /* line 506, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */ .navbar-default .navbar-link { color: #777; } /* line 508, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */ .navbar-default .navbar-link:hover { color: #333; } /* line 513, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */ .navbar-default .btn-link { color: #777; } /* line 515, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */ .navbar-default .btn-link:hover, .navbar-default .btn-link:focus { color: #333; } /* line 521, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */ .navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:hover, fieldset[disabled] .navbar-default .btn-link:focus { color: #ccc; } /* line 531, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */ .navbar-inverse { background-color: #222; border-color: #090909; } /* line 535, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */ .navbar-inverse .navbar-brand { color: #9d9d9d; } /* line 537, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */ .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus { color: #fff; background-color: transparent; } /* line 544, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */ .navbar-inverse .navbar-text { color: #9d9d9d; } /* line 549, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */ .navbar-inverse .navbar-nav > li > a { color: #9d9d9d; } /* line 552, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */ .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus { color: #fff; background-color: transparent; } /* line 559, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */ .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus { color: #fff; background-color: #090909; } /* line 567, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */ .navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus { color: #444; background-color: transparent; } /* line 577, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */ .navbar-inverse .navbar-toggle { border-color: #333; } /* line 579, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */ .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus { background-color: #333; } /* line 583, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */ .navbar-inverse .navbar-toggle .icon-bar { background-color: #fff; } /* line 588, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */ .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form { border-color: #101010; } /* line 596, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */ .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus { background-color: #090909; color: #fff; } @media (max-width: 767px) { /* line 607, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */ .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header { border-color: #090909; } /* line 610, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */ .navbar-inverse .navbar-nav .open .dropdown-menu .divider { background-color: #090909; } /* line 613, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */ .navbar-inverse .navbar-nav .open .dropdown-menu > li > a { color: #9d9d9d; } /* line 615, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */ .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus { color: #fff; background-color: transparent; } /* line 622, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */ .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus { color: #fff; background-color: #090909; } /* line 630, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */ .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus { color: #444; background-color: transparent; } } /* line 641, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */ .navbar-inverse .navbar-link { color: #9d9d9d; } /* line 643, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */ .navbar-inverse .navbar-link:hover { color: #fff; } /* line 648, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */ .navbar-inverse .btn-link { color: #9d9d9d; } /* line 650, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */ .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus { color: #fff; } /* line 656, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */ .navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:hover, fieldset[disabled] .navbar-inverse .btn-link:focus { color: #444; } /* line 6, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_breadcrumbs.scss */ .breadcrumb { padding: 8px 15px; margin-bottom: 20px; list-style: none; background-color: #f5f5f5; border-radius: 4px; } /* line 13, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_breadcrumbs.scss */ .breadcrumb > li { display: inline-block; } /* line 16, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_breadcrumbs.scss */ .breadcrumb > li + li:before { content: "/ "; padding: 0 5px; color: #ccc; } /* line 25, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_breadcrumbs.scss */ .breadcrumb > .active { color: #777777; } /* line 4, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_pagination.scss */ .pagination { display: inline-block; padding-left: 0; margin: 20px 0; border-radius: 4px; } /* line 10, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_pagination.scss */ .pagination > li { display: inline; } /* line 12, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_pagination.scss */ .pagination > li > a, .pagination > li > span { position: relative; float: left; padding: 6px 12px; line-height: 1.42857143; text-decoration: none; color: #337ab7; background-color: #fff; border: 1px solid #ddd; margin-left: -1px; } /* line 25, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_pagination.scss */ .pagination > li:first-child > a, .pagination > li:first-child > span { margin-left: 0; border-bottom-left-radius: 4px; border-top-left-radius: 4px; } /* line 32, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_pagination.scss */ .pagination > li:last-child > a, .pagination > li:last-child > span { border-bottom-right-radius: 4px; border-top-right-radius: 4px; } /* line 41, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_pagination.scss */ .pagination > li > a:hover, .pagination > li > a:focus, .pagination > li > span:hover, .pagination > li > span:focus { z-index: 2; color: #23527c; background-color: #eeeeee; border-color: #ddd; } /* line 52, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_pagination.scss */ .pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus, .pagination > .active > span, .pagination > .active > span:hover, .pagination > .active > span:focus { z-index: 3; color: #fff; background-color: #337ab7; border-color: #337ab7; cursor: default; } /* line 64, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_pagination.scss */ .pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus { color: #777777; background-color: #fff; border-color: #ddd; cursor: not-allowed; } /* line 5, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_pagination.scss */ .pagination-lg > li > a, .pagination-lg > li > span { padding: 10px 16px; font-size: 18px; line-height: 1.3333333; } /* line 12, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_pagination.scss */ .pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span { border-bottom-left-radius: 6px; border-top-left-radius: 6px; } /* line 18, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_pagination.scss */ .pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span { border-bottom-right-radius: 6px; border-top-right-radius: 6px; } /* line 5, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_pagination.scss */ .pagination-sm > li > a, .pagination-sm > li > span { padding: 5px 10px; font-size: 12px; line-height: 1.5; } /* line 12, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_pagination.scss */ .pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span { border-bottom-left-radius: 3px; border-top-left-radius: 3px; } /* line 18, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_pagination.scss */ .pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span { border-bottom-right-radius: 3px; border-top-right-radius: 3px; } /* line 6, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_pager.scss */ .pager { padding-left: 0; margin: 20px 0; list-style: none; text-align: center; } /* line 14, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_clearfix.scss */ .pager:before, .pager:after { content: " "; display: table; } /* line 19, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_clearfix.scss */ .pager:after { clear: both; } /* line 12, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_pager.scss */ .pager li { display: inline; } /* line 14, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_pager.scss */ .pager li > a, .pager li > span { display: inline-block; padding: 5px 14px; background-color: #fff; border: 1px solid #ddd; border-radius: 15px; } /* line 23, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_pager.scss */ .pager li > a:hover, .pager li > a:focus { text-decoration: none; background-color: #eeeeee; } /* line 31, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_pager.scss */ .pager .next > a, .pager .next > span { float: right; } /* line 38, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_pager.scss */ .pager .previous > a, .pager .previous > span { float: left; } /* line 45, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_pager.scss */ .pager .disabled > a, .pager .disabled > a:hover, .pager .disabled > a:focus, .pager .disabled > span { color: #777777; background-color: #fff; cursor: not-allowed; } /* line 5, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_labels.scss */ .label { display: inline; padding: .2em .6em .3em; font-size: 75%; font-weight: bold; line-height: 1; color: #fff; text-align: center; white-space: nowrap; vertical-align: baseline; border-radius: .25em; } /* line 20, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_labels.scss */ .label:empty { display: none; } /* line 25, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_labels.scss */ .btn .label { position: relative; top: -1px; } /* line 33, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_labels.scss */ a.label:hover, a.label:focus { color: #fff; text-decoration: none; cursor: pointer; } /* line 44, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_labels.scss */ .label-default { background-color: #777777; } /* line 7, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_labels.scss */ .label-default[href]:hover, .label-default[href]:focus { background-color: #5e5e5e; } /* line 48, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_labels.scss */ .label-primary { background-color: #337ab7; } /* line 7, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_labels.scss */ .label-primary[href]:hover, .label-primary[href]:focus { background-color: #286090; } /* line 52, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_labels.scss */ .label-success { background-color: #5cb85c; } /* line 7, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_labels.scss */ .label-success[href]:hover, .label-success[href]:focus { background-color: #449d44; } /* line 56, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_labels.scss */ .label-info { background-color: #5bc0de; } /* line 7, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_labels.scss */ .label-info[href]:hover, .label-info[href]:focus { background-color: #31b0d5; } /* line 60, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_labels.scss */ .label-warning { background-color: #f0ad4e; } /* line 7, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_labels.scss */ .label-warning[href]:hover, .label-warning[href]:focus { background-color: #ec971f; } /* line 64, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_labels.scss */ .label-danger { background-color: #d9534f; } /* line 7, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_labels.scss */ .label-danger[href]:hover, .label-danger[href]:focus { background-color: #c9302c; } /* line 7, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_badges.scss */ .badge { display: inline-block; min-width: 10px; padding: 3px 7px; font-size: 12px; font-weight: bold; color: #fff; line-height: 1; vertical-align: middle; white-space: nowrap; text-align: center; background-color: #777777; border-radius: 10px; } /* line 22, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_badges.scss */ .badge:empty { display: none; } /* line 27, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_badges.scss */ .btn .badge { position: relative; top: -1px; } /* line 32, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_badges.scss */ .btn-xs .badge, .btn-group-xs > .btn .badge, .btn-group-xs > .btn .badge { top: 0; padding: 1px 5px; } /* line 41, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_badges.scss */ .list-group-item.active > .badge, .nav-pills > .active > a > .badge { color: #337ab7; background-color: #fff; } /* line 47, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_badges.scss */ .list-group-item > .badge { float: right; } /* line 51, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_badges.scss */ .list-group-item > .badge + .badge { margin-right: 5px; } /* line 55, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_badges.scss */ .nav-pills > li > a > .badge { margin-left: 3px; } /* line 62, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_badges.scss */ a.badge:hover, a.badge:focus { color: #fff; text-decoration: none; cursor: pointer; } /* line 6, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_jumbotron.scss */ .jumbotron { padding-top: 30px; padding-bottom: 30px; margin-bottom: 30px; color: inherit; background-color: #eeeeee; } /* line 13, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_jumbotron.scss */ .jumbotron h1, .jumbotron .h1 { color: inherit; } /* line 18, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_jumbotron.scss */ .jumbotron p { margin-bottom: 15px; font-size: 21px; font-weight: 200; } /* line 24, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_jumbotron.scss */ .jumbotron > hr { border-top-color: #d5d5d5; } /* line 28, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_jumbotron.scss */ .container .jumbotron, .container-fluid .jumbotron { border-radius: 6px; padding-left: 15px; padding-right: 15px; } /* line 35, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_jumbotron.scss */ .jumbotron .container { max-width: 100%; } @media screen and (min-width: 768px) { /* line 6, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_jumbotron.scss */ .jumbotron { padding-top: 48px; padding-bottom: 48px; } /* line 43, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_jumbotron.scss */ .container .jumbotron, .container-fluid .jumbotron { padding-left: 60px; padding-right: 60px; } /* line 49, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_jumbotron.scss */ .jumbotron h1, .jumbotron .h1 { font-size: 63px; } } /* line 7, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_thumbnails.scss */ .thumbnail { display: block; padding: 4px; margin-bottom: 20px; line-height: 1.42857143; background-color: #fff; border: 1px solid #ddd; border-radius: 4px; -webkit-transition: border 0.2s ease-in-out; -o-transition: border 0.2s ease-in-out; transition: border 0.2s ease-in-out; } /* line 17, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_thumbnails.scss */ .thumbnail > img, .thumbnail a > img { display: block; max-width: 100%; height: auto; margin-left: auto; margin-right: auto; } /* line 27, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_thumbnails.scss */ .thumbnail .caption { padding: 9px; color: #333333; } /* line 34, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_thumbnails.scss */ a.thumbnail:hover, a.thumbnail:focus, a.thumbnail.active { border-color: #337ab7; } /* line 9, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_alerts.scss */ .alert { padding: 15px; margin-bottom: 20px; border: 1px solid transparent; border-radius: 4px; } /* line 16, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_alerts.scss */ .alert h4 { margin-top: 0; color: inherit; } /* line 23, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_alerts.scss */ .alert .alert-link { font-weight: bold; } /* line 28, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_alerts.scss */ .alert > p, .alert > ul { margin-bottom: 0; } /* line 33, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_alerts.scss */ .alert > p + p { margin-top: 5px; } /* line 42, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_alerts.scss */ .alert-dismissable, .alert-dismissible { padding-right: 35px; } /* line 47, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_alerts.scss */ .alert-dismissable .close, .alert-dismissible .close { position: relative; top: -2px; right: -21px; color: inherit; } /* line 59, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_alerts.scss */ .alert-success { background-color: #dff0d8; border-color: #d6e9c6; color: #3c763d; } /* line 8, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_alerts.scss */ .alert-success hr { border-top-color: #c9e2b3; } /* line 11, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_alerts.scss */ .alert-success .alert-link { color: #2b542c; } /* line 63, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_alerts.scss */ .alert-info { background-color: #d9edf7; border-color: #bce8f1; color: #31708f; } /* line 8, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_alerts.scss */ .alert-info hr { border-top-color: #a6e1ec; } /* line 11, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_alerts.scss */ .alert-info .alert-link { color: #245269; } /* line 67, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_alerts.scss */ .alert-warning { background-color: #fcf8e3; border-color: #faebcc; color: #8a6d3b; } /* line 8, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_alerts.scss */ .alert-warning hr { border-top-color: #f7e1b5; } /* line 11, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_alerts.scss */ .alert-warning .alert-link { color: #66512c; } /* line 71, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_alerts.scss */ .alert-danger { background-color: #f2dede; border-color: #ebccd1; color: #a94442; } /* line 8, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_alerts.scss */ .alert-danger hr { border-top-color: #e4b9c0; } /* line 11, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_alerts.scss */ .alert-danger .alert-link { color: #843534; } @-webkit-keyframes progress-bar-stripes { from { background-position: 40px 0; } to { background-position: 0 0; } } @keyframes progress-bar-stripes { from { background-position: 40px 0; } to { background-position: 0 0; } } /* line 26, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_progress-bars.scss */ .progress { overflow: hidden; height: 20px; margin-bottom: 20px; background-color: #f5f5f5; border-radius: 4px; -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); } /* line 36, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_progress-bars.scss */ .progress-bar { float: left; width: 0%; height: 100%; font-size: 12px; line-height: 20px; color: #fff; text-align: center; background-color: #337ab7; -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15); box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15); -webkit-transition: width 0.6s ease; -o-transition: width 0.6s ease; transition: width 0.6s ease; } /* line 54, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_progress-bars.scss */ .progress-striped .progress-bar, .progress-bar-striped { background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-size: 40px 40px; } /* line 64, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_progress-bars.scss */ .progress.active .progress-bar, .progress-bar.active { -webkit-animation: progress-bar-stripes 2s linear infinite; -o-animation: progress-bar-stripes 2s linear infinite; animation: progress-bar-stripes 2s linear infinite; } /* line 73, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_progress-bars.scss */ .progress-bar-success { background-color: #5cb85c; } /* line 7, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_progress-bar.scss */ .progress-striped .progress-bar-success { background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); } /* line 77, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_progress-bars.scss */ .progress-bar-info { background-color: #5bc0de; } /* line 7, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_progress-bar.scss */ .progress-striped .progress-bar-info { background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); } /* line 81, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_progress-bars.scss */ .progress-bar-warning { background-color: #f0ad4e; } /* line 7, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_progress-bar.scss */ .progress-striped .progress-bar-warning { background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); } /* line 85, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_progress-bars.scss */ .progress-bar-danger { background-color: #d9534f; } /* line 7, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_progress-bar.scss */ .progress-striped .progress-bar-danger { background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); } /* line 1, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_media.scss */ .media { margin-top: 15px; } /* line 5, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_media.scss */ .media:first-child { margin-top: 0; } /* line 10, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_media.scss */ .media, .media-body { zoom: 1; overflow: hidden; } /* line 16, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_media.scss */ .media-body { width: 10000px; } /* line 20, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_media.scss */ .media-object { display: block; } /* line 24, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_media.scss */ .media-object.img-thumbnail { max-width: none; } /* line 29, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_media.scss */ .media-right, .media > .pull-right { padding-left: 10px; } /* line 34, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_media.scss */ .media-left, .media > .pull-left { padding-right: 10px; } /* line 39, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_media.scss */ .media-left, .media-right, .media-body { display: table-cell; vertical-align: top; } /* line 46, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_media.scss */ .media-middle { vertical-align: middle; } /* line 50, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_media.scss */ .media-bottom { vertical-align: bottom; } /* line 55, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_media.scss */ .media-heading { margin-top: 0; margin-bottom: 5px; } /* line 63, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_media.scss */ .media-list { padding-left: 0; list-style: none; } /* line 10, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_list-group.scss */ .list-group { margin-bottom: 20px; padding-left: 0; } /* line 21, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_list-group.scss */ .list-group-item { position: relative; display: block; padding: 10px 15px; margin-bottom: -1px; background-color: #fff; border: 1px solid #ddd; } /* line 31, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_list-group.scss */ .list-group-item:first-child { border-top-right-radius: 4px; border-top-left-radius: 4px; } /* line 34, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_list-group.scss */ .list-group-item:last-child { margin-bottom: 0; border-bottom-right-radius: 4px; border-bottom-left-radius: 4px; } /* line 46, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_list-group.scss */ a.list-group-item, button.list-group-item { color: #555; } /* line 50, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_list-group.scss */ a.list-group-item .list-group-item-heading, button.list-group-item .list-group-item-heading { color: #333; } /* line 55, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_list-group.scss */ a.list-group-item:hover, a.list-group-item:focus, button.list-group-item:hover, button.list-group-item:focus { text-decoration: none; color: #555; background-color: #f5f5f5; } /* line 63, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_list-group.scss */ button.list-group-item { width: 100%; text-align: left; } /* line 70, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_list-group.scss */ .list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus { background-color: #eeeeee; color: #777777; cursor: not-allowed; } /* line 78, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_list-group.scss */ .list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading { color: inherit; } /* line 81, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_list-group.scss */ .list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text { color: #777777; } /* line 87, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_list-group.scss */ .list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus { z-index: 2; color: #fff; background-color: #337ab7; border-color: #337ab7; } /* line 96, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_list-group.scss */ .list-group-item.active .list-group-item-heading, .list-group-item.active .list-group-item-heading > small, .list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading, .list-group-item.active:hover .list-group-item-heading > small, .list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading, .list-group-item.active:focus .list-group-item-heading > small, .list-group-item.active:focus .list-group-item-heading > .small { color: inherit; } /* line 101, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_list-group.scss */ .list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text { color: #c7ddef; } /* line 4, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_list-group.scss */ .list-group-item-success { color: #3c763d; background-color: #dff0d8; } /* line 11, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_list-group.scss */ a.list-group-item-success, button.list-group-item-success { color: #3c763d; } /* line 15, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_list-group.scss */ a.list-group-item-success .list-group-item-heading, button.list-group-item-success .list-group-item-heading { color: inherit; } /* line 19, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_list-group.scss */ a.list-group-item-success:hover, a.list-group-item-success:focus, button.list-group-item-success:hover, button.list-group-item-success:focus { color: #3c763d; background-color: #d0e9c6; } /* line 24, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_list-group.scss */ a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus, button.list-group-item-success.active, button.list-group-item-success.active:hover, button.list-group-item-success.active:focus { color: #fff; background-color: #3c763d; border-color: #3c763d; } /* line 4, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_list-group.scss */ .list-group-item-info { color: #31708f; background-color: #d9edf7; } /* line 11, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_list-group.scss */ a.list-group-item-info, button.list-group-item-info { color: #31708f; } /* line 15, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_list-group.scss */ a.list-group-item-info .list-group-item-heading, button.list-group-item-info .list-group-item-heading { color: inherit; } /* line 19, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_list-group.scss */ a.list-group-item-info:hover, a.list-group-item-info:focus, button.list-group-item-info:hover, button.list-group-item-info:focus { color: #31708f; background-color: #c4e3f3; } /* line 24, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_list-group.scss */ a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus, button.list-group-item-info.active, button.list-group-item-info.active:hover, button.list-group-item-info.active:focus { color: #fff; background-color: #31708f; border-color: #31708f; } /* line 4, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_list-group.scss */ .list-group-item-warning { color: #8a6d3b; background-color: #fcf8e3; } /* line 11, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_list-group.scss */ a.list-group-item-warning, button.list-group-item-warning { color: #8a6d3b; } /* line 15, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_list-group.scss */ a.list-group-item-warning .list-group-item-heading, button.list-group-item-warning .list-group-item-heading { color: inherit; } /* line 19, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_list-group.scss */ a.list-group-item-warning:hover, a.list-group-item-warning:focus, button.list-group-item-warning:hover, button.list-group-item-warning:focus { color: #8a6d3b; background-color: #faf2cc; } /* line 24, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_list-group.scss */ a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus, button.list-group-item-warning.active, button.list-group-item-warning.active:hover, button.list-group-item-warning.active:focus { color: #fff; background-color: #8a6d3b; border-color: #8a6d3b; } /* line 4, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_list-group.scss */ .list-group-item-danger { color: #a94442; background-color: #f2dede; } /* line 11, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_list-group.scss */ a.list-group-item-danger, button.list-group-item-danger { color: #a94442; } /* line 15, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_list-group.scss */ a.list-group-item-danger .list-group-item-heading, button.list-group-item-danger .list-group-item-heading { color: inherit; } /* line 19, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_list-group.scss */ a.list-group-item-danger:hover, a.list-group-item-danger:focus, button.list-group-item-danger:hover, button.list-group-item-danger:focus { color: #a94442; background-color: #ebcccc; } /* line 24, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_list-group.scss */ a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus, button.list-group-item-danger.active, button.list-group-item-danger.active:hover, button.list-group-item-danger.active:focus { color: #fff; background-color: #a94442; border-color: #a94442; } /* line 123, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_list-group.scss */ .list-group-item-heading { margin-top: 0; margin-bottom: 5px; } /* line 127, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_list-group.scss */ .list-group-item-text { margin-bottom: 0; line-height: 1.3; } /* line 7, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_panels.scss */ .panel { margin-bottom: 20px; background-color: #fff; border: 1px solid transparent; border-radius: 4px; -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); } /* line 16, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_panels.scss */ .panel-body { padding: 15px; } /* line 14, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_clearfix.scss */ .panel-body:before, .panel-body:after { content: " "; display: table; } /* line 19, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_clearfix.scss */ .panel-body:after { clear: both; } /* line 22, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_panels.scss */ .panel-heading { padding: 10px 15px; border-bottom: 1px solid transparent; border-top-right-radius: 3px; border-top-left-radius: 3px; } /* line 27, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_panels.scss */ .panel-heading > .dropdown .dropdown-toggle { color: inherit; } /* line 33, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_panels.scss */ .panel-title { margin-top: 0; margin-bottom: 0; font-size: 16px; color: inherit; } /* line 39, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_panels.scss */ .panel-title > a, .panel-title > small, .panel-title > .small, .panel-title > small > a, .panel-title > .small > a { color: inherit; } /* line 49, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_panels.scss */ .panel-footer { padding: 10px 15px; background-color: #f5f5f5; border-top: 1px solid #ddd; border-bottom-right-radius: 3px; border-bottom-left-radius: 3px; } /* line 63, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_panels.scss */ .panel > .list-group, .panel > .panel-collapse > .list-group { margin-bottom: 0; } /* line 67, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_panels.scss */ .panel > .list-group .list-group-item, .panel > .panel-collapse > .list-group .list-group-item { border-width: 1px 0; border-radius: 0; } /* line 74, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_panels.scss */ .panel > .list-group:first-child .list-group-item:first-child, .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child { border-top: 0; border-top-right-radius: 3px; border-top-left-radius: 3px; } /* line 82, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_panels.scss */ .panel > .list-group:last-child .list-group-item:last-child, .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child { border-bottom: 0; border-bottom-right-radius: 3px; border-bottom-left-radius: 3px; } /* line 89, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_panels.scss */ .panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child { border-top-right-radius: 0; border-top-left-radius: 0; } /* line 96, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_panels.scss */ .panel-heading + .list-group .list-group-item:first-child { border-top-width: 0; } /* line 100, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_panels.scss */ .list-group + .panel-footer { border-top-width: 0; } /* line 110, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_panels.scss */ .panel > .table, .panel > .table-responsive > .table, .panel > .panel-collapse > .table { margin-bottom: 0; } /* line 115, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_panels.scss */ .panel > .table caption, .panel > .table-responsive > .table caption, .panel > .panel-collapse > .table caption { padding-left: 15px; padding-right: 15px; } /* line 121, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_panels.scss */ .panel > .table:first-child, .panel > .table-responsive:first-child > .table:first-child { border-top-right-radius: 3px; border-top-left-radius: 3px; } /* line 127, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_panels.scss */ .panel > .table:first-child > thead:first-child > tr:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child { border-top-left-radius: 3px; border-top-right-radius: 3px; } /* line 131, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_panels.scss */ .panel > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child { border-top-left-radius: 3px; } /* line 135, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_panels.scss */ .panel > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child { border-top-right-radius: 3px; } /* line 143, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_panels.scss */ .panel > .table:last-child, .panel > .table-responsive:last-child > .table:last-child { border-bottom-right-radius: 3px; border-bottom-left-radius: 3px; } /* line 149, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_panels.scss */ .panel > .table:last-child > tbody:last-child > tr:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child { border-bottom-left-radius: 3px; border-bottom-right-radius: 3px; } /* line 153, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_panels.scss */ .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child { border-bottom-left-radius: 3px; } /* line 157, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_panels.scss */ .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child { border-bottom-right-radius: 3px; } /* line 164, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_panels.scss */ .panel > .panel-body + .table, .panel > .panel-body + .table-responsive, .panel > .table + .panel-body, .panel > .table-responsive + .panel-body { border-top: 1px solid #ddd; } /* line 170, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_panels.scss */ .panel > .table > tbody:first-child > tr:first-child th, .panel > .table > tbody:first-child > tr:first-child td { border-top: 0; } /* line 174, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_panels.scss */ .panel > .table-bordered, .panel > .table-responsive > .table-bordered { border: 0; } /* line 181, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_panels.scss */ .panel > .table-bordered > thead > tr > th:first-child, .panel > .table-bordered > thead > tr > td:first-child, .panel > .table-bordered > tbody > tr > th:first-child, .panel > .table-bordered > tbody > tr > td:first-child, .panel > .table-bordered > tfoot > tr > th:first-child, .panel > .table-bordered > tfoot > tr > td:first-child, .panel > .table-responsive > .table-bordered > thead > tr > th:first-child, .panel > .table-responsive > .table-bordered > thead > tr > td:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child { border-left: 0; } /* line 185, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_panels.scss */ .panel > .table-bordered > thead > tr > th:last-child, .panel > .table-bordered > thead > tr > td:last-child, .panel > .table-bordered > tbody > tr > th:last-child, .panel > .table-bordered > tbody > tr > td:last-child, .panel > .table-bordered > tfoot > tr > th:last-child, .panel > .table-bordered > tfoot > tr > td:last-child, .panel > .table-responsive > .table-bordered > thead > tr > th:last-child, .panel > .table-responsive > .table-bordered > thead > tr > td:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child { border-right: 0; } /* line 194, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_panels.scss */ .panel > .table-bordered > thead > tr:first-child > td, .panel > .table-bordered > thead > tr:first-child > th, .panel > .table-bordered > tbody > tr:first-child > td, .panel > .table-bordered > tbody > tr:first-child > th, .panel > .table-responsive > .table-bordered > thead > tr:first-child > td, .panel > .table-responsive > .table-bordered > thead > tr:first-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th { border-bottom: 0; } /* line 203, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_panels.scss */ .panel > .table-bordered > tbody > tr:last-child > td, .panel > .table-bordered > tbody > tr:last-child > th, .panel > .table-bordered > tfoot > tr:last-child > td, .panel > .table-bordered > tfoot > tr:last-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th { border-bottom: 0; } /* line 210, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_panels.scss */ .panel > .table-responsive { border: 0; margin-bottom: 0; } /* line 222, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_panels.scss */ .panel-group { margin-bottom: 20px; } /* line 226, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_panels.scss */ .panel-group .panel { margin-bottom: 0; border-radius: 4px; } /* line 230, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_panels.scss */ .panel-group .panel + .panel { margin-top: 5px; } /* line 235, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_panels.scss */ .panel-group .panel-heading { border-bottom: 0; } /* line 238, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_panels.scss */ .panel-group .panel-heading + .panel-collapse > .panel-body, .panel-group .panel-heading + .panel-collapse > .list-group { border-top: 1px solid #ddd; } /* line 244, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_panels.scss */ .panel-group .panel-footer { border-top: 0; } /* line 246, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_panels.scss */ .panel-group .panel-footer + .panel-collapse .panel-body { border-bottom: 1px solid #ddd; } /* line 254, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_panels.scss */ .panel-default { border-color: #ddd; } /* line 6, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_panels.scss */ .panel-default > .panel-heading { color: #333333; background-color: #f5f5f5; border-color: #ddd; } /* line 11, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_panels.scss */ .panel-default > .panel-heading + .panel-collapse > .panel-body { border-top-color: #ddd; } /* line 14, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_panels.scss */ .panel-default > .panel-heading .badge { color: #f5f5f5; background-color: #333333; } /* line 20, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_panels.scss */ .panel-default > .panel-footer + .panel-collapse > .panel-body { border-bottom-color: #ddd; } /* line 257, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_panels.scss */ .panel-primary { border-color: #337ab7; } /* line 6, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_panels.scss */ .panel-primary > .panel-heading { color: #fff; background-color: #337ab7; border-color: #337ab7; } /* line 11, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_panels.scss */ .panel-primary > .panel-heading + .panel-collapse > .panel-body { border-top-color: #337ab7; } /* line 14, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_panels.scss */ .panel-primary > .panel-heading .badge { color: #337ab7; background-color: #fff; } /* line 20, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_panels.scss */ .panel-primary > .panel-footer + .panel-collapse > .panel-body { border-bottom-color: #337ab7; } /* line 260, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_panels.scss */ .panel-success { border-color: #d6e9c6; } /* line 6, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_panels.scss */ .panel-success > .panel-heading { color: #3c763d; background-color: #dff0d8; border-color: #d6e9c6; } /* line 11, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_panels.scss */ .panel-success > .panel-heading + .panel-collapse > .panel-body { border-top-color: #d6e9c6; } /* line 14, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_panels.scss */ .panel-success > .panel-heading .badge { color: #dff0d8; background-color: #3c763d; } /* line 20, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_panels.scss */ .panel-success > .panel-footer + .panel-collapse > .panel-body { border-bottom-color: #d6e9c6; } /* line 263, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_panels.scss */ .panel-info { border-color: #bce8f1; } /* line 6, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_panels.scss */ .panel-info > .panel-heading { color: #31708f; background-color: #d9edf7; border-color: #bce8f1; } /* line 11, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_panels.scss */ .panel-info > .panel-heading + .panel-collapse > .panel-body { border-top-color: #bce8f1; } /* line 14, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_panels.scss */ .panel-info > .panel-heading .badge { color: #d9edf7; background-color: #31708f; } /* line 20, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_panels.scss */ .panel-info > .panel-footer + .panel-collapse > .panel-body { border-bottom-color: #bce8f1; } /* line 266, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_panels.scss */ .panel-warning { border-color: #faebcc; } /* line 6, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_panels.scss */ .panel-warning > .panel-heading { color: #8a6d3b; background-color: #fcf8e3; border-color: #faebcc; } /* line 11, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_panels.scss */ .panel-warning > .panel-heading + .panel-collapse > .panel-body { border-top-color: #faebcc; } /* line 14, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_panels.scss */ .panel-warning > .panel-heading .badge { color: #fcf8e3; background-color: #8a6d3b; } /* line 20, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_panels.scss */ .panel-warning > .panel-footer + .panel-collapse > .panel-body { border-bottom-color: #faebcc; } /* line 269, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_panels.scss */ .panel-danger { border-color: #ebccd1; } /* line 6, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_panels.scss */ .panel-danger > .panel-heading { color: #a94442; background-color: #f2dede; border-color: #ebccd1; } /* line 11, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_panels.scss */ .panel-danger > .panel-heading + .panel-collapse > .panel-body { border-top-color: #ebccd1; } /* line 14, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_panels.scss */ .panel-danger > .panel-heading .badge { color: #f2dede; background-color: #a94442; } /* line 20, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_panels.scss */ .panel-danger > .panel-footer + .panel-collapse > .panel-body { border-bottom-color: #ebccd1; } /* line 5, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_responsive-embed.scss */ .embed-responsive { position: relative; display: block; height: 0; padding: 0; overflow: hidden; } /* line 12, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_responsive-embed.scss */ .embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object, .embed-responsive video { position: absolute; top: 0; left: 0; bottom: 0; height: 100%; width: 100%; border: 0; } /* line 28, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_responsive-embed.scss */ .embed-responsive-16by9 { padding-bottom: 56.25%; } /* line 33, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_responsive-embed.scss */ .embed-responsive-4by3 { padding-bottom: 75%; } /* line 7, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_wells.scss */ .well { min-height: 20px; padding: 19px; margin-bottom: 20px; background-color: #f5f5f5; border: 1px solid #e3e3e3; border-radius: 4px; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); } /* line 15, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_wells.scss */ .well blockquote { border-color: #ddd; border-color: rgba(0, 0, 0, 0.15); } /* line 22, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_wells.scss */ .well-lg { padding: 24px; border-radius: 6px; } /* line 26, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_wells.scss */ .well-sm { padding: 9px; border-radius: 3px; } /* line 6, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_close.scss */ .close { float: right; font-size: 21px; font-weight: bold; line-height: 1; color: #000; text-shadow: 0 1px 0 #fff; opacity: 0.2; filter: alpha(opacity=20); } /* line 15, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_close.scss */ .close:hover, .close:focus { color: #000; text-decoration: none; cursor: pointer; opacity: 0.5; filter: alpha(opacity=50); } /* line 30, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_close.scss */ button.close { padding: 0; cursor: pointer; background: transparent; border: 0; -webkit-appearance: none; } /* line 11, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_modals.scss */ .modal-open { overflow: hidden; } /* line 16, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_modals.scss */ .modal { display: none; overflow: hidden; position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 1050; -webkit-overflow-scrolling: touch; outline: 0; } /* line 32, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_modals.scss */ .modal.fade .modal-dialog { -webkit-transform: translate(0, -25%); -ms-transform: translate(0, -25%); -o-transform: translate(0, -25%); transform: translate(0, -25%); -webkit-transition: -webkit-transform 0.3s ease-out; -moz-transition: -moz-transform 0.3s ease-out; -o-transition: -o-transform 0.3s ease-out; transition: transform 0.3s ease-out; } /* line 36, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_modals.scss */ .modal.in .modal-dialog { -webkit-transform: translate(0, 0); -ms-transform: translate(0, 0); -o-transform: translate(0, 0); transform: translate(0, 0); } /* line 38, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_modals.scss */ .modal-open .modal { overflow-x: hidden; overflow-y: auto; } /* line 44, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_modals.scss */ .modal-dialog { position: relative; width: auto; margin: 10px; } /* line 51, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_modals.scss */ .modal-content { position: relative; background-color: #fff; border: 1px solid #999; border: 1px solid rgba(0, 0, 0, 0.2); border-radius: 6px; -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5); box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5); background-clip: padding-box; outline: 0; } /* line 64, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_modals.scss */ .modal-backdrop { position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 1040; background-color: #000; } /* line 73, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_modals.scss */ .modal-backdrop.fade { opacity: 0; filter: alpha(opacity=0); } /* line 74, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_modals.scss */ .modal-backdrop.in { opacity: 0.5; filter: alpha(opacity=50); } /* line 79, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_modals.scss */ .modal-header { padding: 15px; border-bottom: 1px solid #e5e5e5; } /* line 14, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_clearfix.scss */ .modal-header:before, .modal-header:after { content: " "; display: table; } /* line 19, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_clearfix.scss */ .modal-header:after { clear: both; } /* line 85, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_modals.scss */ .modal-header .close { margin-top: -2px; } /* line 90, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_modals.scss */ .modal-title { margin: 0; line-height: 1.42857143; } /* line 97, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_modals.scss */ .modal-body { position: relative; padding: 15px; } /* line 103, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_modals.scss */ .modal-footer { padding: 15px; text-align: right; border-top: 1px solid #e5e5e5; } /* line 14, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_clearfix.scss */ .modal-footer:before, .modal-footer:after { content: " "; display: table; } /* line 19, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_clearfix.scss */ .modal-footer:after { clear: both; } /* line 110, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_modals.scss */ .modal-footer .btn + .btn { margin-left: 5px; margin-bottom: 0; } /* line 115, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_modals.scss */ .modal-footer .btn-group .btn + .btn { margin-left: -1px; } /* line 119, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_modals.scss */ .modal-footer .btn-block + .btn-block { margin-left: 0; } /* line 125, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_modals.scss */ .modal-scrollbar-measure { position: absolute; top: -9999px; width: 50px; height: 50px; overflow: scroll; } @media (min-width: 768px) { /* line 136, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_modals.scss */ .modal-dialog { width: 600px; margin: 30px auto; } /* line 140, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_modals.scss */ .modal-content { -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); } /* line 145, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_modals.scss */ .modal-sm { width: 300px; } } @media (min-width: 992px) { /* line 149, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_modals.scss */ .modal-lg { width: 900px; } } /* line 7, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_tooltip.scss */ .tooltip { position: absolute; z-index: 1070; display: block; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-style: normal; font-weight: normal; letter-spacing: normal; line-break: auto; line-height: 1.42857143; text-align: left; text-align: start; text-decoration: none; text-shadow: none; text-transform: none; white-space: normal; word-break: normal; word-spacing: normal; word-wrap: normal; font-size: 12px; opacity: 0; filter: alpha(opacity=0); } /* line 18, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_tooltip.scss */ .tooltip.in { opacity: 0.9; filter: alpha(opacity=90); } /* line 19, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_tooltip.scss */ .tooltip.top { margin-top: -3px; padding: 5px 0; } /* line 20, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_tooltip.scss */ .tooltip.right { margin-left: 3px; padding: 0 5px; } /* line 21, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_tooltip.scss */ .tooltip.bottom { margin-top: 3px; padding: 5px 0; } /* line 22, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_tooltip.scss */ .tooltip.left { margin-left: -3px; padding: 0 5px; } /* line 26, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_tooltip.scss */ .tooltip-inner { max-width: 200px; padding: 3px 8px; color: #fff; text-align: center; background-color: #000; border-radius: 4px; } /* line 36, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_tooltip.scss */ .tooltip-arrow { position: absolute; width: 0; height: 0; border-color: transparent; border-style: solid; } /* line 45, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_tooltip.scss */ .tooltip.top .tooltip-arrow { bottom: 0; left: 50%; margin-left: -5px; border-width: 5px 5px 0; border-top-color: #000; } /* line 52, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_tooltip.scss */ .tooltip.top-left .tooltip-arrow { bottom: 0; right: 5px; margin-bottom: -5px; border-width: 5px 5px 0; border-top-color: #000; } /* line 59, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_tooltip.scss */ .tooltip.top-right .tooltip-arrow { bottom: 0; left: 5px; margin-bottom: -5px; border-width: 5px 5px 0; border-top-color: #000; } /* line 66, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_tooltip.scss */ .tooltip.right .tooltip-arrow { top: 50%; left: 0; margin-top: -5px; border-width: 5px 5px 5px 0; border-right-color: #000; } /* line 73, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_tooltip.scss */ .tooltip.left .tooltip-arrow { top: 50%; right: 0; margin-top: -5px; border-width: 5px 0 5px 5px; border-left-color: #000; } /* line 80, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_tooltip.scss */ .tooltip.bottom .tooltip-arrow { top: 0; left: 50%; margin-left: -5px; border-width: 0 5px 5px; border-bottom-color: #000; } /* line 87, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_tooltip.scss */ .tooltip.bottom-left .tooltip-arrow { top: 0; right: 5px; margin-top: -5px; border-width: 0 5px 5px; border-bottom-color: #000; } /* line 94, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_tooltip.scss */ .tooltip.bottom-right .tooltip-arrow { top: 0; left: 5px; margin-top: -5px; border-width: 0 5px 5px; border-bottom-color: #000; } /* line 6, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_popovers.scss */ .popover { position: absolute; top: 0; left: 0; z-index: 1060; display: none; max-width: 276px; padding: 1px; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-style: normal; font-weight: normal; letter-spacing: normal; line-break: auto; line-height: 1.42857143; text-align: left; text-align: start; text-decoration: none; text-shadow: none; text-transform: none; white-space: normal; word-break: normal; word-spacing: normal; word-wrap: normal; font-size: 14px; background-color: #fff; background-clip: padding-box; border: 1px solid #ccc; border: 1px solid rgba(0, 0, 0, 0.2); border-radius: 6px; -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); } /* line 27, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_popovers.scss */ .popover.top { margin-top: -10px; } /* line 28, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_popovers.scss */ .popover.right { margin-left: 10px; } /* line 29, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_popovers.scss */ .popover.bottom { margin-top: 10px; } /* line 30, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_popovers.scss */ .popover.left { margin-left: -10px; } /* line 33, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_popovers.scss */ .popover-title { margin: 0; padding: 8px 14px; font-size: 14px; background-color: #f7f7f7; border-bottom: 1px solid #ebebeb; border-radius: 5px 5px 0 0; } /* line 42, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_popovers.scss */ .popover-content { padding: 9px 14px; } /* line 51, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_popovers.scss */ .popover > .arrow, .popover > .arrow:after { position: absolute; display: block; width: 0; height: 0; border-color: transparent; border-style: solid; } /* line 61, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_popovers.scss */ .popover > .arrow { border-width: 11px; } /* line 64, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_popovers.scss */ .popover > .arrow:after { border-width: 10px; content: ""; } /* line 70, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_popovers.scss */ .popover.top > .arrow { left: 50%; margin-left: -11px; border-bottom-width: 0; border-top-color: #999999; border-top-color: rgba(0, 0, 0, 0.25); bottom: -11px; } /* line 77, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_popovers.scss */ .popover.top > .arrow:after { content: " "; bottom: 1px; margin-left: -10px; border-bottom-width: 0; border-top-color: #fff; } /* line 85, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_popovers.scss */ .popover.right > .arrow { top: 50%; left: -11px; margin-top: -11px; border-left-width: 0; border-right-color: #999999; border-right-color: rgba(0, 0, 0, 0.25); } /* line 92, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_popovers.scss */ .popover.right > .arrow:after { content: " "; left: 1px; bottom: -10px; border-left-width: 0; border-right-color: #fff; } /* line 100, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_popovers.scss */ .popover.bottom > .arrow { left: 50%; margin-left: -11px; border-top-width: 0; border-bottom-color: #999999; border-bottom-color: rgba(0, 0, 0, 0.25); top: -11px; } /* line 107, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_popovers.scss */ .popover.bottom > .arrow:after { content: " "; top: 1px; margin-left: -10px; border-top-width: 0; border-bottom-color: #fff; } /* line 116, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_popovers.scss */ .popover.left > .arrow { top: 50%; right: -11px; margin-top: -11px; border-right-width: 0; border-left-color: #999999; border-left-color: rgba(0, 0, 0, 0.25); } /* line 123, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_popovers.scss */ .popover.left > .arrow:after { content: " "; right: 1px; border-right-width: 0; border-left-color: #fff; bottom: -10px; } /* line 7, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_carousel.scss */ .carousel { position: relative; } /* line 11, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_carousel.scss */ .carousel-inner { position: relative; overflow: hidden; width: 100%; } /* line 16, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_carousel.scss */ .carousel-inner > .item { display: none; position: relative; -webkit-transition: 0.6s ease-in-out left; -o-transition: 0.6s ease-in-out left; transition: 0.6s ease-in-out left; } /* line 22, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_carousel.scss */ .carousel-inner > .item > img, .carousel-inner > .item > a > img { display: block; max-width: 100%; height: auto; line-height: 1; } @media all and (transform-3d), (-webkit-transform-3d) { /* line 16, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_carousel.scss */ .carousel-inner > .item { -webkit-transition: -webkit-transform 0.6s ease-in-out; -moz-transition: -moz-transform 0.6s ease-in-out; -o-transition: -o-transform 0.6s ease-in-out; transition: transform 0.6s ease-in-out; -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; backface-visibility: hidden; -webkit-perspective: 1000px; -moz-perspective: 1000px; perspective: 1000px; } /* line 34, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_carousel.scss */ .carousel-inner > .item.next, .carousel-inner > .item.active.right { -webkit-transform: translate3d(100%, 0, 0); transform: translate3d(100%, 0, 0); left: 0; } /* line 39, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_carousel.scss */ .carousel-inner > .item.prev, .carousel-inner > .item.active.left { -webkit-transform: translate3d(-100%, 0, 0); transform: translate3d(-100%, 0, 0); left: 0; } /* line 44, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_carousel.scss */ .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); left: 0; } } /* line 53, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_carousel.scss */ .carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev { display: block; } /* line 59, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_carousel.scss */ .carousel-inner > .active { left: 0; } /* line 63, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_carousel.scss */ .carousel-inner > .next, .carousel-inner > .prev { position: absolute; top: 0; width: 100%; } /* line 70, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_carousel.scss */ .carousel-inner > .next { left: 100%; } /* line 73, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_carousel.scss */ .carousel-inner > .prev { left: -100%; } /* line 76, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_carousel.scss */ .carousel-inner > .next.left, .carousel-inner > .prev.right { left: 0; } /* line 81, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_carousel.scss */ .carousel-inner > .active.left { left: -100%; } /* line 84, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_carousel.scss */ .carousel-inner > .active.right { left: 100%; } /* line 93, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_carousel.scss */ .carousel-control { position: absolute; top: 0; left: 0; bottom: 0; width: 15%; opacity: 0.5; filter: alpha(opacity=50); font-size: 20px; color: #fff; text-align: center; text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); background-color: transparent; } /* line 109, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_carousel.scss */ .carousel-control.left { background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%); background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%); background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1); } /* line 112, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_carousel.scss */ .carousel-control.right { left: auto; right: 0; background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%); background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%); background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1); } /* line 119, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_carousel.scss */ .carousel-control:hover, .carousel-control:focus { outline: 0; color: #fff; text-decoration: none; opacity: 0.9; filter: alpha(opacity=90); } /* line 128, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_carousel.scss */ .carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right { position: absolute; top: 50%; margin-top: -10px; z-index: 5; display: inline-block; } /* line 138, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_carousel.scss */ .carousel-control .icon-prev, .carousel-control .glyphicon-chevron-left { left: 50%; margin-left: -10px; } /* line 143, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_carousel.scss */ .carousel-control .icon-next, .carousel-control .glyphicon-chevron-right { right: 50%; margin-right: -10px; } /* line 148, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_carousel.scss */ .carousel-control .icon-prev, .carousel-control .icon-next { width: 20px; height: 20px; line-height: 1; font-family: serif; } /* line 158, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_carousel.scss */ .carousel-control .icon-prev:before { content: '\2039'; } /* line 163, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_carousel.scss */ .carousel-control .icon-next:before { content: '\203a'; } /* line 174, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_carousel.scss */ .carousel-indicators { position: absolute; bottom: 10px; left: 50%; z-index: 15; width: 60%; margin-left: -30%; padding-left: 0; list-style: none; text-align: center; } /* line 185, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_carousel.scss */ .carousel-indicators li { display: inline-block; width: 10px; height: 10px; margin: 1px; text-indent: -999px; border: 1px solid #fff; border-radius: 10px; cursor: pointer; background-color: #000 \9; background-color: transparent; } /* line 207, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_carousel.scss */ .carousel-indicators .active { margin: 0; width: 12px; height: 12px; background-color: #fff; } /* line 218, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_carousel.scss */ .carousel-caption { position: absolute; left: 15%; right: 15%; bottom: 20px; z-index: 10; padding-top: 20px; padding-bottom: 20px; color: #fff; text-align: center; text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); } /* line 229, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_carousel.scss */ .carousel-caption .btn { text-shadow: none; } @media screen and (min-width: 768px) { /* line 240, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_carousel.scss */ .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next { width: 30px; height: 30px; margin-top: -10px; font-size: 30px; } /* line 249, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_carousel.scss */ .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev { margin-left: -10px; } /* line 253, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_carousel.scss */ .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next { margin-right: -10px; } /* line 260, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_carousel.scss */ .carousel-caption { left: 20%; right: 20%; padding-bottom: 30px; } /* line 267, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_carousel.scss */ .carousel-indicators { bottom: 20px; } } /* line 14, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_clearfix.scss */ .clearfix:before, .clearfix:after { content: " "; display: table; } /* line 19, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_clearfix.scss */ .clearfix:after { clear: both; } /* line 12, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_utilities.scss */ .center-block { display: block; margin-left: auto; margin-right: auto; } /* line 15, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_utilities.scss */ .pull-right { float: right !important; } /* line 18, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_utilities.scss */ .pull-left { float: left !important; } /* line 27, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_utilities.scss */ .hide { display: none !important; } /* line 30, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_utilities.scss */ .show { display: block !important; } /* line 33, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_utilities.scss */ .invisible { visibility: hidden; } /* line 36, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_utilities.scss */ .text-hide { font: 0/0 a; color: transparent; text-shadow: none; background-color: transparent; border: 0; } /* line 45, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_utilities.scss */ .hidden { display: none !important; } /* line 53, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_utilities.scss */ .affix { position: fixed; } @-ms-viewport { width: device-width; } /* line 18, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */ .visible-xs { display: none !important; } /* line 18, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */ .visible-sm { display: none !important; } /* line 18, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */ .visible-md { display: none !important; } /* line 18, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */ .visible-lg { display: none !important; } /* line 36, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_responsive-utilities.scss */ .visible-xs-block, .visible-xs-inline, .visible-xs-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block { display: none !important; } @media (max-width: 767px) { /* line 7, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */ .visible-xs { display: block !important; } /* line 10, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */ table.visible-xs { display: table !important; } /* line 11, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */ tr.visible-xs { display: table-row !important; } /* line 12, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */ th.visible-xs, td.visible-xs { display: table-cell !important; } } @media (max-width: 767px) { /* line 54, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_responsive-utilities.scss */ .visible-xs-block { display: block !important; } } @media (max-width: 767px) { /* line 59, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_responsive-utilities.scss */ .visible-xs-inline { display: inline !important; } } @media (max-width: 767px) { /* line 64, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_responsive-utilities.scss */ .visible-xs-inline-block { display: inline-block !important; } } @media (min-width: 768px) and (max-width: 991px) { /* line 7, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */ .visible-sm { display: block !important; } /* line 10, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */ table.visible-sm { display: table !important; } /* line 11, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */ tr.visible-sm { display: table-row !important; } /* line 12, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */ th.visible-sm, td.visible-sm { display: table-cell !important; } } @media (min-width: 768px) and (max-width: 991px) { /* line 73, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_responsive-utilities.scss */ .visible-sm-block { display: block !important; } } @media (min-width: 768px) and (max-width: 991px) { /* line 78, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_responsive-utilities.scss */ .visible-sm-inline { display: inline !important; } } @media (min-width: 768px) and (max-width: 991px) { /* line 83, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_responsive-utilities.scss */ .visible-sm-inline-block { display: inline-block !important; } } @media (min-width: 992px) and (max-width: 1199px) { /* line 7, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */ .visible-md { display: block !important; } /* line 10, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */ table.visible-md { display: table !important; } /* line 11, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */ tr.visible-md { display: table-row !important; } /* line 12, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */ th.visible-md, td.visible-md { display: table-cell !important; } } @media (min-width: 992px) and (max-width: 1199px) { /* line 92, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_responsive-utilities.scss */ .visible-md-block { display: block !important; } } @media (min-width: 992px) and (max-width: 1199px) { /* line 97, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_responsive-utilities.scss */ .visible-md-inline { display: inline !important; } } @media (min-width: 992px) and (max-width: 1199px) { /* line 102, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_responsive-utilities.scss */ .visible-md-inline-block { display: inline-block !important; } } @media (min-width: 1200px) { /* line 7, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */ .visible-lg { display: block !important; } /* line 10, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */ table.visible-lg { display: table !important; } /* line 11, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */ tr.visible-lg { display: table-row !important; } /* line 12, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */ th.visible-lg, td.visible-lg { display: table-cell !important; } } @media (min-width: 1200px) { /* line 111, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_responsive-utilities.scss */ .visible-lg-block { display: block !important; } } @media (min-width: 1200px) { /* line 116, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_responsive-utilities.scss */ .visible-lg-inline { display: inline !important; } } @media (min-width: 1200px) { /* line 121, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_responsive-utilities.scss */ .visible-lg-inline-block { display: inline-block !important; } } @media (max-width: 767px) { /* line 18, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */ .hidden-xs { display: none !important; } } @media (min-width: 768px) and (max-width: 991px) { /* line 18, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */ .hidden-sm { display: none !important; } } @media (min-width: 992px) and (max-width: 1199px) { /* line 18, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */ .hidden-md { display: none !important; } } @media (min-width: 1200px) { /* line 18, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */ .hidden-lg { display: none !important; } } /* line 18, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */ .visible-print { display: none !important; } @media print { /* line 7, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */ .visible-print { display: block !important; } /* line 10, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */ table.visible-print { display: table !important; } /* line 11, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */ tr.visible-print { display: table-row !important; } /* line 12, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */ th.visible-print, td.visible-print { display: table-cell !important; } } /* line 155, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_responsive-utilities.scss */ .visible-print-block { display: none !important; } @media print { /* line 155, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_responsive-utilities.scss */ .visible-print-block { display: block !important; } } /* line 162, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_responsive-utilities.scss */ .visible-print-inline { display: none !important; } @media print { /* line 162, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_responsive-utilities.scss */ .visible-print-inline { display: inline !important; } } /* line 169, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_responsive-utilities.scss */ .visible-print-inline-block { display: none !important; } @media print { /* line 169, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_responsive-utilities.scss */ .visible-print-inline-block { display: inline-block !important; } } @media print { /* line 18, /usr/local/lib/ruby/gems/2.3.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */ .hidden-print { display: none !important; } } @font-face { font-family: "Gotham"; src: url(/assets/GothamRnd_Medium-a040768f5be874cee55e02b92f8f8d4ffd4d77fb9eacd9aea0dc9e358cc00527.otf); text-rendering: optimizeLegibility; } @font-face { font-family: "Din-Light"; src: url(/assets/DIN_Light-bacde371804ae36d2cae1e899e5cbad73ab4496a717a4a9b223ff776d00c9a2b.otf); text-rendering: optimizeLegibility; } @font-face { font-family: "Din-Bold"; src: url(/assets/DIN_Bold-0b67205da9a34e3c3d307c8a57637c3f6adcfa6a55d9beb601276ad6a11eab33.otf); text-rendering: optimizeLegibility; } @font-face { font-family: "Gotham"; src: url(/assets/GothamRnd_Medium-a040768f5be874cee55e02b92f8f8d4ffd4d77fb9eacd9aea0dc9e358cc00527.otf); text-rendering: optimizeLegibility; } @font-face { font-family: "Din-Light"; src: url(/assets/DIN_Light-bacde371804ae36d2cae1e899e5cbad73ab4496a717a4a9b223ff776d00c9a2b.otf); text-rendering: optimizeLegibility; } @font-face { font-family: "Din-Bold"; src: url(/assets/DIN_Bold-0b67205da9a34e3c3d307c8a57637c3f6adcfa6a55d9beb601276ad6a11eab33.otf); text-rendering: optimizeLegibility; } /* line 10, /Users/portatlas/Desktop/canobie_films/TestMemberSite/app/assets/stylesheets/base/mixins.scss */ .background-cover { -webkit-background-size: cover; -moz-background-size: cover; background-size: cover; -o-background-size: cover; } /* line 17, /Users/portatlas/Desktop/canobie_films/TestMemberSite/app/assets/stylesheets/base/mixins.scss */ .button-variant { color: #14407D; background-color: #14407D; border-color: #6C6F9E; -webkit-transition: all 0.35s; -moz-transition: all 0.35s; transition: all 0.35s; } /* line 23, /Users/portatlas/Desktop/canobie_films/TestMemberSite/app/assets/stylesheets/base/mixins.scss */ .button-variant:hover, .button-variant:focus, .button-variant.focus, .button-variant:active, .button-variant.active, .button-variant .open > .dropdown-toggle { color: #14407D; background-color: #103567; border-color: #5c5e8b; } /* line 33, /Users/portatlas/Desktop/canobie_films/TestMemberSite/app/assets/stylesheets/base/mixins.scss */ .button-variant:active, .button-variant.active, .button-variant .open > .dropdown-toggle { background-image: none; } /* line 41, /Users/portatlas/Desktop/canobie_films/TestMemberSite/app/assets/stylesheets/base/mixins.scss */ .button-variant.disabled, .button-variant.disabled:hover, .button-variant.disabled:focus, .button-variant.disabled.focus, .button-variant.disabled:active, .button-variant.disabled.active, .button-variant[disabled], .button-variant[disabled]:hover, .button-variant[disabled]:focus, .button-variant[disabled].focus, .button-variant[disabled]:active, .button-variant[disabled].active, fieldset[disabled] .button-variant, fieldset[disabled] .button-variant:hover, fieldset[disabled] .button-variant:focus, fieldset[disabled] .button-variant.focus, fieldset[disabled] .button-variant:active, fieldset[disabled] .button-variant.active { background-color: #14407D; border-color: #6C6F9E; } /* line 52, /Users/portatlas/Desktop/canobie_films/TestMemberSite/app/assets/stylesheets/base/mixins.scss */ .button-variant .badge { color: #14407D; background-color: #6C6F9E; } /* line 58, /Users/portatlas/Desktop/canobie_films/TestMemberSite/app/assets/stylesheets/base/mixins.scss */ .parallax { /* The image used */ /* Set a specific height */ min-height: 800px; /* Create the parallax scrolling effect */ background-attachment: fixed; background-position: center; background-repeat: no-repeat; background-size: cover; } /* line 71, /Users/portatlas/Desktop/canobie_films/TestMemberSite/app/assets/stylesheets/base/mixins.scss */ .bckgnd-img-sec { content: ""; opacity: 0.9; top: 0; left: 0; bottom: 0; right: 0; position: absolute; z-index: -1; } /* line 6, /Users/portatlas/Desktop/canobie_films/TestMemberSite/app/assets/stylesheets/base/theme.scss */ html { z-index: -1; /* -webkit-box-shadow:0 0 20px rgba(0,0,0,1); -moz-box-shadow:0 0 20px rgba(0,0,0,0.8); box-shadow:0 0 20px rgba(0,0,0,0.8);*/ top: 10px; bottom: 10px; left: 0; right: 0; -moz-border-radius: 100px / 10px; border-radius: 100px / 10px; } /* line 19, /Users/portatlas/Desktop/canobie_films/TestMemberSite/app/assets/stylesheets/base/theme.scss */ html, body { height: 100%; } /* line 23, /Users/portatlas/Desktop/canobie_films/TestMemberSite/app/assets/stylesheets/base/theme.scss */ html, body, .navbar-default { max-width: 1310px; display: block; margin: 0 auto; width: 100%; } /* line 30, /Users/portatlas/Desktop/canobie_films/TestMemberSite/app/assets/stylesheets/base/theme.scss */ .carousel, .item, .active { height: 100%; } /* line 36, /Users/portatlas/Desktop/canobie_films/TestMemberSite/app/assets/stylesheets/base/theme.scss */ .carousel-control.left, .carousel-control.right { background-image: none; } /* line 40, /Users/portatlas/Desktop/canobie_films/TestMemberSite/app/assets/stylesheets/base/theme.scss */ .carousel-inner { height: 100%; } /* line 44, /Users/portatlas/Desktop/canobie_films/TestMemberSite/app/assets/stylesheets/base/theme.scss */ #wrap { min-height: 100%; padding-bottom: 65px; } /* line 49, /Users/portatlas/Desktop/canobie_films/TestMemberSite/app/assets/stylesheets/base/theme.scss */ #main { overflow: auto; } /*Need to fix this so only load when it is webkit safari*/ @media screen and (-webkit-min-device-pixel-ratio: 0) { /* line 55, /Users/portatlas/Desktop/canobie_films/TestMemberSite/app/assets/stylesheets/base/theme.scss */ body { background: white; } } /* line 61, /Users/portatlas/Desktop/canobie_films/TestMemberSite/app/assets/stylesheets/base/theme.scss */ body { font-family: 'Din-Light', 'Helvetica', 'Arial', 'sans-serif' !important; } /* line 65, /Users/portatlas/Desktop/canobie_films/TestMemberSite/app/assets/stylesheets/base/theme.scss */ a { @_mixins transition-all; color: #14407D; } /* line 68, /Users/portatlas/Desktop/canobie_films/TestMemberSite/app/assets/stylesheets/base/theme.scss */ a:hover, a:focus { text-decoration: none; } /* line 73, /Users/portatlas/Desktop/canobie_films/TestMemberSite/app/assets/stylesheets/base/theme.scss */ hr { max-width: 100px; margin: 25px auto 0; border-width: 1px; border-color: rgba(34, 34, 34, 0.1); } /* line 78, /Users/portatlas/Desktop/canobie_films/TestMemberSite/app/assets/stylesheets/base/theme.scss */ hr.light { border-color: white; } /* line 83, /Users/portatlas/Desktop/canobie_films/TestMemberSite/app/assets/stylesheets/base/theme.scss */ h1, h2, h3, h4, h5, h6 { color: #14407D; font-weight: 300; letter-spacing: 1px; } /* line 94, /Users/portatlas/Desktop/canobie_films/TestMemberSite/app/assets/stylesheets/base/theme.scss */ p { font-size: 18px; line-height: 1.5; margin: 20px 0 20px 0; } /* line 100, /Users/portatlas/Desktop/canobie_films/TestMemberSite/app/assets/stylesheets/base/theme.scss */ .bold-text { font-family: 'Din-Bold', 'Helvetica', 'Arial', 'sans-serif'; font-weight: bold; } /* line 107, /Users/portatlas/Desktop/canobie_films/TestMemberSite/app/assets/stylesheets/base/theme.scss */ .navbar-default { background-color: white; border-color: rgba(34, 34, 34, 0.05); -webkit-transition: all 0.35s; -moz-transition: all 0.35s; transition: all 0.35s; font-family: 'Din-Light', 'Helvetica', 'Arial', 'sans-serif'; font-weight: 200; letter-spacing: 1px; } /* line 117, /Users/portatlas/Desktop/canobie_films/TestMemberSite/app/assets/stylesheets/base/theme.scss */ .navbar-default .navbar-header .navbar-brand { font-family: 'Din-Light', 'Helvetica', 'Arial', 'sans-serif'; font-weight: 200; letter-spacing: 1px; padding: 8px 0 0 0; } /* line 122, /Users/portatlas/Desktop/canobie_films/TestMemberSite/app/assets/stylesheets/base/theme.scss */ .navbar-default .navbar-header .navbar-brand:hover, .navbar-default .navbar-header .navbar-brand:focus { color: #14407D; } /* line 126, /Users/portatlas/Desktop/canobie_films/TestMemberSite/app/assets/stylesheets/base/theme.scss */ .navbar-default .navbar-header .navbar-toggle { font-size: 12px; color: #222222; padding: 8px 10px; } /* line 133, /Users/portatlas/Desktop/canobie_films/TestMemberSite/app/assets/stylesheets/base/theme.scss */ .navbar-default .nav > li > a { font-family: 'Din-Light', 'Helvetica', 'Arial', 'sans-serif'; text-transform: uppercase; letter-spacing: 2px; font-size: 13px; color: #222222; margin: 15px 10px 15px 10px; padding: 1px 1px 1px 1px; } /* line 141, /Users/portatlas/Desktop/canobie_films/TestMemberSite/app/assets/stylesheets/base/theme.scss */ .navbar-default .nav > li > a:focus { color: #222222; } /* line 144, /Users/portatlas/Desktop/canobie_films/TestMemberSite/app/assets/stylesheets/base/theme.scss */ .navbar-default .nav > li > a:hover, .navbar-default .nav > li > a:focus:hover { color: #14407D; } /* line 148, /Users/portatlas/Desktop/canobie_films/TestMemberSite/app/assets/stylesheets/base/theme.scss */ .navbar-default .nav > li.active > a { color: #14407D !important; } /* line 150, /Users/portatlas/Desktop/canobie_films/TestMemberSite/app/assets/stylesheets/base/theme.scss */ .navbar-default .nav > li.active > a:focus { color: #14407D !important; } /* line 153, /Users/portatlas/Desktop/canobie_films/TestMemberSite/app/assets/stylesheets/base/theme.scss */ .navbar-default .nav > li.active > a:hover, .navbar-default .nav > li.active > a:focus:hover { background-color: transparent; } @media (min-width: 768px) { /* line 161, /Users/portatlas/Desktop/canobie_films/TestMemberSite/app/assets/stylesheets/base/theme.scss */ .navbar-default { background-color: white; border-color: transparent; } /* line 164, /Users/portatlas/Desktop/canobie_films/TestMemberSite/app/assets/stylesheets/base/theme.scss */ .navbar-default .navbar-header .navbar-brand { color: transparent; } /* line 166, /Users/portatlas/Desktop/canobie_films/TestMemberSite/app/assets/stylesheets/base/theme.scss */ .navbar-default .navbar-header .navbar-brand:hover, .navbar-default .navbar-header .navbar-brand:focus { color: transparent; } /* line 170, /Users/portatlas/Desktop/canobie_films/TestMemberSite/app/assets/stylesheets/base/theme.scss */ .navbar-default .nav > li > a { color: black; } /* line 172, /Users/portatlas/Desktop/canobie_films/TestMemberSite/app/assets/stylesheets/base/theme.scss */ .navbar-default .nav > li > a:focus { color: #14407D; } /* line 175, /Users/portatlas/Desktop/canobie_films/TestMemberSite/app/assets/stylesheets/base/theme.scss */ .navbar-default .nav > li > a:hover, .navbar-default .nav > li > a:focus:hover { color: #14407D; } /* line 179, /Users/portatlas/Desktop/canobie_films/TestMemberSite/app/assets/stylesheets/base/theme.scss */ .navbar-default.affix { background-color: white; border-color: rgba(34, 34, 34, 0.1); } /* line 182, /Users/portatlas/Desktop/canobie_films/TestMemberSite/app/assets/stylesheets/base/theme.scss */ .navbar-default.affix .navbar-header .navbar-brand { color: #222222; } /* line 184, /Users/portatlas/Desktop/canobie_films/TestMemberSite/app/assets/stylesheets/base/theme.scss */ .navbar-default.affix .navbar-header .navbar-brand:hover, .navbar-default.affix .navbar-header .navbar-brand:focus { color: #14407D; } /* line 188, /Users/portatlas/Desktop/canobie_films/TestMemberSite/app/assets/stylesheets/base/theme.scss */ .navbar-default.affix .nav > li > a { color: #222222; } /* line 190, /Users/portatlas/Desktop/canobie_films/TestMemberSite/app/assets/stylesheets/base/theme.scss */ .navbar-default.affix .nav > li > a:focus { color: #222222; } /* line 193, /Users/portatlas/Desktop/canobie_films/TestMemberSite/app/assets/stylesheets/base/theme.scss */ .navbar-default.affix .nav > li > a:hover, .navbar-default.affix .nav > li > a:focus:hover { color: #14407D; } } /* line 201, /Users/portatlas/Desktop/canobie_films/TestMemberSite/app/assets/stylesheets/base/theme.scss */ .heading-font { font-family: 'Din-Light', 'Helvetica', 'Arial', 'sans-serif'; font-weight: 200; letter-spacing: 1px; } /* line 207, /Users/portatlas/Desktop/canobie_films/TestMemberSite/app/assets/stylesheets/base/theme.scss */ .body-font { font-family: 'Din-Light', 'Helvetica', 'Arial', 'sans-serif'; } /* line 211, /Users/portatlas/Desktop/canobie_films/TestMemberSite/app/assets/stylesheets/base/theme.scss */ .alt-font { font-family: 'Lato', 'Helvetica', 'Arial', 'sans-serif'; text-transform: uppercase; letter-spacing: 2px; } /* line 217, /Users/portatlas/Desktop/canobie_films/TestMemberSite/app/assets/stylesheets/base/theme.scss */ .intro { display: table; width: 100%; height: auto; text-align: center; color: white; } /* line 223, /Users/portatlas/Desktop/canobie_films/TestMemberSite/app/assets/stylesheets/base/theme.scss */ .intro .landing { position: relative; } /* line 225, /Users/portatlas/Desktop/canobie_films/TestMemberSite/app/assets/stylesheets/base/theme.scss */ .intro .landing .landing-quote { color: black; width: 100%; position: absolute; bottom: 60px; padding: 0 30px 0px 30px; } /* line 232, /Users/portatlas/Desktop/canobie_films/TestMemberSite/app/assets/stylesheets/base/theme.scss */ .intro .landing .ff-emblems { width: 100%; position: absolute; bottom: 60px; z-index: 1000; color: transparent; margin: 0 auto; } @media (max-width: 760px) { /* line 242, /Users/portatlas/Desktop/canobie_films/TestMemberSite/app/assets/stylesheets/base/theme.scss */ .intro .landing { display: none; } } @media (min-width: 535px) { /* line 217, /Users/portatlas/Desktop/canobie_films/TestMemberSite/app/assets/stylesheets/base/theme.scss */ .intro { height: auto; } } @media (min-width: 768px) { /* line 217, /Users/portatlas/Desktop/canobie_films/TestMemberSite/app/assets/stylesheets/base/theme.scss */ .intro { height: auto; } } @media (min-width: 992px) { /* line 255, /Users/portatlas/Desktop/canobie_films/TestMemberSite/app/assets/stylesheets/base/theme.scss */ header { font-size: 50px; } } /* line 260, /Users/portatlas/Desktop/canobie_films/TestMemberSite/app/assets/stylesheets/base/theme.scss */ .right-align { text-align: right; } /* line 264, /Users/portatlas/Desktop/canobie_films/TestMemberSite/app/assets/stylesheets/base/theme.scss */ .left-align { text-align: left; } /* line 268, /Users/portatlas/Desktop/canobie_films/TestMemberSite/app/assets/stylesheets/base/theme.scss */ .text-muted { font-size: 15px; } /* line 272, /Users/portatlas/Desktop/canobie_films/TestMemberSite/app/assets/stylesheets/base/theme.scss */ .text-italicized { font-style: italic; } /* line 276, /Users/portatlas/Desktop/canobie_films/TestMemberSite/app/assets/stylesheets/base/theme.scss */ .text-primary { color: #14407D; } /* line 280, /Users/portatlas/Desktop/canobie_films/TestMemberSite/app/assets/stylesheets/base/theme.scss */ .page { padding: 50px 0 0 0; } /* line 284, /Users/portatlas/Desktop/canobie_films/TestMemberSite/app/assets/stylesheets/base/theme.scss */ .section-heading { padding: 10px 0 20px 0; font-family: 'Gotham', 'Helvetica', 'Arial', 'sans-serif'; font-size: 24px; font-weight: 400; } /* line 291, /Users/portatlas/Desktop/canobie_films/TestMemberSite/app/assets/stylesheets/base/theme.scss */ section { padding: 20px 0 60px 0; } /* line 294, /Users/portatlas/Desktop/canobie_films/TestMemberSite/app/assets/stylesheets/base/theme.scss */ section.explore p { margin-bottom: 0; } /* line 297, /Users/portatlas/Desktop/canobie_films/TestMemberSite/app/assets/stylesheets/base/theme.scss */ section.explore .tab-content { padding-bottom: 80px; } /* line 299, /Users/portatlas/Desktop/canobie_films/TestMemberSite/app/assets/stylesheets/base/theme.scss */ section.explore .tab-content li { font-size: 16px; } /* line 301, /Users/portatlas/Desktop/canobie_films/TestMemberSite/app/assets/stylesheets/base/theme.scss */ section.explore .tab-content li a { font-weight: bold; } /* line 304, /Users/portatlas/Desktop/canobie_films/TestMemberSite/app/assets/stylesheets/base/theme.scss */ section.explore .tab-content li .resource-details { font-size: 13px; display: block; font-style: italic; color: black; } /* line 315, /Users/portatlas/Desktop/canobie_films/TestMemberSite/app/assets/stylesheets/base/theme.scss */ .box-caption { display: flex; justify-content: center; flex-direction: column; min-height: 200px; border: solid; border-color: #6C6F9E; background-color: #6C6F9E; margin-bottom: 30px; } /* line 324, /Users/portatlas/Desktop/canobie_films/TestMemberSite/app/assets/stylesheets/base/theme.scss */ .box-caption h1, .box-caption h4 { padding: 0 0 0 0; margin: 0 0 0 0; color: white; } /* line 331, /Users/portatlas/Desktop/canobie_films/TestMemberSite/app/assets/stylesheets/base/theme.scss */ footer { background-color: #222222; padding: 25px 0; color: white; text-align: center; position: relative; margin-top: -80px; /* negative value of footer height */ height: 80px; clear: both; padding-top: 0px; } /* line 341, /Users/portatlas/Desktop/canobie_films/TestMemberSite/app/assets/stylesheets/base/theme.scss */ footer .container { padding-bottom: 25px; } /* line 344, /Users/portatlas/Desktop/canobie_films/TestMemberSite/app/assets/stylesheets/base/theme.scss */ footer p { padding-top: 15px; font-size: 12px; margin: 0; } /* line 349, /Users/portatlas/Desktop/canobie_films/TestMemberSite/app/assets/stylesheets/base/theme.scss */ footer ul { margin-bottom: 0; } /* line 351, /Users/portatlas/Desktop/canobie_films/TestMemberSite/app/assets/stylesheets/base/theme.scss */ footer ul li a { font-size: 12px; color: white; } /* line 354, /Users/portatlas/Desktop/canobie_films/TestMemberSite/app/assets/stylesheets/base/theme.scss */ footer ul li a:hover, footer ul li a:focus, footer ul li a:active, footer ul li a.active { text-decoration: none; } /* line 361, /Users/portatlas/Desktop/canobie_films/TestMemberSite/app/assets/stylesheets/base/theme.scss */ h2 span { color: white; padding: 5px 10px 5px 10px; } /* line 366, /Users/portatlas/Desktop/canobie_films/TestMemberSite/app/assets/stylesheets/base/theme.scss */ section.about { display: block; position: relative; } /* line 369, /Users/portatlas/Desktop/canobie_films/TestMemberSite/app/assets/stylesheets/base/theme.scss */ section.about .space-break { margin-bottom: 500px; } /* line 374, /Users/portatlas/Desktop/canobie_films/TestMemberSite/app/assets/stylesheets/base/theme.scss */ section.about::after { content: ""; background: url(/assets/student_thinking.jpg); opacity: 0.9; height: 600px; top: 0; left: 0; bottom: 0; right: 0; position: absolute; z-index: -1; } /* line 387, /Users/portatlas/Desktop/canobie_films/TestMemberSite/app/assets/stylesheets/base/theme.scss */ section.explore { display: block; position: relative; } /* line 390, /Users/portatlas/Desktop/canobie_films/TestMemberSite/app/assets/stylesheets/base/theme.scss */ section.explore .space-break { margin-bottom: 400px; } /* line 395, /Users/portatlas/Desktop/canobie_films/TestMemberSite/app/assets/stylesheets/base/theme.scss */ section.explore::after { content: ""; background: url(/assets/explore_page.jpg); opacity: 0.9; height: 600px; top: 0; left: 0; bottom: 0; right: 0; position: absolute; z-index: -1; } /* line 409, /Users/portatlas/Desktop/canobie_films/TestMemberSite/app/assets/stylesheets/base/theme.scss */ .bg-yellow span { background-color: #FFC679; } @media (min-width: 769px) { /* line 408, /Users/portatlas/Desktop/canobie_films/TestMemberSite/app/assets/stylesheets/base/theme.scss */ .bg-yellow { background-image: -webkit-linear-gradient(left, transparent, transparent 95%, #FFC679 95%); background-image: linear-gradient(to right, transparent, transparent 95%, #FFC679 95%); } } /* line 419, /Users/portatlas/Desktop/canobie_films/TestMemberSite/app/assets/stylesheets/base/theme.scss */ .bg-green span { background-color: #B0CC99; } @media (min-width: 769px) { /* line 418, /Users/portatlas/Desktop/canobie_films/TestMemberSite/app/assets/stylesheets/base/theme.scss */ .bg-green { background-image: -webkit-linear-gradient(left, transparent, transparent 95%, #B0CC99 95%); background-image: linear-gradient(to right, transparent, transparent 95%, #B0CC99 95%); } } /* line 429, /Users/portatlas/Desktop/canobie_films/TestMemberSite/app/assets/stylesheets/base/theme.scss */ .bg-orange span { background-color: #FAB393; } @media (min-width: 769px) { /* line 428, /Users/portatlas/Desktop/canobie_films/TestMemberSite/app/assets/stylesheets/base/theme.scss */ .bg-orange { background-image: -webkit-linear-gradient(left, transparent, transparent 95%, #FAB393 95%); background-image: linear-gradient(to right, transparent, transparent 95%, #FAB393 95%); } } /* line 439, /Users/portatlas/Desktop/canobie_films/TestMemberSite/app/assets/stylesheets/base/theme.scss */ .bg-dark-blue span { background-color: #14407D; } @media (min-width: 769px) { /* line 438, /Users/portatlas/Desktop/canobie_films/TestMemberSite/app/assets/stylesheets/base/theme.scss */ .bg-dark-blue { background-image: -webkit-linear-gradient(left, transparent, transparent 95%, #14407D 95%); background-image: linear-gradient(to right, transparent, transparent 95%, #14407D 95%); } } /* line 449, /Users/portatlas/Desktop/canobie_films/TestMemberSite/app/assets/stylesheets/base/theme.scss */ .bg-light-blue span { background-color: #82AEC1; } @media (min-width: 769px) { /* line 448, /Users/portatlas/Desktop/canobie_films/TestMemberSite/app/assets/stylesheets/base/theme.scss */ .bg-light-blue { background-image: -webkit-linear-gradient(left, transparent, transparent 95%, #82AEC1 95%); background-image: linear-gradient(to right, transparent, transparent 95%, #82AEC1 95%); } } /* line 459, /Users/portatlas/Desktop/canobie_films/TestMemberSite/app/assets/stylesheets/base/theme.scss */ .bg-purple span { background-color: #6C6F9E; } @media (min-width: 769px) { /* line 458, /Users/portatlas/Desktop/canobie_films/TestMemberSite/app/assets/stylesheets/base/theme.scss */ .bg-purple { background-image: -webkit-linear-gradient(left, transparent, transparent 95%, #6C6F9E 95%); background-image: linear-gradient(to right, transparent, transparent 95%, #6C6F9E 95%); } } /* line 468, /Users/portatlas/Desktop/canobie_films/TestMemberSite/app/assets/stylesheets/base/theme.scss */ .no-gutter > [class*='col-'] { padding-right: 0; padding-left: 0; } /* line 473, /Users/portatlas/Desktop/canobie_films/TestMemberSite/app/assets/stylesheets/base/theme.scss */ .btn-outline { color: white; border-color: white; border: 2px solid; } /* line 477, /Users/portatlas/Desktop/canobie_films/TestMemberSite/app/assets/stylesheets/base/theme.scss */ .btn-outline:hover, .btn-outline:focus, .btn-outline:active, .btn-outline.active { color: white; background-color: #14407D; border-color: #14407D; } /* line 484, /Users/portatlas/Desktop/canobie_films/TestMemberSite/app/assets/stylesheets/base/theme.scss */ .btn { font-family: 'Lato', 'Helvetica', 'Arial', 'sans-serif'; text-transform: uppercase; letter-spacing: 2px; border-radius: 300px; margin: 25px 0 20px 0; } /* line 492, /Users/portatlas/Desktop/canobie_films/TestMemberSite/app/assets/stylesheets/base/theme.scss */ .btn-xl { background-color: #B0CC99; padding: 15px 45px; font-size: 15px; } /* line 498, /Users/portatlas/Desktop/canobie_films/TestMemberSite/app/assets/stylesheets/base/theme.scss */ ::-moz-selection, ::selection { color: white; text-shadow: none; background: #222222; } /* line 505, /Users/portatlas/Desktop/canobie_films/TestMemberSite/app/assets/stylesheets/base/theme.scss */ img::selection, img::-moz-selection { color: white; background: transparent; } /* line 511, /Users/portatlas/Desktop/canobie_films/TestMemberSite/app/assets/stylesheets/base/theme.scss */ body { webkit-tap-highlight-color: #222222; } /* line 515, /Users/portatlas/Desktop/canobie_films/TestMemberSite/app/assets/stylesheets/base/theme.scss */ .video-wrapper { position: relative; padding-bottom: 56.25%; /* 16:9 */ padding-top: 25px; height: 0; z-index: 100; } /* line 522, /Users/portatlas/Desktop/canobie_films/TestMemberSite/app/assets/stylesheets/base/theme.scss */ .video-wrapper iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; } /* line 530, /Users/portatlas/Desktop/canobie_films/TestMemberSite/app/assets/stylesheets/base/theme.scss */ hr.colored { max-width: 100%; margin: 0 0 0 0; border: 0; /* in order to override TWBS stylesheet */ height: 7px; background: -moz-linear-gradient(left, #FFC679 0%, #FFC679 12.5%, #FAB393 12.5%, #FAB393 25%, #F25A29 25%, #F25A29 37.5%, #F9768D 37.5%, #F9768D 50%, #B0CC99 50%, #B0CC99 62.5%, #82AEC1 62.5%, #82AEC1 75%, #14407D 75%, #14407D 87.5%, #6C6F9E 87.5%, #6C6F9E 87.5%, #6C6F9E 100%); /* FF3.6+ */ background: -webkit-linear-gradient(left, #FFC679 0%, #FFC679 12.5%, #FAB393 12.5%, #FAB393 25%, #F25A29 25%, #F25A29 37.5%, #F9768D 37.5%, #F9768D 50%, #B0CC99 50%, #B0CC99 62.5%, #82AEC1 62.5%, #82AEC1 75%, #14407D 75%, #14407D 87.5%, #6C6F9E 87.5%, #6C6F9E 87.5%, #6C6F9E 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(left, #FFC679 0%, #FFC679 12.5%, #FAB393 12.5%, #FAB393 25%, #F25A29 25%, #F25A29 37.5%, #F9768D 37.5%, #F9768D 50%, #B0CC99 50%, #B0CC99 62.5%, #82AEC1 62.5%, #82AEC1 75%, #14407D 75%, #14407D 87.5%, #6C6F9E 87.5%, #6C6F9E 87.5%, #6C6F9E 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(left, #FFC679 0%, #FFC679 12.5%, #FAB393 12.5%, #FAB393 25%, #F25A29 25%, #F25A29 37.5%, #F9768D 37.5%, #F9768D 50%, #B0CC99 50%, #B0CC99 62.5%, #82AEC1 62.5%, #82AEC1 75%, #14407D 75%, #14407D 87.5%, #6C6F9E 87.5%, #6C6F9E 87.5%, #6C6F9E 100%); /* IE10+ */ background: linear-gradient(to right, #FFC679 0%, #FFC679 12.5%, #FAB393 12.5%, #FAB393 25%, #F25A29 25%, #F25A29 37.5%, #F9768D 37.5%, #F9768D 50%, #B0CC99 50%, #B0CC99 62.5%, #82AEC1 62.5%, #82AEC1 75%, #14407D 75%, #14407D 87.5%, #6C6F9E 87.5%, #6C6F9E 87.5%, #6C6F9E 100%); /* W3C */ } /* line 543, /Users/portatlas/Desktop/canobie_films/TestMemberSite/app/assets/stylesheets/base/theme.scss */ .responsive-tabs.nav-tabs { font-size: 15px; position: relative; z-index: 100; height: 43px; overflow: visible; border-bottom: none; } @media (min-width: 1197px) { /* line 543, /Users/portatlas/Desktop/canobie_films/TestMemberSite/app/assets/stylesheets/base/theme.scss */ .responsive-tabs.nav-tabs { border-bottom: 1px solid #ddd; } } /* line 555, /Users/portatlas/Desktop/canobie_films/TestMemberSite/app/assets/stylesheets/base/theme.scss */ .responsive-tabs.nav-tabs span.glyphicon { background-color: white; position: absolute; top: 14px; left: 14px; } /* line 560, /Users/portatlas/Desktop/canobie_films/TestMemberSite/app/assets/stylesheets/base/theme.scss */ .responsive-tabs.nav-tabs span.glyphicon.glyphicon-triangle-top { display: none; } @media (min-width: 1197px) { /* line 555, /Users/portatlas/Desktop/canobie_films/TestMemberSite/app/assets/stylesheets/base/theme.scss */ .responsive-tabs.nav-tabs span.glyphicon { display: none; } } /* line 568, /Users/portatlas/Desktop/canobie_films/TestMemberSite/app/assets/stylesheets/base/theme.scss */ .responsive-tabs.nav-tabs > li { max-width: 100%; display: none; float: none; text-align: center; } /* line 574, /Users/portatlas/Desktop/canobie_films/TestMemberSite/app/assets/stylesheets/base/theme.scss */ .responsive-tabs.nav-tabs > li:last-of-type > a { margin-right: 0; } /* line 578, /Users/portatlas/Desktop/canobie_films/TestMemberSite/app/assets/stylesheets/base/theme.scss */ .responsive-tabs.nav-tabs > li > a { margin-left: 0px; margin-right: 0; background: #fff; border: 1px solid #DDDDDD; } @media (min-width: 1197px) { /* line 578, /Users/portatlas/Desktop/canobie_films/TestMemberSite/app/assets/stylesheets/base/theme.scss */ .responsive-tabs.nav-tabs > li > a { margin-right: 4px; } } /* line 588, /Users/portatlas/Desktop/canobie_films/TestMemberSite/app/assets/stylesheets/base/theme.scss */ .responsive-tabs.nav-tabs > li.active { display: block; } /* line 590, /Users/portatlas/Desktop/canobie_films/TestMemberSite/app/assets/stylesheets/base/theme.scss */ .responsive-tabs.nav-tabs > li.active a { border: 1px solid #DDDDDD; border-radius: 2px; } @media (min-width: 1197px) { /* line 590, /Users/portatlas/Desktop/canobie_films/TestMemberSite/app/assets/stylesheets/base/theme.scss */ .responsive-tabs.nav-tabs > li.active a { border-bottom-color: transparent; } } @media (min-width: 1197px) { /* line 568, /Users/portatlas/Desktop/canobie_films/TestMemberSite/app/assets/stylesheets/base/theme.scss */ .responsive-tabs.nav-tabs > li { display: block; float: left; } } /* line 609, /Users/portatlas/Desktop/canobie_films/TestMemberSite/app/assets/stylesheets/base/theme.scss */ .responsive-tabs.nav-tabs.open span.glyphicon.glyphicon-triangle-top { display: block; } @media (min-width: 1197px) { /* line 609, /Users/portatlas/Desktop/canobie_films/TestMemberSite/app/assets/stylesheets/base/theme.scss */ .responsive-tabs.nav-tabs.open span.glyphicon.glyphicon-triangle-top { display: none; } } /* line 615, /Users/portatlas/Desktop/canobie_films/TestMemberSite/app/assets/stylesheets/base/theme.scss */ .responsive-tabs.nav-tabs.open span.glyphicon.glyphicon-triangle-bottom { display: none; } /* line 620, /Users/portatlas/Desktop/canobie_films/TestMemberSite/app/assets/stylesheets/base/theme.scss */ .responsive-tabs.nav-tabs.open > li { display: block; } /* line 623, /Users/portatlas/Desktop/canobie_films/TestMemberSite/app/assets/stylesheets/base/theme.scss */ .responsive-tabs.nav-tabs.open > li a { border-radius: 0; } /* line 627, /Users/portatlas/Desktop/canobie_films/TestMemberSite/app/assets/stylesheets/base/theme.scss */ .responsive-tabs.nav-tabs.open > li:first-of-type a { border-radius: 2px 2px 0 0; } /* line 630, /Users/portatlas/Desktop/canobie_films/TestMemberSite/app/assets/stylesheets/base/theme.scss */ .responsive-tabs.nav-tabs.open > li:last-of-type a { border-radius: 0 0 2px 2px; } /* line 637, /Users/portatlas/Desktop/canobie_films/TestMemberSite/app/assets/stylesheets/base/theme.scss */ .ff-container { padding-top: 25px; display: inline-block; } /* line 640, /Users/portatlas/Desktop/canobie_films/TestMemberSite/app/assets/stylesheets/base/theme.scss */ .ff-container div { float: left; } /* line 642, /Users/portatlas/Desktop/canobie_films/TestMemberSite/app/assets/stylesheets/base/theme.scss */ .ff-container div img { max-width: 120px; padding-right: 20px; } @media (min-width: 768px) { /* line 651, /Users/portatlas/Desktop/canobie_films/TestMemberSite/app/assets/stylesheets/base/theme.scss */ .underline_elmt:after { color: #14407D; content: ''; position: absolute; left: 0; bottom: 0; height: 2.5px; width: 0; transition: width .5s ease, background-color .5s ease; } /* line 661, /Users/portatlas/Desktop/canobie_films/TestMemberSite/app/assets/stylesheets/base/theme.scss */ .underline_elmt:hover:after { width: 100%; background: #14407D; } } /* line 668, /Users/portatlas/Desktop/canobie_films/TestMemberSite/app/assets/stylesheets/base/theme.scss */ #participants .portfolio-item { padding: 0 0 0 0; margin: 0 0 15px; right: 0; } /* line 672, /Users/portatlas/Desktop/canobie_films/TestMemberSite/app/assets/stylesheets/base/theme.scss */ #participants .portfolio-item .contributor-link { display: block; position: relative; max-width: 300px; margin: 0 0 0 0; } /* line 677, /Users/portatlas/Desktop/canobie_films/TestMemberSite/app/assets/stylesheets/base/theme.scss */ #participants .portfolio-item .contributor-link .contributor-hover { background: transparent; position: absolute; width: 100%; height: 100%; opacity: 0; transition: all ease 0.5s; } /* line 685, /Users/portatlas/Desktop/canobie_films/TestMemberSite/app/assets/stylesheets/base/theme.scss */ #participants .portfolio-item .contributor-link .contributor-hover:hover { opacity: 1; } /* line 688, /Users/portatlas/Desktop/canobie_films/TestMemberSite/app/assets/stylesheets/base/theme.scss */ #participants .portfolio-item .contributor-link .contributor-hover .contributor-hover-content { position: absolute; width: 100%; height: 20px; font-size: 20px; text-align: center; top: 80%; margin-top: -12px; color: white; } /* line 697, /Users/portatlas/Desktop/canobie_films/TestMemberSite/app/assets/stylesheets/base/theme.scss */ #participants .portfolio-item .contributor-link .contributor-hover .contributor-hover-content i { margin-top: -12px; } /* line 700, /Users/portatlas/Desktop/canobie_films/TestMemberSite/app/assets/stylesheets/base/theme.scss */ #participants .portfolio-item .contributor-link .contributor-hover .contributor-hover-content h3 { margin: 0; } /* line 703, /Users/portatlas/Desktop/canobie_films/TestMemberSite/app/assets/stylesheets/base/theme.scss */ #participants .portfolio-item .contributor-link .contributor-hover .contributor-hover-content h4 { margin: 0; } /* line 709, /Users/portatlas/Desktop/canobie_films/TestMemberSite/app/assets/stylesheets/base/theme.scss */ #participants .portfolio-item .contributor-caption { max-width: 300px; height: 120px; margin: 0 0 0 0; background-color: #eeeeee; text-align: center; padding: 20px; } /* line 716, /Users/portatlas/Desktop/canobie_films/TestMemberSite/app/assets/stylesheets/base/theme.scss */ #participants .portfolio-item .contributor-caption h4 { text-transform: none; margin: 0; } /* line 720, /Users/portatlas/Desktop/canobie_films/TestMemberSite/app/assets/stylesheets/base/theme.scss */ #participants .portfolio-item .contributor-caption p { font-family: 'Din-Light', 'Helvetica', 'Arial', 'sans-serif'; font-style: italic; font-size: 16px; margin: 0; } @media (min-width: 767px) { /* line 730, /Users/portatlas/Desktop/canobie_films/TestMemberSite/app/assets/stylesheets/base/theme.scss */ #participants .portfolio-item { margin: 0 0 30px; } } /* line 735, /Users/portatlas/Desktop/canobie_films/TestMemberSite/app/assets/stylesheets/base/theme.scss */ .portfolio-modal .modal-dialog { margin: 0; height: 100%; width: auto; } /* line 740, /Users/portatlas/Desktop/canobie_films/TestMemberSite/app/assets/stylesheets/base/theme.scss */ .portfolio-modal .modal-content { border-radius: 0; background-clip: border-box; box-shadow: none; border: none; min-height: 100%; padding: 20px 0; text-align: center; } /* line 748, /Users/portatlas/Desktop/canobie_films/TestMemberSite/app/assets/stylesheets/base/theme.scss */ .portfolio-modal .modal-content h2 { margin-bottom: 10px; font-size: 3em; } /* line 752, /Users/portatlas/Desktop/canobie_films/TestMemberSite/app/assets/stylesheets/base/theme.scss */ .portfolio-modal .modal-content p { margin-bottom: 20px; } /* line 754, /Users/portatlas/Desktop/canobie_films/TestMemberSite/app/assets/stylesheets/base/theme.scss */ .portfolio-modal .modal-content p.item-intro { margin: 10px 0 15px; font-family: 'Din-Light', 'Helvetica', 'Arial', 'sans-serif'; font-style: italic; font-size: 16px; } /* line 761, /Users/portatlas/Desktop/canobie_films/TestMemberSite/app/assets/stylesheets/base/theme.scss */ .portfolio-modal .modal-content img { margin: 0 auto; } /* line 765, /Users/portatlas/Desktop/canobie_films/TestMemberSite/app/assets/stylesheets/base/theme.scss */ .portfolio-modal .modal-body { margin-top: 65px; } /* line 767, /Users/portatlas/Desktop/canobie_films/TestMemberSite/app/assets/stylesheets/base/theme.scss */ .portfolio-modal .modal-body h2 { margin-top: 0; } /* line 771, /Users/portatlas/Desktop/canobie_films/TestMemberSite/app/assets/stylesheets/base/theme.scss */ .portfolio-modal .close-modal { position: absolute; width: 75px; height: 75px; background-color: transparent; top: 15px; right: 25px; cursor: pointer; } /* line 779, /Users/portatlas/Desktop/canobie_films/TestMemberSite/app/assets/stylesheets/base/theme.scss */ .portfolio-modal .close-modal:hover { opacity: 0.5; } /* line 783, /Users/portatlas/Desktop/canobie_films/TestMemberSite/app/assets/stylesheets/base/theme.scss */ .portfolio-modal .modal-backdrop { opacity: 0; display: none; } /* line 789, /Users/portatlas/Desktop/canobie_films/TestMemberSite/app/assets/stylesheets/base/theme.scss */ .btn-section { color: white; width: 75%; background-color: #B0CC99; border-color: #B0CC99; } /* line 796, /Users/portatlas/Desktop/canobie_films/TestMemberSite/app/assets/stylesheets/base/theme.scss */ .inactive-link { pointer-events: none; cursor: default; } @font-face { font-family: "Gotham"; src: url(/assets/GothamRnd_Medium-a040768f5be874cee55e02b92f8f8d4ffd4d77fb9eacd9aea0dc9e358cc00527.otf); text-rendering: optimizeLegibility; } @font-face { font-family: "Din-Light"; src: url(/assets/DIN_Light-bacde371804ae36d2cae1e899e5cbad73ab4496a717a4a9b223ff776d00c9a2b.otf); text-rendering: optimizeLegibility; } @font-face { font-family: "Din-Bold"; src: url(/assets/DIN_Bold-0b67205da9a34e3c3d307c8a57637c3f6adcfa6a55d9beb601276ad6a11eab33.otf); text-rendering: optimizeLegibility; } /* Place all the styles related to the matching controller here. They will automatically be included in application.css. */ @font-face { font-family: "Gotham"; src: url(/assets/GothamRnd_Medium-a040768f5be874cee55e02b92f8f8d4ffd4d77fb9eacd9aea0dc9e358cc00527.otf); text-rendering: optimizeLegibility; } @font-face { font-family: "Din-Light"; src: url(/assets/DIN_Light-bacde371804ae36d2cae1e899e5cbad73ab4496a717a4a9b223ff776d00c9a2b.otf); text-rendering: optimizeLegibility; } @font-face { font-family: "Din-Bold"; src: url(/assets/DIN_Bold-0b67205da9a34e3c3d307c8a57637c3f6adcfa6a55d9beb601276ad6a11eab33.otf); text-rendering: optimizeLegibility; } /* line 10, /Users/portatlas/Desktop/canobie_films/TestMemberSite/app/assets/stylesheets/base/mixins.scss */ .background-cover { -webkit-background-size: cover; -moz-background-size: cover; background-size: cover; -o-background-size: cover; } /* line 17, /Users/portatlas/Desktop/canobie_films/TestMemberSite/app/assets/stylesheets/base/mixins.scss */ .button-variant { color: #14407D; background-color: #14407D; border-color: #6C6F9E; -webkit-transition: all 0.35s; -moz-transition: all 0.35s; transition: all 0.35s; } /* line 23, /Users/portatlas/Desktop/canobie_films/TestMemberSite/app/assets/stylesheets/base/mixins.scss */ .button-variant:hover, .button-variant:focus, .button-variant.focus, .button-variant:active, .button-variant.active, .button-variant .open > .dropdown-toggle { color: #14407D; background-color: #103567; border-color: #5c5e8b; } /* line 33, /Users/portatlas/Desktop/canobie_films/TestMemberSite/app/assets/stylesheets/base/mixins.scss */ .button-variant:active, .button-variant.active, .button-variant .open > .dropdown-toggle { background-image: none; } /* line 41, /Users/portatlas/Desktop/canobie_films/TestMemberSite/app/assets/stylesheets/base/mixins.scss */ .button-variant.disabled, .button-variant.disabled:hover, .button-variant.disabled:focus, .button-variant.disabled.focus, .button-variant.disabled:active, .button-variant.disabled.active, .button-variant[disabled], .button-variant[disabled]:hover, .button-variant[disabled]:focus, .button-variant[disabled].focus, .button-variant[disabled]:active, .button-variant[disabled].active, fieldset[disabled] .button-variant, fieldset[disabled] .button-variant:hover, fieldset[disabled] .button-variant:focus, fieldset[disabled] .button-variant.focus, fieldset[disabled] .button-variant:active, fieldset[disabled] .button-variant.active { background-color: #14407D; border-color: #6C6F9E; } /* line 52, /Users/portatlas/Desktop/canobie_films/TestMemberSite/app/assets/stylesheets/base/mixins.scss */ .button-variant .badge { color: #14407D; background-color: #6C6F9E; } /* line 58, /Users/portatlas/Desktop/canobie_films/TestMemberSite/app/assets/stylesheets/base/mixins.scss */ .parallax { /* The image used */ /* Set a specific height */ min-height: 800px; /* Create the parallax scrolling effect */ background-attachment: fixed; background-position: center; background-repeat: no-repeat; background-size: cover; } /* line 71, /Users/portatlas/Desktop/canobie_films/TestMemberSite/app/assets/stylesheets/base/mixins.scss */ .bckgnd-img-sec, section.cat-id-1::after, section.cat-id-2::after, section.cat-id-3::after, section.cat-id-4::after, section.cat-id-5::after { content: ""; opacity: 0.9; top: 0; left: 0; bottom: 0; right: 0; position: absolute; z-index: -1; } @font-face { font-family: "Gotham"; src: url(/assets/GothamRnd_Medium-a040768f5be874cee55e02b92f8f8d4ffd4d77fb9eacd9aea0dc9e358cc00527.otf); text-rendering: optimizeLegibility; } @font-face { font-family: "Din-Light"; src: url(/assets/DIN_Light-bacde371804ae36d2cae1e899e5cbad73ab4496a717a4a9b223ff776d00c9a2b.otf); text-rendering: optimizeLegibility; } @font-face { font-family: "Din-Bold"; src: url(/assets/DIN_Bold-0b67205da9a34e3c3d307c8a57637c3f6adcfa6a55d9beb601276ad6a11eab33.otf); text-rendering: optimizeLegibility; } /* line 8, /Users/portatlas/Desktop/canobie_films/TestMemberSite/app/assets/stylesheets/explore.scss */ h3.art-title { padding-top: 15px; } /* line 11, /Users/portatlas/Desktop/canobie_films/TestMemberSite/app/assets/stylesheets/explore.scss */ .yellow { border-top-style: solid; border-color: #FFC679; } /* line 16, /Users/portatlas/Desktop/canobie_films/TestMemberSite/app/assets/stylesheets/explore.scss */ section.cat-id-1, section.cat-id-2, section.cat-id-3, section.cat-id-4, section.cat-id-5 { height: 400px; display: block; position: relative; } /* line 26, /Users/portatlas/Desktop/canobie_films/TestMemberSite/app/assets/stylesheets/explore.scss */ section.cat-id-1::after { background: url(/assets/explore_001.jpg); } /* line 30, /Users/portatlas/Desktop/canobie_films/TestMemberSite/app/assets/stylesheets/explore.scss */ section.cat-id-2::after { background: url(/assets/explore_002.jpg); } /* line 34, /Users/portatlas/Desktop/canobie_films/TestMemberSite/app/assets/stylesheets/explore.scss */ section.cat-id-3::after { background: url(/assets/explore_003.jpg); } /* line 38, /Users/portatlas/Desktop/canobie_films/TestMemberSite/app/assets/stylesheets/explore.scss */ section.cat-id-4::after { background: url(/assets/explore_002.jpg); } /* line 42, /Users/portatlas/Desktop/canobie_films/TestMemberSite/app/assets/stylesheets/explore.scss */ section.cat-id-5::after { background: url(/assets/explore_005.jpg); } /* Place all the styles related to the matching controller here. They will automatically be included in application.css. */ /* * This is a manifest file that'll be compiled into application.css, which will include all the files * listed below. * * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets, * or any plugin's vendor/assets/stylesheets directory can be referenced here using a relative path. * * You're free to add application-wide styles to this file and they'll appear at the bottom of the * compiled file so the styles you add here take precedence over styles defined in any other CSS/SCSS * files in this directory. Styles in this file should be added after the last require_* statement. * It is generally better to create a new file per style scope. * */ /*! * Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License) */ /* FONT PATH * -------------------------- */ @font-face { font-family: 'FontAwesome'; src: url("/assets/fontawesome-webfont-7bfcab6db99d5cfbf1705ca0536ddc78585432cc5fa41bbd7ad0f009033b2979.eot"); src: url("/assets/fontawesome-webfont-7bfcab6db99d5cfbf1705ca0536ddc78585432cc5fa41bbd7ad0f009033b2979.eot?#iefix") format("embedded-opentype"), url("/assets/fontawesome-webfont-2adefcbc041e7d18fcf2d417879dc5a09997aa64d675b7a3c4b6ce33da13f3fe.woff2") format("woff2"), url("/assets/fontawesome-webfont-ba0c59deb5450f5cb41b3f93609ee2d0d995415877ddfa223e8a8a7533474f07.woff") format("woff"), url("/assets/fontawesome-webfont-aa58f33f239a0fb02f5c7a6c45c043d7a9ac9a093335806694ecd6d4edc0d6a8.ttf") format("truetype"), url("/assets/fontawesome-webfont-ad6157926c1622ba4e1d03d478f1541368524bfc46f51e42fe0d945f7ef323e4.svg#fontawesomeregular") format("svg"); font-weight: normal; font-style: normal; } /* line 19, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa { display: inline-block; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } /* makes the font 33% larger relative to the icon container */ /* line 28, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-lg { font-size: 1.33333333em; line-height: 0.75em; vertical-align: -15%; } /* line 33, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-2x { font-size: 2em; } /* line 36, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-3x { font-size: 3em; } /* line 39, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-4x { font-size: 4em; } /* line 42, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-5x { font-size: 5em; } /* line 45, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-fw { width: 1.28571429em; text-align: center; } /* line 49, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-ul { padding-left: 0; margin-left: 2.14285714em; list-style-type: none; } /* line 54, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-ul > li { position: relative; } /* line 57, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-li { position: absolute; left: -2.14285714em; width: 2.14285714em; top: 0.14285714em; text-align: center; } /* line 64, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-li.fa-lg { left: -1.85714286em; } /* line 67, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-border { padding: .2em .25em .15em; border: solid 0.08em #eeeeee; border-radius: .1em; } /* line 72, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-pull-left { float: left; } /* line 75, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-pull-right { float: right; } /* line 78, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa.fa-pull-left { margin-right: .3em; } /* line 81, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa.fa-pull-right { margin-left: .3em; } /* Deprecated as of 4.4.0 */ /* line 85, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .pull-right { float: right; } /* line 88, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .pull-left { float: left; } /* line 91, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa.pull-left { margin-right: .3em; } /* line 94, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa.pull-right { margin-left: .3em; } /* line 97, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-spin { -webkit-animation: fa-spin 2s infinite linear; animation: fa-spin 2s infinite linear; } /* line 101, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-pulse { -webkit-animation: fa-spin 1s infinite steps(8); animation: fa-spin 1s infinite steps(8); } @-webkit-keyframes fa-spin { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(359deg); transform: rotate(359deg); } } @keyframes fa-spin { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(359deg); transform: rotate(359deg); } } /* line 125, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-rotate-90 { -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)"; -webkit-transform: rotate(90deg); -ms-transform: rotate(90deg); transform: rotate(90deg); } /* line 131, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-rotate-180 { -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)"; -webkit-transform: rotate(180deg); -ms-transform: rotate(180deg); transform: rotate(180deg); } /* line 137, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-rotate-270 { -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)"; -webkit-transform: rotate(270deg); -ms-transform: rotate(270deg); transform: rotate(270deg); } /* line 143, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-flip-horizontal { -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)"; -webkit-transform: scale(-1, 1); -ms-transform: scale(-1, 1); transform: scale(-1, 1); } /* line 149, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-flip-vertical { -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"; -webkit-transform: scale(1, -1); -ms-transform: scale(1, -1); transform: scale(1, -1); } /* line 155, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ :root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical { filter: none; } /* line 162, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-stack { position: relative; display: inline-block; width: 2em; height: 2em; line-height: 2em; vertical-align: middle; } /* line 170, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-stack-1x, .fa-stack-2x { position: absolute; left: 0; width: 100%; text-align: center; } /* line 177, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-stack-1x { line-height: inherit; } /* line 180, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-stack-2x { font-size: 2em; } /* line 183, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-inverse { color: #ffffff; } /* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen readers do not read off random characters that represent icons */ /* line 188, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-glass:before { content: "\f000"; } /* line 191, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-music:before { content: "\f001"; } /* line 194, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-search:before { content: "\f002"; } /* line 197, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-envelope-o:before { content: "\f003"; } /* line 200, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-heart:before { content: "\f004"; } /* line 203, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-star:before { content: "\f005"; } /* line 206, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-star-o:before { content: "\f006"; } /* line 209, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-user:before { content: "\f007"; } /* line 212, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-film:before { content: "\f008"; } /* line 215, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-th-large:before { content: "\f009"; } /* line 218, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-th:before { content: "\f00a"; } /* line 221, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-th-list:before { content: "\f00b"; } /* line 224, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-check:before { content: "\f00c"; } /* line 227, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-remove:before, .fa-close:before, .fa-times:before { content: "\f00d"; } /* line 232, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-search-plus:before { content: "\f00e"; } /* line 235, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-search-minus:before { content: "\f010"; } /* line 238, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-power-off:before { content: "\f011"; } /* line 241, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-signal:before { content: "\f012"; } /* line 244, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-gear:before, .fa-cog:before { content: "\f013"; } /* line 248, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-trash-o:before { content: "\f014"; } /* line 251, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-home:before { content: "\f015"; } /* line 254, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-file-o:before { content: "\f016"; } /* line 257, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-clock-o:before { content: "\f017"; } /* line 260, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-road:before { content: "\f018"; } /* line 263, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-download:before { content: "\f019"; } /* line 266, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-arrow-circle-o-down:before { content: "\f01a"; } /* line 269, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-arrow-circle-o-up:before { content: "\f01b"; } /* line 272, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-inbox:before { content: "\f01c"; } /* line 275, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-play-circle-o:before { content: "\f01d"; } /* line 278, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-rotate-right:before, .fa-repeat:before { content: "\f01e"; } /* line 282, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-refresh:before { content: "\f021"; } /* line 285, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-list-alt:before { content: "\f022"; } /* line 288, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-lock:before { content: "\f023"; } /* line 291, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-flag:before { content: "\f024"; } /* line 294, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-headphones:before { content: "\f025"; } /* line 297, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-volume-off:before { content: "\f026"; } /* line 300, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-volume-down:before { content: "\f027"; } /* line 303, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-volume-up:before { content: "\f028"; } /* line 306, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-qrcode:before { content: "\f029"; } /* line 309, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-barcode:before { content: "\f02a"; } /* line 312, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-tag:before { content: "\f02b"; } /* line 315, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-tags:before { content: "\f02c"; } /* line 318, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-book:before { content: "\f02d"; } /* line 321, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-bookmark:before { content: "\f02e"; } /* line 324, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-print:before { content: "\f02f"; } /* line 327, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-camera:before { content: "\f030"; } /* line 330, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-font:before { content: "\f031"; } /* line 333, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-bold:before { content: "\f032"; } /* line 336, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-italic:before { content: "\f033"; } /* line 339, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-text-height:before { content: "\f034"; } /* line 342, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-text-width:before { content: "\f035"; } /* line 345, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-align-left:before { content: "\f036"; } /* line 348, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-align-center:before { content: "\f037"; } /* line 351, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-align-right:before { content: "\f038"; } /* line 354, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-align-justify:before { content: "\f039"; } /* line 357, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-list:before { content: "\f03a"; } /* line 360, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-dedent:before, .fa-outdent:before { content: "\f03b"; } /* line 364, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-indent:before { content: "\f03c"; } /* line 367, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-video-camera:before { content: "\f03d"; } /* line 370, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-photo:before, .fa-image:before, .fa-picture-o:before { content: "\f03e"; } /* line 375, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-pencil:before { content: "\f040"; } /* line 378, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-map-marker:before { content: "\f041"; } /* line 381, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-adjust:before { content: "\f042"; } /* line 384, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-tint:before { content: "\f043"; } /* line 387, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-edit:before, .fa-pencil-square-o:before { content: "\f044"; } /* line 391, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-share-square-o:before { content: "\f045"; } /* line 394, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-check-square-o:before { content: "\f046"; } /* line 397, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-arrows:before { content: "\f047"; } /* line 400, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-step-backward:before { content: "\f048"; } /* line 403, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-fast-backward:before { content: "\f049"; } /* line 406, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-backward:before { content: "\f04a"; } /* line 409, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-play:before { content: "\f04b"; } /* line 412, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-pause:before { content: "\f04c"; } /* line 415, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-stop:before { content: "\f04d"; } /* line 418, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-forward:before { content: "\f04e"; } /* line 421, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-fast-forward:before { content: "\f050"; } /* line 424, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-step-forward:before { content: "\f051"; } /* line 427, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-eject:before { content: "\f052"; } /* line 430, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-chevron-left:before { content: "\f053"; } /* line 433, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-chevron-right:before { content: "\f054"; } /* line 436, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-plus-circle:before { content: "\f055"; } /* line 439, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-minus-circle:before { content: "\f056"; } /* line 442, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-times-circle:before { content: "\f057"; } /* line 445, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-check-circle:before { content: "\f058"; } /* line 448, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-question-circle:before { content: "\f059"; } /* line 451, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-info-circle:before { content: "\f05a"; } /* line 454, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-crosshairs:before { content: "\f05b"; } /* line 457, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-times-circle-o:before { content: "\f05c"; } /* line 460, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-check-circle-o:before { content: "\f05d"; } /* line 463, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-ban:before { content: "\f05e"; } /* line 466, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-arrow-left:before { content: "\f060"; } /* line 469, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-arrow-right:before { content: "\f061"; } /* line 472, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-arrow-up:before { content: "\f062"; } /* line 475, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-arrow-down:before { content: "\f063"; } /* line 478, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-mail-forward:before, .fa-share:before { content: "\f064"; } /* line 482, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-expand:before { content: "\f065"; } /* line 485, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-compress:before { content: "\f066"; } /* line 488, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-plus:before { content: "\f067"; } /* line 491, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-minus:before { content: "\f068"; } /* line 494, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-asterisk:before { content: "\f069"; } /* line 497, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-exclamation-circle:before { content: "\f06a"; } /* line 500, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-gift:before { content: "\f06b"; } /* line 503, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-leaf:before { content: "\f06c"; } /* line 506, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-fire:before { content: "\f06d"; } /* line 509, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-eye:before { content: "\f06e"; } /* line 512, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-eye-slash:before { content: "\f070"; } /* line 515, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-warning:before, .fa-exclamation-triangle:before { content: "\f071"; } /* line 519, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-plane:before { content: "\f072"; } /* line 522, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-calendar:before { content: "\f073"; } /* line 525, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-random:before { content: "\f074"; } /* line 528, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-comment:before { content: "\f075"; } /* line 531, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-magnet:before { content: "\f076"; } /* line 534, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-chevron-up:before { content: "\f077"; } /* line 537, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-chevron-down:before { content: "\f078"; } /* line 540, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-retweet:before { content: "\f079"; } /* line 543, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-shopping-cart:before { content: "\f07a"; } /* line 546, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-folder:before { content: "\f07b"; } /* line 549, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-folder-open:before { content: "\f07c"; } /* line 552, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-arrows-v:before { content: "\f07d"; } /* line 555, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-arrows-h:before { content: "\f07e"; } /* line 558, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-bar-chart-o:before, .fa-bar-chart:before { content: "\f080"; } /* line 562, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-twitter-square:before { content: "\f081"; } /* line 565, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-facebook-square:before { content: "\f082"; } /* line 568, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-camera-retro:before { content: "\f083"; } /* line 571, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-key:before { content: "\f084"; } /* line 574, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-gears:before, .fa-cogs:before { content: "\f085"; } /* line 578, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-comments:before { content: "\f086"; } /* line 581, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-thumbs-o-up:before { content: "\f087"; } /* line 584, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-thumbs-o-down:before { content: "\f088"; } /* line 587, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-star-half:before { content: "\f089"; } /* line 590, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-heart-o:before { content: "\f08a"; } /* line 593, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-sign-out:before { content: "\f08b"; } /* line 596, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-linkedin-square:before { content: "\f08c"; } /* line 599, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-thumb-tack:before { content: "\f08d"; } /* line 602, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-external-link:before { content: "\f08e"; } /* line 605, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-sign-in:before { content: "\f090"; } /* line 608, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-trophy:before { content: "\f091"; } /* line 611, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-github-square:before { content: "\f092"; } /* line 614, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-upload:before { content: "\f093"; } /* line 617, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-lemon-o:before { content: "\f094"; } /* line 620, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-phone:before { content: "\f095"; } /* line 623, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-square-o:before { content: "\f096"; } /* line 626, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-bookmark-o:before { content: "\f097"; } /* line 629, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-phone-square:before { content: "\f098"; } /* line 632, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-twitter:before { content: "\f099"; } /* line 635, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-facebook-f:before, .fa-facebook:before { content: "\f09a"; } /* line 639, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-github:before { content: "\f09b"; } /* line 642, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-unlock:before { content: "\f09c"; } /* line 645, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-credit-card:before { content: "\f09d"; } /* line 648, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-feed:before, .fa-rss:before { content: "\f09e"; } /* line 652, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-hdd-o:before { content: "\f0a0"; } /* line 655, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-bullhorn:before { content: "\f0a1"; } /* line 658, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-bell:before { content: "\f0f3"; } /* line 661, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-certificate:before { content: "\f0a3"; } /* line 664, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-hand-o-right:before { content: "\f0a4"; } /* line 667, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-hand-o-left:before { content: "\f0a5"; } /* line 670, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-hand-o-up:before { content: "\f0a6"; } /* line 673, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-hand-o-down:before { content: "\f0a7"; } /* line 676, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-arrow-circle-left:before { content: "\f0a8"; } /* line 679, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-arrow-circle-right:before { content: "\f0a9"; } /* line 682, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-arrow-circle-up:before { content: "\f0aa"; } /* line 685, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-arrow-circle-down:before { content: "\f0ab"; } /* line 688, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-globe:before { content: "\f0ac"; } /* line 691, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-wrench:before { content: "\f0ad"; } /* line 694, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-tasks:before { content: "\f0ae"; } /* line 697, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-filter:before { content: "\f0b0"; } /* line 700, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-briefcase:before { content: "\f0b1"; } /* line 703, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-arrows-alt:before { content: "\f0b2"; } /* line 706, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-group:before, .fa-users:before { content: "\f0c0"; } /* line 710, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-chain:before, .fa-link:before { content: "\f0c1"; } /* line 714, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-cloud:before { content: "\f0c2"; } /* line 717, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-flask:before { content: "\f0c3"; } /* line 720, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-cut:before, .fa-scissors:before { content: "\f0c4"; } /* line 724, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-copy:before, .fa-files-o:before { content: "\f0c5"; } /* line 728, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-paperclip:before { content: "\f0c6"; } /* line 731, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-save:before, .fa-floppy-o:before { content: "\f0c7"; } /* line 735, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-square:before { content: "\f0c8"; } /* line 738, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-navicon:before, .fa-reorder:before, .fa-bars:before { content: "\f0c9"; } /* line 743, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-list-ul:before { content: "\f0ca"; } /* line 746, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-list-ol:before { content: "\f0cb"; } /* line 749, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-strikethrough:before { content: "\f0cc"; } /* line 752, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-underline:before { content: "\f0cd"; } /* line 755, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-table:before { content: "\f0ce"; } /* line 758, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-magic:before { content: "\f0d0"; } /* line 761, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-truck:before { content: "\f0d1"; } /* line 764, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-pinterest:before { content: "\f0d2"; } /* line 767, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-pinterest-square:before { content: "\f0d3"; } /* line 770, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-google-plus-square:before { content: "\f0d4"; } /* line 773, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-google-plus:before { content: "\f0d5"; } /* line 776, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-money:before { content: "\f0d6"; } /* line 779, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-caret-down:before { content: "\f0d7"; } /* line 782, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-caret-up:before { content: "\f0d8"; } /* line 785, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-caret-left:before { content: "\f0d9"; } /* line 788, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-caret-right:before { content: "\f0da"; } /* line 791, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-columns:before { content: "\f0db"; } /* line 794, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-unsorted:before, .fa-sort:before { content: "\f0dc"; } /* line 798, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-sort-down:before, .fa-sort-desc:before { content: "\f0dd"; } /* line 802, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-sort-up:before, .fa-sort-asc:before { content: "\f0de"; } /* line 806, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-envelope:before { content: "\f0e0"; } /* line 809, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-linkedin:before { content: "\f0e1"; } /* line 812, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-rotate-left:before, .fa-undo:before { content: "\f0e2"; } /* line 816, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-legal:before, .fa-gavel:before { content: "\f0e3"; } /* line 820, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-dashboard:before, .fa-tachometer:before { content: "\f0e4"; } /* line 824, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-comment-o:before { content: "\f0e5"; } /* line 827, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-comments-o:before { content: "\f0e6"; } /* line 830, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-flash:before, .fa-bolt:before { content: "\f0e7"; } /* line 834, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-sitemap:before { content: "\f0e8"; } /* line 837, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-umbrella:before { content: "\f0e9"; } /* line 840, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-paste:before, .fa-clipboard:before { content: "\f0ea"; } /* line 844, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-lightbulb-o:before { content: "\f0eb"; } /* line 847, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-exchange:before { content: "\f0ec"; } /* line 850, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-cloud-download:before { content: "\f0ed"; } /* line 853, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-cloud-upload:before { content: "\f0ee"; } /* line 856, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-user-md:before { content: "\f0f0"; } /* line 859, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-stethoscope:before { content: "\f0f1"; } /* line 862, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-suitcase:before { content: "\f0f2"; } /* line 865, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-bell-o:before { content: "\f0a2"; } /* line 868, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-coffee:before { content: "\f0f4"; } /* line 871, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-cutlery:before { content: "\f0f5"; } /* line 874, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-file-text-o:before { content: "\f0f6"; } /* line 877, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-building-o:before { content: "\f0f7"; } /* line 880, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-hospital-o:before { content: "\f0f8"; } /* line 883, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-ambulance:before { content: "\f0f9"; } /* line 886, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-medkit:before { content: "\f0fa"; } /* line 889, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-fighter-jet:before { content: "\f0fb"; } /* line 892, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-beer:before { content: "\f0fc"; } /* line 895, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-h-square:before { content: "\f0fd"; } /* line 898, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-plus-square:before { content: "\f0fe"; } /* line 901, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-angle-double-left:before { content: "\f100"; } /* line 904, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-angle-double-right:before { content: "\f101"; } /* line 907, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-angle-double-up:before { content: "\f102"; } /* line 910, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-angle-double-down:before { content: "\f103"; } /* line 913, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-angle-left:before { content: "\f104"; } /* line 916, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-angle-right:before { content: "\f105"; } /* line 919, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-angle-up:before { content: "\f106"; } /* line 922, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-angle-down:before { content: "\f107"; } /* line 925, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-desktop:before { content: "\f108"; } /* line 928, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-laptop:before { content: "\f109"; } /* line 931, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-tablet:before { content: "\f10a"; } /* line 934, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-mobile-phone:before, .fa-mobile:before { content: "\f10b"; } /* line 938, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-circle-o:before { content: "\f10c"; } /* line 941, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-quote-left:before { content: "\f10d"; } /* line 944, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-quote-right:before { content: "\f10e"; } /* line 947, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-spinner:before { content: "\f110"; } /* line 950, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-circle:before { content: "\f111"; } /* line 953, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-mail-reply:before, .fa-reply:before { content: "\f112"; } /* line 957, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-github-alt:before { content: "\f113"; } /* line 960, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-folder-o:before { content: "\f114"; } /* line 963, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-folder-open-o:before { content: "\f115"; } /* line 966, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-smile-o:before { content: "\f118"; } /* line 969, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-frown-o:before { content: "\f119"; } /* line 972, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-meh-o:before { content: "\f11a"; } /* line 975, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-gamepad:before { content: "\f11b"; } /* line 978, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-keyboard-o:before { content: "\f11c"; } /* line 981, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-flag-o:before { content: "\f11d"; } /* line 984, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-flag-checkered:before { content: "\f11e"; } /* line 987, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-terminal:before { content: "\f120"; } /* line 990, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-code:before { content: "\f121"; } /* line 993, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-mail-reply-all:before, .fa-reply-all:before { content: "\f122"; } /* line 997, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before { content: "\f123"; } /* line 1002, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-location-arrow:before { content: "\f124"; } /* line 1005, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-crop:before { content: "\f125"; } /* line 1008, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-code-fork:before { content: "\f126"; } /* line 1011, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-unlink:before, .fa-chain-broken:before { content: "\f127"; } /* line 1015, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-question:before { content: "\f128"; } /* line 1018, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-info:before { content: "\f129"; } /* line 1021, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-exclamation:before { content: "\f12a"; } /* line 1024, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-superscript:before { content: "\f12b"; } /* line 1027, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-subscript:before { content: "\f12c"; } /* line 1030, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-eraser:before { content: "\f12d"; } /* line 1033, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-puzzle-piece:before { content: "\f12e"; } /* line 1036, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-microphone:before { content: "\f130"; } /* line 1039, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-microphone-slash:before { content: "\f131"; } /* line 1042, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-shield:before { content: "\f132"; } /* line 1045, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-calendar-o:before { content: "\f133"; } /* line 1048, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-fire-extinguisher:before { content: "\f134"; } /* line 1051, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-rocket:before { content: "\f135"; } /* line 1054, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-maxcdn:before { content: "\f136"; } /* line 1057, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-chevron-circle-left:before { content: "\f137"; } /* line 1060, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-chevron-circle-right:before { content: "\f138"; } /* line 1063, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-chevron-circle-up:before { content: "\f139"; } /* line 1066, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-chevron-circle-down:before { content: "\f13a"; } /* line 1069, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-html5:before { content: "\f13b"; } /* line 1072, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-css3:before { content: "\f13c"; } /* line 1075, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-anchor:before { content: "\f13d"; } /* line 1078, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-unlock-alt:before { content: "\f13e"; } /* line 1081, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-bullseye:before { content: "\f140"; } /* line 1084, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-ellipsis-h:before { content: "\f141"; } /* line 1087, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-ellipsis-v:before { content: "\f142"; } /* line 1090, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-rss-square:before { content: "\f143"; } /* line 1093, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-play-circle:before { content: "\f144"; } /* line 1096, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-ticket:before { content: "\f145"; } /* line 1099, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-minus-square:before { content: "\f146"; } /* line 1102, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-minus-square-o:before { content: "\f147"; } /* line 1105, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-level-up:before { content: "\f148"; } /* line 1108, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-level-down:before { content: "\f149"; } /* line 1111, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-check-square:before { content: "\f14a"; } /* line 1114, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-pencil-square:before { content: "\f14b"; } /* line 1117, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-external-link-square:before { content: "\f14c"; } /* line 1120, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-share-square:before { content: "\f14d"; } /* line 1123, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-compass:before { content: "\f14e"; } /* line 1126, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-toggle-down:before, .fa-caret-square-o-down:before { content: "\f150"; } /* line 1130, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-toggle-up:before, .fa-caret-square-o-up:before { content: "\f151"; } /* line 1134, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-toggle-right:before, .fa-caret-square-o-right:before { content: "\f152"; } /* line 1138, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-euro:before, .fa-eur:before { content: "\f153"; } /* line 1142, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-gbp:before { content: "\f154"; } /* line 1145, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-dollar:before, .fa-usd:before { content: "\f155"; } /* line 1149, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-rupee:before, .fa-inr:before { content: "\f156"; } /* line 1153, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before { content: "\f157"; } /* line 1159, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-ruble:before, .fa-rouble:before, .fa-rub:before { content: "\f158"; } /* line 1164, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-won:before, .fa-krw:before { content: "\f159"; } /* line 1168, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-bitcoin:before, .fa-btc:before { content: "\f15a"; } /* line 1172, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-file:before { content: "\f15b"; } /* line 1175, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-file-text:before { content: "\f15c"; } /* line 1178, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-sort-alpha-asc:before { content: "\f15d"; } /* line 1181, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-sort-alpha-desc:before { content: "\f15e"; } /* line 1184, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-sort-amount-asc:before { content: "\f160"; } /* line 1187, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-sort-amount-desc:before { content: "\f161"; } /* line 1190, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-sort-numeric-asc:before { content: "\f162"; } /* line 1193, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-sort-numeric-desc:before { content: "\f163"; } /* line 1196, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-thumbs-up:before { content: "\f164"; } /* line 1199, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-thumbs-down:before { content: "\f165"; } /* line 1202, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-youtube-square:before { content: "\f166"; } /* line 1205, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-youtube:before { content: "\f167"; } /* line 1208, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-xing:before { content: "\f168"; } /* line 1211, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-xing-square:before { content: "\f169"; } /* line 1214, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-youtube-play:before { content: "\f16a"; } /* line 1217, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-dropbox:before { content: "\f16b"; } /* line 1220, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-stack-overflow:before { content: "\f16c"; } /* line 1223, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-instagram:before { content: "\f16d"; } /* line 1226, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-flickr:before { content: "\f16e"; } /* line 1229, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-adn:before { content: "\f170"; } /* line 1232, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-bitbucket:before { content: "\f171"; } /* line 1235, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-bitbucket-square:before { content: "\f172"; } /* line 1238, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-tumblr:before { content: "\f173"; } /* line 1241, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-tumblr-square:before { content: "\f174"; } /* line 1244, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-long-arrow-down:before { content: "\f175"; } /* line 1247, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-long-arrow-up:before { content: "\f176"; } /* line 1250, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-long-arrow-left:before { content: "\f177"; } /* line 1253, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-long-arrow-right:before { content: "\f178"; } /* line 1256, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-apple:before { content: "\f179"; } /* line 1259, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-windows:before { content: "\f17a"; } /* line 1262, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-android:before { content: "\f17b"; } /* line 1265, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-linux:before { content: "\f17c"; } /* line 1268, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-dribbble:before { content: "\f17d"; } /* line 1271, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-skype:before { content: "\f17e"; } /* line 1274, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-foursquare:before { content: "\f180"; } /* line 1277, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-trello:before { content: "\f181"; } /* line 1280, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-female:before { content: "\f182"; } /* line 1283, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-male:before { content: "\f183"; } /* line 1286, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-gittip:before, .fa-gratipay:before { content: "\f184"; } /* line 1290, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-sun-o:before { content: "\f185"; } /* line 1293, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-moon-o:before { content: "\f186"; } /* line 1296, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-archive:before { content: "\f187"; } /* line 1299, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-bug:before { content: "\f188"; } /* line 1302, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-vk:before { content: "\f189"; } /* line 1305, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-weibo:before { content: "\f18a"; } /* line 1308, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-renren:before { content: "\f18b"; } /* line 1311, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-pagelines:before { content: "\f18c"; } /* line 1314, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-stack-exchange:before { content: "\f18d"; } /* line 1317, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-arrow-circle-o-right:before { content: "\f18e"; } /* line 1320, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-arrow-circle-o-left:before { content: "\f190"; } /* line 1323, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-toggle-left:before, .fa-caret-square-o-left:before { content: "\f191"; } /* line 1327, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-dot-circle-o:before { content: "\f192"; } /* line 1330, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-wheelchair:before { content: "\f193"; } /* line 1333, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-vimeo-square:before { content: "\f194"; } /* line 1336, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-turkish-lira:before, .fa-try:before { content: "\f195"; } /* line 1340, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-plus-square-o:before { content: "\f196"; } /* line 1343, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-space-shuttle:before { content: "\f197"; } /* line 1346, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-slack:before { content: "\f198"; } /* line 1349, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-envelope-square:before { content: "\f199"; } /* line 1352, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-wordpress:before { content: "\f19a"; } /* line 1355, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-openid:before { content: "\f19b"; } /* line 1358, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-institution:before, .fa-bank:before, .fa-university:before { content: "\f19c"; } /* line 1363, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-mortar-board:before, .fa-graduation-cap:before { content: "\f19d"; } /* line 1367, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-yahoo:before { content: "\f19e"; } /* line 1370, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-google:before { content: "\f1a0"; } /* line 1373, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-reddit:before { content: "\f1a1"; } /* line 1376, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-reddit-square:before { content: "\f1a2"; } /* line 1379, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-stumbleupon-circle:before { content: "\f1a3"; } /* line 1382, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-stumbleupon:before { content: "\f1a4"; } /* line 1385, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-delicious:before { content: "\f1a5"; } /* line 1388, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-digg:before { content: "\f1a6"; } /* line 1391, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-pied-piper-pp:before { content: "\f1a7"; } /* line 1394, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-pied-piper-alt:before { content: "\f1a8"; } /* line 1397, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-drupal:before { content: "\f1a9"; } /* line 1400, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-joomla:before { content: "\f1aa"; } /* line 1403, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-language:before { content: "\f1ab"; } /* line 1406, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-fax:before { content: "\f1ac"; } /* line 1409, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-building:before { content: "\f1ad"; } /* line 1412, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-child:before { content: "\f1ae"; } /* line 1415, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-paw:before { content: "\f1b0"; } /* line 1418, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-spoon:before { content: "\f1b1"; } /* line 1421, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-cube:before { content: "\f1b2"; } /* line 1424, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-cubes:before { content: "\f1b3"; } /* line 1427, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-behance:before { content: "\f1b4"; } /* line 1430, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-behance-square:before { content: "\f1b5"; } /* line 1433, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-steam:before { content: "\f1b6"; } /* line 1436, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-steam-square:before { content: "\f1b7"; } /* line 1439, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-recycle:before { content: "\f1b8"; } /* line 1442, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-automobile:before, .fa-car:before { content: "\f1b9"; } /* line 1446, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-cab:before, .fa-taxi:before { content: "\f1ba"; } /* line 1450, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-tree:before { content: "\f1bb"; } /* line 1453, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-spotify:before { content: "\f1bc"; } /* line 1456, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-deviantart:before { content: "\f1bd"; } /* line 1459, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-soundcloud:before { content: "\f1be"; } /* line 1462, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-database:before { content: "\f1c0"; } /* line 1465, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-file-pdf-o:before { content: "\f1c1"; } /* line 1468, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-file-word-o:before { content: "\f1c2"; } /* line 1471, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-file-excel-o:before { content: "\f1c3"; } /* line 1474, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-file-powerpoint-o:before { content: "\f1c4"; } /* line 1477, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before { content: "\f1c5"; } /* line 1482, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-file-zip-o:before, .fa-file-archive-o:before { content: "\f1c6"; } /* line 1486, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-file-sound-o:before, .fa-file-audio-o:before { content: "\f1c7"; } /* line 1490, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-file-movie-o:before, .fa-file-video-o:before { content: "\f1c8"; } /* line 1494, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-file-code-o:before { content: "\f1c9"; } /* line 1497, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-vine:before { content: "\f1ca"; } /* line 1500, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-codepen:before { content: "\f1cb"; } /* line 1503, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-jsfiddle:before { content: "\f1cc"; } /* line 1506, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before { content: "\f1cd"; } /* line 1513, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-circle-o-notch:before { content: "\f1ce"; } /* line 1516, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-ra:before, .fa-resistance:before, .fa-rebel:before { content: "\f1d0"; } /* line 1521, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-ge:before, .fa-empire:before { content: "\f1d1"; } /* line 1525, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-git-square:before { content: "\f1d2"; } /* line 1528, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-git:before { content: "\f1d3"; } /* line 1531, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-y-combinator-square:before, .fa-yc-square:before, .fa-hacker-news:before { content: "\f1d4"; } /* line 1536, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-tencent-weibo:before { content: "\f1d5"; } /* line 1539, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-qq:before { content: "\f1d6"; } /* line 1542, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-wechat:before, .fa-weixin:before { content: "\f1d7"; } /* line 1546, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-send:before, .fa-paper-plane:before { content: "\f1d8"; } /* line 1550, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-send-o:before, .fa-paper-plane-o:before { content: "\f1d9"; } /* line 1554, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-history:before { content: "\f1da"; } /* line 1557, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-circle-thin:before { content: "\f1db"; } /* line 1560, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-header:before { content: "\f1dc"; } /* line 1563, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-paragraph:before { content: "\f1dd"; } /* line 1566, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-sliders:before { content: "\f1de"; } /* line 1569, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-share-alt:before { content: "\f1e0"; } /* line 1572, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-share-alt-square:before { content: "\f1e1"; } /* line 1575, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-bomb:before { content: "\f1e2"; } /* line 1578, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-soccer-ball-o:before, .fa-futbol-o:before { content: "\f1e3"; } /* line 1582, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-tty:before { content: "\f1e4"; } /* line 1585, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-binoculars:before { content: "\f1e5"; } /* line 1588, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-plug:before { content: "\f1e6"; } /* line 1591, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-slideshare:before { content: "\f1e7"; } /* line 1594, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-twitch:before { content: "\f1e8"; } /* line 1597, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-yelp:before { content: "\f1e9"; } /* line 1600, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-newspaper-o:before { content: "\f1ea"; } /* line 1603, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-wifi:before { content: "\f1eb"; } /* line 1606, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-calculator:before { content: "\f1ec"; } /* line 1609, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-paypal:before { content: "\f1ed"; } /* line 1612, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-google-wallet:before { content: "\f1ee"; } /* line 1615, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-cc-visa:before { content: "\f1f0"; } /* line 1618, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-cc-mastercard:before { content: "\f1f1"; } /* line 1621, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-cc-discover:before { content: "\f1f2"; } /* line 1624, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-cc-amex:before { content: "\f1f3"; } /* line 1627, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-cc-paypal:before { content: "\f1f4"; } /* line 1630, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-cc-stripe:before { content: "\f1f5"; } /* line 1633, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-bell-slash:before { content: "\f1f6"; } /* line 1636, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-bell-slash-o:before { content: "\f1f7"; } /* line 1639, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-trash:before { content: "\f1f8"; } /* line 1642, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-copyright:before { content: "\f1f9"; } /* line 1645, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-at:before { content: "\f1fa"; } /* line 1648, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-eyedropper:before { content: "\f1fb"; } /* line 1651, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-paint-brush:before { content: "\f1fc"; } /* line 1654, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-birthday-cake:before { content: "\f1fd"; } /* line 1657, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-area-chart:before { content: "\f1fe"; } /* line 1660, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-pie-chart:before { content: "\f200"; } /* line 1663, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-line-chart:before { content: "\f201"; } /* line 1666, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-lastfm:before { content: "\f202"; } /* line 1669, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-lastfm-square:before { content: "\f203"; } /* line 1672, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-toggle-off:before { content: "\f204"; } /* line 1675, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-toggle-on:before { content: "\f205"; } /* line 1678, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-bicycle:before { content: "\f206"; } /* line 1681, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-bus:before { content: "\f207"; } /* line 1684, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-ioxhost:before { content: "\f208"; } /* line 1687, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-angellist:before { content: "\f209"; } /* line 1690, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-cc:before { content: "\f20a"; } /* line 1693, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-shekel:before, .fa-sheqel:before, .fa-ils:before { content: "\f20b"; } /* line 1698, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-meanpath:before { content: "\f20c"; } /* line 1701, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-buysellads:before { content: "\f20d"; } /* line 1704, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-connectdevelop:before { content: "\f20e"; } /* line 1707, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-dashcube:before { content: "\f210"; } /* line 1710, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-forumbee:before { content: "\f211"; } /* line 1713, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-leanpub:before { content: "\f212"; } /* line 1716, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-sellsy:before { content: "\f213"; } /* line 1719, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-shirtsinbulk:before { content: "\f214"; } /* line 1722, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-simplybuilt:before { content: "\f215"; } /* line 1725, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-skyatlas:before { content: "\f216"; } /* line 1728, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-cart-plus:before { content: "\f217"; } /* line 1731, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-cart-arrow-down:before { content: "\f218"; } /* line 1734, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-diamond:before { content: "\f219"; } /* line 1737, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-ship:before { content: "\f21a"; } /* line 1740, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-user-secret:before { content: "\f21b"; } /* line 1743, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-motorcycle:before { content: "\f21c"; } /* line 1746, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-street-view:before { content: "\f21d"; } /* line 1749, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-heartbeat:before { content: "\f21e"; } /* line 1752, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-venus:before { content: "\f221"; } /* line 1755, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-mars:before { content: "\f222"; } /* line 1758, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-mercury:before { content: "\f223"; } /* line 1761, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-intersex:before, .fa-transgender:before { content: "\f224"; } /* line 1765, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-transgender-alt:before { content: "\f225"; } /* line 1768, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-venus-double:before { content: "\f226"; } /* line 1771, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-mars-double:before { content: "\f227"; } /* line 1774, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-venus-mars:before { content: "\f228"; } /* line 1777, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-mars-stroke:before { content: "\f229"; } /* line 1780, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-mars-stroke-v:before { content: "\f22a"; } /* line 1783, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-mars-stroke-h:before { content: "\f22b"; } /* line 1786, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-neuter:before { content: "\f22c"; } /* line 1789, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-genderless:before { content: "\f22d"; } /* line 1792, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-facebook-official:before { content: "\f230"; } /* line 1795, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-pinterest-p:before { content: "\f231"; } /* line 1798, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-whatsapp:before { content: "\f232"; } /* line 1801, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-server:before { content: "\f233"; } /* line 1804, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-user-plus:before { content: "\f234"; } /* line 1807, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-user-times:before { content: "\f235"; } /* line 1810, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-hotel:before, .fa-bed:before { content: "\f236"; } /* line 1814, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-viacoin:before { content: "\f237"; } /* line 1817, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-train:before { content: "\f238"; } /* line 1820, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-subway:before { content: "\f239"; } /* line 1823, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-medium:before { content: "\f23a"; } /* line 1826, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-yc:before, .fa-y-combinator:before { content: "\f23b"; } /* line 1830, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-optin-monster:before { content: "\f23c"; } /* line 1833, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-opencart:before { content: "\f23d"; } /* line 1836, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-expeditedssl:before { content: "\f23e"; } /* line 1839, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-battery-4:before, .fa-battery:before, .fa-battery-full:before { content: "\f240"; } /* line 1844, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-battery-3:before, .fa-battery-three-quarters:before { content: "\f241"; } /* line 1848, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-battery-2:before, .fa-battery-half:before { content: "\f242"; } /* line 1852, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-battery-1:before, .fa-battery-quarter:before { content: "\f243"; } /* line 1856, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-battery-0:before, .fa-battery-empty:before { content: "\f244"; } /* line 1860, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-mouse-pointer:before { content: "\f245"; } /* line 1863, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-i-cursor:before { content: "\f246"; } /* line 1866, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-object-group:before { content: "\f247"; } /* line 1869, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-object-ungroup:before { content: "\f248"; } /* line 1872, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-sticky-note:before { content: "\f249"; } /* line 1875, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-sticky-note-o:before { content: "\f24a"; } /* line 1878, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-cc-jcb:before { content: "\f24b"; } /* line 1881, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-cc-diners-club:before { content: "\f24c"; } /* line 1884, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-clone:before { content: "\f24d"; } /* line 1887, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-balance-scale:before { content: "\f24e"; } /* line 1890, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-hourglass-o:before { content: "\f250"; } /* line 1893, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-hourglass-1:before, .fa-hourglass-start:before { content: "\f251"; } /* line 1897, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-hourglass-2:before, .fa-hourglass-half:before { content: "\f252"; } /* line 1901, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-hourglass-3:before, .fa-hourglass-end:before { content: "\f253"; } /* line 1905, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-hourglass:before { content: "\f254"; } /* line 1908, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-hand-grab-o:before, .fa-hand-rock-o:before { content: "\f255"; } /* line 1912, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-hand-stop-o:before, .fa-hand-paper-o:before { content: "\f256"; } /* line 1916, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-hand-scissors-o:before { content: "\f257"; } /* line 1919, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-hand-lizard-o:before { content: "\f258"; } /* line 1922, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-hand-spock-o:before { content: "\f259"; } /* line 1925, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-hand-pointer-o:before { content: "\f25a"; } /* line 1928, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-hand-peace-o:before { content: "\f25b"; } /* line 1931, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-trademark:before { content: "\f25c"; } /* line 1934, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-registered:before { content: "\f25d"; } /* line 1937, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-creative-commons:before { content: "\f25e"; } /* line 1940, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-gg:before { content: "\f260"; } /* line 1943, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-gg-circle:before { content: "\f261"; } /* line 1946, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-tripadvisor:before { content: "\f262"; } /* line 1949, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-odnoklassniki:before { content: "\f263"; } /* line 1952, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-odnoklassniki-square:before { content: "\f264"; } /* line 1955, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-get-pocket:before { content: "\f265"; } /* line 1958, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-wikipedia-w:before { content: "\f266"; } /* line 1961, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-safari:before { content: "\f267"; } /* line 1964, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-chrome:before { content: "\f268"; } /* line 1967, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-firefox:before { content: "\f269"; } /* line 1970, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-opera:before { content: "\f26a"; } /* line 1973, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-internet-explorer:before { content: "\f26b"; } /* line 1976, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-tv:before, .fa-television:before { content: "\f26c"; } /* line 1980, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-contao:before { content: "\f26d"; } /* line 1983, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-500px:before { content: "\f26e"; } /* line 1986, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-amazon:before { content: "\f270"; } /* line 1989, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-calendar-plus-o:before { content: "\f271"; } /* line 1992, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-calendar-minus-o:before { content: "\f272"; } /* line 1995, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-calendar-times-o:before { content: "\f273"; } /* line 1998, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-calendar-check-o:before { content: "\f274"; } /* line 2001, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-industry:before { content: "\f275"; } /* line 2004, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-map-pin:before { content: "\f276"; } /* line 2007, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-map-signs:before { content: "\f277"; } /* line 2010, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-map-o:before { content: "\f278"; } /* line 2013, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-map:before { content: "\f279"; } /* line 2016, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-commenting:before { content: "\f27a"; } /* line 2019, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-commenting-o:before { content: "\f27b"; } /* line 2022, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-houzz:before { content: "\f27c"; } /* line 2025, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-vimeo:before { content: "\f27d"; } /* line 2028, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-black-tie:before { content: "\f27e"; } /* line 2031, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-fonticons:before { content: "\f280"; } /* line 2034, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-reddit-alien:before { content: "\f281"; } /* line 2037, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-edge:before { content: "\f282"; } /* line 2040, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-credit-card-alt:before { content: "\f283"; } /* line 2043, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-codiepie:before { content: "\f284"; } /* line 2046, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-modx:before { content: "\f285"; } /* line 2049, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-fort-awesome:before { content: "\f286"; } /* line 2052, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-usb:before { content: "\f287"; } /* line 2055, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-product-hunt:before { content: "\f288"; } /* line 2058, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-mixcloud:before { content: "\f289"; } /* line 2061, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-scribd:before { content: "\f28a"; } /* line 2064, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-pause-circle:before { content: "\f28b"; } /* line 2067, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-pause-circle-o:before { content: "\f28c"; } /* line 2070, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-stop-circle:before { content: "\f28d"; } /* line 2073, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-stop-circle-o:before { content: "\f28e"; } /* line 2076, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-shopping-bag:before { content: "\f290"; } /* line 2079, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-shopping-basket:before { content: "\f291"; } /* line 2082, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-hashtag:before { content: "\f292"; } /* line 2085, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-bluetooth:before { content: "\f293"; } /* line 2088, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-bluetooth-b:before { content: "\f294"; } /* line 2091, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-percent:before { content: "\f295"; } /* line 2094, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-gitlab:before { content: "\f296"; } /* line 2097, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-wpbeginner:before { content: "\f297"; } /* line 2100, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-wpforms:before { content: "\f298"; } /* line 2103, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-envira:before { content: "\f299"; } /* line 2106, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-universal-access:before { content: "\f29a"; } /* line 2109, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-wheelchair-alt:before { content: "\f29b"; } /* line 2112, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-question-circle-o:before { content: "\f29c"; } /* line 2115, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-blind:before { content: "\f29d"; } /* line 2118, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-audio-description:before { content: "\f29e"; } /* line 2121, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-volume-control-phone:before { content: "\f2a0"; } /* line 2124, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-braille:before { content: "\f2a1"; } /* line 2127, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-assistive-listening-systems:before { content: "\f2a2"; } /* line 2130, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-asl-interpreting:before, .fa-american-sign-language-interpreting:before { content: "\f2a3"; } /* line 2134, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-deafness:before, .fa-hard-of-hearing:before, .fa-deaf:before { content: "\f2a4"; } /* line 2139, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-glide:before { content: "\f2a5"; } /* line 2142, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-glide-g:before { content: "\f2a6"; } /* line 2145, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-signing:before, .fa-sign-language:before { content: "\f2a7"; } /* line 2149, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-low-vision:before { content: "\f2a8"; } /* line 2152, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-viadeo:before { content: "\f2a9"; } /* line 2155, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-viadeo-square:before { content: "\f2aa"; } /* line 2158, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-snapchat:before { content: "\f2ab"; } /* line 2161, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-snapchat-ghost:before { content: "\f2ac"; } /* line 2164, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-snapchat-square:before { content: "\f2ad"; } /* line 2167, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-pied-piper:before { content: "\f2ae"; } /* line 2170, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-first-order:before { content: "\f2b0"; } /* line 2173, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-yoast:before { content: "\f2b1"; } /* line 2176, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-themeisle:before { content: "\f2b2"; } /* line 2179, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-google-plus-circle:before, .fa-google-plus-official:before { content: "\f2b3"; } /* line 2183, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-fa:before, .fa-font-awesome:before { content: "\f2b4"; } /* line 2187, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-handshake-o:before { content: "\f2b5"; } /* line 2190, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-envelope-open:before { content: "\f2b6"; } /* line 2193, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-envelope-open-o:before { content: "\f2b7"; } /* line 2196, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-linode:before { content: "\f2b8"; } /* line 2199, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-address-book:before { content: "\f2b9"; } /* line 2202, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-address-book-o:before { content: "\f2ba"; } /* line 2205, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-vcard:before, .fa-address-card:before { content: "\f2bb"; } /* line 2209, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-vcard-o:before, .fa-address-card-o:before { content: "\f2bc"; } /* line 2213, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-user-circle:before { content: "\f2bd"; } /* line 2216, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-user-circle-o:before { content: "\f2be"; } /* line 2219, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-user-o:before { content: "\f2c0"; } /* line 2222, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-id-badge:before { content: "\f2c1"; } /* line 2225, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-drivers-license:before, .fa-id-card:before { content: "\f2c2"; } /* line 2229, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-drivers-license-o:before, .fa-id-card-o:before { content: "\f2c3"; } /* line 2233, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-quora:before { content: "\f2c4"; } /* line 2236, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-free-code-camp:before { content: "\f2c5"; } /* line 2239, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-telegram:before { content: "\f2c6"; } /* line 2242, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-thermometer-4:before, .fa-thermometer:before, .fa-thermometer-full:before { content: "\f2c7"; } /* line 2247, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-thermometer-3:before, .fa-thermometer-three-quarters:before { content: "\f2c8"; } /* line 2251, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-thermometer-2:before, .fa-thermometer-half:before { content: "\f2c9"; } /* line 2255, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-thermometer-1:before, .fa-thermometer-quarter:before { content: "\f2ca"; } /* line 2259, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-thermometer-0:before, .fa-thermometer-empty:before { content: "\f2cb"; } /* line 2263, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-shower:before { content: "\f2cc"; } /* line 2266, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-bathtub:before, .fa-s15:before, .fa-bath:before { content: "\f2cd"; } /* line 2271, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-podcast:before { content: "\f2ce"; } /* line 2274, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-window-maximize:before { content: "\f2d0"; } /* line 2277, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-window-minimize:before { content: "\f2d1"; } /* line 2280, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-window-restore:before { content: "\f2d2"; } /* line 2283, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-times-rectangle:before, .fa-window-close:before { content: "\f2d3"; } /* line 2287, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-times-rectangle-o:before, .fa-window-close-o:before { content: "\f2d4"; } /* line 2291, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-bandcamp:before { content: "\f2d5"; } /* line 2294, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-grav:before { content: "\f2d6"; } /* line 2297, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-etsy:before { content: "\f2d7"; } /* line 2300, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-imdb:before { content: "\f2d8"; } /* line 2303, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-ravelry:before { content: "\f2d9"; } /* line 2306, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-eercast:before { content: "\f2da"; } /* line 2309, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-microchip:before { content: "\f2db"; } /* line 2312, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-snowflake-o:before { content: "\f2dc"; } /* line 2315, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-superpowers:before { content: "\f2dd"; } /* line 2318, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-wpexplorer:before { content: "\f2de"; } /* line 2321, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .fa-meetup:before { content: "\f2e0"; } /* line 2324, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); border: 0; } /* line 2334, /usr/local/lib/ruby/gems/2.3.0/gems/font-awesome-rails-4.7.0.0/app/assets/stylesheets/font-awesome.css.erb */ .sr-only-focusable:active, .sr-only-focusable:focus { position: static; width: auto; height: auto; margin: 0; overflow: visible; clip: auto; }
{ "content_hash": "a26f88e7a61625912ff4f406dc29135f", "timestamp": "", "source": "github", "line_count": 13916, "max_line_length": 756, "avg_line_length": 35.956740442655935, "alnum_prop": 0.7040153964834304, "repo_name": "portatlas/TestMemberSite", "id": "bca340b64d7c9e87cc2945b470a237bdb977f2e1", "size": "500375", "binary": false, "copies": "1", "ref": "refs/heads/master", "path": "public/assets/application-ca1f3446177f332ab6f32ada77e89ba66d34c150a4df255e367a7470adc90b8e.css", "mode": "33188", "license": "apache-2.0", "language": [], "symlink_target": "" }
@implementation UIView (AnimationProperty) #pragma mark - Scale. NSString * const _recognizerScale = @"_recognizerScale"; - (void)setScale:(CGFloat)scale { objc_setAssociatedObject(self, (__bridge const void *)(_recognizerScale), @(scale), OBJC_ASSOCIATION_RETAIN_NONATOMIC); self.transform = CGAffineTransformMakeScale(scale, scale); } - (CGFloat)scale { NSNumber *scaleValue = objc_getAssociatedObject(self, (__bridge const void *)(_recognizerScale)); return scaleValue.floatValue; } #pragma mark - Angle. NSString * const _recognizerAngle = @"_recognizerAngle"; - (void)setAngle:(CGFloat)angle { objc_setAssociatedObject(self, (__bridge const void *)(_recognizerAngle), @(angle), OBJC_ASSOCIATION_RETAIN_NONATOMIC); self.transform = CGAffineTransformMakeRotation(angle); } - (CGFloat)angle { NSNumber *angleValue = objc_getAssociatedObject(self, (__bridge const void *)(_recognizerAngle)); return angleValue.floatValue; } @end
{ "content_hash": "fc7f1efdd203330b9db3ad98047bf540", "timestamp": "", "source": "github", "line_count": 35, "max_line_length": 123, "avg_line_length": 28.314285714285713, "alnum_prop": 0.7164480322906155, "repo_name": "qinting513/Learning-QT", "id": "db3efad9d9e98f0322d2b1fdeeb5045c561798e8", "size": "1208", "binary": false, "copies": "10", "ref": "refs/heads/master", "path": "2016 Plan/10月/Animations-master/Animations/UIView+AnimationProperty.m", "mode": "33261", "license": "apache-2.0", "language": [ { "name": "C", "bytes": "1773653" }, { "name": "C++", "bytes": "616556" }, { "name": "CSS", "bytes": "14772" }, { "name": "DTrace", "bytes": "6180" }, { "name": "HTML", "bytes": "780741" }, { "name": "JavaScript", "bytes": "60127" }, { "name": "Objective-C", "bytes": "32993916" }, { "name": "Objective-C++", "bytes": "135277" }, { "name": "Ruby", "bytes": "8377" }, { "name": "Shell", "bytes": "272766" }, { "name": "Swift", "bytes": "2330800" } ], "symlink_target": "" }
package btrfs import ( "testing" ) func TestLibVersion(t *testing.T) { if LibVersion() <= 0 { t.Errorf("expected output from btrfs lib version > 0") } }
{ "content_hash": "f7677c503e75d6b8b1a5e68d3d0f167e", "timestamp": "", "source": "github", "line_count": 11, "max_line_length": 56, "avg_line_length": 14.545454545454545, "alnum_prop": 0.6625, "repo_name": "vbatts/go-btrfs", "id": "a4b700625734da9cdd7b8e0e8b5d7573bd0923eb", "size": "194", "binary": false, "copies": "1", "ref": "refs/heads/master", "path": "version_test.go", "mode": "33188", "license": "bsd-3-clause", "language": [ { "name": "Go", "bytes": "16465" } ], "symlink_target": "" }
.. _clearsky: Clear sky ========= This section reviews the clear sky modeling capabilities of pvlib-python. pvlib-python supports two ways to generate clear sky irradiance: 1. A :py:class:`~pvlib.location.Location` object's :py:meth:`~pvlib.location.Location.get_clearsky` method. 2. The functions contained in the :py:mod:`~pvlib.clearsky` module, including :py:func:`~pvlib.clearsky.ineichen` and :py:func:`~pvlib.clearsky.simplified_solis`. Users that work with simple time series data may prefer to use :py:meth:`~pvlib.location.Location.get_clearsky`, while users that want finer control, more explicit code, or work with multidimensional data may prefer to use the basic functions in the :py:mod:`~pvlib.clearsky` module. The :ref:`location` subsection demonstrates the easiest way to obtain a time series of clear sky data for a location. The :ref:`ineichen` and :ref:`simplified_solis` subsections detail the clear sky algorithms and input data. The :ref:`detect_clearsky` subsection demonstrates the use of the clear sky detection algorithm. The :py:func:`~pvlib.atmosphere.bird_hulstrom80_aod_bb`, and :py:func:`~pvlib.atmosphere.kasten96_lt` functions are useful for calculating inputs to the clear sky functions. We'll need these imports for the examples below. .. ipython:: In [1]: import itertools In [1]: import matplotlib.pyplot as plt In [1]: import pandas as pd # seaborn makes the plots look nicer In [1]: import seaborn as sns In [1]: sns.set_color_codes() In [1]: import pvlib In [1]: from pvlib import clearsky, atmosphere In [1]: from pvlib.location import Location .. _location: Location -------- The easiest way to obtain a time series of clear sky irradiance is to use a :py:class:`~pvlib.location.Location` object's :py:meth:`~pvlib.location.Location.get_clearsky` method. The :py:meth:`~pvlib.location.Location.get_clearsky` method does the dirty work of calculating solar position, extraterrestrial irradiance, airmass, and atmospheric pressure, as appropriate, leaving the user to only specify the most important parameters: time and atmospheric attenuation. The time input must be a :py:class:`pandas.DatetimeIndex`, while the atmospheric attenuation inputs may be constants or arrays. The :py:meth:`~pvlib.location.Location.get_clearsky` method always returns a :py:class:`pandas.DataFrame`. .. ipython:: In [1]: tus = Location(32.2, -111, 'US/Arizona', 700, 'Tucson') In [1]: times = pd.DatetimeIndex(start='2016-07-01', end='2016-07-04', freq='1min', tz=tus.tz) In [1]: cs = tus.get_clearsky(times) # ineichen with climatology table by default In [1]: cs.plot(); In [1]: plt.ylabel('Irradiance $W/m^2$'); @savefig location-basic.png width=6in In [1]: plt.title('Ineichen, climatological turbidity'); The :py:meth:`~pvlib.location.Location.get_clearsky` method accepts a model keyword argument and propagates additional arguments to the functions that do the computation. .. ipython:: In [1]: cs = tus.get_clearsky(times, model='ineichen', linke_turbidity=3) In [1]: cs.plot(); In [1]: plt.title('Ineichen, linke_turbidity=3'); @savefig location-ineichen.png width=6in In [1]: plt.ylabel('Irradiance $W/m^2$'); .. ipython:: In [1]: cs = tus.get_clearsky(times, model='simplified_solis', aod700=0.2, precipitable_water=3) In [1]: cs.plot(); In [1]: plt.title('Simplfied Solis, aod700=0.2, precipitable_water=3'); @savefig location-solis.png width=6in In [1]: plt.ylabel('Irradiance $W/m^2$'); See the sections below for more detail on the clear sky models. .. _ineichen: Ineichen and Perez ------------------ The Ineichen and Perez clear sky model parameterizes irradiance in terms of the Linke turbidity [Ine02]_. pvlib-python implements this model in the :py:func:`pvlib.clearsky.ineichen` function. Turbidity data ^^^^^^^^^^^^^^ pvlib includes a file with monthly climatological turbidity values for the globe. The code below creates turbidity maps for a few months of the year. You could run it in a loop to create plots for all months. .. ipython:: In [1]: import calendar In [1]: import os In [1]: import scipy.io In [1]: pvlib_path = os.path.dirname(os.path.abspath(pvlib.clearsky.__file__)) In [1]: filepath = os.path.join(pvlib_path, 'data', 'LinkeTurbidities.mat') In [1]: mat = scipy.io.loadmat(filepath) # data is in units of 20 x turbidity In [1]: linke_turbidity_table = mat['LinkeTurbidity'] # / 20. # crashes on rtd In [1]: def plot_turbidity_map(month, vmin=1, vmax=100): ...: plt.figure(); ...: plt.imshow(linke_turbidity_table[:, :, month-1], vmin=vmin, vmax=vmax); ...: plt.title('Linke turbidity x 20, ' + calendar.month_name[month]); ...: plt.colorbar(shrink=0.5); ...: plt.tight_layout(); @savefig turbidity-1.png width=10in In [1]: plot_turbidity_map(1) @savefig turbidity-7.png width=10in In [1]: plot_turbidity_map(7) The :py:func:`~pvlib.clearsky.lookup_linke_turbidity` function takes a time, latitude, and longitude and gets the corresponding climatological turbidity value for that time at those coordinates. By default, the :py:func:`~pvlib.clearsky.lookup_linke_turbidity` function will linearly interpolate turbidity from month to month, assuming that the raw data is valid on 15th of each month. This interpolation removes discontinuities in multi-month PV models. Here's a plot of a few locations in the Southwest U.S. with and without interpolation. We chose points that are relatively close so that you can get a better sense of the spatial noise and variability of the data set. Note that the altitude of these sites varies from 300 m to 1500 m. .. ipython:: In [1]: times = pd.DatetimeIndex(start='2015-01-01', end='2016-01-01', freq='1D') In [1]: sites = [(32, -111, 'Tucson1'), (32.2, -110.9, 'Tucson2'), ...: (33.5, -112.1, 'Phoenix'), (35.1, -106.6, 'Albuquerque')] In [1]: plt.figure(); In [1]: for lat, lon, name in sites: ...: turbidity = pvlib.clearsky.lookup_linke_turbidity(times, lat, lon, interp_turbidity=False) ...: turbidity.plot(label=name) In [1]: plt.legend(); In [1]: plt.title('Raw data (no interpolation)'); @savefig turbidity-no-interp.png width=6in In [1]: plt.ylabel('Linke Turbidity'); In [1]: plt.figure(); In [1]: for lat, lon, name in sites: ...: turbidity = pvlib.clearsky.lookup_linke_turbidity(times, lat, lon) ...: turbidity.plot(label=name) In [1]: plt.legend(); In [1]: plt.title('Interpolated to the day'); @savefig turbidity-yes-interp.png width=6in In [1]: plt.ylabel('Linke Turbidity'); Examples ^^^^^^^^ A clear sky time series using only basic pvlib functions. .. ipython:: In [1]: latitude, longitude, tz, altitude, name = 32.2, -111, 'US/Arizona', 700, 'Tucson' In [1]: times = pd.date_range(start='2014-01-01', end='2014-01-02', freq='1Min', tz=tz) In [1]: solpos = pvlib.solarposition.get_solarposition(times, latitude, longitude) In [1]: apparent_zenith = solpos['apparent_zenith'] In [1]: airmass = pvlib.atmosphere.relativeairmass(apparent_zenith) In [1]: pressure = pvlib.atmosphere.alt2pres(altitude) In [1]: airmass = pvlib.atmosphere.absoluteairmass(airmass, pressure) In [1]: linke_turbidity = pvlib.clearsky.lookup_linke_turbidity(times, latitude, longitude) In [1]: dni_extra = pvlib.irradiance.extraradiation(times.dayofyear) # an input is a pandas Series, so solis is a DataFrame In [1]: ineichen = clearsky.ineichen(apparent_zenith, airmass, linke_turbidity, altitude, dni_extra) In [1]: plt.figure(); In [1]: ax = ineichen.plot() In [1]: ax.set_ylabel('Irradiance $W/m^2$'); In [1]: ax.set_title('Ineichen Clear Sky Model'); In [1]: ax.legend(loc=2); @savefig ineichen-vs-time-climo.png width=6in In [1]: plt.show(); The input data types determine the returned output type. Array input results in an OrderedDict of array output, and Series input results in a DataFrame output. The keys are 'ghi', 'dni', and 'dhi'. Grid with a clear sky irradiance for a few turbidity values. .. ipython:: In [1]: times = pd.date_range(start='2014-09-01', end='2014-09-02', freq='1Min', tz=tz) In [1]: solpos = pvlib.solarposition.get_solarposition(times, latitude, longitude) In [1]: apparent_zenith = solpos['apparent_zenith'] In [1]: airmass = pvlib.atmosphere.relativeairmass(apparent_zenith) In [1]: pressure = pvlib.atmosphere.alt2pres(altitude) In [1]: airmass = pvlib.atmosphere.absoluteairmass(airmass, pressure) In [1]: linke_turbidity = pvlib.clearsky.lookup_linke_turbidity(times, latitude, longitude) In [1]: print('climatological linke_turbidity = {}'.format(linke_turbidity.mean())) In [1]: dni_extra = pvlib.irradiance.extraradiation(times.dayofyear) In [1]: linke_turbidities = [linke_turbidity.mean(), 2, 4] In [1]: fig, axes = plt.subplots(ncols=3, nrows=1, sharex=True, sharey=True, squeeze=True, figsize=(12, 4)) In [1]: axes = axes.flatten() In [1]: for linke_turbidity, ax in zip(linke_turbidities, axes): ...: ineichen = clearsky.ineichen(apparent_zenith, airmass, linke_turbidity, altitude, dni_extra) ...: ineichen.plot(ax=ax, title='Linke turbidity = {:0.1f}'.format(linke_turbidity)); In [1]: ax.legend(loc=1); @savefig ineichen-grid.png width=10in In [1]: plt.show(); Validation ^^^^^^^^^^ See [Ine02]_, [Ren12]_. Will Holmgren compared pvlib's Ineichen model and climatological turbidity to `SoDa's McClear service <http://www.soda-pro.com/web-services/radiation/cams-mcclear>`_ in Arizona. Here are links to an `ipynb notebook <https://forecasting.energy.arizona.edu/media/ineichen_vs_mcclear.ipynb>`_ and its `html rendering <https://forecasting.energy.arizona.edu/media/ineichen_vs_mcclear.html>`_. .. _simplified_solis: Simplified Solis ---------------- The Simplified Solis model parameterizes irradiance in terms of precipitable water and aerosol optical depth [Ine08ss]_. pvlib-python implements this model in the :py:func:`pvlib.clearsky.simplified_solis` function. Aerosol and precipitable water data ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ There are a number of sources for aerosol and precipitable water data of varying accuracy, global coverage, and temporal resolution. Ground based aerosol data can be obtained from `Aeronet <http://aeronet.gsfc.nasa.gov>`_. Precipitable water can be obtained from `radiosondes <http://weather.uwyo.edu/upperair/sounding.html>`_, `ESRL GPS-MET <http://gpsmet.noaa.gov/cgi-bin/gnuplots/rti.cgi>`_, or derived from surface relative humidity using functions such as :py:func:`pvlib.atmosphere.gueymard94_pw`. Numerous gridded products from satellites, weather models, and climate models contain one or both of aerosols and precipitable water. Consider data from the `ECMWF <https://software.ecmwf.int/wiki/display/WEBAPI/Access+ECMWF+Public+Datasets>`_ and `SoDa <http://www.soda-pro.com/web-services/radiation/cams-mcclear>`_. Aerosol optical depth is a function of wavelength, and the Simplified Solis model requires AOD at 700 nm. Models exist to convert AOD between different wavelengths, as well as convert Linke turbidity to AOD and PW [Ine08con]_, [Ine16]_. Examples ^^^^^^^^ A clear sky time series using only basic pvlib functions. .. ipython:: In [1]: latitude, longitude, tz, altitude, name = 32.2, -111, 'US/Arizona', 700, 'Tucson' In [1]: times = pd.date_range(start='2014-01-01', end='2014-01-02', freq='1Min', tz=tz) In [1]: solpos = pvlib.solarposition.get_solarposition(times, latitude, longitude) In [1]: apparent_elevation = solpos['apparent_elevation'] In [1]: aod700 = 0.1 In [1]: precipitable_water = 1 In [1]: pressure = pvlib.atmosphere.alt2pres(altitude) In [1]: dni_extra = pvlib.irradiance.extraradiation(times.dayofyear) # an input is a Series, so solis is a DataFrame In [1]: solis = clearsky.simplified_solis(apparent_elevation, aod700, precipitable_water, ...: pressure, dni_extra) In [1]: ax = solis.plot(); In [1]: ax.set_ylabel('Irradiance $W/m^2$'); In [1]: ax.set_title('Simplified Solis Clear Sky Model'); In [1]: ax.legend(loc=2); @savefig solis-vs-time-0.1-1.png width=6in In [1]: plt.show(); The input data types determine the returned output type. Array input results in an OrderedDict of array output, and Series input results in a DataFrame output. The keys are 'ghi', 'dni', and 'dhi'. Irradiance as a function of solar elevation. .. ipython:: In [1]: apparent_elevation = pd.Series(np.linspace(-10, 90, 101)) In [1]: aod700 = 0.1 In [1]: precipitable_water = 1 In [1]: pressure = 101325 In [1]: dni_extra = 1364 In [1]: solis = clearsky.simplified_solis(apparent_elevation, aod700, ...: precipitable_water, pressure, dni_extra) In [1]: ax = solis.plot(); In [1]: ax.set_xlabel('Apparent elevation (deg)'); In [1]: ax.set_ylabel('Irradiance $W/m^2$'); In [1]: ax.set_title('Irradiance vs Solar Elevation') @savefig solis-vs-elevation.png width=6in In [1]: ax.legend(loc=2); Grid with a clear sky irradiance for a few PW and AOD values. .. ipython:: In [1]: times = pd.date_range(start='2014-09-01', end='2014-09-02', freq='1Min', tz=tz) In [1]: solpos = pvlib.solarposition.get_solarposition(times, latitude, longitude) In [1]: apparent_elevation = solpos['apparent_elevation'] In [1]: pressure = pvlib.atmosphere.alt2pres(altitude) In [1]: dni_extra = pvlib.irradiance.extraradiation(times.dayofyear) In [1]: aod700 = [0.01, 0.1] In [1]: precipitable_water = [0.5, 5] In [1]: fig, axes = plt.subplots(ncols=2, nrows=2, sharex=True, sharey=True, squeeze=True) In [1]: axes = axes.flatten() In [1]: for (aod, pw), ax in zip(itertools.chain(itertools.product(aod700, precipitable_water)), axes): ...: cs = clearsky.simplified_solis(apparent_elevation, aod, pw, pressure, dni_extra) ...: cs.plot(ax=ax, title='aod700={}, pw={}'.format(aod, pw)) @savefig solis-grid.png width=10in In [1]: plt.show(); Contour plots of irradiance as a function of both PW and AOD. .. ipython:: In [1]: aod700 = np.linspace(0, 0.5, 101) In [1]: precipitable_water = np.linspace(0, 10, 101) In [1]: apparent_elevation = 70 In [1]: pressure = 101325 In [1]: dni_extra = 1364 In [1]: aod700, precipitable_water = np.meshgrid(aod700, precipitable_water) # inputs are arrays, so solis is an OrderedDict In [1]: solis = clearsky.simplified_solis(apparent_elevation, aod700, ...: precipitable_water, pressure, ...: dni_extra) In [1]: cmap = plt.get_cmap('viridis') In [1]: n = 15 In [1]: vmin = None In [1]: vmax = None In [1]: def plot_solis(key): ...: irrad = solis[key] ...: fig, ax = plt.subplots() ...: im = ax.contour(aod700, precipitable_water, irrad[:, :], n, cmap=cmap, vmin=vmin, vmax=vmax) ...: imf = ax.contourf(aod700, precipitable_water, irrad[:, :], n, cmap=cmap, vmin=vmin, vmax=vmax) ...: ax.set_xlabel('AOD') ...: ax.set_ylabel('Precipitable water (cm)') ...: ax.clabel(im, colors='k', fmt='%.0f') ...: fig.colorbar(imf, label='{} (W/m**2)'.format(key)) ...: ax.set_title('{}, elevation={}'.format(key, apparent_elevation)) .. ipython:: In [1]: plot_solis('ghi') @savefig solis-ghi.png width=10in In [1]: plt.show() In [1]: plot_solis('dni') @savefig solis-dni.png width=10in In [1]: plt.show() In [1]: plot_solis('dhi') @savefig solis-dhi.png width=10in In [1]: plt.show() Validation ^^^^^^^^^^ See [Ine16]_. We encourage users to compare the pvlib implementation to Ineichen's `Excel tool <http://www.unige.ch/energie/fr/equipe/ineichen/solis-tool/>`_. .. _detect_clearsky: Detect Clearsky --------------- The :py:func:`~pvlib.clearsky.detect_clearsky` function implements the [Ren16]_ algorithm to detect the clear and cloudy points of a time series. The algorithm was designed and validated for analyzing GHI time series only. Users may attempt to apply it to other types of time series data using different filter settings, but should be skeptical of the results. The algorithm detects clear sky times by comparing statistics for a measured time series and an expected clearsky time series. Statistics are calculated using a sliding time window (e.g., 10 minutes). An iterative algorithm identifies clear periods, uses the identified periods to estimate bias in the clearsky data, scales the clearsky data and repeats. Clear times are identified by meeting 5 criteria. Default values for these thresholds are appropriate for 10 minute windows of 1 minute GHI data. Next, we show a simple example of applying the algorithm to synthetic GHI data. We first generate and plot the clear sky and measured data. .. ipython:: python abq = Location(35.04, -106.62, altitude=1619) times = pd.DatetimeIndex(start='2012-04-01 10:30:00', tz='Etc/GMT+7', periods=30, freq='1min') cs = abq.get_clearsky(times) # scale clear sky data to account for possibility of different turbidity ghi = cs['ghi']*.953 # add a cloud event ghi['2012-04-01 10:42:00':'2012-04-01 10:44:00'] = [500, 300, 400] # add an overirradiance event ghi['2012-04-01 10:56:00'] = 950 fig, ax = plt.subplots() ghi.plot(label='input'); cs['ghi'].plot(label='ineichen clear'); ax.set_ylabel('Irradiance $W/m^2$'); plt.legend(loc=4); @savefig detect-clear-ghi.png width=10in plt.show(); Now we run the synthetic data and clear sky estimate through the :py:func:`~pvlib.clearsky.detect_clearsky` function. .. ipython:: python clear_samples = clearsky.detect_clearsky(ghi, cs['ghi'], cs.index, 10) fig, ax = plt.subplots() clear_samples.plot(); @savefig detect-clear-detected.png width=10in ax.set_ylabel('Clear (1) or Cloudy (0)'); The algorithm detected the cloud event and the overirradiance event. References ---------- .. [Ine02] P. Ineichen and R. Perez, "A New airmass independent formulation for the Linke turbidity coefficient", Solar Energy, 73, pp. 151-157, 2002. .. [Ine08ss] P. Ineichen, "A broadband simplified version of the Solis clear sky model," Solar Energy, 82, 758-762 (2008). .. [Ine16] P. Ineichen, "Validation of models that estimate the clear sky global and beam solar irradiance," Solar Energy, 132, 332-344 (2016). .. [Ine08con] P. Ineichen, "Conversion function between the Linke turbidity and the atmospheric water vapor and aerosol content", Solar Energy, 82, 1095 (2008). .. [Ren12] M. Reno, C. Hansen, and J. Stein, "Global Horizontal Irradiance Clear Sky Models: Implementation and Analysis", Sandia National Laboratories, SAND2012-2389, 2012. .. [Ren16] Reno, M.J. and C.W. Hansen, "Identification of periods of clear sky irradiance in time series of GHI measurements" Renewable Energy, v90, p. 520-531, 2016.
{ "content_hash": "616403e2921d0dafa9cf53ff395441ad", "timestamp": "", "source": "github", "line_count": 601, "max_line_length": 111, "avg_line_length": 32.422628951747086, "alnum_prop": 0.6766396387149749, "repo_name": "uvchik/pvlib-python", "id": "79afbcb2381837c6d0887fdb61fd75fb3b2af2b1", "size": "19486", "binary": false, "copies": "1", "ref": "refs/heads/master", "path": "docs/sphinx/source/clearsky.rst", "mode": "33188", "license": "bsd-3-clause", "language": [ { "name": "Python", "bytes": "683832" } ], "symlink_target": "" }
package com.falcon.cms.domain; import org.hibernate.annotations.Cache; import org.hibernate.annotations.CacheConcurrencyStrategy; import javax.persistence.*; import javax.validation.constraints.*; import java.io.Serializable; import java.util.Objects; /** * A Section. */ @Entity @Table(name = "section") @Cache(usage = CacheConcurrencyStrategy.NONSTRICT_READ_WRITE) public class Section implements Serializable { private static final long serialVersionUID = 1L; @Id @GeneratedValue(strategy = GenerationType.SEQUENCE, generator = "sequenceGenerator") @SequenceGenerator(name = "sequenceGenerator") private Long id; @NotNull @Column(name = "name", nullable = false) private String name; @Column(name = "description") private String description; @ManyToOne private Conference conference; public Long getId() { return id; } public void setId(Long id) { this.id = id; } public String getName() { return name; } public Section name(String name) { this.name = name; return this; } public void setName(String name) { this.name = name; } public String getDescription() { return description; } public Section description(String description) { this.description = description; return this; } public void setDescription(String description) { this.description = description; } public Conference getConference() { return conference; } public Section conference(Conference conference) { this.conference = conference; return this; } public void setConference(Conference conference) { this.conference = conference; } @Override public boolean equals(Object o) { if (this == o) { return true; } if (o == null || getClass() != o.getClass()) { return false; } Section section = (Section) o; if (section.getId() == null || getId() == null) { return false; } return Objects.equals(getId(), section.getId()); } @Override public int hashCode() { return Objects.hashCode(getId()); } @Override public String toString() { return "Section{" + "id=" + getId() + ", name='" + getName() + "'" + ", description='" + getDescription() + "'" + "}"; } }
{ "content_hash": "d0d23eb6f8a0ec49d3ce095df4c1699f", "timestamp": "", "source": "github", "line_count": 111, "max_line_length": 88, "avg_line_length": 22.43243243243243, "alnum_prop": 0.5983935742971888, "repo_name": "dooma/falconcms", "id": "b96f84ee008c0df8ac8da69255757ae36aa0543e", "size": "2490", "binary": false, "copies": "1", "ref": "refs/heads/develop", "path": "src/main/java/com/falcon/cms/domain/Section.java", "mode": "33188", "license": "mit", "language": [ { "name": "CSS", "bytes": "10161" }, { "name": "HTML", "bytes": "199937" }, { "name": "Java", "bytes": "553754" }, { "name": "JavaScript", "bytes": "291049" } ], "symlink_target": "" }
/** * @license Highstock JS v8.0.3 (2020-03-06) * @module highcharts/indicators/atr * @requires highcharts * @requires highcharts/modules/stock * * Indicator series type for Highstock * * (c) 2010-2019 Sebastian Bochan * * License: www.highcharts.com/license */ 'use strict'; import '../../indicators/atr.src.js';
{ "content_hash": "add3d99b638389eda2e02cb45c1f2162", "timestamp": "", "source": "github", "line_count": 14, "max_line_length": 44, "avg_line_length": 23.214285714285715, "alnum_prop": 0.6923076923076923, "repo_name": "cdnjs/cdnjs", "id": "e23129b21c61e12dc8643d2abf4c9122e5256ca7", "size": "325", "binary": false, "copies": "1", "ref": "refs/heads/master", "path": "ajax/libs/highcharts/8.0.3/es-modules/masters/indicators/atr.src.js", "mode": "33188", "license": "mit", "language": [], "symlink_target": "" }
package org.mmtk.plan.immix; import static org.mmtk.policy.immix.ImmixConstants.MARK_LINE_AT_SCAN_TIME; import org.mmtk.plan.Plan; import org.mmtk.plan.TraceLocal; import org.mmtk.plan.Trace; import org.mmtk.policy.Space; import org.mmtk.policy.immix.ImmixSpace; import org.mmtk.utility.deque.ObjectReferenceDeque; import org.mmtk.vm.VM; import org.vmmagic.pragma.*; import org.vmmagic.unboxed.*; /** * This class implements the thread-local functionality for a defragmenting * transitive closure over an immix space. */ @Uninterruptible public final class ImmixDefragTraceLocal extends TraceLocal { /**************************************************************************** * * Instance fields */ private final ObjectReferenceDeque modBuffer; /** * Constructor * @param modBuffer TODO */ public ImmixDefragTraceLocal(Trace trace, ObjectReferenceDeque modBuffer) { super(Immix.SCAN_DEFRAG, trace); this.modBuffer = modBuffer; } /**************************************************************************** * * Externally visible Object processing and tracing */ /** * Is the specified object live? * * @param object The object. * @return True if the object is live. */ public boolean isLive(ObjectReference object) { if (VM.VERIFY_ASSERTIONS) VM.assertions._assert(Immix.immixSpace.inImmixDefragCollection()); if (object.isNull()) return false; if (Space.isInSpace(Immix.IMMIX, object)) { return Immix.immixSpace.isLive(object); } return super.isLive(object); } /** * This method is the core method during the trace of the object graph. * The role of this method is to: * * 1. Ensure the traced object is not collected. * 2. If this is the first visit to the object enqueue it to be scanned. * 3. Return the forwarded reference to the object. * * In this instance, we refer objects in the mark-sweep space to the * immixSpace for tracing, and defer to the superclass for all others. * * @param object The object to be traced. * @return The new reference to the same object instance. */ @Inline public ObjectReference traceObject(ObjectReference object) { if (VM.VERIFY_ASSERTIONS) VM.assertions._assert(Immix.immixSpace.inImmixDefragCollection()); if (object.isNull()) return object; if (Space.isInSpace(Immix.IMMIX, object)) return Immix.immixSpace.traceObject(this, object, Plan.ALLOC_DEFAULT); return super.traceObject(object); } @Inline @Override public ObjectReference precopyObject(ObjectReference object) { if (VM.VERIFY_ASSERTIONS) VM.assertions._assert(Immix.immixSpace.inImmixDefragCollection()); if (object.isNull()) return object; ObjectReference rtn; if (Space.isInSpace(Immix.IMMIX, object)) rtn = Immix.immixSpace.traceObject(this, object, Plan.ALLOC_DEFAULT); else rtn = object; if (VM.VERIFY_ASSERTIONS) VM.assertions._assert(willNotMoveInCurrentCollection(rtn)); return rtn; } @Override public boolean willNotMoveInCurrentCollection(ObjectReference object) { if (VM.VERIFY_ASSERTIONS) VM.assertions._assert(Immix.immixSpace.inImmixDefragCollection()); if (Space.isInSpace(Immix.IMMIX, object)) return Immix.immixSpace.willNotMoveThisGC(object); return true; } /** * Collectors that move objects <b>must</b> override this method. * It performs the deferred scanning of objects which are forwarded * during bootstrap of each copying collection. Because of the * complexities of the collection bootstrap (such objects are * generally themselves gc-critical), the forwarding and scanning of * the objects must be dislocated. It is an error for a non-moving * collector to call this method. * * @param object The forwarded object to be scanned */ @Inline @Override protected void scanObject(ObjectReference object) { if (VM.VERIFY_ASSERTIONS) VM.assertions._assert(Immix.immixSpace.inImmixDefragCollection()); super.scanObject(object); if (MARK_LINE_AT_SCAN_TIME && Space.isInSpace(Immix.IMMIX, object)) ImmixSpace.markLines(object); } /** * Process any remembered set entries. This means enumerating the * mod buffer and for each entry, marking the object as unlogged * (we don't enqueue for scanning since we're doing a full heap GC). */ protected void processRememberedSets() { if (modBuffer != null) { logMessage(5, "clearing modBuffer"); while (!modBuffer.isEmpty()) { ObjectReference src = modBuffer.pop(); Plan.markAsUnlogged(src); } } } }
{ "content_hash": "1fba96fff02b3297efc322ca9d05f418", "timestamp": "", "source": "github", "line_count": 138, "max_line_length": 96, "avg_line_length": 33.56521739130435, "alnum_prop": 0.6906303972366149, "repo_name": "ut-osa/laminar", "id": "c0be0cd35218049aaeb62f6c91ff08dd2e321ec7", "size": "5065", "binary": false, "copies": "1", "ref": "refs/heads/master", "path": "jikesrvm-3.0.0/MMTk/src/org/mmtk/plan/immix/ImmixDefragTraceLocal.java", "mode": "33188", "license": "bsd-3-clause", "language": [ { "name": "ASP", "bytes": "4526" }, { "name": "Assembly", "bytes": "7753785" }, { "name": "Awk", "bytes": "5239" }, { "name": "Bison", "bytes": "75151" }, { "name": "C", "bytes": "209779557" }, { "name": "C++", "bytes": "5954668" }, { "name": "CSS", "bytes": "11885" }, { "name": "Java", "bytes": "12132154" }, { "name": "Makefile", "bytes": "731243" }, { "name": "Objective-C", "bytes": "564040" }, { "name": "Perl", "bytes": "196100" }, { "name": "Python", "bytes": "11786" }, { "name": "Ruby", "bytes": "3219" }, { "name": "Scala", "bytes": "12158" }, { "name": "Scilab", "bytes": "22980" }, { "name": "Shell", "bytes": "205177" }, { "name": "TeX", "bytes": "62636" }, { "name": "UnrealScript", "bytes": "20822" }, { "name": "XSLT", "bytes": "6544" } ], "symlink_target": "" }
#ifndef _WINSAFER_H #define _WINSAFER_H #include <guiddef.h> #include <wincrypt.h> #ifdef __cplusplus extern "C" { #endif // // Opaque datatype for representing handles to Safer objects. // DECLARE_HANDLE(SAFER_LEVEL_HANDLE); // // Constants to represent scope with SaferCreateLevel and others. // #define SAFER_SCOPEID_MACHINE 1 #define SAFER_SCOPEID_USER 2 // // Pre-defined levels that can be used with SaferCreateLevel // #define SAFER_LEVELID_FULLYTRUSTED 0x40000 #define SAFER_LEVELID_NORMALUSER 0x20000 #define SAFER_LEVELID_CONSTRAINED 0x10000 #define SAFER_LEVELID_UNTRUSTED 0x01000 #define SAFER_LEVELID_DISALLOWED 0x00000 // // Flags to use when creating/opening a Level with SaferCreateLevel // #define SAFER_LEVEL_OPEN 1 // // Maximum string size. // #define SAFER_MAX_FRIENDLYNAME_SIZE 256 #define SAFER_MAX_DESCRIPTION_SIZE 256 #define SAFER_MAX_HASH_SIZE 64 // // Flags to use with SaferComputeTokenFromLevel. // #define SAFER_TOKEN_NULL_IF_EQUAL 0x00000001 #define SAFER_TOKEN_COMPARE_ONLY 0x00000002 #define SAFER_TOKEN_MAKE_INERT 0x00000004 #define SAFER_TOKEN_WANT_FLAGS 0x00000008 // // Flags for specifying what criteria within SAFER_CODE_PROPERTIES to evaluate // when finding code identity with SaferIdentifyLevel. // #define SAFER_CRITERIA_IMAGEPATH 0x00001 #define SAFER_CRITERIA_NOSIGNEDHASH 0x00002 #define SAFER_CRITERIA_IMAGEHASH 0x00004 #define SAFER_CRITERIA_AUTHENTICODE 0x00008 #define SAFER_CRITERIA_URLZONE 0x00010 #define SAFER_CRITERIA_IMAGEPATH_NT 0x01000 // // Code image information structure passed to SaferIdentifyLevel. // #include <pshpack8.h> typedef struct _SAFER_CODE_PROPERTIES { // // Must be initialized to be the size of this structure, // for the purposes of future/backwards compatibility. // DWORD cbSize; // // Must be initialized to the types of criteria that should // be considered when evaluating this structure. This can be // a combination of the SAFER_CRITERIA_xxxx flags. If not enough // of the structure elements needed to evaluate the criteria // types indicated were supplied, then some of those criteria // flags may be silently ignored. Specifying 0 for this value // will cause the entire structure's contents to be ignored. // DWORD dwCheckFlags; // // Optionally specifies the fully-qualified path and filename // to be used for discrimination checks based on the path. // The ImagePath will additionally be used to open and read the // file to identify any other discrimination criteria that was // unsupplied in this structure. // LPCWSTR ImagePath; // // Optionally specifies a file handle that has been opened to // code image with at least GENERIC_READ access. The handle will // be used instead of explicitly opening the file again to compute // other discrimination criteria that was unsupplied in this structure. // HANDLE hImageFileHandle; // // Optionally specifies the pre-determined Internet Explorer // security zone. These enums are defined within urlmon.h // For example: URLZONE_LOCAL_MACHINE, URLZONE_INTRANET, // URLZONE_TRUSTED, URLZONE_INTERNET, or URLZONE_UNTRUSTED. // DWORD UrlZoneId; // // Optionally specifies the pre-computed hash of the image. // The supplied hash is interpreted as being valid if ImageSize // is non-zero and dwImageHashSize is non-zero and HashAlgorithm // represents a valid hashing algorithm from wincrypt.h // // If the supplied hash fails to meet the conditions above, then // the hash will be automatically computed against: // 1) by using ImageSize and pByteBlock if both are non-zero. // 2) by using hImageFileHandle if it is non-null. // 3) by attempting to open ImagePath if it is non-null. // BYTE ImageHash[SAFER_MAX_HASH_SIZE]; DWORD dwImageHashSize; LARGE_INTEGER ImageSize; ALG_ID HashAlgorithm; // // Optionally specifies a memory block of memory representing // the image for which the trust is being requested for. When // this member is specified, ImageSize must also be supplied. // LPBYTE pByteBlock; // // Optionally gives the arguments used for Authenticode signer // certificate verification. These arguments are supplied to the // WinVerifyTrust() API and control the user-interface prompting // to accept untrusted certificates. // HWND hWndParent; DWORD dwWVTUIChoice; } SAFER_CODE_PROPERTIES, *PSAFER_CODE_PROPERTIES; #include <poppack.h> // // Masks for the per-identity WinSafer flags // #define SAFER_POLICY_JOBID_MASK 0xFF000000 #define SAFER_POLICY_JOBID_CONSTRAINED 0x04000000 #define SAFER_POLICY_JOBID_UNTRUSTED 0x03000000 #define SAFER_POLICY_ONLY_EXES 0x00010000 #define SAFER_POLICY_SANDBOX_INERT 0x00020000 #define SAFER_POLICY_UIFLAGS_MASK 0x000000FF #define SAFER_POLICY_UIFLAGS_INFORMATION_PROMPT 0x00000001 #define SAFER_POLICY_UIFLAGS_OPTION_PROMPT 0x00000002 // // Information classes on the overall policy that can be queried // with SaferSet/GetPolicyInformation and set at different // policy scopes based on access of the caller. // typedef enum _SAFER_POLICY_INFO_CLASS { // // Accesses the list of all Levels defined in a policy. // The corresponding data element is a buffer that is filled // with multiple DWORDs, each representing the LevelIds that // are defined within this scope. // SaferPolicyLevelList = 1, // // for transparent enforcement of policy in the execution // framework -- will be used by native code execution but can // be used by any policy enforcement environment. // Corresponding data element is a DWORD holding a Boolean value. // SaferPolicyEnableTransparentEnforcement, // // Returns the name of the Level that has been designed // as the default level within the specified scope. // The corresponding data element is a single DWORD buffer // representing the LevelId of the default Level. If no // level has been configured to be the default, then the // GetInfo API will return FALSE and GetLastError will // return ERROR_NOT_FOUND. // SaferPolicyDefaultLevel, // // Returns whether Code Identities or Default Level within the // user scope can be considered during identification. // SaferPolicyEvaluateUserScope, // // Control Flags for for safer policy scope. // SaferPolicyScopeFlags } SAFER_POLICY_INFO_CLASS; // // Enumerations used for retrieving specific information about a // single authorization Level via SaferGet/SetInformationFromLevel. // typedef enum _SAFER_OBJECT_INFO_CLASS { SaferObjectLevelId = 1, // get: DWORD SaferObjectScopeId, // get: DWORD SaferObjectFriendlyName, // get/set: LPCWSTR SaferObjectDescription, // get/set: LPCWSTR SaferObjectBuiltin, // get: DWORD boolean SaferObjectDisallowed, // get: DWORD boolean SaferObjectDisableMaxPrivilege, // get: DWORD boolean SaferObjectInvertDeletedPrivileges, // get: DWORD boolean SaferObjectDeletedPrivileges, // get: TOKEN_PRIVILEGES SaferObjectDefaultOwner, // get: TOKEN_OWNER SaferObjectSidsToDisable, // get: TOKEN_GROUPS SaferObjectRestrictedSidsInverted, // get: TOKEN_GROUPS SaferObjectRestrictedSidsAdded, // get: TOKEN_GROUPS // // To enumerate all identities, call GetInfo with // SaferObjectAllIdentificationGuids. // SaferObjectAllIdentificationGuids, // get: SAFER_IDENTIFICATION_GUIDS // // To create a new identity, call SetInfo with // SaferObjectSingleIdentification with a new // unique GUID that you have generated. // To get details on a single identity, call GetInfo with // SaferObjectSingleIdentification with desired GUID. // To modify details of a single identity, call SetInfo with // SaferObjectSingleIdentification with desired info and GUID. // To delete an identity, call SetInfo with // SaferObjectSingleIdentification with the // header.dwIdentificationType set to 0. // SaferObjectSingleIdentification, // get/set: SAFER_IDENTIFICATION_* SaferObjectExtendedError // get: DWORD dwError } SAFER_OBJECT_INFO_CLASS; // // Structures and enums used by the SaferGet/SetLevelInformation APIs. // #include <pshpack8.h> typedef enum _SAFER_IDENTIFICATION_TYPES { SaferIdentityDefault, SaferIdentityTypeImageName = 1, SaferIdentityTypeImageHash, SaferIdentityTypeUrlZone, SaferIdentityTypeCertificate } SAFER_IDENTIFICATION_TYPES; typedef struct _SAFER_IDENTIFICATION_HEADER { // // indicates the type of the structure, one of SaferIdentityType* // SAFER_IDENTIFICATION_TYPES dwIdentificationType; // // size of the whole structure, not just the common header. // DWORD cbStructSize; // // the unique GUID of the Identity in question. // GUID IdentificationGuid; // // last change of this identification. // FILETIME lastModified; } SAFER_IDENTIFICATION_HEADER, *PSAFER_IDENTIFICATION_HEADER; typedef struct _SAFER_PATHNAME_IDENTIFICATION { // // header.dwIdentificationType must be SaferIdentityTypeImageName // header.cbStructSize must be sizeof(SAFER_PATHNAME_IDENTIFICATION) // SAFER_IDENTIFICATION_HEADER header; // // user-entered description // WCHAR Description[SAFER_MAX_DESCRIPTION_SIZE]; // // filepath or name, possibly with vars // PWCHAR ImageName; // // any combo of SAFER_POL_SAFERFLAGS_* // DWORD dwSaferFlags; } SAFER_PATHNAME_IDENTIFICATION, *PSAFER_PATHNAME_IDENTIFICATION; typedef struct _SAFER_HASH_IDENTIFICATION { // // header.dwIdentificationType must be SaferIdentityTypeImageHash // header.cbStructSize must be sizeof(SAFER_HASH_IDENTIFICATION) // SAFER_IDENTIFICATION_HEADER header; // // user-entered friendly name, initially from file's resources. // WCHAR Description[SAFER_MAX_DESCRIPTION_SIZE]; // // user-entered description. // WCHAR FriendlyName[SAFER_MAX_FRIENDLYNAME_SIZE]; // // amount of ImageHash actually used, in bytes (MD5 is 16 bytes). // DWORD HashSize; // // computed hash data itself. // BYTE ImageHash[SAFER_MAX_HASH_SIZE]; // // algorithm in which the hash was computed (CALG_MD5, etc). // ALG_ID HashAlgorithm; // // size of the original file in bytes. // LARGE_INTEGER ImageSize; // // any combo of SAFER_POL_SAFERFLAGS_* // DWORD dwSaferFlags; } SAFER_HASH_IDENTIFICATION, *PSAFER_HASH_IDENTIFICATION; typedef struct _SAFER_URLZONE_IDENTIFICATION { // // header.dwIdentificationType must be SaferIdentityTypeUrlZone // header.cbStructSize must be sizeof(SAFER_URLZONE_IDENTIFICATION) // SAFER_IDENTIFICATION_HEADER header; // // any single URLZONE_* from urlmon.h // DWORD UrlZoneId; // // any combo of SAFER_POLICY_* // DWORD dwSaferFlags; } SAFER_URLZONE_IDENTIFICATION, *PSAFER_URLZONE_IDENTIFICATION; #include <poppack.h> // // Functions related to querying and setting the global policy // controls to disable transparent enforcement, and perform level // enumeration operations. // WINADVAPI BOOL WINAPI SaferGetPolicyInformation( IN DWORD dwScopeId, IN SAFER_POLICY_INFO_CLASS SaferPolicyInfoClass, IN DWORD InfoBufferSize, IN OUT PVOID InfoBuffer, IN OUT PDWORD InfoBufferRetSize, IN LPVOID lpReserved ); WINADVAPI BOOL WINAPI SaferSetPolicyInformation( IN DWORD dwScopeId, IN SAFER_POLICY_INFO_CLASS SaferPolicyInfoClass, IN DWORD InfoBufferSize, IN PVOID InfoBuffer, IN LPVOID lpReserved ); // // Functions to open or close a handle to a Safer Level. // WINADVAPI BOOL WINAPI SaferCreateLevel( IN DWORD dwScopeId, IN DWORD dwLevelId, IN DWORD OpenFlags, OUT SAFER_LEVEL_HANDLE * pLevelHandle, IN LPVOID lpReserved ); WINADVAPI BOOL WINAPI SaferCloseLevel( IN SAFER_LEVEL_HANDLE hLevelHandle ); WINADVAPI BOOL WINAPI SaferIdentifyLevel( IN DWORD dwNumProperties, IN PSAFER_CODE_PROPERTIES pCodeProperties, OUT SAFER_LEVEL_HANDLE * pLevelHandle, IN LPVOID lpReserved ); WINADVAPI BOOL WINAPI SaferComputeTokenFromLevel( IN SAFER_LEVEL_HANDLE LevelHandle, IN HANDLE InAccessToken OPTIONAL, OUT PHANDLE OutAccessToken, IN DWORD dwFlags, IN LPVOID lpReserved ); WINADVAPI BOOL WINAPI SaferGetLevelInformation( IN SAFER_LEVEL_HANDLE LevelHandle, IN SAFER_OBJECT_INFO_CLASS dwInfoType, OUT LPVOID lpQueryBuffer OPTIONAL, IN DWORD dwInBufferSize, OUT LPDWORD lpdwOutBufferSize ); WINADVAPI BOOL WINAPI SaferSetLevelInformation( IN SAFER_LEVEL_HANDLE LevelHandle, IN SAFER_OBJECT_INFO_CLASS dwInfoType, IN LPVOID lpQueryBuffer, IN DWORD dwInBufferSize ); // // This function performs logging of messages to the Application // event log. This is called by the hooks within CreateProcess, // ShellExecute and cmd when a lower trust evaluation result occurs. // WINADVAPI BOOL WINAPI SaferRecordEventLogEntry( IN SAFER_LEVEL_HANDLE hLevel, IN LPCWSTR szTargetPath, IN LPVOID lpReserved ); WINADVAPI BOOL WINAPI SaferiIsExecutableFileType( IN LPCWSTR szFullPathname, IN BOOLEAN bFromShellExecute ); #ifdef __cplusplus } #endif #endif
{ "content_hash": "eb54e63f753c579aeaf9146f854c694a", "timestamp": "", "source": "github", "line_count": 558, "max_line_length": 78, "avg_line_length": 27.017921146953405, "alnum_prop": 0.6483815335632794, "repo_name": "johanlantz/headsetpresenter", "id": "b6556bc440e3f6aff8e3756145fc7ab63aaa9d0e", "size": "15372", "binary": false, "copies": "1", "ref": "refs/heads/master", "path": "HeadsetPresenter_Bluetools/Microsoft SDK/include/winsafer.h", "mode": "33261", "license": "mit", "language": [ { "name": "Assembly", "bytes": "7004" }, { "name": "Batchfile", "bytes": "2489" }, { "name": "C", "bytes": "16452971" }, { "name": "C#", "bytes": "1393901" }, { "name": "C++", "bytes": "19851472" }, { "name": "Clarion", "bytes": "4450" }, { "name": "HTML", "bytes": "50191" }, { "name": "Makefile", "bytes": "51937" }, { "name": "NSIS", "bytes": "68365" }, { "name": "Objective-C", "bytes": "1800430" }, { "name": "PHP", "bytes": "10905" }, { "name": "Visual Basic", "bytes": "823951" } ], "symlink_target": "" }
using base::TimeDelta; using base::TimeTicks; using ui::test::MockMotionEvent; namespace ui { const int kSmallDeltaMs = 1; const int kLargeDeltaMs = 50; const int kResampleDeltaMs = 5; const float kVelocityEpsilon = 0.01f; const float kDeltaEpsilon = 0.1f; #define EXPECT_EVENT_EQ(A, B) \ { \ SCOPED_TRACE(testing::Message()); \ ExpectEquals((A), (B)); \ } #define EXPECT_EVENT_IGNORING_HISTORY_EQ(A, B) \ { \ SCOPED_TRACE(testing::Message()); \ ExpectEqualsIgnoringHistory((A), (B)); \ } #define EXPECT_EVENT_HISTORY_EQ(A, I, B) \ { \ SCOPED_TRACE(testing::Message()); \ ExpectEqualsHistoryIndex((A), (I), (B)); \ } class MotionEventBufferTest : public testing::Test, public MotionEventBufferClient { public: MotionEventBufferTest() : needs_flush_(false) {} ~MotionEventBufferTest() override {} // MotionEventBufferClient implementation. void ForwardMotionEvent(const MotionEvent& event) override { forwarded_events_.push_back(event.Clone().release()); } void SetNeedsFlush() override { needs_flush_ = true; } bool GetAndResetNeedsFlush() { bool needs_flush = needs_flush_; needs_flush_ = false; return needs_flush; } ScopedVector<MotionEvent> GetAndResetForwardedEvents() { ScopedVector<MotionEvent> forwarded_events; forwarded_events.swap(forwarded_events_); return forwarded_events.Pass(); } const MotionEvent* GetLastEvent() const { return forwarded_events_.empty() ? NULL : forwarded_events_.back(); } static base::TimeDelta LargeDelta() { return base::TimeDelta::FromMilliseconds(kLargeDeltaMs); } static base::TimeDelta SmallDelta() { return base::TimeDelta::FromMilliseconds(kSmallDeltaMs); } static base::TimeDelta ResampleDelta() { return base::TimeDelta::FromMilliseconds(kResampleDeltaMs); } static void ExpectEqualsImpl(const MotionEvent& a, const MotionEvent& b, bool ignore_history) { EXPECT_EQ(a.GetId(), b.GetId()); EXPECT_EQ(a.GetAction(), b.GetAction()); if (a.GetAction() == MotionEvent::ACTION_POINTER_DOWN || a.GetAction() == MotionEvent::ACTION_POINTER_UP) { EXPECT_EQ(a.GetActionIndex(), b.GetActionIndex()); } EXPECT_EQ(a.GetButtonState(), b.GetButtonState()); EXPECT_EQ(a.GetEventTime(), b.GetEventTime()); ASSERT_EQ(a.GetPointerCount(), b.GetPointerCount()); for (size_t i = 0; i < a.GetPointerCount(); ++i) { int bi = b.FindPointerIndexOfId(a.GetPointerId(i)); ASSERT_NE(bi, -1); EXPECT_EQ(a.GetX(i), b.GetX(bi)); EXPECT_EQ(a.GetY(i), b.GetY(bi)); EXPECT_EQ(a.GetRawX(i), b.GetRawX(bi)); EXPECT_EQ(a.GetRawY(i), b.GetRawY(bi)); EXPECT_EQ(a.GetTouchMajor(i), b.GetTouchMajor(bi)); EXPECT_EQ(a.GetTouchMinor(i), b.GetTouchMinor(bi)); EXPECT_EQ(a.GetOrientation(i), b.GetOrientation(bi)); EXPECT_EQ(a.GetPressure(i), b.GetPressure(bi)); EXPECT_EQ(a.GetToolType(i), b.GetToolType(bi)); } if (ignore_history) return; ASSERT_EQ(a.GetHistorySize(), b.GetHistorySize()); for (size_t h = 0; h < a.GetHistorySize(); ++h) ExpectEqualsHistoryIndex(a, h, b); } // Verify that all public data of |a|, excluding history, equals that of |b|. static void ExpectEqualsIgnoringHistory(const MotionEvent& a, const MotionEvent& b) { const bool ignore_history = true; ExpectEqualsImpl(a, b, ignore_history); } // Verify that all public data of |a| equals that of |b|. static void ExpectEquals(const MotionEvent& a, const MotionEvent& b) { const bool ignore_history = false; ExpectEqualsImpl(a, b, ignore_history); } // Verify that the historical data of |a| given by |historical_index| // corresponds to the *raw* data of |b|. static void ExpectEqualsHistoryIndex(const MotionEvent& a, size_t history_index, const MotionEvent& b) { ASSERT_LT(history_index, a.GetHistorySize()); EXPECT_EQ(a.GetPointerCount(), b.GetPointerCount()); EXPECT_TRUE(a.GetHistoricalEventTime(history_index) == b.GetEventTime()); for (size_t i = 0; i < a.GetPointerCount(); ++i) { int bi = b.FindPointerIndexOfId(a.GetPointerId(i)); ASSERT_NE(bi, -1); EXPECT_EQ(a.GetHistoricalX(i, history_index), b.GetX(bi)); EXPECT_EQ(a.GetHistoricalY(i, history_index), b.GetY(bi)); EXPECT_EQ(a.GetHistoricalTouchMajor(i, history_index), b.GetTouchMajor(bi)); } } protected: void RunResample(base::TimeDelta flush_time_delta, base::TimeDelta event_time_delta) { for (base::TimeDelta offset; offset < event_time_delta; offset += event_time_delta / 3) { SCOPED_TRACE(testing::Message() << "Resample(offset=" << static_cast<int>(offset.InMilliseconds()) << "ms)"); RunResample(flush_time_delta, event_time_delta, offset); } } // Given an event and flush sampling frequency, inject a stream of events, // flushing at appropriate points in the stream. Verify that the continuous // velocity sampled by the *input* stream matches the discrete velocity // as computed from the resampled *output* stream. void RunResample(base::TimeDelta flush_time_delta, base::TimeDelta event_time_delta, base::TimeDelta event_time_offset) { base::TimeTicks event_time = base::TimeTicks::Now(); base::TimeTicks flush_time = event_time + flush_time_delta - event_time_offset; base::TimeTicks max_event_time = event_time + base::TimeDelta::FromSecondsD(0.5f); const size_t min_expected_events = static_cast<size_t>((max_event_time - flush_time) / std::max(event_time_delta, flush_time_delta)); MotionEventBuffer buffer(this, true); gfx::Vector2dF velocity(33.f, -11.f); gfx::PointF position(17.f, 42.f); scoped_ptr<MotionEvent> last_flushed_event; size_t events = 0; float last_dx = 0, last_dy = 0; base::TimeDelta last_dt; while (event_time < max_event_time) { position += gfx::ScaleVector2d(velocity, event_time_delta.InSecondsF()); MockMotionEvent move( MotionEvent::ACTION_MOVE, event_time, position.x(), position.y()); buffer.OnMotionEvent(move); event_time += event_time_delta; while (flush_time < event_time) { buffer.Flush(flush_time); flush_time += flush_time_delta; const MotionEvent* current_flushed_event = GetLastEvent(); if (current_flushed_event) { if (!last_flushed_event) { last_flushed_event = current_flushed_event->Clone(); continue; } base::TimeDelta dt = current_flushed_event->GetEventTime() - last_flushed_event->GetEventTime(); EXPECT_GE(dt.ToInternalValue(), 0); // A time delta of 0 is possible if the flush rate is greater than the // event rate, in which case we can simply skip forward. if (dt == base::TimeDelta()) continue; const float dx = current_flushed_event->GetX() - last_flushed_event->GetX(); const float dy = current_flushed_event->GetY() - last_flushed_event->GetY(); const float dt_s = (current_flushed_event->GetEventTime() - last_flushed_event->GetEventTime()).InSecondsF(); // The discrete velocity should mirror the constant velocity. EXPECT_NEAR(velocity.x(), dx / dt_s, kVelocityEpsilon); EXPECT_NEAR(velocity.y(), dy / dt_s, kVelocityEpsilon); // The impulse delta for each frame should remain constant. if (last_dy) EXPECT_NEAR(dx, last_dx, kDeltaEpsilon); if (last_dy) EXPECT_NEAR(dy, last_dy, kDeltaEpsilon); // The timestamp delta should remain constant. if (last_dt != base::TimeDelta()) EXPECT_TRUE((dt - last_dt).InMillisecondsF() < kDeltaEpsilon); last_dx = dx; last_dy = dy; last_dt = dt; last_flushed_event = current_flushed_event->Clone(); events += GetAndResetForwardedEvents().size(); } } } events += GetAndResetForwardedEvents().size(); EXPECT_GE(events, min_expected_events); } private: ScopedVector<MotionEvent> forwarded_events_; bool needs_flush_; }; TEST_F(MotionEventBufferTest, BufferEmpty) { MotionEventBuffer buffer(this, true); buffer.Flush(base::TimeTicks::Now()); EXPECT_FALSE(GetAndResetNeedsFlush()); EXPECT_FALSE(GetLastEvent()); } TEST_F(MotionEventBufferTest, BufferWithOneMoveNotResampled) { base::TimeTicks event_time = base::TimeTicks::Now(); MotionEventBuffer buffer(this, true); MockMotionEvent move(MotionEvent::ACTION_MOVE, event_time, 4.f, 4.f); buffer.OnMotionEvent(move); EXPECT_TRUE(GetAndResetNeedsFlush()); EXPECT_FALSE(GetLastEvent()); buffer.Flush(event_time + ResampleDelta()); EXPECT_FALSE(GetAndResetNeedsFlush()); ASSERT_TRUE(GetLastEvent()); EXPECT_EVENT_EQ(move, *GetLastEvent()); EXPECT_EQ(1U, GetAndResetForwardedEvents().size()); } TEST_F(MotionEventBufferTest, BufferFlushedOnNonActionMove) { base::TimeTicks event_time = base::TimeTicks::Now(); MotionEventBuffer buffer(this, true); MockMotionEvent move0(MotionEvent::ACTION_MOVE, event_time, 1.f, 1.f); buffer.OnMotionEvent(move0); EXPECT_TRUE(GetAndResetNeedsFlush()); EXPECT_FALSE(GetLastEvent()); event_time += base::TimeDelta::FromMilliseconds(5); // The second move should remain buffered. MockMotionEvent move1(MotionEvent::ACTION_MOVE, event_time, 2.f, 2.f); buffer.OnMotionEvent(move1); EXPECT_FALSE(GetAndResetNeedsFlush()); EXPECT_FALSE(GetLastEvent()); // The third move should remain buffered. MockMotionEvent move2(MotionEvent::ACTION_MOVE, event_time, 3.f, 3.f); buffer.OnMotionEvent(move2); EXPECT_FALSE(GetAndResetNeedsFlush()); EXPECT_FALSE(GetLastEvent()); // The up should flush the buffer. MockMotionEvent up(MotionEvent::ACTION_UP, event_time, 4.f, 4.f); buffer.OnMotionEvent(up); EXPECT_FALSE(GetAndResetNeedsFlush()); // The flushed events should include the up and the moves, with the latter // combined into a single event with history. ScopedVector<MotionEvent> events = GetAndResetForwardedEvents(); ASSERT_EQ(2U, events.size()); EXPECT_EVENT_EQ(up, *events.back()); EXPECT_EQ(2U, events.front()->GetHistorySize()); EXPECT_EVENT_IGNORING_HISTORY_EQ(*events.front(), move2); EXPECT_EVENT_HISTORY_EQ(*events.front(), 0, move0); EXPECT_EVENT_HISTORY_EQ(*events.front(), 1, move1); } TEST_F(MotionEventBufferTest, BufferFlushedOnIncompatibleActionMove) { base::TimeTicks event_time = base::TimeTicks::Now(); MotionEventBuffer buffer(this, true); MockMotionEvent move0(MotionEvent::ACTION_MOVE, event_time, 1.f, 1.f); buffer.OnMotionEvent(move0); EXPECT_TRUE(GetAndResetNeedsFlush()); EXPECT_FALSE(GetLastEvent()); event_time += base::TimeDelta::FromMilliseconds(5); // The second move has a different pointer count, flushing the first. MockMotionEvent move1( MotionEvent::ACTION_MOVE, event_time, 2.f, 2.f, 3.f, 3.f); buffer.OnMotionEvent(move1); EXPECT_FALSE(GetAndResetNeedsFlush()); ASSERT_TRUE(GetLastEvent()); EXPECT_EVENT_EQ(move0, *GetLastEvent()); event_time += base::TimeDelta::FromMilliseconds(5); // The third move has differing tool types, flushing the second. MockMotionEvent move2(move1); move2.SetToolType(0, MotionEvent::TOOL_TYPE_STYLUS); buffer.OnMotionEvent(move2); EXPECT_FALSE(GetAndResetNeedsFlush()); EXPECT_EVENT_EQ(move1, *GetLastEvent()); event_time += base::TimeDelta::FromMilliseconds(5); // The flushed event should only include the latest move event. buffer.Flush(event_time); ScopedVector<MotionEvent> events = GetAndResetForwardedEvents(); ASSERT_EQ(3U, events.size()); EXPECT_EVENT_EQ(move2, *events.back()); EXPECT_FALSE(GetAndResetNeedsFlush()); event_time += base::TimeDelta::FromMilliseconds(5); // Events with different pointer ids should not combine. PointerProperties pointer0(5.f, 5.f, 1.f); pointer0.id = 1; PointerProperties pointer1(10.f, 10.f, 2.f); pointer1.id = 2; MotionEventGeneric move3(MotionEvent::ACTION_MOVE, event_time, pointer0); move3.PushPointer(pointer1); buffer.OnMotionEvent(move3); ASSERT_FALSE(GetLastEvent()); EXPECT_TRUE(GetAndResetNeedsFlush()); MotionEventGeneric move4(MotionEvent::ACTION_MOVE, event_time, pointer0); pointer1.id = 7; move4.PushPointer(pointer1); buffer.OnMotionEvent(move2); EXPECT_FALSE(GetAndResetNeedsFlush()); ASSERT_TRUE(GetLastEvent()); EXPECT_EVENT_EQ(move3, *GetLastEvent()); } TEST_F(MotionEventBufferTest, OnlyActionMoveBuffered) { base::TimeTicks event_time = base::TimeTicks::Now(); MotionEventBuffer buffer(this, true); MockMotionEvent down(MotionEvent::ACTION_DOWN, event_time, 1.f, 1.f); buffer.OnMotionEvent(down); EXPECT_FALSE(GetAndResetNeedsFlush()); ASSERT_TRUE(GetLastEvent()); EXPECT_EVENT_EQ(down, *GetLastEvent()); GetAndResetForwardedEvents(); MockMotionEvent up(MotionEvent::ACTION_UP, event_time, 2.f, 2.f); buffer.OnMotionEvent(up); EXPECT_FALSE(GetAndResetNeedsFlush()); ASSERT_TRUE(GetLastEvent()); EXPECT_EVENT_EQ(up, *GetLastEvent()); GetAndResetForwardedEvents(); MockMotionEvent cancel(MotionEvent::ACTION_CANCEL, event_time, 3.f, 3.f); buffer.OnMotionEvent(cancel); EXPECT_FALSE(GetAndResetNeedsFlush()); ASSERT_TRUE(GetLastEvent()); EXPECT_EVENT_EQ(cancel, *GetLastEvent()); GetAndResetForwardedEvents(); MockMotionEvent move(MotionEvent::ACTION_MOVE, event_time, 4.f, 4.f); buffer.OnMotionEvent(move); EXPECT_TRUE(GetAndResetNeedsFlush()); EXPECT_FALSE(GetLastEvent()); base::TimeTicks flush_time = move.GetEventTime() + ResampleDelta(); buffer.Flush(flush_time); EXPECT_FALSE(GetAndResetNeedsFlush()); ASSERT_TRUE(GetLastEvent()); EXPECT_EVENT_EQ(move, *GetLastEvent()); } TEST_F(MotionEventBufferTest, OutOfOrderPointersBuffered) { base::TimeTicks event_time = base::TimeTicks::Now(); MotionEventBuffer buffer(this, true); PointerProperties p0(1.f, 2.f, 3.f); p0.id = 1; PointerProperties p1(2.f, 1.f, 0.5f); p1.id = 2; MotionEventGeneric move0(MotionEvent::ACTION_MOVE, event_time, p0); move0.PushPointer(p1); buffer.OnMotionEvent(move0); EXPECT_TRUE(GetAndResetNeedsFlush()); ASSERT_FALSE(GetLastEvent()); event_time += base::TimeDelta::FromMilliseconds(5); // The second move should remain buffered even if the logical pointers are // in a different order. MotionEventGeneric move1(MotionEvent::ACTION_MOVE, event_time, p1); move1.PushPointer(p0); buffer.OnMotionEvent(move1); EXPECT_FALSE(GetAndResetNeedsFlush()); ASSERT_FALSE(GetLastEvent()); // As the two events are logically the same but for ordering and time, the // synthesized event should yield a logically identical event. base::TimeTicks flush_time = move1.GetEventTime() + ResampleDelta(); buffer.Flush(flush_time); EXPECT_FALSE(GetAndResetNeedsFlush()); ASSERT_TRUE(GetLastEvent()); ScopedVector<MotionEvent> events = GetAndResetForwardedEvents(); ASSERT_EQ(1U, events.size()); EXPECT_EVENT_IGNORING_HISTORY_EQ(move1, *events.front()); EXPECT_EVENT_HISTORY_EQ(*events.front(), 0, move0); } TEST_F(MotionEventBufferTest, FlushedEventsNeverLaterThanFlushTime) { base::TimeTicks event_time = base::TimeTicks::Now(); MotionEventBuffer buffer(this, true); MockMotionEvent move0(MotionEvent::ACTION_MOVE, event_time, 1.f, 1.f); buffer.OnMotionEvent(move0); ASSERT_FALSE(GetLastEvent()); EXPECT_TRUE(GetAndResetNeedsFlush()); // The second move should remain buffered. event_time += LargeDelta(); MockMotionEvent move1(MotionEvent::ACTION_MOVE, event_time, 2.f, 2.f); buffer.OnMotionEvent(move1); ASSERT_FALSE(GetLastEvent()); EXPECT_FALSE(GetAndResetNeedsFlush()); // A flush occurring too early should not forward any events. base::TimeTicks flush_time = move0.GetEventTime() - ResampleDelta(); buffer.Flush(flush_time); ASSERT_FALSE(GetLastEvent()); EXPECT_TRUE(GetAndResetNeedsFlush()); // With resampling enabled, a flush occurring before the resample // offset should not forward any events. flush_time = move0.GetEventTime(); buffer.Flush(flush_time); ASSERT_FALSE(GetLastEvent()); EXPECT_TRUE(GetAndResetNeedsFlush()); // Only the first event should get flushed, as the flush timestamp precedes // the second's timestamp by a sufficient amount (preventing interpolation). flush_time = move0.GetEventTime() + ResampleDelta(); buffer.Flush(flush_time); // There should only be one flushed event. EXPECT_TRUE(GetAndResetNeedsFlush()); ASSERT_TRUE(GetLastEvent()); EXPECT_TRUE(GetLastEvent()->GetEventTime() <= flush_time); GetAndResetForwardedEvents(); // Flushing again with a similar timestamp should have no effect other than // triggering another flush request. flush_time += base::TimeDelta::FromMilliseconds(1); buffer.Flush(flush_time); EXPECT_FALSE(GetLastEvent()); EXPECT_TRUE(GetAndResetNeedsFlush()); // Flushing after the second move's time should trigger forwarding. flush_time = move1.GetEventTime() + ResampleDelta(); buffer.Flush(flush_time); ASSERT_TRUE(GetLastEvent()); EXPECT_EVENT_EQ(move1, *GetLastEvent()); EXPECT_FALSE(GetAndResetNeedsFlush()); } TEST_F(MotionEventBufferTest, NoResamplingWhenDisabled) { base::TimeTicks event_time = base::TimeTicks::Now(); const bool resampling_enabled = false; MotionEventBuffer buffer(this, resampling_enabled); // Queue two events. MockMotionEvent move0(MotionEvent::ACTION_MOVE, event_time, 5.f, 10.f); buffer.OnMotionEvent(move0); ASSERT_FALSE(GetLastEvent()); EXPECT_TRUE(GetAndResetNeedsFlush()); event_time += base::TimeDelta::FromMilliseconds(5); MockMotionEvent move1(MotionEvent::ACTION_MOVE, event_time, 15.f, 30.f); buffer.OnMotionEvent(move1); ASSERT_FALSE(GetLastEvent()); EXPECT_FALSE(GetAndResetNeedsFlush()); // Flush at a time between the first and second events. base::TimeTicks interpolated_time = move0.GetEventTime() + (move1.GetEventTime() - move0.GetEventTime()) / 2; base::TimeTicks flush_time = interpolated_time; buffer.Flush(flush_time); ASSERT_TRUE(GetLastEvent()); EXPECT_TRUE(GetAndResetNeedsFlush()); // There should only be one flushed event, with the second remaining buffered // and no resampling having occurred. ScopedVector<MotionEvent> events = GetAndResetForwardedEvents(); ASSERT_EQ(1U, events.size()); EXPECT_EVENT_EQ(move0, *events.front()); // The second move should be flushed without resampling. flush_time = move1.GetEventTime(); buffer.Flush(flush_time); ASSERT_TRUE(GetLastEvent()); EXPECT_EVENT_EQ(move1, *GetLastEvent()); GetAndResetForwardedEvents(); // Now queue two more events. move0 = MockMotionEvent(MotionEvent::ACTION_MOVE, event_time, 5.f, 10.f); buffer.OnMotionEvent(move0); ASSERT_FALSE(GetLastEvent()); EXPECT_TRUE(GetAndResetNeedsFlush()); // The second move should remain buffered. event_time += base::TimeDelta::FromMilliseconds(5); move1 = MockMotionEvent(MotionEvent::ACTION_MOVE, event_time, 10.f, 20.f); buffer.OnMotionEvent(move1); ASSERT_FALSE(GetLastEvent()); EXPECT_FALSE(GetAndResetNeedsFlush()); // Sample at a time beyond the first and second events. flush_time = move1.GetEventTime() + (move1.GetEventTime() - move0.GetEventTime()); buffer.Flush(flush_time); ASSERT_TRUE(GetLastEvent()); EXPECT_FALSE(GetAndResetNeedsFlush()); // There should only be one flushed event, with the first event in the history // and the second event as the actual event data (no resampling). events = GetAndResetForwardedEvents(); ASSERT_EQ(1U, events.size()); EXPECT_EQ(1U, events.front()->GetHistorySize()); EXPECT_EVENT_IGNORING_HISTORY_EQ(*events.front(), move1); EXPECT_EVENT_HISTORY_EQ(*events.front(), 0, move0); } TEST_F(MotionEventBufferTest, NoResamplingWithOutOfOrderActionMove) { base::TimeTicks event_time = base::TimeTicks::Now(); MotionEventBuffer buffer(this, true); MockMotionEvent move0(MotionEvent::ACTION_MOVE, event_time, 5.f, 10.f); buffer.OnMotionEvent(move0); ASSERT_FALSE(GetLastEvent()); EXPECT_TRUE(GetAndResetNeedsFlush()); // The second move should remain buffered. event_time += base::TimeDelta::FromMilliseconds(10); MockMotionEvent move1(MotionEvent::ACTION_MOVE, event_time, 10.f, 20.f); buffer.OnMotionEvent(move1); ASSERT_FALSE(GetLastEvent()); EXPECT_FALSE(GetAndResetNeedsFlush()); // Sample at a time beyond the first and second events. base::TimeTicks extrapolated_time = move1.GetEventTime() + (move1.GetEventTime() - move0.GetEventTime()); base::TimeTicks flush_time = extrapolated_time + ResampleDelta(); buffer.Flush(flush_time); ASSERT_TRUE(GetLastEvent()); EXPECT_FALSE(GetAndResetNeedsFlush()); // There should only be one flushed event, with the event extrapolated from // the two events. base::TimeTicks expected_time = move1.GetEventTime() + (move1.GetEventTime() - move0.GetEventTime()) / 2; ScopedVector<MotionEvent> events0 = GetAndResetForwardedEvents(); ASSERT_EQ(1U, events0.size()); EXPECT_EQ(2U, events0.front()->GetHistorySize()); EXPECT_EQ(expected_time, events0.front()->GetEventTime()); EXPECT_FALSE(GetAndResetNeedsFlush()); // Try enqueuing an event *after* the second event but *before* the // extrapolated event. It should be dropped. event_time = move1.GetEventTime() + base::TimeDelta::FromMilliseconds(1); MockMotionEvent move2(MotionEvent::ACTION_MOVE, event_time, 15.f, 25.f); buffer.OnMotionEvent(move1); ASSERT_FALSE(GetLastEvent()); EXPECT_FALSE(GetAndResetNeedsFlush()); // Finally queue an event *after* the extrapolated event. event_time = expected_time + base::TimeDelta::FromMilliseconds(1); MockMotionEvent move3(MotionEvent::ACTION_MOVE, event_time, 15.f, 25.f); buffer.OnMotionEvent(move3); ASSERT_FALSE(GetLastEvent()); EXPECT_TRUE(GetAndResetNeedsFlush()); // The flushed event should simply be the latest event. flush_time = event_time + ResampleDelta(); buffer.Flush(flush_time); ASSERT_TRUE(GetLastEvent()); ScopedVector<MotionEvent> events1 = GetAndResetForwardedEvents(); ASSERT_EQ(1U, events1.size()); EXPECT_EVENT_EQ(move3, *events1.front()); EXPECT_FALSE(GetAndResetNeedsFlush()); } TEST_F(MotionEventBufferTest, NoResamplingWithSmallTimeDeltaBetweenMoves) { base::TimeTicks event_time = base::TimeTicks::Now(); MotionEventBuffer buffer(this, true); // The first move should be buffered. MockMotionEvent move0(MotionEvent::ACTION_MOVE, event_time, 1.f, 1.f); buffer.OnMotionEvent(move0); ASSERT_FALSE(GetLastEvent()); EXPECT_TRUE(GetAndResetNeedsFlush()); // The second move should remain buffered. event_time += SmallDelta(); MockMotionEvent move1(MotionEvent::ACTION_MOVE, event_time, 2.f, 2.f); buffer.OnMotionEvent(move1); ASSERT_FALSE(GetLastEvent()); EXPECT_FALSE(GetAndResetNeedsFlush()); base::TimeTicks flush_time = event_time + ResampleDelta(); buffer.Flush(flush_time); EXPECT_FALSE(GetAndResetNeedsFlush()); // There should only be one flushed event, and no resampling should have // occured between the first and the second as they were temporally too close. ScopedVector<MotionEvent> events = GetAndResetForwardedEvents(); ASSERT_EQ(1U, events.size()); EXPECT_EQ(1U, events.front()->GetHistorySize()); EXPECT_EVENT_IGNORING_HISTORY_EQ(*events.front(), move1); EXPECT_EVENT_HISTORY_EQ(*events.front(), 0, move0); } TEST_F(MotionEventBufferTest, NoResamplingWithMismatchBetweenMoves) { base::TimeTicks event_time = base::TimeTicks::Now(); MotionEventBuffer buffer(this, true); // The first move should be buffered. MockMotionEvent move0(MotionEvent::ACTION_MOVE, event_time, 1.f, 1.f); buffer.OnMotionEvent(move0); ASSERT_FALSE(GetLastEvent()); EXPECT_TRUE(GetAndResetNeedsFlush()); // The second move should remain buffered. event_time += SmallDelta(); MockMotionEvent move1(MotionEvent::ACTION_MOVE, event_time, 2.f, 2.f); buffer.OnMotionEvent(move1); ASSERT_FALSE(GetLastEvent()); EXPECT_FALSE(GetAndResetNeedsFlush()); base::TimeTicks flush_time = event_time + ResampleDelta(); buffer.Flush(flush_time); EXPECT_FALSE(GetAndResetNeedsFlush()); // There should only be one flushed event, and no resampling should have // occured between the first and the second as they were temporally too close. ScopedVector<MotionEvent> events = GetAndResetForwardedEvents(); ASSERT_EQ(1U, events.size()); EXPECT_EQ(1U, events.front()->GetHistorySize()); EXPECT_EVENT_IGNORING_HISTORY_EQ(*events.front(), move1); EXPECT_EVENT_HISTORY_EQ(*events.front(), 0, move0); } TEST_F(MotionEventBufferTest, Interpolation) { base::TimeTicks event_time = base::TimeTicks::Now(); MotionEventBuffer buffer(this, true); MockMotionEvent move0(MotionEvent::ACTION_MOVE, event_time, 5.f, 10.f); buffer.OnMotionEvent(move0); ASSERT_FALSE(GetLastEvent()); EXPECT_TRUE(GetAndResetNeedsFlush()); // The second move should remain buffered. event_time += base::TimeDelta::FromMilliseconds(5); MockMotionEvent move1(MotionEvent::ACTION_MOVE, event_time, 15.f, 30.f); buffer.OnMotionEvent(move1); ASSERT_FALSE(GetLastEvent()); EXPECT_FALSE(GetAndResetNeedsFlush()); // Sample at a time between the first and second events. base::TimeTicks interpolated_time = move0.GetEventTime() + (move1.GetEventTime() - move0.GetEventTime()) / 3; base::TimeTicks flush_time = interpolated_time + ResampleDelta(); buffer.Flush(flush_time); ASSERT_TRUE(GetLastEvent()); EXPECT_TRUE(GetAndResetNeedsFlush()); // There should only be one flushed event, with the event interpolated between // the two events. The second event should remain buffered. float alpha = (interpolated_time - move0.GetEventTime()).InMillisecondsF() / (move1.GetEventTime() - move0.GetEventTime()).InMillisecondsF(); MockMotionEvent interpolated_event( MotionEvent::ACTION_MOVE, interpolated_time, move0.GetX(0) + (move1.GetX(0) - move0.GetX(0)) * alpha, move0.GetY(0) + (move1.GetY(0) - move0.GetY(0)) * alpha); ScopedVector<MotionEvent> events = GetAndResetForwardedEvents(); ASSERT_EQ(1U, events.size()); EXPECT_EQ(1U, events.front()->GetHistorySize()); EXPECT_EVENT_IGNORING_HISTORY_EQ(*events.front(), interpolated_event); EXPECT_EVENT_HISTORY_EQ(*events.front(), 0, move0); // The second move should be flushed without resampling. flush_time = move1.GetEventTime() + ResampleDelta(); buffer.Flush(flush_time); ASSERT_TRUE(GetLastEvent()); EXPECT_EVENT_EQ(move1, *GetLastEvent()); } TEST_F(MotionEventBufferTest, Extrapolation) { base::TimeTicks event_time = base::TimeTicks::Now(); MotionEventBuffer buffer(this, true); MockMotionEvent move0(MotionEvent::ACTION_MOVE, event_time, 5.f, 10.f); buffer.OnMotionEvent(move0); ASSERT_FALSE(GetLastEvent()); EXPECT_TRUE(GetAndResetNeedsFlush()); // The second move should remain buffered. event_time += base::TimeDelta::FromMilliseconds(5); MockMotionEvent move1(MotionEvent::ACTION_MOVE, event_time, 10.f, 20.f); buffer.OnMotionEvent(move1); ASSERT_FALSE(GetLastEvent()); EXPECT_FALSE(GetAndResetNeedsFlush()); // Sample at a time beyond the first and second events. base::TimeTicks extrapolated_time = move1.GetEventTime() + (move1.GetEventTime() - move0.GetEventTime()); base::TimeTicks flush_time = extrapolated_time + ResampleDelta(); buffer.Flush(flush_time); ASSERT_TRUE(GetLastEvent()); EXPECT_FALSE(GetAndResetNeedsFlush()); // There should only be one flushed event, with the event extrapolated from // the two events. The first and second events should be in the history. // Note that the maximum extrapolation is limited by *half* of the time delta // between the two events, hence we divide the relative delta by 2 in // determining the extrapolated event. base::TimeTicks expected_time = move1.GetEventTime() + (move1.GetEventTime() - move0.GetEventTime()) / 2; float expected_alpha = (expected_time - move0.GetEventTime()).InMillisecondsF() / (move1.GetEventTime() - move0.GetEventTime()).InMillisecondsF(); MockMotionEvent extrapolated_event( MotionEvent::ACTION_MOVE, expected_time, move0.GetX(0) + (move1.GetX(0) - move0.GetX(0)) * expected_alpha, move0.GetY(0) + (move1.GetY(0) - move0.GetY(0)) * expected_alpha); ScopedVector<MotionEvent> events = GetAndResetForwardedEvents(); ASSERT_EQ(1U, events.size()); EXPECT_EQ(2U, events.front()->GetHistorySize()); EXPECT_EVENT_IGNORING_HISTORY_EQ(*events.front(), extrapolated_event); EXPECT_EVENT_HISTORY_EQ(*events.front(), 0, move0); EXPECT_EVENT_HISTORY_EQ(*events.front(), 1, move1); } TEST_F(MotionEventBufferTest, ExtrapolationHorizonLimited) { base::TimeTicks event_time = base::TimeTicks::Now(); MotionEventBuffer buffer(this, true); MockMotionEvent move0(MotionEvent::ACTION_MOVE, event_time, 5.f, 10.f); buffer.OnMotionEvent(move0); ASSERT_FALSE(GetLastEvent()); EXPECT_TRUE(GetAndResetNeedsFlush()); // The second move should remain buffered. event_time += base::TimeDelta::FromMilliseconds(24); MockMotionEvent move1(MotionEvent::ACTION_MOVE, event_time, 10.f, 20.f); buffer.OnMotionEvent(move1); ASSERT_FALSE(GetLastEvent()); EXPECT_FALSE(GetAndResetNeedsFlush()); // Sample at a time beyond the first and second events. base::TimeTicks extrapolated_time = event_time + base::TimeDelta::FromMilliseconds(24); base::TimeTicks flush_time = extrapolated_time + ResampleDelta(); buffer.Flush(flush_time); ASSERT_TRUE(GetLastEvent()); EXPECT_FALSE(GetAndResetNeedsFlush()); // There should only be one flushed event, with the event extrapolated from // the two events. The first and second events should be in the history. // Note that the maximum extrapolation is limited by 8 ms. base::TimeTicks expected_time = move1.GetEventTime() + base::TimeDelta::FromMilliseconds(8); float expected_alpha = (expected_time - move0.GetEventTime()).InMillisecondsF() / (move1.GetEventTime() - move0.GetEventTime()).InMillisecondsF(); MockMotionEvent extrapolated_event( MotionEvent::ACTION_MOVE, expected_time, move0.GetX(0) + (move1.GetX(0) - move0.GetX(0)) * expected_alpha, move0.GetY(0) + (move1.GetY(0) - move0.GetY(0)) * expected_alpha); ScopedVector<MotionEvent> events = GetAndResetForwardedEvents(); ASSERT_EQ(1U, events.size()); EXPECT_EQ(2U, events.front()->GetHistorySize()); EXPECT_EVENT_IGNORING_HISTORY_EQ(*events.front(), extrapolated_event); EXPECT_EVENT_HISTORY_EQ(*events.front(), 0, move0); EXPECT_EVENT_HISTORY_EQ(*events.front(), 1, move1); } TEST_F(MotionEventBufferTest, ResamplingWithReorderedPointers) { } TEST_F(MotionEventBufferTest, Resampling30to60) { base::TimeDelta flush_time_delta = base::TimeDelta::FromMillisecondsD(1000. / 60.); base::TimeDelta event_time_delta = base::TimeDelta::FromMillisecondsD(1000. / 30.); RunResample(flush_time_delta, event_time_delta); } TEST_F(MotionEventBufferTest, Resampling60to60) { base::TimeDelta flush_time_delta = base::TimeDelta::FromMillisecondsD(1000. / 60.); base::TimeDelta event_time_delta = base::TimeDelta::FromMillisecondsD(1000. / 60.); RunResample(flush_time_delta, event_time_delta); } TEST_F(MotionEventBufferTest, Resampling100to60) { base::TimeDelta flush_time_delta = base::TimeDelta::FromMillisecondsD(1000. / 60.); base::TimeDelta event_time_delta = base::TimeDelta::FromMillisecondsD(1000. / 100.); RunResample(flush_time_delta, event_time_delta); } TEST_F(MotionEventBufferTest, Resampling120to60) { base::TimeDelta flush_time_delta = base::TimeDelta::FromMillisecondsD(1000. / 60.); base::TimeDelta event_time_delta = base::TimeDelta::FromMillisecondsD(1000. / 120.); RunResample(flush_time_delta, event_time_delta); } TEST_F(MotionEventBufferTest, Resampling150to60) { base::TimeDelta flush_time_delta = base::TimeDelta::FromMillisecondsD(1000. / 60.); base::TimeDelta event_time_delta = base::TimeDelta::FromMillisecondsD(1000. / 150.); RunResample(flush_time_delta, event_time_delta); } } // namespace ui
{ "content_hash": "5c4b21f1c869fac9d5ef9ff8cf680582", "timestamp": "", "source": "github", "line_count": 863, "max_line_length": 80, "avg_line_length": 38.11819235225956, "alnum_prop": 0.6996595330739299, "repo_name": "fujunwei/chromium-crosswalk", "id": "da3ffe500a8bdae13e768d9cecb452a862a4f84b", "size": "33306", "binary": false, "copies": "15", "ref": "refs/heads/master", "path": "ui/events/gesture_detection/motion_event_buffer_unittest.cc", "mode": "33188", "license": "bsd-3-clause", "language": [ { "name": "AppleScript", "bytes": "6973" }, { "name": "Arduino", "bytes": "464" }, { "name": "Assembly", "bytes": "23829" }, { "name": "Batchfile", "bytes": "8451" }, { "name": "C", "bytes": "4116349" }, { "name": "C++", "bytes": "233601977" }, { "name": "CSS", "bytes": "931025" }, { "name": "Emacs Lisp", "bytes": "988" }, { "name": "HTML", "bytes": "28881204" }, { "name": "Java", "bytes": "9824090" }, { "name": "JavaScript", "bytes": "19683742" }, { "name": "Makefile", "bytes": "68017" }, { "name": "Objective-C", "bytes": "1478432" }, { "name": "Objective-C++", "bytes": "8653645" }, { "name": "PHP", "bytes": "97817" }, { "name": "PLpgSQL", "bytes": "171186" }, { "name": "Perl", "bytes": "63937" }, { "name": "Protocol Buffer", "bytes": "456460" }, { "name": "Python", "bytes": "7963013" }, { "name": "Shell", "bytes": "468673" }, { "name": "Standard ML", "bytes": "4965" }, { "name": "XSLT", "bytes": "418" }, { "name": "nesC", "bytes": "18347" } ], "symlink_target": "" }
module Superbolt module ErrorNotifier class Airbrake def initialize(logger) @logger = logger end def error!(exception, superbolt_message = nil) if defined? ::Airbrake ::Airbrake.notify_or_ignore(exception, parameters: superbolt_message) else @logger.warn("You have configured Superbolt to send errors to Airbrake, but Airbrake is not available or is not configured!") end end end end end
{ "content_hash": "0b8bbb0dba5610cb34167820129ce45b", "timestamp": "", "source": "github", "line_count": 17, "max_line_length": 135, "avg_line_length": 28.058823529411764, "alnum_prop": 0.649895178197065, "repo_name": "socialchorus/superbolt", "id": "3854d8a66affb851bbebb3d6ba39504f7f2f0d8e", "size": "477", "binary": false, "copies": "1", "ref": "refs/heads/develop", "path": "lib/superbolt/error_notifier/airbrake.rb", "mode": "33188", "license": "mit", "language": [ { "name": "Ruby", "bytes": "40557" } ], "symlink_target": "" }
#define KMSG_COMPONENT "hmcdrv" #define pr_fmt(fmt) KMSG_COMPONENT ": " fmt #include <linux/kernel.h> #include <linux/mm.h> #include <linux/irq.h> #include <linux/wait.h> #include <linux/string.h> #include <asm/ctl_reg.h> #include <asm/diag.h> #include "hmcdrv_ftp.h" #include "diag_ftp.h" /* DIAGNOSE X'2C4' return codes in Ry */ #define DIAG_FTP_RET_OK 0 /* HMC FTP started successfully */ #define DIAG_FTP_RET_EBUSY 4 /* HMC FTP service currently busy */ #define DIAG_FTP_RET_EIO 8 /* HMC FTP service I/O error */ /* and an artificial extension */ #define DIAG_FTP_RET_EPERM 2 /* HMC FTP service privilege error */ /* FTP service status codes (after INTR at guest real location 133) */ #define DIAG_FTP_STAT_OK 0U /* request completed successfully */ #define DIAG_FTP_STAT_PGCC 4U /* program check condition */ #define DIAG_FTP_STAT_PGIOE 8U /* paging I/O error */ #define DIAG_FTP_STAT_TIMEOUT 12U /* timeout */ #define DIAG_FTP_STAT_EBASE 16U /* base of error codes from SCLP */ #define DIAG_FTP_STAT_LDFAIL (DIAG_FTP_STAT_EBASE + 1U) /* failed */ #define DIAG_FTP_STAT_LDNPERM (DIAG_FTP_STAT_EBASE + 2U) /* not allowed */ #define DIAG_FTP_STAT_LDRUNS (DIAG_FTP_STAT_EBASE + 3U) /* runs */ #define DIAG_FTP_STAT_LDNRUNS (DIAG_FTP_STAT_EBASE + 4U) /* not runs */ /** * struct diag_ftp_ldfpl - load file FTP parameter list (LDFPL) * @bufaddr: real buffer address (at 4k boundary) * @buflen: length of buffer * @offset: dir/file offset * @intparm: interruption parameter (unused) * @transferred: bytes transferred * @fsize: file size, filled on GET * @failaddr: failing address * @spare: padding * @fident: file name - ASCII */ struct diag_ftp_ldfpl { u64 bufaddr; u64 buflen; u64 offset; u64 intparm; u64 transferred; u64 fsize; u64 failaddr; u64 spare; u8 fident[HMCDRV_FTP_FIDENT_MAX]; } __packed; static DECLARE_COMPLETION(diag_ftp_rx_complete); static int diag_ftp_subcode; /** * diag_ftp_handler() - FTP services IRQ handler * @extirq: external interrupt (sub-) code * @param32: 32-bit interruption parameter from &struct diag_ftp_ldfpl * @param64: unused (for 64-bit interrupt parameters) */ static void diag_ftp_handler(struct ext_code extirq, unsigned int param32, unsigned long param64) { if ((extirq.subcode >> 8) != 8) return; /* not a FTP services sub-code */ inc_irq_stat(IRQEXT_FTP); diag_ftp_subcode = extirq.subcode & 0xffU; complete(&diag_ftp_rx_complete); } /** * diag_ftp_2c4() - DIAGNOSE X'2C4' service call * @fpl: pointer to prepared LDFPL * @cmd: FTP command to be executed * * Performs a DIAGNOSE X'2C4' call with (input/output) FTP parameter list * @fpl and FTP function code @cmd. In case of an error the function does * nothing and returns an (negative) error code. * * Notes: * 1. This function only initiates a transfer, so the caller must wait * for completion (asynchronous execution). * 2. The FTP parameter list @fpl must be aligned to a double-word boundary. * 3. fpl->bufaddr must be a real address, 4k aligned */ static int diag_ftp_2c4(struct diag_ftp_ldfpl *fpl, enum hmcdrv_ftp_cmdid cmd) { int rc; diag_stat_inc(DIAG_STAT_X2C4); asm volatile( " diag %[addr],%[cmd],0x2c4\n" "0: j 2f\n" "1: la %[rc],%[err]\n" "2:\n" EX_TABLE(0b, 1b) : [rc] "=d" (rc), "+m" (*fpl) : [cmd] "0" (cmd), [addr] "d" (virt_to_phys(fpl)), [err] "i" (DIAG_FTP_RET_EPERM) : "cc"); switch (rc) { case DIAG_FTP_RET_OK: return 0; case DIAG_FTP_RET_EBUSY: return -EBUSY; case DIAG_FTP_RET_EPERM: return -EPERM; case DIAG_FTP_RET_EIO: default: return -EIO; } } /** * diag_ftp_cmd() - executes a DIAG X'2C4' FTP command, targeting a HMC * @ftp: pointer to FTP command specification * @fsize: return of file size (or NULL if undesirable) * * Attention: Notice that this function is not reentrant - so the caller * must ensure locking. * * Return: number of bytes read/written or a (negative) error code */ ssize_t diag_ftp_cmd(const struct hmcdrv_ftp_cmdspec *ftp, size_t *fsize) { struct diag_ftp_ldfpl *ldfpl; ssize_t len; #ifdef DEBUG unsigned long start_jiffies; pr_debug("starting DIAG X'2C4' on '%s', requesting %zd bytes\n", ftp->fname, ftp->len); start_jiffies = jiffies; #endif init_completion(&diag_ftp_rx_complete); ldfpl = (void *) get_zeroed_page(GFP_KERNEL | GFP_DMA); if (!ldfpl) { len = -ENOMEM; goto out; } len = strlcpy(ldfpl->fident, ftp->fname, sizeof(ldfpl->fident)); if (len >= HMCDRV_FTP_FIDENT_MAX) { len = -EINVAL; goto out_free; } ldfpl->transferred = 0; ldfpl->fsize = 0; ldfpl->offset = ftp->ofs; ldfpl->buflen = ftp->len; ldfpl->bufaddr = virt_to_phys(ftp->buf); len = diag_ftp_2c4(ldfpl, ftp->id); if (len) goto out_free; /* * There is no way to cancel the running diag X'2C4', the code * needs to wait unconditionally until the transfer is complete. */ wait_for_completion(&diag_ftp_rx_complete); #ifdef DEBUG pr_debug("completed DIAG X'2C4' after %lu ms\n", (jiffies - start_jiffies) * 1000 / HZ); pr_debug("status of DIAG X'2C4' is %u, with %lld/%lld bytes\n", diag_ftp_subcode, ldfpl->transferred, ldfpl->fsize); #endif switch (diag_ftp_subcode) { case DIAG_FTP_STAT_OK: /* success */ len = ldfpl->transferred; if (fsize) *fsize = ldfpl->fsize; break; case DIAG_FTP_STAT_LDNPERM: len = -EPERM; break; case DIAG_FTP_STAT_LDRUNS: len = -EBUSY; break; case DIAG_FTP_STAT_LDFAIL: len = -ENOENT; /* no such file or media */ break; default: len = -EIO; break; } out_free: free_page((unsigned long) ldfpl); out: return len; } /** * diag_ftp_startup() - startup of FTP services, when running on z/VM * * Return: 0 on success, else an (negative) error code */ int diag_ftp_startup(void) { int rc; rc = register_external_irq(EXT_IRQ_CP_SERVICE, diag_ftp_handler); if (rc) return rc; irq_subclass_register(IRQ_SUBCLASS_SERVICE_SIGNAL); return 0; } /** * diag_ftp_shutdown() - shutdown of FTP services, when running on z/VM */ void diag_ftp_shutdown(void) { irq_subclass_unregister(IRQ_SUBCLASS_SERVICE_SIGNAL); unregister_external_irq(EXT_IRQ_CP_SERVICE, diag_ftp_handler); }
{ "content_hash": "75e8d564eed4af100de2e8b4c1b3bb33", "timestamp": "", "source": "github", "line_count": 233, "max_line_length": 76, "avg_line_length": 26.377682403433475, "alnum_prop": 0.6778392450374228, "repo_name": "mikedlowis-prototypes/albase", "id": "a5ccbf6f0d36941e167ad86d857b508c22322bfd", "size": "6311", "binary": false, "copies": "537", "ref": "refs/heads/master", "path": "source/kernel/drivers/s390/char/diag_ftp.c", "mode": "33188", "license": "bsd-2-clause", "language": [ { "name": "Assembly", "bytes": "10263145" }, { "name": "Awk", "bytes": "55187" }, { "name": "Batchfile", "bytes": "31438" }, { "name": "C", "bytes": "551654518" }, { "name": "C++", "bytes": "11818066" }, { "name": "CMake", "bytes": "122998" }, { "name": "Clojure", "bytes": "945" }, { "name": "DIGITAL Command Language", "bytes": "232099" }, { "name": "GDB", "bytes": "18113" }, { "name": "Gherkin", "bytes": "5110" }, { "name": "HTML", "bytes": "18291" }, { "name": "Lex", "bytes": "58937" }, { "name": "M4", "bytes": "561745" }, { "name": "Makefile", "bytes": "7082768" }, { "name": "Objective-C", "bytes": "634652" }, { "name": "POV-Ray SDL", "bytes": "546" }, { "name": "Perl", "bytes": "1229221" }, { "name": "Perl6", "bytes": "11648" }, { "name": "Python", "bytes": "316536" }, { "name": "Roff", "bytes": "4201130" }, { "name": "Shell", "bytes": "2436879" }, { "name": "SourcePawn", "bytes": "2711" }, { "name": "TeX", "bytes": "182745" }, { "name": "UnrealScript", "bytes": "12824" }, { "name": "Visual Basic", "bytes": "11568" }, { "name": "XS", "bytes": "1239" }, { "name": "Yacc", "bytes": "146537" } ], "symlink_target": "" }
angular.module('app').controller('ViewMediaController', function($uibModalInstance, media) { var vm = this; vm.media = media; console.log(vm); vm.ok = function() { $uibModalInstance.close(vm.selected.item); }; vm.cancel = function() { $uibModalInstance.dismiss('cancel'); }; });
{ "content_hash": "cb90d9a217780b0e841ce6314ce50837", "timestamp": "", "source": "github", "line_count": 12, "max_line_length": 93, "avg_line_length": 26.083333333333332, "alnum_prop": 0.6357827476038339, "repo_name": "pjsvis/TraceGen", "id": "119c3d37f8c38aa01af89a2c289477a8bd2cdadf", "size": "315", "binary": false, "copies": "1", "ref": "refs/heads/master", "path": "src/TraceDetails/ViewMediaController.js", "mode": "33188", "license": "mit", "language": [ { "name": "ASP", "bytes": "120" }, { "name": "C#", "bytes": "21509" }, { "name": "CSS", "bytes": "166845" }, { "name": "HTML", "bytes": "409650" }, { "name": "JavaScript", "bytes": "6367538" }, { "name": "PHP", "bytes": "264568" }, { "name": "PowerShell", "bytes": "468" }, { "name": "TypeScript", "bytes": "538231" } ], "symlink_target": "" }
package com.google.bitcoin.crypto; import com.google.bitcoin.core.*; import com.google.common.base.Objects; import com.google.common.base.Objects.ToStringHelper; import com.google.common.collect.ImmutableList; import org.spongycastle.crypto.params.KeyParameter; import org.spongycastle.math.ec.ECPoint; import javax.annotation.Nullable; import java.math.BigInteger; import java.nio.ByteBuffer; import java.util.Arrays; import static com.google.bitcoin.core.Utils.HEX; import static com.google.common.base.Preconditions.*; /** * A deterministic key is a node in a {@link DeterministicHierarchy}. As per * <a href="https://github.com/bitcoin/bips/blob/master/bip-0032.mediawiki">the BIP 32 specification</a> it is a pair * (key, chaincode). If you know its path in the tree and its chain code you can derive more keys from this. To obtain * one of these, you can call {@link HDKeyDerivation#createMasterPrivateKey(byte[])}. */ public class DeterministicKey extends ECKey { private static final long serialVersionUID = 1L; private final DeterministicKey parent; private final ImmutableList<ChildNumber> childNumberPath; /** 32 bytes */ private final byte[] chainCode; /** The 4 byte header that serializes in base58 to "xpub" */ public static final int HEADER_PUB = 0x0488B21E; /** The 4 byte header that serializes in base58 to "xprv" */ public static final int HEADER_PRIV = 0x0488ADE4; /** Constructs a key from its components. This is not normally something you should use. */ public DeterministicKey(ImmutableList<ChildNumber> childNumberPath, byte[] chainCode, ECPoint publicAsPoint, @Nullable BigInteger priv, @Nullable DeterministicKey parent) { super(priv, compressPoint(checkNotNull(publicAsPoint))); checkArgument(chainCode.length == 32); this.parent = parent; this.childNumberPath = checkNotNull(childNumberPath); this.chainCode = Arrays.copyOf(chainCode, chainCode.length); } /** Constructs a key from its components. This is not normally something you should use. */ public DeterministicKey(ImmutableList<ChildNumber> childNumberPath, byte[] chainCode, BigInteger priv, @Nullable DeterministicKey parent) { super(priv, compressPoint(ECKey.CURVE.getG().multiply(priv))); checkArgument(chainCode.length == 32); this.parent = parent; this.childNumberPath = checkNotNull(childNumberPath); this.chainCode = Arrays.copyOf(chainCode, chainCode.length); } /** Constructs a key from its components. This is not normally something you should use. */ public DeterministicKey(ImmutableList<ChildNumber> childNumberPath, byte[] chainCode, KeyCrypter crypter, ECPoint pub, EncryptedData priv, @Nullable DeterministicKey parent) { this(childNumberPath, chainCode, pub, null, parent); this.encryptedPrivateKey = checkNotNull(priv); this.keyCrypter = checkNotNull(crypter); } /** Clones the key */ public DeterministicKey(DeterministicKey keyToClone, DeterministicKey newParent) { super(keyToClone.priv, keyToClone.pub); this.parent = newParent; this.childNumberPath = keyToClone.childNumberPath; this.chainCode = keyToClone.chainCode; this.encryptedPrivateKey = keyToClone.encryptedPrivateKey; } /** * Returns the path through some {@link DeterministicHierarchy} which reaches this keys position in the tree. * A path can be written as 1/2/1 which means the first child of the root, the second child of that node, then * the first child of that node. */ public ImmutableList<ChildNumber> getPath() { return childNumberPath; } /** * Returns the path of this key as a human readable string starting with M to indicate the master key. */ public String getPathAsString() { return HDUtils.formatPath(getPath()); } private int getDepth() { return childNumberPath.size(); } /** Returns the last element of the path returned by {@link DeterministicKey#getPath()} */ public ChildNumber getChildNumber() { return getDepth() == 0 ? ChildNumber.ZERO : childNumberPath.get(childNumberPath.size() - 1); } /** * Returns the chain code associated with this key. See the specification to learn more about chain codes. */ public byte[] getChainCode() { return chainCode; } /** * Returns RIPE-MD160(SHA256(pub key bytes)). */ public byte[] getIdentifier() { return Utils.sha256hash160(getPubKey()); } /** Returns the first 32 bits of the result of {@link #getIdentifier()}. */ public byte[] getFingerprint() { // TODO: why is this different than armory's fingerprint? BIP 32: "The first 32 bits of the identifier are called the fingerprint." return Arrays.copyOfRange(getIdentifier(), 0, 4); } @Nullable public DeterministicKey getParent() { return parent; } /** * Returns private key bytes, padded with zeros to 33 bytes. * @throws java.lang.IllegalStateException if the private key bytes are missing. */ public byte[] getPrivKeyBytes33() { byte[] bytes33 = new byte[33]; byte[] priv = getPrivKeyBytes(); System.arraycopy(priv, 0, bytes33, 33 - priv.length, priv.length); return bytes33; } /** * Returns the same key with the private part removed. May return the same instance. */ public DeterministicKey getPubOnly() { if (isPubKeyOnly()) return this; //final DeterministicKey parentPub = getParent() == null ? null : getParent().getPubOnly(); return new DeterministicKey(getPath(), getChainCode(), getPubKeyPoint(), null, parent); } static byte[] addChecksum(byte[] input) { int inputLength = input.length; byte[] checksummed = new byte[inputLength + 4]; System.arraycopy(input, 0, checksummed, 0, inputLength); byte[] checksum = Utils.doubleDigest(input); System.arraycopy(checksum, 0, checksummed, inputLength, 4); return checksummed; } @Override public DeterministicKey encrypt(KeyCrypter keyCrypter, KeyParameter aesKey) throws KeyCrypterException { throw new UnsupportedOperationException("Must supply a new parent for encryption"); } public DeterministicKey encrypt(KeyCrypter keyCrypter, KeyParameter aesKey, @Nullable DeterministicKey newParent) throws KeyCrypterException { // Same as the parent code, except we construct a DeterministicKey instead of an ECKey. checkNotNull(keyCrypter); if (newParent != null) checkArgument(newParent.isEncrypted()); final byte[] privKeyBytes = getPrivKeyBytes(); checkState(privKeyBytes != null, "Private key is not available"); EncryptedData encryptedPrivateKey = keyCrypter.encrypt(privKeyBytes, aesKey); DeterministicKey key = new DeterministicKey(childNumberPath, chainCode, keyCrypter, pub, encryptedPrivateKey, newParent); if (newParent == null) key.setCreationTimeSeconds(getCreationTimeSeconds()); return key; } /** * A deterministic key is considered to be encrypted if it has access to encrypted private key bytes, OR if its * parent does. The reason is because the parent would be encrypted under the same key and this key knows how to * rederive its own private key bytes from the parent, if needed. */ @Override public boolean isEncrypted() { return priv == null && (super.isEncrypted() || (parent != null && parent.isEncrypted())); } /** * Returns this keys {@link com.google.bitcoin.crypto.KeyCrypter} <b>or</b> the keycrypter of its parent key. */ @Override @Nullable public KeyCrypter getKeyCrypter() { if (keyCrypter != null) return keyCrypter; else if (parent != null) return parent.getKeyCrypter(); else return null; } @Override public ECDSASignature sign(Sha256Hash input, @Nullable KeyParameter aesKey) throws KeyCrypterException { if (isEncrypted()) { // If the key is encrypted, ECKey.sign will decrypt it first before rerunning sign. Decryption walks the // key heirarchy to find the private key (see below), so, we can just run the inherited method. return super.sign(input, aesKey); } else { // If it's not encrypted, derive the private via the parents. final BigInteger privateKey = findOrDerivePrivateKey(); if (privateKey == null) { // This key is a part of a public-key only heirarchy and cannot be used for signing throw new MissingPrivateKeyException(); } return super.doSign(input, privateKey); } } @Override public DeterministicKey decrypt(KeyCrypter keyCrypter, KeyParameter aesKey) throws KeyCrypterException { checkNotNull(keyCrypter); // Check that the keyCrypter matches the one used to encrypt the keys, if set. if (this.keyCrypter != null && !this.keyCrypter.equals(keyCrypter)) throw new KeyCrypterException("The keyCrypter being used to decrypt the key is different to the one that was used to encrypt it"); BigInteger privKey = findOrDeriveEncryptedPrivateKey(keyCrypter, aesKey); DeterministicKey key = new DeterministicKey(childNumberPath, chainCode, privKey, parent); if (!Arrays.equals(key.getPubKey(), getPubKey())) throw new KeyCrypterException("Provided AES key is wrong"); if (parent == null) key.setCreationTimeSeconds(getCreationTimeSeconds()); return key; } @Override public DeterministicKey decrypt(KeyParameter aesKey) throws KeyCrypterException { return (DeterministicKey) super.decrypt(aesKey); } // For when a key is encrypted, either decrypt our encrypted private key bytes, or work up the tree asking parents // to decrypt and re-derive. private BigInteger findOrDeriveEncryptedPrivateKey(KeyCrypter keyCrypter, KeyParameter aesKey) { if (encryptedPrivateKey != null) return new BigInteger(1, keyCrypter.decrypt(encryptedPrivateKey, aesKey)); // Otherwise we don't have it, but maybe we can figure it out from our parents. Walk up the tree looking for // the first key that has some encrypted private key data. DeterministicKey cursor = parent; while (cursor != null) { if (cursor.encryptedPrivateKey != null) break; cursor = cursor.parent; } if (cursor == null) throw new KeyCrypterException("Neither this key nor its parents have an encrypted private key"); byte[] parentalPrivateKeyBytes = keyCrypter.decrypt(cursor.encryptedPrivateKey, aesKey); return derivePrivateKeyDownwards(cursor, parentalPrivateKeyBytes); } @Nullable private BigInteger findOrDerivePrivateKey() { DeterministicKey cursor = this; while (cursor != null) { if (cursor.priv != null) break; cursor = cursor.parent; } if (cursor == null) return null; return derivePrivateKeyDownwards(cursor, cursor.priv.toByteArray()); } private BigInteger derivePrivateKeyDownwards(DeterministicKey cursor, byte[] parentalPrivateKeyBytes) { DeterministicKey downCursor = new DeterministicKey(cursor.childNumberPath, cursor.chainCode, cursor.pub, new BigInteger(1, parentalPrivateKeyBytes), cursor.parent); // Now we have to rederive the keys along the path back to ourselves. That path can be found by just truncating // our path with the length of the parents path. ImmutableList<ChildNumber> path = childNumberPath.subList(cursor.getDepth(), childNumberPath.size()); for (ChildNumber num : path) { downCursor = HDKeyDerivation.deriveChildKey(downCursor, num); } // downCursor is now the same key as us, but with private key bytes. checkState(downCursor.pub.equals(pub)); return checkNotNull(downCursor.priv); } /** * Derives a child at the given index (note: not the "i" value). */ public DeterministicKey derive(int child) { return HDKeyDerivation.deriveChildKey(this, new ChildNumber(child, true)); } /** * Returns the private key of this deterministic key. Even if this object isn't storing the private key, * it can be re-derived by walking up to the parents if necessary and this is what will happen. * @throws java.lang.IllegalStateException if the parents are encrypted or a watching chain. */ @Override public BigInteger getPrivKey() { final BigInteger key = findOrDerivePrivateKey(); checkState(key != null, "Private key bytes not available"); return key; } public byte[] serializePublic() { return serialize(true); } public byte[] serializePrivate() { return serialize(false); } private byte[] serialize(boolean pub) { ByteBuffer ser = ByteBuffer.allocate(78); ser.putInt(pub ? HEADER_PUB : HEADER_PRIV); ser.put((byte) getDepth()); if (parent == null) { ser.putInt(0); } else { ser.put(parent.getFingerprint()); } ser.putInt(getChildNumber().i()); ser.put(getChainCode()); ser.put(pub ? getPubKey() : getPrivKeyBytes33()); checkState(ser.position() == 78); return ser.array(); } public String serializePubB58() { return toBase58(serialize(true)); } public String serializePrivB58() { return toBase58(serialize(false)); } static String toBase58(byte[] ser) { return Base58.encode(addChecksum(ser)); } public static DeterministicKey deserializeB58(@Nullable DeterministicKey parent, String base58) { try { return deserialize(parent, Base58.decodeChecked(base58)); } catch (AddressFormatException e) { throw new IllegalArgumentException(e); } } public static DeterministicKey deserialize(@Nullable DeterministicKey parent, byte[] serializedKey) { ByteBuffer buffer = ByteBuffer.wrap(serializedKey); int header = buffer.getInt(); if (header != HEADER_PRIV && header != HEADER_PUB) throw new IllegalArgumentException("Unknown header bytes: " + toBase58(serializedKey).substring(0, 4)); boolean pub = header == HEADER_PUB; byte depth = buffer.get(); byte[] parentFingerprint = new byte[4]; buffer.get(parentFingerprint); final int i = buffer.getInt(); final ChildNumber childNumber = new ChildNumber(i); ImmutableList<ChildNumber> path; if (parent != null) { if (Arrays.equals(parentFingerprint, HDUtils.longTo4ByteArray(0))) throw new IllegalArgumentException("Parent was provided but this key doesn't have one"); if (!Arrays.equals(parent.getFingerprint(), parentFingerprint)) throw new IllegalArgumentException("Parent fingerprints don't match"); path = HDUtils.append(parent.getPath(), childNumber); if (path.size() != depth) throw new IllegalArgumentException("Depth does not match"); } else { if (depth == 0) { path = ImmutableList.of(); } else if (depth == 1) { // We have been given a key that is not a root key, yet we also don't have any object representing // the parent. This can happen when deserializing an account key for a watching wallet. In this case, // we assume that the parent has a path of zero. path = ImmutableList.of(childNumber); } else { throw new IllegalArgumentException("Depth is " + depth + " and no parent key was provided, so we " + "cannot reconstruct the key path from the provided data."); } } byte[] chainCode = new byte[32]; buffer.get(chainCode); byte[] data = new byte[33]; buffer.get(data); checkArgument(!buffer.hasRemaining(), "Found unexpected data in key"); if (pub) { ECPoint point = ECKey.CURVE.getCurve().decodePoint(data); return new DeterministicKey(path, chainCode, point, null, parent); } else { return new DeterministicKey(path, chainCode, new BigInteger(1, data), parent); } } /** * The creation time of a deterministic key is equal to that of its parent, unless this key is the root of a tree * in which case the time is stored alongside the key as per normal, see {@link com.google.bitcoin.core.ECKey#getCreationTimeSeconds()}. */ @Override public long getCreationTimeSeconds() { if (parent != null) return parent.getCreationTimeSeconds(); else return super.getCreationTimeSeconds(); } /** * Verifies equality of all fields but NOT the parent pointer (thus the same key derived in two separate heirarchy * objects will equal each other. */ @Override public boolean equals(Object o) { if (this == o) return true; if (o == null || getClass() != o.getClass()) return false; DeterministicKey other = (DeterministicKey) o; return super.equals(other) && Arrays.equals(this.chainCode, other.chainCode) && Objects.equal(this.childNumberPath, other.childNumberPath); } @Override public int hashCode() { int result = super.hashCode(); result = 31 * result + childNumberPath.hashCode(); result = 31 * result + Arrays.hashCode(chainCode); return result; } @Override public String toString() { final ToStringHelper helper = Objects.toStringHelper(this).omitNullValues(); helper.add("pub", Utils.HEX.encode(pub.getEncoded())); helper.add("chainCode", HEX.encode(chainCode)); helper.add("path", getPathAsString()); if (creationTimeSeconds > 0) helper.add("creationTimeSeconds", creationTimeSeconds); return helper.toString(); } }
{ "content_hash": "a18be282a514ac5ebe1c8ed12349e315", "timestamp": "", "source": "github", "line_count": 440, "max_line_length": 146, "avg_line_length": 42.627272727272725, "alnum_prop": 0.650725101300917, "repo_name": "mrosseel/bitcoinj-old", "id": "e738bbc44d348f0a09e621ee59766568d7fce7a3", "size": "19388", "binary": false, "copies": "2", "ref": "refs/heads/master", "path": "core/src/main/java/com/google/bitcoin/crypto/DeterministicKey.java", "mode": "33188", "license": "apache-2.0", "language": [ { "name": "CSS", "bytes": "952" }, { "name": "Java", "bytes": "3665395" } ], "symlink_target": "" }
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (1.8.0-google-v7) on Wed Sep 02 13:30:33 PDT 2015 --> <title>SendResponse.Status (Google App Engine Java API)</title> <meta name="date" content="2015-09-02"> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../script.js"></script> </head> <body> <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="SendResponse.Status (Google App Engine Java API)"; } } catch(err) { } //--> var methods = {"i0":9,"i1":9}; var tabs = {65535:["t0","All Methods"],1:["t1","Static Methods"],8:["t4","Concrete Methods"]}; var altColor = "altColor"; var rowColor = "rowColor"; var tableTab = "tableTab"; var activeTableTab = "activeTableTab"; </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar.top"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.top.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li class="navBarCell1Rev">Class</li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../index-all.html">Index</a></li> <li><a href="../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../../../com/google/appengine/api/xmpp/SendResponse.html" title="class in com.google.appengine.api.xmpp"><span class="typeNameLink">Prev&nbsp;Class</span></a></li> <li><a href="../../../../../com/google/appengine/api/xmpp/Subscription.html" title="class in com.google.appengine.api.xmpp"><span class="typeNameLink">Next&nbsp;Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../../index.html?com/google/appengine/api/xmpp/SendResponse.Status.html" target="_top">Frames</a></li> <li><a href="SendResponse.Status.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <div> <ul class="subNavList"> <li>Summary:&nbsp;</li> <li>Nested&nbsp;|&nbsp;</li> <li><a href="#enum.constant.summary">Enum Constants</a>&nbsp;|&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li><a href="#method.summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li><a href="#enum.constant.detail">Enum Constants</a>&nbsp;|&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li><a href="#method.detail">Method</a></li> </ul> </div> <a name="skip.navbar.top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <!-- ======== START OF CLASS DATA ======== --> <div class="header"> <div class="subTitle">com.google.appengine.api.xmpp</div> <h2 title="Enum SendResponse.Status" class="title">Enum SendResponse.Status</h2> </div> <div class="contentContainer"> <ul class="inheritance"> <li>java.lang.Object</li> <li> <ul class="inheritance"> <li>java.lang.Enum&lt;<a href="../../../../../com/google/appengine/api/xmpp/SendResponse.Status.html" title="enum in com.google.appengine.api.xmpp">SendResponse.Status</a>&gt;</li> <li> <ul class="inheritance"> <li>com.google.appengine.api.xmpp.SendResponse.Status</li> </ul> </li> </ul> </li> </ul> <div class="description"> <ul class="blockList"> <li class="blockList"> <dl> <dt>All Implemented Interfaces:</dt> <dd>java.io.Serializable, java.lang.Comparable&lt;<a href="../../../../../com/google/appengine/api/xmpp/SendResponse.Status.html" title="enum in com.google.appengine.api.xmpp">SendResponse.Status</a>&gt;</dd> </dl> <dl> <dt>Enclosing class:</dt> <dd><a href="../../../../../com/google/appengine/api/xmpp/SendResponse.html" title="class in com.google.appengine.api.xmpp">SendResponse</a></dd> </dl> <hr> <br> <pre>public static enum <span class="typeNameLabel">SendResponse.Status</span> extends java.lang.Enum&lt;<a href="../../../../../com/google/appengine/api/xmpp/SendResponse.Status.html" title="enum in com.google.appengine.api.xmpp">SendResponse.Status</a>&gt;</pre> <div class="block">Possible per-id responses to sending a message.</div> </li> </ul> </div> <div class="summary"> <ul class="blockList"> <li class="blockList"> <!-- =========== ENUM CONSTANT SUMMARY =========== --> <ul class="blockList"> <li class="blockList"><a name="enum.constant.summary"> <!-- --> </a> <h3>Enum Constant Summary</h3> <table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Enum Constant Summary table, listing enum constants, and an explanation"> <caption><span>Enum Constants</span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colOne" scope="col">Enum Constant and Description</th> </tr> <tr class="altColor"> <td class="colOne"><code><span class="memberNameLink"><a href="../../../../../com/google/appengine/api/xmpp/SendResponse.Status.html#INVALID_ID">INVALID_ID</a></span></code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colOne"><code><span class="memberNameLink"><a href="../../../../../com/google/appengine/api/xmpp/SendResponse.Status.html#OTHER_ERROR">OTHER_ERROR</a></span></code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colOne"><code><span class="memberNameLink"><a href="../../../../../com/google/appengine/api/xmpp/SendResponse.Status.html#SUCCESS">SUCCESS</a></span></code>&nbsp;</td> </tr> </table> </li> </ul> <!-- ========== METHOD SUMMARY =========== --> <ul class="blockList"> <li class="blockList"><a name="method.summary"> <!-- --> </a> <h3>Method Summary</h3> <table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation"> <caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd">&nbsp;</span></span><span id="t1" class="tableTab"><span><a href="javascript:show(1);">Static Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd">&nbsp;</span></span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Method and Description</th> </tr> <tr id="i0" class="altColor"> <td class="colFirst"><code>static <a href="../../../../../com/google/appengine/api/xmpp/SendResponse.Status.html" title="enum in com.google.appengine.api.xmpp">SendResponse.Status</a></code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/google/appengine/api/xmpp/SendResponse.Status.html#valueOf-java.lang.String-">valueOf</a></span>(java.lang.String&nbsp;name)</code> <div class="block">Returns the enum constant of this type with the specified name.</div> </td> </tr> <tr id="i1" class="rowColor"> <td class="colFirst"><code>static <a href="../../../../../com/google/appengine/api/xmpp/SendResponse.Status.html" title="enum in com.google.appengine.api.xmpp">SendResponse.Status</a>[]</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/google/appengine/api/xmpp/SendResponse.Status.html#values--">values</a></span>()</code> <div class="block">Returns an array containing the constants of this enum type, in the order they are declared.</div> </td> </tr> </table> <ul class="blockList"> <li class="blockList"><a name="methods.inherited.from.class.java.lang.Enum"> <!-- --> </a> <h3>Methods inherited from class&nbsp;java.lang.Enum</h3> <code>compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf</code></li> </ul> <ul class="blockList"> <li class="blockList"><a name="methods.inherited.from.class.java.lang.Object"> <!-- --> </a> <h3>Methods inherited from class&nbsp;java.lang.Object</h3> <code>getClass, notify, notifyAll, wait, wait, wait</code></li> </ul> </li> </ul> </li> </ul> </div> <div class="details"> <ul class="blockList"> <li class="blockList"> <!-- ============ ENUM CONSTANT DETAIL =========== --> <ul class="blockList"> <li class="blockList"><a name="enum.constant.detail"> <!-- --> </a> <h3>Enum Constant Detail</h3> <a name="SUCCESS"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>SUCCESS</h4> <pre>public static final&nbsp;<a href="../../../../../com/google/appengine/api/xmpp/SendResponse.Status.html" title="enum in com.google.appengine.api.xmpp">SendResponse.Status</a> SUCCESS</pre> </li> </ul> <a name="INVALID_ID"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>INVALID_ID</h4> <pre>public static final&nbsp;<a href="../../../../../com/google/appengine/api/xmpp/SendResponse.Status.html" title="enum in com.google.appengine.api.xmpp">SendResponse.Status</a> INVALID_ID</pre> </li> </ul> <a name="OTHER_ERROR"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>OTHER_ERROR</h4> <pre>public static final&nbsp;<a href="../../../../../com/google/appengine/api/xmpp/SendResponse.Status.html" title="enum in com.google.appengine.api.xmpp">SendResponse.Status</a> OTHER_ERROR</pre> </li> </ul> </li> </ul> <!-- ============ METHOD DETAIL ========== --> <ul class="blockList"> <li class="blockList"><a name="method.detail"> <!-- --> </a> <h3>Method Detail</h3> <a name="values--"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>values</h4> <pre>public static&nbsp;<a href="../../../../../com/google/appengine/api/xmpp/SendResponse.Status.html" title="enum in com.google.appengine.api.xmpp">SendResponse.Status</a>[]&nbsp;values()</pre> <div class="block">Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows: <pre> for (SendResponse.Status c : SendResponse.Status.values()) &nbsp; System.out.println(c); </pre></div> <dl> <dt><span class="returnLabel">Returns:</span></dt> <dd>an array containing the constants of this enum type, in the order they are declared</dd> </dl> </li> </ul> <a name="valueOf-java.lang.String-"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>valueOf</h4> <pre>public static&nbsp;<a href="../../../../../com/google/appengine/api/xmpp/SendResponse.Status.html" title="enum in com.google.appengine.api.xmpp">SendResponse.Status</a>&nbsp;valueOf(java.lang.String&nbsp;name)</pre> <div class="block">Returns the enum constant of this type with the specified name. The string must match <i>exactly</i> an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> <dd><code>name</code> - the name of the enum constant to be returned.</dd> <dt><span class="returnLabel">Returns:</span></dt> <dd>the enum constant with the specified name</dd> <dt><span class="throwsLabel">Throws:</span></dt> <dd><code>java.lang.IllegalArgumentException</code> - if this enum type has no constant with the specified name</dd> <dd><code>java.lang.NullPointerException</code> - if the argument is null</dd> </dl> </li> </ul> </li> </ul> </li> </ul> </div> </div> <!-- ========= END OF CLASS DATA ========= --> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar.bottom"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.bottom.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li class="navBarCell1Rev">Class</li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../index-all.html">Index</a></li> <li><a href="../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../../../com/google/appengine/api/xmpp/SendResponse.html" title="class in com.google.appengine.api.xmpp"><span class="typeNameLink">Prev&nbsp;Class</span></a></li> <li><a href="../../../../../com/google/appengine/api/xmpp/Subscription.html" title="class in com.google.appengine.api.xmpp"><span class="typeNameLink">Next&nbsp;Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../../index.html?com/google/appengine/api/xmpp/SendResponse.Status.html" target="_top">Frames</a></li> <li><a href="SendResponse.Status.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <div> <ul class="subNavList"> <li>Summary:&nbsp;</li> <li>Nested&nbsp;|&nbsp;</li> <li><a href="#enum.constant.summary">Enum Constants</a>&nbsp;|&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li><a href="#method.summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li><a href="#enum.constant.detail">Enum Constants</a>&nbsp;|&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li><a href="#method.detail">Method</a></li> </ul> </div> <a name="skip.navbar.bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> </body> </html>
{ "content_hash": "3feadd86632fbfe77353cd0d8d3dff96", "timestamp": "", "source": "github", "line_count": 356, "max_line_length": 389, "avg_line_length": 39.662921348314605, "alnum_prop": 0.6531161473087819, "repo_name": "kopaka7/Visual-Summary", "id": "d5390fb6dc2fa009c26b9327ad4f5ac0812116b3", "size": "14120", "binary": false, "copies": "1", "ref": "refs/heads/master", "path": "appengine-java-sdk-1.9.27/docs/javadoc/com/google/appengine/api/xmpp/SendResponse.Status.html", "mode": "33188", "license": "apache-2.0", "language": [ { "name": "AMPL", "bytes": "2466" }, { "name": "Batchfile", "bytes": "1579" }, { "name": "CSS", "bytes": "7487" }, { "name": "HTML", "bytes": "3792" }, { "name": "Java", "bytes": "581986" }, { "name": "Shell", "bytes": "4680" } ], "symlink_target": "" }
package elastic import ( "context" "encoding/json" "testing" ) func TestHighlighterField(t *testing.T) { field := NewHighlighterField("grade") src, err := field.Source() if err != nil { t.Fatal(err) } data, err := json.Marshal(src) if err != nil { t.Fatalf("marshaling to JSON failed: %v", err) } got := string(data) expected := `{}` if got != expected { t.Errorf("expected\n%s\n,got:\n%s", expected, got) } } func TestHighlighterFieldWithOptions(t *testing.T) { field := NewHighlighterField("grade").FragmentSize(2).NumOfFragments(1) src, err := field.Source() if err != nil { t.Fatal(err) } data, err := json.Marshal(src) if err != nil { t.Fatalf("marshaling to JSON failed: %v", err) } got := string(data) expected := `{"fragment_size":2,"number_of_fragments":1}` if got != expected { t.Errorf("expected\n%s\n,got:\n%s", expected, got) } } func TestHighlightWithStringField(t *testing.T) { builder := NewHighlight().Field("grade") src, err := builder.Source() if err != nil { t.Fatal(err) } data, err := json.Marshal(src) if err != nil { t.Fatalf("marshaling to JSON failed: %v", err) } got := string(data) expected := `{"fields":{"grade":{}}}` if got != expected { t.Errorf("expected\n%s\n,got:\n%s", expected, got) } } func TestHighlightWithFields(t *testing.T) { gradeField := NewHighlighterField("grade") builder := NewHighlight().Fields(gradeField) src, err := builder.Source() if err != nil { t.Fatal(err) } data, err := json.Marshal(src) if err != nil { t.Fatalf("marshaling to JSON failed: %v", err) } got := string(data) expected := `{"fields":{"grade":{}}}` if got != expected { t.Errorf("expected\n%s\n,got:\n%s", expected, got) } } func TestHighlightWithMultipleFields(t *testing.T) { gradeField := NewHighlighterField("grade") colorField := NewHighlighterField("color") builder := NewHighlight().Fields(gradeField, colorField) src, err := builder.Source() if err != nil { t.Fatal(err) } data, err := json.Marshal(src) if err != nil { t.Fatalf("marshaling to JSON failed: %v", err) } got := string(data) expected := `{"fields":{"color":{},"grade":{}}}` if got != expected { t.Errorf("expected\n%s\n,got:\n%s", expected, got) } } func TestHighlighterWithExplicitFieldOrder(t *testing.T) { gradeField := NewHighlighterField("grade").FragmentSize(2) colorField := NewHighlighterField("color").FragmentSize(2).NumOfFragments(1) builder := NewHighlight().Fields(gradeField, colorField).UseExplicitFieldOrder(true) src, err := builder.Source() if err != nil { t.Fatal(err) } data, err := json.Marshal(src) if err != nil { t.Fatalf("marshaling to JSON failed: %v", err) } got := string(data) expected := `{"fields":[{"grade":{"fragment_size":2}},{"color":{"fragment_size":2,"number_of_fragments":1}}]}` if got != expected { t.Errorf("expected\n%s\n,got:\n%s", expected, got) } } func TestHighlightWithBoundaryChars(t *testing.T) { builder := NewHighlight().BoundaryChars(" \t\r") src, err := builder.Source() if err != nil { t.Fatal(err) } data, err := json.Marshal(src) if err != nil { t.Fatalf("marshaling to JSON failed: %v", err) } got := string(data) expected := `{"boundary_chars":" \t\r"}` if got != expected { t.Errorf("expected\n%s\n,got:\n%s", expected, got) } } func TestHighlightWithTermQuery(t *testing.T) { client := setupTestClientAndCreateIndex(t) tweet1 := tweet{User: "olivere", Message: "Welcome to Golang and Elasticsearch."} tweet2 := tweet{User: "olivere", Message: "Another unrelated topic."} tweet3 := tweet{User: "sandrae", Message: "Cycling is fun to do."} // Add all documents _, err := client.Index().Index(testIndexName).Type("tweet").Id("1").BodyJson(&tweet1).Do(context.TODO()) if err != nil { t.Fatal(err) } _, err = client.Index().Index(testIndexName).Type("tweet").Id("2").BodyJson(&tweet2).Do(context.TODO()) if err != nil { t.Fatal(err) } _, err = client.Index().Index(testIndexName).Type("tweet").Id("3").BodyJson(&tweet3).Do(context.TODO()) if err != nil { t.Fatal(err) } _, err = client.Flush().Index(testIndexName).Do(context.TODO()) if err != nil { t.Fatal(err) } // Specify highlighter hl := NewHighlight() hl = hl.Fields(NewHighlighterField("message")) hl = hl.PreTags("<em>").PostTags("</em>") }
{ "content_hash": "1cb60236895fa6384776c9cb09581005", "timestamp": "", "source": "github", "line_count": 166, "max_line_length": 111, "avg_line_length": 26.02409638554217, "alnum_prop": 0.6506944444444445, "repo_name": "venicegeo/pz-gocommon", "id": "73659913f96a73ca94fed05d2bf60f67116da5da", "size": "4504", "binary": false, "copies": "1", "ref": "refs/heads/master", "path": "elasticsearch/elastic-5-api/highlight_test.go", "mode": "33188", "license": "apache-2.0", "language": [ { "name": "Go", "bytes": "706642" }, { "name": "Groovy", "bytes": "2691" }, { "name": "Shell", "bytes": "6521" } ], "symlink_target": "" }
/* * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except * in compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software distributed under the License * is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express * or implied. See the License for the specific language governing permissions and limitations under * the License. */ /* * This code was generated by https://github.com/googleapis/google-api-java-client-services/ * Modify at your own risk. */ package com.google.api.services.language.v1.model; /** * The sentiment analysis request message. * * <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is * transmitted over HTTP when working with the Cloud Natural Language API. For a detailed * explanation see: * <a href="https://developers.google.com/api-client-library/java/google-http-java-client/json">https://developers.google.com/api-client-library/java/google-http-java-client/json</a> * </p> * * @author Google, Inc. */ @SuppressWarnings("javadoc") public final class AnalyzeSentimentRequest extends com.google.api.client.json.GenericJson { /** * Input document. * The value may be {@code null}. */ @com.google.api.client.util.Key private Document document; /** * The encoding type used by the API to calculate sentence offsets. * The value may be {@code null}. */ @com.google.api.client.util.Key private java.lang.String encodingType; /** * Input document. * @return value or {@code null} for none */ public Document getDocument() { return document; } /** * Input document. * @param document document or {@code null} for none */ public AnalyzeSentimentRequest setDocument(Document document) { this.document = document; return this; } /** * The encoding type used by the API to calculate sentence offsets. * @return value or {@code null} for none */ public java.lang.String getEncodingType() { return encodingType; } /** * The encoding type used by the API to calculate sentence offsets. * @param encodingType encodingType or {@code null} for none */ public AnalyzeSentimentRequest setEncodingType(java.lang.String encodingType) { this.encodingType = encodingType; return this; } @Override public AnalyzeSentimentRequest set(String fieldName, Object value) { return (AnalyzeSentimentRequest) super.set(fieldName, value); } @Override public AnalyzeSentimentRequest clone() { return (AnalyzeSentimentRequest) super.clone(); } }
{ "content_hash": "b2aba9d62e8d98bf919a43cc47e5b617", "timestamp": "", "source": "github", "line_count": 91, "max_line_length": 182, "avg_line_length": 30.384615384615383, "alnum_prop": 0.7150090415913201, "repo_name": "googleapis/google-api-java-client-services", "id": "b199e3e37e84d4f9f2f133b7e951d53e321c12d6", "size": "2765", "binary": false, "copies": "2", "ref": "refs/heads/main", "path": "clients/google-api-services-language/v1/1.27.0/com/google/api/services/language/v1/model/AnalyzeSentimentRequest.java", "mode": "33188", "license": "apache-2.0", "language": [], "symlink_target": "" }
/*keep this declaration near the top of this file -RPM*/ static const char *FileHeader = "\n\ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *\n\ * Copyright by The HDF Group. *\n\ * Copyright by the Board of Trustees of the University of Illinois. *\n\ * All rights reserved. *\n\ * *\n\ * This file is part of HDF5. The full HDF5 copyright notice, including *\n\ * terms governing use, modification, and redistribution, is contained in *\n\ * the files COPYING and Copyright.html. COPYING can be found at the root *\n\ * of the source code distribution tree; Copyright.html can be found at the *\n\ * root level of an installed copy of the electronic HDF5 document set and *\n\ * is linked from the top-level documents page. It can also be found at *\n\ * http://hdfgroup.org/HDF5/doc/Copyright.html. If you do not have *\n\ * access to either file, you may request a copy from help@hdfgroup.org. *\n\ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *"; /* * * Created: H5make_libsettings.c * 17 Mar 2010 * Quincey Koziol * * Purpose: Generate the H5libsettings.c file from the * libhdf5.settings file. * *------------------------------------------------------------------------- */ #include <stdio.h> #include <time.h> #include "H5private.h" #define LIBSETTINGSFNAME "libhdf5.settings" /*------------------------------------------------------------------------- * Function: insert_libhdf5_settings * * Purpose: insert the contents of libhdf5.settings into a file * represented by flibinfo. * Make it an empty string if H5_HAVE_EMBEDDED_LIBINFO is not * defined, i.e., not enabled. * * Return: void * * Programmer: Albert Cheng * Apr 20, 2009 * *------------------------------------------------------------------------- */ static void insert_libhdf5_settings(FILE *flibinfo) { #ifdef H5_HAVE_EMBEDDED_LIBINFO FILE *fsettings; /* for files libhdf5.settings */ int inchar; int bol = 0; /* indicates the beginning of a new line */ if(NULL == (fsettings = HDfopen(LIBSETTINGSFNAME, "r"))) { HDperror(LIBSETTINGSFNAME); HDexit(1); } /* end if */ /* print variable definition and the string */ /* Do not use const else AIX strings does not show it. */ fprintf(flibinfo, "char H5libhdf5_settings[]=\n"); bol++; while(EOF != (inchar = HDgetc(fsettings))) { if(bol) { /* Start a new line */ fprintf(flibinfo, "\t\""); bol = 0; } /* end if */ if(inchar == '\n') { /* end of a line */ fprintf(flibinfo, "\\n\"\n"); bol++; } /* end if */ else HDputc(inchar, flibinfo); } /* end while */ if(feof(fsettings)) { /* wrap up */ if(!bol) /* EOF found without a new line */ fprintf(flibinfo, "\\n\"\n"); fprintf(flibinfo, ";\n\n"); } /* end if */ else { fprintf(stderr, "Read errors encountered with %s\n", LIBSETTINGSFNAME); HDexit(1); } /* end else */ if(0 != HDfclose(fsettings)) { HDperror(LIBSETTINGSFNAME); HDexit(1); } /* end if */ #else /* print variable definition and an empty string */ /* Do not use const else AIX strings does not show it. */ fprintf(flibinfo, "char H5libhdf5_settings[]=\"\";\n"); #endif } /* insert_libhdf5_settings() */ /*------------------------------------------------------------------------- * Function: make_libinfo * * Purpose: Create the embedded library information definition. * This sets up for a potential extension that the declaration * is printed to a file different from stdout. * * Return: void * * Programmer: Albert Cheng * Sep 15, 2009 * *------------------------------------------------------------------------- */ static void make_libinfo(void) { /* print variable definition and then the string as a macro. */ insert_libhdf5_settings(stdout); } /*------------------------------------------------------------------------- * Function: print_header * * Purpose: Prints the header for the generated file. * * Return: void * * Programmer: Robb Matzke * matzke@llnl.gov * Mar 12 1997 * *------------------------------------------------------------------------- */ static void print_header(void) { time_t now = HDtime(NULL); struct tm *tm = HDlocaltime(&now); char real_name[30]; char host_name[256]; int i; const char *s; #ifdef H5_HAVE_GETPWUID struct passwd *pwd = NULL; #else int pwd = 1; #endif static const char *month_name[] = { "Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov", "Dec"}; static const char *purpose = "\ This machine-generated source code contains\n\ information about the library build configuration\n"; /* * The real name is the first item from the passwd gecos field. */ #if defined(H5_HAVE_GETPWUID) && !defined(__ANDROID__) { size_t n; char *comma; if((pwd = HDgetpwuid(getuid()))) { if((comma = HDstrchr(pwd->pw_gecos, ','))) { n = MIN(sizeof(real_name) - 1, (unsigned)(comma - pwd->pw_gecos)); HDstrncpy(real_name, pwd->pw_gecos, n); real_name[n] = '\0'; } /* end if */ else { HDstrncpy(real_name, pwd->pw_gecos, sizeof(real_name)); real_name[sizeof(real_name) - 1] = '\0'; } /* end else */ } /* end if */ else real_name[0] = '\0'; } #else real_name[0] = '\0'; #endif /* * The FQDM of this host or the empty string. */ #ifdef H5_HAVE_GETHOSTNAME if(gethostname(host_name, sizeof(host_name)) < 0) host_name[0] = '\0'; #else host_name[0] = '\0'; #endif /* * The file header: warning, copyright notice, build information. */ printf("/* Generated automatically by H5make_libsettings -- do not edit */\n\n\n"); HDputs(FileHeader); /*the copyright notice--see top of this file */ printf(" *\n * Created:\t\t%s %2d, %4d\n", month_name[tm->tm_mon], tm->tm_mday, 1900 + tm->tm_year); if(pwd || real_name[0] || host_name[0]) { printf(" *\t\t\t"); if(real_name[0]) printf("%s <", real_name); #ifdef H5_HAVE_GETPWUID if(pwd) HDfputs(pwd->pw_name, stdout); #endif if(host_name[0]) printf("@%s", host_name); if(real_name[0]) printf(">"); HDputchar('\n'); } /* end if */ printf(" *\n * Purpose:\t\t"); for(s = purpose; *s; s++) { HDputchar(*s); if('\n' == *s && s[1]) printf(" *\t\t\t"); } /* end for */ printf(" *\n * Modifications:\n *\n"); printf(" *\tDO NOT MAKE MODIFICATIONS TO THIS FILE!\n"); printf(" *\tIt was generated by code in `H5make_libsettings.c'.\n"); printf(" *\n *"); for(i = 0; i < 73; i++) HDputchar('-'); printf("\n */\n\n"); } /*------------------------------------------------------------------------- * Function: print_footer * * Purpose: Prints the file footer for the generated file. * * Return: void * * Programmer: Quincey Koziol * koziol@hdfgroup.org * Mar 31 2010 * *------------------------------------------------------------------------- */ static void print_footer(void) { /* nothing */ } /*------------------------------------------------------------------------- * Function: main * * Purpose: Main entry point. * * Return: Success: exit(0) * * Failure: exit(1) * * Programmer: Albert Cheng * 2010/4/1 * *------------------------------------------------------------------------- */ int main(void) { print_header(); /* Generate embedded library information variable definition */ make_libinfo(); print_footer(); HDexit(0); }
{ "content_hash": "0f3a5082de4185090c02f2b8e53a5764", "timestamp": "", "source": "github", "line_count": 290, "max_line_length": 87, "avg_line_length": 27.03103448275862, "alnum_prop": 0.5112897053195561, "repo_name": "zachary-williamson/ITK", "id": "64eb71cdbbf7581bec1c33f5f76a403889d6074c", "size": "8945", "binary": false, "copies": "11", "ref": "refs/heads/master", "path": "Modules/ThirdParty/HDF5/src/itkhdf5/src/H5make_libsettings.c", "mode": "33188", "license": "apache-2.0", "language": [ { "name": "Bison", "bytes": "20428" }, { "name": "C", "bytes": "25368914" }, { "name": "C#", "bytes": "1714" }, { "name": "C++", "bytes": "47570050" }, { "name": "CMake", "bytes": "2128497" }, { "name": "CSS", "bytes": "24960" }, { "name": "FORTRAN", "bytes": "2241251" }, { "name": "HTML", "bytes": "208088" }, { "name": "Io", "bytes": "1833" }, { "name": "Java", "bytes": "29970" }, { "name": "Makefile", "bytes": "11691" }, { "name": "Objective-C", "bytes": "72946" }, { "name": "Objective-C++", "bytes": "6591" }, { "name": "OpenEdge ABL", "bytes": "85139" }, { "name": "Perl", "bytes": "19692" }, { "name": "Prolog", "bytes": "4406" }, { "name": "Python", "bytes": "882000" }, { "name": "Ruby", "bytes": "296" }, { "name": "Shell", "bytes": "128777" }, { "name": "Tcl", "bytes": "74786" }, { "name": "XSLT", "bytes": "194772" } ], "symlink_target": "" }
ACCEPTED #### According to Index Fungorum #### Published in Syn. meth. fung. (Göttingen) 1: 79 (1801) #### Original name Sphaeria fissa Pers. ### Remarks null
{ "content_hash": "e1d5c7420b200939431233ad6e46a496", "timestamp": "", "source": "github", "line_count": 13, "max_line_length": 41, "avg_line_length": 12.461538461538462, "alnum_prop": 0.6790123456790124, "repo_name": "mdoering/backbone", "id": "5a96d95c1a39af57adca4cea447e06069213546f", "size": "207", "binary": false, "copies": "1", "ref": "refs/heads/master", "path": "life/Fungi/Ascomycota/Sordariomycetes/Xylariales/Xylariaceae/Sphaeria/Sphaeria fissa/README.md", "mode": "33188", "license": "apache-2.0", "language": [], "symlink_target": "" }
class Profile; // Service that checks for captive portals when queried, and sends a // NOTIFICATION_CAPTIVE_PORTAL_CHECK_RESULT with the Profile as the source and // a CaptivePortalService::Results as the details. // // Captive portal checks are rate-limited. The CaptivePortalService may only // be accessed on the UI thread. // Design doc: https://docs.google.com/document/d/1k-gP2sswzYNvryu9NcgN7q5XrsMlUdlUdoW9WRaEmfM/edit class CaptivePortalService : public KeyedService, public base::NonThreadSafe { public: enum TestingState { NOT_TESTING, DISABLED_FOR_TESTING, // The service is always disabled. SKIP_OS_CHECK_FOR_TESTING, // The service can be enabled even if the OS // has native captive portal detection. IGNORE_REQUESTS_FOR_TESTING // Disables actual portal checks. This also // implies SKIP_OS_CHECK_FOR_TESTING. }; // The details sent via a NOTIFICATION_CAPTIVE_PORTAL_CHECK_RESULT. struct Results { // The result of the second most recent captive portal check. captive_portal::CaptivePortalResult previous_result; // The result of the most recent captive portal check. captive_portal::CaptivePortalResult result; // Landing url of the captive portal check ping. If behind a captive portal, // this points to the login page. GURL landing_url; }; explicit CaptivePortalService(Profile* profile); ~CaptivePortalService() override; // Triggers a check for a captive portal. If there's already a check in // progress, does nothing. Throttles the rate at which requests are sent. // Always sends the result notification asynchronously. void DetectCaptivePortal(); // Returns the URL used for captive portal testing. When a captive portal is // detected, this URL will take us to the captive portal landing page. const GURL& test_url() const { return test_url_; } // Result of the most recent captive portal check. captive_portal::CaptivePortalResult last_detection_result() const { return last_detection_result_; } // Whether or not the CaptivePortalService is enabled. When disabled, all // checks return INTERNET_CONNECTED. bool enabled() const { return enabled_; } // Used to disable captive portal detection so it doesn't interfere with // tests. Should be called before the service is created. static void set_state_for_testing(TestingState testing_state) { testing_state_ = testing_state; } static TestingState get_state_for_testing() { return testing_state_; } private: friend class CaptivePortalServiceTest; friend class CaptivePortalBrowserTest; // Subclass of BackoffEntry that uses the CaptivePortalService's // GetCurrentTime function, for unit testing. class RecheckBackoffEntry; enum State { // No check is running or pending. STATE_IDLE, // The timer to check for a captive portal is running. STATE_TIMER_RUNNING, // There's an outstanding HTTP request to check for a captive portal. STATE_CHECKING_FOR_PORTAL, }; // Contains all the information about the minimum time allowed between two // consecutive captive portal checks. struct RecheckPolicy { // Constructor initializes all values to defaults. RecheckPolicy(); // The minimum amount of time between two captive portal checks, when the // last check found no captive portal. int initial_backoff_no_portal_ms; // The minimum amount of time between two captive portal checks, when the // last check found a captive portal. This is expected to be less than // |initial_backoff_no_portal_ms|. Also used when the service is disabled. int initial_backoff_portal_ms; net::BackoffEntry::Policy backoff_policy; }; // Initiates a captive portal check, without any throttling. If the service // is disabled, just acts like there's an Internet connection. void DetectCaptivePortalInternal(); // Called by CaptivePortalDetector when detection completes. void OnPortalDetectionCompleted( const captive_portal::CaptivePortalDetector::Results& results); // KeyedService: void Shutdown() override; // Called when a captive portal check completes. Passes the result to all // observers. void OnResult(captive_portal::CaptivePortalResult result, const GURL& landing_url); // Updates BackoffEntry::Policy and creates a new BackoffEntry, which // resets the count used for throttling. void ResetBackoffEntry(captive_portal::CaptivePortalResult result); // Updates |enabled_| based on command line flags and Profile preferences, // and sets |state_| to STATE_NONE if it's false. // TODO(mmenke): Figure out on which platforms, if any, should not use // automatic captive portal detection. Currently it's enabled // on all platforms, though this code is not compiled on // Android, since it lacks the Browser class. void UpdateEnabledState(); // Returns the current TimeTicks. base::TimeTicks GetCurrentTimeTicks() const; bool DetectionInProgress() const; // Returns true if the timer to try and detect a captive portal is running. bool TimerRunning() const; State state() const { return state_; } RecheckPolicy& recheck_policy() { return recheck_policy_; } void set_test_url(const GURL& test_url) { test_url_ = test_url; } // Sets current test time ticks. Used by unit tests. void set_time_ticks_for_testing(const base::TimeTicks& time_ticks) { time_ticks_for_testing_ = time_ticks; } // Advances current test time ticks. Used by unit tests. void advance_time_ticks_for_testing(const base::TimeDelta& delta) { time_ticks_for_testing_ += delta; } // The profile that owns this CaptivePortalService. Profile* profile_; State state_; // Detector for checking active network for a portal state. captive_portal::CaptivePortalDetector captive_portal_detector_; // True if the service is enabled. When not enabled, all checks will return // RESULT_INTERNET_CONNECTED. bool enabled_; // The result of the most recent captive portal check. captive_portal::CaptivePortalResult last_detection_result_; // Number of sequential checks with the same captive portal result. int num_checks_with_same_result_; // Time when |last_detection_result_| was first received. base::TimeTicks first_check_time_with_same_result_; // Time the last captive portal check completed. base::TimeTicks last_check_time_; // Policy for throttling portal checks. RecheckPolicy recheck_policy_; // Implements behavior needed by |recheck_policy_|. Whenever there's a new // captive_portal::CaptivePortalResult, BackoffEntry::Policy is updated and // |backoff_entry_| is recreated. Each check that returns the same result // is considered a "failure", to trigger throttling. scoped_ptr<net::BackoffEntry> backoff_entry_; // URL that returns a 204 response code when connected to the Internet. GURL test_url_; // The pref member for whether navigation errors should be resolved with a web // service. Actually called "alternate_error_pages", since it's also used for // the Link Doctor. BooleanPrefMember resolve_errors_with_web_service_; base::OneShotTimer<CaptivePortalService> check_captive_portal_timer_; static TestingState testing_state_; // Test time ticks used by unit tests. base::TimeTicks time_ticks_for_testing_; DISALLOW_COPY_AND_ASSIGN(CaptivePortalService); }; #endif // CHROME_BROWSER_CAPTIVE_PORTAL_CAPTIVE_PORTAL_SERVICE_H_
{ "content_hash": "a9bc1cd6def686ba06310d86441f8ec7", "timestamp": "", "source": "github", "line_count": 198, "max_line_length": 99, "avg_line_length": 38.35858585858586, "alnum_prop": 0.7254772876892692, "repo_name": "sgraham/nope", "id": "c48ca5d37c1bf40459f6e60051f1a9d88621dfc8", "size": "8276", "binary": false, "copies": "6", "ref": "refs/heads/master", "path": "chrome/browser/captive_portal/captive_portal_service.h", "mode": "33188", "license": "bsd-3-clause", "language": [ { "name": "AppleScript", "bytes": "6973" }, { "name": "Arduino", "bytes": "464" }, { "name": "Assembly", "bytes": "39967" }, { "name": "C", "bytes": "4061434" }, { "name": "C++", "bytes": "279546186" }, { "name": "CMake", "bytes": "27212" }, { "name": "CSS", "bytes": "919339" }, { "name": "Emacs Lisp", "bytes": "988" }, { "name": "Go", "bytes": "13628" }, { "name": "Groff", "bytes": "5283" }, { "name": "HTML", "bytes": "15989749" }, { "name": "Java", "bytes": "7541683" }, { "name": "JavaScript", "bytes": "32372588" }, { "name": "Lua", "bytes": "16189" }, { "name": "Makefile", "bytes": "40513" }, { "name": "Objective-C", "bytes": "1584184" }, { "name": "Objective-C++", "bytes": "8249988" }, { "name": "PHP", "bytes": "97817" }, { "name": "PLpgSQL", "bytes": "169060" }, { "name": "Perl", "bytes": "63937" }, { "name": "Protocol Buffer", "bytes": "427339" }, { "name": "Python", "bytes": "8346306" }, { "name": "Scheme", "bytes": "10604" }, { "name": "Shell", "bytes": "844553" }, { "name": "Standard ML", "bytes": "4965" }, { "name": "VimL", "bytes": "4075" }, { "name": "XSLT", "bytes": "418" }, { "name": "nesC", "bytes": "18347" } ], "symlink_target": "" }