text
stringlengths
3.22k
29.5k
const client = contentful.createClient({ // This is the space ID. A space is like a project folder in Contentful terms space: "v9olvwo3ix6o", // This is the access token for this space. Normally you get both ID and the token in the Contentful web app accessToken: "<KEY>", }); // variables const cartBtn = docu...
//common.js function loadCanvas(id){ var canvas = document.createElement('canvas'); var div = document.getElementById(id); canvas.id = id; div.appendChild(canvas); return canvas; }; function createImgObj(val){ var imagesRefTmp = new Array(imagesRef.length); var rindx = 0; //bero...
/* eslint-disable global-require */ const fs = require('fs').promises const { unlinkSync, existsSync } = require('fs') const path = require('path') const ParcelBundler = require('parcel-bundler') const { logger } = require('@neft/core') const neftParcelPlugin = require('@neft/parcel-plugin-neft') const nmlParcelPlugin ...
/** * DevExtreme (cjs/ui/scheduler/appointments/cellPositionCalculator.js) * Version: 21.2.5 * Build date: Mon Jan 17 2022 * * Copyright (c) 2012 - 2022 Developer Express Inc. ALL RIGHTS RESERVED * Read about DevExtreme licensing here: https://js.devexpress.com/Licensing/ */ "use strict"; exports.CellPo...
var arrayFotos = new Array(); var banderaGuardar = true; var arrayStatus = new Array(); arrayStatus['dropzoneFileUpload1'] = true; arrayStatus['dropzoneFileUpload2'] = true; arrayStatus['dropzoneFileUpload3'] = true; arrayStatus['dropzoneFileUpload4'] = true; $(document).ready(function () { /* MUESTRA ACORDION D...