context
stringlengths
2.52k
185k
gt
stringclasses
1 value
// // 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...
using System; using System.IO; using System.Net.Http; using System.Threading.Tasks; namespace Elasticsearch.Client { public partial class ElasticsearchClient { ///<summary><see href="http://www.elastic.co/guide/en/elasticsearch/reference/master/search-explain.html"/></summary> ///<param name="i...
/* * 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...
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See License.txt in the project root for license information. using Microsoft.Azure.Management.Compute.Fluent; using Microsoft.Azure.Management.Compute.Fluent.Models; using Microsoft.Azure.Management.Fluent; using Microsoft....
//--------------------------------------------------------------------------- // // <copyright file="ColorAnimationUsingKeyFrames.cs" company="Microsoft"> // Copyright (C) Microsoft Corporation. All rights reserved. // </copyright> // // This file was generated, please do not edit it directly. // // Please see http...
using System; using System.Collections; using System.Collections.Generic; using System.Linq; using DG.Tweening; using JetBrains.Annotations; using MoreMountains.NiceVibrations; using Newtonsoft.Json; using Proyecto26; using Cysharp.Threading.Tasks; using UniRx; using UniRx.Triggers; using UnityEngine; using UnityEngine...
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. //------------------------------------------------------------ //------------------------------------------------------------ namespace System.Runtime.Serialization { ...
#region Using Directives using System; using System.Collections.Generic; using System.Threading; using Endeca.Control.EacToolkit; using EndecaControl.EacToolkit.Services; #endregion namespace EndecaControl.EacToolkit.Core { public abstract class Component : EacElement { private const string NUM_LOG_B...
/****************************************************************************** * Spine Runtimes Software License * Version 2.3 * * Copyright (c) 2013-2015, Esoteric Software * All rights reserved. * * You are granted a perpetual, non-exclusive, non-sublicensable and * non-transferable license to use, install...
// // ExportedType.cs // // Author: // Jb Evain (jbevain@gmail.com) // // Copyright (c) 2008 - 2010 Jb Evain // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated documentation files (the // "Software"), to deal in the Software without restriction, inclu...
using System; using System.Collections.Generic; using System.Text; using gView.Framework.UI; using gView.Framework.Carto; using gView.Framework.Geometry; using gView.Framework.IO; using gView.Framework.system; namespace gView.Framework.Symbology.UI { [Serializable] public abstract class GraphicShape : Cloner, ...
namespace Humidifier.ECS { using System.Collections.Generic; using ServiceTypes; public class Service : Humidifier.Resource { public static class Attributes { public static string Name = "Name" ; } public override string AWSTypeName { ge...
using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.Diagnostics.CodeAnalysis; using System.Globalization; using System.Linq; using System.Net.Http.Headers; using System.Web.Http; using System.Web.Http.Description; using ArtifactoryDemo.Web.Areas.HelpPage.Models; namespace...
/* * 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 ...
/* Copyright 2011 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 in writing, software dist...
// // XmlDsigXsltTransformTest.cs - Test Cases for XmlDsigXsltTransform // // Author: // Sebastien Pouliot <sebastien@ximian.com> // Atsushi Enomoto <atsushi@ximian.com> // // (C) 2002, 2003 Motus Technologies Inc. (http://www.motus.com) // (C) 2004 Novell (http://www.novell.com) // // Licensed to the .NET Foundation u...
using System; using System.Collections.Generic; using System.Linq; using Microsoft.Msagl.Core; using Microsoft.Msagl.Core.Geometry; using Microsoft.Msagl.Core.Layout; using Microsoft.Msagl.Core.Layout.ProximityOverlapRemoval; using Microsoft.Msagl.Core.Layout.ProximityOverlapRemoval.MinimumSpanningTree; using System.Th...
/* input.c - High level input functions * Copyright (c) 1995-1997 Stefan Jokisch * * This file is part of Frotz. * * Frotz 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...
/* * 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) 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. namespac...
using System; using System.IO; using System.Web; using System.Web.UI; using System.Net; using System.Drawing; using System.Drawing.Imaging; using System.Collections; using System.Diagnostics; using HtmlTag = System.Web.UI.HtmlTextWriterTag; using HtmlAttr = System.Web.UI.HtmlTextWriterAttribute; namespace Server.Engin...
// // 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...
namespace Azure.ResourceManager.KeyVault { public partial class KeyVaultManagementClient { protected KeyVaultManagementClient() { } public KeyVaultManagementClient(string subscriptionId, Azure.Core.TokenCredential tokenCredential, Azure.ResourceManager.KeyVault.KeyVaultManagementClientOptions op...
using System; using System.Collections.Generic; using System.Threading; using Htc.Vita.Core.Log; namespace Htc.Vita.Core.Auth { public static partial class OAuth2 { /// <summary> /// Class AuthorizationCodeClient. /// </summary> public abstract partial class AuthorizationCodeCli...
using System; using Raksha.Crypto.Parameters; namespace Raksha.Crypto.Modes { /** * implements Cipher-Block-Chaining (CBC) mode on top of a simple cipher. */ public class CbcBlockCipher : IBlockCipher { private byte[] IV, cbcV, cbcNextV; private int blockSize; private IBloc...
using System.Collections.Generic; using Pathfinding.Serialization; using UnityEngine; namespace Pathfinding { /** Node used for the GridGraph */ public class GridNode : GridNodeBase { public GridNode (AstarPath astar) : base(astar) { } #if !ASTAR_NO_GRID_GRAPH private static GridGraph[] _gridGraphs = new Grid...
#region MIT License /* * Copyright (c) 2005-2008 Jonathan Mark Porter. http://physics2d.googlepages.com/ * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, includi...
using System.Collections.Generic; using Microsoft.CodeAnalysis; using Microsoft.CodeAnalysis.CSharp.Syntax; using Stratageme15.Core.JavascriptCodeDom; using Stratageme15.Core.JavascriptCodeDom.Expressions.Binary; using Stratageme15.Core.JavascriptCodeDom.Expressions.Primary; using Stratageme15.Reactors.Basic.Utility; ...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.Buffers; using System.Runtime.InteropServices; using System.Globalization; using System.Security; using...
// // Copyright (C) Microsoft. All rights reserved. // using System; using System.Management.Automation; using System.Management.Automation.Internal; using System.Management; using System.Text; using System.Management.Automation.Provider; using System.ComponentModel; using System.Collections; using System.Collecti...
using System; using System.Collections.Generic; using System.ComponentModel.Composition; using System.Linq; using System.Windows.Media; using Antlr4.Runtime; using Microsoft.VisualStudio.Language.Intellisense; using Microsoft.VisualStudio.Text; using Microsoft.VisualStudio.Text.Operations; using Microsoft.VisualStudio....
/* * 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...
//----------------------------------------------------------------------------- // Torque // Copyright GarageGames, LLC 2011 //----------------------------------------------------------------------------- // Main code for the Datablock Editor plugin. $DATABLOCK_EDITOR_DEFAULT_FILENAME = "art/datablocks/managedDatabl...
/* 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, ...
/* * FLINT PARTICLE SYSTEM * ..................... * * Author: Richard Lord (Big Room) * C# Port: Ben Baker (HeadSoft) * Copyright (c) Big Room Ventures Ltd. 2008 * http://flintparticles.org * * * Licence Agreement * * Permission is hereby granted, free of charge, to any person obtaining a copy * of th...
// This file is part of YamlDotNet - A .NET library for YAML. // Copyright (c) Antoine Aubry and contributors // Permission is hereby granted, free of charge, to any person obtaining a copy of // this software and associated documentation files (the "Software"), to deal in // the Software without restriction, inc...
using System; using System.Collections.Generic; using System.IO; using Microsoft.Build.Framework; using Microsoft.Build.Tasks; using Microsoft.Build.Utilities; using Xunit; using Xunit.Abstractions; namespace Microsoft.Build.UnitTests.ResolveAssemblyReference_Tests { /// <summary> /// Unit test the cases where...
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using System.Collections.Generic; using System.Diagnostics; using System.Diagnostics.Contracts; using System.Linq; using Xunit; namespace System.Collections.Immutable....
// Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with // the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software distributed under the ...
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. namespace Microsoft.DocAsCode.SubCommands { using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Threadi...
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using System.Collections.Generic; using System.Collections.Specialized; using System.IO; using System.Linq; using System.Threading; using System.Threading.T...
using System; using System.Collections.Generic; using System.Diagnostics; namespace Lucene.Net.Codecs.Lucene3x { using ArrayUtil = Lucene.Net.Util.ArrayUtil; using BytesRef = Lucene.Net.Util.BytesRef; using Directory = Lucene.Net.Store.Directory; /* * Licensed to the Apache Software Foundatio...
using System; using System.Collections.Generic; using ALinq.Mapping; using System.Diagnostics; using ALinq.SqlClient; namespace ALinq.Access { class AccessDbFormatter : DbFormatter { internal class Visitor : SqlFormatter.Visitor { internal readonly IList<string> parameterNames; ...
//------------------------------------------------------------------------------ // <copyright file="Debug.cs" company="Microsoft"> // Copyright (c) Microsoft Corporation. All rights reserved. // </copyright> //----------------------------------------...
//------------------------------------------------------------------------------ // <copyright file="MenuCommand.cs" company="Microsoft"> // Copyright (c) Microsoft Corporation. All rights reserved. // </copyright> //----------------------------------...
/* * 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.IO; using System.Net; using System.Text; using System.Xml; using Discovery.Library.Extensions; namespace Discovery.Library.Protocol { public sealed class HTTPProtocol : IProtocol { #region IProtocol Members public void Append() { throw new NotImplementedException(); } public...
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. using System.Collections.Generic; using System.Globalization; using System.IO; using System.Text; using System.Management.Automation.Internal; using Dbg = System.Management.Automation.Diagnostics; namespace System.Managem...
// 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 System.Text; using System.Diagnostics; using System.Collections.Generic; using Microsoft.Research.DataStructures; using System.Dia...
using Microsoft.VisualStudio.TestTools.UnitTesting; using Neo.Compiler.MSIL.UnitTests.Utils; using Neo.IO; using Neo.IO.Json; using Neo.Network.P2P.Payloads; using Neo.Persistence; using Neo.SmartContract.Manifest; using Neo.VM; using Neo.VM.Types; using System; using System.IO; namespace Neo.SmartContract.Framework.U...
// 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.Text; using System.Text.Encodings.Web; using Microsoft.Extensions.Primitives; namespace Ht...
// 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.Net.Http; using System.Runtime.InteropServi...
//--------------------------------------------------------------------------- // // Copyright (C) Microsoft Corporation. All rights reserved. // // File: CornerRadius.cs // // Description: Contains the CornerRadius (double x4) value type. // // History: // 07/19/2004 : t-jaredg - created. // //------------------...
// 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.Generic; using System.Diagnostics; using System.Xml.XPath; using FT = MS.Internal.Xml.XPath.Function.FunctionType; namespace MS....
using System; using System.Collections.Concurrent; using System.Collections.Generic; using System.Collections.Specialized; using System.Fabric; using System.Fabric.Description; using System.Fabric.Query; using System.Security.Cryptography.X509Certificates; using System.Threading; using System.Threading.Tasks; namespac...
// 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...
// // 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...
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...
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using System.Linq; using System.Threading; using Xunit; #if NET35PLUS using System.Threading.Tasks; #endif namespace System.Collections.Immutable.Test { public cl...
using System; using System.Collections; using System.Collections.Generic; using System.Xml; using System.IO; using Tacto.Core; namespace Tacto.Core { public class PersonsList : IEnumerable<Person> { public const string EtqPersons = "persons"; public const string EtqPerson = "person"; public const string Et...
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. using System; using System.Collections.Generic; using System.Text.Json; using Azure.Core; using System.Security.Cryptography.X509Certificates; using System.Text; using System.Security.Cryptography; using System.Threading.Ta...
// 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 ...
/******************************************************************** 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 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> //---...
using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.ComponentModel; using System.Diagnostics; using System.Diagnostics.CodeAnalysis; using System.Globalization; using System.Linq; using System.Net.Http; using System.Net.Http.Headers; using System.Web.Http; using System.Web...
using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.Threading; using System.Threading.Tasks; using ThinMvvm.Data.Infrastructure; namespace ThinMvvm.Data { /// <summary> /// Base class for data sources that fetch paginated values. /// </summary> /// <typepa...
// // 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...
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may...
using System; using System.Collections; using System.Collections.Generic; using System.Diagnostics.CodeAnalysis; using System.Globalization; using System.Linq; using System.Reflection; namespace Epi.Cloud.DataConsistencyServices.Areas.HelpPage { /// <summary> /// This class will create an object of a given typ...
using RootSystem = System; using System.Linq; using System.Collections.Generic; namespace Windows.Kinect { // // Windows.Kinect.Body // public sealed partial class Body : Helper.INativeWrapper { internal RootSystem.IntPtr _pNative; RootSystem.IntPtr Helper.INativeWrapper.nativePtr {...
// 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 ...
/* Matali Physics Demo Copyright (c) 2013 KOMIRES Sp. z o. o. */ using System; using System.Collections.Generic; using OpenTK; using OpenTK.Graphics.OpenGL; using Komires.MataliPhysics; namespace MataliPhysicsDemo { /// <summary> /// This is the main type for your game /// </summary> public cl...
// Copyright 2021 Google LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // https://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in ...
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See License.txt in the project root for license information. namespace Microsoft.Azure.Management.Dns { using System; using System.Collections; using System.Collections.Generic; using System.Threading; u...
namespace PCLMock.CodeGeneration { using System; using System.Collections.Generic; using System.Linq; using Microsoft.CodeAnalysis; public static class Extensions { /// <summary> /// Gets a unique name that can be used within the scope of the specified symbol. /// </summ...
using System; using System.Collections.Generic; using System.ComponentModel; using System.Diagnostics; using System.Globalization; using System.IO; using System.Linq; using System.Windows; using EnvDTE; using Microsoft.VisualStudio.ExtensionsExplorer; using Microsoft.VisualStudio.ExtensionsExplorer.UI; using NuGet.Visu...
namespace Flux { using System; using System.Collections.Generic; using System.Diagnostics; using System.Globalization; using System.IO; using System.Net.Sockets; using System.Text; using System.Threading; using System.Threading.Tasks; using AppFunc = System.Func< // Call ...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using Microsoft.Win32.SafeHandles; using System.Diagnostics; using System.Diagnostics.CodeAnalysis; using System.Dia...
// 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 Xunit; namespace System.Linq.Parallel.Tests { public class MinTests ...
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using Microsoft.Extensions.Logging; using Orleans.Providers; using Orleans.Runtime; using Orleans.Streams.Core; namespace Orleans.Streams { [Serializable] [GenerateSerializer] internal class PubSubGrainState ...
// 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 a...
// *********************************************************************** // Copyright (c) 2010-2014 Charlie Poole // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated documentation files (the // "Software"), to deal in the Software without restriction, ...
using System; using System.Collections.Generic; using System.Linq; using Signum.Entities; using Signum.Utilities; using Signum.Utilities.DataStructures; using Signum.Entities.Reflection; using System.Linq.Expressions; using System.Diagnostics.CodeAnalysis; namespace Signum.Engine { public class EntityCache: IDispo...
using UnityEngine; using UnityEditor; using System.IO; using System.Xml; using System.Xml.Serialization; using System.Collections.Generic; namespace PixelCrushers.DialogueSystem { /// <summary> /// This is a base class for custom converter windows. /// </summary> public class AbstractConverterWindow :...
using System; using System.IO; using System.Linq; using System.Reflection; using System.Runtime.InteropServices; using System.Security; using System.Xml; using System.Xml.Linq; using NUnit.Framework; using Umbraco.Core; namespace Umbraco.Tests.PartialTrust { public static class PartialTrustHelper<T> where T : class...
/* * DrawingPopupWindow.cs - Implementation of popup windows for System.Drawing. * * 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 Foundation...
/* * 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 list ...
// 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; /// <summary> /// Current() /// </summary> public class EnumeratorC...
// 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.IO; using System.Runtime; using System.ServiceModel; using System.ServiceModel.Channels; using System.S...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. // Adapted from k-nucleotide C# .NET Core #9 program // http://benchmarksgame.alioth.debian.org/u64q/program.php?tes...
using System; using System.Data; using System.Data.SqlClient; using Csla; using Csla.Data; namespace SelfLoad.Business.ERCLevel { /// <summary> /// D11Level111111ReChild (editable child object).<br/> /// This is a generated base class of <see cref="D11Level111111ReChild"/> business object. /// </summa...
/* 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...
/* New BSD License ------------------------------------------------------------------------------- Copyright (c) 2006-2012, EntitySpaces, LLC All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * Redist...
/* ### # # ######### _______ _ _ ______ _ _ ## ######## @ ## |______ | | | ____ | | ################## | |_____| |_____| |_____| ## ############# f r a m e w o r k # # ######### ### (c) 2015 - 2018 FUGU framework project Licensed under the Apache Li...
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using osu.Framework.Allocation; using osu.Framework.Bindables; using osu.Framework.Graphics; using osu.Framework.Graphics.Containers; using osu.Framework.Gr...
using System; using System.Collections.Generic; using System.Text; using Color = System.Drawing.Color; namespace PlatformAPI.GDIPlus { public class PenPlus: IDisposable { public PenPlus(Color color, float width) { Unit unit = Unit. UnitWorld; nativePen = null...
/* * Copyright 2013 Monoscape * * 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...
/** * 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...
using System; using System.Collections.Generic; using System.Reflection; namespace LuaInterface { /* * Type checking and conversion functions. * * Author: Fabio Mascarenhas * Version: 1.0 */ class CheckType { private ObjectTranslator translator; ExtractValue extrac...