context
stringlengths
2.52k
185k
gt
stringclasses
1 value
/* nwitsml Copyright 2010 Setiri LLC Derived from the jwitsml project, Copyright 2010 Statoil ASA 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 r...
using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Text; using System.Windows.Forms; using PulseWaveAnalyzer.model; namespace PulseWaveAnalyzer { public partial class frmLibrary : Form { private Medicine memM; priva...
using UnityEngine; using System.Collections; using System.Collections.Generic; using System.Text.RegularExpressions; namespace Fungus { public class TextTagParser { public enum TokenType { Invalid, Words, // A string of words BoldStart, // b BoldEnd, // /b ItalicStart, // i Italic...
using System; using System.IO; using System.Linq; using System.Reflection; using System.Runtime.Versioning; using System.Text.RegularExpressions; using System.Threading; using IntegrationTests; using Npgsql; using static System.Globalization.CultureInfo; using static Bullseye.Targets; using static SimpleExec.Command; ...
// 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) 2004-2011 Jaroslaw Kowalski <jaak@jkowalski.net> // // 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 co...
// <copyright file="ObservableMasterSlaveCollection{T}.cs" company="Adrian Mos"> // Copyright (c) Adrian Mos with all rights reserved. Part of the IX Framework. // </copyright> using System.Collections; using System.Collections.Generic; using System.Collections.Specialized; using System.Diagnostics; using System.Threa...
using System; using System.Diagnostics; using System.IO; using System.Linq; using System.Threading; using System.Web; using System.Web.Caching; using System.Xml; using System.Configuration; using System.Collections.Generic; using Umbraco.Core.Logging; using Umbraco.Core.CodeAnnotations; namespace Umbraco.Core.Config...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. // // This is where we group together all the internal calls. // using System.Runtime.InteropServices; using System...
// <copyright file="UserLUTests.cs" company="Math.NET"> // Math.NET Numerics, part of the Math.NET Project // http://numerics.mathdotnet.com // http://github.com/mathnet/mathnet-numerics // // Copyright (c) 2009-2016 Math.NET // // Permission is hereby granted, free of charge, to any person // obtaining a copy of this ...
// // ImageHandler.cs // // Author: // Lluis Sanchez <lluis@xamarin.com> // // Copyright (c) 2011 Xamarin Inc // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal // in the Software without restrict...
using System.Diagnostics; using System.IO; using System.IO.Compression; using ArrayUtil = Lucene.Net.Util.ArrayUtil; using BytesRef = Lucene.Net.Util.BytesRef; namespace Lucene.Net.Codecs.Compressing { /* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreement...
// Copyright (c) 2013-2016 Jae-jun Kang // See the file LICENSE for details. using System; using System.Collections.Generic; using System.Net; using System.Net.Sockets; using System.Text; using System.Threading; namespace x2 { /// <summary> /// Abstract base class for TCP/IP server links. /// </summary> ...
/* This is free software distributed under the terms of the MIT license, reproduced below. It may be used for any purpose, including commercial purposes, at absolutely no cost. No paperwork, no royalties, no GNU-like "copyleft" restrictions. Just download and enjoy. Copyright (c) 2014 Chimera Software, LLC Permission...
// 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.Runtime.InteropServices; using System.Text; internal partial class Interop { interna...
using System; using System.Collections.Generic; using System.Linq; using System.Linq.Expressions; using MongoDB.Driver; using MongoMembership.Utils; namespace MongoMembership.Mongo { internal class MongoGateway : IMongoGateway { private readonly IMongoCollection<User> usersCollection; private r...
//------------------------------------------------------------------------------ // <copyright file="XmlWriterSettings.cs" company="Microsoft"> // Copyright (c) Microsoft Corporation. All rights reserved. // </copyright> // <owner current="true" primary="true">[....]</owner> //-------------------------------------...
#region File Description //----------------------------------------------------------------------------- // ProceduralPrimitive.cs // // Microsoft XNA Community Game Platform // Copyright (C) Microsoft Corporation. All rights reserved. //----------------------------------------------------------------------------- #end...
// Copyright 2005, 2006 - Morten Nielsen (www.iter.dk) // // This file is part of SharpMap. // SharpMap is free software; you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation; either version 2 of the License, or // (at your ...
using FluentMigrator.Expressions; using FluentMigrator.Infrastructure; using FluentMigrator.Model; #region License // // Copyright (c) 2018, Fluent Migrator 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...
// 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.Globalization; using System.T...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System; using System.Text; using Microsoft.AspNetCore.Razor.Language; using Microsoft.AspNetCore.Razor.Language.Intermediate; using Xunit; namespace Microsoft.AspNetCore.Mvc.R...
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using System.Globalization; using System.Runtime.CompilerServices; using System.Text; namespace System.Numerics { /// <summary> /// A structure encapsulating t...
// Copyright 2014 Google Inc. 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 by applicable...
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;...
// 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. #pragma warning disable 0184 using System; using System.Runtime.InteropServices; internal class Program { pri...
// **************************************************************** // Copyright 2007, Charlie Poole // This is free software licensed under the NUnit license. You may // obtain a copy of the license at http://nunit.org/?p=license&r=2.4 // **************************************************************** using System.C...
using System; using System.Collections.Generic; using System.Data; using System.Text; using System.Text.RegularExpressions; using com.calitha.goldparser; using Epi.Data; using Epi.Web; namespace Epi.Core.AnalysisInterpreter.Rules { /* <table_exposure> ::= '*' | Identifier <table_outcome> ::= '*' | Identifie...
/* * Copyright (c) Contributors, http://opensimulator.org/ * See CONTRIBUTORS.TXT for a full list of copyright holders. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * Redistributions of source code must r...
// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Diagnostics; using System.Linq; using System.Threading; using Microsoft.CodeAnalysis; using Microsoft.CodeAnalysis.Editor; using Mi...
//------------------------------------------------------------------------------ // <copyright file="PageSetupDialog.cs" company="Microsoft"> // Copyright (c) Microsoft Corporation. All rights reserved. // </copyright> //------------------------------...
/// This code was generated by /// \ / _ _ _| _ _ /// | (_)\/(_)(_|\/| |(/_ v1.0.0 /// / / /// <summary> /// PLEASE NOTE that this class contains beta products that are subject to change. Use them with caution. /// /// FunctionResource /// </summary> using Newtonsoft.Json; using System; using Syst...
using System; using System.IO; using System.Text; using System.Windows.Forms; using mk.Logic; using ScintillaNET; namespace zenQuery { public partial class frmMdi : Form { /// <summary> /// Initialize /// </summary> public frmMdi() { System.Threading.Thread....
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...
//------------------------------------------------------------------------------ // <copyright file="SqlGuid.cs" company="Microsoft"> // Copyright (c) Microsoft Corporation. All rights reserved. // </copyright> // <owner current="true" primary="true"...
/* * Copyright 2011 Google 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 * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to i...
// // UserJobTile.cs // // Author: // Aaron Bockover <abockover@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"), to deal in the Software without restrict...
/** * Copyright (c) 2014-present, Facebook, Inc. * 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. */ // @Genera...
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using System.Collections.Generic; using System.Diagnostics; using System.Linq; using JetBrains.Annotations; using osu.Framework.Allocation; using osu.Framew...
using J2N.Text; using Lucene.Net.Analysis.TokenAttributes; using Lucene.Net.Diagnostics; using Lucene.Net.Support; using System; using System.Collections.Generic; using System.Runtime.CompilerServices; namespace Lucene.Net.Index { /* * Licensed to the Apache Software Foundation (ASF) under one or more * ...
using System; using System.Collections.Generic; using System.IO; using System.Linq; using Shouldly; using Xunit; namespace Baseline.Testing { public class FileSetTester : IDisposable { private readonly TestDirectory _testDirectory; private FileSet theFileSet; public FileSetTester(...
using System; using System.Collections; using System.Collections.Generic; using System.Diagnostics.CodeAnalysis; using System.Globalization; using System.Linq; using System.Reflection; namespace GurlFeed.Areas.HelpPage { /// <summary> /// This class will create an object of a given type and populate it with sa...
// 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.Diagnostics; using System.Runtime.InteropServices; usi...
/* * OANDA v20 REST API * * The full OANDA v20 REST API Specification. This specification defines how to interact with v20 Accounts, Trades, Orders, Pricing and more. * * OpenAPI spec version: 3.0.15 * Contact: api@oanda.com * Generated by: https://github.com/swagger-api/swagger-codegen.git */ using System; u...
// Copyright 2016 Google Inc. 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 by applicable...
/*************************************************************************** * Rdf.cs * * Copyright (C) 2005 Novell * Written by Aaron Bockover (aaron@aaronbock.net) ****************************************************************************/ /* THIS FILE IS LICENSED UNDER THE MIT LICENSE AS OUTLINED IMMEDI...
// Generated by the protocol buffer compiler. DO NOT EDIT! // source: POGOProtos/Networking/Requests/Messages/UseItemCaptureMessage.proto #pragma warning disable 1591, 0612, 3021 #region Designer generated code using pb = global::Google.Protobuf; using pbc = global::Google.Protobuf.Collections; using pbr = global::Go...
/* * Copyright (C) Sony Computer Entertainment America LLC. * All Rights Reserved. */ using System; using System.Collections.Generic; using System.Linq; using Sce.Atf; using Sce.Atf.Adaptation; using Sce.Atf.Applications; using Sce.Atf.Dom; namespace Sce.Sled.Shared.Dom { /// <summary> /// Complex Type ...
//----------------------------------------------------------------------- // <copyright file="JsonSchemaValidator.cs" company="NJsonSchema"> // Copyright (c) Rico Suter. All rights reserved. // </copyright> // <license>https://github.com/RicoSuter/NJsonSchema/blob/master/LICENSE.md</license> // <author>Rico Suter, ...
using CommandLineParser.Arguments; using CommandLineParser.Exceptions; using System.Collections.Generic; using Xunit; namespace Tests { public partial class Tests { #pragma warning disable CS0649 enum OptionsFlag { O1, O2, O3 } class ValueArgumentParsingTarget ...
// Copyright (c) Microsoft Corporation. All rights reserved. See License.txt in the project root for license information. using System; using System.Windows.Input; using Microsoft.Practices.Prism.Regions; using Microsoft.Practices.ServiceLocation; using Microsoft.VisualStudio.TestTools.UnitTesting; using Moq; using St...
// Copyright 2007 Alp Toker <alp@atoker.com> // This software is made available under the MIT License // See COPYING for details using System; using System.Collections.Generic; using DBus; using org.freedesktop.DBus; public class ManagedDBusTestExport { public static void Main () { Bus bus = Bus.Session; strin...
using System; using System.Collections.Generic; using System.ComponentModel; namespace Htc.Vita.Core.Auth { /// <summary> /// Class OAuth2. /// </summary> public static partial class OAuth2 { /// <summary> /// Class AuthorizationCodeClientConfig. /// </summary> publi...
// 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 System; using System.Collections.ObjectModel; using System.Globalization; using System.Linq; using PcapDotNet.Base; using PcapDotNet.Packets.IpV4; namespace PcapDotNet.Packets.IpV6 { /// <summary> /// RFC 6554. /// <pre> /// +-----+-------+-------+------+------------------+--------------+--------...
// Generated by the protocol buffer compiler. DO NOT EDIT! // source: conformance.proto #pragma warning disable 1591, 0612, 3021 #region Designer generated code using pb = global::Google.Protobuf; using pbc = global::Google.Protobuf.Collections; using pbr = global::Google.Protobuf.Reflection; using scg = global::Syst...
using System; using System.Collections.Generic; using System.IO; using Fake; using Machine.Specifications; using Microsoft.FSharp.Core; namespace Test.FAKECore { public class when_accessing_internals { It should_have_access_to_FAKE_internals = () => AssemblyInfoFile.getDependencies(new List...
// 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.ExceptionServices; using System.Runtime.InteropServices.WindowsRuntim...
using System; using System.Collections.Generic; using System.Configuration; using System.IO; using System.Net; using System.Web; using ServiceStack.Common; using ServiceStack.MiniProfiler.UI; using ServiceStack.ServiceHost; using ServiceStack.Text; using ServiceStack.WebHost.Endpoints.Extensions; using ServiceStack.Web...
using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.Reflection; // Include Silverlight's managed resources #if SILVERLIGHT using System.Core; #endif //SILVERLIGHT namespace System.Linq.Expressions { // internal abstract class OldExpressionVisitor { inte...
// 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.Drawing { using System.Runtime.Serialization.Formatters; using System.Runtime.InteropServic...
/*- * See the file LICENSE for redistribution information. * * Copyright (c) 2009, 2010 Oracle and/or its affiliates. All rights reserved. * */ using System; using System.Collections; using System.Collections.Generic; using System.IO; using System.Text; using System.Threading; using NUnit.Framework; using Berkele...
// 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...
//------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All rights reserved. //------------------------------------------------------------ namespace System.ServiceModel { using System.Collections.ObjectModel; using System.IdentityModel.Tokens; using System.Ru...
// 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.ComponentModel; using System.Runtime.InteropServices; using System.Text; using System.Threading; using ...
/* * Exchange Web Services Managed API * * 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 restr...
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...
// 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; using System.Collections.Generic; using System.Diagnostics; using System.Diagnostics.CodeA...
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...
/* * SubSonic - http://subsonicproject.com * * The contents of this file are subject to the Mozilla Public * License Version 1.1 (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.mozilla.org/MPL/ * * Software distributed un...
using System; using System.Collections; using System.Collections.Generic; using System.Diagnostics.CodeAnalysis; using System.Globalization; using System.Linq; using System.Reflection; namespace UpgradeYourself.Api.Areas.HelpPage { /// <summary> /// This class will create an object of a given type and populate...
// Copyright (c) 2014 Christian Crowhurst. All rights reserved. // see LICENSE using System; using System.Collections.Generic; using System.Threading; using CcAcca.CacheAbstraction.Statistics; using NUnit.Framework; namespace CcAcca.CacheAbstraction.Test.Statistics { [TestFixture] public class ItemAccessCach...
/* * QUANTCONNECT.COM - Democratizing Finance, Empowering Individuals. * Lean Algorithmic Trading Engine v2.0. Copyright 2014 QuantConnect Corporation. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of ...
// // Copyright (C) DataStax 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 // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable la...
using System; using System.Collections.Generic; using System.Net; using System.Net.Sockets; using Microsoft.Extensions.Logging; using Orleans.Messaging; using Orleans.Serialization; using System.Threading.Tasks; namespace Orleans.Runtime.Messaging { internal class IncomingMessageAcceptor : DedicatedAsynchAgent ...
// StrategyCam v1.0 // 2014-03-04 (YYYY-MM-DD) // by Fabian Hager using UnityEngine; using System.Collections; [AddComponentMenu("Camera-Control/Strategy Camera")] public class StrategyCam : MonoBehaviour { // scroll, zoom, rotate and incline speeds public float scrollSpeed = 2.5f; public float zoomSpeed = 4f; ...
/* * UUnit system from UnityCommunity * Heavily modified * 0.4 release by pboechat * http://wiki.unity3d.com/index.php?title=UUnit * http://creativecommons.org/licenses/by-sa/3.0/ */ using System; using System.Text; using System.Collections.Generic; using System.Reflection; namespace PlayFab.UUnit { [Attribu...
using System; #if !SILVERLIGHT using System.Collections.Concurrent; #else using TvdP.Collections; #endif using System.Collections.Generic; using System.Linq; using System.Reflection; using System.Text.RegularExpressions; namespace AutoMapper { public class TypeMapFactory : ITypeMapFactory { private sta...
using System; using NUnit.Framework; using SharpVectors.Dom.Svg; namespace SharpVectors.UnitTests.Svg.BasicTypesAndInterfaces { // The resulting test values were generated using MuPad Light // NOTE: The original implementation of SvgMatrix returned doubles when accessing properties. To stay consistent with th...
#region Header // // Copyright 2003-2019 by Autodesk, Inc. // // Permission to use, copy, modify, and distribute this software in // object code form for any purpose and without fee is hereby granted, // provided that the above copyright notice appears in all copies and // that both that copyright notice and the lim...
namespace AngleSharp.Css { using System; /// <summary> /// Contains a list of known CSS functions. /// </summary> public static class FunctionNames { /// <summary> /// The url function. /// </summary> public static readonly String Url = "url"; /// <summa...
namespace BelkaCloudDownloader.Gui { using System; using System.Collections.Generic; using System.Diagnostics; using System.Linq; using System.Threading; using System.Threading.Tasks; using System.Windows.Forms; using Properties; using Utils; using TaskStatus = Utils.TaskStatus; ...
using Azure; using Azure.Core; using Azure.Messaging.EventHubs; using Orleans.Runtime; using Orleans.Streams; using System; namespace Orleans.Configuration { /// <summary> /// EventHub settings for a specific hub /// </summary> public class EventHubOptions { /// <summary> /// Gets t...
#region S# License /****************************************************************************************** NOTICE!!! This program and source code is owned and licensed by StockSharp, LLC, www.stocksharp.com Viewing or use of this code requires your acceptance of the license agreement found at https://github.com/St...
using System; using System.Diagnostics.CodeAnalysis; using System.Globalization; using System.Text; using System.Text.RegularExpressions; namespace NQuery.Runtime { internal static class BuiltInOperators { #region Null Placeholders // NOTE: Don't remove these methods! // They are used in the Binder. The...
/* * 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 file="ContinuousUniformTests.cs" company="Math.NET"> // Math.NET Numerics, part of the Math.NET Project // http://numerics.mathdotnet.com // http://github.com/mathnet/mathnet-numerics // // Copyright (c) 2009-2016 Math.NET // // Permission is hereby granted, free of charge, to any person // obtaining a co...
using UnityEngine; using System; using System.Collections; using System.Runtime.InteropServices; namespace ChartboostSDK { public class CBExternal { private static bool initialized = false; private static string _logTag = "ChartboostSDK"; public static void Log (string message) { if(CBSettings.isLogging()...
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...
/*============================================================================= * * (C) Copyright 2007, Michael Carlisle (mike.carlisle@thecodeking.co.uk) * * http://www.TheCodeKing.co.uk * * All rights reserved. * The code and information is provided "as-is" without waranty of any kind, * either expressed or impli...
using GeckoUBL.Ubl21.Udt; namespace GeckoUBL.Ubl21.Cac { /// <remarks/> [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.33440")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serializati...
// // MessageDialog.cs // // Author: // Lluis Sanchez <lluis@xamarin.com> // // Copyright (c) 2011 Xamarin Inc // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal // in the Software without restric...
using System.Configuration; using Rhino.Etl.Core.Infrastructure; namespace Rhino.Etl.Core.Operations { using System; using System.Collections.Generic; using System.Data.SqlClient; using DataReaders; using System.Data; /// <summary> /// Allows to execute an operation that perform a b...
// 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) 2005-2016 Christoph Rupp (chris@crupp.de). * All Rights Reserved. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your optio...
// This file has been generated by the GUI designer. Do not modify. namespace Valle.GesTpv { public partial class VenPrecios { private global::Gtk.VBox vbox1; private global::Gtk.HBox hbox1; private global::Gtk.VBox vbox2; private global::Gtk.Label label1; private global::Valle.GtkUtilidades.ArbolDeVista a...
//--------------------------------------------------------------------- // <copyright file="TypeRestriction.cs" company="Microsoft"> // Copyright (c) Microsoft Corporation. All rights reserved. // </copyright> // // @owner [....] // @backupOwner [....] //-----------------------------------------------------------...
namespace BaristaLabs.BaristaCore.JavaScript { using Internal; using System; using System.Runtime.InteropServices; [System.Diagnostics.DebuggerNonUserCode] public abstract class ChakraEngineBase : IJavaScriptEngine { public JavaScriptValueSafeHandle JsCreateEnhancedFunction(JavaScriptEnhancedNa...
// Licensed to the .NET Foundation under one or more agreements. // See the LICENSE file in the project root for more information. // (C) Punit Todi // // Copyright (C) 2004 Novell, Inc (http://www.novell.com) // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and a...
#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, ...