text
stringlengths
2
1.04M
var registered = null; async function register() { browser.tabs.query({}).then(tabs => { for (const tab of tabs) { browser.tabs.executeScript(tab.id, { file: "content_scripts/korsotin.js", runAt: "document_end" }); } ...
'use strict'; var _ = require('lodash'); var common = require('./common'); var crypto = require('../util/crypto'); var errors = require('../errors'); var Promise = require('bluebird'); var axios = require('axios'); var validate = require('../util/validate'); module.exports = function(params) { return Promise.reso...
'use strict'; var LabeledButton = require('../prefabs/labeledbutton'); var Announcement = function(game, callback, callbackContext, text) { Phaser.Sprite.call(this, game, game.world.centerX, game.world.centerY); this.game = game; this.anchor.setTo(0.5, 0.5); this.textStyle = {font: '30px Arial', fill: 'white',...
/*! This minified app bundle contains open source software from several third party developers. Please review CREDITS.md in the root directory or LICENSE.md in the current directory for complete licensing, copyright and patent information. This file and the included code may not be redistributed without the attribution...
'use strict' const cssLint = require('./csslint') const jsLint = require('./jslint') const vuelint = require('./vuelint') exports = module.exports = { cssLint: cssLint, jsLint: jsLint, vueLint: vuelint }
import React, { Component } from 'react'; import { StyleSheet, View, Image, } from 'react-native'; import { Content, Card, CardItem, Body, Text, Item, Label, Input } from 'native-base'; var myBackground = require('../assets/picks/bingo.png'); export default class Login extends Component { render() { retu...
/* eslint-disable max-lines-per-function */ /** The MIT License (MIT) Copyright (c) 2020 @devRoemer Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without lim...
import React from 'react' import { gql } from 'apollo-boost' import { Mutation } from 'react-apollo' const LIKE_PHOTO = gql` mutation likePhoto($input: LikePhoto!){ likePhoto(input: $input){ id, liked, likes } } ` export const ToggleLikeMutation = ({ childre...
class Auth { /** * Authenticate a user. Save a token string in Local Storage * * @param {string} token */ static authenticateUser(token, user) { localStorage.setItem('token', token); localStorage.setItem('user', JSON.stringify(user) ); } /** * Check if a user is authenticated - check if...
import React, { PureComponent } from 'react'; import AppLayout from '../shared/app-layout'; import ProjectForm from './project-form'; const breadcrumbs = [ { name: 'App', url: '/app', }, { name: 'Projects', url: '/app/projects', }, { active: true, name: 'Create', url: '/app/proj...
'use strict' const asyncListener = require('@datadog/async-listener') const Base = require('./base') let singleton = null class Scope extends Base { constructor () { if (singleton) return singleton super() singleton = this this._listener = asyncListener.addAsyncListener({ create: (storage)...
import React from 'react'; import PropTypes from 'prop-types'; import cx from 'classnames'; import './CollectionPoster.scss'; export const CN = 'poster'; const CollectionPoster = (props) => { const { category } = props; const posterInfo = { man: { id: 2, category: 'men', title: 'new collect...
'use strict'; console.log(); process.on('exit', () => { console.log(); }); if (!process.argv[2]) { console.error('Please enter new component name'); process.exit(1); } const path = require('path'); const fs = require('fs'); const fileSave = require('file-save'); const uppercamelcase = require('uppercamelcase')...
export const ObjectHelper = { copyObject: (object) => { return JSON.parse(JSON.stringify(object)); } };
import { SUBMIT_FEEDBACK_REQUESTED, SUBMIT_FEEDBACK_SUCCEEDED, SUBMIT_FEEDBACK_FAILED, } from './constants'; export function submitFeedbackRequested(feedback) { return { type: SUBMIT_FEEDBACK_REQUESTED, feedback, }; } export function submitFeedbackSucceeded() { return { ...
'use strict'; var Q = require('q'), mongoose = require('mongoose'), Widget = mongoose.model('Widget'), Price = mongoose.model('Price'), ChannelSettings = mongoose.model('ChannelSettings'), ChannelSettingsEmail = require('../../app/models/channelSettings.email.server.model'), ChannelSettingsAsterisk = requi...
import React, { Component } from "react"; export default class PauseIcon extends Component { render() { return ( <svg className={this.props.className} width={this.props.size || 24} height={this.props.size || 24} viewBox="0 0 24 24" > <path d="M6 19h4V5H6v14zm8-14v14h4V5h-4z" /> <path d...
/** * Test the global selector */ import globalSelector from '../globalSelector'; import { fromJS } from 'immutable'; import expect from 'expect'; describe('globalSelector', () => { it('should select the global state', () => { const globalState = fromJS({}); const mockedState = fromJS({ global: glob...
(function() { 'use strict'; angular.module('survey') .service('SortableService', function () { this.objectToDrop = false; this.setObjectToDrop = function (object) { this.objectToDrop = object; }; this.getObjectToDrop = function () { ...
import{e as n}from"./app.3db68d8a.js";import{_ as s}from"./plugin-vue_export-helper.21dcd24c.js";const a={},p=n(`<h1 id="\u6837\u5F0F\u89C4\u8303" tabindex="-1"><a class="header-anchor" href="#\u6837\u5F0F\u89C4\u8303" aria-hidden="true">#</a> \u6837\u5F0F\u89C4\u8303</h1><h2 id="\u57FA\u7840\u6837\u5F0F" tabindex="-1"...
const swc = require('../../../'), validate = require('sourcemap-validator'), sourceMap = require('source-map'); it('should handle sourcemap correctly', async () => { const raw = ` class Foo extends Array { } console.log('foo') `; const out = swc.transformSync(raw, { filename: 'input.js', ...
const { RepeatMode } = require("discord-music-player"); const { MessageEmbed } = require("discord.js"); const Queue = require("../models/Queue"); const musicCommands = async (player, message, command, args) => { let guildQueue = await player.getQueue(message.guild.id); // Check if user who messaged is in a voice...
function citation(cite) { document.getElementById('dpr-tops').getElementsByTagName('browser')[0].contentWindow.makeLinkPlace(cite,false); } function reindexPanels(idx) { var x = 1; while(document.getElementById('dpr-index-top-'+x)) { document.getElementById('dpr-index-top-'+x).contentWindow.G_compare = x; ...
var searchData= [ ['debugmon_5fhandler',['DebugMon_Handler',['../stm32f1xx__it_8h.html#adbdfb05858cc36fc520974df37ec3cb0',1,'DebugMon_Handler(void):&#160;stm32f1xx_it.c'],['../stm32f1xx__it_8c.html#adbdfb05858cc36fc520974df37ec3cb0',1,'DebugMon_Handler(void):&#160;stm32f1xx_it.c']]], ['dma1_5fchannel4_5firqhandler'...
import axios from 'axios'; function getApplications() { return axios('/applications.json') .then((response) => { return response.data.applications; }).catch((error) => { throw error; }); } export default { getApplications };
'use strict'; const merge = require('webpack-merge'); const webpackCommon = require('./webpack-common.config'); const CopyPlugin = require('copy-webpack-plugin'); const path = require('path'); module.exports = merge(webpackCommon, { mode: 'production', entry: { index: './src/index.ts' }, module: { rul...
const moment = require("moment"); const axios = require("axios"); const jwt = require("jsonwebtoken"); // axios.defaults.headers.post["Content-Type"] = "application/json"; function safeJsonParse(obj) { try { return JSON.parse(obj); } catch (e) { return obj; } } function getApiKey(pluginConfiguration) {...
var events = require('events'), util = require('util'), tls = require('tls'), carrier = require('carrier'); const fs = require('fs'); var DEFAULT_LOGGER = { error : function(msg, props) { console.log(msg); if (!!props) console.trace(props.exception); }, warning : function(msg, props) { co...
export default function(sequelize, DataTypes) { const Color_scheme = sequelize.define("Color_scheme",{ name: DataTypes.STRING }); Color_scheme.associate = (models) => { Color_scheme.hasOne(models.User_setting); }; return Color_scheme; };
var classUwGMPositionClass = [ [ "UwGMPositionClass", "classUwGMPositionClass.html#adbd1a30f536bc87f5806e5d2c8c362ed", null ], [ "create", "classUwGMPositionClass.html#aad80d49422505e479294075479cab50c", null ] ];
// Copyright 2016 the V8 project authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. // Used for encoding f32 and double constants to bits. let __buffer = new ArrayBuffer(8); let byte_view = new Int8Array(__buffer); let f32_view = new Fl...
import { formatDateByLong } from 'utils/time'; export const columns = [ { title: 'ๅ›พ็‰‡ๅ็งฐ', key: 'name', align: 'center', editable: true }, { title: 'ๆ˜พ็คบ้กบๅบ', key: 'orderValue', align: 'center', editable: true }, { title: '่ทณ่ฝฌ้“พๆŽฅ', key: '...
// @flow import * as React from 'react'; import { Trans } from '@lingui/macro'; import assignIn from 'lodash/assignIn'; import { type Build, buildCordovaAndroid, getBuildFileUploadOptions, } from '../../Utils/GDevelopServices/Build'; import { uploadBlobFile } from './BrowserFileUploader'; import { type Authentica...
"use strict"; function _typeof(obj) { if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") { _typeof = function _typeof(obj) { return typeof obj; }; } else { _typeof = function _typeof(obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "sym...
import 'array.prototype.findindex'; import $ from 'jquery'; function indexOfItem(dataProvider, item) { if (!item) { return -1; } const itemIdentity = dataProvider.identity(item); return dataProvider.availableItems.findIndex(availableItem => { return dataProvider.identity(availableItem) === itemIdentity...
module.exports = { 'env': { 'node': true, 'commonjs': true, 'es2021': true }, 'extends': 'eslint:recommended', 'parserOptions': { 'ecmaVersion': 12 }, 'rules': { 'indent': [ 'error', 2 ], 'linebreak-style': [ 'error', 'unix' ], 'quotes': [ 'e...
import React from 'react' import { storiesOf } from '@storybook/react' import Readme from './README.md' import BaseDemo from '@demo/steps/base.demo' import BaseDemoCode from '!raw-loader!@demo/steps/base.demo' import CurrentDemo from '@demo/steps/current.demo' import CurrentDemoCode from '!raw-loader!@demo/steps/curren...
import {html,render} from '../node_modules/lit-html/lit-html.js'; import TRouter from './t-router.js'; export default class TShell extends HTMLElement{ constructor(){ super(); this._shadowRoot=this.attachShadow({mode: 'open'}); this.activePage=``; } connectedCallback() { t...
const { expect, test } = require('@oclif/test') describe('droplets:password', () => { test .nock('https://api.digitalocean.com/v2/', api => api.post('/droplets/123456/actions', { type: 'password_reset' }).reply(201, { action: { status: 'in-progress' } }) ) .stdout() ...
import sdk from "./1-initialize-sdk.js"; // Grab the app module address. const appModule = sdk.getAppModule( "0x449dDa698a87F5d3c283840a318aa2E2E0405e5d", ); (async () => { try { const voteModule = await appModule.deployVoteModule({ // Give your governance contract a name. name: "Choronรญ DAO's Epi...
/** * Rollbar API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 1.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not ...
{"mlist":[],"rlist":{},"page":{"page":1,"count":0,"size":10,"type":0,"id":15313}}
/** * 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. * * @emails react-core */ 'use strict'; let React; let ReactDOM; let ReactDOMServer; let Scheduler; let act; let createMutableSour...
import axios from "axios" function handleSubmit(event) { event.preventDefault() let url = document.getElementById("link").value if (!Client.urlChecker(url)) { alert("URL is incorrect") return } let link = url console.log("submission done") console.log(link) axios.post...
import React from 'react'; import Certificate from './Certificate'; import './CertAccordion.sass'; const CertAccordion = ({ certificates, handleCertClick, handleSectionClick, handleNewMessageClick, currentUser }) => ( <div className="accordion"> {certificates.map(cert => ( <Certificate ...
/* Copyrightยฉ 2000 - 2022 SuperMap Software Co.Ltd. All rights reserved. * This program are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at http://www.apache.org/licenses/LICENSE-2.0.html.*/ import {LogoBase64} from '@supermap/iclient-common/...
import React, { useState, useEffect } from "react"; import ReactMarkdown from "react-markdown"; import { Prism as SyntaxHighlighter } from "react-syntax-highlighter/dist/cjs/styles/prism"; import { materialDark } from "react-syntax-highlighter/dist/cjs/styles/prism"; import cx from "classnames"; import mdFile from "./...
import { mapGetters, mapActions } from 'vuex' export default { name: 'NewApplicationSubmitted', components: { }, data () { return { name: '' } } }
(function(){'use strict';var e=function(){};goog.inherits(e,HTMLElement);e.prototype.createdCallback=function(){this.c=this.getAttribute("id")+"_data";window[this.c]||(window[this.c]={});this.a=null;this.b=[];this.f=!1;"function"!=typeof window.onAdData&&(this.f=!0,window.onAdData=this.onAdData_.bind(this))}; e.prototy...
import validatorJs from 'validator' const hasOwnProperty = Object.prototype.hasOwnProperty // validator export const validator = { validate (value, fun, ...argvs) { return fun(value, ...argvs) }, isEmpty (value) { return this.isUndefined(value) || this.isNull(value) || this.isEmptyString(valu...
define([ 'config/types', 'parse/Parser/getMustache/MustacheStub/_MustacheStub', 'parse/Parser/getMustache/SectionStub/_SectionStub' ], function ( types, MustacheStub, SectionStub ) { 'use strict'; return function ( token ) { if ( token.type === types.MUSTACHE || token.type === types.TRIPLE ) { if ( token...
const { override, fixBabelImports, addLessLoader, addWebpackAlias, addDecoratorsLegacy, useEslintRc } = require('customize-cra'); const path = require('path'); module.exports = override( fixBabelImports('import', { libraryName: 'antd', libraryDirectory: 'es', style: true }), addLessL...
exports.up = function (knex) { return knex.schema.createTable('users', (table) => { table.increments('id'); table.string('uid').notNullable(); table.string('name').notNullable(); table.string('email').unique().notNullable(); table.timestamp('created_at').defaultTo(knex.fn.now()).notNullable(); ...
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var React = require("react"); var react_1 = require("@storybook/react"); var react_2 = require("@storybook/addon-centered/react"); var Back_1 = require("./Back"); react_1.storiesOf('Back', module) .addDecorator(react_2.default) .add('E...
const sinon = require('sinon'); const { expect } = require('chai'); const bootstrap = require('../test_helper'); const route = '/token/revocation'; describe('revocation features', () => { before(bootstrap(__dirname)); describe('enriched discovery', () => { it('shows the url now', function () { return ...
const mongoose = require("mongoose") let equippedItem = mongoose.Schema({ user: { type: String, required: true,}, itemEquipped: { type: String, default: "Default Shotgun" } }) module.exports = mongoose.model("equippedItem", equippedItem)
require('es5-shim'); require('es5-shim/es5-sham'); require('../weakmap-polyfill'); // Use the `global` in order to run a common test in browser and node global.assert = require('power-assert'); require('./test');
import {template} from "./UserWidgetInputTemplate.js"; import {TypedValue} from "../js/Types/TypedValue.js"; export const component = { inheritAttrs: false, template: template, props: { tabindex: [Number,String], classes: Array, value: Object, type: String, min: String, max: String, extremes: Boolean,...
var ContactUser = function () { this.load = function () { return browser.get("/AngularJS/AngularMaterialDemo/app/main.html"); }; this.buttons = function () { browser.sleep(500); return element.all(by.css('[ng-click="cp.submitContact(item)"]')); }; this.focusedButton = fun...
export default (state, ce) => { state.collecting_event = { ...ce, roles_attributes: ce?.collector_roles || [] } }
//>>built define("dojox/lang/oo/aop",["dijit","dojo","dojox","dojo/require!dojox/lang/oo/Decorator,dojox/lang/oo/general"],function(_1,_2,_3){_2.provide("dojox.lang.oo.aop");_2.require("dojox.lang.oo.Decorator");_2.require("dojox.lang.oo.general");(function(){var oo=_3.lang.oo,md=oo.makeDecorator,_4=oo.general,_5=oo.ao...
// Copyright 2015 the V8 project authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. // Flags: --allow-natives-syntax function Foo() {} Foo.prototype.x = 0; function foo(f) { f.x = 1; } %PrepareFunctionForOptimization(foo); foo(new Fo...
module.exports = function toReadable(number) { let arr = ['zero', 'one', 'two', 'three', 'four', 'five', 'six', 'seven', 'eight', 'nine', 'ten', 'eleven', 'twelve', 'thirteen', 'fourteen', 'fifteen', 'sixteen', 'seventeen', 'eighteen', 'nineteen']; let ty = ['', 'ten', 'twenty', 'thirty', 'forty', 'fifty', 'six...
import React from 'react'; import PropTypes from 'prop-types'; import styles from './Error404.css'; export default function Error404() { return ( <div className='center'> <h4 className={styles.h4}>Not found</h4> <img alt='' src='https://images.duckduckgo.com/iu/?u=https%3A%2F%2Fmedia.giphy.com%2Fme...
alert("Bem-vindo ร  Via Lรกctea!")
/* Copyright (c) 2004-2012, The Dojo Foundation All Rights Reserved. Available via Academic Free License >= 2.1 OR the modified BSD license. see: http://dojotoolkit.org/license for details */ if(!dojo._hasResource["dojox.timing.ThreadPool"]){ //_hasResource checks added by build. Do not use _hasResource directly i...
/** * Dependencies */ var _ = require('lodash') , util = require('util') , Err = require('../../../errors/fatal') , onRoute = require('./onRoute') , STRINGFILE = require('sails-stringfile'); /** * Expose hook definition */ module.exports = function(sails) { return { defaults: {}, configure: function (...
'use strict'; const crypto = require('crypto'); const querystring = require('querystring'); const Utils = require('./utilities.js'); /** Signs request messages for authenticated requests to Coinbase Pro * @param auth {object} hash containing key, secret and passphrase * @param method {string} The REST method to use...
// Wait till the browser is ready to render the game (avoids glitches) window.requestAnimationFrame(function () { new GameManager(4, KeyboardInputManager, HTMLActuator, LocalScoreManager,0); });
function generateCandle(i, target) { const step = (i % 20) / 5000; const base = i / 5; target.open = base * (1 - step); target.high = base * (1 + 2 * step); target.low = base * (1 - 2 * step); target.close = base * (1 + step); } function generateData() { const res = []; const time = new Date(Date.UTC(2018, 0, ...
(function() { var dropdownlist, dom; module('dropdownlist MVVM', { setup: function() { window.ddlDataBound = function() { ok(true); } QUnit.fixture.html('<script id="template" type="text/x-kendo-template">\ <strong>#:text#</s...
import { isMatch } from './index.js'; if (isMatch('', '')) console.log('test 1 passed'); else console.log('test 1 FAILED'); if (isMatch(' ', ' ')) console.log('test 1A passed'); else console.log('test 1A FAILED'); if (isMatch('000', '000')) console.log('test 1A passed'); else console.log('test 1A FAILED'); if (isM...
class navelement extends component { constructor(obj_ini) { super(obj_ini); } fn_initialize(obj_ini){ super.fn_initialize(obj_ini); //START INITIALIZE DESIGN this.fn_setType("div"); //this.fn_setTag("div", true); this.fn...
/** * Copyright IBM Corp. 2019, 2020 * * This source code is licensed under the Apache-2.0 license found in the * LICENSE file in the root directory of this source tree. * * Code generated by @carbon/icon-build-helpers. DO NOT EDIT. */ import { _ as _objectWithoutProperties, I as Icon, a as _extends } from '../I...
var mn = mn || {}; mn.components = mn.components || {}; mn.components.MnXDCREdit = (function (Rx) { "use strict"; mn.core.extend(MnXDCREdit, mn.core.MnEventableComponent); MnXDCREdit.annotations = [ new ng.core.Component({ templateUrl: "app-new/mn-xdcr-edit.html", changeDetection: ...
import React, { Component } from 'react'; export default class Headline extends Component { render() { return ( <div className="headline-wrapper"> <h3 className="headline-title text-center font-weight-bold">What's New...</h3> <ul className="headline-list"> <li className="headline-...
/*! For license information please see 2.1f0a2a4f.chunk.js.LICENSE.txt */ //# sourceMappingURL=2.1f0a2a4f.chunk.js.map
//**************************************** // BITG Minting for Test Net //**************************************** // pulling required libraries let express = require('express'); const https = require("https"); let fs = require('fs'); const { ApiPromise, WsProvider } = require('@polkadot/api'); const { Keyring } = requ...
import Vue from 'vue' import Component from './func-confirm' const ConfirmModalConstructor = Vue.extend(Component) const closeModal = (vm) => { vm.visible = false document.body.removeChild(vm.$el) vm.$destroy() } const confirm = (options) => { const {title, content, ok, cancel, okBtn, cancelBtn} = options ...
/* * Globalize Culture pl-PL * * http://github.com/jquery/globalize * * Copyright Software Freedom Conservancy, Inc. * Dual licensed under the MIT or GPL Version 2 licenses. * http://jquery.org/license * * This file was generated by the Globalize Culture Generator * Translation: bugs found in this file need t...
/** * Implement Gatsby's Node APIs in this file. * * See: https://www.gatsbyjs.org/docs/node-apis/ */ // You can delete this file if you're not using it exports.createPages = async ({ actions, graphql }) => { const products = await graphql(` query { allMarkdownRemark(filter: { fileAbsolutePath: { rege...
const db = require('../db/dbConfig'); const {findGroupByGroupId} = require('./groupsModel'); const {findTemplateById} = require('./templateModel'); module.exports = { addGroupToEvent, removeGroupFromEvent, updateGroupForEvent, findGroupsByEventId, findEventsByGroupId } function addGroupToEvent(eve...
import React from "react" import Layout from "../components/layout" import BackgroundSlider from 'gatsby-image-background-slider' import { useStaticQuery, graphql } from "gatsby" import Hero from "../components/hero.js" import Reviews from "../components/reviews.js" import Whoami from "../components/whoami.js" import I...
function generateProtocol(child, pastSessions) { /* ------------ DEFAULT INSTRUCTIONS FROM LOOKIT ------------ * * Generate the protocol for this study. * * @param {Object} child * The child currently participating in this study. Includes fields: * givenName (string) * ...
const dec = () => {}; var _A = /*#__PURE__*/new WeakMap(); var _B = /*#__PURE__*/new WeakMap(); var _C = /*#__PURE__*/new WeakMap(); class Foo { constructor() { babelHelpers.classPrivateFieldInitSpec(this, _A, { writable: true, value: void 0 }); babelHelpers.classPrivateFieldInitSpec(this,...
/*! jQuery UI - v1.10.3 - 2013-10-13 * http://jqueryui.com * Includes: [object Object], [object Object], [object Object], [object Object], [object Object], [object Object], [object Object], [object Object], [object Object], [object Object], [object Object], [object Object], [object Object], [object Object], [object Obj...
/*! formstone v0.5.15 [pagination.js] 2015-05-21 | MIT License | formstone.it */
/* Heroes Lounge Endpoints. */ module.exports.BANS = (banID) => { return `/bans${banID ? `/${banID}` : ''}`; }; module.exports.BANS_ALL = () => { return '/bansAll'; }; module.exports.DIVISIONS = (divisionID) => { return `/divisions${divisionID ? `/${divisionID}` : ''}`; }; module.exports.DIVISIONS_ALL = () => { ...
var Test = require('../config/testConfig.js'); var truffleAssertations = require('truffle-assertions');; var BigNumber = require('bignumber.js'); contract('[Airline] Flight Surety Tests', (accounts) => { var config; before('setup contract', async () => { config = await Test.Config(accounts); a...
import React from 'react'; function AddHpIcon() { return ( <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" style={{ height: '28px', width: '28px' }}><g transform="translate(0,0)"><path d="M480.25 156.355c0 161.24-224.25 324.43-224.25 324.43S31.75 317.595 31.75 156.355c0-91.41 70.63-125.13 107.77-12...
/* share42.com | 23.09.2014 | (c) Dimox */
๏ปฟ๏ปฟ//DODO RUNNER ///////////////////// //DECLARE VARIABLES// ///////////////////// //Canvas Variables var c; var ctx; //Player Variables var img_player; var player_x; var player_y; var player_width; var player_height; var gravity; //Fork Variables var img_fork; var fork_x; var fork_y; var fork_width; var fork_height...
'use strict'; const precon = require('@mintpond/mint-precon'), pu = require('./service.prototypes'); /** * Used to keep a collection of items up to a maximum number of entries. * * Newest entries overwrite oldest entries when capacity is reached. */ class SimpleRingBuffer { /** * Constructor. ...
var class_x_f_1_1_service_1_1_post_1_1_deleter = [ [ "__construct", "db/dd9/class_x_f_1_1_service_1_1_post_1_1_deleter.html#a411a7a99c81becab6d5171bccae9ed28", null ], [ "getPost", "db/dd9/class_x_f_1_1_service_1_1_post_1_1_deleter.html#a98a379202787240af75dbb2f346d21bc", null ], [ "getUser", "db/dd9/class_...
/* global angular, _ */ (function() { 'use strict'; function PlayersModel($http) { var model = this, url = 'data/players.json'; model.fetch = function() { if(model.data) { return model.data; } return $http.get(url).then(extract).then(issueIDs).then(categorise); };...
;(function(window) { if (BX.PopupWindowManager) return; BX.PopupWindowManager = { _popups : [], _currentPopup : null, create : function(uniquePopupId, bindElement, params) { var index = -1; if ( (index = this._getPopupIndex(uniquePopupId)) !== -1) return this._popups[index]; var popupWindow = new BX.P...
({ "quarters-standAlone-wide": [ "๊ƒ…๊‘Œ", "๊ƒ…๊Žธ", "๊ƒ…๊ต", "๊ƒ…๊‹†" ], "quarters-format-abbr": [ "๊ƒ…๊‘Œ", "๊ƒ…๊Žธ", "๊ƒ…๊ต", "๊ƒ…๊‹†" ], "field-second": "๊‡™", "quarters-standAlone-abbr": [ "๊ƒ…๊‘Œ", "๊ƒ…๊Žธ", "๊ƒ…๊ต", "๊ƒ…๊‹†" ], "field-week": "๊‘ญ๊†", "field-day-relative+-1": "๊€‹๊…”๊‰ˆ", "field-day-relative+-2": "๊Žด๊‚ฟ๊‹๊‘"...
PIXI.FlowerFilter = function(width, height, texture) { PIXI.AbstractFilter.call( this ); this.passes = [this]; var d = new Date(); var dates = [ d.getFullYear(), // the year (four digits) d.getMonth(), // the month (from 0-11) d.getDate(), // the day of the month (from 1-31) d.getHours()*60.0*60 ...
/*! * OpenUI5 * (c) Copyright 2009-2021 SAP SE or an SAP affiliate company. * Licensed under the Apache License, Version 2.0 - see LICENSE.txt. */ sap.ui.define(["sap/ui/base/Object","sap/base/Log"],function(e,s){"use strict";var r=e.extend("sap.ui.core.message.MessageParser",{metadata:{publicMethods:["parse","setP...
import firestoreDB from './firestore'; import firebaseDB from './firebase'; import stores from './stores'; import store from './store'; /** * This file handles linkage between firebase and redux's reducers. * Upon sign-in, event listeners are attached to each firestore document * listed in stores.js. When a new ...