text
string
using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Numerics; using System.Text; namespace Sunlighter.CanonicalTypes { public static class BinarySerialization { private const byte B_NULL = 0; private const byte B_BOOLEAN_FALSE = 1; private c...
using System; using System.Collections.Generic; using System.Linq; using System.Threading; using Kafka.Client.Admin; using Kafka.Client.Api; using Kafka.Client.Common; using Kafka.Client.Common.Imported; using Kafka.Client.Messages; using Kafka.Client.Producers; using Kafka.Client.Serializers; using Kafka.Client.Utils...
using System; using System.IO; using System.Collections; using System.Collections.Generic; using System.Text; using System.Security.Cryptography; using Thrift; using Thrift.Protocol; using Thrift.Transport; using Evernote.EDAM.Type; using Evernote.EDAM.UserStore; using Evernote.EDAM.NoteStore; using Evernote.EDAM.Error...
using System; using System.Collections.Generic; using System.Linq; using System.Net; using System.Windows; using System.Windows.Controls; using System.Windows.Navigation; using Microsoft.Phone.Controls; using Microsoft.Phone.Shell; using pillsSV.Classes; using sqlite.Classes; using Microsoft.Phone.Reactive; using Newt...
using YAF.Lucene.Net.Support.IO; using YAF.Lucene.Net.Util; using System; using System.IO; using System.Collections.Generic; using YAF.Lucene.Net.Support.Threading; namespace YAF.Lucene.Net.Store { /* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. S...
using System; using Microsoft.VisualStudio.TestTools.UnitTesting; using Microsoft.SharePoint.Client; using Microsoft.SharePoint.Client.Publishing; namespace OfficeDevPnP.Core.Tests.AppModelExtensions { [TestClass] public class PageExtensionsTests { private string folder = "SitePages"; priv...
// Copyright (C) 2014 dot42 // // Original filename: WebRequest.cs // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // U...
using System; using System.Collections.Generic; using System.Collections.Specialized; using System.Web; using System.Web.Mvc; using System.Collections; using System.Linq; using bv.model.Model.Core; using bv.model.BLToolkit; namespace eidss.mobileclient.Utils { public static class SearchPanelHelper ...
using System; using System.Collections.Generic; using System.Windows.Forms; using EAAddinFramework.Utils; using hoTools.hoToolsGui; using hoTools.EaServices; using GlobalHotkeys; using hoTools.EaServices.WiKiRefs; // ReSharper disable once CheckNamespace namespace hoTools.Settings.Key { /// <summary> /// Ke...
/* 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: * * * Redistributions of source code must retain the above * copyright notice, this li...
using log4net; using NMaier.SimpleDlna.Server.Ssdp; using NMaier.SimpleDlna.Utilities; using System; using System.Collections.Concurrent; using System.Collections.Generic; using System.Linq; using System.Net; using System.Net.Sockets; using System.Reflection; using System.Timers; namespace NMaier.SimpleDlna.Server { ...
/* * 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...
using System; using System.Collections.Generic; using System.IO; using System.Net; using System.Web; using BlogML.Xml; using ICSharpCode.SharpZipLib.Zip; using JetBrains.Annotations; using NGM.BlogML.Core.ContentTypeStrategies; using NGM.BlogML.Models; using Orchard; using Orchard.Core.Routable.Services; using Orchard...
/* * Copyright (c) 2015, iLearnRW. Licensed under Modified BSD Licence. See licence.txt for details. */using UnityEngine; using System.Collections.Generic; public class TDResultViewer : ActivityResultViewer { ApplicationID acPKey; bool[] pageInitFlags; //Color darkGreen = ColorUtils.convertColor(0,200,0); T...
// Copyright (c) 2007, Clarius Consulting, Manas Technology Solutions, InSTEDD. // All rights reserved. Licensed under the BSD 3-Clause License; see License.txt. using System; using Xunit; namespace Moq.Tests { public class TimesFixture { [Theory] [InlineData(0, false)] [InlineData(1, true)] [InlineData(in...
/* [nwazet Open Source Software & Open Source Hardware Authors: Fabien Royer Software License Agreement (BSD License) Copyright (c) 2010-2012, Nwazet, LLC. All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions...
using Renci.SshNet.Common; using Microsoft.VisualStudio.TestTools.UnitTesting; using System; using System.Globalization; using Renci.SshNet.Tests.Common; namespace Renci.SshNet.Tests.Classes.Common { /// <summary> ///This is a test class for BigIntegerTest and is intended ///to contain all BigIn...
/* Copyright (c) 2006-2011 Skype Limited. All Rights Reserved Ported to C# by Logan Stromberg Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: - Redistributions of source code must retain the above copyright ...
using System; using System.Collections.Generic; using System.Linq; using System.Reflection; using System.Text; using System.Threading; using System.Threading.Tasks; using Orleans.Runtime.Configuration; using Orleans.Storage; using Orleans.CodeGeneration; using Orleans.GrainDirectory; namespace Orleans.Runtime { /...
// 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; using System.Net.Security; using System...
using System; using System.Collections.Generic; using System.Linq; using BenchmarkDotNet.Configs; using BenchmarkDotNet.Mathematics; using BenchmarkDotNet.Reports; using BenchmarkDotNet.Running; using JetBrains.Annotations; using Perfolizer.Common; using Perfolizer.Horology; using Perfolizer.Mathematics.Common; using ...
#region Disclaimer/Info /////////////////////////////////////////////////////////////////////////////////////////////////// // Subtext WebLog // // Subtext is an open source weblog system that is a fork of the .TEXT // weblog system. // // For updated news and information please visit http://subtextproject.com/ // Su...
using UnityEngine; using System; using LuaInterface; using SLua; using System.Collections.Generic; public class Lua_UnityEngine_ConfigurableJoint : LuaObject { [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))] static public int constructor(IntPtr l) { try { UnityEngine.ConfigurableJoint o; o=new UnityEng...
// 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 Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpedyc.Utility; namespace Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpedyc { #...
// Licensed to the .NET Foundation under one or more agreements. // See the LICENSE file in the project root for more information. using System.Collections.Generic; using System.Drawing.Tests; using System.IO; using System.Runtime.InteropServices; using System.Security.Permissions; using Xunit; namespace System.Draw...
/* *Author : Etaew - Fallen Realms *Source : http://translate.google.com/translate?hl=en&sl=ja&u=http://ina.kappe.co.jp/~shouji/cgi-bin/nquest/nquest.html&prev=/search%3Fq%3DThe%2BHorn%2BTwin%2B(level%2B50)%26hl%3Den%26lr%3D%26safe%3Doff%26sa%3DG *http://camelot.allakhazam.com/quests.html?realm=Hiber...
/* * Diff Algorithm in C# * Based on Tye McQueen's Algorithm::Diff Perl module version 1.19_01 * Converted to C# by Joshua Tauberer <tauberer@for.net> * * The Perl module's copyright notice: * Parts Copyright (c) 2000-2004 Ned Konz. All rights reserved. * Parts by Tye McQueen. * * The Perl module's ...
#region License /* * Copyright (C) 1999-2015 John Källén. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2, or (at your option) * any later version. * * This program ...
using System; /* * $Id: InfBlocks.cs,v 1.2 2008-05-10 09:35:40 bouncy Exp $ * Copyright (c) 2000,2001,2002,2003 ymnk, JCraft,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. Redistri...
using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Runtime.Serialization; using System.Text; using System.Threading.Tasks; using Windows.ApplicationModel; using Windows.Storage; using Windows.Storage.Streams; using Windows.UI.Xaml; using Windows.UI.Xaml.Controls; namespac...
using System; using System.Collections.Specialized; using System.Web.UI.WebControls; using BaiRong.Core; using BaiRong.Core.Model; using BaiRong.Core.Model.Enumerations; using SiteServer.CMS.Core; namespace SiteServer.BackgroundPages.Cms { public class ModalContentModelAdd : BasePageCms { protected TextB...
using System.Collections.Generic; using System.Data; using BaiRong.Core; using BaiRong.Core.Data; using SiteServer.CMS.WeiXin.Data; using SiteServer.CMS.WeiXin.Model; namespace SiteServer.CMS.WeiXin.Provider { public class View360Dao : DataProviderBase { public override string TableName => "wx_View360...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using Loyc.Collections; using System.Diagnostics; namespace Loyc.Collections.Impl { /// <summary> /// An interface that is called to notify observers when items or nodes in the /// tree of a class derived from <see cref="AListBas...
using System; using System.Collections; using System.Collections.Generic; using System.Reflection; using System.Reflection.Emit; using System.Threading; namespace LuaInterface { /* * Structure to store a type and the return types of * its methods (the type of the returned value and out/ref * parameters). */ ...
/* Copyright (c) 2005 Poderosa Project, All Rights Reserved. This file is a part of the Granados SSH Client Library that is subject to the license included in the distributed package. You may not use this file except in compliance with the license. I implemented this algorithm with reference to following product...
using System; using System.Collections.Generic; using System.ComponentModel; using Autodesk.DesignScript.Interfaces; using Autodesk.DesignScript.Runtime; namespace Autodesk.DesignScript.Geometry { public class Solid : Geometry { internal ISolidEntity SolidEntity { get { return HostImpl as IS...
using System; using System.Linq; using System.Resources; using NUnit.Framework; using NUnit.Framework.SyntaxHelpers; using nValid.FluentInterface; using nValid.Framework; using nValid.Tests.Framework; using nValid.Tests.TestObjects; namespace nValid.Tests.FluentInterface { public class SetupValidation...
using System; using System.Collections.Generic; using System.Text; using System.Collections.ObjectModel; using System.Runtime.Serialization; namespace Bocai.Common.Generic { /// <summary> /// 列表泛型类 /// </summary> /// <typeparam name="T">占位符(下同)</typeparam> [Serializable] public cl...
// Copyright (C) 2014 dot42 // // Original filename: Android.Telephony.Gsm.cs // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // ...
// 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 FluentAssertions; using IdentityModel; using IdentityModel.Client; using Microsoft.AspNetCore.Hosting; using Microsoft.AspNetCore.TestH...
// // Copyright 2012-2016, Xamarin 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...
// Copyright 2014 Serilog Contributors // // 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 ...
/* * (c) 2008 MOSA - The Managed Operating System Alliance * * Licensed under the terms of the New BSD License. * * Authors: * Simon Wollwage (rootnode) <kintaro@think-in-co.de> */ using System; using System.IO; namespace Pictor { static public class DebugFile { private static bool m_FileOpenedOnce = fals...
using System.Collections.Generic; using System.IO; using Bloom; using Bloom.Book; using Bloom.Collection; using L10NSharp; using NUnit.Framework; using SIL.Extensions; using SIL.IO; using SIL.TestUtilities; namespace BloomTests { /// <summary> /// As yet this is a very incomplete set of tests for this class, but it...
// 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 global::System; using global::System.Reflection; using global::System.Diagnostics; using global::System.Collec...
// 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.Runtime.CompilerServices; using System.Runtime.InteropServices; using System....
// // DO NOT REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. // // @Authors: // christiank // // Copyright 2004-2012 by OM International // // This file is part of OpenPetra.org. // // OpenPetra.org is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as pu...
/* Poor Man's T-SQL Formatter - a small free Transact-SQL formatting library for .Net 2.0, written in C#. Copyright (C) 2011-2013 Tao Klerks Additional Contributors: * Timothy Klenke, 2012 This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Pu...
// 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.Immutable; using System.Linq; using System.Threading; using System.Threading...
// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Threading.Tasks; using Microsoft.CodeAnalysis.CodeFixes; using Microsoft.CodeAnalysis.CSharp; using Microsoft.CodeAnalysis.CSharp.UseCompoundAss...
using CodeCracker.CSharp.Style; using Microsoft.CodeAnalysis; using Microsoft.CodeAnalysis.CSharp; using Microsoft.CodeAnalysis.Testing; using System.Threading.Tasks; using Xunit; namespace CodeCracker.Test.CSharp.Style { public class SwitchToAutoPropTests : CodeFixVerifier<SwitchToAutoPropAnalyzer, SwitchToAutoP...
using System; using System.Collections.Generic; using System.Linq; namespace ServiceStack.ServiceHost { /// <summary> /// Decorate on Request DTO's to alter the accessibility of a service and its visibility on /metadata pages /// </summary> [AttributeUsage(AttributeTargets.Class, AllowMultiple = false, Inherited =...
/* * Copyright (c) Contributors, http://opensimulator.org/ * See CONTRIBUTORS.TXT for a full list of copyright holders. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * Redistributions of source code must r...
using System; using System.Collections.Generic; using System.Threading; using System.Threading.Tasks; using Microsoft.AspNetCore.Http; using Microsoft.AspNetCore.Http.Extensions; using Microsoft.Extensions.DependencyInjection; using Microsoft.Extensions.Logging; using Microsoft.Extensions.Options; using Smidge.Options;...
using System; using System.Collections.Generic; using Microsoft.Xna.Framework; using Microsoft.Xna.Framework.Graphics; namespace CocosSharp { public class CCGeometryNode : CCNode { const int DefaultBufferSize = 256; CCRawList<short> indicesArray; CCRawList<CCV3F_C4B_T2F> verticesArray...
// // PlayerEngineService.cs // // Author: // Aaron Bockover <abockover@novell.com> // // Copyright (C) 2006-2008 Novell, Inc. // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated documentation files (the // "Software"), to deal in the Software without ...
using System; using System.Collections.Generic; using System.IO.Ports; using System.Linq; using System.Reflection; using System.Text; using System.Threading; using System.Windows.Forms; using log4net; using MissionPlanner.Comms; using MissionPlanner.Controls; using MissionPlanner.Log; using MissionPlanner....
/* RssChannel.cs * ============= * * RSS.NET (http://rss-net.sf.net/) * Copyright ?2002, 2003 George Tsiokos. All Rights Reserved. * * RSS 2.0 (http://blogs.law.harvard.edu/tech/rss) * RSS 2.0 is offered by the Berkman Center for Internet & Society at * Harvard Law School under the terms of the Attribution/S...
// // Copyright (C) 2010 Rico Tzschichholz // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This p...
/* * 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...
// ========================================================================== // This software is subject to the provisions of the Zope Public License, // Version 2.0 (ZPL). A copy of the ZPL should accompany this distribution. // THIS SOFTWARE IS PROVIDED "AS IS" AND ANY AND ALL EXPRESS OR IMPLIED // WARRANTIES ARE D...
// CodeContracts // // Copyright (c) Microsoft Corporation // // All rights reserved. // // MIT License // // Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including wit...
//---------------------------------------------- // NGUI: Next-Gen UI kit // Copyright © 2011-2013 Tasharen Entertainment //---------------------------------------------- using UnityEngine; using UnityEditor; using System.Collections.Generic; /// <summary> /// Inspector class used to edit the UIAtlas. ///...
// 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. #nullable disable using System; using System.Linq; using System.Threading; using Microsoft.CodeAnalysis.CSharp.Sym...
// 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.Immutable; using System.Diagnostics; using System.Linq; using Microsoft.CodeAnalysis.CSharp; using Microsoft.CodeAnaly...
// 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.Diagnostics; using System.Linq; using System.Threading; using Microsoft.CodeAnalysis.CSharp.Synt...
// 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.Linq; using System.Threading; using System.Threading.Tasks; using Microsoft.CodeAnalysis; using M...
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. using System; using System.Collections.Generic; using Azure.Core; namespace Azure.Messaging.ServiceBus.Administration { /// <summary> /// Represents the metadata description of the subscription. /// </summary>...
// ---------------------------------------------------------------------------------- // // 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.Collections.Generic; using System.Linq; using System.Text; namespace SuperSocket.Common { /// <summary> /// ArraySegmentList /// </summary> /// <typeparam name="T"></typeparam> public class ArraySegmentList<T> : IList<T> where T : IEquatable<T> { priv...
using System; using System.Collections.Generic; using System.Text; namespace BoletoNet { #region Enumerado public enum EnumEspecieDocumento_Nordeste { DuplicataMercantil = 1, //DM – DUPLICATA MERCANTIL NotaPromissoria = 2, //NP – NOTA PROMISSÓRIA Cheque = 3, //CH – CHEQUE C...
// 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.17.0.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. ...
#region License // Copyright (c) 2013, ClearCanvas Inc. // All rights reserved. // http://www.clearcanvas.ca // // This file is part of the ClearCanvas RIS/PACS open source project. // // The ClearCanvas RIS/PACS open source project is free software: you can // redistribute it and/or modify it under the terms...
/* Copyright 2012 Michael Edwards 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...
#region Release History // Smart Thread Pool // 7 Aug 2004 - Initial release // // 14 Sep 2004 - Bug fixes // // 15 Oct 2004 - Added new features // - Work items return result. // - Support waiting synchronization for multiple work items. // - Work items can be cancelled. // - Passage of the caller thread’s conte...
// 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 { using System; using System.Collections; using System.Diagnostics; using System.Globalization; using System...
// Copyright (c) AlphaSierraPapa for the SharpDevelop Team (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.Collections.Specialized; us...
/* * [The "BSD licence"] * Copyright (c) 2011 Terence Parr * All rights reserved. * * Conversion to C#: * Copyright (c) 2011 Sam Harwell, Pixel Mine, Inc. * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following con...
namespace XenAdmin.Dialogs { partial class RoleSelectionDialog { /// <summary> /// Required designer variable. /// </summary> private System.ComponentModel.IContainer components = null; /// <summary> /// Clean up any resources being used. /// <...
// 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.Data; using System.Data.Common; using System.Data.Provi...
// AForge Image Processing Library // AForge.NET framework // http://www.aforgenet.com/framework/ // // Copyright © Andrew Kirillov, 2005-2009 // andrew.kirillov@aforgenet.com // namespace AForge.Imaging { using System; using System.Drawing; using System.Drawing.Imaging; using AForge; using AForge....
using System.Collections.Generic; using System.Linq; using System.Text; using Microsoft.CodeAnalysis; namespace OmniSharp { public class SnippetGenerator { private int _counter = 1; private StringBuilder _sb; private SymbolDisplayFormat _format; public bool IncludeMarkers { get...
// 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.Runtime.CompilerServices; namespace System.Collections.Specialized { ///...
// 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.Collections.ObjectModel; using System.Diagnostics; using System.Dynam...
// 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.ComponentModel; namespace System.DirectoryServices.ActiveDirectory { ///...
namespace Nancy.ViewEngines.Spark.Descriptors { using System.Collections.Generic; using System.IO; using System.Linq; using Spark; using global::Spark; using global::Spark.Parser; using global::Spark.Parser.Syntax; public class DefaultDescriptorBuilder : IDescriptorBuilder ...
// 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.Concurrent; using System.Collections.Generic; using System.Collections.Immutable; using System.Diagnostics; using Syst...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. /****************************************************************************** * This file is auto-generated from ...
using Microsoft.Azure.Management.BackupServices.Models; using Microsoft.Azure.Management.BackupServices; using Microsoft.Azure.Test; using System.Net; using Xunit; using System.Configuration; using System; namespace BackupServices.Tests { public class JobsTests : BackupServicesTestsBase { [Fact] ...
using System; using System.Collections.Generic; using System.Xml; using System.Xml.Xsl; using System.Xml.XPath; // source: mvpxml.codeplex.com namespace Umbraco.Core.Xml { /// <summary> /// Provides the evaluation context for fast execution and custom /// variables resolution. /// </summary> /// ...
// Copyright (c) Microsoft Open Technologies, Inc. All rights reserved. See License.txt in the project root for license information. namespace Microsoft.HDInsight.Net.Http.Formatting.Formatting { using System; using System.Collections.Generic; using System.Diagnostics.CodeAnalysis; using System.Diagno...
/* * DocuSign REST API * * The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. * * OpenAPI spec version: v2.1 * Contact: devcenter@docusign.com * Generated by: https://github.com/swagger-api/swagger-codegen.git */ using System; using Syste...
namespace Loader { partial class Loader { /// <summary> /// Required designer variable. /// </summary> private System.ComponentModel.IContainer components = null; /// <summary> /// Clean up any resources being used. /// </summary> /// <param name...
using SyncTrayzor.Services.Config; using System; using System.ComponentModel; using System.Runtime.InteropServices; using System.Windows; using System.Windows.Interop; using NLog; namespace SyncTrayzor.Xaml { public class WindowPlacementBehaviour : DetachingBehaviour<Window> { private const int taskba...
// 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.Generic; using System.Drawing; using System.Drawing.Drawing2D; using System.Linq; namespace DotSpatial.Symbology { ///...
using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Data.Common; using System.Drawing; using System.Linq; using System.Text; using System.Windows.Forms; using System.Threading; using System.Reflection; using System.IO; using System.Threading.Tasks; namespace G...
using UnityEngine; using System.Collections; [RequireComponent(typeof(Collider))] public class MoveController : MonoBehaviour { public LayerMask collisionMask; private bool facingRight = true; const float skinWidth = .015f; public int horizontalRayCount = 4; private int count = 0; public int...
using System; using System.Collections.Concurrent; using System.Collections.Generic; using System.Diagnostics; using System.IO; using System.Reflection; using System.Threading; using System.Threading.Tasks; using Orleans.CodeGeneration; using Orleans.Messaging; using Orleans.Providers; using Orleans.Runtime; using Orle...
#if !LESSTHAN_NET35 using System; using System.Collections.Generic; using System.Linq; using System.Threading; using System.Threading.Tasks; using JetBrains.Annotations; namespace CodeJam.Threading { partial class TaskHelper { #region WaitAll /// <summary> /// Waits for all of the provided <see cref="Task"/>...