text
stringlengths
2
99.9k
meta
dict
/* * 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 ...
{ "pile_set_name": "Github" }
/* * The MIT License (MIT) * * Copyright (c) 2014-2017 abel533@gmail.com * * 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 rights ...
{ "pile_set_name": "Github" }
<?php namespace Illuminate\Database\Eloquent\Relations; use Illuminate\Database\Eloquent\Collection; class MorphMany extends MorphOneOrMany { /** * Get the results of the relationship. * * @return mixed */ public function getResults() { return ! is_null($this->getParentKey()) ...
{ "pile_set_name": "Github" }
/* Bullet Continuous Collision Detection and Physics Library Copyright (c) 2003-2006 Erwin Coumans http://continuousphysics.com/Bullet/ This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software. Permiss...
{ "pile_set_name": "Github" }
/* * (C) Copyright 2013 * Gumstix Inc. <www.gumstix.com> * Maintainer: Ash Charles <ash@gumstix.com> * * SPDX-License-Identifier: GPL-2.0+ */ #include <common.h> #include <netdev.h> #include <asm/arch/sys_proto.h> #include <asm/arch/mmc_host_def.h> #include <twl6030.h> #include <asm/emif.h> #include <asm/arc...
{ "pile_set_name": "Github" }
/* eslint-disable no-console */ /* eslint-disable no-param-reassign */ // this is the current snapshot that is being sent to the snapshots array. class Tree { constructor(component, useStateInstead = false, name) { // special case when component is root // give it a special state = 'root' // a setState f...
{ "pile_set_name": "Github" }
$wind-beaufort-0: "\f0b7"; $wind-beaufort-1: "\f0b8"; $wind-beaufort-2: "\f0b9"; $wind-beaufort-3: "\f0ba"; $wind-beaufort-4: "\f0bb"; $wind-beaufort-5: "\f0bc"; $wind-beaufort-6: "\f0bd"; $wind-beaufort-7: "\f0be"; $wind-beaufort-8: "\f0bf"; $wind-beaufort-9: "\f0c0"; $wind-beaufort-10: "\f0c1"; $wind-beaufort-11: "\f...
{ "pile_set_name": "Github" }
import request from '@/utils/request'; export async function listDashboards() { return request('/api/dashboards'); } export async function queryDashboard(id) { return request(`/api/dashboards/${id}`); } export async function createDashboard(params) { const { restParams } = params; return request(`/api/dashbo...
{ "pile_set_name": "Github" }
package io.quarkus.hibernate.reactive.panache.test; import javax.persistence.Entity; import io.quarkus.hibernate.reactive.panache.PanacheEntity; @Entity public class MyOtherEntity extends PanacheEntity { public String name; }
{ "pile_set_name": "Github" }
(ns plastic.worker.editor.model.report (:refer-clojure :exclude [merge]) (:require [plastic.logging :refer-macros [log info warn error group group-end]])) ; ------------------------------------------------------------------------------------------------------------------- ; a report is used to collect information ...
{ "pile_set_name": "Github" }
$primary: #3759D7 !default; //the base text color from which the rest of the theme derives //Main Theme Variables $backgroundColor: #fff !default; //background color of tabulator $borderColor:#fff !default; //border to tabulator $textSize:16px !default; //table text size //header themeing $headerBackgroundColor:#fff...
{ "pile_set_name": "Github" }
//This package is copied from Go library text/template. //The original private functions eq, ge, gt, le, lt, and ne //are exported as public functions. package template import ( "bytes" "errors" "fmt" "io" "net/url" "reflect" "strings" "unicode" "unicode/utf8" ) var Equal = eq var GreaterEqual = ge var Great...
{ "pile_set_name": "Github" }
//===-- InstructionSnippetGenerator.h ---------------------------*- C++ -*-===// // // The LLVM Compiler Infrastructure // // This file is distributed under the University of Illinois Open Source // License. See LICENSE.TXT for details. // //===-------------------------------------------------------...
{ "pile_set_name": "Github" }
<?php /** * LICENSE: The MIT License (the "License") * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * https://github.com/azure/azure-storage-php/LICENSE * * Unless required by applicable law or agreed to in writing, software * distributed under the L...
{ "pile_set_name": "Github" }
context("xy_to_data") # x is a numeric vector test_that("x is a numeric vector and y is null", { data <- xy_to_data(x = 10:1, y = NULL) expect_equal(data, data.frame(x = 1:10, y = 10:1, row.names = as.character(1:10))) data <- xy_to_data(x = setNames(10:1, letters[1:10]), y = NULL) expect_equal(data, ...
{ "pile_set_name": "Github" }
function main(x0) { var x1 = function(x2) { return x2 }; var x3 = {'_1' : 1,'_2' : 2}; var x4 = x1(x3); return x4 }
{ "pile_set_name": "Github" }
<?php return [ /* |-------------------------------------------------------------------------- | Validation Language Lines |-------------------------------------------------------------------------- | | The following language lines contain the default error messages used by | the validator ...
{ "pile_set_name": "Github" }
.text .globl anonymous_function .type anonymous_function, @function #! file-offset 0 #! rip-offset 0 #! capacity 17 bytes # Text # Line RIP Bytes Opcode .anonymous_function: # 0 0 OPC=0 addb $0x1, %al # 1 0 2 OPC=44 retq # ...
{ "pile_set_name": "Github" }
<ion-card button style="cursor: pointer;" (click)="presentModal()" *ngIf=" edge"> <ng-container *ngIf="(edge.currentData | async)['channel'] as currentData"> <ion-item lines="full" color="light"> <ion-avatar> <ion-img src="assets/img/evcs.png"></ion-img> </ion-avatar> <ion-label *ngIf="c...
{ "pile_set_name": "Github" }
/* The remote package provides the pieces to allow Ginkgo test suites to report to remote listeners. This is used, primarily, to enable streaming parallel test output but has, in principal, broader applications (e.g. streaming test output to a browser). */ package remote import ( "encoding/json" "io/ioutil" "net...
{ "pile_set_name": "Github" }
package railo.runtime.listener; import java.util.ArrayList; import java.util.List; import railo.commons.io.res.Resource; import railo.commons.io.res.util.ResourceUtil; import railo.runtime.type.util.ArrayUtil; public class JavaSettingsImpl implements JavaSettings { private final Resource[] resources; private Reso...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8" standalone="no"?> <div xmlns:c="http://java.sun.com/jsp/jstl/core" xmlns:field="urn:jsptagdir:/WEB-INF/tags/form/fields" xmlns:form="urn:jsptagdir:/WEB-INF/tags/form" xmlns:jsp="http://java.sun.com/JSP/Page" xmlns:spring="http://www.springframework.org/tags" version="2.0"> <js...
{ "pile_set_name": "Github" }
/****************************************************************************** * Product: Adempiere ERP & CRM Smart Business Solution * * Copyright (C) 1999-2006 ComPiere, Inc. All Rights Reserved. * * This program is free software; you can redistribute it and/or modify it ...
{ "pile_set_name": "Github" }
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta name="generator" content="pandoc"> <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes"> <title>ros-update(1)</title> <style type="text/css">code{white-space: pre;}</style> <link rel="stylesheet" href="../ros.css"...
{ "pile_set_name": "Github" }
<?xml version="1.0"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <artifactId>master</artifactId> <groupId...
{ "pile_set_name": "Github" }
<?php /** * This file is part of Phraseanet * * (c) 2005-2016 Alchemy * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Alchemy\Phrasea\Collection\Reference; interface CollectionReferenceRepository { /** * @retur...
{ "pile_set_name": "Github" }
package com.tencent.mm.plugin.brandservice.ui.timeline.preload; import a.l; import com.tencent.matrix.trace.core.AppMethodBeat; @l(dWo = {1, 1, 13}, dWp = {"\u0000\u0012\n\u0002\u0018\u0002\n\u0002\u0010\u0000\n\u0002\b\u0002\n\u0002\u0010\u0002\n\u0000\bÆ\u0002\u0018\u00002\u00020\u0001B\u0007\b\u0002¢\u0006\u0002\u...
{ "pile_set_name": "Github" }
var compactable = require('../compactable'); function isComponentOf(property1, property2, shallow) { return isDirectComponentOf(property1, property2) || !shallow && !!compactable[property1.name].shorthandComponents && isSubComponentOf(property1, property2); } function isDirectComponentOf(property1, property2) {...
{ "pile_set_name": "Github" }
/* ssl/s3_pkt.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * * This package is an SSL implementation written * by Eric Young (eay@cryptsoft.com). * The implementation was written so as to conform with Netscapes SSL. * * This library is free for commercial and non-commerc...
{ "pile_set_name": "Github" }
import { ExpandSignature } from '../../operator/expand'; declare module '../../Observable' { interface Observable<T> { expand: ExpandSignature<T>; } }
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <!-- Copyright (C) 2013 The Android Open Source Project 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/licens...
{ "pile_set_name": "Github" }
package native import "strconv" // Client caps - borrowed from GoMySQL const ( _CLIENT_LONG_PASSWORD = 1 << iota // new more secure passwords _CLIENT_FOUND_ROWS // Found instead of affected rows _CLIENT_LONG_FLAG // Get all column flags _CLIENT_CONNECT_WITH_DB ...
{ "pile_set_name": "Github" }
package ingester import ( "context" "fmt" "io" "io/ioutil" "math" "net" "net/http" "net/http/httptest" "os" "path/filepath" "strconv" "strings" "sync" "testing" "time" "github.com/pkg/errors" "github.com/prometheus/client_golang/prometheus" "github.com/prometheus/client_golang/prometheus/testutil" ...
{ "pile_set_name": "Github" }
/* GTP according to GSM TS 09.60 / 3GPP TS 29.060 * * (C) 2012-2014 by sysmocom - s.f.m.c. GmbH * (C) 2016 by Pablo Neira Ayuso <pablo@netfilter.org> * * Author: Harald Welte <hwelte@sysmocom.de> * Pablo Neira Ayuso <pablo@netfilter.org> * Andreas Schultz <aschultz@travelping.com> * * This program is fre...
{ "pile_set_name": "Github" }
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using System.Collections.Generic; using Microsoft.Build.Collections; using Xunit; namespace Microsoft.Build.UnitTests { public class HashTableUtilityTests { ...
{ "pile_set_name": "Github" }
from __future__ import print_function, absolute_import import unittest, random import pandas as pd, numpy as np class BasePandasExtensionsTester(unittest.TestCase): def setUp(self): random.seed(0) np.random.seed(0) def close(self, o1, o2): if type(o1) is dict: o1 = pd.DataFrame(o1) ...
{ "pile_set_name": "Github" }
// // imag - the personal information management suite for the commandline // Copyright (C) 2015-2020 Matthias Beyer <mail@beyermatthias.de> and contributors // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public // License as published by the F...
{ "pile_set_name": "Github" }
import { connect } from 'react-redux'; import { checkKeepAlive } from 'platform/user/authentication/actions'; import { ssoeInbound, hasCheckedKeepAlive, ssoeTransactionId, } from 'platform/user/authentication/selectors'; import { selectProfile, isLoggedIn, isProfileLoading, } from 'platform/user/selectors'...
{ "pile_set_name": "Github" }
//------------------------------------------------------------------------------------------------------- // Copyright (C) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE.txt file in the project root for full license information. //------------------------------------------------------...
{ "pile_set_name": "Github" }
/* * scrollNav * http://scrollnav.com * * Copyright (c) 2013-2016 James Wilson * Licensed under the MIT license. */ /* eslint-disable */ (function($) { // Animate scrolling to section location var scroll_to = function(value, speed, offset, animated) { if ($(value).length > 0) { var destination = $...
{ "pile_set_name": "Github" }
--- layout: page title: Capture HTML output parent_title: What Else Can I Do permalink: /what-else-can-i-do/capture-html-output.html modification_time: 2015-08-05T12:00:21+00:00 --- One way of outputting a webpage to mPDF without re-writing your scripts too much, is to buffer the output: ```php <?php // Require compo...
{ "pile_set_name": "Github" }
heterocl\.tvm\.build\_module module =================================== .. automodule:: heterocl.tvm.build_module :members: :undoc-members: :show-inheritance:
{ "pile_set_name": "Github" }
/* * DXVA2 HW acceleration * * copyright (c) 2010 Laurent Aimar * * This file is part of FFmpeg. * * FFmpeg is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2.1 of the License,...
{ "pile_set_name": "Github" }
#include "macros.inc" test_suite shift .macro test_shift prefix, dst, src, v, imm \prefix\()_set \dst, \src, \v, \imm \prefix\()_ver \dst, \v, \imm .endm .macro test_shift_sd prefix, v, imm test_shift \prefix, a3, a2, \v, \imm test_shift \prefix, a2, a2, \v, \imm .endm .macro tests_imm_shift prefix,...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2015 Qualcomm Atheros Inc. * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above * copyright notice and this permission notice appear in all copies. * * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTH...
{ "pile_set_name": "Github" }
""" End-to-end tests. """ from __future__ import absolute_import, division, print_function import pickle import pytest import six from hypothesis import given from hypothesis.strategies import booleans import attr from attr._compat import TYPE from attr._make import NOTHING, Attribute from attr.exceptions import ...
{ "pile_set_name": "Github" }
// Copyright 2014 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "mojo/edk/embedder/platform_handle_utils.h" #include <windows.h> #include "base/logging.h" namespace mojo { namespace edk { ScopedInternalPla...
{ "pile_set_name": "Github" }
# # Copyright 2018-2020 IBM 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 law or agreed to in wr...
{ "pile_set_name": "Github" }
<?php /* For licensing terms, see /license.txt */ namespace Chamilo\CoreBundle\Tool; abstract class AbstractCourseTool extends AbstractTool { public function isCourseTool() { return true; } }
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8" standalone="yes"?> <assembly manifestVersion="1.0" xmlns="urn:schemas-microsoft-com:asm.v1"> <trustInfo xmlns="urn:schemas-microsoft-com:asm.v2"> <security> <requestedPrivileges xmlns="urn:schemas-microsoft-com:asm.v3"> <requestedExecutionLevel level="asInvo...
{ "pile_set_name": "Github" }
/* Copyright The Kubernetes 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 or agreed to in writing, softw...
{ "pile_set_name": "Github" }
/** * MegaMek - Copyright (C) 2005 Ben Mazur (bmazur@sev.org) * * 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 version 2 of the License, or (at your option) * any later version...
{ "pile_set_name": "Github" }
exiftool.exe -b -EmbeddedImage "FLIRE4.jpg" -w "VIS.png" exiftool.exe -b -rawthermalimage "FLIRE4.jpg" -w "IR.png" pause
{ "pile_set_name": "Github" }
using FluentAssertions; using NUnit.Framework; namespace NzbDrone.Integration.Test.ApiTests { [TestFixture] public class HistoryFixture : IntegrationTest { [Test] public void history_should_be_empty() { var history = History.GetPaged(1, 15, "date", "desc"); ...
{ "pile_set_name": "Github" }
<?php use AbuseIO\Models\Permission; use Illuminate\Database\Migrations\Migration; use Illuminate\Database\Schema\Blueprint; class CreatePermissionRoleTable extends Migration { /** * Run the migrations. This migration has a later timestamp as it depends on permissions table. * * @return void *...
{ "pile_set_name": "Github" }
fileFormatVersion: 2 guid: e0bcb7711e193a14cbf50e0e4669856f timeCreated: 1466270351 licenseType: Pro NativeFormatImporter: userData: assetBundleName: assetBundleVariant:
{ "pile_set_name": "Github" }
/* * Bug 1264577 - A test case for testing caches of various submodules. * This test case will load two pages that each page loads various resources * within the same third party domain for the same originAttributes or different * originAttributes. And then, it verifies the number of cache entries and * th...
{ "pile_set_name": "Github" }
from __future__ import with_statement import datetime import logging try: import threading except ImportError: threading = None from flask_debugtoolbar.panels import DebugPanel from flask_debugtoolbar.utils import format_fname _ = lambda x: x class ThreadTrackingHandler(logging.Handler): def __init__(s...
{ "pile_set_name": "Github" }
SET ISO8859-1 TRY esianrtolcdugmphbyfvkwzESIANRTOLCDUGMPHBYFVKWZ' SFX S Y 1 SFX S y ies [^aeiou]y
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd"> <mapper namespace="SAttachmentForTab"> <sql id="sattachmentColumns">RID,ATTACHMENTID,ATTACHMENTNAME,ARCHIVETYPE,ATTACHMENTREMARK,TABLEID,RECORDRID,FILESIZE,FILEPATH, ...
{ "pile_set_name": "Github" }
// // GHTestRunner.h // // Created by Gabriel Handford on 1/16/09. // Copyright 2008 Gabriel Handford // // 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, incl...
{ "pile_set_name": "Github" }
<vector xmlns:android="http://schemas.android.com/apk/res/android" android:width="24dp" android:height="24dp" android:viewportWidth="24.0" android:viewportHeight="24.0"> <path android:fillColor="#FF000000" android:pathData="M21,4L3,4c-1.1,0 -2,0.9 -2,2v12c0,1.1 0.9,2 ...
{ "pile_set_name": "Github" }
{ "name": "flash-vue-admin", "version": "4.1.0", "description": "A web-flash Admin with Element UI & axios & iconfont & permission control & lint", "author": "enilu<enilut@qq.com>", "license": "MIT", "scripts": { "dev": "vue-cli-service serve", "build:prod": "vue-cli-service build", "build:stage...
{ "pile_set_name": "Github" }
#include "DrawPerturb.h" #include "render/DrawUtil.h" #include "sim/SimObj.h" const double cDrawPerturb::gForceScale = 0.005; const double cDrawPerturb::gTorqueScale = 0.00075;// * 0.25; void cDrawPerturb::DrawForce(const tVector& pos, const tVector& force) { const double len_scale = gForceScale; const double arrow...
{ "pile_set_name": "Github" }
{ "type": "minecraft:block", "pools": [ { "rolls": 1, "entries": [ { "type": "minecraft:item", "name": "minecraft:flower_pot" } ], "conditions": [ { "condition": "minecraft:survives_explosion" } ] }, { "rol...
{ "pile_set_name": "Github" }
// Copyright 2018 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. // Code generated by generate-types. DO NOT EDIT. package filedesc import ( "fmt" "sync" "google.golang.org/protobuf/internal/descfmt" "google.golang.org...
{ "pile_set_name": "Github" }
// !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! // !!! This file is auto-generated by Reflang. !!! // !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! #ifndef REFLANG_METADATA_RETURN_NOARGS_GEN_HPP #define REFLANG_METADATA_RETURN_NOARGS_GEN_HPP #include <string> #include "lib/reflang.hpp" #include "return-noargs.sr...
{ "pile_set_name": "Github" }
/* @flow */ import he from 'he' import { parseHTML } from './html-parser' import { parseText } from './text-parser' import { parseFilters } from './filter-parser' import { genAssignmentCode } from '../directives/model' import { extend, cached, no, camelize } from 'shared/util' import { isIE, isEdge, isServerRendering ...
{ "pile_set_name": "Github" }
# Tests for tr, but the test file is not utf8. BEGIN { chdir 't' if -d 't'; require './test.pl'; set_up_inc('../lib'); } plan tests => 1; { # This test is malloc senstive. Right now on some platforms anyway, space # for the final \xff needs to be mallocd, and that's what caused the # problem, becaus...
{ "pile_set_name": "Github" }
ограничения по брой и продължителност, които да се определи ще има Свърлик достигаща до села Дражевци, на десет версти зад Ниш. антибактериалното средство, които потискат чувствителните бактерии. Тя В запазения архив на П. Шафарик се откриват записани сведения отнасящи бактерии. Тяхното терапевтично повлияване често е ...
{ "pile_set_name": "Github" }
/****************************************************************************** * $Id: rasdamandataset.cpp 33717 2016-03-14 06:29:14Z goatbar $ * Project: rasdaman Driver * Purpose: Implement Rasdaman GDAL driver * Author: Constantin Jucovschi, jucovschi@yahoo.com * *******************************************...
{ "pile_set_name": "Github" }
/* * This file is part of the XSL implementation. * * Copyright (C) 2004, 2005, 2006, 2007, 2008 Apple, Inc. All rights reserved. * Copyright (C) 2005, 2006 Alexey Proskuryakov <ap@webkit.org> * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <AssemblyName>client</AssemblyName> <OutputType>Exe</OutputType> <TargetFramework>$(AppTargetFramework)</TargetFramework> <OutputPath>../../../</OutputPath> <AppendTargetFrameworkToOutput...
{ "pile_set_name": "Github" }
# net/metadata ## 项目简介 用于储存各种元信息
{ "pile_set_name": "Github" }
/** * Copyright © 2002 Instituto Superior Técnico * * This file is part of FenixEdu Academic. * * FenixEdu Academic is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by * the Free Software Foundation, either version 3 of the License...
{ "pile_set_name": "Github" }
07
{ "pile_set_name": "Github" }
/* * Copyright 2014-2018 the original author or 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 app...
{ "pile_set_name": "Github" }
// SPDX-License-Identifier: GPL-2.0+ #include <linux/device.h> #include <linux/regmap.h> #include <linux/mfd/syscon.h> #include <linux/bitops.h> #include <linux/module.h> #include "pl111_nomadik.h" #define PMU_CTRL_OFFSET 0x0000 #define PMU_CTRL_LCDNDIF BIT(26) void pl111_nomadik_init(struct device *dev) { struct re...
{ "pile_set_name": "Github" }
[ { "class" : "org.batfish.minesweeper.answers.SmtOneAnswerElement", "result" : { "forwardingModel" : [ "r3,Serial0 --> r4,Serial0 (STATIC)" ], "model" : { "|0_FAILED-EDGE_r1_Loopback0|" : "0", "|0_FAILED-EDGE_r1_Serial1|" : "0", "|0_FAILED-EDGE_r1_r2|" : "0",...
{ "pile_set_name": "Github" }
Hello world
{ "pile_set_name": "Github" }
<!--googleoff: all--> <html><head><title>MOMA Single Sign On</title> <link rel="icon" href="/c/favicon.ico" type="image/x-icon" /> <link href="/c/login.css" rel="stylesheet" /> <script type="text/javascript" src="/c/corploginscript.js" nonce="6D9Hnhb4prd6+Rjh1Qjb84AptCI"> </script> <script type="text/jav...
{ "pile_set_name": "Github" }
defmodule ExampleWeb.Router do use ExampleWeb, :router pipeline :browser do plug :accepts, ["html"] plug :fetch_session plug :fetch_flash plug :protect_from_forgery plug :put_secure_browser_headers end pipeline :api do plug :accepts, ["json"] end scope "/", ExampleWeb do # Use...
{ "pile_set_name": "Github" }
TARGETNAME := proto_radius_acct ifneq "$(TARGETNAME)" "" TARGET := $(TARGETNAME).a endif SOURCES := proto_radius_acct.c TGT_PREREQS := libfreeradius-util.a libfreeradius-radius.a
{ "pile_set_name": "Github" }
/** * MIT License * <p> * Copyright (c) 2018 yadong.zhang * <p> * 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 rights * to use, ...
{ "pile_set_name": "Github" }
// // CATBudgetTitleView.h // CatAccounting // // Created by ran on 2017/10/24. // Copyright © 2017年 ran. All rights reserved. // #import <UIKit/UIKit.h> #define kBudgetTitleHeight 32 @interface CATBudgetTitleView : UIView @property (nonatomic, strong) UILabel *titleLabel; @end
{ "pile_set_name": "Github" }
aaa => aaaa bbb => bbbb1 bbbb2 ccc => cccc1,cccc2 a\=>a => b\=>b a\,a => b\,b fooaaa,baraaa,bazaaa # Some synonym groups specific to this example GB,gib,gigabyte,gigabytes MB,mib,megabyte,megabytes Television, Televisions, TV, TVs #notice we use "gib" instead of "GiB" so any WordDelimiterFilter coming #after us won't ...
{ "pile_set_name": "Github" }
// // Generated by class-dump 3.5 (64 bit) (Debug version compiled Oct 15 2018 10:31:50). // // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard. // #import <objc/NSObject.h> __attribute__((visibility("hidden"))) @interface WXFont : NSObject { } + (id)fontPitchEnumMap; + (id)isoCha...
{ "pile_set_name": "Github" }
use crate::i18n::i18n; use crate::appop::AppOp; use crate::backend::BKCommand; impl AppOp { pub fn initial_sync(&self, show: bool) { if show { self.inapp_notify(&i18n("Syncing, this could take a while")); } else { self.hide_inapp_notify(); } } pub fn sync(...
{ "pile_set_name": "Github" }
package google import ( "github.com/hashicorp/terraform-plugin-sdk/helper/schema" "github.com/hashicorp/terraform-plugin-sdk/helper/validation" containerBeta "google.golang.org/api/container/v1beta1" ) // Matches gke-default scope from https://cloud.google.com/sdk/gcloud/reference/container/clusters/create var def...
{ "pile_set_name": "Github" }
- fix issues when using `ImageManipulator` and `ImagePicker` on SDKs lower than 32 - fix `Location.watchPositionAsync` never resolving on SDK32
{ "pile_set_name": "Github" }
{ "_args": [ [ "depd@~1.1.2", "/home/gelo/projects/dnsFookup/FE/my-app/node_modules/express" ] ], "_from": "depd@>=1.1.2 <1.2.0", "_id": "depd@1.1.2", "_inCache": true, "_installable": true, "_location": "/depd", "_nodeVersion": "6.11.1", "_npmOperationalInternal": { "host": "s...
{ "pile_set_name": "Github" }
import { ObjectId } from 'mongodb'; import { Entity, ManyToOne, OneToOne, PrimaryKey, Property, SerializedPrimaryKey } from '@mikro-orm/core'; import FooBar from './FooBar'; import { Book } from './Book'; @Entity() export class FooBaz { @PrimaryKey() _id!: ObjectId; @SerializedPrimaryKey() id!: string; @P...
{ "pile_set_name": "Github" }
import sys import unittest from test import test_support from UserList import UserList # We do a bit of trickery here to be able to test both the C implementation # and the Python implementation of the module. # Make it impossible to import the C implementation anymore. sys.modules['_bisect'] = 0 # We must ...
{ "pile_set_name": "Github" }
/////////////////////////////////////////////////////////////////////////////////////////////////// // OpenGL Mathematics Copyright (c) 2005 - 2014 G-Truc Creation (www.g-truc.net) /////////////////////////////////////////////////////////////////////////////////////////////////// // Created : 2011-01-15 // Updated : 20...
{ "pile_set_name": "Github" }
# frozen_string_literal: true module Rails module Auth module X509 # X.509 client certificates obtained from HTTP requests class Certificate attr_reader :certificate def initialize(certificate) unless certificate.is_a?(OpenSSL::X509::Certificate) raise TypeError...
{ "pile_set_name": "Github" }
StartChar: X Encoding: 88 88 51 GlifName: X_ Width: 1024 VWidth: 0 Flags: W HStem: 0 21G<89 247.987 904.013 1063> 1388 20G<121 278.377 873.623 1031> LayerCount: 5 Back Fore SplineSet 571 824 m 1 581 824 l 1 884 1408 l 1 1031 1408 l 1 660 721 l 1 660 711 l 1 1063 0 l 1 915 0 l 1 581 608 l 1 571 608 l 1 237 0 l...
{ "pile_set_name": "Github" }
; ; 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 no...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <!-- Copyright 2013 The Android Open Source Project 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 Unle...
{ "pile_set_name": "Github" }
var convert = require('./convert'), func = convert('head', require('../head'), require('./_falseOptions')); func.placeholder = require('./placeholder'); module.exports = func;
{ "pile_set_name": "Github" }
(module TSSOP-8_4.4x3mm_P0.65mm (layer F.Cu) (tedit 5E476F32) (descr "TSSOP, 8 Pin (JEDEC MO-153 Var AA https://www.jedec.org/document_search?search_api_views_fulltext=MO-153), generated with kicad-footprint-generator ipc_gullwing_generator.py") (tags "TSSOP SO") (attr smd) (fp_text reference REF** (at 0 -2.45)...
{ "pile_set_name": "Github" }