context
stringlengths
2.52k
185k
gt
stringclasses
1 value
/* Pandoras Box Automation - {{ lang }} v{{ version }} @{{ time }} <support@coolux.de> */ using System; using System.Collections.Generic; using System.Text; using System.Net.Sockets; namespace PandorasBox { /// <summary> /// The main class used to communicate with Pandoras Box /// </summary> public c...
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using System.Web; using System.Web.Mvc; using Cognition.Shared.Changes; using Cognition.Shared.Documents; using Cognition.Shared.Permissions; using Cognition.Shared.Users; using Cognition.Web.ViewModels; namespace Cognitio...
using System; using System.IO; using System.Net; using System.Net.Security; using System.Security.Cryptography; using System.Threading.Tasks; using Oocx.Acme.Protocol; using Oocx.Acme.Services; using Oocx.Pkcs; namespace Oocx.Acme.Console { public class AcmeProcess : IAcmeProcess { private readonly Op...
using System; using System.Collections.Generic; using System.Linq; using MonoTouch.Foundation; using MonoTouch.UIKit; using System.Drawing; using System.Threading.Tasks; using MonoTouch.CoreGraphics; using MonoTouch.CoreAnimation; namespace XamarinStore.iOS { public class ProductDetailViewController : UITableViewCon...
// 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) 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 Xunit; namespace System.Linq.Tests.LegacyTests { public class DefaultIfEmptyTests { public class ...
// Copyright (c) The Perspex Project. All rights reserved. // Licensed under the MIT license. See licence.md file in the project root for full license information. /* Copyright 2007-2013 The NGenerics Team (https://github.com/ngenerics/ngenerics/wiki/Team) This program is licensed under the GNU Lesser General P...
#region Apache License // // Licensed to the Apache Software Foundation (ASF) under one or more // contributor license agreements. See the NOTICE file distributed with // this work for additional information regarding copyright ownership. // The ASF licenses this file to you under the Apache License, Version 2.0 // (...
//------------------------------------------------------------------------------ // <copyright file="PatternMatcher.cs" company="Microsoft"> // Copyright (c) Microsoft Corporation. All rights reserved. // </copyright> //-------------------------------...
using System; using System.Collections.Concurrent; using System.Collections.Generic; using System.Diagnostics; using System.Linq; using System.Text; using System.Threading; using System.Threading.Tasks; using BTDB.Buffer; using BTDB.Collections; using BTDB.KVDBLayer; using BTDB.StreamLayer; namespace BTDB.ChunkCache {...
using System.Collections.Generic; using System.Linq; using System.Text.RegularExpressions; using RestEase.Implementation.Analysis; #pragma warning disable CA1822 // Mark members as static namespace RestEase.Implementation.Emission { internal partial class DiagnosticReporter { private readonly TypeMode...
using System; using System.Collections.Generic; using System.Linq; using Microsoft.Xna.Framework; using Microsoft.Xna.Framework.Graphics; using Microsoft.Xna.Framework.Content.Pipeline; using Microsoft.Xna.Framework.Content.Pipeline.Graphics; using Microsoft.Xna.Framework.Content.Pipeline.Processors; using App.Animatio...
// // PlaylistFileUtil.cs // // Authors: // Trey Ethridge <tale@juno.com> // Aaron Bockover <abockover@novell.com> // Gabriel Burt <gburt@novell.com> // Ting Z Zhou <ting.z.zhou@intel.com> // // Copyright (C) 2007 Trey Ethridge // Copyright (C) 2007-2009 Novell, Inc. // Copyright (C) 2010 Intel Corp // // Permi...
using System; using NUnit.Framework; using it.unifi.dsi.stlab.networkreasoner.model.textualinterface; using it.unifi.dsi.stlab.networkreasoner.model.gas; using System.Collections.Generic; using log4net; using it.unifi.dsi.stlab.networkreasoner.gas.system.exactly_dimensioned_instance; using System.IO; using log4net.Conf...
namespace android.widget { [global::MonoJavaBridge.JavaClass()] public partial class RelativeLayout : android.view.ViewGroup { internal new static global::MonoJavaBridge.JniGlobalHandle staticClass; static RelativeLayout() { InitJNI(); } protected RelativeLayout(global::MonoJavaBridge.JNIEnv @__env) : b...
// <copyright file="StreamCompiler.cs" company="Fubar Development Junker"> // Copyright (c) 2016 Fubar Development Junker. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. // </copyright> using System; using System.Collections.Generic; using Sys...
// // Mono.Data.Tds.Protocol.TdsComm.cs // // Author: // Tim Coleman (tim@timcoleman.com) // // Copyright (C) 2002 Tim Coleman // // // 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 with...
using System; using System.Drawing; using System.Drawing.Drawing2D; namespace DrawingEx.ColorManagement.ColorModels.Selection { public abstract class ColorSelectionModuleRGB:ColorSelectionModule { #region variables protected Color _color; #endregion #region properties public override XYZ XYZ { get ...
// 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 Microsoft.Protocols.TestTools.StackSdk.Security.Sspi; namespace Microsoft.Protocols.TestTools.StackSdk.FileAccessService { /// <summary> //...
#region Copyright //////////////////////////////////////////////////////////////////////////////// // The following FIT Protocol software provided may be used with FIT protocol // devices only and remains the copyrighted property of Dynastream Innovations Inc. // The software is being provided on an "as-is" basis and a...
using System; using System.Collections.Generic; using System.Drawing; using Sce.Atf; using Sce.Atf.Dom; using Sce.Atf.Adaptation; using Sce.Atf.Controls.Timelines; using Sce.Atf.Controls.CurveEditing; using Sce.Atf.VectorMath; using pico.Timeline; namespace picoTimelineEditor.DomNodeAdapters { /// <summary> ///...
// Copyright 2007-2014 Chris Patterson, Dru Sellers, Travis Smith, et. al. // // 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 // /...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using System.Text; using System.Collections; using System.IO; using System.Globalization; using System...
using System; using Microsoft.Xna.Framework; using Microsoft.Xna.Framework.Input.Touch; namespace Nez { public class Camera : Component { struct CameraInset { internal float left; internal float right; internal float top; internal float bottom; } #region Fields and Properties #region 3D Cam...
// 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. // // This...
using System; using System.Collections.Generic; using System.Linq; using System.Linq.Expressions; using System.Reflection; using System.Text; using Simple.Mocking.SetUp.Proxies; using Simple.Mocking.Syntax; namespace Simple.Mocking.SetUp { class InvocationMatcher : IInvocationMatcher { object target; MethodInfo...
/* **************************************************************************** * * 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 * ...
using System; using System.Data; using System.Data.SqlClient; using Csla; using Csla.Data; namespace ParentLoadROSoftDelete.Business.ERCLevel { /// <summary> /// F02_Continent (read only object).<br/> /// This is a generated base class of <see cref="F02_Continent"/> business object. /// </summary> ...
// 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.L...
// <copyright file="HttpHandlerDiagnosticListener.cs" company="OpenTelemetry Authors"> // Copyright The OpenTelemetry 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 // // htt...
// // RichTextViewBackend.cs // // Author: // Marek Habersack <grendel@xamarin.com> // // Copyright (c) 2013 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 ...
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.Generic; using System.Diagnostics; namespace System { // The class designed as to keep...
using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.ComponentModel; using System.Diagnostics.CodeAnalysis; using System.Globalization; using System.IO; using System.Linq; using System.Net.Http; using System.Net.Http.Formatting; using System.Net.Http.Headers; using System.W...
// // Copyright (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...
//--------------------------------------------------------------------- // This file is part of the CLR Managed Debugger (mdbg) Sample. // // Copyright (C) Microsoft Corporation. All rights reserved. //--------------------------------------------------------------------- // generated file; DO NOT MODIFY ...
using System; using System.Collections.Generic; using System.Net; using System.Runtime.Serialization; using System.Web; using ServiceStack.Common; using ServiceStack.Common.Web; using ServiceStack.Text; using ServiceStack.WebHost.Endpoints; using HttpRequestWrapper = ServiceStack.WebHost.Endpoints.Extensions.HttpReques...
// Copyright (C) 2014 dot42 // // Original filename: Android.Text.Util.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 // // Unle...
using System; using System.IO; using System.Security.Principal; using System.Web; using System.Web.Mvc; using System.Web.Routing; using MvcContrib.UI.MenuBuilder; using NUnit.Framework; using Rhino.Mocks; namespace MvcContrib.UnitTests.UI.MenuBuilder { [TestFixture, Obsolete] public class MenuBuilderTests { [SetU...
// 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...
// 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 System; using System.IO; using System.Linq; using System.Reflection; using System.Threading; using osu.Framework.Logging; using System.Collections.Generi...
// 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.Diagnostics; using System.Threading.Tasks; using Microsoft.AspNetCore.Http; using Microsoft.AspNetCore.Http.Features; usi...
using System; using System.Collections; using System.Collections.Generic; using System.Globalization; using System.Runtime.InteropServices; using System.Runtime.Serialization; using System.Numerics; using System.Linq; using NUnit.Framework; using Newtonsoft.Json; using GlmSharp; // ReSharper disable InconsistentNaming...
#if UNITY_EDITOR using System.Collections.Generic; using UnityEditor; using UnityEngine; using UMA.Integrations; namespace UMA.Editors { /// <summary> /// Recipe editor. /// Class is marked partial so developers can add their own functionality to edit new properties added to /// UMATextRecipe without changing cod...
// *********************************************************************** // Copyright (c) 2011 Charlie Poole // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated documentation files (the // "Software"), to deal in the Software without restriction, inclu...
namespace AngleSharp.Core.Tests.Html { using AngleSharp.Dom; using AngleSharp.Html.Dom; using NUnit.Framework; /// <summary> /// Tests generated according to the W3C-Test.org page: /// http://www.w3c-test.org/html/semantics/forms/constraints/form-validation-checkValidity.html /// </summary>...
/* Copyright (c) 2004-2006 Tomas Matousek and Ladislav Prosek. The use and distribution terms for this software are contained in the file named License.txt, which can be found in the root of the Phalanger distribution. By using this software in any fashion, you are agreeing to be bound by the terms of this li...
// ReSharper disable All using System.Collections.Generic; using System.Dynamic; using System.Net; using System.Net.Http; using System.Web.Http; using Frapid.ApplicationState.Cache; using Frapid.ApplicationState.Models; using Newtonsoft.Json; using Newtonsoft.Json.Linq; using Frapid.Config.DataAccess; using Frapid.Data...
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using System.Runtime.InteropServices; using System.Threading.Tasks; using Xunit; namespace System.IO.Compression.Tests { public class zip_UpdateTests { ...
// 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.CompilerServices; using System.Text.Internal; using System.Text.Unico...
using System; using AppUtil; using Vim25Api; namespace CreateStorageDRS { ///<summary> ///This sample demonstrates how to create Storage DRSgroup ///</summary> ///<param name="dcname">Required: Datacenter name</param> ///<param name="sdrsname">Required: Name for the new storage pod</param> ///...
using System; using NSec.Experimental.Asn1; using Xunit; namespace NSec.Tests.Formatting { public static class Asn1WriterTests { [Theory] [InlineData(false, new byte[] { 0x01, 0x01, 0x00 })] [InlineData(true, new byte[] { 0x01, 0x01, 0xFF })] public static void Bool(bool value, ...
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using System.Collections.Generic; using System.Diagnostics; using System.IO; using System.IO.Compression; using System.Runtime.InteropServices; using System.Text; usin...
// // Copyright (C) Microsoft. All rights reserved. // using Microsoft.PowerShell.Activities; using System.Management.Automation; using System.Activities; using System.Collections.Generic; using System.ComponentModel; namespace Microsoft.PowerShell.Core.Activities { /// <summary> /// Activity to invoke th...
// ------------------------------------------------------------------------------ // Copyright (c) 2014 Microsoft Corporation // // 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 ...
using UnityEngine; using System.Collections.Generic; // Beta modifier [AddComponentMenu("Modifiers/Deformable")] public class MegaDeformable : MegaModifier { public override string ModName() { return "Deformable"; } public override void ModStart(MegaModifiers mc) { Vector3 s = mc.mesh.bounds.size; sizeFactor ...
using Lucene.Net.Support; using System; using System.Diagnostics; using System.Diagnostics.CodeAnalysis; namespace 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 work for add...
// 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 Foundation; using System; using System.Collections.Generic; using System.Threading.Tasks; using System.Linq; using zsquared; using UIKit; namespace vitavol { public partial class VC_SCVolunteers : UIViewController { C_WorkItemsTableSourceSCVolunteers TableSource; C_Global Global; C_Vi...
// 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. namespace Storage { using Microsoft.Rest; using Microsoft.Rest.Azure; using Models; using System.Collections; using System.Collections.Generic; ...
// 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...
// Copyright (c) 1995-2009 held by the author(s). 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 list of c...
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="LiteralText.cs" company="Microsoft"> // Copyright (c) Microsoft Corporation. All rights reserved. // </copyright> //----------------------------------...
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) Charlie Poole, Rob Prouse and Contributors. MIT License - see LICENSE.txt using System; using System.Threading; using NUnit.Framework.Interfaces; using NUnit.Framework.Internal; using NUnit.TestData; using NUnit.TestUtilities; namespace NUnit.Framework.Attributes { [Platform(Include = "Win, Mono"...
#region Copyright // (C) Copyright 2003-2016 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 li...
using System; using System.Linq; using System.Runtime.InteropServices; using Torque6.Engine.SimObjects; using Torque6.Engine.SimObjects.Scene; using Torque6.Engine.Namespaces; using Torque6.Utility; namespace Torque6.Engine.SimObjects { public unsafe class SimSet : SimObject { public SimSet() ...
//----------------------------------------------------------------------- // <copyright file="Shape.cs" company="Akka.NET Project"> // Copyright (C) 2015-2016 Lightbend Inc. <http://www.lightbend.com> // Copyright (C) 2013-2016 Akka.NET project <https://github.com/akkadotnet/akka.net> // </copyright> //--------...
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...
//------------------------------------------------------------------------------ // Microsoft Avalon // Copyright (c) Microsoft Corporation, All rights reserved. // // File: BitmapSizeOptions.cs // //------------------------------------------------------------------------------ using System; using System.Collection...
// FindBarTest.cs // // Copyright (c) 2013 Brent Knowles (http://www.brentknowles.com) // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal // in the Software without restriction, including without limitation...
using System.Collections; using System.Collections.Generic; using UnityEngine; /** * Interpolation utility functions: easing, bezier, and catmull-rom. * Consider using Unity's Animation curve editor and AnimationCurve class * before scripting the desired behaviour using this utility. * * Interpolation functionalit...
using System; using System.Collections; using System.Net.Sockets; using System.Text; using AzureFtpServer.Ftp.FileSystem; using AzureFtpServer.FtpCommands; using AzureFtpServer.Ftp; using AzureFtpServer.General; using System.Diagnostics; namespace AzureFtpServer.Ftp { /// Processes incoming messages and passes the...
using System; using UIKit; using CoreGraphics; using SDWebImage; using Foundation; namespace RepositoryStumble.Views { public class ImageAndTitleHeaderView : UIView { private readonly UIImageView _imageView; private readonly UILabel _label; private readonly UILabel _label2; priv...
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. /*============================================================ ** ** ** ** __ComObject is the root class for all COM wrappers. This class ** defines only the basics. T...
// 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 ...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using Xunit; namespace System.Collections.Tests { public class ArrayList_IndexOfTests { [Fact] ...
using System.ComponentModel; using System.Drawing.Design; using System.Web.UI.WebControls; using GuruComponents.Netrix.ComInterop; using GuruComponents.Netrix.UserInterface.TypeEditors; using DisplayNameAttribute=GuruComponents.Netrix.UserInterface.TypeEditors.DisplayNameAttribute; using TE=GuruComponents.Netrix.UserIn...
// 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.Diagnostics.CodeAnalysis; using System.Runtime.Serialization; namespace Syst...
using System; using System.Collections.Generic; using System.IO; using System.Text; /* * Each CipherSuite instance encodes a cipher suite and its parameters. * * Static methods are used to locate the relevant CipherSuite instance. */ class CipherSuite { /* * Get the suite identifier (16 bits). */ internal ...
/* Copyright (c) Citrix Systems, Inc. * All rights reserved. * * Redistribution and use in source and binary forms, * with or without modification, are permitted provided * that the following conditions are met: * * * Redistributions of source code must retain the above * copyright notice, this li...
using System; using System.Collections.Generic; using System.Diagnostics; using System.Linq; using JetBrains.Annotations; using JetBrains.Metadata.Reader.API; using JetBrains.ReSharper.Feature.Services.Daemon; using JetBrains.ReSharper.Psi; using JetBrains.ReSharper.Psi.CodeAnnotations; using JetBrains.ReSharper.Psi.Co...
/* * 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 ...
#region Copyright (c) .NET Foundation and Contributors // // The MIT License (MIT) // // All rights reserved. // // 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, includ...
// 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 ...
using System; using System.Collections.Generic; using System.Linq.Expressions; using System.Reflection; using System.Linq; namespace LinqToDB.Reflection { using Common; using Expressions; using Extensions; using Mapping; public class MemberAccessor { static readonly ConstructorInfo ArgumentExceptionConstructo...
using Aspose.Email.Live.Demos.UI.FileProcessing; using Aspose.Email.Live.Demos.UI.LibraryHelpers; using Aspose.Email.Live.Demos.UI.Models; using Aspose.Email; using Aspose.Email.Mapi; using Aspose.Html; using Aspose.Imaging; using Aspose.Imaging.Brushes; using Aspose.Imaging.ImageOptions; using Aspose.Imaging.Sources; ...
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...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Reflection; using UnityEngine; using UnityEngine.UI; public class TutorialActions { #region SkipCurrentStep // DO: Skip the current step and try to goto the next step. // PARAMS: No parameters. // REMARKS...
// 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...
/// This code was generated by /// \ / _ _ _| _ _ /// | (_)\/(_)(_|\/| |(/_ v1.0.0 /// / / using NSubstitute; using NSubstitute.ExceptionExtensions; using NUnit.Framework; using System; using System.Collections.Generic; using Twilio.Clients; using Twilio.Converters; using Twilio.Exceptions; using ...
// 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.Globalization; using System.R...
/* Copyright (c) Microsoft Corporation. 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.Data; using System.Linq; using System.Web.UI.WebControls; using Adxstudio.Xrm.Data; using Adxstud...
/* * REST API Documentation for the MOTI School Bus Application * * The School Bus application tracks that inspections are performed in a timely fashion. For each school bus the application tracks information about the bus (including data from ICBC, NSC, etc.), it's past and next inspection dates and results, contac...
using System; using System.ComponentModel; using System.Drawing; using System.Drawing.Design; using System.Drawing.Imaging; using System.Runtime.Serialization; using System.Xml.Linq; using BASeCamp.BASeBlock.Particles; using BASeCamp.Elementizer; namespace BASeCamp.BASeBlock.Blocks { [Serializable()] [BlockDes...
// Copyright 2020 Google LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in ...
using System; using System.Collections.Generic; using System.Linq; using Duality.Resources; using OpenTK.Graphics.OpenGL; namespace Duality.Drawing { internal class DrawBatch<T> : IDrawBatch where T : struct, IVertexData { private static T[] uploadBuffer = null; private T[] vertices = null; private int ve...
/* * Copyright (C) Sony Computer Entertainment America LLC. * All Rights Reserved. */ using System; using System.Collections; using System.Collections.Generic; using System.Drawing; using System.Linq; using System.Windows.Forms; using Sce.Atf; using Sce.Sled.Shared.Services; namespace Sce.Sled { public par...
//------------------------------------------------------------------------------ // <copyright file="Splitter.cs" company="Microsoft"> // Copyright (c) Microsoft Corporation. All rights reserved. // </copyright> //-------------------------------------...