This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* | |
| Copyright (C) 2017 Jeffrey Sharp | |
| Permission to use, copy, modify, and distribute this software for any | |
| purpose with or without fee is hereby granted, provided that the above | |
| copyright notice and this permission notice appear in all copies. | |
| THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES | |
| WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF | |
| MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Pubic Domain. No rights reserved. No warranty. | |
| # Reference: | |
| # https://github.com/semver/semver/blob/master/semver.md | |
| $VersionRegex = [regex] '(?nx) | |
| ^ | |
| (?<Version> | |
| (?<Numbers> | |
| ( 0 | [1-9][0-9]* ) | |
| ( |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| using namespace System.Net | |
| #Requires -Version 5.1 | |
| $ErrorActionPreference = "Stop" | |
| function New-ApplicationInsightsReleaseAnnotationCore { | |
| param ( | |
| [Parameter(Mandatory, Position=0)] | |
| [string] $ApplicationId, | |
| [Parameter(Mandatory, Position=1)] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // LEVEL GROUP KILLS EVENT LOG MEANING | |
| // 0 Informational - - User-defined | |
| // 1 Informational - - User-defined | |
| // 2 Informational - - User-defined | |
| // 3 Informational - - User-defined | |
| // 4 Informational - - User-defined | |
| // 5 Informational - - User-defined | |
| // 6 Informational - - User-defined | |
| // 7 Informational - - User-defined | |
| // 8 Informational - - User-defined |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| PINENTRY MANUAL | |
| =============== | |
| The text below was generated on 2024-09-15 for pinentry 1.3.1 by the command: | |
| | | |
| | info --subnodes --output=pinentry-manual.txt pinentry | |
| | | |
| Unwanted text and sections have been removed manually. | |
OlderNewer