context
stringlengths
2.52k
185k
gt
stringclasses
1 value
/* * 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) 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...
// 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.Data.Common; using System.Diagnostics; using System.Text; using Syste...
// ******************************************************************************************************** // Product Name: DotSpatial.Data.dll // Description: The data access libraries for the DotSpatial project. // // **************************************************************************************************...
using System; using System.Globalization; namespace System.Management { public sealed class ManagementDateTimeConverter { private const int SIZEOFDMTFDATETIME = 25; private const int MAXSIZE_UTC_DMTF = 0x3e7; private const long MAXDATE_INTIMESPAN = 0x5f5e0ffL; private ManagementDateTimeConverter() { }...
// 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 ...
using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace Phonix { public enum Direction { Rightward, Leftward } public sealed class Rule : AbstractRule { public Rule(string name, IEnumerable<IRuleSegment> segments, IEnumerable<IRuleSeg...
using System; using System.Collections.Generic; using System.Linq; using System.Runtime.Versioning; using Moq; using NuGet.Test.Mocks; using Xunit; namespace NuGet.Test { public class PackageRepositoryTest { [Fact] public void FindByIdReturnsPackage() { // Arrange ...
// 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: Capture execution context for a...
using System; using System.Collections.Generic; using System.Data.Common; using System.Data.Entity; using System.Linq; using System.Threading.Tasks; using Abp; using Abp.Configuration.Startup; using Abp.Domain.Uow; using Abp.Runtime.Session; using Abp.TestBase; using AbpCompanyName.AbpProjectName.EntityFramework; using...
using UnityEngine; using System.Collections.Generic; namespace UMA { /// <summary> /// Default mesh combiner for UMA UMAMeshdata from slots. /// </summary> public class UMADefaultMeshCombiner : UMAMeshCombiner { protected List<SkinnedMeshCombiner.CombineInstance> combinedMeshList; protected ...
// 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; namespace System.IO { /// <summary> /// Provides a string parser that may be used...
/* Copyright 2006 - 2010 Intel 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 applicable law or agreed to in writin...
using System; using System.Text; using System.Data; using System.Data.SqlClient; using System.Data.Common; using System.Collections; using System.Collections.Generic; using System.ComponentModel; using System.Configuration; using System.Xml; using System.Xml.Serialization; using SubSonic; using SubSonic.Utilities;...
// -------------------------------------------------------------------------------------------------------------------- // <copyright file="PlotView.cs" company="OxyPlot"> // Copyright (c) 2014 OxyPlot contributors // </copyright> // <summary> // Provides a view that can show a <see cref="PlotModel" />. // </summar...
using Signum.Engine.MachineLearning; using Signum.Entities.MachineLearning; using Signum.React.ApiControllers; using Signum.Utilities.Reflection; using Signum.React.Facades; using System.Text.Json; namespace Signum.React.MachineLearning; public static class PredictRequestExtensions { public static Dictionary<Quer...
using System.Collections.Generic; using JetBrains.Annotations; using JetBrains.Application; using JetBrains.Application.CommandProcessing; using JetBrains.DataFlow; using JetBrains.DocumentModel; using JetBrains.ProjectModel; using JetBrains.ReSharper.Feature.Services.CodeCompletion.Infrastructure.AspectLookupItems.Bas...
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...
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See License.txt in the project root for // license information. // // Code generated by Microsoft (R) AutoRest Code Generator. // Changes may cause incorrect behavior and will be lost if the code is // regenerated. namespac...
/* Copyright (c) 2005 Poderosa Project, All Rights Reserved. This file is a part of the Granados SSH Client Library that is subject to the license included in the distributed package. You may not use this file except in compliance with the license. I implemented this algorithm with reference to following product...
using System; using System.Collections.Generic; using System.Collections.Specialized; using System.Diagnostics.Contracts; using System.Linq; using System.Linq.Expressions; using System.Reactive.Linq; using System.Reflection; using System.Web; using Linq2Rest.Parser; namespace Pushqa.Server { /// <summary> /// ...
using System; using System.Linq; using System.Text.RegularExpressions; namespace PersonalCheckDigit { /// <summary> /// Represents an identification number where the rightmost digit is the check digit. /// </summary> public class LuhnCheckDigit : IComparable, IComparable<LuhnCheckDigit>, IE...
// 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.ComponentModel.Composition.Hosting; using System.IO; using System.Linq; using System.Text; using ...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using System.Collections.Generic; using System.Reflection; using System.Resources; using System.Runtim...
// // Author: // Jb Evain (jbevain@gmail.com) // // Copyright (c) 2008 - 2015 Jb Evain // Copyright (c) 2008 - 2011 Novell, Inc. // // Licensed under the MIT/X11 license. // using System; using System.Collections.Generic; using System.IO; using Mono.Cecil.Cil; using Mono.Collections.Generic; using Mono.CompilerServ...
using System; using System.ComponentModel; using System.Drawing; using System.Drawing.Drawing2D; using System.Drawing.Text; using System.Windows.Forms; using Oranikle.Studio.Controls.Properties; namespace Oranikle.Studio.Controls { public class CtrlSplitButton : Oranikle.Studio.Controls.StyledButton { ...
using System; using System.Collections.Generic; using System.Linq; using System.Reflection; using System.Linq.Expressions; using Signum.Utilities; using Signum.Entities; using Signum.Entities.Reflection; using Signum.Utilities.Reflection; using Signum.Utilities.ExpressionTrees; using Signum.Engine.Maps; using Signum.En...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using Xunit; namespace System.IO.Tests { public class Directory_Delete_str : FileSystemTest { #regi...
// 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.Threading; using System.Threading.Tasks; using Microsoft.Code...
#region Apache License // // 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 // (...
using System; using System.Collections.Generic; using System.Reflection; using System.Reflection.Emit; using System.Text; namespace CSR.AST { /// <summary> /// Base Scope class from which all other scopes ineherit /// </summary> abstract class Scope { // Parent symbol table public S...
// 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 Corporation. All rights reserved. // Licensed under the MIT License. See License.txt in the project root for // license information. // // Code generated by Microsoft (R) AutoRest Code Generator. // Changes may cause incorrect behavior and will be lost if the code is // regenerated. namespac...
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See License.txt in the project root for // license information. // // Code generated by Microsoft (R) AutoRest Code Generator. // Changes may cause incorrect behavior and will be lost if the code is // regenerated. namespa...
// 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. // =+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+ // // ContainsSearchOperat...
// Copyright 2007-2015 Chris Patterson, Dru Sellers, Travis Smith, et. al. // // 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 // /...
using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Text; using System.Xml; using System.Xml.Linq; using System.Xml.XPath; namespace SIL.Xml { /// <summary> /// Summary description for XmlUtils. /// </summary> public static class XmlUtils { /// <summary> /// Return...
using System; using System.IO; using ChainUtils.BouncyCastle.Utilities; namespace ChainUtils.BouncyCastle.Asn1 { /** * Class representing the DER-type External */ public class DerExternal : Asn1Object { private DerObjectIdentifier directReference; private DerInteger indirectReference; private Asn1Object...
// Copyright 2022 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 ...
// 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 { using System; using System.Collections.Generic; using System.Diagnost...
//--------------------------------------------------------------------- // <copyright file="ColumnMapVisitorWithResults.cs" company="Microsoft"> // Copyright (c) Microsoft Corporation. All rights reserved. // </copyright> // // @owner [....] // @backupOwner [....] //----------------------------------------------...
using System; using System.Collections.Generic; using System.Linq; using Moq; using NuGet.Test.Mocks; using Xunit; namespace NuGet.Test { public class PackageWalkerTest { [Fact] public void ReverseDependencyWalkerUsersVersionAndIdToDetermineVisited() { // Arrange ...
using System; using System.Collections.Specialized; using System.Net; using System.Web; using Skybrud.Social.Http; using Skybrud.Social.Instagram.Endpoints.Raw; using Skybrud.Social.Instagram.Responses; using Skybrud.Social.Interfaces; using Skybrud.Social.Json; namespace Skybrud.Social.Instagram.OAuth { /// <sum...
// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Threading.Tasks; using Microsoft.CodeAnalysis.CodeFixes; using Microsoft.CodeAnalysis.CSharp; using Microsoft.CodeAnalysis.CSharp.UseThrowExpress...
/* * REST API Documentation for Schoolbus * * API Sample * * OpenAPI spec version: v1 * * */ using Newtonsoft.Json; using SchoolBusAPI.Models; using SchoolBusAPI.ViewModels; using System; using System.Net; using System.Net.Http; using System.Text; using Xunit; namespace SchoolBusAPI.Test { public class ...
using System; using ServiceStack.ServiceHost; using ServiceStack.Text; namespace ServiceStack.Common.Web { public static class ContentType { public const string Utf8Suffix = "; charset=utf-8"; public const string HeaderContentType = "Content-Type"; public const string FormUrlEncoded =...
// 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.Linq; using System.IO; using System.Net.Tes...
namespace FakeItEasy.Configuration { using System; using System.Collections.Generic; using System.Linq; using FakeItEasy.Compatibility; using FakeItEasy.Core; /// <summary> /// Provides the base for rules that can be built using the FakeConfiguration. /// </summary> internal abstrac...
// This is a copy of the 7-zip LZMA // compression library. using System; namespace LZMA { using RangeCoder; internal class LzmaEncoder : ICoder, ISetCoderProperties, IWriteCoderProperties { enum EMatchFinderType { BT2, BT4, }; const UInt32 kIfinityPrice = 0xFFFFFFF; static Byte[] g_FastPos =...
using DevExpress.Internal; using DevExpress.Mvvm.UI.Interactivity; using DevExpress.Mvvm.UI.Native; using System; using System.Threading.Tasks; using System.Windows; using System.Windows.Controls; using System.Windows.Media; namespace DevExpress.Mvvm.UI { public enum NotificationSetting { Enabled = 0, ...
namespace iControl { using System.Xml.Serialization; using System.Web.Services; using System.ComponentModel; using System.Web.Services.Protocols; using System; using System.Diagnostics; /// <remarks/> [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")] [System.Diagnostics.DebuggerStepTh...
using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.Diagnostics; using System.Globalization; using System.IO; using System.Linq; using System.Management.Automation; using System.Management.Automation.Runspaces; using System.Threading; using System.Threading.Tasks; using Nu...
using System; using System.Collections.Generic; using System.Diagnostics; using System.Text; namespace Lucene.Net.Util.Automaton { /* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additiona...
using Microsoft.IdentityModel.S2S.Protocols.OAuth2; using Microsoft.IdentityModel.Tokens; using Microsoft.SharePoint.Client; using System; using System.Net; using System.Security.Principal; using System.Web; using System.Web.Configuration; namespace Branding.DisplayTemplatesWeb { /// <summary> /// Encapsulates...
using System; namespace NPSharp.Steam { public class CSteamID { private readonly InteropHelp.BitVector64 steamid; public CSteamID() : this(0) { } internal CSteamID(UInt32 unAccountID, EUniverse eUniverse, EAccountType eAccountType) : this() ...
// // Copyright (c) 2004-2016 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...
#region Apache Notice /***************************************************************************** * $Revision: 476843 $ * $LastChangedDate: 2006-11-19 17:07:45 +0100 (dim., 19 nov. 2006) $ * $LastChangedBy: gbayon $ * * iBATIS.NET Data Mapper * Copyright (C) 2006/2005 - The Apache Software Foundation * * * ...
using System; using System.Collections.Generic; using Microsoft.Xna.Framework; using Microsoft.Xna.Framework.Audio; using Microsoft.Xna.Framework.GamerServices; using Microsoft.Xna.Framework.Graphics; using Microsoft.Xna.Framework.Input; using Microsoft.Xna.Framework.Storage; using Microsoft.Xna.Framework.Content; usin...
using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Text.RegularExpressions; using Terraria.ModLoader.IO; namespace Terraria.ModLoader { //todo: further documentation internal class BuildProperties { internal struct ModReference { public string mod; public Vers...
// This file was generated by CSLA Object Generator - CslaGenFork v4.5 // // Filename: User // ObjectType: User // CSLAType: EditableRoot using System; using System.Data; using System.Data.SqlClient; using Csla; using Csla.Data; using DocStore.Business.Util; using Csla.Rules; using Csla.Rules.CommonRules; usin...
// -------------------------------------------------------------------------------------------------------------------- // <copyright file="BacklogWikiMockupModule.cs"> // bl4n - Backlog.jp API Client library // this file is part of bl4n, license under MIT license. http://t-ashula.mit-license.org/2015 // </copyrigh...
/* The MIT License (MIT) Copyright (c) 2016 Maksim Volkau 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,...
// 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. /* ** Copyright (c) Microsoft. All rights reserved. ** Licensed under the MIT license. ** See LICENSE file in the pr...
using System; using MonoBrick; namespace MonoBrick.NXT { /// <summary> /// Motor ports /// </summary> public enum MotorPort { #pragma warning disable OutA = 0, OutB = 1, OutC = 2 #pragma warning restore }; /// <summary> /// Motor mode /// </summary> [Flags] public enum MotorMode { #pragma warning di...
#region Copyright notice and license // Copyright 2015-2016 gRPC authors. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unles...
// 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. /*============================================================ ** ** ** ** Provides a way for an app to not start an...
// 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.Reflection; using System.Resources; using System.Runtime.CompilerServices; #if !uapaot n...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. /*============================================================ ** ** ** ** Purpose: This class will encapsulate a lo...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System.Collections.Generic; using System.ComponentModel.DataAnnotations; using Microsoft.AspNetCore.Mvc.ModelBinding; using Microsoft.AspNetCore.Mvc.ModelBinding.Validation; us...
//--------------------------------------------------------------------- // <copyright file="MetadataUtilsCommon.cs" company="Microsoft"> // Copyright (C) Microsoft Corporation. All rights reserved. See License.txt in the project root for license information. // </copyright> //--------------------------------------...
/* * Copyright (c) Contributors, http://opensimulator.org/ * See CONTRIBUTORS.TXT for a full list of copyright holders. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * Redistributions of source code must r...
using System; using System.Collections.Generic; using System.Data; using System.Reflection; using System.Text; using AltairStudios.Core.Mvc; using AltairStudios.Core.Orm.Models; using AltairStudios.Core.Orm.Providers; using AltairStudios.Core.Util; namespace AltairStudios.Core.Orm { /// <summary> /// Model. /// </...
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...
namespace Stumps.Server { using System; using System.Security.Cryptography; using System.Text; /// <summary> /// A class that provides the foundation for recorded HTTP requests and responses. /// </summary> public abstract class RecordedContextPartBase : IStumpsHttpContextPart { ...
#region License // Copyright (c) 2018, FluentMigrator Project // // 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 app...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using System.Collections.Generic; using System.Diagnostics; using System.Security.Cryptography; using ...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.Collections.Generic; using System.Collections.Immutable; using System.Globalization; using System.Linq;...
using System; using System.Collections.Generic; using System.Windows.Forms; using Csla; namespace Oranikle.Studio.Controls { public class BaseUserControl : System.Windows.Forms.UserControl { public enum SaveStatus { NoNeed, SaveSucceeded, SaveFailed, ...
/* * 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) 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.Text; using System.Xml; using System.Diagnostics; using System.IO; using Sy...
/* * * 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"); y...
using System.IO; using Rafty.Log; using Microsoft.Data.Sqlite; using Newtonsoft.Json; using System; using Rafty.Infrastructure; using System.Collections.Generic; using System.Threading.Tasks; using System.Threading; using Microsoft.Extensions.Logging; namespace Rafty.IntegrationTests { public class SqlLiteLog : IL...
/* 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...
// 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 System.Threading; using Microsoft.CodeAnalysis; using Microsoft.CodeAnalysis.LanguageServices; using Microsoft.CodeAnalysis.Shared.Ex...
// ObjectValue.cs // // Authors: Lluis Sanchez Gual <lluis@novell.com> // Jeffrey Stedfast <jeff@xamarin.com> // // Copyright (c) 2008 Novell, Inc (http://www.novell.com) // Copyright (c) 2012 Xamarin Inc. (http://www.xamarin.com) // // Permission is hereby granted, free of charge, to any person obtaining a c...
/// <summary> /// This class handles sending data to the Game Analytics servers. /// JSON data is sent using a MD5 hashed authorization header, containing the JSON data and private key /// </summary> using UnityEngine; using System.Collections; using System.Collections.Generic; using System.Text; using System; //using...
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using Microsoft.Extensions.Logging; using Orleans.Metadata; using Orleans.Runtime.GrainDirectory; using Orleans.Runtime.MembershipService; using Orleans.Versions; using Orleans.Versions.Compatibility; using Orleans.Versions...
// Copyright 2007-2011 Chris Patterson, Dru Sellers, Travis Smith, et. al. // // Licensed under the Apache License, Version 2.0 (the "License"); you may not use // this file except in compliance with the License. You may obtain a copy of the // License at // // http://www.apache.org/licenses/LICENSE-2.0 // ...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using System.IO; using System.Diagnostics; using System.Text; using System.Threading; using System.Sec...
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 NBitcoin; using NBitcoin.Payment; using System.Linq; using System.Net; using WalletWasabi.Userfacing; using Xunit; namespace WalletWasabi.Tests.UnitTests { public class ParserTests { [Theory] [InlineData("localhost")] [InlineData("127.0.0.1")] [InlineData("192.168.56.1")] [InlineData("foo.com")] [I...
using System; using System.Collections.Generic; using System.ComponentModel; using System.Linq; using System.Runtime.CompilerServices; using SharpEssentials.Testing; using Xunit; using Xunit.Sdk; namespace SharpEssentials.Tests.Unit { /// <summary> /// Contains tests for custom assertions. /// </summary> ...
// 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; /// <summary> /// Dictionary.KeyCollection.CopyTo(TKey[],Int32) /// <...
/* * Copyright (c) 2006-2014 Michal Kuncl <michal.kuncl@gmail.com> http://www.pavucina.info * 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 limitati...
// Generated by the protocol buffer compiler. DO NOT EDIT! // source: health.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.Protobuf.Reflection; using scg = global::System.Co...
//****************************** // Written by Peter Golde // Copyright (c) 2004-2005, Wintellect // // Use and restribution of this code is subject to the license agreement // contained in the file "License.txt" accompanying this file. //****************************** using System; using System.Collections; using Sy...
/******************************************************************** 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 "...
using System; using System.Data; using System.Data.SqlClient; using Csla; using Csla.Data; 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> /// <rem...
/* * 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...
//----------------------------------------------------------------------- // // Microsoft Windows Client Platform // Copyright (c) Microsoft Corporation. All rights reserved. // // File: Classification.cs // // Contents: Unicode classification entry point // // Created: 7-14-2002 Tarek Mahmoud Sayed ([......