context
stringlengths
2.52k
185k
gt
stringclasses
1 value
// <copyright file="Processing.cs" company="Public Domain"> // Released into the public domain // </copyright> // This file is part of the C# Packet Capture Analyser application. It is // free and unencumbered software released into the public domain as detailed // in the UNLICENSE file in the top level directory ...
/*============================================================================ * Copyright (C) Microsoft Corporation, All rights reserved. *============================================================================ */ #region Using directives using System; using System.Collections.Concurrent; using System.Colle...
using System; using System.Collections.Generic; using System.Collections; using System.Diagnostics; using System.Text; using Xunit; namespace NReco.Linq.Tests { public class LambdaParserTests { Dictionary<string,object> getContext() { var varContext = new Dictionary<string, object>(); varContext["pi"] = 3....
/* * AttributeCollection.cs - Implementation of the * "System.ComponentModel.ComponentModel.AttributeCollection" class. * * Copyright (C) 2002, 2003 Southern Storm Software, Pty Ltd. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License ...
using System; using System.Xml; using System.ComponentModel; using System.IO; using System.Collections.Generic; using System.Drawing; namespace InstallerLib { /// <summary> /// Control type. /// </summary> public enum ControlType { /// <summary> /// Undefined. /// </summary>...
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. /*============================================================ ** ** ** ** Purpose: XMLParser and Tree builder internal to BCL ** ** ============================...
namespace Economy.scripts.Messages { using System; using System.Linq; using System.Text; using EconConfig; using ProtoBuf; using Sandbox.ModAPI; [ProtoContract] public class MessageMarketManageNpc : MessageBase { [ProtoMember(1)] public NpcMarketManage CommandType; ...
//--------------------------------------------------------------------------- // // <copyright file="FocusTracker.cs" company="Microsoft"> // Copyright (C) Microsoft Corporation. All rights reserved. // </copyright> // // // Description: Class that tracks Win32 focus changes // // History: // 06/17/2003 : Brend...
using Newtonsoft.Json; using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.ComponentModel; using System.Diagnostics.CodeAnalysis; using System.Globalization; using System.IO; using System.Linq; using System.Net.Http; using System.Net.Http.Formatting; using System.Net.Http....
using System; using FluentAssertions.Execution; #if !OLD_MSTEST && !NUNIT using Microsoft.VisualStudio.TestPlatform.UnitTestFramework; #elif NUNIT using TestClassAttribute = NUnit.Framework.TestFixtureAttribute; using TestMethodAttribute = NUnit.Framework.TestCaseAttribute; using AssertFailedException = NUnit.Framewo...
// 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 applica...
// 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 ...
// 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.ServiceModel.Syndication { using System; using System.Collections.Generic; using System...
using System; using System.Collections.Generic; using System.ComponentModel; using System.Globalization; using System.Linq; using System.Web; using System.Web.Security; using Umbraco.Core; using Umbraco.Core.Configuration; using Umbraco.Core.Configuration.UmbracoSettings; using Umbraco.Core.Models; using umbraco; usin...
/* ==================================================================== 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 file="DefaultSpatialServices.cs" company="Microsoft"> // Copyright (c) Microsoft Corporation. All rights reserved. // </copyright> // // @owner willa // @backupOwner [....] //-------------------------------------------...
using System; using System.IO; using System.Linq; using System.Runtime.InteropServices; using System.Security.AccessControl; using System.Security.Principal; using System.ServiceProcess; using Microsoft.VisualStudio.Services.Agent.Util; using Microsoft.Win32; namespace Microsoft.VisualStudio.Services.Agent.Listener.C...
using Microsoft.IdentityModel; using Microsoft.IdentityModel.S2S.Protocols.OAuth2; using Microsoft.IdentityModel.S2S.Tokens; using Microsoft.SharePoint.Client; using Microsoft.SharePoint.Client.EventReceivers; using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.Globalizati...
/* Project Orleans Cloud Service SDK ver. 1.0 Copyright (c) Microsoft Corporation All rights reserved. MIT License Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the ""Software""), to deal in the Software without restriction, inc...
using System; using System.Collections; using System.Collections.Generic; using System.Text; using UnityEngine; public class RelativisticParent : MonoBehaviour { //Keep track of our own Mesh Filter private MeshFilter meshFilter; //Store this object's velocity here. public Vector3 viw; private GameS...
/* Copyright (C) 2013-2015 MetaMorph Software, Inc Permission is hereby granted, free of charge, to any person obtaining a copy of this data, including any software or models in source or binary form, as well as any drawings, specifications, and documentation (collectively "the Data"), to deal in the Data without rest...
using System; using System.Data; using System.Data.SqlClient; using Csla; using Csla.Data; using System.Configuration; using System.IO; using System.ComponentModel; using Csla.Validation; namespace Northwind.CSLA.Library { /// <summary> /// ProductOrderDetails Generated by MyGeneration using the CSLA Object Mapping ...
using BulletMLLib; using BulletMLSample; using FilenameBuddy; using NUnit.Framework; using System; namespace BulletMLTests { [TestFixture()] public class TestAimXml { MoverManager manager; Myship dude; BulletPattern pattern; [SetUp()] public void setupHarness() { Filename.SetCurrentDirectory(@"C:\Pr...
using System; using System.Collections.Generic; using System.Reflection; using System.Threading.Tasks; using Orleans; using Orleans.Runtime; using TestExtensions; namespace UnitTests.Serialization { using Orleans.Serialization; using Xunit; [TestCategory("BVT"), TestCategory("Serialization")] public ...
using System; using System.Collections; using System.Collections.Generic; using System.Web; using System.Web.Caching; namespace Codentia.Common.Data.Caching { /// <summary> /// Class encapsulating access to the current HttpCache. A Cache object will be created if no HttpContext is available. /// </summary>...
using System; using System.Collections.Generic; using System.Linq; using System.Reflection; using Skybrud.Social.Google.Analytics.Interfaces; namespace Skybrud.Social.Google.Analytics.Objects { public class AnalyticsMetric : IAnalyticsField { #region Readonly properties // ReSharper disable Incon...
using System; using System.Drawing; using System.Drawing.Text; using System.Text; namespace ICSharpCode.TextEditor.Document { public class DefaultTextEditorProperties : ITextEditorProperties { private int tabIndent = 4; private int indentationSize = 4; private IndentStyle indentStyle = IndentStyle.Smart; priv...
using System; using System.Collections.Generic; using System.Collections.ObjectModel; 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.Http.Controllers; using Syst...
namespace Oculus.Platform.Samples.NetChat { using UnityEngine; using UnityEngine.UI; using System; using System.IO; using System.Collections.Generic; using Oculus.Platform; using Oculus.Platform.Models; enum states { NOT_INIT = 0, IDLE, REQUEST_FIND, FINDING_ROOM, REQUEST_CREATE, REQUEST_JOIN, R...
/* * 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.Collections; using NBM.Plugin; using NBM.Plugin.Settings; using WinForms = System.Windows.Forms; using System.Threading; using Drawing = System.Drawing; // 1/6/03 namespace NBM { /// <summary> /// Each plugin protocol has a Protocol object. /// </summary> public class Protocol : IPro...
//----------------------------------------------------------------------------- // Copyright (c) Microsoft Corporation. All rights reserved. //----------------------------------------------------------------------------- namespace System.Runtime.Serialization { using System; using System.Collections; using...
/* * * (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 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...
using System; using System.Drawing; using System.Drawing.Drawing2D; using System.Windows.Forms; using System.ComponentModel; using WeifenLuo.WinFormsUI.Docking; namespace ks_admin.Customization { internal class VS2003DockPaneStrip : DockPaneStripBase { private class TabVS2003 : Tab { inte...
using System; using System.Collections; using System.Collections.Generic; using System.Text; namespace LumiSoft.Net.Mime { /// <summary> /// Rfc 2822 3.4 address-list. Rfc defines two types of addresses mailbox and group. /// <p/> /// <p style="margin-top: 0; margin-bottom: 0"/><b>address-list</b> syntax: address ...
using Orleans; namespace UnitTests.General { using System; using System.Reflection; using System.Threading.Tasks; using Orleans.TestingHost; using TestExtensions; using UnitTests.GrainInterfaces; using UnitTests.Grains; using Xunit; using Xunit.Abstractions; ///...
using Microsoft.VisualBasic; using System; using System.Collections; using System.Collections.Generic; using System.Data; using System.Diagnostics; using OpenTK.Graphics.OpenGL; using nzy3D.Chart; using nzy3D.Colors; using nzy3D.Events; using nzy3D.Factories; using nzy3D.Maths; using nzy3D.Plot3D.Primitives; using nzy...
//------------------------------------------------------------------------------ // <copyright file="HttpRequestBase.cs" company="Microsoft"> // Copyright (c) Microsoft Corporation. All rights reserved. // </copyright> //------------------------------------------------------------------------------ namespace Syst...
using Lucene.Net.Codecs.SimpleText; using Lucene.Net.Documents; using Lucene.Net.Randomized.Generators; using Lucene.Net.Search; using Lucene.Net.Support; using Lucene.Net.Support.Threading; using NUnit.Framework; using System; using System.Collections.Generic; using System.Globalization; using System.Linq; using Syste...
//------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All rights reserved. //------------------------------------------------------------ namespace System.Workflow.Activities { using System; using System.ComponentModel; using System.Drawing.Design; usin...
// 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.12.0.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. ...
// // MethodBuilderTest.cs - NUnit Test Cases for the MethodBuilder class // // Zoltan Varga (vargaz@freemail.hu) // // (C) Ximian, Inc. http://www.ximian.com // TODO: // - implement 'Signature' (what the hell it does???) and test it // - implement Equals and test it using System; using System.Threading; using Sys...
// 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 Xunit; namespace System.Linq.Tests { public class Aggrega...
using Microsoft.Extensions.Caching.Memory; using Microsoft.Extensions.Primitives; using NBitcoin; using NBitcoin.RPC; using System; using System.Threading; using System.Threading.Tasks; namespace WalletWasabi.BitcoinCore.Rpc { public class CachedRpcClient : RpcClientBase { private CancellationTokenSource _tipChang...
// 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 ...
// 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.IO; using System.Linq; using System.Net.Soc...
// 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.1.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. n...
using System; using System.Collections.Generic; using System.Text; using lpsolve55; using System.IO; using System.Diagnostics; namespace ICSimulator { public interface MemSched { void tick(); MemoryRequest get_next_req(MemCtlr mem); bool issue_req(MemoryRequest req); void remov...
// Copyright (c) Microsoft Corporation. // Licensed under the MIT License. using Microsoft.MixedReality.Toolkit.Utilities; using System; using UnityEngine; /// <summary> /// Provides per-frame data access to simulated hand data /// /// Controls for mouse/keyboard simulation: /// - Press spacebar to turn right hand o...
// 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.Globalization; using System.IO; 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.Diagnostics; using System.Runtime.CompilerServices; using System.Runtime.Serialization; using System.Th...
/* * 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, software * di...
using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.ComponentModel; using System.Diagnostics; using System.Diagnostics.CodeAnalysis; using System.Globalization; using System.Linq; using System.Net.Http; using System.Net.Http.Headers; using System.Web.Http; using System.Web...
using System; using System.Collections; using System.Collections.Generic; using System.Diagnostics.CodeAnalysis; using System.Globalization; using System.Linq; using System.Reflection; namespace eBayAPI.Areas.HelpPage { /// <summary> /// This class will create an object of a given type and populate it with sam...
using UnityEngine; // Debug.Log, Mathf using System; // String, StringSplitOptions using System.Collections.Generic; // Dictionary, List public class Model { public ViewModel view = new ViewModel(); public int columnCountMax = 3; public int columnCount = -1; public string invisible = "."; public bool isSelecti...
// // Copyright (c) 2004-2011 Jaroslaw Kowalski <jaak@jkowalski.net> // // All rights reserved. // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions // are met: // // * Redistributions of source code must retain the above 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.Collections.Generic; using System.Diagnostics; using System.Globalization; using System.Reflection; na...
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 Java.Text; using Java.Util; using SQLite; using Android.Graphics; namespace ENVision { [Activity...
// // SourceWatcher.cs // // Authors: // Christian Martellini <christian.martellini@gmail.com> // Alexander Kojevnikov <alexander@kojevnikov.com> // // Copyright (C) 2009 Christian Martellini // Copyright (C) 2009 Alexander Kojevnikov // // Permission is hereby granted, free of charge, to any person obtaining // a ...
using System; using System.IO; using System.Text; namespace ICSharpCode.SharpZipLib.Tar { /// <summary> /// Used to advise clients of 'events' while processing archives /// </summary> public delegate void ProgressMessageHandler(TarArchive archive, TarEntry entry, string message); /// <summary> /// The TarArchiv...
// Copyright (c) 2016-2022 SIL International // This software is licensed under the MIT license (http://opensource.org/licenses/MIT) using System; using System.Diagnostics; using System.IO; using System.Reflection; using NUnit.Framework; namespace Icu.Tests { [Platform(Exclude = "Linux", Reason = "These tests requi...
using System; #if !(UNIVERSALW8 || FULL_BUILD || PURE_CLIENT_LIB) using System.Windows.Controls; #endif #if !FULL_BUILD && !UNIVERSALW8 && !WINDOWS_PHONE && !PURE_CLIENT_LIB && !WINDOWS_PHONE8 using System.Security; using System.Windows.Browser; #endif #if !(NET_35 || NET_40) using System.Threading.Tasks; #endif using ...
/* * Copyright (c) Contributors, http://opensimulator.org/ * See CONTRIBUTORS.TXT for a full list of copyright holders. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * Redistributions of source code must r...
using System; using System.Collections; using System.Text; using System.Diagnostics; using OTFontFile; // OTF2Dot14 using NS_ValCommon; using NS_IDraw; using NS_GMath; using Curve=NS_GMath.I_CurveD; using BCurve=NS_GMath.I_BCurveD; namespace NS_Glyph { public class GErr : ValInfoBasic, I_Drawable { ...
// 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...
/** * (C) Copyright IBM Corp. 2019, 2020. * * 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 t...
// Copyright (c) DotSpatial Team. All rights reserved. // Licensed under the MIT license. See License.txt file in the project root for full license information. using System; using System.ComponentModel; using System.Drawing; using System.Drawing.Drawing2D; using System.Windows.Forms; namespace DotSpatial.Symbology.F...
#region Copyright (c) Roni Schuetz - All Rights Reserved // * --------------------------------------------------------------------- * // * Roni Schuetz * // * Copyright (c) 2008 All Rights reserved * // * ...
using System; using System.Collections; using System.Collections.Generic; using System.Net; using System.Security; using System.Security.Cryptography; using System.Text; using System.Xml; using Server; using Server.Misc; using Server.Mobiles; using Server.Multis; using Server.Network; namespace Server.Accounting { pu...
// // 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.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> /// A piece of sculpture. /// </summary> public class Sculpture_Core :...
//------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All rights reserved. //------------------------------------------------------------ namespace System.ServiceModel.Channels { using System.Runtime; using System.ServiceModel; using System.Threading; c...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System.Collections.Generic; using System.ComponentModel; namespace Microsoft.AspNetCore.Razor.TagHelpers { public enum CustomEnum { FirstValue, SecondV...
// 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.Diagnostics; using System.Runtime.InteropServic...
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See License.txt in the project root for license information. using Microsoft.Azure.Management.Avs; using Microsoft.Azure.Management.Avs.Models; using Microsoft.Azure.Management.ResourceManager; using Microsoft.Rest.ClientRu...
// ******************************************************************************************************** // Product Name: DotSpatial.Positioning.dll // Description: A library for managing GPS connections. // ******************************************************************************************************** // ...
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using Xunit; using System; using System.Collections; using System.Collections.Specialized; namespace System.Collections.Specialized.Tests { public class GetEnumera...
// Copyright (c) Microsoft Corporation. // Licensed under the MIT License. using System; using System.Collections; using System.Collections.ObjectModel; using System.Collections.Specialized; using System.ComponentModel; using System.Diagnostics; using System.Globalization; using System.Windows; using System.Windows.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. /*============================================================================= ** ** ** Purpose: A circular-array i...
// 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. // Licensed under the MIT license. See LICENSE file in the project root for full license information. //------------...
using Lucene.Net.Support; using System; using System.Text; /* * dk.brics.automaton * * Copyright (c) 2001-2009 Anders Moeller * 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. Redis...
using System; using System.Collections.Generic; using System.Text; using System.Reflection; using Hydra.Framework; namespace Hydra.SharedCache.Common.Sockets { // // ********************************************************************** /// <summary> /// Represents a pool of connections for a specific...
/* * 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.Data; using System.Text; using System.Threading.Tasks; using appMpower.Db; namespace appMpower { public static class RawDb { private const int MaxBatch = 500; private static Random _random = new Random(); private static string[] _quer...
// 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 Internal.LightweightInterop; namespace Internal.StackGenerator.Dia { ...
/* created on 01.10.2008 17:11:16 from peg generator V1.0 using 'BERTree_peg.txt' as input*/ using Peg.Base; using System; using System.IO; using System.Text; namespace BERTree { enum EBERTree{ProtocolDataUnit= 1, TLV= 2, ConstructedLengthValue= 30, Tag= 3, TagWithConstructedFlag= 4,...
/* | Version 10.1.84 | Copyright 2013 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...
namespace GraphLib { partial class PlotterDisplayEx { /// <summary> /// Required designer variable. /// </summary> private System.ComponentModel.IContainer components = null; #region Component Designer generated code /// <summary> /// R...
using NLog; using System; using System.Collections.Generic; using System.Diagnostics; using System.Runtime.InteropServices; using System.Windows; using System.Windows.Forms; using System.Windows.Interop; using Wox.Infrastructure; using Wox.Infrastructure.Logger; using Application = System.Windows.Application; using Con...
using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.ComponentModel; using System.Diagnostics.CodeAnalysis; using System.Globalization; using System.IO; using System.Linq; using System.Net.Http; using System.Net.Http.Formatting; using System.Net.Http.Headers; using System.W...
namespace IdentityBase.EntityFramework.IntegrationTests.Stores { using System; using System.Collections.Generic; using System.Linq; using IdentityBase.EntityFramework.Configuration; using IdentityBase.EntityFramework.DbContexts; using IdentityBase.EntityFramework.Mappers; using IdentityBase....
/* * * (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...
// ------------------------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the MIT License. See License in the project root for license information. // ------------------------------------------------------------------------------ n...
// // 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. namespace System.Security { using System.Text; using System.Runtime.CompilerServices; using System.Threa...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Windows.Documents; using NeuroSpeech.XamlToPDF.Objects; using System.Windows.Media; using System.Windows; using System.Diagnostics; using System.IO; using System.IO.Packaging; using System.Windows.Xps.Packaging; using Sys...
namespace Hydra.SharedCache.Notify { // // ********************************************************************** /// <summary> /// <b>about window with several additional information.</b> /// </summary> // ********************************************************************** // partial...
using System; using System.Collections; using System.Collections.Generic; using System.Globalization; using System.Text.RegularExpressions; using System.IO; using System.Web; using System.Linq; using System.Net; using System.Text; using Newtonsoft.Json; using RestSharp; namespace IO.Swagger.Client { /// <summary> ...
// 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.Generic; using System.Reflection; using System.Glob...