Dataset Viewer
Auto-converted to Parquet Duplicate
text
stringlengths
3.07k
16k
const { InvalidGrant, InvalidTarget } = require('../../helpers/errors'); const presence = require('../../helpers/validate_presence'); const instance = require('../../helpers/weak_cache'); const checkPKCE = require('../../helpers/pkce'); const revoke = require('../../helpers/revoke'); const filterClaims = require('../.....
import $ from 'jquery'; import { later, schedule } from '@ember/runloop'; import { get, set, computed, observer, setProperties } from '@ember/object'; import { equal, alias } from '@ember/object/computed'; import { inject as service } from '@ember/service'; import Controller from '@ember/controller'; import { on } fr...
'use strict'; Object.defineProperty(exports, "__esModule", { value: true }); var _createClass = function () { function defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("va...
import React, { Component } from 'react'; import PropTypes from 'prop-types'; import { StyleSheet, View, Text, TouchableOpacity } from 'react-native'; import navigator from 'libs/navigation'; import { setFingerprintStatus } from 'shared-modules/actions/settings'; import { toggleModalActivity } from 'shared-modules/acti...
const BaseToken = artifacts.require('./tokenization/ModularToken.sol'); const BalanceModule = artifacts.require('./tokenization/modules/BalanceModule.sol'); const AllowanceModule = artifacts.require('./tokenization/modules/AllowanceModule.sol'); const RegistryModule = artifacts.require('./tokenization/modules/RegistryM...
import React from 'react' import Helmet from 'react-helmet' import Link from 'gatsby-link' import styles from '../pages-style/our-style.module.scss' import phoneIcon from '../pages-images/our-style/phone-icon.svg' import talentIcon from '../pages-images/our-style/talent-icon.png' import cultureIcon from '../pages-image...
import React from 'react'; import { navigate } from 'gatsby'; import Meta from '../../../gatsby-theme-mds/src/components/Meta'; import Homepage from '../../../gatsby-theme-mds/src/templates/Homepage'; import Footer from '../../../gatsby-theme-mds/src/components/Footer/Footer'; import { MediumBlogs, useHomeMenu, MdsChan...
/* Source Logic */ let selectCategoryBtn = document.querySelectorAll(".select-category-btn"); // Contribution and Resource Box const resourceBox = document.getElementById("resourceBox"); const contributionGuidline = document.getElementById("contributionGuideline"); // Resource Showcase Section const beginnerResourceBox...
/* Name: RealEstate Written by: Okler Themes - (http://www.okler.net) Theme Version: 8.2.0 */ 'use strict'; /* Header */ // Search Properties var $headerWrapper = $('#headerSearchProperties'), $window = $(window); $headerWrapper.on('click', function() { if ($window.width() > 992) { $header...
/*********************************************************************************** * * MIT License * * Copyright (c) 2017 Raphael "rGunti" Guntersweiler * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to dea...
/** * -------------------------------------------------------------------------- * Bootstrap (v5.0.0-beta1): tab.js * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE) * -------------------------------------------------------------------------- */ import { defineJQueryPlugin, emulateTra...
const log = require("./log").sub("storeIdbKeyVal") // p-pipe 1.2.0 car n'utilise pas de async ni de spread const pPipe = function (input) { const args = Array.isArray(input) ? input : arguments if (args.length === 0) { return Promise.reject(new Error("Expected at least one argument")) } return [].slice.ca...
const loopback = require('loopback'); const DataSource = loopback.DataSource; const DataAccessObject = DataSource.DataAccessObject; // const daoutils = require('loopback-datasource-juggler/lib/utils'); const util = require('oe-cloud/lib/common/util'); var _ = require('lodash'); const log = require('oe-logger')('oe-per...
const { join, extname, relative, sep } = require('path'); const { Collection } = require('discord.js'); const fs = require('fs-nextra'); const { isClass } = require('../../util/util'); /** * The common base for all stores * @see ArgumentStore * @see CommandStore * @see EventStore * @see ExtendableStore * @see Fi...
/* eslint-disabled: 1 */ /* eslint no-param-reassign: 0 */ /* eslint class-methods-use-this: 0 */ /* eslint new-parens: 0 */ /* eslint semi: ["error", "always"] */ // import jsPDF from 'jspdf'; // import _isNumber from 'lodash/isNumber'; import _replace from 'lodash/replace'; import _split from 'lodash/split'; functio...
import React, { Component } from "react" import { graphql } from "gatsby" import Helmet from "react-helmet" import Layout from "../components/layout" import EvaluationTable from "../components/evaluation-table" import EvaluationCell from "../components/evaluation-cell" import FuturaParagraph from "../components/futura...
const core = require('@actions/core'); const exec = require('@actions/exec'); const os = require('os'); const fs = require('fs'); const yaml = require('js-yaml'); function info(msg) { core.info(`[tmbuild-action] ${msg}`); } exports.info = info; function debug(msg) { core.debug(`[tmbuild-action] ${ms...
// 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 ...
// https://github.com/colinmeinke/svg-arc-to-cubic-bezier // // Convert an arc to a sequence of cubic bézier curves // /* eslint-disable */ const TAU = Math.PI * 2 /* eslint-disable space-infix-ops */ // Calculate an angle between two unit vectors // // Since we measure angle between radii of circular arcs, // we can...
/*********************************************** APACHE OPEN FOR BUSINESS 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 ...
import * as React from "react"; import ReactAutocomplete from "react-autocomplete"; import PropTypes from "prop-types"; import { compose } from "recompose"; import memoize from "memoize-one"; import groupBy from "lodash.groupby"; import xor from "lodash.xor"; import formInput, { formInputProps } from "@crave/farmblocks...
d3.select('#lightTheme').on('click',function(){ d3.select('body').classed('dark', false); }); d3.select('#darkTheme').on('click',function(){ d3.select('body').classed('dark', true); }); $( ".wgt-control" ).resizable({ resize: function( event, ui ) { var wgtContent = d3.select(this).select('....
import Lib from '@/util/walletlib' import axios from 'axios' import store from '@/store' export const getTokenList = ({ commit, state }, payload) => { axios .get(process.env[store.state.settings.network].CACHE + 'https://api.coingecko.com/api/v3/coins/list?include_platform=true') .then(result => { comm...
/* eslint-disable no-duplicate-imports */ /* eslint-disable react/prop-types */ /** 后台用户管理中心 实名认证列表 **/ // ================== // 所需的各种插件 // ================== import React from 'react'; import P from 'prop-types'; import _ from 'lodash'; import 'braft-editor/dist/index.css'; import BraftEditor from 'bra...
#!/usr/bin/env node 'use strict'; /* eslint-disable camelcase */ const http = require('https'); const inquirer = require('inquirer'); const simpleGit = require('simple-git')(); /* posts a request for a circleci workflow you can alternatively use a curl command like: curl -u ${CIRCLECI_TOKEN}: -X POST \ --header '...
/** * @fileOverview to wrap object leterals with _px2rem() */ const escodegen = require('escodegen') const config = require('../config') const bindingStyleNamesForPx2Rem = config.get()['bindingStyleNamesForPx2Rem'] const { ast } = require('../util') const { getCompiler } = require('../components') const { getTransf...
/* Visualize a portion of the visualization given by the normalized view box */ function view(SVGelement, normViewbox) { const idToHtml = {}; const viewbox = [0, 0, 0, 0]; const changes = []; const processedElements = []; idToHtml['0'] = SVGelement; loop(idToHtml, viewbox, changes, processedElements); ...
/** This function is extracted from steemit.com source code and does the same tasks with some slight- * adjustments to meet our needs. Refer to the main one in case of future problems: * https://raw.githubusercontent.com/steemit/steemit.com/354c08a10cf88e0828a70dbf7ed9082698aea20d/app/utils/SanitizeConfig.js * */ c...
End of preview. Expand in Data Studio

No dataset card yet

Downloads last month
36