context
stringlengths
2.52k
185k
gt
stringclasses
1 value
#if (PLATFORM_X64) extern alias HPMSdkx64; using HPMSdkx64::HPMSdk; #else extern alias HPMSdkx86; using HPMSdkx86::HPMSdk; #endif using System; using System.Collections.Generic; using System.Text; using System.Threading; using System.IO; using System.Messaging; using HPMInt8 = System.SByte; using HPMUInt8 = System.B...
/////////////////////////////////////////////////////////////////////////// // Description: Data Access class for the table 'RS_JenisPemeriksaan' // Generated by LLBLGen v1.21.2003.712 Final on: Thursday, October 11, 2007, 2:03:11 AM // Because the Base Class already implements IDispose, this class doesn't. ///////////...
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...
// // FlickrRemote.cs // // Author: // Lorenzo Milesi <maxxer@yetopen.it> // Stephane Delcroix <stephane@delcroix.org> // // Copyright (C) 2008-2009 Novell, Inc. // Copyright (C) 2008-2009 Lorenzo Milesi // Copyright (C) 2008-2009 Stephane Delcroix // // Permission is hereby granted, free of charge, to any person o...
// 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.ComponentModel.Design; using System.Diagnostics; using System.Reflection; using System.Runtime.InteropServices; using Microsoft.Cod...
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 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 required...
using UnityEngine; using UnityEngine.UI; using UnityEngine.Events; using UnityEngine.EventSystems; using System.Collections.Generic; using System; using System.Linq; namespace UIWidgets { /// <summary> /// ListViewGameObjects event. /// </summary> [System.Serializable] public class ListViewGameObjectsEvent : Uni...
namespace Cyotek.Demo.Windows.Forms { partial class MainForm { /// <summary> /// Required designer variable. /// </summary> private System.ComponentModel.IContainer components = null; /// <summary> /// Clean up any resources being used. /// </summary> /// <param name="disposing">tru...
#region Apache License // // Licensed to the Apache Software Foundation (ASF) under one or more // contributor license agreements. See the NOTICE file distributed with // this work for additional information regarding copyright ownership. // The ASF licenses this file to you under the Apache License, Version 2.0 // (...
using System; using System.Collections.Generic; using System.Dynamic; using System.IO; using System.Linq; using System.Reflection; using System.Threading.Tasks; using Autofac; using Humanizer; using Microsoft.Owin; using RazorEngine; using RazorEngine.Configuration; using RazorEngine.Templating; namespace Mandro.O...
using System; using System.Data; using System.Data.SqlClient; using Rainbow.Framework.Settings; namespace Rainbow.Framework.Content.Data { /// <summary> /// IBS Tasks module /// Class that encapsulates all data logic necessary to add/query/delete /// tasks within the Portal database. /// Written by...
#region License /* * WebHeaderCollection.cs * * This code is derived from WebHeaderCollection.cs (System.Net) of Mono * (http://www.mono-project.com). * * The MIT License * * Copyright (c) 2003 Ximian, Inc. (http://www.ximian.com) * Copyright (c) 2007 Novell, Inc. (http://www.novell.com) * Copyright (c) 2012-...
using System; using System.Collections.Generic; using System.Reactive.Linq; using System.Reactive.Threading.Tasks; using MS.Core; namespace System { public static class ___AppDomain { public static IObservable<System.UInt32> GetTypeInfoCount(this IObservable<System._AppDomain> _AppDomainValue) ...
// This file has been generated by the GUI designer. Do not modify. namespace Valle.TpvFinal { public partial class ListadoCierres { private global::Gtk.VBox vbox1; private global::Valle.GtkUtilidades.MiLabel lblTitulo; private global::Gtk.HBox pnePrimcipal; private global::Gtk.VBox vbox5; private glob...
using Foundation; using System; using System.Diagnostics; using UIKit; using System.Net; using System.Threading.Tasks; using System.IO; using Newtonsoft.Json.Linq; using Newtonsoft.Json; namespace DurianCode.iOS.Places { public delegate void PlaceSelected(object sender, JObject locationData); public enum PlaceType ...
#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) 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 System.Collections.Concurrent; using System.Collections.Generic; using System.Diagnostics; using System.Diagnostics.CodeAn...
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using Microsoft.Extensions.DependencyInjection; using Microsoft.Extensions.Logging; using Orleans; using Orleans.Runtime; using Orleans.Runtime.GrainDirectory; using UnitTests.GrainInterfaces; namespace UnitTests.Grains { ...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.Collections.Generic; using System.Diagnostics.Tracing; using System.Text; using System.Threading; using...
using System; using System.Xml; using System.ComponentModel; using System.ComponentModel.Design; using System.Collections.Generic; using System.Drawing.Design; using System.IO; namespace InstallerLib { /// <summary> /// A base component. /// </summary> [XmlChild(typeof(InstalledCheck))] [XmlChild(t...
#pragma warning disable 109, 114, 219, 429, 168, 162 namespace pony.unity3d.ui { public class Button : global::UnityEngine.MonoBehaviour, global::haxe.lang.IHxObject { public Button(global::haxe.lang.EmptyObject empty) : base() { unchecked { } #line default } public Button() : base...
using Akka.Actor; using EasyExecute.ActorSystemFactory; using EasyExecute.Common; using EasyExecute.ExecutionQuery; using EasyExecute.Messages; using EasyExecute.Reception; using System; using System.Collections.Generic; using System.Threading.Tasks; namespace EasyExecuteLib { public class EasyExecute { ...
using Akka.Actor; using Akka.DI.Core; using AkkaPingPong.ActorSystemLib; using AkkaPingPong.ASLTestKit.Messages; using AkkaPingPong.ASLTestKit.Mocks; using AkkaPingPong.ASLTestKit.Models; using AkkaPingPong.ASLTestKit.State; using Autofac; using System; using System.Collections.Concurrent; using System.Collections.Gene...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.Diagnostics; using System.Collections.Generic; using System.Globalization; namespace System.Data { ...
using System; namespace CatLib._3rd.ICSharpCode.SharpZipLib.Zip.Compression { /// <summary> /// This class is general purpose class for writing data to a buffer. /// /// It allows you to write bits as well as bytes /// Based on DeflaterPending.java /// /// author of the original java version : Jochen Hoenicke...
using System; using Csla; using Csla.Data; using DalEf; using Csla.Serialization; using System.ComponentModel.DataAnnotations; using BusinessObjects.Properties; using System.Linq; using BusinessObjects.CoreBusinessClasses; using BusinessObjects.Common; namespace BusinessObjects.MDGeneral { [Serializable] public part...
// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; using System.Linq; using System.Reflection; using System.Runtime.InteropServices; using Microsoft.CodeAnalysis...
using System; using System.Collections.Generic; using System.Globalization; using System.Linq; using System.Reflection; using System.Text; using NUnit.Framework; namespace SpecEasy { [TestFixture] public class Spec { [Test, TestCaseSource("TestCases")] public void Verify(Action test) ...
// Copyright 2021 Google LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // https://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in ...
//----------------------------------------------------------------------- // <copyright file="CameraMetadataTag.cs" company="Google LLC"> // // Copyright 2017 Google LLC. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the...
using System; using Csla; using SelfLoad.DataAccess; using SelfLoad.DataAccess.ERLevel; namespace SelfLoad.Business.ERLevel { /// <summary> /// C11_City_ReChild (editable child object).<br/> /// This is a generated base class of <see cref="C11_City_ReChild"/> business object. /// </summary> /// <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 may ...
/* * Copyright 2006 Jeremias Maerki * * 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 agree...
using System; using System.Collections.Generic; using System.Linq; using System.Text.RegularExpressions; using Umbraco.Core.Auditing; using Umbraco.Core.Events; using Umbraco.Core.IO; using Umbraco.Core.Logging; using Umbraco.Core.Models; using Umbraco.Core.Persistence; using Umbraco.Core.Persistence.Querying; using Um...
using System; using System.Text; using System.Data; using System.Data.SqlClient; using System.Data.Common; using System.Collections; using System.Collections.Generic; using System.ComponentModel; using System.Configuration; using System.Xml; using System.Xml.Serialization; using SubSonic; using SubSonic.Utilities;...
using System; using UIKit; using CoreGraphics; namespace PaintCode { /// <summary> /// Blue button example /// http://paintcodeapp.com/examples.html /// </summary> /// <remarks> /// This implementation only deals with Normal and Pressed states. /// There is no handling for the Disabled state. /// </remarks> p...
/*************************************************************************** * Expression.cs * * Copyright (C) 2006 Novell, Inc. * Written by Aaron Bockover <aaron@abock.org> ****************************************************************************/ /* THIS FILE IS LICENSED UNDER THE MIT LICENSE AS OUTLINE...
// 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 1.0.0.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. n...
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. namespace System.Text { public abstract partial class SymbolTable { #region Private data private readonly byte[][] _symbols; ...
using UnityEngine; using UnityEngine.Audio; namespace OVR { //------------------------------------------------------------------------- // Types //------------------------------------------------------------------------- public enum EmitterChannel { None = -1, Reserved = 0, // plays on the single reserved emitter ...
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 TasksWeb { /// <summary> /// Encapsulates all the information...
//------------------------------------------------------------------------------ // <copyright file="DataGridViewHeaderCell.cs" company="Microsoft"> // Copyright (c) Microsoft Corporation. All rights reserved. // </copyright> //-----------------------...
using System; using System.Collections.Generic; using GLTF.Math; using Newtonsoft.Json; using Newtonsoft.Json.Linq; using GLTF.Schema; namespace GLTF.Extensions { public static class JsonReaderExtensions { public static List<string> ReadStringList(this JsonReader reader) { if (reader.Read() && reader.TokenTyp...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.Collections.Generic; using System.Data.Common; using System.Diagnostics; using System.Globalization; n...
// // Authors // Jonathan Shore // // Copyright: // 2012 Systematic Trading LLC // 2002 Systematic Trading LLC // // This software is only to be used for the purpose for which // it has been provided. No part of it is to be reproduced, // disassembled, transmitted, stored in a retrieval sy...
/* * Copyright (c) 2018 Algolia * http://www.algolia.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 restriction, including without limitation the rights * to use, copy, modify...
using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using AllReady.Configuration; using AllReady.Constants; using AllReady.Controllers; using AllReady.Extensions; using AllReady.Features.Admin; using AllReady.Features.Manage; using AllReady.Models; using AllReady.UnitTest.Extensions; usin...
/* Generated SBE (Simple Binary Encoding) message codec */ #pragma warning disable 1591 // disable warning on missing comments using System; using Adaptive.SimpleBinaryEncoding; namespace Adaptive.SimpleBinaryEncoding.Tests.Generated { public class ChannelReset { public const ushort TemplateId = (ushort)4...
#region License // // Copyright (c) 2010, Nathan Brown // // 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 applicab...
// Copyright (c) Microsoft Corporation. // Licensed under the MIT License. using System; using System.Collections.Generic; using System.Collections.Specialized; using System.Management.Automation; using System.Management.Automation.Internal; namespace Microsoft.PowerShell.Commands.Internal.Format { /// <summary> ...
using System; using System.Collections; using System.Collections.Generic; using System.Linq; using System.Threading; using System.Net; using System.Net.Http; using System.Web.Http; using Microsoft.VisualStudio.TestTools.UnitTesting; using AutoMoq; using FizzWare.NBuilder; using Moq; using FluentValidation; using Fluent...
namespace SandcastleBuilder.Gui.ContentEditors { partial class ResourceItemEditorWindow { /// <summary> /// Required designer variable. /// </summary> private System.ComponentModel.IContainer components = null; /// <summary> /// Clean up any resources being used....
using System; using System.Collections; using System.Collections.Generic; using System.Linq; using NodeCanvas.Framework; using ParadoxNotion.Design; using UnityEngine; namespace NodeCanvas.DialogueTrees{ /// <summary> /// Use DialogueTrees to create Dialogues between Actors /// </summary> [GraphInfo( packageNa...
// 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 1.2.2.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. n...
using System; using System.Collections; using System.Collections.Generic; using System.Diagnostics; using System.Globalization; using System.Linq; using LibGit2Sharp.Core; using LibGit2Sharp.Core.Handles; namespace LibGit2Sharp { /// <summary> /// A collection of <see cref="Note"/> exposed in the <see cref="Re...
using System; using System.Collections.Generic; using System.Diagnostics.CodeAnalysis; using EncompassRest.Schema; namespace EncompassRest.Loans { /// <summary> /// Gfe2010Page /// </summary> public sealed partial class Gfe2010Page : DirtyExtensibleObject, IIdentifiable { private DirtyValue...
//------------------------------------------------------------------------------ // <copyright file="ByteStorage.cs" company="Microsoft"> // Copyright (c) Microsoft Corporation. All rights reserved. // </copyright> // <owner current="true" primary="true">[....]</owner> // <owner current="true" primary="false">[......
#region License /* ********************************************************************************** * Copyright (c) Roman Ivantsov * This source code is subject to terms and conditions of the MIT License * for Irony. A copy of the license can be found in the License.txt file * at the root of this distribution. ...
using System; using System.Data; using PCSComMaterials.Inventory.BO; using PCSComMaterials.Inventory.DS; using PCSComProcurement.Purchase.DS; using PCSComProduct.Items.DS; using PCSComUtils.Common; using PCSComUtils.Common.BO; using PCSComUtils.MasterSetup.DS; using PCSComUtils.PCSExc; namespace PCSComProcurement.Pu...
// Copyright 2020 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 law or agreed to in w...
using System; using System.Collections; using System.Collections.Generic; using System.Data; using System.Configuration; using System.Text; using log4net; using WaterOneFlowImpl; namespace WaterOneFlow.odws { using CuahsiBuilder = WaterOneFlowImpl.v1_0.CuahsiBuilder; using WaterOneFlow.Schema.v1; using W...
// 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.Diagnostics; using System.Dynamic.Utils; using System.Reflection; namespace System.Linq.Expressions { /// <summary> /// Represents a...
using System; using System.Collections.Generic; using System.Security; using System.Windows.Forms; using Timer = System.Timers.Timer; using IronAHK.Rusty.Common; namespace IronAHK.Rusty { partial class Core { #region Delegates /// <summary> /// A function. /// </summary> ...
// 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.Linq; using System.Text; using Microsoft.Research.DataStructures; using System.Diagnostics; using System.Di...
using System; using System.Data; using System.Data.SqlClient; using Csla; using Csla.Data; namespace ParentLoad.Business.ERCLevel { /// <summary> /// B09_Region_ReChild (editable child object).<br/> /// This is a generated base class of <see cref="B09_Region_ReChild"/> business object. /// </summary> ...
// // Encog(tm) Core v3.3 - .Net Version // http://www.heatonresearch.com/encog/ // // Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // htt...
// 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.Generic; using System.IO; using System.Data; using ...
/** * 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...
// 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 Microsoft.CodeAnalysis.CSharp.Syntax; using Microsoft.CodeAnalysis.CSharp.Test.Utilities; using Microsoft.CodeAnalysis.Test.Utilities; using Roslyn.Test...
/* * 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 ...
using System; using System.Diagnostics; using System.Drawing; using System.Runtime.InteropServices; using System.Windows.Forms; namespace AnimatGuiCtrls.Controls { /// <summary> /// Provides the ability to create 32-bit alpha drag images /// using the ImageList drag functionality in .NET. /// </summary> public cl...
#region License // Copyright (c) 2007-2018, FluentMigrator Project // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required b...
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;...
#region File Description //----------------------------------------------------------------------------- // Game.cs // // Microsoft XNA Community Game Platform // Copyright (C) Microsoft Corporation. All rights reserved. //----------------------------------------------------------------------------- #endregion #region...
using UnityEngine; using System.Collections; using System.Collections.Generic; public static class NguiUtils { public static string FullName(GameObject go) { var fullName = go.name; var p = go.transform.parent; while (p != null) { fullName = p.name + "." + fullName; p = p.parent; } return fullName;...
// 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.Runtime.Inte...
//------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All rights reserved. //------------------------------------------------------------ namespace System.IdentityModel { using System; using System.Diagnostics; using System.Threading; using System.Runti...
/* * REST API Documentation for the MOTI School Bus Application * * The School Bus application tracks that inspections are performed in a timely fashion. For each school bus the application tracks information about the bus (including data from ICBC, NSC, etc.), it's past and next inspection dates and results, contac...
using System.Text; using GuiLabs.Editor.Blocks; namespace GuiLabs.Editor.CSharp { public class PrettyPrinter : BaseVisitor { #region ctor public PrettyPrinter() { Builder = new StringBuilder(); } #endregion public static string Print(CodeUnitBlock block) { PrettyPrinter visitor = new PrettyPri...
using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.ComponentModel; using System.Diagnostics.CodeAnalysis; using System.Globalization; using System.IO; using System.Linq; using System.Net.Http; using System.Net.Http.Formatting; using System.Net.Http.Headers; using System.W...
//------------------------------------------------------------------------------ // <copyright file="AnonymousIdentificationSection.cs" company="Microsoft"> // Copyright (c) Microsoft Corporation. All rights reserved. // </copyright> //------------------------------------------------------------------------------ ...
// Copyright 2014 The Rector & Visitors of the University of Virginia // // 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 req...
//------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All rights reserved. //------------------------------------------------------------ namespace System.IdentityModel { using System.Collections.Generic; using System.IdentityModel.Tokens; using System.Refl...
#region Using Directives using System; using System.Collections.Generic; using System.CommandLine; using System.Text; using Xunit; #endregion namespace System.CommandLine.Tests { /// <summary> /// Represents a set of unit tests for the command line parser. /// </summary> public class ParserTests ...
// 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 ...
// 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.Runtime.Serialization { using System; using System.Collections; using System.Diagnostic...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System; namespace Microsoft.AspNetCore.Components { public static partial class BindConverter { public static bool FormatValue(bool value, System.Globalization...
// 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.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Text; using System.Windows.Forms; using OpenLive...
// 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 (c) Microsoft Corporation. All rights reserved. //------------------------------------------------------------ namespace System.ServiceModel.Syndication { using System.Collections.ObjectModel; using System.Runtime.Serialization; u...
// CodeContracts // // 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, including wit...
using Microsoft.Win32.SafeHandles; using System.ComponentModel; using System.Runtime.InteropServices; using System.Text; namespace AVDump3Lib.Misc; public static class NtfsAlternateStreamsNativeMethods { #region Constants and flags public const int MaxPath = 256; private const string LongPathPrefix = @"\\?\"; pu...
// CodeContracts // // 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, including wit...
using System; using System.Collections.Generic; using System.Linq; using System.Xml; using System.Xml.Serialization; using System.Xml.XPath; using Umbraco.Core; using Umbraco.Core.Configuration; using Umbraco.Core.Models; using Umbraco.Core.Models.PublishedContent; using Umbraco.Web.Models; namespace Umbraco.Web.Publi...
using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Net.Http; using System.ServiceModel; using System.ServiceModel.Channels; using System.ServiceModel.Web; using System.Text; using System.Threading; using System.Threading.Tasks; using System.Xml; using Microsoft.ServiceBus.W...
// // PlayerInterface.cs // // Author: // Aaron Bockover <abockover@novell.com> // Gabriel Burt <gburt@novell.com> // // Copyright (C) 2007-2008 Novell, Inc. // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated documentation files (the // "Software"),...
using System; using System.Collections.Generic; using System.Linq; using System.Reflection; using System.Text; using System.Xml; namespace Orleans.Runtime.Configuration { /// <summary> /// Specifies global messaging configuration that are common to client and silo. /// </summary> public interface IMess...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.Diagnostics; using System.IO.PortsTests; using System.Text; using System.Threading; using System.Thread...
// ==++== // // Copyright (c) Microsoft Corporation. All rights reserved. // // ==--== using System; using System.Diagnostics; using System.Diagnostics.CodeAnalysis; using System.Runtime.CompilerServices; using System.Runtime.ConstrainedExecution; using System.Runtime.InteropServices; using System.Diagnostics.Con...