context
stringlengths
2.52k
185k
gt
stringclasses
1 value
namespace EIDSS.Reports.Parameterized.Uni.EventLog { partial class EventLogReport { #region Designer generated code /// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> 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. /*============================================================ ** ** ** ** Purpose: Your favorite String class. Nat...
using GuruComponents.Netrix.ComInterop; using GuruComponents.Netrix.Events; using GuruComponents.Netrix.WebEditing.Behaviors; using GuruComponents.Netrix.WebEditing.Styles; using System.Collections; namespace GuruComponents.Netrix.WebEditing.Elements { /// <summary> /// The base interface for all HTML element...
using System; using System.Collections.Generic; using System.Linq; using System.Security.Claims; using System.Threading.Tasks; using Microsoft.AspNet.Authorization; using Microsoft.AspNet.Identity; using Microsoft.AspNet.Mvc; using Microsoft.AspNet.Mvc.Rendering; using Microsoft.Data.Entity; using App.Models; using App...
/**************************************************************************** Copyright (c) 2010-2012 cocos2d-x.org Copyright (c) 2008-2010 Ricardo Quesada Copyright (c) 2011 Zynga Inc. Copyright (c) 2011-2012 openxlive.com Permission is hereby granted, free of charge, to any person obtaining a copy of this softw...
// 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...
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. using System; using System.Collections.Generic; using System.Threading.Tasks; using System.Windows.Forms; using Microsoft.IdentityModel.Clients.ActiveDirectory; using MigAz.Azure.Forms; namespace MigAz.Azure.UserControls {...
using System; /* [ ] recursive simple add * [ ] recursive count * [ ] recursive changeatpos * [ ] recursive remove */ namespace ConsoleApplication { public class Program { public class Node { public string value = null; public Node nextElement = null; } public...
// 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 ManagedTests.DynamicCSharp.Conformance.dynamic.dynamicType.integeregererfaces.integeregererf...
// Copyright (c) 2021 Alachisoft // // 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...
/* * 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...
/* '=============================================================================== ' Generated From - CSharp_dOOdads_BusinessEntity.vbgen ' ' ** IMPORTANT ** ' How to Generate your stored procedures: ' ' SQL = SQL_StoredProcs.vbgen ' ACCESS = Access_StoredProcs.vbgen ' ORACLE = Oracle_StoredProcs.v...
#region License /* The MIT License Copyright (c) 2008 Sky Morey 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, ...
//------------------------------------------------------------------------------ // <copyright file="OdbcConnectionHandle.cs" company="Microsoft"> // Copyright (c) Microsoft Corporation. All rights reserved. // </copyright> // <owner current="true" primary="true">[....]</owner> // <owner current="true" primary="f...
// // OpenTemplate // Copyright (c) 2006 // by OpenArrow Software ( http://www.openarrow.com ) // // Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated // documentation files (the "Software"), to deal in the Software without restriction, including without limit...
using GuruComponents.Netrix.WebEditing.Elements; namespace GuruComponents.Netrix.WebEditing.HighLighting { /// <summary> /// Interface allows access to text selection features. /// </summary> /// <remarks> /// Retrieve an instance by accessing the <see cref="IHtmlEditor.TextSelector">TextSelector</s...
//----------------------------------------------------------------------- // <copyright file="CloudAnchorPreprocessBuild.cs" company="Google"> // // Copyright 2018 Google Inc. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance wit...
using System; using System.ComponentModel; using System.Runtime.InteropServices; namespace CSharpGL { /// <summary> /// Represents a 2x2 matrix. /// </summary> [TypeConverter(typeof(StructTypeConverter<mat2>))] [StructLayout(LayoutKind.Explicit)] public struct mat2 : IEquatable<mat2>, ILoadFrom...
#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...
/* * 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 o...
// 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.Diagnostics; using System.Collections; using System.ComponentModel; using System.Windows.Forms; using OpenLiveWriter.BlogClient; u...
// // ABPerson.cs: Implements the managed ABPerson // // Authors: Mono Team // // Copyright (C) 2009 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 restrictio...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using System.Collections; using System.Collections.Generic; using System.Security; using Microsoft.Win...
// 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 Microsoft.CSharp.RuntimeBinder.Errors; using Microsoft.CSharp.RuntimeBinder.Syntax; ...
using System; using System.Linq; using System.Collections.Generic; using System.Security.Cryptography; using System.Threading.Tasks; using Orchard.Caching; using Orchard.Environment.Configuration; using Orchard.Environment.Extensions; using Orchard.Environment.ShellBuilders; using Orchard.Environment.State; using Orcha...
// 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.Buffers; using System.IO; using System.Threading; using System.Threading.Tasks; namespace System.Data....
// // https://github.com/ServiceStack/ServiceStack.Text // ServiceStack.Text: .NET C# POCO JSON, JSV and CSV Text Serializers. // // Authors: // Demis Bellot (demis.bellot@gmail.com) // // Copyright 2012 Service Stack LLC. All Rights Reserved. // // Licensed under the same terms of ServiceStack. // using System; usi...
// 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 OLEDB.Test.ModuleCore; using Xunit; namespace System.Xml.Tests { public partial class FactoryReaderTest :...
//----------------------------------------------------------------------------- // // <copyright file="ContainerUtilities.cs" company="Microsoft"> // Copyright (C) Microsoft Corporation. All rights reserved. // </copyright> // // Description: // Common container-related operations that can be shared among internal...
// Discoverer classes. // Copyright (C) 2008-2010 Malcolm Crowe, Lex Li, and other contributors. // // 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 ...
// 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; using System.Collections.Generic; using System.Data.SqlTypes; using System.Diagnostics; using System.Globalization; using System.IO; using Sys...
// ******************************************************************************************************** // Product Name: DotSpatial.dll Alpha // Description: A library module for the DotSpatial geospatial framework for .Net. // ***************************************************************************************...
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.Diagnostics.Contracts; using System.Linq; using Xunit; namespace Sys...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.Diagnostics; namespace System.Collections.Generic { /// <summary> /// Represents a reserved re...
// Code generated by Microsoft (R) AutoRest Code Generator 0.17.0.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. namespace BuildIt.CognitiveServices { /// <summary> /// Use this API to create and manage your custom lists of Images and /// Text. The lists that you...
#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...
// // mcs/class/System.Data/System.Xml/XmlDataDocument.cs // // Purpose: Provides a W3C XML DOM Document to interact with // relational data in a DataSet // // class: XmlDataDocument // assembly: System.Data.dll // namespace: System.Xml // // Author: // Daniel Morgan <danmorg@sc.rr.com> // Ville Palo <...
#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, ...
// 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 Test.IO.Streams; using Xunit; namespace System.Security.Cr...
//********************************************************* // // 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...
// // cominterop.cs: // // Tests for COM Interop related features // using System; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; public class Tests { [DllImport("libtest")] public static extern int mono_test_marshal_bstr_in([MarshalAs(UnmanagedType.BStr)]string str); [DllImport("...
using System; using UnityEngine; namespace FMODUnity { public class EventNotFoundException : Exception { public Guid Guid; public string Path; public EventNotFoundException(string path) : base("FMOD Studio event not found '" + path + "'") { Pat...
using System; using System.Collections.Generic; using Monoamp.Common.system.io; using Monoamp.Boundary; namespace Monoamp.Common.Data.Standard.Riff { public abstract class RiffChunkList : RiffChunk { public abstract Dictionary<string, Dictionary<string, Type>> ChunkTypeDictionaryDictionary{ get; } public reado...
using Lucene.Net.Attributes; using Lucene.Net.Documents; using Lucene.Net.Randomized.Generators; using Lucene.Net.Support; using Lucene.Net.Support.Threading; using Lucene.Net.Util; using NUnit.Framework; using System; using System.Collections.Concurrent; using System.Collections.Generic; using System.Diagnostics; usin...
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 System; using System.Collections; using System.Collections.Generic; using System.Text; using BLToolkit.Aspects; using BLToolkit.Data; using BLToolkit.Data.DataProvider; using BLToolkit.Mapping; using BLToolkit.Reflection; using BLToolkit.Reflection.Extension; using BLToolkit.Reflection.MetadataProvider; namespa...
/* * 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 System.Linq; using System.IO; using System.Text; using System.Collections; using System.Collections.Generic; using System.Collections.ObjectModel; using System.Runtime.Serialization; using Newtonsoft.Json; using Newtonsoft.Json.Converters; namespace HostMe.Sdk.Model { /// <summary> /// ...
// Copyright (c) Rotorz Limited. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root. using System.Collections.Generic; using UnityEditor; using UnityEngine; namespace Borodar.ReorderableList { /// <summary> /// Utility class for drawing reorderable lists. /// </summary> ...
using System; using System.Collections; using System.Collections.Generic; using System.Diagnostics.CodeAnalysis; using System.Globalization; using System.Linq; using System.Reflection; namespace DapWebApi.Areas.HelpPage { /// <summary> /// This class will create an object of a given type and populate it with s...
/* * 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 ...
using System; using System.Collections; using Org.BouncyCastle.Asn1; using Org.BouncyCastle.Asn1.X9; using Org.BouncyCastle.Math; using Org.BouncyCastle.Math.EC; using Org.BouncyCastle.Math.EC.Endo; using Org.BouncyCastle.Utilities; using Org.BouncyCastle.Utilities.Collections; using Org.BouncyCastle.Utilities.Encoder...
namespace SPD.GUI { /// <summary> /// /// </summary> partial class PatientSearchControl { /// <summary> /// Required designer variable. /// </summary> private System.ComponentModel.IContainer components = null; /// <summary> /// Clean up any resources ...
// 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.Security; using System...
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See License.txt in the project root for license information. namespace Microsoft.Azure.Management.ContainerRegistry.Fluent { using Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions; using Microso...
// 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...
/* * 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...
using CommandLineParser.Compatibility; using CommandLineParser.Exceptions; using System; using System.Collections.Generic; using System.Globalization; using System.Linq; using System.Reflection; namespace CommandLineParser.Arguments { /// <summary> /// Delegate for a method that converts string to a specified ...
// Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE using System; using System.Collections.Generic; using System.Diagnostics; using System.IO; using System.Linq; using System.Reflection; using osu.Framework.Allocation; us...
//--------------------------------------------------------------------- // <copyright file="AttributeEmitter.cs" company="Microsoft"> // Copyright (c) Microsoft Corporation. All rights reserved. // </copyright> // // @owner [....] // @backupOwner [....] //----------------------------------------------------...
using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.ComponentModel; using System.Diagnostics; using System.Diagnostics.CodeAnalysis; using System.Globalization; using System.Linq; using System.Net.Http; using System.Net.Http.Headers; using System.Web.Http; using System.Web...
using System; using System.Data; using System.Web; using System.Collections; using System.Web.Services; using System.Web.Services.Protocols; using System.ComponentModel; using System.Reflection; using System.Web.Configuration; using System.Configuration; using System.EnterpriseServices; using Hydra.Framework; using Hy...
#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.Linq; using System.Xml.Linq; namespace WixSharp.Bootstrapper { /// <summary> /// Container class for common members of the Bootstrapper packages /// </summary> public abstract class Package : ChainItem { /// <summary> /// Specifies whether the package can be uninstalled...
// This file was created automatically, do not modify the contents of this file. // ReSharper disable InvalidXmlDocComment // ReSharper disable InconsistentNaming // ReSharper disable CheckNamespace // ReSharper disable MemberCanBePrivate.Global using System; using System.Runtime.InteropServices; // Source file C:\P...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.Diagnostics; namespace System { internal unsafe partial class Number { public readonly...
using System; using System.Collections.Generic; using System.Collections.Specialized; using System.Text; using System.Xml; using gov.va.medora.utils; using gov.va.medora.utils.mock; using gov.va.medora.mdo.dao.vista; using System.IO; using gov.va.medora.mdo.exceptions; using gov.va.medora.mdo.dao.mock; namespace gov.v...
// // TreeViewBackend.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 restr...
// 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.Collections.Generic; using System.ComponentModel; using System.Diagnostics.CodeAnalysis; using System.IO; using System.Security.Claims; using System.Thread...
// 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.IO; using System.Reflection.Metadata; using System.Reflection.Metadata.Ecma335; using System.Reflection...
using System; using System.Collections.Generic; using System.Net; using System.Threading.Tasks; using Microsoft.Extensions.Logging; using SuperSocket.Channel; using SuperSocket.ProtoBase; namespace SuperSocket.Server { public class AppSession : IAppSession, ILogger, ILoggerAccessor { private IChannel _...
// Copyright 2021 Google LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // https://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in ...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using System.Diagnostics; using System.Collections; using System.Collections.Generic; using System.Ref...
// This file is part of Wintermute Engine // For conditions of distribution and use, see copyright notice in license.txt // http://dead-code.org/redir.php?target=wme using System; using System.Collections.Generic; using System.Text; using System.Drawing; using System.Windows.Forms; using DeadCode.WME.Core; namespace ...
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See License.txt in the project root for // license information. // // Code generated by Microsoft (R) AutoRest Code Generator 0.14.0.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. ...
// 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.CodeAnalysis; using System.Net.Http.Headers; using System.Text; using System.Threading; using System.Collections.Generic; namespace System.Net...
/*************************************************************************** * MassStorageDap.cs * * Copyright (C) 2006 Novell and Gabriel Burt * Written by Gabriel Burt (gabriel.burt@gmail.com) ****************************************************************************/ /* THIS FILE IS LICENSED UNDER THE MI...
using System; using System.Collections.Generic; using System.IO; using System.Reactive.Disposables; using System.Threading.Tasks; using Avalonia.Controls; using Avalonia.Controls.Platform; using Avalonia.Controls.Primitives.PopupPositioning; using Avalonia.Input; using Avalonia.Input.Platform; using Avalonia.Input.Raw;...
/* * 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 ...
using System; using System.Collections.Generic; using System.Linq; using JetBrains.Application.DataContext; using JetBrains.Application.Diagnostics; using JetBrains.Application.UI.Actions; using JetBrains.Application.UI.ActionsRevised.Menu; using JetBrains.Collections; using JetBrains.ProjectModel; using JetBrains.Proj...
// 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.Threading.Tasks; using Microsoft.CodeAnalysis.Editor.CSharp.SignatureHelp; using Microsoft.CodeAnalysis.Editor....
using System; using System.Drawing; using System.Collections; using System.ComponentModel; using System.Windows.Forms; using System.Data; using System.IO; using EarLab.Viewers; using EarLab.ReaderWriters; namespace EarLab.DataViewer { /// <summary> /// Summary description for MainForm. /// </summary> public class ...
// 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. // ------------------------------------------------------------------------------ // Changes to this file must follow...
using System.Collections.Generic; using System.Security.Claims; using System.Threading.Tasks; using AllReady.Areas.Admin.Controllers; using AllReady.Areas.Admin.Features.Campaigns; using AllReady.Areas.Admin.Models; using AllReady.Models; using AllReady.Services; using AllReady.UnitTest.Extensions; using MediatR; using...
using System; using System.Linq; using NUnit.Framework; using Microsoft.CodeAnalysis.Diagnostics; using System.Collections.Generic; using Microsoft.CodeAnalysis; using System.Threading; using Microsoft.CodeAnalysis.CodeFixes; using Microsoft.CodeAnalysis.Text; using System.Text; using Microsoft.CodeAnalysis.Host; using...
using System; using System.Collections.Generic; using System.Linq; using Nop.Core; using Nop.Core.Data; using Nop.Core.Domain.Catalog; using Nop.Core.Domain.Customers; using Nop.Core.Domain.Orders; using Nop.Services.Catalog; using Nop.Services.Common; using Nop.Services.Customers; using Nop.Services.Directory; using N...
using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.ComponentModel; using System.Drawing; using System.Security.Permissions; using System.Threading; using System.Windows.Forms; using System.Collections; using Aga.Controls.Tree.NodeControls; using Aga.Controls.Threading; ...
using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.Diagnostics.CodeAnalysis; using System.Globalization; using System.Linq; using System.Net.Http.Headers; using System.Web.Http; using System.Web.Http.Description; using $safeprojectname$.Areas.HelpPage.Models; namespace $...
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
/* * Copyright (c) 2015, InWorldz Halcyon Developers * 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 *...
using UnityEngine; #if UNITY_EDITOR using UnityEditor; namespace Destructible2D { [CanEditMultipleObjects] [CustomEditor(typeof(D2dGui))] public class D2dGui_Editor : D2dEditor<D2dGui> { protected override void OnInspector() { DrawDefault("Header"); DrawDefault("Footer"); } } } #endif namespace Dest...
/* * Copyright 2012-2021 The Pkcs11Interop Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by app...
using System; using System.ComponentModel; using System.Drawing.Design; using System.IO; using System.Windows.Forms; using Vlc.DotNet.Core; using Vlc.DotNet.Core.Interops.Signatures; using Vlc.DotNet.Forms.TypeEditors; namespace Vlc.DotNet.Forms { public partial class VlcControl : Control, ISupportInitialize {...
using NAME.Core.Exceptions; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Text.RegularExpressions; //Based on the project in https://github.com/samus/mongodb-csharp under the Apache-2.0 license namespace NAME.MongoDb { /// <summary> /// Provides a mechanism...
using System; using System.Text; using System.Globalization; using TestLibrary; public class StringCompare { public static string[] InterestingStrings = new string[] { null, "", "a", "1", "-", "A", "!", "abc", "aBc", "a\u0400Bc", "I", "i", "\u0130", "\u0131", "A", "\uFF21", "\uFE57"}; public bool RunTests() ...
// // LabelBackend.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; 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 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...
#if UNITY_2017_1_OR_NEWER using UnityEditor.Experimental.AssetImporters; using UnityEditor; using System.IO; using UnityEngine; using System.Collections.Generic; using System.Linq; using System; using Object = UnityEngine.Object; using System.Collections; using UnityGLTF.Loader; using GLTF.Schema; using GLTF; using Sys...
// 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...