context
stringlengths
2.52k
185k
gt
stringclasses
1 value
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using System.IO; using System.Collections.Generic; using System.Diagnostics; using System.Linq; #if M...
// Copyright 2018 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 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 ...
//------------------------------------------------------------------------------ // Symbooglix // // // Copyright 2014-2017 Daniel Liew // // This file is licensed under the MIT license. // See LICENSE.txt for details. //------------------------------------------------------------------...
// Copyright (C) 2004 Kevin Downs // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation; either version 2 of the License, or // (at your option) any later version. // // This program is distribu...
// 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.Concurrent; using System.IO; using System.Threading; using System.Threading.Tasks; using Microsoft.CodeAnalysis; using ...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.Collections.Generic; using System.Collections.Immutable; using System.IO; using System.Reflection.Metad...
// 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.Runtime.InteropServices; using System.Threading; using Microsoft.VisualStudio; using Microsoft.VisualStudio.ComponentModelHost; usi...
namespace android.view { [global::MonoJavaBridge.JavaClass(typeof(global::android.view.LayoutInflater_))] public abstract partial class LayoutInflater : java.lang.Object { internal new static global::MonoJavaBridge.JniGlobalHandle staticClass; protected LayoutInflater(global::MonoJavaBridge.JNIEnv @__env) : base...
// Generated by the protocol buffer compiler. DO NOT EDIT! // source: folio/rpc/group_booking_folio_svc.proto #pragma warning disable 1591 #region Designer generated code using System; using System.Threading; using System.Threading.Tasks; using grpc = global::Grpc.Core; namespace HOLMS.Types.Folio.RPC { public sta...
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using System.Collections; using System.Collections.Generic; using System.Collections.Specialized; using System.Linq; using osu.Framework.Bindables; using os...
// 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.Net; using System.Net.Http; using System.Threading.Tasks; using Microsoft.AspNetCore.TestHost; using Microsoft.Extensions.Hosting; using RoutingWebSite; us...
// 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.Text; using System.Diagnostics; using System.Runtime.InteropServices; using CryptographicException = System.Security.Cryptography.Cryptograp...
/* * 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...
using System; using System.Reactive.Linq; using Foundation; using AppKit; using CoreGraphics; using MusicPlayer.Managers; using MusicPlayer.Models; using MusicPlayer.Data; using SDWebImage; namespace MusicPlayer { //[Register("PlaybackBar")] public class PlaybackBar : NSColorView { NSImageView AlbumArt; ...
// Copyright 2021 Google LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // https://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in ...
using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Web.Mvc; namespace MvcContrib.UI.Grid { /// <summary> /// Base class for Grid Renderers. /// </summary> public abstract class GridRenderer<T> : IGridRenderer<T> where T : class { protected IGridModel<T> GridModel ...
// // Document.cs // // Author: // Jonathan Pobst <monkey@jpobst.com> // // Copyright (c) 2010 Jonathan Pobst // // 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 restrict...
using System; using System.Collections.Generic; using NUnit.Framework; using Paramol; namespace Projac.Tests { public class HandlerResolutionCases { public static IEnumerable<TestCaseData> WhenEqualToHandlerMessageTypeCases() { // * Matches * //Exact message type resolu...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using NUnit.Framework; namespace IoC.Tests { [TestFixture] public class IoCFixture { #region SetUp / TearDown [SetUp] public void Init() { } [TearDown] public void Dispose...
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using System.Collections.Generic; using System.Linq; using System.Threading; using NUnit.Framework; using osu.Framework.Allocation; using osu.Framework.Grap...
// // 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...
// 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; using System; using System.Reflection; using System.Collections.Generic; using System.Linq; using Syste...
// 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.Specialized.Tests { ...
// ==++== // // Copyright (c) Microsoft Corporation. All rights reserved. // // ==--== /*============================================================ ** ** Class: StringWriter ** ** <OWNER>[....]</OWNER> ** ** Purpose: For writing text to a string ** ** ===========================================================...
using System.Collections; using System; using System.Globalization; namespace io { public class IoNumber : IoObject { public override string name { get { return "Number"; } } public object value { get { if (isInteger) { ...
// // CookieCollection.cs // Copied from System.Net.CookieCollection.cs // // Authors: // Lawrence Pit (loz@cable.a2000.nl) // Gonzalo Paniagua Javier (gonzalo@ximian.com) // Sebastien Pouliot (sebastien@ximian.com) // sta (sta.blockhead@gmail.com) // // Copyright (c) 2004,2009 Novell, Inc (http://www.novell.com) // Co...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using System.Collections.Generic; using System.ComponentModel; using System.IO; using System.Linq; usi...
// 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) 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 Microsoft.CodeAnalysis.Editor; using Microsoft.Internal.VisualStudio.Shell; using Microsoft.VisualStudio...
using System; using System.Collections; using System.Reflection; namespace jGrid.Helpers { #region Class StringEnum /// <summary> /// Helper class for working with 'extended' enums using <see cref="StringValueAttribute"/> attributes. /// http://www.codeproject.com/KB/cs/stringenum.aspx /// </summary> public...
using System; using System.Collections.Generic; using System.Text; using System.Diagnostics; // // Visual Basic .NET Parser // // Copyright (C) 2005, Microsoft Corporation. All rights reserved. // // THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER // EXPRESSED OR IMPLIED, INCLUDING B...
// // WidgetBackend.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 restric...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using Android.App; using Android.Content; using Android.OS; using Android.Runtime; using Android.Views; using Android.Widget; using System.Drawing; using Android.Graphics; using Android.Content.PM; using Android.Hardware; using Syst...
using System; using System.Collections.Generic; using System.IO; using System.Security.Cryptography; using System.Text; /* * Clas for various methods and utility constants. */ class M { internal const int SSLv20 = 0x0200; internal const int SSLv30 = 0x0300; internal const int TLSv10 = 0x0301; internal const in...
// <copyright file="EventFiringWebDriver.cs" company="WebDriver Committers"> // Licensed to the Software Freedom Conservancy (SFC) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information // regarding copyright ownership. The SFC licenses this fil...
// 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.Globalization; namespace System.Net { ...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. /*============================================================ ** ** ** ** Purpose: Attributes for debugger ** ** ==...
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using System; using System.Collections; using System.Text; using Microsoft.Win32; using System.Runtime.InteropServices; using System.Runtime.CompilerServices; using Syst...
using UnityEngine; using System.Collections; namespace DGX.Mecanics { public class LevierForce : MonoBehaviour { private enum eState { knThrowing = 0, knPulling, knReleased, knReadyToFill, knReadyToShot }; 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. namespace System.Drawing { using System.Runtime.Serialization.Formatters; using System.Runtime.InteropServic...
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> /// Web page type: Image gallery page. /// </summary> public class Ima...
/* * Copyright (c) Contributors, http://opensimulator.org/ * See CONTRIBUTORS.TXT for a full list of copyright holders. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * Redistributions of source code must r...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using System.IO; using System.Net; using System.Runtime.InteropServices; using System.Security.Cryptog...
using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.Collections.Specialized; using System.ComponentModel; using Android.Support.V4.View; using Android.Views; using AView = Android.Views.View; namespace Xamarin.Forms.Platform.Android { public abstract class VisualElementR...
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.Diagnostics; using System.IO; using System.Management.Automation; using System.Management.Automation.Internal; using System....
using System; using System.Collections.Generic; using System.Drawing; using System.IO; using System.Runtime.InteropServices; using System.Text; using Microsoft.Win32; namespace Hydra.Framework.Conversions { // // ********************************************************************** /// <summary> /// U...
using System; using System.Collections.Generic; using System.Globalization; using System.IO; using System.Net; using System.Text; using System.Web; using System.Web.Routing; using Nop.Core; using Nop.Core.Domain.Catalog; using Nop.Core.Domain.Directory; using Nop.Core.Domain.Orders; using Nop.Core.Domain.Payments; usin...
// 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.Threading.Tasks; namespace System.Xml { internal partial class ReadCont...
// Python Tools for Visual Studio // Copyright(c) Microsoft Corporation // All rights reserved. // // Licensed under the Apache License, Version 2.0 (the License); you may not use // this file except in compliance with the License. You may obtain a copy of the // License at http://www.apache.org/licenses/LICENSE-2.0 //...
//------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All rights reserved. //------------------------------------------------------------ namespace System.IdentityModel.Claims { using System; using System.Xml; /// <summary> /// Dictionary of naming ele...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. /****************************************************************************** * This file is auto-generated from ...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System; using System.Threading; using System.Threading.Tasks; using Microsoft.Extensions.Caching.Distributed; using Microsoft.Extensions.Internal; using Microsoft.Extensions.Op...
//******************************************************* // // Delphi DataSnap Framework // // Copyright(c) 1995-2011 Embarcadero Technologies, Inc. // //******************************************************* using System; using System.Collections.Generic; using System.Diagnostics; using System.IO; usi...
// 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.IO; namespace System.Security.Cryptography { public abstract partial class E...
// 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) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. //------------------------------------------------------------------------------ using System; using System.Data; using System.Threading.Tasks; using System.Threadin...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using System.Collections.Generic; using System.ComponentModel.Composition.Hosting; using System.Diagno...
using CSScriptLibrary; using System; using System.Diagnostics; // Read in more details about all aspects of CS-Script hosting in applications // here: http://www.csscript.net/help/Script_hosting_guideline_.html // // This file contains samples for the script hosting scenarios relying on CS-Script Evaluator interface ...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Text.RegularExpressions; using Microsoft.Xna.Framework; using Microsoft.Xna.Framework.Audio; using Microsoft.Xna.Framework.Content; using Microsoft.Xna.Framework.GamerServices; using Microsoft.Xna.Framework.Graphics; usin...
//------------------------------------------------------------------------------ // <copyright file="BackgroundWorker.cs" company="Microsoft"> // Copyright (c) Microsoft Corporation. All rights reserved. // </copyright> //------------------------------------------------------------------------------ namespace Sy...
using System; using System.Data; using System.Data.SqlClient; using System.Web; using Rainbow.Framework.Data; using Rainbow.Framework.Settings; using System.Web.Security; namespace Rainbow.Framework.Monitoring { /// <summary> /// strings used for actions /// </summary> public static class MonitoringAct...
// ----------------------------------------------------------------------- // <copyright file="Resizer.Generated.cs" company="Microsoft"> // Copyright (c) Microsoft Corporation. All rights reserved. // </copyright> // // <auto-generated> // This code was generated by a tool. DO NOT EDIT // // Changes...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.Diagnostics; using System.Runtime.CompilerServices; namespace System { /// <summary> /// Exten...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.Data.Common; using System.Diagnostics; using System.Globalization; using System.Runtime.InteropServices...
using System; using System.Globalization; using System.Runtime.CompilerServices; /// <summary> /// Convert.ToString(System.Int16,System.Int32) /// </summary> public class ConvertToString14 { public static int Main() { ConvertToString14 testObj = new ConvertToString14(); TestLibrary.TestFramewo...
#region Header // // Copyright 2003-2019 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 lim...
/** * MetroFramework - Modern UI for WinForms * * The MIT License (MIT) * Copyright (c) 2011 Sven Walter, http://github.com/viperneo * * 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 * Softw...
// 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.Diagnostics; using System.Globalization; using System.Linq; using Microsoft.VisualStudio.Debugger...
using System; using System.Collections; using System.Text.RegularExpressions; using System.Xml; namespace Stetic.Wrapper { public class Table : Container { const Gtk.AttachOptions expandOpts = Gtk.AttachOptions.Expand | Gtk.AttachOptions.Fill; const Gtk.AttachOptions fillOpts = Gtk.AttachOptions.Fill; public...
// Copyright 2015-2016 Google Inc. All Rights Reserved. // Licensed under the Apache License Version 2.0. using Google.Apis.CloudResourceManager.v1; using Google.Apis.CloudResourceManager.v1.Data; using Google.Apis.Storage.v1; using Google.Apis.Storage.v1.Data; using Google.Apis.Upload; using Google.PowerShell.Common;...
// // 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...
using System; using System.IO; using System.IO.Abstractions; using System.Linq; using System.Net; using System.Reactive.Linq; using System.Reactive.Subjects; using System.Text; using Moq; using ReactiveUIMicro; using Squirrel.Client; using Squirrel.Core; using Squirrel.Tests.TestHelpers; using Xunit; namespace Squirre...
using System; using System.Collections.Generic; using System.Text; using InstallerLib; using NUnit.Framework; using dotNetUnitTestsRunner; using System.IO; using System.Xml; using Vestris.ResourceLib; using System.Reflection; using System.Web; namespace InstallerLibUnitTests { [TestFixture] public class Instal...
#region Licence... /* The MIT License (MIT) Copyright (c) 2014 Oleg Shilo 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 System.Collections.Generic; using Android.Content; using Android.Runtime; using Android.Util; using Android.Views; using Android.Widget; using AView = Android.Views.View; using AListView = Android.Widget.ListView; namespace Xamarin.Forms.Platform.Android { public class TableViewModelRenderer : Cel...
/** * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. * * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, * copy, modify, and distribute this software in source code or binary form for use * in connection with the web services and APIs provided by Facebook. * * As ...
// complete.c #region OMIT_COMPLETE #if !OMIT_COMPLETE using System; using System.Diagnostics; namespace Core { public partial class Parser { enum TKC : byte { SEMI = 0, WS = 1, OTHER = 2, #if !OMIT_TRIGGER EXPLAIN = 3, CREATE = 4, ...
// -------------------------------------------------------------------------------------------- // <copyright file="StringFieldFixture.cs" company="Effort Team"> // Copyright (C) Effort Team // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated...
using UnityEngine; using System.Collections; using Pathfinding; /** Moves a grid graph to follow a target. * * Attach this to some object in the scene and assign the target to e.g the player. * Then the graph will follow that object around as it moves. * * This is useful if pathfinding is only necessary in a smal...
// 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) 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...
// 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 System.Collections; using System.Collections.Generic; using System.Glo...
using System; using System.IO; using System.Net; using System.Drawing; using System.Collections; using System.ComponentModel; using System.Windows.Forms; using Zeus; using Zeus.UserInterface; using Zeus.UserInterface.WinForms; using MyMeta; namespace MyGeneration { /// <summary> /// Summary description for WebTempl...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. /*============================================================ ** ** ** ** Purpose: ** ** =========================...
using System.Collections.Generic; using System.IO; using System.Threading.Tasks; using Discord.API; using Discord.Rest; namespace Discord.WebSocket { /// <summary> /// Represents the base of a WebSocket-based Discord client. /// </summary> public abstract partial class BaseSocketClient : BaseDiscor...
using System; using System.Text; using Loyc.MiniTest; using Pixie; using Wasm.Interpret; namespace Wasm.Text { [TestFixture] public class AssemblerTests { [Test] public void AssembleEmptyModule() { var module = AssembleModule("(module)"); Assert.AreEqual(0, m...
// // Copyright (c) 2008-2011, Kenneth Bell // // Permission is hereby granted, free of charge, to any person obtaining a // copy of this software and associated documentation files (the "Software"), // to deal in the Software without restriction, including without limitation // the rights to use, copy, modify, merge, ...
using System; using System.Collections; using System.Text; using IO = System.IO; using Crypto = System.Security.Cryptography; // 18/5/03 public class Encryption { private Encryption() { } public static void Encrypt(string username, string password, byte[] salt, out byte[] result1, out byte[] result2) { byte...
/**************************************************************************** Tilde Copyright (c) 2008 Tantalus Media Pty 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, in...
using System; using System.Collections.Generic; using System.Diagnostics; using Saltarelle.Compiler.JSModel.Statements; using Saltarelle.Compiler.JSModel.ExtensionMethods; namespace Saltarelle.Compiler.JSModel.Expressions { public enum ExpressionNodeType { ArrayLiteral, // Binary LogicalAnd, LogicalOr, Not...
/* ***** BEGIN LICENSE BLOCK ***** * Version: MPL 1.1/GPL 2.0/LGPL 2.1 * * The contents of this file are subject to the Mozilla Public License Version * 1.1 (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.mozilla.org/MPL/ * ...
using J2N.Collections.Generic.Extensions; using Lucene.Net.Documents; using NUnit.Framework; using System; using System.Collections.Generic; using System.Linq; using Assert = Lucene.Net.TestFramework.Assert; using Console = Lucene.Net.Util.SystemConsole; namespace Lucene.Net.Search { /* * Licensed to the Apac...
using UnityEngine; using System.Collections; using UnityEngine.UI; using System.Collections.Generic; using System.Linq; public class FlowBoxBehaviorControl : FunctionBehavior { public float weitTime = 6F; public float nowWaitTime; public int maxExec = 1; public bool addElements = false; private bool execDecision ...
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. namespace Microsoft.Azure.ServiceBus.UnitTests { using System; using System.Text; using System.Threading.Tasks; using Microsoft.Azure.ServiceBus.Core; ...
// // Mono.System.Xml.Serialization.XmlSchemaExporter // // Author: // Tim Coleman (tim@timcoleman.com) // Lluis Sanchez Gual (lluis@ximian.com) // // Copyright (C) Tim Coleman, 2002 // // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated documenta...
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See License.txt in the project root for license information. // Warning: This code was generated by a tool. // // Changes to this file may cause incorrect behavior and will be lost if the // code is regenerated. using Sys...
using System; using System.Linq; using System.Collections.Generic; using System.Diagnostics; using System.Runtime.Serialization; using Windows.Networking.Proximity; using WPCordovaClassLib.Cordova; using WPCordovaClassLib.Cordova.Commands; using WPCordovaClassLib.Cordova.JSON; using Microsoft.Phone.Tasks; using Blueto...
// 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.Concurrent; using System.Collections.Generic; using System.Collections.Immutable; using System.Linq; using Analyzer.Utilities; using ...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.Collections; using System.Diagnostics; namespace System.Xml { internal class XmlElementList : XmlN...