context
stringlengths
2.52k
185k
gt
stringclasses
1 value
// 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. /*============================================================ ** ** ** ** A specially designed handle wrapper to en...
// // 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...
/* * 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 o...
/* * 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...
#region Copyright notice and license // Copyright 2015, Google Inc. // 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 copyrigh...
//----------------------------------------------------------------------- // <copyright file="Attributes.cs" company="Akka.NET Project"> // Copyright (C) 2015-2016 Lightbend Inc. <http://www.lightbend.com> // Copyright (C) 2013-2016 Akka.NET project <https://github.com/akkadotnet/akka.net> // </copyright> //---...
namespace LoveSeat { partial class FrmMain { /// <summary> /// Required designer variable. /// </summary> private System.ComponentModel.IContainer components = null; /// <summary> /// Clean up any resources being used. /// </summary> /// <param na...
using System.Collections.Generic; using System.IO; namespace Ecosim.SceneData { /** * Stores tile parameter data for one data type (e.g. pH or salinity) * Storage is done through a Dictionary and is only suitable for situations where * there are not too many non-0 values */ public class SparseBitMap8 : Data { ...
using System; using System.Collections.Generic; using System.Configuration; using System.Linq; using System.Net.Configuration; using System.Web; using System.Web.Configuration; using System.Web.Hosting; using System.Web.Routing; using System.Web.Security; using System.Xml; using System.Xml.Linq; using System.Xml.XPath;...
// The MIT License (MIT) // // Copyright (c) 2014-2016, Institute for Software & Systems Engineering // // 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...
// 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) 2021 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...
// // Copyright (c) 2004-2011 Jaroslaw Kowalski <jaak@jkowalski.net> // // 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 co...
/// This code was generated by /// \ / _ _ _| _ _ /// | (_)\/(_)(_|\/| |(/_ v1.0.0 /// / / /// <summary> /// PLEASE NOTE that this class contains beta products that are subject to change. Use them with caution. /// /// NotificationResource /// </summary> using Newtonsoft.Json; using System; using ...
// 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.Globalization; using System.Net.Http; using System.Runtime; using System.Runtime.InteropServices; using System.Threading....
using System; using System.Collections; using System.Collections.Generic; using System.Globalization; using System.Runtime.InteropServices; using System.Runtime.Serialization; using System.Numerics; using System.Linq; using GlmSharp.Swizzle; // ReSharper disable InconsistentNaming namespace GlmSharp { /// <s...
using System; using RestSharp; using TwitchCSharp.Enums; using TwitchCSharp.Helpers; using TwitchCSharp.Models; namespace TwitchCSharp.Clients { public class TwitchAuthenticatedClient : TwitchReadOnlyClient, ITwitchClient { private readonly string username; public TwitchAuthenticatedClient(str...
/* ==================================================================== Copyright (C) 2004-2008 fyiReporting Software, LLC This file is part of the fyiReporting RDL project. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. ...
// 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.Concurrent; using System.Collections.Generic; using System.Threading; using Xunit; namespa...
// 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 not ...
// 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.Collections.Generic; using System.Diagnostics; using System.Runtime.InteropSe...
// 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. namespa...
/// This code was generated by /// \ / _ _ _| _ _ /// | (_)\/(_)(_|\/| |(/_ v1.0.0 /// / / using System; using System.Collections.Generic; using Twilio.Base; using Twilio.Converters; namespace Twilio.Rest.Wireless.V1 { /// <summary> /// Fetch a Command instance from your account. ///...
// Copyright (c) 2016 SIL International // This software is licensed under the MIT license (http://opensource.org/licenses/MIT) using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Linq.Expressions; using Bugsnag.Payload; using IniParser.Model; using LfMerge.Core.Actions; us...
/* * 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...
// 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. namespa...
namespace FakeItEasy.Specs { using System; using FakeItEasy.Configuration; using FakeItEasy.Tests.TestHelpers; using FluentAssertions; using Xbehave; using Xunit; public static class ArgumentMatchingSpecs { public interface IFoo { int Bar(int a); ...
// *********************************************************************** // 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 RefactoringEssentials.CSharp.Diagnostics; using Xunit; namespace RefactoringEssentials.Tests.CSharp.Diagnostics { public class FunctionNeverReturnsTests : CSharpDiagnosticTestBase { [Fact] public void TestEnd() { var input = @" class TestClass { void TestMethod () ...
using System; using System.Collections; using ILPathways.Business; namespace ILPathways.Utilities { /// <summary> /// Class for formatting a custom menu /// </summary> [Serializable] public class CustomMenu { /// <summary> /// Menu identifier /// </summary> public string MenuId { get { return _menuI...
using System; using System.Runtime.Serialization; using Hammock.Model; using Newtonsoft.Json; namespace TweetSharp { /* <list> <id>2029636</id> <name>firemen</name> <full_name>@twitterapidocs/firemen</full_name> <slug>firemen</slug> <subscriber_count>0</subscriber_...
// Deflater.cs // // Copyright (C) 2001 Mike Krueger // Copyright (C) 2004 John Reilly // // This file was translated from java, it was part of the GNU Classpath // Copyright (C) 2001 Free Software Foundation, Inc. // // This program is free software; you can redistribute it and/or // modify it under the terms of the G...
// 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...
// 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.Tasks; using Xunit; namespace System.Diagnostics.Tests { public class...
using System; using System.Collections.Generic; using System.Threading.Tasks; using OrchardCore.ContentManagement.Display.Models; using OrchardCore.ContentManagement.Metadata.Models; using OrchardCore.ContentManagement.Metadata.Settings; using OrchardCore.DisplayManagement; using OrchardCore.DisplayManagement.Handlers;...
// $begin{copyright} // // This file is part of WebSharper // // Copyright (c) 2008-2018 IntelliFactory // // 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/li...
using System; using System.Collections; using System.Collections.Generic; using System.Linq; using System.Linq.Expressions; using System.Reflection; using System.Text; using ExpectedObjects.Chain.Links; using ExpectedObjects.Strategies; namespace ExpectedObjects { static class ObjectExtensions { intern...
/* * MindTouch Core - open source enterprise collaborative networking * Copyright (c) 2006-2010 MindTouch Inc. * www.mindtouch.com oss@mindtouch.com * * For community documentation and downloads visit www.opengarden.org; * please review the licensing section. * * This program is free software; you can redistri...
using MediaBrowser.Model.ApiClient; using MediaBrowser.Model.Dlna; using MediaBrowser.Model.Dto; using MediaBrowser.Model.Sync; using MediaBrowser.Model.Users; using System.Collections.Generic; using System.IO; using System.Threading.Tasks; using Emby.ApiClient.Model; namespace Emby.ApiClient.Data { public interfa...
using System; using System.Collections; using System.Collections.Generic; using System.Collections.Immutable; using System.Linq; using System.Reflection; using Invio.Xunit; using Xunit; namespace Invio.Immutable { [UnitTest] public sealed class ListPropertyHandlerTests : EnumerablePropertyHandlerTestsBase { ...
/* * 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 * * Unless required by ap...
/////////////////////////////////////////////////////////////////////////////////////////////// // // This File is Part of the CallButler Open Source PBX (http://www.codeplex.com/callbutler // // Copyright (c) 2005-2008, Jim Heising // All rights reserved. // // Redistribution and use in source and binary f...
#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, ...
using System; using DevExpress.CodeRush.Core; namespace CR_XkeysEngine { /// <summary> /// Represents a keystroke in the IDE. /// </summary> public class Shortcut: ShortcutBase, IShortcut, ICloneable { #region private fields... private bool _RightSide; private bool _KeyDownIsRepeated; private int _Origina...
//--------------------------------------------------------------------------- // // Copyright (C) Microsoft Corporation. All rights reserved. // //--------------------------------------------------------------------------- using MS.Internal; using MS.Internal.KnownBoxes; using MS.Utility; using System.ComponentModel; ...
using J2N; using Lucene.Net.Diagnostics; using Lucene.Net.Index.Extensions; using NUnit.Framework; using System; using System.Collections.Generic; using System.IO; using System.Text; using Assert = Lucene.Net.TestFramework.Assert; using Console = Lucene.Net.Util.SystemConsole; namespace Lucene.Net.Index { /* ...
// 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.Reflection; using Xunit; namespace System.Linq.Expressions.Tests { public static class LiftedSubtr...
/* * 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...
// 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 Xunit; namespace System.Numerics.Tests { public class cast_toTest { public delegate void ExceptionGenerator(); ...
// Copyright 2007-2015 Chris Patterson, Dru Sellers, Travis Smith, et. al. // // 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 // /...
using System; using System.Globalization; namespace Bmz.Framework.Extensions { /// <summary> /// Extension methods for String class. /// </summary> public static class StringExtensions { /// <summary> /// Adds a char to end of given string if it does not ends with the char. ...
/******************************************************************** The Multiverse Platform is made available under the MIT License. Copyright (c) 2012 The Multiverse Foundation Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "...
// 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.Runtime.InteropServices; using System.Xml.Linq; using Microsoft.CodeAnalysis; using Microsoft.CodeAnalysis.CodeStyle; using Microso...
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See License.txt in the project root for license information. namespace Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayBackendHttpConfiguration.Update { using Microsoft.Azure.Management.Network.Fluent.HasPort...
//! \file ArcAMI.cs //! \date Thu Jul 03 09:40:40 2014 //! \brief Muv-Luv Amaterasu Translation archive. // // Copyright (C) 2014 by morkt // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to // de...
// Copyright (c) 1995-2009 held by the author(s). 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 c...
using System; using System.Collections; using System.Collections.Generic; using System.ComponentModel; using System.Diagnostics; using System.Drawing; using GuruComponents.Netrix.Designer; //using GuruComponents.Netrix.Licensing; using GuruComponents.Netrix.PlugIns; using GuruComponents.Netrix.SpellChecker.NetSpell; us...
/* * StringFormat.cs - Implementation of the "System.Drawing.StringFormat" class. * * Copyright (C) 2003 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 Foundatio...
#region Imports using System; using System.Collections.Generic; using System.Diagnostics; using System.Drawing; using System.Text; using System.Windows.Forms; using System.Xml.Linq; using TribalWars.Maps.AttackPlans; using TribalWars.Maps.Controls; using TribalWars.Maps.Manipulators.EventArg; using TribalWars.Maps.Mani...
// Copyright (c) Microsoft Open Technologies, Inc. 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.Generic; using System.Linq; using System.Text; using System.Diagnostics; namespace DocumentForma...
using System; using System.Text; using System.Threading; using System.Threading.Tasks; using NUnit.Framework; using SimpleContainer.Configuration; using SimpleContainer.Infection; using SimpleContainer.Interface; using SimpleContainer.Tests.Helpers; namespace SimpleContainer.Tests.ConstructionLog { public abstract cl...
using System; using System.Collections; using System.Collections.Generic; using System.IO; using System.Linq; using System.Reflection; using System.Text; using System.Text.RegularExpressions; using System.Threading; using System.Xml; using Microsoft.Build.Evaluation; using Microsoft.Build.Framework; using Microsoft.Bui...
using UnityEngine; using System.Collections; using Pathfinding; /** Example AI. * \deprecated This script has been deprecated, use AIPath, RichAI or MineBotAI instead */ [RequireComponent (typeof(Seeker))] [RequireComponent (typeof(CharacterController))] [AddComponentMenu("Pathfinding/AI/AIFollow (deprecated)")] publ...
// // Author: // Jb Evain (jbevain@gmail.com) // // Copyright (c) 2008 - 2015 Jb Evain // Copyright (c) 2008 - 2011 Novell, Inc. // // Licensed under the MIT/X11 license. // using System; using System.Collections.Generic; using System.IO; using System.IO.Compression; using System.Security.Cryptography; using Mono.Ce...
/** * (C) Copyright IBM Corp. 2018, 2020. * * 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...
// 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 ...
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...
// TarHeader.cs // // Copyright (C) 2001 Mike Krueger // // 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. // // This ...
using System; using System.IO; using System.Globalization; using System.Text; namespace Weborb.Protocols.JsonRPC { /// <summary> /// Represents a writer that provides a fast, non-cached, forward-only means of /// emitting JSON data formatted as JSON text (RFC 4627). /// </summary> public class Js...
using System; using System.Collections; using System.Collections.Generic; using System.Collections.ObjectModel; using System.ComponentModel; using Xunit; using Shouldly; using System.Linq; using System.Dynamic; using System.Linq.Expressions; using AutoMapper.Internal; using AutoMapper.Internal.Mappers; namespace AutoM...
// 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.IO; using System.Runtime.InteropServices; using Microsoft.DotNet.XUni...
/* * Copyright (c) 2012 Calvin Rien * * Based on the JSON parser by Patrick van Bergen * http://techblog.procurios.nl/k/618/news/view/14605/14863/How-do-I-write-my-own-parser-for-JSON.html * * Simplified it so that it doesn't throw exceptions * and can be used in Unity iPhone with maximum code stripping. * * P...
namespace T5Suite2 { partial class frmBoostBiasRange { /// <summary> /// Required designer variable. /// </summary> private System.ComponentModel.IContainer components = null; /// <summary> /// Clean up any resources being used. /// </summary> ///...
using System; using System.Collections.Generic; using System.Linq; using System.Linq.Expressions; using System.Threading.Tasks; using GraphQL.Types; using Microsoft.Extensions.DependencyInjection; using Microsoft.Extensions.Options; using Newtonsoft.Json.Linq; using OrchardCore.Apis.GraphQL; using OrchardCore.Apis.Grap...
//------------------------------------------------------------------------------- // <copyright file="YEdStateMachineReportGenerator.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 t...
/* ************************************************************************* ** Included in SQLite3 port to C#-SQLite; 2008 Noah B Hart ** C#-SQLite is an independent reimplementation of the SQLite software library ** ** SQLITE_SOURCE_ID: 2010-08-23 18:52:01 42537b60566f288167f1b5864a5435986838e3a3 ** *************...
using UnityEngine; using System.Collections; using System.Runtime.InteropServices; using System.Threading; using System.IO; public class UseRenderingPlugin : MonoBehaviour { int width = 1024; int height = 576; // int width = 1280; // int height = 7; public Texture2D tex; int startCount = 0; ...
//---------------------------------------------------------------- // Copyright (c) Microsoft Corporation. All rights reserved. //---------------------------------------------------------------- #if DEBUG //#define MINIMAP_DEBUG #endif namespace System.Activities.Presentation { using System; using System.Wind...
// Copyright (c) 2012-2013 Rotorz Limited. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #if UNITY_EDITOR using UnityEngine; using UnityEditor; using System; namespace InControl.ReorderableList { /// <summary> /// Reorderable list adapt...
// 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 //...
using System; using System.Xml; using System.IO; using System.Collections; using System.Collections.Generic; using System.Collections.Specialized; namespace Stetic { public class Project: MarshalByRefObject { Application app; ProjectBackend backend; string fileName; IResourceProvider resourceProvider; Com...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System; using System.Collections; using System.Collections.Generic; using System.Globalization; using System.Linq; using Microsoft.AspNetCore.Mvc.ViewFeatures; namespace Micro...
#region /* Copyright (c) 2002-2012, Bas Geertsema, Xih Solutions (http://www.xihsolutions.net), Thiago.Sayao, Pang Wu, Ethem Evlice, Andy Phan, Chang Liu. All rights reserved. http://code.google.com/p/msnp-sharp/ Redistribution and use in source and binary forms, with or without modification, are permitted provided t...
#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, ...
// // Copyright (c) 2004-2017 Jaroslaw Kowalski <jaak@jkowalski.net>, Kim Christensen, Julian Verdurmen // // 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 s...
using System; using System.Diagnostics; using System.Reflection; using System.Threading.Tasks; namespace Orleans.Serialization.Invocation { public abstract class UnitTestRequest : IInvokable { public abstract int ArgumentCount { get; } [DebuggerHidden] public ValueTask<Response> Invoke...
using System; using System.Net; using System.Net.Sockets; using System.Collections; namespace LumiSoft.Net.ICMP { /// <summary> /// ICMP type. /// </summary> public enum ICMP_Type { /// <summary> /// Echo rely. /// </summary> EchoReply = 0, /// <summary> /// Time to live exceeded reply. /// </summa...
// 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 RegexFCD class is internal to the Regex package. // It builds a bunch of FC information (RegexFC) about // t...
using AutoMapper; using AutoMapper.QueryableExtensions; using Microsoft.AspNetCore.Authentication; using Microsoft.AspNetCore.Http; using Microsoft.EntityFrameworkCore; using MvcTemplate.Components.Security; using MvcTemplate.Data; using MvcTemplate.Objects; using MvcTemplate.Tests; using NSubstitute; using System; usi...
// SPDX-License-Identifier: MIT // Copyright wtfsckgh@gmail.com // Copyright iced contributors using System; using System.Collections.Generic; using System.Linq; using Generator.Enums; using Generator.Tables; namespace Generator.Encoder { [TypeGen(TypeGenOrders.CreatedInstructions)] sealed class EncoderTypes { pu...
namespace GitVersion { using System; using System.IO; using System.Linq; using LibGit2Sharp; public class GitPreparer { string targetUrl; string dynamicRepositoryLocation; Authentication authentication; string targetBranch; bool noFetch; string ta...
using System; using System.Collections.Generic; using System.Linq.Expressions; using System.Reflection; using System.Linq; namespace LinqToDB.Reflection { using Expressions; using Extensions; using Mapping; public class MemberAccessor { public MemberAccessor(TypeAccessor typeAccessor, string memberName) { ...
// // Parameter.cs // // Author: Jeffrey Stedfast <jeff@xamarin.com> // // Copyright (c) 2012 Jeffrey Stedfast // // 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.SPOT; using Microsoft.SPOT.Hardware; namespace uPLibrary.Hardware { /// <summary> /// Driver for TB6612FNG dual motor driver /// </summary> public class TB6612FNG : IDisposable { #region Constants... private const int DEFAULT_PWM_FREQUENCY = 10000; // ...
/* ==================================================================== Copyright (C) 2004-2008 fyiReporting Software, LLC This file is part of the fyiReporting RDL project. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. ...
/* * MindTouch Core - open source enterprise collaborative networking * Copyright (c) 2006-2010 MindTouch Inc. * www.mindtouch.com oss@mindtouch.com * * For community documentation and downloads visit www.opengarden.org; * please review the licensing section. * * This program is free software; you can redistri...
// // Copyright (C) 2012-2014 DataStax Inc. // // 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...
// 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...
// 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 (c) Microsoft. All rights reserved. // This code is licensed under the MIT License (MIT). // THIS CODE IS PROVIDED *AS IS* WITHOUT WARRANTY OF // ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING ANY // IMPLIED WARRANTIES OF FITNESS FOR A PARTICUL...