text
stringlengths
3
1.05M
from amaru.level_structures import structure_chair_small from amaru.level_structures import structure_small_table from amaru.utilities import constants def make_dinner_small(complete_locations=None, final_platforms=None, final_pig_positions=None, final_TNT_positions=None, ground=-3.5, pos_x=1): ...
"use strict"; require("core-js/modules/es.array.every"); require("core-js/modules/es.regexp.exec"); require("core-js/modules/es.string.starts-with"); exports.__esModule = true; exports.formatToken = formatToken; exports.parseForDateTimeFormat = parseForDateTimeFormat; exports.parseForNumberFormat = parseForNumberFo...
import angular from 'angular'; import '../image/service'; import '../edits/service'; import '../analytics/track'; import '../components/gr-delete-image/gr-delete-image'; var image = angular.module( 'kahuna.image.controller', [ 'kahuna.edits.service', 'gr.image.service', ...
""" Copyright 2020 Jackpine Technologies Corporation 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 ...
const dhisDevConfig = DHIS_CONFIG; // eslint-disable-line if (process.env.NODE_ENV !== 'production') { jQuery.ajaxSetup({ headers: { Authorization: dhisDevConfig.authorization } }); // eslint-disable-line } import React from 'react'; import { render } from 'react-dom'; import { init, config, getManifest, getUserSe...
/* Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.md or http://ckeditor.com/license */ CKEDITOR.lang['ku']={"editor":"سەرنووسەی دەقی تەواو","editorPanel":"بڕگەی سەرنووسەی دەقی تەواو","common":{"editorHelp":"کلیکی ALT لەگەڵ 0 بکه‌ بۆ یارمەتی","browseServer":"هێنان...
export { default as search } from './search/index'; export { default as algorithmWithoutTypo } from './algorithm/no-typo'; export { default as algorithmWithTypo } from './algorithm/typo'; export { createCache } from './internals/cache';
class Carrito { constructor() { this.contador = 0 } async agregarAlCarrito(productID) { //const cantidad = obtenerCantidad(productID); const cantidad = 1; const productos = await getProductByID(productID); let carrito = this.obtenerProductosLocalStorage(); ...
import Vue from "vue" import vurRouter from 'vue-router' Vue.use(vurRouter) import login from '@/views/login' import layout from '@/views/layout' const router = new vurRouter({ routes: [ {path:'/login',component:login}, {path:'/layout',component:layout}, {path:'/',redirect:'/login'} ] ...
window.onload = init; var map = null; function Thought(id, text) { this.id = id; this.text = text; } function init() { var submit = document.getElementById("submit"); submit.onclick = getThought; } function getThought() { var aThought = document.getElementById("aThought").value; if (aThought...
import matplotlib.pyplot as plt import seaborn as sb import pandas as pd class Countplot(): '''The Countplot class is used to visualize in a bar plot the frecuency of occurrence of a unique value list contained in an list-like column Attributes: Color (string): the color of the bar...
'user strict'; var sql = require('./newdb.js'); var url = require('url'); var helper = require('./helper'); //User_Package object constructor var User_Package = function(req,user_package){ this.id = 0; this.user_id = user_package.user_id; this.package_id = user_package.package_id; this.available_balance = ...
// Copyright 2011 the V8 project authors. All rights reserved. // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are // met: // // * Redistributions of source code must retain the above copyright // notice, this list of ...
// @ts-nocheck function bang () { outlet(0, 'bang'); }
export default { esm: { type: 'rollup' }, }
export function getRandomNumber(num) { return Math.floor(Math.random() * num) }
function deleteBeneficiary(beneficiaryId) { $.ajax({ type: "DELETE", url: "delete-payment-beneficiary-api", datatype: "application/json", data: { beneficiaryId }, headers: { "X-CSRF-TOKEN": $('meta[name="csrf-token"]').attr("content"), }, success: ...
import React, { useState } from "react"; import { Link } from "gatsby"; import { navRoutes } from "./utils/misc"; import Footer from "./Footer"; // ANIMATION import { motion, AnimatePresence } from "framer-motion"; // CONTEXT import { useGlobalStateContext, useGlobalDispatchContext, } from "../context/globalCont...
from django.urls import path, include from . import views urlpatterns = [ path("", views.FAQViewSet.as_view()), ]
//define angular core libs as externals, so we are not loading them multiple times module.exports = { "externals": { "rxjs": "rxjs", "@angular/core": "ng.core", "@angular/common": "ng.common", "@angular/platform-browser": "ng.platformBrowser", "@angular/elements": "ng....
'use strict'; process.stdin.resume(); process.stdin.setEncoding('utf-8'); let inputString = ''; let currentLine = 0; process.stdin.on('data', inputStdin => { inputString += inputStdin; }); process.stdin.on('end', _ => { inputString = inputString.trim().split('\n').map(string => { return string.trim(...
// 导入定义验证规则的包 const joi = require('@hapi/joi') // 定义用户名和密码的验证规则 const name = joi.string().alphanum().min(1).max(10).required() const password = joi .string() .pattern(/^[\S]{6,12}$/) .required() // 定义验证注册和登录表单数据的规则对象 exports.reg_login_schema = { body: { name, password, }, }
export { default } from "./removeMedicationConfirmCard";
import React, { Component } from 'react'; import { connect } from 'dva'; import Link from 'umi/link'; import { Alert } from 'antd'; import { formatMessage, FormattedMessage } from 'umi-plugin-react/locale'; import Login from '@/components/Login'; import styles from './Login.less'; const { UserName, Password, Submit } ...
const key = 'deals-stats-filter'; const FORM_FILTER_BY_START_DATE_TITLE = `${key}.form-filter-by-start-date-title`; const FORM_FILTER_BY_END_DATE_TITLE = `${key}.form-filter-by-end-date-title`; const BUTTON_FILTER_TITLE = `${key}.button-filter-title`; export default { FORM_FILTER_BY_START_DATE_TITLE, FORM_FILTER_...
require('dotenv').config() const fs = require('fs'); const Discord = require('discord.js'); const mongoose = require('mongoose'); const client = new Discord.Client(); client.commands = new Discord.Collection(); const commandFiles = fs.readdirSync('./controllers').filter(file => file.endsWith('.js')); const prefix = pro...
/* * Copyright 2015 Open Networking Laboratory * * 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 appl...
import React, { Component } from 'react' import { Table, Button } from 'reactstrap'; import ModalForm from '../Modals/Modal' class DataTable extends Component { deleteItem = id => { let confirmDelete = window.confirm('Delete item forever?') if(confirmDelete){ const url = 'https://cors-anywhere.herokua...
import React from "react"; // components import CardStats from "components/Cards/CardStats.js"; export default function HeaderStats() { return ( <> {/* Header */} <div className="relative bg-lightBlue-600 md:pt-32 pb-32 pt-12"> <div className="px-4 md:px-10 mx-auto w-full"> <div> ...
if (!window.LChart) { throw new Error('未能加载loongchart.core.js,该js必须在其他LChart框架的js加载之前被引用。\n' + 'Not loaded loongchart.core.js which must be loaded before other LChart\'s js.'); } else { LChart.Const.Skins.BlackAndWhite.Bar = { TopLabelColor: null }; } LChart.Bar = LChart.getCore().__extends({...
function makeMap(e){for(var a={},t=e.split(","),l=t.length;l--;)a[t[l]]=!0;return a}var canIUse=wx.canIUse("editor");module.exports={filter:null,highlight:null,onText:null,entities:{quot:'"',apos:"'",semi:";",nbsp:" ",ndash:"–",mdash:"—",middot:"·",lsquo:"‘",rsquo:"’",ldquo:"“",rdquo:"”",bull:"•",hellip:"…"},blankChar:...
// This file was automatically generated. Do not modify. 'use strict'; goog.provide('Blockly.Msg.tlh'); goog.require('Blockly.Msg'); Blockly.Msg.ADD_COMMENT = "QInHom chel"; Blockly.Msg.AUTH = "ngogh nablIj DapollaHmeH qoj latlhvaD DangeHlaHmeH chaw' yInob."; Blockly.Msg.CHANGE_VALUE_TITLE = "choH:"; Blockly.Msg.C...
/* */ "format cjs"; /** PURE_IMPORTS_START tslib,_Subscriber PURE_IMPORTS_END */ import * as tslib_1 from "tslib"; import { Subscriber } from '../Subscriber'; export function filter(predicate, thisArg) { return function filterOperatorFunction(source) { return source.lift(new FilterOperator(predicate, thisA...
import React from 'react'; import Layout from '../components/layout'; import { graphql } from 'gatsby'; const notes = (props) => { const notesMarkdown = props.data.markdownRemark; console.log(notesMarkdown); const { title } = notesMarkdown.frontmatter; return ( <Layout> <h1>{title}</h1> <div da...
function compute() { var principal = document.getElementById("principal").value; if(principal == '' || principal <=0){ alert("enter a positive number"); document.getElementById("principal").focus(); return; } var rate = document.getElementById("rate").value; var years = docum...
// Copyright (c) 2018, Mitch Kennedy // All rights reserved. // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are met: // // * Redistributions of source code must retain the above copyright notice, // this list of co...
""" Django settings for app project. Generated by 'django-admin startproject' using Django 3.1.7. For more information on this file, see https://docs.djangoproject.com/en/3.1/topics/settings/ For the full list of settings and their values, see https://docs.djangoproject.com/en/3.1/ref/settings/ """ from pathlib imp...
# thesaurus cog for dage # Discord import discord import re # Red from redbot.core import commands # Libs import aiohttp class Thesaurus(commands.Cog): """Access the thesaurus. Dictionary used: Datamuse API""" def __init__(self, bot): self.bot = bot self.session = ai...
// Your web app's Firebase configuration var firebaseConfig = { apiKey: "AIzaSyAQu435FNTmXIcFigctYMdRO8sPLX78HI0", authDomain: "pushdexp.firebaseapp.com", databaseURL: "https://pushdexp.firebaseio.com", projectId: "pushdexp", storageBucket: "pushdexp.appspot.com", messagingSenderId: "84430156157...
const vscode = require('vscode'); /** * 插件被激活时触发,所有代码总入口 * @param {*} context 插件上下文 */ exports.activate = function (context) { require('./template/createTem')(context); // 获取当前路径 require('./tpCli/tpCli')(context); // 获取当前路径 }; /** * 插件被释放时触发 */ exports.deactivate = function () { console.log('您的扩展已被释放!') };
import * as d3 from "d3"; var d3Graph = {}; d3Graph.update = function(el, props, state) { //console.log('update graph'); var data = state.data; var margin = {top: 0, right: 0, bottom: 0, left: 0} var axisMargin = 20; //var margin = 80; var valueMargin = 14; var height = props.height - margin.top - margin....
/* * Copyright 2017, GeoSolutions Sas. * 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. */ import { compose, withPropsOnChange } from 'recompose'; import { find, isEmpty, isEqual } from 'lodash'; import { co...
(function(root, factory) { if (typeof define === 'function' && define.amd) { define(['underscore', 'backbone', 'jquery'], function(_, Backbone, $) { return factory(_, Backbone, $); }); } else if (typeof exports !== 'undefined') { var _ = require('underscore'); var Backbone = require('...
import bz2 import contextlib import io import itertools import json import os import pathlib import pickle import random import shutil import string import unittest import xml.etree.ElementTree as ET import zipfile import datasets_utils import numpy as np import PIL import pytest import torch import torch.nn.functiona...
import skopt from distutils.version import LooseVersion import numpy as np np.random.seed(2022) def gen_dataset(bounds, N_sample, method="pseudo", ndim=1): if ndim == 0: return bounds[0] * np.ones([N_sample, 1]) elif ndim == 1: if method == 'uniform': return np.linspace(bounds[0], ...
/** * 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. * * @format */ 'use strict'; module.exports = jest.fn(require.requireActual('../intersectRelayQuery'));
const router = require('express').Router(); const { Post, User, Comment } = require('../../models'); const sequelize = require('../../config/connection'); const withAuth = require('../../utils/auth'); router.get('/', (req, res) => { Post.findAll({ attributes: ['id', 'post_title', 'post_content', 'created_a...
var tokei = require('tokei'); var _ = require('lodash'); export default () => { 'use strict'; return { main: function() { tokei.locale(this.header.getLocale()); this.localize = tokei; }, package: _.merge({ type: 'localize' }, require('../package')), defaults: {} }; };
!function(e,t){"object"==typeof exports&&"object"==typeof module?module.exports=t(require("react"),require("moment"),require("react-sizeme")):"function"==typeof define&&define.amd?define("react-gantt-timeline",["React","moment","ReactDOM"],t):"object"==typeof exports?exports["react-gantt-timeline"]=t(require("react"),r...
// Copyright 2017 Cristian Mattarei // // Licensed under the modified BSD (3-clause BSD) License. // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // ...
"use strict"; var __assign = (this && this.__assign) || function () { __assign = Object.assign || function(t) { for (var s, i = 1, n = arguments.length; i < n; i++) { s = arguments[i]; for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p]; ...
var callbackArguments = []; var argument1 = function (type) { callbackArguments.push(arguments) var axes = this.axesByType[type]; axes && axes.forEach(this._setCartAxisScaleRange, this); }; var argument2 = false; var argument3 = function (i) { callbackArguments.push(arguments) var n = fetchValue...
# coding=utf-8 # Copyright 2018 The TF-Agents Authors. # # 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...
/* * LaTeX IT - JavaScript to Convert Latex within an HTML page into Equations * Copyright (C) 2009 William Bateman, 2008 Waipot Ngamsaad * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either ...
#Coded by Vichitr # import the modules import pygame,random,sys from pygame.locals import * # set the window size WINDOWWIDTH = 900 WINDOWHEIGHT = 700 # set the colors TEXTCOLOR = (255, 255, 255) BACKGROUNDCOLOR = (0,0,0) BLUE = (0,0,255) RED = (255,0,0) YELLOW = (255,255,0) GREEN = (0, 128,0) # set the constant var...
module.exports=require('../../decode-ranges.js')('AhAZFZguAOAEWAeAnAgmEEBThzAIAFAAAoAAiBANACAfAeJhyAqFBwTYAmUDkhAwXuChGBjKBAAwTMAMAGDAFABsILBhWAKCKAOQahEglACBFAaAQgoAFpjLgmYKUqfAj-j_pMCJqlg7mzLDEAAAYOHDDhaBCAhZBiSPfgjg7g_ehQiHinxm_g_1j_ghhlCikJmUA1NtBi8ARJVgiASADiSAAfZFZKJAgsBg_GAGJEkBCDgsCIhPLgzgs4M4Cj1JgmBg9CQHBGdDgv...
var searchData= [ ['state_87',['state',['../classSpaceInvaders_1_1Game.html#a15cb29dbaf9ef85acc1eae9c60d3253d',1,'SpaceInvaders::Game']]] ];
// Common client-side webpack configuration used by webpack.hot.config and webpack.rails.config. const webpack = require('webpack'); const path = require('path'); const autoprefixer = require('autoprefixer'); const devBuild = process.env.NODE_ENV !== 'production'; const nodeEnv = devBuild ? 'development' : 'productio...
// Copyright 2013 the V8 project authors. All rights reserved. // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are // met: // // * Redistributions of source code must retain the above copyright // notice, this list of ...
'use strict'; Object.defineProperty(exports, "__esModule", { value: true }); exports.DatagridHeaderCell = undefined; var _extends2 = require('babel-runtime/helpers/extends'); var _extends3 = _interopRequireDefault(_extends2); var _objectWithoutProperties2 = require('babel-runtime/helpers/objectWithoutProperties')...
/** * This file is part of vue-boilerplate. * @link : https://zhaiyiming.com/ * @author : Emil Zhai (root@derzh.com) * @modifier : Emil Zhai (root@derzh.com) * @copyright: Copyright (c) 2018 TINYMINS. */ // see http://vuejs-templates.github.io/webpack for documentation. const path = require('path'); const m...
# -*- coding: utf-8 -*- # # Configuration file for the Sphinx documentation builder. # # This file does only contain a selection of the most common options. For a # full list see the documentation: # http://www.sphinx-doc.org/en/master/config # -- Path setup ------------------------------------------------------------...
// Copyright 2009 the Sputnik authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /** * @name: S7.4_A4_T5; * @section: 7.4; * @assertion: Single and Multi line comments are used together; * @description: Insert Multi line comment into Single line comment; ...
// 保持脚本运行 var ID = setInterval(() => { }, 1000) // 监听主脚本消息 events.on("prepare", function (i, mainEngine) { try{ var taskData = getTask(); log(taskData.task.data); readInfo(); main(); callback_task(taskData.task.id,"done"); launch('com.wenfree.cn'); } catch...
import React, { useState, useEffect } from 'react'; import styled from 'styled-components'; import {axiosLoginAuth} from '../../utils/axiosLoginAuth'; import { ButtonBackground, ButtonFont, ButtonHover, ButtonHoverFont, MainFontFamily, LoginColor } from '../Styling'; import AddActivity from '../ActivityCompo...
var express = require('express'); var router = express.Router(); var cmd = require('node-cmd'); var path = require('path'); router.post('/', function(req, res) { console.log('POST /optimize'); console.log(req.body); var elasticube = req.body.elasticube; cmd.get( `psm ecube info name="${elasticube}" ser...
const upload = require('../middlewares/upload'); const Movie = require('../models/movie'); const Grid = require('gridfs-stream'); const mongoose = require('mongoose'); const express = require('express'); const conn = mongoose.connection; let gfs; const uploadFile = async (req, res) => { try { gfs = Grid(conn.db...
// Run the script when the screen loads window.onload = function() { // Create our paper var paper = new Raphael("canvas", "100%", "100%"); // Create our boxes options // These are Raphael Path options var options = { "stroke-dasharray": "100 20 0 20", "stroke": "#F00" }; var callback = function...
module.exports = (sequelize, DataTypes) => { const RefHorizontalCollectionMethod = sequelize.define( 'RefHorizontalCollectionMethod', { name: DataTypes.STRING, description: DataTypes.TEXT, }, { timestamps: false, } ); return RefHorizontalCollectionMethod; };
'use strict'; module.exports = (sequelize, DataTypes) => { const Review = sequelize.define('Review', { comment: DataTypes.TEXT, score: DataTypes.INTEGER }, {}); Review.associate = function(models) { // associations can be defined here Review.belongsTo(models.Shop,{ foreignKey: 'shopId', ...
UI = function(id) { // UserInterface。具象化としてButton,ToggleButton,SelectButton, Switch,RollSwitch,CircleSwitch, Slider等がある this._id = id; } Object.defineProperties(UI.prototype, { Id: { get: function() { return this._id; } }, Html: { get: function() { return document.getElementById(`${id}`)...
""" start_time, end_time, is_only_by_appointment, is_or_by_appointment, is_subject_to_change, start_date, end_date, hours_open_id, id """ import pandas as pd import config import datetime import hashlib class ScheduleTxt(object): """ """ def __init__(self, base_df): self.base_df = base_df ...
var setData = require('@progress/kendo-angular-intl').setData; setData({ name: "tk", likelySubtags: { tk: "tk-Latn-TM" }, identity: { language: "tk" }, territory: "TM", calendar: { patterns: { d: "dd.MM.y", D: "d MMMM y EEEE", m: "d...
// This file was automatically generated. Do not modify. 'use strict'; goog.provide('Blockly.Msg.sq'); goog.require('Blockly.Msg'); Blockly.Msg.ABOUT = "about"; // untranslated Blockly.Msg.ACCELERATION_TOOLTIP = "Get the acceleration value in milli-gravities."; // untranslated Blockly.Msg.ACCELEROMETER_ROTATION_...
Clazz.declarePackage ("JSV.source"); Clazz.load (["JSV.source.JDXHeader"], "JSV.source.JDXDataObject", ["java.lang.Character", "$.Double", "JU.DF", "$.PT", "JSV.common.Annotation", "$.Coordinate", "$.Integral", "JSV.exception.JSVException", "JU.Logger"], function () { c$ = Clazz.decorateAsClass (function () { this.file...
#!/usr/bin/env python3.7 # -*- coding: utf-8 -*- # # Copyright 2018 Costas Tyfoxylos # # 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 limitation the ...
import asyncio import socket clients = [] async def handle_client(client, address): data = f"Please welcome our new chat member from {address}" for _client in clients: await loop.sock_sendall(_client, data.encode('utf8')) while data != 'BYEBYE': data = (await loop.sock_recv(client, 1024)...
Package.describe({ summary: "Common code for browser-policy packages", version: "1.0.4-plugins.0" }); Package.onUse(function (api) { api.use('webapp', 'server'); api.addFiles('browser-policy-common.js', 'server'); api.export('BrowserPolicy', 'server'); });
!function(modules){function __webpack_require__(moduleId){if(installedModules[moduleId])return installedModules[moduleId].exports;var module=installedModules[moduleId]={exports:{},id:moduleId,loaded:!1};return modules[moduleId].call(module.exports,module,module.exports,__webpack_require__),module.loaded=!0,module.expor...
// Copyright (C) 2016 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- description: It is a Syntax Error if IsLabelledFunction(Statement) is true. negative: phase: parse type: SyntaxError esid: sec-semantics-static-semantics-early-errors es6id...
import curry from "./curry.js"; export default curry(function lte(a, b) { return a <= b; });
/////////////////////////////////////////////////////////////////////////// // Copyright © Esri. 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 // // http://www.ap...
/** * import { connect } from "react-redux"; 需要用到的页面 * 这句连接之后,需要展示的 */ import getIndexRedu from "./indexRedu"; import getIndexListFilmReduc from "./indexListFilmReduc"; import getSeasonRedu from "./seasonRedu"; import getSeasonEpRedu from "./seasonEpRedu"; import getSeasonInfoRedu from "./seasonInfoRedu"; import ge...
const positions = [ { company: 'Starship Technologies', position: 'Hybrid Operator', link: 'https://www.starship.xyz/', daterange: 'January. 2020 – April. 2020', points: [ 'Oversaw autonomous delivery robot operations and operated and performed maintinence on field.', 'Optimizing and a...
# -------------------------------------------------------- # Fast R-CNN # Copyright (c) 2015 Microsoft # Licensed under The MIT License [see LICENSE for details] # Written by Ross Girshick # -------------------------------------------------------- from nms.cpu_nms import cpu_nms from nms.gpu_nms import gpu_nms # from ...
/*! * @license * Copyright 2018 Alfresco Software, Ltd. * * 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 la...
/* eslint-disable no-param-reassign */ exports.onCreateWebpackConfig = ({ actions, stage }) => { if (stage === 'develop') { actions.setWebpackConfig({ // Avoid CORS issues devServer: { headers: { 'Access-Control-Allow-Origin': '*', 'Access-Control-Allow-Headers': '*', ...
"format register";System.register("angular2/src/facade/lang",[],!0,function(e,t,r){function n(e){return e.name}function i(){F=!0}function o(){if(F)throw"Cannot enable prod mode after platform setup.";L=!1}function a(){return L}function s(e){return e}function c(){return function(e){return e}}function l(e){return void 0!...
// @flow import type {SourceLocation} from '@parcel/types'; import type {FileSystem} from '@parcel/fs'; import SourceMap from '@parcel/source-map'; import path from 'path'; import {normalizeSeparators, isAbsolute} from './path'; export const SOURCEMAP_RE: RegExp = /(?:\/\*|\/\/)\s*[@#]\s*sourceMappingURL\s*=\s*([^\s...
# coding=utf-8 # -------------------------------------------------------------------------- # Copyright (c) Microsoft Corporation. All rights reserved. # Licensed under the MIT License. See License.txt in the project root for # license information. # # Code generated by Microsoft (R) AutoRest Code Generator. # Changes ...
(self["webpackChunkDoIonicAngular"] = self["webpackChunkDoIonicAngular"] || []).push([["node_modules_ionic_core_dist_esm_keyboard-5742b5da_js"],{ /***/ 81296: /*!****************************************************************!*\ !*** ./node_modules/@ionic/core/dist/esm/keyboard-5742b5da.js ***! \*****************...
import styled from "styled-components" export const StyledHeader = styled.header` padding: 2rem; h5 { text-transform: uppercase; color: ${({ theme }) => theme.mint}; opacity: 0.5; font-weight: 600; font-size: 1.3rem; letter-spacing: 0.05em; } h4 { text-transform: lowercase; } `
// ** I18N // Calendar EN language // Author: Mihai Bazon, <mihai_bazon@yahoo.com> // Encoding: any // Distributed under the same terms as the calendar itself. // For translators: please use UTF-8 if possible. We strongly believe that // Unicode is the answer to a real internationalized world. Also please ...
/**! * AngularJS file upload directives and services. Supoorts: file upload/drop/paste, resume, cancel/abort, * progress, resize, thumbnail, preview, validation and CORS * @author Danial <danial.farid@gmail.com> * @version 12.0.4 */ if (window.XMLHttpRequest && !(window.FileAPI && FileAPI.shouldLoad)) { windo...
// -- Sammy.js -- /sammy.js // http://sammyjs.org // Version: 0.7.4 // Built: 2013-01-27 13:34:16 -0500 // name: sammy // version: 0.7.4 // Sammy.js / http://sammyjs.org (function(e,t){(function(n){typeof define=="function"&&define.amd?define(["jquery"],n):e.sammy=t.Sammy=n(e)})(function(e){var n,r="([^/]+)",i=/:([\w\d...
var extendStatics=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])},__extends=function(e,t){function n(){this.constructor=e}extendStatics(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)},__assign...
/*! * OpenUI5 * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company. * Licensed under the Apache License, Version 2.0 - see LICENSE.txt. */ sap.ui.define(["sap/ui/thirdparty/jquery","sap/ui/documentation/sdk/controller/BaseController","sap/ui/model/json/JSONModel","sap/ui/documentation/library","sap/base/uti...
/*! jQuery v3.2.1 | (c) JS Foundation and other contributors | jquery.org/license */ !function(a,b){"use strict";"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...
/* Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license */ CKEDITOR.plugins.setLang( 'removeformat', 'lt', { toolbar: 'Panaikinti formatą' } );
//Create a function that accepts an array as an argument. Remove all duplicate items //from the array and return a new array with the filtered array. function intermediate1(input) { let array = input.filter(function (data, index) { return input.indexOf(data) == index; }) return array; } //Create a ...