context
stringlengths
2.52k
185k
gt
stringclasses
1 value
using UnityEngine; using System.Collections.Generic; using Pathfinding.Serialization; #if UNITY_5_5_OR_NEWER using UnityEngine.Profiling; #endif namespace Pathfinding { public interface INavmesh { void GetNodes (GraphNodeDelegateCancelable del); } /** Generates graphs based on navmeshes. * \ingroup graphs * ...
/* * 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 (c) 2015, Outercurve Foundation. // 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 // list o...
//============================================================================= // System : Sandcastle Help File Builder Components // File : CachedResolveReferenceLinksComponent.cs // Author : Eric Woodruff (Eric@EWoodruff.us) // Updated : 05/22/2010 // Compiler: Microsoft Visual C# // // This file contains a bu...
using System; using System.Collections.Generic; using System.Runtime.InteropServices; using System.Security; using BulletSharp.Math; namespace BulletSharp { public class Hacd : IDisposable { internal IntPtr _native; [UnmanagedFunctionPointer(Native.Conv), SuppressUnmanagedCodeSecurity] delegate bo...
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using Microsoft.AspNetCore.Authorization; using Microsoft.AspNetCore.Identity; using Microsoft.AspNetCore.Mvc; using Microsoft.Extensions.Logging; using allverse3.Models; using allverse3.Models.app; using allverse3.Models....
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. namespace System.Xml { using System.Text; using System.Diagnostics; using System.Xml.Schema; intern...
using static System.Math; using static System.Double; namespace MathUtils { class Polynomial { static readonly double SIN_PI_3RD = Sin(PI / 3); static readonly double COS_PI_3RD = Cos(PI / 3); static readonly double SIN_MINUS_PI_3RD = Sin(-PI / 3); static readonly double COS_MIN...
/* Generated SBE (Simple Binary Encoding) message codec */ using System; using Adaptive.SimpleBinaryEncoding; namespace Adaptive.SimpleBinaryEncoding.Ir.Generated { public class TokenCodec { public const ushort TemplateId = (ushort)2; public const byte TemplateVersion = (byte)0; public const ushor...
using System; using NUnit.Framework; using Whois.Parsers; namespace Whois.Parsing.Whois.Nic.Re.Re { [TestFixture] public class ReParsingTests : ParsingTests { private WhoisParser parser; [SetUp] public void SetUp() { SerilogConfig.Init(); parser = n...
// 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.Expressions.Tests { // Tests for features ...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System; using System.Collections.Generic; using System.Threading.Tasks; using Microsoft.AspNetCore.Hosting; using Microsoft.AspNetCore.Razor.TagHelpers; using Moq; using Xunit;...
using System.Collections.Generic; using UIKit; using CoreGraphics; using Foundation; namespace Xamarin.Utilities.DialogElements { public class Section : IEnumerable<Element> { object header, footer; private readonly List<Element> _elements = new List<Element> (); public RootElement Root ...
using System; using System.Collections.Generic; using System.Diagnostics; using System.Linq; using System.Threading; using System.Threading.Tasks; using JabbR.Commands; using JabbR.ContentProviders.Core; using JabbR.Infrastructure; using JabbR.Models; using JabbR.Services; using JabbR.ViewModels; using Microsoft.AspNet...
// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Generic; using System.Collections.Immutable; using System.Linq; using Analyzer.Utilities; using Analyzer.Utilities.Extensions; using ...
using System; using System.Collections.Generic; using System.ComponentModel; using System.Runtime.CompilerServices; #pragma warning disable 67 namespace ExampleAssembly { /// <summary> /// A class. /// </summary> public class ExampleClass : IExampleContravariantInterface<ExampleClass>, IExampleCovariantInterface<...
namespace android.view { [global::MonoJavaBridge.JavaClass()] public sealed partial class MotionEvent : java.lang.Object, android.os.Parcelable { internal new static global::MonoJavaBridge.JniGlobalHandle staticClass; internal MotionEvent(global::MonoJavaBridge.JNIEnv @__env) : base(@__env) { } private sta...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using System.Collections.Generic; using System.Diagnostics; using System.IO; using System.Linq; using ...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using Xunit; namespace System.Linq.Expressions.Tests { public static class TernaryTests { #region T...
// 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. namespa...
#region Using Directives #endregion namespace SPALM.SPSF.Library.Actions { using System.IO; using System.Windows.Forms; using System.Xml; using EnvDTE; using Microsoft.Practices.ComponentModel; using Microsoft.Practices.RecipeFramework; using Microsoft.Practices.RecipeFramework.Services;...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using Xunit; namespace System.Transactions.Tests { // Ported from Mono public class EnlistTest { ...
// 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 Apache 2.0 License. // See the LICENSE file in the project root for more information. using System; using System.Diagnostics; using System.Reflection; using System.IO; namespace Microsoft.Script...
/* | 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...
// ==++== // // Copyright (c) Microsoft Corporation. All rights reserved. // // ==--== /*============================================================ ** ** Class: Stream ** ** <OWNER>gpaperin</OWNER> ** ** ** Purpose: Abstract base class for all Streams. Provides ** default implementations of asynchronous reads...
using Cake.Common.Diagnostics; using Cake.Npm; using Cake.Yarn; using Cake.Npm.RunScript; using CK.Text; using CSemVer; using Newtonsoft.Json.Linq; using System; using System.Linq; using System.Text; using SimpleGitVersion; namespace CodeCake { /// <summary> /// Basic (unpublished) NPM project. /// </summa...
// $Id: mxCodec.cs,v 1.26 2010-09-20 06:21:37 gaudenz Exp $ // Copyright (c) 2007-2008, Gaudenz Alder using System; using System.Collections.Generic; using System.Text; using System.Xml; namespace com.mxgraph { /// <summary> /// XML codec for .NET object graphs. In order to resolve forward references /// w...
using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.ComponentModel; using System.Diagnostics.CodeAnalysis; using System.Globalization; using System.IO; using System.Linq; using System.Net.Http; using System.Net.Http.Formatting; using System.Net.Http.Headers; using System.W...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using System.Collections; using System.Collections.Generic; using System.ComponentModel; using System....
using OrchardCore.ResourceManagement; namespace OrchardCore.Resources { public class ResourceManifest : IResourceManifestProvider { public void BuildManifests(IResourceManifestBuilder builder) { var manifest = builder.Add(); manifest .DefineScript("jQuer...
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...
/* ** $Id: lundump.c,v 2.7.1.4 2008/04/04 19:51:41 roberto Exp $ ** load precompiled Lua chunks ** See Copyright Notice in lua.h */ using System; using System.Collections; using System.Collections.Generic; using System.Text; using System.Diagnostics; using System.Runtime.InteropServices; using System.Runtime.Serializa...
using System; using System.Collections.Generic; using System.Linq; using Microsoft.Xna.Framework; using Netcode; using Pathoschild.Stardew.Common; using Pathoschild.Stardew.Common.Items.ItemData; using Pathoschild.Stardew.Common.Utilities; using Pathoschild.Stardew.TractorMod.Framework.Attachments; using StardewModding...
#pragma warning disable IDE0079 // Remove unnecessary suppression #pragma warning disable CS1591 // ReSharper disable InconsistentNaming // Decompiled with JetBrains decompiler // Type: Autodesk.Revit.DB.UnitSymbolType // Assembly: RevitAPI, Version=21.0.0.0, Culture=neutral, PublicKeyToken=null // MVID: E5118772-F02...
using System; using System.Collections.Generic; using System.Linq; using Skahal.Common; using Skahal.Logging; using UnityEngine; using Buildron.Domain.Builds; namespace Buildron.Domain.Users { /// <summary> /// Domain service to user from continuous integration server. /// </summary> public class UserService : IUs...
using System; using LanguageExt; using System.Linq; using System.Collections.Generic; using System.Threading.Tasks; using LanguageExt.DataTypes.Serialisation; using LanguageExt.TypeClasses; using LanguageExt.ClassInstances; using LanguageExt.Common; using static LanguageExt.Prelude; namespace LanguageExt { public ...
/****************************************************************************** * The MIT License * Copyright (c) 2003 Novell Inc. www.novell.com * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the Software), to deal * in the Sof...
#pragma warning disable AV1564 #pragma warning disable AV1706 using System; using System.Collections.Generic; using System.Diagnostics.CodeAnalysis; using System.Dynamic; using System.IO; using System.Linq; using System.Text.RegularExpressions; using System.Web; using System.Web.Mvc; using System.Web.WebPages; using F...
using UnityEngine; using System.Collections.Generic; using System.IO; namespace Beats2.Graphic { // Internal structures to fill and process public class FontChar { public int id = 0, x = 0, y = 0, width = 0, height = 0, xoffset = 0, yoffset = 0, xadvance = 0; public int texOffsetX, texOffsetY; public int te...
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 UnityEngine; using UnityStandardAssets.CrossPlatformInput; using UnityStandardAssets.Utility; using Random = UnityEngine.Random; namespace UnityStandardAssets.Characters.FirstPerson { [RequireComponent(typeof (CharacterController))] [RequireComponent(typeof (AudioSource))] public class ...
using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.ComponentModel; using System.Linq; using System.Threading.Tasks; using System.Windows.Threading; using GBLive.Common; using GBLive.GiantBomb; using GBLive.GiantBomb.Interfaces; namespace GBLive.Gui { public class MainWi...
//----------------------------------------------------------------------- // <copyright file="MultiDimensionalArrayFormatter.cs" company="Sirenix IVS"> // Copyright (c) 2018 Sirenix IVS // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the Licen...
/* **************************************************************************** * * Copyright (c) Microsoft Corporation. * * This source code is subject to terms and conditions of the Apache License, Version 2.0. A * copy of the license can be found in the License.html file at the root of this distribution. If ...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information using System; using System.Collections; using System.Data.Common; using System.Diagnostics; using System.Globalizatio...
using Microsoft.IdentityModel.S2S.Protocols.OAuth2; using Microsoft.IdentityModel.Tokens; using Microsoft.SharePoint.Client; using System; using System.Net; using System.Security.Principal; using System.Web; using System.Web.Configuration; namespace MyCSOMAppWeb { /// <summary> /// Encapsulates all the informa...
#region Copyright notice and license // Copyright 2015 gRPC authors. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless req...
/* * Copyright (c) 2012 Calvin Rien * * Based on the JSON parser by Patrick van Bergen * http://techblog.procurios.nl/k/618/news/view/14605/14863/How-do-I-write-my-own-parser-for-JSON.html * * Simplified it so that it doesn't throw exceptions * and can be used in Unity iPhone with maximum code stripping. * * P...
//------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All rights reserved. //------------------------------------------------------------ namespace System.Runtime.Serialization { using System; using System.Xml; using System.Xml.Schema; using System.Coll...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.Diagnostics; using System.IO.PortsTests; using System.Text; using System.Threading; using System.Thread...
using System; using System.Text; using System.Security.Cryptography; using System.IO; using System.Collections.Generic; namespace DarkMultiPlayerCommon { public class Common { //Timeouts in milliseconds public const long HEART_BEAT_INTERVAL = 5000; public const long INITIAL_CONNECTION_T...
/* Copyright (C) 2013-2015 MetaMorph Software, Inc Permission is hereby granted, free of charge, to any person obtaining a copy of this data, including any software or models in source or binary form, as well as any drawings, specifications, and documentation (collectively "the Data"), to deal in the Data without rest...
#region Apache License 2.0 // Copyright 2008-2009 Christian Rodemeyer // // 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 req...
using System; using System.Collections.Generic; using MongoDB.Bson; using MongoDB.Bson.Serialization; using MongoDB.Bson.Serialization.Conventions; using MongoDB.Driver; using Audit.Core; using System.Linq; using System.Threading.Tasks; namespace Audit.MongoDB.Providers { /// <summary> /// Mongo DB data access...
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.Data; using System.Globalization; using System.IO; using System.Text; using System.Xml; using Umbraco.Core; using Umbraco.Core.Configuration; using Umbraco.Core.Models.EntityBase; using Umbraco.Web; using umbraco.BasePages; using umbraco.BusinessLogic; using umbraco.BusinessLogic.Actions; usi...
// 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.14.0.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. ...
using System.IO; using System.Linq; using System.Threading.Tasks; using Telegram.Bot.Tests.Integ.Framework; using Telegram.Bot.Tests.Integ.Framework.Fixtures; using Telegram.Bot.Types; using Telegram.Bot.Types.Enums; using Xunit; namespace Telegram.Bot.Tests.Integ.Sending_Messages { [Collection(Constants.TestColle...
// // 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 by a...
// 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.CSharp; using Microsoft.CodeAnalysis.Testing; using Test.Utilities; using Xunit; using VerifyCS = T...
/// This code was generated by /// \ / _ _ _| _ _ /// | (_)\/(_)(_|\/| |(/_ v1.0.0 /// / / using System; using System.Collections.Generic; using Twilio.Base; using Twilio.Converters; namespace Twilio.Rest.Verify.V2 { /// <summary> /// Create a new Verification Service. /// </summary>...
// 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 1.0.1.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. n...
// 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.Security; namespace System.Numerics { internal static partial class BigI...
/* 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 2019, 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 applicabl...
//BSD, 2014-present, WinterDev //---------------------------------------------------------------------------- // Anti-Grain Geometry - Version 2.4 // Copyright (C) 2002-2005 Maxim Shemanarev (http://www.antigrain.com) // // C# Port port by: Lars Brubaker // larsbrubaker@gmail.com // Copyright (C) 2007 ...
using NUnit.Framework; namespace System.Data.SQLite.Tests { [TestFixture] public class SQLiteConnectionStringBuilderTests { [Test] public void Defaults() { var csb = new SQLiteConnectionStringBuilder(); Assert.AreEqual(0, csb.CacheSize); Assert.AreEqual("", csb.DataSource); Assert.AreEqual(0, csb....
/* * Copyright 2010-2013 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. * A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "l...
// 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.Diagnostics; using System.IO; 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; using System.Collections.Generic; #if ES_BUILD_STANDALONE namespace Microsoft.Diagnostics.Tracing.Int...
// using UnityEngine; using System; using System.Collections; using System.Text; namespace GameAnalyticsSDK.Utilities { /* Based on the JSON parser from * http://techblog.procurios.nl/k/618/news/view/14605/14863/How-do-I-write-my-own-parser-for-JSON.html * * I simplified it so that it doesn't throw exceptions...
using System; using System.Collections; using System.Collections.Generic; using System.Linq; using UnityEngine; using UnityEditor.Collaboration; using UnityEngine.TestTools; using NUnit.Framework; namespace UnityEditor.Collaboration.Tests { [TestFixture] internal class HistoryTests { private TestHi...
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. //////////////////////////////////////////////////////////////////////////// // // Class: TextInfo // // Purpose: This Class defines behaviors specific to a writi...
// 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.IO; using System.Linq; using System.Xml; using System.Xml.Linq; using...
using System; using System.Collections.Generic; namespace BraveHaxvius.Data { public class Request { public String Name { get; set; } public String Url { get; set; } public String EncodeKey { get; set; } public String RequestID { get; set; } public static readonly Reque...
using System.Text.RegularExpressions; using System.Diagnostics; using System; using System.Drawing.Drawing2D; using System.Windows.Forms; using System.Collections; using System.Drawing; using Microsoft.VisualBasic; using System.Data.SqlClient; using System.Data; using System.Collections.Generic; using WeifenLuo.WinForm...
// Python Tools for Visual Studio // 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 //...
// 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.Threading; using System.Threading.Tasks; ...
/* * 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...
#region License // // The Open Toolkit Library License // // Copyright (c) 2006 - 2010 the Open Toolkit library. // // 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...
// 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.Globalization; using System.Linq; using Xun...
using System; using System.Collections.Generic; using System.Diagnostics.CodeAnalysis; using System.Globalization; using System.Linq; using System.Linq.Expressions; using System.Runtime.Versioning; using NuGet.Resources; using NuGet.V3Interop; namespace NuGet { public static class PackageRepositoryExtensions {...
// Copyright (c) .NET Foundation and contributors. 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.Linq; using Microsoft.DotNet.Cli.Utils; using Microsoft.DotNet.Plat...
using Lucene.Net.Analysis.Tokenattributes; using Lucene.Net.Support; using Lucene.Net.Util; using System; using System.Diagnostics; namespace Lucene.Net.Analysis { /* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed wi...
// $Id$ // // 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"...
using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Threading.Tasks; using System.Xml; using Orleans.MultiCluster; using Orleans.Runtime.Configuration; using Orleans.Runtime.MembershipService; using Orleans.Runtime.MultiClusterNetwork; namespace Orleans.Runtime.Management {...
// 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 Microsoft.Cci.MetadataReader.Errors; using Microsoft.Cci.MetadataReader.PEFile; using Microsoft.Cci.MetadataReader.PEFileFlags; ...
// 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 ...
// Fetched from http://archive.msdn.microsoft.com/SilverlightMD5 //Copyright (c) Microsoft Corporation. All rights reserved. using System; using System.Text; // ************************************************************** // * Raw implementation of the MD5 hash algorithm // * from RFC 1321. // * // * Written By: Re...
namespace Nancy.Tests.Unit.ViewEngines { using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Reflection; using FakeItEasy; using Nancy.Extensions; using Nancy.ViewEngines; using Xunit; public class ResourceViewLocationProviderFixtu...
using System; using System.Collections.Generic; using System.ComponentModel; using System.Diagnostics; using System.Drawing; using System.IO; using System.Text; using System.Windows.Forms; using CslaGenerator.Controls; using CslaGenerator.Metadata; using CslaGenerator.Properties; using CslaGenerator.Util; using CslaGen...
/* * 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 ...
/* * 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...
#region License // Copyright 2006 James Newton-King // http://www.newtonsoft.com // // This work is licensed under the Creative Commons Attribution 2.5 License // http://creativecommons.org/licenses/by/2.5/ // // You are free: // * to copy, distribute, display, and perform the work // * to make derivative works /...
using System; using System.CodeDom.Compiler; using System.Collections.Generic; using System.ComponentModel; using System.Runtime.Serialization; using Microsoft.Xrm.Sdk; namespace PowerShellLibrary.Crm.CmdletProviders { [Microsoft.Xrm.Sdk.Client.EntityLogicalName("sdkmessageprocessingstep")] [DataContract] [Gener...
// 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 2010-2014 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. * A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "l...
// Copyright 2005, 2006 - Morten Nielsen (www.iter.dk) // Copyright 2007 - Paul den Dulk (Geodan) - Created TiledWmsLayer from WmsLayer // // This file is part of SharpMap. // SharpMap is free software; you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by...
using System.Collections.Generic; namespace Pathfinding.Voxels { public partial class Voxelize { public ushort[] ExpandRegions (int maxIterations, uint level, ushort[] srcReg, ushort[] srcDist, ushort[] dstReg, ushort[] dstDist, List<int> stack) { AstarProfiler.StartProfile("---Expand 1"); int w = voxelArea.w...