71+ results for '@microsoft.com' (0 ms)
Not the results you expected?
FileTest.cs (https://bitbucket.org/ironpython/ironlanguages/) C# · 212 lines
DelegateHelpers.Generated.cs (https://github.com/ancailliau/mono.git) C# · 293 lines
Player.py (https://github.com/thomo13/ironruby.git) Python · 188 lines
CollectionExtensions.cs (https://github.com/apboyle/ironruby.git) C# · 195 lines
ServiceBusSettingsTest.php (https://bitbucket.org/kurniawanchan83/azure-sdk-for-php.git) PHP · 250 lines
18 * @package Tests\Unit\WindowsAzure\Common\Internal
19 * @author Azure PHP SDK <azurephpsdk@microsoft.com>
20 * @copyright 2012 Microsoft Corporation
33 * @package Tests\Unit\WindowsAzure\Common\Internal
34 * @author Azure PHP SDK <azurephpsdk@microsoft.com>
35 * @copyright 2012 Microsoft Corporation
Utils.fs (https://hg01.codeplex.com/boogie) F# · 368 lines
IReplWindow.cs (https://gitlab.com/SplatoonModdingHub/PTVS) C# · 182 lines
Exceptions.cs (https://github.com/mattsnyder/ironruby.git) C# · 282 lines
SelectionListener.cs (https://github.com/dsblank/main.git) C# · 148 lines
indexerdefinitionsvb.vb (https://github.com/dsblank/main.git) Visual Basic · 156 lines
CreateContainerOptionsTest.php (https://bitbucket.org/kurniawanchan83/azure-sdk-for-php.git) PHP · 142 lines
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.
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.
AtomLink.php (https://bitbucket.org/cesarmedrano/cesarmedrano.git) PHP · 343 lines
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.
Enums.cs (https://bitbucket.org/mdavid/dlr.git) C# · 266 lines
Gears.cs (https://github.com/Wiladams/NewTOAPIA.git) C# · 212 lines
AccessCondition.php (https://github.com/Canuckaholic/Pop-Digital.git) PHP · 247 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
file_util.py (https://github.com/rpattabi/ironruby.git) Python · 203 lines
QueryEntitiesResult.php (https://bitbucket.org/cesarmedrano/cesarmedrano.git) PHP · 150 lines
SubscriptionDescriptionTest.php (https://bitbucket.org/skudatech/azure-sdk-for-php.git) PHP · 255 lines
18 * @package Tests\Unit\WindowsAzure\ServiceBus\Models
19 * @author Azure PHP SDK <azurephpsdk@microsoft.com>
20 * @copyright 2012 Microsoft Corporation
32 * @package Tests\Unit\WindowsAzure\ServiceBus\Models
33 * @author Azure PHP SDK <azurephpsdk@microsoft.com>
34 * @copyright 2012 Microsoft Corporation
ConcurrencyAmp.cpp (https://bitbucket.org/wcom/wcom-public.git) C++ · 365 lines
test_attribute_customize.py (https://github.com/dsblank/main.git) Python · 272 lines
ChunkedGoalStateDeserializerTest.php (https://bitbucket.org/skudatech/azure-sdk-for-php.git) PHP · 230 lines
18 * @package Tests\Unit\WindowsAzure\ServiceRuntime\Internal
19 * @author Azure PHP SDK <azurephpsdk@microsoft.com>
20 * @copyright 2012 Microsoft Corporation
35 * @package Tests\Unit\WindowsAzure\ServiceRuntime\Internal
36 * @author Azure PHP SDK <azurephpsdk@microsoft.com>
37 * @copyright 2012 Microsoft Corporation
README.md (https://gitlab.com/pymevirtual/azure-sdk-for-ruby) Markdown · 106 lines
IngestManifestFile.php (git://github.com/WindowsAzure/azure-sdk-for-php.git) PHP · 576 lines
test_change_self.rb (https://github.com/thomo13/ironruby.git) Ruby · 176 lines
active-directory-app-gallery-listing.md (https://gitlab.com/yeah568/azure-content) Markdown · 98 lines
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.
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>.
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.
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.
trace.h (https://github.com/tekkamanninja/linux.git) C Header · 945 lines
IMediaServices.php (https://gitlab.com/vietdhtn/myweb) PHP · 446 lines
Protocol1RuntimeGoalStateClient.php (https://bitbucket.org/cesarmedrano/cesarmedrano.git) PHP · 225 lines
Deployment.php (https://gitlab.com/vietdhtn/myweb) PHP · 560 lines
GetOperationStatusResultTest.php (https://bitbucket.org/skudatech/azure-sdk-for-php.git) PHP · 133 lines
18 * @package Tests\Unit\WindowsAzure\ServiceManagement\Models
19 * @author Azure PHP SDK <azurephpsdk@microsoft.com>
20 * @copyright 2012 Microsoft Corporation
34 * @package Tests\Unit\WindowsAzure\ServiceManagement\Models
35 * @author Azure PHP SDK <azurephpsdk@microsoft.com>
36 * @copyright 2012 Microsoft Corporation
QueryEntitiesOptionsTest.php (https://bitbucket.org/skudatech/azure-sdk-for-php.git) PHP · 165 lines
IServiceFilter.php (https://bitbucket.org/cesarmedrano/cesarmedrano.git) PHP · 61 lines
leaky_bucket.c (https://github.com/c444b774/jm-decision.git) C · 314 lines
10 * Main contributors (see contributors.h for copyright, address and affiliation details)
11 * - Shankar Regunathan <shanre@microsoft.com>
12 ***************************************************************************
35 * \author
36 * Shankar Regunathan shanre@microsoft.com
37 * \date
78 * \author
79 * Shankar Regunathan shanre@microsoft.com
80 * \date
111 * \author
112 * Shankar Regunathan shanre@microsoft.com
113 * \date
157 * \author
158 * Shankar Regunathan shanre@microsoft.com
159 * \date
SA1629QuickFix.cs
(https://hg01.codeplex.com/stylecop)
C# · 0 lines
✨ Summary
This C# code defines a class SA1629QuickFix
that inherits from QuickFixBase
. It’s used to fix a StyleCop violation (SA1629) where documentation text must end with a period. The class initializes bulb items for the quick fix, including a description of the violation and a suggested action.
This C# code defines a class SA1629QuickFix
that inherits from QuickFixBase
. It’s used to fix a StyleCop violation (SA1629) where documentation text must end with a period. The class initializes bulb items for the quick fix, including a description of the violation and a suggested action.
WebConnectionStream.cs (https://github.com/grendello/mono.git) C# · 264 lines
vmbus_private.h (https://github.com/MacArrow/A81E-rowboat-kernel.git) C Header · 133 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
AppData.cs (https://MySpaceSilverlight.svn.codeplex.com/svn) C# · 298 lines
Generator.cs (https://github.com/jdhardy/ironpython.git) C# · 85 lines
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.
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.
Include_T4Include.cs (https://bitbucket.org/wcom/wcom-public.git) C# · 533 lines
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.
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.
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.
353 // If you cannot locate the Microsoft Public License, please send an email to
354 // dlr@microsoft.com. By using this source code in any fashion, you are agreeing to be bound
355 // by the terms of the Microsoft Public License.
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
18 * @package WindowsAzure\Common\Internal\Authentication
19 * @author Azure PHP SDK <azurephpsdk@microsoft.com>
20 * @copyright Microsoft Corporation
37 * @package WindowsAzure\Common\Internal\Authentication
38 * @author Azure PHP SDK <azurephpsdk@microsoft.com>
39 * @copyright Microsoft Corporation
ubc_check.c (https://gitlab.com/storedmirrors/git) C · 372 lines
bf-no-ms-layout.c (https://gitlab.com/4144/gcc) C · 231 lines
CategoryTest.php (https://bitbucket.org/skudatech/azure-sdk-for-php.git) PHP · 459 lines
18 * @package Tests\Unit\WindowsAzure\Common\Internal\Atom
19 * @author Azure PHP SDK <azurephpsdk@microsoft.com>
20 * @copyright 2012 Microsoft Corporation
32 * @package Tests\Unit\WindowsAzure\Common\Internal\Atom
33 * @author Azure PHP SDK <azurephpsdk@microsoft.com>
34 * @copyright 2012 Microsoft Corporation
README.md (https://github.com/ringful/nhin-direct-sender.git) Markdown · 67 lines
SearchTex.h (https://github.com/afrancois/Cinder.git) C Header · 132 lines
selectmenu-popup-position-with-zoom.tentative.html (https://github.com/chromium/chromium.git) HTML · 135 lines
OAuthRestProxy.php (https://github.com/Canuckaholic/Pop-Digital.git) PHP · 118 lines
QueueServiceFunctionalParameterTest.php (https://bitbucket.org/skudatech/azure-sdk-for-php.git) PHP · 855 lines
Asset.php (https://gitlab.com/vietdhtn/myweb) PHP · 372 lines
SharedKeyAuthSchemeTest.php (https://bitbucket.org/skudatech/azure-sdk-for-php.git) PHP · 109 lines
18 * @package Tests\Unit\WindowsAzure\Common\Internal\Authentication
19 * @author Azure PHP SDK <azurephpsdk@microsoft.com>
20 * @copyright 2012 Microsoft Corporation
33 * @package Tests\Unit\WindowsAzure\Common\Internal\Authentication
34 * @author Azure PHP SDK <azurephpsdk@microsoft.com>
35 * @copyright 2012 Microsoft Corporation