context
stringlengths
2.52k
185k
gt
stringclasses
1 value
using System; using System.IO; namespace jmespath.net.compliance { /// <summary> /// Provides color support to Console output. /// The methods of this class are thread-safe to /// prevent color corruption in case of crash. /// </summary> public class ConsoleEx { private static read...
// 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. namespace Microsoft.Azure.Management.ServiceFabric.Models { using Microsoft.Azure; using Microsoft.Azure.Management; using Microsoft.Azure.Management.Se...
using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.Collections.Specialized; using System.ComponentModel; using Android.Support.V4.View; using Android.Views; using Xamarin.Forms.Internals; using AView = Android.Views.View; namespace Xamarin.Forms.Platform.Android { publi...
// 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 ...
// **************************************************************** // This is free software licensed under the NUnit license. You // may obtain a copy of the license as well as information regarding // copyright ownership at http://nunit.org. // **************************************************************** using S...
using Android.OS; using Android.Views; using System; using System.Reactive; using System.Collections.Generic; using System.Collections.Immutable; using System.Linq; using System.Reactive.Linq; using System.Reactive.Subjects; using Accord; using Android.Runtime; using Android.Support.Constraints; using AndroidX.Fragment...
using System; using System.IO; using System.Runtime.InteropServices; using NDesk.Options; namespace SteamBot { public class Program { private static OptionSet opts = new OptionSet() { {"bot=", "launch a configured bot given t...
//----------------------------------------------------------------------------- // Copyright (c) 2012 GarageGames, LLC // // 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 restrictio...
// 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.Generic; using System.IO; using System.Linq; using System.Net; using System.Threading.Tasks; using HtcSharp.HttpM...
//--------------------------------------------------------------------- // <copyright file="MaterializeFromAtom.cs" company="Microsoft"> // Copyright (c) Microsoft Corporation. All rights reserved. // </copyright> // <summary> // materialize objects from an xml stream // </summary> //-----------------------------...
// 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.Threading.Tasks; using Microsoft.CodeAnalysis.Testing; using Xunit; using VerifyCS = Test.Utilities.CSharpSecurityCodeFixVerifier< Microsoft....
// 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 Xunit; namespace System.Linq.Tests ...
using System; using System.Windows.Forms; using System.ComponentModel; using System.Xml.Serialization; using System.Runtime.InteropServices; namespace MovablePython { /// <summary> /// TODO: maybe use http://blogs.msdn.com/b/toub/archive/2006/05/03/589423.aspx /// </summary> public class Hotkey : IMess...
// 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 Xunit; using System.Linq; namespace System.IO.Tests { public partial class File_Move : FileSystemTest ...
// // 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...
// Copyright 2005-2010 Gallio Project - http://www.gallio.org/ // Portions Copyright 2000-2004 Jonathan de Halleux // // 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.a...
// 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.Collections.Concurrent; using System.Collections.Generic; using System.Linq; using System.Threading; using Xunit; namespace Test { publi...
using System; using System.Collections.Generic; using Android.Runtime; namespace Org.Achartengine.Renderer { // Metadata.xml XPath class reference: path="/api/package[@name='org.achartengine.renderer']/class[@name='DialRenderer']" [global::Android.Runtime.Register ("org/achartengine/renderer/DialRenderer", DoNotGen...
// // Copyright (c) 2004-2016 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...
// Copyright (C) 2014 dot42 // // Original filename: Java.Beans.cs // // 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 requ...
using Xunit; namespace Jint.Tests.Ecma { public class Test_15_5_4_10 : EcmaTest { [Fact] [Trait("Category", "15.5.4.10")] public void TheStringPrototypeMatchLengthPropertyHasTheAttributeReadonly() { RunTest(@"TestCases/ch15/15.5/15.5.4/15.5.4.10/S15.5.4.10_A10.js", false); ...
using System; using System.Collections.Generic; using System.ComponentModel; using System.Linq; using NUnit.Framework; using SIL.DictionaryServices.Model; using SIL.Lift; using SIL.Lift.Options; using SIL.TestUtilities; using SIL.Text; namespace SIL.DictionaryServices.Tests.Model { [TestFixture] public class LexEntr...
#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...
// Copyright (c) 2004, 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 the above copyright notice,...
//Copyright 2014 Spin Services Limited //Licensed under the Apache License, Version 2.0 (the "License"); //you may not use this file except in compliance with the License. //You may obtain a copy of the License at // http://www.apache.org/licenses/LICENSE-2.0 //Unless required by applicable law or agreed to in wr...
// 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. namespac...
#region License Header /* * QUANTLER.COM - Quant Fund Development Platform * Quantler Core Trading Engine. Copyright 2018 Quantler B.V. * * 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:/...
using System; using System.Collections.Generic; using System.Linq; namespace SnapCall { using System.IO; public class Evaluator { private bool debug; private HashMap handRankMap; private Dictionary<ulong, ulong> monteCarloMap; const float loadfactor = 1.25f; string...
/* Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT License. See License.txt in the project root for license information. */ using System; using System.Linq; using System.Collections.Generic; using System.Web; using Adxstudio.Xrm.Cms; using Microsoft.Xrm.Client; using Microsoft.Xrm....
// ---------------------------------------------------------------------------------- // // Copyright Microsoft Corporation // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // http://www.apac...
<?cs def:fullpage() ?> <div id="body-content"> <?cs /def ?> <?cs def:sdk_nav() ?> <div class="wrap clearfix" id="body-content"> <div class="col-4" id="side-nav" itemscope itemtype="http://schema.org/SiteNavigationElement"> <div id="devdoc-nav" class="scroll-pane"> <a class="totop" href="#top" data-g-eve...
/* ==================================================================== Copyright (C) 2004-2008 fyiReporting Software, LLC Copyright (C) 2011 Peter Gill <peter@majorsilence.com> This file is part of the fyiReporting RDL project. Licensed under the Apache License, Version 2.0 (the "License"); you may...
using UnityEngine; using UnityEditor; using Behave.Runtime; using Behave.Assets; using Behave.Editor; using System.IO; public class BehaveMenu : ScriptableObject { [MenuItem ("Help/Behave documentation &%?")] public static void Documentation () { Behave.Editor.Resources.Documentation (); } [MenuItem ("Assets...
/* * 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...
// 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.Linq; using System.Security.Cryptography.Asn1; using System.Security.Cryptogr...
// --------------------------------------------------------------------------- // <copyright file="ColumnCollection.cs" company="Microsoft"> // Copyright (c) Microsoft Corporation. All rights reserved. // </copyright> // --------------------------------------------------------------------------- // --------------...
// Copyright (C) 2014 dot42 // // Original filename: Array.cs // // 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 ...
//---------------------------------------------------------------------- // Copyright (c) Microsoft Open Technologies, Inc. // All Rights Reserved // Apache License 2.0 // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may ob...
// 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. /*============================================================ ** ** ** ** Purpose: Provides some basic access to so...
// 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.dynamicType.generics.cnstraintegeregers.complex001.complex001 { using ManagedTests.DynamicCSh...
/* * Copyright (c) Citrix Systems, 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: * * 1) Redistributions of source code must retain the above copyright * notice, this lis...
// The MIT License (MIT) // // CoreTweet - A .NET Twitter Library supporting Twitter API 1.1 // Copyright (c) 2013-2015 CoreTweet Development Team // // 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...
using System; using System.Globalization; using System.Runtime.Serialization; using NDatabase.Api; using NDatabase.Cache; using NDatabase.Exceptions; using NDatabase.Meta; using NDatabase.Meta.Introspector; using NDatabase.Tool; using NDatabase.Triggers; namespace NDatabase.Core.Engine { /// <summary> /// Cl...
using System; using System.Collections.Generic; using System.Linq; using System.Windows.Controls; using System.Windows.Media; using System.Windows.Shapes; using Microsoft.Msagl; using Microsoft.Msagl.ControlForWpfObsolete; using Microsoft.Msagl.Core.DataStructures; using Microsoft.Msagl.Core.Geometry; using Microsoft.M...
using System.Collections.Generic; using System.Linq; using AspNetUpgrade.Actions; using AspNetUpgrade.Actions.LaunchSettings; using AspNetUpgrade.Actions.ProjectJson; using AspNetUpgrade.Actions.Xproj; using AspNetUpgrade.Migrator.DependencyMigrations; using AspNetUpgrade.Migrator.DependencyMigrations.RTM; using AspNet...
using System; using System.Collections.Generic; using System.Globalization; using System.IO; using System.Linq; using System.Text; using System.Xml; using System.Web; using Newtonsoft.Json; using Umbraco.Core; using Umbraco.Core.Logging; using umbraco.cms.businesslogic.web; using umbraco.cms.businesslogic.macro; using ...
// Copyright (c) Brock Allen & Dominick Baier. All rights reserved. // Licensed under the Apache License, Version 2.0. See LICENSE in the project root for license information. using IdentityModel; using IdentityServer4.Configuration; using IdentityServer4.Extensions; using IdentityServer4.Models; using IdentityServer...
# CS_ARCH_MIPS, CS_MODE_MIPS32+CS_MODE_BIG_ENDIAN, None 0x78,0x04,0x4e,0x90 = add_a.b $w26, $w9, $w4 0x78,0x3f,0xdd,0xd0 = add_a.h $w23, $w27, $w31 0x78,0x56,0x32,0xd0 = add_a.w $w11, $w6, $w22 0x78,0x60,0x51,0x90 = add_a.d $w6, $w10, $w0 0x78,0x93,0xc4,0xd0 = adds_a.b $w19, $w24, $w19 0x78,0xa4,0x36,0x50 = adds_a.h $w...
/* * Copyright (c) 2015, InWorldz Halcyon Developers * 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 *...
// 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 required by...
using System; using System.Collections; using System.Collections.Generic; using System.IO; using System.Text; namespace SocketHttpListener { internal class WebSocketFrame : IEnumerable<byte> { #region Private Fields private byte[] _extPayloadLength; private Fin _fin; private Ma...
/* * 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...
using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Threading.Tasks; using Newtonsoft.Json.Linq; using NuGet.Packaging.Core; using NuGet.Versioning; namespace Sleet { /// <summary> /// Package registrations are an index to the catalog. /// </summary> public ...
using UnityEngine; using System; using System.Collections; using System.Collections.Generic; using System.Linq; public sealed class InteractiveConsole : ConsoleBase { #region FB.ActivateApp() example private void CallFBActivateApp() { FB.ActivateApp(); Callback(new FBResult("Check Insights...
/* Copyright (c) 2003-2006 Niels Kokholm and Peter Sestoft 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, me...
/* * SubSonic - http://subsonicproject.com * * The contents of this file are subject to the Mozilla Public * License Version 1.1 (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.mozilla.org/MPL/ * * Software distributed un...
using AIM.Web.ClientApp.Models.EntityModels; using Newtonsoft.Json; using System; using System.Collections.Generic; using System.Runtime.Serialization; using TrackableEntities; using TrackableEntities.Client; namespace AIM.Web.ClientApp.Models.EntityModels { [JsonObject(IsReference = true)] [DataContract(IsRef...
// 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...
using System; using System.Linq; using System.Threading.Tasks; using Orleans; using Orleans.Runtime; using TestExtensions; using UnitTests.GrainInterfaces; using UnitTests.Grains; using Xunit; using GrainInterfaceUtils = Orleans.CodeGeneration.GrainInterfaceUtils; namespace DefaultCluster.Tests { using Microsoft.E...
//----------------------------------------------------------------------- // <copyright file="Network.cs">(c) http://www.codeplex.com/MSBuildExtensionPack. This source is subject to the Microsoft Permissive License. See http://www.microsoft.com/resources/sharedsource/licensingbasics/sharedsourcelicenses.mspx. All other...
// ==++== // // Copyright (c) Microsoft Corporation. All rights reserved. // // ==--== //========================================================================== // File: HttpChannelHelper.cs // // Summary: Implements helper methods for http client and server channels. // //===========================...
// Amplify Shader Editor - Visual Shader Editing Tool // Copyright (c) Amplify Creations, Lda <info@amplify.pt> using UnityEngine; using UnityEditor; using System; using System.Collections.Generic; namespace AmplifyShaderEditor { public enum ToolButtonType { Update = 0, Live, CleanUnusedNodes, OpenSourceCod...
/* * 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 System.Collections; using System.ComponentModel; using System.Data; using System.Drawing; using System.Web; using System.Web.SessionState; using System.Web.UI; using System.Web.UI.WebControls; using System.Web.UI.HtmlControls; using System.Data.SqlClient; using CrystalDecisions.Shared; namespace W...
namespace KabMan.Forms { partial class DeviceManagerForm { /// <summary> /// Required designer variable. /// </summary> private System.ComponentModel.IContainer components = null; /// <summary> /// Clean up any resources being used. /// </summary> ...
// 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. // ------------------------------------------------------------------------------ // Changes to this file must follow...
namespace Nancy.Tests.Unit { using System; using System.Collections.Generic; using System.Threading; using System.Threading.Tasks; using FakeItEasy; using Nancy.Bootstrapper; using Nancy.Diagnostics; using Nancy.ErrorHandling; using Nancy.Extensions; using Nancy.Helpers; us...
using System; using System.Collections.Generic; using System.Diagnostics; using System.Linq; using System.Runtime.InteropServices; using System.Text; using Htc.Vita.Core.Log; namespace Htc.Vita.Core.Runtime { public static partial class UserManager { internal static class Windows { ...
using System; using System.Diagnostics; using System.Text; using u32 = System.UInt32; using Pgno = System.UInt32; namespace Community.CsharpSqlite { using sqlite3_value = Sqlite3.Mem; using sqlite3_pcache = Sqlite3.PCache1; public partial class Sqlite3 { /* ** 2008 August 05 ** ** The author ...
using Avalonia.Controls.Primitives; using Avalonia.Input; using Avalonia.Platform; using Avalonia.UnitTests; using Moq; using Xunit; namespace Avalonia.Controls.UnitTests { public class GridSplitterTests { public GridSplitterTests() { var cursorFactoryImpl = new Mock<IStandardCursor...
//----------------------------------------------------------------------- // <copyright file="Cache.cs" company="Sirenix IVS"> // Copyright (c) 2018 Sirenix IVS // // 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 c...
namespace EIDSS.Reports.Document.Uni.Outbreak { partial class OutbreakReport { #region Designer generated code /// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private...
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See License.txt in the project root for license information. namespace ODataValidator.RuleEngine.Common { #region Namespaces using Newtonsoft.Json.Linq; using System; using System.Collections.Generic; us...
using System; using System.Drawing; using System.Collections; using System.ComponentModel; using System.Windows.Forms; using System.Data; using PCSComUtils.Common; using PCSUtils.Utils; using PCSComUtils.Common.BO; using PCSComUtils.PCSExc; using PCSUtils.Log; namespace PCSProduction.DCP { /// <summary> /// Summary...
using System; using System.Collections.Generic; using System.Linq; using System.Xml; using JetBrains.Metadata.Reader.API; using JetBrains.Metadata.Reader.Impl; using JetBrains.ProjectModel; using JetBrains.ReSharper.Psi; using JetBrains.ReSharper.Psi.Tree; using JetBrains.ReSharper.Psi.Util; using JetBrains.ReSharper.U...
#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, ...
// // InternetRadioSource.cs // // Author: // Aaron Bockover <abockover@novell.com> // // Copyright (C) 2008 Novell, Inc. // // 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 restr...
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.Diagnostics; using System.Runtime.InteropServices; using FILE = System.IO.TextWriter; using i64 = System.Int64; using u8 = System.Byte; using u16 = System.UInt16; using u32 = System.UInt32; using u64 = System.UInt64; using unsigned = System.UIntPtr; using Pgno = System.UInt32; #if !SQLITE...
using System.ComponentModel; namespace Simple.Data { using System; using System.Collections; using System.Collections.Generic; using System.Linq; using System.Linq.Expressions; using System.Reflection; class PropertySetterBuilder { private static readonly MethodInfo DictionaryC...
/* *************************************************************************** * This file is part of SharpNEAT - Evolution of Neural Networks. * * Copyright 2004-2016 Colin Green (sharpneat@gmail.com) * * SharpNEAT is free software; you can redistribute it and/or modify * it under the terms of The MIT License (...
// 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...
/////////////////////////////////////////////////////////////////////////////////////////////// // // 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...
using System; using System.Diagnostics; using System.Text; using u8 = System.Byte; using u32 = System.UInt32; namespace System.Data.SQLite { public partial class Sqlite3 { /* ** 2001 September 15 ** ** The author disclaims copyright to this source code. In place of ** a legal notice, here is a blessing: ...
// Copyright (c) Microsoft Corporation. // Licensed under the MIT License. #region StyleCop Suppression - generated code using System; using System.ComponentModel; using System.Windows; using System.Windows.Input; namespace Microsoft.Management.UI.Internal { /// <summary> /// List control for Inner Applicati...
// 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.IO; using Microsoft.Build.Tasks; using Microsoft.Build.Utilities; using Microsoft.Build.Shared; using Xunit; using System.Linq; using System....
/****************************************************************************** * The MIT License * Copyright (c) 2003 Novell Inc. www.novell.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 Sof...
// Copyright (c) .NET Foundation. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for details. using System; using System.ComponentModel; using System.Drawing; using System.Windows.Forms; using OpenLiveWriter.ApplicationFramework; using OpenLiveWriter.ApplicationFramework.A...
// 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.Contracts; namespace System.Globalization { ////////////////////////////...
// 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.Runtime.Serialization; namespace Syst...
using System; using System.Linq; using System.Collections.Generic; using Blueprint41; using Blueprint41.Core; using Blueprint41.Query; using Blueprint41.DatastoreTemplates; using q = Domain.Data.Query; namespace Domain.Data.Manipulation { public interface IIllustrationOriginalData : ISchemaBaseOriginalData { s...
// **************************************************************** // Copyright 2007, Charlie Poole // This is free software licensed under the NUnit license. You may // obtain a copy of the license at http://nunit.org // **************************************************************** using System; using System.Coll...
// 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. /*============================================================================= ** ** ** ** Purpose: synchronization...
/* **************************************************************************** * * Copyright (c) Microsoft Corporation. * * This source code is subject to terms and conditions of the Apache License, Version 2.0. A * copy of the license can be found in the License.html file at the root of this distribution. If ...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System.Diagnostics.CodeAnalysis; using System.Diagnostics.Contracts; using Microsoft.Extensions.Primitives; namespace Microsoft.Net.Http.Headers { internal static class Co...
// // SignatureDescriptionTest.cs - NUnit Test Cases for SignatureDescription // // Author: // Sebastien Pouliot <sebastien@ximian.com> // // (C) 2002 Motus Technologies Inc. (http://www.motus.com) // (C) 2004 Novell http://www.novell.com // using NUnit.Framework; using System; using System.Security; using System.Se...
// 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 wr...
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...
/* * 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...
// 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.Collections.Generic; using System.Linq; using System.Threading.Tasks; using Microsoft.CodeAnalysis.CSharp; using Microsoft.CodeAnalysis.CSharp.Si...