context
stringlengths
2.52k
185k
gt
stringclasses
1 value
/* * 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 ...
using System; using System.Collections.Generic; using System.Diagnostics; using System.IO; using System.IO.Compression; using System.Linq; using System.Text.RegularExpressions; using System.Xml.Linq; using McMaster.Extensions.CommandLineUtils; using Microsoft.Extensions.FileSystemGlobbing; using NuGet.Common; using NuG...
// Copyright 2022 Google LLC // // 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 // // https://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in ...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. /****************************************************************************** * This file is auto-generated from ...
//----------------------------------------------------------------------- // <copyright file="MeshOcclusionUIController.cs" company="Google"> // // Copyright 2016 Google Inc. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with...
// // Copyright (c) Microsoft and contributors. 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.apache.org/licenses/LICENSE-2.0 // // Unless requi...
/// <summary> /// The inspector for the GA prefab. /// </summary> using UnityEngine; using UnityEditor; using System.Collections; using System.Collections.Generic; using System.Reflection.Emit; using System.Reflection; using System; [CustomEditor(typeof(GA_Settings))] public class GA_Inspector : Editor { private GUI...
using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.Linq; using PcapDotNet.Base; using PcapDotNet.Packets.Ip; using PcapDotNet.Packets.IpV4; namespace PcapDotNet.Packets.IpV6 { /// <summary> /// RFC 2460. /// Represents an IPv6 datagram. /// <pre> /// ...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. namespace System.Runtime.InteropServices { /// <summary> /// Native buffer that deals in char size increment...
// 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 1.0.1.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. n...
// 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 0.17.0.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. ...
// Copyright 2021 Google LLC // // 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 // // https://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in ...
/********************************************************************++ Copyright (c) Microsoft Corporation. All rights reserved. --********************************************************************/ using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.Collections.Speci...
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using System.Diagnostics; using Microsoft.CSharp.RuntimeBinder.Syntax; namespace Microsoft.CSharp.RuntimeBinder.Semantics { internal class ExpressionTreeRewriter :...
// **************************************************************** // Copyright 2008, Charlie Poole // This is free software licensed under the NUnit license. You may // obtain a copy of the license at http://nunit.org // **************************************************************** #if !NETCF_1_0 using System; u...
/******************************************************************************* * Copyright 2008-2013 Amazon.com, Inc. or its affiliates. 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. A copy of the License is...
using System; using System.Collections; using System.Collections.Generic; using System.Diagnostics.CodeAnalysis; using System.Globalization; using System.Linq; using System.Reflection; namespace Kappa.RestServices.Areas.HelpPage { /// <summary> /// This class will create an object of a given type and populate ...
/* Josip Medved <jmedved@jmedved.com> * www.medo64.com * MIT License */ //2021-11-25: Refactored to use pattern matching //2021-10-04: Refactored for .NET 5 //2017-09-17: Initial version namespace Medo.Net; using System; using System.Collections.Generic; using System.Net; using System.Net.Sockets; using System.Threa...
#region Header // // Copyright 2003-2019 by Autodesk, Inc. // // Permission to use, copy, modify, and distribute this software in // object code form for any purpose and without fee is hereby granted, // provided that the above copyright notice appears in all copies and // that both that copyright notice and the lim...
/** * 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 m...
// Copyright (c) .NET Foundation. All rights reserved. // Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Concurrent; using System.Collections.Generic; using System.Diagnostics.CodeAnalysis; using System.Linq; using Sy...
using System; using System.Collections.Generic; using System.Text; using System.Data; using System.Data.Odbc; using System.IO; using System.Windows.Forms; using System.Net; using System.Net.Mail; using System.Data.OleDb; using System.Data.SqlClient; using System.Data.Common; namespace ReportMasterTwo { public seal...
//------------------------------------------------------------------------------ // <copyright file="TrackBarRenderer.cs" company="Microsoft"> // Copyright (c) Microsoft Corporation. All rights reserved. // </copyright> //-----------------------------...
// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Linq; using System.Threading; using Microsoft.CodeAnalysis.CSharp; using Microsoft.CodeAnalysis.CSharp.Syntax; using Microsoft.CodeAnalysis.Edito...
#region license // Copyright (c) 2003, 2004, 2005 Rodrigo B. de Oliveira (rbo@acm.org) // 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 ...
using System; //System.Int32.Equals(System.Object) public class Int32Equals2 { #region Public Methods public bool RunTests() { bool retVal = true; TestLibrary.TestFramework.LogInformation("[Positive]"); retVal = PosTest1() && retVal; retVal = PosTest2() && retVal; r...
/* * Copyright (c) Contributors, http://opensimulator.org/ * See CONTRIBUTORS.TXT for a full list of copyright holders. * * 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 r...
using System; using Microsoft.Data.Entity; using Microsoft.Data.Entity.Infrastructure; using Microsoft.Data.Entity.Metadata; using Microsoft.Data.Entity.Migrations; using AllReady.Models; namespace AllReady.Migrations { [DbContext(typeof(AllReadyContext))] [Migration("20160417142032_AddExternalUrlToCampaigns")...
// // System.Web.HttpApplicationFactory // // Author: // Patrik Torstensson (ptorsten@hotmail.com) // Gonzalo Paniagua Javier (gonzalo@ximian.com) // // (c) 2002,2003 Ximian, Inc. (http://www.ximian.com) // (c) Copyright 2004 Novell, Inc. (http://www.novell.com) // // // Permission is hereby granted, free of charge, ...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.Diagnostics; using System.Diagnostics.CodeAnalysis; using System.Globalization; using System.IO; using ...
/* Copyright (c) 2012-2013, dewitcher Team Copyright (c) 2019, Siaranite Solutions Copyright (c) 2019, Cosmos All rights reserved. See in the /Licenses folder for the licenses for each respected project. */ using System; using System.Collections.Generic; using System.Text; namespace AIC.Main.Crypto { /// <summa...
using UnityEngine; using UnityEngine.Serialization; using System.Collections; using System.Collections.Generic; namespace UMA { /// <summary> /// Slot data contains mesh information and overlay references. /// </summary> [System.Serializable] #if !UMA2_LEAN_AND_CLEAN public partial class SlotData :...
/*************************************************************************** * IpodDap.cs * * Copyright (C) 2005-2007 Novell, Inc. * Written by Aaron Bockvoer <abockover@novell.com> ****************************************************************************/ /* THIS FILE IS LICENSED UNDER THE MIT LICENSE AS ...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. /*============================================================ ** ** Class: Privilege ** ** Purpose: Managed wrappe...
using System; using NUnit.Framework; using it.unifi.dsi.stlab.math.algebra; using it.unifi.dsi.stlab.networkreasoner.gas.system.exactly_dimensioned_instance; using it.unifi.dsi.stlab.networkreasoner.gas.system.dimensional_objects; namespace it.unifi.dsi.stlab.networkreasoner.gas.system.tests { [TestFixture()] public...
#region License /* * HttpListenerPrefix.cs * * This code is derived from ListenerPrefix.cs (System.Net) of Mono * (http://www.mono-project.com). * * The MIT License * * Copyright (c) 2005 Novell, Inc. (http://www.novell.com) * Copyright (c) 2012-2020 sta.blockhead * * Permission is hereby granted, free of ch...
// Copyright (c) Microsoft. All Rights Reserved. // Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.CodeDom.Compiler; using System.Collections.Generic; using Microsoft.CodeAnalysis.Sarif.Readers; namespace Microsoft.CodeAnalysis...
using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.ComponentModel; using System.Diagnostics; using System.Diagnostics.CodeAnalysis; using System.Globalization; using System.Linq; using System.Net.Http; using System.Net.Http.Headers; using System.Web.Http; using System.Web...
using System; using System.Collections; using System.Collections.Generic; using System.Diagnostics; using System.Diagnostics.CodeAnalysis; using System.Linq; using System.Text; namespace DotVVM.Framework.Compilation.Javascript.Ast { /// <summary> /// Represents the children of an JsNode that have a specific ro...
/* * Copyright (c) InWorldz Halcyon Developers * Copyright (c) Contributors, http://opensimulator.org/ * * 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 c...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; namespace System.Net { internal static partial class Interop { // WININET.DLL errors ...
#if !(NETCF_1_0 || SILVERLIGHT) using System; using System.Security.Cryptography; using SystemX509 = System.Security.Cryptography.X509Certificates; using Org.BouncyCastle.Asn1.X509; using Org.BouncyCastle.Crypto; using Org.BouncyCastle.Crypto.Parameters; using Org.BouncyCastle.Math; using Org.BouncyCastle.Utilities; ...
/* ==================================================================== 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 Y...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using System.Collections.Generic; using System.Diagnostics.Contracts; using System.IO; using System.Li...
//----------------------------------------------------------------------- // <copyright file="ModelClass" company="LoginRadius"> // Created by LoginRadius Development Team // Copyright 2019 LoginRadius Inc. All rights reserved. // </copyright> //------------------------------------------------------------------...
// Copyright (c) DotSpatial Team. All rights reserved. // Licensed under the MIT license. See License.txt file in the project root for full license information. using System; using System.Collections; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.D...
/* * The author of this software is Steven Fortune. Copyright (c) 1994 by AT&T * Bell Laboratories. * Permission to use, copy, modify, and distribute this software for any * purpose without fee is hereby granted, provided that this entire notice * is included in all copies of any software which is or includes a c...
using System; using System.Collections.Generic; using System.ComponentModel; using System.Drawing; using System.Data; using System.Text; using System.Windows.Forms; using SimpleCrm.Config; using SimpleCrm.Manager; namespace SimpleCrm.Utils { /// <summary> /// Pagination control for displaying records number a...
using System; using System.Diagnostics; namespace Lucene.Net.Codecs { /* * 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 l...
//------------------------------------------------------------------------------ // <OWNER>[....]</OWNER> // // <copyright file="CodeGenerator.cs" company="Microsoft"> // Copyright (c) Microsoft Corporation. All rights reserved. // </copyright> //---...
// *********************************************************************** // Copyright (c) 2014 Charlie Poole // // 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, inclu...
using System; using Microsoft.Data.Entity; using Microsoft.Data.Entity.Infrastructure; using Microsoft.Data.Entity.Metadata; using Microsoft.Data.Entity.Migrations; using App.Data; namespace App.Data.Migrations { [DbContext(typeof(LibraryDbContext))] [Migration("20151124204545_Initial")] partial class Init...
//------------------------------------------------------------------------------- // <copyright file="StateMachineTest.cs" company="Appccelerate"> // Copyright (c) 2008-2015 // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. //...
using System.Collections.Generic; using System.Diagnostics; namespace Lucene.Net.Index { /* * 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 ownershi...
using System; using System.Collections; using System.Reflection; namespace CodeBureau { #region Class StringEnum /// <summary> /// Helper class for working with 'extended' enums using <see cref="StringValueAttribute"/> attributes. /// </summary> public class StringEnum { #region Instance implementation pr...
// Copyright 2021 Google LLC // // 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 // // https://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in ...
using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.ComponentModel; using System.Diagnostics.CodeAnalysis; using System.Globalization; using System.IO; using System.Linq; using System.Net.Http; using System.Net.Http.Formatting; using System.Net.Http.Headers; using System.W...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using Microsoft.Xna.Framework; using Microsoft.Xna.Framework.Graphics; using System.Diagnostics; namespace Maziacs { public class Maze { //public Cell[,] Cells; public Cell[] Cells; public Cell StartCe...
/* * FLINT PARTICLE SYSTEM * ..................... * * This public class is a modified version of Robert Penner's Actionscript 2 easing equations * which are available under the following licence from http://www.robertpenner.com/easing/ * * TERMS OF USE - EASING EQUATIONS * * Open source under the BSD Licen...
using System; namespace Renci.SshNet.Security.Org.BouncyCastle.Math.EC.Abc { /** * Class holding methods for point multiplication based on the window * &#964;-adic nonadjacent form (WTNAF). The algorithms are based on the * paper "Improved Algorithms for Arithmetic on Anomalous Binary Curves" * by ...
/* * Copyright (c) Contributors, http://opensimulator.org/ * See CONTRIBUTORS.TXT for a full list of copyright holders. * * 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 ...
using Lucene.Net.Documents; using Lucene.Net.Support; using System; using System.Collections.Generic; namespace Lucene.Net.Index { using NUnit.Framework; using Codec = Lucene.Net.Codecs.Codec; using Directory = Lucene.Net.Store.Directory; using Document = Documents.Document; using Field = Field; ...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using Microsoft.Win32.SafeHandles; using System.Diagnostics; using System.Runtime.InteropServices; using System.Thre...
/********************************************************************++ Copyright (c) Microsoft Corporation. All rights reserved. --********************************************************************/ using System; using System.IO; using System.Management.Automation; using System.Management.Automation.Internal; usin...
using System; using System.Collections; using System.Collections.Generic; using System.Diagnostics; using System.IO; using System.Text; namespace DeOps.Implementation.Protocol { public enum G2ReadResult { PACKET_GOOD, PACKET_INCOMPLETE, PACKET_ERROR, STREAM_END }; /// <summary> /// Summary description for G2Proto...
/* * Copyright 2010-2014 Amazon.com, Inc. or its affiliates. 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. * A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "l...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. // =+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+ // // CESchedulerPairTests...
using System; using System.Linq; using System.IO; using System.Text; using System.Collections; using System.Collections.Generic; using System.Runtime.Serialization; using Newtonsoft.Json; namespace DocuSign.eSign.Model { /// <summary> /// /// </summary> [DataContract] public class UserInfo : IEqu...
using System; using System.Diagnostics; using System.Windows; using System.Windows.Media; using System.Globalization; using System.Collections.Generic; using System.Collections.ObjectModel; using System.Runtime.InteropServices; using System.Security; using MS.Internal; using MS.Internal.PresentationCore; ...
using System; using System.Collections.Generic; using System.Data; using System.Linq; using bv.common.Core; using bv.common.Diagnostics; using bv.model.BLToolkit; using bv.model.Model.Core; using eidss.model.Enums; using eidss.model.Reports; using DataException = BLToolkit.Data.DataException; using eidss.model.Core.Sec...
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using Azure.Messaging.ServiceBus; using Azure.Messaging.ServiceBus.Administration; using Microsoft.Extensions.Logging; using NetFusion.Azure.ServiceBus.Namespaces.Internal; using NetFusion.Azure.ServiceBus.Publisher; using...
// This file is part of YamlDotNet - A .NET library for YAML. // Copyright (c) Antoine Aubry and contributors // 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,...
using System; using System.Diagnostics; namespace ClosedXML.Excel { internal class XLAddress : IXLAddress { #region Static /// <summary> /// Create address without worksheet. For calculation only! /// </summary> /// <param name="cellAddressString"></param> /// <r...
// <copyright file="Log.cs" company="Adrian Mos"> // Copyright (c) Adrian Mos with all rights reserved. Part of the IX Framework. // </copyright> using System; using System.Diagnostics; using System.Threading; using IX.StandardExtensions.Contracts; using JetBrains.Annotations; namespace IX.Abstractions.Logging; /// ...
using System.Collections.Generic; using UnityEngine; using UnityEngine.Rendering.PostProcessing; namespace UnityEditor.Rendering.PostProcessing { [PostProcessEditor(typeof(ColorGrading))] public sealed class ColorGradingEditor : PostProcessEffectEditor<ColorGrading> { SerializedParameterOverride m_...
using Bridge.Html5; using Bridge.Test.NUnit; using System; namespace Bridge.ClientTest { [Category(Constants.MODULE_SCRIPT)] [TestFixture] public class ScriptTests { public class TestType { public TestType() { i = 42; P = 42; ...
namespace Multiformats.Hash { public enum HashType : uint { ID = 0x00, MD4 = 0xd4, MD5 = 0xd5, SHA1 = 0x11, SHA2_256 = 0x12, SHA2_512 = 0x13, SHA3_512 = 0x14, SHA3_384 = 0x15, SHA3_256 = 0x16, SHA3_224 = 0x17, SHAKE_128 = 0x...
using System; using System.IO; using System.Xml; using System.Text; using System.Reflection; using Microsoft.XmlDiffPatch; namespace Microsoft.XmlDiffPatch { class TestXmlDiff { static void Main( string[] args ) { bool bFragment = false; bool bNodes = false; XmlDiffAlgorithm algorithm = Xml...
// // DiffieHellmanManaged.cs: Implements the Diffie-Hellman key agreement algorithm // // Author: // Pieter Philippaerts (Pieter@mentalis.org) // // (C) 2003 The Mentalis.org Team (http://www.mentalis.org/) // // References: // - PKCS#3 [http://www.rsasecurity.com/rsalabs/pkcs/pkcs-3/] // // // Permission is h...
using System.Net; using System.Text.Json; using JetBrains.Annotations; using JsonApiDotNetCore.Configuration; using JsonApiDotNetCore.Diagnostics; using JsonApiDotNetCore.Resources.Annotations; using JsonApiDotNetCore.Serialization.Objects; using Microsoft.AspNetCore.Http; using Microsoft.AspNetCore.Http.Extensions; us...
using System; using Csla; using SelfLoad.DataAccess; using SelfLoad.DataAccess.ERLevel; namespace SelfLoad.Business.ERLevel { /// <summary> /// C08_Region (editable child object).<br/> /// This is a generated base class of <see cref="C08_Region"/> business object. /// </summary> /// <remarks> ...
using CppSharp.AST; using CppSharp.AST.Extensions; using CppSharp.Generators; using CppSharp.Generators.AST; using CppSharp.Generators.CLI; using CppSharp.Generators.CSharp; namespace CppSharp.Types.Std { [TypeMap("va_list")] public class VaList : TypeMap { public override string CLISignature(CLITy...
using System.Linq; using System; using System.Collections.Generic; using System.Threading.Tasks; namespace Ceen.Extras.InMemorySession { /// <summary> /// Handler for registering a session on a request /// </summary> public class InMemorySessionHandler : IHttpModule { /// <summary> ...
using UnityEngine; using System.Collections; using System.Collections.Generic; //------------------------------------------------------------------------- /// <summary> /// Frontend class to deal with UnityEditor specific tasks which the /// Runtime-dll is not allowed to access, but the script can. /// The backend par...
using Microsoft.Xrm.Sdk; using Microsoft.Xrm.Sdk.Query; using System; using System.Linq.Expressions; #if DLAB_UNROOT_NAMESPACE || DLAB_XRM namespace DLaB.Xrm #else namespace Source.DLaB.Xrm #endif { public static partial class Extensions { // ActiveOnly is a method and _activeOnly Can't be called Act...
//--------------------------------------------------------------------- // This file is part of the CLR Managed Debugger (mdbg) Sample. // // Copyright (C) Microsoft Corporation. All rights reserved. //--------------------------------------------------------------------- using System; //using System.Collections; us...
/* * Inspired from 2009 The Android Open Source Project * Bluetooth chat */ using System; using System.Collections.Generic; using Android.App; using Android.Bluetooth; using Android.Content; using Android.Content.PM; using Android.OS; using Android.Util; using Android.Views; using Android.Widget; namespace Tetrim { ...
#region License /** * Copyright (c) 2010-2012 Lightning Development Studios <lightningdevelopmentstudios@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...
using System.Collections.Generic; using BIRA_Issue_Tracker.Models; using BIRA_Issue_Tracker.Models.Identity; using BIRA_Issue_Tracker.Models.IssueTracker; using Microsoft.AspNet.Identity; using Microsoft.AspNet.Identity.EntityFramework; namespace BIRA_Issue_Tracker.Migrations { using System; using System.Data.Entity...
using System.Diagnostics; namespace Lucene.Net.Codecs { /* * 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 f...
// Copyright (c) Rotorz Limited. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root. using System; using System.Collections.Generic; using System.IO; using System.Linq; using UnityEditor; using UnityEditorInternal; using UnityEngine; using Object = UnityEngine.Object; namespa...
// Generated by ProtoGen, Version=2.3.0.277, Culture=neutral, PublicKeyToken=17b3b1f090c3ea48. DO NOT EDIT! using pb = global::Google.ProtocolBuffers; using pbc = global::Google.ProtocolBuffers.Collections; using pbd = global::Google.ProtocolBuffers.Descriptors; using scg = global::System.Collections.Generic; namespa...
using System; using System.Collections.Generic; using System.Text; using System.Diagnostics; using System.Globalization; using System.Threading; using System.Runtime.Remoting.Channels; using System.Runtime.Serialization.Formatters; using System.Runtime.Remoting; using EnvDTE; using System.IO; using System.Reflection; u...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using Microsoft.Win32; using System.Collections; using System.Collections.Generic; using System.ComponentModel.Desig...
using System; using System.Collections.Generic; using System.Text; using System.Drawing.Printing; using System.Windows.Forms; using System.Drawing; using GPrintLib.Interfaces; namespace GPrintLib { /// <summary> /// /// </summary> public class PrintableDocument { private IList<PrintablePage> ...
// 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 may cause incorrect behavior and will be lost if the code is // regenerated. // // This...
using System.Collections.Generic; using System.IO; using Microsoft.VisualStudio.TestTools.UnitTesting; using System; using NetworkedPlanet.Brightstar; using NetworkedPlanet.Brightstar.Storage; using NetworkedPlanet.Rdf; using VDS.RDF; using VDS.RDF.Parsing; using VDS.RDF.Query; using System.Linq; namespace NetworkedPl...
using System; using System.Collections; using System.Reflection; using System.Reflection.Emit; using System.Collections.Generic; namespace BLToolkit.TypeBuilder.Builders { using Properties; using Reflection; using Reflection.Emit; public class DefaultTypeBuilder : AbstractTypeBuilderBase { #region Interface Ov...
// // https://github.com/mythz/ServiceStack.Redis // ServiceStack.Redis: ECMA CLI Binding to the Redis key-value storage system // // Authors: // Demis Bellot (demis.bellot@gmail.com) // // Copyright 2010 Liquidbit Ltd. // // Licensed under the same terms of Redis and ServiceStack: new BSD license. // using System; ...
using System; using System.Collections; using System.ComponentModel; using System.Drawing; using System.Data; using System.IO; using System.Diagnostics; using System.Windows.Forms; using System.Xml; using System.Reflection; using System.Text; using System.Security; using System.Security.Permissions; using SharpVector...