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
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.
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.
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.
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
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
0d71f4f1-efc1-127e-5edc-263a3a2a30fb.md (https://gitlab.com/mixedup/VBA-content) Markdown · 258 lines
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
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>
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
README.md (https://gitlab.com/pymevirtual/azure-sdk-for-ruby) Markdown · 106 lines
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
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.
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
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>.
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.
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
0013-fru-sdr-Fix-id_string-buffer-overflows.patch (https://gitlab.com/cronmod-dev/buildroot) Patch · 141 lines
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.
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
trace.h (https://github.com/tekkamanninja/linux.git) C Header · 945 lines
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
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)
WebConnectionStream.cs (https://github.com/grendello/mono.git) C# · 264 lines
hv.h (https://github.com/v-b-n/XCeLL-V69-2.git) C Header · 140 lines
MixedCodeDocument.cs (https://github.com/iainlane/mono.git) C# · 799 lines
hv_fcopy_daemon.c (https://bitbucket.org/bdas/linux.git) C · 195 lines
Variable.cs (https://github.com/migueldeicaza/TensorFlowSharp.git) C# · 109 lines
NWDataTransferReport.cs (https://github.com/xamarin/xamarin-macios.git) C# · 173 lines
AppData.cs (https://MySpaceSilverlight.svn.codeplex.com/svn) C# · 298 lines
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
0006-Drivers-hv-vss-Improve-log-messages.patch (https://gitlab.com/unofficial-mirrors/vmware-photon) Patch · 105 lines
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
bf-no-ms-layout.c (https://gitlab.com/4144/gcc) C · 231 lines
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