path
stringlengths
5
300
repo_name
stringlengths
6
76
content
stringlengths
26
1.05M
node_modules/react-select/src/Select.js
darklilium/Factigis_2
/*! Copyright (c) 2016 Jed Watson. Licensed under the MIT License (MIT), see http://jedwatson.github.io/react-select */ import React from 'react'; import ReactDOM from 'react-dom'; import AutosizeInput from 'react-input-autosize'; import classNames from 'classnames'; import defaultArrowRenderer from './utils/de...
sites/all/modules/jquery_update/replace/jquery/1.5/jquery.js
mikeusry/gaspa
/*! * jQuery JavaScript Library v1.5.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. ...
packages/react-ui-core/src/Form/__tests__/Select-test.js
rentpath/react-ui
import React from 'react' import { shallow } from 'enzyme' import ThemedSelect from '../Select' import theme from './mocks/theme' const Select = ThemedSelect.WrappedComponent describe('Form/Select', () => { it('renders a select element', () => { const wrapper = shallow(<Select />) expect(wrapper.find('selec...
node_modules/react-icons/md/style.js
bengimbel/Solstice-React-Contacts-Project
import React from 'react' import Icon from 'react-icon-base' const MdStyle = props => ( <Icon viewBox="0 0 40 40" {...props}> <g><path d="m9.8 32.9v-10.6l5.7 14h-2.4c-1.8 0-3.3-1.6-3.3-3.4z m3.3-18.3c1 0 1.7-0.8 1.7-1.7s-0.7-1.6-1.7-1.6-1.6 0.7-1.6 1.6 0.7 1.7 1.6 1.7z m23.6 12c0.7 1.7-0.1 3.6-1.8 4.3l-12...
example.js
leopoldjoy/react-selectable-extended
import data from './sample-data'; import React from 'react'; import { render } from 'react-dom'; import SelectableGroup from './selectable-group'; import createSelectable from './createSelectable'; const isNodeInRoot = (node, root) => { while (node) { if (node === root) { return true; } node = nod...
ajax/libs/yui/3.9.0/scrollview-base/scrollview-base-debug.js
t0xicCode/cdnjs
YUI.add('scrollview-base', function (Y, NAME) { /** * The scrollview-base module provides a basic ScrollView Widget, without scrollbar indicators * * @module scrollview * @submodule scrollview-base */ // Local vars var getClassName = Y.ClassNameManager.getClassName, DOCUMENT = Y.config.doc, IE = Y.UA.ie...
components/auth/js/auth.js
foo-io/ls-habr-template
/** * Авторизация * * @module ls/auth * * @license GNU General Public License, version 2 * @copyright 2013 OOO "ЛС-СОФТ" {@link http://livestreetcms.com} * @author Denis Shakhov <denis.shakhov@gmail.com> */ var ls = ls || {}; ls.auth = (function ($) { "use strict"; /** * Инициализация ...
src/interface/news/Page.js
fyruna/WoWAnalyzer
import React from 'react'; import PropTypes from 'prop-types'; import { Link } from 'react-router-dom'; import articles from 'articles'; import DocumentTitle from 'interface/common/DocumentTitle'; import ArticleLoader from './ArticleLoader'; import './News.css'; class Page extends React.PureComponent { static prop...
vendor/raulfraile/ladybug-themes/Ladybug/Theme/Modern/Resources/lib/jquery/jquery.js
vhurtado89/myproject
/*! * jQuery JavaScript Library v1.8.3 * http://jquery.com/ * * Includes Sizzle.js * http://sizzlejs.com/ * * Copyright 2012 jQuery Foundation and other contributors * Released under the MIT license * http://jquery.org/license * * Date: Tue Nov 13 2012 08:20:33 GMT-0500 (Eastern Standard Time) *...
SpinningIcon.js
entria/react-native-fontawesome
import React, { Component } from 'react'; import { Animated, Easing } from 'react-native'; import Icon from './Icon'; class SpinningIcon extends Component { spinValue = new Animated.Value(0); componentDidMount(){ this.spin(); }; spin = () => { this.spinValue.setValue(0); An...
src/svg-icons/action/code.js
mtsandeep/material-ui
import React from 'react'; import pure from 'recompose/pure'; import SvgIcon from '../../SvgIcon'; let ActionCode = (props) => ( <SvgIcon {...props}> <path d="M9.4 16.6L4.8 12l4.6-4.6L8 6l-6 6 6 6 1.4-1.4zm5.2 0l4.6-4.6-4.6-4.6L16 6l6 6-6 6-1.4-1.4z"/> </SvgIcon> ); ActionCode = pure(ActionCode); ActionCode.di...
dist/1.8.1/jquery-ajax-dimensions.js
eric-seekas/jquery-builder
/*! * jQuery JavaScript Library v1.8.1 -ajax,-ajax/jsonp,-ajax/script,-ajax/xhr,-dimensions * http://jquery.com/ * * Includes Sizzle.js * http://sizzlejs.com/ * * Copyright 2012 jQuery Foundation and other contributors * Released under the MIT license * http://jquery.org/license * * Date: Sun Sep 23 2012 10:...
SleepyFruitz.github.io/vendor/jquery/jquery.min.js
SleepyFruitz/SleepyFruitz.github.io
/*! jQuery v1.12.4 | (c) jQuery Foundation | 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 window?window:this,fu...
ajax/libs/inferno/1.0.0-alpha6/inferno-router.js
hare1039/cdnjs
/*! * inferno-router v1.0.0-alpha6 * (c) 2016 Dominic Gannaway * Released under the MIT License. */ (function (global, factory) { typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory() : typeof define === 'function' && define.amd ? define(factory) : (global.InfernoRout...
ajax/libs/react/18.2.0-next-c7e494b55-20220503/cjs/react-jsx-dev-runtime.profiling.min.js
cdnjs/cdnjs
/** * @license React * react-jsx-dev-runtime.profiling.min.js * * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ 'use strict';var a=Symbol.for("react.fragment");exports.Fragment=a;e...
pub/System/JQueryPlugin/jquery-1.7.js
cerebrux/ErgoQPM
/* * jQuery JavaScript Library v1.7 * 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/mediaelement/2.10.3/jquery.js
barcadictni/cdnjs
/*! * jQuery JavaScript Library v1.7 * 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. *...
frontend/js/app/example-app/components/ColorDisplay/__tests__/ColorDisplay.snaps.spec.js
vintasoftware/django-react-boilerplate
import { shallow } from 'enzyme'; import React from 'react'; import ColorDisplay from '../ColorDisplay'; describe('ColorDisplay', () => { test('purple', () => { const wrapper = shallow(<ColorDisplay color="purple" />); expect(wrapper).toMatchSnapshot(); }); test('no color (should default to black)', (...
mlflow/server/js/src/model-registry/components/CompareModelVersionsPage.js
mlflow/mlflow
import React, { Component } from 'react'; import PropTypes from 'prop-types'; import qs from 'qs'; import { connect } from 'react-redux'; import { getRunApi } from '../../experiment-tracking/actions'; import { getUUID } from '../../common/utils/ActionUtils'; import { getRegisteredModelApi, getModelVersionApi, get...
node_modules/react-select/examples/src/components/UsersField.js
Misterdjack/ask-the-principal
import GravatarOption from './CustomOption'; import GravatarValue from './CustomSingleValue'; import React from 'react'; import Select from 'react-select'; const USERS = require('../data/users'); var UsersField = React.createClass({ propTypes: { hint: React.PropTypes.string, label: React.PropTypes.string, }, r...
ajax/libs/aui/7.0.1/aui/js/aui-experimental.js
cdnjs/cdnjs
/*! * @atlassian/aui - Atlassian User Interface Framework * @version v7.0.1 * @link https://docs.atlassian.com/aui/latest/ * @license SEE LICENSE IN LICENSE.md * @author Atlassian Pty Ltd. */ // src/js/aui/polyfills/placeholder.js (typeof window === 'undefined' ? global : window).__452d3f8e5d643ab60faf3f564b8276d...
modules/gui/src/app/home/body/process/recipe/ccdcSlice/panels/source/recipeSection.js
openforis/sepal
import {Form} from 'widget/form/form' import {Subject} from 'rxjs' import {compose} from 'compose' import {connect, select} from 'store' import {msg} from 'translate' import {recipeAccess} from 'app/home/body/process/recipeAccess' import PropTypes from 'prop-types' import React from 'react' const mapStateToProps = () ...
packages/react-scripts/fixtures/kitchensink/src/features/syntax/ObjectDestructuring.js
ontruck/create-react-app
/** * Copyright (c) 2015-present, Facebook, Inc. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ import React, { Component } from 'react'; import PropTypes from 'prop-types'; function load() { return [ { id: 1, name: '1' }, ...
ajax/libs/react-slick/0.8.0/react-slick.js
Teino1978-Corp/Teino1978-Corp-cdnjs
(function webpackUniversalModuleDefinition(root, factory) { if(typeof exports === 'object' && typeof module === 'object') module.exports = factory(require("react")); else if(typeof define === 'function' && define.amd) define(["react"], factory); else if(typeof exports === 'object') exports["Slider"] = factory(...
vendor/browser-transforms.js
studiowangfei/react
/** * Copyright 2013-2015, 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. */ /* jslint evil: tr...
ajax/libs/forerunnerdb/1.3.663/fdb-all.min.js
him2him2/cdnjs
!function a(b,c,d){function e(g,h){if(!c[g]){if(!b[g]){var i="function"==typeof require&&require;if(!h&&i)return i(g,!0);if(f)return f(g,!0);var j=new Error("Cannot find module '"+g+"'");throw j.code="MODULE_NOT_FOUND",j}var k=c[g]={exports:{}};b[g][0].call(k.exports,function(a){var c=b[g][1][a];return e(c?c:a)},k,k.ex...
react-flux-mui/js/material-ui/src/svg-icons/editor/format-size.js
pbogdan/react-flux-mui
import React from 'react'; import pure from 'recompose/pure'; import SvgIcon from '../../SvgIcon'; let EditorFormatSize = (props) => ( <SvgIcon {...props}> <path d="M9 4v3h5v12h3V7h5V4H9zm-6 8h3v7h3v-7h3V9H3v3z"/> </SvgIcon> ); EditorFormatSize = pure(EditorFormatSize); EditorFormatSize.displayName = 'EditorFo...
app/javascript/mastodon/features/ui/util/react_router_helpers.js
pointlessone/mastodon
import React from 'react'; import PropTypes from 'prop-types'; import { Switch, Route } from 'react-router-dom'; import ColumnLoading from '../components/column_loading'; import BundleColumnError from '../components/bundle_column_error'; import BundleContainer from '../containers/bundle_container'; // Small wrapper t...
app/routes/notFound/__tests__/notFound.component.spec.js
wojciech-panek/apptension-react-boilerplate
import React from 'react'; import { expect } from 'chai'; import { shallow } from 'enzyme'; import Helmet from 'react-helmet'; import NotFound from '../notFound.component'; describe('NotFound: Component', () => { const component = (props) => ( <NotFound {...props} /> ); it('should not render not-found roo...
packages/material-ui-icons/src/PollTwoTone.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="M5 19h14V5H5v14zm10-6h2v4h-2v-4zm-4-6h2v10h-2V7zm-4 3h2v7H7v-7z" opacity=".3" /><path d="M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-...
submissions/pasieronen/client.js
okmttdhr/flux-challenge
import React from 'react'; import Dispatcher from './Dispatcher'; import * as JediConstants from './JediConstants'; import JediApp from './JediApp'; import * as JediStore from './JediStore'; window.onload = () => Dispatcher.dispatch(JediConstants.START, { firstJediId: 3616, firstJediUrl: "http://localhost:...
fields/types/localfiles/LocalFilesField.js
matthieugayon/keystone
import _ from 'lodash'; import bytes from 'bytes'; import Field from '../Field'; import React from 'react'; import ReactDOM from 'react-dom'; import { Button, FormField, FormInput, FormNote } from 'elemental'; const ICON_EXTS = [ 'aac', 'ai', 'aiff', 'avi', 'bmp', 'c', 'cpp', 'css', 'dat', 'dmg', 'doc', 'dotx', 'dwg'...
ajax/libs/es6-shim/0.25.0/es6-shim.js
pm5/cdnjs
/*! * https://github.com/paulmillr/es6-shim * @license es6-shim Copyright 2013-2014 by Paul Miller (http://paulmillr.com) * and contributors, MIT License * es6-shim: v0.25.0 * see https://github.com/paulmillr/es6-shim/blob/0.25.0/LICENSE * Details and documentation: * https://github.com/paulmillr/es6-...
app/components/Footer/index.js
JonathanMerklin/react-boilerplate
import React from 'react'; import { FormattedMessage } from 'react-intl'; import A from 'components/A'; import LocaleToggle from 'containers/LocaleToggle'; import Wrapper from './Wrapper'; import messages from './messages'; function Footer() { return ( <Wrapper> <section> <FormattedMessage {...mes...
examples/block-layout/src/index.js
react-tools/react-table
import React from 'react' import ReactDOM from 'react-dom' import './index.css' import App from './App' ReactDOM.render(<App />, document.getElementById('root'))
view/releases/10.4.3/build/static/js/react-syntax-highlighter_languages_refractor_groovy.23f70103.chunk.js
RichardTMiles/CarbonPHP
(this["webpackJsonpcarbonphp-documentation-react"]=this["webpackJsonpcarbonphp-documentation-react"]||[]).push([[49],{902:function(e,t,n){"use strict";function a(e){e.languages.groovy=e.languages.extend("clike",{keyword:/\b(?:as|def|in|abstract|assert|boolean|break|byte|case|catch|char|class|const|continue|default|do|d...
wrappers/html.js
umbchackers/club-site-2016
import React from 'react' import Helmet from 'react-helmet' import { config } from 'config' module.exports = React.createClass({ propTypes () { return { router: React.PropTypes.object, } }, render () { const page = this.props.route.page.data return ( <div dangerouslySetInnerHTML={{ __...
app/infra/route-manager.js
friend0/react_sensor_app
import FS from 'fs'; import express from 'express'; import React from 'react' import {renderToString} from 'react-dom/server'; import {match, RoutingContext} from 'react-router'; import baseManager from './base-manager'; import routes from '../routes/routes'; import mongoose from 'mongoose'; const bodyParser = requir...
app/javascript/mastodon/features/getting_started/components/announcements.js
abcang/mastodon
import React from 'react'; import ImmutablePureComponent from 'react-immutable-pure-component'; import ReactSwipeableViews from 'react-swipeable-views'; import ImmutablePropTypes from 'react-immutable-proptypes'; import PropTypes from 'prop-types'; import IconButton from 'mastodon/components/icon_button'; import Icon f...
sites/all/libraries/ckeditor/plugins/lite/demo/jquery-ui-1.9.2.custom/js/jquery-ui-1.9.2.custom.js
hanoverhr/CAF
/*! jQuery UI - v1.9.2 - 2013-12-02 * http://jqueryui.com * Includes: jquery.ui.core.js, jquery.ui.widget.js, jquery.ui.mouse.js, jquery.ui.position.js, jquery.ui.draggable.js, jquery.ui.droppable.js, jquery.ui.resizable.js, jquery.ui.selectable.js, jquery.ui.sortable.js, jquery.ui.button.js, jquery.ui.tabs.js * Copyri...
app/main/reducerHandlers/loginHandlers.js
Jawnkuin/electron-618-im
import _ from 'lodash'; import { BrowserWindow } from 'electron'; import { createSelectorMapper } from 'reactive-redux-state'; import Long from 'long'; import path from 'path'; import trayManager from '../../utils/Tray'; import getActionCreators from '../../main/actions'; import mainStore from '../../main/store'; impor...
flow-typed/react-paginate.js
lbryio/lbry-electron
declare module 'react-paginate' { declare module.exports: any; }
challenge6/finished/node_modules/browserify-middleware/node_modules/browserify/node_modules/derequire/node_modules/esprima-six/assets/codemirror/codemirror.js
Betisman/node-workshop-learning
// CodeMirror version 2.32 // // All functions that need access to the editor's state live inside // the CodeMirror function. Below that, at the bottom of the file, // some utilities are defined. // CodeMirror is the only global var we claim var CodeMirror = (function() { // This is the function that produce...
packages/material-ui-icons/src/BatteryCharging60Sharp.js
lgollut/material-ui
import React from 'react'; import createSvgIcon from './utils/createSvgIcon'; export default createSvgIcon( <React.Fragment><path fillOpacity=".3" d="M17 4h-3V2h-4v2H7v7h3.87L13 7v4h4V4z" /><path d="M13 12.5h2L11 20v-5.5H9l1.87-3.5H7v11h10V11h-4v1.5z" /></React.Fragment> , 'BatteryCharging60Sharp');
web/src/client/main.js
ViliamKopecky/este
import React from 'react'; import ReactDOM from 'react-dom'; import Router from 'react-router'; import {configureStore} from '@este/common'; import createBrowserHistory from 'history/lib/createBrowserHistory'; import createRoutes from './createRoutes'; import {IntlProvider} from 'react-intl'; import {Provider} from 're...
client/components/layout/nav.js
maodouio/meteor-react-redux-base
import React from 'react'; import {Link} from 'react-router'; export default (props) => ( <nav className="navbar navbar-default navbar-fixed-top"> <div className="container"> <div className="navbar-header"> <button aria-controls="navbar" aria-expanded="false" data-target="#navbar" data-toggle="coll...
sites/all/modules/jquery_update/replace/jquery/1.5/jquery.min.js
minnehaha/minnehaha-furnishedapartment
/*! * jQuery JavaScript Library v1.5.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. ...
docs/pages/api-docs/accordion-summary.js
lgollut/material-ui
import React from 'react'; import MarkdownDocs from 'docs/src/modules/components/MarkdownDocs'; import { prepareMarkdown } from 'docs/src/modules/utils/parseMarkdown'; const pageFilename = 'api/accordion-summary'; const requireRaw = require.context('!raw-loader!./', false, /\/accordion-summary\.md$/); export default ...
app/components/Navbar/Brand/index.js
josueorozco/parlay
/* eslint-disable no-underscore-dangle */ import React from 'react'; import classNames from 'classnames'; import { Link } from 'react-router'; import logo from './logo.png'; /* |-------------------------------------------------------------------------- | Brand |---------------------------------------------------------...
src/index.js
priyankasarma/ReduxSimpleStarter
import React, { Component } from 'react'; import ReactDOM from 'react-dom'; import _ from 'lodash'; import YTSearch from 'youtube-api-search'; import SearchBar from './components/search-bar'; import VideoList from './components/video-list'; import VideoDetail from './components/video-detail'; const API_KEY = 'AIzaS...
ajax/libs/yasqe/1.1.0/yasqe.min.js
iwdmb/cdnjs
!function(e){if("object"==typeof exports)module.exports=e();else if("function"==typeof define&&define.amd)define(e);else{var t;"undefined"!=typeof window?t=window:"undefined"!=typeof global?t=global:"undefined"!=typeof self&&(t=self),t.YASQE=e()}}(function(){var e;return function t(e,r,i){function n(s,a){if(!r[s]){if(!...
mobile/src/index.js
lnmx/goread
import React from 'react'; import ReactDOM from 'react-dom'; import App from './App'; import 'material-design-lite/dist/material.css'; import injectTapEventPlugin from 'react-tap-event-plugin'; injectTapEventPlugin(); ReactDOM.render( <App />, document.getElementById('root') );
src/PanelGroup/test/PanelGroupStylesSpec.js
suitejs/suite
import React from 'react'; import ReactDOM from 'react-dom'; import PanelGroup from '../index'; import { createTestContainer, getDOMNode, getStyle, itChrome } from '@test/testUtils'; import '../styles/index'; describe('PanelGroup styles', () => { itChrome('Should render the correct styles', () => { const instan...
ajax/libs/react-bootstrap-table/3.3.8/react-bootstrap-table.min.js
ahocevar/cdnjs
!function(e,t){"object"==typeof exports&&"object"==typeof module?module.exports=t(require("react"),require("react-dom")):"function"==typeof define&&define.amd?define(["react","react-dom"],t):"object"==typeof exports?exports.ReactBootstrapTable=t(require("react"),require("react-dom")):e.ReactBootstrapTable=t(e.React,e.R...
ajax/libs/bla/0.0.15/bla.js
tresni/cdnjs
/** * @module vow * @author Filatov Dmitry <dfilatov@yandex-team.ru> * @version 0.4.7 * @license * Dual licensed under the MIT and GPL licenses: * * http://www.opensource.org/licenses/mit-license.php * * http://www.gnu.org/licenses/gpl.html */ (function(global) { var undef, nextTick = (function() { ...
src/pages/person/index.js
zzelune/neam
import React, { Component } from 'react'; import { View, StyleSheet, StatusBar, Image, TouchableOpacity, ScrollView, RefreshControl, Dimensions, ActivityIndicator, BackHandler } from 'react-native' import { Container, Root, Header, Content, List, ListItem, Thumbnail, Text, Body, Separator, Left, Right, Button } from 'n...
client/src/containers/hub/DropList.js
JasonProcka/venos
import React from 'react'; import ReactDOM from 'react-dom'; import Drop from './Drop'; import Waypoint from 'react-waypoint'; import CircularProgress from 'material-ui/CircularProgress'; import util from 'util'; class DropList extends React.Component { constructor(props) { super(props); this._loadM...
src/components/Application.react.js
xincyang/test-gallery-by-react
require('normalize.css/normalize.css'); require('styles/App.scss'); import React from 'react'; import ReactDOM from 'react-dom'; import ControllerUnit from './ControllerUnit.react'; import ImgFigure from './ImgFigure.react'; import ImgsArrangeCollectionStore from '../stores/ImgsArrangeCollectionStore'; import ImgsArra...
src/ui/keypad.js
Khan/algebra-tool
import React, { Component } from 'react'; import Button from './button'; import store from './../store'; class Keypad extends Component { static defaultProps = { onNumber() {}, onOperation() {}, }; componentDidMount() { document.addEventListener('keypress', this.handleKeyPress); ...
src/components/pages/PropousalPage/PropousalPage.js
ESTEBANMURUZABAL/bananaStore
import React from 'react'; import {FormattedMessage} from 'react-intl'; import intlData from './PropousalPage.intl'; import IntlStore from '../../../stores/Application/IntlStore'; import {Link} from 'react-router'; export default class PropousalPage extends React.Component { static contextTypes = { executeActi...
ExampleApp/index.android.js
damianham/react-native-audio-kit
import React from 'react'; import {AppRegistry} from 'react-native'; import AppContainer from './src/AppContainer'; class ExampleApp extends React.Component { render() { return ( <AppContainer /> ); } } AppRegistry.registerComponent('ExampleApp', () => ExampleApp);
modules/dreamview/frontend/src/components/Header/index.js
xiaoxq/apollo
import React from 'react'; import Image from 'components/common/Image'; import logoApollo from 'assets/images/logo_apollo.png'; import HMIControls from 'components/Header/HMIControls'; export default class Header extends React.Component { render() { return ( <header className="header"> ...
app/containers/HomePage.js
FermORG/FermionJS
// @flow import React, { Component } from 'react'; import Home from '../components/Home'; export default class HomePage extends Component { render() { return ( <Home /> ); } }
mockTrello/src/App.js
balaSpyrus/wave11
import React from 'react'; import { Scrollbars } from 'react-custom-scrollbars'; import './App.css'; import { DndProvider } from 'react-dnd' import HTML5Backend from 'react-dnd-html5-backend' import { mockData, NavBar, AddOne, List } from './components'; class App extends React.Component { constructor(props) { ...
src/components/LookCell.js
rollo-zhou/look
import React from 'react'; import { ActivityIndicator, Image, PixelRatio, StyleSheet, Text, TouchableOpacity, View, Dimensions, } from 'react-native'; import globalVariables from '../globalVariables.js'; import UserCell from './UserCell.js'; import moment from 'moment'; import LookDetail from './LookDe...
ajax/libs/6to5/2.6.2/browser.js
iskitz/cdnjs
!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.to5=e()}}(function(){var define,module,exports;return...
ajax/libs/react-bootstrap-table/3.5.1/react-bootstrap-table.js
BenjaminVanRyseghem/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...
packages/material-ui-icons/src/LocalSeeRounded.js
kybarg/material-ui
import React from 'react'; import createSvgIcon from './utils/createSvgIcon'; export default createSvgIcon( <React.Fragment><circle cx="12" cy="12" r="3.2" /><path d="M20 4h-3.17l-1.24-1.35c-.37-.41-.91-.65-1.47-.65H9.88c-.56 0-1.1.24-1.48.65L7.17 4H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2...
Admin/Pager/Index.js
wangmengling/MaoMobxBlog
import React, { Component } from 'react'; import Pager from './Pager'; export default () => ( <Pager /> )
ajax/libs/react-native-web/0.15.4/exports/AppRegistry/renderApplication.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); } /...
ajax/libs/x-editable/1.4.4/jquery-editable/js/jquery-editable-poshytip.js
MEXXIO/cdnjs
/*! X-editable - v1.4.4 * In-place editing with Twitter Bootstrap, jQuery UI or pure jQuery * http://github.com/vitalets/x-editable * Copyright (c) 2013 Vitaliy Potapov; Licensed MIT */ /** Form with single input element, two buttons and two states: normal/loading. Applied as jQuery method to DIV tag (not to for...
app/javascript/mastodon/features/compose/components/announcements.js
masarakki/mastodon
import React from 'react'; import PropTypes from 'prop-types'; import ImmutablePropTypes from 'react-immutable-proptypes'; import IconButton from '../../../components/icon_button'; export default class Announcements extends React.PureComponent { static propTypes = { announcements: ImmutablePropTypes.list.isRequ...
Solutions/OD4B.Configuration.Async/OD4B.Configuration.AsyncWeb/Scripts/jquery-1.9.1.js
SimonDoy/PnP
/* NUGET: BEGIN LICENSE TEXT jQuery v1.9.1 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, subject to the website's terms of use; or (ii) using the files as included with a Microsoft product subject to that produc...
node_modules/native-base/src/smart/STabs/index.js
odapplications/WebView-with-Lower-Tab-Menu
import React, { Component } from 'react'; import { View, Animated, Dimensions, ScrollView, Platform, ViewPagerAndroid } from 'react-native'; import { connectStyle } from '@shoutem/theme'; import mapPropsToStyleNames from '../../Utils/mapPropsToStyleNames'; import { TabBar } from './TabBar'; class STabs extends Compone...
packages/@lyra/components/src/utilities/ScrollContainer.js
VegaPublish/vega-studio
import React from 'react' import PropTypes from 'prop-types' import styles from './styles/ScrollContainer.css' export default class ScrollContainer extends React.PureComponent { static propTypes = { className: PropTypes.string, children: PropTypes.node, onScroll: PropTypes.func } static defaultProps...
src/routes/register/index.js
loganfreeman/react-is-fun
/** * React Starter Kit (https://www.reactstarterkit.com/) * * Copyright © 2014-2016 Kriasoft, LLC. All rights reserved. * * This source code is licensed under the MIT license found in the * LICENSE.txt file in the root directory of this source tree. */ import React from 'react'; import Register from './Registe...
src/app/development/volume/TimeSlider.js
cityofasheville/simplicity2
import React from 'react'; import PropTypes from 'prop-types'; import { ResponsiveXYFrame } from 'semiotic'; import moment from 'moment'; import { timeDay, timeWeek, timeMonth, timeYear } from 'd3-time'; import ErrorBoundary from '../../../shared/ErrorBoundary'; class TimeSlider extends React.Component { constructo...
src/Button.js
Cotidia/react-ui
import React from 'react' import PropTypes from 'prop-types' import classnames from 'classnames' export default function Button({ buttonOnly, children, className, disabled, display, fullWidth, loading, size, status, ...props }) { const buttonClasses = classnames( 'bt...
src/components/blog.js
khayyamj/thunderbirds_troop51
import React, { Component } from 'react'; import { connect } from 'react-redux'; import {bindActionCreators} from 'redux'; import { fetchPosts } from './../actions/action_index'; import { List, Button } from 'semantic-ui-react'; import { browserHistory } from 'react-router'; class Posts extends Component { construc...
client/src/components/Profile/Inbox/ReplyFormModal.js
Darkrender/raptor-ads
import React, { Component } from 'react'; import { Modal, Form, Button, Header } from 'semantic-ui-react'; class ReplyFormModal extends Component { constructor(props) { super(props); this.state = { modalOpen: false }; this.handleOpen = this.handleOpen.bind(this); this.handleClose = this.handleClose.b...
blueocean-material-icons/src/js/components/svg-icons/content/font-download.js
kzantow/blueocean-plugin
import React from 'react'; import SvgIcon from '../../SvgIcon'; const ContentFontDownload = (props) => ( <SvgIcon {...props}> <path d="M9.93 13.5h4.14L12 7.98zM20 2H4c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm-4.05 16.5l-1.14-3H9.17l-1.12 3H5.96l5.11-13h1.86l5.11 13h-2.09z"/> </SvgIc...
ajax/libs/clappr/0.0.63/clappr.js
BitsyCode/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)...
ajax/libs/rxjs/2.3.1/rx.lite.extras.js
svenanders/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, ...
node_modules/react-navigation/lib/createNavigationContainer.js
jiangqizheng/ReactNative-BookProject
'use strict'; Object.defineProperty(exports, "__esModule", { value: true }); var _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]; } } }...
src/layouts/HomeLayout/HomeLayout.js
robertcasanova/personal-website
import React from 'react' import Footer from '../../components/Footer' import SocialNavbar from '../../components/SocialBar' import LoveLogo from './assets/open-source.svg' import '../../styles/core.scss' import './HomeLayout.scss' export const HomeLayout = ({ children }) => ( <section id='home-layout'> <Socia...
packages/material-ui-icons/src/BlockRounded.js
allanalexandre/material-ui
import React from 'react'; import createSvgIcon from './utils/createSvgIcon'; export default createSvgIcon( <React.Fragment><path fill="none" d="M0 0h24v24H0V0z" /><path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zM4 12c0-4.42 3.58-8 8-8 1.85 0 3.55.63 4.9 1.69L5.69 16.9C4.63 15.55 4 13.85 4...
test/containers/CounterPage.spec.js
caiizilaz/exchange-rate
import React from 'react'; import { mount } from 'enzyme'; import { Provider } from 'react-redux'; import { createBrowserHistory } from 'history'; import { ConnectedRouter } from 'react-router-redux'; import CounterPage from '../../app/containers/CounterPage'; import { configureStore } from '../../app/store/configureSt...
src/parser/mage/arcane/modules/Checklist/Component.js
ronaldpereira/WoWAnalyzer
import React from 'react'; import PropTypes from 'prop-types'; import ITEMS from 'common/ITEMS'; import SPELLS from 'common/SPELLS'; import SpellLink from 'common/SpellLink'; import Checklist from 'parser/shared/modules/features/Checklist'; import Rule from 'parser/shared/modules/features/Checklist/Rule'; import Requir...
app/scripts/MainViews/UserList.js
nthitz/playlist_archive_site
import React from 'react' import UserStore from '../stores/UserStore.js' import userAuth from '../userAuth' import Avatar from '../User/Avatar' class UserListItem extends React.Component { constructor(props) { super(props) this.state = { loggedInUser: null } } componentDidMount() { user...
packages/icons/src/md/image/GridOff.js
suitejs/suitejs
import React from 'react'; import IconBase from '@suitejs/icon-base'; function MdGridOff(props) { return ( <IconBase viewBox="0 0 48 48" {...props}> <path d="M17 6.45h-2.91l-4-4H41c2.21 0 4 1.79 4 4v30.91l-4-4v-2.91h-2.91l-4-4H41v-8h-8v6.91l-4-4v-2.91h-2.91l-4-4H29v-8h-8v6.91l-4-4V6.45zm16 0v8h8v-8h-8zM3.5...
ajax/libs/angular.js/1.0.5/angular-scenario.js
RubaXa/cdnjs
/*! * jQuery JavaScript Library v1.7.2 * 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/yui/3.9.0/simpleyui/simpleyui-debug.js
melvinsembrano/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 @main yui @submodule yui-base **/ /*jshint eqeqeq: false*/ if (typeof YUI != 'undefined') { YUI._YUI = YUI; } /** The...
index.android.js
sysbet/sysbet-mobile
import React, { Component } from 'react'; import { AppRegistry, StyleSheet, Text, View } from 'react-native'; import {Provider} from 'react-redux'; import configureStore from './src/store.js'; import AppContainer from './src/AppContainer'; import LoadingView from './src/components/loading'; class SysBetApp ext...
website/src/widgets/features.js
spacy-io/spaCy
import React from 'react' import { graphql, StaticQuery } from 'gatsby' import { Ul, Li } from '../components/list' export default () => ( <StaticQuery query={query} render={({ site }) => { const { counts } = site.siteMetadata return ( <Ul> ...
ajax/libs/x-editable/1.4.4/bootstrap-editable/js/bootstrap-editable.js
Bilge/cdnjs
/*! X-editable - v1.4.4 * In-place editing with Twitter Bootstrap, jQuery UI or pure jQuery * http://github.com/vitalets/x-editable * Copyright (c) 2013 Vitaliy Potapov; Licensed MIT */ /** Form with single input element, two buttons and two states: normal/loading. Applied as jQuery method to DIV tag (not to for...
src/library/authentication/components/AccessControl.js
zdizzle6717/tree-machine-records
'use strict'; import React from 'react'; import {bindActionCreators} from 'redux'; import {connect} from 'react-redux'; import checkAuthorization from '../utilities/checkAuthorization'; export default function(roleConfig) { const mapStateToProps = (state) => { return { 'user': state.user } }; class AccessC...
ajax/libs/strophe.js/1.1.3/strophe.js
yasyf/cdnjs
// This code was written by Tyler Akins and has been placed in the // public domain. It would be nice if you left this header intact. // Base64 code from Tyler Akins -- http://rumkin.com var Base64 = (function () { var keyStr = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/="; var obj = { ...
ajax/libs/handsontable/0.20.3/handsontable.full.js
sreym/cdnjs
/*! (The MIT License) Copyright (c) 2012-2014 Marcin Warpechowski Copyright (c) 2015 Handsoncode sp. z o.o. <hello@handsoncode.net> 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 restric...
views/components/SettingsColorInputUi.js
gvaldambrini/madam
import React from 'react'; // The settings input with colorpicker presentational component. export default React.createClass({ propTypes: { addNewInput: React.PropTypes.func.isRequired, removeInput: React.PropTypes.func.isRequired, inputId: React.PropTypes.string.isRequired, label: React.PropTypes.s...
src/svg-icons/notification/more.js
manchesergit/material-ui
import React from 'react'; import pure from 'recompose/pure'; import SvgIcon from '../../SvgIcon'; let NotificationMore = (props) => ( <SvgIcon {...props}> <path d="M22 3H7c-.69 0-1.23.35-1.59.88L0 12l5.41 8.11c.36.53.97.89 1.66.89H22c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zM9 13.5c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5...