context
stringlengths
2.52k
185k
gt
stringclasses
1 value
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.Collections.Generic; using System.IO; using Xunit; namespace System.Security.Cryptography.X509Certific...
using System; using System.IO; using System.Collections; using System.Text; using GenLib; namespace StandardFormatLib { /// <summary> /// Standard Format File /// </summary> public class StandardFormatFile { private ArrayList m_Records; private string m_FileName = ""; public const string kBackSlash = "\\";...
// // MetadataRowWriter.cs // // Author: // Jb Evain (jbevain@gmail.com) // // Generated by /CodeGen/cecil-gen.rb do not edit // Thu Feb 22 14:39:38 CET 2007 // // (C) 2005 Jb Evain // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated documentation file...
#region copyright // Copyright (c) 2012, TIGWI // All rights reserved. // Distributed under BSD 2-Clause license #endregion namespace Tigwi.UI.Models.Storage { using System; using System.Collections.Generic; using System.Linq; using Tigwi.Storage.Library; /// <summary> /// The user model adap...
/* * (c) 2008 MOSA - The Managed Operating System Alliance * * Licensed under the terms of the New BSD License. * * Authors: * Simon Wollwage (rootnode) <kintaro@think-in-co.de> */ using poly_subpixel_scale_e = Pictor.Basics.PolySubpixelScale; namespace Pictor { //--------------------------------------------...
// ---------------------------------------------------------------------------- // Copyright (c) Microsoft Corporation. All rights reserved. // ---------------------------------------------------------------------------- using System; using System.Collections.Generic; using System.Linq; using System.Net; using System....
// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Diagnostics; using System.IO; using System.Reflection; using System.Runtime.InteropServices; using System.Text; using System.Thread...
using System; using System.Linq; using System.Runtime.InteropServices; using Torque6.Engine.SimObjects; using Torque6.Engine.SimObjects.Scene; using Torque6.Engine.Namespaces; using Torque6.Utility; namespace Torque6.Engine.SimObjects.GuiControls { public unsafe class GuiDynamicCtrlArrayControl : GuiControl { ...
//---------------------------------------------------------------------------- // Anti-Grain Geometry - Version 2.4 // Copyright (C) 2002-2005 Maxim Shemanarev (http://www.antigrain.com) // // C# Port port by: Lars Brubaker // larsbrubaker@gmail.com // Copyright (C) 2007 // // Permission to copy, use, ...
namespace EIDSS.Reports.Document.Human.CaseInvestigation { partial class ContactListReport { /// <summary> /// Required designer variable. /// </summary> private System.ComponentModel.IContainer components = null; /// <summary> /// Clean up any resources being u...
// Generated by the protocol buffer compiler. DO NOT EDIT! // source: src/proto/grpc/testing/echo_messages.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;...
// This file is part of the C5 Generic Collection Library for C# and CLI // See https://github.com/sestoft/C5/blob/master/LICENSE for licensing details. using NUnit.Framework; using System; using SCG = System.Collections.Generic; namespace C5.Tests { internal class SC : SCG.IComparer<string> { public...
using System; using System.Collections.Generic; using System.Collections.Concurrent; using System.Linq; using System.Text; using System.Reflection; using System.Runtime.Serialization; //This file contains all the typed enums that the client rest api spec exposes. //This file is automatically generated from https://git...
// Copyright (C) 2014 dot42 // // Original filename: Junit.Runner.cs // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless re...
using System; using Cosmos.IL2CPU.X86; using CPU = Cosmos.Assembler.x86; using Cosmos.Assembler.x86; using Label = Cosmos.Assembler.Label; namespace Cosmos.IL2CPU.X86.IL { [Cosmos.IL2CPU.OpCode(ILOpCode.Code.Beq)] [Cosmos.IL2CPU.OpCode(ILOpCode.Code.Bge)] [Cosmos.IL2CPU.OpCode(ILOpCode.Code.Bgt)] [Cosm...
using System; using System.IO; using System.Text; using ChainUtils.BouncyCastle.Math; using ChainUtils.BouncyCastle.Utilities; namespace ChainUtils.BouncyCastle.Asn1 { public class DerObjectIdentifier : Asn1Object { private readonly string identifier; private byte[] body = null; ...
using UnityEngine; using System.Collections; using System.Collections.Generic; using System; public class AIMoveInfo{ public List<Tile> tileList=new List<Tile>(); public List<UnitTB> targetList=new List<UnitTB>(); } public enum _AIStance{ Passive, //AI faction will not do anything until it detect hostile Trigge...
// // KeyPairPersistenceTest.cs: Unit tests for keypair persistence // // Author: // Sebastien Pouliot <sebastien@ximian.com> // // Copyright (C) 2004-2005 Novell, Inc (http://www.novell.com) // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated documentat...
// Copyright (c) .NET Foundation. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for details. using System; using System.Collections; using System.ComponentModel; using System.Diagnostics; using System.Drawing; using System.Windows.Forms; using OpenLiveWriter.ApplicationFr...
// Code generated by Microsoft (R) AutoRest Code Generator 1.0.1.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. namespace applicationGateway { using Microsoft.Rest; using Microsoft.Rest.Azure; using Models; using System.Collections; using System.Collection...
//------------------------------------------------------------------------------ // <copyright file="_KerberosClient.cs" company="Microsoft"> // Copyright (c) Microsoft Corporation. All rights reserved. // </copyright> //------------------------------------------------------------------------------ namespace Syst...
namespace PTWin { partial class ResourceEdit { /// <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 r...
// Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/type/date.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:...
using System; using System.Collections.Generic; using System.Text; using DCalcCore.Remoting; namespace DCalc.Communication { /// <summary> /// Provides a remote server definition. /// </summary> public class RemoteServer : IServer { #region Private Fields private String m_ServerNam...
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) 2016 AgileObjects Ltd // Licensed under the MIT license. See LICENSE file in the ReadableExpressions directory for more information. namespace LinkIt.ReadableExpressions { using System; using System.Collections.Generic; using System.Linq; using System.Linq.Expressions; using Extens...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Diagnostics; namespace LZ4Sharp { /// <summary> /// Class for compressing a byte array into an LZ4 byte array. /// </summary> public unsafe class LZ4Compressor32 : ILZ4Compressor { //***...
using System; using System.Collections.Generic; using System.Linq; using Pytocs.Core.Types; using Pytocs.Core.Syntax; namespace Pytocs.Core.TypeInference { /// <summary> /// Visits Python statements and collects data types from: /// - user annotations /// - expression usage. /// The results are ...
// 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.Runtime; using System.Threading.Tasks; namespace System.ServiceModel.Channels { public abstract c...
using J2N.Numerics; using YAF.Lucene.Net.Support; using System; using System.Diagnostics; namespace YAF.Lucene.Net.Codecs.Compressing { /* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for addi...
// 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.CodeRefactorings; using Microsoft.CodeAnalysis.Editor.CSharp.UnitTests.CodeRefactorings; using Micr...
/* ==================================================================== 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 Y...
// Copyright (c) 1995-2009 held by the author(s). 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 c...
// Copyright (c) Microsoft Corporation. // Licensed under the MIT License. using System; using System.Collections.Generic; using System.ComponentModel; using System.Diagnostics; using System.Diagnostics.CodeAnalysis; using System.Text; using System.Windows; using System.Windows.Controls; namespace Microsoft.Managemen...
/* * 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.CodeDom.Compiler; using System.Collections.Generic; using System.ComponentModel; using System.Runtime.Serialization; using Microsoft.Xrm.Sdk; namespace PowerShellLibrary.Crm.CmdletProviders { [DataContract] [GeneratedCode("CrmSvcUtil", "7.1.0001.3108")] [Microsoft.Xrm.Sdk.Client.Entity...
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; using System.Collections.Generic; using System.Reflection; using System.Runtime.CompilerServices; using System.Threading.Tasks; using System.Windows.Forms; using CodeContractNullability.Test.TestDataBuilders; using Xunit; namespace CodeContractNullability.Test.Specs { /// <s...
using System; using System.Collections.Generic; using System.Globalization; using System.Linq; using System.Net; using System.Text; using System.Threading.Tasks; using Microsoft.Azure.Cosmos.Table; using Microsoft.Extensions.Logging; using Orleans.Clustering.AzureStorage; using Orleans.Clustering.AzureStorage.Utilities...
#if !(UNITY_4_3 || UNITY_4_5) using UnityEngine; using UnityEngine.Events; using System; using System.Collections; using System.Collections.Generic; using PixelCrushers.DialogueSystem; namespace PixelCrushers.DialogueSystem { /// <summary> /// This is an implementation of the abstract QuestLogWindow class for...
/* * 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 ...
using System; using System.Collections.Concurrent; using System.Collections.Generic; using System.Linq; using System.Linq.Expressions; using System.Reflection; using DotVVM.Framework.Controls; using DotVVM.Framework.Utils; using System.Diagnostics; using DotVVM.Framework.Compilation; using DotVVM.Framework.Binding.Expr...
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. using System; using System.Collections.Generic; using System.ComponentModel; using System.Drawing; using System.Data; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows.Forms; using Mig...
// Generated by the protocol buffer compiler. DO NOT EDIT! // source: tenancy_config/room_call_billing_rates.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.Reflectio...
namespace java.nio.charset { [global::MonoJavaBridge.JavaClass(typeof(global::java.nio.charset.Charset_))] public abstract partial class Charset : java.lang.Object, java.lang.Comparable { internal new static global::MonoJavaBridge.JniGlobalHandle staticClass; static Charset() { InitJNI(); } protected Ch...
//------------------------------------------------------------------------------ // <copyright file="KnownColorTable.cs" company="Microsoft"> // Copyright (c) Microsoft Corporation. All rights reserved. // </copyright> //------------------------------...
using System; using System.Globalization; using HtmlRenderer.Entities; using HtmlRenderer.Parse; namespace HtmlRenderer.Dom { /// <summary> /// Represents and gets info about a CSS Length /// </summary> /// <remarks> /// http://www.w3.org/TR/CSS21/syndata.html#length-units /// </remarks> 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. using Microsoft.Win32; using System.Collections.Generic; using System.Diagnostics; using System.Diagnostics.CodeAnaly...
#region S# License /****************************************************************************************** NOTICE!!! This program and source code is owned and licensed by StockSharp, LLC, www.stocksharp.com Viewing or use of this code requires your acceptance of the license agreement found at https://github.com/St...
// 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 0.11.0.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. ...
/* Copyright (c) 2012, Yahoo! Inc. All rights reserved. Copyrights licensed under the New BSD License. See the accompanying LICENSE file for terms. */ // [AUTO_HEADER] namespace TakaoPreference { partial class PanelPhonetic { /// <summary> /// Required designer variable. /// </summary...
// ---------------------------------------------------------------------------------- // // Copyright Microsoft Corporation // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // http://www.apac...
/* * [The "BSD licence"] * Copyright (c) 2005-2008 Terence Parr * All rights reserved. * * Conversion to C#: * Copyright (c) 2008-2009 Sam Harwell, Pixel Mine, Inc. * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the fol...
using System; using System.Collections; using System.Collections.Generic; using System.Diagnostics.CodeAnalysis; using System.Globalization; using System.Linq; using System.Reflection; namespace TripCalculator.Areas.HelpPage { /// <summary> /// This class will create an object of a given type and populate it w...
/* Josip Medved <jmedved@jmedved.com> * www.medo64.com * MIT License */ //2021-11-25: Refactored to use pattern matching //2021-09-28: Added constructor for empty instance //2021-09-26: Initial version namespace Medo.Configuration; using System; using System.Collections.Generic; using System.Globalization; using Sys...
using System; using System.Collections.Generic; using System.Data; using System.Data.SqlTypes; using System.Net; using System.Text; using System.Text.RegularExpressions; using System.Threading; using System.Xml; //using LearningRegistryCache2.App_Code.Classes; using LearningRegistryCache2.App_Code.Classes; using Isle.B...
using System; using System.Collections.Generic; using System.Linq; using System.Text.RegularExpressions; using GitVersion.Common; using GitVersion.Extensions; using GitVersion.Logging; using GitVersion.Model.Configuration; namespace GitVersion.Configuration { public class BranchConfigurationCalculator : IBranchCon...
using Microsoft.Xna.Framework.Graphics; using Loon.Java; using System; using Loon.Core.Graphics.Opengl; using Loon.Core.Graphics.Device; using Loon.Utils; using Loon.Core.Resource; using Microsoft.Xna.Framework; using System.IO; using System.Collections.Generic; namespace Loon.Core.Graphics { public class LImage : ...
#if UNITY_IOS // Copyright 2015-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 // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable l...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System; using System.Collections.Generic; using System.Linq; using System.Text.Json; using System.Threading.Tasks; using Microsoft.AspNetCore.DataProtection; using Microsoft.As...
// 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.CodeAnalysis; using Microsoft.Modeling; using Microsoft.Protocols.TestTools; namespace Microsoft.Protocol.TestSuites.Smb { /// <summary> ...
namespace Ioke.Lang.Parser { using System.IO; using System.Collections; using System.Text; using Ioke.Lang; using Ioke.Lang.Util; public class IokeParser { private readonly Runtime runtime; private readonly TextReader reader; private readonly IokeObject context; ...
namespace Orleans.CodeGenerator { using System; using System.Collections.Generic; using System.Diagnostics.CodeAnalysis; using System.Linq; using System.Reflection; using System.Threading.Tasks; using Microsoft.CodeAnalysis.CSharp; using Microsoft.CodeAnalysis.CSharp.Syntax; using Or...
#region Copyright notice and license // Protocol Buffers - Google's data interchange format // Copyright 2008 Google Inc. All rights reserved. // http://github.com/jskeet/dotnet-protobufs/ // Original C++/Java/Python code: // http://code.google.com/p/protobuf/ // // Redistribution and use in source and binary forms, w...
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...
// 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.Runtime.InteropServices; using Xunit; using Microsoft.DotNet.XUnitExtensions; namespace System.IO.Test...
// 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.Threading; using System.Threading.Tasks; using Xunit; using Xunit.Abstractions; namespace System.Net....
using System; using Umbraco.Core.IO; namespace umbraco.scripting { /// <summary> /// Something like a proxy to IronPython. Does some initial settings and calls. /// Maps IronPython's StandardOutput and StandardError to a simple string. /// </summary> public class python { protected int...
using Lucene.Net.Store; using Lucene.Net.Util; using System; using System.Diagnostics; using System.IO; namespace Lucene.Net.Codecs { /* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additi...
using System; using System.Collections.Generic; using MCSharp.World; namespace MCSharp { public class CmdCuboid : Command { // Constructor public CmdCuboid (CommandGroup g, GroupEnum group, string name) : base(g, group, name) { blnConsoleSupported = false; /* By default no console support*/ } ...
using System; using System.Diagnostics; namespace Lucene.Net.Codecs.Lucene3x { using Lucene.Net.Index; using BytesRef = Lucene.Net.Util.BytesRef; /* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed wit...
// Copyright (c) 2007, Clarius Consulting, Manas Technology Solutions, InSTEDD, and Contributors. // All rights reserved. Licensed under the BSD 3-Clause License; see License.txt. using System; using System.ComponentModel; using Xunit; namespace Moq.Tests { public class MockedDelegatesFixture { [Fact] public v...
#region Header /*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * Copyright (c) 2007-2008 James Nies and NArrange contributors. * All rights reserved. * * This program and the accompanying materials are made available under * the terms of the Common Public License v1.0 which accom...
// 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 ...
/* * 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. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Generic; using System.Threading.Tasks; using Microsoft.CodeAnalysis.CSharp.SignatureHelp; using Microsoft.CodeAnalysis.Editor.UnitTes...
namespace Petstore { using Models; /// <summary> /// This is a sample server Petstore server. You can find out more about /// Swagger at &lt;a /// href="http://swagger.io"&gt;http://swagger.io&lt;/a&gt; or on /// irc.freenode.net, #swagger. For this sample, you can use the api key /// "s...
// Copyright 2007-2012 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.Collections.Generic; using System.Collections.Immutable; using System.Diagnostics; using System.Reflect...
#region license // Copyright (c) 2004, Rodrigo B. de Oliveira (rbo@acm.org) // 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 cop...
// 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 Microsoft.Protocols.TestTools; using Microsoft.VisualStudio.TestTools.UnitTesting; using Microsoft.Protocols.TestSuites.FileSharing.Common.TestSuite...
using System; using System.CodeDom.Compiler; using System.Collections.Generic; namespace EduHub.Data.Entities { /// <summary> /// Student History /// </summary> [GeneratedCode("EduHub Data", "0.9")] public sealed partial class SXHI : EduHubEntity { #region Navigation Property Cache ...
using System; using System.Collections; using System.Collections.Generic; using System.IO; using System.Linq; using System.Text; using System.Text.RegularExpressions; using System.Threading; using System.Threading.Tasks; using JetBrains.Annotations; using Malware.MDKServices; using MDK.Build.Composers; using MDK.Build....
// 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.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 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...
// ******************************************************************************************************** // Product Name: DotSpatial.Symbology.Forms.dll // Description: The Windows Forms user interface layer for the DotSpatial.Symbology library. // *******************************************************************...
using System.Collections.Generic; using System.Text.RegularExpressions; namespace HappyFunTimes { public interface IHFTArg { void Init(string name, HFTArgParser p); } public class HFTArgHelper<T> { public T Value { get { return value_; ...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System; using System.Diagnostics; using System.IO; using System.Text; using System.Text.Encodings.Web; using System.Threading; using System.Threading.Tasks; using Microsoft.Asp...
#region License // Copyright (c) 2007 James Newton-King // // Permission is hereby granted, free of charge, to any person // obtaining a copy of this software and associated documentation // files (the "Software"), to deal in the Software without // restriction, including without limitation the rights to use, // copy, ...
using System; using System.ComponentModel; using System.Drawing; using System.Windows.Forms; using System.Runtime.InteropServices; using System.Diagnostics.CodeAnalysis; namespace Oranikle.DesignBase.UI.Docking { public class DockContent : Form, IDockContent { public DockContent() { m_dockHandler = new DockCo...
//------------------------------------------------------------------------------ // <copyright file="SiteMapProvider.cs" company="Microsoft"> // Copyright (c) Microsoft Corporation. All rights reserved. // </copyright> //------------------------------------------------------------------------------ /* * Copyrigh...
// 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 0.17.0.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. ...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using Xunit; using Xunit.Abstractions; using System.IO; using System.Xml.Schema; namespace System.Xml.Tests { /...
using System; using Sep.Git.Tfs.Core.TfsInterop; using Sep.Git.Tfs.Commands; namespace Sep.Git.Tfs.Core { class DerivedGitTfsRemote : IGitTfsRemote { private readonly string _tfsUrl; private readonly string _tfsRepositoryPath; public DerivedGitTfsRemote(string tfsUrl, string tfsReposit...
using System; using System.Collections.Generic; using System.Linq; using PopForums.Configuration; using PopForums.Extensions; using PopForums.Messaging; using PopForums.Models; using PopForums.Repositories; using PopForums.ScoringGame; namespace PopForums.Services { public class TopicService : ITopicService { publ...
// 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.IO; using System.Runtime.InteropServices; using System.Threading; using Xunit; public partial class NotifyFilterTests { [Fact] [Acti...
using System; using System.Linq; using System.Runtime.InteropServices; namespace AllJoynDotNet { public partial class MsgArg : AllJoynWrapper { static MsgArg() { Init.Initialize(); } IntPtr _bytePtr; public MsgArg() : base(alljoyn_msgarg_create()) { ...
using System; using System.Collections.Generic; using System.Linq; using NUnit.Framework; namespace SIL.WritingSystems.Tests { public abstract class WritingSystemRepositoryTests { private IWritingSystemRepository _repositoryUnderTest; private WritingSystemDefinition _writingSystem; private WritingSystemIdChang...