context
stringlengths
2.52k
185k
gt
stringclasses
1 value
// #define UP_USE_WII_INPUT_MANAGER // #define UP_USE_CN_INPUT_MANAGER using UnityEngine; using System.Collections.Generic; using System; #if UP_USE_CN_INPUT_MANAGER using CnControls; #endif #if UP_USE_WII_INPUT_MANAGER using WiimoteApi; #endif // TODO player selection?! namespace UnityPlatformer { /// <summ...
// Copyright 2022 Google LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // https://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in ...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using System.Globalization; using System.Threading; namespace System.Globalization { // This cale...
/* * 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.Collections.Concurrent; using System.Diagnostics; using System.Net; using System.Net.Sockets; using System.Reactive; using System.Reflection; using System.Runtime.InteropServices; using System.Security.Authentication; using System.Security.Cryptography.X509Certificates; using System.Text; using Autofac; us...
/* 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.Diagnostics; using i64 = System.Int64; namespace System.Data.SQLite { internal partial class Sqlite3 { /* ** 2001 September 15 ** ** The author disclaims copyright to this source code. In place of ** a legal notice, here is a blessing: ** ** May you do good and not evil....
using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Text; using System.Windows.Forms; namespace Factotum { public partial class CalBlockView : Form { // ---------------------------------------------------------------------- // Initial...
using System; using System.Collections; using System.Collections.Generic; using System.Collections.Specialized; using System.ComponentModel.DataAnnotations; using System.Globalization; using System.Reflection; using System.Runtime.Serialization; using System.Web.Http; using System.Web.Http.Description; using System.Xml...
/* Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT License. See License.txt in the project root for license information. */ using System; using System.Globalization; using System.IO; using System.Net; using System.ServiceModel; using System.Web; using System.Web.Hosting; using Syst...
// 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; #if ES_BUILD_STANDALONE namespace Microsoft.Diagnostics.Tracing.Int...
using UnityEngine; using UnityEditor; using System.IO; public class TrackBuildRExport { private static Transform CURRENT_TRANSFORM; private const string COLLIDER_SUFFIX = "_Collider"; private const string PROGRESSBAR_TEXT = "Exporting Track"; private static string FILE_EXTENTION = ".obj"; private...
/* * 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...
'From Squeak 1.3 of Jan 16, 1998 on 26 January 1998 at 9:22:44 pm'! MouseMenuController subclass: #SSAScrollBarController instanceVariableNames: 'unitScrollDelay ' classVariableNames: '' poolDictionaries: '' category: 'PowerTools'! View subclass: #SSAScrollBarView instanceVariableNames: 'scrollBarWidth scrollBarBo...
// 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.Serialization; using System.Runtime.InteropServices; us...
using Microsoft.IdentityModel; using Microsoft.IdentityModel.S2S.Protocols.OAuth2; using Microsoft.IdentityModel.S2S.Tokens; using Microsoft.SharePoint.Client; using Microsoft.SharePoint.Client.EventReceivers; using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.Globalizati...
namespace android.content { [global::MonoJavaBridge.JavaClass(typeof(global::android.content.AsyncQueryHandler_))] public abstract partial class AsyncQueryHandler : android.os.Handler { internal new static global::MonoJavaBridge.JniGlobalHandle staticClass; protected AsyncQueryHandler(global::MonoJavaBridge.JNIE...
// 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.CompilerServices; using System.Runtime.InteropServices; using Xunit; using static System.Buffe...
//------------------------------------------------------------------------------ // <copyright file="SoapCodeExporter.cs" company="Microsoft"> // Copyright (c) Microsoft Corporation. All rights reserved. // </copyright> // <owner current="true" primary="true">[....]</owner> ...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. /*============================================================ ** ** ** ** Purpose: This class will encapsulate an u...
// Copyright (c) Microsoft Corporation. All rights reserved. See License.txt in the project root for license information. using System; using System.Globalization; using System.Threading; using Microsoft.Practices.Prism.Properties; using Microsoft.Practices.ServiceLocation; namespace Microsoft.Practices.Prism.Regions...
using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using AutoMapper; using Microsoft.AspNetCore.Identity; using Microsoft.AspNetCore.Mvc; using Microsoft.Extensions.Logging; using Wilson.Companies.Core.Entities; using Wilson.Companies.Data.DataAccess; using Wilson.Web.Areas.Admin.Models....
// Copyright (c) .NET Foundation. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for details. using System; using System.Diagnostics; using System.Drawing; using System.Drawing.Drawing2D; using System.Threading; using System.Windows.Forms; using System.Runtime.InteropServi...
// Copyright 2021, Google Inc. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicabl...
// 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.Collections.Generic; using System.Collections.Immutable; using System.Linq; using Analyzer.Utilities; using Analyzer.Utilities.Extensions; using ...
/* * DocuSign REST API * * The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. * * OpenAPI spec version: v2 * Contact: devcenter@docusign.com * Generated by: https://github.com/swagger-api/swagger-codegen.git */ using System; using System....
// Project : ACTORS // Contacts : Pixeye - ask@pixeye.games using System.Collections.Generic; namespace Pixeye.Actors{ ///<summary> /// Mutable String class, optimized for speed and memory allocations while retrieving the final result as a string. /// Similar use than StringBuilder, but avoid a lot of allocat...
/* Copyright (c) 2004-2006 Tomas Matousek, Vaclav Novak and Martin Maly. The use and distribution terms for this software are contained in the file named License.txt, which can be found in the root of the Phalanger distribution. By using this software in any fashion, you are agreeing to be bound by the terms of...
using System; using System.Collections.Generic; using System.IO; using System.Linq; using Microsoft.TemplateEngine.Abstractions; using Microsoft.TemplateEngine.Abstractions.Mount; using Microsoft.TemplateEngine.Core.Contracts; using Microsoft.TemplateEngine.Utils; namespace Microsoft.TemplateEngine.Core.Util { pub...
//------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All rights reserved. //------------------------------------------------------------ namespace System.Runtime.Interop { using System; using System.Text; using System.Security; using System.Collections...
/* 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 Microsoft.IdentityModel.S2S.Protocols.OAuth2; using Microsoft.IdentityModel.Tokens; using Microsoft.SharePoint.Client; using System; using System.Net; using System.Security.Principal; using System.Web; using System.Web.Configuration; namespace BusinessApps.ChatRoomWeb { /// <summary> /// Encapsulates all...
using System; using System.Collections.Generic; using Fairweather.Service; namespace Common { public class Sorted_List_Cursor : Any_List_Cursor { public Sorted_List_Cursor(IDictionary<string, string> idict) { cnt = idict.Count; list1 = new List<Pair<string>>(cnt); ...
//------------------------------------------------------------------------------------------------------------------------------------------------------------------- // <copyright file="BaseAppDomainIsolatedTask.cs">(c) 2017 Mike Fourie and Contributors (https://github.com/mikefourie/MSBuildExtensionPack) under MIT Lic...
using System; using System.Diagnostics; using System.Runtime.CompilerServices; using System.Threading; namespace Amib.Threading.Internal { #region WorkItemsGroup class /// <summary> /// Summary description for WorkItemsGroup. /// </summary> public class WorkItemsGroup : WorkItemsGroupBase { ...
/* * 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...
/* * Copyright 2011 Software Freedom Conservancy. * * 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.IO; namespace SilentOrbit.ProtocolBuffers { public static partial class ProtocolParser { /// <summary> /// Reads past a varint for an unknown field. /// </summary> public static void ReadSkipVarInt(Stream stream) { while (true) ...
/* * 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...
#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...
namespace Larsu.Hibernate { using System; using System.Reflection; using System.Threading; using Larsu.Hibernate.Policy; using NHibernate; using NHibernate.Engine; using NHibernate.Exceptions; using NHibernate.Hql.Util; using NHibernate.Proxy; using NLog; public class Entity...
// 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.Linq; using System.Xml; using Xunit; namespace System.ServiceModel.S...
using System; using System.Collections; namespace DocTagger { class StopWordsHandler { private static StopWordsHandler _instance = new StopWordsHandler(); private Hashtable _stopwords = null; public static StopWordsHandler Instance { get { return _instance; } } public object AddElement(IDictionary c...
using System; using System.Collections; using System.Collections.Generic; using System.Linq.Expressions; using System.Reflection; using System.Text; // Include Silverlight's managed resources #if SILVERLIGHT using System.Core; #endif //SILVERLIGHT namespace System.Linq { public interface IQueryable : IEnumerable...
/* * CKEditor Html Editor Provider for DotNetNuke * ======== * http://dnnckeditor.codeplex.com/ * Copyright (C) Ingo Herbote * * The software, this file and its contents are subject to the CKEditor Provider * License. Please read the license.txt file before using, installing, copying, * modifying or distribute ...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.Buffers; using System.Diagnostics; using System.Runtime.CompilerServices; using System.Runtime.InteropS...
// 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: Synchronizes...
/* * 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...
namespace Factotum { partial class DucerModelEdit { /// <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 resources should...
using System; using System.Collections.Generic; using System.ComponentModel; using System.Diagnostics.CodeAnalysis; using System.Linq; using System.Windows.Data; using BudgetAnalyser.Engine; using BudgetAnalyser.Annotations; using BudgetAnalyser.Engine.Budget; using BudgetAnalyser.Engine.Matching; using BudgetAnalyser....
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using System.Collections.Generic; using System.Linq; using NUnit.Framework; using osu.Framework.Utils; using osu.Game.Rulesets.Catch.Objects; using osu.Game...
using UnityEngine; //Just modified from unity's build-in Image Effect Glow. [ExecuteInEditMode] [RequireComponent (typeof(Camera))] public class XftGlow : MonoBehaviour { /// The brightness of the glow. Values larger than one give extra "boost". public float glowIntensity = 1.5f; /// Blur iterations - larger numb...
using System; using System.IO; using System.Runtime.InteropServices; using System.Text; using System.Threading; using System.Threading.Tasks; using Patterns.Logging; namespace SocketHttpListener.Net { // FIXME: Does this buffer the response until Close? // Update: we send a single packet for the first non-chun...
// This file was created automatically, do not modify the contents of this file. // ReSharper disable InvalidXmlDocComment // ReSharper disable InconsistentNaming // ReSharper disable CheckNamespace // ReSharper disable MemberCanBePrivate.Global using System; using System.Runtime.InteropServices; // Source file C:\P...
// 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 required by...
// 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.Runtime.CompilerServices; using System.IO; using System.Collections; using System.Globalization; using System.Text; using System.Threading; u...
// ==++== // // Copyright (c) Microsoft Corporation. All rights reserved. // // ==--== //========================================================================== // File: TcpSocketManager.cs // // Summary: Provides a base for the client and server tcp socket // managers. // //===========...
// 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: Class for creat...
using System; using System.IO; using System.Text; using Autofac.Extras.FakeItEasy; using Elasticsearch.Net.Connection; using Elasticsearch.Net.Tests.Unit.Stubs; using FakeItEasy; using FakeItEasy.Configuration; using FluentAssertions; using NUnit.Framework; namespace Elasticsearch.Net.Tests.Unit.Connection { [TestFix...
using System; using System.Collections.Generic; using System.Linq; using System.Xml; using Examine; using NUnit.Framework; using umbraco.BusinessLogic; using Umbraco.Core; using Umbraco.Core.Models; using Umbraco.Core.Models.PublishedContent; using Umbraco.Tests.PublishedContent; using Umbraco.Tests.TestHelpers; using ...
// // 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, modify, merge, publish, // distribute, sublicense, and/or ...
using System; using System.IO; using System.Text; using System.Collections; using Zeus.ErrorHandling; using Zeus.Legacy; namespace Zeus { /// <summary> /// Summary description for ZeusTemplateParser. /// </summary> public class ZeusTemplateParser { public ZeusTemplateParser() {} public static ZeusTemplateHe...
using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Runtime.Serialization.Formatters.Binary; using System.Text; using Glimpse.Core.Extensibility; namespace Glimpse.Core.Framework { /// <summary> /// Contains all configuration required by <see cref="IGlimpseRuntime"/...
// 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.Globalization; using System.Reflection; using System.Runtime.InteropS...
//Created by Peoharen using System; namespace Server.Items { public class NorthWestDoor : BaseDoor { [Constructable] public NorthWestDoor() : base( 0x679, 0x67A, 0xEC, 0xF3, new Point3D( -1, 0, 0 ) ) { } public NorthWestDoor( Serial serial ) : base( serial ) { } public override void Serialize( Gene...
// 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...
// 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.Linq; using System.Threading; using System.Threading.Tasks; using Xu...
/* * Copyright 2012-2015 Aerospike, Inc. * * Portions may be licensed to Aerospike, Inc. under one or more contributor * license agreements. * * 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 Lice...
namespace android.graphics { [global::MonoJavaBridge.JavaClass()] public partial class BitmapFactory : java.lang.Object { internal new static global::MonoJavaBridge.JniGlobalHandle staticClass; protected BitmapFactory(global::MonoJavaBridge.JNIEnv @__env) : base(@__env) { } [global::MonoJavaBridge.JavaClas...
// <copyright file="Constants.cs" company="Math.NET"> // Math.NET Numerics, part of the Math.NET Project // http://numerics.mathdotnet.com // http://github.com/mathnet/mathnet-numerics // // Copyright (c) 2009-2010 Math.NET // // Permission is hereby granted, free of charge, to any person // obtaining a copy of this so...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; /// <summary> /// Convert.ToUInt64(String) /// </summary> public class ConvertToUInt6416 { public s...
/* **************************************************************************** * * Copyright (c) Microsoft Corporation. * * This source code is subject to terms and conditions of the Apache License, Version 2.0. A * copy of the license can be found in the License.html file at the root of this distribution. If ...
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using Internal.Interop; using Internal.Threading.Tasks; using System.ComponentModel; using System.Diagnostics; using System.Diagnostics.Contracts; using System.Runtime...
#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...
using UnityEngine; using System; using System.Collections; using System.Runtime.InteropServices; namespace Noesis.Samples { public class UnityObject : NotifyPropertyChangedBase { // Type property public string Type { get { return _type; } set { ...
// 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...
// // Tuples.cs // // Authors: // Zoltan Varga (vargaz@gmail.com) // Marek Safar (marek.safar@gmail.com) // // Copyright (C) 2009 Novell // // 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 Softwar...
// This file is part of YamlDotNet - A .NET library for YAML. // Copyright (c) Antoine Aubry and contributors // 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,...
// 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 Xunit; public static class MathTests { [Fact] public static void Cos() { As...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.Collections.Generic; using System.Diagnostics; using System.Linq; using Xunit; namespace System.Collec...
/* * 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...
using CompactView.Data; using CompactView.Helpers; using CompactView.Models; using CompactView.Services; using System; using System.Collections.Generic; using System.ComponentModel; using System.Runtime.CompilerServices; using System.Threading.Tasks; using Windows.ApplicationModel.Core; using Windows.ApplicationModel.D...
using Foundation; using System; using System.Threading.Tasks; using System.Collections.Generic; using UIKit; using zsquared; namespace vitaadmin { public partial class VC_ShowNotifications : UIViewController { C_Global Global; C_VitaUser LoggedInUser; List<C_Notification> _Notifications; C_Not...
/******************************************************************** The Multiverse Platform is made available under the MIT License. Copyright (c) 2012 The Multiverse Foundation Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "...
// 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.Text; using System.Net.Http; using System.Diagnostics; namespace System.Net.Mime { ...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.Collections.Generic; using System.Diagnostics; using System.Dynamic.Utils; using System.Reflection.Emit...
// // Copyright (c) 2004-2017 Jaroslaw Kowalski <jaak@jkowalski.net>, Kim Christensen, Julian Verdurmen // // All rights reserved. // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions // are met: // // * Redistributions of s...
// Copyright 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...
using System; using Raksha.Utilities; using Raksha.Crypto.Macs; using Raksha.Crypto.Parameters; namespace Raksha.Crypto.Modes { /** * A Two-Pass Authenticated-Encryption Scheme Optimized for Simplicity and * Efficiency - by M. Bellare, P. Rogaway, D. Wagner. * * http://www.cs.ucdavis.edu/~rogaway/papers/eax.pdf...
// Tree.cs // ------------------------------------------------------------------ // // Copyright (c) 2009 Dino Chiesa and Microsoft Corporation. // All rights reserved. // // This code module is part of DotNetZip, a zipfile class library. // // ------------------------------------------------------------------ // // ...
//------------------------------------------------------------------------------ // <copyright file="DataGridViewSelectedColumnCollection.cs" company="Microsoft"> // Copyright (c) Microsoft Corporation. All rights reserved. // </copyright> //---------...
namespace app.web.Services { using System; using System.Collections.Generic; using System.Data.Common; using System.Linq; using System.Text; using System.Threading.Tasks; using app.web.Models; using app.web.Repositories; public class ProfileService : IProfileService { pr...
using System; using System.Data; using Csla; using Csla.Data; using SelfLoad.DataAccess; using SelfLoad.DataAccess.ERCLevel; namespace SelfLoad.Business.ERCLevel { /// <summary> /// D07_RegionColl (editable child list).<br/> /// This is a generated base class of <see cref="D07_RegionColl"/> business objec...
/* BehaviourBase.cs * ---------------------------- * Copyright Eddie Cameron & Grasshopper NYC 2013 (MIT licenced) * ---------------------------- * Replacement for stock MonoBehaviour. To be used for all scripts * - Make sure to override (rather than hide with 'new') any unity methods like Start() or Update(), so ...
using System; using System.Text; namespace OctoTorrent.Common { /// <summary> /// This is the base class for the files available to download from within a .torrent. /// This should be inherited by both Client and Tracker "TorrentFile" classes /// </summary> public class TorrentFile : IEquatable<Tor...
using System; using System.Threading.Tasks; using System.Collections.Generic; using System.Numerics; using Nethereum.Hex.HexTypes; using Nethereum.ABI.FunctionEncoding.Attributes; using Nethereum.Web3; using Nethereum.RPC.Eth.DTOs; using Nethereum.Contracts.CQS; using Nethereum.Contracts.ContractHandlers; using Nethere...
/////////////////////////////////////////////////////////////////////////////////////////////// // // 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...
/* Copyright (C) 2008-2018 Peter Palotas, Jeffrey Jangli, Alexandr Normuradov * * 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 t...
// // 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. /****************************************************************************** * This file is auto-generated from ...