context
stringlengths
2.52k
185k
gt
stringclasses
1 value
namespace AdMaiora.Bugghy { using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading; using Android.App; using Android.Content; using Android.OS; using Android.Runtime; using Android.Util; using Android.Views; using And...
/* This file is part of ZWaveLib (https://github.com/genielabs/zwave-lib-dotnet) Copyright (2012-2018) G-Labs (https://github.com/genielabs) 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 a...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. /****************************************************************************** * This file is auto-generated from ...
//------------------------------------------------------------------------------ // <copyright file="ContactManager.cs" company="Microsoft"> // Copyright (c) Microsoft Corporation. All rights reserved. // </copyright> //-------------------------------...
// 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.Contracts; using System.Diagnostics; using System.IO; using System.Runtime.WindowsRuntime.I...
/* * QUANTCONNECT.COM - Democratizing Finance, Empowering Individuals. * Lean Algorithmic Trading Engine v2.0. Copyright 2014 QuantConnect Corporation. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of ...
// // 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...
/* * EnvironmentPermission.cs - Implementation of the * "System.Security.Permissions.EnvironmentPermission" class. * * Copyright (C) 2003 Southern Storm Software, Pty Ltd. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as publishe...
// 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.Text; using System.Threading; using System.Diagnostics; using System.IO; using System.Collections; using Sy...
// // TypeMapStep.cs // // Author: // Jb Evain (jbevain@novell.com) // // (C) 2009 Novell, Inc. // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated documentation files (the // "Software"), to deal in the Software without restriction, including // witho...
/* Copyright (c) 2006 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to...
using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.ComponentModel; using System.Diagnostics; using System.Diagnostics.CodeAnalysis; using System.Globalization; using System.Linq; using System.Net.Http; using System.Net.Http.Headers; using System.Web.Http; using System.Web...
using System; using System.Collections; using System.Collections.Generic; using System.Globalization; using System.Runtime.InteropServices; using System.Runtime.Serialization; using System.Numerics; using System.Linq; using GlmSharp.Swizzle; // ReSharper disable InconsistentNaming namespace GlmSharp { /// <s...
using ImGuiNET; using OpenKh.Kh2.Ard; using OpenKh.Tools.Kh2MapStudio.Interfaces; using OpenKh.Tools.Kh2MapStudio.Models; using System; using System.Linq; using System.Numerics; using static OpenKh.Tools.Common.CustomImGui.ImGuiEx; namespace OpenKh.Tools.Kh2MapStudio.Windows { static class SpawnPointWindow { ...
#region -- License Terms -- // // MessagePack for CLI // // Copyright (C) 2014-2015 FUJIWARA, Yusuke // // 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.apach...
/* * Copyright 2009 ZXing 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 required by applicable law or agreed ...
#region Copyright notice and license // Protocol Buffers - Google's data interchange format // Copyright 2008 Google Inc. All rights reserved. // http://github.com/jskeet/dotnet-protobufs/ // Original C++/Java/Python code: // http://code.google.com/p/protobuf/ // // Redistribution and use in source and binary forms, ...
// Copyright (c) Microsoft Open Technologies, Inc. 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 Microsoft.CodeAnalysis.CSharp.Symbols; using Microsoft.CodeAna...
using System; using ALinq; using ALinq.Mapping; namespace NorthwindDemo { [Table(Name="Employees")] public partial class Employee { private System.Int32 _EmployeeID; private System.String _LastName; private System.String _FirstName; private System.String _Title; priv...
using log4net; using Mono.Addins; using Nini.Config; using OpenMetaverse; using OpenSim.Region.Framework.Interfaces; using OpenSim.Region.Framework.Scenes; using OpenSim.Region.Physics.Manager; /* * Copyright (c) Contributors, http://opensimulator.org/ * See CONTRIBUTORS.TXT for a full list of copyright holders. * ...
using System.Collections; using System.Collections.Generic; using UnityEngine; using UnityEditor; [CustomEditor(typeof(OVROverlay))] public class OVROverlayEditor : Editor { /// <summary> /// Common Video Types, to ease source and dest rect creation /// </summary> public enum StereoType { Custom = 0, Mono = ...
/*************************************************************************** Copyright (c) Microsoft Corporation. All rights reserved. THIS CODE IS PROVIDED *AS IS* WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING ANY IMPLIED WARRANTIES OF FITNESS FOR A PARTICULAR PURPOSE, MERCHANTABILITY, OR NON-INF...
/* ********************************************************************************************************** * The MIT License (MIT) * * * * Copyright (c) 2016 Hypermediasystems Ges. f. Software mbH * * Web: http://www.hypermediasystems.de * ...
// // ViewBackend.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 restricti...
using System; using Eto.Drawing; using System.Collections.Generic; namespace Eto.GtkSharp.Drawing { public class GraphicsHandler : WidgetHandler<Cairo.Context, Graphics>, Graphics.IHandler { Pango.Context pangoContext; readonly Gtk.Widget widget; Image image; Cairo.ImageSurface surface; RectangleF? clipBou...
#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, ...
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.IO; using System.Management.Automation; using System.Management.Automation.Internal; using System.Security; using System.Thr...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.Buffers; using System.Diagnostics; using System.Threading; using System.Threading.Tasks; namespace Sys...
//------------------------------------------------------------------------------ // <copyright file="AppliedDeviceFilterDialog.cs" company="Microsoft"> // Copyright (c) Microsoft Corporation. All rights reserved. // </copyright> //--------------------...
// Copyright (c) Andrew Arnott. All rights reserved. // Licensed under the MIT license. See LICENSE.txt file in the project root for full license information. namespace Nerdbank.Streams { using System; using System.Buffers; using System.Collections.Generic; using System.ComponentModel; using System...
// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; using System.Collections.Immutable; using System.Diagnostics; using System.Runtime.InteropServices; using Micr...
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using Microsoft.Extensions.Logging; using Orleans.Providers.Streams.Common; using Orleans.Runtime; using Orleans.Configuration; using RunState = Orleans.Configuration.StreamLifecycleOptions.RunState; using Orleans.Internal;...
using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.Diagnostics.CodeAnalysis; using System.Globalization; using System.Linq; using System.Net.Http.Headers; using System.Web.Http; using System.Web.Http.Description; using NamesDays.Service.Areas.HelpPage.Models; namespace N...
using EdiEngine.Common.Enums; using EdiEngine.Common.Definitions; using EdiEngine.Standards.X12_004010.Segments; namespace EdiEngine.Standards.X12_004010.Maps { public class M_210 : MapLoop { public M_210() : base(null) { Content.AddRange(new MapBaseEntity[] { new B3() { ReqDes = RequirementDesignator.Man...
// 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.Threading; using Xunit; public class MoveFileTests { #region Window...
//----------------------------------------------------------------------- // <copyright file="CSharpTypeResolver.cs" company="NJsonSchema"> // Copyright (c) Rico Suter. All rights reserved. // </copyright> // <license>https://github.com/RicoSuter/NJsonSchema/blob/master/LICENSE.md</license> // <author>Rico Suter, m...
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. #nullable enable using System; using System.Collections.Concurrent; using System.Collections.Generic; using System.Globalization; using System.Reflection; namespace Azure.Data.Tables { internal static class Dictionary...
using FontAwesome.Sharp; namespace TestForms { partial class MainForm { /// <summary> /// Required designer variable. /// </summary> private System.ComponentModel.IContainer components = null; /// <summary> /// Clean up any resources being used. /// </su...
/* The MIT License (MIT) Copyright (c) 2015-2017 Secret Lab Pty. Ltd. and Yarn Spinner contributors. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limita...
// Author: abi // Project: DungeonQuest // Path: C:\code\Xna\DungeonQuest\Shaders // Creation date: 28.03.2007 01:01 // Last modified: 31.07.2007 04:47 #region Using directives using System; using System.Collections.Generic; using System.Text; using DungeonQuest.Graphics; using Microsoft.Xna.Framework; using Microsoft...
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using osu.Framework.Allocation; using osu.Framework.Bindables; using osu.Framework.Graphics; using osu.Framework.Graphics.Containers; using osu.Framework.Graphics.Sprites...
// <copyright company="Simply Code Ltd."> // Copyright (c) Simply Code Ltd. All rights reserved. // Licensed under the MIT License. // See LICENSE file in the project root for full license information. // </copyright> namespace PackIt.Pack { using System.Diagnostics.CodeAnalysis; using PackIt.Helpers.Enums; ...
// 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.Linq; using System.Text; using System.Threading.Tasks; using ...
// Copyright (c) Microsoft and contributors. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by...
/* * Calendar.cs - Implementation of the * "System.Globalization.Calendar" class. * * Copyright (C) 2001, 2003 Southern Storm Software, Pty Ltd. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Soft...
/* * * (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) 2008-2018, Hazelcast, 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 ...
// // ContentObject.cs // // Author: Jeffrey Stedfast <jeff@xamarin.com> // // Copyright (c) 2013-2015 Xamarin Inc. (www.xamarin.com) // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal // in the Software wit...
using System; using System.Collections.Generic; using System.Text; using System.Net; using Acn.ArtNet.IO; using Acn.ArtNet.Sockets; namespace Acn.ArtNet.Packets { [Flags] public enum PollReplyStatus { None = 0, UBEA = 1, RdmCapable = 2, ROMBoot = 4 } public class Ar...
using System; using System.Collections.Generic; using System.Linq; using System.Text.RegularExpressions; namespace NPoco { public class SqlBuilder { Dictionary<string, Clauses> data = new Dictionary<string, Clauses>(); int seq; class Clause { public string Sql { 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.Contracts; namespace System.Drawing { /// <summary> /// <para> /// St...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using System.IO.Ports; using System.Timers; using System.ComponentModel; using System.Diagnostics; using System.Text.RegularExpressions; using System.Windows.Threading; using System.Threading; namespace ...
using System; using GalaSoft.MvvmLight; using Ouranos.RedArmory.Models.DatabaseObjects; namespace Ouranos.RedArmory.Models { public sealed class ProjectItem : ViewModelBase { #region Constructors internal ProjectItem(ProjectObject item) { if (item == null) ...
/********************************************************************++ Copyright (c) Microsoft Corporation. All rights reserved. --********************************************************************/ using System; using System.Collections.Generic; using System.Diagnostics; using System.Management.Automation.Interna...
// Copyright 2021 Jacob Trimble // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to i...
// Copyright (C) 2009-2017 Luca Piccioni // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal // in the Software without restriction, including without limitation the rights // to use, copy, modify, merge, p...
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See License.txt in the project root for license information. namespace Microsoft.Azure.Management.Network.Fluent { using Microsoft.Azure.Management.Network.Fluent.ApplicationGateway.Definition; using Microsoft.Azure....
// 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.Linq; using System.Threading; using Microsoft.CodeAnalysis; u...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.Collections.Generic; using System.Diagnostics; using System.Diagnostics.Contracts; using System.Globali...
/******************************************************************************* * Copyright 2008-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...
// 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.Runtime.Serialization; using System.Security.Princip...
// Copyright 2020 Google LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in 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. namespace System.Globalization { public abstract class EastAsianLunisolarCalendar : Calendar { inte...
using EngineLayer; using EngineLayer.Calibration; using EngineLayer.ClassicSearch; using EngineLayer.FdrAnalysis; using IO.MzML; using MassSpectrometry; using MzLibUtil; using Nett; using Proteomics; using Proteomics.Fragmentation; using System; using System.Collections.Generic; using System.IO; using System.Linq; usin...
#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; using System.Collections.Generic; using ClearCanvas.Common; using ClearCa...
// // Copyright (c) 2004-2011 Jaroslaw Kowalski <jaak@jkowalski.net> // // All rights reserved. // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions // are met: // // * Redistributions of source code must retain the above co...
/// This code was generated by /// \ / _ _ _| _ _ /// | (_)\/(_)(_|\/| |(/_ v1.0.0 /// / / using System; using System.Collections.Generic; using System.Linq; using Twilio.Base; using Twilio.Converters; namespace Twilio.Rest.Chat.V2.Service.Channel { /// <summary> /// FetchInviteOptions ...
// 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 Xunit; namespace System.Threading.Tasks.Dataflow.Tests {...
// 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.Diagnostics; using System.Runtime.InteropServices; using System.Security.Cryptography; us...
// Created by Paul Gonzalez Becerra using System; namespace GDToolkit.Storage { public abstract class Register { #region --- Field Variables --- // Variables public string[] keys; public object[] items; #endregion // Field Variables #region --- Constructors --- public Register() { key...
/* Copyright 2006-2017 Cryptany, Inc. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed t...
//============================================================================= // System : Sandcastle Help File Builder Components // File : IntelliSenseComponent.cs // Author : Eric Woodruff (Eric@EWoodruff.us) // Updated : 05/22/2010 // Note : Copyright 2007-2010, Eric Woodruff, All rights reserved // Compi...
using System; using System.Collections.Generic; using System.Drawing; using Palaso.Data; using Palaso.DictionaryServices; using Palaso.DictionaryServices.Model; using Palaso.TestUtilities; using NUnit.Framework; using Palaso.WritingSystems; namespace Palaso.DictionaryServices.Tests { [TestFixture] public class LiftL...
namespace TrackProto.Models.Migrations { using System; using System.Data.Entity.Migrations; public partial class Initial : DbMigration { public override void Up() { CreateTable( "dbo.Entities", c => new { ...
using System; using System.Collections.Generic; using Microsoft.CodeAnalysis; using Microsoft.CodeAnalysis.CSharp; using Microsoft.CodeAnalysis.Diagnostics; using System.Collections.Immutable; using Microsoft.CodeAnalysis.CodeFixes; using System.Threading.Tasks; using Microsoft.CodeAnalysis.CodeActions; using Microsoft...
/* * Swagger Petstore * * This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \" \\ * * OpenAPI spec version: 1.0.0 * Contact: apiteam@swagger.io * Generated by: https://github.com/swagger-api/swagger-codegen.git...
/* * 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...
// 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; namespace System.Configuration.Internal { internal sealed class InternalConfigHost : IInternal...
// 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.Reflection.Metadata.Tests; using Xunit; namespace Sy...
using Microsoft.CodeAnalysis; using Microsoft.CodeAnalysis.CSharp; using Microsoft.CodeAnalysis.CSharp.Syntax; using Microsoft.Extensions.Options; using R4Mvc.Tools.Extensions; using R4Mvc.Tools.Services; using System.Collections.Generic; using System.IO; using System.Linq; using static Microsoft.CodeAnalysis.CSharp.Sy...
/* ### # # ######### _______ _ _ ______ _ _ ## ######## @ ## |______ | | | ____ | | ################## | |_____| |_____| |_____| ## ############# f r a m e w o r k # # ######### ### (c) 2015 - 2017 FUGU framework project Licensed under the Apache Li...
using System; using System.Diagnostics; using System.Linq; using System.Reflection; using hw.Helper; using JetBrains.Annotations; // ReSharper disable CheckNamespace namespace hw.DebugFormatter { /// <summary> Summary description for Tracer. </summary> [PublicAPI] public static class Tracer { ...
//----------------------------------------------------------------------- // <copyright file="SwaggerToTypeScriptClientCommand.cs" company="NSwag"> // Copyright (c) Rico Suter. All rights reserved. // </copyright> // <license>https://github.com/RicoSuter/NSwag/blob/master/LICENSE.md</license> // <author>Rico Suter,...
using UnityEngine; using System.Collections; using System.Runtime.InteropServices; using System; using System.IO; using System.Threading; using System.Runtime.Serialization; using System.Runtime.Serialization.Formatters.Binary; using System.Collections.Generic; using System.Text; using System.Xml.Serialization; using R...
using System; using System.Collections.Generic; using System.Json; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Xml.Linq; namespace NuGetSearch.Common { /// <summary> /// NuGet Gallery Service is used to query the NuGet Gallery Server /// </summary> public class NuGetGalleryClie...
// 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.Globalization; using System.Linq; using Xunit; namespa...
using System; using NUnit.Framework; using SharpVectors.Dom.Svg; namespace SharpVectors.UnitTests.Svg.BasicTypesAndInterfaces { [TestFixture] public class SvgPointTests { #region Fields private SvgPoint p; #endregion #region SetUp [SetUp] public voi...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. //////////////////////////////////////////////////////////////////////////// // // // Purpose: This Class defines ...
using UnityEngine; using System.Collections; namespace RootMotion.FinalIK { /// <summary> /// %IK system for standard biped characters that is designed to replicate and enhance the behaviour of the Unity's built-in character %IK setup. /// </summary> [HelpURL("http://www.root-motion.com/finalikdox/html/page2.html...
using System; using System.Drawing; using SharpVectors.Dom.Css; namespace SharpVectors.Dom.Svg { public class SvgPaint : SvgColor, ISvgPaint { #region Constructors public SvgPaint(string str) : base() { _parsePaint(str); } #endregion #region Private methods private void _parsePaint(string str) { ...
#if !BESTHTTP_DISABLE_ALTERNATE_SSL && (!UNITY_WEBGL || UNITY_EDITOR) namespace Org.BouncyCastle.Crypto.Tls { /// <summary> /// RFC 2246 A.5 /// </summary> public abstract class CipherSuite { public const int TLS_NULL_WITH_NULL_NULL = 0x0000; public const int TLS_RSA_WITH_NULL_MD5 ...
// 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.Collections.ObjectModel; using System.Linq; using System.Refl...
// // Task.cs // // Author: // Antonius Riha <antoniusriha@gmail.com> // // Copyright (c) 2012 Antonius Riha // // 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 restricti...
using System; using System.Collections.Generic; using System.Linq; using System.Xml.Serialization; using ParatureSDK.Fields; using ParatureSDK.ParaObjects.EntityReferences; namespace ParatureSDK.ParaObjects { public class Csr : ParaEntity, IMutableEntity { public string Full_Name { ...
// 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 Xunit; namespace System.Threading.Tasks.Channels.Tests { public abstract class ...
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using System.Runtime; using System.ServiceModel.Channels; using System.ServiceModel.Diagnostics; using System.ServiceModel.Diagnostics.Application; namespace System.Se...
// 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 ...
// Transport Security Layer (TLS) // Copyright (c) 2003-2004 Carlos Guzman Alvarez // Copyright (C) 2006-2007 Novell, Inc (http://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 ...
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using System.Collections.Generic; using System.Linq; using osu.Framework.Allocation; using osu.Framework.Bindables; using osu.Framework.Graphics; using osu....
// Copyright (c) Microsoft Corporation. // Licensed under the MIT License. using System; using System.Collections; using System.Collections.Generic; using System.ComponentModel; // Win32Exception using System.Diagnostics; // Eventlog class using System.Diagnostics.CodeAnalysis; using System.Management.Automation; usin...