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 Xunit; using System; using System.Collections; using System.Collections.Specialized; namespace System.Collect...
using UnityEngine; using System.Collections; using System.Collections.Generic; namespace WingroveAudio { public abstract class BaseWingroveAudioSource : MonoBehaviour { [SerializeField] private bool m_looping = false; [SerializeField] private int m_importance = 0; [Serial...
#if UNITY_ANDROID #pragma warning disable 0642 // Possible mistaken empty statement namespace GooglePlayGames.Android { using System; using System.Collections.Generic; using System.Text.RegularExpressions; using GooglePlayGames.BasicApi; using GooglePlayGames.BasicApi.SavedGame; using GooglePla...
using System; using System.Collections.Generic; using System.Drawing; using System.IO; using System.Linq; using FileFormatWavefront.Extensions; using FileFormatWavefront.Internals; using FileFormatWavefront.Model; namespace FileFormatWavefront { /// <summary> /// A file loader for the Wavefront *.mtl file form...
using System.IO; using Microsoft.Build.Framework; using Microsoft.Build.Tasks; using Microsoft.Build.Utilities; using Xunit; using Xunit.Abstractions; namespace Microsoft.Build.UnitTests.ResolveAssemblyReference_Tests { /// <summary> /// Unit test the cases where we need to determine if the target framework is...
// ------------------------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the MIT License. See License in the project root for license information. // ------------------------------------------------------------------------------ /...
using System; using System.IO; using System.Collections.Generic; using AltairStudios.Core.Orm; using AltairStudios.Core.Orm.Models.I18n; using Newtonsoft.Json; namespace AltairStudios.Core.I18n { /// <summary> /// Translate. /// </summary> public class Translate { #region Attributes /// <summary> /// The in...
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 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 Lucene.Net.Diagnostics; using System; using System.Diagnostics; using IBits = Lucene.Net.Util.IBits; namespace Lucene.Net.Codecs.Lucene3x { /* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this wor...
namespace KabMan.Forms.Connection { partial class SwitchDetailUpdateForm { /// <summary> /// Required designer variable. /// </summary> private System.ComponentModel.IContainer components = null; /// <summary> /// Clean up any resources being used. /// </...
namespace Shopify.UIToolkit.Test.Unit { using NUnit.Framework; using Shopify.Tests; using Shopify.Unity.SDK.Editor; using Shopify.Unity.SDK; using Shopify.Unity; using System.Linq; using UnityEngine; using NSubstitute; using UnityEngine.TestTools; using System.Collections.Generic...
//////////////////////////////////////////////////////////////////////////////// // // // MIT X11 license, Copyright (c) 2005-2006 by: // // ...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.Collections.Generic; using System.Diagnostics; using System.Linq; using Xunit; namespace System.Collec...
using System; using System.Collections.Generic; using System.Text; using AppUtil; using Vim25Api; using System.Collections; namespace Basics { public class Basics { private static AppUtil.AppUtil cb = null; VimService service; ServiceContent sic; ManagedObjectReference perfMgr;...
using System; using Umbraco.Core.Logging; using System.IO; using System.Linq; using Umbraco.Core.IO; using Umbraco.Core.Persistence; using Umbraco.Core.Persistence.UnitOfWork; using Umbraco.Core.Publishing; using Umbraco.Core.Events; namespace Umbraco.Core.Services { /// <summary> /// These are used currently ...
// 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. // =+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+ // // Partitioner1Chunk.cs...
using System; using System.Collections; using System.ComponentModel; using System.Data; using System.Drawing; using System.Threading; using System.Web; using System.Web.SessionState; using System.Web.UI; using System.Web.UI.WebControls; using System.Web.UI.HtmlControls; using System.Xml; using System.Xml.XPath; using U...
// 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.Diagnostics; using System.Diagnostics.Contracts; using System.R...
using Xunit; namespace Jint.Tests.Ecma { public class Test_11_9_2 : EcmaTest { [Fact] [Trait("Category", "11.9.2")] public void WhiteSpaceAndLineTerminatorBetweenEqualityexpressionAndOrBetweenAndRelationalexpressionAreAllowed() { RunTest(@"TestCases/ch11/11.9/11.9.2/S11.9.2_A...
// 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.Diagnostics; using System.Diagnostics.CodeAnalysis; using Microsoft.CodeAnalysis; using Microsoft.VisualStudio.LanguageServices.Imp...
using System; using System.Collections.Generic; using System.Reactive.Linq; using System.Reactive.Threading.Tasks; using MS.Core; namespace System.Reflection { public static class __MethodBase { public static IObservable<System.Reflection.MethodBase> GetMethodFromHandle( IObservable<System....
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.Collections.Generic; using System.Globalization; using System.Linq; using Xunit; namespace System.Text...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using System.Globalization; using System.Reflection; using System.Runtime.CompilerServices; public cl...
//--------------------------------------------------------------------------- // // File: WpfPayload.cs // // Copyright (C) Microsoft Corporation. All rights reserved. // // Description: Helper class for creating and accessing WPF Payloads in packages // This file contains the definition and implementation // f...
/* * 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.IO; using System.Text.Encodings.Web; using System.Threading.Tasks; using Fluid; using Fluid.Ast; using Microsoft.Extensions.DependencyInjection; using OrchardCore.Liquid; using OrchardCore.ResourceManagement; namespace OrchardCore.Resources.Liquid { publ...
using Microsoft.VisualBasic; using System; using System.Collections; using System.Collections.Generic; using System.Data; using System.Diagnostics; using OpenTK.Graphics.OpenGL; using nzy3D.Maths; using nzy3D.Plot3D.Primitives; using nzy3D.Plot3D.Rendering.Legends; using nzy3D.Plot3D.Rendering.Ordering; using nzy3D.Pl...
using System; using System.Collections.Generic; using System.Linq; using CppSharp.AST.Extensions; namespace CppSharp.AST { // A C++ access specifier. public enum AccessSpecifier { Private, Protected, Public, Internal } // A C++ access specifier declaration. publ...
// 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.Collections.Generic; using System.Reflection.Runtime.TypeInfos; namespace Sy...
// 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 System.Threading; using System.Runtime.InteropServices; using CoreFXTest...
// 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 ...
using System; using System.Collections.Generic; using System.ComponentModel; using System.Text; using SlimDX; using SlimDX.Direct3D9; using System.Drawing; using System.IO; namespace D3View { public class SmartTexture { public int Width { get { if ( textu...
#region BSD License /* Copyright (c) 2004-2005 Matthew Holmes (matthew@wildfiregames.com), Dan Moorehead (dan05a@gmail.com) 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 ab...
#region MIT License /* * Copyright (c) 2009-2010 Nick Gravelyn (nick@gravelyn.com), Markus Ewald (cygon@nuclex.org) * * 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 restrict...
// -------------------------------------------------------------------------------------------------------------------- // <copyright file="Status.cs" company="Mark Rendle and Ian Battersby."> // Copyright (C) Mark Rendle and Ian Battersby 2014 - All Rights Reserved. // </copyright> // <summary> // Represents the H...
#region Copyright /*Copyright (C) 2015 Konstantin Udilovich 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 applicab...
using System; using System.Drawing; using System.Collections; using System.Collections.Generic; using System.ComponentModel; using System.Windows.Forms; using DeOps.Implementation; using DeOps.Services; using DeOps.Implementation.Dht; using DeOps.Implementation.Protocol; using DeOps.Implementation.Protocol.Net; names...
// <copyright file=HydraEditorLayoutUtils company=Hydra> // Copyright (c) 2015 All Rights Reserved // </copyright> // <author>Christopher Cameron</author> using System; using System.Text; using Hydra.HydraCommon.Editor.Extensions; using Hydra.HydraCommon.Utils; using UnityEditor; using UnityEngine; namespace Hydra.Hy...
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using System; using System.Diagnostics; using System.Net.Sockets; using System.Text; namespace System.Net { internal static class SocketAddressPal { pu...
// 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 (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.IO; using System.Runtime.InteropServices; using Microsoft.Build.Construction; using Microsoft.VisualStudio; using Microsoft.VisualS...
// // Copyright (C) 2010 Jackson Harper (jackson@manosdemono.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 limitation the rights to use,...
/* ==================================================================== 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...
// 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.Threading; interface IGen<T> { void Target(object p); T Dummy(T t); } class GenInt : I...
// 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.Diagnostics; using System.Globalization; using System.Text; using Roslyn.Utilities; using Microsoft.Build.Framework; using Microsof...
using System; using System.Collections.Generic; using System.ComponentModel; using System.Linq; namespace Totem { /// <summary> /// Extends <see cref="Check{T}"/> with checks in various scenarios /// </summary> [EditorBrowsable(EditorBrowsableState.Never)] public static class Checkable { public static ...
/** * This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). * It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE) */ using UnityEditor; using UnityEditorInternal; using UnityEngine; usi...
/********************************************************************++ Copyright (c) Microsoft Corporation. All rights reserved. --********************************************************************/ using System.Collections; using System.Collections.Generic; using System.Management.Automation.Runspaces; namespace...
/* The MIT License(MIT) ===================== Copyright(c) 2008, Cagatay Dogan Permission is hereby granted, free of charge, to any person obtaining a cop of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the right to use,...
/* 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 ...
// 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.Text; using System.Diagnostics; using System.Globalization; namespace System.Xml { // // CharE...
using System; using System.Collections.Generic; using System.Linq; using System.Reflection; using UMA.Common; using UnityEditor; using UnityEngine; using Object = UnityEngine.Object; using UMA; using UMA.Integrations; namespace UMAEditor { public class DNAMasterEditor { private readonly Dictionary<...
// 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. /*============================================================ ** ** ** ** Provides a way for an app to not start an...
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using System; using System.Runtime.InteropServices; using Test.Cryptography; using Xunit; namespace System.Security.Cryptography.EcDsaOpenSsl.Tests { public static...
/* * 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...
/******************************************************************** The Multiverse Platform is made available under the MIT License. Copyright (c) 2012 The Multiverse Foundation Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.Diagnostics; using System.Threading; namespace System.Transactions { internal class CheapUnfairRea...
// 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.VisualStu...
#region License // /* // See license included in this library folder. // */ #endregion using System; using System.Collections.Generic; using System.Threading; using Sqloogle.Libs.NLog.Common; using Sqloogle.Libs.NLog.Config; using Sqloogle.Libs.NLog.Internal; using Sqloogle.Libs.NLog.Layouts; namespace Sqloogle.Libs....
// 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 Debug = System.Diagnostics.Debug; using Internal.IL.Stubs; usi...
/// This code was generated by /// \ / _ _ _| _ _ /// | (_)\/(_)(_|\/| |(/_ v1.0.0 /// / / using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Text; using System.Xml.Linq; using Twilio.Converters; using Twilio.Types; namespace Twilio.TwiML.Voice { ...
using LanguageService.LanguageModel; using System; using System.Collections.Generic; using System.Collections.Immutable; using System.IO; using System.Linq; using Microsoft.Internal.VisualStudio.Shell; namespace LanguageService { internal class Parser { private Stack<ParsingContext> contextStack; ...
using System; using System.Data; using Csla; using Csla.Data; using Invoices.DataAccess; namespace Invoices.Business { /// <summary> /// ProductTypeEdit (editable root object).<br/> /// This is a generated base class of <see cref="ProductTypeEdit"/> business object. /// </summary> [Serializable] ...
using System; using System.IO; using System.Xml; using System.Reflection; using System.Threading; using NUnit.Framework; using CookComputing.XmlRpc; public struct TestStruct { public int x; public int y; } [XmlRpcUrl("http://localhost/test/")] class Foo : XmlRpcClientProtocol { [XmlRpcMethod] public int Send_...
using System; using System.Runtime.InteropServices; namespace AllJoyn.Dsb { /// <summary> /// Enumerated list of values QStatus can return /// </summary> /// public enum AllJoynStatusCode : uint { Ok = 0x0 /**< Success. */, Fail = 0x1 /**< Generi...
using System; using System.Diagnostics; using System.Text; using ALinq.Mapping; using ALinq.SqlClient; namespace ALinq.Oracle { class OracleFormatter : DbFormatter { internal class Visitor : SqlFormatter.Visitor { public override void FormatValue(object 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. //////////////////////////////////////////////////////////////////////////// // // // Purpose: This Class defines ...
using System; using System.IO; using System.Reflection; using System.Runtime.Loader; using System.Xml.Linq; using CSScriptLib; public interface ICalc { int Sum(int a, int b); } public interface ICalc2 { int Sum(int a, int b); int Div(int a, int b); } public class Samples { public static void LoadCod...
// 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.Sql.Fluent { using System.Threading; using System.Threading.Tasks; using Microsoft.Azure.Management.ResourceManage...
using System; using System.Collections; using System.Collections.Generic; using System.IO; using System.Reflection; using System.Text; using System.Text.RegularExpressions; using System.Xml; using EmergeTk.Model; namespace EmergeTk.Widgets.Html { public enum ModelFormResult { Presubmitting, Submitted, Cancelled...
/* * Copyright (c) 2006-2008, openmetaverse.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 source code must retain the above copyright notice, this * li...
using System; using System.Collections; using System.Collections.Generic; using System.ComponentModel; using System.Drawing; using System.Reflection; using System.Windows.Forms; namespace GodLesZ.Library.Controls { /// <summary> /// A delegate that creates an editor for the given value /// </summary> /// <param na...
using System; using System.Collections.Generic; using System.Linq; using Eto.Wpf.Forms.Cells; using sw = System.Windows; using swc = System.Windows.Controls; using swm = System.Windows.Media; using swi = System.Windows.Input; using Eto.Forms; using System.Collections; using Eto.Wpf.Forms.Menu; using Eto.Drawing; using ...
// // 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...
using System; using System.Collections.Concurrent; using System.Collections.Generic; using System.Linq; using System.Threading; using System.Threading.Tasks; using Microsoft.VisualStudio.TestTools.UnitTesting; using Chan4Net.BufferedChan; namespace Chan4Net.Tests { [TestClass] public class BufferedChanTests ...
/* Copyright (C) 2008-2018 Peter Palotas, Jeffrey Jangli, Alexandr Normuradov * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation t...
/* * Copyright (c) Contributors, http://opensimulator.org/ * See CONTRIBUTORS.TXT for a full list of copyright holders. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * Redistributions of source code must r...
namespace Epi.Windows.Analysis.Dialogs { partial class RouteoutDialog { /// <summary> /// Required designer variable. /// </summary> private System.ComponentModel.IContainer components = null; /// <summary> /// Clean up any resources being used. /// </sum...
//--------------------------------------------------------------------- // <copyright file="CsdlConstants.cs" company="Microsoft"> // Copyright (C) Microsoft Corporation. All rights reserved. See License.txt in the project root for license information. // </copyright> //--------------------------------------------...
using UnityEngine; using System.Collections; using UnityEngine.UI; using UnityEngine.Video; namespace VNEngine { // THIS CODE IS IN BETA, AND VIDEO FORMATS MAY NOT WORK ON ALL DEVICES (especially mobile devices) // It is recommended to disable the background and foreground when playing videos, as it appears be...
#region License /* * HttpListener.cs * * This code is derived from HttpListener.cs (System.Net) of Mono * (http://www.mono-project.com). * * The MIT License * * Copyright (c) 2005 Novell, Inc. (http://www.novell.com) * Copyright (c) 2012-2015 sta.blockhead * * Permission is hereby granted, free of charge, to...
/* ==================================================================== 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 ...
using System; using System.IO; using System.Net; using System.Net.Http; using System.Threading.Tasks; using BruTile; using Mapsui.ArcGIS.DynamicProvider; using Mapsui.ArcGIS.ImageServiceProvider; using Mapsui.Logging; using Newtonsoft.Json; namespace Mapsui.ArcGIS { public enum CapabilitiesType { Image...
// 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. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using Xunit; namespace System.Xml.Tests { public class DateTimeTests { [Fact] public static void ReadContentAsDateTime1() { ...
// // 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, ...
// 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. // Licensed under the MIT license. See LICENSE file in the project root for full license information. //------------...
// // https://github.com/ServiceStack/ServiceStack.Text // ServiceStack.Text: .NET C# POCO JSON, JSV and CSV Text Serializers. // // Authors: // Demis Bellot (demis.bellot@gmail.com) // // Copyright 2012 ServiceStack Ltd. // // Licensed under the same terms of ServiceStack: new BSD license. // using System; using Sy...
// 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.Reflection; using System.Reflection.Emit; using System.Dynamic.Utils;...
#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, ...
// 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 Kraken.Controllers.Api { using System; using System.Collections.Generic; using System.Linq; using System.Net; using System.Threading.Tasks; using Kraken.Filters; using Kraken.Models; using Kraken.Services; using Microsoft.AspNetCore.Authorization; using Microsoft.AspNet...
// 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.Data.Common; using ...
using System; using System.Collections.Generic; using System.Diagnostics; using System.Linq; using System.Runtime.ExceptionServices; using System.Threading.Tasks; namespace NSpec { public static class Extensions { /// <summary> /// string will be repeated n number of times. /// </summar...
using System; using System.Collections.Generic; using System.Runtime.CompilerServices; using System.Threading.Tasks; using System.Web.Mvc; using System.Web.Mvc.Ajax; using System.Web.Routing; using System.Diagnostics.Contracts; using HyperSlackers.Bootstrap.Core; using HyperSlackers.Bootstrap.Extensions; namespace Hyp...
// 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.Generic; using System.Text; using System.Threading; using System.Threading.Tasks; namespace System.Threading.Tasks....
// 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 ...
// SampSharp // Copyright 2017 Tim Potze // // 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...
// -------------------------------------------------------------------------------------------------------------------- // <copyright company="" file="SqlExpressionBuilder.cs"> // // </copyright> // <summary> // The sql expression builder. // </summary> // ----------------------------------------------------------...