context
stringlengths
2.52k
185k
gt
stringclasses
1 value
//------------------------------------------------------------------------------ // <copyright file="CachedPathData.cs" company="Microsoft"> // Copyright (c) Microsoft Corporation. All rights reserved. // </copyright> //------------------------------------------------------------------------------ namespace Syste...
using SwitchAppDesign.AniListAPI.v2.Types; using System.Collections.Generic; using SwitchAppDesign.AniListAPI.v2.Graph.Common; using SwitchAppDesign.AniListAPI.v2.Graph.Types; namespace SwitchAppDesign.AniListAPI.v2.Graph.Fields { /// <summary> /// All available media list query fields. /// </summary> pub...
using ATL.Logging; using System; using System.IO; using static ATL.AudioData.AudioDataManager; using static ATL.ChannelsArrangements; namespace ATL.AudioData.IO { /// <summary> /// Class for WavPack files manipulation (extension : .WV) /// </summary> class WAVPack : IAudioDataIO { private int ...
// 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. // Changes may cause incorrect behavior and will be lost if the code is // regenerated. namespa...
namespace android.widget { [global::MonoJavaBridge.JavaClass(typeof(global::android.widget.CursorAdapter_))] public abstract partial class CursorAdapter : android.widget.BaseAdapter, Filterable { internal new static global::MonoJavaBridge.JniGlobalHandle staticClass; static CursorAdapter() { InitJNI(); } ...
//------------------------------------------------------------------------------------------ // helpers.cs // Helper functions used in the experimental DXAI system. // https://github.com/Ragora/T2-DXAI.git // // Copyright (c) 2015 Robert MacGregor // This software is licensed under the MIT license. // Refer to LICENSE....
using System; using System.Collections.Generic; using System.Linq; using System.Net; using System.Threading.Tasks; using Microsoft.Extensions.Logging; using Microsoft.WindowsAzure.Storage; using Microsoft.WindowsAzure.Storage.Table; using Orleans.Runtime; using LogLevel = Microsoft.Extensions.Logging.LogLevel; // // N...
using System; using System.Globalization; using System.Linq; using NetGore.Collections; // ReSharper disable MemberCanBeMadeStatic.Global namespace NetGore { /// <summary> /// Provides parsing for values while forcing them to use the specified culture. /// </summary> public class Parser { ...
// 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.Globalization; using Xunit; using Microsoft.Xunit.Performance; namespace System.Text.Primitives.Tests ...
// 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.Collections.ObjectModel; using System.Reflection; using System.Net; using SharpSvn; namespace VersionOne.ServiceHost.SubversionServices { public class SvnInformation { public readonly string Url; public readonly string Root; public reado...
using EdiEngine.Common.Enums; using EdiEngine.Common.Definitions; using EdiEngine.Standards.X12_004010.Segments; namespace EdiEngine.Standards.X12_004010.Maps { public class M_105 : MapLoop { public M_105() : base(null) { Content.AddRange(new MapBaseEntity[] { new BGN() { ReqDes = RequirementDesignator.Ma...
using System; using System.Collections; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Drawing.Imaging; using System.Text; using System.Windows.Forms; using System.Media; using System.Runtime.InteropServices; using System.IO; using Org.Vesic.WinForm...
using System; using System.Collections.Generic; using System.Threading; using NUnit.Framework; using UnityEngine; using UnityPlatformer; namespace UnityPlatformer.Test { [TestFixture] [Category("Character")] class CharacterHealthTest { bool onHealCalled = false; bool onDamageCalled = false; bool onI...
// 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.Reflection; using System.Reflection.Emit; using System.Threading; using Xunit; namespace System.Reflection.Emit.Tests { public class Me...
// <copyright file="RealtimeManager.cs" company="Google Inc."> // Copyright (C) 2014 Google Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/L...
// 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.IO; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; using System.T...
// 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 2019 Esri // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // http://www.apache.org/licenses/LICENSE-2.0 // Unless required by applicable law or agreed to in wr...
// // Copyright 2012-2016, Xamarin Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by appli...
using System; using System.Threading; namespace Amib.Threading.Internal { #region WorkItemsQueue class /// <summary> /// WorkItemsQueue class. /// </summary> public class WorkItemsQueue : IDisposable { #region Member variables [ThreadStatic] private static WaiterEntry ...
// based on http://wiki.unity3d.com/index.php?title=ExportOBJ (thanks!) using UnityEngine; using System.IO; using System.Text; namespace UTJ.NormalPainter { public class ObjExporter { public class Settings { public bool includeChildren = true; public bool makeSubmeshes ...
using System; using System.Net.Sockets; using System.Threading; using Orleans.Runtime; namespace Orleans.Messaging { /// <summary> /// The GatewayConnection class does double duty as both the manager of the connection itself (the socket) and the sender of messages /// to the gateway. It uses a single insta...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Linq.Expressions; using Elasticsearch.Net; using Nest.Resolvers; ///This file contains all the typed request parameters that are generated of the client spec. ///This file is automatically generated from https://github....
// Amplify Motion - Full-scene Motion Blur for Unity Pro // Copyright (c) Amplify Creations, Lda <info@amplify.pt> #if UNITY_4_0 || UNITY_4_1 || UNITY_4_2 || UNITY_4_3 || UNITY_4_4 || UNITY_4_5 || UNITY_4_6 || UNITY_4_7 || UNITY_4_8 || UNITY_4_9 #define UNITY_4 #endif #if UNITY_5_0 || UNITY_5_1 || UNITY_5_2 || UNITY_5...
/********************************************************************++ Copyright (c) Microsoft Corporation. All rights reserved. --********************************************************************/ #pragma warning disable 1634, 1691 using System.Diagnostics.CodeAnalysis; using System.Net; using System.Security; ...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using Xunit; namespace System.Runtime.InteropServices.Tests { [SkipOnTargetFramework(TargetFrameworkMonikers.Ua...
// // ServiceManager.cs // // Author: // Aaron Bockover <abockover@novell.com> // // Copyright (C) 2007-2008 Novell, Inc. // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated documentation files (the // "Software"), to deal in the Software without restr...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. /*============================================================ ** ** ** ** Purpose: A representation of a 32 bit 2's...
// Copyright (c) Microsoft Open Technologies, Inc. All rights reserved. See License.txt in the project root for license information. using System.Collections.Generic; using System.Diagnostics.CodeAnalysis; using System.Diagnostics.Contracts; namespace System.Threading.Tasks { // <summary> // Helpers for safel...
using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.IO; using System.Linq; using System.Runtime.InteropServices.WindowsRuntime; using System.ComponentModel; using System.Diagnostics; using Windows.Foundation; using Windows.Foundation.Collections; using Windows.UI; using Wi...
using System.Text; /* * Copyright 2007 ZXing authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by appli...
#region Apache License // // Licensed to the Apache Software Foundation (ASF) under one or more // contributor license agreements. See the NOTICE file distributed with // this work for additional information regarding copyright ownership. // The ASF licenses this file to you under the Apache License, Version 2.0 // (...
namespace KojtoCAD.PointCloud { partial class LoadPointCloudForm { /// <summary> /// Required designer variable. /// </summary> private System.ComponentModel.IContainer components = null; /// <summary> /// Clean up any resources being used. /// </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.Runtime.CompilerServices; using System.Runtime.InteropServices; using System.Runtime.I...
/* * Copyright (c) 2006-2016, openmetaverse.co * 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 copyright notice, this * lis...
//------------------------------------------------------------------------------ // <copyright file="RepositoryService.cs"> // Copyright (c) 2014-present Andrea Di Giorgi // // Permission is hereby granted, free of charge, to any person obtaining a // copy of this software and associated documentation files (t...
// 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.Runtime; using System.Runtime.Serialization; using System.Reflection;...
using System; using System.IO; namespace NAudio.Midi { /// <summary> /// Represents an individual MIDI event /// </summary> public class MidiEvent { private long absoluteTime; private int channel; /// <summary>The MIDI command code</summary> private MidiCommandC...
using System.Globalization; using System.Linq; using System.Text; using System.Text.RegularExpressions; using System.Xml.Linq; using Serilog.Events; namespace Serilog.Sinks.MSSqlServer.Output { internal class XmlPropertyFormatter : IXmlPropertyFormatter { private static readonly Regex _invalidXMLChars ...
/* * Copyright 2010-2013 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. * A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "l...
using System; using System.Collections.Generic; using System.Reactive.Linq; using System.Reactive.Threading.Tasks; using MS.Core; namespace System.Reflection.Emit { public static class __MethodBuilder { public static IObservable<System.Boolean> Equals( this IObservable<System.Reflection.Emi...
using System.Data.Common; using System.Data.Entity; using System.Data.Entity.Core.Objects; using System.Data.Entity.Infrastructure; using Abp.Auditing; using Abp.Authorization; using Abp.Authorization.Roles; using Abp.Authorization.Users; using Abp.Configuration; using Abp.EntityFramework; using Abp.Localization; using...
// DO NOT MODIFY! This is generated code. using System; using System.Runtime.InteropServices; using System.Runtime.CompilerServices; using Microsoft.Diagnostics.Runtime; namespace Microsoft.Diagnostics.RuntimeExt { [System.Runtime.InteropServices.ComImportAttribute()] [System.Runtime.InteropServices.TypeLibTy...
using System; using System.Collections.Generic; using System.Linq; using System.Security.Cryptography; using System.Text; using Moq; using NuGet.Test.Mocks; using Xunit; using Xunit.Extensions; namespace NuGet.Test { public class PackageSourceProviderTest { [Fact] public void LoadPackageSources...
// <copyright file="CombinatoricsCountingTest.cs" company="Math.NET"> // Math.NET Numerics, part of the Math.NET Project // http://numerics.mathdotnet.com // http://github.com/mathnet/mathnet-numerics // http://mathnetnumerics.codeplex.com // Copyright (c) 2009-2010 Math.NET // Permission is hereby granted, free of cha...
// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; using System.Collections.Immutable; using System.Linq; using System.Text; using System.Threading.Tasks; using ...
// 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.Threading.Tasks; using Microsoft.CodeAnalysis.Text; using Roslyn.Test.Utilities; using Xunit; namespace Microsoft.CodeAnalysis.Editor.CSharp.Uni...
using System; using NUnit.Framework; using Org.BouncyCastle.Crypto.Digests; using Org.BouncyCastle.Crypto.Encodings; using Org.BouncyCastle.Crypto.Engines; using Org.BouncyCastle.Crypto.Parameters; using Org.BouncyCastle.Crypto.Signers; using Org.BouncyCastle.Math; using Org.BouncyCastle.Utilities.Encoders; using Or...
using System; using System.ComponentModel; using System.Windows.Forms; using Csla.Rules; using ProjectTracker.Library; namespace PTWin { public partial class ResourceEdit : WinPart { #region Properties public ProjectTracker.Library.ResourceEdit Resource { get; private set; } protected internal overri...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the Apache 2.0 License. // See the LICENSE file in the project root for more information. using System; using System.Collections.Generic; using System.Diagnostics; using System.Reflection; using Syst...
namespace AngleSharp.Core.Tests { using AngleSharp.Dom; using NUnit.Framework; using System; /// <summary> /// Tests from https://github.com/html5lib/html5lib-tests: /// tree-construction/tests21.dat /// </summary> [TestFixture] public class CDataTests { [Test] p...
// 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.Reflection; using System.Reflection.Emit; using System.Runtime.Intero...
using System; using System.Collections.Generic; using System.Linq; using System.Runtime.Serialization; using ServiceStack.Model; namespace ServiceStack.Examples.ServiceModel.Types { [DataContract(Namespace = ExampleConfig.DefaultNamespace)] public class CustomerOrders { public CustomerOrders() ...
using System; using System.Drawing; using System.Collections; using System.ComponentModel; using System.Windows.Forms; using System.Data; using System.IO; using XMLSIGNLib; namespace CSharpWinApp { /// <summary> /// Summary description for Form1. /// </summary> /// public class VerifyPFX : System.Windows.Forms....
/* * ResourceSet.cs - Implementation of the * "System.Resources.ResourceSet" class. * * Copyright (C) 2001 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 Software Found...
// // SmfLite.cs - A minimal toolkit for handling standard MIDI files (SMF) on Unity // // Copyright (C) 2013 Keijiro Takahashi // // 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 r...
//--------------------------------------------------------------------------- // // <copyright file="GroupItem.cs" company="Microsoft"> // Copyright (C) Microsoft Corporation. All rights reserved. // </copyright> // // Description: GroupItem object - root of the UI subtree generated for a CollectionViewGroup // // ...
// // 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...
namespace Orleans.CodeGenerator { using System; using System.Collections.Generic; using System.Diagnostics.CodeAnalysis; using System.Linq; using System.Linq.Expressions; using System.Reflection; using System.Threading.Tasks; using Microsoft.CodeAnalysis; using Microsoft.CodeAnalysis...
using System; using System.Collections.Generic; using System.Diagnostics; using System.Threading.Tasks; using Orleans; using Orleans.Runtime; using Orleans.Internal; using TestExtensions; using UnitTests.GrainInterfaces; using UnitTests.Grains; using Xunit; using Xunit.Abstractions; namespace DefaultCluster.Tests { ...
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See LICENSE in the project root for license information. using Microsoft.MixedReality.Toolkit.Input; using Microsoft.MixedReality.Toolkit.Physics; using Microsoft.MixedReality.Toolkit.Utilities; using System; using System.C...
/************************************************************************************ Copyright : Copyright 2014 Oculus VR, LLC. All Rights reserved. Licensed under the Oculus VR Rift SDK License Version 3.3 (the "License"); you may not use the Oculus VR Rift SDK except in compliance with the License, which is pr...
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using System.Web.Mvc; using JetBrains.Annotations; using JoinRpg.Data.Interfaces; using JoinRpg.DataModel; using JoinRpg.Domain; using JoinRpg.Services.Interfaces; using JoinRpg.Web.Controllers.Common; using JoinRpg.Web.Fil...
using System; using System.Collections.Generic; using System.Linq; using Microsoft.AspNetCore.Mvc; using Microsoft.Extensions.Configuration; using Microsoft.EntityFrameworkCore; using Microsoft.Extensions.Logging; using HetsApi.Authorization; using HetsApi.Helpers; using HetsApi.Model; using HetsData.Helpers; using Het...
/** * 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 m...
// Copyright 2017 Google Inc. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // https://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicabl...
#region License // // VersionLabel.cs July 2008 // // Copyright (C) 2008, Niall Gallagher <niallg@users.sf.net> // // 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...
using System; using Rhino.DistributedHashTable.Internal; using Rhino.DistributedHashTable.Parameters; using Rhino.Mocks; using Rhino.PersistentHashTable; using Xunit; namespace Rhino.DistributedHashTable.IntegrationTests { public class DistributedHashTableStorageTest { public class ReadingValues : EsentTestBase, I...
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...
// Copyright (c) 2010-2014 SharpDX - Alexandre Mutel // // 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, modif...
using System; using System.Diagnostics; using System.Globalization; using Microsoft.Msagl.Core.Geometry.Curves; namespace Microsoft.Msagl.Core.Geometry { /// <summary> /// Two dimensional point /// </summary> #if TEST_MSAGL [Serializable] #endif [DebuggerDisplay("({X},{Y})")] public struct Poin...
/*************************************************************************** * TrackViewColumn.cs * * Copyright (C) 2006 Novell, Inc. * Written by Aaron Bockover <abockover@novell.com> ****************************************************************************/ /* THIS FILE IS LICENSED UNDER THE MIT LICENSE ...
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// // Copyright (c) Microsoft Corporation. All rights reserved. /////////////////////////////////////////////////////////...
// // Copyright (c) 2004-2016 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...
using System; using System.Collections.Generic; using System.Text; // Copyright (c) 2006, 2007 by Hugh Pyle, inguzaudio.com namespace DSPUtil { // Constructs an impulse for parametric EQ filter [Serializable] public struct FreqGain { private double _freq; /// <summary> /// Fre...
// Copyright (c) Rotorz Limited. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root. using System.Collections.Generic; using UnityEditor; using UnityEngine; namespace Rotorz.ReorderableList { /// <summary> /// Utility class for drawing reorderable lists. /// </summary> p...
using System; using Microsoft.Xna.Framework; using Microsoft.Xna.Framework.Audio; using Microsoft.Xna.Framework.GamerServices; using Microsoft.Xna.Framework.Graphics; using Microsoft.Xna.Framework.Input; using Microsoft.Xna.Framework.Storage; using Microsoft.Xna.Framework.Content; using IRTaktiks.Components.Playable; u...
// $Id$ // // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information // regarding copyright ownership. The ASF licenses this file // to you under the Apache License, Version 2.0 (the // "License"...
#region File Description //----------------------------------------------------------------------------- // YachtGame.cs // // Microsoft XNA Community Game Platform // Copyright (C) Microsoft Corporation. All rights reserved. //----------------------------------------------------------------------------- #endregion #r...
/* 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...
// // RangeCollectionTests.cs // // Author: // Aaron Bockover <abockover@novell.com> // // Copyright (C) 2007-2008 Novell, Inc. // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated documentation files (the // "Software"), to deal in the Software without...
#region S# License /****************************************************************************************** NOTICE!!! This program and source code is owned and licensed by StockSharp, LLC, www.stocksharp.com Viewing or use of this code requires your acceptance of the license agreement found at https://github.com/St...
#region License // Copyright (c) Jeremy Skinner (http://www.jeremyskinner.co.uk) // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // ...
// 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 distributed under the ...
#region S# License /****************************************************************************************** NOTICE!!! This program and source code is owned and licensed by StockSharp, LLC, www.stocksharp.com Viewing or use of this code requires your acceptance of the license agreement found at https://github.com/St...
using System; using System.Collections.Generic; using System.Data.SqlClient; using System.Linq; using System.Text; using NewRelic.Microsoft.SqlServer.Plugin.Configuration; using NewRelic.Microsoft.SqlServer.Plugin.Core.Extensions; using NewRelic.Microsoft.SqlServer.Plugin.Properties; using NewRelic.Microsoft.SqlServer...
/** * @(#) SLAgentCS.cs * * Copyright (c) 2008-2009, Christian Bayer, christian_bay@gmx.de * * - 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 copyrigh...
//! \file YuzCrypt.cs //! \date 2018 Apr 01 //! \brief YuzuSoft KiriKiri encryption schemes. // // Copyright (C) 2018 by morkt // // 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 So...
// // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // // Copyright 2008-2014 Heaton Research, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // htt...
using System; using System.IO; using System.Net; using System.Net.Sockets; using HttpServer.Exceptions; using HttpServer.Sessions; using Xunit; namespace HttpServer.MVC.Controllers { /// <summary> /// Used to simply testing of controls. /// </summary> public class ControllerTester { /// <su...
// Copyright 2018 Esri. // // Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. // You may obtain a copy of the License at: http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software ...
/* * CredentialUI.cs - Windows Credential UI Helper * * License: Public Domain * */ using System; using System.ComponentModel; using System.Runtime.InteropServices; using System.Security; using System.Text; namespace Misuzilla.Security { /// <summary> /// Credential UI Helper /// </summary> /// ...
/* * Copyright 2010-2013 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. * A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "l...
using System; using Android.OS; using Android.App; using Android.Views; using Android.Widget; using System.Net.Http; using System.Threading.Tasks; using Microsoft.WindowsAzure.MobileServices; using Xamarin.Controls; using ZXing; using ZXing.Mobile; namespace skandoService { [Activity (MainLauncher = true, ...
// Copyright 2017 Esri. // // Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. // You may obtain a copy of the License at: http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software ...
// // SqlDoubleTest.cs - NUnit Test Cases for System.Data.SqlTypes.SqlDouble // // Authors: // Ville Palo (vi64pa@koti.soon.fi) // Martin Willemoes Hansen (mwh@sysrq.dk) // // (C) 2002 Ville Palo // (C) 2003 Martin Willemoes Hansen // // // Copyright (C) 2004 Novell, Inc (http://www.novell.com) // // Permission i...
/* * 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) 2014 dot42 // // Original filename: Android.Sax.cs // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless req...
/* * Copyright (c) 2008, openmetaverse.org * 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 copyright notice, this * list of...