context
stringlengths
2.52k
185k
gt
stringclasses
1 value
using System; using System.Collections.Concurrent; using System.Collections.Generic; using System.Reflection; using System.Threading.Tasks; using Orleans.CodeGeneration; using Orleans.Runtime; namespace Orleans { /// <summary> /// Factory for accessing grains. /// </summary> internal class GrainFactory...
/*This code is managed under the Apache v2 license. To see an overview: http://www.tldrlegal.com/license/apache-license-2.0-(apache-2.0) Author: Robert Gawdzik www.github.com/rgawdzik/ THIS CODE HAS NO FORM OF ANY WARRANTY, AND IS CONSIDERED AS-IS. */ using System; using System.Collections.Generic; using System.Lin...
// 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 Newtonsoft.Json; using System; using System.Collections.Generic; using System.Globalization; using System.IO;...
using System; using System.Collections.Generic; using System.Security.Cryptography; using System.Diagnostics; using System.IO; using System.Linq; using System.Text; using System.Threading; using DeOps.Implementation; using DeOps.Implementation.Dht; using DeOps.Implementation.Protocol; using DeOps.Implementation.Protoc...
// 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.Drawing.Text; using System.Globalizati...
//C:\Users\t-kevimi\\Documents\\LuaTests\Lua Files for Testing\TableStatements.lua using LanguageModel.Tests.TestGeneration; using LanguageService; using Xunit; namespace LanguageModel.Tests.GeneratedTestFiles { class Generated_30 { [Fact] public void Test(Tester t) { t.N(Syn...
#region License /* The MIT License Copyright (c) 2008 Sky Morey 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, copy, modify, ...
/* Copyright 2019 Esri 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, ...
// 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.Collections.Generic; using System.Linq; using System.Runtime.InteropServices; using Xunit; namespace S...
// 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.Build.Framework; using Microsoft.Build.Utilities; using System; using System.Collections.Generic; us...
/** * LookupService.cs * * Copyright (C) 2008 MaxMind Inc. All Rights Reserved. * * 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 Free Software Foundation; either * version 2.1 of the License, or (at your...
// dnlib: See LICENSE.txt for more info using System; using System.Collections.Generic; using dnlib.Utils; using dnlib.IO; using dnlib.PE; namespace dnlib.W32Resources { /// <summary> /// A Win32 resource directory (see IMAGE_RESOURCE_DIRECTORY in the Windows SDK) /// </summary> public abstract class ResourceDire...
// 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 Test.Utilities; using Xunit; namespace Microsoft.NetFramework.Analyzers.UnitTests { public partial class DoNotUseInsecureDtdProcessingAnalyzerTests...
// Copyright (c) 2015 Alachisoft // // 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 t...
using UnityEngine; using System; using System.Collections; using System.Collections.Generic; using System.Text; using System.Text.RegularExpressions; namespace UnityEngine.Advertisements.XCodeEditor { public class PBXParser { public const string PBX_HEADER_TOKEN = "// !$*UTF8*$!\n"; public const char WHITESPACE_...
// =========================================================== // Copyright (c) 2014-2015, Enrico Da Ros/kendar.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...
/* * QUANTCONNECT.COM - Democratizing Finance, Empowering Individuals. * Lean Algorithmic Trading Engine v2.0. Copyright 2014 QuantConnect 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 ...
// 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; using System.Reflection; using System.Runt...
using System; using System.Collections.Generic; using System.Reflection; using System.Xml; using AlteryxRecordInfoNet; using OmniBus.Framework.Factories; using OmniBus.Framework.Interfaces; using OmniBus.Framework.Serialisation; namespace OmniBus.Framework { /// <summary> /// Base Implementation of an <s...
// 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. // TypeDelegator // // This class wraps a Type object and delegates all methods to that Type. namespace System.Ref...
using UnityEngine; using System; namespace Cinemachine { /// <summary> /// A Cinemachine Virtual Camera Body component that constrains camera motion /// to a CinemachinePath. The camera can move along the path. /// /// This behaviour can operate in two modes: manual positioning, and Auto-Dolly po...
/* * 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; using System.Diagnostics; using System.Runtime.InteropServices; using System.Security.Cryptography; us...
// 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. // =+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+ // // // // Compiler-targ...
// Copyright ?2004, 2015, Oracle and/or its affiliates. All rights reserved. // // MySQL Connector/NET is licensed under the terms of the GPLv2 // <http://www.gnu.org/licenses/old-licenses/gpl-2.0.html>, like most // MySQL Connectors. There are special exceptions to the terms and // conditions of the GPLv2 as it is a...
/* * UTF7Encoding.cs - Implementation of the * "System.Text.UTF7Encoding" class. * * Copyright (C) 2001 Southern Storm Software, Pty Ltd. * * 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 Foundati...
// 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.Collections.Immutable; using System.Diagnostics.SymbolStore; using System.Runtime.InteropServices.ComTypes; using Microsoft.VisualS...
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...
/* * UltraCart Rest API V2 * * UltraCart REST API Version 2 * * OpenAPI spec version: 2.0.0 * Contact: support@ultracart.com * Generated by: https://github.com/swagger-api/swagger-codegen.git */ using System; using System.Linq; using System.IO; using System.Text; using System.Text.RegularExpressions; using Sy...
using System; using System.IO; using System.Linq; using GitVersion.Common; using GitVersion.Extensions; using GitVersion.Logging; using GitVersion.Model.Configuration; using Microsoft.Extensions.Options; namespace GitVersion { public class GitPreparer : IGitPreparer { private readonly ILog log; ...
using System; using System.Collections; using System.Collections.Generic; using System.Collections.Specialized; using System.ComponentModel.DataAnnotations; using System.Globalization; using System.Reflection; using System.Runtime.Serialization; using System.Web.Http; using System.Web.Http.Description; using System.Xml...
using System; namespace GrpcPool { /// <summary> /// Preconditions for checking method arguments, state etc. /// </summary> public static class GaxPreconditions { // Possible future directions: // - Debug-only preconditions, as used extensively in Noda Time (for checking and self-d...
using System; using System.Collections.Generic; using System.Globalization; using System.Linq; using Avalonia.Controls; using Avalonia.Markup.Xaml.XamlIl.CompilerExtensions.AstNodes; using Avalonia.Markup.Xaml.XamlIl.CompilerExtensions.Transformers; using Avalonia.Media; using XamlX.Ast; using XamlX.Transform; using Xa...
#region License // Copyright (c) K2 Workflow (SourceCode Technology Holdings Inc.). All rights reserved. // Licensed under the MIT License. See LICENSE file in the project root for full license information. #endregion using System; using System.Collections.Generic; using System.IO; using System.Text; using SourceCod...
using System; using System.Buffers; using System.Diagnostics; using System.IO.Pipelines; using System.Net.Sockets; using System.Runtime.InteropServices; using System.Threading; using System.Threading.Tasks; using Microsoft.Extensions.Logging; namespace Orleans.Networking.Shared { internal sealed class SocketConnec...
/* * Farseer Physics Engine: * Copyright (c) 2012 Ian Qvist * * Original source Box2D: * Copyright (c) 2006-2011 Erin Catto http://www.box2d.org * * 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 t...
// SF API version v50.0 // Custom fields included: False // Relationship objects included: True using System; using NetCoreForce.Client.Models; using NetCoreForce.Client.Attributes; using Newtonsoft.Json; namespace NetCoreForce.Models { ///<summary> /// Embedded Service ///<para>SObject Name: EmbeddedServiceDetail...
#region COPYRIGHT (c) 2007 by Matthias Fischer // THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY // KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE // IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A PARTICULAR // PURPOSE. // // This material may not be duplica...
using UnityEngine; using System.Collections; using System.Collections.Generic; namespace LowoUN.Module.Sound { public class Module_Sound : MonoBehaviour { private static Module_Sound _instance; public static Module_Sound instance { get { if (_instance == null) Debug.LogError ("====== LowoUN / Module...
/* $Id$ * * Project: Swicli.Library - Two Way Interface for .NET and MONO to SWI-Prolog * Author: Douglas R. Miles * E-mail: logicmoo@gmail.com * WWW: http://www.logicmoo.com * Copyright (C): 2010-2012 LogicMOO Developement * * This library is free software; you can redistribute it and...
/* * Simulator.cs * RVO2 Library C# * * Copyright 2008 University of North Carolina at Chapel Hill * * 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/lice...
// 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.Diagnostics; using System.Diagnostics.Contracts; namespace System.Text { public seal...
// 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 System.Diagnostics; using System.Diagnostics.CodeAnalysis; using System.Diagnostics.Contracts; using Validation; namespace Syst...
// 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.Diagnostics; using System.Runtime.CompilerServices; using System.Reflection; using Syste...
using System; using System.Collections.Generic; using System.Text; namespace Asn1 { public class AsnOID { static Dictionary<string, string> OIDToName = new Dictionary<string, string>(); static Dictionary<string, string> NameToOID = new Dictionary<string, string>(); static AsnOID() { /* * From RFC 5280,...
// 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 System.Diagnostics; using System.Runtime; using System.Runtime.CompilerServices; using System.ServiceModel.Channels; using Syste...
// Copyright (c) The Avalonia Project. All rights reserved. // Licensed under the MIT license. See licence.md file in the project root for full license information. using System; using System.Collections.Generic; using System.Reactive; using System.Reactive.Linq; using System.Reactive.Subjects; using Microsoft.Reactiv...
using System; using Autofac.Builder; using Autofac.Core.Lifetime; using NUnit.Framework; using Autofac.Core; using System.Collections.Generic; namespace Autofac.Tests { [TestFixture] public class TagsFixture { public class HomeController { public HomeController() { ...
// ----------------------------------------------------------------------- // <copyright file="ActorContext.cs" company="Asynkron HB"> // Copyright (C) 2015-2018 Asynkron HB All rights reserved // </copyright> // ----------------------------------------------------------------------- using System; using Syst...
using System; using System.Collections.Generic; using System.Linq; using System.Web.Mvc; using Orchard.ContentManagement; using Orchard.ContentManagement.MetaData; using Orchard.ContentManagement.MetaData.Models; using Orchard.Core.Common.Models; using Orchard.Core.Containers.Models; using Orchard.Core.Containers.Servi...
// CodeContracts // // Copyright (c) Microsoft Corporation // // All rights reserved. // // MIT License // // 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 wit...
using System; using System.Globalization; using System.Collections.Generic; using Sasoma.Utils; using Sasoma.Microdata.Interfaces; using Sasoma.Languages.Core; using Sasoma.Microdata.Properties; namespace Sasoma.Microdata.Types { /// <summary> /// A movie rental store. /// </summary> public class MovieRentalStore...
/* * Copyright (c) 2006, Jonas Beckeman * 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 conditio...
// 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. ...
#region License /* * Copyright 2002-2010 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 * * Unle...
// 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.IdentityModel.Selectors; using System.IdentityModel.Tokens; using System.Net; using System.Security.Aut...
namespace CodeFirst_MigratWithExistDB { using System; using System.Data.Entity; using System.ComponentModel.DataAnnotations.Schema; using System.Linq; public partial class SWDEContext : DbContext { public SWDEContext() : base("name=SWDEContext") { } public virtual DbSet<G5ADR> G5ADR { get; set; } p...
namespace StockSharp.Algo.Storages { using System; using System.Collections.Generic; using System.IO; using System.Text; using System.Linq; using Ecng.Collections; using Ecng.Common; using Ecng.Serialization; using StockSharp.Logging; using StockSharp.Messages; /// <summary> /// Extended info <see cref="...
/* * @author Valentin Simonov / http://va.lent.in/ */ using System; using System.Collections.Generic; using TouchScript.Utils; using UnityEngine; namespace TouchScript.Gestures.Simple { /// <summary> /// Simple Pan gesture which only relies on the first touch. /// </summary> [AddComponentMenu("Touch...
using System; using System.Data; using System.Configuration; using System.Collections; using System.Web; using System.Web.Security; using System.Web.UI; using System.Web.UI.WebControls; using System.Web.UI.WebControls.WebParts; using System.Web.UI.HtmlControls; public partial class Backoffice_Controls_EditRekamMedisRI...
using CrystalDecisions.CrystalReports.Engine; using CrystalDecisions.Windows.Forms; using DpSdkEngLib; using DPSDKOPSLib; using Microsoft.VisualBasic; using System; using System.Collections; using System.Collections.Generic; using System.Drawing; using System.Diagnostics; using System.Windows.Forms; using System.Linq; ...
// 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.Globalization; using Xunit; namespace System.Tests { ...
/* * Qa full api * * No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) * * OpenAPI spec version: all * * Generated by: https://github.com/swagger-api/swagger-codegen.git * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use ...
// 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.Security.Cryptography; using Test.Cryptography; using X...
namespace Microsoft.Azure.Management.StorSimple8000Series { using Azure; using Management; using Rest; using Rest.Azure; using Models; using System.Collections; using System.Collections.Generic; using System.Threading; using System.Threading.Tasks; /// <summary> /// BackupS...
using System; using System.Threading.Tasks; using VerifyXunit; using Xunit; [UsesVerify] public class RewritingMethods { [Fact] public Task RequiresNonNullArgumentForExplicitInterface() { var type = AssemblyWeaver.Assembly.GetType("ClassWithExplicitInterface"); var sample = (IComparable<str...
// 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.Buffers; using System.Diagnostics; using System.Runtime.CompilerServices; using System.Runtime.InteropS...
using System; using System.Collections.Generic; using System.Text.RegularExpressions; namespace PluralizeSample { internal class EnglishPluralizerData { // http://www.csse.monash.edu.au/~damian/papers/HTML/Plurals.html // perhaps also http://www.clips.ua.ac.be/pages/pattern-en // http://www.visca.com/r...
#region Disclaimer/Info /////////////////////////////////////////////////////////////////////////////////////////////////// // Subtext WebLog // // Subtext is an open source weblog system that is a fork of the .TEXT // weblog system. // // For updated news and information please visit http://subtextproject.com/ // Su...
using System; using System.ComponentModel; using System.Web.UI; using System.Web.UI.WebControls; namespace Nucleo.Web.DataFields { /// <summary> /// Provides a primitive set of functions when working with custom data control fields. /// </summary> public abstract class BasePrimitiveDataField : DataControlField {...
using System; using System.Collections.Generic; using System.Text; using AxiomCoders.PdfReports.Exceptions; using System.Runtime.InteropServices; using System.IO; namespace AxiomCoders.PdfReports { /// <summary> /// Main class that implements pdfFactoryInterface methods /// </summary> internal sealed class PdfFact...
/* * This file is part of UniERM ReportDesigner, based on reportFU by Josh Wilson, * the work of Kim Sheffield and the fyiReporting project. * * Prior Copyrights: * _________________________________________________________ * |Copyright (C) 2010 devFU Pty Ltd, Josh Wilson and Others| * | (http://reportfu.org) ...
// 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.Collections.Generic; using System.ComponentModel; using System.Globa...
/* * 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.Collections.Generic; using System.Diagnostics; using System.Diagnostics.Contracts; using System.Globali...
// Copyright (c) 2013 SIL International // This software is licensed under the MIT license (http://opensource.org/licenses/MIT) using System; using System.ComponentModel; using System.Data; using System.IO; namespace Icu { /// <summary> /// Error code to replace exception handling, so that the code is compatible //...
/* * Copyright (c) 2007-2008, openmetaverse.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 the above copyright notice, this * li...
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using System.Buffers.Text; namespace System.Buffers.Text { public static partial class CustomParser { public static bool TryParseByte(ReadOnlySpan<byte...
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using System; using System.Globalization; using System.IO; using System.Threading; using System.Linq; using Microsoft.Build.Shared; using Shouldly; using Xunit; namesp...
/* * Copyright 2008 Matthias Sessler * * This file is part of LibMpc.net. * * LibMpc.net 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, or * (at your option)...
// 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.Diagnostics; using System.Globalization; using System.Security.Principal; using System.Co...
// *********************************************************************** // Copyright (c) 2007 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 System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Data.SqlClient; using System.Diagnostics; using System.IO; using System.ServiceProcess; using System.Text; using System.Threading; using Microsoft.Win32; namespace Universe.SqlTrace.LocalInstances { public ...
using ObjCRuntime; using System; namespace Estimote { using ObjCRuntime; public enum Color { Unknown, MintCocktail, IcyMarshmallow, BlueberryPie, SweetBeetroot, CandyFloss, LemonTart, VanillaJello, LiquoriceSwirl, White, Black, Transparent } public enum FirmwareUpdate { None, Avai...
// Python Tools for Visual Studio // Copyright(c) Microsoft Corporation // 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 //...
// 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.Collections; using System.IO; using System.Security.Cryptography.X509Certificates; using System.Securit...
// 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.Build.Framework; using Newtonsoft.Json; using NuGet.RuntimeModel; using NuGet.Versioning; using Syst...
#region MigraDoc - Creating Documents on the Fly // // Authors: // Stefan Lange (mailto:Stefan.Lange@pdfsharp.com) // Klaus Potzesny (mailto:Klaus.Potzesny@pdfsharp.com) // David Stephensen (mailto:David.Stephensen@pdfsharp.com) // // Copyright (c) 2001-2009 empira Software GmbH, Cologne (Germany) // // http://ww...
//------------------------------------------------------------------------------ // <copyright file="Program.cs" company="Microsoft"> // Copyright (c) Microsoft Corporation. All rights reserved. // </copyright> // <disclaimer> // THIS CODE AND INFORMATION ARE PROVIDED "AS IS" WITHOUT WARRANTY OF ANY // KIN...
#region License /* * Copyright 2013 Weswit Srl * * 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 la...
//Some of this file was refactored by 'veer' of http://www.moparscape.org. using System; namespace Rs317.Sharp { sealed class Instrument { public static void initialise() { noise = new int[32768]; for(int noiseId = 0; noiseId < 32768; noiseId++) if(StaticRandomGenerator.Next() > 0.5D) noise[nois...
// 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. ...
#region License // Copyright (c) 2007 James Newton-King // // 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, // copy, ...
//--------------------------------------------------------------------------- // // File: HtmlFromXamlConverter.cs // // Copyright (C) Microsoft Corporation. All rights reserved. // // Description: Prototype for Xaml - Html conversion // //--------------------------------------------------------------------------- ...
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using Xunit; namespace ManagedTests.DynamicCSharp.Conformance.dynamic.overloadResolution.Operators.Twoclass2operates.binary.overload001.overload001 { using Managed...
// ******************************************************************************************************** // Product Name: DotSpatial.Controls.dll // Description: The core libraries for the DotSpatial 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 // // Unless required by applicable law or agreed to in writing, software distributed under the ...
/// This code is taken from /// http://www.codeproject.com/dotnet/nhibernatept1.asp using System; using NHibernate; using NHibernate.Cfg; using System.Collections; using nhibernator.BLL; //using NHibernate.Expression; using Iesi.Collections; [assembly: log4net.Config.XmlConfigurator(Watch = true)] namespace nhiberna...
// 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.Linq; using System.Threading; using System.Threading.Tasks; using Xunit; namespace System.Data.SqlClie...
#region License // Distributed under the MIT License // ============================================================ // Copyright (c) 2019 Hotcakes Commerce, LLC // // Permission is hereby granted, free of charge, to any person obtaining a copy of this software // and associated documentation files (the "Software"),...