context
stringlengths
2.52k
185k
gt
stringclasses
1 value
using System; using System.Collections.Generic; using System.Text; // Copyright (c) 2009 by Hugh Pyle, inguzaudio.com namespace DSPUtil { abstract public class Matrix { // how many channels protected ushort _dimension; // square matrix [rows][columns] protected double[,] _matr...
using UnityEditor; using UnityEngine; using System; using System.Linq; using System.Collections.Generic; using System.Text.RegularExpressions; using V1=AssetBundleGraph; using Model=UnityEngine.AssetGraph.DataModel.Version2; namespace UnityEngine.AssetGraph { [CustomNode("Configure Bundle/Configure Bundle From Gro...
#if !UNITY_WINRT || UNITY_EDITOR || UNITY_WP8 #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 ...
namespace EIDSS.Reports.Document.Lim.Case { partial class TestReport { #region Designer generated code /// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void Initi...
using System; using System.Collections; using System.Collections.Generic; namespace Embree { /// <summary> /// Represents a read-only, lightweight key-value mapping. /// </summary> public struct IdentifierMapping<K, V> : IEnumerable<KeyValuePair<K, V>> { /// <summary> /// Gets the v...
using System; using System.Collections.Generic; using System.Text; using System.Collections; using System.Data.SqlClient; using System.Data; using System.ComponentModel; using System.Configuration; namespace Xenosynth.Configuration { /// <summary> /// Provides access to Xenosynth system configuration. //...
// // Copyright (c) Microsoft Corporation. All rights reserved. // #if DEBUG #define TRACK_REPRESENTATION_IDENTITY #else //#define TRACK_REPRESENTATION_IDENTITY #endif namespace Microsoft.Zelig.Runtime.TypeSystem { using System; using System.Collections.Generic; public abstract class BaseRepresentati...
#region License /* * Copyright 2002-2010 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unle...
// Google Maps User Control for ASP.Net version 1.0: // ======================== // Copyright (C) 2008 Shabdar Ghata // Email : ghata2002@gmail.com // URL : http://www.shabdar.org // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public Lic...
/* * QUANTCONNECT.COM - Democratizing Finance, Empowering Individuals. * Lean Algorithmic Trading Engine v2.0. Copyright 2014 QuantConnect Corporation. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of ...
//------------------------------------------------------------------------------ // <copyright file="DomainUpDown.cs" company="Microsoft"> // Copyright (c) Microsoft Corporation. All rights reserved. // </copyright> //---------------------------------...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System; using System.Collections.Generic; using System.Globalization; using System.Linq; using System.Security.Claims; using System.Text; using System.Text.Encodings.Web; 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...
/* * 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...
// Copyright (c) The Avalonia Project. All rights reserved. // Licensed under the MIT license. See licence.md file in the project root for full license information. using System; using System.Collections; using System.Collections.Generic; using System.Collections.Specialized; using System.ComponentModel; using System....
// Copyright (c) Brock Allen & Dominick Baier. All rights reserved. // Licensed under the Apache License, Version 2.0. See LICENSE in the project root for license information. using System; using System.Collections.Generic; using System.Linq; using System.Net.Http; using System.Text; using System.Threading.Tasks; usi...
using System; using System.Data; using System.Data.OleDb; using System.Collections; using System.Configuration; using PCSComUtils.DataAccess; using PCSComUtils.PCSExc; using PCSComUtils.Common; namespace PCSComSale.Order.DS { public class SO_ReturnedGoodsMasterDS { public SO_ReturnedGoodsMasterDS() { } p...
#region References using System; using System.Globalization; using System.Runtime.InteropServices; using Raspberry.IO.GeneralPurpose; using Raspberry.Timers; #endregion namespace Raspberry.IO.InterIntegratedCircuit { /// <summary> /// Represents a driver for I2C devices. /// </summary> public class I...
using System; using System.ComponentModel; using System.Diagnostics; using System.Windows.Forms; using System.Collections; using Thinktecture.Tools.Web.Services.Wscf.Environment; using Thinktecture.Tools.Web.Services.CodeGeneration; namespace Thinktecture.Tools.Wscf.UI.Dialogs { /// <summary> /// Summary descriptio...
#region Disclaimer/Info /////////////////////////////////////////////////////////////////////////////////////////////////// // Subtext WebLog // // Subtext is an open source weblog system that is a fork of the .TEXT // weblog system. // // For updated news and information please visit http://subtextproject.com/ // Su...
// 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) Microsoft. All rights reserved. // // Licensed under the MIT license. See LICENSE file in the project root for full license information. using System; using System.Diagnostics; using System.Windows; using System.Windows.Controls; using System.Windows.Media; using System.Windows.Media.Animation; usi...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. // ------------------------------------------------------------------------------ // Changes to this file must follow...
// 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 ...
// <developer>niklas@protocol7.com</developer> // <completed>20</completed> using System.Xml; using SharpVectors.Dom.Events; namespace SharpVectors.Dom.Svg { /// <summary> /// A key interface definition is the /// <see cref="ISvgSvgElement">ISvgSvgElement</see> interface, which is /// the interface th...
// 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.InteropServices.Tests.Common; using Xunit; namespace System....
// 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 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 writing, ...
/////////////////////////////////////////////////////////////////////////////////////////////// // // This File is Part of the CallButler Open Source PBX (http://www.codeplex.com/callbutler // // Copyright (c) 2005-2008, Jim Heising // All rights reserved. // // Redistribution and use in source and binary f...
using UnityEngine; using System.Collections.Generic; using tk2dRuntime.TileMap; [System.Flags] public enum tk2dTileFlags { None = 0x00000000, FlipX = 0x01000000, FlipY = 0x02000000, Rot90 = 0x04000000, } [ExecuteInEditMode] [AddComponentMenu("2D Toolkit/TileMap/TileMap")] /// <summary> /// Tile Map /// </summary...
/* ==================================================================== 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...
// Python Tools for Visual Studio // Copyright(c) Microsoft Corporation // All rights reserved. // // Licensed under the Apache License, Version 2.0 (the License); you may not use // this file except in compliance with the License. You may obtain a copy of the // License at http://www.apache.org/licenses/LICENSE-2.0 //...
/* * Copyright (c) Citrix Systems, Inc. * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * * 1) Redistributions of source code must retain the above copyright * notice, this list ...
// Copyright Naked Objects Group Ltd, 45 Station Road, Henley on Thames, UK, RG9 1AT // 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 requir...
// // 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...
/* * Procedurality v. 0.1 rev. 20070307 * Copyright 2007 Oddlabs ApS * * * This file is part of Procedurality. * Procedurality is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of ...
// 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.ObjectModel; using System.Diagnostics.Tracing; using System.Reflection; using System.Runti...
namespace Spring.Expressions.Parser.antlr { /* ANTLR Translator Generator * Project led by Terence Parr at http://www.jGuru.com * Software rights: http://www.antlr.org/license.html */ // // ANTLR C# Code Generator by Micheal Jordan // Kunle Odutola : kunle UNDERSCORE odutola ...
//*************************************************** //* This file was generated by tool //* SharpKit //* At: 29/08/2012 03:59:40 p.m. //*************************************************** using SharpKit.JavaScript; namespace Ext.dd { #region Registry /// <inheritdocs /> /// <summary> /// <p>Provides e...
/**************************************************************************** Tilde Copyright (c) 2008 Tantalus Media Pty Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, in...
// // Copyright (c) Microsoft and contributors. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // http://www.apache.org/licenses/LICENSE-2.0 // // Unless requi...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.Collections.Generic; using System.Net.Test.Common; using System.Runtime.InteropServices; using System.T...
using UnityEngine; using System; using Cinemachine.Utility; using UnityEngine.Serialization; namespace Cinemachine { /// <summary> /// A Cinemachine Virtual Camera Body component that constrains camera motion /// to a CinemachinePath. The camera can move along the path. /// /// This behaviour can...
// Rectangle.java version 1.0b2p1 // Java Spatial Index Library // Copyright (C) 2002 Infomatiq Limited // Copyright (C) 2008 Aled Morris aled@sourceforge.net // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public // License as publis...
using System; using System.Text; namespace LiteNetLib.Utils { public class NetDataReader { protected byte[] _data; protected int _position; protected int _dataSize; public byte[] Data { get { return _data; } } public int Position { ...
using System; using System.Collections; #if !SILVERLIGHT using System.Collections.Concurrent; #else using TvdP.Collections; #endif using System.Collections.Generic; using System.Linq; using System.Linq.Expressions; using System.Reflection; using System.Reflection.Emit; namespace AutoMapper { internal delegate object ...
// 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. namespace applicationGateway { using Microsoft.Rest; using Microsoft.Rest.Azure; using Models; using System.Threading; using System.Threading.Ta...
// Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/protobuf/struct.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 = g...
using System; using System.Collections.Generic; using System.Text; using System.Net; using System.Security.Cryptography.X509Certificates; namespace LumiSoft.Net { /// <summary> /// Holds IP bind info. /// </summary> public class IPBindInfo { private string m_HostName = ""; ...
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using System.Buffers; using System.Runtime.InteropServices; using Xunit; namespace System.Slices.Tests { public class SlicesTests { [Fact] publi...
/* * REST API Documentation for the MOTI School Bus Application * * The School Bus application tracks that inspections are performed in a timely fashion. For each school bus the application tracks information about the bus (including data from ICBC, NSC, etc.), it's past and next inspection dates and results, contac...
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. #nullable enable using System; using System.Collections.Generic; using System.Diagnostics; using System.Linq; using System.Threading; using System.Threading.Tasks; using...
// Copyright 2018 Google LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in w...
namespace DeadCode.WME.StringTableMgr { partial class SettingsForm { /// <summary> /// Required designer variable. /// </summary> private System.ComponentModel.IContainer components = null; /// <summary> /// Clean up any resources being used. /// </summary> /// <param name="disposing">true if managed...
using UnityEngine; using System.Collections; using System.Collections.Generic; /// <summary> /// This controller is driven by being directly connected to a /// data group, allowing it to react to the music. /// </summary> [AddComponentMenu("Visualizer Studio/Controllers/Frequency Controller")] public class VisFreque...
using UnityEngine; using UnityEngine.UI; using UnityEngine.Events; using UnityEngine.EventSystems; using System.Collections; namespace UIWidgets { /// <summary> /// SlideBlock axis. /// </summary> public enum SlideBlockAxis { LeftToRight = 0, TopToBottom = 1, RightToLeft = 2, BottomToTop = 3, } /// <...
using System; using System.Collections.ObjectModel; using System.Drawing; using OpenQA.Selenium; using OpenQA.Selenium.Interactions.Internal; using OpenQA.Selenium.Internal; using Tellurium.MvcPages.SeleniumUtils.Exceptions; using Tellurium.MvcPages.Utils; namespace Tellurium.MvcPages.SeleniumUtils { public class ...
using System; using Umbraco.Core; using Umbraco.Core.Configuration; using Umbraco.Core.Models; using Umbraco.Core.Models.EntityBase; using umbraco.BusinessLogic; using umbraco.DataLayer; using System.Collections; using System.Collections.Generic; using System.Xml; using System.Linq; namespace umbraco.cms.businesslogic...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading; namespace Orleans.Runtime.Scheduler { internal class WorkerPool : IDisposable { private Semaphore threadLimitingSemaphore; private readonly HashSet<WorkerPoolThread> pool; priv...
#region License /* The MIT License * * Copyright (c) 2011 Red Badger Consulting * * 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 r...
using System; using System.Data; using System.Data.SqlClient; using Csla; using Csla.Data; namespace SelfLoadSoftDelete.Business.ERLevel { /// <summary> /// G11Level111111ReChild (editable child object).<br/> /// This is a generated base class of <see cref="G11Level111111ReChild"/> business object. //...
#region Copyright (c) Roni Schuetz - All Rights Reserved // * --------------------------------------------------------------------- * // * Roni Schuetz * // * Copyright (c) 2008 All Rights reserved * // * ...
namespace CNSirindar.Migrations { using System; using System.Data.Entity.Migrations; public partial class InitialCreate : DbMigration { public override void Up() { CreateTable( "dbo.TblAsignacionesBloques", c => new { ...
//----------------------------------------------------------------------------- // 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...
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See License.txt in the project root for // license information. // // Code generated by Microsoft (R) AutoRest Code Generator 0.14.0.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. ...
// Copyright (c) Microsoft Corporation. All rights reserved. // // Licensed under the MIT License. See LICENSE.txt in the project root for license information. using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Text.RegularExpressions; name...
using UnityEngine; using System; using System.IO; using System.Collections; using System.Collections.Generic; using System.Linq; using ForieroEngine.MIDIUnified; using ForieroEngine.MIDIUnified.Midi; using System.Text.RegularExpressions; public partial class MidiSeqKaraokeScript : MonoBehaviour, IMidiEvents { public ...
// 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.Runtime.InteropServices; using ErrorCode = Interop.NCrypt.Erro...
// 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; using System.Globalization; using System.IO; using System.Net.Mime; using Sy...
/* * Copyright (C) Sony Computer Entertainment America LLC. * All Rights Reserved. */ using System; using System.Collections.Generic; using System.Linq; using Sce.Atf.Adaptation; using Sce.Atf.Dom; using Sce.Sled.Shared; using Sce.Sled.Shared.Services; namespace Sce.Sled.Lua.Dom { public sealed class SledL...
/* * QUANTCONNECT.COM - Democratizing Finance, Empowering Individuals. * Lean Algorithmic Trading Engine v2.0. Copyright 2014 QuantConnect Corporation. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy o...
namespace Foo.App.ManagedPlayer { partial class MainForm { /// <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.IO; using System.Runtime.InteropServices; namespace System { internal static class PlatformApis ...
// <copyright file="DummyClient.cs" company="Google Inc."> // Copyright (C) 2014 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.apac...
/* Copyright 2012 Michael Edwards 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 i...
using System; using System.Collections.Generic; using System.Text; using System.Threading; using System.IO; using System.IO.Ports; //using System.Diagnostics; namespace T5CANLib.CAN { /// <summary> /// EasySync232Device is an implementation of ICANDevice for the Lawicel EasySync232 device /// (www.Ea...
// 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.IO; using System.Net.Sockets; namespace System.Net { /// <summary> /// <para> /// The ...
// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using Microsoft.CodeAnalysis.CodeGen; using Microsoft.CodeAnalysis.CSharp.Symbols.Metadata.PE; using Microsoft.CodeAnalysis.CSharp.Test.Utilities; using Micro...
using Bridge.Contract; using Bridge.Contract.Constants; using ICSharpCode.NRefactory.CSharp; using ICSharpCode.NRefactory.Semantics; using ICSharpCode.NRefactory.TypeSystem; using System.Linq; namespace Bridge.Translator { public class ArrayCreateBlock : ConversionBlock { public ArrayCreateBlock(IEmitt...
/******************************************************************************************** Copyright (c) Microsoft Corporation All rights reserved. Microsoft Public License: This license governs use of the accompanying software. If you use the software, you accept this license. If you do not accept the licens...
#region PDFsharp - A .NET library for processing PDF // // Authors: // Klaus Potzesny // // Copyright (c) 2005-2016 empira Software GmbH, Cologne Area (Germany) // // http://www.pdfsharp.com // http://sourceforge.net/projects/pdfsharp // // Permission is hereby granted, free of charge, to any person obtaining a // co...
/* * Copyright (c) Contributors, http://opensimulator.org/ * See CONTRIBUTORS.TXT for a full list of copyright holders. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * Redistributions of source code must r...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.Threading.Tasks; using System.Threading; using System.Runtime.ExceptionServices; using Xunit; namespac...
using System; using System.IO; using System.Linq; using System.IO.Ports; //using System.Collections; using System.Collections.Concurrent; using System.Collections.Generic; using System.Threading; namespace EnOcean { public enum PacketType { RESERVED = 0, RADIO_ERP1 = 1, RESPONSE, RADIO_SUB_TEL, EVENT, COMMON_COMMA...
using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Text; using System.Windows.Forms; using InTheHand.Net.Sockets; using InTheHand.Net; using System.Net.Sockets; namespace IrDAServiceClient { public partial class Form1 : Form { #if...
using System; using System.Collections.Generic; using System.Linq; using System.ComponentModel; namespace Signum.Utilities { public class ConsoleSwitch<K, V> : IEnumerable<KeyValuePair<string, WithDescription<V>>> where K : notnull where V : class { readonly Dictionary<string, WithDescr...
/* * 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.Generic; using System.ComponentModel.DataAnnotations; using System.Linq; using System.Web.Mvc; namespace Cats.Models.Hubs.ViewModels { public class ReceiveViewModel { #region List of Things used in the recieve view model //todo:separation of concern /...
/* * Copyright 2010 www.wojilu.com * * 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 agr...
using J2N.Text; using Lucene.Net.Util; using System; using System.Collections.Generic; using System.Diagnostics; using BytesRef = Lucene.Net.Util.BytesRef; using Directory = Lucene.Net.Store.Directory; namespace Lucene.Net.Codecs.Lucene3x { /* * Licensed to the Apache Software Foundation (ASF) under one or mo...
using System; using System.Globalization; using System.Xml; using JetBrains.Annotations; using Orchard.Comments.Models; using Orchard.ContentManagement; using Orchard.ContentManagement.Drivers; using Orchard.ContentManagement.Aspects; using Orchard.Services; using Orchard.Localization; using Orchard.Comments.Services; ...
using Android.Content; using Android.OS; using Android.Util; using Android.Views; using Android.Webkit; namespace ObservableScrollView { public class ObservableWebView : WebView, IScrollable { // Fields that should be saved onSaveInstanceState private int _mPrevScrollY; private int _mScrollY; // Fields tha...
namespace Checkers { partial class frmAbout { /// <summary> /// Disposes of the resources (other than memory) used by the <see cref="T:System.Windows.Forms.Form"/>. /// </summary> /// <param name="disposing">true to release both managed and unmanaged resources; false to release o...
using System.Linq; using System.Threading.Tasks; using SfAttendance.Server.Entities; using SfAttendance.Server.Extensions; using SfAttendance.Server.Services.Abstract; using SfAttendance.Server.ViewModels.AccountViewModels; using Microsoft.AspNetCore.Authorization; using Microsoft.AspNetCore.Identity; using Microsoft.A...
/* * [The "BSD licence"] * Copyright (c) 2005-2008 Terence Parr * All rights reserved. * * Conversion to C#: * Copyright (c) 2008-2009 Sam Harwell, Pixel Mine, Inc. * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the fol...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using System.Collections.Generic; using System.Diagnostics; using System.Runtime.CompilerServices; usin...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using OLEDB.Test.ModuleCore; namespace System.Xml.Tests { internal class VerifyNameTests3 : CTestCase { ...
#region Copyright (c) 2003, newtelligence AG. All rights reserved. /* // Copyright (c) 2003, newtelligence AG. (http://www.newtelligence.com) // Original BlogX Source Code: Copyright (c) 2003, Chris Anderson (http://simplegeek.com) // All rights reserved. // // Redistribution and use in source and binary forms, with ...
using System; using System.Collections.Generic; using Glimpse.Core.Tab.Assist; using Xunit; namespace Glimpse.Test.Core.Plugin.Assist { public class TabLayoutCellShould { [Fact] public void SetDataId() { var cell = new TabLayoutCell(1); Assert.Equal(1, cell.Data); } [Fact] public void ThrowFor...
/* Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT License. See License.txt in the project root for license information. */ using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Runtime.Serialization.Json; using System.Text; using System.W...