text
stringlengths
2
1.04M
var Lightbox = (function (exports) { 'use strict'; // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // /...
require('../../modules/es.math.atanh'); module.exports = require('../../internals/path').Math.atanh;
import React from 'react' import ReactDOM from 'react-dom' import Models from './models.js' import {Component} from 'react' import Iframe from 'react-iframe' // var Iframe = require('react-iframe') export const AllListingsView = React.createClass({ //Here we will render the DOM with including all the prior subcomp...
import React from 'react' import { useQuery } from 'react-query' import FilterContext from './context/filter-context' import CheckboxList from './skeleton/checkboxlist' function setCharAt(str, index, chr) { if (index > str.length - 1) return str return str.substring(0, index) + chr + str.substring(index + 1) } ex...
import * as swcHelpers from "@swc/helpers"; import regeneratorRuntime from "regenerator-runtime"; function f1() { return _f1.apply(this, arguments); } function _f1() { _f1 = // @target: es5 // @lib: esnext // @filename: F1.ts swcHelpers.wrapAsyncGenerator(regeneratorRuntime.mark(function _callee() {...
var component = FlowComponents.define('timeseries.stack.trace', function(props) { this.traceListDataKey = props.traceListDataKey; this.set('metricDataKey', props.metricDataKey); this.set('metrics', props.metrics); this.set('labels', props.labels); this.set('title', props.title); this.set('helperId', props.h...
module.exports = { Config : { PI_url: "/pdf/pi.aspx", PI_open_function: "", close_function: "destroyIC", footer_function: "leaveSite", privacy_url: "", legal_url: "", share: "Already on ABILIFY? Share Your Story", share_over: "Share your story", share_url: "http://www.abilify.com/story/mdd/sign-...
/** * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you...
import { createGlobalStyle } from "styled-components/macro"; import MontserratReg from "../fonts/Montserrat-Regular.ttf"; import MontserratSemi from "../fonts/Montserrat-SemiBold.ttf"; import MontserratBold from "../fonts/Montserrat-Bold.ttf"; const GlobalStyle = createGlobalStyle` /* http://meyerweb.com/eric/too...
var canvas; var backgroundImage, car1_img, car2_img, track; var database, gameState; var form, player, playerCount; var allPlayers, car1, car2; var cars = []; function preload() { backgroundImage = loadImage("./assets/planodefundo.png"); car1_img = loadImage("../assets/car1.png"); car2_img = loadImage("../assets...
import React from 'react' export default class Home extends React.Component { render() { return <div>Hello World</div> } }
/* * Gulp Tasks */ var gulp = require('gulp')/*, concat = require('gulp-concat'), uglify = require('gulp-uglify'), rename = require('gulp-rename'), sourceMaps = require('gulp-sourcemaps'), cleanCss = require('gulp-clean-css'), iconfont = require('gulp-iconfont'), async = require('async'), consolidate = require('gul...
import React, { Component } from "react"; import { withStyles } from "@material-ui/core/styles"; import Button from "@material-ui/core/Button"; import LoopIcon from "@material-ui/icons/Loop"; import noWifi from "../assets/images/no-wifi.png"; const styles = { noWifi: { width: 150, margin: 48 }, errMessa...
import React, {Component} from 'react'; import {connect} from "react-redux"; import Chart from '../components/chart'; import GoogleMap from '../components/google_map'; class Weather_list extends Component { constructor(props) { super(props); this.renderWeather = this.renderWeather.bind(this) } renderWeat...
/* global define, suite, test, assert, HELPERS */ define([ 'opjs/Stack', 'q/q', 'opjs-primitives/util', ], function (Stack, Q, Util) { 'use strict'; suite('PublicationRepository', function () { suite("Communicate between two connected peers", function(done) { this.timeout(10 * 1000); run...
import expect from 'expect'; import { CoordinationType } from '../app/constants'; import viewConfigSchema from './config-1.0.12.schema.json'; describe('view config schema', () => { describe('coordination types', () => { it('defines schema for all valid coordination types', () => { const allCoordinationType...
// Generated by CoffeeScript 1.7.1 /* Stomp Over WebSocket http://www.jmesnil.net/stomp-websocket/doc/ | Apache License V2.0 Copyright (C) 2010-2013 [Jeff Mesnil](http://jmesnil.net/) Copyright (C) 2012 [FuseSource, Inc.](http://fusesource.com) */ (function() { var Byte, Client, Frame, Stomp, __hasPr...
const mongoose = require('mongoose') const Schema = mongoose.Schema mongoose.promise = Promise const userSchema = new Schema({ firstName: String, googleId: String, watchlist: String }) const User = mongoose.model('User', userSchema) module.exports = User
'use strict' const { test } = require('tap') const { InputDefinition, InputArgument, InputOption } = require('../../dist') test('Input Definition', async () => { test('constructor', async t => { t.same(new InputDefinition().options().toArray(), []) t.same(new InputDefinition().arguments().toArray(), []) ...
/* Copyright 2017 Google Inc. 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 writing, software dis...
/* * 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 writing, software * distribut...
/** * Copyright © INOVUA TRADING. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ import React, { cloneElement } from 'react'; import PropTypes from 'prop-types'; import Region from '../../../packages/region'; import shallowequal, { e...
import styled from 'styled-components' import PropTypes from 'prop-types' import Container from './container' const FlexGridContainer = styled(Container)` flex-wrap: wrap; align-items: stretch; align-content: stretch; justify-content: ${props => (props.justify ? props.justify : 'space-between')}; w...
/* * This is from js_bintrees: * https://github.com/vadimg/js_bintrees * * This package provides Binary and Red-Black Search Trees written in * Javascript. It is released under the MIT License. * * Binary Search Trees are a good way to store data in sorted order. A Red-Black * tree is a variation of a Binary ...
module.exports = [{ title: 'first question', text: 'question text', }, { title: 'second question', text: 'second question text', }, ];
const months = [ 'January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December', ] export default function formattedDate (date) { var parts = date.match(/(\d+)/g); const d = new Date(parts[0], parts[1]-1, parts[2]); // months are 0-b...
var should = require('should'), assert = require('assert'), decree = require('../'); describe('registering custom types', function() { describe('invalid name (1)', function() { it('should not be ok', function() { decree.register.bind(decree, 123, function(o) {}).should.throwError(); ...
import template from './home.html'; import controller from './home.controller'; let homeComponent = { template, controller }; export default homeComponent;
//! moment.js locale configuration //! locale : English (United Kingdom) [en-gb] //! author : Chris Gedrim : https://github.com/chrisgedrim ;(function (global, factory) { typeof exports === 'object' && typeof module !== 'undefined' && typeof require === 'function' ? factory(require('../moment')) : type...
import React, { useEffect } from "react"; import { Head } from "Components"; import InvoiceTemplate from "Components/InvoiceTemplate"; export default function Invoice({ setIsInvoiceOpen }) { useEffect(() => { document.body.style.overflow = "hidden"; return () => { document.body.style.overflow = "auto";...
//Load modules const npm = require("../modules/NPM.js"); npm.npm(); //load database dbinit = require("../modules/dbinit.js"); dbinit.dbinit(); //start module.exports = { name: "speen", description: "[fun] Lose your money!", explain: `Each spin costs \u20B920, just use the command \`speen\` and hope for the best...
modules.define( 'user-data-storage', ['inherit'], function (provide, inherit) { var UserDataStorage = inherit({ __constructor: function () { var key = '__localStorageTest'; try { localStorage.setItem(key, key); localStorage.removeItem(key)...
import React, { useState } from 'react'; import { Container, Provider, useProvided } from '../src/index.js'; import { render, fireEvent } from '@testing-library/react'; import '@testing-library/react/cleanup-after-each'; const counterHook = (initialState = 0) => { const [count, setCount] = useState(initialState); c...
var formHeading = document.getElementById('form-heading'); var ul = document.getElementById('checkins-list'); var trackLocation = document.getElementById('track-live-location'); var editIcon = document.getElementById('edit-employee'); var init = function init(office, officeId) { var user = JSON.parse(localStorage.ge...
/** * First we will load all of this project's JavaScript dependencies which * includes Vue and other libraries. It is a great starting point when * building robust, powerful web applications using Vue and Laravel. */ require('./bootstrap'); window.Vue = require('vue'); /** * The following block of code may be ...
var Joi = require('joi'); var Hoek = require('hoek'); var AuthPlugin = require('../auth'); exports.register = function (server, options, next) { options = Hoek.applyToDefaults({ basePath: '' }, options); server.route({ method: 'GET', path: options.basePath + '/statuses', config: { ...
var mapAccents={"â":"a","Â":"A","à":"a","À":"A","á":"a","Á":"A","ã":"a","Ã":"A","ê":"e","Ê":"E","è":"e","È":"E","é":"e","É":"E","î":"i","Î":"I","ì":"i","Ì":"I","í":"i","Í":"I","õ":"o","Õ":"O","ô":"o","Ô":"O","ò":"o","Ò":"O","ó":"o","Ó":"O","ö":"o","Ö":"O","ü":"u","Ü":"U","û":"u","Û":"U","ú":"u","Ú":"U","ù":"u","Ù":"U",...
Component({ externalClasses: ['air-class', 'air-class-mask', 'air-class-header'], options: { multipleSlots: true }, properties: { visible: { type: Boolean, value: false }, maskClosable: { type: Boolean, value: true }...
/** vim: et:ts=4:sw=4:sts=4 * @license RequireJS 2.1.14 Copyright (c) 2010-2014, The Dojo Foundation All Rights Reserved. * Available via the MIT or new BSD license. * see: http://github.com/jrburke/requirejs for details */ //Not using strict: uneven strict support in browsers, #392, and causes //problems with requ...
const { ApplicationCommand, ApplicationCommandData, ApplicationCommandOption, ApplicationCommandOptionChoice, Collection, } = require('discord.js'); class SlashCommand { /** * @param command * @param {"USER"|"CHAT_INPUT"|"MESSAGE"} type * @return {ApplicationCommandData} */...
/** * @licstart The following is the entire license notice for the * Javascript code in this page * * Copyright 2021 Mozilla Foundation * * 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...
"use strict"; //importing dependencies var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { if (k2 === undefined) k2 = k; Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } }); }) : (function(o, m, k, k2) { if (k2 === undefined) k2 ...
/*! * froala_editor v2.8.4 (https://www.froala.com/wysiwyg-editor) * License https://froala.com/wysiwyg-editor/terms/ * Copyright 2014-2018 Froala Labs */ !function(n){"function"==typeof define&&define.amd?define(["jquery"],n):"object"==typeof module&&module.exports?module.exports=function(e,t){return t===undefine...
import jQuery from 'jquery'; import angular from 'angular'; import _datePicker from 'jquery-ui/datepicker'; // sets up jQuery with the datepicker plugin export default angular.module('ui.date', []) .constant('uiDateConfig', {}) .constant('uiDateFormatConfig', '') .factory('uiDateConverter', ['uiDateFormatConfig'...
// import { take, call, put, select } from 'redux-saga/effects'; // Individual exports for testing export default function* notificationsSaga() { // See example in containers/HomePage/saga.js }
import React, { Component } from 'react'; import Day from './Day'; import uuid from 'uuid/v4'; import s from './Calendar.module.scss'; import moment from 'moment/moment'; class Week extends Component { render() { let days = []; let date = this.props.previousCurrentNextView; const { selectedMonthEvents, selecte...
var CHROME_HELPER_EXTENSION_ID = "fhejmeojlbhfhjndnkkleooeejklmigi"; // Chrome var EDGE_HELPER_EXTENSION_ID = "okkjnfohglnomdbpimkcdkiojbeiedof"; // Edge var extension_available = false; var region = 'us-east-1'; var output_objects = []; var _AWS = AWS; var visited_sections = []; var ping_extension_interval = null; var...
/*! ========================================================= * Argon Dashboard React - v1.2.1 ========================================================= * Product Page: https://www.creative-tim.com/product/argon-dashboard-react * Copyright 2021 Creative Tim (https://www.creative-tim.com) * Licensed under MIT (https:/...
console.log("hello...") require('./utils.js') console.log('======= yoo ========') var DebugSession = require('./session.js').DebugSession // var util = require('util') // var thrift = require('thrift') // var droidStalker = require('./thrift/DroidStalkerKernelService.js') // var AndroidAppStruct = require('./thrift/A...
define([ "../core", "../selector" ], function (jQuery) { jQuery.expr.filters.hidden = function (elem) { // Support: Opera <= 12.12 // Opera reports offsetWidths and offsetHeights less than zero on some elements return elem.offsetWidth <= 0 && elem.offsetHeight <= 0; }; jQuer...
// @flow /* globals test expect */ import { scenes as scenesReducer } from './reducer.js' import { request } from './Request/reducer.js' import { initialState as SendConfirmationInitialState } from './SendConfirmation/selectors.js' const dummyAction = { type: 'DUMMY_ACTION_PLEASE_IGNORE' } test('initialState', () =...
const path = require('path'); const HtmlWebpackPlugin = require('html-webpack-plugin'); const MiniCssExtractPlugin = require('mini-css-extract-plugin'); const CssMinimizerPlugin = require('css-minimizer-webpack-plugin'); const TerserPlugin = require('terser-webpack-plugin'); const { CleanWebpackPlugin } = require('clea...
// const proxy = require('http-proxy-middleware'); // module.exports = function(app){ // app.use( // proxy('/developers',{ // target:'https://gh-trending-api.herokuapp.com', // changeOrigin: true, // }) // ); // } const { createProxyMiddleware } = require('http-proxy-...
/** @jsx jsx */ import { Editor } from 'slate' import { jsx } from '../../..' export const input = ( <editor> <block>one</block> <block>two</block> <block>three</block> </editor> ) export const run = editor => { return Array.from( Editor.positions(editor, { reverse: true, at: { ...
/*! * reveal.js * http://lab.hakim.se/reveal-js * MIT licensed * * Copyright (C) 2017 Hakim El Hattab, http://hakim.se */ (function(root, factory) { if (typeof define === 'function' && define.amd) { // AMD. Register as an anonymous module. define(function() { root.Reveal = factory(); return ...
module.exports = { preset: "ts-jest", moduleNameMapper: { "^images/(.+)$": "<rootDir>/images/$1", "^src/(.+)$": "<rootDir>/src/$1", }, testEnvironment: "node", };
import { getAttributes } from '@carbon/icon-helpers'; import PropTypes from 'prop-types'; import React from 'react'; function _typeof(obj) { if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") { _typeof = function _typeof(obj) { return typeof obj; }; } else { _typeof = function _typeof(obj) { retu...
import React from 'react'; import ReactDOM from 'react-dom'; import {BrowserRouter, Link, Route, Switch} from 'react-router-dom'; import Home from './pages/home'; import Diagnosis from './pages/diagnosa'; import DeskripsiPenyakit from './pages/deskrpsiPenyakit'; import listPenyakit from './pages/listPenyakit'; const ...
import {ADD_PERSON, SWITCH_ACTIVITY} from '../actions/people'; import {combineReducers} from "redux"; const createActivity = (type = "idle") => ({type}); const createPerson = (id, name, activity = createActivity()) => ({id, name, activity}); const personReducer = (state, action) => { const {type, payload} = action;...
Arquivo 1 linha
var MOVES_RBY = { '(No Move)': { bp: 0, type: 'Normal', category: 'Physical' }, 'Acid': { bp: 40, type: 'Poison' }, 'Agility': { bp: 0, type: 'Psychic' }, 'Amnesia': { bp: 0, type: 'Psychic' }, 'Aurora Beam': { ...
/** * This interface is provided to ensure consistency. * It is not part of the documented API. * Notice that the effect on the target depends upon whether the target class is mutable. * MAGNITUDE is the chosen type for the magnitude method and scaling. * For dimensionless quantities without units, use number. * ...
$(document).ready(function() { // 시간 선택 $("button[id^=timeBtn]").click(function() { var timeClick = $(this).attr('value'); $('#selectTime').val(timeClick); $('.timeSelectedInfo').html(timeClick); // 선택한 시간과 요일 var selectDate = $("input[name=selectDate]").val(); ...
var timeline = { map: null, user_position: null, render: function (cid, ctitle, display_id) { console.log('Rendering timeline.'); var map = timeline.map; if(!$('#cycle_map').is(':empty')){ var tabsData = {title: ctitle}; dust.render('cycle_timeline_map_tabs', tabsDat...
$(function () { var initFollowState = Boolean($('.initial-is-followed-by').text()), // フォローボタンの初期状態 followBtn = $('#follow-button'), followIcon = $('#follow-icon'), followState = $('#follow-state'), countFollowings = $('#count-followings'), countFollowers = $('#count-f...
webpackHotUpdate("static/development/pages/documentation.js", { /***/ "./pages/documentation.js": /*!********************************!*\ !*** ./pages/documentation.js ***! \********************************/ /*! exports provided: default */ /***/ function(module, __webpack_exports__, __webpack_require_...
var NAVTREEINDEX9 = { "dr__ir__macros__arm_8h.html#af2f990c139b06defdabcb9b38f102098":[6,0,2,12,1083], "dr__ir__macros__arm_8h.html#af2fedc6a30c1a5e4de278a65d13f7f31":[6,0,2,12,620], "dr__ir__macros__arm_8h.html#af37f53f561a656808de68bba7a9d86be":[6,0,2,12,402], "dr__ir__macros__arm_8h.html#af3f2f777e3b0f18f490b4e4dc73...
'use strict'; import Chart from 'chart.js'; import Hammer from 'hammerjs'; var helpers = Chart.helpers; // Take the zoom namespace of Chart var zoomNS = Chart.Zoom = Chart.Zoom || {}; // Where we store functions to handle different scale types var zoomFunctions = zoomNS.zoomFunctions = zoomNS.zoomFunctions || {}; v...
// @flow import React, { PureComponent } from "react"; import classnames from "classnames"; type Props = { children: any, className: string }; class Slide extends PureComponent<Props> { render() { const { children, className } = this.props; return <section className={classnames(className)}>{children}</...
import React, { useState } from "react" import styled from "styled-components" import Header from "../components/header" import Console from "../components/console" import Terminal from "../components/terminal" import Game from "../components/game" const LandingSection = styled.section` min-height: 100vh; display...
const { describe, it, expect} = require('@jest/globals') const Employee = require('../lib/Employee'); const Manager = require('../lib/Manager'); describe('Manager', () => { describe('Initialization', () => { it('should extend the Empolyee class.', () => { const obj = new Manager('Manny', '1'...
window.__NUXT__=(function(a,b,c,d,e){return {staticAssetsBase:"https:\u002F\u002Fwww.baca-quran.id\u002Fstatic\u002F1627814429",layout:"default",error:b,state:{notification:{show:a,title:c,message:c},isShowSidebar:a,isSupportWebShare:a,headerTitle:"Baca Qur'an",page:"home",lastReadVerse:b,settingActiveTheme:{name:"dark...
module.exports = { siteMetadata: { title: `Sayan Chowdhury's Website`, }, plugins: [ `gatsby-plugin-react-helmet`, `gatsby-plugin-sass`, { resolve: `gatsby-plugin-google-analytics`, options: { trackingId: `UA-94088018-1`, anonymize: true, respectDNT: true ...
const Discord = require('discord.js') const db = require('quick.db') exports.run = async(client, message, args ) => { let banlanıcak = message.mentions.users.first() let banlimit = await db.fetch(`kicklimit_${message.guild.id}`) let bansayı= await db.fetch(`kicksayı_${message.author.id}`) let guild = message.guild ...
var structorx_i_n_p_u_t___e_v_e_n_t___p_a_y_l_o_a_d = [ [ "aeID", "structorx_i_n_p_u_t___e_v_e_n_t___p_a_y_l_o_a_d.html#a983da6db81f8a87dd9bf9de3ab5780c6", null ], [ "aeMode", "structorx_i_n_p_u_t___e_v_e_n_t___p_a_y_l_o_a_d.html#ac24b23d29741a12db6d4f7b789184caf", null ], [ "aeType", "structorx_i_n_p_u_t__...
/* * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one * or more contributor license agreements. Licensed under the Elastic License; * you may not use this file except in compliance with the Elastic License. */ import React from 'react'; import PropTypes from 'prop-types'; import { Loadi...
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
COMPONENT('floatinginput', 'minwidth:200', function(self, config, cls) { var cls2 = '.' + cls; var timeout, icon, plus, input, summary, area; var is = false; var plusvisible = false; self.readonly(); self.singleton(); self.nocompile && self.nocompile(); self.configure = function(key, value, init) { if (ini...
import request from '@/utils/request' export function fetchList(query) { return request({ url: 'http://localhost:3000/dev-api/caixa', method: 'get', params: query }) } export function create(data) { return request({ url: 'http://localhost:3000/dev-api/caixa', method: 'post', data }) } ...
(function() { 'use strict'; angular.module('app.testRunCard').directive('testRunCard', function() { return { templateUrl: 'app/components/blocks/test-run-card/test-run-card.html', controller: function TestRunCardController(windowWidthService, ...
/** * Auto-generated action file for "Published Plan Service" API. * * Generated at: 2019-06-06T13:12:53.753Z * Mass generator version: 1.1.0 * * flowground :- Telekom iPaaS / naviplancentral-com-plan-connector * Copyright © 2019, Deutsche Telekom AG * contact: flowground@telekom.de * * All files of this conn...
var smtp = require('../'); var seq = require('seq'); var fs = require('fs'); smtp.connect('localhost', 25, function (mail) { seq() .seq_(function (next) { mail.on('greeting', function (code, lines) { console.dir(lines); next(); }); }) ...
import request from '@/utils/request' //查询 export function cardList(params) { return request({ url: '/base/card/page', method: 'get', params }) } //保存 export function cardSave(data) { return request({ url: '/base/card/save', method: 'post', data }) } //删除 export functio...
/* * Copyright 2020 KT AI Lab. * * 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 i...
const loki = require('lokijs') const db = new loki('DB') const mediaDB = db.addCollection('Media') const { Readable, PassThrough } = require('stream') module.exports = srv => { srv.before('CREATE', 'Media', req => { const obj = mediaDB.insert({ media: '' }) req.data.id = obj.$loki }) srv.on('UPDATE', 'M...
import { call, put, select, takeLatest } from 'redux-saga/effects'; import { selectors, constants, actions } from './redux-definitions'; import { pushMessage } from 'containers/RequestStatusWrapper/actions'; import { COMMUNICATION_ERROR_MESSAGE } from 'helpers/messageConstants'; import apiStructure from 'helpers/apiS...
var arrLang = { 'ENG': { 'home': 'Home', 'course content and reading': 'Course contents and Recomended Reading', 'exercises': 'Exercises', 'calculated examples': 'Calculated Examples', 'lectures': 'Lectures', 'language': 'Language', 'conditions': 'Conditions f...
'use strict'; const Partials = require('../../util/Partials'); /* ABOUT ACTIONS Actions are similar to WebSocket Packet Handlers, but since introducing the REST API methods, in order to prevent rewriting code to handle data, "actions" have been introduced. They're basically what Packet Handlers used to be but they'...
/* Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.md or http://ckeditor.com/license */ CKEDITOR.plugins.setLang("specialchar","da",{euro:"Euro-tegn",lsquo:"Venstre enkelt anførselstegn",rsquo:"Højre enkelt anførselstegn",ldquo:"Venstre dobbelt anførselstegn",rd...
const assert = require('assert'); let User = require('../src/repository/User.js'); let TokenCRF = require('../src/middleware-CRF/crf-token.js'); const { request, response } = require('express'); let mailExiste = 'toto.toto@hotmail.fr'; let mailNotExiste = 'toto1.toto@hotmail.fr'; // let server = require('../server.js')...
// Copyright 2018-2021 Polyaxon, Inc. // // 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 agre...
define({ "showLegend": "Vis signaturforklaring", "controlPopupMenuTitle": "Vælg, hvilke handlinger der skal vises i lagets kontekstmenu", "zoomto": "Zoom til", "transparency": "Gennemsigtighed", "setVisibilityRange": "Indstil synlighedsinterval", "controlPopup": "Aktivér/Deaktivér pop-up", "moveUpAndDown"...
;(function(){ /** * Require the module at `name`. * * @param {String} name * @return {Object} exports * @api public */ function require(name) { var module = require.modules[name]; if (!module) throw new Error('failed to require "' + name + '"'); if (!('exports' in module) && typeof module.definition === ...
(function () { 'use strict'; angular .module('articles') .run(menuConfig) .constant('appInformation', { view: '/home' }); menuConfig.$inject = ['sideNavs']; function menuConfig(sideNavs) { /* * Globals vars */ var _app = { title: 'Articles', version: '1.0.0...
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault"); var _interopRequireWildcard = require("@babel/runtime/helpers/interopRequireWildcard"); Object.defineProperty(exports, "__esModule", { value: true }); exports.default = void 0; var React = _interopRequireWildcard(r...
/** * External dependencies */ import map from 'lodash/map'; /** * WordPress dependencies */ const { __ } = wp.i18n; const { Component } = wp.element; const { compose, ifCondition } = wp.compose; const { withSelect } = wp.data; const { RichTextToolbarButton } = wp.blockEditor; const { removeFormat } = wp.richText;...
import React, { Component } from "react"; import { getTotals } from "./graphql"; import { Query } from "react-apollo"; import Totals from "./Totals"; export default class TotalsContainer extends Component { render() { const defaultTotals = [ { type: "performances", total: 0 }, { type: "viewers", tota...
import React from 'react'; import './Placeholder.css'; class Placeholder extends React.PureComponent { render() { let { children } = this.props; if (children == null || children.length === 0) { children = 'No content'; } return ( <div className="placeholder...
import Controller from "@ember/controller"; export default class extends Controller { popup_message = "A message to popup"; }
const withImages = require('next-images'); const ESLintPlugin = require('eslint-webpack-plugin'); module.exports = withImages({ TrailingSlash: true, images: { disableStaticImages: true }, exportPathMap: function() { return { '/': { page: '/' } }; }, publicRuntimeConfig: { localeSubpat...