context
stringlengths
2.52k
185k
gt
stringclasses
1 value
// 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; using System.Collections.Generic; namespace FineGameDesign.Utils { // Portable API public sealed class SceneNodeView { public static GameObject Find(string path) { return GameObject.Find(path); } public static object FindObjectOfType(System.Ty...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using Xunit; namespace System.Linq.Expressions.Tests { public static class LambdaModuloTests { #reg...
using System; using System.Collections.Generic; using Android.Content; using Android.Util; using Android.Views; using Android.Widget; namespace MonoDroid.Dialog { public static class DroidResources { public enum ElementLayout: int { dialog_boolfieldleft, dialog_boolfield...
using Microsoft.IdentityModel; using Microsoft.IdentityModel.S2S.Protocols.OAuth2; using Microsoft.IdentityModel.S2S.Tokens; using Microsoft.SharePoint.Client; using Microsoft.SharePoint.Client.EventReceivers; using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.Globalizati...
using Newtonsoft.Json; using Newtonsoft.Json.Linq; using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Text; namespace FireSharp.EventStreaming { internal sealed class TemporaryCache : IDisposable { private readonly LinkedList<SimpleCacheItem> _pathFromRootL...
// // IFDStructure.cs: A structure resembling the logical structure of a TIFF IFD // file. This is the same structure as used by Exif. // // Author: // Ruben Vermeersch (ruben@savanne.be) // Mike Gemuende (mike@gemuende.de) // Paul Lange (palango@gmx.de) // // Copyright (C) 2009 Ruben Vermeersch // Copyright (C) ...
//------------------------------------------------------------------------------ // Microsoft Avalon // Copyright (c) Microsoft Corporation, 2001 // // File: EllipseGeometry.cs //------------------------------------------------------------------------------ using S...
namespace android.bluetooth { [global::MonoJavaBridge.JavaClass()] public sealed partial class BluetoothClass : java.lang.Object, android.os.Parcelable { internal new static global::MonoJavaBridge.JniGlobalHandle staticClass; internal BluetoothClass(global::MonoJavaBridge.JNIEnv @__env) : base(@__env) { } ...
// 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.Data.Common; using System.Xml; using System.Xml.Schema; using System.Xml.Serialization; namespace Syst...
/* * Copyright 2010-2014 Amazon.com, Inc. or its affiliates. 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. * A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "l...
// 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.Runtime.CompilerServices; using System.Runtime.InteropServices; using System.Threading; using System.Threading.Tasks; using Syste...
using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.ComponentModel; using System.Diagnostics; using System.Diagnostics.CodeAnalysis; using System.Globalization; using System.Linq; using System.Net.Http; using System.Net.Http.Headers; using System.Web.Http; using System.Web...
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using System; using System.Reflection; using System.Collections; using System.Collections.Generic; using System.IO; using NUnit.Framework; using Microsoft.Build.Framewo...
/****************************************************************************** * The MIT License * Copyright (c) 2003 Novell Inc. 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 Sof...
/* ==================================================================== 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 ...
// 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...
// 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.Linq; using System.Runtime.CompilerServices; using System.Threading.Tasks.Sources.Tests; using Xunit; ...
using System; using System.Drawing; using System.Collections; using System.ComponentModel; using System.Windows.Forms; using System.Data; using System.Net; using System.Web; using CookComputing.XmlRpc; namespace MathApp { /// <summary> /// Summary description for Form1. /// </summary> public class Form1 : System....
using System; using System.Collections.Generic; using System.ComponentModel; using Android.Content; using Android.OS; using Android.Views; using AView = Android.Views.View; using Object = Java.Lang.Object; namespace Xamarin.Forms.Platform.Android { public class VisualElementTracker : IDisposable { readonly EventHa...
// 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) Ugo Lattanzi. All Rights Reserved. Licensed under the MIT license. See License.txt in the project root for license information. using System; using System.Linq; using System.Threading.Tasks; using StackExchange.Redis.Extensions.Tests.Helpers; using Xunit; namespace StackExchange.Redis.Extensions...
/* * 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 ...
// 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 2010-2014 Amazon.com, Inc. or its affiliates. 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. * A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "l...
// ZipInputStream.cs // // Copyright (C) 2001 Mike Krueger // Copyright (C) 2004 John Reilly // // This file was translated from java, it was part of the GNU Classpath // Copyright (C) 2001 Free Software Foundation, Inc. // // This program is free software; you can redistribute it and/or // modify it under the terms of...
using System; using System.Linq; using NuGet.Versioning; namespace CaptureSnippets { public static class VersionRangeExtensions { public static string NextVersion(this SemanticVersion version) { if (version.IsPrerelease) { throw new Exception("Cannot incr...
// 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.1.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. n...
using System; using System.Globalization; using System.Net; using Orleans; using Orleans.Runtime; using Orleans.Runtime.Configuration; using Orleans.Serialization; using Orleans.TestingHost.Utils; using Xunit; using Xunit.Abstractions; namespace UnitTests.General { public class Identifiertests { privat...
// 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.Text; using System.Threading; using Sys...
// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Generic; using System.Collections.Immutable; using System.Linq; using Analyzer.Utilities; using Analyzer.Utilities.Extensions; using ...
using System; using System.Buffers; using System.Collections.Generic; using System.Diagnostics; using Avalonia.Logging; using Avalonia.Threading; using Avalonia.VisualTree; #nullable enable namespace Avalonia.Layout { /// <summary> /// Manages measuring and arranging of controls. /// </summary> public...
using System; using System.Collections.Generic; using CodeEditor.Text.UI.Unity.Editor; using CodeEditor.Text.UI.Unity.Editor.Implementation; using UnityEditor; using UnityEngine; using CodeEditor.Reactive; namespace CodeEditor.Features.NavigateTo.Unity.Editor { public class NavigatorWindow : EditorWindow { const f...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.Collections.Generic; using System.Diagnostics; using System.IO; using System.Net.Http.Headers; using Sy...
/* * MindTouch Core - open source enterprise collaborative networking * Copyright (c) 2006-2010 MindTouch Inc. * www.mindtouch.com oss@mindtouch.com * * For community documentation and downloads visit www.opengarden.org; * please review the licensing section. * * This program is free software; you can redistri...
// =========================================================== // Copyright (c) 2014-2015, Enrico Da Ros/kendar.org // All rights reserved. // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are met: // // * Redistributions of...
#if !BESTHTTP_DISABLE_ALTERNATE_SSL && (!UNITY_WEBGL || UNITY_EDITOR) using System; using Org.BouncyCastle.Crypto.Utilities; using Org.BouncyCastle.Utilities; namespace Org.BouncyCastle.Crypto.Digests { /** * Draft FIPS 180-2 implementation of SHA-256. <b>Note:</b> As this is * based on a draft this imp...
// 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. namespa...
#region Apache Notice /***************************************************************************** * $Header: $ * $Revision: $ * $Date: $ * * iBATIS.NET Data Mapper * Copyright (C) 2004 - Gilles Bayon * * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file exce...
#region Copyright // Copyright 2014 Myrcon Pty. 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/licenses/LICENSE-2.0 // // Unless required by appli...
// 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; using System.Collections.Generic; using System.Diagnostics; using S...
/*************************************************************************** * PreferencesDialog.cs * * Copyright (C) 2008 Novell, Inc. * Written by Scott Reeves <sreeves@gmail.com> ****************************************************************************/ /* THIS FILE IS LICENSED UNDER THE MIT LICENSE AS ...
using System; using System.Collections; using System.Collections.Generic; using System.Collections.Specialized; using System.ComponentModel.DataAnnotations; using System.Globalization; using System.Reflection; using System.Runtime.Serialization; using System.Web.Http; using System.Web.Http.Description; using System.Xml...
// // System.Xml.Serialization.MapCodeGenerator // // Author: // Lluis Sanchez Gual (lluis@ximian.com) // // Copyright (C) Ximian, Inc., 2003 // // // 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 ...
using System; using System.Collections.Generic; using Umbraco.Core; using Umbraco.Core.Models; using Umbraco.Core.Persistence.Caching; using System.Linq; using umbraco.BusinessLogic; namespace umbraco.cms.businesslogic.media { /// <summary> /// The Mediatype /// /// Due to the inheritance of the Conte...
// 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 License // Copyright (C) 2011-2014 Kazunori Sakamoto // // 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...
// 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.IO; using System.Runtime.InteropServices; using Microsoft.Win3...
// Copyright (c) Microsoft Corporation. All Rights Reserved. See License.txt in the project root for license information. using Microsoft.VisualStudio.OLE.Interop; using Microsoft.VisualStudio.Shell; using Microsoft.VisualStudio.Shell.Interop; using Microsoft.VisualStudio.Designer.Interfaces; using System; using Sys...
// Copyright (c) DotSpatial Team. All rights reserved. // Licensed under the MIT license. See License.txt file in the project root for full license information. using System; using System.Collections.Generic; using System.Diagnostics; using System.IO; using System.Reflection; using System.Runtime.InteropServices; usin...
/* 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...
// 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.Contracts; using System.Globalization; using System.Text; namespace System.Net.Http.Headers { public class ContentRangeHeaderValue : IClon...
// 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; using System.Globalization; using System.IO; using System.IO.Compression; using System.Net.Security; using S...
//******************************************************************************************************************************************************************************************// // Public Domain ...
/* * 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 2011 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 System.Collections.Generic; using System.Globalization; using System.Linq; using NodaTime.Calendars; using NUnit.Framework; namespace...
/* * Copyright 2010-2014 Amazon.com, Inc. or its affiliates. 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. * A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "l...
namespace Microsoft.Protocols.TestSuites.Common { using System.IO; using System.Net; using System.Text; using System.Xml; using Microsoft.Protocols.TestTools; /// <summary> /// Public structure which contains auto discover properties /// </summary> public struct AutoDiscoverProperti...
using System; using System.Collections; using System.Diagnostics; using System.IO; using System.Linq; using System.Runtime.InteropServices; using Serilog; namespace H3Mapper.Serialize { public class MapDeserializer { private readonly Stream map; private readonly EncodingDetector encodingDetecto...
// 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...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading; using System.Threading.Tasks; using Microsoft.Extensions.DependencyInjection; using Microsoft.Extensions.Logging; using Microsoft.Extensions.Options; using Orleans.CodeGeneration; using Orleans.Configuration; u...
namespace XenAdmin.Dialogs.VMDialogs { partial class SelectVMsToSuspendDialog { /// <summary> /// Required designer variable. /// </summary> private System.ComponentModel.IContainer components = null; /// <summary> /// Clean up any resources being used. /...
using System; using System.Collections.Generic; using System.IO; using System.Xml; using System.Xml.Serialization; namespace UnityUtilities { /// <summary> /// The XmlHelper serializes and deserializes to/from XML and allows convenient /// access to optional element content and attributes when reading gene...
// // SourceRowRenderer.cs // // Author: // Aaron Bockover <abockover@novell.com> // // Copyright (C) 2005-2008 Novell, Inc. // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated documentation files (the // "Software"), to deal in the Software without re...
using System; using sys = System; using System.ComponentModel; using System.Diagnostics; using System.Threading; using System.Windows.Forms; using WindowsInstaller; #pragma warning disable 1591 namespace WixSharp.UI { /// <summary> /// Generic class that represents runtime properties of the MSI setup sessio...
// // JSObject.cs // // Author: // Aaron Bockover <abockover@novell.com> // // Copyright 2010 Novell, Inc. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal // in the Software without restriction, inc...
// // 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; using System.Collections.Generic; using System.Diagnostics.CodeAnalysis; using System.Globalization; using System.Linq; using System.Reflection; namespace WSExample.Areas.HelpPage { /// <summary> /// This class will create an object of a given type and populate it with s...
// 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 //...
// Code generated by Microsoft (R) AutoRest Code Generator 1.1.0.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. namespace Petstore { using Microsoft.Rest; using Microsoft.Rest.Azure; using Microsoft.Rest.Serialization; using Models; using Newtonsoft.Json; ...
using System; using System.Net; using System.Threading.Tasks; using Microsoft.WindowsAzure.Storage; using Microsoft.WindowsAzure.Storage.Shared.Protocol; using Microsoft.WindowsAzure.Storage.Table.Protocol; using Orleans.AzureUtils; using Orleans.TestingHost.Utils; using TestExtensions; using Xunit; namespace Tester.A...
using System; using MonoTouch.UIKit; using System.Linq; using MonoTouch.Foundation; using System.Drawing; using System.Timers; using System.Collections.Generic; using MonoTouch.CoreAnimation; using MonoTouch.CoreGraphics; using System.Threading.Tasks; using MonoTouch.JavaScriptCore; using System.IO; namespace AdobeEdg...
using System; using System.Data; using System.Web; using System.Web.UI; using System.Web.UI.WebControls; using Vevo; using Vevo.Reports; using Vevo.Reports.Exporters; using Vevo.Shared.Utilities; public partial class AdminAdvanced_MainControls_ReportCustomer : AdminAdvancedBaseUserControl { #region Private Dat...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using System.Text; using System.Diagnostics; using System.Runtime.InteropServices; using Cryptographi...
/* * 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) 2015-present, Parse, LLC. All rights reserved. This source code is licensed under the BSD-style license found in the LICENSE file in the root directory of this source tree. An additional grant of patent rights can be found in the PATENTS file in the same directory. using System; using System.Collec...
// ==++== // // Copyright (c) Microsoft Corporation. All rights reserved. // // ==--== // // <OWNER>GPaperin</OWNER> // <OWNER>[....]</OWNER> using System; using System.Security; using System.Reflection; using System.Collections; using System.Collections.Generic; using System.Collections.ObjectModel; using System...
using System; using System.ComponentModel; using System.Drawing; using System.Windows.Forms; namespace GuruComponents.CodeEditor.Forms { /// <summary> /// Summary description for SplitViewChildControl. /// </summary> public class SplitViewChildWidget : Widget { public ThumbControl LeftThumb; public ThumbCon...
#region Copyright notice and license // Copyright 2015-2016 gRPC 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 // // Unles...
// *********************************************************************** // Copyright (c) 2008 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 NPOI.OpenXml4Net.Util; using System; using System.IO; using System.Xml; using System.Xml.Serialization; namespace NPOI.OpenXmlFormats.Dml { [Serializable] [System.Diagnostics.DebuggerStepThrough] [System.ComponentModel.DesignerCategory("code")] [XmlType(Namespace = "http://schemas.openxmlfor...
// 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.Collections; using System.ComponentModel; using System.Diagnostics; using System.Globalization; using System.IO; using Sy...
using System; using System.Runtime.InteropServices; using System.Security; using SFML.Window; namespace SFML { namespace Graphics { //////////////////////////////////////////////////////////// /// <summary> /// This class defines a view (position, size, etc.) ; /// you can consi...
using System; using System.Collections.Generic; using System.Data; using System.Globalization; using System.Linq; using System.Reflection; using AGO.Core.Attributes.Mapping; using AGO.Core.Attributes.Model; using AGO.Core.Filters.Metadata; using AGO.Core.Model; using NHibernate; using NHibernate.Cfg; using NHibernate.C...
/* * This file is part of UniERM ReportDesigner, based on reportFU by Josh Wilson, * the work of Kim Sheffield and the fyiReporting project. * * Prior Copyrights: * _________________________________________________________ * |Copyright (C) 2010 devFU Pty Ltd, Josh Wilson and Others| * | (http://reportfu.org) ...
using GitTools.Testing; using GitVersion.Core.Tests.Helpers; using GitVersion.Extensions; using GitVersion.Model.Configuration; using GitVersion.VersionCalculation; using LibGit2Sharp; using NUnit.Framework; namespace GitVersion.Core.Tests.IntegrationTests; [TestFixture] public class FeatureBranchScenarios : TestBase...
// 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.Globalization; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; using Syste...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.Diagnostics; using System.Runtime.InteropServices; using System.Threading; using System.Threading.Tasks...
#region License // Copyright (c) 2007 James Newton-King // // Permission is hereby granted, free of charge, to any person // obtaining a copy of this software and associated documentation // files (the "Software"), to deal in the Software without // restriction, including without limitation the rights to use, // copy, ...
using System; using System.Collections.Generic; using System.Linq; using System.Reflection; namespace SqlKata { public partial class Query { public Query Having(string column, string op, object value) { // If the value is "null", we will just assume the developer wants to add a ...
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using Microsoft.EntityFrameworkCore; using Microsoft.EntityFrameworkCore.Infrastructure; using Microsoft.EntityFrameworkCore.Metadata; using Microsoft.EntityFrameworkCore.Migrations; using CPV.Data; namespace CPV.Data.Migr...
using nHydrate.Generator.Common; using nHydrate.Generator.Common.Util; using System; using System.Collections.Generic; using System.IO; using System.Linq; namespace nHydrate.ModelManagement { public static class FileManagement { private const string FOLDER_OLD_ET = "_entities"; private const st...
using System; using System.Drawing; using System.Runtime.InteropServices; using System.Runtime.InteropServices.ComTypes; using System.Text; namespace GuruComponents.Netrix.ComInterop { /// <summary> /// This class provides support for Win32 APIs. /// </summary> public class Win32 { #region ...
// // Copyright (c) Microsoft Corporation. All rights reserved. // namespace Microsoft.Zelig.CodeGeneration.IR { using System; using System.Collections.Generic; using Microsoft.Zelig.Runtime.TypeSystem; public partial class ControlFlowGraphStateForCodeTransformation { class CacheInfo_...
namespace Converter { partial class MainForm { /// <summary> /// Required designer variable. /// </summary> private System.ComponentModel.IContainer components = null; /// <summary> /// Clean up any resources being used. /// </summary> /// <param ...
using System; using System.Collections.Generic; using System.Text; using FlatRedBall.Instructions.Reflection; using System.Reflection; #if !FRB_MDX using System.Linq; #endif namespace FlatRedBall.Instructions { #region XML Docs /// <summary> /// Provides an interface for objects which can store Instruct...
// 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 Avalonia.Utilities; using System; using System.Collections.Generic; using System.Globalization; using System.Linq; namespace Avalonia.Controls { ...
/* * ClientAO.cs: GridProxy application that acts as a client side animation overrider. * The application will start and stop animations corresponding to the movements * of the avatar on screen. * * Copyright (c) 2007 Gilbert Roulot * All rights reserved. * * - Redistribution and use in source and binary forms,...
//TODO: //"The first index of a file must start at 00:00:00" - if this isnt the case, we'll be doing nonsense for sure. so catch it //Recover the idea of TOCPoints maybe, as it's a more flexible way of generating the structure. //TODO //check for flags changing after a PREGAP is processed. the PREGAP can't correctly r...
using Braintree.Exceptions; using NUnit.Framework; using System; using System.Xml; using System.Text; namespace Braintree.Tests { [TestFixture] public class DisputeTest { private static readonly string TYPE_DATE = "type=\"date\""; private static readonly string TYPE_ARRAY = "type=\"array\""...