context
stringlengths
2.52k
185k
gt
stringclasses
1 value
using System; using System.Xml; using System.Xml.XPath; namespace umbraco.presentation.xslt.Exslt { /// <summary> /// This class implements the EXSLT functions in the http://exslt.org/math namespace. /// </summary> public class ExsltMath { /// <summary> /// Implements the following function /// number mi...
using Lucene.Net.Attributes; using Lucene.Net.Documents; using Lucene.Net.Index.Extensions; using NUnit.Framework; using System; using System.IO; using System.Text; using Assert = Lucene.Net.TestFramework.Assert; namespace Lucene.Net.Store { /* * Licensed to the Apache Software Foundation (ASF) under one or m...
namespace java.text { [global::MonoJavaBridge.JavaClass(typeof(global::java.text.BreakIterator_))] public abstract partial class BreakIterator : java.lang.Object, java.lang.Cloneable { internal new static global::MonoJavaBridge.JniGlobalHandle staticClass; protected BreakIterator(global::MonoJavaBridge.JNIEnv @_...
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. #nullable enable using System; using System.Collections.Generic; using System.Diagnostics; using System.Linq; using System.Threading.Tasks; using osu.Framework.Allocatio...
using System; using System.Collections; namespace LumiSoft.Net.IMAP.Server { /// <summary> /// IMAP messages info collection. /// </summary> public class IMAP_Messages { private SortedList m_Messages = null; private string m_Folder = ""; private string m_Error = null; private bool ...
using System; using System.Globalization; namespace Sudoku.Shared.Utilities { public class Solver { private readonly int[, ,] _board; public Solver() { _board = new[, ,] { /*1*/ /*2*/ /*3*/ /*4*/ /*5*/ /*6*/ /*7*/ /*8*/ /*9*/ { /*1*/ {0, 0}, {0, 0}, {0, 0}, {0, 0}...
using System; using System.Collections.Generic; using System.Threading.Tasks; using Microsoft.Extensions.Logging; using Microsoft.WindowsAzure.Storage.Queue; using Microsoft.WindowsAzure.Storage.RetryPolicies; using Orleans.Runtime; using Orleans.AzureUtils.Utilities; using System.Linq; using Orleans.Streaming.AzureSto...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using System.Diagnostics; using System.IO; using System.Runtime.CompilerServices; using System.Text.En...
// // 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.Collections.Generic; using System.IO; using SquabPie.Mono.Cecil.Cil; using SquabPie.Mono.Collections.Generic; using...
using System; using System.ComponentModel; using System.Threading.Tasks; using Android.Animation; using Android.Graphics; using Android.Views; using Android.Widget; using AScrollView = Android.Widget.ScrollView; namespace Xamarin.Forms.Platform.Android { public class ScrollViewRenderer : AScrollView, IVisualElementRe...
// 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.ServiceBus.Fluent.Queue.Update { using Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions; using M...
#if DEBUG // We only include the Mersenne Twister in debug builds for simulated packet loss for tests ///////////////////////////////////////////////////////////////////////////// // Copyright (c) 2003 CenterSpace Software, LLC // // ...
// The MIT License (MIT) // // Copyright (c) 2021 Henk-Jan Lebbink // // 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...
// // TableLayout.cs // // Author: // Lluis Sanchez <lluis@xamarin.com> // // Copyright (c) 2013 Xamarin Inc. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal // in the Software without restriction, ...
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...
using System; using System.Collections.Generic; using System.Diagnostics; using System.Linq; using System.Threading; using Microsoft.Extensions.Logging; using Microsoft.Extensions.Options; using Umbraco.Cms.Core; using Umbraco.Cms.Core.Cache; using Umbraco.Cms.Core.Configuration.Models; using Umbraco.Cms.Core.Hosting; ...
//--------------------------------------------------------------------------- // // File: TextEditorMouse.cs // // Copyright (C) Microsoft Corporation. All rights reserved. // // Description: A Component of TextEditor supporting mouse gestures. // //--------------------------------------------------------------------...
//------------------------------------------------------------------------------ // <copyright file="FilterException.cs" company="Microsoft"> // Copyright (c) Microsoft Corporation. All rights reserved. // </copyright> // <owner current="true" primary="true">[....]</owner> // <owner current="true" primary="false">...
using UnityEngine; using System.Collections; using System.Collections.Generic; namespace Pathfinding { //To be able to serialize modifiers, we store it in a holder which can contain any modifier type /*[System.Serializable] public class ModifierHolder { public int activeModifier; public Modifier defaultMod; ...
using System; using System.ComponentModel.DataAnnotations.Schema; using System.Linq; using System.Text.Json; using Microsoft.EntityFrameworkCore; using Microsoft.EntityFrameworkCore.TestUtilities; using Pomelo.EntityFrameworkCore.MySql.FunctionalTests.TestUtilities; using Pomelo.EntityFrameworkCore.MySql.Tests; using X...
// 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.Globalization; using System.Runtime.CompilerServices; using System.Runtime.In...
using Asana.Models; using Asana.Requests; namespace Asana.Resources { /// <summary> /// The _task_ is the basic object around which many operations in Asana are /// centered. In the Asana application, multiple tasks populate the middle pane /// according to some view parameters, and the se...
#region -- License Terms -- // // MessagePack for CLI // // Copyright (C) 2010 FUJIWARA, Yusuke // // 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...
#region --- License --- /* Copyright (c) 2006 - 2008 The Open Toolkit library. 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, ...
// GET NEXT request message type. // Copyright (C) 2008-2010 Malcolm Crowe, Lex Li, and other contributors. // // 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, includi...
using System; using CoreFoundation; using CoreGraphics; using Foundation; using ObjCRuntime; using UIKit; using WebKit; namespace Facebook.CoreKit { interface AccessTokenDidChangeEventArgs { [Export ("FBSDKAccessTokenChangeNewKey")] AccessToken NewToken { get; } [Export ("FBSDKAccessTokenDidChangeUserIDKey")]...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using System.Diagnostics.Contracts; namespace System.Globalization { internal class CalendricalCa...
// 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) 2019 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of * the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to i...
// 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 S...
using System; using System.Collections.Generic; using System.Globalization; using System.Linq; using Orleans.Configuration; using Orleans.Runtime; using Orleans.Storage; using Xunit; namespace UnitTests.StorageTests { public class HierarchicalKeyStoreTests : IClassFixture<HierarchicalKeyStoreTests.Fixture> { ...
/*/* * 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...
using Aspose.Email; using Aspose.Email.Mapi; using Aspose.Email.Storage.Mbox; using Aspose.Email.Storage.Pst; using Aspose.Slides; using System; using System.IO; namespace Aspose.Email.Live.Demos.UI.Services.Email { public partial class EmailService { public void ConvertOst(Stream input, string shortResourceNameWi...
/* * CP850.cs - Western European (DOS) code page. * * Copyright (c) 2002 Southern Storm Software, Pty Ltd * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the Licens...
// // 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) 2004-2021 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 UnityEngine; using UnityEditor; using System.Collections; using System.Collections.Generic; [CustomEditor(typeof(tk2dFont))] public class tk2dFontEditor : Editor { public Shader GetShader(bool gradient, bool packed) { if (packed) return Shader.Find("tk2d/Goodies/PackedTextMesh"); else if (gradient) return...
/******************************************************************************* IMPORTANT NOTE - This file was contributed by one of our users. While the rest of Cubiquity is distributed free for non-commercial use, the contents of this file are under the more liberal zlib license. Please see the copyright notice belo...
#region Copyright notice and license // Protocol Buffers - Google's data interchange format // Copyright 2008 Google Inc. All rights reserved. // http://github.com/jskeet/dotnet-protobufs/ // Original C++/Java/Python code: // http://code.google.com/p/protobuf/ // // Redistribution and use in source and binary forms, ...
// MIT License // // Copyright (c) 2009-2017 Luca Piccioni // // 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, cop...
// <copyright file="ConnectionResult.cs" company="Google Inc."> // Copyright (C) 2014 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 of the License at // // http://www.apache.org/licenses/...
// Copyright (c) Microsoft Corporation. // Licensed under the MIT License. using System.Collections.Concurrent; using System.Collections.Generic; using System.Collections.ObjectModel; using System.Globalization; using System.Management.Automation.Runspaces; using System.Management.Automation.Tracing; using System.Secu...
/* * Copyright (c) Contributors, http://opensimulator.org/ * See CONTRIBUTORS.TXT for a full list of copyright holders. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * Redistributions of source code must r...
/* Copyright 2015 Intel 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 the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, so...
// // This file is part of the game Voxalia, created by FreneticXYZ. // This code is Copyright (C) 2016 FreneticXYZ under the terms of the MIT license. // See README.md or LICENSE.txt for contents of the MIT license. // If these are not available, see https://opensource.org/licenses/MIT // using System.Collections.Gen...
// <copyright file="PlayerManager.cs" company="Google Inc."> // Copyright (C) 2014 Google Inc. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.ap...
using System; using System.Collections.Generic; using System.Diagnostics; using System.IO; using System.IO.Compression; using System.Linq; using System.Net; using System.Reflection; using Protobuild.Tasks; using fastJSON; namespace Protobuild { public class PackageManager : IPackageManager { private re...
/* * REST API Documentation for the MOTI Hired Equipment Tracking System (HETS) Application * * The Hired Equipment Program is for owners/operators who have a dump truck, bulldozer, backhoe or other piece of equipment they want to hire out to the transportation ministry for day labour and emergency projects. The ...
using System; using System.Compiler; using System.Diagnostics.CodeAnalysis; namespace Microsoft.Zing { [SuppressMessage("Microsoft.Naming", "CA1712:DoNotPrefixEnumValuesWithTypeName")] public enum Error { None = 0, AtomicBlockInAtomicMethod = 2000, AtomicBlockNested, BadDir...
namespace Carto.Ui { using Carto.Components; using Carto.Core; using Carto.Layers; using Carto.Renderers; using Carto.Utils; /// <summary> /// MapView is a platform-specific map class supporting map rendering and interaction. /// </summary> public partial class MapView : IMapView { ...
namespace System { // This file defines an internal class used to throw exceptions in BCL code. // The main purpose is to reduce code size. // // The old way to throw an exception generates quite a lot IL code and assembly code. // Following is an example: // C# source // thro...
using System; using System.Collections.Generic; using Microsoft.Data.Entity.Migrations; namespace WebApp.Migrations { public partial class AddedCallTables2 : Migration { protected override void Up(MigrationBuilder migrationBuilder) { migrationBuilder.DropForeignKey(name: "FK_Identit...
/* * Deed API * * Land Registry Deed API * * OpenAPI spec version: 2.3.1 * * Generated by: https://github.com/swagger-api/swagger-codegen.git */ using System; using System.Linq; using System.IO; using System.Text; using System.Text.RegularExpressions; using System.Collections; using System.Collections.Generi...
// // 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 2010-2014 Amazon.com, Inc. or its affiliates. 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. * A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "l...
/* * Copyright (c) Contributors, http://aurora-sim.org/, 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: * * Redistributio...
using DevExpress.Internal; using DevExpress.Mvvm.Native; using DevExpress.Mvvm.UI.Interactivity; using DevExpress.Mvvm.UI.Native; using DevExpress.Utils; using NUnit.Framework; using System; using System.Collections; using System.Collections.Generic; using System.IO; using System.Linq; using System.Windows; using Syste...
/* | Version 10.1.84 | Copyright 2013 Esri | | Licensed under the Apache License, Version 2.0 (the "License"); | you may not use this file except in compliance with the License. | You may obtain a copy of the License at | | http://www.apache.org/licenses/LICENSE-2.0 | | Unless required by applicable law or...
// Visual Studio Shared Project // 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 // /...
using System; using System.Collections; using System.Configuration; using System.Diagnostics; using System.Globalization; using System.IO; using System.Security.Principal; using System.Text.RegularExpressions; using System.Xml; using System.Xml.Serialization; using newtelligence.DasBlog.Runtime; using newtelligence.Das...
using UnityEngine; using System.Collections; namespace RootMotion.FinalIK { /// <summary> /// %IK system for standard biped characters that is designed to replicate and enhance the behaviour of the Unity's built-in character %IK setup. /// </summary> [AddComponentMenu("Scripts/RootMotion.FinalIK/IK/Biped IK")] p...
/* * Copyright (c) Contributors, http://aurora-sim.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 reta...
using System; using System.Data; using System.Data.SqlClient; using Csla; using Csla.Data; namespace ParentLoadSoftDelete.Business.ERLevel { /// <summary> /// E03_Continent_ReChild (editable child object).<br/> /// This is a generated base class of <see cref="E03_Continent_ReChild"/> business object. ...
using System; using System.IO; using System.Linq; using System.Threading; using NUnit.Framework; using SIL.TestUtilities; using Is = SIL.TestUtilities.NUnitExtensions.Is; namespace SIL.WritingSystems.Tests { [TestFixture] public class GlobalWritingSystemRepositoryTests { private static TemporaryFolder CreateTempo...
using System; using System.Runtime.InteropServices; #if REAL_T_IS_DOUBLE using real_t = System.Double; #else using real_t = System.Single; #endif namespace Godot { [StructLayout(LayoutKind.Sequential)] public struct Transform : IEquatable<Transform> { public Basis basis; public Vector3 orig...
using Microsoft.Web.Administration; using Microsoft.Win32; using System; using System.Collections.Generic; using System.Linq; using System.Security.Cryptography.X509Certificates; using System.Text; using System.Threading.Tasks; using Certify.Models; using System.Globalization; namespace Certify.Management { /// <s...
#region License // Copyright (c) 2007 James Newton-King // // Permission is hereby granted, free of charge, to any person // obtaining a copy of this software and associated documentation // files (the "Software"), to deal in the Software without // restriction, including without limitation the rights to use, // copy, ...
using System; using System.Collections; using System.Collections.Generic; using System.Diagnostics; using System.Linq; using System.Linq.Expressions; using System.Reflection; using System.Xml.Linq; namespace ExpressionSerialization { //GenerateXmlFromExpressionCore public partial class ExpressionSerializer { pub...
/*++ Copyright (c) 2003 Microsoft Corporation Module Name: SslStream.cs Abstract: A public implementation of authenticated stream using SSL protocol Author: Alexei Vopilov Sept 28-2003 Revision History: --*/ namespace System.Net.Security { using System; using System.IO; using System.Threading; usi...
// 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 Internal.Metadata.NativeFormat; usin...
using System; using System.Collections; using System.Drawing.Imaging; using System.Threading; using DotNetMock.Dynamic; using NUnit.Framework; using Spring.Objects.Factory.Config; using Spring.Threading; namespace Spring.Services.WindowsService.Common.Gui { class MockApplication : IApplication { stat...
// 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.Reflection.Metadata; using System.Reflection.Metadata.Ecma335; using System.R...
using Lucene.Net.Diagnostics; using Spatial4n.Core.Context; using Spatial4n.Core.Shapes; using System; using System.Collections.Generic; using System.Diagnostics; using System.IO; using System.Text; namespace Lucene.Net.Spatial.Prefix.Tree { /* * Licensed to the Apache Software Foundation (ASF) under one or m...
/// This code was generated by /// \ / _ _ _| _ _ /// | (_)\/(_)(_|\/| |(/_ v1.0.0 /// / / /// <summary> /// VoipResource /// </summary> using Newtonsoft.Json; using System; using System.Collections.Generic; using Twilio.Base; using Twilio.Clients; using Twilio.Converters; using Twilio.Exceptions;...
// 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.CodeAnalysis; using System.Globalization; using System.IO; using System.Text; 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.Collections.Generic; using System.Diagnostics; using System.Diagnostics.Contracts; using System.Runtime...
// 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 ...
// 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.SqlTypes; using Xunit; namespace System.Data.SqlClient.ManualTesting.Tests { public static cl...
// ==++== // // // Copyright (c) 2006 Microsoft Corporation. All rights reserved. // // The use and distribution terms for this software are contained in the file // named license.txt, which can be found in the root of this distribution. // By using this software in any fashion, you are agreeing to ...
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...
// // 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) 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.Text; using System.Web; using System.Web.Security; namespace Artem.Data.Access.Build { /// <summary> /// /// </summary> public static class DalUtil { #region Static Properties //////////////////////////////////////////////////////...
// Copyright 2017 Google Inc. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applica...
using System; using System.ComponentModel.Design; using System.Drawing; using System.IO; using System.Reflection; using System.Windows.Forms; namespace GuruComponents.Netrix.UserInterface.TypeEditors { /// <summary> /// OptionCollectionEditor lets the user edit OPTION tags within a SELECT tag. /// </summar...
/* * 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 ...
// // 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 Mono.Cecil.Metadata; using Mono.Collections.Generic; namespace Mono.Cecil { public enum MetadataType : byte { Void = ...
//------------------------------------------------------------------------------ // <copyright file="Mappings.cs" company="Microsoft"> // Copyright (c) Microsoft Corporation. All rights reserved. // </copyright> // <owner current="true" primary="true">[....]</owner> ...
// // MetaMetadataCompositeField.cs // s.im.pl serialization // // Generated by DotNetTranslator on 11/16/10. // Copyright 2010 Interface Ecology Lab. // using System; using System.Collections.Generic; using System.Diagnostics; using Ecologylab.BigSemantics.Actions; using Ecologylab.BigSemantics.MetadataNS; using...
// This code was generated by the Gardens Point Parser Generator // Copyright (c) Wayne Kelly, QUT 2005-2010 // (see accompanying GPPGcopyright.rtf) // GPPG version 1.4.5 // Machine: LEVNACH-Z800 // DateTime: 8/1/2013 10:20:05 AM // UserName: levnach // Input file <Dot.y - 8/1/2013 10:19:41 AM> // options: no-lines ...
/* ==================================================================== Copyright (C) 2004-2008 fyiReporting Software, LLC Copyright (C) 2011 Peter Gill <peter@majorsilence.com> This file is part of the fyiReporting RDL project. Licensed under the Apache License, Version 2.0 (the "License"); you may...
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. namespace Microsoft.DocAsCode.Metadata.ManagedReference.Tests { using System.Collections.Generic; using System.Linq; using Microsoft.DocAsCode.DataContract...
// **************************************************************** // Copyright 2008, Charlie Poole // This is free software licensed under the NUnit license. You may // obtain a copy of the license at http://nunit.org // **************************************************************** using System; namespace PclUni...
#region license /* MediaFoundationLib - Provide access to MediaFoundation interfaces via .NET Copyright (C) 2007 http://mfnet.sourceforge.net This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; e...
// 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.Globalization; using System.Linq; using System.Reflection; namespace System.ComponentModel.DataAnnotat...
/* * Copyright (c) Contributors, http://aurora-sim.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 reta...
//--------------------------------------------------------------------------- // // <copyright file="GeometryModel3D.cs" company="Microsoft"> // Copyright (C) Microsoft Corporation. All rights reserved. // </copyright> // // This file was generated, please do not edit it directly. // // Please see http://wiki/defau...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using System.Diagnostics; using Microsoft.CSharp.RuntimeBinder.Errors; using Microsoft.CSharp.RuntimeB...
//------------------------------------------------------------------------------ // <copyright file="TestHelper.cs" company="Microsoft"> // Copyright (c) Microsoft Corporation // </copyright> //------------------------------------------------------------------------------ using System; using System.Collections.Gener...
// Software License Agreement (BSD License) // // Copyright (c) 2007, Peter Dennis Bartok <PeterDennisBartok@gmail.com> // All rights reserved. // // Redistribution and use of this software in source and binary forms, with or without modification, are // permitted provided that the following conditions are met: // /...