context
stringlengths
2.52k
185k
gt
stringclasses
1 value
using System; using System.IO; using System.Net; namespace Box.V2.Config { /// <summary> /// Builder used to instantiate new BoxConfig. It follows FluentBuilder pattern and can be used by chaining methods. /// </summary> public class BoxConfigBuilder { /// <summary> /// Instantiates...
// // Copyright (c) Microsoft Corporation. All rights reserved. // namespace Microsoft.Zelig.Runtime.TypeSystem { using System; using System.Collections.Generic; using System.Runtime.CompilerServices; [WellKnownType( "Microsoft_Zelig_Runtime_TypeSystem_VTable" )] public sealed class VTable ...
using System; using System.Linq; using System.Text.RegularExpressions; using CM3D2.YATranslator.Plugin.Translation; using CM3D2.YATranslator.Plugin.Utils; using UnityEngine; using Logger = CM3D2.YATranslator.Plugin.Utils.Logger; namespace CM3D2.YATranslator.Plugin { [ConfigSection("Clipboard")] public class 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 ...
using System; using System.Linq; using System.Xml.Linq; using System.Collections.Generic; using Helpers; using Types; using System.Threading.Tasks; using System.Linq.Expressions; namespace Modeling { public class NetworkModel { public string Name { get; private set;} #...
using System; using System.Drawing; using System.Drawing.Imaging; using System.Runtime.InteropServices; namespace DjvuNet.Graphics { /// <summary> /// Represents bitonal and gray scale images /// </summary> public class Bitmap : Map { #region Private Variables /// <summary>end of t...
#region License // Copyright (c) 2007 James Newton-King // // Permission is hereby granted, free of charge, to any person // obtaining a copy of this software and associated documentation // files (the "Software"), to deal in the Software without // restriction, including without limitation the rights to use, // copy, ...
// // https://github.com/mythz/ServiceStack.Redis // ServiceStack.Redis: ECMA CLI Binding to the Redis key-value storage system // // Authors: // Demis Bellot (demis.bellot@gmail.com) // // Copyright 2013 ServiceStack. // // Licensed under the same terms of Redis and ServiceStack: new BSD license. // using System; u...
// // 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.Collections.Generic; using System.Linq; using System.Text; using Irony.Parsing; using YesSql; namespace OrchardCore.Queries.Sql { public class SqlParser { private StringBuilder _builder; private IDictionary<string, object> _parameters; private ISqlDialect _dia...
using System; using System.IO; using System.Drawing; using System.Runtime.Serialization; using System.Runtime.Serialization.Formatters.Binary; namespace IDE { [Serializable] public class FileProject { public Project Project; public int Frequency = 1; public string Code; public b...
/* * 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 2014 Google Inc. 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 applicable...
using System; using System.Collections.Generic; using System.Text; using SampleClassLibrary; using UnityEngine; using System.Collections; using Newtonsoft.Json; using Assets.DustinHorne.JsonDotNetUnity.TestCases; using Assets.DustinHorne.JsonDotNetUnity.TestCases.TestModels; public class JsonTestScript { private T...
/* ==================================================================== */ using System; using System.Collections.Generic; using System.Text; using System.Drawing; using System.ComponentModel; // need this for the properties metadata using System...
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. //////////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////////// // // ...
/* * Copyright (c) Contributors, http://aurora-sim.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 reta...
// ---------------------------------------------------------------------------------- // // 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.apa...
using System; using System.Text; using System.Data; using System.Data.SqlClient; using System.Data.Common; using System.Collections; using System.Collections.Generic; using System.ComponentModel; using System.Configuration; using System.Xml; using System.Xml.Serialization; using SubSonic; using SubSonic.Utilities;...
// 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.Threading; using System.Threading.Tasks; using Windows.Foundation; namespace...
// 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. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using Microsoft.CodeAnalysis; using Microsoft.CodeAnalysis.Text; using Roslyn.Test.Utilities; using Xunit; namespace Microsoft.CodeAnalysis.Editor.CSharp.Uni...
using System.IO; using System.Linq; using System.Threading.Tasks; using NuGet.Frameworks; using NuGet.Packaging; using NuGet.Packaging.Core; using NuGet.Test.Helpers; using NuGet.Versioning; using Xunit; namespace NupkgWrench.Tests { public class ReleaseCommandTests { [Fact] public async Task C...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.Collections; using System.Collections.Generic; using System.Collections.Specialized; using System.Compo...
using Braintree.Exceptions; using NUnit.Framework; using System.Collections.Generic; using System.Threading.Tasks; namespace Braintree.Tests.Integration { [TestFixture] public class AddressIntegrationTest { private BraintreeGateway gateway; [SetUp] public void Setup() { ...
/* * * (c) Copyright Ascensio System Limited 2010-2021 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * http://www.apache.org/licenses/LICENSE-2.0 * Unless required by applicable la...
/* * Copyright (C) Sony Computer Entertainment America LLC. * All Rights Reserved. */ using System; using System.Collections.Generic; using System.Drawing; using System.Windows.Forms; using Sce.Atf.Applications; using Sce.Sled.Resources; using Sce.Sled.Shared; using Sce.Sled.Shared.Services; namespace Sce.Sled...
namespace AngleSharp.Io { using AngleSharp.Text; using System; using System.Collections.Generic; using System.Linq; /// <summary> /// Contains a list of common mime-types. /// </summary> public static class MimeTypeNames { #region Fields private static readonly Stri...
// Copyright (c) DotSpatial Team. All rights reserved. // Licensed under the MIT license. See License.txt file in the project root for full license information. using System.Collections; using System.Collections.Generic; using System.Data; using System.Diagnostics; namespace DotSpatial.Data { /// <summary> //...
/* **************************************************************************** * * 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.txt file at the root of this distribution. * *...
// 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.Runtime.Serialization; // For SR using System.Text; namespace System.X...
#region "Copyright" /* FOR FURTHER DETAILS ABOUT LICENSING, PLEASE VISIT "LICENSE.txt" INSIDE THE SAGEFRAME FOLDER */ #endregion #region "References" using System; using System.Drawing; using System.Drawing.Drawing2D; using System.Drawing.Imaging; using System.Drawing.Text; #endregion namespace SageFrame { //...
// 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 Debug = System.Diagnostics.Debug; namespace Internal.TypeSystem { publi...
//----------------------------------------------------------------------------- // Copyright (c) Microsoft Corporation. All rights reserved. //----------------------------------------------------------------------------- namespace System.ServiceModel.Channels { using System.ComponentModel; using System.Collect...
// 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.Diagnostics; using System.IO; using System.IO.Compression; using System.Net; using System.Net.Http; using System.Net.Test.Common; using Syste...
/* * UltraCart Rest API V2 * * UltraCart REST API Version 2 * * OpenAPI spec version: 2.0.0 * Contact: support@ultracart.com * Generated by: https://github.com/swagger-api/swagger-codegen.git */ using System; using System.Linq; using System.IO; using System.Text; using System.Text.RegularExpressions; using Sy...
#region Disclaimer/Info /////////////////////////////////////////////////////////////////////////////////////////////////// // .Text WebLog // // .Text is an open source weblog system started by Scott Watermasysk. // Blog: http://ScottWater.com/blog // RSS: http://scottwater.com/blog/rss.aspx // Email: Dottext@Scott...
// // Copyright (c) 2004-2018 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 .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 ...
// **************************************************************** // 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/?p=license&r=2.4. // ********************************************************...
/* * Copyright (c) Contributors, http://opensimulator.org/ * See CONTRIBUTORS.TXT for a full list of copyright holders. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * Redistributions of source code must r...
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using System; using System.Collections.Generic; using System.IO; using System.Text; using System.Xml; using Microsoft.Build.BuildEngine.Shared; using Microsoft.Win32; ...
/* * UltraCart Rest API V2 * * UltraCart REST API Version 2 * * OpenAPI spec version: 2.0.0 * Contact: support@ultracart.com * Generated by: https://github.com/swagger-api/swagger-codegen.git */ using System; using System.Linq; using System.IO; using System.Text; using System.Text.RegularExpressions; using Sy...
using System; using System.Collections; using System.Collections.Generic; using System.Diagnostics.CodeAnalysis; using System.Globalization; using System.Linq; using System.Reflection; namespace SphinxDemo.Areas.HelpPage { /// <summary> /// This class will create an object of a given type and populate it with ...
#region License //L // 2007 - 2013 Copyright Northwestern University // // Distributed under the OSI-approved BSD 3-Clause License. // See http://ncip.github.com/annotation-and-image-markup/LICENSE.txt for details. //L #endregion using System.Text; using AnatomicEntity = aim_dotnet.AnatomicEntity; using AnatomicEnti...
namespace Microsoft.Protocols.TestSuites.Common { using System; using System.Collections.Generic; using System.IO; using System.Text; using System.Xml; using System.Xml.Schema; using Microsoft.Protocols.TestTools; /// <summary> /// A Class represent the XML schema validation functio...
// // SmartPlaylistSource.cs // // Author: // Gabriel Burt <gburt@novell.com> // // Copyright (C) 2006-2007 Gabriel Burt // Copyright (C) 2007 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 ...
#region --- OpenTK.OpenAL License --- /* AlcFunctions.cs * C header: \OpenAL 1.1 SDK\include\Alc.h * Spec: http://www.openal.org/openal_webstf/specs/OpenAL11Specification.pdf * Copyright (c) 2008 Christoph Brandtner and Stefanos Apostolopoulos * See license.txt for license details * http://www.OpenTK.net */ #endre...
using System; using System.Globalization; using Xwt.Backends; using MonoMac.AppKit; using MonoMac.Foundation; using MonoMac.ObjCRuntime; namespace Xwt.Mac { public class SpinButtonBackend : ViewBackend<MacSpinButton, ISpinButtonEventSink>, ISpinButtonBackend { public override void Initialize () { ViewObjec...
using System; using System.Collections.ObjectModel; using System.Linq; using System.Windows.Input; using EspaceClient.BackOffice.Domaine.Criterias; using EspaceClient.BackOffice.Domaine.Results; using EspaceClient.BackOffice.Silverlight.Business.Depots; using EspaceClient.BackOffice.Silverlight.Business.Interfaces; usi...
namespace SampleApp { partial class DataTableTreeExample { /// <summary> /// Required designer variable. /// </summary> private System.ComponentModel.IContainer components = null; /// <summary> /// Clean up any resources being used. /// </summary> ...
// // Copyright (c) Microsoft Corporation. All rights reserved. // namespace Microsoft.Zelig.Debugging { using System; using System.Text; public sealed class DebugInfo { public static DebugInfo[] SharedEmptyArray = new DebugInfo[0]; // // State // public S...
using System; using System.Collections.Generic; using System.Text; using NUnit.Framework; namespace HackerRank.Tests { [TestFixture] public class TwoPulsesTester { [Test] public void Sample0() { var inputs = new[] { "5 6", "GGG...
// // ImageHandler.cs // // Author: // Lluis Sanchez <lluis@xamarin.com> // // Copyright (c) 2011 Xamarin 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 restrict...
// 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 RegexWriter class is internal to the Regex package. // It builds a block of regular expression codes (RegexC...
// 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.Reflection; using Internal.Metadata.NativeFormat; usin...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.Collections.Generic; using System.Diagnostics; using System.Diagnostics.CodeAnalysis; using Microsoft.I...
using UnityEngine; using UnityEditor; using System.Collections; using System.IO; namespace o2dtk { namespace Utility { public class GUI { // Ends the last horizontal and begins a new one public static void BreakHorizontal() { GUILayout.EndHorizontal(); GUILayout.BeginHorizontal(); } // Pu...
// // Copyright (c) 2003-2006 Jaroslaw Kowalski <jaak@jkowalski.net> // Copyright (c) 2006-2014 Piotr Fusik <piotr@fusik.info> // // All rights reserved. // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions // are met: // // * Red...
using System; using System.Data; using System.Data.SqlClient; using Csla; using Csla.Data; namespace SelfLoad.Business.ERCLevel { /// <summary> /// D03_Continent_Child (editable child object).<br/> /// This is a generated base class of <see cref="D03_Continent_Child"/> business object. /// </summary> ...
using System; using System.Runtime.InteropServices; using System.Security; using SFML.Window; namespace SFML { namespace Graphics { //////////////////////////////////////////////////////////// /// <summary> /// Define a 3x3 transform matrix /// </summary> ///////////////...
/* * 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 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 (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE namespace osu.Framework.Input.Bindings { /// <summary> /// A collection of keys, mouse and other controllers' buttons. /// </summary> public en...
using System; using System.IO; using Xunit; using PwSafe = Medo.Security.Cryptography.PasswordSafe; namespace PasswordSafe.Test { public class EntryTests { [Fact(DisplayName = "PasswordSafe: Entry: New")] public void Entry_New() { var entry = new PwSafe.Entry(); Assert.Equa...
//============================================================================== // TorqueLab -> // Copyright (c) 2015 All Right Reserved, http://nordiklab.com/ //------------------------------------------------------------------------------ //============================================================================...
/* * 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 file="DoubleCollection.cs" company="Microsoft"> // Copyright (C) Microsoft Corporation. All rights reserved. // </copyright> // // This file was generated, please do not edit it directly. // // Please see http://wiki/defa...
using System; using System.Collections.Generic; using System.Globalization; using System.Text; using System.Windows.Forms; namespace Ripper { using System.ComponentModel; using System.Timers; partial class Login { /// <summary> /// Required designer variable. /// </summary> ...
using System; using System.Windows.Forms; using System.Drawing; using System.Runtime.InteropServices; namespace BalloonCS { /// <summary> /// Summary description for FMSInPlaceTip. /// </summary> public class InPlaceBalloon : IDisposable { private Control m_parent; private string m_text = "FMS Inplace Toolti...
namespace PaletteDesigner { partial class FormChromeTMS { /// <summary> /// Required designer variable. /// </summary> private System.ComponentModel.IContainer components = null; /// <summary> /// Clean up any resources being used. /// </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; using System.Collections.Generic; using System.Collections.Immutable; using System.Threading; using System.Threading.Tasks; using Microsoft.Code...
using System; using System.Text; /// <summary> /// GetBytes(System.String,System.Int32,System.Int32,System.Byte[],System.Int32) /// </summary> public class EncodingGetBytes5 { #region Private Fields private const string c_TEST_STR = "za\u0306\u01FD\u03B2\uD8FF\uDCFF"; #endregion #region Public Method...
/*! @file @author Generate utility by Albert Semenov @date 01/2009 @module */ using System; using System.Runtime.InteropServices; namespace MyGUI.Sharp { public class ScrollBar : Widget { #region ScrollBar protected override string GetWidgetType() { return "ScrollBar"; } int...
using System; using System.Collections.Generic; namespace Platform.VirtualFileSystem.Providers.Overlayed { public delegate INode OverlayedNodeSelectorFunction(OverlayedFileSystem fileSystem, INodeAddress address, NodeType nodeType); #region DelegateBasedOverlayedNodeSelector public class DelegateBasedOverlayedNod...
// 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 System; using System.Collections.Generic; using System.IdentityModel.Tokens.Jwt; using System.Linq; using System.Net.Http; using System....
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.Collections.Generic; using System.Linq; using System.Xml.Linq; namespace System.Xml.XPath { intern...
/* **************************************************************************** * * 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 ...
// // Copyright 2012 Hakan Kjellerstrand // // 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 ag...
// ReSharper disable All using System.Collections.Generic; using System.Diagnostics; using System.Dynamic; using System.Linq; using System.Net; using System.Net.Http; using System.Web.Http; using Frapid.ApplicationState.Models; using Newtonsoft.Json; using Newtonsoft.Json.Linq; using Frapid.Config.DataAccess; using Fra...
// // SecKeychain.cs // // Author: Jeffrey Stedfast <jeff@xamarin.com> // // Copyright (c) 2013 Jeffrey Stedfast // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal // in the Software without restriction, inc...
// // System.Collections.CollectionBase // Test suite for System.Collections.CollectionBase // // Authors: // Nick D. Drochak II // Gonzalo Paniagua Javier (gonzalo@ximian.com) // // (C) 2001 Nick D. Drochak II // (c) 2003 Ximian, Inc. (http://www.ximian.com) // using System; using System.Collections; using NUn...
/* | Version 10.1.84 | Copyright 2013 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...
using System; using System.IO; using System.Linq; using System.Collections.Generic; using MLAPI.Serialization.Pooled; using MLAPI.Serialization; using MLAPI.Configuration; using MLAPI.Profiling; using MLAPI.Transports; namespace MLAPI.Messaging { internal class RpcBatcher { public class SendStream ...
// 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; // for TraceInformation using System.Threading; using System.Runtime.CompilerServices; na...
// This file has been generated by the GUI designer. Do not modify. namespace FloydPink.Flickr.Downloadr.UI.Windows { public partial class AboutWindow { private global::Gtk.VBox vbox3; private global::Gtk.VBox vbox4; private global::Gtk.HBox hbox7; private global::Gtk.Alignment alignment6; private glob...
namespace PokerTell.LiveTracker.Tests.Tracking { using System; using System.Collections.Generic; using Infrastructure.Interfaces.LiveTracker; using Machine.Specifications; using Microsoft.Practices.Composite.Events; using Microsoft.Practices.Composite.Presentation.Events; using Moq; ...
// 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 ...
// 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.Text; using System.Globalization; using Xunit; namespace System.Json.Tests { publ...
// <copyright file="WebDriverCommandProcessor.cs" company="WebDriver Committers"> // Licensed to the Software Freedom Conservancy (SFC) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information // regarding copyright ownership. The SFC licenses thi...
// Generated by the protocol buffer compiler. DO NOT EDIT! // source: POGOProtos/Networking/Requests/Messages/MarkTutorialCompleteMessage.proto #pragma warning disable 1591, 0612, 3021 #region Designer generated code using pb = global::Google.Protobuf; using pbc = global::Google.Protobuf.Collections; using pbr = glob...
#region License // Copyright 2013-2014 Matthew Ducker // // 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 // // ...
/* * 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 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 ...
#region License // /* // See license included in this library folder. // */ #endregion using System; using System.ComponentModel; using System.Threading; using Sqloogle.Libs.NLog.Common; using Sqloogle.Libs.NLog.Internal; namespace Sqloogle.Libs.NLog.Targets.Wrappers { /// <summary> /// Provides asynchron...
namespace StudentManagementSystem.Authentication.MongoDb { using System; using System.Collections.Generic; using System.Linq; using Microsoft.AspNet.Identity; using MongoDB.Bson.Serialization.Attributes; public class IdentityUser : IdentityUser<string> { public IdentityUser() : ba...
using Orleans.Serialization; namespace Orleans.CodeGenerator { using System; using System.CodeDom.Compiler; using System.Collections.Concurrent; using System.Collections.Generic; using System.Diagnostics; using System.Linq; using System.Reflection; using Microsoft.CodeAnalysis.CSharp.S...
using Signum.Engine.Translation; using Signum.React.Filters; using Signum.Utilities; using Signum.Utilities.DataStructures; using System; using System.Collections.Generic; using System.Globalization; using System.Linq; using System.Reflection; using Microsoft.AspNetCore.Mvc; using System.ComponentModel.DataAnnotations;...
// // UsbDevice.cs // // Author: // Alex Launi <alex.launi@gmail.com> // // Copyright (c) 2010 Alex Launi // // 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, includin...
using System; using System.Collections.Generic; using System.Linq; using Signum.Utilities; using Signum.Entities.DynamicQuery; using System.Text.RegularExpressions; using Signum.Utilities.Reflection; using Signum.Utilities.DataStructures; using Signum.Entities.UserAssets; using Newtonsoft.Json; namespace Signum.Entiti...