context
stringlengths
2.52k
185k
gt
stringclasses
1 value
// Copyright 2008-2011. This work is licensed under the BSD license, available at // http://www.movesinstitute.org/licenses // // Orignal authors: DMcG, Jason Nelson // Modified for use with C#: // - Peter Smith (Naval Air Warfare Center - Training Systems Division) // - Zvonko Bostjancic (Blubit d.o.o. - zvonko.bostja...
using System; using FluentAssertions.Execution; #if !OLD_MSTEST using Microsoft.VisualStudio.TestPlatform.UnitTestFramework; #else using Microsoft.VisualStudio.TestTools.UnitTesting; #endif namespace FluentAssertions.Specs { [TestClass] public class NullableBooleanAssertionSpecs { [TestMethod] ...
using System; using System.Collections.Generic; using System.Data; using System.IO; using System.Linq; using System.Windows.Forms; using bv.common; using bv.common.Configuration; using bv.common.Core; using bv.common.db.Core; using bv.common.Enums; using bv.common.Resources; using bv.model.Model.Core; using bv.winclien...
// 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 UnityEngine; #if UNITY_EDITOR using UnityEditor; [CanEditMultipleObjects] [CustomEditor(typeof(SgtNebulaStarfield))] public class SgtNebulaStarfield_Editor : SgtPointStarfield_Editor<SgtNebulaStarfield> { protected override void OnInspector() { var updateMaterial = false; var updateMeshesAndModels ...
using System; using System.Collections.Generic; using System.Diagnostics; using System.Linq; using System.Text; using System.Reflection; using Microsoft.FSharp.Core.CompilerServices; namespace TypeProviderInCSharp { public class ArtificialType : Type { string _Namespace; string _Name; b...
/* * 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 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...
#region License /* * Copyright 2002-2010 the original author or 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 * * Unle...
// 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 ...
#region Namespaces using System; using System.Globalization; using System.Linq; using System.IO; using System.Collections.Generic; using System.Diagnostics; using Application = Autodesk.Revit.ApplicationServices.Application; using Autodesk.Revit.Attributes; using Autodesk.Revit.DB; using Autodesk.Revit.DB.Analysis; usi...
// // TagSelectionWidget.cs // // Author: // Ruben Vermeersch <ruben@savanne.be> // Mike Gemuende <mike@gemuende.de> // // Copyright (C) 2008-2010 Novell, Inc. // Copyright (C) 2008, 2010 Ruben Vermeersch // Copyright (C) 2009 Mike Gemuende // // Permission is hereby granted, free of charge, to any person obtaining...
using System; using System.Collections.Specialized; using System.IO; using System.Linq; using System.Reflection; using System.Windows.Forms; using EDEngineer.Localization; using EDEngineer.Models.Utils; using EDEngineer.Properties; using Microsoft.WindowsAPICodePack.Dialogs; using Newtonsoft.Json; using Application = S...
// 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.Globalization; using System.Linq; using NUnit.Framework; using osu.Framework.Allocation; using osu.Framework....
using System; using System.Data; using System.Data.SqlClient; using DbUp; using DbUp.Builder; using DbUp.Engine.Output; using DbUp.Engine.Transactions; using DbUp.Support.SqlServer; /// <summary> /// Configuration extension methods for SQL Server. /// </summary> // NOTE: DO NOT MOVE THIS TO A NAMESPACE // Since the cl...
using System; using System.Collections.Generic; using System.IO; using System.Linq; using Orchard.Caching; using Orchard.ContentManagement; using Orchard.Environment.Extensions.Models; using Orchard.FileSystems.WebSite; using Orchard.Localization; using Orchard.Logging; using Orchard.Utility.Extensions; using Orchard.E...
// 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.Buffers; using System.Runtime.CompilerServices; using System.Collections.Generic; using System.Diagnost...
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. #region Using directives using System; using System.Collections.Concurrent; using System.Collections.Generic; using System.Management.Automation; using System.Threading; using System.Globalization; #endregion namespace M...
// ------------------------------------------- // Control Freak 2 // Copyright (C) 2013-2016 Dan's Game Tools // http://DansGameTools.com // ------------------------------------------- #if UNITY_EDITOR using UnityEngine; using UnityEditor; using System.Collections.Generic; using System.Text; using System.Text.Regular...
// // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See LICENSE in the project root for license information. // using UnityEngine; using System.Collections; using HUX; using HUX.Interaction; using HUX.Focus; /// <summary> /// <see cref="MonoBehaviour"/> /// /// </summary...
/// This code was generated by /// \ / _ _ _| _ _ /// | (_)\/(_)(_|\/| |(/_ v1.0.0 /// / / using System; using System.Collections.Generic; using Twilio.Base; using Twilio.Converters; namespace Twilio.Rest.Taskrouter.V1 { /// <summary> /// FetchWorkspaceOptions /// </summary> publ...
// // ScrollViewBackend.cs // // Author: // Lluis Sanchez Gual <lluis@xamarin.com> // // Copyright (c) 2012 Xamarin 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 withou...
using System; using System.Collections.Generic; using System.Globalization; using System.Threading.Tasks; using Orleans.Runtime; using Orleans.Providers; using Orleans.Runtime.Configuration; namespace Orleans.Streams { /// <summary> /// Provider-facing interface for manager of streaming providers /// </sum...
// 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 SigningServiceApiCaller { using Microsoft.Rest; using Microsoft.Rest.Serialization; using Models; using Newtonsoft.Json; using System....
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. // // Testing JIT handling and GC reporting of liveness of GC variable using System; using System.Collections.Generic; internal class Test { public static int aEx...
/* * 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.Linq; using Lucene.Net.Analysis.Standard; using Lucene.Net.Documents; using Lucene.Net.Index; using Lucene.Net.QueryParsers; using Lucene.Net.Search; using Lucene.Net.Search.Similar; using PagedList; using Version = Lucene.Net.Util.Version; namespace Biggy.L...
// ========================================================== // Updated to use UGUI, March 2015 // Dennis Trevillyan - WatreGames // using UnityEngine; using UnityEngine.UI; using System.Collections; using UMA; public class UMACustomization : MonoBehaviour { public UMAData umaData; public UMADynamicAvatar umaDynam...
// 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. ...
#if !DONOTREFPRINTINGASMMETA //--------------------------------------------------------------------------- // // <copyright file=SerializerDescriptor.cs company=Microsoft> // Copyright (C) Microsoft Corporation. All rights reserved. // </copyright> // // // Description: Plug-in document serializers implement this ...
using System; namespace System.Globalization { internal static class SR { public static string Arg_HexStyleNotSupported { get { return Environment.GetResourceString("Arg_HexStyleNotSupported"); } } public static string Arg_InvalidHexStyle { get {...
// // PerformanceCounterPermissionTest.cs - // NUnit Test Cases for PerformanceCounterPermission // // 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 soft...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.Collections.Generic; using System.IO; using System.Linq; using System.Net.Security; using System.Net.So...
using System; using System.Collections; using System.IO; using Org.BouncyCastle.Asn1; using Org.BouncyCastle.Asn1.Cms; using Org.BouncyCastle.Asn1.X509; using Org.BouncyCastle.Crypto; using Org.BouncyCastle.Crypto.Parameters; using Org.BouncyCastle.Security; using Org.BouncyCastle.Security.Certificates; using Org.Boun...
using System; using System.Globalization; using System.Collections.Generic; using Sasoma.Utils; using Sasoma.Microdata.Interfaces; using Sasoma.Languages.Core; using Sasoma.Microdata.Properties; namespace Sasoma.Microdata.Types { /// <summary> /// A library. /// </summary> public class Library_Core : TypeCore, IL...
// 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 Microsoft.Win32.SafeHandles; using System.Collections; using System.Collections.Generic...
// 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.Immutable; using System.Diagnostics; using System.Threading; using System.Threading.Tasks; using System.Reflection; usi...
using System; using System.Collections.Generic; using System.IO; using System.Linq; using LibGit2Sharp.Core; using LibGit2Sharp.Tests.TestHelpers; using Xunit; using Xunit.Extensions; namespace LibGit2Sharp.Tests { public class CommitFixture : BaseFixture { private const string sha = "8496071c1b46c854b...
// Copyright 2010 ESRI // // All rights reserved under the copyright laws of the United States // and applicable international laws, treaties, and conventions. // // You may freely redistribute and use this sample code, with or // without modification, provided you include the original copyright // notice and use res...
// 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.IO; using System.IO.Compressi...
//------------------------------------------------------------------------------ // <copyright file="DataGridViewColumn.cs" company="Microsoft"> // Copyright (c) Microsoft Corporation. All rights reserved. // </copyright> //---------------------------...
/* * Qa full api * * No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) * * OpenAPI spec version: all * * Generated by: https://github.com/swagger-api/swagger-codegen.git * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use ...
// 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.Text; using Xunit; namespace System.Text.EncodingTests { public class EncoderConvert2Encoder : Encoder { private Encoder _en...
using UnityEngine; using System.Collections; using System.Collections.Generic; public enum eEndPointsMode { AUTO, AUTOCLOSED, EXPLICIT } public enum eWrapMode { ONCE, LOOP } public delegate void OnEndCallback(); public class SplineInterpolator : MonoBehaviour { eEndPointsMode mEndPointsMode = eEndPointsMode.AUTO; ...
using System; using System.Collections; using System.Collections.Generic; using System.Diagnostics; using JCG = J2N.Collections.Generic; namespace Lucene.Net.Codecs.Lucene45 { /* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file di...
#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, ...
// 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.SafeHandles; using System.Collections.ObjectModel; using System.ComponentModel; using System.G...
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 UdcxRemediation.Console { /// <summary> /// Encapsulates all ...
using System; using Gtk; using PubNubMessaging.Core; using PubnubMessagingExampleGTK; using System.Text; public partial class MainWindow2: Gtk.Window { public string PublishMessage { get;set; } public string Channel { get;set; } public bool Ssl { get;set; } public string Cipher { get;set; }...
// 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) Umbraco. // See LICENSE for more details. using System; using System.Collections.Generic; using System.Linq; using Microsoft.Extensions.Logging; using NUnit.Framework; using Umbraco.Cms.Core; using Umbraco.Cms.Core.Cache; using Umbraco.Cms.Core.Models; using Umbraco.Cms.Core.Persistence; using Umbraco...
/******************************************************************************* * Copyright (c) 2013, Daniel Murphy * 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 ...
using System; using System.Collections; using NUnit.Framework; namespace FileHelpers.Tests.CommonTests { [TestFixture] public class InheritedTests { [Test] public void Inherited1() { var engine = new FileHelperEngine<SampleInheritType>(); Assert.AreEqual(3, ...
using System; using System.Reflection; using CommandLine.Text; using System.IO; using CommandLine; using System.Collections.Generic; using Newtonsoft.Json; using System.Linq; using System.Diagnostics; using System.Threading.Tasks; using Newtonsoft.Json.Linq; using System.Text.RegularExpressions; namespace ChainCompres...
/* * 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) 2012 Stephen A. Pratt * * 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, p...
/* * Copyright (c) Citrix Systems, Inc. * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * * 1) Redistributions of source code must retain the above copyright * notice, this lis...
//#define TRACE_SERIALIZATION using System; using System.Collections.Generic; using System.Diagnostics; using System.IO; using System.Linq; using System.Net; using System.Resources; using System.Runtime.CompilerServices; using System.Runtime.Serialization; using System.Text; using Orleans.CodeGeneration; using Orleans....
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. using System.Collections.Generic; using System.Collections.ObjectModel; using System.Globalization; using System.Text; namespace System.Management.Automation { internal class MergedCommandParameterMetadata { ...
//------------------------------------------------------------------------------ // <copyright file="TrayIcon.cs" company="Microsoft"> // Copyright (c) Microsoft Corporation. All rights reserved. // </copyright> //-------------------------------------...
/* ==================================================================== 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...
using System; using System.Collections.Concurrent; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using Microsoft.Extensions.Caching.Memory; using Newtonsoft.Json.Linq; using OrchardCore.ContentManagement.Metadata; using OrchardCore.ContentManagement.Metadata.Models; using OrchardCor...
namespace MSBuild.AutoILMerge { using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Text.RegularExpressions; using System.Reflection; using Microsoft.Build.Framework; using Microsoft.Build.Utilities; using System.Dynamic; using System....
using UnityEngine; using UnityEngine.UI; using System.Collections; using System.Collections.Generic; using UMA; namespace UMA.Examples { public class UMACharacterCustomization : MonoBehaviour { public UMAData umaData; private UMADnaHumanoid umaDna; private UMACrowd crowdHandle; ...
#region File Description //----------------------------------------------------------------------------- // MenuEntry.cs // // XNA Community Game Platform // Copyright (C) Microsoft Corporation. All rights reserved. //----------------------------------------------------------------------------- #endregion #region Usin...
using DotBPE.Gateway.Internal; using DotBPE.Rpc; using DotBPE.Rpc.Client; using Microsoft.AspNetCore.Routing; using Microsoft.AspNetCore.Routing.Patterns; using Microsoft.Extensions.Logging; using System; using System.Collections.Generic; using System.Linq; using System.Reflection; using System.Text; namespace DotBPE....
// 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 System.Runtime.CompilerServices; using System.Threading; using Microsoft...
// // Options.cs // // Authors: // Jonathan Pryor <jpryor@novell.com> // // Copyright (C) 2008 Novell (http://www.novell.com) // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated documentation files (the // "Software"), to deal in the Software without re...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using System.Collections; using System.Collections.ObjectModel; using System.Collections.Generic; usin...
using System; using System.Data; using PrimerProObjects; using GenLib; namespace PrimerProSearch { /// <summary> /// /// </summary> public class ContextChartTable : DataTable { private DataColumn m_DataColumn; private DataRow m_DataRow; private DataSet m_DataSet; private string m_ID; public const stri...
namespace Microsoft.Protocols.TestSuites.MS_OXWSFOLD { using System.Xml; using Microsoft.Protocols.TestSuites.Common; using Microsoft.Protocols.TestTools; using Microsoft.VisualStudio.TestTools.UnitTesting; /// <summary> /// This scenario is designed to verify GetFolder operation. /// </sum...
namespace CustomControlUsingPalettes { partial class Form1 { /// <summary> /// Required designer variable. /// </summary> private System.ComponentModel.IContainer components = null; /// <summary> /// Clean up any resources being used. /// </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.Collections.Generic; using System.Net.Test.Common; using System.Threading; using System.Threading.Tasks...
// HtmlAgilityPack V1.0 - Simon Mourier <simon underscore mourier at hotmail dot com> using System; using System.Collections; using System.Text; namespace HtmlAgilityPack { /// <summary> /// A utility class to replace special characters by entities and vice-versa. /// Follows HTML 4.0 specification found at http://...
// 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 Xunit; namespace System.Globalization.CalendarTests { // GregorianCalendar.GetMonth(DateTime) public class Greg...
using System; using System.Collections; using System.ComponentModel; using System.Drawing; using System.Windows.Forms; using System.Text; using Epi.Analysis; using Epi.Windows.Dialogs; using Epi.Windows.Analysis; namespace Epi.Windows.Analysis.Dialogs { /// <summary> /// Dialog for Complex Sample Tables command (TAB...
using System; using System.Collections.Concurrent; using System.Collections.Generic; using System.Linq; using System.Threading; using System.Threading.Tasks; using Common.Logging; using Lucene.Net.Index; using Lucene.Net.Linq; using Lucene.Net.Search; using Ninject; namespace NuGet.Server.Infrastructure.Lucene { p...
using System; using System.Collections.Generic; using System.Threading.Tasks; using Orleans; namespace UnitTests.GrainInterfaces { public interface IGenericGrainWithGenericState<TFirstTypeParam, TStateType, TLastTypeParam> : IGrainWithGuidKey { Task<Type> GetStateType(); } public class Generic...
using System.Collections; using Anycmd.Xacml.Policy.TargetItems; using pol = Anycmd.Xacml.Policy; namespace Anycmd.Xacml.ControlCenter.CustomControls { /// <summary> /// Summary description for PolicySet. /// </summary> public class TargetItem : BaseControl { private TargetItemBaseReadWrite...
using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Runtime.Serialization; using System.Text; using System.Threading.Tasks; using Windows.ApplicationModel; using Windows.Storage; using Windows.Storage.Streams; using Windows.UI.Xaml; using Windows.UI.Xaml.Controls; namespace...
#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, ...
// Copyright (c) 2012, Miron Brezuleanu // 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 co...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using System.Collections.Generic; using System.ComponentModel; using System.IO; using System.Linq; usi...
/* * Naiad ver. 0.5 * Copyright (c) Microsoft Corporation * All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 ...
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. namespace DotNetty.Buffers { using System; using System.Collections.Generic; using System.Diagnostics; using System.Diagnostics.Contracts; using Sys...
using System; using System.Collections.Generic; using System.Diagnostics; using System.Threading; namespace Lucene.Net.Index { using Lucene.Net.Support; using InfoStream = Lucene.Net.Util.InfoStream; /* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor li...
using System; using System.Collections.Generic; using System.Globalization; using System.Linq; using System.Text.RegularExpressions; namespace AWSAppender.Core.Services { public abstract class EventMessageParserBase<TDatum> : IEventMessageParser<TDatum> { protected bool DefaultsOverridePattern; ...
using System; using System.Collections.Specialized; using System.Text; using System.Web; using NGM.CasClient.Client.Factories; using NGM.CasClient.Models; using Orchard; using Orchard.ContentManagement; using Orchard.Settings; using Orchard.Validation; namespace NGM.CasClient.Client.Utils { public interface IUrlUt...
/* * The MIT License (MIT) * * Copyright (c) 2015 Microsoft Corporation * * -=- Robust Distributed System Nucleus (rDSN) -=- * * 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 witho...
using System.IO.Compression; namespace Protobuild.Tests { using System; using System.Collections.Generic; using System.Diagnostics; using System.IO; using System.Linq; using System.Reflection; public abstract class ProtobuildTest { private string m_TestName; private st...
using System; using System.Collections; using System.Collections.Generic; using System.Globalization; using System.Runtime.InteropServices; using System.Runtime.Serialization; using GlmSharp.Swizzle; // ReSharper disable InconsistentNaming namespace GlmSharp.Swizzle { /// <summary> /// Temporary vector o...
// 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; #if ES_BUILD_STANDALONE using System.Runtime.CompilerServices; usin...
// **************************************************************** // Copyright 2007, Charlie Poole // This is free software licensed under the NUnit license. You may // obtain a copy of the license at http://nunit.org // **************************************************************** using System; using System.Coll...
/*$ preserve start $*/ /* ========================================================================================== */ /* FMOD Ex - DSP header file. Copyright (c), Firelight Technologies Pty, Ltd. 2004-2008. */ /* */ /* Use...
using System; using System.Collections.Generic; using System.Linq; using System.Net; using System.Net.Http; using System.Net.Http.Formatting; using System.Threading.Tasks; using daq_api.Contracts; using daq_api.Formatters; using daq_api.Models; using daq_api.Models.WebMap; using Serilog; namespace daq_api.Services { ...
using System; using System.Collections.Generic; using System.Text; namespace Morph.Collections { public abstract class CollectionBase : IList, ICollection, IEnumerable { // private instance properties private ArrayList list; // public instance properties public int Count { get...
/* * 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.IO; using System.Linq; using System.Net.Http; using System.Net.Sockets; using System.Text; using System...
/* Copyright 2012 Michael Edwards 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 i...
// 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.CodeAnalysis; using System.Runtime.CompilerServices; using System.Xml.Linq; using Microsoft.Win32; namespace Microsoft.Extensions.Logging { ...