context
stringlengths
2.52k
185k
gt
stringclasses
1 value
// 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.Globalization; using System.Runtime.CompilerServices; /// <summary> /// Convert.ToString(...
// 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.Diagnostics.CodeAnalysis; using System.Threading; using System.Threading.Tasks; namespace Microsoft.AspNetCore.SignalR.Client { /// <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.Buffers; using System.Runtime.InteropServices; using Microsoft.Win32.SafeHandles; using Internal.Crypto...
// // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // // Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // htt...
// // ChangePhotoPathGui.cs // // Author: // Stephane Delcroix <sdelcroix*novell.com> // // Copyright (C) 2008 Novell, Inc. // Copyright (C) 2008 Stephane Delcroix // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated documentation files (the // "Softwar...
using System; using System.Collections.Generic; using System.IO; using Loon.Core; using Loon.Core.Geom; using Loon.Core.Resource; using Loon.Core.Graphics.Opengl; using Loon.Core.Input; using Loon.Utils.Xml; using Loon.Utils; namespace Loon.Action.Map.Tmx { public class TMXTiledMap : LRelease { protec...
using System.IO; using NMock2.Matchers; using NMock2.Monitoring; using NMock2.Test.Monitoring; using NUnit.Framework; namespace NMock2.Internal.Test { [TestFixture] public class BuildableExpectationTest { private Invocation invocation; [SetUp] public void SetUp() { invocation = new Invocation...
#region Disclaimer/Info /////////////////////////////////////////////////////////////////////////////////////////////////// // Subtext WebLog // // Subtext is an open source weblog system that is a fork of the .TEXT // weblog system. // // For updated news and information please visit http://subtextproject.com/ // Su...
using System; using System.Linq; using System.Text; using System.Collections.Generic; using Android.App; using Android.Content; using Android.Runtime; using Android.Views; using Android.Widget; using Android.OS; using global::Xamarin.Auth; [assembly: UsesPermission(Android.Manifest.Permission.Internet)] namespace X...
using System; using System.Collections.Generic; using System.Collections.Specialized; using System.ComponentModel; using System.Data; using System.Linq; using Csla; using Csla.Data; using Invoices.DataAccess; namespace Invoices.Business { /// <summary> /// SupplierList (read only list).<br/> /// This is a...
using System; using System.Collections; using System.Collections.Specialized; using System.Data; using System.Linq; using System.Runtime.CompilerServices; using Umbraco.Core.Events; using umbraco.DataLayer; using umbraco.cms.businesslogic; using System.Collections.Generic; using DeleteEventArgs = umbraco.cms.businesslo...
countriesList.Add(new Country { label = "AD", description = "Andorra" }); countriesList.Add(new Country { label = "AE", description = "United Arab Emirates" }); countriesList.Add(new Country { label = "AF", description = "Afghanistan" }); countriesList.Add(new Country { label = "AG", description = "Antigua & Barbuda" }...
using System; using System.Collections.Generic; using System.Linq; using Bedrock.Modularity; using Microsoft.VisualStudio.TestTools.UnitTesting; namespace Bedrock.Tests.Modularity { [TestClass] public class ModuleCatalogFixture { [TestMethod] public void CanCreateCatalogFromList() {...
// // Copyright (c) 2008-2011, Kenneth Bell // // 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, ...
using System; using System.Diagnostics; using NUnit.Framework; using Shouldly; namespace StructureMap.Testing { // SAMPLE: auto-wiring-sample public interface Xman { } public class Cyclops : Xman { } public interface Avenger { } public class IronMan : Avenger { } ...
//------------------------------------------------------------------------------ // <copyright file="ImageMap.cs" company="Microsoft"> // Copyright (c) Microsoft Corporation. All rights reserved. // </copyright> //------------------------------------------------------------------------------ namespace System.Web.U...
using System; using System.Diagnostics; using System.IO; using System.Net; using System.Runtime.CompilerServices; using System.Text; using System.Text.RegularExpressions; using System.Xml; using System.Web; using Recurly.Configuration; [assembly: InternalsVisibleTo("Recurly.Test")] namespace Recurly { /// <summar...
/* Copyright (c) 2012 DEVSENSE Copyright (c) 2006 Tomas Matousek. 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 ...
#region License /* * Copyright 2002-2010 the original author or 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 * * Unle...
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 TelerikAcademyForum.Services.Areas.HelpPage.Models; ...
/* ==================================================================== Copyright (C) 2004-2008 fyiReporting Software, LLC This file is part of the fyiReporting RDL project. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. ...
using System; using System.Windows; using System.Windows.Forms; using System.Drawing; using Microsoft.Win32; namespace Earlab { /// <summary> /// Summary description for RegistryParameters. /// </summary> public class RegistryParameter { private RegistryKey mRegistryKey = null; private string mParameterName =...
/* * 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...
// Python Tools for Visual Studio // Copyright(c) Microsoft Corporation // All rights reserved. // // Licensed under the Apache License, Version 2.0 (the License); you may not use // this file except in compliance with the License. You may obtain a copy of the // License at http://www.apache.org/licenses/LICENSE-2.0 //...
using System; using System.Collections; using System.Collections.Generic; using System.Collections.ObjectModel; using System.Collections.Specialized; using System.Linq; namespace Prism.Regions { /// <summary> /// Implementation of <see cref="IViewsCollection"/> that takes an <see cref="ObservableCollection{T...
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...
// // MessageView.cs // // Author: // Prashant Cholachagudda <pvc@outlook.com> // // Copyright (c) 2013 Prashant Cholachagudda // // 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...
/** * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may...
// Licensed to the .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.Reflection; using Xunit; namespace System.Linq.Expressions.Tests { ...
// ==++== // // Copyright (c) Microsoft Corporation. All rights reserved. // // ==--== // PrincipalPermission.cs // // <OWNER>[....]</OWNER> // namespace System.Security.Permissions { using System; using SecurityElement = System.Security.SecurityElement; using System.Security.Util; using System....
// 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.Diagnostics; using System.Diagnostics.Contracts; using System.Runtime.CompilerSer...
using Core.IO; using System; using System.Diagnostics; using System.IO; using System.Runtime.InteropServices; using System.Text; using System.Threading; #if WINRT using System.Threading.Tasks; using Windows.Storage; using Windows.Storage.Streams; #elif WINDOWS_PHONE || SILVERLIGHT using System.IO.IsolatedStorage; #endi...
using IKVM.Attributes; using java.lang; using java.util; using System; using System.Runtime.CompilerServices; namespace lanterna.gui2.dialogs { //[Signature("<T:Ljava/lang/Object;>Lcom/googlecode/lanterna/gui2/dialogs/DialogWindow;")] public class ListSelectDialog : DialogWindow { //[Signature("TT;")] private o...
// Copyright (c) The Avalonia Project. All rights reserved. // Licensed under the MIT license. See licence.md file in the project root for full license information. using System; using System.Collections; using System.Collections.Generic; using System.Collections.Specialized; using System.ComponentModel; using System....
using Microsoft.VisualBasic; using System; using System.Collections; using System.Collections.Generic; //using System.Data; using System.Diagnostics; using SwinGameSDK; /// <summary> /// The DeploymentController controls the players actions /// during the deployment phase. /// </summary> static class DeploymentContr...
#if UNITY_EDITOR using System; using System.Collections.Generic; using System.Reflection; using UnityEditor; using UnityEngine; using UMA.CharacterSystem; namespace UMA.Editors { public partial class RecipeEditor { //if we move to having different types for the different kinds of UMATextRecipe (UMAWardrobeRecipe, ...
// 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 Xunit; namespace System.ComponentModel.Tests { public class MyTypeDescriptorCon...
// 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.Reflection; using System.Reflection.Metadata; using Sys...
#pragma warning disable 0168 using nHydrate.Generator.Util; using System; using System.Linq; namespace nHydrate.Dsl { partial class nHydrateDiagram { ///Determine if this diagram is loading from disk public bool IsLoading { get; set; } = false; #region Constructors //Construct...
// File generated automatically by ReswPlus. https://github.com/rudyhuyn/ReswPlus // The NuGet package PluralNet is necessary to support Pluralization. using System; using Windows.ApplicationModel.Resources; using Windows.UI.Xaml.Markup; using Windows.UI.Xaml.Data; namespace JustRemember.Strings { [global::System....
/* * 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 2002 Fluent Consulting, Inc. All rights reserved. * PROPRIETARY/CONFIDENTIAL. Use is subject to license terms. */ using System; using System.Data; using System.Data.SqlClient; using System.Globalization; using Inform.Common; namespace Inform.Sql { /// <summary> /// This is the base class for Dat...
// --------------------------------------------------------------------------- // <copyright file="PropertySet.cs" company="Microsoft"> // Copyright (c) Microsoft Corporation. All rights reserved. // </copyright> // --------------------------------------------------------------------------- //--------------------...
// Copyright (c) The Avalonia Project. All rights reserved. // Licensed under the MIT license. See licence.md file in the project root for full license information. using Avalonia.Controls; using Xunit; namespace Avalonia.Input.UnitTests { public class KeyboardNavigationTests_Custom { [Fact] p...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using NuGet.Packaging.Core; using NuGet.Versioning; using NuKeeper.Abstractions.CollaborationPlatform; using NuKeeper.Abstractions.Formats; using NuKeeper.Abstractions.RepositoryInspection; namespace NuKeeper.Engine { public clas...
// 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.Binary; using System.Diagnostics; using System.Runtime.CompilerServices; using System.Runtime.I...
/** * (C) Copyright IBM Corp. 2018, 2020. * * 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 t...
namespace Nancy.Tests.Unit.ViewEngines { using System; using System.Dynamic; using System.IO; using System.Linq; using FakeItEasy; using Nancy.Conventions; using Nancy.Diagnostics; using Nancy.Tests.Fakes; using Nancy.ViewEngines; using Xunit; public class DefaultViewFact...
using System; using System.Collections.Generic; using System.Web.Routing; using Nop.Core.Domain.Orders; using Nop.Core.Domain.Payments; using Nop.Core.Plugins; using Nop.Plugin.Payments.Manual.Controllers; using Nop.Services.Configuration; using Nop.Services.Localization; using Nop.Services.Orders; using Nop.Services.P...
using FluentAssertions; using Microsoft.EntityFrameworkCore; using Moq; using Ritter.Domain; using Ritter.Infra.Crosscutting.Specifications; using Ritter.Infra.Data.Tests.Extensions; using Ritter.Infra.Data.Tests.Mocks; using System; using System.Collections.Generic; using System.Linq; using Xunit; namespace Ritter.In...
// 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.Threading.Tasks; using Microsoft.CodeAnalysis.CodeFixes; using Microsoft.CodeAnalysis.CSharp.UseCoalesceExpression; using Microsoft.CodeAnalysis....
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
// Licensed to the .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 Xunit; namespace System.Linq.Tests { public class GroupJo...
#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, ...
// // PkzipClassic encryption // // Copyright 2004 John Reilly // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License // as published by the Free Software Foundation; either version 2 // of the License, or (at your option) any later version. //...
// // Copyright (c) Microsoft Corporation. All rights reserved. // namespace Microsoft.Zelig.CodeGeneration.IR.Transformations { using System; using System.Collections.Generic; using Microsoft.Zelig.Runtime.TypeSystem; public static class RemoveDeadCode { // // Helper Methods ...
/* * Copyright 2013 Splunk, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"): you may * not use this file except in compliance with the License. You may obtain * a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to...
using System.Management.Automation; using WebApiWorkItem = Microsoft.TeamFoundation.WorkItemTracking.WebApi.Models.WorkItem; using Microsoft.TeamFoundation.WorkItemTracking.WebApi.Models; using Microsoft.VisualStudio.Services.WebApi.Patch.Json; using Microsoft.VisualStudio.Services.WebApi.Patch; using TfsCmdlets.Models...
using System; using System.Collections; using System.Collections.Generic; using System.Diagnostics.CodeAnalysis; using System.Globalization; using System.Linq; using System.Reflection; namespace EasyStitch.Api.Areas.HelpPage { /// <summary> /// This class will create an object of a given type and populate it w...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.Data.Common; using System.Runtime.InteropServices; using System.Globalization; using System.Xml; using ...
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;...
// // Copyright (c) 2008-2011, Kenneth Bell // // 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, ...
// 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 Xunit; using Tests.HashSet_HashSetTe...
// ***************************************************************************** // // (c) Crownwood Consulting Limited 2002-2003 // All rights reserved. The software and associated documentation // supplied hereunder are the proprietary information of Crownwood Consulting // Limited, Crownwood, Bracknell, Berksh...
// CodeContracts // // Copyright (c) Microsoft Corporation // // All rights reserved. // // MIT License // // Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including wit...
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...
namespace android.gesture { [global::MonoJavaBridge.JavaClass()] public partial class GestureOverlayView : android.widget.FrameLayout { internal new static global::MonoJavaBridge.JniGlobalHandle staticClass; static GestureOverlayView() { InitJNI(); } protected GestureOverlayView(global::MonoJavaBridge.J...
/******************************************************************************* * Copyright 2008-2013 Amazon.com, Inc. or its affiliates. All Rights Reserved. * Licensed under the Apache License, Version 2.0 (the "License"). You may not use * this file except in compliance with the License. A copy of the License...
// 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 will encapsulate an unsi...
// // DaapService.cs // // Authors: // Alexander Hixon <hixon.alexander@mediati.org> // // Copyright (C) 2008 Alexander Hixon // // 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 r...
using UnityEngine; using System.Collections; using System.Collections.Generic; /// <summary> /// This is the base class for all controllers. Controllers are used to pull a single scalar /// piece of data from a data group, to be used to modify or trigger objects in the scene. /// </summary> public abstract class Vi...
// 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.17.0.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. ...
/* 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.Globalization; using System.Linq; using System.Text; using DotVVM.Framework.Compilation.Parser.Binding.Tokenizer; using DotVVM.Framework.Compilation.Parser.Dothtml.Parser; using System.Reflection; using System.Diagnostics; using System.Diagnostics.CodeAnalysi...
// 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) 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...
// 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.Collections.ObjectModel; using System.Runtime; using System.ServiceM...
// 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.ComponentModel; using System.ComponentModel.Design; using System.Diagnostics; using System.Globalization; using System.Windows.Forms; namespace OpenLiv...
// -- FILE ------------------------------------------------------------------ // name : CalendarDateAddTest.cs // project : Itenso Time Period // created : Jani Giannoudis - 2011.04.04 // language : C# 4.0 // environment: .NET 2.0 // copyright : (c) 2011-2012 by Itenso GmbH, Switzerland // --------------...
// 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.Immutable; using System.IO; using System.Linq; using System.Reflection.Internal; using Syst...
#region Usings using System; using System.Collections.Generic; using System.Linq; using System.Runtime.CompilerServices; using System.Text.RegularExpressions; using StreamingServer.CityIndexLightstreamerClient.Models; using StreamingServer.Common.JsonSerializer; using StreamingServer.Common.Logging; using StreamingSer...
// 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...
/* From http://xmlunit.sourceforge.net/ Moved here because the original library is for testing, and * it is tied to nunit, which we don't want to ship in production */ using System; using System.IO; using System.Xml; namespace SIL.Lift.Merging.xmldiff { ///<summary></summary> public class XmlDiff { private rea...
/* Copyright (c) 2010-2015 by Genstein and Jason Lautzenheiser. This file is (or was originally) part of Trizbort, the Interactive Fiction Mapper. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal ...
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...
//--------------------------------------------------------------------- // File: StreamHelper.cs // // Summary: // // Author: Kevin B. Smith (http://www.kevinsmith.co.uk) // //--------------------------------------------------------------------- // Copyright (c) 2004-2010, Kevin B. Smith. All rights reserved. // // T...
//------------------------------------------------------------------------------ // <copyright file="LiteralTextParser.cs" company="Microsoft"> // Copyright (c) Microsoft Corporation. All rights reserved. // </copyright> //----------------------------...
using System; using System.Linq; using System.Collections.Generic; using Microsoft.CodeAnalysis.CodeRefactorings; using Microsoft.CodeAnalysis; using System.Threading.Tasks; using Microsoft.CodeAnalysis.CSharp.Syntax; using Microsoft.CodeAnalysis.CSharp; using Microsoft.CodeAnalysis.Formatting; namespace RefactoringEs...
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See License.txt in the project root for // license information. // // Code generated by Microsoft (R) AutoRest Code Generator 1.0.1.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. n...
using System; using System.Collections.Generic; using System.Globalization; using System.Linq; using System.Net; using System.Security.Cryptography; using System.Text; using System.Text.RegularExpressions; using WhatsAppApi.Parser; using WhatsAppApi.Settings; namespace WhatsAppApi.Register { public static class Wh...
//------------------------------------------------------------------------------ // <copyright file="MBThreadService.cs"> // Copyright (c) 2014-present Andrea Di Giorgi // // Permission is hereby granted, free of charge, to any person obtaining a // copy of this software and associated documentation files (the...
#region File Description //----------------------------------------------------------------------------- // EquipmentScreen.cs // // Microsoft XNA Community Game Platform // Copyright (C) Microsoft Corporation. All rights reserved. //----------------------------------------------------------------------------- #endregi...
using System; using System.Collections.Generic; using System.Net; using System.Runtime.Serialization; using System.Threading; using Funq; using ServiceStack.Common.Extensions; using ServiceStack.Common.Web; using ServiceStack.Configuration; using ServiceStack.DataAnnotations; using ServiceStack.Logging; using ServiceSt...
//----------------------------------------------------------------------- // <copyright file="NFCProperty.cs"> // Copyright (C) 2015-2015 lvsheng.huang <https://github.com/ketoo/NFrame> // </copyright> //----------------------------------------------------------------------- using System; using System.Linq; using S...
// Code generated by Microsoft (R) AutoRest Code Generator 1.0.1.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. namespace Microsoft.Azure.Graph.RBAC.Version1_6 { using Microsoft.Azure; using Microsoft.Azure.Graph; using Microsoft.Azure.Graph.RBAC; using Micros...
// // 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...
// // ExtensionMethods.cs // // Author: // Zachary Gramana <zack@xamarin.com> // // Copyright (c) 2014 Xamarin Inc // 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 ...
// 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.16.0.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. ...
using System; using System.Globalization; using System.Collections.Generic; using Sasoma.Utils; using Sasoma.Microdata.Interfaces; using Sasoma.Languages.Core; using Sasoma.Microdata.Properties; namespace Sasoma.Microdata.Types { /// <summary> /// A preschool. /// </summary> public class Preschool_Core : TypeCore...
// 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 ...