context
stringlengths
2.52k
185k
gt
stringclasses
1 value
// Copyright 2017 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 ...
#region --- License --- /* Copyright (c) 2006 - 2008 The Open Toolkit library. 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, ...
// // 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...
// 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.Composition; using System.Diagnostics; using System.IO; using System.Runtime.InteropServices; using System.Text; using System.Threa...
// Copyright (c) .NET Foundation and contributors. 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.IO; using System.Linq; using System.Transactions; using Microsoft.DotNet.Cli; using ...
using System; using System.Collections; using System.Collections.Concurrent; using System.Collections.Generic; using System.Collections.Specialized; using System.Linq; using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.Serialization; using System.Threading; using System.Xml; using Serv...
using System; using System.Collections; using System.Collections.Generic; using System.Data; namespace Sqloogle.Libs.Rhino.Etl.Core.DataReaders { /// <summary> /// Represent a data reader that is based on IEnumerable implementation. /// This is important because we can now pass an in memory generated code ...
// 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.Collections.Immutable; using System.Composition; using System.Linq; using System.Diagnostics; usi...
//------------------------------------------------------------------------------ // <copyright file="ListItemsPage.cs" company="Microsoft"> // Copyright (c) Microsoft Corporation. All rights reserved. // </copyright> //--------------------------------...
using System; using System.Collections.Generic; using System.Linq.Expressions; using System.Reflection; using System.Collections.ObjectModel; using System.Text; using System.Data.Linq; using System.Data.Linq.Mapping; using System.Data.Linq.Provider; using System.Linq; using System.Diagnostics.CodeAnalysis; namespace S...
// Copyright (C) 2014 dot42 // // Original filename: Javax.Security.Auth.cs // // 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 // // Un...
// 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.Drawing; using System.Windows.Forms; using mshtml; using OpenLiveWriter.CoreServices; using OpenLiveWriter.HtmlEditor; using OpenLiveWriter.Interop.Com;...
// 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.Runtime.CompilerServices; using Xunit; namespace System.Threading.Ta...
using System; using System.Collections; using System.Collections.Generic; using System.Globalization; using System.Linq.Expressions; using System.Web.Mvc; using MvcContrib.FluentHtml.Behaviors; using MvcContrib.FluentHtml.Elements; using MvcContrib.FluentHtml.Expressions; using MvcContrib.UnitTests.FluentHtml.Fakes; us...
// 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.IO; using System.Linq; using System.Security.Cryptograp...
using System; using System.Collections.Generic; using System.Diagnostics; using JCG = J2N.Collections.Generic; namespace YAF.Lucene.Net.Util.Fst { /* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this wo...
// 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.Build.Framework; using Microsoft.Build.Utilities; using System; using System.Collections; using Syst...
using System; using System.Collections.Generic; using System.Linq; using GameFramework.Audio; using GameFramework.Drawing; using GameFramework.Hexes; using GameFramework.Sprites; using GameFramework.Tiles; namespace GameFramework { public abstract class GameResourceManager : IComposite, INavigatorMetadataProvider ...
using System.IO.Compression; using Prototest.Library.Version1; namespace Protobuild.Tests { using System; using System.Collections.Generic; using System.Diagnostics; using System.IO; using System.Linq; using System.Reflection; public abstract class ProtobuildTest { private read...
#region CVS Log /* * Version: * $Id: ID3Tag.cs,v 1.3 2004/11/16 08:41:25 cwoodbury Exp $ * * Revisions: * $Log: ID3Tag.cs,v $ * Revision 1.3 2004/11/16 08:41:25 cwoodbury * Renamed Comment property to Comments for consistency. * * Revision 1.2 2004/11/10 06:51:56 cwoodbury * Hid CVS log messag...
/* **************************************************************************** * * Copyright (c) Microsoft Corporation. * * This source code is subject to terms and conditions of the Apache License, Version 2.0. A * copy of the license can be found in the License.html file at the root of this distribution. If ...
//*************************************************** //* This file was generated by tool //* SharpKit //* At: 29/08/2012 03:59:39 p.m. //*************************************************** using SharpKit.JavaScript; namespace Ext.chart { #region Shape /// <inheritdocs /> /// <summary> /// <p><strong>NO...
/* * 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...
/* --------------------------------------------------------------------------- * * Copyright (c) Routrek Networks, Inc. All Rights Reserved.. * * This file is a part of the Granados SSH Client Library that is subject to * the license included in the distributed package. * You may not use this file except in c...
// 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 (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. #nullable enable using System; using System.Collections.Concurrent; using System.Collections.Generic; using System.Linq; using System.Reflection; using JetBrains.Annotat...
using System; using System.Diagnostics; using HANDLE = System.IntPtr; using System.Text; namespace Core { public partial class Main { #if !APICORE const int APICORE = 1; // Disable the API redefinition in sqlite3ext.h #endif #region OMIT_LOAD_EXTENSION #if !OMIT_LOAD_EXTENSION #if !ENABLE_COL...
using System; using System.ComponentModel; using System.Reactive.Linq; using System.Reactive.Subjects; using System.Threading; using System.Threading.Tasks; using Avalonia.Data; using Avalonia.Logging; using Avalonia.Platform; using Avalonia.Threading; using Avalonia.UnitTests; using Microsoft.Reactive.Testing; using M...
// 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.Collections.ObjectModel; using Xunit; name...
// 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.Linq; using System.Security; using System.Threading; using System.Windows.Threading; using Microsoft.CodeAnalysis; using Microsoft....
// Copyright (c) Alium FX. All rights reserved. // Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. namespace Alium.Features { using System; using Xunit; using Alium.Modules; /// <summary> /// Provides tests for the <see cref="FeatureId"...
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;...
namespace android.view { [global::MonoJavaBridge.JavaClass()] public partial class GestureDetector : java.lang.Object { internal new static global::MonoJavaBridge.JniGlobalHandle staticClass; static GestureDetector() { InitJNI(); } protected GestureDetector(global::MonoJavaBridge.JNIEnv @__env) : base(@...
using System; using System.Collections; using Org.BouncyCastle.Asn1; using Org.BouncyCastle.Asn1.CryptoPro; using Org.BouncyCastle.Asn1.Nist; using Org.BouncyCastle.Asn1.Oiw; using Org.BouncyCastle.Asn1.Pkcs; using Org.BouncyCastle.Asn1.TeleTrust; using Org.BouncyCastle.Asn1.X509; using Org.BouncyCastle.Asn1.X9; using...
/* * Copyright (c) Contributors, http://opensimulator.org/ * See CONTRIBUTORS.TXT for a full list of copyright holders. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * Redistributions of source code must r...
using System; using UnityEngine; using System.Collections.Generic; using MeshSplitting.SplitterMath; namespace MeshSplitting.MeshTools { public class MeshSplitterConvex : IMeshSplitter { public bool UseCapUV = false; public bool CustomUV = false; public Vector2 CapUVMin = Vector2.zero; ...
// Copyright (c) Andrew Karpov. 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.Linq; using System.Threading; using System.Threading.Tasks; using Microsoft.CodeAnalysis; using Microsoft.CodeAnalysi...
// Stubs for the namespace Microsoft.SqlServer.Management.Smo. Used for mocking in tests. using System; using System.Collections; using System.Collections.Generic; using System.Collections.ObjectModel; using System.Globalization; using System.Security; using System.Runtime.InteropServices; namespace Microsoft.SqlServ...
using UnityEngine; using System.Collections; using System.Collections.Generic; using UMA; namespace UMA.Examples { public class UMACrowdRandomSet : ScriptableObject { public CrowdRaceData data; [System.Serializable] public class CrowdRaceData { public string raceID; public CrowdSlotElement[] slotElem...
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 Provisioning.Framework.Cloud.AsyncWeb { /// <summary> /// Enc...
// 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 Cake.Common.Tests.Fixtures.Tools.Chocolatey.Export; using Cake.Testing; using Cake.Testing.Xunit; using Xunit;...
using System; using System.Collections; using System.Collections.Generic; using System.Data; using System.Globalization; using System.Reflection; using System.Reflection.Emit; using System.Text; namespace SiteGroupCms.Utils.fastJSON { /// <summary> /// This class encodes and decodes JSON strings. /// Spec. details,...
namespace Dashboard { partial class Dashboard { /// <summary> /// Required designer variable. /// </summary> private System.ComponentModel.IContainer components = null; /// <summary> /// Clean up any resources being used. /// </summary> /// <param...
// 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.Collections; using System.Collections.Generic; using System.IO; using System.Runtime...
// ==++== // // Copyright (c) Microsoft Corporation. All rights reserved. // // ==--== //////////////////////////////////////////////////////////////////////////// // // Class: TextInfo // // Purpose: This Class defines behaviors specific to a writing system. // A writing system is the collection of...
//------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All rights reserved. //------------------------------------------------------------ namespace System.IdentityModel { using System; using System.IdentityModel.Tokens; using System.Security.Claims; usi...
/*************************************************************************** Copyright (c) Microsoft Corporation. All rights reserved. This code is licensed under the Visual Studio SDK license terms. THIS CODE IS PROVIDED *AS IS* WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING ANY IMPLIED WARRANTIES...
using System; using System.Collections.Generic; using System.IO; using UnityEngine; using XInputDotNetPure; public class vib { public static VIB_TRACK_DEF VIB_TRACK_PTR(VIB_DEF vibPtr, Int32 ndx, BinaryReader reader = null) { if (reader != null) { reader.BaseStream.Seek((Int64)((Int32)vibPtr.trackOffset + ndx...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.Runtime; using System.Runtime.Diagnostics; using System.ServiceModel.Diagnostics; using System.Service...
using System; using System.Collections.ObjectModel; using System.Collections.Generic; using Microsoft.Xna.Framework; using Microsoft.Xna.Framework.Audio; using Microsoft.Xna.Framework.Graphics; using Microsoft.Xna.Framework.Input; using Microsoft.Xna.Framework.Content; using FlatRedBall.Math; using FlatRedBall.Gra...
/* Copyright 2019 Esri 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 writing, ...
// 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.IO; using System.Text; using NUnit.Framework; using osu.Game.Audio; using osu.Game.Beatmaps; using osu.Game.Beatmaps.Formats; using osu.Game.IO; using osu.Ga...
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...
namespace Azure.Storage.Queues { public partial class QueueClient { protected QueueClient() { } public QueueClient(string connectionString, string queueName) { } public QueueClient(string connectionString, string queueName, Azure.Storage.Queues.QueueClientOptions options) { } pub...
using System; using System.Data; using Csla; using Csla.Data; using ParentLoadSoftDelete.DataAccess; using ParentLoadSoftDelete.DataAccess.ERLevel; namespace ParentLoadSoftDelete.Business.ERLevel { /// <summary> /// E04_SubContinent (editable child object).<br/> /// This is a generated base class of <see ...
// 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.Net.Security; using System.Runtime.InteropServices; internal static partial class Intero...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.Collections.Generic; using System.IO; using System.Linq; using System.Runtime.Serialization.Formatters....
using System; using System.Data; using Csla; using Csla.Data; namespace Codisa.InterwayDocs.Business { /// <summary> /// OutgoingInfo (read only object).<br/> /// This is a generated <see cref="OutgoingInfo"/> business object. /// </summary> /// <remarks> /// This class is an item of <see cref...
// 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) .NET Foundation. All rights reserved. // Licensed under the Apache License, Version 2.0. // See THIRD-PARTY-NOTICES.TXT in the project root for license information. using System.Diagnostics; namespace System.Net.Http.HPack { internal class HPackDecoder { // Can't use Action<,> because...
// 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.IO; using System.Xml; using Microsoft.Build.Construction; using InvalidProjectFileException = Microsoft.Build.Exceptions.InvalidProjectFileE...
/* * Copyright 2009 ZXing authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in wri...
/* Copyright (c) 2003-2008 Niels Kokholm and Peter Sestoft 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, me...
//********************************************************* // // Copyright (c) Microsoft. All rights reserved. // This code is licensed under the MIT License (MIT). // THIS CODE IS PROVIDED *AS IS* WITHOUT WARRANTY OF // ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING ANY // IMPLIED WARRANTIES OF FITNESS FOR A PARTICUL...
//----------------------------------------------------------------------------- // Copyright (c) 2012 GarageGames, LLC // // 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 restrictio...
//------------------------------------------------------------------------------ // <copyright file="SQLByteStorage.cs" company="Microsoft"> // Copyright (c) Microsoft Corporation. All rights reserved. // </copyright> // <owner current="true" primary=...
// Copyright (c) Microsoft. All Rights Reserved. Licensed under the MIT license. See License.txt in the project root for license information. using System; using System.Collections.Generic; using System.Collections.Immutable; using System.Composition; using System.Globalization; using System.Linq; using System.Thre...
using System; using System.Collections.Generic; using System.Diagnostics; using System.Linq; using System.Net; using System.Text; using System.Threading; using System.Threading.Tasks; using Microsoft.Azure.Cosmos.Table; using Microsoft.Extensions.DependencyInjection; using Microsoft.Extensions.Logging; using Microsoft....
// 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 file is auto-generated from ...
// Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE using OpenTK; using OpenTK.Graphics; using osu.Framework.Graphics; using osu.Framework.Graphics.Containers; using osu.Framework.Graphics.Shapes; using osu.Fram...
using System; using System.Collections.Generic; using System.IO; using System.Text.RegularExpressions; using System.Web; using System.Web.Script.Serialization; using DotNetNuke.Entities.Portals; using DotNetNuke.Services.FileSystem; using DNNConnect.CKEditorProvider.Objects; using DNNConnect.CKEditorProvider.Utilitie...
using Shouldly; using System; using Xunit; namespace Valit.Tests.Float { public class Float_IsLessThan_Tests { [Fact] public void Float_IsLessThan_For_Not_Nullable_Values_Throws_When_Null_Rule_Is_Given() { var exception = Record.Exception(() => { ((IValitRule...
// // Mono.System.Xml.XmlDocument // // Authors: // Daniel Weber (daniel-weber@austin.rr.com) // Kral Ferch <kral_ferch@hotmail.com> // Jason Diamond <jason@injektilo.org> // Miguel de Icaza (miguel@ximian.com) // Duncan Mak (duncan@ximian.com) // Atsushi Enomoto (ginga@kit.hi-ho.ne.jp) // // (C) 2001 Danie...
// FormProcessor V0.1 - Josh Gough http://www.ultravioletconsulting.com // This code references Simon Mourier's HtmlAgilityPack http://smourier.blogspot.com using System; using System.Net; using System.Reflection; using System.Text; using System.Xml; using System.Xml.Xsl; using System.Xml.XPath; using System.IO; using ...
using System; using System.Collections.Generic; using System.Text; using NUnit.Framework; using InstallerLib; using System.IO; using dotNetUnitTestsRunner; namespace dotNetInstallerUnitTests { [TestFixture] public class CabUnitTests { [Test] public void TestCabPathAutoDeleteFalse() ...
using System; using System.Data; using System.Configuration; using System.Collections; using System.Web; using System.Web.Security; using System.Web.UI; using System.Web.UI.WebControls; using System.Web.UI.WebControls.WebParts; using System.Web.UI.HtmlControls; public partial class Backoffice_Registrasi_RADAddBaru : S...
/* * 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) 2014 .NET Foundation // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated documentation files (the // "Software"), to deal in the Software without restriction, including // without limitation the rights to use, copy, modify, merge, pu...
namespace SoxConvertCs { partial class MainForm { /// <summary> /// Required designer variable. /// </summary> private System.ComponentModel.IContainer components = null; /// <summary> /// Clean up any resources being used. /// </summary> /// <par...
#if !SILVERLIGHT && !MONOTOUCH && !XBOX && !ANDROIDINDIE using System; using System.IO; using System.Net; using System.Xml; using System.ServiceModel; using System.ServiceModel.Channels; using System.ServiceModel.Description; using System.ServiceModel.Dispatcher; using ServiceStack.Common.Utils; using ServiceStack.Serv...
namespace TreeviewPrinting { using System; using System.Drawing; using System.Drawing.Printing; using System.Globalization; using System.Runtime.InteropServices; using System.Windows.Forms; public class PrintHelper { #region Fields private readonly PrintDocument print...
// Licensed to Elasticsearch B.V under one or more agreements. // Elasticsearch B.V licenses this file to you under the Apache 2.0 License. // See the LICENSE file in the project root for more information. using System; using System.Collections.Generic; using Tests.Core.Extensions; using Tests.Core.ManagedElasticsearc...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using System.Diagnostics; using System.Reflection; using Microsoft.CSharp.RuntimeBinder.Syntax; names...
using System; using Csla; using Invoices.DataAccess; namespace Invoices.Business { /// <summary> /// SupplierInfoDetail (read only object).<br/> /// This is a generated <see cref="SupplierInfoDetail"/> business object. /// This class is a root object. /// </summary> /// <remarks> /// This ...
namespace ghostshockey.it.app.Droid { using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading; using Android.App; using Android.Content; using Android.OS; using Android.Runtime; using Android.Util; using Android.Views; ...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. //////////////////////////////////////////////////////////////////////////// // // // // Purpose: This class imple...
// 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. // Match is the result class for a regex search. // It returns the location, length, and substring for // the entire...
using System; using System.ComponentModel; using System.IO; using System.Linq; using System.Reflection; using NServiceKit.Common.Reflection; using NServiceKit.DesignPatterns.Model; using NServiceKit.Text; namespace NServiceKit.Common.Utils { /// <summary>An identifier utilities.</summary> /// <typeparam name="...
#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) 2010-2014 SharpDX - Alexandre Mutel // // 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, modif...
// 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.IO; using Xunit; namespace System.IO.Tests { public class FileStream_Seek : FileSyst...
// Copyright (c) 2007, Clarius Consulting, Manas Technology Solutions, InSTEDD, and Contributors. // All rights reserved. Licensed under the BSD 3-Clause License; see License.txt. using System; using System.Diagnostics; using System.Linq; using System.Linq.Expressions; using System.Reflection; using Moq.Language; usi...
//********************************************************* // // Copyright (c) Microsoft. All rights reserved. // This code is licensed under the MIT License (MIT). // THIS CODE IS PROVIDED *AS IS* WITHOUT WARRANTY OF // ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING ANY // IMPLIED WARRANTIES OF FITNESS FOR A PARTICUL...
using System; using System.Collections.Generic; using Newtonsoft.Json.Linq; using Wizcorp.MageSDK.MageClient; namespace Wizcorp.MageSDK.Tomes { public class TomeArray : JArray { // public Tome.OnChanged OnChanged; public Tome.OnDestroy OnDestroy; public Tome.OnAdd OnAdd; public Tome.OnDel OnDel; // ...
using Lucene.Net.Support; namespace Lucene.Net.Util // from org.apache.solr.util rev 555343 { /* * 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 own...
// Generated by UblXml2CSharp using System.Xml; using UblLarsen.Ubl2; using UblLarsen.Ubl2.Cac; using UblLarsen.Ubl2.Ext; using UblLarsen.Ubl2.Udt; namespace UblLarsen.Test.UblClass { internal class UBLOrder20Example { public static OrderType Create() { var doc = new OrderType ...
using System.Collections.Generic; using Eto.Drawing; using System; using System.Linq; namespace Eto.Forms { /// <summary> /// Represents a display on the system. /// </summary> [Handler(typeof(Screen.IHandler))] public class Screen : Widget { new IHandler Handler { get { return (IHandler)base.Handler; } } /...
// /* // SharpNative - C# to D Transpiler // (C) 2014 Irio Systems // */ #region Imports using System.Linq; using Microsoft.CodeAnalysis; using Microsoft.CodeAnalysis.CSharp; using Microsoft.CodeAnalysis.CSharp.Syntax; using CSharpExtensions = Microsoft.CodeAnalysis.CSharpExtensions; #endregion namespace Sharp...
/* * DocuSign REST API * * The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. * * OpenAPI spec version: v2.1 * Contact: devcenter@docusign.com * Generated by: https://github.com/swagger-api/swagger-codegen.git */ using System; using Syste...
// *********************************************************************** // Copyright (c) 2007 Charlie Poole, Rob Prouse // // 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 restri...