context
stringlengths
2.52k
185k
gt
stringclasses
1 value
/* * Interaction.cs - Implementation of the * "Microsoft.VisualBasic.Interaction" class. * * Copyright (C) 2003, 2004 Southern Storm Software, Pty Ltd. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free So...
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// // // Copyright (c) GHI Electronics, LLC. // /////////////////////////////////////////////////////////////////////////...
using System; using System.Collections.Generic; using System.Linq; using System.Threading; using System.Threading.Tasks; using Discord; using Discord.Commands; using Discord.WebSocket; using Microsoft.EntityFrameworkCore; using NadekoBot.Common; using NadekoBot.Common.Replacements; using NadekoBot.Core.Common.TypeReade...
// <copyright file="V88Network.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 file // to yo...
//----------------------------------------------------------------------------- // Copyright (c) Microsoft Corporation. All rights reserved. //----------------------------------------------------------------------------- namespace System.ServiceModel.Activities.Dispatcher { using System.Activities; using Syst...
// ********************************* // Message from Original Author: // // 2008 Jose Menendez Poo // Please give me credit if you use this code. It's all I ask. // Contact me for more info: menendezpoo@gmail.com // ********************************* // // Original project from http://ribbon.codeplex.com/ // Continue to...
// 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 ...
// <copyright file="PersistedQueue{T}.cs" company="Adrian Mos"> // Copyright (c) Adrian Mos with all rights reserved. Part of the IX Framework. // </copyright> using System; using System.Collections.Generic; using System.Runtime.Serialization; using System.Threading; using System.Threading.Tasks; using IX.StandardExte...
using System; using System.Linq; using System.Collections.Generic; using Blueprint41; using Blueprint41.Core; using Blueprint41.Query; using Blueprint41.DatastoreTemplates; using q = Domain.Data.Query; namespace Domain.Data.Manipulation { public interface IPersonOriginalData : ISchemaBaseOriginalData { int? Pe...
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. //////////////////////////////////////////////////////////////////////////// // // // Purpose: This class implemen...
using System; using System.Collections.Generic; using System.Text; namespace Scaly.Compiler { class Lexer { public Token token; char? character; CharEnumerator chars; public ulong previous_line; public ulong previous_column; public ulong line; public ulon...
namespace java.security { [global::MonoJavaBridge.JavaClass()] public partial class KeyStore : java.lang.Object { internal new static global::MonoJavaBridge.JniGlobalHandle staticClass; static KeyStore() { InitJNI(); } protected KeyStore(global::MonoJavaBridge.JNIEnv @__env) : base(@__env) { } [gl...
//--------------------------------------------------------------------------- // // <copyright file="TextDecorationCollection.cs" company="Microsoft"> // Copyright (C) Microsoft Corporation. All rights reserved. // </copyright> // // This file was generated, please do not edit it directly. // // Please see http://w...
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using System.Diagnostics; using System.IO; using System.Threading; using System.Threading.Tasks; namespace System.Net.Http { // libcurl has a pull-based model and ...
using ImGuiNET; using OpenKh.Kh2; using OpenKh.Kh2.Extensions; using OpenKh.Tools.LayoutEditor.Interfaces; using System.Numerics; using Microsoft.Xna.Framework.Graphics; using OpenKh.Tools.Common.CustomImGui; using OpenKh.Engine.Extensions; using OpenKh.Engine.MonoGame; using OpenKh.Engine.Renders; using static OpenKh....
using System; using System.Collections; using System.Collections.Generic; using System.Diagnostics.CodeAnalysis; using System.Globalization; using System.Linq; using System.Reflection; namespace RedditBet.Areas.HelpPage { /// <summary> /// This class will create an object of a given type and populate it with s...
using UnityEngine; using UnityEngine.Rendering; namespace UnityStandardAssets.CinematicEffects { [ExecuteInEditMode] [RequireComponent(typeof(Camera))] [AddComponentMenu("Image Effects/Cinematic/Ambient Occlusion")] #if UNITY_5_4_OR_NEWER [ImageEffectAllowedInSceneView] #endif public partial class ...
using System; using System.Net; using System.Net.Http; using System.Threading.Tasks; using System.Web.Http; using Serilog; using Thinktecture.Relay.Server.Communication; using Thinktecture.Relay.Server.Config; using Thinktecture.Relay.Server.Diagnostics; using Thinktecture.Relay.Server.Dto; using Thinktecture.Relay.Ser...
#if !UNITY_WINRT || UNITY_EDITOR || (UNITY_WP8 && !UNITY_WP_8_1) #if !((UNITY_WP8 || UNITY_WP_8_1) || (UNITY_WINRT && !UNITY_EDITOR) || UNITY_IPHONE || UNITY_IOS || UNITY_WEBGL || UNITY_XBOXONE || UNITY_XBOX360 || UNITY_PS4 || UNITY_PS3 || UNITY_WII || UNITY_ANDROID) using System; using System.Collections.Generic; usi...
/************************************************************************************ Filename : OVRLipSync.cs Content : Interface to Oculus Lip Sync engine Created : August 4th, 2015 Copyright : Copyright 2015 Oculus VR, Inc. All Rights reserved. Licensed under the Oculus VR Rift SDK License Vers...
using System; using System.Collections.Generic; using System.Linq; using System.Threading; using System.Threading.Tasks; using Marten.Events.Projections.Async.ErrorHandling; using Marten.Storage; using Marten.Util; using Npgsql; namespace Marten.Events.Projections.Async { public class Daemon: IDaemon { ...
// ------------------------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the MIT License. See License in the project root for license information. // ------------------------------------------------------------------------------ /...
// 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.Devices.Common { #if !WINDOWS_UWP using System; using System.Collections.Generic; using System.Security.Permissions; using Sys...
using System; using Csla; using SelfLoadSoftDelete.DataAccess; using SelfLoadSoftDelete.DataAccess.ERLevel; namespace SelfLoadSoftDelete.Business.ERLevel { /// <summary> /// G03_Continent_ReChild (editable child object).<br/> /// This is a generated base class of <see cref="G03_Continent_ReChild"/> busine...
// NameFilter.cs // // Copyright 2005 John Reilly // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License // as published by the Free Software Foundation; either version 2 // of the License, or (at your option) any later version. // // This prog...
/* * 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...
// 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.Immutable; using System.Diagnostics; using System.Linq; using System.Reflecti...
using System; using System.Collections.Generic; using System.ComponentModel; using System.Drawing; using System.Data; using System.Text; using System.Windows.Forms; using RRLab.PhysiologyWorkbench.Data; namespace RRLab.PhysiologyWorkbench { public partial class RecordingInfoControl : UserControl { publ...
//------------------------------------------------------------------------------ // <copyright file="ImportContext.cs" company="Microsoft"> // Copyright (c) Microsoft Corporation. All rights reserved. // </copyright> // <owner current="true" primary="true">[....]</owner> ...
namespace PackStream.NET.Tests { using System; using System.Collections.Generic; using FluentAssertions; using global::PackStream.NET; using global::PackStream.NET.Packers; using Xunit; using Packers = global::PackStream.NET.Packers.Packers; public class ObjectPackerTests { ...
// 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.Specialized; using System.ComponentModel; using System.ComponentM...
using System; using System.IO; using System.Xml; using System.Data; using System.Drawing; using System.Threading; using System.Collections; using System.Collections.Generic; using System.Collections.Specialized; using System.ComponentModel; using System.Windows.Forms; using ADODB; using WeifenLuo.WinFormsUI.Docking; ...
// 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 ...
using System; using System.Collections.Generic; using System.Configuration; using System.Linq; using System.Net.Configuration; using System.Web; using System.Web.Configuration; using System.Web.Hosting; using System.Web.Routing; using System.Web.Security; using System.Xml; using System.Xml.Linq; using System.Xml.XPath;...
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. using System.Diagnostics.Tracing; using Azure.Core.Diagnostics; namespace Azure.Messaging.EventHubs.Processor.Diagnostics { /// <summary> /// EventSource for Azure-Messaging-EventHubs-Processor-BlobEventStore tra...
#region License /* * Copyright 2002-2010 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unle...
using System; using System.Collections; namespace Zeus.UserInterface { /// <summary> /// The ui object is only available in the user interface block of the template. /// This object is very similar to a form object in Windows programming. Controls /// are added to a collection of controls and a simple auto-layou...
/* * QUANTCONNECT.COM - Democratizing Finance, Empowering Individuals. * Lean Algorithmic Trading Engine v2.0. Copyright 2014 QuantConnect 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 ...
using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using OmniSharp.Filters; using OmniSharp.Models; using Xunit; namespace OmniSharp.Tests { public class RenameFacts { private async Task<RenameResponse> SendRequest(OmnisharpWorkspace workspace, ...
// Copyright 2015, 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 applicabl...
// 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.Diagnostics; using System.Runtime.CompilerServices; usi...
/******************************************************************************\ * Copyright (C) 2012-2016 Leap Motion, Inc. All rights reserved. * * Leap Motion proprietary and confidential. Not for distribution. * * Use subject to the terms of the Leap Motion SDK Agreement available at ...
using System; using System.Collections; using System.Collections.Generic; using System.Collections.Specialized; using System.ComponentModel.DataAnnotations; using System.Globalization; using System.Reflection; using System.Runtime.Serialization; using System.Web.Http; using System.Web.Http.Description; using System.Xml...
/* * 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 System; using System.Collections.Generic; using System.Text; using NUnit.Framework; using System.Collections.ObjectModel; using OpenQA.Selenium.Environment; namespace OpenQA.Selenium { [TestFixture] public class ElementAttributeTest : DriverTestFixture { [Test] public void ShouldRetur...
using System; using System.Collections.Generic; using Newtonsoft.Json; using Nexmo.Api.Request; namespace Nexmo.Api { public static class NumberInsight { public class NumberInsightRequest { /// <summary> /// Required. A single phone number that you need insight about in ...
#region Copyright (c) 2007 Ryan Williams <drcforbin@gmail.com> /// <copyright> /// Copyright (c) 2007 Ryan Williams <drcforbin@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 deal /// in the Sof...
/* * 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 ...
// // Copyright (c) Microsoft Corporation. All rights reserved. // //#define DEBUG_SAVE_STATE //#define DEBUG_RELOAD_STATE using System.ComponentModel; using Microsoft.Zelig.CodeGeneration.IR.Transformations; namespace Microsoft.Zelig.FrontEnd { using System; using System.Collections.Generic; using S...
using Android.Gms.Maps.Model; using System.Collections.Generic; using Android.Gms.Maps; using System.Linq; using System.ComponentModel; using Xamarin.Forms.GoogleMaps.Android; using Xamarin.Forms.GoogleMaps.Android.Extensions; using Android.Widget; using System; using Android.Content; using Xamarin.Forms.GoogleMaps.And...
// 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.Diagnostics.CodeAnalysis; using System.Linq; using Microsoft.CodeAnalysis; using Microsoft.CodeAnalysis.Shared.Extensions; using Mi...
// // 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 Gtk; /// <summary> /// Basic handling of selection, inserts, deletes, and loops in a TreeView with a ListStore model. /// </summary> public partial class MainWindow : Gtk.Window { private ListStore listStore1; private int lastCustomerID; public MainWindow() : base(Gtk.WindowTyp...
/* * * (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...
using Microsoft.IdentityModel.S2S.Protocols.OAuth2; using Microsoft.IdentityModel.Tokens; using Microsoft.SharePoint.Client; using System; using System.Net; using System.Security.Principal; using System.Web; using System.Web.Configuration; namespace Branding.ClientSideRenderingWeb { /// <summary> /// Encapsula...
/* ==================================================================== 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...
#region License // Distributed under the MIT License // ============================================================ // Copyright (c) 2019 Hotcakes Commerce, LLC // Copyright (c) 2020 Upendo Ventures, LLC // // Permission is hereby granted, free of charge, to any person obtaining a copy of this software // and assoc...
// 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.ComponentModel; using System.Globalization; using System.Runtime.Inte...
/* ==================================================================== 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.Collections; using System.Collections.Generic; using System.Collections.Specialized; using System.ComponentModel.DataAnnotations; using System.Globalization; using System.Reflection; using System.Runtime.Serialization; using System.Web.Http; using System.Web.Http.Description; using System.Xml...
// 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 Avalonia.Media; using Avalonia.Platform; using Avalonia.Rendering; using Avalonia.Utilities; using S...
// 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 Microsoft.CodeAnalysis.CSharp.Syntax; using Microsoft.CodeAnalysis.Test.Utilities; using Roslyn.Test.Utilities; using Xunit; namespace Microsoft.CodeAn...
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. namespace Microsoft.DocAsCode.ExternalPackageGenerators.Msdn { using System; using System.Collections.Generic; using System.Configuration; using System....
using System; using System.Collections.Generic; using System.Reflection; using System.Text; using log4net; using WaterOneFlow.Schema.v1_1; using WaterOneFlowImpl.v1_1; using WaterOneFlowImpl.geom; using WaterOneFlowImpl; /// <summary> /// Summary description for GetSiteInfoOD /// </summary> namespace WaterOneFlow.odw...
// 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...
// 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.Threading; using Microsoft.Win32; namespace System.Diagnostics.Eventing.Reader { /// <summary> ...
#if DEBUG //#define TRACE #endif using System; using System.Collections.Generic; using System.Text; using Rynchodon.Settings; using Rynchodon.Update; using Rynchodon.Utility; using Rynchodon.Weapons; using Rynchodon.Weapons.Guided; using Sandbox.Game.Entities; using Sandbox.Game.Gui; using Sandbox.ModAPI; using VRage....
/* **************************************************************************** * * 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 ...
#region License /* * Copyright 2002-2010 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unle...
// 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. // =+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+ // // ProducerConsumerQueu...
using System; using System.Threading; using System.Linq; using System.Threading.Tasks; using System.Collections.Generic; using BitGo.Types; using BitGo.Args; using NBitcoin; namespace BitGo.Services { public sealed class WalletItemService : ApiService { private readonly WalletService _walletService; ...
using System; using System.Collections.Generic; using System.Diagnostics; using System.IO; namespace CocosSharp { /// <summary> /// CCTMXMapInfo contains the information about the map like: ///- Map orientation (hexagonal, isometric or orthogonal) ///- Tile size ///- Map size /// /// And it...
using System; using System.IO; using System.Threading; using System.Threading.Tasks; namespace Nowin { internal class ReqRespStream : Stream { readonly Transport2HttpHandler _transport2HttpHandler; readonly byte[] _buf; internal ulong RequestPosition; TaskCompletionSource<int> _...
using System; using System.Collections.Generic; using System.Linq; using System.Security.Claims; using System.Threading.Tasks; using AllReady.Configuration; using AllReady.Models; using Microsoft.AspNetCore.Identity; using Microsoft.Extensions.Options; namespace AllReady.DataAccess { public class SampleDataGenerat...
using System; using System.Diagnostics; using System.Linq; using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; using System.Security; namespace ApocDev.CitySkylines.Mod.MonoHooks { internal unsafe class MonoWrap { private static _mono_runtime_free_method_Delegate m...
// 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.Collections.Specialized; using System.Linq; using osu.Framework.Allocation; using osu.Framework.Bindables; us...
using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using GraphQL.DataLoader.Tests.Stores; using Microsoft.Extensions.DependencyInjection; using Moq; using Shouldly; using Xunit; namespace GraphQL.DataLoader.Tests { public class DataLoaderQueryTests : QueryTestBase { [Fac...
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using System.Collections.Generic; using System.Diagnostics; using System.Globalization; using System.Linq; namespace System.ComponentModel.DataAnnotations { /// <s...
//============================================================================= // System : Sandcastle Help File Builder Utilities // File : TopicCollection.cs // Author : Eric Woodruff (Eric@EWoodruff.us) // Updated : 07/02/2010 // Note : Copyright 2008-2010, Eric Woodruff, All rights reserved // Compiler: Mi...
/* * NPlot - A charting library for .NET * * LogAxis.cs * Copyright (C) 2003-2006 Matt Howlett and others. * 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 so...
// 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.Diagnostics; using System.Diagnostics.CodeAnalysis; using System.Diag...
// // SignedInfo.cs - SignedInfo implementation for XML Signature // // Author: // Sebastien Pouliot <sebastien@ximian.com> // Tim Coleman (tim@timcoleman.com) // // (C) 2002, 2003 Motus Technologies Inc. (http://www.motus.com) // Copyright (C) Tim Coleman, 2004 // Copyright (C) 2004-2005 Novell, Inc (http://www....
using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.ComponentModel; using System.Diagnostics; using System.Diagnostics.CodeAnalysis; using System.Globalization; using System.Linq; using System.Net.Http; using System.Net.Http.Headers; using System.Web.Http; using System.Web...
#region license // Copyright (c) 2005 - 2007 Ayende Rahien (ayende@ayende.com) // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, // are permitted provided that the following conditions are met: // // * Redistributions of source code must retain the abov...
namespace Microsoft.Protocols.TestSuites.MS_OXORULE { using System; using System.Runtime.InteropServices; using Microsoft.Protocols.TestTools.Messages.Marshaling; /// <summary> /// Class OxnspiInterop exposes the methods of the unmanaged library by importing the DLL RPC_RuntimeDllName. /// </s...
// Copyright (c) Microsoft Corporation. // Licensed under the MIT License. using System.Collections.Generic; using System.Collections.ObjectModel; using System.Management.Automation.Language; using System.Management.Automation.Runspaces; using System.Runtime.CompilerServices; namespace System.Management.Automation { ...
using System; using System.Linq; using System.Collections.Generic; using SolrDemo.Models; using System.Xml; using System.Xml.Linq; using System.Threading.Tasks; using SolrDemo.Extensions; using SolrNet; using Microsoft.Practices.ServiceLocation; using SolrNet.Impl; using SolrNet.DSL; namespace SolrDemo { class Mai...
// 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...
using System; using System.Collections; using System.Collections.Generic; using System.Linq; using System.Reflection; namespace ALinq.SqlClient { internal static class TypeSystem { // Fields private static ILookup<string, MethodInfo> _queryMethods; private static ILookup<string, MethodI...
using System; using System.Drawing; using System.Collections; using System.ComponentModel; using System.Windows.Forms; using System.Threading; namespace Aural_Probe { /// <summary> /// Summary description for ProgressBar. /// </summary> public class ProgressBar : Form { private System.Windows.Forms.Button butto...
using System; using System.Collections.Generic; using System.Linq; using CppSharp.AST; using CppSharp.AST.Extensions; using CppSharp.Generators.C; using CppSharp.Generators.CLI; namespace CppSharp.Generators.TS { /// <summary> /// Generates TypeScript interface files. /// </summary> public class TSSour...
// // Copyright (c) 2004-2017 Jaroslaw Kowalski <jaak@jkowalski.net>, Kim Christensen, Julian Verdurmen // // All rights reserved. // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions // are met: // // * Redistributions of s...
// Distributed as part of TiledSharp, Copyright 2012 Marshall Ward // Licensed under the Apache License, Version 2.0 // http://www.apache.org/licenses/LICENSE-2.0 using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.Globalization; using System.Xml.Linq; namespace TiledShar...
// 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.Globalization; using System.Text; using Xunit; namespace System.Text.EncodingTests { public class EncodingTest { private sta...
// "Therefore those skilled at the unorthodox // are infinite as heaven and earth, // inexhaustible as the great rivers. // When they come to an end, // they begin again, // like the days and months; // they die and are reborn, // like the four seasons." // // - Sun Tsu, // "The Art of War" using System; using System....
// // Copyright (c) 2004-2017 Jaroslaw Kowalski <jaak@jkowalski.net>, Kim Christensen, Julian Verdurmen // // All rights reserved. // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions // are met: // // * Redistributions of s...
// ------------------------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the MIT License. See License in the project root for license information. // ------------------------------------------------------------------------------ /...
/* * Qa full api * * No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) * * OpenAPI spec version: all * * Generated by: https://github.com/swagger-api/swagger-codegen.git * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use ...
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See License.txt in the project root for // license information. // // Code generated by Microsoft (R) AutoRest Code Generator 0.14.0.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. ...