context
stringlengths
2.52k
185k
gt
stringclasses
1 value
// Copyright (c) 2007-2017 ppy Pty Ltd <contact@ppy.sh>. // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE using System; using System.Collections.Generic; using System.Linq; using osu.Framework; using osu.Framework.Caching; using osu.Framework.Extensions.Color4Extensions; usi...
/* * 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) Microsoft Corporation. All rights reserved. // // ==--== // <OWNER>[....]</OWNER> // // // HashAlgorithm.cs // namespace System.Security.Cryptography { using System.IO; using System.Diagnostics.Contracts; [System.Runtime.InteropServices.ComVisible(true)] public abs...
// // Copyright (c) 2004-2017 Jaroslaw Kowalski <jaak@jkowalski.net>, Kim Christensen, Julian Verdurmen // // All rights reserved. // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions // are met: // // * Redistributions of s...
using System; using System.Diagnostics; using System.IO; using System.Reflection; using System.Windows.Forms; namespace Alchemi.AppStart { //************************************************************** // AppStart Class // This is the main class for appstart.exe //***********************************************...
/* Generated SBE (Simple Binary Encoding) message codec */ using System; using System.Text; using System.Collections.Generic; using Adaptive.Agrona; namespace Adaptive.Archiver.Codecs { public class AttachSegmentsRequestEncoder { public const ushort BLOCK_LENGTH = 24; public const ushort TEMPLATE_ID = 56; ...
using System; using System.Drawing; using System.Drawing.Drawing2D; using System.Windows.Forms; using System.ComponentModel; namespace WeifenLuo.WinFormsUI.Docking { using WeifenLuo.WinFormsUI.ThemeVS2012Light; internal class VS2012LightDockPaneCaption : DockPaneCaptionBase { private sealed class ...
/* * REST API Documentation for the MOTI Hired Equipment Tracking System (HETS) Application * * The Hired Equipment Program is for owners/operators who have a dump truck, bulldozer, backhoe or other piece of equipment they want to hire out to the transportation ministry for day labour and emergency projects. The ...
using System; using System.ComponentModel; using System.Reflection; using System.Collections.Generic; using System.Linq; using Sce.Atf.Dom; using Sce.Atf.Controls.PropertyEditing; using misz.Gui; using Sce.Atf; using pico.Controls.PropertyEditing; namespace SettingsEditor { public class DynamicSchema : IDynamicSchema...
// 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 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 to in wri...
// // AudioCdService.cs // // Author: // Aaron Bockover <abockover@novell.com> // Alex Launi <alex.launi@canonical.com> // // Copyright (C) 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"),...
// 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. namespace applicationGateway { using Microsoft.Rest; using Microsoft.Rest.Azure; using Models; using Newtonsoft.Json; using System.Collections; ...
namespace Nancy.Tests.Unit.ModelBinding.DefaultBodyDeserializers { using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Globalization; using System.Text; using System.Threading; using FakeItEasy; using Nancy.Json; using Nancy.ModelBin...
/* * 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) 2006-2008, Jason Whitehorn (jason.whitehorn@gmail.com) * All rights reserved. * * Source code and binaries distributed under the terms of the included * license, see license.txt for details. ********************************...
// Copyright (C) 2014 dot42 // // Original filename: Org.Apache.Http.Cookie.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) 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...
// Classes used to create objects to display. using System.Collections.Generic; namespace MenuDemo { public class DemoClass1 { public int Class1IntField = 1111; public MyLittleObject Class1ObjectField = new MyLittleObject(11111, "Object field string"); public int Class1IntProperty { get { return 1; } ...
// Copyright 2011 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.apache.org/licenses/LICENSE-2.0 // // Unless required by applicabl...
// ==++== // // Copyright (c) Microsoft Corporation. All rights reserved. // // ==--== // // <OWNER>[....]</OWNER> // <OWNER>[....]</OWNER> // <OWNER>[....]</OWNER> using System; using System.Diagnostics.Contracts; using System.Runtime.CompilerServices; using System.Security; namespace System.Runtime.InteropServ...
// -------------------------------------------------------------------------------------------- // <copyright from='2011' to='2011' company='SIL International'> // Copyright (c) 2011, SIL International. All Rights Reserved. // // Distributable under the terms of either the Common Public License or the // GNU Lesser ...
/* * MindTouch Core - open source enterprise collaborative networking * Copyright (c) 2006-2010 MindTouch Inc. * www.mindtouch.com oss@mindtouch.com * * For community documentation and downloads visit www.opengarden.org; * please review the licensing section. * * This program is free software; you can redistri...
/* Copyright (C) 2008-2015 Peter Palotas, Jeffrey Jangli, Alexandr Normuradov * * 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 t...
/* * 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 file="MessagePropertyVariants.cs" company="Microsoft"> // Copyright (c) Microsoft Corporation. All rights reserved. // </copyright> //----------------------...
//---------------------------------------------------------- // Copyright (c) Microsoft Corporation. All rights reserved. //------------------------------------------------------------ namespace System.ServiceModel.Security { using System.Runtime; using System.ServiceModel; using System.ServiceModel.Chann...
using Lucene.Net.Support; using Lucene.Net.Support.Threading; using NUnit.Framework; using System; using System.Collections.Generic; using Console = Lucene.Net.Support.SystemConsole; namespace Lucene.Net.Index { /* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license...
using Microsoft.CodeAnalysis; using Microsoft.CodeAnalysis.CSharp; using Microsoft.CodeAnalysis.CSharp.Syntax; using Microsoft.CodeAnalysis.Diagnostics; using System.Collections.Generic; using System.Collections.Immutable; using System.Linq; namespace CodeCracker.CSharp.Usage { [DiagnosticAnalyzer(LanguageNames.CS...
using System; using System.Collections; using System.Collections.Generic; using System.Runtime.InteropServices; using ClipperLib; namespace PolygonizerLib { using Path = List<IntPoint>; using Paths = List<List<IntPoint>>; public enum Direction { N, NE, E, SE, S, SW, W, NW }; public class BitMatrix { public i...
// Generated by the protocol buffer compiler. DO NOT EDIT! // source: tenancy_config/rpc/group_booking_method_svc.proto #pragma warning disable 1591 #region Designer generated code using System; using System.Threading; using System.Threading.Tasks; using grpc = global::Grpc.Core; namespace HOLMS.Types.TenancyConfig....
using System; using System.Xml; using System.Xml.Schema; using System.Linq; using System.IO; using System.Reflection; using System.Collections; using System.Diagnostics; using System.Collections.Generic; using System.Text; namespace Microsoft.Xml.XMLGen { //To build substitutionGroups internal class Subst...
using System; using System.Collections; using System.Collections.Generic; using System.Data; namespace JesseJohnston { /// <summary> /// A node in the filter expression tree. A node may be a terminal expression (i.e. property name, value, and relational operator) /// or a sub-tree containing a logical operator, le...
using System; using NUnit.Framework; using SharpVectors.Dom.Css; using System.Diagnostics; using System.Drawing; namespace SharpVectors.Dom.Css { [TestFixture] public class CssTests { private CssXmlDocument doc; private CssStyleSheet cssStyleSheet; private CssStyleRule rule; private CssStyleDeclaration colo...
//----------------------------------------------------------------------------- // Copyright (c) Microsoft Corporation. All rights reserved. //----------------------------------------------------------------------------- namespace System.ServiceModel.Dispatcher { using System; using System.Diagnostics; us...
using IrcClientCore; using OpenGraph_Net; using System; using System.Collections.Generic; using System.ComponentModel; using System.Diagnostics; using System.IO; using System.Linq; using System.Runtime.InteropServices.WindowsRuntime; using System.Security.Cryptography; using System.Text; using System.Threading.Tasks; u...
#region Header // Revit MEP API sample application // // Copyright (C) 2007-2021 by Jeremy Tammik, Autodesk, Inc. // // Permission to use, copy, modify, and distribute this software // for any purpose and without fee is hereby granted, provided // that the above copyright notice appears in all copies and // that both t...
using System; using System.Collections.Generic; using System.ComponentModel; using System.Linq; using System.Runtime.InteropServices; using Avalonia.OpenGL; using Avalonia.OpenGL.Egl; using Avalonia.OpenGL.Surfaces; using Avalonia.Platform.Interop; using static Avalonia.LinuxFramebuffer.NativeUnsafeMethods; using stati...
using System; using System.Collections.Generic; using System.IO; using System.Linq; using Microsoft.DotNet.InternalAbstractions; using Xunit; namespace Microsoft.DotNet.CoreSetup.Test.HostActivation.MultilevelSDKLookup { public class GivenThatICareAboutMultilevelSDKLookup : IDisposable { private static...
// 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: Class for cr...
/* Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT License. See License.txt in the project root for license information. */ using System; using System.Collections.Generic; using System.IO; using System.Text.RegularExpressions; using System.Web; using System.Web.Mvc; using Adxstudio...
// 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.Runtime; using System.Runtime.Serialization; using System.Reflection;...
// 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.Buffers; using System.Collections.Generic; using System.Text; using System.Threading; usi...
/* * Copyright (c) 2007-2008, Second Life Reverse Engineering Team * 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 n...
// CRC32.cs // ------------------------------------------------------------------ // // Copyright (c) 2011 Dino Chiesa. // All rights reserved. // // This code module is part of DotNetZip, a zipfile class library. // // ------------------------------------------------------------------ // // This code is licensed under...
// 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.Runtime.Serialization.Formatters....
// // Copyright (c) Microsoft Corporation. All rights reserved. // namespace System.Net { using System; using System.IO; using System.Text; /// <summary> /// Represents a response to a request being handled by an /// <see cref="System.Net.HttpListener"/> object. /// </summary> public ...
/* Copyright 2018 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, ...
/***************************************************************************** The MIT License (MIT) Copyright (c) 2014 bernhard.richter@gmail.com Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to de...
// ==++== // // Copyright (c) Microsoft Corporation. All rights reserved. // // ==--== /*============================================================ ** ** Class: ComEventsMethod ** ** Purpose: part of ComEventHelpers APIs which allow binding ** managed delegates to COM's connection point based events. ** ** Date...
using System; using System.Diagnostics; using System.Security.Principal; using System.Threading; using log4net; using log4net.Appender; using log4net.Config; using log4net.Core; using log4net.Filter; using log4net.Repository; using Moq; using NUnit.Framework; using Umbraco.Core.Logging; namespace Umbraco.Tests.Logging...
// SPDX-License-Identifier: MIT // Copyright wtfsckgh@gmail.com // Copyright iced contributors using System; namespace Generator.Enums { [Enum("Code", Documentation = "x86 instruction code", Public = true)] enum Code { [Comment("It's an invalid instruction, eg. it's a new unknown instruction, garbage or there's n...
/* * 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...
// 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.Globalization; using System.Linq; using System.Net.Http; using System...
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. using System.Collections; using System.Collections.Concurrent; using System.Linq.Expressions; using System.Collections.ObjectModel; using System.Diagnostics; using System.Management.Automation.Internal; using Microsoft.Powe...
// ==++== // // Copyright (c) Microsoft Corporation. All rights reserved. // // ==--== using System; #if FEATURE_CORESYSTEM using System.Core; #endif using System.Diagnostics; using System.Diagnostics.CodeAnalysis; using System.Runtime.InteropServices; using System.Diagnostics.Contracts; using Microsoft.Win32.Saf...
// 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.Composition.Runtime.Util; using System.Linq...
// 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.Security; using System; using System.Runtime.InteropServices; // For SafeHandle [SecurityCritical] pub...
// 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 (c) Umbraco. // See LICENSE for more details. using System; using System.Collections.Generic; using System.Linq; using System.Reflection; using Newtonsoft.Json; using NUnit.Framework; using Umbraco.Cms.Core; using Umbraco.Cms.Core.Deploy; using Umbraco.Cms.Infrastructure.Serialization; using Constants = U...
using UnityEngine; using System.Linq; using System.Collections; using System.Collections.Generic; public class RoundScript : MonoBehaviour { // Public public string[] allowedLevels = { "pi_rah", "pi_jst", "pi_mar", "pi_ven", "pi_gho", "pi_set" }; private static int lastLevelPrefix = 0; // Private ...
// // Copyright (c) Microsoft and contributors. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // http://www.apache.org/licenses/LICENSE-2.0 // // Unless requi...
/* * Copyright 2007 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 to in wri...
// 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.Collections.Immutable; using System.ComponentModel.Composition; using System.Diagnostics; using System.IO; ...
using UnityEngine; using Pathfinding; namespace Pathfinding { [AddComponentMenu("Pathfinding/GraphUpdateScene")] /** Helper class for easily updating graphs. The GraphUpdateScene component is really easy to use. Create a new empty GameObject and add the component to it, it can be found in Components-->Pathfinding--...
/* * 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 ...
using System; using System.IO; using System.ComponentModel; using System.Collections.Generic; using System.Runtime.Serialization; using Newtonsoft.Json; using Newtonsoft.Json.Linq; using ChargeBee.Internal; using ChargeBee.Api; using ChargeBee.Models.Enums; using ChargeBee.Filters.Enums; namespace ChargeBee.Models { ...
using System; using System.Collections.Generic; using System.Text; using System.Runtime.InteropServices; using Tao.DevIl; using Axiom.Core; namespace Axiom.Media { public class ILFormat { public ILFormat(int channels, int format, int type) { this.channels = channels; this.format = f...
/******************************************************************** The Multiverse Platform is made available under the MIT License. Copyright (c) 2012 The Multiverse Foundation Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "...
// Copyright (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 NUnit.Framework; using osu.Framework.Threading; using osu.Framework.Timing; namespace osu.Framework.Tests.Threading { [TestFixture] public cl...
namespace NativeCode.Mobile.AppCompat.FormsAppCompat.Adapters { using Android.Content.Res; using Android.Graphics; using Android.Graphics.Drawables; using Android.Media; using Android.Net; using Android.OS; using Android.Support.V7.App; using Android.Views; using Java.Lang; ///...
namespace android.telephony { [global::MonoJavaBridge.JavaClass()] public partial class SmsMessage : java.lang.Object { internal new static global::MonoJavaBridge.JniGlobalHandle staticClass; protected SmsMessage(global::MonoJavaBridge.JNIEnv @__env) : base(@__env) { } [global::MonoJavaBridge.JavaClass()] ...
/* * Copyright (C) Sony Computer Entertainment America LLC. * All Rights Reserved. */ using System; using System.Collections.Generic; using System.Windows.Forms; using Sce.Sled.Lua.Resources; namespace Sce.Sled.Lua { public partial class SledLuaVariableFilterForm : Form { /// <summary> /...
using System.Collections; using System.Collections.Generic; using Unity.IL2CPP.CompilerServices; using UnityEngine; using Object = UnityEngine.Object; namespace Pixeye.Actors { [Il2CppSetOption(Option.NullChecks | Option.ArrayBoundsChecks | Option.DivideByZeroChecks, false)] public class PoolContainer { List...
// 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 ...
// $begin{copyright} // // This file is part of WebSharper // // Copyright (c) 2008-2018 IntelliFactory // // 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/li...
// 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 System.Collections.Generic; using System.Diagnostics; using System.Diagnostics.CodeAnalysis; using System.Globalization; using System.Lin...
// 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 Discord.Commands; using NadekoBot.Attributes; using NadekoBot.Extensions; using System.Linq; using NadekoBot.Services; using NadekoBot.Services.Database.Models; using System.Collections.Generic; using System.Threading.Tasks; using Discord; using NLog; using System; using Newtonsoft.Json; using System.IO; using Sy...
// 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.Linq; using System.Threading; using Microsoft.CodeAnalysis; using Microsoft.CodeAnalysis.Editor.Host; using Microsoft.CodeAnalysis....
// 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; using System; using System.Collections; using System.Collections.Specialized; using GenStrings; namesp...
using AutoMapper; using Microsoft.Azure.Commands.Compute.Common; using Microsoft.Azure.Commands.Compute.Models; using Microsoft.Azure.Common.Authentication.Models; using Microsoft.Azure.Management.Compute; using Microsoft.Azure.Management.Compute.Models; using Microsoft.WindowsAzure.Commands.Common.Extensions.DSC; usin...
using System; using System.Collections.Generic; using Nop.Core.Domain.Common; using Nop.Core.Domain.Orders; namespace Nop.Core.Domain.Customers { /// <summary> /// Represents a customer /// </summary> public partial class Customer : BaseEntity { private ICollection<ExternalAuthenticationRec...
// 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 Xunit; using SortedDictionaryTests.S...
using System; using Csla; using SelfLoad.DataAccess; using SelfLoad.DataAccess.ERCLevel; namespace SelfLoad.Business.ERCLevel { /// <summary> /// D02_Continent (editable child object).<br/> /// This is a generated base class of <see cref="D02_Continent"/> business object. /// </summary> /// <remar...
// 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.Security.Cryptography; using System.Security.Cryptography.Apple...
//------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All rights reserved. //------------------------------------------------------------ namespace System.ServiceModel.Activities { using System.Activities; using System.Activities.Hosting; using System.Colle...
// 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; namespace System.Numerics.Tests { public static cla...
/************************************************************************************ Filename : OVRVoiceMod.cs Content : Interface to Oculus voice mod Created : December 14th, 2015 Copyright : Copyright 2015 Oculus VR, Inc. All Rights reserved. Licensed under the Oculus VR Rift SDK License Versio...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Numerics; // You use a namespace to define globally unique objects namespace CSharpTutA.cs { // A class defines the variables and methods used // by objects. I'll get more into this...
// 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; using System.Security.Cryptography.Apple; using Internal.Cryptography; n...
// <copyright file="RiakClientTests.cs" company="Basho Technologies, Inc."> // Copyright 2011 - OJ Reeves & Jeremiah Peschka // Copyright 2014 - Basho Technologies, Inc. // // This file is provided to you under the Apache License, // Version 2.0 (the "License"); you may not use this file // except in compliance with th...
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...
// 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.CompilerServices; using System.Runtime.InteropServices; namespace System.Buffers.Text { public static partial class Utf16Formatter { ...
/* * 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...
using System; using System.Collections.Generic; using System.Text; using com.calitha.goldparser; using Epi.Data; namespace Epi.Core.AnalysisInterpreter.Rules { public partial class Rule_Assign : AnalysisRule { public string QualifiedId; AnalysisRule value = null; Epi.View View = null; ...
using System; using System.Collections; using System.Collections.Generic; using System.Collections.Specialized; using System.ComponentModel.DataAnnotations; using System.Globalization; using System.Reflection; using System.Runtime.Serialization; using System.Web.Http; using System.Web.Http.Description; using System.Xml...
using System; using System.Text; using MiscUtil.Conversion; namespace Colyseus.Schema { /// <summary> /// Utility class for decoding values from the server /// </summary> public class ColyseusDecoder { /// <summary> /// The bit converter used to decode data /// </sum...
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See License.txt in the project root for license information. using Microsoft.Azure.Management.Compute.Fluent; using Microsoft.Azure.Management.Compute.Fluent.Models; using Microsoft.Azure.Management.Fluent; using Microsoft....
// Copyright (C) 2014 dot42 // // Original filename: XObject.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 // // Unless require...