context
stringlengths
2.52k
185k
gt
stringclasses
1 value
// Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/cloud/language/v1beta1/language_service.proto // Original file comments: // Copyright 2016 Google Inc. // // 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.Collections.Generic; namespace ArgData.Entities { /// <summary> /// Represents a small section of a track. /// </summary> public class TrackSection { /// <summary> /// Initializes a new instance of a TrackSection. /// </summary> public Trac...
// 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.Globalization; using System.Linq; namespace Avalonia { /// <summary> /// Defines a rectangle. /// </summary> p...
/* * 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. namespace System.DirectoryServices.Protocols { using System; using System.Collections; using System.Comp...
using System; using System.Collections.Generic; using System.Drawing; using System.Linq; using System.Xml.Linq; namespace WixSharp.Controls { /// <summary> /// Defines the association between an MSI dialog control and the <see cref="T:WixSharp.PublishingInfo" />. /// </summary> public class PublishingI...
// 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 ApplicationGateway { using Microsoft.Rest; using Microsoft.Rest.Azure; using Models; using System.Collections; using System.Collection...
using System; using System.Net; using Orleans.Runtime; namespace Orleans.Serialization { /// <summary> /// Type is a low level representation of grain reference keys to enable /// space-efficient serialization of grain references. /// </summary> /// <remarks> /// This type is not intended for g...
// 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.Linq; using Xunit; using System.Diagnostics; namespace System.Collections.Immutable.Tests { public abstract class Im...
#region Copyright & License // This is a modified copy of a file in the Apache Log4Net project. // The primary change was to the namespace. // The remainder of this comment is taken verbatim from the original Apache file. // // Copyright 2001-2005 The Apache Software Foundation // // Licensed under the Apache License, ...
using System; using System.Linq; using System.ComponentModel.DataAnnotations; using System.Collections.Generic; using System.Data; using NServiceKit.Common.Utils; using NServiceKit.DataAnnotations; using NServiceKit.Common; using System.Reflection; using NServiceKit.OrmLite; using NServiceKit.OrmLite.Oracle; namesp...
// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Linq; using System.Collections.Generic; using System.Collections.ObjectModel; using System.Text; using Microsoft.CodeAnalysis.Share...
// ----------------------------------------------------------------------- // // Copyright (C) 2003-2006 Angel Marin // // This file is part of SharpMimeTools // // SharpMimeTools is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public // License as publ...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.Collections; using System.Collections.Generic; using System.Diagnostics; using System.Runtime.InteropSe...
// 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.IO; using System.Linq; using System.Net; using System.Net.Http; using System.Runtime.InteropServices; using System.Text.J...
// <copyright file="PlainTextReader.cs" company="Jason Diamond"> // // Copyright (c) 2009-2010 Jason Diamond // // This source code is released under the MIT License. // // Permission is hereby granted, free of charge, to any person // obtaining a copy of this software and associated documentation // files (the "Softwa...
#if !NETCOREAPP using System; using System.Data.OleDb; using FileHelpers.DataLink; using NUnit.Framework; namespace FileHelpers.Tests.DataLink { [TestFixture] [Explicit] [Category("Advanced")] public class DataLinks { private FileDataLink mLink; #region " FillRecordOrders " ...
using System; using Pulsar.Helpers; namespace Pulsar { /// <summary> /// Color. /// </summary> [Serializable] public sealed class Color : ICloneable, IEquatable<Color> { /// <summary> /// Gets or sets alpha. /// </summary> /// <value>Alpha.</value> public byte A { get; set;} /// <summary> /// Gets...
/* * Clipboard.cs - Widget class that manages an X clipboard. * * Copyright (C) 2003 Southern Storm Software, Pty Ltd. * * 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 ...
// 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.Generic; using System.Linq; using System.Text; using Avalonia.Data; using Avalonia.Logging; using Avalonia.Utilitie...
//Copyright 2010 Microsoft 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 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 Zenject; using NUnit.Framework; using ModestTree; using Assert=ModestTree.Assert; namespace Zenject.Tests { [TestFixture] public class TestAllInjectionTypes : TestWithContainer { [Test] // Test all variations of injection public ...
// Copyright (c) .NET Foundation. All rights reserved. // Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Linq; using Microsoft.Extensions.Logging.Internal; using Xunit; namespace LoggingAdvanced.Console.Test.Legacy { public c...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.Collections.Generic; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; using ...
using System; using System.Data; using Csla; using Csla.Data; using Invoices.DataAccess; namespace Invoices.Business { /// <summary> /// SupplierEdit (editable root object).<br/> /// This is a generated <see cref="SupplierEdit"/> business object. /// </summary> /// <remarks> /// This class con...
using System; using System.Configuration; using System.Runtime.Serialization; using ServiceStack.Common.Web; using ServiceStack.ServiceHost; using ServiceStack.ServiceInterface.ServiceModel; using ServiceStack.Text; namespace ServiceStack.ServiceInterface.Auth { /// <summary> /// Inject logic into existing ser...
// <copyright file="DefaultMetricContextRegistry.cs" company="App Metrics Contributors"> // Copyright (c) App Metrics Contributors. All rights reserved. // </copyright> using System; using System.Collections.Concurrent; using System.Collections.Generic; using System.Linq; using App.Metrics.Apdex; using App.Metrics.Buc...
#region Copyright notice and license // Copyright 2015, Google 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 copyri...
using System; using System.Collections.Generic; using System.Globalization; using System.Linq; using System.Text.RegularExpressions; using System.Threading.Tasks; using System.Xml.Linq; using Palmmedia.ReportGenerator.Core.Logging; using Palmmedia.ReportGenerator.Core.Parser.Analysis; using Palmmedia.ReportGenerator.Co...
using Loon.Utils; using System; using Microsoft.Xna.Framework; using Loon.Java; namespace Loon.Core.Geom { public class RectBox : Shape { public class Rect2i { public int left; public int top; public int right; public int bottom; public override int GetHashCode() { ...
// 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 class is primarily used to test buffer boundary integrity of readers. /// This class constructs a memory st...
using Microsoft.Xna.Framework; namespace ConversionHelper { /// <summary> /// Helps convert between XNA math types and the BEPUphysics replacement math types. /// A version of this converter could be created for other platforms to ease the integration of the engine. /// </summary> public static cla...
#region license // Copyright (c) 2004, Rodrigo B. de Oliveira (rbo@acm.org) // 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 c...
using System; namespace SharpVectors.Scripting { /// /// IScriptableDomTimeStamp /// public interface IScriptableDomTimeStamp { } /// <summary> /// IScriptableDomImplementation /// </summary> public interface IScriptableDomImplementation { bool hasFeature(string feature, string version); IScriptabl...
// 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...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.Collections; using System.Runtime.InteropServices; using System.Security; using Xunit; namespace Syste...
/* * ****************************************************************************** * Copyright 2014-2017 Spectra Logic 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. A copy of the License i...
// ******************************************************************************************************** // Product Name: DotSpatial.Symbology.dll // Description: The core libraries for the DotSpatial project. // // ****************************************************************************************************...
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 UnityEngine; using System.Collections.Generic; using UnityEditor; namespace Pathfinding { /** Simple GUI utility functions */ public static class GUIUtilityx { private static Color prevCol; public static void SetColor (Color col) { prevCol = GUI.color; GUI.color = col; } public static void Rese...
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 from='2011' to='2011' company='SIL International'> // Copyright (c) 2011, SIL International. All Rights Reserved. // // Distributable under the terms of either the Common Public License or the // GNU Lesser ...
// The MIT License (MIT) // // CoreTweet - A .NET Twitter Library supporting Twitter API 1.1 // Copyright (c) 2014 lambdalice // // 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 res...
// 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 ...
// ******************************************************************************************************** // Product Name: DotSpatial.Projection // Description: The basic module for MapWindow version 6.0 // ******************************************************************************************************** // Th...
using System; using System.Collections.Generic; using System.Diagnostics; using System.IO; using System.Linq; using System.Reflection; using System.Text; using System.Threading; using System.Threading.Tasks; using NuGet; using Squirrel.SimpleSplat; using Squirrel; using Squirrel.Tests.TestHelpers; using Xunit; namespa...
/* * Copyright 2010 ZXing authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed ...
using System; using System.Diagnostics.Contracts; using System.Globalization; using Orleans.Core; using Orleans.Serialization; namespace Orleans.Runtime { [Serializable] internal class GrainId : UniqueIdentifier, IEquatable<GrainId>, IGrainIdentity { private static readonly object lockable = new ob...
using System; using System.Collections; using System.Collections.Generic; using System.Web.UI; using System.Web.UI.WebControls; using Vevo.Domain; using Vevo.Domain.Users; using Vevo.WebUI; public partial class Components_CountryAndStateList : Vevo.WebUI.International.BaseLanguageUserControl { private string _curr...
// <copyright file="SafariDriverServer.cs" company="WebDriver Committers"> // Copyright 2015 Software Freedom Conservancy // // 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://...
// // SubSonic - http://subsonicproject.com // // The contents of this file are subject to the New BSD // License (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.opensource.org/licenses/bsd-license.php // // Softw...
// 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.Globalization; namespace System.Net { // More sophisticated password cache that stores mul...
using System.IO.MemoryMappedFiles; namespace Tmds.DBus.Protocol; public static class Address { private static bool _systemAddressResolved = false; private static string? _systemAddress = null; private static bool _sessionAddressResolved = false; private static string? _sessionAddress = null; publ...
// ============================================================================ // FileName: MainConsole.cs // // Description: // Main console display for the demonstration SIP Proxy. // // Author(s): // Aaron Clauson // // History: // 13 Aug 2006 Aaron Clauson Created. // // License: // This software is licensed unde...
using System.Collections.Generic; using Umbraco.Core.Models; using Umbraco.Core.Persistence; using Umbraco.Core.Persistence.Querying; using Umbraco.Core.Persistence.UnitOfWork; namespace Umbraco.Core.Services { /// <summary> /// Tag service to query for tags in the tags db table. The tags returned are only rel...
using System; using System.Collections.Concurrent; using System.Collections.Generic; using WampSharp.Core.Serialization; using WampSharp.V2.Core.Contracts; namespace WampSharp.V2.PubSub { internal abstract class MatchTopicContainer { #region Fields private readonly ConcurrentDictionary<string,...
//----------------------------------------------------------------------- // <copyright file="TestSubscriber.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> /...
//Sourced from https://aspnetwebstack.codeplex.com/SourceControl/latest#src/System.Net.Http.Formatting/Formatting/MediaTypeFormatter.cs // Copyright (c) Microsoft Open Technologies, Inc. All rights reserved. See License.txt in the project root for license information. namespace RestBus.Client.Http.Formatting { usi...
using NUnit.Framework; using SJP.Schematic.Core; namespace SJP.Schematic.DataAccess.Tests { [TestFixture] internal static class CamelCaseNameTranslatorTests { [Test] public static void SchemaToNamespace_GivenNullName_ThrowsArgumentNullException() { var nameTranslator = n...
using System; using System.Collections.Generic; using Texture2D = Microsoft.Xna.Framework.Graphics.Texture2D; namespace Gum.Graphics.Animation { /// <summary> /// Represents a collection of AnimationFrames which can be used to perform /// texture flipping animation on IAnimationChainAnimatables such as ...
//------------------------------------------------------------------------------ // <copyright file="XslCompiledTransform.cs" company="Microsoft"> // Copyright (c) Microsoft Corporation. All rights reserved. // </copyright> // <owner current="true" primary="true">[....]</owner> // <spec>http://webdata/xml/specs/Xs...
#region License /* ********************************************************************************** * Copyright (c) Roman Ivantsov * This source code is subject to terms and conditions of the MIT License * for Irony. A copy of the license can be found in the License.txt file * at the root of this distribution. ...
// 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 Microsoft.CSharp.RuntimeBinder.Errors; using Microsoft.CSharp.RuntimeB...
// 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.Linq; using Xunit; namespace System.Collections.Immutable.Tests { ...
// 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. extern alias System_Runtime_Extensions; using System.ComponentModel; using System.Diagnostics; using System.Runtime...
#region License // Copyright 2013-2014 Matthew Ducker // // 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 // // ...
/* * MIT License * * Copyright (c) 2017 Brian Groenke * * 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, ...
/********************************************************************++ Copyright (c) Microsoft Corporation. All rights reserved. --********************************************************************/ using System; using System.Management.Automation; using System.Management.Automation.Internal; using System.Runtime....
// 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 UnityEngine; using System.Collections; using UnityEditor; public class HTGuiTools{ private static Texture2D gradientTexture; #region Widget public static bool BeginFoldOut(string text,bool foldOut, bool endSpace=true){ text = "<b><size=11>" + text + "</size></b>"; if (foldOut){ text = "\u25BC " + t...
//----------------------------------------------------------------------------- // Filename: SIPResponse.cs // // Description: SIP Response. // // History: // 17 Sep 2005 Aaron Clauson Created. // // License: // This software is licensed under the BSD License http://www.opensource.org/licenses/bsd-license.php // // C...
// 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 Xunit; namespace System.Net.NetworkInformation.Tests { public class StatisticsParsingTes...
//------------------------------------------------------------------------------ // <copyright file="ToolStripDropTargetManager.cs" company="Microsoft"> // Copyright (c) Microsoft Corporation. All rights reserved. // </copyright> //-------------------...
// Copyright 2017 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. namespace System.Xml.Serialization { using System; using System.IO; using System.Collections; using ...
using UnityEngine; using System.Collections; public class TempTestingCancel : MonoBehaviour { public bool isTweening = false; public bool tweenOverride = false; private LTDescr tween; // Use this for initialization void Start () { tween = LeanTween.move(gameObject, transform.position + Ve...
namespace Nancy.Tests.Unit.ViewEngines { using System.Collections.Generic; using System.Linq; using FakeItEasy; using Nancy.Configuration; using Nancy.ViewEngines; using Xunit; using Xunit.Extensions; public class DefaultViewLocatorFixture { private readonly DefaultViewLocat...
/* Copyright (c) 2011, Siemens Corporate Research a Division of Siemens 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....
// Copyright 2005-2010 Gallio Project - http://www.gallio.org/ // Portions Copyright 2000-2004 Jonathan de Halleux // // 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.a...
// 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.Reflection; using System.Collections.Generic; namespace Internal.Reflection.Extensions.N...
// Copyright 2004-2011 Castle Project - http://www.castleproject.org/ // // 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 ...
// ZlibCodec.cs // ------------------------------------------------------------------ // // Copyright (c) 2009 Dino Chiesa and Microsoft Corporation. // All rights reserved. // // This code module is part of DotNetZip, a zipfile class library. // // ------------------------------------------------------------------ /...
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using System.Globalization; using System.Collections; using System.Xml; using System; using Microsoft.Build.BuildEngine.Shared; using Microsoft.Build.Framework; names...
// // CheckBoxTableCell.cs // // Author: // Lluis Sanchez <lluis@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 restric...
using System; using System.Data; using System.Configuration; using System.Collections; using System.Web; using System.Web.Security; using System.Web.UI; using System.Web.UI.WebControls; using System.Web.UI.WebControls.WebParts; using System.Web.UI.HtmlControls; public partial class Backoffice_Referensi_Dokter_List : S...
// 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.Threading; using Xunit; namespace System.Linq.Parallel.Tests { p...
// MIT License // // Copyright(c) 2022 ICARUS Consulting GmbH // // 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, cop...
using System; using Raksha.Crypto.Parameters; namespace Raksha.Crypto.Engines { /** * The specification for RC5 came from the <code>RC5 Encryption Algorithm</code> * publication in RSA CryptoBytes, Spring of 1995. * <em>http://www.rsasecurity.com/rsalabs/cryptobytes</em>. * <p> * This implement...
// 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.Reflection; using System.Collections.Generic; using System.Linq; using Xunit; namespace System.Reflection.Compatibility.UnitTests.TypeTests ...
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. namespace Azure.Data.Tables.Queryable { internal static class XmlConstants { internal const string ClrServiceInitializationMethodName = "InitializeService"; internal const string HttpContentID = "Con...
using UnityEngine; using UnityEditor; using System.Collections; using System; using System.IO; public class Model_Importer : EditorWindow { enum SOFTWARE {None,Maya,C4D,Blender,Other}; SOFTWARE _software; Vector2 _scrollPos; string [] subDirectoryEntries; bool includeSubDir; int dirID; string _modelPath; str...
/* * Copyright 2010-2014 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 is located at * * http://aws.amazon.com/apache2.0 * * or in the "l...
//---------------------------------------------------------------- // Copyright (c) Microsoft Corporation. All rights reserved. //---------------------------------------------------------------- namespace System.Activities.Presentation.Internal.PropertyEditing.Editors { using System; using System.Collections....
using System; using System.Collections.Generic; using System.Globalization; using System.Windows; using System.Windows.Controls; using System.Windows.Data; namespace NotifyProcessingSample { [TemplateVisualState(Name = "Large", GroupName = "SizeStates")] [TemplateVisualState(Name = "Small", GroupName = "SizeSt...
//--------------------------------------------------------------------- // <copyright file="EntityViewGenerator.cs" company="Microsoft"> // Copyright (c) Microsoft Corporation. All rights reserved. // </copyright> // // @owner [....] // @backupOwner [....] //-------------------------------------------------...
/* * Copyright 2010-2014 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 is located at * * http://aws.amazon.com/apache2.0 * * or in the "l...
/******************************************************************************* * * Copyright (C) 2013-2014 Frozen North Computing * * 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...
// 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.Reflection; using System.ServiceModel; using System.ServiceModel.Channels; using Infrast...
using System; using System.Linq; using Moq; using NUnit.Framework; using Umbraco.Core; using Umbraco.Core.Logging; using Umbraco.Core.Models; using Umbraco.Core.PropertyEditors; using Umbraco.Core.Services; using Umbraco.Tests.TestHelpers.Entities; using Umbraco.Tests.Testing; using Umbraco.Web.Models.ContentEditing; u...