Method | Description | |
---|---|---|
DoubleQuote ( string str ) : string | ||
Escape ( IEnumerable strs, bool fullEscape = false, bool escapePercent = false ) : List |
||
Escape ( string str, bool fullEscape = false, bool escapePercent = false ) : string | ||
EscapePercent ( IEnumerable strs ) : List |
||
EscapePercent ( string str ) : string | ||
ExpandSectionParams ( PEBakery.Core.EngineState s, IEnumerable strs ) : List |
||
ExpandSectionParams ( PEBakery.Core.EngineState s, string str ) : string |
Expand #1, #2, #3, etc...
|
|
ExpandVariables ( PEBakery.Core.EngineState s, IEnumerable strs ) : List |
||
ExpandVariables ( PEBakery.Core.Variables vars, IEnumerable strs ) : List |
||
ExpandVariables ( PEBakery.Core.EngineState s, string str ) : string |
Expand #n and %Var% variables.
|
|
ExpandVariables ( PEBakery.Core.Variables vars, string str ) : string | ||
GetUniqueFileName ( string srcKey, IEnumerable keys ) : string | ||
GetUniqueKey ( string srcKey, IEnumerable keys, int startIdx = 1 ) : string | ||
IsFileFilterValid ( string filter ) : bool |
Check if given filter is a valid Microsoft.Win32.OpenFileDialog.Filter format.
|
|
IsFileNameValid ( string path, IEnumerable more = null ) : bool | ||
IsPathValid ( string path, IEnumerable more = null ) : bool | ||
IsUrlValid ( string url ) : bool |
Check if given url is valid http or https url.
|
|
PackRegBinary ( Array bin, bool escape = false ) : string | ||
PackRegMultiBinary ( IEnumerable multiStrs ) : string | ||
PackRegMultiString ( IEnumerable multiStrs ) : string | ||
PathSecurityCheck ( string path, string &errorMsg ) : bool |
Check if a path is safe to write. Allows wildcard.
|
|
Preprocess ( PEBakery.Core.EngineState s, IEnumerable strs, bool escapePercent = true ) : List |
||
Preprocess ( PEBakery.Core.Variables vars, IEnumerable strs, bool escapePercent = true ) : List |
||
Preprocess ( PEBakery.Core.EngineState s, string str, bool escapePercent = true ) : string | ||
Preprocess ( PEBakery.Core.Variables vars, string str, bool escapePercent = true ) : string | ||
ProcessVersionString ( string str ) : string | ||
QuoteEscape ( IEnumerable strs, bool fullEscape = false, bool escapePercent = false ) : List |
||
QuoteEscape ( string str, bool fullEscape = false, bool escapePercent = false ) : string | ||
QuoteUnescape ( IEnumerable strs, bool escapePercent = false ) : List |
||
QuoteUnescape ( string str, bool escapePercent = false ) : string | ||
Unescape ( IEnumerable strs, bool escapePercent = false ) : List |
||
Unescape ( string str, bool escapePercent = false ) : string | ||
UnescapePercent ( IEnumerable strs ) : List |
||
UnescapePercent ( string str ) : string | ||
UnpackRegBinary ( Array packStrs, Array &bin ) : bool | ||
UnpackRegBinary ( string packStr, Array &bin ) : bool | ||
UnpackRegMultiString ( string packStr ) : List |
Method | Description | |
---|---|---|
PackListStr ( IList list, string separator ) : string | ||
UnpackListStr ( string listStr, string separator ) : List |
public static DoubleQuote ( string str ) : string | ||
str | string | |
return | string |
public static Escape ( IEnumerable strs, bool fullEscape = false, bool escapePercent = false ) : List |
||
strs | IEnumerable | |
fullEscape | bool | |
escapePercent | bool | |
return | List |
public static Escape ( string str, bool fullEscape = false, bool escapePercent = false ) : string | ||
str | string | |
fullEscape | bool | |
escapePercent | bool | |
return | string |
public static EscapePercent ( IEnumerable strs ) : List |
||
strs | IEnumerable | |
return | List |
public static EscapePercent ( string str ) : string | ||
str | string | |
return | string |
public static ExpandSectionParams ( PEBakery.Core.EngineState s, IEnumerable strs ) : List |
||
s | PEBakery.Core.EngineState | |
strs | IEnumerable | |
return | List |
public static ExpandSectionParams ( PEBakery.Core.EngineState s, string str ) : string | ||
s | PEBakery.Core.EngineState | |
str | string | |
return | string |
public static ExpandVariables ( PEBakery.Core.EngineState s, IEnumerable strs ) : List |
||
s | PEBakery.Core.EngineState | |
strs | IEnumerable | |
return | List |
public static ExpandVariables ( PEBakery.Core.Variables vars, IEnumerable strs ) : List |
||
vars | PEBakery.Core.Variables | |
strs | IEnumerable | |
return | List |
public static ExpandVariables ( PEBakery.Core.EngineState s, string str ) : string | ||
s | PEBakery.Core.EngineState | |
str | string | |
return | string |
public static ExpandVariables ( PEBakery.Core.Variables vars, string str ) : string | ||
vars | PEBakery.Core.Variables | |
str | string | |
return | string |
public static GetUniqueFileName ( string srcKey, IEnumerable keys ) : string | ||
srcKey | string | |
keys | IEnumerable | |
return | string |
public static GetUniqueKey ( string srcKey, IEnumerable keys, int startIdx = 1 ) : string | ||
srcKey | string | |
keys | IEnumerable | |
startIdx | int | |
return | string |
public static IsFileFilterValid ( string filter ) : bool | ||
filter | string | File filter string to test |
return | bool |
public static IsFileNameValid ( string path, IEnumerable more = null ) : bool | ||
path | string | |
more | IEnumerable | |
return | bool |
public static IsPathValid ( string path, IEnumerable more = null ) : bool | ||
path | string | |
more | IEnumerable | |
return | bool |
public static IsUrlValid ( string url ) : bool | ||
url | string | |
return | bool |
public static PackRegBinary ( Array bin, bool escape = false ) : string | ||
bin | Array | |
escape | bool | |
return | string |
public static PackRegMultiBinary ( IEnumerable multiStrs ) : string | ||
multiStrs | IEnumerable | |
return | string |
public static PackRegMultiString ( IEnumerable multiStrs ) : string | ||
multiStrs | IEnumerable | |
return | string |
public static PathSecurityCheck ( string path, string &errorMsg ) : bool | ||
path | string | |
errorMsg | string | |
return | bool |
public static Preprocess ( PEBakery.Core.EngineState s, IEnumerable strs, bool escapePercent = true ) : List |
||
s | PEBakery.Core.EngineState | |
strs | IEnumerable | |
escapePercent | bool | |
return | List |
public static Preprocess ( PEBakery.Core.Variables vars, IEnumerable strs, bool escapePercent = true ) : List |
||
vars | PEBakery.Core.Variables | |
strs | IEnumerable | |
escapePercent | bool | |
return | List |
public static Preprocess ( PEBakery.Core.EngineState s, string str, bool escapePercent = true ) : string | ||
s | PEBakery.Core.EngineState | |
str | string | |
escapePercent | bool | |
return | string |
public static Preprocess ( PEBakery.Core.Variables vars, string str, bool escapePercent = true ) : string | ||
vars | PEBakery.Core.Variables | |
str | string | |
escapePercent | bool | |
return | string |
public static ProcessVersionString ( string str ) : string | ||
str | string | |
return | string |
public static QuoteEscape ( IEnumerable strs, bool fullEscape = false, bool escapePercent = false ) : List |
||
strs | IEnumerable | |
fullEscape | bool | |
escapePercent | bool | |
return | List |
public static QuoteEscape ( string str, bool fullEscape = false, bool escapePercent = false ) : string | ||
str | string | |
fullEscape | bool | |
escapePercent | bool | |
return | string |
public static QuoteUnescape ( IEnumerable strs, bool escapePercent = false ) : List |
||
strs | IEnumerable | |
escapePercent | bool | |
return | List |
public static QuoteUnescape ( string str, bool escapePercent = false ) : string | ||
str | string | |
escapePercent | bool | |
return | string |
public static Unescape ( IEnumerable strs, bool escapePercent = false ) : List |
||
strs | IEnumerable | |
escapePercent | bool | |
return | List |
public static Unescape ( string str, bool escapePercent = false ) : string | ||
str | string | |
escapePercent | bool | |
return | string |
public static UnescapePercent ( IEnumerable strs ) : List |
||
strs | IEnumerable | |
return | List |
public static UnescapePercent ( string str ) : string | ||
str | string | |
return | string |
public static UnpackRegBinary ( Array packStrs, Array &bin ) : bool | ||
packStrs | Array | |
bin | Array | |
return | bool |
public static UnpackRegBinary ( string packStr, Array &bin ) : bool | ||
packStr | string | |
bin | Array | |
return | bool |
public static UnpackRegMultiString ( string packStr ) : List |
||
packStr | string | |
return | List |