context
stringlengths
2.52k
185k
gt
stringclasses
1 value
using System; using System.Collections.Generic; using System.Linq; using System.Text; using Android.App; using Android.Content; using Android.Graphics; using Android.Graphics.Drawables; using Android.OS; using Android.Runtime; using Android.Support.V4.App; using Android.Support.V4.View; using Android.Util; using Androi...
/* Copyright 2006 - 2010 Intel 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 writin...
// Artificial Intelligence for Humans // Volume 2: Nature-Inspired Algorithms // C# Version // http://www.aifh.org // http://www.jeffheaton.com // // Code repository: // https://github.com/jeffheaton/aifh // // Copyright 2014 by Jeff Heaton // // Licensed under the Apache License, Version 2.0 (the "License"); // you ma...
// Copyright 2008-2011. This work is licensed under the BSD license, available at // http://www.movesinstitute.org/licenses // // Orignal authors: DMcG, Jason Nelson // Modified for use with C#: // - Peter Smith (Naval Air Warfare Center - Training Systems Division) // - Zvonko Bostjancic (Blubit d.o.o. - zvonko.bostja...
using System; using System.IO; using System.Text; using System.Threading.Tasks; using Android.App; using Android.Content; using Gaucho.Forms.Android.Services; using Gaucho.Forms.Core.FileSystem; using Gaucho.Forms.Core.Services; using Java.IO; using NUnit.Framework; using File = System.IO.File; using FileMode = Gaucho....
// 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.ComponentModel.Composition; using System.ComponentModel.Composition.Primitives; using System.UnitTestin...
// // System.Security.Cryptography.SHA256Managed.cs // // Author: // Matthew S. Ford (Matthew.S.Ford@Rose-Hulman.Edu) // // (C) 2001 // Copyright (C) 2004, 2005 Novell, Inc (http://www.novell.com) // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated do...
using System; using System.Collections.Generic; using TriangleNet; using TriangleNet.Data; using TriangleNet.Geometry; namespace TriangleNet.Tools { public class AdjacencyMatrix { private int node_num; private int adj_num; private int[] adj_row; private int[] adj; public int[] Adjacency { get {...
using NBitcoin; using NBitcoin.RPC; using System; using System.Collections.Concurrent; using System.Collections.Generic; using System.IO; using System.Linq; using System.Threading.Tasks; using WalletWasabi.BitcoinCore.Rpc; using WalletWasabi.CoinJoin.Coordinator.Rounds; using WalletWasabi.Helpers; using WalletWasabi.Lo...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using OLEDB.Test.ModuleCore; namespace System.Xml.Tests { internal class VerifyNameTests2 : CTestCase { ...
// 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 ...
// // Copyright (c) 2010-2012 Frank A. Krueger // // 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, mer...
// Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/logging/v2/logging.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. // You may obtain a co...
// 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 file="PrintHelper.cs" company="Mark Pitman"> // Copyright 2007 - 2013 Mark Pitman // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the Licens...
// Copyright (c) Microsoft Corporation. // Licensed under the MIT License. using System.IO; using System.Management.Automation.Internal; using System.Management.Automation.Tracing; using System.Threading; #if !UNIX using System.Security.Principal; #endif using Dbg = System.Management.Automation.Diagnostics; namespac...
using System.Collections.Concurrent; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using PureClarity.Collections; using PureClarity.Models; namespace PureClarity.Managers { public class FeedManager { private int _region; private string _accessKey; pr...
// 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.Collections.Generic; using System.Linq; using System.MemoryTests; using System.Te...
#region License // // Copyright (c) 2018, Fluent Migrator Project // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required ...
// Copyright 2009 Frank van Dijk // This file is part of Taps. // // Taps 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 3 of the License, or // (at your option) any later version. // // Tap...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.Diagnostics; using System.Diagnostics.Contracts; using System.Runtime.InteropServices.WindowsRuntime; u...
using System; using System.Collections.Generic; using Microsoft.CodeAnalysis; using Microsoft.CodeAnalysis.CSharp; using Microsoft.CodeAnalysis.Diagnostics; using System.Collections.Immutable; using Microsoft.CodeAnalysis.CodeFixes; using System.Threading.Tasks; using Microsoft.CodeAnalysis.CodeActions; using Microsoft...
// 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. // =+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+ // // A simple coordinatio...
// // Utilities.cs // // Author: // Jb Evain (jbevain@gmail.com) // // Generated by /CodeGen/cecil-gen.rb do not edit // Tue Jul 17 00:22:33 +0200 2007 // // (C) 2005 Jb Evain // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated documentation files (the...
// 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.Reflection; using Xunit; namespace System.Linq.Expressions.Tests { public class PostDecrementAssig...
/* ==================================================================== 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 ...
using System; using System.Drawing; using System.Runtime.InteropServices; namespace Vanara.PInvoke { public static partial class User32 { /// <summary> /// <para>Indicates the screen orientation preference for a desktop app process.</para> /// </summary> // https://docs.microsoft.com/en-us/windows/desktop/ap...
/* * Copyright 2006-2007 Jeremias Maerki. * * 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...
/* * 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 ...
using System; using System.Collections.Generic; using System.Text; namespace PlayFab { /// <summary> /// Error codes returned by PlayFabAPIs /// </summary> public enum PlayFabErrorCode { Unknown = 1, Success = 0, InvalidParams = 1000, AccountNotFound = 1001, ...
using System; using System.Data; using System.Runtime.InteropServices; using System.Threading; using System.Text; using System.Diagnostics; using Microsoft.Win32; namespace WeblinkCommunication { public class DetectWebLinkDevice { // Constant strings : Defines the device we are looking for // =...
using System; using UnityEngine; using UnityEngine.Rendering; namespace UnityEditor.Experimental.Rendering.HDPipeline { // A Material can be authored from the shader graph or by hand. When written by hand we need to provide an inspector. // Such a Material will share some properties between it various variant ...
using UnityEngine; using System.Collections; public class Asteroid : MonoBehaviour { public AsteroidSpawner mom; PlayerController myPlayer; GameManager gm; public ScreenWrap sw; MeshRenderer mr; public AudioManager am; float mineTime = 0; // Time it takes to mine asteroid float maxSpe...
// 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 ...
/* * 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 2011 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 applicabl...
using System; using System.Diagnostics; using System.Runtime.CompilerServices; using System.Threading; using System.Threading.Tasks; using NUnit.Framework; namespace System.FrameworkExtensions.Tests { [TestFixture] public sealed class TaskSchedulerTests { public class N1Test { p...
using System; using System.Threading; using System.Net; using System.Net.Sockets; using System.Runtime.Serialization; using System.Runtime.Serialization.Formatters.Binary; using chat.services; using chat.model; using chat.network.dto; using chat.network.protocol; namespace chat.network.client { /// /// <summary>...
using System; using System.Collections.Generic; using System.Linq; using Microsoft.AspNetCore.Mvc; using Microsoft.AspNetCore.Http; using Microsoft.EntityFrameworkCore; using Microsoft.Extensions.Configuration; using Microsoft.Extensions.Logging; using HetsApi.Authorization; using HetsApi.Helpers; using HetsApi.Model; ...
using System.Text; using Loon.Core.Geom; using Loon.Core.Graphics.Opengl; using Loon.Utils; namespace Loon.Core.Graphics.Component { public class Print : LRelease { private int index, offset, font, tmp_font; private int fontSizeDouble; private char text; private char[] showMessages; private int ...
/* * DocuSign REST API * * The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. * * OpenAPI spec version: v2 * Contact: devcenter@docusign.com * Generated by: https://github.com/swagger-api/swagger-codegen.git */ using System; using System....
// 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 ...
// Copyright (c) Charlie Poole, Rob Prouse and Contributors. MIT License - see LICENSE.txt using NUnit.Framework.Interfaces; using System; namespace NUnit.Framework.Internal.Results { public class TestResultFailureWithReasonAndStackGivenTests : TestResultFailureTests { public TestResultFailureWithReas...
namespace Nancy { using System; using System.Collections.Generic; using System.Collections.Specialized; using System.IO; using System.Linq; using System.Text.RegularExpressions; using System.Security.Cryptography.X509Certificates; using IO; using Nancy.Extensions; using Session;...
// // 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...
// ZipEntryFactory.cs // // Copyright 2006 John Reilly // // Copyright (C) 2001 Free Software Foundation, Inc. // // 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 Li...
using System; namespace Bridge.jQuery2 { public partial class jQuery { /// <summary> /// Trigger the "blur" event on an element. /// </summary> /// <returns>The jQuery instance</returns> public virtual jQuery Blur() { return null; } /...
//------------------------------------------------------------------------------ // <copyright file="CatalogPartChrome.cs" company="Microsoft"> // Copyright (c) Microsoft Corporation. All rights reserved. // </copyright> //------------------------------------------------------------------------------ namespace Sy...
// // (C) Copyright 2003-2011 by Autodesk, Inc. // // Permission to use, copy, modify, and distribute this software in // object code form for any purpose and without fee is hereby granted, // provided that the above copyright notice appears in all copies and // that both that copyright notice and the limited warranty ...
// // NowPlayingInterface.cs // // Author: // Aaron Bockover <abockover@novell.com> // // Copyright 2008-2010 Novell, Inc. // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated documentation files (the // "Software"), to deal in the Software without rest...
using System; using System.Diagnostics; using System.IO; using System.Collections.Generic; using IronAHK.Rusty.Common; namespace IronAHK.Rusty { partial class Core { // TODO: organise Disk.cs /// <summary> /// Ejects/retracts the tray in a CD or DVD drive, or sets a drive's volume labe...
using System; using System.Data; using System.Configuration; using System.Collections; using System.Collections.Generic; 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; using Vevo; using Vevo.D...
/* * CustomAttributeBuilder.cs - Implementation of the * "System.Reflection.Emit.CustomAttributeBuilder" class. * * Copyright (C) 2002 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 b...
/* -*- Mode: java; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ // Hiveminder.cs // // Copyright (c) 2008 Johnny Jacob <johnnyjacob@gmail.com> // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to dea...
/* * 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...
#region Copyright notice and license // Copyright 2015 gRPC 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 req...
namespace SharpCompress.Common.Rar.Headers { using SharpCompress; using SharpCompress.Common; using SharpCompress.IO; using System; using System.IO; using System.Runtime.CompilerServices; internal class FileHeader : RarHeader { [CompilerGenerated] private long _Compresse...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the Apache 2.0 License. // See the LICENSE file in the project root for more information. #if FEATURE_REFEMIT using System; using System.Diagnostics; using System.Globalization; using System.IO; usi...
// 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.Generic; using System.ComponentModel; using System.Diagnostics; using System.Globalization; using System.IO; using Syst...
/* Copyright 2019 Esri 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 writing, ...
/* * 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 not u...
using Microsoft.Extensions.Logging; using Microsoft.CodeAnalysis.CSharp.Syntax; using Orleans.CodeGeneration; using Orleans.Runtime; using Orleans.CodeGenerator.Utilities; using Orleans.Serialization; using Orleans.Utilities; using System; using System.CodeDom.Compiler; using System.Collections.Generic; using System.Di...
// 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.Generic; using System.Collections.Immutable; using System.Diagnostics; using System.Reflection; using System.Threading;...
// This file is part of YamlDotNet - A .NET library for YAML. // Copyright (c) Antoine Aubry and contributors // Permission is hereby granted, free of charge, to any person obtaining a copy of // this software and associated documentation files (the "Software"), to deal in // the Software without restriction, inc...
namespace YesNo_specs; public class With_domain_logic { [TestCase(false, "yes")] [TestCase(false, "no")] [TestCase(false, "?")] [TestCase(true, "")] public void IsEmpty_returns(bool result, YesNo svo) { Assert.AreEqual(result, svo.IsEmpty()); } [TestCase(false, "yes")] [Tes...
/* ==================================================================== 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...
/* Copyright 2019 Esri 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 writing, ...
//------------------------------------------------------------------------------ // <copyright file="ToolboxItem.cs" company="Microsoft"> // Copyright (c) Microsoft Corporation. All rights reserved. // </copyright> //----------------------------------...
// ====================================================================================== // File : exEase.cs // Author : Wu Jie // Last Change : 08/06/2011 | 21:43:52 PM | Saturday,August // Description : // ====================================================================================== /////...
/* **************************************************************************** * * Copyright (c) Microsoft Corporation. * * This source code is subject to terms and conditions of the Microsoft Public License. A * copy of the license can be found in the License.html file at the root of this distribution. If * you...
/* * 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...
//--------------------------------------------------------------------- // This file is part of the CLR Managed Debugger (mdbg) Sample. // // Copyright (C) Microsoft Corporation. All rights reserved. //--------------------------------------------------------------------- using System; using System.Diagnostics; usin...
namespace SqlStreamStore.HAL.Tests { using System; using System.Collections.Generic; using System.Linq; using System.Net; using System.Net.Http; using System.Threading; using System.Threading.Tasks; /// <summary> /// A delegating handler that handles HTTP redirects (301, 302, 303, 3...
using System; using System.Data.Common; namespace Cuemon.Data { /// <summary> /// An abstract class representing the actual data binding to a data source. /// </summary> public abstract class DataAdapter { private readonly object _padLock = new object(); #region Constructors ...
/* * 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 ...
// 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.Diagnostics; using System.Drawing; using System.Drawing.Drawing2D; using System.Drawing.Imaging; using System.Drawing.Text; using System.IO; using System.Linq; using System.Reflection; using System.Runtime.InteropServices; using System.Windows.Forms; using Ap...
// 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.Threading.Tasks; using Microsoft.AspNetCore.Components; using Microsoft.AspNetCore.Html; using Microsoft.AspNetCore.Http; using Microsoft.AspNetCore.Mvc.Re...
/* * * (c) Copyright Ascensio System Limited 2010-2021 * * 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 la...
// Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/logging/v2/logging_metrics.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; us...
//----------------------------------------------------------------------------- // Copyright (c) Microsoft Corporation. All rights reserved. //----------------------------------------------------------------------------- namespace System.ServiceModel.Dispatcher { using System; using System.Runtime; using ...
// 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.Data; using System.Diagnostics; using System.Drawing; using System.Collections; using System.ComponentModel; using System.Globalization; using System.IO...
// Copyright (c) 2014-2020 The Khronos Group Inc. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and/or associated documentation files (the "Materials"), // to deal in the Materials without restriction, including without limitation // the rights to use, copy, mod...
// 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 // // https://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicabl...
// Copyright (c) MOSA Project. Licensed under the New BSD License. using Mosa.Compiler.Common; using Mosa.Compiler.Framework; using Mosa.Compiler.Framework.Stages; using Mosa.Compiler.MosaTypeSystem; using Mosa.Platform.x86.Stages; using System.Diagnostics; namespace Mosa.Platform.x86 { /// <summary> /// This class...
/* * PhoneGap is available under *either* the terms of the modified BSD license *or* the * MIT License (2008). See http://opensource.org/licenses/alphabetical for full text. * * Copyright (c) 2005-2011, Nitobi Software Inc. * Copyright (c) 2011, Microsoft Corporation */ using System.Runtime.Serialization; using ...
using Agent.Sdk; using Pipelines = Microsoft.TeamFoundation.DistributedTask.Pipelines; using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Threading.Tasks; using System.Xml.Serialization; using System.Text; using System.Xml; using System.Security.Cryptography.X509Certificate...
using System; using System.Data.Common; using System.Data.Entity.Infrastructure; using System.Linq; using NUnit.Framework; using TddBuddy.SpeedyLocalDb.EF.Example.Attachment.Builders; using TddBuddy.SpeedyLocalDb.EF.Example.Attachment.Context; using TddBuddy.SpeedyLocalDb.EF.Example.Attachment.Entities; using TddBuddy....
// Copyright 2017 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 ...
/* ==================================================================== 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...
// 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.Search.Models { using System; using System.Collections.Generic; using System.Linq; using System.Text; using Commo...
// snippet-sourcedescription:[ ] // snippet-service:[dynamodb] // snippet-keyword:[dotNET] // snippet-keyword:[Amazon DynamoDB] // snippet-keyword:[Code Sample] // snippet-keyword:[ ] // snippet-sourcetype:[full-example] // snippet-sourcedate:[ ] // snippet-sourceauthor:[AWS] // snippet-start:[dynamodb.dotNET.CodeExamp...
/* * Copyright (c) InWorldz Halcyon Developers * Copyright (c) Contributors, http://opensimulator.org/ * * 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...
namespace Fonet.Fo.Flow { using System; using System.Collections; using Fonet.DataTypes; using Fonet.Fo.Properties; using Fonet.Layout; internal class Table : FObj { new internal class Maker : FObj.Maker { public override FObj Make(FObj parent, PropertyList prope...
#region File Description //----------------------------------------------------------------------------- // ScreenManager.cs // // Microsoft XNA Community Game Platform // Copyright (C) Microsoft Corporation. All rights reserved. //----------------------------------------------------------------------------- #endregion...
using UnityEditor; using UnityEngine; using System.Collections.Generic; using PrefabEvolution; namespace PrefabEvolution { class PEPropertyPickerWindow : EditorWindow { [SerializeField] private List<int> expandList = new List<int>(); private bool this[Object obj] { get { var key = obj.GetInstanceI...
//============================================================================= // System : Sandcastle Help File Builder Plug-Ins // File : VersionBuilderPlugIn.cs // Author : Eric Woodruff (Eric@EWoodruff.us) // Updated : 06/27/2010 // Note : Copyright 2007-2010, Eric Woodruff, All rights reserved // Compiler...
/* * Copyright 2010-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 is located at * * http://aws.amazon.com/apache2.0 * * or in the "l...
using Lucene.Net.Support; using System; using System.Collections.Generic; using System.Diagnostics; namespace Lucene.Net.Util.Automaton { /* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for ad...
// 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. /* We are testing the following scenario: interface I<T> {} [in Class_ImplicitOverrideVirtualNewslot.cs] class C<...