context
stringlengths
2.52k
185k
gt
stringclasses
1 value
using System; using System.Diagnostics; using System.Linq; using Ripple.Core.Binary; using Ripple.Core.Hashing; using Ripple.Core.Types; namespace Ripple.Core.ShaMapTree { public class ShaMapInner : ShaMapNode { public int Depth; internal int SlotBits; internal int Version; inte...
// 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...
// 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 ManagedTests.DynamicCSharp.Conformance.dynamic.context.operate.compound.basic.field01.field0...
using Lucene.Net.Documents; using NUnit.Framework; using System; using System.Linq; using System.Reflection; using Assert = Lucene.Net.TestFramework.Assert; namespace Lucene.Net.Index { /* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTI...
// ReSharper disable All using System.Collections.Generic; using System.Diagnostics; using System.Dynamic; using System.Linq; using System.Net; using System.Net.Http; using System.Web.Http; using Frapid.ApplicationState.Models; using Newtonsoft.Json; using Newtonsoft.Json.Linq; using Frapid.Config.DataAccess; using Fra...
// Copyright 2017, Google LLC 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...
/* * File Name: PrefixTree.cs * Author : Chi-En Wu * Date : 2012/01/04 */ using System; using System.Collections.Generic; namespace Utils.DataStructure { /// <summary> /// Implements the prefix tree data structure that supports longest prefix matching. /// </summary> /// <typeparam name="TKe...
// 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 Microsoft.CSharp.RuntimeBinder.Errors; using Microsoft.CSharp.RuntimeBinder.Syntax; ...
/* * 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 Umbraco.Core.Models; namespace Umbraco.Core.Services { /// <summary> /// Defines the ContentService, which is an easy access to operations involving <see cref="IContent"/> /// </summary> public interface IContentService : IService { /// ...
// 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.Abstractions; using System; using System.IO; using System.Text; using System.Xml; using System.Xml.Schem...
//********************************************************* // // Copyright (c) Microsoft. All rights reserved. // THIS CODE IS PROVIDED *AS IS* WITHOUT WARRANTY OF // ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING ANY // IMPLIED WARRANTIES OF FITNESS FOR A PARTICULAR // PURPOSE, MERCHANTABILITY, OR NON-INFRINGEMENT. /...
using System; using System.Windows.Forms; using GuruComponents.Netrix.ComInterop; using GuruComponents.Netrix.Events; namespace GuruComponents.Netrix { /// <summary> /// Handles basic events for editing purposes. /// </summary> class EditPanel : Panel { private HtmlEditor editor; ...
// Copyright (c) .NET Foundation. 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.Buffers; using System.Collections.Generic; using System.Diagnostics.Contracts; using System.Globalization; using System.Linq;...
using System; using System.Collections.Generic; using System.Globalization; using System.Linq; using System.Security.Cryptography; using System.Text; using System.Xml; using System.Xml.Schema; namespace XsdDocumentation.Model { internal sealed class TopicManager : Manager { private Dictionary<string, T...
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using System; using System.Collections.Generic; using System.Text; using Microsoft.VisualStudio.Debugger.Interop; using System.Diagnostics; using MICore; namespace Mic...
using System; using System.Collections.Generic; using Microsoft.Xna.Framework; using Microsoft.Xna.Framework.Audio; using Microsoft.Xna.Framework.Content; using Microsoft.Xna.Framework.GamerServices; using Microsoft.Xna.Framework.Graphics; using Microsoft.Xna.Framework.Input; using Microsoft.Xna.Framework.Net; using Mi...
using System.Collections; using System.Collections.Generic; using UnityEngine; public class AsteroidsGenerator : MonoBehaviour { public GameObject[] asteroids; private Vector3 origin = Vector3.zero; /// <summary> /// The minimum and maximum allowed size of an asteroid. /// </summary> public f...
// 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.Immutable; using System.Diagnostics; using System.Reflection.Internal; using System.Reflect...
/* ==================================================================== 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...
// 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.Numerics.Tests { public class divremTest { private static int s_sampl...
namespace GMap.NET { using System; using System.Globalization; /// <summary> /// the rect /// </summary> public struct Rectangle { public static readonly Rectangle Empty = new Rectangle(); private int x; private int y; private int width; private int height; 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; using System.Collections.Generic; using System.Diagnostics; namespace Internal.TypeSystem { publi...
// 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.IO; using System.Text; using System.Text.RegularExpressions; using System.Xml; using System.Globalization; using error = Microsoft.Build.Sha...
/* * Infoplus API * * Infoplus API. * * OpenAPI spec version: v1.0 * Contact: api@infopluscommerce.com * Generated by: https://github.com/swagger-api/swagger-codegen.git * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * Y...
using System; using System.IO; using System.Text; using System.Threading.Tasks; using Foundation; using Gaucho.Forms.Core.FileSystem; using Gaucho.Forms.Core.Services; using Gaucho.Forms.iOS.Services; using NUnit.Framework; using FileMode = Gaucho.Forms.Core.FileSystem.FileMode; namespace Gaucho.Forms.iOS.UnitTests { ...
using System; using System.Collections.Generic; using System.IO; using System.Linq; using Microsoft.CodeAnalysis; using Microsoft.Framework.Logging; using Newtonsoft.Json; using Newtonsoft.Json.Linq; using OmniSharp.Models; using OmniSharp.Options; using OmniSharp.Services; namespace OmniSharp.Dnx { public class D...
/* * Location Intelligence APIs * * Incorporate our extensive geodata into everyday applications, business processes and workflows. * * OpenAPI spec version: 8.5.0 * * Generated by: https://github.com/swagger-api/swagger-codegen.git * * Licensed under the Apache License, Version 2.0 (the "License"); * you m...
namespace Cleangorod.Data.Migrations { using Cleangorod.Data.Models; using Microsoft.AspNet.Identity.EntityFramework; using Microsoft.AspNet.Identity.Owin; using Microsoft.Owin.Security; using OfficeOpenXml; using System; using System.Collections.Generic; using System.Data.Entity; us...
// 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; internal class TestApp { private static unsafe long test_7(B[] ab) { fixed (B* pb = &...
// 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.Security; using System.Threading; using System.Diagnostics; using System.Diagnostics.Cont...
// Copyright 2012 Henrik Feldt, Chris Patterson, et. al. // // 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...
// // TableViewBackend.cs // // Author: // Lluis Sanchez <lluis@xamarin.com> // // Copyright (c) 2011 Xamarin Inc // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal // in the Software without rest...
/* * Naiad ver. 0.5 * Copyright (c) Microsoft Corporation * All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 ...
// 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. // // Don't override IsAlwaysNormalized because it is just a Unicode Transformation and could be confused. // using...
/* * CCControlSlider * * Copyright 2011 Yannick Loriot. All rights reserved. * http://yannickloriot.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 Software without restriction, includi...
// CodeContracts // // Copyright (c) Microsoft Corporation // // All rights reserved. // // MIT License // // Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including wit...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. /****************************************************************************** * This file is auto-generated from ...
//----------------------------------------------------------------------------- // Copyright (c) 2012 GarageGames, LLC // // 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 restrictio...
// Licensed to the .NET Foundation under one or more agreements. // See the LICENSE file in the project root for more information. // (C) Franklin Wise // (C) 2003 Martin Willemoes Hansen // Copyright (C) 2004 Novell, Inc (http://www.novell.com) // // Permission is hereby granted, free of charge, to any person obtain...
using SemanticReleaseNotesParser.Core; using System.IO; using System.Linq; using System.Text; using Xunit; namespace SemanticReleaseNotesParser.Tests { public class ArgumentsTest { [Fact] public void WriteHelp_All() { // arrange var arguments = Arguments.ParseArg...
using System; using System.Collections; /// <summary> /// System.Array.Sort(System.Array,System.Array,System.Collections.IComparer) /// </summary> public class ArrayIndexOf1 { #region Public Methods public bool RunTests() { bool retVal = true; TestLibrary.TestFramework.LogInformation("[Pos...
// 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.Runtime.Intrinsics.X86; using static System.Runtime.Intrinsics.X86.Avx; using static System.Runtime....
// // 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...
// // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See LICENSE in the project root for license information. // using System; using System.Collections.Generic; using HoloToolkit.Unity; namespace HoloToolkit.Sharing { /// <summary> /// The ServerSessionsTracker ma...
// ReSharper disable once CheckNamespace namespace Fluent { using System; using System.Collections; using System.Windows; using System.Windows.Controls; using System.Windows.Controls.Primitives; using System.Windows.Data; using System.Windows.Input; using System.Windows.Markup; using...
using System; using System.Collections.Generic; using System.Reflection; using System.Threading.Tasks; using ExtensionCommands; using Oakton; using Oakton.Help; using Shouldly; using Xunit; namespace Tests { public class CommandFactoryTester { [Fact] public void get_the_command_name_for_a_...
// Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/protobuf/field_mask.proto #pragma warning disable 1591, 0612, 3021 #region Designer generated code using pb = global::Google.Protobuf; using pbc = global::Google.Protobuf.Collections; using pbr = global::Google.Protobuf.Reflection; using scg...
// Copyright 2021 Google LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // https://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in ...
using GalaSoft.MvvmLight; using System; using System.Windows.Media.Imaging; using Microsoft.ProjectOxford.Face; using Microsoft.ProjectOxford.Face.Contract; using System.Windows.Media; using System.Threading.Tasks; using System.Windows; using System.IO; using System.Drawing; using System.Linq; using FaceRecognitionEMGU...
using System; using System.IO.Compression; using Helios.Util; namespace Helios.Buffers { /// <summary> /// Abstract base class implementation of a <see cref="IByteBuf"/> /// </summary> public abstract class AbstractByteBuf : IByteBuf { private int _markedReaderIndex; private int _ma...
// ==++== // // // Copyright (c) 2006 Microsoft Corporation. All rights reserved. // // The use and distribution terms for this software are contained in the file // named license.txt, which can be found in the root of this distribution. // By using this software in any fashion, you are agreeing to ...
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using MS.Internal.Xml.XPath; using System.Collections; using System.Collections.Generic; using System.Diagnostics; using System.Diagnostics.Contracts; using System.Glob...
// 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. // ------------------------------------------------------------------------------ // Changes to this file must follow...
using GuiLabs.Canvas.Shapes; namespace GuiLabs.Canvas.Controls { public class Layouter { #region PutAt /// <summary> /// Moves shapeToMove so that its topleft corner /// corresponds with the topleft corner of reference. /// </summary> /// <param name="reference"></param> /// <param name="shapeToMove">...
using System; using System.Collections; using System.Collections.Generic; using System.Collections.ObjectModel; using System.Collections.Specialized; using System.ComponentModel; using System.Linq; using System.Management.Automation; using System.Threading; namespace NetworkUtility { #pragma warning disable CS1591 // ...
// // 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.Linq; using System.Linq.Expressions; using System.Reflection; using AutoMapper.Internal; using AutoMapper.Configuration.Internal; namespace AutoMapper.Configuration { using static Expression; public class MappingExpression : MappingExpression<object...
// // SqlInt16Test.cs - NUnit Test Cases for System.Data.SqlTypes.SqlInt16 // // 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 is ...
using System; using GitVersion; using GitVersion.Helpers; using GitVersionCore.Tests.Helpers; using NUnit.Framework; namespace GitVersionCore.Tests { [TestFixture] public class StringFormatWithExtensionTests { private IEnvironment environment; [SetUp] public void Setup() { ...
// // Copyright (c) 2004-2021 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...
// 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 System.Threading; using System.Collections; using System.Diagnostics; namespace S...
// // Details.cs // // Authors: // Gabriel Burt <gburt@novell.com> // // Copyright (C) 2009 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 restriction, including...
using System; using System.Data; using System.Data.SqlClient; using Csla; using Csla.Data; namespace SelfLoad.Business.ERLevel { /// <summary> /// C09_CityColl (editable child list).<br/> /// This is a generated base class of <see cref="C09_CityColl"/> business object. /// </summary> /// <remarks>...
// This file is licensed 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.Globalization; using System.Linq; using System.Runtime.Serialization; using System.Text; using System.Text.RegularExpressions; using Syst...
// 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.Metadata.ManagedReference { using System; using System.Collections.Concurrent; using System.Collections.Generic; using Sys...
using System; using System.Collections.Generic; using System.IO; using System.Net; using System.Net.Sockets; using System.Text; using System.Text.RegularExpressions; using System.Threading; using BlueFace.FlowChart; using BlueFace.FlowChart.FlowChartDiagrams; using BlueFace.Sys; using BlueFace.Sys.Net; using BlueFace.V...
//----------------------------------------------------------------------- // <copyright file="Network.cs">(c) http://www.codeplex.com/MSBuildExtensionPack. This source is subject to the Microsoft Permissive License. See http://www.microsoft.com/resources/sharedsource/licensingbasics/sharedsourcelicenses.mspx. All other...
// // 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...
// Author: Robert Scheller, Melissa Lucash using Landis.Utilities; using System; using System.Threading; using Landis.Core; using Landis.SpatialModeling; namespace Landis.Extension.Succession.NECN { // Chihiro; add grass layer to track dead wood in grass species public enum LayerName { Leaf, FineRoot, Wood...
// 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.IO; using Xunit; namespace System.CodeDom.Compiler.Tests { publi...
using System; using System.Collections.Generic; using System.Diagnostics; using System.Linq; using StructureMap.Building; using StructureMap.Diagnostics; using StructureMap.Graph; using StructureMap.Pipeline; using StructureMap.TypeRules; namespace StructureMap { public class BuildSession : IBuildSession, IContext...
// Copyright 2020 Google LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in ...
/* Copyright 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/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software dist...
// 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.Runtime; using System.Runtime.Serialization; using System.ServiceModel.Channels; using System.ServiceModel.Dispatcher; n...
// Copyright 2005-2010 Gallio Project - http://www.gallio.org/ // Portions Copyright 2000-2004 Jonathan de Halleux // // 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.a...
/* * Copyright (c) Contributors, http://opensimulator.org/ * See CONTRIBUTORS.TXT for a full list of copyright holders. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * Redistributions of source code must r...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. // =+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+ // // // // An abstraction...
// 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 Xunit; namespace System.Reflection.Compatibility.UnitTests.ConstructorTests { public class TestMultiDimensionalArray ...
// 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. #define DEBUG // Do not remove this, it is needed to retain calls to these conditional methods in release builds na...
// 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. namespac...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. /****************************************************************************** * This file is auto-generated from ...
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) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using System; using System.Collections.Generic; using System.Linq; using System.Text; using Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpbcgr; namespace Micr...
// 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.Linq; using System.Reflection; using System.Runtime.CompilerServices; using System.Threading.Tasks.Sour...
using System; using Microsoft.SPOT; namespace IngenuityMicro.Radius.Fonts { public class DefautFont { public static byte[] Font = new byte[] { 0x00, 0x00, 0x00, 0x00, 0x00, 0x3E, 0x5B, 0x4F, 0x5B, 0x3E, 0x3E, 0x6B, 0x4F, 0x6B, 0x3E, 0x1C, 0x3E, 0x7C, 0...
#region --- License --- /* Copyright (c) 2006 - 2008 The Open Toolkit library. 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, ...
// 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.Data; using System.Configuration; using System.Web; using DSL.POS.BusinessLogicLayer.Interface; using DSL.POS.BusinessLogicLayer.Imp; using DSL.POS.DTO.DTO; namespace DSL.POS.Facade { /// <summary> /// Summary description for ProductFacade /// </summary> /// public cla...
#region License // Copyright (c) 2007 James Newton-King // // 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, ...
using System; using System.Linq; using System.Threading.Tasks; using System.Windows.Input; using Caliburn.Micro; using JetBrains.Annotations; using LogoFX.Client.Mvvm.Commanding; using LogoFX.Client.Mvvm.ViewModel.Extensions; using LogoFX.Client.Mvvm.ViewModel.Services; using LogoFX.Client.Mvvm.ViewModel.Shared; using ...
using System; using System.Collections.Generic; using Android.Runtime; namespace Org.Webrtc { // Metadata.xml XPath class reference: path="/api/package[@name='org.webrtc']/class[@name='EglBase']" [global::Android.Runtime.Register ("org/webrtc/EglBase", DoNotGenerateAcw=true)] public sealed partial class EglBase : ...
// Copyright 2005-2010 Gallio Project - http://www.gallio.org/ // Portions Copyright 2000-2004 Jonathan de Halleux // // 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.a...
// // CairoExtensions.cs // // Author: // Aaron Bockover <abockover@novell.com> // // Copyright (C) 2007 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 restricti...
// Licensed to the .NET Foundation under one or more agreements. // See the LICENSE file in the project root for more information. // // 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 witho...
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using System; using System.Collections.Generic; using System.Diagnostics; using System.Dynamic.Utils; using System.Linq; using System.Linq.Expressions; using System.Ref...
//#define DEBUG using System.Collections; using System.Collections.Generic; using UnityEngine; using wvr; using WaveVR_Log; [System.Serializable] public class ButtonIndication { public enum Alignment { RIGHT, LEFT }; public enum KeyIndicator { TriggerKey, TouchPad, ...
using System; using System.Collections.Generic; using System.Linq; using hw.DebugFormatter; using hw.Helper; using Reni.Feature; namespace Reni.Type { static class ConversionService { internal sealed class ClosureService { TypeBase Source { get; } readonly List<TypeBase>...
// 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: part of ComEventHelpers APIs which...
/* * 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 ...