context
stringlengths
2.52k
185k
gt
stringclasses
1 value
/* * 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.Collections.ObjectModel; using System.ComponentModel; using System.Diagnostics; using System.Diagnostic...
// 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 ...
/* * DataGridTextBoxColumn.cs - Implementation of "System.Windows.Forms.DataGridTextBoxColumn" * * Copyright (C) 2003 Southern Storm Software, Pty Ltd. * Copyright (C) 2004 Free Software Foundation, Inc. * Copyright (C) 2005 Boris Manojlovic. * * This program is free software; you can redistribute it and/or...
// 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 osu.Framework; using osu.Framework.Allocation; using osu.Framework.Bindables; using osu.Framework.Extensions.Color4E...
// // Copyright (C) DataStax 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 la...
using System; using System.Configuration; using System.Data; namespace Sqloogle.Libs.Rhino.Etl.Core.Infrastructure { /// <summary> /// Helper class to provide simple data access, when we want to access the ADO.Net /// library directly. /// </summary> public static class Use { #region D...
using System; using System.Text; using System.Data; using System.Data.SqlClient; using System.Data.Common; using System.Collections; using System.Collections.Generic; using System.ComponentModel; using System.Configuration; using System.Xml; using System.Xml.Serialization; using SubSonic; using SubSonic.Utilities;...
/* * Copyright 2012-2016 The Pkcs11Interop Project * * 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 app...
// // UnsavedRevision.cs // // Author: // Zachary Gramana <zack@xamarin.com> // // Copyright (c) 2014 Xamarin Inc // Copyright (c) 2014 .NET Foundation // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated documentation files (the // "Software"), to d...
// Copyright 2017 Esri. // // Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. // You may obtain a copy of the License at: http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software ...
using System; using System.Data; using System.Data.SqlClient; using Csla; using Csla.Data; namespace Invoices.Business { /// <summary> /// ProductEdit (editable root object).<br/> /// This is a generated <see cref="ProductEdit"/> business object. /// </summary> /// <remarks> /// This class con...
using System.Collections.Generic; using System; using Cocos2D; namespace CocosDenshion { public class CCSimpleAudioEngine { /// <summary> /// The list of sounds that are configured for looping. These need to be stopped when the game pauses. /// </summary> private Dictionary<int,...
// Licensed to the .NET Foundation under one or more agreements. // See the LICENSE file in the project root for more information. // // System.Net.HttpConnection // // Author: // Gonzalo Paniagua Javier (gonzalo.mono@gmail.com) // // Copyright (c) 2005-2009 Novell, Inc. (http://www.novell.com) // Copyright (c) 2012 Xa...
//----------------------------------------------------------------------------- // // <copyright file="PackWebResponse.cs" company="Microsoft"> // Copyright (C) Microsoft Corporation. All rights reserved. // </copyright> // // Description: // WebResponse class to handle pack-specific URI's // // History: // 10/09...
// Copyright (C) 2014 dot42 // // Original filename: Org.Apache.Http.Params.cs // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // //...
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
using System; using System.Collections.Generic; using System.Globalization; using System.Linq; using System.Threading; using System.Threading.Tasks; namespace GitHub.Unity { public class TaskQueue : TPLTask { private TaskCompletionSource<bool> aggregateTask = new TaskCompletionSource<bool>(); p...
/* * 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 lis...
#region Copyright //////////////////////////////////////////////////////////////////////////////// // The following FIT Protocol software provided may be used with FIT protocol // devices only and remains the copyrighted property of Dynastream Innovations Inc. // The software is being provided on an "as-is" basis and a...
//ZLIB, 2015,burningmime // Copyright (c) 2015 burningmime // // This software is provided 'as-is', without any express or implied // warranty. In no event will the authors be held liable for any damages // arising from the use of this software. // // Permission is granted to anyone to use this software for any purpo...
using System; using System.Collections.Generic; using System.Text; using System.Windows; using System.Windows.Controls; using System.Windows.Media; using System.Windows.Shapes; using Microsoft.Msagl.Drawing; using Microsoft.Msagl.Core.Layout; using Microsoft.Msagl.Core.DataStructures; using GeometryEdge = Microsoft.Msa...
using System; using System.Collections.Generic; using ModestTree; using System.Linq; #if !NOT_UNITY3D using UnityEngine; #endif using Zenject.Internal; namespace Zenject { public abstract class FromBinder : ScopeArgConditionCopyNonLazyBinder { public FromBinder( BindInfo bindInfo, ...
namespace System.Spatial { using Linq; /// <summary> /// Represents a 4 x 4 matrix. /// </summary> public static class Matrix4D { public const Int32 Order = 4; public static Matrix Create(Func<Int32, Int32, Double> valueFactory) { return Matrix.Build.Dense(Order, Order, valueFactory); ...
/* * 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 file="IncompleteLU.cs" company="Math.NET"> // Math.NET Numerics, part of the Math.NET Project // http://numerics.mathdotnet.com // http://github.com/mathnet/mathnet-numerics // http://mathnetnumerics.codeplex.com // // Copyright (c) 2009-2010 Math.NET // // Permission is hereby granted, free of charge, to...
#region Copyright notice and license // Copyright 2015, Google 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: // // * Redistributions of source code must retain the above copyrig...
// 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 Edu.Wisc.Forest.Flel.Util; using Landis.Extensions.BiomassHarvest; using Landis.Harvest; using NUnit.Framework; namespace Landis.Tests.BiomassHarvest { [TestFixture] public class PartialThinning_Test { private bool eventHandlerCalled; private AgeRange expectedRange; private Pe...
// 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.InteropServices; using System.Threading; using System.Threading.Tasks; namespace System.Diagnostics { // Ove...
using System; using System.Collections; using System.Collections.Generic; using System.Collections.ObjectModel; using System.Collections.Specialized; using System.IO; using System.Linq; using Xamarin.Forms.GoogleMaps.Internals; using Xamarin.Forms.GoogleMaps.Helpers; using System.Threading.Tasks; using Xamarin.Forms.Go...
/************************************************************************* This file is a part of ALGLIB project. >>> SOURCE LICENSE >>> This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation (www.fsf.org); ...
using System; using System.Collections.Concurrent; using System.Collections.Generic; using System.Collections.ObjectModel; using System.Linq; using System.Runtime.Serialization; using System.Threading.Tasks; using Microsoft.Extensions.DependencyInjection; using Microsoft.Extensions.DependencyInjection.Extensions; using...
#region License // Copyright (c) Jeremy Skinner (http://www.jeremyskinner.co.uk) // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // ...
using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.Diagnostics.CodeAnalysis; using System.Globalization; using System.Linq; using System.Net.Http.Headers; using System.Web.Http; using System.Web.Http.Description; using SAASKit.Api.Areas.HelpPage.Models; namespace SAASKit...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using Sandbox.Common; using Sandbox.Common.ObjectBuilders; using Sandbox.Definitions; using Sandbox.Engine; using Sandbox.Game; using Sandbox.ModAPI; using VRage.Game.ModAPI.Interfaces; using VRage; usin...
//------------------------------------------------------------------------------ // <copyright file="TraceContext.cs" company="Microsoft"> // Copyright (c) Microsoft Corporation. All rights reserved. // </copyright> //------------------------------------------------------------------------------ /* * The context...
using UnityEngine; using UnityEditor; using System.IO; using System.Collections.Generic; using System.Xml; using System.Xml.Serialization; using PixelCrushers.DialogueSystem.Examples; namespace PixelCrushers.DialogueSystem.Editors { /// <summary> /// Player setup wizard. /// </summary> public class PlayerSetupWiz...
// SPDX-License-Identifier: MIT // Copyright wtfsckgh@gmail.com // Copyright iced contributors using System; using System.Collections.Generic; using System.Linq; using Generator.Constants; using Generator.Enums; using Generator.Enums.InstructionInfo; using Generator.IO; using Generator.Tables; namespace Generator.Ins...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.Diagnostics; using System.Runtime.InteropServices; using System.Security; namespace System.Drawing.Int...
// 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.Collections.Generic; using System.Linq; using Xunit; using Xuni...
namespace FakeItEasy.Specs { using System; using FakeItEasy.Configuration; using FakeItEasy.Tests.TestHelpers; using FluentAssertions; using Xbehave; using Xunit; public static class ArgumentMatchingSpecs { public interface IFoo { int Bar(int a); ...
/* ==================================================================== 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...
using UnityEngine; using Stratus; using System.Text; using System; using System.Collections.Generic; namespace Stratus.AI { public abstract class StratusBehaviorSystem : StratusScriptable { //------------------------------------------------------------------------/ // Fields //---------------------------------...
// CRC32.cs - Computes CRC32 data checksum of a data stream // Copyright (C) 2001 Mike Krueger // // This file was translated from java, it was part of the GNU Classpath // Copyright (C) 1999, 2000, 2001 Free Software Foundation, Inc. // // This program is free software; you can redistribute it and/or // modify it unde...
/* * 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 ...
// // AudioType.cs: // // Authors: // Miguel de Icaza (miguel@novell.com) // AKIHIRO Uehara (u-akihiro@reinforce-lab.com) // Marek Safar (marek.safar@gmail.com) // // Copyright 2009, 2010 Novell, Inc // Copyright 2010, Reinforce Lab. // Copyright 2011, 2012 Xamarin Inc. // // Permission is hereby granted...
using RestBus.Client.Http; using RestBus.Client.Http.Formatting; using System; using System.IO; using System.Net.Http; using System.Net.Http.Headers; using System.Threading; using System.Threading.Tasks; namespace RestBus.Client { public static class RestBusClientExtensions { //TODO: Now that a lot of...
// // SliderBackend.cs // // Author: // Lluis Sanchez <lluis@xamarin.com> // Vsevolod Kukol <sevo@sevo.org> // // Copyright (c) 2013 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 dea...
#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,...
namespace AnimalRegister.EntityFramework.Migrations { using System.Collections.Generic; using System.Data.Entity.Migrations; public partial class Update : DbMigration { public override void Up() { CreateTable( "dbo.AuditLogs", c => new ...
using System; using System.Collections.Generic; using GitTools.Testing; using GitVersion; using GitVersion.Extensions; using GitVersion.Model.Configuration; using GitVersion.VersionCalculation; using GitVersionCore.Tests.Helpers; using GitVersionCore.Tests.Mocks; using LibGit2Sharp; using Microsoft.Extensions.Dependenc...
using System; using System.Collections; using System.Collections.Concurrent; using System.Collections.Generic; using System.Linq; using System.Runtime.Caching; using System.Threading; using System.Web; using Umbraco.Core.Models.EntityBase; namespace Umbraco.Core.Persistence.Caching { /// <summary> /// The Runt...
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...
// 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 file=FilteredSmoothing.cs // <copyright> // Copyright (c) 2016, University of Stuttgart // 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 l...
// // Copyright 2010, Novell, Inc. // Copyright 2011, 2012 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 restriction, including // without limitation the rights to...
// 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; using System.IO; using Microsoft.Build.Framework; using Microsoft.Build.Utilities; using Microsoft.Build.Tasks; using Xunit; usi...
namespace Nancy.Bootstrappers.Windsor { using System; using System.Collections.Generic; using System.Linq; using Castle.Core; using Castle.MicroKernel.Lifestyle; using Castle.MicroKernel.Lifestyle.Scoped; using Castle.MicroKernel.Registration; using Castle.MicroKernel.Resolvers.Speciali...
namespace RRLab.PhysiologyWorkbench { partial class RecordingInfoControl { /// <summary> /// Required designer variable. /// </summary> private System.ComponentModel.IContainer components = null; /// <summary> /// Clean up any resources being used. /// ...
using System; using System.Collections; using System.Collections.Generic; using System.Reflection; using System.Text; using UnityEngine; namespace NUnitLite.Unity { public class TextUIOptionBuilder { #region inner classes, enum, and structs public enum XmlReportFormat : int { NUnit2, NUnit3 } #endr...
// 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; using System.Collections.Generic; using System.Linq; using Xunit; namespace System.Tests ...
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using System; using System.Reflection; using System.Reflection.Emit; using Xunit; namespace System.Reflection.Emit.Tests { public class TypeBuilderCreateType2 ...
using System; using System.Collections.Generic; using System.Text; using System.Data.Common; using SolarWinds.InformationService.Contract2; using System.Data; using System.ServiceModel; namespace SolarWinds.InformationService.InformationServiceClient { /// <summary> /// Represents a connection to a SolarWinds ...
// SPDX-License-Identifier: MIT // Copyright wtfsckgh@gmail.com // Copyright iced contributors using System; using System.Collections.Generic; using System.Text; using Generator.Constants; namespace Generator.Enums { enum EnumTypeFlags : uint { None = 0, Public = 0x00000001, NoInitialize = 0x00000002, Fl...
using Lucene.Net.Support; using System; using System.Collections.Generic; using System.Globalization; using System.IO; using System.Runtime.CompilerServices; namespace Lucene.Net.Index { /* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOT...
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may...
// Copyright (c) 2015, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, // are permitted provided that the following conditions are met: // // - Redistributions of source code must retain the above copyright notice, this // list o...
#region Apache License // // Licensed to the Apache Software Foundation (ASF) under one or more // contributor license agreements. See the NOTICE file distributed with // this work for additional information regarding copyright ownership. // The ASF licenses this file to you under the Apache License, Version 2.0 // (...
// // System.Diagnostics.FileVersionInfo.cs // // Authors: // Dick Porter (dick@ximian.com) // Sebastien Pouliot <sebastien@ximian.com> // // (C) 2002 Ximian, Inc. // Copyright (C) 2004-2005 Novell, Inc (http://www.novell.com) // // Permission is hereby granted, free of charge, to any person obtaining // a copy of thi...
// 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> /// char.IsPunctuation(string, int) /// Indicates whether the character at the specifi...
// 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 // "...
using System; using System.IO; namespace Ionic.Zlib { internal enum ZlibStreamFlavor { ZLIB = 1950, DEFLATE = 1951, GZIP = 1952 } internal class ZlibBaseStream : System.IO.Stream { protected internal ZlibCodec _z = null; // deferred init... new ZlibCodec(); protected internal StreamMode ...
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. /*============================================================ ** ** ** ** Purpose: The boolean class serves as a wrapper for the primitive ** type boolean. ** ** ====...
using System; using System.Collections; using System.Collections.Generic; using System.Collections.Specialized; using System.ComponentModel.DataAnnotations; using System.Globalization; using System.Reflection; using System.Runtime.Serialization; using System.Web.Http; using System.Web.Http.Description; using System.Xml...
using UnityEditorInternal; using UnityEngine; using UnityEngine.PostProcessing; namespace UnityEditor.PostProcessing { public class VectorscopeMonitor : PostProcessingMonitor { static GUIContent s_MonitorTitle = new GUIContent("Vectorscope"); ComputeShader m_ComputeShader; ComputeBuffe...
using System; using System.Collections; using System.Collections.Generic; using System.Diagnostics.CodeAnalysis; using System.Globalization; using System.Linq; using System.Reflection; namespace SINF_proj.Areas.HelpPage { /// <summary> /// This class will create an object of a given type and populate it with s...
//----------------------------------------------------------------------------- // Copyright (c) Microsoft Corporation. All rights reserved. //----------------------------------------------------------------------------- namespace System.ServiceModel.Description { using System.Collections.Generic; using Syste...
// 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.Contracts; using System.Linq; using Validation; using Xunit; namespace System.Collections.Im...
using System; using Rynchodon.AntennaRelay; using VRage.Game.ModAPI; using VRage.ModAPI; using VRageMath; namespace Rynchodon.Weapons { public static class TargetExtensions { public static bool IsNull(this Target t) { return t == null || t.Entity == null; } } public abstract class Target { public abs...
// // PKCS7.cs: PKCS #7 - Cryptographic Message Syntax Standard // http://www.rsasecurity.com/rsalabs/pkcs/pkcs-7/index.html // // Authors: // Sebastien Pouliot <sebastien@ximian.com> // Daniel Granath <dgranath#gmail.com> // // (C) 2002, 2003 Motus Technologies Inc. (http://www.motus.com) // Copyright (C) 2004-2005 N...
#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 UnityEngine; using System.Collections.Generic; using UMA.CharacterSystem; namespace UMA { /// <summary> /// Gloal container for various UMA objects in the scene. Marked as partial so the developer can add to this if necessary /// </summary> public abstract class UMAContextBase : MonoBehaviour { public sta...
using System.Linq; using System.Text.RegularExpressions; using FluentMigrator.Runner.Helpers; #region License // // Copyright (c) 2007-2009, Sean Chambers <schambers80@gmail.com> // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. ...
// 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 ...
// 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 ...
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using System.Reflection.Internal; using System.Reflection.Metadata.Ecma335; using System.Text; using TestUtilities; using Xunit; namespace System.Reflection.Metadata.T...
// Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/example/library/v1/library.proto // Original file comments: // Copyright (c) 2015, 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 ma...
using System; using System.Security.Cryptography; namespace annfs1 { /// <summary> /// Extensions class contains extension methods to work with matrices /// </summary> public static class Extensions { public static double MultiplicationCounter = 0; public static void ResetMultiplic...
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. using System; using System.Threading.Tasks; using Azure.Core; using Azure.Core.Pipeline; using Azure.Storage.Queues.Models; using Azure.Storage.Shared; namespace Azure.Storage.Queues { /// <summary> /// Provides th...
// Code generated by Microsoft (R) AutoRest Code Generator 1.2.1.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. namespace Searchservice { using Microsoft.Rest; using Models; using Newtonsoft.Json; using System.Collections; using System.Collections.Generic;...
// 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.Contracts; using System.Threading.Tasks; namespace System.IO { // This class implement...
using System; using System.Collections; using System.Threading; namespace SpicyPixel.Threading { public partial class FiberFactory { /// <summary> /// Start executing a new fiber using the default scheduler on the thread. /// </summary> /// <returns> /// Returns a <see c...
using System; using Bridge.Html5; using Bridge.Test.NUnit; namespace Bridge.ClientTest.Batch3.BridgeIssues { [Category(Constants.MODULE_ISSUES)] [TestFixture(TestNameFormat = "#1381 - {0}")] public class Bridge1381 { public static int value = 4; [Test] public static void TestRe...
/* Author: Aaron Oneal, http://aarononeal.info Copyright (c) 2012 Spicy Pixel, http://spicypixel.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, including without limita...
using System; using System.Collections.Generic; using System.Text; namespace dotLua { /// <summary> /// Allows the manipulation of a given stack frame. /// </summary> public sealed class LuaStack { private IntPtr lua = IntPtr.Zero; /// <summary> /// Constructs a new LUA sta...
// // Migrator.cs // // Author: // Gabriel Burt <gburt@novell.com> // // Copyright (C) 2006-2007 Gabriel Burt // Copyright (C) 2007-2008 Novell, Inc. // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated documentation files (the // "Software"), to deal i...
using System; using System.Collections.Generic; using System.Text; namespace Lucene.Net.Search.Spans { /* * 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 copy...
using System; using System.Data; using System.IO; using System.Text; using Mirabeau.DatabaseReleaseTool.Arguments; using Mirabeau.DatabaseReleaseTool.Connection; using Mirabeau.DatabaseReleaseTool.Logging; using Mirabeau.DatabaseReleaseTool.Policies; using NUnit.Framework; using Rhino.Mocks; namespace Mirabeau.Data...
/* * MindTouch Core - open source enterprise collaborative networking * Copyright (c) 2006-2010 MindTouch Inc. * www.mindtouch.com oss@mindtouch.com * * For community documentation and downloads visit www.opengarden.org; * please review the licensing section. * * This program is free software; you can redistri...