context
stringlengths
2.52k
185k
gt
stringclasses
1 value
using MasterExtensionKit.Core.Exceptions; using MasterExtensionKit.Core.Numbers.Validations; using MasterExtensionKit.Core.UnitTests._Shared; using Microsoft.VisualStudio.TestTools.UnitTesting; namespace MasterExtensionKit.Core.UnitTests.Numbers.Validations { public class IsGreaterThanExtensionTests { #region Gene...
using UnityEngine; using System.Collections; using UnityEngine.UI.Windows; using UnityEngine.UI; using UnityEngine.UI.Windows.Extensions; using UnityEngine.UI.Windows.Components.Modules; namespace UnityEngine.UI.Windows.Components { public class ImageComponent : WindowComponent, IImageComponent { public overrid...
using UnityEngine; using UnityEditor; using System.Collections.Generic; public class tk2dTileMapSceneGUI { ITileMapEditorHost host; tk2dTileMap tileMap; tk2dTileMapData tileMapData; tk2dTileMapEditorData editorData; tk2dScratchpadGUI scratchpadGUI; int cursorX0 = 0, cursorY0 = 0; int cursorX = 0, cursorY = 0; ...
using System.Threading; using Lucene.Net.Support; using System; using System.Diagnostics; using System.IO; namespace Lucene.Net.Store { /* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this * work for addit...
using System; using System.Collections.Generic; using System.Threading; using System.Threading.Tasks; namespace Mono.Debugger.Soft { public class InvokeResult { public Value Result { get; set; } // // The value of the receiver after the call for calls to valuetype methods or null. // Only set when using the I...
/* ======================================================================= * vCard Library for .NET * Copyright (c) 2007-2009 David Pinch; http://wwww.thoughtproject.com * See LICENSE.TXT for licensing information. * ======================================================================= */ using System; using Sy...
/* FluorineFx open source library Copyright (C) 2007 Zoltan Csibi, zoltan@TheSilentGroup.com, FluorineFx.com This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the ...
using System; using System.Collections; using System.Collections.Generic; using System.Linq; using System.Reflection; using System.Text; namespace CliParse { /// <summary> /// Information content builder for help screens. /// </summary> public static class InfoBuilder { /// <summary> ...
using UnityEngine; using System.Collections; using UnityEngine.UI.Windows.Components; using UnityEngine.UI.Windows.Types; using UnityEngine.UI.Extensions; namespace UnityEngine.UI.Windows.Animations { [TransitionCamera] public class WindowAnimationTransitionScreenTransform : TransitionBase { [System.Serializab...
// 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...
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. // ------------------------------------------------------------------------------ // Changes to this file must follow the http://aka.ms/api-review process. // ----------...
// // Copyright (c) 2004-2011 Jaroslaw Kowalski <jaak@jkowalski.net> // // 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 co...
// // ImageReader.cs // // Author: // Jb Evain (jbevain@gmail.com) // // Copyright (c) 2008 - 2011 Jb Evain // // 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, includ...
using System.Runtime.Remoting; using NUnit.Framework; using System; using System.Collections.Generic; using System.Linq; using Umbraco.Core; using Umbraco.Core.Exceptions; using Umbraco.Core.Models; using Umbraco.Core.Models.Rdbms; using Umbraco.Core.Services; using Umbraco.Tests.CodeFirst.TestModels.Composition; using...
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using System.Collections.Generic; using System.Diagnostics; using System.Diagnostics.CodeAnalysis; using System.Diagnostics.Contracts; using Validation; namespace Syst...
#region Licence /**************************************************************************** Copyright 1999-2015 Vincent J. Jacquet. All rights reserved. Permission is granted to anyone to use this software for any purpose on any computer system, and to alter it and redistribute it, subject to...
// 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. // =+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+ // // TakeOrSkipWhileQuery...
// 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. // //permutations for (((class_s.a+class_s.b)+class_s.c)+class_s.d) //(((class_s.a+class_s.b)+class_s.c)+class_s.d)...
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See License.txt in the project root for // license information. // // Code generated by Microsoft (R) AutoRest Code Generator. // Changes may cause incorrect behavior and will be lost if the code is // regenerated. namespa...
// 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.Globalization; using System.Runtime.Interop...
using System; using System.Runtime.InteropServices; using System.Security.Permissions; using Microsoft.SharePoint; namespace Awesome.VersioningSiteColumns.Features.VersioningSiteColumns { /// <summary> /// This class handles events raised during feature activation, deactivation, installation, uninstallation, a...
#region Namespaces using System; using System.Data; using System.Xml; using System.Collections.Generic; #endregion //Namespaces namespace Epi.Fields { /// <summary> /// Grid field /// </summary> public class GridField : FieldWithSeparatePrompt { #region Private Members private X...
// Copyright 2022 Google LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // https://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in ...
using System; using System.ComponentModel; using System.Drawing; using System.ServiceProcess; using System.Windows.Forms; namespace ServiceManager { public partial class frmServiceSettings : Form { private IContainer components = (IContainer)null; private ServiceController currentControl; priv...
using System; using System.Reflection; namespace Core { // Null Class // Class for dealing with the translation of database null values. public class Null { public static string NullString { get { return ""; } } public static bool NullBoolean { ...
// Copyright 2022 Google LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // https://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in ...
using System; using System.Collections.Generic; using System.Xml.Serialization; using Palaso.Annotations; using Palaso.Code; namespace Palaso.Text { /// <summary> /// A LanguageForm is a unicode string plus the id of its writing system /// </summary> public class LanguageForm : Annotatable, IComparable<LanguageFo...
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See License.txt in the project root for license information. // // Code generated by Microsoft (R) AutoRest Code Generator. // Changes may cause incorrect behavior and will be lost if the code is // regenerated. // // This...
// // StringBody.cs // // Author: // Zachary Gramana <zack@xamarin.com> // // Copyright (c) 2013, 2014 Xamarin Inc (http://www.xamarin.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 Softw...
/* * 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...
#region License /* The MIT License Copyright (c) 2008 Sky Morey 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, ...
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...
namespace Nancy.Tests.Unit { using System; using Xunit; public class HttpLinkFixture { [Fact] public void Add_duplicate_parameter_in_different_casing_throws_argument_exception() { // Given var link = new HttpLink("http://nancyfx.org/", "home"); ...
/* * Copyright 2013 ThirdMotion, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed...
// ==++== // // // Copyright (c) 2006 Microsoft Corporation. All rights reserved. // // The use and distribution terms for this software are contained in the file // named license.txt, which can be found in the root of this distribution. // By using this software in any fashion, you are agreeing to ...
/* * CP37.cs - IBM EBCDIC (US-Canada) code page. * * Copyright (c) 2002 Southern Storm Software, Pty Ltd * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License...
using System.Collections; using UnityEngine; using UnityEngine.UI; using VRStandardAssets.Common; using VRStandardAssets.Utils; namespace VRStandardAssets.ShootingGallery { // This class controls the flow of the shooter games. It // includes the introduction, spawning of targets and // outro. Targets are...
using UnityEngine; using System.Collections; [AddComponentMenu("2D Toolkit/GUI/tk2dButton")] /// <summary> /// Simple gui button /// </summary> public class tk2dButton : MonoBehaviour { /// <summary> /// The camera this button is meant to be viewed from. /// Set this explicitly for best performance.\n /// The sys...
using System; using System.Collections.Generic; using System.Diagnostics; using System.Diagnostics.CodeAnalysis; using System.Globalization; using System.IO; using System.Management.Automation; using System.Management.Automation.Runspaces; using System.Runtime.Versioning; using EnvDTE; using NuGet.VisualStudio; using N...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the Apache 2.0 License. // See the LICENSE file in the project root for more information. using System.Linq.Expressions; using System; using System.Collections.Generic; using System.ComponentModel;...
// 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. ...
// 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.Collections.Immutable; using System.Diagnostics; using System.Reflect...
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
using System; using System.Reflection; using System.Runtime.InteropServices; namespace Python.Runtime { /// <summary> /// Base class for Python types that reflect managed exceptions based on /// System.Exception /// </summary> /// <remarks> /// The Python wrapper for managed exceptions LIES abo...
// cassandra-sharp - high performance .NET driver for Apache Cassandra // Copyright (c) 2011-2013 Pierre Chalamet // // 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...
// // GroupSelector.cs // // Author: // Larry Ewing <lewing@novell.com> // Ruben Vermeersch <ruben@savanne.be> // // Copyright (C) 2004-2010 Novell, Inc. // Copyright (C) 2004-2007 Larry Ewing // Copyright (C) 2010 Ruben Vermeersch // // Permission is hereby granted, free of charge, to any person obtaining // a cop...
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See License.txt in the project root for // license information. using DataFactory.Tests.Utils; using Microsoft.Azure.Management.DataFactory; using Microsoft.Azure.Management.DataFactory.Models; using Microsoft.Azure.Managem...
// ----- // GNU General Public License // The Forex Professional Analyzer is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. // The Fore...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.Linq; using Internal.Metadata.NativeFormat.Writer; using ILCompiler.Metadata; using Cts = Internal.Typ...
/* * 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.Threading.Tasks; using Orleans; namespace UnitTests.GrainInterfaces { public interface IGenericGrain<T, U> : IGrainWithIntegerKey { Task SetT(T a); Task<U> MapT2U(); } public interface ISimpleGenericGrain1<T> : IGrainWithInte...
/* * 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...
/* ----------------------------------------------------------------------------- * Rule_userinfo.cs * ----------------------------------------------------------------------------- * * Producer : com.parse2.aparse.Parser 2.5 * Produced : Sat Dec 18 07:35:23 GMT 2021 * * -------------------------------------------...
#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...
// // Copyright (c) Microsoft Corporation. All rights reserved. // namespace Microsoft.Zelig.CodeGeneration.IR { using System; using System.Collections.Generic; using Microsoft.Zelig.Runtime.TypeSystem; public sealed class MultiWayConditionalControlOperator : ConditionalControlOperator { ...
// 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.Collections.Generic; using System.Security.Principal; namespac...
// 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 ...
namespace OpenKh.Tools.ItbEditor { partial class ItbEntry { /// <summary> /// Required designer variable. /// </summary> private System.ComponentModel.IContainer components = null; /// <summary> /// Clean up any resources being used. /// </summary> ...
using System; using System.Collections; using System.Collections.Generic; using System.Globalization; using System.Runtime.InteropServices; using System.Runtime.Serialization; using System.Numerics; using System.Linq; using NUnit.Framework; using Newtonsoft.Json; using GlmSharp; // ReSharper disable InconsistentNaming...
//----------------------------------------------------------------------- // <copyright file="RiskBasedAuthenticationApi.cs" company="LoginRadius"> // Created by LoginRadius Development Team // Copyright 2019 LoginRadius Inc. 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. // See the LICENSE file in the project root for more information. namespace System.Xml.Schema { using System; using System.IO; using System.Text; using System.Resourc...
using System; using System.Collections.Generic; using System.Diagnostics; using System.Linq; using metahub.logic.schema; using metahub.schema; namespace metahub.logic.nodes { public enum Dir { In, Out } public delegate bool Node_Filter(Node node); [DebuggerDisplay("{debug_string}...
// Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/logging/v2/logging_metrics.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; us...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.Collections.Generic; using System.Net.Test.Common; using System.Threading; using System.Threading.Tasks...
using System.Collections.Generic; using System.Diagnostics; namespace Lucene.Net.Search { using Lucene.Net.Index; /* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additiona...
using Microsoft.VisualBasic; using System; using System.Collections; using System.Collections.Generic; using System.Data; using System.Diagnostics; using nzy3D.Plot3D.Rendering.Canvas; using nzy3D.Plot3D.Rendering.Scene; using nzy3D.Events; namespace nzy3D.Plot3D.Rendering.View { /// <summary> /// /// </summary>...
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. // =+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+ // // IntersectQueryOperator.cs // // =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-...
using Microsoft.VisualStudio.TestTools.UnitTesting; using Nicolai.Utils.Composition.CompositionHelper; using System.Composition.Hosting; using System.Composition; using System.Linq; using System.Composition.Convention; using System; namespace UnitTests { [TestClass] public class SimpleUsageTests { ...
// 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.Diagnostics.Contracts; using System.Linq; ...
// // TagDatabaseManager.cs // // Authors: // Marcos David Marin Amador <MarcosMarin@gmail.com> // Mitchell Wheeler <mitchell.wheeler@gmail.com> // // Copyright (C) 2007 Marcos David Marin Amador // // // This source code is licenced under The MIT License: // // Permission is hereby granted, free of charge, to any ...
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See License.txt in the project root for license information. namespace Microsoft.Azure.Management.Graph.RBAC.Fluent { using System.Threading; using System.Threading.Tasks; using Microsoft.Azure.Management.Graph.R...
using Newtonsoft.Json; using StreamCompanionTypes; using StreamCompanionTypes.DataTypes; using System; using System.Collections.Generic; using System.ComponentModel; using System.IO; using System.Linq; using System.Runtime.Versioning; using System.Threading; using System.Threading.Tasks; using System.Windows.Media; usi...
// 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.Collections.Generic; using System.Diagnostics; using System.Data.Common...
namespace javax.microedition.khronos.opengles { [global::MonoJavaBridge.JavaClass()] public static partial class GL10Constants { public static int GL_ADD { get { return 260; } } public static int GL_ALIASED_LINE_WIDTH_RANGE { get { return 33902; } } public static int GL_ALIAS...
using Braintree; using Newtonsoft.Json; using Newtonsoft.Json.Converters; using NUnit.Framework; using System; using System.Collections; using System.Collections.Generic; using System.IO; using System.Net; #if netcore using System.Net.Http; #else using System.Web; #endif using System.Reflection; using System.Text; usin...
using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Threading; using System.Threading.Tasks; using Baseline; using Baseline.ImTools; using Marten.Events.Daemon; using Marten.Events.Operations; using Marten.Events.Projections; using Marten.Events.Schema; using Marten.Exceptio...
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 2017 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 ...
// Bareplan (c) 2015-17 MIT License <baltasarq@gmail.com> namespace Bareplan.Core { using System.IO; using System.Text; using System.Diagnostics; using System.Globalization; using Pair = System.Collections.Generic.KeyValuePair<System.DateTime, Document.Task>; /// <summary> /// Base class for all document ...
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using System.Diagnostics; using System.Runtime.InteropServices; namespace System.Security { // TODO: Issue #1387. // This implementation lacks encryption. We n...
// Copyright 2022, Google LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // https://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in...
using System; using System.Linq; using Nop.Core; using Nop.Core.Data; using Nop.Core.Domain.Catalog; using Nop.Core.Domain.Customers; using Nop.Services.Common; using Nop.Services.Events; using Nop.Services.Messages; namespace Nop.Services.Catalog { /// <summary> /// Back in stock subscription service /// ...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. /****************************************************************************** * This file is auto-generated from ...
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See License.txt in the project root for // license information. // // Code generated by Microsoft (R) AutoRest Code Generator 1.0.0.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. n...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #pragma warning disable CS0067 // events are declared but not used using System.Diagnostics; using System.IO; using...
using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Data.SqlClient; using System.Drawing; using System.Text; using System.Windows.Forms; using DevExpress.XtraEditors; using Utils; using DevExpress.Utils; using DevExpress.XtraGrid; using DevExpress.XtraGrid.Views....
// Copyright 2013, 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...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using System.Security; using System.Threading; using System.Globalization; using System.Diagnostics.Co...
using UnityEngine; using Pathfinding.Serialization; namespace Pathfinding { /** Node used for the PointGraph. * This is just a simple point with a list of connections (and associated costs) to other nodes. * It does not have any concept of a surface like many other node types. * * \see PointGraph */ 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. /****************************************************************************** * This file is auto-generated from ...
using System; using System.Collections; using System.Collections.Generic; using System.Diagnostics.CodeAnalysis; using System.Globalization; using System.Linq; using System.Reflection; namespace agile9.outlook.context.db.Areas.HelpPage { /// <summary> /// This class will create an object of a given type and po...
// 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) 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...
#region License // Copyright (c) 2007 James Newton-King // // Permission is hereby granted, free of charge, to any person // obtaining a copy of this software and associated documentation // files (the "Software"), to deal in the Software without // restriction, including without limitation the rights to use, // copy, ...
using System; using System.Collections.Generic; using System.Linq; namespace Archimedes.Geometry.Primitives { /// <summary> /// Composition of several single IGeometryBase Elements to a common Interface /// </summary> public class ComplexGeometry : IGeometry { #region Fields readon...
namespace Economy.scripts.EconStructures { using System; using System.Collections.Generic; using System.Globalization; using System.Xml.Serialization; [XmlType("EconConfig")] public class EconConfigStruct { public EconConfigStruct() { // Set defaults. ...
//----------------------------------------------------------------------- // <copyright file="FlowThrottleSpec.cs" company="Akka.NET Project"> // Copyright (C) 2015-2016 Lightbend Inc. <http://www.lightbend.com> // Copyright (C) 2013-2016 Akka.NET project <https://github.com/akkadotnet/akka.net> // </copyright>...
// 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; /// <summary> /// Convert.ToString(System.DateTime,System.IFormatProvider) ...
// 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 applica...