context
stringlengths
2.52k
185k
gt
stringclasses
1 value
// Copyright Bastian Eicher // Licensed under the MIT License using System.Reflection; using System.Text; namespace NanoByte.Common.Streams; /// <summary> /// Provides <see cref="Stream"/>-related helper methods. /// </summary> public static class StreamUtils { /// <summary> /// Reads a fixed number of bytes...
/* Copyright 2014 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 in writing, software dist...
using System.Linq; using System.Threading.Tasks; using Marten.Testing.Events.Projections; using Marten.Testing.Harness; using Shouldly; using Xunit; namespace Marten.Testing.Events { [Collection("flexible_metadata")] public class flexible_event_metadata : OneOffConfigurationsContext { private Quest...
// 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. // =+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+ // // ConcurrentStack.cs /...
// Copyright 2004 Dominic Cooney. 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 appli...
// 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. /*============================================================================= ** ** Class: Queue ** ** Purpose: Re...
using UnityEngine; using System; using System.Collections; using System.Collections.Generic; public class GPGSEventListener : MonoBehaviour { #if UNITY_IPHONE || UNITY_ANDROID void OnEnable() { GPGManager.authenticationSucceededEvent += authenticationSucceededEvent; GPGManager.authenticationFailedEvent += authe...
// 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 Microsoft.CodeAnalysis.Diagnostics; using Microso...
using HarmonyLib; using HarmonyLibTests.Assets; using NUnit.Framework; using System.Linq; namespace HarmonyLibTests.Patching { [TestFixture] public class StaticPatches : TestLogger { [Test] public void Test_Method0() { var originalClass = typeof(Class0); Assert.NotNull(originalClass); var originalMet...
using System; using System.Collections.Generic; using System.Linq; using UnityEngine; using UnityEngine.Rendering.PostProcessing; using UnityEditorInternal; using System.IO; namespace UnityEditor.Rendering.PostProcessing { using SerializedBundleRef = PostProcessLayer.SerializedBundleRef; using EXRFlags = Textu...
// Copyright (c) MOSA Project. Licensed under the New BSD License. using Mosa.Compiler.Common; using Mosa.Compiler.Framework; using Mosa.Compiler.Framework.Stages; using Mosa.Compiler.Linker.Elf; using Mosa.Compiler.MosaTypeSystem; using Mosa.Platform.x86.Stages; using System.Diagnostics; namespace Mosa.Platform.x86 ...
namespace java.util.concurrent { [global::MonoJavaBridge.JavaClass(typeof(global::java.util.concurrent.TimeUnit_))] public abstract partial class TimeUnit : java.lang.Enum { internal new static global::MonoJavaBridge.JniGlobalHandle staticClass; static TimeUnit() { InitJNI(); } protected TimeUnit(global...
/* * XmlDocumentNavigator.cs - Implementation of the * "System.Xml.Private.XmlDocumentNavigator" class. * * Copyright (C) 2004 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...
/// This code was generated by /// \ / _ _ _| _ _ /// | (_)\/(_)(_|\/| |(/_ v1.0.0 /// / / using NSubstitute; using NSubstitute.ExceptionExtensions; using NUnit.Framework; using System; using System.Collections.Generic; using Twilio.Clients; using Twilio.Converters; using Twilio.Exceptions; using ...
//A GUI frontend for commandline POX ,all components not supported yet // https://github.com/abh15 using System; using System.Windows.Forms; using System.Globalization; using System.Diagnostics; using System.Text; using System.Collections.Generic; using System.Drawing; using System.IO; using System.Threading; public c...
/* * @author Valentin Simonov / http://va.lent.in/ */ using System; using TouchScript.Editor.EditorUI; using TouchScript.Gestures; using UnityEditor; using UnityEditorInternal; using UnityEngine; using System.Reflection; namespace TouchScript.Editor.Gestures { [CustomEditor(typeof(Gesture), true)] internal ...
// 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 //...
// 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.Linq; using Microsoft.CodeAnalysis.CSharp.Symbols; using Microsoft.CodeAnalysis.CSharp.Test.Utilities; using Microsoft.CodeAnalysis.Test.Utilitie...
using System; using System.Collections.Generic; using System.IO; using System.Reflection; namespace Gaming.Game { public class DataAssetCache { private DataAssetTree m_DataAssetTree; private Dictionary<Type, Dictionary<String, GameObject>> m_AssetCache = new Dictionary<Type, Dictionary<string, GameObject>>(); ...
// 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.Diagnostics; using System.Dia...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. /****************************************************************************** * This file is auto-generated from ...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.Diagnostics; using System.Diagnostics.Contracts; using System.Text; namespace System.IO { public s...
using System; using System.Linq.Expressions; using AutoMapper.Mappers; using Shouldly; using Xunit; namespace AutoMapper.UnitTests { public class CustomValidations { public class Source { } public class Destination { } public class When_using_custom_val...
namespace NArrange.Tests.CSharp { using System.Collections.Generic; using System.IO; using NArrange.Core; using NArrange.Core.CodeElements; using NArrange.Core.Configuration; using NArrange.CSharp; using NArrange.Tests.Core; using NUnit.Framework; /// <summary> /// Test fixtur...
// 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. #if XMLSERIALIZERGENERATOR namespace Microsoft.XmlSerializer.Generator #else namespace System.Xml.Serialization #end...
namespace Incoding.UnitTest.ExtensionsGroup { #region << Using >> using System; using System.Collections.Generic; using System.Linq.Expressions; using System.Management.Instrumentation; using Incoding.Block; using Incoding.Block.Logging; using Incoding.CQRS; using Incoding.Extension...
using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Reflection; using System.Text; using IxMilia.Dxf.Entities; using IxMilia.Dxf.Sections; using Xunit; namespace IxMilia.Dxf.Test { public abstract class AbstractDxfTests { protected static DxfFile Parse(strin...
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...
//********************************************************* // // Copyright (c) Microsoft. All rights reserved. // This code is licensed under the MIT License (MIT). // THIS CODE IS PROVIDED *AS IS* WITHOUT WARRANTY OF // ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING ANY // IMPLIED WARRANTIES OF FITNESS FOR A PARTICUL...
// // FSpotTabbloExport.TabbloExport // // Authors: // Wojciech Dzierzanowski (wojciech.dzierzanowski@gmail.com) // // (C) Copyright 2009 Wojciech Dzierzanowski // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated documentation files (the // "Software"),...
/********************************************************************++ * Copyright (c) Microsoft Corporation. All rights reserved. * --********************************************************************/ using System.IO; using System.Collections; using System.Collections.Generic; using System.Collections.ObjectMo...
//----------------------------------------------------------------------- // <copyright> // Copyright (C) Ruslan Yakushev for the PHP Manager for IIS project. // // This file is subject to the terms and conditions of the Microsoft Public License (MS-PL). // See http://www.microsoft.com/opensource/licenses.mspx#Ms-PL fo...
// ZlibStream.cs // ------------------------------------------------------------------ // // Copyright (c) 2009 Dino Chiesa and Microsoft Corporation. // All rights reserved. // // This code module is part of DotNetZip, a zipfile class library. // // ------------------------------------------------------------------ //...
// 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.Globalization; namespace System { public partial class String { public bool Contains(s...
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...
using Tibia.Addresses; namespace Tibia { public partial class Version { public static void SetVersion861() { BattleList.Start = 0x634C38; BattleList.StepCreatures = 0xA8; BattleList.MaxCreatures = 250; BattleList.End = BattleList.Start + (BattleLi...
// Copyright 2014 Google Inc. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable...
using System; using System.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 { ...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. #nullable enable using System; using System.Collections.Generic; using System.Diagnostics; using System.Diagnostics.CodeAnalysis; using System.IO; using System.Linq; using System.Re...
// // Copyright 2014-2015 Amazon.com, // Inc. or its affiliates. All Rights Reserved. // // Licensed under the Amazon Software License (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/asl/ // // or in the "l...
#region WatiN Copyright (C) 2006-2011 Jeroen van Menen //Copyright 2006-2011 Jeroen van Menen // // 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/lice...
namespace javax.net.ssl { [global::MonoJavaBridge.JavaClass(typeof(global::javax.net.ssl.SSLSocket_))] public abstract partial class SSLSocket : java.net.Socket { internal new static global::MonoJavaBridge.JniGlobalHandle staticClass; protected SSLSocket(global::MonoJavaBridge.JNIEnv @__env) : base(@__env) { ...
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...
using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Threading.Tasks; using EasyNetQ; using Marten; using Microsoft.Extensions.Configuration; using Microsoft.Extensions.DependencyInjection; using Observatory.EventModels; using Observatory.EventModels.HostEvents; using Observa...
#region License // Copyright 2010 Buu Nguyen, Morten Mertner // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required ...
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. // =+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+ // // QuerySettings.cs // // =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=...
// // Copyright 2013-2014 Frank A. Krueger // // 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 ap...
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using System; using System.Diagnostics; using System.Security.Cryptography; using System.Security.Cryptography.X509Certificates; using System.Text; using Microsoft.Win...
// 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.ComponentModel; using System.Diagnostics; 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. /****************************************************************************** * This file is auto-generated from ...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using Wintellect.PowerCollections; class Event : IComparable { public DateTime date; public String title; public String location; public Event(DateTime date, String title, String location) { this.date = d...
// Copyright 2021 Google LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // https://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in ...
// // Copyright (c) Microsoft and contributors. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // http://www.apache.org/licenses/LICENSE-2.0 // // Unless requi...
using System; using System.Collections.Generic; using System.Linq; using Newtonsoft.Json; using Newtonsoft.Json.Linq; namespace Nest { public class ScoreFunctionJsonConverter : JsonConverter { public override bool CanRead => true; public override bool CanWrite => true; public override bool CanConvert(Type obje...
/* * 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 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=EnsensoManager.cs // <copyright> // Copyright (c) 2016, University of Stuttgart // 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 limi...
// Generated by the protocol buffer compiler. DO NOT EDIT! // source: money/cards/transactions/card_authorization_response.proto #pragma warning disable 1591, 0612, 3021 #region Designer generated code using pb = global::Google.Protobuf; using pbc = global::Google.Protobuf.Collections; using pbr = global::Google.Prot...
// 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.Globalization; using System.IO; usi...
// // 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.Collections.Generic; using System.IO; using System.Linq; using System.Net; using System.Net.Security; using System.Net.Sockets; using System.Security.Cryptography.X509Certificates; using System.Threading; using System.Threading.Tasks; using HttpTwo.Internal; namespace HttpTwo { public cl...
// HtmlAgilityPack V1.0 - Simon Mourier <simon underscore mourier at hotmail dot com> // Marius: Added pragma warning to disable obsolete warnings #region using System; using System.Collections.Generic; using System.IO; using System.Net; using System.Security; using System.Security.Permissions; using System.Text; usin...
using System; using System.Collections.Generic; using System.Reflection; using UnityEditor; using UnityEngine; namespace SaveDuringPlay { /// <summary>A collection of tools for finding objects</summary> public static class ObjectTreeUtil { /// <summary> /// Get the full name of an object, t...
/* * OANDA v20 REST API * * The full OANDA v20 REST API Specification. This specification defines how to interact with v20 Accounts, Trades, Orders, Pricing and more. * * OpenAPI spec version: 3.0.15 * Contact: api@oanda.com * Generated by: https://github.com/swagger-api/swagger-codegen.git */ using System; u...
// Visual Studio Shared Project // 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 // /...
// 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.Xml; using System.Collections.Generic; using System.IO; using System.Threading; using Microsoft.Build.Framework; using Microsoft.Build.BackEn...
using System; using System.Collections.Generic; using System.Diagnostics; using System.IO; using System.Linq; using System.Net; using System.Threading; using Newtonsoft.Json.Linq; namespace esquery { class CommandProcessor { static string GetFirst(string s) { if (string.IsNullOrEmpt...
using System; using System.Collections.Generic; using ClosedXML.Utils; namespace ClosedXML.Excel { internal class XLConditionalFormat : IXLConditionalFormat, IXLStylized { public XLConditionalFormat(XLRange range, Boolean copyDefaultModify = false) { Id = Guid.NewGuid(); ...
// 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.Threading; using Legacy.Support; using Xunit; na...
/// SYNTAX TEST "Packages/C#/C#.sublime-syntax" class Foo { /// <- meta.class storage.type.class /// <- meta.class /// <- meta.class ///^^^^^^^^ meta.class /// ^ meta.class.body void Main(string[] args) { /// ^^^^ storage.type /// ^^^^^^^^^^^^^^^^^^^^^ meta.method /// ^^^^^^^^^^^^^^^^^^^^^ - me...
// Copyright 2014 Stefan Negritoiu. See LICENSE file for more information. using System; using System.Globalization; using System.Security.Claims; using Microsoft.Owin; using Microsoft.Owin.Security; using Microsoft.Owin.Security.Provider; using Newtonsoft.Json.Linq; namespace Owin.Security.Providers.AzureAD { /...
using OpenKh.Common; using OpenKh.Imaging; using System; using System.Collections.Generic; using System.IO; using System.Numerics; using Xe.BinaryMapper; using System.Linq; using System.Text; using OpenKh.Common.Utils; namespace OpenKh.Bbs { public class Pam { private const uint MagicCode = 0x4D4150; ...
/* * Copyright 2006-2015 TIBIC SOLUTIONS * * 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 agr...
using System; using System.Collections.Generic; using System.Linq; using System.Text.RegularExpressions; using System.Threading.Tasks; using Microsoft.AspNetCore.Authorization; using Microsoft.AspNetCore.DataProtection; using Microsoft.AspNetCore.Mvc; using Microsoft.AspNetCore.Mvc.Localization; using Microsoft.AspNetC...
// StreamManipulator.cs // // Copyright (C) 2001 Mike Krueger // // This file was translated from java, it was part of the GNU Classpath // Copyright (C) 2001 Free Software Foundation, Inc. // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License...
// // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // // Copyright 2008-2014 Heaton Research, 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 // // htt...
using UnityEngine; using System.Collections; public class GameController : MonoBehaviour { ///////////////////////////////////////////////////////////////////////////// // Main Game Logic ///////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////...
using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Xml.Serialization; using Contracts.Crm; using Contracts.Location; using Export.DataModel; using iQuarc.DataAccess; namespace Export.Services.PageXmlDemo { public class PageXmlExport { private const string e...
using System; using System.Diagnostics; using System.Diagnostics.CodeAnalysis; using System.Text; namespace Kent.Boogaart.HelperTrinity { /// <summary> /// Provides helper methods for raising events. /// </summary> /// <remarks> /// <para> /// The <c>EventHelper</c> class provides methods that can be used to rai...
using NUnit.Framework; namespace DotSpatial.Projections.Tests.Projected { /// <summary> /// This class contains all the tests for the WorldSpheroid category of Projected coordinate systems /// </summary> [TestFixture] public class WorldSpheroid { /// <summary> /// Creates a new...
// 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 code is from Roslyn/Source/Compilers/Core/CvtRes.cs using System; using System.Collections.Generic; using S...
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using System.Diagnostics; namespace System.Xml { internal partial class ReadContentAsBinaryHelper { // Private enums enum State { ...
using System; using System.Linq; using AutoMapper; using Moq; using NUnit.Framework; using Umbraco.Core; using Umbraco.Core.Logging; using Umbraco.Core.Models; using Umbraco.Core.PropertyEditors; using Umbraco.Core.Services; using Umbraco.Tests.TestHelpers.Entities; using Umbraco.Tests.Testing; using Umbraco.Web.Models...
using Server; using System; using Server.Misc; using Server.Mobiles; namespace Server.Items { public class AncientFarmersKasa : Kasa { public override int LabelNumber{ get{ return 1070922; } } // Ancient Farmer's Kasa public override int BaseColdResistance { get { return 19; } } public override int InitMinHit...
/****************************************************************************/ /* */ /* The Mondo Libraries */ /* */ /* ...
#if TODO_XAML using System; using System.Collections.Generic; using System.Threading.Tasks; using Windows.UI.Xaml; using Windows.UI.Xaml.Controls; using Windows.UI.Xaml.Controls.Primitives; namespace Eto.WinRT.CustomControls { public class SelectableTreeView : TreeView { static SelectableTreeView () { } pu...
using System; using System.Collections.Generic; using System.Diagnostics; using System.Linq; namespace Lucene.Net.Codecs.Lucene42 { /* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for addition...
//--------------------------------------------------------------------- // <copyright file="ClientType.cs" company="Microsoft"> // Copyright (c) Microsoft Corporation. All rights reserved. // </copyright> // <summary> // type resolver // </summary> //---------------------------------------------------------------...
using System; using System.Collections.Generic; using System.Linq; using System.Net; using System.Text; using Codecov.Services; using Codecov.Services.ContinuousIntegrationServers; using Codecov.Utilities; using Codecov.Yaml; namespace Codecov.Url { internal class Query : IQuery { private readonly IEnv...
using Parse; using Parse.Common.Internal; using Parse.Core.Internal; using System; using System.Threading; using System.Threading.Tasks; using System.Runtime.CompilerServices; using Moq; using NUnit.Framework; using System.Collections.Generic; namespace ParseTest { [TestFixture] public class CurrentUserControllerT...
using System; using System.Collections.Generic; using System.Threading; using System.Net; using System.IO; using NetSiege.Api.Data; namespace NetSiege.Api { /// <summary> /// Signature of events receiving any new hit results. /// </summary> public delegate void HitEventHandler(SeigeTest sender, Hit hit); /// <su...
// 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.Reflection.Emit { using System; using System.Globalization; using System.Diagnosti...
/* 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.Globalization; using System.Linq; using System.Web; using System.Web.UI; using System.Web.UI.WebC...
// 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; using System.Collections.Generic; using System.C...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using Microsoft.Build.Framework; using Microsoft.Build.Utilities; using System; using System.Collections.Generic; us...
using System; using System.Runtime.InteropServices; using VulkanCore.Khr; namespace VulkanCore.Ext { /// <summary> /// Provides extension methods for the <see cref="PhysicalDevice"/> class. /// </summary> public static unsafe class PhysicalDeviceExtensions { /// <summary> /// Query ...
// Copyright (c) Microsoft. All Rights Reserved. Licensed under the MIT license. See License.txt in the project root for license information. using System.Threading.Tasks; using Microsoft.CodeAnalysis.Testing; using Test.Utilities; using Xunit; using VerifyCS = Test.Utilities.CSharpCodeFixVerifier< Microsoft.Co...
#region License, Terms and Conditions // // Jayrock - JSON and JSON-RPC for Microsoft .NET Framework and Mono // Written by Atif Aziz (atif.aziz@skybow.com) // Copyright (c) 2005 Atif Aziz. All rights reserved. // // This library is free software; you can redistribute it and/or modify it under // the terms of the GNU L...
using System; using System.Collections.Generic; namespace Platform.VirtualFileSystem.Providers.Overlayed { public class OverlayedDirectory : DirectoryDelegationWrapper { private readonly INodeAddress nodeAddress; private readonly OverlayedFileSystem fileSystem; public OverlayedDirectory(OverlayedFileSystem ...
/* * Reactor 3D MIT License * * Copyright (c) 2010 Reiser Games * * 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 u...