diff --git a/docs/404.html b/docs/404.html index d10f7a1..6a46d47 100644 --- a/docs/404.html +++ b/docs/404.html @@ -1 +1 @@ -File not found - MC2IT Card

404 Page not found

Page not found, sorry.

\ No newline at end of file +File not found - MC2IT Card

404 Page not found

Page not found, sorry.

\ No newline at end of file diff --git a/docs/card/CardBuilder.html b/docs/card/CardBuilder.html index 0684a04..f1b5086 100644 --- a/docs/card/CardBuilder.html +++ b/docs/card/CardBuilder.html @@ -7,4 +7,4 @@ float: none; text-shadow: 0 0 0 transparent; } -

Builds a business card by appending string chunks.

Static methods

staticinlinecenter(this:StringBuf, text:String):CardBuilder

Appends a centered line of text.

staticinlinefooter(this:StringBuf):CardBuilder

Appends a bottom border.

staticinlineheader(this:StringBuf):CardBuilder

Appends a top border.

staticinlinelabel(this:StringBuf, label:String, value:String):CardBuilder

Adds a labeled value.

@:value({ text : "" })staticinlineline(this:StringBuf, text:String = ""):CardBuilder

Appends a line of text.

\ No newline at end of file +

Builds a business card by appending string chunks.

Static methods

staticcenter(this:StringBuf, text:String):CardBuilder

Appends a centered line of text.

staticfooter(this:StringBuf):CardBuilder

Appends a bottom border.

staticheader(this:StringBuf):CardBuilder

Appends a top border.

staticlabel(this:StringBuf, label:String, value:String):CardBuilder

Adds a labeled value.

@:value({ text : "" })staticline(this:StringBuf, text:String = ""):CardBuilder

Appends a line of text.

\ No newline at end of file diff --git a/docs/card/HaxeTarget.html b/docs/card/HaxeTarget.html index c73ca4e..11bcd4c 100644 --- a/docs/card/HaxeTarget.html +++ b/docs/card/HaxeTarget.html @@ -7,4 +7,4 @@ float: none; text-shadow: 0 0 0 transparent; } -

Defines the Haxe compilation target.

Variables

@:value(cast "cpp")@:impl@:enuminlineread onlyCPlusPlus:HaxeTarget = "cpp"

The compilation target is C++.

@:value(cast "cs")@:impl@:enuminlineread onlyCSharp:HaxeTarget = "cs"

The compilation target is C#.

@:value(cast "eval")@:impl@:enuminlineread onlyEval:HaxeTarget = "eval"

The compilation target is Eval.

@:value(cast "hl")@:impl@:enuminlineread onlyHashLink:HaxeTarget = "hl"

The compilation target is HashLink.

@:value(cast "java")@:impl@:enuminlineread onlyJava:HaxeTarget = "java"

The compilation target is Java / JVM.

@:value(cast "js")@:impl@:enuminlineread onlyJavaScript:HaxeTarget = "js"

The compilation target is JavaScript.

@:value(cast "lua")@:impl@:enuminlineread onlyLua:HaxeTarget = "lua"

The compilation target is Lua.

@:value(cast "neko")@:impl@:enuminlineread onlyNeko:HaxeTarget = "neko"

The compilation target is Neko.

@:value(cast "php")@:impl@:enuminlineread onlyPHP:HaxeTarget = "php"

The compilation target is PHP.

@:value(cast "python")@:impl@:enuminlineread onlyPython:HaxeTarget = "python"

The compilation target is Python.

\ No newline at end of file +

Defines the Haxe compilation target.

Variables

@:value(cast "cpp")@:impl@:enuminlineread onlyCPlusPlus:HaxeTarget = "cpp"

The compilation target is C++.

@:value(cast "cs")@:impl@:enuminlineread onlyCSharp:HaxeTarget = "cs"

The compilation target is C#.

@:value(cast "eval")@:impl@:enuminlineread onlyEval:HaxeTarget = "eval"

The compilation target is Eval.

@:value(cast "hl")@:impl@:enuminlineread onlyHashLink:HaxeTarget = "hl"

The compilation target is HashLink.

@:value(cast "java")@:impl@:enuminlineread onlyJava:HaxeTarget = "java"

The compilation target is Java / JVM.

@:value(cast "js")@:impl@:enuminlineread onlyJavaScript:HaxeTarget = "js"

The compilation target is JavaScript.

@:value(cast "lua")@:impl@:enuminlineread onlyLua:HaxeTarget = "lua"

The compilation target is Lua.

@:value(cast "neko")@:impl@:enuminlineread onlyNeko:HaxeTarget = "neko"

The compilation target is Neko.

@:value(cast "php")@:impl@:enuminlineread onlyPHP:HaxeTarget = "php"

The compilation target is PHP.

@:value(cast "python")@:impl@:enuminlineread onlyPython:HaxeTarget = "python"

The compilation target is Python.

\ No newline at end of file diff --git a/docs/card/Program.html b/docs/card/Program.html index 7ded04b..8926988 100644 --- a/docs/card/Program.html +++ b/docs/card/Program.html @@ -7,4 +7,4 @@ float: none; text-shadow: 0 0 0 transparent; } -

Print the business card of Cédric Belin, full stack developer.

Static variables

@:value(Sys.systemName() == "Windows" ? "\r\n" : "\n")staticfinalread onlynewLine:String = Sys.systemName() == "Windows" ? "\r\n" : "\n"

The string corresponding to a line break.

Static methods

@:keepstaticmain():Void

Application entry point.

Constructor

new()

Creates a new program.

Variables

@:value(false)help:Bool = false

Output usage information.

@:value(false)version:Bool = false

Output the version number.

Methods

@:defaultCommandrun(rest:Rest<String>):Promise<Noise>

\ No newline at end of file +

Print the business card of Cédric Belin, full stack developer.

Static variables

@:value(Sys.systemName() == "Windows" ? "\r\n" : "\n")staticfinalread onlynewLine:String = Sys.systemName() == "Windows" ? "\r\n" : "\n"

The string corresponding to a line break.

Static methods

@:keepstaticmain():Void

Application entry point.

Constructor

new()

Creates a new program.

Variables

@:value(false)help:Bool = false

Output usage information.

@:value(false)version:Bool = false

Output the version number.

Methods

@:defaultCommandrun(rest:Rest<String>):Promise<Noise>

\ No newline at end of file diff --git a/docs/card/Version.html b/docs/card/Version.html index ecef891..8969112 100644 --- a/docs/card/Version.html +++ b/docs/card/Version.html @@ -7,4 +7,4 @@ float: none; text-shadow: 0 0 0 transparent; } -

Provides information about the program version.

Static variables

staticread onlygitCommitHash:String

The hash of the current Git commit.

staticread onlyhaxeTarget:HaxeTarget

The name of the Haxe target.

staticread onlyhaxeVersion:String

The version of the Haxe compiler.

staticread onlypackageVersion:String

The package version of this program.

\ No newline at end of file +

Provides information about the program version.

Static variables

staticread onlygitCommitHash:String

The hash of the current Git commit.

staticread onlyhaxeTarget:HaxeTarget

The name of the Haxe target.

staticread onlyhaxeVersion:String

The version of the Haxe compiler.

staticread onlypackageVersion:String

The package version of this program.

\ No newline at end of file diff --git a/docs/index.html b/docs/index.html index c2c97f4..6156882 100644 --- a/docs/index.html +++ b/docs/index.html @@ -7,4 +7,4 @@ float: none; text-shadow: 0 0 0 transparent; } -

card version 1.0.2

Business card of MC2IT, distribution and services.

CardBuilder

Builds a business card by appending string chunks.

HaxeTarget

Defines the Haxe compilation target.

Program

Print the business card of Cédric Belin, full stack developer.

Version

Provides information about the program version.

\ No newline at end of file +

card version 1.0.3

Business card of MC2IT, distribution and services.

CardBuilder

Builds a business card by appending string chunks.

HaxeTarget

Defines the Haxe compilation target.

Program

Print the business card of Cédric Belin, full stack developer.

Version

Provides information about the program version.

\ No newline at end of file