path
stringlengths
5
300
repo_name
stringlengths
6
76
content
stringlengths
26
1.05M
demo/web/js/jquery-1.9.1.js
dreamsxin/icomet
/*! * jQuery JavaScript Library v1.9.1 * http://jquery.com/ * * Includes Sizzle.js * http://sizzlejs.com/ * * Copyright 2005, 2012 jQuery Foundation, Inc. and other contributors * Released under the MIT license * http://jquery.org/license * * Date: 2013-2-4 */ (function( window, undefined ) { // Can't do t...
src/__tests__/RadioGroup-test.js
joshq00/react-mdl
/* eslint-env mocha */ import expect from 'expect'; import React from 'react'; import { render } from './render'; import RadioGroup from '../RadioGroup'; import Radio from '../Radio'; describe('RadioGroup', () => { it('should render a div by default', () => { const output = render(<RadioGroup name="group1"...
ajax/libs/clappr/0.0.81/clappr.js
hanssens/cdnjs
require=(function e(t,n,r){function s(o,u){if(!n[o]){if(!t[o]){var a=typeof require=="function"&&require;if(!u&&a)return a(o,!0);if(i)return i(o,!0);var f=new Error("Cannot find module '"+o+"'");throw f.code="MODULE_NOT_FOUND",f}var l=n[o]={exports:{}};t[o][0].call(l.exports,function(e){var n=t[o][1][e];return s(n?n:e)...
web/js/ae4a608_part_1.js
amcole/Tryouts
/*! jQuery v1.10.2 | (c) 2005, 2013 jQuery Foundation, Inc. | jquery.org/license //@ sourceMappingURL=jquery-1.10.2.min.map */ (function(e,t){var n,r,i=typeof t,o=e.location,a=e.document,s=a.documentElement,l=e.jQuery,u=e.$,c={},p=[],f="1.10.2",d=p.concat,h=p.push,g=p.slice,m=p.indexOf,y=c.toString,v=c.hasOwnPropert...
JotunheimenPlaces/node_modules/react-native/local-cli/templates/HelloWorld/__tests__/index.ios.js
designrad/Jotunheimen-tracking
import 'react-native'; import React from 'react'; import Index from '../index.ios.js'; // Note: test renderer must be required after react-native. import renderer from 'react-test-renderer'; it('renders correctly', () => { const tree = renderer.create( <Index /> ); });
app/lib/socket.io-client/support/test-runner/public/javascript/jquery.js
emidiocroci/angular-workshop
/*! * jQuery JavaScript Library v1.6.4 * http://jquery.com/ * * Copyright 2011, John Resig * Dual licensed under the MIT or GPL Version 2 licenses. * http://jquery.org/license * * Includes Sizzle.js * http://sizzlejs.com/ * Copyright 2011, The Dojo Foundation * Released under the MIT, BSD, and GPL Licenses. ...
ajax/libs/highstock/1.3.10/highstock.src.js
x112358/cdnjs
// ==ClosureCompiler== // @compilation_level SIMPLE_OPTIMIZATIONS /** * @license Highstock JS v1.3.10 (2014-03-10) * * (c) 2009-2014 Torstein Honsi * * License: www.highcharts.com/license */ // JSLint options: /*global Highcharts, document, window, navigator, setInterval, clearInterval, clearTimeout, setTimeout...
src/FormControls/Static.js
dongtong/react-bootstrap
import React from 'react'; import classNames from 'classnames'; import InputBase from '../InputBase'; import childrenValueValidation from '../utils/childrenValueInputValidation'; class Static extends InputBase { getValue() { const {children, value} = this.props; return children ? children : value; } ren...
src/Paper/Paper.spec.js
owencm/material-ui
/* eslint-env mocha */ import React from 'react'; import {shallow} from 'enzyme'; import {assert} from 'chai'; import Paper from './Paper'; import getMuiTheme from '../styles/getMuiTheme'; describe('<Paper />', () => { const muiTheme = getMuiTheme(); const shallowWithContext = (node) => shallow(node, {context: {mu...
ajax/libs/react/0.11.0-rc1/react-with-addons.js
fredericksilva/cdnjs
/** * React (with addons) v0.11.0-rc1 */ !function(e){if("object"==typeof exports&&"undefined"!=typeof module)module.exports=e();else if("function"==typeof define&&define.amd)define([],e);else{var f;"undefined"!=typeof window?f=window:"undefined"!=typeof global?f=global:"undefined"!=typeof self&&(f=self),f.React=e()}...
app/js/sign-up/views/_email.js
blockstack/blockstack-browser
/** * Email / Backup ID page * * This screen is our current backup option (email) * This might change to other options outside of just email (eg phone, download, etc) */ import React from 'react' import { ShellScreen, Type } from '@blockstack/ui' import Yup from 'yup' import PropTypes from 'prop-types' const vali...
static/js/libs/jquery.js
feross/Fling
/*! jQuery v1.7.2 jquery.com | jquery.org/license */ (function(a,b){function cy(a){return f.isWindow(a)?a:a.nodeType===9?a.defaultView||a.parentWindow:!1}function cu(a){if(!cj[a]){var b=c.body,d=f("<"+a+">").appendTo(b),e=d.css("display");d.remove();if(e==="none"||e===""){ck||(ck=c.createElement("iframe"),ck.frameBorde...
src/svg-icons/device/signal-wifi-0-bar.js
kittyjumbalaya/material-components-web
import React from 'react'; import pure from 'recompose/pure'; import SvgIcon from '../../SvgIcon'; let DeviceSignalWifi0Bar = (props) => ( <SvgIcon {...props}> <path fillOpacity=".3" d="M12.01 21.49L23.64 7c-.45-.34-4.93-4-11.64-4C5.28 3 .81 6.66.36 7l11.63 14.49.01.01.01-.01z"/> </SvgIcon> ); DeviceSignalWifi...
ajax/libs/videomail-client/1.7.24/videomail-client.min.js
dakshshah96/cdnjs
require=function e(t,n,r){function i(a,s){if(!n[a]){if(!t[a]){var u="function"==typeof require&&require;if(!s&&u)return u(a,!0);if(o)return o(a,!0);var c=new Error("Cannot find module '"+a+"'");throw c.code="MODULE_NOT_FOUND",c}var f=n[a]={exports:{}};t[a][0].call(f.exports,function(e){var n=t[a][1][e];return i(n?n:e)}...
packages/material-ui-icons/src/SentimentVerySatisfiedRounded.js
allanalexandre/material-ui
import React from 'react'; import createSvgIcon from './utils/createSvgIcon'; export default createSvgIcon( <React.Fragment><path fill="none" d="M0 0h24v24H0V0z" /><g><path d="M8.88 9.94l.53.53c.29.29.77.29 1.06 0 .29-.29.29-.77 0-1.06l-.88-.88a.9959.9959 0 0 0-1.41 0l-.89.88c-.29.29-.29.77 0 1.06.29.29.77.29 1.06 0...
ajax/libs/analytics.js/1.3.8/analytics.js
jacobq/cdnjs
;(function(){ /** * Require the given path. * * @param {String} path * @return {Object} exports * @api public */ function require(path, parent, orig) { var resolved = require.resolve(path); // lookup failed if (null == resolved) { orig = orig || path; parent = parent || 'root'; var err = new ...
src/routes.js
delwiv/tactill-techtest
import React from 'react'; import {IndexRoute, Route} from 'react-router'; import { isLoaded as isAuthLoaded, load as loadAuth } from 'redux/modules/auth'; import { App, Chat, Home, Widgets, About, Login, LoginSuccess, Survey, NotFound, } from 'containers'; export default (store) ...
modules/Print/NavLink.js
corbmanj/tote
// modules/NavLink.js import React from 'react' import { Link } from 'react-router' export default function NavLink (props) { return <Link {...props} activeClassName="active"/> }
src/js/components/hello.js
MiladNazeri/stockHelper
import React from 'react'; export default class InvoiceLineItems extends React.Component { constructor(props){ super(props); this.state = { } } render() { return ( <div> <InvoiceLineItemsView /> </div> ); } } class LineIt...
docs/src/app/components/pages/components/AppBar/ExampleIconMenu.js
owencm/material-ui
import React from 'react'; import AppBar from 'material-ui/AppBar'; import IconButton from 'material-ui/IconButton'; import IconMenu from 'material-ui/IconMenu'; import MenuItem from 'material-ui/MenuItem'; import MoreVertIcon from 'material-ui/svg-icons/navigation/more-vert'; import NavigationClose from 'material-ui/s...
ajax/libs/jquery-handsontable/0.10.2/jquery.handsontable.js
msurguy/cdnjs
/** * Handsontable 0.10.2 * Handsontable is a simple jQuery plugin for editable tables with basic copy-paste compatibility with Excel and Google Docs * * Copyright 2012, Marcin Warpechowski * Licensed under the MIT license. * http://handsontable.com/ * * Date: Thu Jan 23 2014 23:06:23 GMT+0100 (CET) */ /*jslin...
Libraries/CustomComponents/Navigator/NavigatorBreadcrumbNavigationBar.js
Zagorakiss/react-native
/** * Copyright (c) 2015, Facebook, Inc. All rights reserved. * * Facebook, Inc. (“Facebook”) owns all right, title and interest, including * all intellectual property and other proprietary rights, in and to the React * Native CustomComponents software (the “Software”). Subject to your * compliance with these t...
src/components/Feedback/Feedback.js
dirkliu/react-starter-kit
/*! React Starter Kit | MIT License | http://www.reactstarterkit.com/ */ import React from 'react'; // eslint-disable-line no-unused-vars import './Feedback.less'; class Feedback { render() { return ( <div className="Feedback"> <div className="Feedback-container"> <a className="Feedback...
docs/src/examples/collections/Form/GroupVariations/FormExampleUnstackableGroup.js
Semantic-Org/Semantic-UI-React
import React from 'react' import { Button, Form } from 'semantic-ui-react' const FormExampleUnstackableGroup = () => ( <Form> <Form.Group unstackable widths={2}> <Form.Input label='First name' placeholder='First name' /> <Form.Input label='Last name' placeholder='Last name' /> </Form.Group> <...
node_modules/babel-preset-es2015/node_modules/babel-plugin-transform-es2015-typeof-symbol/node_modules/babel-runtime/node_modules/core-js/client/core.js
Maqnai2234/Blog-ThemeHTML
/** * core-js 1.2.6 * https://github.com/zloirock/core-js * License: http://rock.mit-license.org * © 2015 Denis Pushkarev */ !function(__e, __g, undefined){ 'use strict'; /******/ (function(modules) { // webpackBootstrap /******/ // The module cache /******/ var installedModules = {}; /******/ // The require f...
ajax/libs/primereact/6.5.1/organizationchart/organizationchart.esm.js
cdnjs/cdnjs
import React, { Component } from 'react'; import { classNames } from 'primereact/core'; function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) { arr2[i] = arr[i]; } return arr2; } function _arrayWithoutHoles(arr)...
app/index.js
jfanderson/SC-Shuffler
import React from 'react'; import ReactDOM from 'react-dom'; import { devClientId } from './keys.js'; import App from './components/App.jsx'; SC.initialize({ client_id: devClientId, redirect_uri: 'http://localhost:8080/callback', }); ReactDOM.render(<App />, document.getElementById('root'));
30-days-of-react-native-development/index.android.js
HarrisLee/React-Native-Express
/** * 30 Days of React Native * Icons made by <a href="http://www.flaticon.com/authors/vectors-market" title="Vectors Market">Vectors Market</a> from <a href="http://www.flaticon.com" title="Flaticon">www.flaticon.com</a> is licensed by <a href="http://creativecommons.org/licenses/by/3.0/" title="Creative Commons BY ...
packages/material-ui-icons/src/Transform.js
dsslimshaddy/material-ui
import React from 'react'; import pure from 'recompose/pure'; import SvgIcon from 'material-ui/SvgIcon'; let Transform = props => <SvgIcon {...props}> <path d="M22 18v-2H8V4h2L7 1 4 4h2v2H2v2h4v8c0 1.1.9 2 2 2h8v2h-2l3 3 3-3h-2v-2h4zM10 8h6v6h2V8c0-1.1-.9-2-2-2h-6v2z" /> </SvgIcon>; Transform = pure(Transform...
src/icons/DetailsIcon.js
kiloe/ui
import React from 'react'; import Icon from '../Icon'; export default class DetailsIcon extends Icon { getSVG(){return <svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 0 48 48"><path d="M6 8l18 32L42 8H6zm6.75 4h22.5L24 32 12.75 12z"/></svg>;} };
client/root.js
collectiveidea/hoverboard
import React from 'react'; import Relay from 'react-relay'; import { browserHistory, applyRouterMiddleware, Router } from 'react-router'; import useRelay from 'react-router-relay'; import Routes from './routes/Route'; const Root = () => ( <Router history={browserHistory} routes={Routes} render={applyRouterMiddle...
src/scripts/components/Card.js
arkon/crcmaker
import React from 'react'; import CardTypes from '../constants/CardTypes'; /** * Renders a single card with the passed in data. */ const Card = ({ data }) => { let type = ''; if (data.type == CardTypes.ABSTRACT) { type = 'Abstract'; } else if (data.type == CardTypes.INTERFACE) { type = 'Interface'; ...
client/admin/settings/inputs/PasswordSettingInput.js
subesokun/Rocket.Chat
import { Box, Field, Flex, PasswordInput } from '@rocket.chat/fuselage'; import React from 'react'; import { ResetSettingButton } from '../ResetSettingButton'; export function PasswordSettingInput({ _id, label, value, placeholder, readonly, autocomplete, disabled, hasResetButton, onChangeValue, onResetButto...
files/rxjs/2.3.7/rx.lite.compat.js
petkaantonov/jsdelivr
// Copyright (c) Microsoft Open Technologies, Inc. All rights reserved. See License.txt in the project root for license information. ;(function (undefined) { var objectTypes = { 'boolean': false, 'function': true, 'object': true, 'number': false, 'string': false, 'undefined': false }; v...
renderer/components/Home/WalletSettingsFormLocal.js
LN-Zap/zap-desktop
import React from 'react' import PropTypes from 'prop-types' import config from 'config' import { compose } from 'redux' import { withFormApi, withFormState } from 'informed' import { FormattedMessage, injectIntl } from 'react-intl' import { Box, Flex } from 'rebass/styled-components' import uniq from 'lodash/uniq' imp...
docs-ui/components/splitLayout.stories.js
mvaled/sentry
import React from 'react'; import {storiesOf} from '@storybook/react'; import {withInfo} from '@storybook/addon-info'; import SplitLayout from 'app/components/splitLayout'; storiesOf('Deprecated|ComponentLayouts/SplitLayout', module).add( 'default', withInfo('Children elements have equal size')(() => ( <Split...
ajax/libs/yui/3.4.0/yui/yui.js
sullivanmatt/cdnjs
/** * The YUI module contains the components required for building the YUI seed * file. This includes the script loading mechanism, a simple queue, and * the core utilities for the library. * @module yui * @submodule yui-base */ if (typeof YUI != 'undefined') { YUI._YUI = YUI; } /** The YUI global namespac...
ajax/libs/material-ui/4.9.2/es/Portal/Portal.js
cdnjs/cdnjs
import React from 'react'; import ReactDOM from 'react-dom'; import PropTypes from 'prop-types'; import { exactProp } from '@material-ui/utils'; import setRef from '../utils/setRef'; import useForkRef from '../utils/useForkRef'; function getContainer(container) { container = typeof container === 'function' ? contain...
src/components/video_list.js
mayk93/ReactReduxTutorial
/** * Created by Michael on 10/04/16. */ import React from 'react'; import VideoListItem from './video_item'; const VideoList = (props) => { var onVideoSelect = props.onVideoSelect; const videoItems = props.videos.map((video) => { return ( <VideoListItem onVideoSelect={onVid...
_site/assets/themes/twitter/js/jquery-1.6.1.min.js
uestcshuo/uestcshuo.github.io
/*! * jQuery JavaScript Library v1.6.1 * http://jquery.com/ * * Copyright 2011, John Resig * Dual licensed under the MIT or GPL Version 2 licenses. * http://jquery.org/license * * Includes Sizzle.js * http://sizzlejs.com/ * Copyright 2011, The Dojo Foundation * Released under the MIT, BSD, and GPL Licenses. ...
src/routes.js
batusai513/client-side-restaurant-app
import React from 'react'; import { Router, Route, IndexRoute, IndexRedirect, Redirect } from 'react-router'; import RestaurantLayout from 'pages/restaurant-layout'; import Restaurant from 'pages/restaurant'; import Menu from 'pages/menu'; import Tables from 'pages/tables'; import Staff from 'pages/staff'; import Repo...
server/sonar-web/src/main/js/apps/organizations/components/OrganizationFavoriteProjects.js
lbndev/sonarqube
/* * SonarQube * Copyright (C) 2009-2017 SonarSource SA * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3 of the License, o...
node_modules/react-slick/src/inner-slider.js
DaveSpivey/muttwhat
'use strict'; import React from 'react'; import EventHandlersMixin from './mixins/event-handlers'; import HelpersMixin from './mixins/helpers'; import initialState from './initial-state'; import defaultProps from './default-props'; import classnames from 'classnames'; import assign from 'object-assign'; import {Track...
src/icons/TabletMacIcon.js
kiloe/ui
import React from 'react'; import Icon from '../Icon'; export default class TabletMacIcon extends Icon { getSVG(){return <svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 0 48 48"><path d="M37 0H9C6.24 0 4 2.24 4 5v38c0 2.76 2.24 5 5 5h28c2.76 0 5-2.24 5-5V5c0-2.76-2.24-5-5-5zM23 46c-1.66 0-3...
app/javascript/mastodon/features/notifications/components/column_settings.js
pinfort/mastodon
import React from 'react'; import PropTypes from 'prop-types'; import ImmutablePropTypes from 'react-immutable-proptypes'; import { FormattedMessage } from 'react-intl'; import ClearColumnButton from './clear_column_button'; import GrantPermissionButton from './grant_permission_button'; import SettingToggle from './set...
frontend/src/components/collection/CollectionManagementUI/index.js
webrecorder/webrecorder
import React, { Component } from 'react'; import PropTypes from 'prop-types'; import { Helmet } from 'react-helmet'; import querystring from 'querystring'; import { Button } from 'react-bootstrap'; import { applyLocalTimeOffset, getCollectionLink } from 'helpers/utils'; import config from 'config'; import { AppContext...
app/src/Frontend/modules/crm/containers/me/index.js
ptphp/ptphp
/** * Created by jf on 15/12/10. */ //"use strict"; import React from 'react'; var Sentry = require('react-sentry'); import { Panel, PanelBody, Toast, Cells, Cell, CellHeader, CellBody, CellFooter, Ico } from '../../../../index'; import TabBar from '../../components/tabbar/inde...
dep/glm/doc/api/jquery.js
sydney-gpu/opengl
/*! jQuery v1.7.1 jquery.com | jquery.org/license */ (function(a,b){function cy(a){return f.isWindow(a)?a:a.nodeType===9?a.defaultView||a.parentWindow:!1}function cv(a){if(!ck[a]){var b=c.body,d=f("<"+a+">").appendTo(b),e=d.css("display");d.remove();if(e==="none"||e===""){cl||(cl=c.createElement("iframe"),cl.frameBorde...
storybook/config.js
mecab/mastodon
import { configure, setAddon } from '@kadira/storybook'; import IntlAddon from 'react-storybook-addon-intl'; import React from 'react'; import { storiesOf, action } from '@kadira/storybook'; import { addLocaleData } from 'react-intl'; import en from 'react-intl/locale-data/en'; import '../app/javascript/styles/applicat...
app/components/Header/GuestMenu.js
juanda99/arasaac-frontend
import React from 'react' import PropTypes from 'prop-types' import FlatButton from 'material-ui/FlatButton' import muiThemeable from 'material-ui/styles/muiThemeable' import { Link } from 'react-router' import { FormattedMessage } from 'react-intl' import UserIcon from 'material-ui/svg-icons/action/account-box' import...
front-end/src/component/home-photo/photo-change.js
axelmichael11/website
import './_home-photo.scss' import React from 'react' import {connect} from 'react-redux' import PhotoTitle from './photo_title.js' import FontAwesome from 'react-fontawesome' import Scroll from 'react-scroll' import PhotoForm from './photo-form.js' import { Parallax } from 'react-scroll-parallax' const Link = Scroll...
docs/src/app/components/pages/components/Toggle/Page.js
ArcanisCz/material-ui
import React from 'react'; import Title from 'react-title-component'; import CodeExample from '../../../CodeExample'; import PropTypeDescription from '../../../PropTypeDescription'; import MarkdownElement from '../../../MarkdownElement'; import toggleReadmeText from './README'; import ToggleExampleSimple from './Exam...
ajax/libs/forerunnerdb/1.3.26/fdb-core+views.js
redmunds/cdnjs
(function e(t,n,r){function s(o,u){if(!n[o]){if(!t[o]){var a=typeof require=="function"&&require;if(!u&&a)return a(o,!0);if(i)return i(o,!0);var f=new Error("Cannot find module '"+o+"'");throw f.code="MODULE_NOT_FOUND",f}var l=n[o]={exports:{}};t[o][0].call(l.exports,function(e){var n=t[o][1][e];return s(n?n:e)},l,l.ex...
wp-includes/js/jquery/jquery.js
anchour/kelly-bernier
/*! jQuery v1.11.0 | (c) 2005, 2014 jQuery Foundation, Inc. | jquery.org/license */ !function(a,b){"object"==typeof module&&"object"==typeof module.exports?module.exports=a.document?b(a,!0):function(a){if(!a.document)throw new Error("jQuery requires a window with a document");return b(a)}:b(a)}("undefined"!=typeof wind...
src/components/Hero/HeroContent.js
webpack/analyse-tool
import React from 'react'; import styles from './Hero.scss'; export default class HeroContent extends React.Component { static displayName = 'HeroContent'; static propTypes = { children: React.PropTypes.node, }; render() { const children = this.props.children; return ( <div className={ style...
Libraries/JavaScriptAppEngine/System/JSTimers/JSTimersExecution.js
philikon/react-native
/** * Copyright (c) 2015-present, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the * LICENSE file in the root directory of this source tree. An additional grant * of patent rights can be found in the PATENTS file in the same directory. * * @provides...
ajax/libs/react-bootstrap-typeahead/2.0.0-rc.2/react-bootstrap-typeahead.js
extend1994/cdnjs
(function webpackUniversalModuleDefinition(root, factory) { if(typeof exports === 'object' && typeof module === 'object') module.exports = factory(require("react"), require("react-dom")); else if(typeof define === 'function' && define.amd) define(["react", "react-dom"], factory); else if(typeof exports === 'obje...
src/navigation/tabs.js
shwethadn/StarterApp
/** * Tabs Scenes * * React Native Starter App * https://github.com/mcnamee/react-native-starter-app */ import React from 'react'; import { Scene } from 'react-native-router-flux'; // Consts and Libs import { AppConfig } from '@constants/'; import { AppStyles, AppSizes } from '@theme/'; // Components import { Ta...
fluxArchitecture/src/js/components/cart/app-cart-button.js
3mundi/React-Bible
import React from 'react'; export default (props) => { return ( <button className="btn btn-default btn-sm" onClick={ props.handler }> { props.txt } </button> ) }
packages/material-ui-icons/src/DehazeSharp.js
kybarg/material-ui
import React from 'react'; import createSvgIcon from './utils/createSvgIcon'; export default createSvgIcon( <path d="M2 16v2h20v-2H2zm0-5v2h20v-2H2zm0-5v2h20V6H2z" /> , 'DehazeSharp');
Libraries/Text/Text.js
satya164/react-native
/** * Copyright (c) 2015-present, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the * LICENSE file in the root directory of this source tree. An additional grant * of patent rights can be found in the PATENTS file in the same directory. * * @provides...
client/components/App.js
kristiehoward/babel-translate-plugin
import React, { Component } from 'react'; export default class App extends Component { render() { return ( <div> <h1>Hello World</h1> <h2>It is me</h2> </div> ); } }
react-app/src/components/Loader/index.js
grumd/osu-pps
import React from 'react'; import './loader.scss'; export default function Loader() { return ( <div className="loader"> <svg width="40" height="12" viewBox="0 0 120 30" xmlns="http://www.w3.org/2000/svg" fill="#eee" > <circle cx="15" cy="15" r="15"> ...
node_modules/material-ui/svg-icons/toggle/indeterminate-check-box.js
lzm854676408/big-demo
'use strict'; Object.defineProperty(exports, "__esModule", { value: true }); var _react = require('react'); var _react2 = _interopRequireDefault(_react); var _pure = require('recompose/pure'); var _pure2 = _interopRequireDefault(_pure); var _SvgIcon = require('../../SvgIcon'); var _SvgIcon2 = _interopRequireDe...
lib/yui/3.5.1/build/event-custom-base/event-custom-base-debug.js
ssl-csrg/pudl
/* YUI 3.5.1 (build 22) Copyright 2012 Yahoo! Inc. All rights reserved. Licensed under the BSD License. http://yuilibrary.com/license/ */ YUI.add('event-custom-base', function(Y) { /** * Custom event engine, DOM event listener abstraction layer, synthetic DOM * events. * @module event-custom */ Y.Env.evt = { ...
web/components/includes/contact.js
mattseemon/mattseemon.in
import React from 'react'; import { Button, Form, FormGroup, InputGroup, InputGroupAddon, Input, Alert } from 'reactstrap'; import axios from 'axios'; import { GoogleReCaptchaProvider, GoogleReCaptcha } from 'react-google-recaptcha-v3' const styleIcon = { color: 'var(--accent)' }; const styleNoResize = { resize: 'none...
votrfront/js/About.js
fmfi-svt/votr
import React from 'react'; import { Modal, PageLayout } from './layout'; export function AboutModal() { var github = "https://github.com/fmfi-svt/votr"; return ( <Modal title="O aplikácii"> <p> Len málokto sa vyzná v AISe. Kým sa študent dostane k tomu, čo potrebuje, musí sa prebiť cez ...
third_party/prometheus_ui/base/web/ui/node_modules/reactstrap/src/PopperContent.js
GoogleCloudPlatform/prometheus-engine
import React from 'react'; import PropTypes from 'prop-types'; import ReactDOM from 'react-dom'; import classNames from 'classnames'; import { Popper as ReactPopper } from 'react-popper'; import { getTarget, targetPropType, mapToCssModules, DOMElement, tagPropType } from './utils'; import Fade from './Fade'; function ...
ajax/libs/inferno-compat/1.0.0-beta19/inferno-compat.min.js
holtkamp/cdnjs
!function(e,n){"object"==typeof exports&&"undefined"!=typeof module?n(exports,require("./inferno-component")):"function"==typeof define&&define.amd?define(["exports","inferno-component"],n):n(e.Inferno=e.Inferno||{},e.Inferno.Component)}(this,function(e,n){"use strict";function t(e,n){return n={exports:{}},e(n,n.export...
node_modules/material-ui/svg-icons/image/control-point-duplicate.js
Alex-Shilman/Drupal8Node
'use strict'; Object.defineProperty(exports, "__esModule", { value: true }); var _react = require('react'); var _react2 = _interopRequireDefault(_react); var _pure = require('recompose/pure'); var _pure2 = _interopRequireDefault(_pure); var _SvgIcon = require('../../SvgIcon'); var _SvgIcon2 = _interopRequireDe...
tt/web/js/jquery-1.6.1.min.js
JoseHatake/TT2016-A010
/*! * jQuery JavaScript Library v1.6.1 * http://jquery.com/ * * Copyright 2011, John Resig * Dual licensed under the MIT or GPL Version 2 licenses. * http://jquery.org/license * * Includes Sizzle.js * http://sizzlejs.com/ * Copyright 2011, The Dojo Foundation * Released under the MIT, BSD, and GPL...
src/components/Decorators/Link.js
markdyousef/zen-editor
// @flow import React from 'react'; import styled from 'styled-components'; const Link = styled.a` color: #3b5998; text-decoration: underline; `; export default ({ contentState, entityKey, children }:Object) => { const { url } = contentState.getEntity(entityKey).getData(); return <Link href={url}>{chi...
ajax/libs/rxjs/2.4.9/rx.lite.extras.js
itvsai/cdnjs
// Copyright (c) Microsoft Open Technologies, Inc. All rights reserved. See License.txt in the project root for license information. ;(function (factory) { var objectTypes = { 'boolean': false, 'function': true, 'object': true, 'number': false, 'string': false, 'und...
src/svg-icons/social/notifications-active.js
hwo411/material-ui
import React from 'react'; import pure from 'recompose/pure'; import SvgIcon from '../../SvgIcon'; let SocialNotificationsActive = (props) => ( <SvgIcon {...props}> <path d="M7.58 4.08L6.15 2.65C3.75 4.48 2.17 7.3 2.03 10.5h2c.15-2.65 1.51-4.97 3.55-6.42zm12.39 6.42h2c-.15-3.2-1.73-6.02-4.12-7.85l-1.42 1.43c2.02...
docs/src/app/components/pages/components/GridList/Page.js
frnk94/material-ui
import React from 'react'; import Title from 'react-title-component'; import CodeExample from '../../../CodeExample'; import PropTypeDescription from '../../../PropTypeDescription'; import MarkdownElement from '../../../MarkdownElement'; import gridListReadmeText from './README'; import gridListExampleSimpleCode from...
ajax/libs/react-textarea-autosize/5.0.1/react-textarea-autosize.js
holtkamp/cdnjs
(function (global, factory) { typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory(require('react'), require('prop-types')) : typeof define === 'function' && define.amd ? define(['react', 'prop-types'], factory) : (global.TextareaAutosize = factory(global.React,global.PropTypes)...
src/applications/static-pages/health-care-manage-benefits/refill-track-prescriptions-page/index.js
department-of-veterans-affairs/vets-website
// Node modules. import React from 'react'; import ReactDOM from 'react-dom'; import { Provider } from 'react-redux'; export default (store, widgetType) => { const root = document.querySelector(`[data-widget-type="${widgetType}"]`); if (root) { import(/* webpackChunkName: "refill-track-prescriptions-page" */ ...
ajax/libs/extjs/4.2.1/src/form/Panel.js
aferlazzo/cdnjs
/* This file is part of Ext JS 4.2 Copyright (c) 2011-2013 Sencha Inc Contact: http://www.sencha.com/contact GNU General Public License Usage This file may be used under the terms of the GNU General Public License version 3.0 as published by the Free Software Foundation and appearing in the file LICENSE included in...
ajax/libs/iview/2.7.2/iview.min.js
sufuf3/cdnjs
!function(e,t){"object"==typeof exports&&"object"==typeof module?module.exports=t(require("vue")):"function"==typeof define&&define.amd?define("iview",["vue"],t):"object"==typeof exports?exports.iview=t(require("vue")):e.iview=t(e.Vue)}(this,function(e){return function(e){function t(i){if(n[i])return n[i].exports;var r...
static/js/vendor/jquery/jquery-1.11.1.min.js
zrisher/webapp-public
/*! jQuery v1.11.1 | (c) 2005, 2014 jQuery Foundation, Inc. | jquery.org/license */ !function(a,b){"object"==typeof module&&"object"==typeof module.exports?module.exports=a.document?b(a,!0):function(a){if(!a.document)throw new Error("jQuery requires a window with a document");return b(a)}:b(a)}("undefined"!=typeof wind...
client/node_modules/uu5g03/doc/main/client/src/data/source/uu5-layout-wrapper.js
UnicornCollege/ucl.itkpd.configurator
import React from 'react'; import {BaseMixin, ElementaryMixin, ContentMixin, CcrWriterMixin, ColorSchemaMixin} from '../common/common.js'; import Flc from './flc.js'; import WrapperMixin from './wrapper-mixin.js'; import './wrapper.less'; export const Wrapper = React.createClass({ //@@viewOn:mixins mixins: [ ...
index.ios.js
tyrocca/imessage-search
import React, { Component } from 'react'; import { AppRegistry, StyleSheet, Text, ScrollView, NativeModules, TouchableHighlight, } from 'react-native'; const styles = StyleSheet.create({ container: { flex: 1, backgroundColor: '#F5FCFF', }, welcome: { fontSize...
actor-apps/app-web/src/app/components/modals/create-group/ContactItem.react.js
damoguyan8844/actor-platform
import React from 'react'; import AvatarItem from 'components/common/AvatarItem.react'; class ContactItem extends React.Component { static propTypes = { contact: React.PropTypes.object, onToggle: React.PropTypes.func } constructor(props) { super(props); this.onToggle = this.onToggle.bind(this)...
src/svg-icons/communication/portable-wifi-off.js
pomerantsev/material-ui
import React from 'react'; import pure from 'recompose/pure'; import SvgIcon from '../../SvgIcon'; let CommunicationPortableWifiOff = (props) => ( <SvgIcon {...props}> <path d="M17.56 14.24c.28-.69.44-1.45.44-2.24 0-3.31-2.69-6-6-6-.79 0-1.55.16-2.24.44l1.62 1.62c.2-.03.41-.06.62-.06 2.21 0 4 1.79 4 4 0 .21-.02....
js/components/Age.js
ChrisMLee/relay-mongoose-plair
import Relay from 'react-relay'; import React from 'react'; import AgeMutation from '../mutations/AgeMutation.js'; class Age extends React.Component { constructor(props){ super(props); this.state = {editMode: false}; } saveAge = () => { if (this.state.age == undefined) this.state.age = this.props.u...
fields/types/password/PasswordField.js
stunjiturner/keystone
import React from 'react'; import Field from '../Field'; import { Button, FormInput, InputGroup } from 'elemental'; module.exports = Field.create({ displayName: 'PasswordField', getInitialState () { return { passwordIsSet: this.props.value ? true : false, showChangeUI: this.props.mode === 'create' ? true :...
ajax/libs/forerunnerdb/1.3.794/fdb-core+views.js
pombredanne/cdnjs
(function e(t,n,r){function s(o,u){if(!n[o]){if(!t[o]){var a=typeof require=="function"&&require;if(!u&&a)return a(o,!0);if(i)return i(o,!0);var f=new Error("Cannot find module '"+o+"'");throw f.code="MODULE_NOT_FOUND",f}var l=n[o]={exports:{}};t[o][0].call(l.exports,function(e){var n=t[o][1][e];return s(n?n:e)},l,l.ex...
ajax/libs/rxjs/2.2.10/rx.lite.compat.js
paleozogt/cdnjs
// Copyright (c) Microsoft Open Technologies, Inc. All rights reserved. See License.txt in the project root for license information. ;(function (undefined) { var objectTypes = { 'boolean': false, 'function': true, 'object': true, 'number': false, 'string': false, 'u...
Werewolf for Telegram/Werewolf Website/Scripts/jquery-1.10.2.js
parabola949/Werewolf
/* NUGET: BEGIN LICENSE TEXT * * Microsoft grants you the right to use these script files for the sole * purpose of either: (i) interacting through your browser with the Microsoft * website or online service, subject to the applicable licensing or use * terms; or (ii) using the files as included with a Microsoft p...
src/components/common/Card.js
gribnoysup/diy-dog-search
import React from 'react' import styled from 'styled-components' import {keyframes} from '../../util/css' export const CardContainer = styled.div` display: flex; flex-direction: column; margin: 15px 0; flex: 1; animation: ${keyframes.fadeIn} .16s ease-in; ` CardContainer.displayName = 'CardContainer' expo...
src/components/Blocks/Embed.js
markdyousef/zen-editor
// @flow import React, { Component } from 'react'; import styled from 'styled-components'; const Container = styled.div` margin: 5px; `; type DefaultProps = {}; type Props = { blockProps: { data?: { url: string } } }; type State = {}; export default class EmbedBlock extends ...
gui/react/src/components/play/Contributors.js
williamparry/cloudRIG
import React, { Component } from 'react'; import { List, ListHeader } from "semantic-ui-react"; import 'semantic-ui-css/semantic.min.css'; const { ipcRenderer } = window.require("electron"); class Contributors extends Component { constructor(props) { super(props) this.state = {...props} this.state.loading = ...
src/components/NotFoundPage.js
eugenrein/voteshirt
import React, { Component } from 'react'; import { Link } from 'react-router'; import Page from './Page.js'; class NotFoundPage extends Component { render() { return ( <Page name="not-found"> <h4>404 Page Not Found</h4> <Link to="/">Go back to search</Link> </Page> ); } } expor...
src/svg-icons/action/picture-in-picture.js
nathanmarks/material-ui
import React from 'react'; import pure from 'recompose/pure'; import SvgIcon from '../../SvgIcon'; let ActionPictureInPicture = (props) => ( <SvgIcon {...props}> <path d="M19 7h-8v6h8V7zm2-4H3c-1.1 0-2 .9-2 2v14c0 1.1.9 1.98 2 1.98h18c1.1 0 2-.88 2-1.98V5c0-1.1-.9-2-2-2zm0 16.01H3V4.98h18v14.03z"/> </SvgIcon> ...
scripts/ItemImage.js
krulmacius/sdasdasdasfgasdawsdwadawd
import React from 'react'; import axios from 'axios'; import ImageGallery from 'react-image-gallery'; import Alert from 'react-s-alert'; import 'react-s-alert/dist/s-alert-default.css'; import 'react-s-alert/dist/s-alert-css-effects/jelly.css'; import "react-image-gallery/styles/css/image-gallery.css"; var base_url...
ajax/libs/react-native-web/0.12.0-rc.1/exports/ActivityIndicator/index.js
cdnjs/cdnjs
function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); } f...
client/index.js
juliandavidmr/FE-Visibilidad
import { Router, Route, IndexRoute, browserHistory } from 'react-router'; import { syncHistoryWithStore } from 'react-router-redux'; import { Provider } from 'react-redux'; import ReactDOM from 'react-dom'; import React from 'react'; /** * Paginas */ import Index from './containers/Index'; import Container from './...
src/library.js
FreemapSlovakia/toposcope-maker
import Toposcope from './toposcope.jsx'; import React from 'react'; import ReactDOM from 'react-dom'; export function render(element, props) { ReactDOM.render(<Toposcope {...props}/>, element); }
sites/all/modules/contrib/devel/jquery-1.4.4-uncompressed.js
muc/efscrum
/*! * jQuery JavaScript Library v1.4.4 * http://jquery.com/ * * Copyright 2010, John Resig * Dual licensed under the MIT or GPL Version 2 licenses. * http://jquery.org/license * * Includes Sizzle.js * http://sizzlejs.com/ * Copyright 2010, The Dojo Foundation * Released under the MIT, BSD, and GPL Licenses. ...
node_modules/core-js/client/library.js
anthonyirwin82/generator-tads
/** * core-js 2.4.1 * https://github.com/zloirock/core-js * License: http://rock.mit-license.org * © 2016 Denis Pushkarev */ !function(__e, __g, undefined){ 'use strict'; /******/ (function(modules) { // webpackBootstrap /******/ // The module cache /******/ var installedModules = {}; /******/ // The require f...