context
stringlengths
2.52k
185k
gt
stringclasses
1 value
// 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 //...
// 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.Reflection; using System.Reflection.Metadata; using Sys...
using Aardvark.Base; using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Text; using System.Threading; namespace Aardvark.Data.Vrml97 { /// <summary> /// Symbol table. /// </summary> public static class Vrml97Sym { #pragma warning disable 1591 pu...
/*************************************************************************** * AudioCdSource.cs * * Copyright (C) 2005-2006 Novell, Inc. * Written by Aaron Bockover <aaron@abock.org> ****************************************************************************/ /* THIS FILE IS LICENSED UNDER THE MIT LICENSE AS...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.Collections.ObjectModel; using System.IdentityModel.Tokens; using System.Xml; namespace System.Service...
using System; using System.Collections.Generic; using System.Diagnostics; using System.Linq; using System.Linq.Expressions; using System.Reflection; using AutoMapper.Configuration; using AutoMapper.Execution; namespace AutoMapper { using Internal; /// <summary> /// Main configuration object holding all m...
using Microsoft.IdentityModel.S2S.Protocols.OAuth2; using Microsoft.IdentityModel.Tokens; using Microsoft.SharePoint.Client; using System; using System.Net; using System.Security.Principal; using System.Web; using System.Web.Configuration; namespace OfficeDevPnP.PartnerPack.ScheduledJob { /// <summary> /// Enc...
// // 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 2012 Michael Edwards Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to i...
// -------------------------------------------------------------------------------------------------------------------- // <copyright file="NaccacheSternEngine.cs"> // Copyright (c) 2014 Alexander Logger. // Copyright (c) 2000 - 2013 The Legion of the Bouncy Castle Inc. (http://www.bouncycastle.org). // </copyr...
using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.ComponentModel; using System.Diagnostics.CodeAnalysis; using System.Globalization; using System.IO; using System.Linq; using System.Net.Http; using System.Net.Http.Formatting; using System.Net.Http.Headers; using System.W...
// Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/iam/admin/v1/iam.proto // Original file comments: // Copyright 2016 Google Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy...
// 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 ...
namespace Nancy.Demo.Hosting.Aspnet { using System; using System.Linq; using Nancy.Demo.Hosting.Aspnet.Metadata; using Nancy.Demo.Hosting.Aspnet.Models; using Nancy.Routing; using Security; public class MainModule : NancyModule { public MainModule(IRouteCacheProvider routeCache...
// 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: Domains represe...
//#define TRACEDEBUG //#define TRACEDEBUGTICKS //#define TRACELOG using System; using System.Collections.Generic; using System.Linq; using System.ComponentModel; using System.IO; using System.Net; using System.Net.Mime; using W3C.Soap; using Microsoft.Ccr.Core; using Microsoft.Dss.Core; using Microsoft.Dss.Core.Attr...
using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.ComponentModel; using System.Diagnostics; using System.Diagnostics.CodeAnalysis; using System.Globalization; using System.Linq; using System.Net.Http; using System.Net.Http.Headers; using System.Web.Http; using System.Web...
// 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.Diagnostics; using System.IO; using System.Linq; using System...
//------------------------------------------------------------------------------ // <copyright file="XmlSchemaObjectTable.cs" company="Microsoft"> // Copyright (c) Microsoft Corporation. All rights reserved. // </copyright> // <owner current="true" primary="true">[....]</owner> ...
// *********************************************************************** // Copyright (c) 2007 Charlie Poole // // 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, inclu...
#region License // Copyright (c) 2007 James Newton-King // // Permission is hereby granted, free of charge, to any person // obtaining a copy of this software and associated documentation // files (the "Software"), to deal in the Software without // restriction, including without limitation the rights to use, // copy, ...
using UnityEngine; public delegate NoiseSample NoiseMethod (Vector3 point, float frequency); public enum NoiseMethodType { Perlin, Value } public static class Noise { public static NoiseMethod[] valueMethods = { Value1D, Value2D, Value3D }; public static NoiseMethod[] perlinMethods = { Perlin1D, Per...
/* * * (c) Copyright Ascensio System Limited 2010-2021 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * http://www.apache.org/licenses/LICENSE-2.0 * Unless required by applicable la...
// 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) // Copyright (c) 2012-2013 Rotorz Limited. All rights reserved. // Use of th...
// // 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...
#region Apache Notice /***************************************************************************** * * Castle.Igloo * * 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:...
using System; using System.Collections.Generic; using System.Globalization; using System.Linq; using System.Threading.Tasks; using Microsoft.CodeAnalysis; using Microsoft.CodeAnalysis.CSharp; using Microsoft.CodeAnalysis.CSharp.Syntax; using Orleans.CodeGenerator.Compatibility; using Orleans.CodeGenerator.Model; using ...
using System; using System.Collections.Generic; using System.Globalization; using System.IO; using System.Web; using System.Web.Hosting; using System.Web.Mvc; namespace Orchard.UI.Resources { public class ResourceDefinition { private static readonly char[] _queryStringChars = new [] { '?' }; ...
using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Runtime.Versioning; using Microsoft.VisualStudio.TestTools.UnitTesting; using Moq; using NuGet.Test.Mocks; namespace NuGet.Test { [TestClass] public class ProjectManagerTest { [TestMethod] public vo...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. /*============================================================ ** ** ** ** Purpose: This class will encapsulate a 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.Text; using System.Threading; using System.Threading.Tasks; using Xun...
// 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) 2010 Charlie Poole // // 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, inclu...
/* * DocuSign REST API * * The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. * * OpenAPI spec version: v2 * Contact: devcenter@docusign.com * Generated by: https://github.com/swagger-api/swagger-codegen.git */ using System; using System....
// // Copyright (C) DataStax Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable la...
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using System.Reflection.Internal; using System.Text; using TestUtilities; using Xunit; namespace System.Reflection.Metadata.Tests { public class BlobReaderTests ...
// // 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...
/* New BSD License ------------------------------------------------------------------------------- Copyright (c) 2006-2012, EntitySpaces, LLC All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * Redist...
using System; using Android.Content; using Android.Widget; using Android.Util; using Android.Graphics; using Android.Views; using System.Collections; using System.Collections.Generic; using PrintBot.Domain.Models; using PrintBot.Infrastructure.ViewModels; using System.Threading.Tasks; namespace PrintBot.Droid { pu...
// 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.Linq; using System.Threading; using Microsoft.CodeAnalysis; using Microsoft.CodeAnalysis.LanguageServices; using Microsoft.CodeAnalysis.Shared.Ex...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.Diagnostics.Contracts; using System.Globalization; using System.Runtime.InteropServices; namespace Sys...
using System; using Xunit; using Xunit.Abstractions; namespace dexih.functions.ml.tests { public class regression { private readonly ITestOutputHelper _output; public regression(ITestOutputHelper output) { _output = output; } [Fact] public v...
// // DapService.cs // // Authors: // Gabriel Burt <gburt@novell.com> // Aaron Bockover <abockover@novell.com> // Ruben Vermeersch <ruben@savanne.be> // // Copyright (C) 2007-2008 Novell, Inc. // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated doc...
// // System.Net.Mime.ContentType.cs // // Authors: // Tim Coleman (tim@timcoleman.com) // John Luke (john.luke@gmail.com) // // Copyright (C) Tim Coleman, 2004 // Copyright (C) John Luke, 2005 // // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated docu...
// 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.ObjectModel; using System.Collections.Generic; using System.Linq; using System.Runtime.ExceptionServices; using Microso...
using System; using System.Collections.Generic; using System.Diagnostics; using System.Globalization; using System.IO; using System.Linq; using System.Reflection; using DeleteLine.Properties; namespace DeleteLine { /// <summary> /// Class of the main program. /// </summary> public static class Program { ...
//----------------------------------------------------------------------------- // Filename: SIPTCPChannel.cs // // Description: SIP transport for TCP. // // History: // 19 Apr 2008 Aaron Clauson Created. // // License: // This software is licensed under the BSD License http://www.opensource.org/licenses/bsd-license....
using EventCounterCollector.Tests; using Microsoft.ApplicationInsights; using Microsoft.ApplicationInsights.Channel; using Microsoft.ApplicationInsights.DataContracts; using Microsoft.ApplicationInsights.Extensibility; using Microsoft.ApplicationInsights.Extensibility.EventCounterCollector; using Microsoft.ApplicationI...
// leveldb-sharp // // Copyright (c) 2011 The LevelDB Authors // Copyright (c) 2012-2013, Mirco Bauer <meebey@meebey.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: // // * Redistri...
// 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.Linq; using System.Threading; using System.Threading.Tasks; using Microsoft.CodeAnalysis.Editor.S...
// --------------------------------------------------------------------------- // <copyright file="OrderByCollection.cs" company="Microsoft"> // Copyright (c) Microsoft Corporation. All rights reserved. // </copyright> // --------------------------------------------------------------------------- //--------------...
using TXTextControl.ReportingCloud; using System; using Microsoft.VisualStudio.TestTools.UnitTesting; using System.Collections.Generic; using System.IO; namespace TXTextControl.ReportingCloud.Tests { [TestClass()] public class ReportingCloudUnitTest { string sUsername = ""; string sPassword...
using System; using System.Collections.Generic; using Content.Client.Stylesheets; using Content.Shared.AI; using Robust.Client.Graphics; using Robust.Client.UserInterface; using Robust.Client.UserInterface.Controls; using Robust.Shared.GameObjects; using Robust.Shared.IoC; using Robust.Shared.Maths; using static Robust...
// <copyright file="Cookie.cs" company="WebDriver Committers"> // Copyright 2007-2011 WebDriver committers // Copyright 2007-2011 Google Inc. // Portions copyright 2011 Software Freedom Conservancy // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance wi...
using System; using System.Diagnostics; using System.Linq; using System.Threading; using FluentAssertions; using Xunit; using NSubstitute; namespace Okanshi.Test { public class TimerTest { private readonly IStopwatch stopwatch = Substitute.For<IStopwatch>(); private readonly Timer timer; ...
// 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; namespace System.Linq.Expressions.Tests { public static class BinaryExclusiveOrTests { ...
// // MessageBarManager.cs // // Author: // Prashant Cholachagudda <pvc@outlook.com> // // Copyright (c) 2013 Prashant Cholachagudda // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal // in the Softwar...
// // SourceView.cs // // Author: // Aaron Bockover <abockover@novell.com> // // Copyright (C) 2005-2008 Novell, Inc. // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated documentation files (the // "Software"), to deal in the Software without restricti...
// ==++== // // Copyright (c) Microsoft Corporation. All rights reserved. // // ==--== using System; using System.Threading; namespace System.Text { [Serializable] public abstract class EncoderFallback { internal bool bIsMicrosoftBestFitFallback = false; private static EncoderFallback r...
using System; using System.Collections.Generic; using System.Collections.Immutable; using System.Globalization; using System.Linq; using System.Text; using System.Text.Encodings.Web; using System.Text.Json; using System.Threading; using System.Threading.Tasks; using Newtonsoft.Json.Linq; using OpenIddict.Abstractions; ...
// 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 ...
/* * 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 ...
using System; using System.Collections.Generic; using System.Data.Entity; using System.Data.Entity.Core.Objects; using System.Data.Entity.Infrastructure; using System.Data.SqlClient; using System.Linq; using KBVault.Dal.Entities; namespace KBVault.Dal { public partial class KbVaultContext : DbContext { ...
// 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...
using System; using System.Collections; using System.Collections.Generic; using System.Globalization; using System.IO; using System.Linq; using System.Runtime.InteropServices; using LibGit2Sharp.Core; using LibGit2Sharp.Core.Handles; namespace LibGit2Sharp { /// <summary> /// Provides methods to directly work ...
using System; using System.Collections.Generic; using System.Text; using EnvDTE; using Thinktecture.Tools.Web.Services.CodeGeneration; using VsWebSite; using VSLangProj80; using System.Diagnostics; using System.IO; namespace Thinktecture.Tools.Web.Services.ContractFirst.VsObjectWrappers { internal class VisualStud...
//------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All rights reserved. //------------------------------------------------------------ namespace System.IdentityModel.Tokens { using System.Collections.Generic; using System.Collections.ObjectModel; using S...
// 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...
using System; using System.Collections.Generic; using System.Text; using OpenSSL; namespace sandbox { class Naming { class Node { public Node parent; public Dictionary<string, Node> children = new Dictionary<string,Node>(); public Authority auth; } private static Node root; static Naming() { ...
using System; using System.Collections.Generic; using System.Runtime.InteropServices; using System.Text; #if !READ_ONLY namespace SquabPie.Mono.Cecil.Pdb { [ComImport, InterfaceType (ComInterfaceType.InterfaceIsIUnknown), Guid ("BA3FEE4C-ECB9-4e41-83B7-183FA41CD859")] interface IMetaDataEmit { void SetModuleProp...
using UnityEngine; using UnityEditor; using System.Collections; [System.Serializable] public class ZoomArea { // Global state private static Vector2 m_MouseDownPosition = new Vector2(-1000000, -1000000); // in transformed space private static int zoomableAreaHash = "ZoomableArea".GetHashCode(); // Ran...
/* 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; using System.ServiceModel; using System.ServiceModel.Channels; public class MockChannelBase : Channel...
/*************************************************************************** * FileSystem.cs * * Copyright (C) 2007 Alan McGovern * Written by Alan McGovern <alan.mcgovern@gmail.com> ****************************************************************************/ /* THIS FILE IS LICENSED UNDER THE MIT LICENSE AS...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.Collections.ObjectModel; using System.Diagnostics.Contracts; using System.IdentityModel.Policy; using ...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.Diagnostics; using System.Runtime.InteropServices; using System.Security; namespace System.Drawing.Int...
// Transport Security Layer (TLS) // Copyright (c) 2003-2004 Carlos Guzman Alvarez // // 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 ...
using System; using System.Collections.Generic; using Microsoft.Data.Entity.Migrations; using Microsoft.Data.Entity.Metadata; namespace SoloProject.Migrations { public partial class Initial : Migration { protected override void Up(MigrationBuilder migrationBuilder) { migrationBuilde...
namespace XenAdmin.Controls.Wlb { partial class WlbOptModeScheduler { /// <summary> /// Required designer variable. /// </summary> private System.ComponentModel.IContainer components = null; /// <summary> /// Clean up any resources being used. /// </sum...
// 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.IO; using System.Text; using System.Diagnostics; using System.Globalization; namespace System.Xml { // Specifies for...
#region License /* * Copyright 2005 the original author or 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/licenses/LICENSE-2.0 * * Unless re...
namespace Epi.Windows.MakeView.Dialogs.FieldDefinitionDialogs { partial class GridFieldDefinition { /// <summary> /// Required designer variable. /// </summary> private System.ComponentModel.IContainer components = null; /// <summary> /// Clean up any resources b...
using ClipperLib; using GerberLibrary.Core.Primitives; using System; using System.Collections.Generic; using System.Diagnostics; using System.Drawing; //using System.Drawing.Drawing2D; using System.Globalization; using System.IO; using System.Linq; using System.Text; using System.Text.RegularExpressions; using GerberLi...
using System; using Signum.Utilities; namespace Signum.Engine.Maps { public static class TableExtensions { internal static string UnScapeSql(this string name, bool isPostgres) { if (isPostgres) { if (name.StartsWith('\"')) return name....
/* * 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 ...
// ZlibCodec.cs // ------------------------------------------------------------------ // // Copyright (c) 2009 Dino Chiesa and Microsoft Corporation. // All rights reserved. // // This code module is part of DotNetZip, a zipfile class library. // // ------------------------------------------------------------------ /...
using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.ComponentModel; using System.Diagnostics; using System.Diagnostics.CodeAnalysis; using System.Globalization; using System.Linq; using System.Net.Http; using System.Net.Http.Headers; using System.Web.Http; using System.Web...
/* * Copyright (c) Contributors, http://opensimulator.org/ * See CONTRIBUTORS.TXT for a full list of copyright holders. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * Redistributions of source code must r...
/* * Licensed to the 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. // // Represents the policy associated with some piece of evidence // using System.Diagnostics.Contracts; namespace...
// // Author: // Jb Evain (jbevain@gmail.com) // // Copyright (c) 2008 - 2015 Jb Evain // Copyright (c) 2008 - 2011 Novell, Inc. // // Licensed under the MIT/X11 license. // using System; using System.IO; using System.Reflection; using System.Security.Cryptography; using System.Runtime.Serialization; using Mono.Sec...
// // Copyright (c) 2004-2016 Jaroslaw Kowalski <jaak@jkowalski.net>, Kim Christensen, Julian Verdurmen // // All rights reserved. // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions // are met: // // * Redistributions of s...
using System; using System.Collections.Generic; using System.IO; using System.Linq; using Mocument.Model; using Newtonsoft.Json; using Salient.HTTPArchiveModel; namespace Mocument.DataAccess { /// <summary> /// for controlled testing only. not threadsafe and is filebased so extreme load is not advised. ///...
// 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...
using UnityEngine; using UnityEditor; using System; using System.Linq; using System.IO; using System.Collections.Generic; using System.Reflection; using V1=AssetBundleGraph; using Model=UnityEngine.AssetGraph.DataModel.Version2; namespace UnityEngine.AssetGraph { [CustomNode("Create Assets/Generate Asset", 51)] p...
// 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.IO; using System.Linq; using System.Net.Test.Common; using System.Text; using...
using System; using System.Collections; using System.Collections.Generic; using System.Diagnostics.CodeAnalysis; using System.Globalization; using System.Linq; using System.Reflection; namespace NewsPlus.Api.Areas.HelpPage { /// <summary> /// This class will create an object of a given type and populate it wit...
// *********************************************************************** // Copyright (c) 2008-2012 Charlie Poole // // 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, ...
/* 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...
using UnityEngine; using System.IO; #if UNITY_EDITOR using UnityEditor; #endif namespace ChartboostSDK { #if UNITY_EDITOR [InitializeOnLoad] #endif public class CBSettings : ScriptableObject { const string cbSettingsAssetName = "ChartboostSettings"; const string cbSettingsPath = "Chartboost/Resources"; ...