code stringlengths 2 1.05M |
|---|
search_result['449']=["topic_00000000000000DE.html","StringExtension Class",""]; |
"use strict";
var CleanCss = require("clean-css");
var _cleanCssOptions = {
// 例如 top: 7px; 与 top: 5px\9; 同时存在后者会被优化掉
noAdvanced : true
};
var CssCompressor = {
__name__ : "CssCompressor",
"__proto__" : null,
/**
* @brief 压缩代码
*
* @param {string} code 代码文本
* @param {function} next 回调函数
* @return ... |
import {
FETCH_USER, FETCH_USER_ARTISTS, FETCH_USER_EVENTS, FETCH_ARTIST_EVENTS, HIDE_ARTIST_EVENTS, SHOW_ARTIST_EVENTS,
fetchUser, fetchUserArtists, fetchArtistEvents, hideArtistEvents, showArtistEvents
} from '../../src/actions';
describe('(Actions)', () => {
describe('fetchUser', function() {
it('has th... |
requirejs.config({
paths: {
'jquery': '../lib/jquery/dist/jquery'
}
});
define(['app', 'jquery'], function(App, $) {
var app = new App($('body'));
app.render();
});
|
import React from 'react';
import ReactDOM from 'react-dom';
import Routes from './routes';
import { Provider } from 'react-redux';
import { Store } from './Redux';
import './index.css';
ReactDOM.render(
<Provider store={Store}><Routes /></Provider>,
document.getElementById('root')
);
|
c['3399']=[['3400',"RoomSid Property","topic_000000000000007A.html",0],['3401',"Token Property","topic_0000000000000079.html",0]]; |
'use strict';
module.exports = {
port: 443,
db: process.env.MONGOHQ_URL || process.env.MONGOLAB_URI || 'mongodb://localhost/myapp4',
assets: {
lib: {
css: [
'public/lib/bootstrap/dist/css/bootstrap.min.css',
'public/lib/bootstrap/dist/css/bootstrap-theme.min.css',
],
js: [
'public/lib/angular... |
export{B as Behavior,X as CONTEXT,a8 as CUSTOM_UNITS,a6 as FLEX_GAP_SUPPORTED,P as NuAction,O as NuBase,M as Nude,a9 as ROOT_CONTEXT,a7 as STATES_MAP,a1 as assign,Y as behaviors,a5 as color,U as contrast,c as deepQuery,d as deepQueryAll,M as default,a0 as define,Q as elements,_ as helpers,a3 as hue,D as icons,i as isEq... |
// Copyright (c) 2011-2013 Turbulenz Limited
/*global Backbone*/
/*global TurbulenzStore*/
/*global TurbulenzGameNotifications*/
/*global TurbulenzBridge*/
/*global LocalMessageView*/
/*global LocalPlayView*/
/*global CarouselView*/
/*global LocalMetricsView*/
/*global LocalListView*/
/*global LocalUserdataView*/
/*gl... |
/**
* Created by nbenes on 11/16/13.
*/
var $window = $(window)
var $body = $(document.body)
var navHeight = $('.navbar').outerHeight(true) + 10
$body.scrollspy({
target: '.crc-sidebar',
offset: navHeight
})
$window.on('load', function () {
$body.scrollspy('refresh')
})
$('.crc-container [href=#]')... |
/**
* Swiper 6.2.0
* Most modern mobile touch slider and framework with hardware accelerated transitions
* http://swiperjs.com
*
* Copyright 2014-2020 Vladimir Kharlampidi
*
* Released under the MIT License
*
* Released on: September 4, 2020
*/
'use strict';
Object.defineProperty(exports, '__esModule', { va... |
import React from 'react'
const DRAG_PIXELS_TO_NORMALIZED_VALUE = 0.008;
const clampUnit = (v) => {
if (v < 0) {
return 0;
} else if (v > 1) {
return 1;
} else if (isNaN(v)) {
return 0;
} else {
return v;
}
}
export default class Knob extends React.Component {
constructor(props) {
su... |
export default function(n) {
return n < 10 ? '0' + n : n;
}
|
describe("clone", function() {
"use strict";
var link;
beforeEach(function() {
jasmine.sandbox.set("<a id='link'><input id='input'></a>");
link = DOM.find("#link");
});
it("allows to clone all clildren", function() {
var clone = link.clone(true),
child = clone... |
import React from "react";
import TextWithLineBreaks from "../components/TextWithLineBreaks";
const RecipeNotes = ({ note, updateInput, editing }) => (
<section className="section">
<p className="section__title">Notes supplémentaires :</p>
{editing ? (
<textarea className="add-form-textfield" name="not... |
define("Navigo.amd", [], () => /******/ (() => { // webpackBootstrap
/******/ "use strict";
/******/ var __webpack_modules__ = ({
/***/ "./src/Q.ts":
/*!******************!*\
!*** ./src/Q.ts ***!
\******************/
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
__webpack_requi... |
'use strict';
module.exports = function(app, passport, express) {
let homeController = require('../controllers/home-controller')();
let homeRouter = new express.Router();
homeRouter
.get('/', homeController.home)
.post('/api/contact', homeController.sendEmail);
app.use(homeRouter);
}... |
/**
* Copyright (c) Baidu Inc. All rights reserved.
*
* This source code is licensed under the MIT license.
* See LICENSE file in the project root for license information.
*
* @file San 主文件
*/
(function (root) {
// 人工调整打包代码顺序,通过注释手工写一些依赖
// // require('./util/guid');
// // require('./util/empty');
/... |
const { STRING, ENUM, TEXT } = require('sequelize')
module.exports = db => db.define('reviews', {
title: {
type: STRING(30),
allowNull: false
},
description: {
type: TEXT,
allowNull: false
},
rating: {
type: ENUM,
values: ['1', '2', '3', '4', '5']
}
}, {
getterMethods: {
short... |
"use strict";
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = createPalette;
exports.dark = exports.light = void 0;
var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends")... |
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.DragProxy = void 0;
const internal_error_1 = require("../errors/internal-error");
const stack_1 = require("../items/stack");
const event_emitter_1 = require("../utils/event-emitter");
const jquery_legacy_1 = require("../utils/jquery-le... |
/*!
* Native JavaScript for Bootstrap Tab v4.0.3 (https://thednp.github.io/bootstrap.native/)
* Copyright 2015-2021 © dnp_theme
* Licensed under MIT (https://github.com/thednp/bootstrap.native/blob/master/LICENSE)
*/
const supportTransition = 'webkitTransition' in document.head.style || 'transition' in document... |
/**
* @author Richard Davey <rich@photonstorm.com>
* @copyright 2019 Photon Storm Ltd.
* @license {@link https://opensource.org/licenses/MIT|MIT License}
*/
var Length = require('./Length');
var Point = require('../point/Point');
/**
* Get a number of points along a line's length.
*
* Provide a `... |
/**
*
* AttributeOption
*
*/
import React from 'react';
import PropTypes from 'prop-types';
import { useIntl } from 'react-intl';
import { Box } from '@strapi/design-system/Box';
import { Flex } from '@strapi/design-system/Flex';
import { Typography } from '@strapi/design-system/Typography';
import useFormModalNav... |
!function ($) {
"use strict";
var FOUNDATION_VERSION = '6.2.4';
// Global Foundation object
// This is attached to the window, or used as a module for AMD/Browserify
var Foundation = {
version: FOUNDATION_VERSION,
/**
* Stores initialized plugins.
*/
_plugins: {},
/**
* Sto... |
export default function makeInterval (begin, end, type) {
return { begin, end, type };
}
|
var chai = require("chai"),
sinon = require("sinon"),
sinonChai = require("sinon-chai"),
expect = chai.expect;
var async = require('async'),
_ = require('lodash');
chai.use(sinonChai);
/**************************************************************************
* Begin of tests
*******************... |
module.exports = function (config) {
var configuration = {
// base path that will be used to resolve all patterns (eg. files, exclude)
basePath: '',
// frameworks to use
// available frameworks: https://npmjs.org/browse/keyword/karma-adapter
frameworks: ['jasmine'],
... |
define([], function() {
return {
errorMessage: "Error on loading Organization Chart",
"PropertyPaneDescription": "Modern Organization Chart, With Presence",
"BasicGroupName": "Properties",
"DescriptionFieldLabel": "Title",
}
});
|
export default function (m, v) {
m[3] = v[0];
m[4] = v[1];
m[5] = v[2];
return m;
}
|
// Flags: --expose-http2
'use strict';
const common = require('../common');
if (!common.hasCrypto)
common.skip('missing crypto');
const http2 = require('http2');
const server = http2.createServer();
server.on('stream', common.mustNotCall());
const count = 32;
server.listen(0, common.mustCall(() => {
const clie... |
angular.module("umbraco").controller("SendTestEmailController.Controller", function ($scope, assetsService, $http, $routeParams, notificationsService) {
$scope.loading = false;
$scope.init = function () {
if ($scope.model.value == null || $scope.model.value == "") {
// Set default if nothin... |
var config = require('./config.js');
var r = require('../lib')(config);
var util = require(__dirname+'/util/common.js');
var assert = require('assert');
var uuid = util.uuid;
var It = util.It
var dbName, tableName, tableName2, cursor, result, pks, feed;
var numDocs = 100; // Number of documents in the "big table" us... |
/**
* GKA (generate keyframes animation)
* author: joeyguo
* HomePage: https://github.com/gkajs/gka-utils
*
* gka utils
*/
const css = require('./core/css');
const html = require('./core/html');
const data = require('./core/data');
const _ = require('./core/_');
module.exports = {
html,
css,
da... |
Vue.http.options.emulateJSON = true;
vm = new Vue({
el: '#app',
data: {
debug: true, //debug mode?
answered: 0, //the count of answered questions
currentTags: {}, //the answered tags
results: null, //the resulting distros
comment: "", //the user's comment for the result
commentSent: false,
... |
/**
* @fileoverview
* Test suite for 00-skeleton
*
* @author Graham Klyne
* @version $Id$
*
* Coypyright (C) 2010, University of Oxford
*
* Licensed under the MIT License. You may obtain a copy of the license at:
*
* http://www.opensource.org/licenses/mit-license.php
*
* Unless required by applica... |
function classFactory() {
var _class, _foo, _bar;
return _foo = /*#__PURE__*/new WeakMap(), (_class = class Foo {
constructor() {
babelHelpers.classPrivateFieldInitSpec(this, _foo, {
writable: true,
value: "foo"
});
}
instance() {
return babelHelpers.classPrivateField... |
/**
* The application header displayed at the top of the viewport
* @extends Ext.Component
*/
Ext.define('CF.view.Header', {
extend: 'Ext.Component',
dock: 'top',
baseCls: 'cf-header',
initComponent: function() {
Ext.applyIf(this, {
html: 'MVC simple application example called CF ' +
'(Ca... |
'use strict'
var request = require('supertest')
, assert = require('assert')
, models = require('../models');
describe('makeUser', function() {
// 정상적인 유저 생성 확인
it('valid make user', function (done) {
var gameId = 1000;
var facebookId = 0;
var inventorySize = 100;
var maxHeart = 80;
var ... |
var struct_tempest_1_1_abstract_list_delegate_1_1_list_item =
[
[ "ListItem", "struct_tempest_1_1_abstract_list_delegate_1_1_list_item.html#a9c11b618acf99ff46e8d3b369e22bbe8", null ],
[ "emitClick", "struct_tempest_1_1_abstract_list_delegate_1_1_list_item.html#a46adebd1adca8d23768023144cbbe32b", null ],
[ "... |
(function () {
angular
.module('kalendr.accounts', [
'kalendr.accounts.controllers',
'kalendr.accounts.services'
]);
angular
.module('kalendr.accounts.controllers', ['ngDialog']);
angular
.module('kalendr.accounts.services', []);
})();
|
/**
* @class Cogwheels.SassError
* @extends Error
*/
'use strict';
var util = require('util')
, indent = require('indent-string')
;
function SassError(properties) {
Error.call(this);
if (typeof properties === 'object') {
for (var key in properties) {
this[key] = properties[key];
}
} els... |
{
"AD" : "d.C.",
"Africa/Abidjan_Z_abbreviated" : "Hora de Costa de Marfil",
"Africa/Abidjan_Z_short" : "GMT",
"Africa/Accra_Z_abbreviated" : "Hora de Gana",
"Africa/Accra_Z_short" : "GMT",
"Africa/Addis_Ababa_Z_abbreviated" : "Hora de Etiopía",
"Africa/Addis_Ababa_Z_short" : "EAT",
"Africa/Algiers_Z_abbreviate... |
module.exports = {
'/': {
backLink: '/../priority_service_170705/filter/uncancelled',
next: '/what-you-need'
},
'/before-you-continue-overseas': {
backLink: '/../priority_service_170705/overseas/uncancelled',
next: '/what-you-need-overseas'
},
'/what-you-need': {
... |
// @ts-check
// Protractor configuration file, see link for more information
// https://github.com/angular/protractor/blob/master/lib/config.ts
const { SpecReporter } = require('jasmine-spec-reporter');
/**
* @type { import("protractor").Config }
*/
exports.config = {
allScriptsTimeout: 11000,
specs: ['./src/**... |
const { get } = require('lodash')
const {
postDetails,
setJourneyDetails,
setBreadcrumbs,
renderTemplate,
} = require('../middleware')
const steps = require('../__fixtures__/steps')()
describe('#postDetails', () => {
const buildCurrentStep = (sendSpy) => {
const macro = () => {
return {
ch... |
'use strict';
angular.module('openhds')
.service('PregnancyResultService',
['EntityService', PregnancyResultService]);
function PregnancyResultService(EntityService) {
var service = this;
var urlBase = "/pregnancyResults";
function Request(model) {
console.log(model);
ret... |
/*!
* Bootstrap-select v1.12.4 (https://silviomoreto.github.io/bootstrap-select)
*
* Copyright 2013-2018 bootstrap-select
* Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE)
*/
!function(e,t){"function"==typeof define&&define.amd?define(["jquery"],function(e){return t(e)}):"... |
'use strict';
var Lib = require('../../lib');
var handleXYZDefaults = require('../heatmap/xyz_defaults');
var attributes = require('./attributes');
var handleConstraintDefaults = require('../contour/constraint_defaults');
var handleContoursDefaults = require('../contour/contours_defaults');
var handleStyleDefaults = ... |
import {make} from '@ciscospark/common';
const data = new (make(WeakMap, Map))();
/**
* Given a class property, this decorator changes it into a setter/getter pair;
* the setter will trigger `change:${prop}` when invoked
* @param {Object} target
* @param {string} prop
* @param {Object} descriptor
* @returns {un... |
'use strict'
module.exports = function pull (a) {
var length = arguments.length
if (typeof a === 'function' && a.length === 1) {
var args = new Array(length)
for(var i = 0; i < length; i++)
args[i] = arguments[i]
return function (read) {
args.unshift(read)
return pull.apply(null, args... |
const JSONRPC = {
Client: require("../Client")
};
/**
* Extend this class to link to extra worker RPC APIs on the master.
*/
class WorkerClient extends JSONRPC.Client
{
/**
* @returns {never}
*/
async gracefulExit()
{
return this.rpc("gracefulExit", [], /*bNotification*/ true);
}
/*... |
/*global define*/
define([
'../Core/defaultValue',
'../Core/defined',
'../Core/defineProperties',
'../Core/DeveloperError',
'../Core/Event',
'./createDynamicPropertyDescriptor'
], function(
defaultValue,
defined,
defineProperties,
Devel... |
var mongoose = require('mongoose');
var userSchema = mongoose.Schema({
username: {type: String, required: true, unique: true},
password: {type: String}
});
mongoose.model('User', userSchema); |
define({
"instruction": "Wybierz i skonfiguruj warstwy, które będą wyświetlane początkowo w tabeli atrybutów.",
"label": "Warstwa",
"show": "Pokaż",
"actions": "Skonfiguruj pola warstwy",
"field": "Pole",
"alias": "Alias",
"visible": "Widoczne",
"linkField": "Pole łącza",
"noLayers": "Brak warstw obie... |
'use strict';
angular.module('MobcastApp')
.controller('Bestsellers_controller', function ($scope, gaEcommerce, Catalogue, $rootScope, $exceptionHandler, $filter, Bookset, SETTINGS, localize, IMPRESSIONS) {
$scope.listType = $rootScope.listType || $rootScope.list_type.grid;
gaEcommerce.waitFor(1);
/**... |
"use strict";
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
var _createSvgIcon = _interopRequireDefault(require("./utils/createSvgIcon"));
var _jsxRuntime = require("react/jsx-runtime")... |
// DATA_TEMPLATE: empty_table
oTest.fnStart("sPaginationType");
$(document).ready(function () {
/* Check the default */
var oTable = $('#example').dataTable({
"bServerSide": true,
"sAjaxSource": "../../../examples/server_side/scripts/server_processing.php"
});
var oSettings = oTable.fnS... |
/* globals google: true */
import Ember from 'ember';
const { later } = Ember.run;
const { on, computed, isArray } = Ember;
export default Ember.Mixin.create({
// Stores reference to google DrawingManager instance
_drawingManager: null,
/**
* [selectionsDelay time it takes to remove last selection from th... |
//>>built
define({save:"Salvare"}); |
version https://git-lfs.github.com/spec/v1
oid sha256:3e054bba755bec7f581c9e2cac4eac5c9b3512a85b0ab6b23000e70080d16227
size 7523
|
version https://git-lfs.github.com/spec/v1
oid sha256:6da85cedae08e0f9ef218782d3e938f808a5e065d84fe860b8a2093cda083eb0
size 2700
|
import { Meteor } from 'meteor/meteor';
import { Accounts } from 'meteor/accounts-base';
import { Tracker } from 'meteor/tracker';
import { UploadFS } from 'meteor/jalik:ufs';
import { FileUploadBase } from '../../lib/FileUploadBase';
import { Uploads, Avatars } from '../../../models';
new UploadFS.Store({
collectio... |
"use strict";
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
var _createSvgIcon = _interopRequireDefault(require("./utils/createSvgIcon"));
var _jsxRuntime = require("react/jsx-runtime")... |
module.exports = [
{ name: 'aqua', hex: '#00FFFF' },
{ name: 'aliceblue', hex: '#F0F8FF' },
{ name: 'antiquewhite', hex: '#FAEBD7' },
{ name: 'black', hex: '#000000' },
{ name: 'blue', hex: '#0000FF' },
{ name: 'cyan', hex: '#00FFFF' },
{ name: 'darkblue', hex: '#00008B' },
{ name: 'darkcyan', hex: '#00... |
'use strict';
// determine native module name
let nativeModuleName = null;
if (process.platform === 'win32') {
nativeModuleName = `${process.platform}-${process.arch}`;
}
// find module
let native = null;
try {
const _native = require(`./${nativeModuleName}`);
native = _native;
} catch (e) {}
// assign mock ob... |
'use strict';
var loginMod = angular.module('MMI.login', ['MMI.ajaxService', 'ui.router', 'ngStorage']);
loginMod.controller('LoginCtrl', ['$scope', 'ajaxRequest', '$state', '$localStorage',
function ($scope, ajaxRequest, $state, $localStorage) {
$scope.data = {
username: '',
passwor... |
'use strict'
const path = require('path')
const fs = require('fs-extra')
const chai = require('chai')
const expect = chai.expect
const sinonChai = require('sinon-chai')
chai.use(sinonChai)
chai.should()
const AccountTemplate = require('../../lib/models/account-template')
const templatePath = path.join(__dirname, '..... |
/**
* bootstrap-multiselect.js
* https://github.com/davidstutz/bootstrap-multiselect
*
* Copyright 2012, 2013 David Stutz
*
* Dual licensed under the BSD-3-Clause and the Apache License, Version 2.0.
*/
!function($) {
"use strict";// jshint ;_;
if (typeof ko !== 'undefined' && ko.bindingHan... |
module.exports={A:{A:{"1":"B","2":"H D G E A JB"},B:{"1":"1 C p J L N I"},C:{"1":"0 2 3 4 5 6 7 8 9 I O P Q R S T U V W X Y Z a b d e f g h i j k l m n o M q r s t u v w x y z AB CB DB","2":"1 eB EB F K H D G E A B C p J L N cB WB"},D:{"1":"0 1 2 3 4 5 6 7 8 9 F K H D G E A B C p J L N I O P Q R S T U V W X Y Z a b d e... |
if (typeof exports === 'undefined') {
exports = {};
}
exports.config = {
"name": "addImgcom",
"desc": "新增图片组件",
// 线上地址
"url": "http://xxx/addImgcom",
// 日常地址
"urlDaily": "http://xxxx/addImgcom",
// 预发地址
"urlPrepub": "http://example.com/addImgcom",
// 支持的 Method 集合
"method": ... |
'use strict';
const React = require('react');
const classnames = require('classnames');
const baseClasses = {
'mdl-textfield__error': true,
};
class TextFieldError extends React.Component {
render() {
const {
children,
className,
} = this.props;
const classes = classnames(baseClasses, c... |
// Copyright (c) 2012 Ecma International. All rights reserved.
// Ecma International makes this code available under the terms and conditions set
// forth on http://hg.ecmascript.org/tests/test262/raw-file/tip/LICENSE (the
// "Use Terms"). Any redistribution of this code must retain the above
// copyright and this n... |
/**
* funnyText.js 0.3 Beta
* https://github.com/alvarotrigo/funnyText.js
* MIT licensed
*
* Copyright (C) 2013 alvarotrigo.com - A project by Alvaro Trigo
*/
(function($){
$.fn.funnyText = function(options){
// Create some defaults, extending them with any options that were provided
optio... |
'use strict';
module.exports = { extends: ['@commitlint/config-conventional'] };
|
// RequireJS configuration
/*global requirejs */
requirejs.config({
waitSeconds: 0,
packages: [
{
name: 'css',
location: 'bower-libs/require-css',
main: 'css'
},
{
name: 'less',
location: 'bower-libs/require-less',
main: 'less'
}
],
paths: {
jquery: 'bower-libs/jquery/jquery',
undersco... |
export NavHeaderComponent from './NavHeader.component';
export default from './NavHeader.container';
|
angular.module('adminlounge.services', []) |
import createSvgIcon from './utils/createSvgIcon';
import { jsx as _jsx } from "react/jsx-runtime";
export default createSvgIcon( /*#__PURE__*/_jsx("path", {
d: "M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4... |
'use strict';
var Database = require('../../../')
, getPrototypeOf = Object.getPrototypeOf;
module.exports = function (a) {
var db = new Database(), proto = db.Object.prototype, obj = new db.Object()
, protoDesc, protoSet, set, item, protoItem;
protoDesc = proto.$getOwn('foo');
protoDesc.multiple = true;
... |
'use strict';
module.exports = {
build: ['<%= buildDir %>']
};
|
"use strict";
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
var _createSvgIcon = _interopRequireDefault(require("./utils/createSvgIcon"));
var _jsxRuntime = require("react/jsx-runtime")... |
module.exports = Lightbox;
/**
* Lightbox with default configuration to
* lightbox all webhook wysiwyg generated
*
* - Adds a lightbox container to the DOM.
* - Adds a new image tag in the lightbox container
* for each lightbox image.
* - Adds click events for preventing the default
* image wrapping anchor... |
// a key map of allowed keys
var allowedKeys = {
67: 'c',
69: 'e',
83: 's',
66: 'b',
73: 'i',
84: 't'
};
// the 'official' Konami Code sequence
var konamiCode = ['e', 'e', 'c', 's', 'b', 'i', 't'];
// a variable to remember the 'position' the user has reached so far.
var konamiCodePosition =... |
"use strict";
// utilisation de : http://bl.ocks.org/brattonc/5e5ce9beee483220e2f6#index.html
// les données
var donneesJardinJoseph = {
"printemps": [
{nomProduit: "Racines", poids: 12850},
{nomProduit: "Poids et Haricots", poids: 10934},
{nomProduit: "Choux", poids: 8760},
{nomP... |
app.factory('loaderService', function($ionicModal, $rootScope) {
$ionicModal.fromTemplateUrl('templates/modals/loader.html', {
scope: $rootScope
}).then(function(modal) {
$rootScope.loader = modal;
});
return {
show: functi... |
var searchData=
[
['child',['child',['../classQuadLinkedTrieNode.html#a386e85a2b259728ec9fbe26907823dcf',1,'QuadLinkedTrieNode::child() const '],['../classQuadLinkedTrieNode.html#add46f502e721f5cc00a3972d6cbec709',1,'QuadLinkedTrieNode::child(QuadLinkedTrieNode< T > *pChild)']]]
];
|
import React from 'react';
import TestUtils from 'react-addons-test-utils';
import { expect } from 'chai';
import { AddPet } from 'client/components/AddPet';
import style from 'client/style.css';
const setup = () => {
const renderer = TestUtils.createRenderer();
renderer.render(<AddPet />);
const output = rende... |
'use strict';
define(["app"], function(app) {
app.directive("scrollmanager", ["$timeout", "$rootScope", "Visibility", "ArrayUtils", "Network",
function($timeout, $rootScope, $visibility, $arrayUtils, $network) {
var userScroll = false, scrollObjects = {}, timeoutsUpdateSinceId = {};
function updat... |
angular.module('pager')
.controller('HeaderCtrl', function($scope, $state) {
$scope.image = 'http://agencedianeriel.com/photo/Ostiguy-Jeanne-nouv09.jpg';
$scope.$on('$viewContentLoaded', function() {
$scope.view = $state.current.title;
});
});
|
// redeye.js
// @author Tim McGowan <dropdownmenu>
var fs = require("fs");
var _ = require("underscore");
var path = require("path");
var cs = require("coffee-script");
var coffee = require("js2coffee");
var IGNORE = ["node_modules"];
var convert = function(dir, force, cb) {
fs.readdir(dir, function(err, files) {
... |
import ValueCommand from './ValueCommand'
export default class RemoveValueCommand extends ValueCommand {
execute (params, context) {
const { nodeId, propertyName, valueId } = params.commandState
context.api.removeItem([nodeId, propertyName], valueId)
}
}
|
//@AddComponentMenu("planet/CloudsRotate")
//partial class CloudsRotate{ }
private var amtx : float = 0.0;
private var amty : float = 0.0;
private var amtz : float = 0.0;
//private var amtx : float = Random.Range(.2,-.2);
//private var amtz : float = Random.Range(.2,-.2);
private var this_transform : Transform... |
module.exports = function(grunt) {
grunt.registerTask('compile-html', [ 'assemble', 'bower-dependencies' ]);
};
|
import React from 'react';
import pure from 'recompose/pure';
import SvgIcon from 'material-ui/SvgIcon';
let Business = props =>
<SvgIcon {...props}>
<path d="M12 7V3H2v18h20V7H12zM6 19H4v-2h2v2zm0-4H4v-2h2v2zm0-4H4V9h2v2zm0-4H4V5h2v2zm4 12H8v-2h2v2zm0-4H8v-2h2v2zm0-4H8V9h2v2zm0-4H8V5h2v2zm10 12h-8v-2h2v-2h-2v-2... |
/** @type {import("../../../").Configuration} */
module.exports = {
mode: "production",
entry: "./index",
stats: {
ids: true,
reasons: false,
modules: false,
chunks: true,
chunkRelations: true,
chunkModules: true,
dependentModules: true,
chunkOrigins: true
}
};
|
"use strict";
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
var _createSvgIcon = _interopRequireDefault(require("./utils/createSvgIcon"));
var _jsxRuntime = require("react/jsx-runtime")... |
for (var i = function() { return 10 in [] } in list) process(x);
|
import { Composer } from '@superguigui/wagner';
import withStore from 'decorators/withStore';
/**
* EffectComposer class
*/
@withStore({ handleResize: ({ viewport }) => ({ width: viewport.width, height: viewport.height }) })
class EffectComposer extends Composer {
/**
* Constructor function
* @param {object... |
var fs = require('fs');
var scripts = require('./sha');
var client;
module.exports = {
join: join,
init: init
};
function init(_client) {
client = _client;
}
/**
* @param args {Array} name of key table, namespace of hashes, and an optional limit
* @param callback {Function} called after the script executes... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.