context
stringlengths
2.52k
185k
gt
stringclasses
1 value
using System; using System.Collections.Generic; using System.IO; using System.Linq; using Microsoft.Xna.Framework.Graphics; using Pathoschild.Stardew.Common; using Pathoschild.Stardew.Common.Patching; using Pathoschild.Stardew.SmallBeachFarm.Framework; using Pathoschild.Stardew.SmallBeachFarm.Framework.Config; using Pa...
// 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.Threading.Tasks; using Microsoft.CodeAnalysis.CodeFixes; using Microsoft.CodeAnalysis.CSharp.CodeFixes.FullyQualify; using Microsof...
// 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.IO; using System.Runtime.CompilerServices; ...
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. using System; using System.IO; using System.Security.Cryptography; using System.Threading; using System.Threading.Tasks; using Azure.Core.Cryptography; using Azure.Storage.Cryptography.Models; namespace Azure.Storage.Crypt...
// 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.Text; namespace System.IO { public static partial class Path { ...
// // CollectionIndexer.cs // // Author: // Aaron Bockover <abockover@novell.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"), to deal in the Software without restric...
using System; using ASMDM; using ASMMath; using System.Threading; using System.Collections; namespace RemoteMachine { public delegate void GetMatrixFromFar(int loc); public class ASMProcessorRS { //public ProgramThread currentthread; public ProgramCode currentcode; public RaiseError raiseerror; ...
/// 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 ...
/* * 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; using System.IO; using System.Runtime.InteropServices; using Xunit; namespace System.Test...
//--------------------------------------------------------------------- // This file is part of the CLR Managed Debugger (mdbg) Sample. // // Copyright (C) Microsoft Corporation. All rights reserved. //--------------------------------------------------------------------- using System; using System.Threading; using...
// // Copyright (c) Microsoft and contributors. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // http://www.apache.org/licenses/LICENSE-2.0 // // Unless requi...
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) 2007-2008 Adrian Kuhn <akuhn(a)iam.unibe.ch> // // This file is part of 'Fame (for .NET)'. // // 'Fame (for .NET)' is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either vers...
//---------------------------------------------------------- // Copyright (c) Microsoft Corporation. All rights reserved. //------------------------------------------------------------ namespace System.ServiceModel.Security { using System.Collections.Generic; using System.Collections.ObjectModel; using Sy...
//--------------------------------------------------------------------------- // // <copyright file="ClientEventManager.cs" company="Microsoft"> // Copyright (C) Microsoft Corporation. All rights reserved. // </copyright> // // // Description: Manages the listeners for one accessibility aid or test application. // ...
namespace au.util.comctl { partial class SimpleCalcForm { /// <summary> /// Required designer variable. /// </summary> private System.ComponentModel.IContainer components = null; /// <summary> /// Clean up any resources being used. /// </summary> /// <param name="disposing">true if managed resources ...
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. using System.Threading.Tasks; using Azure.Core.TestFramework; using NUnit.Framework; using Azure.ResourceManager.Dns.Models; using Azure.ResourceManager.Dns.Tests; using System.Collections.Generic; using Azure.Core; namespa...
//------------------------------------------------------------------------------ // <copyright file="XmlLoader.cs" company="Microsoft"> // Copyright (c) Microsoft Corporation. All rights reserved. // </copyright> // <owner current="true" primary="true">[....]</owner> //---------------------------------------------...
/* * DateTime.cs - Implementation of the "System.DateTime" class. * * Copyright (C) 2001 Southern Storm Software, Pty Ltd. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either versio...
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. using System; using System.Collections; using System.Collections.Generic; using System.Collections.ObjectModel; using System.Text; using System.Globalization; using System.Management.Automation; namespace Microsoft.PowerSh...
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 Core.RibbonCommandsWeb { /// <summary> /// Encapsulates all t...
/// This code was generated by /// \ / _ _ _| _ _ /// | (_)\/(_)(_|\/| |(/_ v1.0.0 /// / / /// <summary> /// ParticipantResource /// </summary> using Newtonsoft.Json; using System; using System.Collections.Generic; using Twilio.Base; using Twilio.Clients; using Twilio.Converters; using Twilio.Exce...
// // iterators.cs: Support for implementing iterators // // Author: // Miguel de Icaza (miguel@ximian.com) // Marek Safar (marek.safar@gmail.com) // // Dual licensed under the terms of the MIT X11 or GNU GPL // Copyright 2003 Ximian, Inc. // Copyright 2003-2008 Novell, Inc. // Copyright 2011 Xamarin Inc. // using...
using System; using System.Diagnostics; using HANDLE = System.IntPtr; using System.Text; namespace Community.CsharpSqlite { public partial class Sqlite3 { /* ** 2006 June 7 ** ** The author disclaims copyright to this source code. In place of ** a legal notice, here is a blessing: ** *...
// 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 ...
/// This code was generated by /// \ / _ _ _| _ _ /// | (_)\/(_)(_|\/| |(/_ v1.0.0 /// / / using System; using System.Collections.Generic; using Twilio.Base; using Twilio.Converters; namespace Twilio.Rest.Preview.Understand.Assistant { /// <summary> /// PLEASE NOTE that this class contai...
using System; using System.Data.Odbc; using System.Linq; using System.Threading.Tasks; using Microsoft.WindowsAzure.Storage; using Microsoft.WindowsAzure.Storage.Blob; using MoreLinq; using NuGet; using MemoryCache = System.Runtime.Caching.MemoryCache; namespace Mandro.NuGet.Core { public class AzureBlobPackag...
// Copyright (c) 2009, Tom Lokovic // All rights reserved. // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are met: // // * Redistributions of source code must retain the above copyright notice, // this list of con...
using UnityEngine; using System.Collections; using UMA; /// <summary> /// Human male DNA converter behaviour. /// </summary> /// <remarks> /// Although intended for Humans this DNA converter includes ranges /// far outside Human norms and can also be used for other Humanoid charatcers /// such as Elves, Giants, Halfli...
// 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...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.IO; using System.Linq; using System.Globalization; using System.Collections.Generic; using System.Secur...
// 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 //...
using System; using System.Linq; using System.Reflection; using System.Security.Claims; using System.Security.Cryptography; using System.Text; using System.Threading.Tasks; using Microsoft.AspNetCore.Authorization; using Microsoft.AspNetCore.Http; using Microsoft.AspNetCore.Authentication; using Microsoft.AspNetCore.Mv...
using System; using System.Collections.Generic; using System.Linq; using System.Security.Claims; using System.Security.Principal; using System.Text; using System.Threading.Tasks; using AutoFixture.NUnit3; using Microsoft.AspNetCore.Http; using Microsoft.Extensions.DependencyInjection; using Moq; using NUnit.Framework; ...
// // Copyright (c) Microsoft. 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 la...
// 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 ...
using UnityEngine; using System.Collections; using System.Collections.Generic; #if UNITY_ANDROID namespace Prime31 { public class AndroidNotificationConfiguration { public long secondsFromNow; public string title = string.Empty; public string subtitle = string.Empty; public string tickerText = string.Empty;...
/* ** $Id: lbaselib.c,v 1.191.1.6 2008/02/14 16:46:22 roberto Exp $ ** Basic library ** See Copyright Notice in lua.h */ using System; namespace SharpLua { using lua_Number = System.Double; public partial class Lua { /* ** If your system does not support `stdout', you can just remove this...
using ICSharpCode.SharpZipLib.Encryption; using System; using System.IO; using System.Security.Cryptography; namespace ICSharpCode.SharpZipLib.Zip.Compression.Streams { /// <summary> /// A special stream deflating or compressing the bytes that are /// written to it. It uses a Deflater to perform actual deflating.<...
// *********************************************************************** // Copyright (c) 2007 Charlie Poole // // 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, inclu...
// // Copyright (c) Microsoft Corporation. All rights reserved. // namespace Microsoft.Zelig.CodeGeneration.IR.CompilationSteps.Handlers { using System; using System.Collections.Generic; using Microsoft.Zelig.Runtime.TypeSystem; public class WellKnownMethodHandlers { [CompilationStep...
using Newtonsoft.Json; using Newtonsoft.Json.Linq; using Stream.Rest; using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; namespace Stream { public class CollectionObject { public string ID { get; set; } public string UserID { get; set; } int...
using System; using System.Collections.Generic; using System.Data; using System.Data.SqlClient; using System.Linq; using System.Transactions; using PCSComUtils.Admin.DS; using PCSComUtils.Common; using PCSComUtils.DataAccess; using PCSComUtils.DataContext; using PCSComUtils.PCSExc; namespace PCSComUtils.Admin.BO { ...
// Prexonite // // Copyright (c) 2014, Christian Klauser // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, // are permitted provided that the following conditions are met: // // Redistributions of source code must retain the above copyright notice, ...
using System; using System.Collections.Generic; using System.Text; namespace Hydra.Framework.ImageProcessing.Analysis.Maths { // //********************************************************************** /// <summary> /// Fourier Transformation /// </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. namespace System.Xml.Serialization { using System.Reflection; using System.Collections; using System.IO...
using System; using static OneOf.Functions; namespace OneOf { public struct OneOf<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11> : IOneOf { readonly T0 _value0; readonly T1 _value1; readonly T2 _value2; readonly T3 _value3; readonly T4 _value4; readonly T5 _va...
using System; using System.Threading; using UnityEngine; using UnityEditor; namespace GitHub.Unity { [Serializable] class GitHubAuthenticationView : Subview { private static readonly Vector2 viewSize = new Vector2(290, 290); private const string CredentialsNeedRefreshMessage = "We've detec...
// This file was generated by CSLA Object Generator - CslaGenFork v4.5 // // Filename: DocClassEditDynaColl // ObjectType: DocClassEditDynaColl // CSLAType: DynamicEditableRootCollection using System; using System.Data; using System.Data.SqlClient; using Csla; using Csla.Data; using DocStore.Business.Util; usi...
using System; using System.Collections.Generic; using System.Linq; using Microsoft.Xna.Framework; using Microsoft.Xna.Framework.Audio; using Microsoft.Xna.Framework.Content; using Microsoft.Xna.Framework.GamerServices; using Microsoft.Xna.Framework.Graphics; using Microsoft.Xna.Framework.Input; using Microsoft.Xna.Fram...
using System; using Newtonsoft.Json; using TheMovieDbNet.Models.Common; namespace TheMovieDbNet.Models.TVs { /// <summary> /// Represents the data of a tv series. /// </summary> public class TV : TVBase { [JsonConstructor] internal TV( int id, double popularity, string poster_path, string backdrop...
// // 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.Globalization; using System.Text; using System.Windows; using System.Windows.Controls; using System.Windows.Input; using System.Windows...
/* * Copyright 2012-2021 The Pkcs11Interop 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...
#region .NET Disclaimer/Info //=============================================================================== // // gOODiDEA, uland.com //=============================================================================== // // $Header : $ // $Author : $ // $Date : $ // $Revision: $ // $History: $ // //======...
// Copyright 2017, Google Inc. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicabl...
// 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 Xunit; using Xunit.Sdk; // TODO: These are xunit1 tests #if false namespace tests.xunit.unsupported { // The default ordering is reflection order, which is top-down order of the source file. // Note that reflection order is not guaranteed to remain constant...
using System; namespace Lunet.Api.DotNet.Extractor { public partial class JsonSerializer { static JsonSerializer() { _serializers.Add(typeof(Microsoft.DocAsCode.Metadata.ManagedReference.MetadataItem), SerializeMicrosoft_DocAsCode_Metadata_ManagedReference_MetadataItem); ...
// // TypeDefinition.cs // // Author: // Jb Evain (jbevain@gmail.com) // // Copyright (c) 2008 - 2011 Jb Evain // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated documentation files (the // "Software"), to deal in the Software without restriction, inc...
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;...
using System; using System.Collections.Generic; using System.Text.RegularExpressions; using Mono.Cecil; namespace BackwardCompatibilityChecker.Introspection.Query { public class FieldQuery : BaseQuery { bool? myIsConst; bool? myIsReadonly; bool myExcludeCompilerGeneratedFields; ...
#region Using Directives using System; using System.Collections.Generic; using System.Text; #endregion Using Directives namespace ScintillaNET { // NOTE: This class will be deprecated and it's members made part of the internal NativeMethods public class Constants { public const int INVALID_POSIT...
using System; using System.Collections.Generic; using System.Collections.Specialized; using System.Configuration.Provider; using System.Linq; using System.Web.Hosting; using Alienlab.Web.Security.Resources; using Alienlab.Web.Security.Store; namespace Alienlab.Web.Security { /// <summary> /// Custom XML imple...
using System; using System.Collections.Generic; using System.Globalization; using System.Runtime.CompilerServices; using System.Text; using System.Xml; using System.Xml.XPath; using Umbraco.Core.Logging; using Umbraco.Core; using Umbraco.Core.Models; using Umbraco.Core.Xml; using Umbraco.Web.Routing; using umbraco; usi...
using iSukces.Code.Interfaces; using Xunit; namespace iSukces.Code.Tests.DependsOnPropertyGenerator { public class DependsOnPropertyGeneratorTests { [Fact] public void T01_Should_generate_simple() { var gen = new Code.DependsOnPropertyGenerator(); gen.Flags = Dep...
// 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) 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; using System.Linq; using System.Threading; using Microsoft.CodeAnalys...
// Copyright (c) 2002-2019 "Neo4j," // Neo4j Sweden AB [http://neo4j.com] // // This file is part of Neo4j. // // 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....
using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Text; using System.Windows.Forms; using HDisplayControl; using HImageAcquisition; using HalconDotNet; /// <summary> /// The application GrabAndDisplay shows, how the new codelets /// cont...
// 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.InteropServices; namespace System.Numerics.Matrices { /// <summary> /// Represents a matrix of double precision floating-point values de...
using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Text.RegularExpressions; using NuGet; namespace NuSelfUpdate.Tests.Helpers { public class MockFileSystem : IExtendedFileSystem { private ILogger _logger; public MockFileSystem(string appDirectory) ...
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Threading.Tasks; using JetBrains.Annotations; using osu.Framework.Allocat...
// Code generated by Microsoft (R) AutoRest Code Generator 1.1.0.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 System.Collections; using System.Collection...
using System; using System.Collections.Generic; using System.Linq; using Microsoft.Xna.Framework; using Microsoft.Xna.Framework.Audio; using Microsoft.Xna.Framework.Content; using Microsoft.Xna.Framework.GamerServices; using Microsoft.Xna.Framework.Graphics; using Microsoft.Xna.Framework.Input; using Microsoft.Xna.Fram...
/* * 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.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 (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.Linq; using System.Reflection.Metad...
// 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 defines many COM dual interfaces which are legacy and, // cannot be changed. Tolerate possible obso...
// 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. // =+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+ // // Test class using Uni...
using System; using System.Collections; using System.Collections.Generic; using System.Net; using System.Threading.Tasks; using AutoMapper; using GitReleaseManager.Core.Provider; using NSubstitute; using NSubstitute.ExceptionExtensions; using NUnit.Framework; using Octokit; using Shouldly; using ApiException = GitRelea...
using System.Collections.Generic; using System.Threading.Tasks; using FitBot.Model; using FitBot.Services; namespace FitBot.Development { public class ExtraFollowersFitocracyDecorator : BaseFitocracyDecorator { public ExtraFollowersFitocracyDecorator(IFitocracyService decorated) : base(deco...
namespace java.nio.channels { [global::MonoJavaBridge.JavaClass(typeof(global::java.nio.channels.SelectionKey_))] public abstract partial class SelectionKey : java.lang.Object { internal new static global::MonoJavaBridge.JniGlobalHandle staticClass; static SelectionKey() { InitJNI(); } protected Selecti...
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using System.Collections; using System.Collections.Generic; using System.IO; using System.Linq; using System.Text; using NUnit.Framework; using osu.Framewor...
// 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.Runtime.CompilerServices; using System.Buffers.Text; using static System.Run...
// // 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...
/* ==================================================================== Copyright (C) 2004-2008 fyiReporting Software, LLC This file is part of the fyiReporting RDL project. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. ...
using System; using System.IO; using System.Collections.Generic; using System.Runtime.InteropServices; using System.Diagnostics.CodeAnalysis; using ESRI.ArcGIS.esriSystem; using ESRI.ArcGIS.DataSourcesFile; using ESRI.ArcGIS.DataSourcesGDB; using ESRI.ArcGIS.Geodatabase; using ESRI.ArcGIS.Geometry; using ESRI.ArcGIS.Lo...
using System; using System.IO; using System.Collections.Generic; using System.Runtime.InteropServices; using System.Reflection; using LibUsbDotNet; using LibUsbDotNet.Info; using LibUsbDotNet.Main; #if WIN32 using ATMCD32CS; #elif x64 using ATMCD64CS; #endif namespace WasatchNET { [ComVisible(true)] [Guid("E71...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.Diagnostics.Contracts; using System.Threading; using System.Threading.Tasks; namespace System.IO { ...
// ReSharper disable All using System.Collections.Generic; using System.Dynamic; using System.Net; using System.Net.Http; using System.Web.Http; using Frapid.ApplicationState.Cache; using Frapid.ApplicationState.Models; using Newtonsoft.Json; using Newtonsoft.Json.Linq; using Frapid.Account.DataAccess; using Frapid.Dat...
// 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.Collections.Generic; using System.Diagnostics; using System.Threading; using System.Threading.Tasks; us...
using System; using System.Drawing; using System.Collections; using System.ComponentModel; using System.Windows.Forms; using PrimerProObjects; using PrimerProLocalization; using GenLib; namespace PrimerProForms { /// <summary> /// Summary description for FormSearchOptions. /// </summary> public class FormSearchOpt...
// 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.Linq; using System.Threading; using...
// *********************************************************************** // Copyright (c) 2011 Charlie Poole, Rob Prouse // // 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 restri...
using System; using System.IO; using FluentAssertions; using FluentAssertions.Extensions; using TestableFileSystem.Fakes.Builders; using TestableFileSystem.Interfaces; using Xunit; namespace TestableFileSystem.Fakes.Tests.Specs.FakeFile { public sealed class FileTimeCreationSpecs { private static reado...
// Copyright 2006 Alp Toker <alp@atoker.com> // This software is made available under the MIT License // See COPYING for details using System; using System.Text; using System.Collections.Generic; using System.IO; using System.Reflection; namespace DBus { partial class MessageReader { protected EndianFlag endianne...
// Copyright (c) 2006, Gustavo Franco // Email: gustavo_franco@hotmail.com // 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 copyri...
// 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; /// <summary> /// char.IsDigit(string, int) /// Indicates whether the character at the specified pos...