text stringlengths 2 1.04M |
|---|
import React from 'react';
import './Bands.css'
import Rating from 'react-rating';
const Bands = (props) => {
// destructuring
const { name, img, albums, category, establish, rate, star, starCount } = props.band
return (
<div className="col-md-4 mb-3 mt-3">
{/* card body */}
... |
import {MDCRipple} from '@material/ripple/index';
import {MDCTopAppBar} from '@material/top-app-bar/index';
import {MDCTabBar} from '@material/tab-bar';
import {MDCDrawer} from "@material/drawer";
import {MDCList} from "@material/list";
import {MDCTextField} from '@material/textfield';
const topAppBarElement = docume... |
/* @flow */
import { Transaction as EthereumTx } from 'ethereumjs-tx';
import BigNumber from 'bn.js';
import { awaitTx } from 'await-transaction-mined';
import { warning } from '@colony/purser-core/utils';
import {
hexSequenceValidator,
addressValidator,
safeIntegerValidator,
} from '@colony/purser-core/validat... |
/**
* DEVELOPMENT WEBPACK CONFIGURATION
*/
const path = require('path')
const webpack = require('webpack')
const HtmlWebpackPlugin = require('html-webpack-plugin')
const CircularDependencyPlugin = require('circular-dependency-plugin')
module.exports = require('./webpack.base.babel')({
mode: 'development',
// A... |
export { default } from './Modal';
export { default as ModalsRoot } from './ModalsRoot';
export { default as ModalsProvider } from './ModalsProvider';
export { useModal } from './hooks'; |
Ext.define('KitchenSink.view.charts.bar3d.Stacked100Controller', {
extend: 'Ext.app.ViewController',
alias: 'controller.bar-stacked-100-3d',
onAxisLabelRender: function (axis, label, layoutContext) {
// Custom renderer overrides the native axis label renderer.
// Since we don't want to do a... |
deepmacDetailCallback("b808cf000000/24",[{"d":"2014-05-06","t":"add","a":"Lot 8, Jalan Hi-Tech 2/3\nKulim Hi-Tech Park\nKulim Kedah 09000\n","c":"MALAYSIA","o":"Intel Corporate"},{"d":"2015-08-27","t":"change","a":"Lot 8, Jalan Hi-Tech 2/3 Kulim Kedah MY 09000","c":"MY","o":"Intel Corporate"},{"d":"2020-04-15","t":"cha... |
// Copyright 2009 the Sputnik authors. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.
/**
* @name: S7.8.3_A5.1_T5;
* @section: 7.8.3;
* @assertion: DecimalLiteral :: HexIntegerLiteral;
* @description: HexIntegerLiteral :: 0x0 Digits;
*/
//CHECK#0
if (0x00 !== 0) {
... |
// INDEXES MULTIPLE ARBITRABLE TRANSACTION
export const BLOCKCHAIN_NON_TECHNICAL_MULTIPLE_ARBITRABLE_INDEX = 0
export const GENERAL_MULTIPLE_ARBITRABLE_INDEX = 1
export const KOVAN_MULTIPLE_ARBITRABLE_TRANSACTION_ADDRESSES = [
'0x01171b3fb9627dd127a6ceb356b4470c492e7a8d', // Blockchain Non-Technical
'0x23c8118ae9f... |
import * as lenticular from '../../../'
export const command = 'ls'
export const desc = 'List previously stored secret value names'
export const aliases = ['list']
export async function handler (argv) {
lenticular.configureAWS(argv)
const manager = new lenticular.SecretsManager(argv)
const secrets = await manag... |
const assertRevert = require('./helpers/assertRevert');
var StandardTokenMock = artifacts.require('./mocks/StandardTokenMock.sol');
contract('StandardToken', function (accounts) {
let token;
beforeEach(async function () {
token = await StandardTokenMock.new(accounts[0], 100);
});
it('should return the c... |
"use strict";
var githubAPI = require('./githubLoader');
var q = require('q'),
sprintf = require('sprintf-js').sprintf,
END_POINT = '/repos/%s/%s/commits?since=%sT00:00:00';
/**
* Service: GitHub API Commits
*/
module.exports = function $committers(options) {
// Publish $committers se... |
(function () {
'use strict';
angular.module('navigationBar', [])
// Se define el componente de la barra de navegacion.
.component('navigation', {
templateUrl: 'js/app/shared/navigationBar/navigationBar.view.html',
controller: 'NavController'
})
})() |
module.exports = function(grunt) {
var raw_assets = 'assets/';
var compiled_assets = 'public/assets/';
var bower = 'bower_components/';
// Project configuration.
grunt.initConfig({
pkg: grunt.file.readJSON('package.json'),
coffee: {
options: {
join: true,
},
dist: {
... |
module.exports = {
background: '#FFFFFF',
backgroundDark: '#f0e6f6',
text: '#333333',
primary: '#8675a9',
primaryLight: '#efbbcf',
primaryDark: '#efbbcf',
secondary: '#c3aed6',
secondaryLight: '#ffd5cd',
secondaryDark: '#8675a9',
}; |
output = (async () => {
let ns = await import("./async.js");
return ns.missing;
})(); |
deepmacDetailCallback("d073d5000000/24",[{"d":"2013-01-06","t":"add","a":"7 Cubitt St\nRichmond Victoria 3121\n\n","c":"AUSTRALIA","o":"LIFI LABS MANAGEMENT PTY LTD","s":"wireshark.org"},{"d":"2013-01-31","t":"delete","a":"7 Cubitt St\nRichmond Victoria 3121\n\n","c":"AUSTRALIA","o":"LIFI LABS MANAGEMENT PTY LTD"},{"d"... |
function Fruit(arg1, arg2, arg3) {
let fruit = arg1;
let kilograms = Number(arg2) / 1000;
let money = Number(arg3) * kilograms;
console.log("I need " + money.toFixed(2) + " leva to buy " + kilograms.toFixed(2) + " kilograms " + fruit + ".");
}
//Fruit('orange', 2500, 1.80); |
/*!
* Quasar Framework v1.0.0-beta.24
* (c) 2016-present Razvan Stoenescu
* Released under the MIT License.
*/ |
// importing components
import allegroClient from '../../vue/allegro-client.vue'
// import { loadExternalLib } from '../utils/externalLib.js'
export function install(Vue) {
if ( this.installed ) return
this.installed = true
/Vue.component('allegro-client', allegroClient)
// Vue.component('example-com... |
/**
*****************************************
* Created by lifx
* Created on 2018-10-11 13:45:15
*****************************************
*/
'use strict';
/**
*****************************************
* 加载依赖
*****************************************
*/
const path = require('path');
/**
******************... |
//# sourceMappingURL=main.dfe4d97a.chunk.js.map |
/*
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
* A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "license" ... |
'use strict';
const processor = require('../asset/to_stream');
const harness = require('teraslice_op_test_harness')(processor);
const _ = require('lodash');
const H = require('../asset/node_modules/highland');
const inputRecords = [
{ host: 'example.com' },
{ host: 'www.example.com' },
{ host: 'example.... |
var searchData=
[
['manual_5finput_1586',['manual_input',['../nmea__parser_8cpp.html#ae6214acf1027a76f58e3b83767cc4520a4692e23f3770a255f880456f7fbec485',1,'nmea_parser.cpp']]]
]; |
module.exports = {
root: true,
parserOptions: {
project: './tsconfig.json',
tsconfigRootDir: __dirname,
},
extends: ['lisk-base/ts'],
}; |
/*
jQWidgets v9.0.0 (2020-Jan)
Copyright (c) 2011-2020 jQWidgets.
License: https://jqwidgets.com/license/
*/
/* eslint-disable */
|
#!/usr/bin/env node
const request = require('request')
const fs = require('fs-extra')
const mustache = require('mustache')
const path = require('path')
const promisify = require('es6-promisify')
const writeFile = promisify(fs.writeFile)
const readFile = promisify(fs.readFile)
const ensureDir = promisify(fs.ensureDir)... |
const sketch = require('sketch')
const { DataSupplier } = sketch
const locale = currentLocale()
const dateFormats = {
dayMonthYear: {day: 'numeric', month: 'numeric', year: 'numeric'},
dayMonthYearPadded: {day: '2-digit', month: '2-digit', year: 'numeric'},
dayShortMonthYear: {day: 'numeric', month: 'short', ye... |
// Copyright 2021 Google LLC
//
// 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 ... |
/*!
* Piwik - free/libre analytics platform
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
*/
(function () {
angular.module('piwikApp').factory('siteSelectorModel', siteSelectorModel);
siteSelectorModel.$inject = ['piwikApi', '$filter', 'piwik'];
functi... |
/**
* @license
*
* Copyright IBM Corp. 2019
*
* This source code is licensed under the Apache-2.0 license found in the
* LICENSE file in the root directory of this source tree.
*/
'use strict';
const path = require('path');
module.exports = [path.resolve(__dirname, 'preset')]; |
import Viewer from 'viewerjs'
import { assign } from './util'
import component from './component.vue'
import directive from './directive'
import api from './api'
export {
component,
directive,
api,
Viewer,
}
export default {
install(Vue, { name = 'viewer', debug = false, defaultOptions } = {}) {
Viewer.... |
/**
* @author Richard Davey <rich@photonstorm.com>
* @copyright 2020 Photon Storm Ltd.
* @license {@link https://opensource.org/licenses/MIT|MIT License}
*/
var Class = require('../utils/Class');
var Frame = require('./Frame');
var TextureSource = require('./TextureSource');
var TEXTURE_MISSING_ERRO... |
const express = require('express');
const router = express.Router();
const bodyParser = require('body-parser')
const mongoose = require('mongoose');
const authMiddleware = require('../middleware/auth');
const accountRouter = require('./account');
const testRouter = require('./test');
// Use Authentication middleware o... |
'use strict'
var should = require('should'),
config = require('../../helpers').config,
UsergridClient = require('../../lib/client'),
UsergridResponseError = require('../../lib/responseError')
var client = new UsergridClient()
var _response,
_slow = 500,
_timeout = 4000
describe('name, descriptio... |
/* @flow strict-local */
import React, { PureComponent } from 'react';
import { View } from 'react-native';
import type { ViewStyleProp } from 'react-native/Libraries/StyleSheet/StyleSheet';
import type { SpecificIconType } from './Icons';
import { BRAND_COLOR, createStyleSheet } from '../styles';
import Touchable fro... |
let chai = require("chai");
let expect = chai.expect;
let {shouldThrow} = require('./util');
let path = require('path');
let {join} = path;
let assert = require('assert');
let Promise = require('bluebird');
let Injector = require(join(__dirname, "./../src/modules/injector/injector"));
let util = require("./../src/util... |
import { h } from 'hyperapp';
function updateBackground(state) {
document.body.style = `background: ${state.color}`;
}
export default (state, msg) => (
<div class="counter">
<section>
<button
class="sub"
onclick={msg.newNumber}
>
{updateBackground(state)}
COLOR
</... |
import firebase from 'firebase';
import "firebase/firestore";
// Your web app's Firebase configuration
// For Firebase JS SDK v7.20.0 and later, measurementId is optional
const config = {
apiKey: "AIzaSyCQNmD9H6o842VcYfGFg6yAO5aMsrNiX7s",
authDomain: "theviphotel-234d9.firebaseapp.com",
databaseURL: "https:... |
/* Copyright 2018-present Samsung Electronics Co., Ltd. and other contributors
*
* 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
*
* U... |
/*!
* Bootstrap v3.3.6 (http://getbootstrap.com)
* Copyright 2011-2015 Twitter, Inc.
* Licensed under the MIT license
*/
if (typeof jQuery === 'undefined') {
throw new Error('Bootstrap\'s JavaScript requires jQuery')
}
+function ($) {
'use strict';
var version = $.fn.jquery.split(' ')[0].split('.')
if ((v... |
import { Entity } from "aframe-react";
import React from "react";
// import Controls from "Controls";
export default (props) => (
<Entity>
<Entity camera="userHeight: 1.7"
look-controls=""
wasd-controls=""
rotation="0 180 0"
{...props}/>
</Entity>
)... |
webpackJsonp([32],{FXGG:function(t,e,n){var i=n("LBFW");"string"==typeof i&&(i=[[t.i,i,""]]),i.locals&&(t.exports=i.locals);n("rjj0")("3cd232b4",i,!0)},Fx1r:function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var i={name:"tinymce-demo",components:{Tinymce:n("5aCZ").a},data:function(){return{co... |
export default function() {
console.log('includefile.js');
} |
const path = require('path')
module.exports = {
// 指定 webpack 打包的入口文件
// 相对路径时,./ 不能省略
entry: './src/main.js',
// 设置输出文件的位置
output: {
filename: 'bundle.js', // 设置输出文件的名称
// 指定输出文件所在的目录,必须是绝对路径
// 利用 node 的 path 模块,组合生成绝对路径
path: path.join(__dirname, 'output')
... |
const Datastore = require('nedb');
class Playlist {
constructor() {
this.datastore = new Datastore({
filename: 'playlist.db',
autoload: true,
});
}
removeSong(id) {
this.datastore.remove({ _id: id }, {});
}
loadSongs(res) {
this.datastore.find({}, (err, docs) => {
res.writ... |
// Flags the canvas
let cnv;
/** Sleep function
@param {int} ms number of milliseconds that the computer will sleep
@return {Promise} promise that sets a timeout
*/
function sleep(ms) {
return new Promise((resolve) => setTimeout(resolve, ms));
}
/** Centers the canvas */
function centerCanvas() {
// C... |
import React from "react";
export default ({
size = "24",
color = "currentColor",
strokeWidth = "1.5",
linecap = "round",
linejoin = "round",
className = ""
}) => {
return (
<svg
xmlns="http://www.w3.org/2000/svg"
width={size}
heig... |
var App = function () {
function handleIEFixes() {
//fix html5 placeholder attribute for ie7 & ie8
if (jQuery.browser.msie && jQuery.browser.version.substr(0, 1) < 9) { // ie7&ie8
jQuery('input[placeholder], textarea[placeholder]').each(function () {
var input = jQuery(t... |
"use strict";
import Flatten from '../flatten';
import * as Intersection from "../algorithms/intersection";
/**
* Class representing a ray (a half-infinite line).
* @type {Ray}
*/
export class Ray {
/**
* Ray may be constructed by setting an <b>origin</b> point and a <b>normal</b> vector, so that any poin... |
import '/imports/startup/client';
import '/imports/ui/components/form-controls';
import '/imports/ui/components/directory';
import '/imports/ui/components/user';
import '/imports/ui/components/landing';
import '/imports/ui/layouts/directory';
import '/imports/ui/layouts/landing';
import '/imports/ui/layouts/shared';
im... |
const { expect, use } = require("chai");
const { solidity } = require("ethereum-waffle");
const { deployContract, contractAt } = require("../../shared/fixtures");
const {
expandDecimals,
getBlockTime,
increaseTime,
mineBlock,
reportGasUsed,
} = require("../../shared/utilities");
const { toChainlinkPrice } = r... |
/*
* utils.js: Utility functions for the nconf module.
*
* (C) 2011, Nodejitsu Inc.
*
*/
var fs = require('fs'),
async = require('async'),
formats = require('./formats'),
Memory = require('./stores/memory').Memory;
var common = exports;
//
// ### function path (key)
// #### @key {string} The ':' del... |
import Mail from './mail.svg'
import Github from './github.svg'
import Facebook from './facebook.svg'
import Youtube from './youtube.svg'
import Linkedin from './linkedin.svg'
import Twitter from './twitter.svg'
// Icons taken from: https://simpleicons.org/
const components = {
mail: Mail,
github: Github,
faceb... |
import React, { Component, PropTypes } from 'react';
import { Button, Image, Modal } from 'react-bootstrap/lib';
import Urls from '../util/Urls.js';
import moment from 'moment';
import DatePicker from 'react-datepicker';
import axios from 'axios';
import 'react-datepicker/dist/react-datepicker.css';
class PostRow ex... |
import request from '@/utils/request'
// 查询学生管理列表
export function listManagementStudents(query) {
return request({
url: '/peoples/managementStudents/list',
method: 'get',
params: query
})
}
// 查询学生管理详细
export function getManagementStudents(id) {
return request({
url: '/peoples/managementStudents... |
import React from 'react';
const Home = () => (
<div className="home-container ml-5 mt-5">
<h1>Welcome to my page!</h1>
<p>
In this page you can navigate around and try out my self-made react
calculator as well as checking a quote!
</p>
<p>
Grab a cup of coffee, a donut and enjoy th... |
exports.up = function(knex) {
return knex.schema.createTable('users', users => {
users.increments();
users
.string('username', 128)
.notNullable()
.unique();
users.string('password', 128).notNullable();
users.string('email', 128).notNullable();
});
};
exports.down = function(knex... |
const Joi = require('joi');
module.exports = {
// POST /api/users
createUser: {
body: {
username: Joi.string().required(),
password: Joi.string().required(),
mobileNumber: Joi.string().regex(/^[1-9][0-9]{9}$/)
}
},
// UPDATE /api/users/:userId
updateUser: {
body: {
// use... |
import React from "react";
import { createGame } from "../../../api";
import { useHistory } from "react-router-dom";
import { useDispatch, useSelector } from "react-redux";
import { generateGameId } from "../../../util/random";
import { Button, Grid, Typography } from "@material-ui/core";
import { selectPlayers } from ... |
import React from 'react';
import Grid from '@material-ui/core/Grid';
import CircularProgress from '@material-ui/core/CircularProgress';
import { makeStyles } from '@material-ui/core';
const useStyles = makeStyles((theme) => ({
padding: {
paddingTop: theme.spacing(1),
paddingBottom: theme.spacing(1),
}
}))... |
export default Ember.Route.extend({
beforeModel : function(params)
{
this.controllerFor('refsets/refset').initModel(params);
},
}); |
//# sourceMappingURL=component---src-pages-index-js-8b214f9fc0ab4ae79e82.js.map |
var getFileSystem = require('./getFileSystem')
, getFile = require('./getFile')
, readFile = require('./readFile');
module.exports = function (filename) {
return new Promise(function (resolve, reject) {
getFileSystem().then(function (filesystem) {
getFile(filesystem, filename).then(function (fileentry)... |
import { ChoiceList } from '@cmsgov/design-system';
import React from 'react';
function ChoiceListExample() {
return (
<div>
<h2>ChoiceList Example</h2>
<ChoiceList
choices={[
{ label: 'Choice 1', value: 'A', hint: 'Choice hint text' },
{
label: 'Choice 2',
... |
import React from 'react'
import { withStyles } from '@material-ui/core/styles'
import PropTypes from 'prop-types'
import Grid from '@material-ui/core/Grid'
import Typography from '@material-ui/core/Typography'
import Table from '@material-ui/core/Table'
import TableBody from '@material-ui/core/TableBody'
import TableC... |
export const settings = {
APP_NAME: "Live Support",
API_SERVER: "http://support.caspiansoft.com/api/",
//API_SERVER: "http://localhost:8000/api/",
//API_ROOT: "http://localhost:8000/"
API_ROOT: "http://support.caspiansoft.com/"
}; |
function showAliment(id , type) {
Elements = "";
switch ( type ) {
case 1 : Elements = "PetitD";
break;
case 2 : Elements = "Dejeuner";
break;
case 3 : Elements = "Collation";
break;
case 4 : Elements = "Diner";
break;
}
if ... |
window.axios = require('axios');
window.fuse = require('fuse.js');
window.Vue = require('vue');
import Search from './components/Search.vue';
import ContactMe from './components/ContactMe.vue';
import hljs from 'highlight.js/lib/highlight';
import VueToast from 'vue-toast-notification';
import 'vue-toast-notification... |
/* global google */
import { PureComponent } from 'react'
import {
unregisterEvents,
applyUpdatersToPropsAndRegisterEvents
} from '../../utils/helper'
import MapContext from '../../map-context'
const eventMap = {}
const updaterMap = {
map (instance, map) {
instance.setMap(map)
},
}
const StreetViewCove... |
import { renderPizzas, renderPhotos } from "./render.js";
import {
handleSubmit,
handleNameInputChange,
handleBlur,
handleToppingsInputChange,
} from "./handlers.js";
const formElement = document.querySelector("form");
formElement.onsubmit = handleSubmit;
for (let i = 0; i < formElement.elements.length - 1; i+... |
import React, { useEffect, useState } from 'react';
import { ActivityIndicator, FlatList, Text, View, StyleSheet } from 'react-native';
import { ScrollView } from 'react-native-gesture-handler';
import ModButton from '../components/ModButton';
import ModTextInput from '../components/ModTextInput';
import Api from '../t... |
/**
* Copyright (c) 2014-present, Facebook, Inc. All rights reserved.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*
* @flow
*/
import type {Script} from 'vm';
import type {ProjectConfig} from 'types/Config';
import type {Global} f... |
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.SelfDestructible__factory = void 0;
const ethers_1 = require("ethers");
const _abi = [
{
constant: false,
inputs: [],
name: "renounceOwnership",
outputs: [],
payable: false,
stateMuta... |
export default {
items: [
{
name: 'Epicor Live',
url: '/home',
icon: 'icon-speedometer',
badge: {
variant: 'info',
text: 'DMS',
},
},
{
title: true,
name: 'Home',
wrapper: { // optional wrapper object
element: '', //... |
import React from 'react';
function PrivacyPolicy() {
return <div>Privacy Policy</div>;
}
export default PrivacyPolicy; |
import * as fetch from '../../../lib/fetch.js';
import * as parse from '../../../lib/parse.js';
import * as transform from '../../../lib/transform.js';
import * as datetime from '../../../lib/datetime.js';
// Set county to this if you only have state data, but this isn't the entire state
// const UNASSIGNED = '(unassi... |
/**
* @license
* Copyright 2020 Google LLC. All Rights Reserved.
* 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
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by ... |
module.exports = {
siteMetadata: {
title: `GRDN MNGMNT`,
description: `Mendocino County Cannabis Cultivators`,
author: `napacreativeco.com`,
},
plugins: [
`gatsby-plugin-react-helmet`,
`gatsby-plugin-image`,
{
resolve: `gatsby-source-filesystem`,
options: {
name: `image... |
// @flow
import React from 'react';
import { Text } from 'gestalt';
export default function SMText() {
return (
<Text size="sm">
sm
</Text>
);
} |
/* keyutil-1.2.4.js (c) 2013-2021 Kenji Urushima | kjur.github.com/jsrsasign/license
*/
/*
* keyutil.js - key utility for PKCS#1/5/8 PEM, RSA/DSA/ECDSA key object
*
* Copyright (c) 2013-2020 Kenji Urushima (kenji.urushima@gmail.com)
*
* This software is licensed under the terms of the MIT License.
* https://kjur... |
var template = require('./template'),
assign = require('./assign');
var Field = function () {
};
Field.prototype.render = function (context, data) {
var suggestions = [ 'field', 'field_' + this.fieldType, 'type_' + this.type, 'name_' + this.name ];
if (context) {
suggestions.push('context_' + cont... |
const fs = require('fs')
const path = require('path')
const yargs = require('yargs')
const args = yargs.option('output', {
alias: 'o',
describe: `extracted abi's output`,
default:'./'
})
.help()
.argv
const {_:files, output} = args
if(!fs.existsSync(output)) {
fs.mkdirSync(output,{recursive: true}... |
const function884 = function (t, e, i) {
"use strict";
var n = this && this.__extends || function () {
var t = Object.setPrototypeOf || {
__proto__: []
}
instanceof Array && function (t, e) {
t.__proto__ = e
} || function (t, e) {
for (var i in... |
import React, { createRef } from 'react'
import {
Container,
Dimmer,
Loader,
Grid,
Sticky,
Message,
Button,
Modal,
TextArea,
Table
} from 'semantic-ui-react'
import { ReactSVG } from 'react-svg'
import 'semantic-ui-css/semantic.min.css'
const styles = {
};
const payoutRowStyles = {
width: '10... |
import React, { PureComponent } from 'react'
import { Input, Icon } from 'antd'
import styles from './index.less'
export default class EditableItem extends PureComponent {
state = {
value: this.props.value,
editable: false,
}
handleChange = e => {
const { value } = e.target
this.setState({ value ... |
/**
* External dependencies
*/
import { css } from '@emotion/core';
import { mapKeys } from 'lodash';
var LOWER_LEFT_REGEXP = new RegExp(/-left/g);
var LOWER_RIGHT_REGEXP = new RegExp(/-right/g);
var UPPER_LEFT_REGEXP = new RegExp(/Left/g);
var UPPER_RIGHT_REGEXP = new RegExp(/Right/g);
/**
* Checks to see whether t... |
/**
* This class is the controller for the for LoginForm.
*/
Ext.define('KeanBooks.view.book.LoginController', {
extend: 'Ext.app.ViewController',
id : 'LoginController',
alias: 'controller.login',
requires: ['KeanBooks.classes.Constants',
'KeanBooks.classes.Credentials',
... |
'use strict';
const Balance = require('../models/balance');
const Deal = require('../models/deal');
const AuctionItem = require('../models/auctionitem');
const AuctionBid = require('../models/auctionbid');
const loader = require('../models/sequelizeLoader');
const moment = require('moment');
const cron = require('node... |
"use strict";
var _interopRequireWildcard = require("@babel/runtime/helpers/interopRequireWildcard");
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.PasteDimensions = exports.Paste = void 0;
var _extends2... |
// ECMAScript 5 strict mode
"use strict";
assert2(cr, "cr namespace not created");
assert2(cr.behaviors, "cr.behaviors not created");
/////////////////////////////////////
// Behavior class
cr.behaviors.Rex_bCmdqueue = function(runtime)
{
this.runtime = runtime;
};
(function ()
{
var behaviorProto = cr.behaviors.... |
parcelRequire=function(e,r,n,t){var i="function"==typeof parcelRequire&&parcelRequire,o="function"==typeof require&&require;function u(n,t){if(!r[n]){if(!e[n]){var f="function"==typeof parcelRequire&&parcelRequire;if(!t&&f)return f(n,!0);if(i)return i(n,!0);if(o&&"string"==typeof n)return o(n);var c=new Error("Cannot f... |
const express = require('express');
const router = express.Router();
const authController = require('../controllers/auth');
const verifyUser = require('../util/jwt');
router.get('/signup', authController.getSignup);
router.get('/login', authController.getLogin);
router.get('/logout', authController.getLogout);
rou... |
window.fgui = {};
window.fairygui = window.fgui;
window.__extends = (this && this.__extends) || (function () {
var extendStatics = function (d, b) {
extendStatics = Object.setPrototypeOf ||
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
function (d, b... |
/**
* Created by 影浅-Seekwe on 2017-02-27 00:22:17
*/
import Vue from 'vue';
import VueRouter from 'vue-router';
Vue.use(VueRouter);
// const router = new VueRouter({
// routes: (r => {
// let rule = []
// r.keys()
// .forEach(key => {
// rule = rule.concat(r(key).default)
// })
// ... |
const { demoRoutine } = require("./demoRoutine");
const lib = require("..");
const args = process.argv.slice(2);
const functionName = args[0] ? args[0] : "generateCtrlC";
const functionArg = args[1] ? Number(args[1]) : 0;
demoRoutine(() => lib[functionName](functionArg)); |
$(document).ready( function () {
$('#data_kecamatan').DataTable();
}); |
import Component from '@ember/component';
import layout from '../templates/components/koenig-plus-menu';
import {computed} from '@ember/object';
import {htmlSafe} from '@ember/string';
import {run} from '@ember/runloop';
export default Component.extend({
layout,
// public attrs
classNames: 'koenig-plus-me... |
/**
*
* SelectOne
*
*/
import React from 'react';
import Select from 'react-select';
import { FormattedMessage } from 'react-intl';
import PropTypes from 'prop-types';
import 'react-select/dist/react-select.css';
import { cloneDeep, map, includes, isArray, isNull, isUndefined, isFunction, get, findIndex } from 'lo... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.