context
stringlengths
2.52k
185k
gt
stringclasses
1 value
// The MIT License (MIT) // // CoreTweet - A .NET Twitter Library supporting Twitter API 1.1 // Copyright (c) 2014 lambdalice // // 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 res...
using System; using System.Collections; using System.Configuration; using System.Data.SqlClient; using System.Globalization; using System.Text; using System.Web; using System.Web.UI; using System.Xml; using Rainbow.Framework.Content.Data; using Rainbow.Framework.Settings; using Rainbow.Framework.Site.Configuration; na...
using System.Collections.Generic; using System.Text; namespace Lucene.Net.Analysis.Tokenattributes { using Lucene.Net.Support; using NUnit.Framework; using BytesRef = Lucene.Net.Util.BytesRef; /* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor licen...
// // ChainedStream.cs // // Author: Jeffrey Stedfast <jeff@xamarin.com> // // Copyright (c) 2013-2016 Xamarin Inc. (www.xamarin.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 wit...
using System; /// <summary> /// ctor(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32) /// </summary> public class DateTimeCtor6 { #region Private Fields private int m_ErrorNo = 0; #endregion #region Public Methods public bool RunTests() { bool...
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See License.txt in the project root for license information. namespace Microsoft.Rest.Generator.Azure.NodeJS.Templates { #line 1 "AzureServiceClientTemplate.cshtml" using Microsoft.Rest.Generator.NodeJS #line default #line...
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using System.Collections.Generic; using System.Runtime; using System.Runtime.Serialization; using System.Security; using System.Reflection; using System.Xml; namespace...
using System; using Csla; using Invoices.DataAccess; namespace Invoices.Business { /// <summary> /// InvoiceLineItem (editable child object).<br/> /// This is a generated base class of <see cref="InvoiceLineItem"/> business object. /// </summary> /// <remarks> /// This class is an item of <see...
// Licensed to the Apache Software Foundation(ASF) under one // or more contributor license agreements.See the NOTICE file // distributed with this work for additional information // regarding copyright ownership.The ASF licenses this file // to you under the Apache License, Version 2.0 (the // "License"); you may not ...
// ==++== // // Copyright (c) Microsoft Corporation. All rights reserved. // // ==--== // // X509Certificate.cs // namespace System.Security.Cryptography.X509Certificates { using Microsoft.Win32; using System; using System.IO; using System.Runtime.CompilerServices; using System.Runtime.Intero...
// 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.16.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 System.Collections.Generic; using System.Collections.Immutable; using System.Diagnostics; using System.Reflect...
using Microsoft.AspNetCore.Mvc; using Microsoft.AspNetCore.Mvc.ViewEngines; using Microsoft.Extensions.Logging; using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using Teknik.Areas.Admin.ViewModels; using Teknik.Areas.Users.Models; using Teknik.Areas.Users.Utility; using T...
using System; #if (FULL_BUILD) using System.Data; using System.Web.SessionState; using System.Data.SqlTypes; #endif using System.IO; using System.Text; using System.Collections; using System.Collections.Generic; using System.Collections.Specialized; using Weborb; using Weborb.Config; using Weborb.Util; using Weborb....
// Python Tools for Visual Studio // Copyright(c) Microsoft Corporation // All rights reserved. // // Licensed under the Apache License, Version 2.0 (the License); you may not use // this file except in compliance with the License. You may obtain a copy of the // License at http://www.apache.org/licenses/LICENSE-2.0 //...
// Copyright (c) The Avalonia Project. All rights reserved. // Licensed under the MIT license. See licence.md file in the project root for full license information. using System; using System.Collections.Generic; using System.Globalization; using System.Reactive.Linq; using System.Threading; using System.Threading.Tas...
using System; namespace Krs.Ats.IBNet { /// <summary> /// Execution details returned by Interactive Brokers /// </summary> [Serializable()] public class Execution { #region Private Variables private String accountNumber; private int clientId; private String exch...
using System; using System.Collections.Generic; using System.Diagnostics; using System.Text; using Microsoft.Xna.Framework.Graphics; using Microsoft.Xna.Framework; namespace CocosSharp { public enum GlyphCollection { Dynamic, NEHE, Ascii, Custom }; // font attributes...
using Loon.Utils; using Loon.Java; namespace Loon.Core.Geom { public class Point : Shape { public class Point2i { public int x; public int y; public Point2i() { } public Point2i(int x_0, int y_1) { this.x = x_0; this.y = y_1; } public Point2i(float x_0, float y_1) { thi...
// // System.Net.RequestStream // // Author: // Gonzalo Paniagua Javier (gonzalo@novell.com) // // Copyright (c) 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 documentation files (the // "Software"), to dea...
/* 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: * * * Redistributions of source code must retain the above * copyright notice, this li...
//! \file ImageLFG.cs //! \date 2018 Nov 06 //! \brief Leaf 16-color image format. // // Copyright (C) 2018 by morkt // // 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 wit...
using System; using System.Collections.Generic; using System.Collections.Specialized; using System.Text; using Microsoft.VisualStudio.TestTools.UnitTesting; using MSAssert = Microsoft.VisualStudio.TestTools.UnitTesting.Assert; using LTAF.Engine; using System.IO; using System.Linq; using Moq; namespace LTAF.UnitTests.U...
// 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; using System.Collections; using System.Collections.Ge...
/* * Copyright 2012 ZXing 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 * * Unless required by applicable law or agreed ...
using System; using System.IO; namespace Ionic.Zlib { /// <summary> /// Represents a Zlib stream for compression or decompression. /// </summary> /// <remarks> /// /// <para> /// The ZlibStream is a <see /// href="http://en.wikipedia.org/wiki/Decorator_pattern">Decorator</see> on a <se...
using System; using System.Linq; using System.Threading; using System.Threading.Tasks; namespace hawkeye.Core.TPL { public static class TaskEx { /// <summary> /// Catch exceptions ONLY of type TException and allow an Action to be performed on it. /// </summary> /// <typeparam na...
using UnityEditor; using UnityEngine; using System; using System.Collections.Generic; using System.IO; using PlayFab.PfEditor.Json; namespace PlayFab.PfEditor { [InitializeOnLoad] public class PlayFabEditorHelper : UnityEditor.Editor { #region EDITOR_STRINGS public static string EDEX_NAME =...
// // SingleView.cs // // Author: // Ruben Vermeersch <ruben@savanne.be> // Stephane Delcroix <stephane@delcroix.org> // Larry Ewing <lewing@src.gnome.org> // // Copyright (C) 2005-2010 Novell, Inc. // Copyright (C) 2008, 2010 Ruben Vermeersch // Copyright (C) 2006-2010 Stephane Delcroix // Copyright (C) 2005-200...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.Diagnostics; namespace System.Globalization { /// <summary> /// This class defines behaviors s...
// Copyright 2009 The Noda Time Authors. All rights reserved. // Use of this source code is governed by the Apache License 2.0, // as found in the LICENSE.txt file. using System; using NUnit.Framework; using System.Numerics; using static NodaTime.NodaConstants; using System.Linq; namespace NodaTime.Test { partial...
namespace iControl { using System.Xml.Serialization; using System.Web.Services; using System.ComponentModel; using System.Web.Services.Protocols; using System; using System.Diagnostics; /// <remarks/> [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")] [System.Diagnostics.DebuggerStepTh...
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
#nullable disable using System; using System.IO; using System.Threading; using System.Threading.Tasks; using WWT; /* Jonathan Fay wrote this, except for the bits polluted by Dinoj, which are between <dinoj>...</dinoj> tags * The header information in the .plate files is being upgraded. * The original versiof plate ...
using System; /// <summary> /// System.IConvertible.ToSingle(System.IFormatProvider) /// </summary> public class DoubleIConvertibleToSingle { #region Public Methods public bool RunTests() { bool retVal = true; TestLibrary.TestFramework.LogInformation("[Positive]"); retVal = PosTes...
using System; using System.Collections.Generic; using System.Text; using NationalInstruments.DAQmx; using RRLab.Utilities; using RRLab.PhysiologyWorkbench.Devices; using RRLab.PhysiologyWorkbench.Data; namespace RRLab.PhysiologyWorkbench.Daq { public class TestPulseProtocol : DaqProtocol { protected do...
// 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.Diagnostics; using System.Reflection; using System.Reflection.Emit; using System.Text.Reg...
using System; using System.Collections; using System.Text.RegularExpressions; using System.Web; using System.Web.UI; using Umbraco.Core.Configuration; using Umbraco.Core.Logging; using umbraco.BasePages; using umbraco.BusinessLogic; using umbraco.cms.businesslogic.web; using umbraco.editorControls.tinymce; using umbrac...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. /*============================================================ ** ** ** ** Purpose: A representation of a 32 bit 2's...
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using System.Diagnostics; using System.Diagnostics.Contracts; using System.IO; using System.Net.Http.Headers; using System.Text; using System.Threading; using System.Th...
// // Copyright (c) Microsoft and contributors. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // http://www.apache.org/licenses/LICENSE-2.0 // // Unless requi...
using System; using System.Collections.Generic; using System.Linq; using GraphQL.Types; using OrchardCore.ContentManagement.GraphQL.Settings; using OrchardCore.ContentManagement.Metadata.Models; namespace OrchardCore.ContentManagement.GraphQL.Options { public class GraphQLContentOptions { public IEnume...
#region -- License Terms -- // // MessagePack for CLI // // Copyright (C) 2010-2013 FUJIWARA, Yusuke // // 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.apach...
//////////////////////////////////////////////////// // WrapFactory.cs // Author: Andrey Shchurov, shchurov@gmail.com, 2005 //////////////////////////////////////////////////// #region using using System; using System.Reflection; using System.Reflection.Emit; using System.Data; using System.Data.Common; using System.Co...
// -------------------------------------------------------------------------------------------------------------------- // <copyright file="BlobEntity.cs" company="Rare Crowds Inc"> // Copyright 2012-2013 Rare Crowds, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this...
#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 * * U...
using System; using System.Linq; using System.Threading.Tasks; using BTCPayServer.Data; using Microsoft.EntityFrameworkCore; using NBitcoin; using NBitcoin.DataEncoders; namespace BTCPayServer.Security.Bitpay { public enum PairingResult { Partial, Complete, ReusedKey, Expired ...
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 OfficeDevPnP.Core.Tools.UnitTest.PnPBuildExtensions { /// <summar...
/////////////////////////////////////////////////////////////////////////////////////// // Copyright (C) 2014 - 2017 XLR8 Development Team / // ---------------------------------------------------------------------------------- / // Licensed under the Apache License, Version 2.0 (the...
// *********************************************************************** // 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...
using CellSpacePartitionLib; using FlockBuddy.Interfaces; using FlockBuddy.Interfaces.Behaviors; using FlockBuddy.SteeringBehaviors; using GameTimer; using Microsoft.Xna.Framework; using PrimitiveBuddy; using System; using System.Collections.Generic; using System.Diagnostics; using System.Linq; using System.Threading.T...
// // https://github.com/ServiceStack/ServiceStack.Text // ServiceStack.Text: .NET C# POCO JSON, JSV and CSV Text Serializers. // // Authors: // Demis Bellot (demis.bellot@gmail.com) // // Copyright 2012 ServiceStack, Inc. All Rights Reserved. // // Licensed under the same terms of ServiceStack. // using System; usi...
using System; using UnityEngine; #if UNITY_EDITOR using UnityEditor; #endif using UnityEngine.UI; using UnityEngine.Assertions; namespace UnityPlatformer { /// <summary> /// List of part a character can have, maybe needed to handle /// how to reach to certain Damages /// </summary> public enum CharacterPart ...
namespace android.database { [global::MonoJavaBridge.JavaInterface(typeof(global::android.database.Cursor_))] public partial interface Cursor : global::MonoJavaBridge.IJavaObject { short getShort(int arg0); int getInt(int arg0); long getLong(int arg0); float getFloat(int arg0); double getDouble(int arg0)...
using System; using System.Collections; using System.Collections.Generic; using System.Linq; using Commencement.Core.Domain; using Commencement.Tests.Core; using Commencement.Tests.Core.Extensions; using Commencement.Tests.Core.Helpers; using FluentNHibernate.Testing; using Microsoft.VisualStudio.TestTools.UnitTesting;...
using System; using LanguageExt; using System.Linq; using System.Collections.Generic; using System.Threading.Tasks; using LanguageExt.DataTypes.Serialisation; using LanguageExt.TypeClasses; using LanguageExt.ClassInstances; using LanguageExt.Common; using static LanguageExt.Prelude; namespace LanguageExt { public ...
using UnityEngine; using UnityEditor; using System; using System.Linq; using System.Collections; using System.Collections.Generic; using UMA; [CustomEditor(typeof(OverlayLibrary))] [CanEditMultipleObjects] public class OverlayLibraryEditor : Editor { private SerializedObject m_Object; private OverlayLibrary ov...
// 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 ...
// // CompositeUtils.cs // // Author: // Larry Ewing <lewing@novell.com> // // Copyright (C) 2006 Novell, Inc. // Copyright (C) 2006 Larry Ewing // // 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...
// 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 J2N.Numerics; using Lucene.Net.Support; using System; using System.Collections.Generic; using System.Diagnostics; using System.Diagnostics.CodeAnalysis; using System.Linq; namespace Lucene.Net.Util { /* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agree...
using Amazon.DynamoDBv2; using Amazon.DynamoDBv2.Model; using Microsoft.Extensions.Logging; using Microsoft.Extensions.Options; using Orleans.Configuration; using Orleans.Runtime; using System; using System.Collections.Generic; using System.Threading.Tasks; namespace Orleans.Reminders.DynamoDB { /// <summary> ...
/* * TokenStringDFA.cs */ using System; using System.Text; namespace Core.Library { /** * A deterministic finite state automaton for matching exact strings. * It uses a sorted binary tree representation of the state * transitions in order to enable quick matches with a minimal memory * foot...
using System; using Avalonia.Collections; using Avalonia.Controls; using Avalonia.Controls.Presenters; using Avalonia.Data; using Avalonia.Data.Converters; using Avalonia.Markup.Data; using Avalonia.Markup.Xaml.Styling; using Avalonia.Markup.Xaml.Templates; using Avalonia.Media; using Avalonia.Media.Immutable; using Av...
using System; using Gtk; namespace Moscrif.IDE.Controls { public class MessageDialog : Dialog { public MessageDialog() { InicializeComponent(); } public MessageDialog(DialogButtonType buttons, string primaryLabel, string secondaryLabel, MessageType messageType,Gtk.Window parent) { InicializeCompon...
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using System.Collections.Generic; using System.Diagnostics; namespace System.Xml.XPath { /// <summary> /// Reader that traverses the subtree rooted at the curr...
using System; using NUnit.Framework; using Whois.Parsers; namespace Whois.Parsing.Whois.Sgnic.Sg.Sg { [TestFixture] public class SgParsingTests : ParsingTests { private WhoisParser parser; [SetUp] public void SetUp() { SerilogConfig.Init(); parser =...
// 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 MS.Internal.ValueConverter { using System; using System.Text.RegularExpressions; using System....
// <copyright file="EnigmaSymmetric.cs" company="APH Software"> // Copyright (c) Andrew Hawkins. All rights reserved. // </copyright> namespace Useful.Security.Cryptography { using System; using System.Collections.Generic; using System.Linq; using System.Security.Cryptography; using System.Text; ...
// 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.Text; using CultureInfo = System.Globalization.CultureInfo; using System.Diagnostics.SymbolStore; using...
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using System.Xml.Linq; namespace DocumentFormat.OpenXml.Linq { /// <summary> /// Declares XNamespace and XName fields for the xmlns:x15="http://schemas.microso...
// // Author: // Jb Evain (jbevain@gmail.com) // // Copyright (c) 2008 - 2015 Jb Evain // Copyright (c) 2008 - 2011 Novell, Inc. // // Licensed under the MIT/X11 license. // using System; using Mono.Collections.Generic; namespace Mono.Cecil { public interface IAssemblyResolver : IDisposable { AssemblyDefinitio...
// 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 System; using System.Collections.Generic; using System.Globalization; using System.Web.UI; using System.Web.UI.WebControls; using newtelligence.DasBlog.Runtime; using newtelligence.DasBlog.Web.Core; #region Copyright (c) 2003, newtelligence AG. All rights reserved. /* // Copyright (c) 2003, newtelligence AG. (ht...
// Licensed to the Apache Software Foundation(ASF) under one // or more contributor license agreements.See the NOTICE file // distributed with this work for additional information // regarding copyright ownership.The ASF licenses this file // to you under the Apache License, Version 2.0 (the // "License"); you may not ...
namespace AgileObjects.AgileMapper.DataSources { using System; using System.Collections.Generic; #if NET35 using Microsoft.Scripting.Ast; #else using System.Linq.Expressions; #endif using Extensions.Internal; using Members; internal static class DataSourceSet { #region Factory M...
using System; using System.Collections.Generic; using System.ComponentModel; using System.Diagnostics.CodeAnalysis; using System.IO; using System.Reactive.Disposables; using System.Runtime.InteropServices; using System.Threading; using Avalonia.Controls; using Avalonia.Controls.ApplicationLifetimes; using Avalonia.Cont...
#region License // // Author: Nate Kohari <nkohari@gmail.com> // Copyright (c) 2007-2008, Enkari, Ltd. // // 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/licens...
// --------------------------------------------------------------------------- // <copyright file="TimeSuggestion.cs" company="Microsoft"> // Copyright (c) Microsoft Corporation. All rights reserved. // </copyright> // --------------------------------------------------------------------------- //-----------------...
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 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 System; using System.Collections.Generic; using System.Data.Common; using System.Data.Entity; using System.Data.Entity.Core.Objects; using System.Data.Entity.Infrastructure; using System.Diagnostics; using System.Linq; using System.Threading; using System.Threading.Tasks; using EntityFramework.Reflection; namesp...
using DotVVM.Framework.Binding; using DotVVM.Framework.Binding.Expressions; using DotVVM.Framework.Controls.Infrastructure; using DotVVM.Framework.Hosting; using DotVVM.Framework.Runtime; using Newtonsoft.Json; using System; using System.Collections; using System.Collections.Generic; using System.ComponentModel; using ...
using System; using System.Collections; using System.ComponentModel; using System.Net.Sockets; namespace Hydra.Framework.AsyncSockets { // //********************************************************************** /// <summary> /// A collection of <c>SocketStream</c> objects. /// </summary> //***...
namespace Microsoft.Protocols.TestSuites.SharedAdapter { using System.Collections.Generic; /// <summary> /// This class is used to specify the cell identifier. /// </summary> public class CellID : BasicObject { /// <summary> /// Initializes a new instance of the CellID class wit...
namespace System.Workflow.Activities { #region Imports using System; using System.Text; using System.Reflection; using System.Collections; using System.CodeDom; using System.ComponentModel; using System.ComponentModel.Design; using System.Drawing.Design; using System.Drawing; ...
// 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.Linq; using ...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.Text; using System.Data.Common; using System.Globalization; namespace System.Data.SqlClient.ManualTest...
using System; using System.CodeDom.Compiler; using System.Collections.Generic; using System.Data; using System.Data.SqlClient; using System.Globalization; using System.Linq; using System.Text; namespace EduHub.Data.Entities { /// <summary> /// Year 9-12 Exit Destinations Data Set /// </summary> [Genera...
using System; using System.Collections.Generic; using System.Linq; using System.Reflection; using System.Threading.Tasks; using DotNetRules.Runtime; namespace DotNetRules { public class Settings { public bool CatchExceptions { get; set; } } public static class Executor { public sta...
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using System; using System.Collections.Generic; using System.Text; using Microsoft.Build.Tasks; using System.Runtime.InteropServices.ComTypes; using Marshal = System.R...
using System; using System.Text; /// <summary> /// StringBuilder.Capacity Property /// Gets or sets the maximum number of characters that can be contained /// in the memory allocated by the current instance. /// </summary> public class StringBuilderCapacity { private const int c_MIN_STR_LEN = 1; private con...
using System.IO; using System.Net; using System.Text; using AsterNET.FastAGI.MappingStrategies; using AsterNET.IO; using AsterNET.Util; namespace AsterNET.FastAGI { public class AsteriskFastAGI { #region Flags /// <summary> /// If set to true, causes the AGIChannel to throw an exce...
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using System; using System.Collections; using NUnit.Framework; using Microsoft.Build.Framework; using Microsoft.Build.BuildEngine; using Microsoft.Build.BuildEngine.Sha...
// 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 global::System; using global::System.Reflection; using global::System.Diagnostics; using global::System.Collec...
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...
using System; using System.Data; using System.Data.OleDb; using System.Reflection; //using PCSAssemblyLoader; using System.Collections; using System.Collections.Specialized; using System.Threading; using PCSUtils; using Utils = PCSComUtils.DataAccess.Utils; using PCSUtils.Utils; using C1.Win.C1Preview; namespace Inve...
using System; using System.Collections.Generic; using System.Configuration; using System.Linq; using FluentSecurity.Caching; using FluentSecurity.Configuration; using FluentSecurity.Internals; using FluentSecurity.Policy; using FluentSecurity.ServiceLocation; using FluentSecurity.Specification.Helpers; using FluentSecu...
using System; using System.Collections.Generic; using System.Data; using System.Data.Common; using System.Configuration; using System.Web; using com.eforceglobal.DBAdmin.Constants; using com.eforceglobal.DBAdmin.Utils; namespace com.eforceglobal.DBAdmin.DAL { public abstract class DBHelper { #region Pr...
/* Project Orleans Cloud Service SDK ver. 1.0 Copyright (c) Microsoft Corporation All rights reserved. MIT License 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...