context
stringlengths
2.52k
185k
gt
stringclasses
1 value
/* * ****************************************************************************** * Copyright 2014-2016 Spectra Logic 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. A copy of the License i...
/* * Exchange Web Services Managed API * * 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 restr...
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> /// Aquarium. /// </summary> public class Aquarium_Core : TypeCore, IC...
/* Copyright (c) 2006 Google 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 applicable law or agreed to...
// 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; using System.Collections.Generic; using System.Globalization; using System.R...
// Copyright 2022 Google LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // https://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in ...
// // Copyright (c) XSharp B.V. All Rights Reserved. // Licensed under the Apache License, Version 2.0. // See License.txt in the project root for license information. // namespace Microsoft.VisualStudio.Project { using Community.VisualStudio.Toolkit; using Microsoft.VisualStudio.Shell; using System; u...
using System; using System.Collections.Generic; using System.Text; using System.IO; using System.Threading; using System.Diagnostics; using System.Collections; using System.Net; using MyDownloader.Core.Concurrency; using MyDownloader.Core.Common; namespace MyDownloader.Core { public class Downloader { ...
using UnityEngine; using System.Collections; using Pathfinding; /** Moves a grid graph to follow a target. * * Attach this to some object in the scene and assign the target to e.g the player. * Then the graph will follow that object around as it moves. * * This is useful if pathfinding is only necessary in a smal...
// // XmlLicenseTransformTest.cs - Test Cases for XmlLicenseTransform // // Author: // original: // Sebastien Pouliot <sebastien@ximian.com> // Aleksey Sanin (aleksey@aleksey.com) // this file: // Gert Driesen <drieseng@users.sourceforge.net> // // (C) 2003 Aleksey Sanin (aleksey@aleksey.com) // (C) 2004 Novell (http...
// // 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...
namespace Loon.Core.Geom { using System; using System.Collections.Generic; using Loon.Utils; public sealed class Matrix { internal float[] matrixs; public Matrix() { this.result = new float[16]; this.Idt(); } public Matrix(Matrix m)...
using System; using System.Collections.Generic; using System.Linq; using Inforigami.Regalo.Interfaces; using Moq; using NUnit.Framework; using Raven.Abstractions.Data; using Raven.Client; using Raven.Client.Document; using Raven.Client.Embedded; using Inforigami.Regalo.Core; using Inforigami.Regalo.EventSourcing; using...
// 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.Text; using System.IO; using System.Xml; using Microsoft.Test.ModuleCore; using XmlCoreTe...
/* 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, ...
using System; using System.ComponentModel.Composition; using System.Linq; using EnvDTE; using Microsoft.VisualStudio.Shell.Interop; namespace NuGet.VisualStudio { [PartCreationPolicy(CreationPolicy.Shared)] [Export(typeof(IVsPackageManagerFactory))] public class VsPackageManagerFactory : IVsPackageManagerF...
// // 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...
#region License /* * AuthenticationResponse.cs * * ParseBasicCredentials is derived from System.Net.HttpListenerContext.cs of Mono * (http://www.mono-project.com). * * The MIT License * * Copyright (c) 2005 Novell, Inc. (http://www.novell.com) * Copyright (c) 2013-2014 sta.blockhead * * Permission is hereby ...
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may...
using System; using System.CodeDom.Compiler; using System.Diagnostics; using System.Runtime.Serialization; namespace Alchemy4Tridion.Plugins.Clients.CoreService { [GeneratedCode("System.Runtime.Serialization", "4.0.0.0"), DebuggerStepThrough, DataContract(Name = "RepositoryData", Namespace = "http://www.sdltridion.co...
// 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; using System.ComponentModel; using System.Diagnostics;...
using System; using System.IO; using System.Collections.Generic; using System.Reflection; using System.Linq; using System.Text.RegularExpressions; using NLua; using Oxide.Core; using Oxide.Core.Plugins; using Oxide.Core.Plugins.Watchers; using Oxide.Core.Libraries.Covalence; namespace Oxide.Ext.Lua.Plugins { ///...
using System; using System.Collections.Generic; using UnityEngine; public class AdaptiveRenderQueue : MonoBehaviour { private GameObject mGameObject; private UIPanel mPanel; public int mEffectDepth; private int mDrawCalls; private int mRenderQueue; private List<Renderer> rendererList = new List<Renderer>();...
//------------------------------------------------------------------------------ // <copyright file="DataFieldConverter.cs" company="Microsoft"> // Copyright (c) Microsoft Corporation. All rights reserved. // </copyright> //---------------------------...
/* 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, ...
// Outline Object Copy|Highlighters|40030 namespace VRTK.Highlighters { using UnityEngine; using System; using System.Collections.Generic; /// <summary> /// The Outline Object Copy Highlighter works by making a copy of a mesh and adding an outline shader to it and toggling the appearance of the hig...
//============================================================================= // System : Sandcastle Help File Builder // File : EditorActions.cs // Author : Eric Woodruff (Eric@EWoodruff.us) // Updated : 12/06/2009 // Note : Copyright 2008-2009, Eric Woodruff, All rights reserved // Compiler: Microsoft Visu...
using System.Collections.Generic; using GraphQL.Types; using GraphQL.Validation.Errors; using GraphQL.Validation.Rules; using Xunit; namespace GraphQL.Tests.Validation { public class OverlappingFieldsCanBeMergedTest : ValidationTestBase<OverlappingFieldsCanBeMerged, ValidationSchema> { [Fact] p...
// ----------------------------------------------------------------------- // <copyright file="DependencyObject.cs" company="Steven Kirk"> // Copyright 2013 MIT Licence. See licence.md for more information. // </copyright> // ----------------------------------------------------------------------- namespace Avalonia { ...
// 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.Generic; using System.Collections.Immutable; using System.Diagnostics; using System.Linq; using System.Reflection; usin...
using MatterHackers.Agg.Image.ThresholdFunctions; using MatterHackers.Agg.RasterizerScanline; using MatterHackers.VectorMath; //---------------------------------------------------------------------------- // Anti-Grain Geometry - Version 2.4 // Copyright (C) 2002-2005 Maxim Shemanarev (http://www.antigrain.com) // // ...
// // AudioCdRipper.cs // // Author: // Olivier Dufour <olivier.duff@gmail.com> // // Copyright (c) 2011 Olivier Dufour // // 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 restric...
using System; using System.Linq; using System.Collections.Generic; using UnityEngine; namespace VesCat { public sealed class DataStorage { static readonly DataStorage _instance = new DataStorage(); public static Guid ROOT_GUID = new Guid("142599e6-0f50-4994-a7f8-6474e9893acc"); private Dictionary<Guid,Guid>...
/* * 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 Microsoft.Win32.SafeHandles; using System.Threading; using System.Threading.Tasks; namespace System.IO.Isolat...
using System; using System.Linq; using System.Linq.Expressions; using System.Reflection; using FluentNHibernate.Automapping.TestFixtures; using FluentNHibernate.Conventions; using FluentNHibernate.Conventions.Inspections; using FluentNHibernate.MappingModel; using FluentNHibernate.MappingModel.ClassBased; using FluentN...
// 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 2010-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 // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in...
// // SearchSource.cs // // Authors: // Gabriel Burt <gburt@novell.com> // // Copyright (C) 2009 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 restriction, incl...
/* ==================================================================== 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. ...
using System; using CommandLineParser.Compatibility; using CommandLineParser.Exceptions; namespace CommandLineParser.Arguments { /// <summary> /// Use BoundedValueArgument for an argument whose value must belong to an interval. /// </summary> /// <typeparam name="TValue">Type of the value, must support...
// 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: Capture execution context for a...
// 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> /// User Provisioning Config ///<para>SObject Name: UserProvision...
// 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.Linq; using System.Threading; using System.Threading.Tasks; using Microsoft.CodeAnalysis.CSharp; using Microsoft.CodeAnalysis.CShar...
// 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 2012-2016 The Pkcs11Interop 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 app...
using System; namespace Greatbone.Db { /// <summary> /// A specialized string builder for generating SQL commands. /// </summary> public class DbSql : DynamicContent, ISink { // contexts const sbyte CtxColumnList = 1, CtxParamList = 2, CtxSetList = 3; // the putting context...
// Copyright 2009 Auxilium B.V. - http://www.auxilium.nl/ // // 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 ...
/*Copyright 2015 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, software distributed unde...
using RootSystem = System; using System.Linq; using System.Collections.Generic; namespace Windows.Kinect { // // Windows.Kinect.ColorFrameReader // public sealed partial class ColorFrameReader : RootSystem.IDisposable, Helper.INativeWrapper { internal RootSystem.IntPtr _pNative; Roo...
using System; using System.Collections.Generic; using System.Diagnostics; using ProtoCore.BuildData; using ProtoCore.DSASM; using ProtoCore.Utils; namespace ProtoCore { public struct Type { public string Name; public int UID; public bool IsIndexable; public int rank; /...
using System; using System.Collections; using System.Collections.Specialized; using System.Configuration; using System.Web; using System.Web.UI; using System.Web.UI.HtmlControls; using System.Web.UI.WebControls; using Appleseed.Framework.Security; using Appleseed.Framework.Settings; using Appleseed.Framework.Site.Confi...
#region License /* Copyright (c) 2003-2015 Llewellyn Pritchard * All rights reserved. * This source code is subject to terms and conditions of the BSD License. * See license.txt. */ #endregion using System; using System.Drawing; using System.Drawing.Drawing2D; using System.Windows.Forms; using IronScheme.Editor.Com...
// Copyright 2022 Google LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // https://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in ...
using System; using UnityEngine; using UnityStandardAssets.CrossPlatformInput; using UnityStandardAssets.Utility; using UnityEngine.UI; using Random = UnityEngine.Random; namespace UnityStandardAssets.Characters.FirstPerson { [RequireComponent(typeof (CharacterController))] [RequireComponent(typeof (AudioSourc...
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...
/* * 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.Runtime.InteropServices; using System.Text; using System.Threading.Tasks; using Steamworks.Data; namespace Steamworks { internal unsafe class ISteamMatchmaking : SteamInterface { internal ISteamMatchmaking( bool IsGameServer ) { SetupInterface( IsGameServer ); } [DllImpor...
/* * 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...
using EdiEngine.Common.Enums; using EdiEngine.Common.Definitions; using EdiEngine.Standards.X12_004010.Segments; namespace EdiEngine.Standards.X12_004010.Maps { public class M_272 : MapLoop { public M_272() : base(null) { Content.AddRange(new MapBaseEntity[] { new BGN() { ReqDes = RequirementDesignator.Ma...
using System.Globalization; namespace NQuery.Tests.Symbols { public class BuiltInFunctionsTests : BuiltInSymbolsTests { private static void AssertEvaluatesToDouble(string text, double expectedValue) { var untypedActualValue = Compute(text); var actualValue = Convert.ToDo...
// 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 Xunit; namespace System.Data.SqlClient.ManualTesting.Tests { public class SqlBulkCopyTest ...
using System; using System.Collections.Generic; using System.Diagnostics.CodeAnalysis; using System.IO; using System.Linq; using System.Reflection; using System.Threading.Tasks; using Microsoft.CodeAnalysis; using Microsoft.CodeAnalysis.CSharp; using Microsoft.CodeAnalysis.CSharp.Syntax; using Orleans; using Orleans.Co...
using System; using TestLibrary; /// <summary> /// SByte.ToString(String) /// </summary> public class SByteToString3 { public static int Main() { SByteToString3 sbyteTS3 = new SByteToString3(); TestLibrary.TestFramework.BeginTestCase("SByteToString3"); if (sbyteTS3.RunTests()) {...
#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 System.Collections.Concurrent; using System.Collections.Generic; using System.Diagnostics; using System.IO; using System.Linq; using System.Reflection.Emit; using Chutzpah.Models; using Chutzpah.Wrappers; namespace Chutzpah { public interface IChutzpahTestSettingsService { /// <summ...
// Copyright 2008-2011. This work is licensed under the BSD license, available at // http://www.movesinstitute.org/licenses // // Orignal authors: DMcG, Jason Nelson // Modified for use with C#: // - Peter Smith (Naval Air Warfare Center - Training Systems Division) // - Zvonko Bostjancic (Blubit d.o.o. - zvonko.bostja...
// ==++== // // Copyright (c) Microsoft Corporation. All rights reserved. // // ==--== // // Pkcs9Attribute.cs // namespace System.Security.Cryptography.Pkcs { using System.Collections; using System.Diagnostics; using System.Globalization; using System.Runtime.InteropServices; using System.Se...
// // https://github.com/ServiceStack/ServiceStack.Text // ServiceStack.Text: .NET C# POCO JSON, JSV and CSV Text Serializers. // // Authors: // Demis Bellot (demis.bellot@gmail.com) // // Copyright 2012 ServiceStack Ltd. // // Licensed under the same terms of ServiceStack: new BSD license. // using System; using Sy...
using System; using System.Windows.Forms; using System.Runtime.InteropServices; namespace RefExplorer.Gui { public partial class MyBrowser : WebBrowser { #region enums public enum OLECMDID { OLECMDID_OPEN = 1, OLECMDID_NEW = 2, OLECMDID_SAVE = 3, OLECMDID_SAVEAS = 4, OLEC...
// 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.IO.Enumeration; using System.Linq; namespa...
// 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.Globalization; using System.Windows.Forms; using OpenLiveWriter.ApplicationFramework.Preferences; usi...
//------------------------------------------------------------------------------ // <copyright file="AssetVocabularyService.cs"> // Copyright (c) 2014-present Andrea Di Giorgi // // Permission is hereby granted, free of charge, to any person obtaining a // copy of this software and associated documentation fil...
using System; using System.Collections.Generic; using FluentAssertions; using System.Linq; using Xunit; using Xunit.Abstractions; using static Pocket.Logger; using static Pocket.LogEvents; namespace Pocket.Tests { public class LoggerTests : IDisposable { private readonly IDisposable disposables; ...
using Kitware.VTK; using System; // input file is C:\VTK\Graphics\Testing\Tcl\TestSplineFilter.tcl // output file is AVTestSplineFilter.cs /// <summary> /// The testing class derived from AVTestSplineFilter /// </summary> public class AVTestSplineFilterClass { /// <summary> /// The main entry method called by the C...
--- /dev/null 2016-03-10 10:22:00.000000000 -0500 +++ src/System.IO.UnmanagedMemoryStream/src/SR.cs 2016-03-10 10:27:47.592043000 -0500 @@ -0,0 +1,334 @@ +using System; +using System.Resources; + +namespace FxResources.System.IO.UnmanagedMemoryStream +{ + internal static class SR + { + + } +} + +namespace Syst...
using System; using System.Collections.Generic; using System.Runtime.Serialization; using System.Threading.Tasks; using Orleans.Concurrency; using Orleans.Runtime; using Orleans.Serialization; namespace Orleans.Streams { [Serializable] [Immutable] internal class StreamImpl<T> : IStreamIdentity, IAsyncStrea...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. namespace System.Xml.Serialization { using System.Reflection; using System.Collections; using System.IO;...
// 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.Text; using System.Diagnostics; using System.Diagnostics.CodeAnalysis; namespace System { internal...
// This file is part of Wintermute Engine // For conditions of distribution and use, see copyright notice in license.txt // http://dead-code.org/redir.php?target=wme using System; using System.Collections.Generic; using System.Text; using DeadCode.WME.Global.Actions; using System.Windows.Forms; using DeadCode.WME.Core...
// Copyright 2008-2009 Louis DeJardin - http://whereslou.com // // 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 ...
/* * OANDA v20 REST API * * The full OANDA v20 REST API Specification. This specification defines how to interact with v20 Accounts, Trades, Orders, Pricing and more. * * OpenAPI spec version: 3.0.15 * Contact: api@oanda.com * Generated by: https://github.com/swagger-api/swagger-codegen.git */ using System; u...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using System.Collections.Generic; using System.Runtime.CompilerServices; using System.Linq; using Xuni...
// 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.IO; using System.Text; using System.Xml.Schema; using System.Diagnostics; using System.Co...
// 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: Helper functions that re...
// dnlib: See LICENSE.txt for more info using System; using System.Collections.Generic; using System.Threading; using dnlib.DotNet.MD; namespace dnlib.DotNet { /// <summary> /// A high-level representation of a row in the MemberRef table /// </summary> public abstract class MemberRef : IHasCustomAttribute, IMetho...
#region License // /* // See license included in this library folder. // */ #endregion using System; using System.Collections; using System.ComponentModel; using System.Diagnostics; using System.Reflection; using System.Text; using System.Xml; using Sqloogle.Libs.NLog.Internal; #if !SILVERLIGHT namespace Sqloogle.Li...
// 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.16.0.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. ...
// 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. // NOTE: This is a generated file - do not manually edit! #pragma warning disable 649 using System; using System.I...
// Copyright (c) Lex Li. All rights reserved. // // Licensed under the MIT license. See LICENSE file in the project root for full license information. using System; using System.Collections; using System.ComponentModel; using System.Drawing; using System.Windows.Forms; namespace Microsoft.Web.Management.Client.Win32...
#define AWSSDK_UNITY // // Copyright 2014-2015 Amazon.com, // Inc. or its affiliates. All Rights Reserved. // // Licensed under the Amazon Software License (the "License"). // You may not use this file except in compliance with the // License. A copy of the License is located at // // http://aws.amazon.com/asl...
using Microsoft.IdentityModel; using Microsoft.IdentityModel.S2S.Protocols.OAuth2; using Microsoft.IdentityModel.S2S.Tokens; using Microsoft.SharePoint.Client; using Microsoft.SharePoint.Client.EventReceivers; using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.Globalizati...
namespace android.net { [global::MonoJavaBridge.JavaClass()] public partial class LocalSocket : java.lang.Object { internal new static global::MonoJavaBridge.JniGlobalHandle staticClass; protected LocalSocket(global::MonoJavaBridge.JNIEnv @__env) : base(@__env) { } private static global::MonoJavaBridge.Met...
using UnityEngine; using System.Collections; /* Detonator - A parametric explosion system for Unity Created by Ben Throop in August 2009 for the Unity Summer of Code Simplest use case: 1) Use a prefab OR 1) Attach a Detonator to a GameObject, either through code or the Unity UI 2) Either set the Detona...
namespace Economy.scripts { using System; /// <summary> /// Some of these options will later be configurable in a setting file and/or in game commands but for now set as defaults /// </summary> public class EconomyConsts { /// <summary> /// This is used to indicate the base comm...
using Microsoft.IdentityModel; using Microsoft.IdentityModel.S2S.Protocols.OAuth2; using Microsoft.IdentityModel.S2S.Tokens; using Microsoft.SharePoint.Client; using Microsoft.SharePoint.Client.EventReceivers; using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.Globalizati...
using System; using System.Collections.Generic; using System.Text; using System.IO; namespace ID3.ID3v1Frame { /// <summary> /// Provide a class to read and write ID3v1 /// </summary> public class ID3v1 { private string _FilePath; private string _Title; private string _Artis...
namespace HyperSlackers.DbContext.Demo.Migrations { using AspNet.Identity.EntityFramework; using Models; using System; using System.Data.Entity; using System.Data.Entity.Migrations; using System.Linq; using System.Web; using Microsoft.AspNet.Identity.Owin; internal sealed class Conf...
// Copyright (c) Umbraco. // See LICENSE for more details. using System; using System.Collections.Generic; using System.Linq; using Microsoft.Extensions.Logging; using NUnit.Framework; using Umbraco.Cms.Core.Models; using Umbraco.Cms.Core.Persistence.Repositories; using Umbraco.Cms.Core.Scoping; using Umbraco.Cms.Core...
// Code generated by Microsoft (R) AutoRest Code Generator 0.16.0.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. namespace MVP { using System; using System.Collections; using System.Collections.Generic; using System.Threading; using System.Threading.Tasks;...