context
stringlengths
2.52k
185k
gt
stringclasses
1 value
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.Diagnostics; usin...
/* * QUANTCONNECT.COM - Democratizing Finance, Empowering Individuals. * Lean Algorithmic Trading Engine v2.0. Copyright 2014 QuantConnect Corporation. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy o...
using System; using System.Runtime.CompilerServices; using System.Threading; using System.Threading.Tasks; using Microsoft.Extensions.Logging; using Orleans.Runtime; namespace Orleans.Internal { public static class OrleansTaskExtentions { internal static readonly Task<object> CanceledTask = TaskFromCan...
#region Copyright & License // // Author: Ian Davis <ian.f.davis@gmail.com> Copyright (c) 2007, Ian Davs // // Portions of this software were developed for NUnit. See NOTICE.txt for more // information. // // Licensed under the Apache License, Version 2.0 (the "License"); you may not // use this file except in compli...
#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...
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. using System; using System.Collections.ObjectModel; using System.Collections.Specialized; using System.Management.Automation; using System.Management.Automation.Internal; using System.Reflection; namespace Microsoft.PowerS...
// 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.Collections.Generic; using Mono.Cecil; namespace SharpLang.CompilerServices { public class MemberEqualityComparer : IEqualityComparer<TypeReference>, IEqualityComparer<MethodReference>, IEqualityComparer<FieldReference> { public static readonly MemberEqualityComparer Default = new MemberEq...
using System; using System.Collections.Generic; using UnityEngine; namespace UnityStandardAssets.Water { [ExecuteInEditMode] // Make water live-update even when not in play mode public class Water : MonoBehaviour { public enum WaterMode { Simple = 0, Reflective = 1, ...
namespace RibbonGallery { partial class Form1 { /// <summary> /// Required designer variable. /// </summary> private System.ComponentModel.IContainer components = null; /// <summary> /// Clean up any resources being used. /// </summary> /// <param...
using System; using System.Collections.Generic; using System.Linq; using Microsoft.Xna.Framework; using Microsoft.Xna.Framework.Audio; using Microsoft.Xna.Framework.Content; using Microsoft.Xna.Framework.GamerServices; using Microsoft.Xna.Framework.Graphics; using Microsoft.Xna.Framework.Input; using Microsoft.Xna.Fram...
// <copyright file="Baggage.cs" company="OpenTelemetry Authors"> // Copyright The OpenTelemetry Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/lic...
// 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.ObjectModel; using System.IdentityModel.Claims; using Sy...
namespace Projections { partial class Form1 { /// <summary> /// Required designer variable. /// </summary> private System.ComponentModel.IContainer components = null; /// <summary> /// Clean up any resources being used. /// </summary> /// <param n...
/* * 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...
// 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...
#region License // // Copyright (c) 2018, Fluent Migrator 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 ...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. /****************************************************************************** * This file is auto-generated from ...
using System; using System.Collections.Generic; using System.Linq; using Umbraco.Core.Logging; using Umbraco.Core.Models.EntityBase; namespace Umbraco.Core.Cache { /// <summary> /// The default cache policy for retrieving a single entity /// </summary> /// <typeparam name="TEntity"></typeparam> ///...
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. /*============================================================ ** ** ** ** Purpose: This class will encapsulate an uint and ** provide an Object representatio...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.Diagnostics; using Microsoft.CSharp.RuntimeBinder.Syntax; namespace Microsoft.CSharp.RuntimeBinder.Sem...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.Linq; using System.Collections.Generic; namespace System.Buffers.Text.Tests { // // General pu...
// 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.Linq; using System.Globalization; using System.Collections; using System.Collections.G...
using System; using Microsoft.Data.Entity; using Microsoft.Data.Entity.Infrastructure; using Microsoft.Data.Entity.Metadata; using Microsoft.Data.Entity.Migrations; using AllReady.Models; namespace AllReady.Migrations { [DbContext(typeof(AllReadyContext))] [Migration("20151203025955_OrganizationSkills")] p...
//////////////////////////////////////////////////////////////////////////////// // // // MIT X11 license, Copyright (c) 2005-2006 by: // // ...
using System; using System.Collections.Generic; using Sep.Git.Tfs.Core.TfsInterop; using Sep.Git.Tfs.Commands; namespace Sep.Git.Tfs.Core { class DerivedGitTfsRemote : IGitTfsRemote { private readonly string _tfsUrl; private readonly string _tfsRepositoryPath; public DerivedGitTfsRemot...
// 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. // Match is the result class for a regex search. // It returns the location, length, and substring for // the entire...
// 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.Concurrent; using System.Collections.Generic; using System.Collections.ObjectModel; namesp...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.Text; using Syste...
/* * 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...
/* Copyright (c) 2003-2006 Niels Kokholm and Peter Sestoft 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, me...
using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Text; using System.Windows.Forms; using System.Collections; using System.Diagnostics; using System.IO; using System.Reflection; namespace ChooseAndCopy { public partial class Form1 : F...
--- /dev/null 2016-04-26 20:27:44.000000000 -0400 +++ src/System.Net.NetworkInformation/src/SR.cs 2016-04-26 20:28:14.800658000 -0400 @@ -0,0 +1,199 @@ +using System; +using System.Resources; + +namespace FxResources.System.Net.NetworkInformation +{ + internal static class SR + { + + } +} + + +namespace System...
// Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/type/timeofday.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 = gl...
// Copyright (c) Brock Allen & Dominick Baier. All rights reserved. // Licensed under the Apache License, Version 2.0. See LICENSE in the project root for license information. using GenderPayGap.IdentityServer4.Models.Consent; using IdentityServer4; using IdentityServer4.Models; using IdentityServer4.Services; using ...
#region License and Terms // MoreLINQ - Extensions to LINQ to Objects // Copyright (c) 2010 Johannes Rudolph. 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 // // ...
using System; using System.Runtime.InteropServices; using System.Text; namespace LuaInterface { #pragma warning disable 414 public class MonoPInvokeCallbackAttribute : System.Attribute { private Type type; public MonoPInvokeCallbackAttribute(Type t) { type = t; } } #pr...
using System; using System.Collections.Generic; using Penneo.Connector; using Penneo.Mapping; using RestSharp; namespace Penneo { /// <summary> /// Base class for all Penneo business entities /// </summary> public abstract class Entity { protected Entity() { InternalIden...
/* See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * Esri Inc. licenses this file to You 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 * ...
// 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.Runtime.Serialization { using System; using System.Collections.Generic; using System.Re...
using System.Collections.Generic; using System.Globalization; using System.Linq; using System.Threading.Tasks; using Abp.Application.Features; using Abp.Authorization.Users; using Abp.Collections.Extensions; using Abp.Domain.Services; using Abp.Domain.Uow; using Abp.IdentityFramework; using Abp.Localization; using Abp....
// Comment this out if you wish to use stock Unity input #define USE_INCONTROL using UnityEngine; using System.Collections; using MoreMountains.Tools; using UnityEngine.Events; using System.Collections.Generic; #if USE_INCONTROL using InControl; #endif namespace MoreMountains.CorgiEngine { public struct Con...
using System; using System.Collections; using System.Collections.Generic; using System.Globalization; using System.Runtime.InteropServices; using System.Runtime.Serialization; using GlmSharp.Swizzle; // ReSharper disable InconsistentNaming namespace GlmSharp.Swizzle { /// <summary> /// Temporary vector o...
/* Copyright (c) 2012-2017 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace erl.Oracle.TnsNames.Antlr4...
// 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.Runtime.InteropServices; namespace Torshify.Core.Native { internal partial class Spotify { /// <summary> /// Get load status for the specified track. If the track is not loaded yet, all other functions operating on the track return default values. /// </summar...
using UnityEngine; using System.Collections; using System.Collections.Generic; using CommonComponent; namespace GameResource { public class ResourcePoolManager : ResourceSingleton<ResourcePoolManager> { #region public public GameObject Spawn(ulong pathHash) { ResourcePool re...
// 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; namespace System.Reflection.Metadata.Ecma335 { /// <summary> /// Encodes instruct...
using System; using System.Data; using Aranasoft.Cobweb.FluentMigrator.Extensions; using FluentMigrator; using FluentMigrator.SqlServer; namespace Aranasoft.Cobweb.EntityFrameworkCore.Validation.Tests.Support.Migrations { [Migration(12345, "Add Identity Tables")] public class MigrationsMissingViews : Migration...
using System; using System.Collections.Generic; using System.Text; using SpeechLib; using System.Diagnostics; using SimplePatientDocumentation.CommonObjects; using SimplePatientDocumentation.BL; namespace SimplePatientDocumentation.VoiceInfo { public enum State { init, cognitied, master, ...
// =========================================================== // Copyright (c) 2014-2015, Enrico Da Ros/kendar.org // 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...
using System; using System.Collections.Generic; using System.Linq; using UnityEngine; namespace UnityTest { public interface ITestComponent : IComparable<ITestComponent> { void EnableTest (bool enable); bool IsTestGroup (); GameObject gameObject { get; } string Name { get; } ITestComponent GetTestGroup ();...
/******************************************************************** * * PropertyBag.cs * -------------- * Derived from PropertyBag.cs by Tony Allowatt * CodeProject: http://www.codeproject.com/cs/miscctrl/bending_property.asp * Last Update: 04/05/2005 * ***********************************************************...
/* * The MIT License (MIT) * * Copyright (c) 2014 Alistair Leslie-Hughes * * 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 ...
namespace AutoMapper { using System; using System.Collections.Concurrent; using System.Collections.Generic; using System.Diagnostics; using System.Linq; using System.Linq.Expressions; using System.Reflection; using Configuration; using Execution; /// <summary> /// Main conf...
/* * Yeppp! library implementation * * This file is part of Yeppp! library and licensed under the New BSD license. * See LICENSE.txt for the full text of the license. */ namespace Yeppp { /// <summary>Type of processor microarchitecture.</summary> /// <remarks>Low-level instruction perform...
// 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; using System.Collections.Generic; using System.Collections.Immutable; using System.Linq; using Microsoft.CodeAnalysis; using Microsoft.CodeAnaly...
// Generated by the protocol buffer compiler. DO NOT EDIT! // source: pbx_connector/mitel_call_ended.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...
using System; using System.Reflection.Emit; using System.Reflection; namespace ClrTest.Reflection { public abstract class ILInstruction { protected Int32 m_offset; protected OpCode m_opCode; internal ILInstruction(Int32 offset, OpCode opCode) { this.m_offset = offset; ...
using Microsoft.Win32.SafeHandles; using System; using System.Collections.Generic; using System.Linq; using System.Runtime.ConstrainedExecution; using System.Runtime.InteropServices; using System.Security.Principal; using System.Text; namespace Ansible.AccessToken { internal class NativeHelpers { [Stru...
//----------------------------------------------------------------------------- // Filename: RTCPPacket.cs // // Description: Encapsulation of an RTCP (Real Time Control Protocol) packet. // // RTCP Packet // 0 1 2 3 // 0 1 2 3 4 5 6 7 8 9 0 1 2 3...
// 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.IO; using System.Linq; using System.Web; using Nop.Core; using Nop.Core.Domain.Catalog; using Nop.Services.Catalog; using Nop.Services.Media; using Nop.Services.Seo; using OfficeOpenXml; namespace Nop.Services.ExportImport { /// <summary> /// Import manager /// </summary> pub...
using BracketPipe.Extensions; using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Text; using System.Text.RegularExpressions; using System.Xml; namespace BracketPipe { public static partial class Html { /// <summary> /// Sanitizes the specified HTML, removing sc...
/* * QUANTCONNECT.COM - Democratizing Finance, Empowering Individuals. * Lean Algorithmic Trading Engine v2.0. Copyright 2014 QuantConnect Corporation. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of ...
/* Copyright (C) 2013-2015 MetaMorph Software, Inc Permission is hereby granted, free of charge, to any person obtaining a copy of this data, including any software or models in source or binary form, as well as any drawings, specifications, and documentation (collectively "the Data"), to deal in the Data without rest...
// // 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...
/* * 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.Linq; using GraphQL.Language.AST; using GraphQL.StarWars.Types; using GraphQL.Types; using Shouldly; using Xunit; namespace GraphQL.Tests.Utilities { public class SchemaBuilderTests { [Fact] public void should_set_query_by_name() ...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using Xunit; using System; using System.Collections; using System.Collections.Specialized; namespace System.Collect...
//------------------------------------------------------------------------------ // // Copyright (c) Glympse Inc. All rights reserved. // //------------------------------------------------------------------------------ using System; using System.Collections; using System.Collections.Generic; using System.Text; using ...
/* Project Orleans Cloud Service SDK ver. 1.0 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, inc...
/* * 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...
// DirectXTK MakeSpriteFont tool // // THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF // ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO // THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A // PARTICULAR PURPOSE. // // Copyright (c) Microsoft Corporation. All rights r...
// 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; using System.Collections.Generic; using System.IO; using System.Linq; using System.Text; using EnvDTE; using Microsoft.CodeAnalysis; using Micro...
//-- // Windows Forms Aero Controls // http://www.CodePlex.com/VistaControls // // Copyright (c) 2008 Jachym Kouba // Licensed under Microsoft Reciprocal License (Ms-RL) //-- using System; using System.Drawing; using System.Drawing.Drawing2D; using System.Windows.Forms; using System.Windows.Forms.VisualStyles; namesp...
// // Copyright (c) 2008-2011, Kenneth Bell // // 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, ...
// This file contains general utilities to aid in development. // Classes here generally shouldn't be exposed publicly since // they're not particular to any library functionality. // Because the classes here are internal, it's likely this file // might be included in multiple assemblies. namespace Standard { using...
using System; using Mint.Reflection.Parameters.Attributes; using System.Collections; using System.Collections.Generic; using System.Linq; using System.Linq.Expressions; using System.Reflection; using Mint.MethodBinding; using Mint.Reflection; namespace Mint { /* ::methods: [] try_convert ...
// 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.1.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. using System.Globalization; using System.IO; using System.Linq; using System.Text; using Microsoft.AspNetCore.Razor.Language; using Microsoft.CodeAnalysis; using Microsoft.CodeAnalys...
using System; using System.Collections.Generic; using System.Linq; using System.Xml.Linq; using NuGet.Common; using NuGet.Frameworks; namespace NupkgWrench { /// <summary> /// Add, Modify, Remove dependencies /// </summary> public static class DependenciesUtil { public static void Process(X...
#region Using declarations using System; using System.Collections.Generic; using System.ComponentModel; using System.ComponentModel.DataAnnotations; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows; using System.Windows.Input; using System.Windows.Media; using System.Xml.Serializ...
using System; using System.Drawing; using System.Diagnostics.CodeAnalysis; namespace xDockPanel { public sealed class DockPanelExtender { public interface IDockPaneFactory { DockPane CreateDockPane(IDockContent content, DockState visibleState, bool show); DockPane Create...
namespace Microsoft.Protocols.TestSuites.MS_COPYS { using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Text; using System.Threading; using Microsoft.Protocols.TestSuites.Common; using Microsoft.Protocols.TestTools; using Microsoft.VisualS...
using System; using System.Collections.Generic; using SilentOrbit.Code; namespace SilentOrbit.ProtocolBuffers { static class FieldSerializer { #region Reader /// <summary> /// Return true for normal code and false if generated thrown exception. /// In the latter case a break is...
// // DiscUtils Copyright (c) 2008-2011, Kenneth Bell // // Original NativeFileSystem contributed by bsobel: // http://discutils.codeplex.com/workitem/5190 // // Permission is hereby granted, free of charge, to any person obtaining a // copy of this software and associated documentation files (the "Software"), // to...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System; using System.Diagnostics; using System.Security.Cryptography; using System.Text.Encodings.Web; using System.Threading.Tasks; using Microsoft.AspNetCore.WebUtilities; us...
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using Xunit; using System; using System.Collections; using System.Collections.Specialized; using GenStrings; namespace System.Collections.Specialized.Tests { publi...
//#define GSOLVER_LOG #define DO_PREPROPAGATION using System; using AutoDiff; using AD=AutoDiff; using System.IO; using System.Text; using Castor; using System.Collections.Generic; using Alica.Reasoner.IntervalPropagation; namespace Alica.Reasoner { public class CNSMTGSolver { protected class RpropResult : ICompa...
using System; using System.CodeDom.Compiler; using System.Collections.Generic; using System.Data; using System.Data.SqlClient; using System.Globalization; using System.Linq; using System.Text; namespace EduHub.Data.Entities { /// <summary> /// Group Membership Eligibility Criteria Data Set /// </summary> ...
// // 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...
/* * Qa full api * * No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) * * OpenAPI spec version: all * * Generated by: https://github.com/swagger-api/swagger-codegen.git * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use ...
#region License /*---------------------------------------------------------------------------------*\ Distributed under the terms of an MIT-style license: The MIT License Copyright (c) 2006-2010 Stephen M. McKamey Permission is hereby granted, free of charge, to any person obtaining a copy of this software and...
// 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.Reflection; using Xunit; namespace System.Tests { public static class ActivatorTests...
// 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 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...
// 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; using System.Collections.Generic; using System.Globalization; using System.Text; using System.Runtime.InteropServices; using System.Runtime.Co...
//----------------------------------------------------------------------- // <copyright file="CslaModelBinder.cs" company="Marimer LLC"> // Copyright (c) Marimer LLC. All rights reserved. // Website: https://cslanet.com // </copyright> // <summary>Model binder for use with CSLA .NET editable business objects.</...
using System.Runtime.CompilerServices; namespace System { [Imported(ObeysTypeSystem = true)] [ScriptNamespace("ss")] public struct TimeSpan : IComparable<TimeSpan>, IEquatable<TimeSpan> { [InlineConstant] public const long TicksPerMillisecond = 10000L; [InlineConstant] public const long TicksPerSecond = 100...