76+ results for '@microsoft.com' (0 ms)

Not the results you expected?

FileTest.cs (https://github.com/thomo13/ironruby.git) C# · 211 lines

6 * copy of the license can be found in the License.html file at the root of this distribution. If

7 * you cannot locate the Apache License, Version 2.0, please send an email to

8 * ironruby@microsoft.com. By using this source code in any fashion, you are agreeing to be bound

9 * by the terms of the Apache License, Version 2.0.

10 *

Scope.cs (https://github.com/thomo13/ironruby.git) C# · 164 lines

6 * copy of the license can be found in the License.html file at the root of this distribution. If

7 * you cannot locate the Apache License, Version 2.0, please send an email to

8 * dlr@microsoft.com. By using this source code in any fashion, you are agreeing to be bound

9 * by the terms of the Apache License, Version 2.0.

10 *

Player.py (https://github.com/thomo13/ironruby.git) Python · 188 lines

6 # copy of the license can be found in the License.html file at the root of this distribution. If

7 # you cannot locate the Apache License, Version 2.0, please send an email to

8 # ironpy@microsoft.com. By using this source code in any fashion, you are agreeing to be bound

9 # by the terms of the Apache License, Version 2.0.

10 #

ServiceBusSettingsTest.php (https://bitbucket.org/skudatech/azure-sdk-for-php.git) PHP · 250 lines

17 * @category Microsoft

18 * @package Tests\Unit\WindowsAzure\Common\Internal

19 * @author Azure PHP SDK <azurephpsdk@microsoft.com>

20 * @copyright 2012 Microsoft Corporation

21 * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0

32 * @category Microsoft

33 * @package Tests\Unit\WindowsAzure\Common\Internal

34 * @author Azure PHP SDK <azurephpsdk@microsoft.com>

35 * @copyright 2012 Microsoft Corporation

36 * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0

MemberListBinding.cs (https://github.com/massimiliano-mantione/mono.git) C# · 141 lines

6 * copy of the license can be found in the License.html file at the root of this distribution. If

7 * you cannot locate the Microsoft Public License, please send an email to

8 * dlr@microsoft.com. By using this source code in any fashion, you are agreeing to be bound

9 * by the terms of the Microsoft Public License.

10 *

Utils.fs (https://hg01.codeplex.com/boogie) F# · 368 lines

2 /// Various utility functions

3 ///

4 /// author: Aleksandar Milicevic (t-alekm@microsoft.com)

5 // ####################################################################

6

indexerdefinitionsvb.vb (https://github.com/kumaryu/IronLanguages-main.git) Visual Basic · 156 lines

6 ' copy of the license can be found in the License.html file at the root of this distribution. If

7 ' you cannot locate the Apache License, Version 2.0, please send an email to

8 ' ironpy@microsoft.com. By using this source code in any fashion, you are agreeing to be bound

9 ' by the terms of the Apache License, Version 2.0.

10 '

CsToken.cs (https://github.com/StyleCop/StyleCop.git) C# · 439 lines

7 // Public License. A copy of the license can be found in the License.html

8 // file at the root of this distribution. If you cannot locate the

9 // Microsoft Public License, please send an email to dlr@microsoft.com.

10 // By using this source code in any fashion, you are agreeing to be bound

11 // by the terms of the Microsoft Public License. You must not remove this

CreateContainerOptionsTest.php (https://bitbucket.org/skudatech/azure-sdk-for-php.git) PHP · 142 lines

17 * @category Microsoft

18 * @package Tests\Unit\WindowsAzure\Blob\Models

19 * @author Azure PHP SDK <azurephpsdk@microsoft.com>

20 * @copyright 2012 Microsoft Corporation

21 * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0

32 * @category Microsoft

33 * @package Tests\Unit\WindowsAzure\Blob\Models

34 * @author Azure PHP SDK <azurephpsdk@microsoft.com>

35 * @copyright 2012 Microsoft Corporation

36 * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0

IReplWindow.cs (https://gitlab.com/SplatoonModdingHub/PTVS) C# · 182 lines

6 * copy of the license can be found in the License.html file at the root of this distribution. If

7 * you cannot locate the Apache License, Version 2.0, please send an email to

8 * vspython@microsoft.com. By using this source code in any fashion, you are agreeing to be bound

9 * by the terms of the Apache License, Version 2.0.

10 *

Exceptions.cs (https://github.com/mattsnyder/ironruby.git) C# · 282 lines

6 * copy of the license can be found in the License.html file at the root of this distribution. If

7 * you cannot locate the Microsoft Public License, please send an email to

8 * ironruby@microsoft.com. By using this source code in any fashion, you are agreeing to be bound

9 * by the terms of the Microsoft Public License.

10 *

SelectionListener.cs (https://github.com/dsblank/main.git) C# · 148 lines

6 * copy of the license can be found in the License.html file at the root of this distribution. If

7 * you cannot locate the Apache License, Version 2.0, please send an email to

8 * ironpy@microsoft.com. By using this source code in any fashion, you are agreeing to be bound

9 * by the terms of the Apache License, Version 2.0.

10 *

test_set.py (https://IronPython.svn.codeplex.com/svn) Python · 206 lines ✨ Summary

This Python code tests various aspects of sets and other data structures, including comparison, removal, and singleton checks. It verifies that sets behave as expected when compared to different types, removed elements, and checked for equality with themselves. The test suite ensures the correctness of set operations and behavior in different scenarios.

6 # copy of the license can be found in the License.html file at the root of this distribution. If

7 # you cannot locate the Microsoft Public License, please send an email to

8 # ironpy@microsoft.com. By using this source code in any fashion, you are agreeing to be bound

9 # by the terms of the Microsoft Public License.

10 #

sbs_simple_compare.py (https://IronPython.svn.codeplex.com/svn) Python · 187 lines ✨ Summary

The code tests various data types (int, float, str, complex, dict) for comparison and boolean equality with themselves and other instances of the same type, as well as with None and each other’s instances. It ensures that comparisons work correctly across different types, including when one type is converted to another.

6 # License. A copy of the license can be found in the License.html file at the

7 # root of this distribution. If you cannot locate the Microsoft Public

8 # License, please send an email to dlr@microsoft.com. By using this source

9 # code in any fashion, you are agreeing to be bound by the terms of the

10 # Microsoft Public License.

AtomLink.php (https://bitbucket.org/cesarmedrano/cesarmedrano.git) PHP · 343 lines

17 * @category Microsoft

18 * @package WindowsAzure\Common\Internal\Atom

19 * @author Azure PHP SDK <azurephpsdk@microsoft.com>

20 * @copyright 2012 Microsoft Corporation

21 * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0

33 * @category Microsoft

34 * @package WindowsAzure\Common\Internal\Atom

35 * @author Azure PHP SDK <azurephpsdk@microsoft.com>

36 * @copyright 2012 Microsoft Corporation

37 * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0

WeakHash.cs (https://IronPython.svn.codeplex.com/svn) C# · 295 lines ✨ Summary

This C# code implements a custom dictionary class called WeakHash that uses a hybrid mapping approach to store and retrieve values. It combines strong and weak references to manage memory efficiently, allowing for garbage collection while maintaining data integrity. The class provides methods for adding, removing, and retrieving values, as well as handling cleanup and rehashing of the underlying dictionary.

6 * for IronPython. A copy of the license can be found in the License.html file

7 * at the root of this distribution. If you can not locate the Shared Source License

8 * for IronPython, please send an email to ironpy@microsoft.com.

9 * By using this source code in any fashion, you are agreeing to be bound by

10 * the terms of the Shared Source License for IronPython.

Enums.cs (https://bitbucket.org/mdavid/dlr.git) C# · 266 lines

6 * copy of the license can be found in the License.html file at the root of this distribution. If

7 * you cannot locate the Apache License, Version 2.0, please send an email to

8 * ironpy@microsoft.com. By using this source code in any fashion, you are agreeing to be bound

9 * by the terms of the Apache License, Version 2.0.

10 *

Gears.cs (https://github.com/Wiladams/NewTOAPIA.git) C# · 212 lines

9

10 /*

11 * 2008: Converted to C# by William Adams (wiladams@microsoft.com)

12 * 1996: "written" by Danny Sung <dannys@ucla.edu>

13 * Based on 3-D gear wheels by Brian Paul which is in the public domain.

errorlistener.py (https://github.com/kumaryu/IronLanguages-main.git) Python · 195 lines

6 # copy of the license can be found in the License.html file at the root of this distribution. If

7 # you cannot locate the Apache License, Version 2.0, please send an email to

8 # ironpy@microsoft.com. By using this source code in any fashion, you are agreeing to be bound

9 # by the terms of the Apache License, Version 2.0.

10 #

AccessCondition.php (https://github.com/Canuckaholic/Pop-Digital.git) PHP · 247 lines

17 * @category Microsoft

18 * @package WindowsAzure\Blob\Models

19 * @author Azure PHP SDK <azurephpsdk@microsoft.com>

20 * @copyright 2012 Microsoft Corporation

21 * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0

34 * @category Microsoft

35 * @package WindowsAzure\Blob\Models

36 * @author Azure PHP SDK <azurephpsdk@microsoft.com>

37 * @copyright 2012 Microsoft Corporation

38 * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0

check_gpu_count.py (https://github.com/Microsoft/DLWorkspace.git) Python · 192 lines

34 query = urllib.parse.urlencode({

35 "vcName": vc_name,

36 "userName": str(args.alias + "@microsoft.com"),

37 })

38 url = urllib.parse.urljoin(args.rest_url, "/GetVC") + "?" + query

0d71f4f1-efc1-127e-5edc-263a3a2a30fb.md (https://gitlab.com/mixedup/VBA-content) Markdown · 258 lines

24 ```

25 INSERT INTO tblCustomers

26 VALUES (1, Kelly, 'Jill', '555-1040', 'someone@microsoft.com')

27

28 ```

152 ```

153 INSERT INTO tblCustomers

154 VALUES (1, Kelly, 'Jill', '555-1040', 'someone@microsoft.com')

155

156 ```

HttpCallContext.php (https://bitbucket.org/cesarmedrano/cesarmedrano.git) PHP · 446 lines

17 * @category Microsoft

18 * @package WindowsAzure\Common\Internal\Http

19 * @author Azure PHP SDK <azurephpsdk@microsoft.com>

20 * @copyright 2012 Microsoft Corporation

21 * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0

34 * @category Microsoft

35 * @package WindowsAzure\Common\Internal\Http

36 * @author Azure PHP SDK <azurephpsdk@microsoft.com>

37 * @copyright 2012 Microsoft Corporation

38 * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0

file_util.py (https://github.com/kumaryu/IronLanguages-main.git) Python · 203 lines

6 # copy of the license can be found in the License.html file at the root of this distribution. If

7 # you cannot locate the Microsoft Public License, please send an email to

8 # ironpy@microsoft.com. By using this source code in any fashion, you are agreeing to be bound

9 # by the terms of the Microsoft Public License.

10 #

QueryEntitiesResult.php (https://bitbucket.org/cesarmedrano/cesarmedrano.git) PHP · 150 lines

17 * @category Microsoft

18 * @package WindowsAzure\Table\Models

19 * @author Azure PHP SDK <azurephpsdk@microsoft.com>

20 * @copyright 2012 Microsoft Corporation

21 * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0

32 * @category Microsoft

33 * @package WindowsAzure\Table\Models

34 * @author Azure PHP SDK <azurephpsdk@microsoft.com>

35 * @copyright 2012 Microsoft Corporation

36 * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0

SubscriptionDescriptionTest.php (https://bitbucket.org/skudatech/azure-sdk-for-php.git) PHP · 255 lines

17 * @category Microsoft

18 * @package Tests\Unit\WindowsAzure\ServiceBus\Models

19 * @author Azure PHP SDK <azurephpsdk@microsoft.com>

20 * @copyright 2012 Microsoft Corporation

21 * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0

31 * @category Microsoft

32 * @package Tests\Unit\WindowsAzure\ServiceBus\Models

33 * @author Azure PHP SDK <azurephpsdk@microsoft.com>

34 * @copyright 2012 Microsoft Corporation

35 * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0

ConcurrencyAmp.cpp (https://bitbucket.org/wcom/wcom-public.git) C++ · 365 lines

5 // copy of the license can be found in the License.html file at the root of this distribution.

6 // If you cannot locate the Microsoft Public License, please send an email to

7 // dlr@microsoft.com. By using this source code in any fashion, you are agreeing to be bound

8 // by the terms of the Microsoft Public License.

9 // ----------------------------------------------------------------------------------------------

gen_ctrl_flow.rb (https://github.com/kumaryu/IronLanguages-main.git) Ruby · 167 lines

6 # copy of the license can be found in the License.html file at the root of this distribution. If

7 # you cannot locate the Apache License, Version 2.0, please send an email to

8 # ironruby@microsoft.com. By using this source code in any fashion, you are agreeing to be bound

9 # by the terms of the Apache License, Version 2.0.

10 #

VariableCollection.cs (https://github.com/Visual-Stylecop/Visual-StyleCop.git) C# · 295 lines

7 // Public License. A copy of the license can be found in the License.html

8 // file at the root of this distribution. If you cannot locate the

9 // Microsoft Public License, please send an email to dlr@microsoft.com.

10 // By using this source code in any fashion, you are agreeing to be bound

11 // by the terms of the Microsoft Public License. You must not remove this

ChunkedGoalStateDeserializerTest.php (https://bitbucket.org/skudatech/azure-sdk-for-php.git) PHP · 230 lines

17 * @category Microsoft

18 * @package Tests\Unit\WindowsAzure\ServiceRuntime\Internal

19 * @author Azure PHP SDK <azurephpsdk@microsoft.com>

20 * @copyright 2012 Microsoft Corporation

21 * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0

34 * @category Microsoft

35 * @package Tests\Unit\WindowsAzure\ServiceRuntime\Internal

36 * @author Azure PHP SDK <azurephpsdk@microsoft.com>

37 * @copyright 2012 Microsoft Corporation

38 * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0

ASR-AddSingleNSGPublicIp.ps1 (https://github.com/Azure/azure-quickstart-templates.git) Powershell · 136 lines

25

26 .NOTES

27 AUTHOR: RuturajD@microsoft.com

28 LASTEDIT: 27 January, 2017

29 #>

CHANGELOG.md (https://github.com/markstory/hubot-scripts.git) Markdown · 133 lines

123 * hubot show me stories for <project> - Assaf Arkin <assaf@labnotes.org>

124 * fix wolfram version to support heroku's node - Simon Horne <soulware@gmail.com>

125 * add bing search support - Brandon Satrom <brsatrom@microsoft.com>

126 * add github issues support - Assaf Arkin <assaf@labnotes.org>

127

bf-ms-layout-2.c (https://bitbucket.org/Underworld79/toolchain_gcc-4.8.git) C · 236 lines

2

3 /* Test for MS bitfield layout */

4 /* Adapted from Donn Terry <donnte@microsoft.com> testcase

5 posted to GCC-patches

6 http://gcc.gnu.org/ml/gcc-patches/2000-08/msg00577.html */

ListQueuesResultTest.php (https://bitbucket.org/skudatech/azure-sdk-for-php.git) PHP · 268 lines

17 * @category Microsoft

18 * @package Tests\Unit\WindowsAzure\Queue\Models

19 * @author Azure PHP SDK <azurephpsdk@microsoft.com>

20 * @copyright 2012 Microsoft Corporation

21 * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0

32 * @category Microsoft

33 * @package Tests\Unit\WindowsAzure\Queue\Models

34 * @author Azure PHP SDK <azurephpsdk@microsoft.com>

35 * @copyright 2012 Microsoft Corporation

36 * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0

MulInstruction.cs (https://github.com/cobbr/InsecurePowerShell.git) C# · 284 lines

6 * copy of the license can be found in the License.html file at the root of this distribution. If

7 * you cannot locate the Apache License, Version 2.0, please send an email to

8 * dlr@microsoft.com. By using this source code in any fashion, you are agreeing to be bound

9 * by the terms of the Apache License, Version 2.0.

10 *

DotNetCoreSdkInstalledConditionTests.cs (https://github.com/directhex/monodevelop.git) C# · 97 lines

3 //

4 // Author:

5 // Matt Ward <matt.ward@microsoft.com>

6 //

7 // Copyright (c) 2018 Microsoft

README.md (https://gitlab.com/pymevirtual/azure-sdk-for-ruby) Markdown · 106 lines

104 # Provide feedback

105

106 Send email to the azsdkteam@microsoft.com or file new issue in this repository.

AppendBlockResult.php (https://github.com/Azure/azure-storage-php.git) PHP · 244 lines

17 * @category Microsoft

18 * @package MicrosoftAzure\Storage\Blob\Models

19 * @author Azure Storage PHP SDK <dmsh@microsoft.com>

20 * @copyright 2017 Microsoft Corporation

21 * @license https://github.com/azure/azure-storage-php/LICENSE

33 * @category Microsoft

34 * @package MicrosoftAzure\Storage\Blob\Models

35 * @author Azure Storage PHP SDK <dmsh@microsoft.com>

36 * @copyright 2016 Microsoft Corporation

37 * @license https://github.com/azure/azure-storage-php/LICENSE

IngestManifestFile.php (git://github.com/WindowsAzure/azure-sdk-for-php.git) PHP · 576 lines

17 * @category Microsoft

18 *

19 * @author Azure PHP SDK <azurephpsdk@microsoft.com>

20 * @copyright Microsoft Corporation

21 * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0

33 * @category Microsoft

34 *

35 * @author Azure PHP SDK <azurephpsdk@microsoft.com>

36 * @copyright Microsoft Corporation

37 * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0

SubscriptionDescription.php (https://bitbucket.org/cesarmedrano/cesarmedrano.git) PHP · 413 lines

17 * @category Microsoft

18 * @package WindowsAzure\ServiceBus\Models

19 * @author Azure PHP SDK <azurephpsdk@microsoft.com>

20 * @copyright 2012 Microsoft Corporation

21 * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0

32 * @category Microsoft

33 * @package WindowsAzure\ServiceBus\Models

34 * @author Azure PHP SDK <azurephpsdk@microsoft.com>

35 * @copyright 2012 Microsoft Corporation

36 * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0

active-directory-app-gallery-listing.md (https://gitlab.com/yeah568/azure-content) Markdown · 98 lines

30 ##OpenID Connect Integration

31

32 To integrate your application with Azure AD, following the [developer instructions](active-directory-authentication-scenarios.md). Then complete the questions below and send to waadpartners@microsoft.com.

33

34 * Provide credentials for a test tenant or account with your application that can be used by the Azure AD team to test the integration.

66 ##SAML Integration

67

68 Any app that supports SAML 2.0 can be integrated directly with an Azure AD tenant using [these instructions to add a custom application](active-directory-saas-custom-apps.md). Once you have tested that your application integration works with Azure AD, send the following information to <waadpartners@microsoft.com>.

69

70 * Provide credentials for a test tenant or account with your application that can be used by the Azure AD team to test the integration.

DeTest.cs (https://IronPython.svn.codeplex.com/svn) C# · 253 lines ✨ Summary

This C# code defines a class DeTest that demonstrates event handling and delegate usage. It creates various delegates for different types of events, including string, integer, float, double, enum, and complex data types. The class provides methods to set up and run these events, showcasing how to attach and invoke event handlers.

6 * copy of the license can be found in the License.html file at the root of this distribution. If

7 * you cannot locate the Microsoft Public License, please send an email to

8 * ironpy@microsoft.com. By using this source code in any fashion, you are agreeing to be bound

9 * by the terms of the Microsoft Public License.

10 *

auto_any.h (https://github.com/Crystalnix/bitpop-omaha.git) C Header · 315 lines

15 // address

16 //

17 // Author: Eric Niebler ( ericne@microsoft.com )

18 //

19 //----------------------------------------------------------------------------

0013-fru-sdr-Fix-id_string-buffer-overflows.patch (https://gitlab.com/cronmod-dev/buildroot) Patch · 141 lines

1 From bf3ded3a474d85da99eb717acdcd8ff4f89f9879 Mon Sep 17 00:00:00 2001

2 From: Chrostoper Ertl <chertl@microsoft.com>

3 Date: Thu, 28 Nov 2019 17:13:45 +0000

4 Subject: [PATCH] fru, sdr: Fix id_string buffer overflows

sbs_simple_ops.py (https://IronPython.svn.codeplex.com/svn) Python · 224 lines ✨ Summary

The code tests various mathematical operations on different data types, including integers, floats, and complex numbers, with both normal and reflected operators (e.g., +, -, *, /). It compares results from different operator implementations, such as old-style, new-style, and inplace operators. The output shows which operations produce the same result for each data type.

6 # for IronPython. A copy of the license can be found in the License.html file

7 # at the root of this distribution. If you can not locate the Shared Source License

8 # for IronPython, please send an email to ironpy@microsoft.com.

9 # By using this source code in any fashion, you are agreeing to be bound by

10 # the terms of the Shared Source License for IronPython.

CognitiveServiceTextAnalytics.cs (https://github.com/Microsoft/mwt-ds.git) C# · 129 lines

27 internal static TextAnalyticRequest CreateRequestFromText(string text)

28 {

29 // Based on email thread with Arvind Krishnaa Jagannathan <arjagann@microsoft.com>

30 if (text.Length >= Constants.MaxRequestSizeUtf16)

31 {

trace.h (https://github.com/tekkamanninja/linux.git) C Header · 945 lines

3 * Copyright (C) 2018, Microsoft Corporation.

4 *

5 * Author(s): Steve French <stfrench@microsoft.com>

6 */

7 #undef TRACE_SYSTEM

IMediaServices.php (https://gitlab.com/vietdhtn/myweb) PHP · 446 lines

17 * @category Microsoft

18 * @package WindowsAzure\MediaServices\Internal

19 * @author Azure PHP SDK <azurephpsdk@microsoft.com>

20 * @copyright Microsoft Corporation

21 * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0

31 * @category Microsoft

32 * @package WindowsAzure\MediaServices\Internal

33 * @author Azure PHP SDK <azurephpsdk@microsoft.com>

34 * @copyright Microsoft Corporation

35 * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0

Protocol1RuntimeGoalStateClient.php (https://bitbucket.org/cesarmedrano/cesarmedrano.git) PHP · 225 lines

17 * @category Microsoft

18 * @package WindowsAzure\ServiceRuntime\Internal

19 * @author Azure PHP SDK <azurephpsdk@microsoft.com>

20 * @copyright 2012 Microsoft Corporation

21 * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0

30 * @category Microsoft

31 * @package WindowsAzure\ServiceRuntime\Internal

32 * @author Azure PHP SDK <azurephpsdk@microsoft.com>

33 * @copyright 2012 Microsoft Corporation

34 * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0

dirent.c (https://bitbucket.org/thelearninglabs/uclinux-distro-tll-public.git) C · 277 lines

13 * December 1989, February 1990

14 * Ported to Windows NT 22 May 91

15 * other mods Summer '92 brianmo@microsoft.com

16 * opendirx() was horribly written, very inefficient, and did not take care

17 * of all cases. It is still not too clean, but it is far more efficient.

GetOperationStatusResultTest.php (https://bitbucket.org/skudatech/azure-sdk-for-php.git) PHP · 133 lines

17 * @category Microsoft

18 * @package Tests\Unit\WindowsAzure\ServiceManagement\Models

19 * @author Azure PHP SDK <azurephpsdk@microsoft.com>

20 * @copyright 2012 Microsoft Corporation

21 * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0

33 * @category Microsoft

34 * @package Tests\Unit\WindowsAzure\ServiceManagement\Models

35 * @author Azure PHP SDK <azurephpsdk@microsoft.com>

36 * @copyright 2012 Microsoft Corporation

37 * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0

QueryEntitiesOptionsTest.php (https://bitbucket.org/skudatech/azure-sdk-for-php.git) PHP · 165 lines

17 * @category Microsoft

18 * @package Tests\Unit\WindowsAzure\Table\Models

19 * @author Azure PHP SDK <azurephpsdk@microsoft.com>

20 * @copyright 2012 Microsoft Corporation

21 * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0

33 * @category Microsoft

34 * @package Tests\Unit\WindowsAzure\Table\Models

35 * @author Azure PHP SDK <azurephpsdk@microsoft.com>

36 * @copyright 2012 Microsoft Corporation

37 * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0

IServiceFilter.php (https://bitbucket.org/cesarmedrano/cesarmedrano.git) PHP · 61 lines

17 * @category Microsoft

18 * @package WindowsAzure\Common\Internal

19 * @author Azure PHP SDK <azurephpsdk@microsoft.com>

20 * @copyright 2012 Microsoft Corporation

21 * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0

31 * @category Microsoft

32 * @package WindowsAzure\Common\Internal

33 * @author Azure PHP SDK <azurephpsdk@microsoft.com>

34 * @copyright 2012 Microsoft Corporation

35 * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0

Locations.php (https://bitbucket.org/cesarmedrano/cesarmedrano.git) PHP · 54 lines

17 * @category Microsoft

18 * @package WindowsAzure\ServiceManagement\Models

19 * @author Azure PHP SDK <azurephpsdk@microsoft.com>

20 * @copyright 2012 Microsoft Corporation

21 * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0

30 * @category Microsoft

31 * @package WindowsAzure\ServiceManagement\Models

32 * @author Azure PHP SDK <azurephpsdk@microsoft.com>

33 * @copyright 2012 Microsoft Corporation

34 * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0

leaky_bucket.c (https://github.com/c444b774/jm-decision.git) C · 314 lines

9 * \author

10 * Main contributors (see contributors.h for copyright, address and affiliation details)

11 * - Shankar Regunathan <shanre@microsoft.com>

12 ***************************************************************************

13 */

34 * the correct number of entries.

35 * \author

36 * Shankar Regunathan shanre@microsoft.com

37 * \date

38 * December 06, 2001.

77 * None.

78 * \author

79 * Shankar Regunathan shanre@microsoft.com

80 * \date

81 * December 06, 2001.

data-lake-analytics-documentation-backlog.md (https://github.com/Huachao/azure-content.git) Markdown · 57 lines

55 * Add a comment below

56 * Submit a pull request on this document in the [Azure Content Repo](https://github.com/Azure/azure-content/blob/master/articles/data-lake-analytics/data-lake-analytics-documentation-backlog.md)

57 * Send an email to [adlafeedback at microsoft.com](mailto:adlafeedback@microsoft.com?subject=DocBacklog)

58

WebConnectionStream.cs (https://github.com/grendello/mono.git) C# · 264 lines

4 // Authors:

5 // Gonzalo Paniagua Javier (gonzalo@ximian.com)

6 // Martin Baulig <mabaul@microsoft.com>

7 //

8 // (C) 2003 Ximian, Inc (http://www.ximian.com)

hv.h (https://github.com/v-b-n/XCeLL-V69-2.git) C Header · 140 lines

17 *

18 * Authors:

19 * Haiyang Zhang <haiyangz@microsoft.com>

20 * Hank Janssen <hjanssen@microsoft.com>

MixedCodeDocument.cs (https://github.com/iainlane/mono.git) C# · 799 lines

1 // HtmlAgilityPack V1.0 - Simon Mourier <simonm@microsoft.com>

2 using System;

3 using System.IO;

hv_fcopy_daemon.c (https://bitbucket.org/bdas/linux.git) C · 195 lines

4 * Copyright (C) 2014, Microsoft, Inc.

5 *

6 * Author : K. Y. Srinivasan <kys@microsoft.com>

7 *

8 * This program is free software; you can redistribute it and/or modify it

Variable.cs (https://github.com/migueldeicaza/TensorFlowSharp.git) C# · 109 lines

3 //

4 // Authors:

5 // Miguel de Icaza (miguel@microsoft.com)

6 //

7 using System;

NWDataTransferReport.cs (https://github.com/xamarin/xamarin-macios.git) C# · 173 lines

3 //

4 // Authors:

5 // Manuel de la Pena (mandel@microsoft.com)

6 //

7 // Copyright 2019 Microsoft Inc

AppData.cs (https://MySpaceSilverlight.svn.codeplex.com/svn) C# · 298 lines

3 // </copyright>

4 // <author>Michael S. Scherotter</author>

5 // <email>mischero@microsoft.com</email>

6 // <date>2009-05-28</date>

7 // <summary>Application Data</summary>

Generator.cs (https://github.com/kumaryu/IronLanguages-main.git) C# · 85 lines

6 * copy of the license can be found in the License.html file at the root of this distribution. If

7 * you cannot locate the Apache License, Version 2.0, please send an email to

8 * ironruby@microsoft.com. By using this source code in any fashion, you are agreeing to be bound

9 * by the terms of the Apache License, Version 2.0.

10 *

50 * copy of the license can be found in the License.html file at the root of this distribution. If

51 * you cannot locate the Apache License, Version 2.0, please send an email to

52 * ironruby@microsoft.com. By using this source code in any fashion, you are agreeing to be bound

53 * by the terms of the Apache License, Version 2.0.

54 *

typelib.py (https://github.com/kumaryu/IronLanguages-main.git) Python · 83 lines

6 # copy of the license can be found in the License.html file at the root of this distribution. If

7 # you cannot locate the Apache License, Version 2.0, please send an email to

8 # ironpy@microsoft.com. By using this source code in any fashion, you are agreeing to be bound

9 # by the terms of the Apache License, Version 2.0.

10 #

Include_T4Include.cs (https://bitbucket.org/wcom/wcom-public.git) C# · 533 lines

40 // copy of the license can be found in the License.html file at the root of this distribution.

41 // If you cannot locate the Microsoft Public License, please send an email to

42 // dlr@microsoft.com. By using this source code in any fashion, you are agreeing to be bound

43 // by the terms of the Microsoft Public License.

44 // ----------------------------------------------------------------------------------------------

279 // copy of the license can be found in the License.html file at the root of this distribution.

280 // If you cannot locate the Microsoft Public License, please send an email to

281 // dlr@microsoft.com. By using this source code in any fashion, you are agreeing to be bound

282 // by the terms of the Microsoft Public License.

283 // ----------------------------------------------------------------------------------------------

305 // copy of the license can be found in the License.html file at the root of this distribution.

306 // If you cannot locate the Microsoft Public License, please send an email to

307 // dlr@microsoft.com. By using this source code in any fashion, you are agreeing to be bound

308 // by the terms of the Microsoft Public License.

309 // ----------------------------------------------------------------------------------------------

cp1253.php (https://github.com/BenBE/ispCP.git) PHP · 171 lines

15 * Table format: Format A

16 * Date: 04/15/98

17 * Contact: cpxlate@microsoft.com

18 *

19 * @copyright 2003-2011 The SquirrelMail Project Team

0006-Drivers-hv-vss-Improve-log-messages.patch (https://gitlab.com/unofficial-mirrors/vmware-photon) Patch · 105 lines

7 handling.

8

9 Signed-off-by: Alex Ng <alexng@microsoft.com>

10 Signed-off-by: K. Y. Srinivasan <kys@microsoft.com>

OAuthScheme.php (https://gitlab.com/pankajmohale/chef2go) PHP · 142 lines

17 * @category Microsoft

18 * @package WindowsAzure\Common\Internal\Authentication

19 * @author Azure PHP SDK <azurephpsdk@microsoft.com>

20 * @copyright Microsoft Corporation

21 * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0

36 * @category Microsoft

37 * @package WindowsAzure\Common\Internal\Authentication

38 * @author Azure PHP SDK <azurephpsdk@microsoft.com>

39 * @copyright Microsoft Corporation

40 * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0

JsonODataReaderWriterTest.php (https://github.com/Azure/azure-storage-php.git) PHP · 210 lines

17 * @category Microsoft

18 * @package Tests\Unit\MicrosoftAzure\Storage\Table\internal

19 * @author Azure Storage PHP SDK <dmsh@microsoft.com>

20 * @copyright 2017 Microsoft Corporation

21 * @license https://github.com/azure/azure-storage-php/LICENSE

37 * @category Microsoft

38 * @package Tests\Unit\MicrosoftAzure\Storage\Table\internal

39 * @author Azure Storage PHP SDK <dmsh@microsoft.com>

40 * @copyright 2017 Microsoft Corporation

41 * @license https://github.com/azure/azure-storage-php/LICENSE

ubc_check.c (https://gitlab.com/storedmirrors/git) C · 372 lines

1 /***

2 * Copyright 2017 Marc Stevens <marc@marc-stevens.nl>, Dan Shumow <danshu@microsoft.com>

3 * Distributed under the MIT Software License.

4 * See accompanying file LICENSE.txt or copy at

bf-no-ms-layout.c (https://gitlab.com/4144/gcc) C · 231 lines

2

3 /* Test for gcc bitfield layout, with -mno-ms-bitfields */

4 /* Adapted from Donn Terry <donnte@microsoft.com> testcase

5 posted to GCC-patches

6 http://gcc.gnu.org/ml/gcc-patches/2000-08/msg00577.html */

ServicePropertiesTest.php (https://bitbucket.org/skudatech/azure-sdk-for-php.git) PHP · 173 lines

17 * @category Microsoft

18 * @package Tests\Unit\WindowsAzure\Common\Models

19 * @author Azure PHP SDK <azurephpsdk@microsoft.com>

20 * @copyright 2012 Microsoft Corporation

21 * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0

37 * @category Microsoft

38 * @package Tests\Unit\WindowsAzure\Common\Models

39 * @author Azure PHP SDK <azurephpsdk@microsoft.com>

40 * @copyright 2012 Microsoft Corporation

41 * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0

ExponentialRetryPolicy.php (https://bitbucket.org/cesarmedrano/cesarmedrano.git) PHP · 134 lines

17 * @category Microsoft

18 * @package WindowsAzure\Common\Internal\Filters

19 * @author Azure PHP SDK <azurephpsdk@microsoft.com>

20 * @copyright 2012 Microsoft Corporation

21 * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0

30 * @category Microsoft

31 * @package WindowsAzure\Common\Internal\Filters

32 * @author Azure PHP SDK <azurephpsdk@microsoft.com>

33 * @copyright 2012 Microsoft Corporation

34 * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0

CategoryTest.php (https://bitbucket.org/skudatech/azure-sdk-for-php.git) PHP · 459 lines

17 * @category Microsoft

18 * @package Tests\Unit\WindowsAzure\Common\Internal\Atom

19 * @author Azure PHP SDK <azurephpsdk@microsoft.com>

20 * @copyright 2012 Microsoft Corporation

21 * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0

31 * @category Microsoft

32 * @package Tests\Unit\WindowsAzure\Common\Internal\Atom

33 * @author Azure PHP SDK <azurephpsdk@microsoft.com>

34 * @copyright 2012 Microsoft Corporation

35 * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0

CP852%UCS.src (https://bitbucket.org/freebsd/freebsd-head/) Unknown · 162 lines

19 # Table format: Format A

20 # Date: 04/24/96

21 # Authors: Lori Brownell <loribr@microsoft.com>

22 # K.D. Chang <a-kchang@microsoft.com>