Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion reference/7/CimCmdlets/Get-CimAssociatedInstance.md
Original file line number Diff line number Diff line change
Expand Up @@ -316,4 +316,4 @@ This cmdlet returns an object.

[Get-CimClass](get-cimclass.md)

[Get-CimInstance](get-ciminstance.md)
online version: https://go.microsoft.com/fwlink/?linkid=2096734
2 changes: 1 addition & 1 deletion reference/7/CimCmdlets/Get-CimClass.md
Original file line number Diff line number Diff line change
Expand Up @@ -259,4 +259,4 @@ This cmdlet returns a CIM class object.

## RELATED LINKS

[New-CimSession](New-CimSession.md)
online version: https://go.microsoft.com/fwlink/?linkid=2096467
2 changes: 1 addition & 1 deletion reference/7/CimCmdlets/Get-CimSession.md
Original file line number Diff line number Diff line change
Expand Up @@ -244,4 +244,4 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable

[Remove-CimSession](remove-cimsession.md)

[about_CimSession](../Microsoft.PowerShell.Core/About/about_CimSession.md)
online version: https://go.microsoft.com/fwlink/?linkid=2096469
2 changes: 1 addition & 1 deletion reference/7/CimCmdlets/Invoke-CimMethod.md
Original file line number Diff line number Diff line change
Expand Up @@ -484,4 +484,4 @@ This cmdlet returns an object.

[Get-CimSession](Get-CimSession.md)

[New-CimSession](New-CimSession.md)
online version: https://go.microsoft.com/fwlink/?linkid=2096561
2 changes: 1 addition & 1 deletion reference/7/CimCmdlets/New-CimInstance.md
Original file line number Diff line number Diff line change
Expand Up @@ -366,4 +366,4 @@ This cmdlet returns an object that contains the CIM instance information.

[Remove-CimInstance](remove-ciminstance.md)

[Set-CimInstance](Set-CimInstance.md)
online version: https://go.microsoft.com/fwlink/?linkid=2096659
2 changes: 1 addition & 1 deletion reference/7/CimCmdlets/New-CimSession.md
Original file line number Diff line number Diff line change
Expand Up @@ -354,4 +354,4 @@ This cmdlet accepts no inputs.

[New-CimSessionOption](New-CimSessionOption.md)

[about_CimSession](../Microsoft.PowerShell.Core/About/about_CimSession.md)
online version: https://go.microsoft.com/fwlink/?linkid=2096563
2 changes: 1 addition & 1 deletion reference/7/CimCmdlets/New-CimSessionOption.md
Original file line number Diff line number Diff line change
Expand Up @@ -466,4 +466,4 @@ This cmdlet returns an object that contains CIM session options information.

[Get-Item](../microsoft.powershell.management/get-item.md)

[New-CimSession](New-CimSession.md)
online version: https://go.microsoft.com/fwlink/?linkid=2096678
2 changes: 1 addition & 1 deletion reference/7/CimCmdlets/Register-CimIndicationEvent.md
Original file line number Diff line number Diff line change
Expand Up @@ -394,4 +394,4 @@ This cmdlet outputs an **EventSubscription** object.

[Get-CimSession](Get-CimSession.md)

[New-CimSession](New-CimSession.md)
online version: https://go.microsoft.com/fwlink/?linkid=2096471
2 changes: 1 addition & 1 deletion reference/7/CimCmdlets/Remove-CimInstance.md
Original file line number Diff line number Diff line change
Expand Up @@ -332,4 +332,4 @@ This cmdlet produces no outputs.

[Get-CimInstance](get-ciminstance.md)

[Set-CimInstance](Set-CimInstance.md)
online version: https://go.microsoft.com/fwlink/?linkid=2096765
2 changes: 1 addition & 1 deletion reference/7/CimCmdlets/Remove-CimSession.md
Original file line number Diff line number Diff line change
Expand Up @@ -225,4 +225,4 @@ This cmdlet returns an object that contains CIM session information.

[New-CimSession](New-CimSession.md)

[about_CimSession](../Microsoft.PowerShell.Core/About/about_CimSession.md)
online version: https://go.microsoft.com/fwlink/?linkid=2096567
2 changes: 1 addition & 1 deletion reference/7/CimCmdlets/Set-CimInstance.md
Original file line number Diff line number Diff line change
Expand Up @@ -418,4 +418,4 @@ When the Passthru parameter is specified, this cmdlet returns a modified CIM ins

[New-CimInstance](New-CimInstance.md)

[Remove-CimInstance](remove-ciminstance.md)
online version: https://go.microsoft.com/fwlink/?linkid=2096686
2 changes: 1 addition & 1 deletion reference/7/Microsoft.PowerShell.Core/About/About_Using.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,4 +73,4 @@ $deck.Shuffle()
[Card[]]$hand1 = $deck.Deal(5)
[Card[]]$hand2 = $deck.Deal(5)
[Card[]]$hand3 = $deck.Deal(5)
```
online version: https://go.microsoft.com/fwlink/?linkid=2096896
Original file line number Diff line number Diff line change
Expand Up @@ -268,4 +268,4 @@ Get-Help Alias
- [about_providers](about_providers.md)

<!-- External links -->
[aliasinfo]: https://go.microsoft.com/fwlink/?LinkId=143644
online version: https://go.microsoft.com/fwlink/?linkid=2096669
Original file line number Diff line number Diff line change
Expand Up @@ -517,4 +517,4 @@ right operand determine how many bits of the left operand are shifted.
* [about_operators](about_Operators.md)
* [about_variables](about_Variables.md)
* [Get-Date](../../Microsoft.PowerShell.Utility/Get-Date.md)
* [New-TimeSpan](../../Microsoft.PowerShell.Utility/New-TimeSpan.md)
online version: https://go.microsoft.com/fwlink/?linkid=2096468
Original file line number Diff line number Diff line change
Expand Up @@ -832,4 +832,4 @@ $a[-1]
- [about_Operators](about_Operators.md)
- [about_For](about_For.md)
- [about_Foreach](about_Foreach.md)
- [about_While](about_While.md)
online version: https://go.microsoft.com/fwlink/?linkid=2096653
Original file line number Diff line number Diff line change
Expand Up @@ -868,4 +868,4 @@ Set-Variable -Name a -Value 1, 2, 3

[Remove-Variable](../../Microsoft.PowerShell.Utility/Remove-Variable.md)

[Set-Variable](../../Microsoft.PowerShell.Utility/Set-Variable.md)
online version: https://go.microsoft.com/fwlink/?linkid=2096466
Original file line number Diff line number Diff line change
Expand Up @@ -865,4 +865,4 @@ Default (Current): End

- [about_Hash_Tables](about_Hash_Tables.md)
- [about_Preference_Variables](about_Preference_Variables.md)
- [about_Variables](about_Variables.md)
online version: https://go.microsoft.com/fwlink/?linkid=2096688
2 changes: 1 addition & 1 deletion reference/7/Microsoft.PowerShell.Core/About/about_Break.md
Original file line number Diff line number Diff line change
Expand Up @@ -197,4 +197,4 @@ results when the most specific condition is met.

[about_Try_Catch_Finally](about_Try_Catch_Finally.md)

[about_While](about_While.md)
online version: https://go.microsoft.com/fwlink/?linkid=2096470
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,4 @@ WMI Provider. All WMI providers use CimSession objects.

[New-CimSession](../../CimCmdlets/New-CimSession.md)

[about_PSSessions](about_PSSessions.md)
online version: https://go.microsoft.com/fwlink/?linkid=2096679
Original file line number Diff line number Diff line change
Expand Up @@ -837,4 +837,4 @@ class MyComparableBar : bar, system.IComparable

- [about_Enum](about_Enum.md)
- [about_Language_Keywords](about_language_keywords.md)
- [about_Methods](about_methods.md)
online version: https://go.microsoft.com/fwlink/?linkid=2096573
Original file line number Diff line number Diff line change
Expand Up @@ -315,4 +315,4 @@ For more information, see `Import-Module` and `Import-PSSession` below.
- [Function-Provider](../../Microsoft.PowerShell.Core/About/about_Function_Provider.md)
- [Get-Command](../../Microsoft.PowerShell.Core/Get-Command.md)
- [Import-Module](../../Microsoft.PowerShell.Core/Import-Module.md)
- [Import-PSSession](../../Microsoft.PowerShell.Utility/Import-PSSession.md)
online version: https://go.microsoft.com/fwlink/?linkid=2096770
Original file line number Diff line number Diff line change
Expand Up @@ -312,4 +312,4 @@ optional.

- [about_Parameters](about_Parameters.md)
- [Get-Command](../../Microsoft.PowerShell.Core/Get-Command.md)
- [Get-Help](../../Microsoft.PowerShell.Core/Get-Help.md)
online version: https://go.microsoft.com/fwlink/?linkid=2096472
Original file line number Diff line number Diff line change
Expand Up @@ -853,4 +853,4 @@ Displays information about PowerShell cmdlets and concepts.

[about_Scripts](about_Scripts.md)

[How to Write Cmdlet Help](https://go.microsoft.com/fwlink/?LinkID=123415)
online version: https://go.microsoft.com/fwlink/?linkid=2096773
Original file line number Diff line number Diff line change
Expand Up @@ -557,4 +557,4 @@ about_Common_Parameters

[Write-Error](../../Microsoft.PowerShell.Utility/Write-Error.md)

[Write-Verbose](../../Microsoft.PowerShell.Utility/Write-Verbose.md)
online version: https://go.microsoft.com/fwlink/?linkid=2096571
Original file line number Diff line number Diff line change
Expand Up @@ -651,4 +651,4 @@ True
- [about_Wildcards](about_Wildcards.md)
- [Compare-Object](../../Microsoft.PowerShell.Utility/Compare-Object.md)
- [Foreach-Object](../ForEach-Object.md)
- [Where-Object](../Where-Object.md)
online version: https://go.microsoft.com/fwlink/?linkid=2096689
Original file line number Diff line number Diff line change
Expand Up @@ -69,4 +69,4 @@ for ($i = 0; $i -lt 10; $i++)

[about_Trap](about_Trap.md)

[about_Try_Catch_Finally](about_Try_Catch_Finally.md)
online version: https://go.microsoft.com/fwlink/?linkid=2096572
Original file line number Diff line number Diff line change
Expand Up @@ -88,4 +88,4 @@ For more information about a cmdlet, type `get-help <cmdlet-name>`.

## SEE ALSO

[about_Providers](about_Providers.md)
online version: https://go.microsoft.com/fwlink/?linkid=2096741
Original file line number Diff line number Diff line change
Expand Up @@ -215,4 +215,4 @@ DATA -supportedCommand Format-XML {

[ConvertFrom-StringData](../../Microsoft.PowerShell.Utility/ConvertFrom-StringData.md)

[Import-LocalizedData](../../Microsoft.PowerShell.Utility/Import-LocalizedData.md)
online version: https://go.microsoft.com/fwlink/?linkid=2096474
Original file line number Diff line number Diff line change
Expand Up @@ -859,4 +859,4 @@ several other features that you can use to debug scripts and functions.
- [Remove-PsBreakpoint](../../Microsoft.PowerShell.Utility/Remove-PsBreakpoint.md)
- [Set-PsBreakpoint](../../Microsoft.PowerShell.Utility/Set-PsBreakpoint.md)
- [Write-Debug](../../Microsoft.PowerShell.Utility/Write-Debug.md)
- [Write-Verbose](../../Microsoft.PowerShell.Utility/Write-Verbose.md)
online version: https://go.microsoft.com/fwlink/?linkid=2096778
2 changes: 1 addition & 1 deletion reference/7/Microsoft.PowerShell.Core/About/about_Do.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,4 +93,4 @@ while (++$a -lt 10)

[about_Break](about_Break.md)

[about_Continue](about_Continue.md)
online version: https://go.microsoft.com/fwlink/?linkid=2096570
2 changes: 1 addition & 1 deletion reference/7/Microsoft.PowerShell.Core/About/about_Enum.md
Original file line number Diff line number Diff line change
Expand Up @@ -198,4 +198,4 @@ True

PS > ($file2 -band [FileAttributes]::Archive) -eq [FileAttributes]::Archive
False
```
online version: https://go.microsoft.com/fwlink/?linkid=2096782
Original file line number Diff line number Diff line change
Expand Up @@ -317,4 +317,4 @@ For more information, see [about_Modules](about_Modules.md).
## SEE ALSO

- [Environment (provider)](../About/about_Environment_Provider.md)
- [about_Modules](about_Modules.md)
online version: https://go.microsoft.com/fwlink/?linkid=2096781
Original file line number Diff line number Diff line change
Expand Up @@ -368,4 +368,4 @@ and [Unblock-File](../../Microsoft.PowerShell.Utility/Unblock-File.md).

[Set-ExecutionPolicy](../../Microsoft.PowerShell.Security/Set-ExecutionPolicy.md)

[Unblock-File](../../Microsoft.PowerShell.Utility/Unblock-File.md)
online version: https://go.microsoft.com/fwlink/?linkid=2096478
Original file line number Diff line number Diff line change
Expand Up @@ -166,4 +166,4 @@ if ([ExperimentalFeature]::IsEnabled("MyExperimentalFeature"))

[Disable-ExperimentalFeature](../Disable-ExperimentalFeature.md)

[Get-ExperimentalFeature](../Get-ExperimentalFeature.md)
online version: https://go.microsoft.com/fwlink/?linkid=2096780
2 changes: 1 addition & 1 deletion reference/7/Microsoft.PowerShell.Core/About/about_For.md
Original file line number Diff line number Diff line change
Expand Up @@ -233,4 +233,4 @@ for ($i = 0; $i -lt 10; $i++) { Write-Host $i }

[about_Comparison_Operators](about_Comparison_Operators.md)

[about_Foreach](about_Foreach.md)
online version: https://go.microsoft.com/fwlink/?linkid=2096687
Original file line number Diff line number Diff line change
Expand Up @@ -227,4 +227,4 @@ function Get-FunctionPosition {

[about_If](about_If.md)

[ForEach-Object](../ForEach-Object.md)
online version: https://go.microsoft.com/fwlink/?linkid=2096764
Original file line number Diff line number Diff line change
Expand Up @@ -412,4 +412,4 @@ signature. For more information, see [about_Signing](about_Signing.md).

[Get-TraceSource](../../Microsoft.PowerShell.Utility/Get-TraceSource.md)

[Format Schema XML Reference](/powershell/developer/format/format-schema-xml-reference)
online version: https://go.microsoft.com/fwlink/?linkid=2096685
Original file line number Diff line number Diff line change
Expand Up @@ -625,4 +625,4 @@ methods:

[about_Script_Blocks](about_Script_Blocks.md)

[about_Function_provider](about_Function_provider.md)
online version: https://go.microsoft.com/fwlink/?linkid=2096683
Original file line number Diff line number Diff line change
Expand Up @@ -84,4 +84,4 @@ Advanced functions differ from compiled cmdlets in the following ways:

[about_Functions_CmdletBindingAttribute](about_Functions_CmdletBindingAttribute.md)

[about_Functions_OutputTypeAttribute](about_Functions_OutputTypeAttribute.md)
online version: https://go.microsoft.com/fwlink/?linkid=2096775
Original file line number Diff line number Diff line change
Expand Up @@ -217,4 +217,4 @@ function is run.

[about_Functions_CmdletBindingAttribute](about_Functions_CmdletBindingAttribute.md)

[about_Functions_OutputTypeAttribute](about_Functions_OutputTypeAttribute.md)
online version: https://go.microsoft.com/fwlink/?linkid=2096676
Original file line number Diff line number Diff line change
Expand Up @@ -912,4 +912,4 @@ function Test-ArgumentCompleter {

[about_Functions_CmdletBindingAttribute](about_Functions_CmdletBindingAttribute.md)

[about_Functions_OutputTypeAttribute](about_Functions_OutputTypeAttribute.md)
online version: https://go.microsoft.com/fwlink/?linkid=2096684
Original file line number Diff line number Diff line change
Expand Up @@ -190,4 +190,4 @@ about_Functions_CmdletBinding_Attribute

[about_Functions_Advanced_Parameters](about_Functions_Advanced_Parameters.md)

[about_Functions_OutputTypeAttribute](about_Functions_OutputTypeAttribute.md)
online version: https://go.microsoft.com/fwlink/?linkid=2096776
Original file line number Diff line number Diff line change
Expand Up @@ -218,4 +218,4 @@ of an object.

[about_Functions_Advanced_Parameters](about_Functions_Advanced_Parameters.md)

[about_Functions_CmdletBindingAttribute](about_Functions_CmdletBindingAttribute.md)
online version: https://go.microsoft.com/fwlink/?linkid=2096667
Original file line number Diff line number Diff line change
Expand Up @@ -169,4 +169,4 @@ about_GroupPolicy

[Update-Help](../Update-Help.md)

[Save-Help](../Save-Help.md)
online version: https://go.microsoft.com/fwlink/?linkid=2096649
Original file line number Diff line number Diff line change
Expand Up @@ -497,4 +497,4 @@ For more information about here-strings, see [about_Quoting_Rules](about_Quoting

[Import-LocalizedData](../../Microsoft.PowerShell.Utility/Import-LocalizedData.md)

[System.Collections.Hashtable](/dotnet/api/system.collections.hashtable?view=netframework-4.7.2)
online version: https://go.microsoft.com/fwlink/?linkid=2096642
Original file line number Diff line number Diff line change
Expand Up @@ -86,4 +86,4 @@ are completed only when you exit the prompt level.)
- [about_Line_Editing](about_Line_Editing.md)
- [about_Preference_Variables](about_Preference_Variables.md)
- [about_Profiles](about_Profiles.md)
- [about_Variables](about_Variables.md)
online version: https://go.microsoft.com/fwlink/?linkid=2096658
2 changes: 1 addition & 1 deletion reference/7/Microsoft.PowerShell.Core/About/about_If.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,4 +99,4 @@ else {

[about_Comparison_Operators](about_Comparison_Operators.md)

[about_Switch](about_Switch.md)
online version: https://go.microsoft.com/fwlink/?linkid=2096748
Original file line number Diff line number Diff line change
Expand Up @@ -370,4 +370,4 @@ Id Name JobTriggers Command Enabled

[Enter-PSSession](../Enter-PSSession.md)

[Exit-PSSession](../Exit-PSSession.md)
online version: https://go.microsoft.com/fwlink/?linkid=2096654
2 changes: 1 addition & 1 deletion reference/7/Microsoft.PowerShell.Core/About/about_Jobs.md
Original file line number Diff line number Diff line change
Expand Up @@ -352,4 +352,4 @@ is denied.

[Remove-Job](../Remove-Job.md)

[Invoke-Command](../../Microsoft.PowerShell.Core/Invoke-Command.md)
online version: https://go.microsoft.com/fwlink/?linkid=2096743
2 changes: 1 addition & 1 deletion reference/7/Microsoft.PowerShell.Core/About/about_Join.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,4 +106,4 @@ a b c

[about_Comparison_Operators](about_Comparison_Operators.md)

[about_Split](about_Split.md)
online version: https://go.microsoft.com/fwlink/?linkid=2096574
Original file line number Diff line number Diff line change
Expand Up @@ -604,4 +604,4 @@ do {<statement list>} while (<condition>)
## SEE ALSO

- [about_Special_Characters](about_Special_Characters.md)
- [about_Wildcards](about_Wildcards.md)
online version: https://go.microsoft.com/fwlink/?linkid=2096744
Original file line number Diff line number Diff line change
Expand Up @@ -257,4 +257,4 @@ NoLanguage session, PowerShell returns the ScriptsNotAllowed error message.
## SEE ALSO

- [about_Session_Configuration_Files](about_Session_Configuration_Files.md)
- [about_Session_Configurations](about_Session_Configurations.md)
online version: https://go.microsoft.com/fwlink/?linkid=2096641
Original file line number Diff line number Diff line change
Expand Up @@ -80,4 +80,4 @@ key. To scroll through a list of values, press the <kbd>Tab</kbd> key again.

[about_Path_Syntax](about_Path_Syntax.md)

[about_PSReadline](../../PSReadline/About/about_PSReadline.md)
online version: https://go.microsoft.com/fwlink/?linkid=2096742
Original file line number Diff line number Diff line change
Expand Up @@ -257,4 +257,4 @@ default value when no value is provided in the file.

- syslog and rsyslog.conf `man` pages.
- os_log developer documentation
- Event Viewer
online version: https://go.microsoft.com/fwlink/?linkid=2096746
Original file line number Diff line number Diff line change
Expand Up @@ -163,4 +163,4 @@ Get-WinEvent Microsoft-Windows-PowerShell/Operational |

## See Also

[PowerShell the Blue Team](https://blogs.msdn.microsoft.com/powershell/2015/06/09/powershell-the-blue-team/)
online version: https://go.microsoft.com/fwlink/?linkid=2096476
Original file line number Diff line number Diff line change
Expand Up @@ -235,4 +235,4 @@ You can read more about these methods in [about_arrays](about_arrays.md)

[about_Properties](about_Properties.md)

[Get-Member](../../Microsoft.PowerShell.Utility/Get-Member.md)
online version: https://go.microsoft.com/fwlink/?linkid=2096753
Original file line number Diff line number Diff line change
Expand Up @@ -529,4 +529,4 @@ about_DesiredStateConfiguration

[Import-Module](../Import-Module.md)

[Remove-Module](../Remove-Module.md)
online version: https://go.microsoft.com/fwlink/?linkid=2096740
Original file line number Diff line number Diff line change
Expand Up @@ -327,4 +327,4 @@ For more information on Generics, see [Generics in .NET](/dotnet/standard/generi

[about_Properties](about_Properties.md)

[about_Pipelines](about_Pipelines.md)
online version: https://go.microsoft.com/fwlink/?linkid=2096747
Original file line number Diff line number Diff line change
Expand Up @@ -73,4 +73,4 @@ The second command passes only the file objects to the third command

[about_Pipelines](about_Pipelines.md)

[Get-Member](../../Microsoft.PowerShell.Utility/Get-Member.md)
online version: https://go.microsoft.com/fwlink/?linkid=2096663
Original file line number Diff line number Diff line change
Expand Up @@ -187,4 +187,4 @@ are reading and maintaining your scripts.

[about_Split](about_Split.md)

[about_Type_Operators](about_Type_Operators.md)
online version: https://go.microsoft.com/fwlink/?linkid=2096681
Original file line number Diff line number Diff line change
Expand Up @@ -458,4 +458,4 @@ $(Get-WmiObject win32_Directory)

[about_Join](about_Join.md)

[about_Redirection](about_Redirection.md)
online version: https://go.microsoft.com/fwlink/?linkid=2096665
Original file line number Diff line number Diff line change
Expand Up @@ -278,4 +278,4 @@ another, it might be because the session is restricted.

[New-PSSession](../New-PSSession.md)

[Remove-PSSession](../Remove-PSSession.md)
online version: https://go.microsoft.com/fwlink/?linkid=2096759
Original file line number Diff line number Diff line change
Expand Up @@ -282,4 +282,4 @@ For more information about PSSessions, see [about_PSSession_Details](about_PSSes

[New-PSSession](../New-PSSession.md)

[Remove-PSSession](../Remove-PSSession.md)
online version: https://go.microsoft.com/fwlink/?linkid=2096645
Original file line number Diff line number Diff line change
Expand Up @@ -122,4 +122,4 @@ PackageManagement project on GitHub at https://oneget.org.

[Save-Package](../../PackageManagement/Save-Package.md)

[Uninstall-Package](../../PackageManagement/Uninstall-Package.md)
online version: https://go.microsoft.com/fwlink/?linkid=2096672
Original file line number Diff line number Diff line change
Expand Up @@ -241,4 +241,4 @@ information about common parameters, see [about_CommonParameters](about_CommonPa

[about_Pipelines](about_Pipelines.md)

[about_Wildcards](about_Wildcards.md)
online version: https://go.microsoft.com/fwlink/?linkid=2096763
Original file line number Diff line number Diff line change
Expand Up @@ -411,4 +411,4 @@ Send-MailMessage:SmtpServer ServerXYZ

[about_Profiles](about_Profiles.md)

[about_Script_Blocks](about_Script_Blocks.md)
online version: https://go.microsoft.com/fwlink/?linkid=2096745
Loading