C# Class Wv.wv

Afficher le fichier Open project: apenwarr/versaplex

Méthodes publiques

Méthode Description
IsMono ( ) : bool
PathCombine ( string first ) : string
PathJoin ( string first ) : string
PathSplit ( string path ) : string[]
_hexdump ( WvBytes b ) : string
add_breaks_to_newlines ( string orig ) : string
assert ( ) : void
assert ( bool b ) : void
assert ( bool b, object msg ) : void
assert ( bool b, string fmt ) : void
atod ( object o ) : double
atoi ( object o ) : int
atol ( object o ) : long
cookiesplit ( string>.Dictionary d, string query ) : void
date ( object s ) : System.DateTime
fmt ( string format ) : string
getenv ( string key ) : string
hexdump ( WvBytes b ) : object
httpdate ( System.DateTime d ) : string
isempty ( System.DateTime d ) : bool
isempty ( System.TimeSpan t ) : bool
isempty ( string s ) : bool
print ( string format ) : void
printerr ( string format ) : void
randombytes ( int num ) : byte[]
shift ( string &array ) : string
shift ( string &array, int index ) : string
sleep ( int msec_delay ) : void
sort ( ICollection keys ) : Array
sort ( ICollection keys, IComparer comparer ) : Array
stringify ( ICollection keys ) : string[]
until ( System.DateTime t ) : IEnumerable
until ( int msec_timeout ) : IEnumerable
urldecode ( string s ) : string
urlencode ( string s ) : string
urlsplit ( string>.Dictionary d, string query ) : void

Private Methods

Méthode Description
hexbyte ( WvBytes b, int ofs ) : string
intclean ( object o, bool allow_dot ) : string
printable ( WvBytes b, int ofs ) : char

Method Details

IsMono() public static méthode

public static IsMono ( ) : bool
Résultat bool

PathCombine() public static méthode

public static PathCombine ( string first ) : string
first string
Résultat string

PathJoin() public static méthode

public static PathJoin ( string first ) : string
first string
Résultat string

PathSplit() public static méthode

public static PathSplit ( string path ) : string[]
path string
Résultat string[]

_hexdump() public static méthode

public static _hexdump ( WvBytes b ) : string
b WvBytes
Résultat string

add_breaks_to_newlines() public static méthode

public static add_breaks_to_newlines ( string orig ) : string
orig string
Résultat string

assert() public static méthode

public static assert ( ) : void
Résultat void

assert() public static méthode

public static assert ( bool b ) : void
b bool
Résultat void

assert() public static méthode

public static assert ( bool b, object msg ) : void
b bool
msg object
Résultat void

assert() public static méthode

public static assert ( bool b, string fmt ) : void
b bool
fmt string
Résultat void

atod() public static méthode

public static atod ( object o ) : double
o object
Résultat double

atoi() public static méthode

public static atoi ( object o ) : int
o object
Résultat int

atol() public static méthode

public static atol ( object o ) : long
o object
Résultat long

cookiesplit() public static méthode

public static cookiesplit ( string>.Dictionary d, string query ) : void
d string>.Dictionary
query string
Résultat void

date() public static méthode

public static date ( object s ) : System.DateTime
s object
Résultat System.DateTime

fmt() public static méthode

public static fmt ( string format ) : string
format string
Résultat string

getenv() public static méthode

public static getenv ( string key ) : string
key string
Résultat string

hexdump() public static méthode

public static hexdump ( WvBytes b ) : object
b WvBytes
Résultat object

httpdate() public static méthode

public static httpdate ( System.DateTime d ) : string
d System.DateTime
Résultat string

isempty() public static méthode

public static isempty ( System.DateTime d ) : bool
d System.DateTime
Résultat bool

isempty() public static méthode

public static isempty ( System.TimeSpan t ) : bool
t System.TimeSpan
Résultat bool

isempty() public static méthode

public static isempty ( string s ) : bool
s string
Résultat bool

print() public static méthode

public static print ( string format ) : void
format string
Résultat void

printerr() public static méthode

public static printerr ( string format ) : void
format string
Résultat void

randombytes() public static méthode

public static randombytes ( int num ) : byte[]
num int
Résultat byte[]

shift() public static méthode

public static shift ( string &array ) : string
array string
Résultat string

shift() public static méthode

public static shift ( string &array, int index ) : string
array string
index int
Résultat string

sleep() public static méthode

public static sleep ( int msec_delay ) : void
msec_delay int
Résultat void

sort() public static méthode

public static sort ( ICollection keys ) : Array
keys ICollection
Résultat System.Array

sort() public static méthode

public static sort ( ICollection keys, IComparer comparer ) : Array
keys ICollection
comparer IComparer
Résultat System.Array

stringify() public static méthode

public static stringify ( ICollection keys ) : string[]
keys ICollection
Résultat string[]

until() public static méthode

public static until ( System.DateTime t ) : IEnumerable
t System.DateTime
Résultat IEnumerable

until() public static méthode

public static until ( int msec_timeout ) : IEnumerable
msec_timeout int
Résultat IEnumerable

urldecode() public static méthode

public static urldecode ( string s ) : string
s string
Résultat string

urlencode() public static méthode

public static urlencode ( string s ) : string
s string
Résultat string

urlsplit() public static méthode

public static urlsplit ( string>.Dictionary d, string query ) : void
d string>.Dictionary
query string
Résultat void