context
stringlengths
2.52k
185k
gt
stringclasses
1 value
// 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...
//------------------------------------------------------------------------------ // Symbooglix // // // Copyright 2014-2017 Daniel Liew // // This file is licensed under the MIT license. // See LICENSE.txt for details. //------------------------------------------------------------------...
// Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/protobuf/wrappers.proto #pragma warning disable 1591, 0612, 3021 #region Designer generated code using pb = global::Google.Protobuf; using pbc = global::Google.Protobuf.Collections; using pbr = global::Google.Protobuf.Reflection; using scg =...
#region License // Copyright (c) Jeremy Skinner (http://www.jeremyskinner.co.uk) // // 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 // ...
// 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 // // 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.IO; namespace mapgenerator { class mapgenerator { static void WriteFieldMember(TextWriter writer, MapField field) { string type = String.Empty; switch (field.Type) { case FieldType....
using System; using System.Collections.Generic; using System.Linq; using System.Net; using System.Net.Http; using System.Reactive.Linq; using System.Threading.Tasks; using Newtonsoft.Json; using Newtonsoft.Json.Serialization; using Xunit; using Refit; // InterfaceStubGenerator looks for this namespace Refit.Tests { ...
using System; using System.Collections.Generic; using System.Reflection; using BenchmarkDotNet.Attributes; using Microsoft.Extensions.DependencyInjection; using Orleans; using Orleans.Configuration; using Orleans.Runtime.Configuration; using Orleans.Serialization; using Orleans.Serialization.ProtobufNet; using UnitTest...
// ZlibStream.cs // ------------------------------------------------------------------ // // Copyright (c) 2009 Dino Chiesa and Microsoft Corporation. // All rights reserved. // // This code module is part of DotNetZip, a zipfile class library. // // ------------------------------------------------------------------ //...
/* Project Orleans Cloud Service SDK ver. 1.0 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, inc...
/* * 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 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 w...
namespace codingfreaks.WadLogTail.Ui.WindowsApp.ViewModel { using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.ComponentModel; using System.Diagnostics; using System.Globalization; using codingfreaks.cfUtils.Logic.Portable.Extensions; usi...
using System; using System.Reflection; using System.Threading.Tasks; namespace Abp.Threading { internal static class InternalAsyncHelper { public static async Task AwaitTaskWithFinally(Task actualReturnValue, Action<Exception> finalAction) { Exception exception = null; ...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. // ------------------------------------------------------------------------------ // Changes to this file must follow...
using System; using System.Data; using System.Data.SqlClient; using Csla; using Csla.Data; namespace ParentLoadROSoftDelete.Business.ERLevel { /// <summary> /// E02Level1 (read only object).<br/> /// This is a generated base class of <see cref="E02Level1"/> business object. /// This class is a root ob...
using System; using System.IO; using System.Linq; using Crane.Core.Api; using Crane.Core.Api.Model; using Crane.Core.Configuration; using Crane.Core.Runners; using Crane.Tests.Common; using Crane.Tests.Common.Context; using Crane.Tests.Common.Runners; using FluentAssertions; using Xbehave; namespace Crane.Integration....
using System; using System.Data; using System.Data.SqlClient; using Csla; using Csla.Data; namespace ParentLoadSoftDelete.Business.ERLevel { /// <summary> /// E08_Region (editable child object).<br/> /// This is a generated base class of <see cref="E08_Region"/> business object. /// </summary> ///...
#region CopyrightHeader // // Copyright by Contributors // // 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.txt // // Unless requ...
#region License /* * All content copyright Terracotta, Inc., unless otherwise indicated. 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.ap...
// ------------------------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the MIT License. See License in the project root for license information. // ------------------------------------------------------------------------------ /...
// ListOfTransactionsPanel.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 withou...
// 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 ...
/* * Exchange Web Services Managed API * * 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 restr...
// 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 static class DictionaryBaseTests { private...
/* * Copyright (c) Contributors, http://opensimulator.org/ * See CONTRIBUTORS.TXT for a full list of copyright holders. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * Redistributions of source code must r...
// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Generic; using System.Linq; using System.Threading; using System.Threading.Tasks; using Microsoft.CodeAnalysis; using Microsoft.CodeA...
// *********************************************************************** // Copyright (c) 2014-2015 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, ...
//------------------------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All rights reserved. //------------------------------------------------------------------------------ namespace System.ServiceModel.Configuration { using System.Collections.Generic; using 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. /****************************************************************************** * This file is auto-generated from ...
using System.Text.RegularExpressions; using System.Diagnostics; using System; using System.Drawing.Drawing2D; using System.Windows.Forms; using System.Collections; using System.Drawing; using Microsoft.VisualBasic; using System.Data.SqlClient; using System.Data; using System.Collections.Generic; using WeifenLuo.WinForm...
using System; using System.Runtime.InteropServices; using System.Text; namespace DbgEng.NoExceptions { [ComImport, ComConversionLoss, Guid("8C31E98C-983A-48A5-9016-6FE5D667A950"), InterfaceType(ComInterfaceType.InterfaceIsIUnknown)] public interface IDebugSymbols { [PreserveSig] int GetSymb...
using System; using System.Collections.Generic; using System.Linq; using System.Reflection; using Newtonsoft.Json; using Umbraco.Core.IO; using Umbraco.Core.Logging; using Umbraco.Core.Models; namespace Umbraco.Core.PropertyEditors { /// <summary> /// Defines a pre-value editor /// </summary> /// <rema...
/* * 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: * * 1) Redistributions of source code must retain the above copyright * notice, this lis...
// 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 Microsoft.Build.Execution; using Microsoft.Build.Shared; using System; using Microsoft.Build.Evaluation; using Microsoft.Build.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; namespace System.Xml.Linq { internal class XNodeBuilder : XmlWriter { ...
// 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. #if ES_BUILD_STANDALONE using System; using System.Diagnostics; #endif using System.Collections.Generic; using Syste...
// // Copyright (c) 2003-2006 Jaroslaw Kowalski <jaak@jkowalski.net> // Copyright (c) 2006-2014 Piotr Fusik <piotr@fusik.info> // // All rights reserved. // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions // are met: // // * Red...
#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, ...
// // Copyright (c)1998-2011 Pearson Education, Inc. or its affiliate(s). // All rights reserved. // using System; using System.Collections; using System.Xml; namespace OpenADK.Util { public class XmlUtils { /// <summary> /// This method returns the attribute value or NULL if the attribute do...
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See License.txt in the project root for license information. namespace Microsoft.Azure.Management.Dns.Fluent { using System.Collections.Generic; internal partial class DnsRecordSetImpl { /// <summary> ...
using Signum.Engine; using Signum.Engine.Engine; using Signum.Engine.Linq; using Signum.Engine.Maps; using Signum.Engine.PostgresCatalog; using Signum.Engine.SchemaInfoTables; using Signum.Entities; using Signum.Utilities; using Signum.Utilities.ExpressionTrees; using System; using System.Collections.Concurrent; using ...
#region License /* * All content copyright Marko Lahma, unless otherwise indicated. 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/li...
// // Author: // Jb Evain (jbevain@gmail.com) // // Copyright (c) 2008 - 2015 Jb Evain // Copyright (c) 2008 - 2011 Novell, Inc. // // Licensed under the MIT/X11 license. // using System; using Zenject.ReflectionBaking.Mono.Cecil.Metadata; namespace Zenject.ReflectionBaking.Mono.Cecil { static partial class Mixi...
//----------------------------------------------------------------------------- // Copyright (c) 2012 GarageGames, LLC // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to // deal in the Software without restrictio...
// // Box.cs // // Author: // Lluis Sanchez <lluis@xamarin.com> // // Copyright (c) 2011 Xamarin Inc // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal // in the Software without restriction, incl...
/* MIT License Copyright (c) 2017 Saied Zarrinmehr 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, publis...
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using Microsoft.AspNetCore.Html; using Microsoft.AspNetCore.Http; using Microsoft.AspNetCore.Mvc; using Microsoft.AspNetCore.Mvc.Rendering; using Microsoft.AspNetCore.Mvc.ViewFeatures; using Microsoft.AspNetCore.Routing; us...
#if !BESTHTTP_DISABLE_ALTERNATE_SSL && (!UNITY_WEBGL || UNITY_EDITOR) using System; using Org.BouncyCastle.Crypto; using Org.BouncyCastle.Crypto.Parameters; using Org.BouncyCastle.Math; namespace Org.BouncyCastle.Crypto.Encodings { /** * ISO 9796-1 padding. Note in the light of recent results you should * only use...
// 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.Diagnostics; using System.Globalization; using System.IO; using...
// ==++== // // Copyright (c) Microsoft Corporation. All rights reserved. // // ==--== //--------------------------------------------------------------------------- // // CLASS: SecurityDocument.cs // // <OWNER>[....]</OWNER> // // PURPOSE: Represent an XML document // // //---------------------------------...
//--------------------------------------------------------------------------- // // <copyright file="PropertyCondition.cs" company="Microsoft"> // Copyright (C) Microsoft Corporation. All rights reserved. // </copyright> // // // Description: // // History: // 10/14/2003 : BrendanM - Created // //-------------...
// 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 Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Immutable; using System.ComponentModel; using System.ComponentModel.Composition; using System.Linq; using Microsoft.Cod...
namespace AbpKendoDemo.Migrations { using System; using System.Collections.Generic; using System.Data.Entity.Infrastructure.Annotations; using System.Data.Entity.Migrations; public partial class Upgraded_To_V0_9 : DbMigration { public override void Up() { DropFor...
/**************************************************************************** Copyright (c) 2010-2012 cocos2d-x.org Copyright (c) 2008-2010 Ricardo Quesada Copyright (c) 2011 Zynga Inc. Copyright (c) 2011-2012 openxlive.com Permission is hereby granted, free of charge, to any person obtaining a copy of this software a...
// 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.Runtime.CompilerServices; using System.IO; using System.Collections; using System.Globalization; using System.Text; using System.Threading; u...
using System; using System.Collections.Generic; using System.Linq; using System.Runtime.Versioning; using Moq; using NuGet.Test.Mocks; using Xunit; namespace NuGet.Test { public class PackageRepositoryTest { // Test that when dependencyVersion is DependencyVersions.Lowest, // the dependency w...
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See License.txt in the project root for license information. using Microsoft.Azure.Management.BatchAI.Fluent.Models; namespace Microsoft.Azure.Management.BatchAI.Fluent.BatchAICluster.Definition { using Microsoft.Azure...
using System; using Csla; using SelfLoad.DataAccess; using SelfLoad.DataAccess.ERLevel; namespace SelfLoad.Business.ERLevel { /// <summary> /// C06_Country (editable child object).<br/> /// This is a generated base class of <see cref="C06_Country"/> business object. /// </summary> /// <remarks> ...
#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 (c) Microsoft Corporation // Licensed under the MIT license. See LICENSE file in the project root for full license information. // namespace Microsoft.Xbox.Services.TitleStorage { using global::System; using global::System.Runtime.InteropServices; using Microsoft.Xbox.Services.System; //...
// 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.0.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. n...
// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.ObjectModel; using System.Diagnostics; using Microsoft.VisualStudio.Debugger.Evaluation; using Microsoft.VisualStudio.D...
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using Microsoft.AspNetCore.Authorization; using Microsoft.AspNetCore.Mvc; using Microsoft.AspNetCore.Mvc.Localization; using Microsoft.Extensions.Localization; using Orchard.Admin; using Orchard.Deployment.ViewModels; using...
/* * Copyright (c) Contributors, http://opensimulator.org/ * See CONTRIBUTORS.TXT for a full list of copyright holders. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * Redistributions of source code must r...
// 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.Xsl { using System.Reflection; using System.Diagnostics; using System.IO; using...
/* **************************************************************************** * * 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.Collections; using System.ComponentModel; using System.Drawing; using System.Data; using System.Globalization; using System.Windows.Forms; //using ActiveWave.RfidDb; namespace ActiveWave.Mapper { public class ReaderListView : System.Windows.Forms.UserControl, IComparer { //public...
using System; using System.Collections; using System.IO; using System.Text; using Raksha.Asn1.Cms; using Raksha.Cms; using Raksha.Asn1; using Raksha.Asn1.Pkcs; using Raksha.Asn1.X509; using Raksha.OpenSsl; using Raksha.Security.Certificates; using Raksha.Utilities; using Raksha.Utilities.Collections; using Raksha.X509;...
// Copyright 2013 The Noda Time Authors. All rights reserved. // Use of this source code is governed by the Apache License 2.0, // as found in the LICENSE.txt file. using System.Globalization; using System.Text; using NodaTime.Annotations; using NodaTime.Globalization; using NodaTime.Text.Patterns; using NodaTime.Time...
using System; using System.Web; using System.Collections; using System.Collections.Generic; using System.Collections.Specialized; using System.Text.RegularExpressions; using gov.va.medora.mdo; using gov.va.medora.mdo.dao; using gov.va.medora.mdo.dao.vista; using gov.va.medora.mdo.api; using gov.va.medora.utils; using g...
//--------------------------------------------------------------------------- // // <copyright file="WindowsUpDown.cs" company="Microsoft"> // Copyright (C) Microsoft Corporation. All rights reserved. // </copyright> // // // Description: Win32 Up/Down proxy // // History: // Jean-Francois Peyroux, alexsn - ...
using System; using System.Collections; using System.Collections.Generic; using System.Linq; using BTDB.Buffer; using BTDB.FieldHandler; using BTDB.KVDBLayer; using BTDB.StreamLayer; namespace BTDB.ODBLayer { public class ODBDictionary<TKey, TValue> : IOrderedDictionary<TKey, TValue>, IQuerySizeDictionary<TKey> ...
// // Copyright (c) Microsoft and contributors. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // http://www.apache.org/licenses/LICENSE-2.0 // // Unless requi...
/* **************************************************************************** * * Copyright (c) Microsoft 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 ...
namespace SoftDemo { static class TorusMesh { public static readonly float[] Vertices = new[] { 2.5f, 0f, 0f, 2.405f, 0.294f, 0f, 2.155f, 0.476f, 0f, 1.845f, 0.476f, 0f, 1.595f, 0.294f, 0f, 1.5f, 0f, 0f, 1.595f, -0.294f, 0f, ...
/* ==================================================================== 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 Y...
using System; using ChainUtils.BouncyCastle.Crypto.Modes.Gcm; using ChainUtils.BouncyCastle.Crypto.Parameters; using ChainUtils.BouncyCastle.Crypto.Utilities; using ChainUtils.BouncyCastle.Utilities; namespace ChainUtils.BouncyCastle.Crypto.Modes { /// <summary> /// Implements the Galois/Counter mode (GCM) det...
// 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 Xunit; using Assembly = System.Reflection.Tests; [module: Assembly.MyAttribute_Single_P("single"), Assembly.MyAttribute_AllowMu...
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> /// User interaction: Visit to a web page. /// </summary> public class...
using System; using System.Threading; using System.Threading.Tasks; using Microsoft.AspNetCore.Http; using OwaspHeaders.Core; using OwaspHeaders.Core.Enums; using OwaspHeaders.Core.Extensions; using OwaspHeaders.Core.Models; using Xunit; namespace tests { public class SecureHeadersInjectedTest { privat...
using System; using ChainUtils.BouncyCastle.Utilities; namespace ChainUtils.BouncyCastle.Crypto.Digests { /** * Implementation of WhirlpoolDigest, based on Java source published by Barreto * and Rijmen. * */ public sealed class WhirlpoolDigest : IDigest, IMemoable { private const int BYTE_LENGTH = 64; pr...
using System; using System.Collections; using System.Collections.Generic; using Microsoft.Msagl.Core; using Microsoft.Msagl.Core.DataStructures; using Microsoft.Msagl.Core.GraphAlgorithms; namespace Microsoft.Msagl.Layout.Layered { /// <summary> /// The algorithm follows "A technique for Drawing Directed ...
using System; using NUnit.Framework; using OpenQA.Selenium.Environment; namespace OpenQA.Selenium { [TestFixture] public class FormHandlingTests : DriverTestFixture { [Test] public void ShouldClickOnSubmitInputElements() { driver.Url = formsPage; driver.FindE...
//------------------------------------------------------------------------------ // <copyright file="LinkGrep.cs" company="Microsoft"> // Copyright (c) Microsoft Corporation. All rights reserved. // </copyright> //-------------------------------------...
using System; using System.Collections; using System.Collections.Generic; using System.Configuration; using System.ComponentModel; using System.Data; using System.Data.Common; namespace Artem.Data.Access { /// <summary> /// Database utility object. /// </summary> public partial class DataAccess : ID...
/* * 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 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 Y...
using System; using System.Reflection; using UnityEditor; using UnityEngine; using Vexe.Editor.Helpers; using UnityObject = UnityEngine.Object; namespace Vexe.Editor.GUIs { public class TurtleGUI : BaseGUI { private static HorizontalBlock horizontal; private static VerticalBlock vertical; private static Metho...
/* * Original author: Nick Shulman <nicksh .at. u.washington.edu>, * MacCoss Lab, Department of Genome Sciences, UW * * Copyright 2012 University of Washington - Seattle, WA * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with...
// Licensed to the .NET Foundation under one or more agreements. // See the LICENSE file in the project root for more information. // // System.Drawing.Icon.cs // // Authors: // Gary Barnett (gary.barnett.mono@gmail.com) // Dennis Hayes (dennish@Raytek.com) // Andreas Nahr (ClassDevelopment@A-SoftTech.com) // S...
// Copyright (c) .NET Foundation and contributors. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using System; using System.IO; using FluentAssertions; using Microsoft.DotNet.TestFramework; using Microsoft.DotNet.Tools.Test.Utilities; using N...
// 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.Linq; using System.Reactive.Disposables; using System.Reactive.Linq; using Avalonia.Controls.Primitives; using Avalonia.Input; ...
// 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 Avalonia.Rendering; namespace Avalonia.VisualTree { /// <summary> /// Pr...
// 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; using System.Diagnostics.CodeAnalysis; using System.IO; using System.IO.Pipelines; using System.Threading; using System.Threading.Tasks; using...
using Lucene.Net.Attributes; using NUnit.Framework; using System; using System.Collections.Generic; namespace Lucene.Net.Support { /* * * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for ad...
using System; namespace TestFu.Grammars { /// <summary> /// Static helper class for creating rules. /// </summary> public sealed class Rules { #region Constructor private Rules() {} #endregion /// <summary> /// Creates an alternative of rules. /// </summary> /// <param name="rules"> /// Set 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.Collections.Specialized; using System.Linq; using Avalonia.Collections; using Avalonia.Controls.Presenters; using Avalonia.Controls.Templates...
// Copyright (c) Microsoft Corporation. All rights reserved. // // Licensed under the MIT License. See LICENSE.txt in the project root for license information. using Microsoft.Graphics.Canvas; using Microsoft.Graphics.Canvas.Effects; using Microsoft.Graphics.Canvas.Text; using Microsoft.Graphics.Canvas.UI.Xaml; using ...