Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Big set of 12 new validation types. These are facades/wrappers around the "valtype" snit validation types found in Tcllib (luhn, luhn5, verhoeff, gs1::ean13, iban, imei, isbn, usnpi, amex, visa, discover, mastercard). Documentation minimal, refers back to the Tcllib packages. Testsuites replicated here, under the general framework for VT testing. The facade code is fully generated based on the valtype name. The generator package is not documented (yet). |
---|---|
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
7d8a178853fcb61ba9f232972ef007c4 |
User & Date: | andreask 2015-07-03 22:34:14.808 |
Context
2015-07-09
| ||
04:04 | pager - Extended the module to run "less" with options allowing display of ANSI colors, and suppressing binary warning (due to such colors). check-in: 782638c0ff user: aku tags: trunk | |
2015-07-03
| ||
22:34 | Big set of 12 new validation types. These are facades/wrappers around the "valtype" snit validation types found in Tcllib (luhn, luhn5, verhoeff, gs1::ean13, iban, imei, isbn, usnpi, amex, visa, discover, mastercard). Documentation minimal, refers back to the Tcllib packages. Testsuites replicated here, under the general framework for VT testing. The facade code is fully generated based on the valtype name. The generator package is not documented (yet). check-in: 7d8a178853 user: andreask tags: trunk | |
05:30 | VT time::minute - Fixed documentation (2external, name of argument implied different type than actuually expected). check-in: 66bd654074 user: aku tags: trunk | |
Changes
Added doc/cmdr_vt_amex.man.
> > > > | 1 2 3 4 | [comment {--- doctools --- manpage, uses template}] [vset VERSION 1] [vset VALTYPE cc::amex] [include parts/valtype.inc] |
Added doc/cmdr_vt_discover.man.
> > > > | 1 2 3 4 | [comment {--- doctools --- manpage, uses template}] [vset VERSION 1] [vset VALTYPE cc::discover] [include parts/valtype.inc] |
Added doc/cmdr_vt_ean13.man.
> > > > | 1 2 3 4 | [comment {--- doctools --- manpage, uses template}] [vset VERSION 1] [vset VALTYPE gs1::ean13] [include parts/valtype.inc] |
Added doc/cmdr_vt_iban.man.
> > > > | 1 2 3 4 | [comment {--- doctools --- manpage, uses template}] [vset VERSION 1] [vset VALTYPE iban] [include parts/valtype.inc] |
Added doc/cmdr_vt_imei.man.
> > > > | 1 2 3 4 | [comment {--- doctools --- manpage, uses template}] [vset VERSION 1] [vset VALTYPE imei] [include parts/valtype.inc] |
Added doc/cmdr_vt_isbn.man.
> > > > | 1 2 3 4 | [comment {--- doctools --- manpage, uses template}] [vset VERSION 1] [vset VALTYPE isbn] [include parts/valtype.inc] |
Added doc/cmdr_vt_luhn.man.
> > > > | 1 2 3 4 | [comment {--- doctools --- manpage, uses template}] [vset VERSION 1] [vset VALTYPE luhn] [include parts/valtype.inc] |
Added doc/cmdr_vt_luhn5.man.
> > > > | 1 2 3 4 | [comment {--- doctools --- manpage, uses template}] [vset VERSION 1] [vset VALTYPE luhn5] [include parts/valtype.inc] |
Added doc/cmdr_vt_mastercard.man.
> > > > | 1 2 3 4 | [comment {--- doctools --- manpage, uses template}] [vset VERSION 1] [vset VALTYPE cc::mastercard] [include parts/valtype.inc] |
Added doc/cmdr_vt_usnpi.man.
> > > > | 1 2 3 4 | [comment {--- doctools --- manpage, uses template}] [vset VERSION 1] [vset VALTYPE usnpi] [include parts/valtype.inc] |
Added doc/cmdr_vt_verhoeff.man.
> > > > | 1 2 3 4 | [comment {--- doctools --- manpage, uses template}] [vset VERSION 1] [vset VALTYPE verhoeff] [include parts/valtype.inc] |
Added doc/cmdr_vt_visa.man.
> > > > | 1 2 3 4 | [comment {--- doctools --- manpage, uses template}] [vset VERSION 1] [vset VALTYPE cc::visa] [include parts/valtype.inc] |
Added doc/parts/valtype.inc.
> > > > > > > > > > > > > > > > > > > > > > > > > > > | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 | [comment {--- !doctools --- template, not main}] [comment { -- Variables -- VERSION VALTYPE }] [include parts/definitions.inc] [manpage_begin [vset PROJECT]::validate::valtype::[vset VALTYPE] [vset MAN_SECTION] [vset VERSION]] [include parts/module.inc] [require cmdr::validate::valtype::[vset VALTYPE]] [titledesc "[vset PTITLE] - Validation type facade for Tcllib valtype::[vset VALTYPE]"] [description] [include parts/welcome.inc] [para] This package is a facade to Tcllib's package [package valtype::[vset VALTYPE]], wrapping it for use as a proper Cmdr validation type. [para] Please read that package's documentation for details on the accepted input. [para] The type has no input completion. [para] The details of the exported API can be found in [term [vset TITLE_DEV_VT]]. The chosen default is the empty string. [include parts/feedback.inc] [manpage_end] |
Added embedded/man/files/cmdr_vt_amex.n.
> > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 | '\" '\" Generated from file 'valtype\&.inc' by tcllib/doctools with format 'nroff' '\" Copyright (c) 2013-2015 Andreas Kupries '\" Copyright (c) 2013-2015 Documentation, Andreas Kupries '\" .TH "cmdr::validate::valtype::cc::amex" n 1 doc "Cmdr, a framework for command line parsing and dispatch" .\" The -*- nroff -*- definitions below are for supplemental macros used .\" in Tcl/Tk manual entries. .\" .\" .AP type name in/out ?indent? .\" Start paragraph describing an argument to a library procedure. .\" type is type of argument (int, etc.), in/out is either "in", "out", .\" or "in/out" to describe whether procedure reads or modifies arg, .\" and indent is equivalent to second arg of .IP (shouldn't ever be .\" needed; use .AS below instead) .\" .\" .AS ?type? ?name? .\" Give maximum sizes of arguments for setting tab stops. Type and .\" name are examples of largest possible arguments that will be passed .\" to .AP later. If args are omitted, default tab stops are used. .\" .\" .BS .\" Start box enclosure. From here until next .BE, everything will be .\" enclosed in one large box. .\" .\" .BE .\" End of box enclosure. .\" .\" .CS .\" Begin code excerpt. .\" .\" .CE .\" End code excerpt. .\" .\" .VS ?version? ?br? .\" Begin vertical sidebar, for use in marking newly-changed parts .\" of man pages. The first argument is ignored and used for recording .\" the version when the .VS was added, so that the sidebars can be .\" found and removed when they reach a certain age. If another argument .\" is present, then a line break is forced before starting the sidebar. .\" .\" .VE .\" End of vertical sidebar. .\" .\" .DS .\" Begin an indented unfilled display. .\" .\" .DE .\" End of indented unfilled display. .\" .\" .SO ?manpage? .\" Start of list of standard options for a Tk widget. The manpage .\" argument defines where to look up the standard options; if .\" omitted, defaults to "options". The options follow on successive .\" lines, in three columns separated by tabs. .\" .\" .SE .\" End of list of standard options for a Tk widget. .\" .\" .OP cmdName dbName dbClass .\" Start of description of a specific option. cmdName gives the .\" option's name as specified in the class command, dbName gives .\" the option's name in the option database, and dbClass gives .\" the option's class in the option database. .\" .\" .UL arg1 arg2 .\" Print arg1 underlined, then print arg2 normally. .\" .\" .QW arg1 ?arg2? .\" Print arg1 in quotes, then arg2 normally (for trailing punctuation). .\" .\" .PQ arg1 ?arg2? .\" Print an open parenthesis, arg1 in quotes, then arg2 normally .\" (for trailing punctuation) and then a closing parenthesis. .\" .\" # Set up traps and other miscellaneous stuff for Tcl/Tk man pages. .if t .wh -1.3i ^B .nr ^l \n(.l .ad b .\" # Start an argument description .de AP .ie !"\\$4"" .TP \\$4 .el \{\ . ie !"\\$2"" .TP \\n()Cu . el .TP 15 .\} .ta \\n()Au \\n()Bu .ie !"\\$3"" \{\ \&\\$1 \\fI\\$2\\fP (\\$3) .\".b .\} .el \{\ .br .ie !"\\$2"" \{\ \&\\$1 \\fI\\$2\\fP .\} .el \{\ \&\\fI\\$1\\fP .\} .\} .. .\" # define tabbing values for .AP .de AS .nr )A 10n .if !"\\$1"" .nr )A \\w'\\$1'u+3n .nr )B \\n()Au+15n .\" .if !"\\$2"" .nr )B \\w'\\$2'u+\\n()Au+3n .nr )C \\n()Bu+\\w'(in/out)'u+2n .. .AS Tcl_Interp Tcl_CreateInterp in/out .\" # BS - start boxed text .\" # ^y = starting y location .\" # ^b = 1 .de BS .br .mk ^y .nr ^b 1u .if n .nf .if n .ti 0 .if n \l'\\n(.lu\(ul' .if n .fi .. .\" # BE - end boxed text (draw box now) .de BE .nf .ti 0 .mk ^t .ie n \l'\\n(^lu\(ul' .el \{\ .\" Draw four-sided box normally, but don't draw top of .\" box if the box started on an earlier page. .ie !\\n(^b-1 \{\ \h'-1.5n'\L'|\\n(^yu-1v'\l'\\n(^lu+3n\(ul'\L'\\n(^tu+1v-\\n(^yu'\l'|0u-1.5n\(ul' .\} .el \}\ \h'-1.5n'\L'|\\n(^yu-1v'\h'\\n(^lu+3n'\L'\\n(^tu+1v-\\n(^yu'\l'|0u-1.5n\(ul' .\} .\} .fi .br .nr ^b 0 .. .\" # VS - start vertical sidebar .\" # ^Y = starting y location .\" # ^v = 1 (for troff; for nroff this doesn't matter) .de VS .if !"\\$2"" .br .mk ^Y .ie n 'mc \s12\(br\s0 .el .nr ^v 1u .. .\" # VE - end of vertical sidebar .de VE .ie n 'mc .el \{\ .ev 2 .nf .ti 0 .mk ^t \h'|\\n(^lu+3n'\L'|\\n(^Yu-1v\(bv'\v'\\n(^tu+1v-\\n(^Yu'\h'-|\\n(^lu+3n' .sp -1 .fi .ev .\} .nr ^v 0 .. .\" # Special macro to handle page bottom: finish off current .\" # box/sidebar if in box/sidebar mode, then invoked standard .\" # page bottom macro. .de ^B .ev 2 'ti 0 'nf .mk ^t .if \\n(^b \{\ .\" Draw three-sided box if this is the box's first page, .\" draw two sides but no top otherwise. .ie !\\n(^b-1 \h'-1.5n'\L'|\\n(^yu-1v'\l'\\n(^lu+3n\(ul'\L'\\n(^tu+1v-\\n(^yu'\h'|0u'\c .el \h'-1.5n'\L'|\\n(^yu-1v'\h'\\n(^lu+3n'\L'\\n(^tu+1v-\\n(^yu'\h'|0u'\c .\} .if \\n(^v \{\ .nr ^x \\n(^tu+1v-\\n(^Yu \kx\h'-\\nxu'\h'|\\n(^lu+3n'\ky\L'-\\n(^xu'\v'\\n(^xu'\h'|0u'\c .\} .bp 'fi .ev .if \\n(^b \{\ .mk ^y .nr ^b 2 .\} .if \\n(^v \{\ .mk ^Y .\} .. .\" # DS - begin display .de DS .RS .nf .sp .. .\" # DE - end display .de DE .fi .RE .sp .. .\" # SO - start of list of standard options .de SO 'ie '\\$1'' .ds So \\fBoptions\\fR 'el .ds So \\fB\\$1\\fR .SH "STANDARD OPTIONS" .LP .nf .ta 5.5c 11c .ft B .. .\" # SE - end of list of standard options .de SE .fi .ft R .LP See the \\*(So manual entry for details on the standard options. .. .\" # OP - start of full description for a single option .de OP .LP .nf .ta 4c Command-Line Name: \\fB\\$1\\fR Database Name: \\fB\\$2\\fR Database Class: \\fB\\$3\\fR .fi .IP .. .\" # CS - begin code excerpt .de CS .RS .nf .ta .25i .5i .75i 1i .. .\" # CE - end code excerpt .de CE .fi .RE .. .\" # UL - underline word .de UL \\$1\l'|0\(ul'\\$2 .. .\" # QW - apply quotation marks to word .de QW .ie '\\*(lq'"' ``\\$1''\\$2 .\"" fix emacs highlighting .el \\*(lq\\$1\\*(rq\\$2 .. .\" # PQ - apply parens and quotation marks to word .de PQ .ie '\\*(lq'"' (``\\$1''\\$2)\\$3 .\"" fix emacs highlighting .el (\\*(lq\\$1\\*(rq\\$2)\\$3 .. .\" # QR - quoted range .de QR .ie '\\*(lq'"' ``\\$1''\\-``\\$2''\\$3 .\"" fix emacs highlighting .el \\*(lq\\$1\\*(rq\\-\\*(lq\\$2\\*(rq\\$3 .. .\" # MT - "empty" string .de MT .QW "" .. .BS .SH NAME cmdr::validate::valtype::cc::amex \- Cmdr - Validation type facade for Tcllib valtype::cc::amex .SH SYNOPSIS package require \fBcmdr::validate::valtype::cc::amex \fR .sp .BE .SH DESCRIPTION .PP Welcome to the Cmdr project, written by Andreas Kupries\&. .PP For availability please read \fICmdr - How To Get The Sources\fR\&. .PP .PP This package is a facade to Tcllib's package \fBvaltype::cc::amex\fR, wrapping it for use as a proper Cmdr validation type\&. .PP Please read that package's documentation for details on the accepted input\&. .PP The type has no input completion\&. .PP The details of the exported API can be found in \fICmdr - Writing custom validation types\fR\&. The chosen default is the empty string\&. .SH "BUGS, IDEAS, FEEDBACK" Both the package(s) and this documentation will undoubtedly contain bugs and other problems\&. Please report such at \fICmdr Tickets\fR [https:/core\&.tcl\&.tk/akupries/cmdr]\&. .PP Please also report any ideas you may have for enhancements of either package(s) and/or documentation\&. .SH KEYWORDS arguments, command hierarchy, command line completion, command line handling, command tree, editing command line, help for command line, hierarchy of commands, interactive command shell, optional arguments, options, parameters, processing command line, tree of commands .SH COPYRIGHT .nf Copyright (c) 2013-2015 Andreas Kupries Copyright (c) 2013-2015 Documentation, Andreas Kupries .fi |
Added embedded/man/files/cmdr_vt_discover.n.
> > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 | '\" '\" Generated from file 'valtype\&.inc' by tcllib/doctools with format 'nroff' '\" Copyright (c) 2013-2015 Andreas Kupries '\" Copyright (c) 2013-2015 Documentation, Andreas Kupries '\" .TH "cmdr::validate::valtype::cc::discover" n 1 doc "Cmdr, a framework for command line parsing and dispatch" .\" The -*- nroff -*- definitions below are for supplemental macros used .\" in Tcl/Tk manual entries. .\" .\" .AP type name in/out ?indent? .\" Start paragraph describing an argument to a library procedure. .\" type is type of argument (int, etc.), in/out is either "in", "out", .\" or "in/out" to describe whether procedure reads or modifies arg, .\" and indent is equivalent to second arg of .IP (shouldn't ever be .\" needed; use .AS below instead) .\" .\" .AS ?type? ?name? .\" Give maximum sizes of arguments for setting tab stops. Type and .\" name are examples of largest possible arguments that will be passed .\" to .AP later. If args are omitted, default tab stops are used. .\" .\" .BS .\" Start box enclosure. From here until next .BE, everything will be .\" enclosed in one large box. .\" .\" .BE .\" End of box enclosure. .\" .\" .CS .\" Begin code excerpt. .\" .\" .CE .\" End code excerpt. .\" .\" .VS ?version? ?br? .\" Begin vertical sidebar, for use in marking newly-changed parts .\" of man pages. The first argument is ignored and used for recording .\" the version when the .VS was added, so that the sidebars can be .\" found and removed when they reach a certain age. If another argument .\" is present, then a line break is forced before starting the sidebar. .\" .\" .VE .\" End of vertical sidebar. .\" .\" .DS .\" Begin an indented unfilled display. .\" .\" .DE .\" End of indented unfilled display. .\" .\" .SO ?manpage? .\" Start of list of standard options for a Tk widget. The manpage .\" argument defines where to look up the standard options; if .\" omitted, defaults to "options". The options follow on successive .\" lines, in three columns separated by tabs. .\" .\" .SE .\" End of list of standard options for a Tk widget. .\" .\" .OP cmdName dbName dbClass .\" Start of description of a specific option. cmdName gives the .\" option's name as specified in the class command, dbName gives .\" the option's name in the option database, and dbClass gives .\" the option's class in the option database. .\" .\" .UL arg1 arg2 .\" Print arg1 underlined, then print arg2 normally. .\" .\" .QW arg1 ?arg2? .\" Print arg1 in quotes, then arg2 normally (for trailing punctuation). .\" .\" .PQ arg1 ?arg2? .\" Print an open parenthesis, arg1 in quotes, then arg2 normally .\" (for trailing punctuation) and then a closing parenthesis. .\" .\" # Set up traps and other miscellaneous stuff for Tcl/Tk man pages. .if t .wh -1.3i ^B .nr ^l \n(.l .ad b .\" # Start an argument description .de AP .ie !"\\$4"" .TP \\$4 .el \{\ . ie !"\\$2"" .TP \\n()Cu . el .TP 15 .\} .ta \\n()Au \\n()Bu .ie !"\\$3"" \{\ \&\\$1 \\fI\\$2\\fP (\\$3) .\".b .\} .el \{\ .br .ie !"\\$2"" \{\ \&\\$1 \\fI\\$2\\fP .\} .el \{\ \&\\fI\\$1\\fP .\} .\} .. .\" # define tabbing values for .AP .de AS .nr )A 10n .if !"\\$1"" .nr )A \\w'\\$1'u+3n .nr )B \\n()Au+15n .\" .if !"\\$2"" .nr )B \\w'\\$2'u+\\n()Au+3n .nr )C \\n()Bu+\\w'(in/out)'u+2n .. .AS Tcl_Interp Tcl_CreateInterp in/out .\" # BS - start boxed text .\" # ^y = starting y location .\" # ^b = 1 .de BS .br .mk ^y .nr ^b 1u .if n .nf .if n .ti 0 .if n \l'\\n(.lu\(ul' .if n .fi .. .\" # BE - end boxed text (draw box now) .de BE .nf .ti 0 .mk ^t .ie n \l'\\n(^lu\(ul' .el \{\ .\" Draw four-sided box normally, but don't draw top of .\" box if the box started on an earlier page. .ie !\\n(^b-1 \{\ \h'-1.5n'\L'|\\n(^yu-1v'\l'\\n(^lu+3n\(ul'\L'\\n(^tu+1v-\\n(^yu'\l'|0u-1.5n\(ul' .\} .el \}\ \h'-1.5n'\L'|\\n(^yu-1v'\h'\\n(^lu+3n'\L'\\n(^tu+1v-\\n(^yu'\l'|0u-1.5n\(ul' .\} .\} .fi .br .nr ^b 0 .. .\" # VS - start vertical sidebar .\" # ^Y = starting y location .\" # ^v = 1 (for troff; for nroff this doesn't matter) .de VS .if !"\\$2"" .br .mk ^Y .ie n 'mc \s12\(br\s0 .el .nr ^v 1u .. .\" # VE - end of vertical sidebar .de VE .ie n 'mc .el \{\ .ev 2 .nf .ti 0 .mk ^t \h'|\\n(^lu+3n'\L'|\\n(^Yu-1v\(bv'\v'\\n(^tu+1v-\\n(^Yu'\h'-|\\n(^lu+3n' .sp -1 .fi .ev .\} .nr ^v 0 .. .\" # Special macro to handle page bottom: finish off current .\" # box/sidebar if in box/sidebar mode, then invoked standard .\" # page bottom macro. .de ^B .ev 2 'ti 0 'nf .mk ^t .if \\n(^b \{\ .\" Draw three-sided box if this is the box's first page, .\" draw two sides but no top otherwise. .ie !\\n(^b-1 \h'-1.5n'\L'|\\n(^yu-1v'\l'\\n(^lu+3n\(ul'\L'\\n(^tu+1v-\\n(^yu'\h'|0u'\c .el \h'-1.5n'\L'|\\n(^yu-1v'\h'\\n(^lu+3n'\L'\\n(^tu+1v-\\n(^yu'\h'|0u'\c .\} .if \\n(^v \{\ .nr ^x \\n(^tu+1v-\\n(^Yu \kx\h'-\\nxu'\h'|\\n(^lu+3n'\ky\L'-\\n(^xu'\v'\\n(^xu'\h'|0u'\c .\} .bp 'fi .ev .if \\n(^b \{\ .mk ^y .nr ^b 2 .\} .if \\n(^v \{\ .mk ^Y .\} .. .\" # DS - begin display .de DS .RS .nf .sp .. .\" # DE - end display .de DE .fi .RE .sp .. .\" # SO - start of list of standard options .de SO 'ie '\\$1'' .ds So \\fBoptions\\fR 'el .ds So \\fB\\$1\\fR .SH "STANDARD OPTIONS" .LP .nf .ta 5.5c 11c .ft B .. .\" # SE - end of list of standard options .de SE .fi .ft R .LP See the \\*(So manual entry for details on the standard options. .. .\" # OP - start of full description for a single option .de OP .LP .nf .ta 4c Command-Line Name: \\fB\\$1\\fR Database Name: \\fB\\$2\\fR Database Class: \\fB\\$3\\fR .fi .IP .. .\" # CS - begin code excerpt .de CS .RS .nf .ta .25i .5i .75i 1i .. .\" # CE - end code excerpt .de CE .fi .RE .. .\" # UL - underline word .de UL \\$1\l'|0\(ul'\\$2 .. .\" # QW - apply quotation marks to word .de QW .ie '\\*(lq'"' ``\\$1''\\$2 .\"" fix emacs highlighting .el \\*(lq\\$1\\*(rq\\$2 .. .\" # PQ - apply parens and quotation marks to word .de PQ .ie '\\*(lq'"' (``\\$1''\\$2)\\$3 .\"" fix emacs highlighting .el (\\*(lq\\$1\\*(rq\\$2)\\$3 .. .\" # QR - quoted range .de QR .ie '\\*(lq'"' ``\\$1''\\-``\\$2''\\$3 .\"" fix emacs highlighting .el \\*(lq\\$1\\*(rq\\-\\*(lq\\$2\\*(rq\\$3 .. .\" # MT - "empty" string .de MT .QW "" .. .BS .SH NAME cmdr::validate::valtype::cc::discover \- Cmdr - Validation type facade for Tcllib valtype::cc::discover .SH SYNOPSIS package require \fBcmdr::validate::valtype::cc::discover \fR .sp .BE .SH DESCRIPTION .PP Welcome to the Cmdr project, written by Andreas Kupries\&. .PP For availability please read \fICmdr - How To Get The Sources\fR\&. .PP .PP This package is a facade to Tcllib's package \fBvaltype::cc::discover\fR, wrapping it for use as a proper Cmdr validation type\&. .PP Please read that package's documentation for details on the accepted input\&. .PP The type has no input completion\&. .PP The details of the exported API can be found in \fICmdr - Writing custom validation types\fR\&. The chosen default is the empty string\&. .SH "BUGS, IDEAS, FEEDBACK" Both the package(s) and this documentation will undoubtedly contain bugs and other problems\&. Please report such at \fICmdr Tickets\fR [https:/core\&.tcl\&.tk/akupries/cmdr]\&. .PP Please also report any ideas you may have for enhancements of either package(s) and/or documentation\&. .SH KEYWORDS arguments, command hierarchy, command line completion, command line handling, command tree, editing command line, help for command line, hierarchy of commands, interactive command shell, optional arguments, options, parameters, processing command line, tree of commands .SH COPYRIGHT .nf Copyright (c) 2013-2015 Andreas Kupries Copyright (c) 2013-2015 Documentation, Andreas Kupries .fi |
Added embedded/man/files/cmdr_vt_ean13.n.
> > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 | '\" '\" Generated from file 'valtype\&.inc' by tcllib/doctools with format 'nroff' '\" Copyright (c) 2013-2015 Andreas Kupries '\" Copyright (c) 2013-2015 Documentation, Andreas Kupries '\" .TH "cmdr::validate::valtype::gs1::ean13" n 1 doc "Cmdr, a framework for command line parsing and dispatch" .\" The -*- nroff -*- definitions below are for supplemental macros used .\" in Tcl/Tk manual entries. .\" .\" .AP type name in/out ?indent? .\" Start paragraph describing an argument to a library procedure. .\" type is type of argument (int, etc.), in/out is either "in", "out", .\" or "in/out" to describe whether procedure reads or modifies arg, .\" and indent is equivalent to second arg of .IP (shouldn't ever be .\" needed; use .AS below instead) .\" .\" .AS ?type? ?name? .\" Give maximum sizes of arguments for setting tab stops. Type and .\" name are examples of largest possible arguments that will be passed .\" to .AP later. If args are omitted, default tab stops are used. .\" .\" .BS .\" Start box enclosure. From here until next .BE, everything will be .\" enclosed in one large box. .\" .\" .BE .\" End of box enclosure. .\" .\" .CS .\" Begin code excerpt. .\" .\" .CE .\" End code excerpt. .\" .\" .VS ?version? ?br? .\" Begin vertical sidebar, for use in marking newly-changed parts .\" of man pages. The first argument is ignored and used for recording .\" the version when the .VS was added, so that the sidebars can be .\" found and removed when they reach a certain age. If another argument .\" is present, then a line break is forced before starting the sidebar. .\" .\" .VE .\" End of vertical sidebar. .\" .\" .DS .\" Begin an indented unfilled display. .\" .\" .DE .\" End of indented unfilled display. .\" .\" .SO ?manpage? .\" Start of list of standard options for a Tk widget. The manpage .\" argument defines where to look up the standard options; if .\" omitted, defaults to "options". The options follow on successive .\" lines, in three columns separated by tabs. .\" .\" .SE .\" End of list of standard options for a Tk widget. .\" .\" .OP cmdName dbName dbClass .\" Start of description of a specific option. cmdName gives the .\" option's name as specified in the class command, dbName gives .\" the option's name in the option database, and dbClass gives .\" the option's class in the option database. .\" .\" .UL arg1 arg2 .\" Print arg1 underlined, then print arg2 normally. .\" .\" .QW arg1 ?arg2? .\" Print arg1 in quotes, then arg2 normally (for trailing punctuation). .\" .\" .PQ arg1 ?arg2? .\" Print an open parenthesis, arg1 in quotes, then arg2 normally .\" (for trailing punctuation) and then a closing parenthesis. .\" .\" # Set up traps and other miscellaneous stuff for Tcl/Tk man pages. .if t .wh -1.3i ^B .nr ^l \n(.l .ad b .\" # Start an argument description .de AP .ie !"\\$4"" .TP \\$4 .el \{\ . ie !"\\$2"" .TP \\n()Cu . el .TP 15 .\} .ta \\n()Au \\n()Bu .ie !"\\$3"" \{\ \&\\$1 \\fI\\$2\\fP (\\$3) .\".b .\} .el \{\ .br .ie !"\\$2"" \{\ \&\\$1 \\fI\\$2\\fP .\} .el \{\ \&\\fI\\$1\\fP .\} .\} .. .\" # define tabbing values for .AP .de AS .nr )A 10n .if !"\\$1"" .nr )A \\w'\\$1'u+3n .nr )B \\n()Au+15n .\" .if !"\\$2"" .nr )B \\w'\\$2'u+\\n()Au+3n .nr )C \\n()Bu+\\w'(in/out)'u+2n .. .AS Tcl_Interp Tcl_CreateInterp in/out .\" # BS - start boxed text .\" # ^y = starting y location .\" # ^b = 1 .de BS .br .mk ^y .nr ^b 1u .if n .nf .if n .ti 0 .if n \l'\\n(.lu\(ul' .if n .fi .. .\" # BE - end boxed text (draw box now) .de BE .nf .ti 0 .mk ^t .ie n \l'\\n(^lu\(ul' .el \{\ .\" Draw four-sided box normally, but don't draw top of .\" box if the box started on an earlier page. .ie !\\n(^b-1 \{\ \h'-1.5n'\L'|\\n(^yu-1v'\l'\\n(^lu+3n\(ul'\L'\\n(^tu+1v-\\n(^yu'\l'|0u-1.5n\(ul' .\} .el \}\ \h'-1.5n'\L'|\\n(^yu-1v'\h'\\n(^lu+3n'\L'\\n(^tu+1v-\\n(^yu'\l'|0u-1.5n\(ul' .\} .\} .fi .br .nr ^b 0 .. .\" # VS - start vertical sidebar .\" # ^Y = starting y location .\" # ^v = 1 (for troff; for nroff this doesn't matter) .de VS .if !"\\$2"" .br .mk ^Y .ie n 'mc \s12\(br\s0 .el .nr ^v 1u .. .\" # VE - end of vertical sidebar .de VE .ie n 'mc .el \{\ .ev 2 .nf .ti 0 .mk ^t \h'|\\n(^lu+3n'\L'|\\n(^Yu-1v\(bv'\v'\\n(^tu+1v-\\n(^Yu'\h'-|\\n(^lu+3n' .sp -1 .fi .ev .\} .nr ^v 0 .. .\" # Special macro to handle page bottom: finish off current .\" # box/sidebar if in box/sidebar mode, then invoked standard .\" # page bottom macro. .de ^B .ev 2 'ti 0 'nf .mk ^t .if \\n(^b \{\ .\" Draw three-sided box if this is the box's first page, .\" draw two sides but no top otherwise. .ie !\\n(^b-1 \h'-1.5n'\L'|\\n(^yu-1v'\l'\\n(^lu+3n\(ul'\L'\\n(^tu+1v-\\n(^yu'\h'|0u'\c .el \h'-1.5n'\L'|\\n(^yu-1v'\h'\\n(^lu+3n'\L'\\n(^tu+1v-\\n(^yu'\h'|0u'\c .\} .if \\n(^v \{\ .nr ^x \\n(^tu+1v-\\n(^Yu \kx\h'-\\nxu'\h'|\\n(^lu+3n'\ky\L'-\\n(^xu'\v'\\n(^xu'\h'|0u'\c .\} .bp 'fi .ev .if \\n(^b \{\ .mk ^y .nr ^b 2 .\} .if \\n(^v \{\ .mk ^Y .\} .. .\" # DS - begin display .de DS .RS .nf .sp .. .\" # DE - end display .de DE .fi .RE .sp .. .\" # SO - start of list of standard options .de SO 'ie '\\$1'' .ds So \\fBoptions\\fR 'el .ds So \\fB\\$1\\fR .SH "STANDARD OPTIONS" .LP .nf .ta 5.5c 11c .ft B .. .\" # SE - end of list of standard options .de SE .fi .ft R .LP See the \\*(So manual entry for details on the standard options. .. .\" # OP - start of full description for a single option .de OP .LP .nf .ta 4c Command-Line Name: \\fB\\$1\\fR Database Name: \\fB\\$2\\fR Database Class: \\fB\\$3\\fR .fi .IP .. .\" # CS - begin code excerpt .de CS .RS .nf .ta .25i .5i .75i 1i .. .\" # CE - end code excerpt .de CE .fi .RE .. .\" # UL - underline word .de UL \\$1\l'|0\(ul'\\$2 .. .\" # QW - apply quotation marks to word .de QW .ie '\\*(lq'"' ``\\$1''\\$2 .\"" fix emacs highlighting .el \\*(lq\\$1\\*(rq\\$2 .. .\" # PQ - apply parens and quotation marks to word .de PQ .ie '\\*(lq'"' (``\\$1''\\$2)\\$3 .\"" fix emacs highlighting .el (\\*(lq\\$1\\*(rq\\$2)\\$3 .. .\" # QR - quoted range .de QR .ie '\\*(lq'"' ``\\$1''\\-``\\$2''\\$3 .\"" fix emacs highlighting .el \\*(lq\\$1\\*(rq\\-\\*(lq\\$2\\*(rq\\$3 .. .\" # MT - "empty" string .de MT .QW "" .. .BS .SH NAME cmdr::validate::valtype::gs1::ean13 \- Cmdr - Validation type facade for Tcllib valtype::gs1::ean13 .SH SYNOPSIS package require \fBcmdr::validate::valtype::gs1::ean13 \fR .sp .BE .SH DESCRIPTION .PP Welcome to the Cmdr project, written by Andreas Kupries\&. .PP For availability please read \fICmdr - How To Get The Sources\fR\&. .PP .PP This package is a facade to Tcllib's package \fBvaltype::gs1::ean13\fR, wrapping it for use as a proper Cmdr validation type\&. .PP Please read that package's documentation for details on the accepted input\&. .PP The type has no input completion\&. .PP The details of the exported API can be found in \fICmdr - Writing custom validation types\fR\&. The chosen default is the empty string\&. .SH "BUGS, IDEAS, FEEDBACK" Both the package(s) and this documentation will undoubtedly contain bugs and other problems\&. Please report such at \fICmdr Tickets\fR [https:/core\&.tcl\&.tk/akupries/cmdr]\&. .PP Please also report any ideas you may have for enhancements of either package(s) and/or documentation\&. .SH KEYWORDS arguments, command hierarchy, command line completion, command line handling, command tree, editing command line, help for command line, hierarchy of commands, interactive command shell, optional arguments, options, parameters, processing command line, tree of commands .SH COPYRIGHT .nf Copyright (c) 2013-2015 Andreas Kupries Copyright (c) 2013-2015 Documentation, Andreas Kupries .fi |
Added embedded/man/files/cmdr_vt_iban.n.
> > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 | '\" '\" Generated from file 'valtype\&.inc' by tcllib/doctools with format 'nroff' '\" Copyright (c) 2013-2015 Andreas Kupries '\" Copyright (c) 2013-2015 Documentation, Andreas Kupries '\" .TH "cmdr::validate::valtype::iban" n 1 doc "Cmdr, a framework for command line parsing and dispatch" .\" The -*- nroff -*- definitions below are for supplemental macros used .\" in Tcl/Tk manual entries. .\" .\" .AP type name in/out ?indent? .\" Start paragraph describing an argument to a library procedure. .\" type is type of argument (int, etc.), in/out is either "in", "out", .\" or "in/out" to describe whether procedure reads or modifies arg, .\" and indent is equivalent to second arg of .IP (shouldn't ever be .\" needed; use .AS below instead) .\" .\" .AS ?type? ?name? .\" Give maximum sizes of arguments for setting tab stops. Type and .\" name are examples of largest possible arguments that will be passed .\" to .AP later. If args are omitted, default tab stops are used. .\" .\" .BS .\" Start box enclosure. From here until next .BE, everything will be .\" enclosed in one large box. .\" .\" .BE .\" End of box enclosure. .\" .\" .CS .\" Begin code excerpt. .\" .\" .CE .\" End code excerpt. .\" .\" .VS ?version? ?br? .\" Begin vertical sidebar, for use in marking newly-changed parts .\" of man pages. The first argument is ignored and used for recording .\" the version when the .VS was added, so that the sidebars can be .\" found and removed when they reach a certain age. If another argument .\" is present, then a line break is forced before starting the sidebar. .\" .\" .VE .\" End of vertical sidebar. .\" .\" .DS .\" Begin an indented unfilled display. .\" .\" .DE .\" End of indented unfilled display. .\" .\" .SO ?manpage? .\" Start of list of standard options for a Tk widget. The manpage .\" argument defines where to look up the standard options; if .\" omitted, defaults to "options". The options follow on successive .\" lines, in three columns separated by tabs. .\" .\" .SE .\" End of list of standard options for a Tk widget. .\" .\" .OP cmdName dbName dbClass .\" Start of description of a specific option. cmdName gives the .\" option's name as specified in the class command, dbName gives .\" the option's name in the option database, and dbClass gives .\" the option's class in the option database. .\" .\" .UL arg1 arg2 .\" Print arg1 underlined, then print arg2 normally. .\" .\" .QW arg1 ?arg2? .\" Print arg1 in quotes, then arg2 normally (for trailing punctuation). .\" .\" .PQ arg1 ?arg2? .\" Print an open parenthesis, arg1 in quotes, then arg2 normally .\" (for trailing punctuation) and then a closing parenthesis. .\" .\" # Set up traps and other miscellaneous stuff for Tcl/Tk man pages. .if t .wh -1.3i ^B .nr ^l \n(.l .ad b .\" # Start an argument description .de AP .ie !"\\$4"" .TP \\$4 .el \{\ . ie !"\\$2"" .TP \\n()Cu . el .TP 15 .\} .ta \\n()Au \\n()Bu .ie !"\\$3"" \{\ \&\\$1 \\fI\\$2\\fP (\\$3) .\".b .\} .el \{\ .br .ie !"\\$2"" \{\ \&\\$1 \\fI\\$2\\fP .\} .el \{\ \&\\fI\\$1\\fP .\} .\} .. .\" # define tabbing values for .AP .de AS .nr )A 10n .if !"\\$1"" .nr )A \\w'\\$1'u+3n .nr )B \\n()Au+15n .\" .if !"\\$2"" .nr )B \\w'\\$2'u+\\n()Au+3n .nr )C \\n()Bu+\\w'(in/out)'u+2n .. .AS Tcl_Interp Tcl_CreateInterp in/out .\" # BS - start boxed text .\" # ^y = starting y location .\" # ^b = 1 .de BS .br .mk ^y .nr ^b 1u .if n .nf .if n .ti 0 .if n \l'\\n(.lu\(ul' .if n .fi .. .\" # BE - end boxed text (draw box now) .de BE .nf .ti 0 .mk ^t .ie n \l'\\n(^lu\(ul' .el \{\ .\" Draw four-sided box normally, but don't draw top of .\" box if the box started on an earlier page. .ie !\\n(^b-1 \{\ \h'-1.5n'\L'|\\n(^yu-1v'\l'\\n(^lu+3n\(ul'\L'\\n(^tu+1v-\\n(^yu'\l'|0u-1.5n\(ul' .\} .el \}\ \h'-1.5n'\L'|\\n(^yu-1v'\h'\\n(^lu+3n'\L'\\n(^tu+1v-\\n(^yu'\l'|0u-1.5n\(ul' .\} .\} .fi .br .nr ^b 0 .. .\" # VS - start vertical sidebar .\" # ^Y = starting y location .\" # ^v = 1 (for troff; for nroff this doesn't matter) .de VS .if !"\\$2"" .br .mk ^Y .ie n 'mc \s12\(br\s0 .el .nr ^v 1u .. .\" # VE - end of vertical sidebar .de VE .ie n 'mc .el \{\ .ev 2 .nf .ti 0 .mk ^t \h'|\\n(^lu+3n'\L'|\\n(^Yu-1v\(bv'\v'\\n(^tu+1v-\\n(^Yu'\h'-|\\n(^lu+3n' .sp -1 .fi .ev .\} .nr ^v 0 .. .\" # Special macro to handle page bottom: finish off current .\" # box/sidebar if in box/sidebar mode, then invoked standard .\" # page bottom macro. .de ^B .ev 2 'ti 0 'nf .mk ^t .if \\n(^b \{\ .\" Draw three-sided box if this is the box's first page, .\" draw two sides but no top otherwise. .ie !\\n(^b-1 \h'-1.5n'\L'|\\n(^yu-1v'\l'\\n(^lu+3n\(ul'\L'\\n(^tu+1v-\\n(^yu'\h'|0u'\c .el \h'-1.5n'\L'|\\n(^yu-1v'\h'\\n(^lu+3n'\L'\\n(^tu+1v-\\n(^yu'\h'|0u'\c .\} .if \\n(^v \{\ .nr ^x \\n(^tu+1v-\\n(^Yu \kx\h'-\\nxu'\h'|\\n(^lu+3n'\ky\L'-\\n(^xu'\v'\\n(^xu'\h'|0u'\c .\} .bp 'fi .ev .if \\n(^b \{\ .mk ^y .nr ^b 2 .\} .if \\n(^v \{\ .mk ^Y .\} .. .\" # DS - begin display .de DS .RS .nf .sp .. .\" # DE - end display .de DE .fi .RE .sp .. .\" # SO - start of list of standard options .de SO 'ie '\\$1'' .ds So \\fBoptions\\fR 'el .ds So \\fB\\$1\\fR .SH "STANDARD OPTIONS" .LP .nf .ta 5.5c 11c .ft B .. .\" # SE - end of list of standard options .de SE .fi .ft R .LP See the \\*(So manual entry for details on the standard options. .. .\" # OP - start of full description for a single option .de OP .LP .nf .ta 4c Command-Line Name: \\fB\\$1\\fR Database Name: \\fB\\$2\\fR Database Class: \\fB\\$3\\fR .fi .IP .. .\" # CS - begin code excerpt .de CS .RS .nf .ta .25i .5i .75i 1i .. .\" # CE - end code excerpt .de CE .fi .RE .. .\" # UL - underline word .de UL \\$1\l'|0\(ul'\\$2 .. .\" # QW - apply quotation marks to word .de QW .ie '\\*(lq'"' ``\\$1''\\$2 .\"" fix emacs highlighting .el \\*(lq\\$1\\*(rq\\$2 .. .\" # PQ - apply parens and quotation marks to word .de PQ .ie '\\*(lq'"' (``\\$1''\\$2)\\$3 .\"" fix emacs highlighting .el (\\*(lq\\$1\\*(rq\\$2)\\$3 .. .\" # QR - quoted range .de QR .ie '\\*(lq'"' ``\\$1''\\-``\\$2''\\$3 .\"" fix emacs highlighting .el \\*(lq\\$1\\*(rq\\-\\*(lq\\$2\\*(rq\\$3 .. .\" # MT - "empty" string .de MT .QW "" .. .BS .SH NAME cmdr::validate::valtype::iban \- Cmdr - Validation type facade for Tcllib valtype::iban .SH SYNOPSIS package require \fBcmdr::validate::valtype::iban \fR .sp .BE .SH DESCRIPTION .PP Welcome to the Cmdr project, written by Andreas Kupries\&. .PP For availability please read \fICmdr - How To Get The Sources\fR\&. .PP .PP This package is a facade to Tcllib's package \fBvaltype::iban\fR, wrapping it for use as a proper Cmdr validation type\&. .PP Please read that package's documentation for details on the accepted input\&. .PP The type has no input completion\&. .PP The details of the exported API can be found in \fICmdr - Writing custom validation types\fR\&. The chosen default is the empty string\&. .SH "BUGS, IDEAS, FEEDBACK" Both the package(s) and this documentation will undoubtedly contain bugs and other problems\&. Please report such at \fICmdr Tickets\fR [https:/core\&.tcl\&.tk/akupries/cmdr]\&. .PP Please also report any ideas you may have for enhancements of either package(s) and/or documentation\&. .SH KEYWORDS arguments, command hierarchy, command line completion, command line handling, command tree, editing command line, help for command line, hierarchy of commands, interactive command shell, optional arguments, options, parameters, processing command line, tree of commands .SH COPYRIGHT .nf Copyright (c) 2013-2015 Andreas Kupries Copyright (c) 2013-2015 Documentation, Andreas Kupries .fi |
Added embedded/man/files/cmdr_vt_imei.n.
> > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 | '\" '\" Generated from file 'valtype\&.inc' by tcllib/doctools with format 'nroff' '\" Copyright (c) 2013-2015 Andreas Kupries '\" Copyright (c) 2013-2015 Documentation, Andreas Kupries '\" .TH "cmdr::validate::valtype::imei" n 1 doc "Cmdr, a framework for command line parsing and dispatch" .\" The -*- nroff -*- definitions below are for supplemental macros used .\" in Tcl/Tk manual entries. .\" .\" .AP type name in/out ?indent? .\" Start paragraph describing an argument to a library procedure. .\" type is type of argument (int, etc.), in/out is either "in", "out", .\" or "in/out" to describe whether procedure reads or modifies arg, .\" and indent is equivalent to second arg of .IP (shouldn't ever be .\" needed; use .AS below instead) .\" .\" .AS ?type? ?name? .\" Give maximum sizes of arguments for setting tab stops. Type and .\" name are examples of largest possible arguments that will be passed .\" to .AP later. If args are omitted, default tab stops are used. .\" .\" .BS .\" Start box enclosure. From here until next .BE, everything will be .\" enclosed in one large box. .\" .\" .BE .\" End of box enclosure. .\" .\" .CS .\" Begin code excerpt. .\" .\" .CE .\" End code excerpt. .\" .\" .VS ?version? ?br? .\" Begin vertical sidebar, for use in marking newly-changed parts .\" of man pages. The first argument is ignored and used for recording .\" the version when the .VS was added, so that the sidebars can be .\" found and removed when they reach a certain age. If another argument .\" is present, then a line break is forced before starting the sidebar. .\" .\" .VE .\" End of vertical sidebar. .\" .\" .DS .\" Begin an indented unfilled display. .\" .\" .DE .\" End of indented unfilled display. .\" .\" .SO ?manpage? .\" Start of list of standard options for a Tk widget. The manpage .\" argument defines where to look up the standard options; if .\" omitted, defaults to "options". The options follow on successive .\" lines, in three columns separated by tabs. .\" .\" .SE .\" End of list of standard options for a Tk widget. .\" .\" .OP cmdName dbName dbClass .\" Start of description of a specific option. cmdName gives the .\" option's name as specified in the class command, dbName gives .\" the option's name in the option database, and dbClass gives .\" the option's class in the option database. .\" .\" .UL arg1 arg2 .\" Print arg1 underlined, then print arg2 normally. .\" .\" .QW arg1 ?arg2? .\" Print arg1 in quotes, then arg2 normally (for trailing punctuation). .\" .\" .PQ arg1 ?arg2? .\" Print an open parenthesis, arg1 in quotes, then arg2 normally .\" (for trailing punctuation) and then a closing parenthesis. .\" .\" # Set up traps and other miscellaneous stuff for Tcl/Tk man pages. .if t .wh -1.3i ^B .nr ^l \n(.l .ad b .\" # Start an argument description .de AP .ie !"\\$4"" .TP \\$4 .el \{\ . ie !"\\$2"" .TP \\n()Cu . el .TP 15 .\} .ta \\n()Au \\n()Bu .ie !"\\$3"" \{\ \&\\$1 \\fI\\$2\\fP (\\$3) .\".b .\} .el \{\ .br .ie !"\\$2"" \{\ \&\\$1 \\fI\\$2\\fP .\} .el \{\ \&\\fI\\$1\\fP .\} .\} .. .\" # define tabbing values for .AP .de AS .nr )A 10n .if !"\\$1"" .nr )A \\w'\\$1'u+3n .nr )B \\n()Au+15n .\" .if !"\\$2"" .nr )B \\w'\\$2'u+\\n()Au+3n .nr )C \\n()Bu+\\w'(in/out)'u+2n .. .AS Tcl_Interp Tcl_CreateInterp in/out .\" # BS - start boxed text .\" # ^y = starting y location .\" # ^b = 1 .de BS .br .mk ^y .nr ^b 1u .if n .nf .if n .ti 0 .if n \l'\\n(.lu\(ul' .if n .fi .. .\" # BE - end boxed text (draw box now) .de BE .nf .ti 0 .mk ^t .ie n \l'\\n(^lu\(ul' .el \{\ .\" Draw four-sided box normally, but don't draw top of .\" box if the box started on an earlier page. .ie !\\n(^b-1 \{\ \h'-1.5n'\L'|\\n(^yu-1v'\l'\\n(^lu+3n\(ul'\L'\\n(^tu+1v-\\n(^yu'\l'|0u-1.5n\(ul' .\} .el \}\ \h'-1.5n'\L'|\\n(^yu-1v'\h'\\n(^lu+3n'\L'\\n(^tu+1v-\\n(^yu'\l'|0u-1.5n\(ul' .\} .\} .fi .br .nr ^b 0 .. .\" # VS - start vertical sidebar .\" # ^Y = starting y location .\" # ^v = 1 (for troff; for nroff this doesn't matter) .de VS .if !"\\$2"" .br .mk ^Y .ie n 'mc \s12\(br\s0 .el .nr ^v 1u .. .\" # VE - end of vertical sidebar .de VE .ie n 'mc .el \{\ .ev 2 .nf .ti 0 .mk ^t \h'|\\n(^lu+3n'\L'|\\n(^Yu-1v\(bv'\v'\\n(^tu+1v-\\n(^Yu'\h'-|\\n(^lu+3n' .sp -1 .fi .ev .\} .nr ^v 0 .. .\" # Special macro to handle page bottom: finish off current .\" # box/sidebar if in box/sidebar mode, then invoked standard .\" # page bottom macro. .de ^B .ev 2 'ti 0 'nf .mk ^t .if \\n(^b \{\ .\" Draw three-sided box if this is the box's first page, .\" draw two sides but no top otherwise. .ie !\\n(^b-1 \h'-1.5n'\L'|\\n(^yu-1v'\l'\\n(^lu+3n\(ul'\L'\\n(^tu+1v-\\n(^yu'\h'|0u'\c .el \h'-1.5n'\L'|\\n(^yu-1v'\h'\\n(^lu+3n'\L'\\n(^tu+1v-\\n(^yu'\h'|0u'\c .\} .if \\n(^v \{\ .nr ^x \\n(^tu+1v-\\n(^Yu \kx\h'-\\nxu'\h'|\\n(^lu+3n'\ky\L'-\\n(^xu'\v'\\n(^xu'\h'|0u'\c .\} .bp 'fi .ev .if \\n(^b \{\ .mk ^y .nr ^b 2 .\} .if \\n(^v \{\ .mk ^Y .\} .. .\" # DS - begin display .de DS .RS .nf .sp .. .\" # DE - end display .de DE .fi .RE .sp .. .\" # SO - start of list of standard options .de SO 'ie '\\$1'' .ds So \\fBoptions\\fR 'el .ds So \\fB\\$1\\fR .SH "STANDARD OPTIONS" .LP .nf .ta 5.5c 11c .ft B .. .\" # SE - end of list of standard options .de SE .fi .ft R .LP See the \\*(So manual entry for details on the standard options. .. .\" # OP - start of full description for a single option .de OP .LP .nf .ta 4c Command-Line Name: \\fB\\$1\\fR Database Name: \\fB\\$2\\fR Database Class: \\fB\\$3\\fR .fi .IP .. .\" # CS - begin code excerpt .de CS .RS .nf .ta .25i .5i .75i 1i .. .\" # CE - end code excerpt .de CE .fi .RE .. .\" # UL - underline word .de UL \\$1\l'|0\(ul'\\$2 .. .\" # QW - apply quotation marks to word .de QW .ie '\\*(lq'"' ``\\$1''\\$2 .\"" fix emacs highlighting .el \\*(lq\\$1\\*(rq\\$2 .. .\" # PQ - apply parens and quotation marks to word .de PQ .ie '\\*(lq'"' (``\\$1''\\$2)\\$3 .\"" fix emacs highlighting .el (\\*(lq\\$1\\*(rq\\$2)\\$3 .. .\" # QR - quoted range .de QR .ie '\\*(lq'"' ``\\$1''\\-``\\$2''\\$3 .\"" fix emacs highlighting .el \\*(lq\\$1\\*(rq\\-\\*(lq\\$2\\*(rq\\$3 .. .\" # MT - "empty" string .de MT .QW "" .. .BS .SH NAME cmdr::validate::valtype::imei \- Cmdr - Validation type facade for Tcllib valtype::imei .SH SYNOPSIS package require \fBcmdr::validate::valtype::imei \fR .sp .BE .SH DESCRIPTION .PP Welcome to the Cmdr project, written by Andreas Kupries\&. .PP For availability please read \fICmdr - How To Get The Sources\fR\&. .PP .PP This package is a facade to Tcllib's package \fBvaltype::imei\fR, wrapping it for use as a proper Cmdr validation type\&. .PP Please read that package's documentation for details on the accepted input\&. .PP The type has no input completion\&. .PP The details of the exported API can be found in \fICmdr - Writing custom validation types\fR\&. The chosen default is the empty string\&. .SH "BUGS, IDEAS, FEEDBACK" Both the package(s) and this documentation will undoubtedly contain bugs and other problems\&. Please report such at \fICmdr Tickets\fR [https:/core\&.tcl\&.tk/akupries/cmdr]\&. .PP Please also report any ideas you may have for enhancements of either package(s) and/or documentation\&. .SH KEYWORDS arguments, command hierarchy, command line completion, command line handling, command tree, editing command line, help for command line, hierarchy of commands, interactive command shell, optional arguments, options, parameters, processing command line, tree of commands .SH COPYRIGHT .nf Copyright (c) 2013-2015 Andreas Kupries Copyright (c) 2013-2015 Documentation, Andreas Kupries .fi |
Added embedded/man/files/cmdr_vt_isbn.n.
> > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 | '\" '\" Generated from file 'valtype\&.inc' by tcllib/doctools with format 'nroff' '\" Copyright (c) 2013-2015 Andreas Kupries '\" Copyright (c) 2013-2015 Documentation, Andreas Kupries '\" .TH "cmdr::validate::valtype::isbn" n 1 doc "Cmdr, a framework for command line parsing and dispatch" .\" The -*- nroff -*- definitions below are for supplemental macros used .\" in Tcl/Tk manual entries. .\" .\" .AP type name in/out ?indent? .\" Start paragraph describing an argument to a library procedure. .\" type is type of argument (int, etc.), in/out is either "in", "out", .\" or "in/out" to describe whether procedure reads or modifies arg, .\" and indent is equivalent to second arg of .IP (shouldn't ever be .\" needed; use .AS below instead) .\" .\" .AS ?type? ?name? .\" Give maximum sizes of arguments for setting tab stops. Type and .\" name are examples of largest possible arguments that will be passed .\" to .AP later. If args are omitted, default tab stops are used. .\" .\" .BS .\" Start box enclosure. From here until next .BE, everything will be .\" enclosed in one large box. .\" .\" .BE .\" End of box enclosure. .\" .\" .CS .\" Begin code excerpt. .\" .\" .CE .\" End code excerpt. .\" .\" .VS ?version? ?br? .\" Begin vertical sidebar, for use in marking newly-changed parts .\" of man pages. The first argument is ignored and used for recording .\" the version when the .VS was added, so that the sidebars can be .\" found and removed when they reach a certain age. If another argument .\" is present, then a line break is forced before starting the sidebar. .\" .\" .VE .\" End of vertical sidebar. .\" .\" .DS .\" Begin an indented unfilled display. .\" .\" .DE .\" End of indented unfilled display. .\" .\" .SO ?manpage? .\" Start of list of standard options for a Tk widget. The manpage .\" argument defines where to look up the standard options; if .\" omitted, defaults to "options". The options follow on successive .\" lines, in three columns separated by tabs. .\" .\" .SE .\" End of list of standard options for a Tk widget. .\" .\" .OP cmdName dbName dbClass .\" Start of description of a specific option. cmdName gives the .\" option's name as specified in the class command, dbName gives .\" the option's name in the option database, and dbClass gives .\" the option's class in the option database. .\" .\" .UL arg1 arg2 .\" Print arg1 underlined, then print arg2 normally. .\" .\" .QW arg1 ?arg2? .\" Print arg1 in quotes, then arg2 normally (for trailing punctuation). .\" .\" .PQ arg1 ?arg2? .\" Print an open parenthesis, arg1 in quotes, then arg2 normally .\" (for trailing punctuation) and then a closing parenthesis. .\" .\" # Set up traps and other miscellaneous stuff for Tcl/Tk man pages. .if t .wh -1.3i ^B .nr ^l \n(.l .ad b .\" # Start an argument description .de AP .ie !"\\$4"" .TP \\$4 .el \{\ . ie !"\\$2"" .TP \\n()Cu . el .TP 15 .\} .ta \\n()Au \\n()Bu .ie !"\\$3"" \{\ \&\\$1 \\fI\\$2\\fP (\\$3) .\".b .\} .el \{\ .br .ie !"\\$2"" \{\ \&\\$1 \\fI\\$2\\fP .\} .el \{\ \&\\fI\\$1\\fP .\} .\} .. .\" # define tabbing values for .AP .de AS .nr )A 10n .if !"\\$1"" .nr )A \\w'\\$1'u+3n .nr )B \\n()Au+15n .\" .if !"\\$2"" .nr )B \\w'\\$2'u+\\n()Au+3n .nr )C \\n()Bu+\\w'(in/out)'u+2n .. .AS Tcl_Interp Tcl_CreateInterp in/out .\" # BS - start boxed text .\" # ^y = starting y location .\" # ^b = 1 .de BS .br .mk ^y .nr ^b 1u .if n .nf .if n .ti 0 .if n \l'\\n(.lu\(ul' .if n .fi .. .\" # BE - end boxed text (draw box now) .de BE .nf .ti 0 .mk ^t .ie n \l'\\n(^lu\(ul' .el \{\ .\" Draw four-sided box normally, but don't draw top of .\" box if the box started on an earlier page. .ie !\\n(^b-1 \{\ \h'-1.5n'\L'|\\n(^yu-1v'\l'\\n(^lu+3n\(ul'\L'\\n(^tu+1v-\\n(^yu'\l'|0u-1.5n\(ul' .\} .el \}\ \h'-1.5n'\L'|\\n(^yu-1v'\h'\\n(^lu+3n'\L'\\n(^tu+1v-\\n(^yu'\l'|0u-1.5n\(ul' .\} .\} .fi .br .nr ^b 0 .. .\" # VS - start vertical sidebar .\" # ^Y = starting y location .\" # ^v = 1 (for troff; for nroff this doesn't matter) .de VS .if !"\\$2"" .br .mk ^Y .ie n 'mc \s12\(br\s0 .el .nr ^v 1u .. .\" # VE - end of vertical sidebar .de VE .ie n 'mc .el \{\ .ev 2 .nf .ti 0 .mk ^t \h'|\\n(^lu+3n'\L'|\\n(^Yu-1v\(bv'\v'\\n(^tu+1v-\\n(^Yu'\h'-|\\n(^lu+3n' .sp -1 .fi .ev .\} .nr ^v 0 .. .\" # Special macro to handle page bottom: finish off current .\" # box/sidebar if in box/sidebar mode, then invoked standard .\" # page bottom macro. .de ^B .ev 2 'ti 0 'nf .mk ^t .if \\n(^b \{\ .\" Draw three-sided box if this is the box's first page, .\" draw two sides but no top otherwise. .ie !\\n(^b-1 \h'-1.5n'\L'|\\n(^yu-1v'\l'\\n(^lu+3n\(ul'\L'\\n(^tu+1v-\\n(^yu'\h'|0u'\c .el \h'-1.5n'\L'|\\n(^yu-1v'\h'\\n(^lu+3n'\L'\\n(^tu+1v-\\n(^yu'\h'|0u'\c .\} .if \\n(^v \{\ .nr ^x \\n(^tu+1v-\\n(^Yu \kx\h'-\\nxu'\h'|\\n(^lu+3n'\ky\L'-\\n(^xu'\v'\\n(^xu'\h'|0u'\c .\} .bp 'fi .ev .if \\n(^b \{\ .mk ^y .nr ^b 2 .\} .if \\n(^v \{\ .mk ^Y .\} .. .\" # DS - begin display .de DS .RS .nf .sp .. .\" # DE - end display .de DE .fi .RE .sp .. .\" # SO - start of list of standard options .de SO 'ie '\\$1'' .ds So \\fBoptions\\fR 'el .ds So \\fB\\$1\\fR .SH "STANDARD OPTIONS" .LP .nf .ta 5.5c 11c .ft B .. .\" # SE - end of list of standard options .de SE .fi .ft R .LP See the \\*(So manual entry for details on the standard options. .. .\" # OP - start of full description for a single option .de OP .LP .nf .ta 4c Command-Line Name: \\fB\\$1\\fR Database Name: \\fB\\$2\\fR Database Class: \\fB\\$3\\fR .fi .IP .. .\" # CS - begin code excerpt .de CS .RS .nf .ta .25i .5i .75i 1i .. .\" # CE - end code excerpt .de CE .fi .RE .. .\" # UL - underline word .de UL \\$1\l'|0\(ul'\\$2 .. .\" # QW - apply quotation marks to word .de QW .ie '\\*(lq'"' ``\\$1''\\$2 .\"" fix emacs highlighting .el \\*(lq\\$1\\*(rq\\$2 .. .\" # PQ - apply parens and quotation marks to word .de PQ .ie '\\*(lq'"' (``\\$1''\\$2)\\$3 .\"" fix emacs highlighting .el (\\*(lq\\$1\\*(rq\\$2)\\$3 .. .\" # QR - quoted range .de QR .ie '\\*(lq'"' ``\\$1''\\-``\\$2''\\$3 .\"" fix emacs highlighting .el \\*(lq\\$1\\*(rq\\-\\*(lq\\$2\\*(rq\\$3 .. .\" # MT - "empty" string .de MT .QW "" .. .BS .SH NAME cmdr::validate::valtype::isbn \- Cmdr - Validation type facade for Tcllib valtype::isbn .SH SYNOPSIS package require \fBcmdr::validate::valtype::isbn \fR .sp .BE .SH DESCRIPTION .PP Welcome to the Cmdr project, written by Andreas Kupries\&. .PP For availability please read \fICmdr - How To Get The Sources\fR\&. .PP .PP This package is a facade to Tcllib's package \fBvaltype::isbn\fR, wrapping it for use as a proper Cmdr validation type\&. .PP Please read that package's documentation for details on the accepted input\&. .PP The type has no input completion\&. .PP The details of the exported API can be found in \fICmdr - Writing custom validation types\fR\&. The chosen default is the empty string\&. .SH "BUGS, IDEAS, FEEDBACK" Both the package(s) and this documentation will undoubtedly contain bugs and other problems\&. Please report such at \fICmdr Tickets\fR [https:/core\&.tcl\&.tk/akupries/cmdr]\&. .PP Please also report any ideas you may have for enhancements of either package(s) and/or documentation\&. .SH KEYWORDS arguments, command hierarchy, command line completion, command line handling, command tree, editing command line, help for command line, hierarchy of commands, interactive command shell, optional arguments, options, parameters, processing command line, tree of commands .SH COPYRIGHT .nf Copyright (c) 2013-2015 Andreas Kupries Copyright (c) 2013-2015 Documentation, Andreas Kupries .fi |
Added embedded/man/files/cmdr_vt_luhn.n.
> > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 | '\" '\" Generated from file 'valtype\&.inc' by tcllib/doctools with format 'nroff' '\" Copyright (c) 2013-2015 Andreas Kupries '\" Copyright (c) 2013-2015 Documentation, Andreas Kupries '\" .TH "cmdr::validate::valtype::luhn" n 1 doc "Cmdr, a framework for command line parsing and dispatch" .\" The -*- nroff -*- definitions below are for supplemental macros used .\" in Tcl/Tk manual entries. .\" .\" .AP type name in/out ?indent? .\" Start paragraph describing an argument to a library procedure. .\" type is type of argument (int, etc.), in/out is either "in", "out", .\" or "in/out" to describe whether procedure reads or modifies arg, .\" and indent is equivalent to second arg of .IP (shouldn't ever be .\" needed; use .AS below instead) .\" .\" .AS ?type? ?name? .\" Give maximum sizes of arguments for setting tab stops. Type and .\" name are examples of largest possible arguments that will be passed .\" to .AP later. If args are omitted, default tab stops are used. .\" .\" .BS .\" Start box enclosure. From here until next .BE, everything will be .\" enclosed in one large box. .\" .\" .BE .\" End of box enclosure. .\" .\" .CS .\" Begin code excerpt. .\" .\" .CE .\" End code excerpt. .\" .\" .VS ?version? ?br? .\" Begin vertical sidebar, for use in marking newly-changed parts .\" of man pages. The first argument is ignored and used for recording .\" the version when the .VS was added, so that the sidebars can be .\" found and removed when they reach a certain age. If another argument .\" is present, then a line break is forced before starting the sidebar. .\" .\" .VE .\" End of vertical sidebar. .\" .\" .DS .\" Begin an indented unfilled display. .\" .\" .DE .\" End of indented unfilled display. .\" .\" .SO ?manpage? .\" Start of list of standard options for a Tk widget. The manpage .\" argument defines where to look up the standard options; if .\" omitted, defaults to "options". The options follow on successive .\" lines, in three columns separated by tabs. .\" .\" .SE .\" End of list of standard options for a Tk widget. .\" .\" .OP cmdName dbName dbClass .\" Start of description of a specific option. cmdName gives the .\" option's name as specified in the class command, dbName gives .\" the option's name in the option database, and dbClass gives .\" the option's class in the option database. .\" .\" .UL arg1 arg2 .\" Print arg1 underlined, then print arg2 normally. .\" .\" .QW arg1 ?arg2? .\" Print arg1 in quotes, then arg2 normally (for trailing punctuation). .\" .\" .PQ arg1 ?arg2? .\" Print an open parenthesis, arg1 in quotes, then arg2 normally .\" (for trailing punctuation) and then a closing parenthesis. .\" .\" # Set up traps and other miscellaneous stuff for Tcl/Tk man pages. .if t .wh -1.3i ^B .nr ^l \n(.l .ad b .\" # Start an argument description .de AP .ie !"\\$4"" .TP \\$4 .el \{\ . ie !"\\$2"" .TP \\n()Cu . el .TP 15 .\} .ta \\n()Au \\n()Bu .ie !"\\$3"" \{\ \&\\$1 \\fI\\$2\\fP (\\$3) .\".b .\} .el \{\ .br .ie !"\\$2"" \{\ \&\\$1 \\fI\\$2\\fP .\} .el \{\ \&\\fI\\$1\\fP .\} .\} .. .\" # define tabbing values for .AP .de AS .nr )A 10n .if !"\\$1"" .nr )A \\w'\\$1'u+3n .nr )B \\n()Au+15n .\" .if !"\\$2"" .nr )B \\w'\\$2'u+\\n()Au+3n .nr )C \\n()Bu+\\w'(in/out)'u+2n .. .AS Tcl_Interp Tcl_CreateInterp in/out .\" # BS - start boxed text .\" # ^y = starting y location .\" # ^b = 1 .de BS .br .mk ^y .nr ^b 1u .if n .nf .if n .ti 0 .if n \l'\\n(.lu\(ul' .if n .fi .. .\" # BE - end boxed text (draw box now) .de BE .nf .ti 0 .mk ^t .ie n \l'\\n(^lu\(ul' .el \{\ .\" Draw four-sided box normally, but don't draw top of .\" box if the box started on an earlier page. .ie !\\n(^b-1 \{\ \h'-1.5n'\L'|\\n(^yu-1v'\l'\\n(^lu+3n\(ul'\L'\\n(^tu+1v-\\n(^yu'\l'|0u-1.5n\(ul' .\} .el \}\ \h'-1.5n'\L'|\\n(^yu-1v'\h'\\n(^lu+3n'\L'\\n(^tu+1v-\\n(^yu'\l'|0u-1.5n\(ul' .\} .\} .fi .br .nr ^b 0 .. .\" # VS - start vertical sidebar .\" # ^Y = starting y location .\" # ^v = 1 (for troff; for nroff this doesn't matter) .de VS .if !"\\$2"" .br .mk ^Y .ie n 'mc \s12\(br\s0 .el .nr ^v 1u .. .\" # VE - end of vertical sidebar .de VE .ie n 'mc .el \{\ .ev 2 .nf .ti 0 .mk ^t \h'|\\n(^lu+3n'\L'|\\n(^Yu-1v\(bv'\v'\\n(^tu+1v-\\n(^Yu'\h'-|\\n(^lu+3n' .sp -1 .fi .ev .\} .nr ^v 0 .. .\" # Special macro to handle page bottom: finish off current .\" # box/sidebar if in box/sidebar mode, then invoked standard .\" # page bottom macro. .de ^B .ev 2 'ti 0 'nf .mk ^t .if \\n(^b \{\ .\" Draw three-sided box if this is the box's first page, .\" draw two sides but no top otherwise. .ie !\\n(^b-1 \h'-1.5n'\L'|\\n(^yu-1v'\l'\\n(^lu+3n\(ul'\L'\\n(^tu+1v-\\n(^yu'\h'|0u'\c .el \h'-1.5n'\L'|\\n(^yu-1v'\h'\\n(^lu+3n'\L'\\n(^tu+1v-\\n(^yu'\h'|0u'\c .\} .if \\n(^v \{\ .nr ^x \\n(^tu+1v-\\n(^Yu \kx\h'-\\nxu'\h'|\\n(^lu+3n'\ky\L'-\\n(^xu'\v'\\n(^xu'\h'|0u'\c .\} .bp 'fi .ev .if \\n(^b \{\ .mk ^y .nr ^b 2 .\} .if \\n(^v \{\ .mk ^Y .\} .. .\" # DS - begin display .de DS .RS .nf .sp .. .\" # DE - end display .de DE .fi .RE .sp .. .\" # SO - start of list of standard options .de SO 'ie '\\$1'' .ds So \\fBoptions\\fR 'el .ds So \\fB\\$1\\fR .SH "STANDARD OPTIONS" .LP .nf .ta 5.5c 11c .ft B .. .\" # SE - end of list of standard options .de SE .fi .ft R .LP See the \\*(So manual entry for details on the standard options. .. .\" # OP - start of full description for a single option .de OP .LP .nf .ta 4c Command-Line Name: \\fB\\$1\\fR Database Name: \\fB\\$2\\fR Database Class: \\fB\\$3\\fR .fi .IP .. .\" # CS - begin code excerpt .de CS .RS .nf .ta .25i .5i .75i 1i .. .\" # CE - end code excerpt .de CE .fi .RE .. .\" # UL - underline word .de UL \\$1\l'|0\(ul'\\$2 .. .\" # QW - apply quotation marks to word .de QW .ie '\\*(lq'"' ``\\$1''\\$2 .\"" fix emacs highlighting .el \\*(lq\\$1\\*(rq\\$2 .. .\" # PQ - apply parens and quotation marks to word .de PQ .ie '\\*(lq'"' (``\\$1''\\$2)\\$3 .\"" fix emacs highlighting .el (\\*(lq\\$1\\*(rq\\$2)\\$3 .. .\" # QR - quoted range .de QR .ie '\\*(lq'"' ``\\$1''\\-``\\$2''\\$3 .\"" fix emacs highlighting .el \\*(lq\\$1\\*(rq\\-\\*(lq\\$2\\*(rq\\$3 .. .\" # MT - "empty" string .de MT .QW "" .. .BS .SH NAME cmdr::validate::valtype::luhn \- Cmdr - Validation type facade for Tcllib valtype::luhn .SH SYNOPSIS package require \fBcmdr::validate::valtype::luhn \fR .sp .BE .SH DESCRIPTION .PP Welcome to the Cmdr project, written by Andreas Kupries\&. .PP For availability please read \fICmdr - How To Get The Sources\fR\&. .PP .PP This package is a facade to Tcllib's package \fBvaltype::luhn\fR, wrapping it for use as a proper Cmdr validation type\&. .PP Please read that package's documentation for details on the accepted input\&. .PP The type has no input completion\&. .PP The details of the exported API can be found in \fICmdr - Writing custom validation types\fR\&. The chosen default is the empty string\&. .SH "BUGS, IDEAS, FEEDBACK" Both the package(s) and this documentation will undoubtedly contain bugs and other problems\&. Please report such at \fICmdr Tickets\fR [https:/core\&.tcl\&.tk/akupries/cmdr]\&. .PP Please also report any ideas you may have for enhancements of either package(s) and/or documentation\&. .SH KEYWORDS arguments, command hierarchy, command line completion, command line handling, command tree, editing command line, help for command line, hierarchy of commands, interactive command shell, optional arguments, options, parameters, processing command line, tree of commands .SH COPYRIGHT .nf Copyright (c) 2013-2015 Andreas Kupries Copyright (c) 2013-2015 Documentation, Andreas Kupries .fi |
Added embedded/man/files/cmdr_vt_luhn5.n.
> > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 | '\" '\" Generated from file 'valtype\&.inc' by tcllib/doctools with format 'nroff' '\" Copyright (c) 2013-2015 Andreas Kupries '\" Copyright (c) 2013-2015 Documentation, Andreas Kupries '\" .TH "cmdr::validate::valtype::luhn5" n 1 doc "Cmdr, a framework for command line parsing and dispatch" .\" The -*- nroff -*- definitions below are for supplemental macros used .\" in Tcl/Tk manual entries. .\" .\" .AP type name in/out ?indent? .\" Start paragraph describing an argument to a library procedure. .\" type is type of argument (int, etc.), in/out is either "in", "out", .\" or "in/out" to describe whether procedure reads or modifies arg, .\" and indent is equivalent to second arg of .IP (shouldn't ever be .\" needed; use .AS below instead) .\" .\" .AS ?type? ?name? .\" Give maximum sizes of arguments for setting tab stops. Type and .\" name are examples of largest possible arguments that will be passed .\" to .AP later. If args are omitted, default tab stops are used. .\" .\" .BS .\" Start box enclosure. From here until next .BE, everything will be .\" enclosed in one large box. .\" .\" .BE .\" End of box enclosure. .\" .\" .CS .\" Begin code excerpt. .\" .\" .CE .\" End code excerpt. .\" .\" .VS ?version? ?br? .\" Begin vertical sidebar, for use in marking newly-changed parts .\" of man pages. The first argument is ignored and used for recording .\" the version when the .VS was added, so that the sidebars can be .\" found and removed when they reach a certain age. If another argument .\" is present, then a line break is forced before starting the sidebar. .\" .\" .VE .\" End of vertical sidebar. .\" .\" .DS .\" Begin an indented unfilled display. .\" .\" .DE .\" End of indented unfilled display. .\" .\" .SO ?manpage? .\" Start of list of standard options for a Tk widget. The manpage .\" argument defines where to look up the standard options; if .\" omitted, defaults to "options". The options follow on successive .\" lines, in three columns separated by tabs. .\" .\" .SE .\" End of list of standard options for a Tk widget. .\" .\" .OP cmdName dbName dbClass .\" Start of description of a specific option. cmdName gives the .\" option's name as specified in the class command, dbName gives .\" the option's name in the option database, and dbClass gives .\" the option's class in the option database. .\" .\" .UL arg1 arg2 .\" Print arg1 underlined, then print arg2 normally. .\" .\" .QW arg1 ?arg2? .\" Print arg1 in quotes, then arg2 normally (for trailing punctuation). .\" .\" .PQ arg1 ?arg2? .\" Print an open parenthesis, arg1 in quotes, then arg2 normally .\" (for trailing punctuation) and then a closing parenthesis. .\" .\" # Set up traps and other miscellaneous stuff for Tcl/Tk man pages. .if t .wh -1.3i ^B .nr ^l \n(.l .ad b .\" # Start an argument description .de AP .ie !"\\$4"" .TP \\$4 .el \{\ . ie !"\\$2"" .TP \\n()Cu . el .TP 15 .\} .ta \\n()Au \\n()Bu .ie !"\\$3"" \{\ \&\\$1 \\fI\\$2\\fP (\\$3) .\".b .\} .el \{\ .br .ie !"\\$2"" \{\ \&\\$1 \\fI\\$2\\fP .\} .el \{\ \&\\fI\\$1\\fP .\} .\} .. .\" # define tabbing values for .AP .de AS .nr )A 10n .if !"\\$1"" .nr )A \\w'\\$1'u+3n .nr )B \\n()Au+15n .\" .if !"\\$2"" .nr )B \\w'\\$2'u+\\n()Au+3n .nr )C \\n()Bu+\\w'(in/out)'u+2n .. .AS Tcl_Interp Tcl_CreateInterp in/out .\" # BS - start boxed text .\" # ^y = starting y location .\" # ^b = 1 .de BS .br .mk ^y .nr ^b 1u .if n .nf .if n .ti 0 .if n \l'\\n(.lu\(ul' .if n .fi .. .\" # BE - end boxed text (draw box now) .de BE .nf .ti 0 .mk ^t .ie n \l'\\n(^lu\(ul' .el \{\ .\" Draw four-sided box normally, but don't draw top of .\" box if the box started on an earlier page. .ie !\\n(^b-1 \{\ \h'-1.5n'\L'|\\n(^yu-1v'\l'\\n(^lu+3n\(ul'\L'\\n(^tu+1v-\\n(^yu'\l'|0u-1.5n\(ul' .\} .el \}\ \h'-1.5n'\L'|\\n(^yu-1v'\h'\\n(^lu+3n'\L'\\n(^tu+1v-\\n(^yu'\l'|0u-1.5n\(ul' .\} .\} .fi .br .nr ^b 0 .. .\" # VS - start vertical sidebar .\" # ^Y = starting y location .\" # ^v = 1 (for troff; for nroff this doesn't matter) .de VS .if !"\\$2"" .br .mk ^Y .ie n 'mc \s12\(br\s0 .el .nr ^v 1u .. .\" # VE - end of vertical sidebar .de VE .ie n 'mc .el \{\ .ev 2 .nf .ti 0 .mk ^t \h'|\\n(^lu+3n'\L'|\\n(^Yu-1v\(bv'\v'\\n(^tu+1v-\\n(^Yu'\h'-|\\n(^lu+3n' .sp -1 .fi .ev .\} .nr ^v 0 .. .\" # Special macro to handle page bottom: finish off current .\" # box/sidebar if in box/sidebar mode, then invoked standard .\" # page bottom macro. .de ^B .ev 2 'ti 0 'nf .mk ^t .if \\n(^b \{\ .\" Draw three-sided box if this is the box's first page, .\" draw two sides but no top otherwise. .ie !\\n(^b-1 \h'-1.5n'\L'|\\n(^yu-1v'\l'\\n(^lu+3n\(ul'\L'\\n(^tu+1v-\\n(^yu'\h'|0u'\c .el \h'-1.5n'\L'|\\n(^yu-1v'\h'\\n(^lu+3n'\L'\\n(^tu+1v-\\n(^yu'\h'|0u'\c .\} .if \\n(^v \{\ .nr ^x \\n(^tu+1v-\\n(^Yu \kx\h'-\\nxu'\h'|\\n(^lu+3n'\ky\L'-\\n(^xu'\v'\\n(^xu'\h'|0u'\c .\} .bp 'fi .ev .if \\n(^b \{\ .mk ^y .nr ^b 2 .\} .if \\n(^v \{\ .mk ^Y .\} .. .\" # DS - begin display .de DS .RS .nf .sp .. .\" # DE - end display .de DE .fi .RE .sp .. .\" # SO - start of list of standard options .de SO 'ie '\\$1'' .ds So \\fBoptions\\fR 'el .ds So \\fB\\$1\\fR .SH "STANDARD OPTIONS" .LP .nf .ta 5.5c 11c .ft B .. .\" # SE - end of list of standard options .de SE .fi .ft R .LP See the \\*(So manual entry for details on the standard options. .. .\" # OP - start of full description for a single option .de OP .LP .nf .ta 4c Command-Line Name: \\fB\\$1\\fR Database Name: \\fB\\$2\\fR Database Class: \\fB\\$3\\fR .fi .IP .. .\" # CS - begin code excerpt .de CS .RS .nf .ta .25i .5i .75i 1i .. .\" # CE - end code excerpt .de CE .fi .RE .. .\" # UL - underline word .de UL \\$1\l'|0\(ul'\\$2 .. .\" # QW - apply quotation marks to word .de QW .ie '\\*(lq'"' ``\\$1''\\$2 .\"" fix emacs highlighting .el \\*(lq\\$1\\*(rq\\$2 .. .\" # PQ - apply parens and quotation marks to word .de PQ .ie '\\*(lq'"' (``\\$1''\\$2)\\$3 .\"" fix emacs highlighting .el (\\*(lq\\$1\\*(rq\\$2)\\$3 .. .\" # QR - quoted range .de QR .ie '\\*(lq'"' ``\\$1''\\-``\\$2''\\$3 .\"" fix emacs highlighting .el \\*(lq\\$1\\*(rq\\-\\*(lq\\$2\\*(rq\\$3 .. .\" # MT - "empty" string .de MT .QW "" .. .BS .SH NAME cmdr::validate::valtype::luhn5 \- Cmdr - Validation type facade for Tcllib valtype::luhn5 .SH SYNOPSIS package require \fBcmdr::validate::valtype::luhn5 \fR .sp .BE .SH DESCRIPTION .PP Welcome to the Cmdr project, written by Andreas Kupries\&. .PP For availability please read \fICmdr - How To Get The Sources\fR\&. .PP .PP This package is a facade to Tcllib's package \fBvaltype::luhn5\fR, wrapping it for use as a proper Cmdr validation type\&. .PP Please read that package's documentation for details on the accepted input\&. .PP The type has no input completion\&. .PP The details of the exported API can be found in \fICmdr - Writing custom validation types\fR\&. The chosen default is the empty string\&. .SH "BUGS, IDEAS, FEEDBACK" Both the package(s) and this documentation will undoubtedly contain bugs and other problems\&. Please report such at \fICmdr Tickets\fR [https:/core\&.tcl\&.tk/akupries/cmdr]\&. .PP Please also report any ideas you may have for enhancements of either package(s) and/or documentation\&. .SH KEYWORDS arguments, command hierarchy, command line completion, command line handling, command tree, editing command line, help for command line, hierarchy of commands, interactive command shell, optional arguments, options, parameters, processing command line, tree of commands .SH COPYRIGHT .nf Copyright (c) 2013-2015 Andreas Kupries Copyright (c) 2013-2015 Documentation, Andreas Kupries .fi |
Added embedded/man/files/cmdr_vt_mastercard.n.
> > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 | '\" '\" Generated from file 'valtype\&.inc' by tcllib/doctools with format 'nroff' '\" Copyright (c) 2013-2015 Andreas Kupries '\" Copyright (c) 2013-2015 Documentation, Andreas Kupries '\" .TH "cmdr::validate::valtype::cc::mastercard" n 1 doc "Cmdr, a framework for command line parsing and dispatch" .\" The -*- nroff -*- definitions below are for supplemental macros used .\" in Tcl/Tk manual entries. .\" .\" .AP type name in/out ?indent? .\" Start paragraph describing an argument to a library procedure. .\" type is type of argument (int, etc.), in/out is either "in", "out", .\" or "in/out" to describe whether procedure reads or modifies arg, .\" and indent is equivalent to second arg of .IP (shouldn't ever be .\" needed; use .AS below instead) .\" .\" .AS ?type? ?name? .\" Give maximum sizes of arguments for setting tab stops. Type and .\" name are examples of largest possible arguments that will be passed .\" to .AP later. If args are omitted, default tab stops are used. .\" .\" .BS .\" Start box enclosure. From here until next .BE, everything will be .\" enclosed in one large box. .\" .\" .BE .\" End of box enclosure. .\" .\" .CS .\" Begin code excerpt. .\" .\" .CE .\" End code excerpt. .\" .\" .VS ?version? ?br? .\" Begin vertical sidebar, for use in marking newly-changed parts .\" of man pages. The first argument is ignored and used for recording .\" the version when the .VS was added, so that the sidebars can be .\" found and removed when they reach a certain age. If another argument .\" is present, then a line break is forced before starting the sidebar. .\" .\" .VE .\" End of vertical sidebar. .\" .\" .DS .\" Begin an indented unfilled display. .\" .\" .DE .\" End of indented unfilled display. .\" .\" .SO ?manpage? .\" Start of list of standard options for a Tk widget. The manpage .\" argument defines where to look up the standard options; if .\" omitted, defaults to "options". The options follow on successive .\" lines, in three columns separated by tabs. .\" .\" .SE .\" End of list of standard options for a Tk widget. .\" .\" .OP cmdName dbName dbClass .\" Start of description of a specific option. cmdName gives the .\" option's name as specified in the class command, dbName gives .\" the option's name in the option database, and dbClass gives .\" the option's class in the option database. .\" .\" .UL arg1 arg2 .\" Print arg1 underlined, then print arg2 normally. .\" .\" .QW arg1 ?arg2? .\" Print arg1 in quotes, then arg2 normally (for trailing punctuation). .\" .\" .PQ arg1 ?arg2? .\" Print an open parenthesis, arg1 in quotes, then arg2 normally .\" (for trailing punctuation) and then a closing parenthesis. .\" .\" # Set up traps and other miscellaneous stuff for Tcl/Tk man pages. .if t .wh -1.3i ^B .nr ^l \n(.l .ad b .\" # Start an argument description .de AP .ie !"\\$4"" .TP \\$4 .el \{\ . ie !"\\$2"" .TP \\n()Cu . el .TP 15 .\} .ta \\n()Au \\n()Bu .ie !"\\$3"" \{\ \&\\$1 \\fI\\$2\\fP (\\$3) .\".b .\} .el \{\ .br .ie !"\\$2"" \{\ \&\\$1 \\fI\\$2\\fP .\} .el \{\ \&\\fI\\$1\\fP .\} .\} .. .\" # define tabbing values for .AP .de AS .nr )A 10n .if !"\\$1"" .nr )A \\w'\\$1'u+3n .nr )B \\n()Au+15n .\" .if !"\\$2"" .nr )B \\w'\\$2'u+\\n()Au+3n .nr )C \\n()Bu+\\w'(in/out)'u+2n .. .AS Tcl_Interp Tcl_CreateInterp in/out .\" # BS - start boxed text .\" # ^y = starting y location .\" # ^b = 1 .de BS .br .mk ^y .nr ^b 1u .if n .nf .if n .ti 0 .if n \l'\\n(.lu\(ul' .if n .fi .. .\" # BE - end boxed text (draw box now) .de BE .nf .ti 0 .mk ^t .ie n \l'\\n(^lu\(ul' .el \{\ .\" Draw four-sided box normally, but don't draw top of .\" box if the box started on an earlier page. .ie !\\n(^b-1 \{\ \h'-1.5n'\L'|\\n(^yu-1v'\l'\\n(^lu+3n\(ul'\L'\\n(^tu+1v-\\n(^yu'\l'|0u-1.5n\(ul' .\} .el \}\ \h'-1.5n'\L'|\\n(^yu-1v'\h'\\n(^lu+3n'\L'\\n(^tu+1v-\\n(^yu'\l'|0u-1.5n\(ul' .\} .\} .fi .br .nr ^b 0 .. .\" # VS - start vertical sidebar .\" # ^Y = starting y location .\" # ^v = 1 (for troff; for nroff this doesn't matter) .de VS .if !"\\$2"" .br .mk ^Y .ie n 'mc \s12\(br\s0 .el .nr ^v 1u .. .\" # VE - end of vertical sidebar .de VE .ie n 'mc .el \{\ .ev 2 .nf .ti 0 .mk ^t \h'|\\n(^lu+3n'\L'|\\n(^Yu-1v\(bv'\v'\\n(^tu+1v-\\n(^Yu'\h'-|\\n(^lu+3n' .sp -1 .fi .ev .\} .nr ^v 0 .. .\" # Special macro to handle page bottom: finish off current .\" # box/sidebar if in box/sidebar mode, then invoked standard .\" # page bottom macro. .de ^B .ev 2 'ti 0 'nf .mk ^t .if \\n(^b \{\ .\" Draw three-sided box if this is the box's first page, .\" draw two sides but no top otherwise. .ie !\\n(^b-1 \h'-1.5n'\L'|\\n(^yu-1v'\l'\\n(^lu+3n\(ul'\L'\\n(^tu+1v-\\n(^yu'\h'|0u'\c .el \h'-1.5n'\L'|\\n(^yu-1v'\h'\\n(^lu+3n'\L'\\n(^tu+1v-\\n(^yu'\h'|0u'\c .\} .if \\n(^v \{\ .nr ^x \\n(^tu+1v-\\n(^Yu \kx\h'-\\nxu'\h'|\\n(^lu+3n'\ky\L'-\\n(^xu'\v'\\n(^xu'\h'|0u'\c .\} .bp 'fi .ev .if \\n(^b \{\ .mk ^y .nr ^b 2 .\} .if \\n(^v \{\ .mk ^Y .\} .. .\" # DS - begin display .de DS .RS .nf .sp .. .\" # DE - end display .de DE .fi .RE .sp .. .\" # SO - start of list of standard options .de SO 'ie '\\$1'' .ds So \\fBoptions\\fR 'el .ds So \\fB\\$1\\fR .SH "STANDARD OPTIONS" .LP .nf .ta 5.5c 11c .ft B .. .\" # SE - end of list of standard options .de SE .fi .ft R .LP See the \\*(So manual entry for details on the standard options. .. .\" # OP - start of full description for a single option .de OP .LP .nf .ta 4c Command-Line Name: \\fB\\$1\\fR Database Name: \\fB\\$2\\fR Database Class: \\fB\\$3\\fR .fi .IP .. .\" # CS - begin code excerpt .de CS .RS .nf .ta .25i .5i .75i 1i .. .\" # CE - end code excerpt .de CE .fi .RE .. .\" # UL - underline word .de UL \\$1\l'|0\(ul'\\$2 .. .\" # QW - apply quotation marks to word .de QW .ie '\\*(lq'"' ``\\$1''\\$2 .\"" fix emacs highlighting .el \\*(lq\\$1\\*(rq\\$2 .. .\" # PQ - apply parens and quotation marks to word .de PQ .ie '\\*(lq'"' (``\\$1''\\$2)\\$3 .\"" fix emacs highlighting .el (\\*(lq\\$1\\*(rq\\$2)\\$3 .. .\" # QR - quoted range .de QR .ie '\\*(lq'"' ``\\$1''\\-``\\$2''\\$3 .\"" fix emacs highlighting .el \\*(lq\\$1\\*(rq\\-\\*(lq\\$2\\*(rq\\$3 .. .\" # MT - "empty" string .de MT .QW "" .. .BS .SH NAME cmdr::validate::valtype::cc::mastercard \- Cmdr - Validation type facade for Tcllib valtype::cc::mastercard .SH SYNOPSIS package require \fBcmdr::validate::valtype::cc::mastercard \fR .sp .BE .SH DESCRIPTION .PP Welcome to the Cmdr project, written by Andreas Kupries\&. .PP For availability please read \fICmdr - How To Get The Sources\fR\&. .PP .PP This package is a facade to Tcllib's package \fBvaltype::cc::mastercard\fR, wrapping it for use as a proper Cmdr validation type\&. .PP Please read that package's documentation for details on the accepted input\&. .PP The type has no input completion\&. .PP The details of the exported API can be found in \fICmdr - Writing custom validation types\fR\&. The chosen default is the empty string\&. .SH "BUGS, IDEAS, FEEDBACK" Both the package(s) and this documentation will undoubtedly contain bugs and other problems\&. Please report such at \fICmdr Tickets\fR [https:/core\&.tcl\&.tk/akupries/cmdr]\&. .PP Please also report any ideas you may have for enhancements of either package(s) and/or documentation\&. .SH KEYWORDS arguments, command hierarchy, command line completion, command line handling, command tree, editing command line, help for command line, hierarchy of commands, interactive command shell, optional arguments, options, parameters, processing command line, tree of commands .SH COPYRIGHT .nf Copyright (c) 2013-2015 Andreas Kupries Copyright (c) 2013-2015 Documentation, Andreas Kupries .fi |
Added embedded/man/files/cmdr_vt_usnpi.n.
> > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 | '\" '\" Generated from file 'valtype\&.inc' by tcllib/doctools with format 'nroff' '\" Copyright (c) 2013-2015 Andreas Kupries '\" Copyright (c) 2013-2015 Documentation, Andreas Kupries '\" .TH "cmdr::validate::valtype::usnpi" n 1 doc "Cmdr, a framework for command line parsing and dispatch" .\" The -*- nroff -*- definitions below are for supplemental macros used .\" in Tcl/Tk manual entries. .\" .\" .AP type name in/out ?indent? .\" Start paragraph describing an argument to a library procedure. .\" type is type of argument (int, etc.), in/out is either "in", "out", .\" or "in/out" to describe whether procedure reads or modifies arg, .\" and indent is equivalent to second arg of .IP (shouldn't ever be .\" needed; use .AS below instead) .\" .\" .AS ?type? ?name? .\" Give maximum sizes of arguments for setting tab stops. Type and .\" name are examples of largest possible arguments that will be passed .\" to .AP later. If args are omitted, default tab stops are used. .\" .\" .BS .\" Start box enclosure. From here until next .BE, everything will be .\" enclosed in one large box. .\" .\" .BE .\" End of box enclosure. .\" .\" .CS .\" Begin code excerpt. .\" .\" .CE .\" End code excerpt. .\" .\" .VS ?version? ?br? .\" Begin vertical sidebar, for use in marking newly-changed parts .\" of man pages. The first argument is ignored and used for recording .\" the version when the .VS was added, so that the sidebars can be .\" found and removed when they reach a certain age. If another argument .\" is present, then a line break is forced before starting the sidebar. .\" .\" .VE .\" End of vertical sidebar. .\" .\" .DS .\" Begin an indented unfilled display. .\" .\" .DE .\" End of indented unfilled display. .\" .\" .SO ?manpage? .\" Start of list of standard options for a Tk widget. The manpage .\" argument defines where to look up the standard options; if .\" omitted, defaults to "options". The options follow on successive .\" lines, in three columns separated by tabs. .\" .\" .SE .\" End of list of standard options for a Tk widget. .\" .\" .OP cmdName dbName dbClass .\" Start of description of a specific option. cmdName gives the .\" option's name as specified in the class command, dbName gives .\" the option's name in the option database, and dbClass gives .\" the option's class in the option database. .\" .\" .UL arg1 arg2 .\" Print arg1 underlined, then print arg2 normally. .\" .\" .QW arg1 ?arg2? .\" Print arg1 in quotes, then arg2 normally (for trailing punctuation). .\" .\" .PQ arg1 ?arg2? .\" Print an open parenthesis, arg1 in quotes, then arg2 normally .\" (for trailing punctuation) and then a closing parenthesis. .\" .\" # Set up traps and other miscellaneous stuff for Tcl/Tk man pages. .if t .wh -1.3i ^B .nr ^l \n(.l .ad b .\" # Start an argument description .de AP .ie !"\\$4"" .TP \\$4 .el \{\ . ie !"\\$2"" .TP \\n()Cu . el .TP 15 .\} .ta \\n()Au \\n()Bu .ie !"\\$3"" \{\ \&\\$1 \\fI\\$2\\fP (\\$3) .\".b .\} .el \{\ .br .ie !"\\$2"" \{\ \&\\$1 \\fI\\$2\\fP .\} .el \{\ \&\\fI\\$1\\fP .\} .\} .. .\" # define tabbing values for .AP .de AS .nr )A 10n .if !"\\$1"" .nr )A \\w'\\$1'u+3n .nr )B \\n()Au+15n .\" .if !"\\$2"" .nr )B \\w'\\$2'u+\\n()Au+3n .nr )C \\n()Bu+\\w'(in/out)'u+2n .. .AS Tcl_Interp Tcl_CreateInterp in/out .\" # BS - start boxed text .\" # ^y = starting y location .\" # ^b = 1 .de BS .br .mk ^y .nr ^b 1u .if n .nf .if n .ti 0 .if n \l'\\n(.lu\(ul' .if n .fi .. .\" # BE - end boxed text (draw box now) .de BE .nf .ti 0 .mk ^t .ie n \l'\\n(^lu\(ul' .el \{\ .\" Draw four-sided box normally, but don't draw top of .\" box if the box started on an earlier page. .ie !\\n(^b-1 \{\ \h'-1.5n'\L'|\\n(^yu-1v'\l'\\n(^lu+3n\(ul'\L'\\n(^tu+1v-\\n(^yu'\l'|0u-1.5n\(ul' .\} .el \}\ \h'-1.5n'\L'|\\n(^yu-1v'\h'\\n(^lu+3n'\L'\\n(^tu+1v-\\n(^yu'\l'|0u-1.5n\(ul' .\} .\} .fi .br .nr ^b 0 .. .\" # VS - start vertical sidebar .\" # ^Y = starting y location .\" # ^v = 1 (for troff; for nroff this doesn't matter) .de VS .if !"\\$2"" .br .mk ^Y .ie n 'mc \s12\(br\s0 .el .nr ^v 1u .. .\" # VE - end of vertical sidebar .de VE .ie n 'mc .el \{\ .ev 2 .nf .ti 0 .mk ^t \h'|\\n(^lu+3n'\L'|\\n(^Yu-1v\(bv'\v'\\n(^tu+1v-\\n(^Yu'\h'-|\\n(^lu+3n' .sp -1 .fi .ev .\} .nr ^v 0 .. .\" # Special macro to handle page bottom: finish off current .\" # box/sidebar if in box/sidebar mode, then invoked standard .\" # page bottom macro. .de ^B .ev 2 'ti 0 'nf .mk ^t .if \\n(^b \{\ .\" Draw three-sided box if this is the box's first page, .\" draw two sides but no top otherwise. .ie !\\n(^b-1 \h'-1.5n'\L'|\\n(^yu-1v'\l'\\n(^lu+3n\(ul'\L'\\n(^tu+1v-\\n(^yu'\h'|0u'\c .el \h'-1.5n'\L'|\\n(^yu-1v'\h'\\n(^lu+3n'\L'\\n(^tu+1v-\\n(^yu'\h'|0u'\c .\} .if \\n(^v \{\ .nr ^x \\n(^tu+1v-\\n(^Yu \kx\h'-\\nxu'\h'|\\n(^lu+3n'\ky\L'-\\n(^xu'\v'\\n(^xu'\h'|0u'\c .\} .bp 'fi .ev .if \\n(^b \{\ .mk ^y .nr ^b 2 .\} .if \\n(^v \{\ .mk ^Y .\} .. .\" # DS - begin display .de DS .RS .nf .sp .. .\" # DE - end display .de DE .fi .RE .sp .. .\" # SO - start of list of standard options .de SO 'ie '\\$1'' .ds So \\fBoptions\\fR 'el .ds So \\fB\\$1\\fR .SH "STANDARD OPTIONS" .LP .nf .ta 5.5c 11c .ft B .. .\" # SE - end of list of standard options .de SE .fi .ft R .LP See the \\*(So manual entry for details on the standard options. .. .\" # OP - start of full description for a single option .de OP .LP .nf .ta 4c Command-Line Name: \\fB\\$1\\fR Database Name: \\fB\\$2\\fR Database Class: \\fB\\$3\\fR .fi .IP .. .\" # CS - begin code excerpt .de CS .RS .nf .ta .25i .5i .75i 1i .. .\" # CE - end code excerpt .de CE .fi .RE .. .\" # UL - underline word .de UL \\$1\l'|0\(ul'\\$2 .. .\" # QW - apply quotation marks to word .de QW .ie '\\*(lq'"' ``\\$1''\\$2 .\"" fix emacs highlighting .el \\*(lq\\$1\\*(rq\\$2 .. .\" # PQ - apply parens and quotation marks to word .de PQ .ie '\\*(lq'"' (``\\$1''\\$2)\\$3 .\"" fix emacs highlighting .el (\\*(lq\\$1\\*(rq\\$2)\\$3 .. .\" # QR - quoted range .de QR .ie '\\*(lq'"' ``\\$1''\\-``\\$2''\\$3 .\"" fix emacs highlighting .el \\*(lq\\$1\\*(rq\\-\\*(lq\\$2\\*(rq\\$3 .. .\" # MT - "empty" string .de MT .QW "" .. .BS .SH NAME cmdr::validate::valtype::usnpi \- Cmdr - Validation type facade for Tcllib valtype::usnpi .SH SYNOPSIS package require \fBcmdr::validate::valtype::usnpi \fR .sp .BE .SH DESCRIPTION .PP Welcome to the Cmdr project, written by Andreas Kupries\&. .PP For availability please read \fICmdr - How To Get The Sources\fR\&. .PP .PP This package is a facade to Tcllib's package \fBvaltype::usnpi\fR, wrapping it for use as a proper Cmdr validation type\&. .PP Please read that package's documentation for details on the accepted input\&. .PP The type has no input completion\&. .PP The details of the exported API can be found in \fICmdr - Writing custom validation types\fR\&. The chosen default is the empty string\&. .SH "BUGS, IDEAS, FEEDBACK" Both the package(s) and this documentation will undoubtedly contain bugs and other problems\&. Please report such at \fICmdr Tickets\fR [https:/core\&.tcl\&.tk/akupries/cmdr]\&. .PP Please also report any ideas you may have for enhancements of either package(s) and/or documentation\&. .SH KEYWORDS arguments, command hierarchy, command line completion, command line handling, command tree, editing command line, help for command line, hierarchy of commands, interactive command shell, optional arguments, options, parameters, processing command line, tree of commands .SH COPYRIGHT .nf Copyright (c) 2013-2015 Andreas Kupries Copyright (c) 2013-2015 Documentation, Andreas Kupries .fi |
Added embedded/man/files/cmdr_vt_verhoeff.n.
> > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 | '\" '\" Generated from file 'valtype\&.inc' by tcllib/doctools with format 'nroff' '\" Copyright (c) 2013-2015 Andreas Kupries '\" Copyright (c) 2013-2015 Documentation, Andreas Kupries '\" .TH "cmdr::validate::valtype::verhoeff" n 1 doc "Cmdr, a framework for command line parsing and dispatch" .\" The -*- nroff -*- definitions below are for supplemental macros used .\" in Tcl/Tk manual entries. .\" .\" .AP type name in/out ?indent? .\" Start paragraph describing an argument to a library procedure. .\" type is type of argument (int, etc.), in/out is either "in", "out", .\" or "in/out" to describe whether procedure reads or modifies arg, .\" and indent is equivalent to second arg of .IP (shouldn't ever be .\" needed; use .AS below instead) .\" .\" .AS ?type? ?name? .\" Give maximum sizes of arguments for setting tab stops. Type and .\" name are examples of largest possible arguments that will be passed .\" to .AP later. If args are omitted, default tab stops are used. .\" .\" .BS .\" Start box enclosure. From here until next .BE, everything will be .\" enclosed in one large box. .\" .\" .BE .\" End of box enclosure. .\" .\" .CS .\" Begin code excerpt. .\" .\" .CE .\" End code excerpt. .\" .\" .VS ?version? ?br? .\" Begin vertical sidebar, for use in marking newly-changed parts .\" of man pages. The first argument is ignored and used for recording .\" the version when the .VS was added, so that the sidebars can be .\" found and removed when they reach a certain age. If another argument .\" is present, then a line break is forced before starting the sidebar. .\" .\" .VE .\" End of vertical sidebar. .\" .\" .DS .\" Begin an indented unfilled display. .\" .\" .DE .\" End of indented unfilled display. .\" .\" .SO ?manpage? .\" Start of list of standard options for a Tk widget. The manpage .\" argument defines where to look up the standard options; if .\" omitted, defaults to "options". The options follow on successive .\" lines, in three columns separated by tabs. .\" .\" .SE .\" End of list of standard options for a Tk widget. .\" .\" .OP cmdName dbName dbClass .\" Start of description of a specific option. cmdName gives the .\" option's name as specified in the class command, dbName gives .\" the option's name in the option database, and dbClass gives .\" the option's class in the option database. .\" .\" .UL arg1 arg2 .\" Print arg1 underlined, then print arg2 normally. .\" .\" .QW arg1 ?arg2? .\" Print arg1 in quotes, then arg2 normally (for trailing punctuation). .\" .\" .PQ arg1 ?arg2? .\" Print an open parenthesis, arg1 in quotes, then arg2 normally .\" (for trailing punctuation) and then a closing parenthesis. .\" .\" # Set up traps and other miscellaneous stuff for Tcl/Tk man pages. .if t .wh -1.3i ^B .nr ^l \n(.l .ad b .\" # Start an argument description .de AP .ie !"\\$4"" .TP \\$4 .el \{\ . ie !"\\$2"" .TP \\n()Cu . el .TP 15 .\} .ta \\n()Au \\n()Bu .ie !"\\$3"" \{\ \&\\$1 \\fI\\$2\\fP (\\$3) .\".b .\} .el \{\ .br .ie !"\\$2"" \{\ \&\\$1 \\fI\\$2\\fP .\} .el \{\ \&\\fI\\$1\\fP .\} .\} .. .\" # define tabbing values for .AP .de AS .nr )A 10n .if !"\\$1"" .nr )A \\w'\\$1'u+3n .nr )B \\n()Au+15n .\" .if !"\\$2"" .nr )B \\w'\\$2'u+\\n()Au+3n .nr )C \\n()Bu+\\w'(in/out)'u+2n .. .AS Tcl_Interp Tcl_CreateInterp in/out .\" # BS - start boxed text .\" # ^y = starting y location .\" # ^b = 1 .de BS .br .mk ^y .nr ^b 1u .if n .nf .if n .ti 0 .if n \l'\\n(.lu\(ul' .if n .fi .. .\" # BE - end boxed text (draw box now) .de BE .nf .ti 0 .mk ^t .ie n \l'\\n(^lu\(ul' .el \{\ .\" Draw four-sided box normally, but don't draw top of .\" box if the box started on an earlier page. .ie !\\n(^b-1 \{\ \h'-1.5n'\L'|\\n(^yu-1v'\l'\\n(^lu+3n\(ul'\L'\\n(^tu+1v-\\n(^yu'\l'|0u-1.5n\(ul' .\} .el \}\ \h'-1.5n'\L'|\\n(^yu-1v'\h'\\n(^lu+3n'\L'\\n(^tu+1v-\\n(^yu'\l'|0u-1.5n\(ul' .\} .\} .fi .br .nr ^b 0 .. .\" # VS - start vertical sidebar .\" # ^Y = starting y location .\" # ^v = 1 (for troff; for nroff this doesn't matter) .de VS .if !"\\$2"" .br .mk ^Y .ie n 'mc \s12\(br\s0 .el .nr ^v 1u .. .\" # VE - end of vertical sidebar .de VE .ie n 'mc .el \{\ .ev 2 .nf .ti 0 .mk ^t \h'|\\n(^lu+3n'\L'|\\n(^Yu-1v\(bv'\v'\\n(^tu+1v-\\n(^Yu'\h'-|\\n(^lu+3n' .sp -1 .fi .ev .\} .nr ^v 0 .. .\" # Special macro to handle page bottom: finish off current .\" # box/sidebar if in box/sidebar mode, then invoked standard .\" # page bottom macro. .de ^B .ev 2 'ti 0 'nf .mk ^t .if \\n(^b \{\ .\" Draw three-sided box if this is the box's first page, .\" draw two sides but no top otherwise. .ie !\\n(^b-1 \h'-1.5n'\L'|\\n(^yu-1v'\l'\\n(^lu+3n\(ul'\L'\\n(^tu+1v-\\n(^yu'\h'|0u'\c .el \h'-1.5n'\L'|\\n(^yu-1v'\h'\\n(^lu+3n'\L'\\n(^tu+1v-\\n(^yu'\h'|0u'\c .\} .if \\n(^v \{\ .nr ^x \\n(^tu+1v-\\n(^Yu \kx\h'-\\nxu'\h'|\\n(^lu+3n'\ky\L'-\\n(^xu'\v'\\n(^xu'\h'|0u'\c .\} .bp 'fi .ev .if \\n(^b \{\ .mk ^y .nr ^b 2 .\} .if \\n(^v \{\ .mk ^Y .\} .. .\" # DS - begin display .de DS .RS .nf .sp .. .\" # DE - end display .de DE .fi .RE .sp .. .\" # SO - start of list of standard options .de SO 'ie '\\$1'' .ds So \\fBoptions\\fR 'el .ds So \\fB\\$1\\fR .SH "STANDARD OPTIONS" .LP .nf .ta 5.5c 11c .ft B .. .\" # SE - end of list of standard options .de SE .fi .ft R .LP See the \\*(So manual entry for details on the standard options. .. .\" # OP - start of full description for a single option .de OP .LP .nf .ta 4c Command-Line Name: \\fB\\$1\\fR Database Name: \\fB\\$2\\fR Database Class: \\fB\\$3\\fR .fi .IP .. .\" # CS - begin code excerpt .de CS .RS .nf .ta .25i .5i .75i 1i .. .\" # CE - end code excerpt .de CE .fi .RE .. .\" # UL - underline word .de UL \\$1\l'|0\(ul'\\$2 .. .\" # QW - apply quotation marks to word .de QW .ie '\\*(lq'"' ``\\$1''\\$2 .\"" fix emacs highlighting .el \\*(lq\\$1\\*(rq\\$2 .. .\" # PQ - apply parens and quotation marks to word .de PQ .ie '\\*(lq'"' (``\\$1''\\$2)\\$3 .\"" fix emacs highlighting .el (\\*(lq\\$1\\*(rq\\$2)\\$3 .. .\" # QR - quoted range .de QR .ie '\\*(lq'"' ``\\$1''\\-``\\$2''\\$3 .\"" fix emacs highlighting .el \\*(lq\\$1\\*(rq\\-\\*(lq\\$2\\*(rq\\$3 .. .\" # MT - "empty" string .de MT .QW "" .. .BS .SH NAME cmdr::validate::valtype::verhoeff \- Cmdr - Validation type facade for Tcllib valtype::verhoeff .SH SYNOPSIS package require \fBcmdr::validate::valtype::verhoeff \fR .sp .BE .SH DESCRIPTION .PP Welcome to the Cmdr project, written by Andreas Kupries\&. .PP For availability please read \fICmdr - How To Get The Sources\fR\&. .PP .PP This package is a facade to Tcllib's package \fBvaltype::verhoeff\fR, wrapping it for use as a proper Cmdr validation type\&. .PP Please read that package's documentation for details on the accepted input\&. .PP The type has no input completion\&. .PP The details of the exported API can be found in \fICmdr - Writing custom validation types\fR\&. The chosen default is the empty string\&. .SH "BUGS, IDEAS, FEEDBACK" Both the package(s) and this documentation will undoubtedly contain bugs and other problems\&. Please report such at \fICmdr Tickets\fR [https:/core\&.tcl\&.tk/akupries/cmdr]\&. .PP Please also report any ideas you may have for enhancements of either package(s) and/or documentation\&. .SH KEYWORDS arguments, command hierarchy, command line completion, command line handling, command tree, editing command line, help for command line, hierarchy of commands, interactive command shell, optional arguments, options, parameters, processing command line, tree of commands .SH COPYRIGHT .nf Copyright (c) 2013-2015 Andreas Kupries Copyright (c) 2013-2015 Documentation, Andreas Kupries .fi |
Added embedded/man/files/cmdr_vt_visa.n.
> > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 | '\" '\" Generated from file 'valtype\&.inc' by tcllib/doctools with format 'nroff' '\" Copyright (c) 2013-2015 Andreas Kupries '\" Copyright (c) 2013-2015 Documentation, Andreas Kupries '\" .TH "cmdr::validate::valtype::cc::visa" n 1 doc "Cmdr, a framework for command line parsing and dispatch" .\" The -*- nroff -*- definitions below are for supplemental macros used .\" in Tcl/Tk manual entries. .\" .\" .AP type name in/out ?indent? .\" Start paragraph describing an argument to a library procedure. .\" type is type of argument (int, etc.), in/out is either "in", "out", .\" or "in/out" to describe whether procedure reads or modifies arg, .\" and indent is equivalent to second arg of .IP (shouldn't ever be .\" needed; use .AS below instead) .\" .\" .AS ?type? ?name? .\" Give maximum sizes of arguments for setting tab stops. Type and .\" name are examples of largest possible arguments that will be passed .\" to .AP later. If args are omitted, default tab stops are used. .\" .\" .BS .\" Start box enclosure. From here until next .BE, everything will be .\" enclosed in one large box. .\" .\" .BE .\" End of box enclosure. .\" .\" .CS .\" Begin code excerpt. .\" .\" .CE .\" End code excerpt. .\" .\" .VS ?version? ?br? .\" Begin vertical sidebar, for use in marking newly-changed parts .\" of man pages. The first argument is ignored and used for recording .\" the version when the .VS was added, so that the sidebars can be .\" found and removed when they reach a certain age. If another argument .\" is present, then a line break is forced before starting the sidebar. .\" .\" .VE .\" End of vertical sidebar. .\" .\" .DS .\" Begin an indented unfilled display. .\" .\" .DE .\" End of indented unfilled display. .\" .\" .SO ?manpage? .\" Start of list of standard options for a Tk widget. The manpage .\" argument defines where to look up the standard options; if .\" omitted, defaults to "options". The options follow on successive .\" lines, in three columns separated by tabs. .\" .\" .SE .\" End of list of standard options for a Tk widget. .\" .\" .OP cmdName dbName dbClass .\" Start of description of a specific option. cmdName gives the .\" option's name as specified in the class command, dbName gives .\" the option's name in the option database, and dbClass gives .\" the option's class in the option database. .\" .\" .UL arg1 arg2 .\" Print arg1 underlined, then print arg2 normally. .\" .\" .QW arg1 ?arg2? .\" Print arg1 in quotes, then arg2 normally (for trailing punctuation). .\" .\" .PQ arg1 ?arg2? .\" Print an open parenthesis, arg1 in quotes, then arg2 normally .\" (for trailing punctuation) and then a closing parenthesis. .\" .\" # Set up traps and other miscellaneous stuff for Tcl/Tk man pages. .if t .wh -1.3i ^B .nr ^l \n(.l .ad b .\" # Start an argument description .de AP .ie !"\\$4"" .TP \\$4 .el \{\ . ie !"\\$2"" .TP \\n()Cu . el .TP 15 .\} .ta \\n()Au \\n()Bu .ie !"\\$3"" \{\ \&\\$1 \\fI\\$2\\fP (\\$3) .\".b .\} .el \{\ .br .ie !"\\$2"" \{\ \&\\$1 \\fI\\$2\\fP .\} .el \{\ \&\\fI\\$1\\fP .\} .\} .. .\" # define tabbing values for .AP .de AS .nr )A 10n .if !"\\$1"" .nr )A \\w'\\$1'u+3n .nr )B \\n()Au+15n .\" .if !"\\$2"" .nr )B \\w'\\$2'u+\\n()Au+3n .nr )C \\n()Bu+\\w'(in/out)'u+2n .. .AS Tcl_Interp Tcl_CreateInterp in/out .\" # BS - start boxed text .\" # ^y = starting y location .\" # ^b = 1 .de BS .br .mk ^y .nr ^b 1u .if n .nf .if n .ti 0 .if n \l'\\n(.lu\(ul' .if n .fi .. .\" # BE - end boxed text (draw box now) .de BE .nf .ti 0 .mk ^t .ie n \l'\\n(^lu\(ul' .el \{\ .\" Draw four-sided box normally, but don't draw top of .\" box if the box started on an earlier page. .ie !\\n(^b-1 \{\ \h'-1.5n'\L'|\\n(^yu-1v'\l'\\n(^lu+3n\(ul'\L'\\n(^tu+1v-\\n(^yu'\l'|0u-1.5n\(ul' .\} .el \}\ \h'-1.5n'\L'|\\n(^yu-1v'\h'\\n(^lu+3n'\L'\\n(^tu+1v-\\n(^yu'\l'|0u-1.5n\(ul' .\} .\} .fi .br .nr ^b 0 .. .\" # VS - start vertical sidebar .\" # ^Y = starting y location .\" # ^v = 1 (for troff; for nroff this doesn't matter) .de VS .if !"\\$2"" .br .mk ^Y .ie n 'mc \s12\(br\s0 .el .nr ^v 1u .. .\" # VE - end of vertical sidebar .de VE .ie n 'mc .el \{\ .ev 2 .nf .ti 0 .mk ^t \h'|\\n(^lu+3n'\L'|\\n(^Yu-1v\(bv'\v'\\n(^tu+1v-\\n(^Yu'\h'-|\\n(^lu+3n' .sp -1 .fi .ev .\} .nr ^v 0 .. .\" # Special macro to handle page bottom: finish off current .\" # box/sidebar if in box/sidebar mode, then invoked standard .\" # page bottom macro. .de ^B .ev 2 'ti 0 'nf .mk ^t .if \\n(^b \{\ .\" Draw three-sided box if this is the box's first page, .\" draw two sides but no top otherwise. .ie !\\n(^b-1 \h'-1.5n'\L'|\\n(^yu-1v'\l'\\n(^lu+3n\(ul'\L'\\n(^tu+1v-\\n(^yu'\h'|0u'\c .el \h'-1.5n'\L'|\\n(^yu-1v'\h'\\n(^lu+3n'\L'\\n(^tu+1v-\\n(^yu'\h'|0u'\c .\} .if \\n(^v \{\ .nr ^x \\n(^tu+1v-\\n(^Yu \kx\h'-\\nxu'\h'|\\n(^lu+3n'\ky\L'-\\n(^xu'\v'\\n(^xu'\h'|0u'\c .\} .bp 'fi .ev .if \\n(^b \{\ .mk ^y .nr ^b 2 .\} .if \\n(^v \{\ .mk ^Y .\} .. .\" # DS - begin display .de DS .RS .nf .sp .. .\" # DE - end display .de DE .fi .RE .sp .. .\" # SO - start of list of standard options .de SO 'ie '\\$1'' .ds So \\fBoptions\\fR 'el .ds So \\fB\\$1\\fR .SH "STANDARD OPTIONS" .LP .nf .ta 5.5c 11c .ft B .. .\" # SE - end of list of standard options .de SE .fi .ft R .LP See the \\*(So manual entry for details on the standard options. .. .\" # OP - start of full description for a single option .de OP .LP .nf .ta 4c Command-Line Name: \\fB\\$1\\fR Database Name: \\fB\\$2\\fR Database Class: \\fB\\$3\\fR .fi .IP .. .\" # CS - begin code excerpt .de CS .RS .nf .ta .25i .5i .75i 1i .. .\" # CE - end code excerpt .de CE .fi .RE .. .\" # UL - underline word .de UL \\$1\l'|0\(ul'\\$2 .. .\" # QW - apply quotation marks to word .de QW .ie '\\*(lq'"' ``\\$1''\\$2 .\"" fix emacs highlighting .el \\*(lq\\$1\\*(rq\\$2 .. .\" # PQ - apply parens and quotation marks to word .de PQ .ie '\\*(lq'"' (``\\$1''\\$2)\\$3 .\"" fix emacs highlighting .el (\\*(lq\\$1\\*(rq\\$2)\\$3 .. .\" # QR - quoted range .de QR .ie '\\*(lq'"' ``\\$1''\\-``\\$2''\\$3 .\"" fix emacs highlighting .el \\*(lq\\$1\\*(rq\\-\\*(lq\\$2\\*(rq\\$3 .. .\" # MT - "empty" string .de MT .QW "" .. .BS .SH NAME cmdr::validate::valtype::cc::visa \- Cmdr - Validation type facade for Tcllib valtype::cc::visa .SH SYNOPSIS package require \fBcmdr::validate::valtype::cc::visa \fR .sp .BE .SH DESCRIPTION .PP Welcome to the Cmdr project, written by Andreas Kupries\&. .PP For availability please read \fICmdr - How To Get The Sources\fR\&. .PP .PP This package is a facade to Tcllib's package \fBvaltype::cc::visa\fR, wrapping it for use as a proper Cmdr validation type\&. .PP Please read that package's documentation for details on the accepted input\&. .PP The type has no input completion\&. .PP The details of the exported API can be found in \fICmdr - Writing custom validation types\fR\&. The chosen default is the empty string\&. .SH "BUGS, IDEAS, FEEDBACK" Both the package(s) and this documentation will undoubtedly contain bugs and other problems\&. Please report such at \fICmdr Tickets\fR [https:/core\&.tcl\&.tk/akupries/cmdr]\&. .PP Please also report any ideas you may have for enhancements of either package(s) and/or documentation\&. .SH KEYWORDS arguments, command hierarchy, command line completion, command line handling, command tree, editing command line, help for command line, hierarchy of commands, interactive command shell, optional arguments, options, parameters, processing command line, tree of commands .SH COPYRIGHT .nf Copyright (c) 2013-2015 Andreas Kupries Copyright (c) 2013-2015 Documentation, Andreas Kupries .fi |
Changes to embedded/man/index.n.
︙ | ︙ | |||
373 374 375 376 377 378 379 380 381 382 383 384 385 386 | .TP \fBfiles/cmdr_vt_time\&.n\fR cmdr::validate::time .TP \fBfiles/cmdr_vt_time_minute\&.n\fR cmdr::validate::time::minute .TP \fBfiles/cmdr_vt_weekday\&.n\fR cmdr::validate::weekday .TP \fBfiles/cmdr_vt_year\&.n\fR cmdr::validate::year .TP \fBfiles/cmdr_howto_development\&.n\fR | > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > | 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 | .TP \fBfiles/cmdr_vt_time\&.n\fR cmdr::validate::time .TP \fBfiles/cmdr_vt_time_minute\&.n\fR cmdr::validate::time::minute .TP \fBfiles/cmdr_vt_amex\&.n\fR cmdr::validate::valtype::cc::amex .TP \fBfiles/cmdr_vt_discover\&.n\fR cmdr::validate::valtype::cc::discover .TP \fBfiles/cmdr_vt_mastercard\&.n\fR cmdr::validate::valtype::cc::mastercard .TP \fBfiles/cmdr_vt_visa\&.n\fR cmdr::validate::valtype::cc::visa .TP \fBfiles/cmdr_vt_ean13\&.n\fR cmdr::validate::valtype::gs1::ean13 .TP \fBfiles/cmdr_vt_iban\&.n\fR cmdr::validate::valtype::iban .TP \fBfiles/cmdr_vt_imei\&.n\fR cmdr::validate::valtype::imei .TP \fBfiles/cmdr_vt_isbn\&.n\fR cmdr::validate::valtype::isbn .TP \fBfiles/cmdr_vt_luhn\&.n\fR cmdr::validate::valtype::luhn .TP \fBfiles/cmdr_vt_luhn5\&.n\fR cmdr::validate::valtype::luhn5 .TP \fBfiles/cmdr_vt_usnpi\&.n\fR cmdr::validate::valtype::usnpi .TP \fBfiles/cmdr_vt_verhoeff\&.n\fR cmdr::validate::valtype::verhoeff .TP \fBfiles/cmdr_vt_weekday\&.n\fR cmdr::validate::weekday .TP \fBfiles/cmdr_vt_year\&.n\fR cmdr::validate::year .TP \fBfiles/cmdr_howto_development\&.n\fR |
︙ | ︙ | |||
493 494 495 496 497 498 499 500 501 502 503 504 505 506 | .TP \fBfiles/cmdr_vt_time\&.n\fR cmdr::validate::time .TP \fBfiles/cmdr_vt_time_minute\&.n\fR cmdr::validate::time::minute .TP \fBfiles/cmdr_vt_weekday\&.n\fR cmdr::validate::weekday .TP \fBfiles/cmdr_vt_year\&.n\fR cmdr::validate::year .TP \fBfiles/cmdr_howto_development\&.n\fR | > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > | 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 | .TP \fBfiles/cmdr_vt_time\&.n\fR cmdr::validate::time .TP \fBfiles/cmdr_vt_time_minute\&.n\fR cmdr::validate::time::minute .TP \fBfiles/cmdr_vt_amex\&.n\fR cmdr::validate::valtype::cc::amex .TP \fBfiles/cmdr_vt_discover\&.n\fR cmdr::validate::valtype::cc::discover .TP \fBfiles/cmdr_vt_mastercard\&.n\fR cmdr::validate::valtype::cc::mastercard .TP \fBfiles/cmdr_vt_visa\&.n\fR cmdr::validate::valtype::cc::visa .TP \fBfiles/cmdr_vt_ean13\&.n\fR cmdr::validate::valtype::gs1::ean13 .TP \fBfiles/cmdr_vt_iban\&.n\fR cmdr::validate::valtype::iban .TP \fBfiles/cmdr_vt_imei\&.n\fR cmdr::validate::valtype::imei .TP \fBfiles/cmdr_vt_isbn\&.n\fR cmdr::validate::valtype::isbn .TP \fBfiles/cmdr_vt_luhn\&.n\fR cmdr::validate::valtype::luhn .TP \fBfiles/cmdr_vt_luhn5\&.n\fR cmdr::validate::valtype::luhn5 .TP \fBfiles/cmdr_vt_usnpi\&.n\fR cmdr::validate::valtype::usnpi .TP \fBfiles/cmdr_vt_verhoeff\&.n\fR cmdr::validate::valtype::verhoeff .TP \fBfiles/cmdr_vt_weekday\&.n\fR cmdr::validate::weekday .TP \fBfiles/cmdr_vt_year\&.n\fR cmdr::validate::year .TP \fBfiles/cmdr_howto_development\&.n\fR |
︙ | ︙ | |||
613 614 615 616 617 618 619 620 621 622 623 624 625 626 | .TP \fBfiles/cmdr_vt_time\&.n\fR cmdr::validate::time .TP \fBfiles/cmdr_vt_time_minute\&.n\fR cmdr::validate::time::minute .TP \fBfiles/cmdr_vt_weekday\&.n\fR cmdr::validate::weekday .TP \fBfiles/cmdr_vt_year\&.n\fR cmdr::validate::year .TP \fBfiles/cmdr_howto_development\&.n\fR | > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > | 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 | .TP \fBfiles/cmdr_vt_time\&.n\fR cmdr::validate::time .TP \fBfiles/cmdr_vt_time_minute\&.n\fR cmdr::validate::time::minute .TP \fBfiles/cmdr_vt_amex\&.n\fR cmdr::validate::valtype::cc::amex .TP \fBfiles/cmdr_vt_discover\&.n\fR cmdr::validate::valtype::cc::discover .TP \fBfiles/cmdr_vt_mastercard\&.n\fR cmdr::validate::valtype::cc::mastercard .TP \fBfiles/cmdr_vt_visa\&.n\fR cmdr::validate::valtype::cc::visa .TP \fBfiles/cmdr_vt_ean13\&.n\fR cmdr::validate::valtype::gs1::ean13 .TP \fBfiles/cmdr_vt_iban\&.n\fR cmdr::validate::valtype::iban .TP \fBfiles/cmdr_vt_imei\&.n\fR cmdr::validate::valtype::imei .TP \fBfiles/cmdr_vt_isbn\&.n\fR cmdr::validate::valtype::isbn .TP \fBfiles/cmdr_vt_luhn\&.n\fR cmdr::validate::valtype::luhn .TP \fBfiles/cmdr_vt_luhn5\&.n\fR cmdr::validate::valtype::luhn5 .TP \fBfiles/cmdr_vt_usnpi\&.n\fR cmdr::validate::valtype::usnpi .TP \fBfiles/cmdr_vt_verhoeff\&.n\fR cmdr::validate::valtype::verhoeff .TP \fBfiles/cmdr_vt_weekday\&.n\fR cmdr::validate::weekday .TP \fBfiles/cmdr_vt_year\&.n\fR cmdr::validate::year .TP \fBfiles/cmdr_howto_development\&.n\fR |
︙ | ︙ | |||
733 734 735 736 737 738 739 740 741 742 743 744 745 746 | .TP \fBfiles/cmdr_vt_time\&.n\fR cmdr::validate::time .TP \fBfiles/cmdr_vt_time_minute\&.n\fR cmdr::validate::time::minute .TP \fBfiles/cmdr_vt_weekday\&.n\fR cmdr::validate::weekday .TP \fBfiles/cmdr_vt_year\&.n\fR cmdr::validate::year .TP \fBfiles/cmdr_howto_development\&.n\fR | > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > | 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 | .TP \fBfiles/cmdr_vt_time\&.n\fR cmdr::validate::time .TP \fBfiles/cmdr_vt_time_minute\&.n\fR cmdr::validate::time::minute .TP \fBfiles/cmdr_vt_amex\&.n\fR cmdr::validate::valtype::cc::amex .TP \fBfiles/cmdr_vt_discover\&.n\fR cmdr::validate::valtype::cc::discover .TP \fBfiles/cmdr_vt_mastercard\&.n\fR cmdr::validate::valtype::cc::mastercard .TP \fBfiles/cmdr_vt_visa\&.n\fR cmdr::validate::valtype::cc::visa .TP \fBfiles/cmdr_vt_ean13\&.n\fR cmdr::validate::valtype::gs1::ean13 .TP \fBfiles/cmdr_vt_iban\&.n\fR cmdr::validate::valtype::iban .TP \fBfiles/cmdr_vt_imei\&.n\fR cmdr::validate::valtype::imei .TP \fBfiles/cmdr_vt_isbn\&.n\fR cmdr::validate::valtype::isbn .TP \fBfiles/cmdr_vt_luhn\&.n\fR cmdr::validate::valtype::luhn .TP \fBfiles/cmdr_vt_luhn5\&.n\fR cmdr::validate::valtype::luhn5 .TP \fBfiles/cmdr_vt_usnpi\&.n\fR cmdr::validate::valtype::usnpi .TP \fBfiles/cmdr_vt_verhoeff\&.n\fR cmdr::validate::valtype::verhoeff .TP \fBfiles/cmdr_vt_weekday\&.n\fR cmdr::validate::weekday .TP \fBfiles/cmdr_vt_year\&.n\fR cmdr::validate::year .TP \fBfiles/cmdr_howto_development\&.n\fR |
︙ | ︙ | |||
853 854 855 856 857 858 859 860 861 862 863 864 865 866 | .TP \fBfiles/cmdr_vt_time\&.n\fR cmdr::validate::time .TP \fBfiles/cmdr_vt_time_minute\&.n\fR cmdr::validate::time::minute .TP \fBfiles/cmdr_vt_weekday\&.n\fR cmdr::validate::weekday .TP \fBfiles/cmdr_vt_year\&.n\fR cmdr::validate::year .TP \fBfiles/cmdr_howto_development\&.n\fR | > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > | 997 998 999 1000 1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 1015 1016 1017 1018 1019 1020 1021 1022 1023 1024 1025 1026 1027 1028 1029 1030 1031 1032 1033 1034 1035 1036 1037 1038 1039 1040 1041 1042 1043 1044 1045 1046 | .TP \fBfiles/cmdr_vt_time\&.n\fR cmdr::validate::time .TP \fBfiles/cmdr_vt_time_minute\&.n\fR cmdr::validate::time::minute .TP \fBfiles/cmdr_vt_amex\&.n\fR cmdr::validate::valtype::cc::amex .TP \fBfiles/cmdr_vt_discover\&.n\fR cmdr::validate::valtype::cc::discover .TP \fBfiles/cmdr_vt_mastercard\&.n\fR cmdr::validate::valtype::cc::mastercard .TP \fBfiles/cmdr_vt_visa\&.n\fR cmdr::validate::valtype::cc::visa .TP \fBfiles/cmdr_vt_ean13\&.n\fR cmdr::validate::valtype::gs1::ean13 .TP \fBfiles/cmdr_vt_iban\&.n\fR cmdr::validate::valtype::iban .TP \fBfiles/cmdr_vt_imei\&.n\fR cmdr::validate::valtype::imei .TP \fBfiles/cmdr_vt_isbn\&.n\fR cmdr::validate::valtype::isbn .TP \fBfiles/cmdr_vt_luhn\&.n\fR cmdr::validate::valtype::luhn .TP \fBfiles/cmdr_vt_luhn5\&.n\fR cmdr::validate::valtype::luhn5 .TP \fBfiles/cmdr_vt_usnpi\&.n\fR cmdr::validate::valtype::usnpi .TP \fBfiles/cmdr_vt_verhoeff\&.n\fR cmdr::validate::valtype::verhoeff .TP \fBfiles/cmdr_vt_weekday\&.n\fR cmdr::validate::weekday .TP \fBfiles/cmdr_vt_year\&.n\fR cmdr::validate::year .TP \fBfiles/cmdr_howto_development\&.n\fR |
︙ | ︙ | |||
973 974 975 976 977 978 979 980 981 982 983 984 985 986 | .TP \fBfiles/cmdr_vt_time\&.n\fR cmdr::validate::time .TP \fBfiles/cmdr_vt_time_minute\&.n\fR cmdr::validate::time::minute .TP \fBfiles/cmdr_vt_weekday\&.n\fR cmdr::validate::weekday .TP \fBfiles/cmdr_vt_year\&.n\fR cmdr::validate::year .TP \fBfiles/cmdr_howto_development\&.n\fR | > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > | 1153 1154 1155 1156 1157 1158 1159 1160 1161 1162 1163 1164 1165 1166 1167 1168 1169 1170 1171 1172 1173 1174 1175 1176 1177 1178 1179 1180 1181 1182 1183 1184 1185 1186 1187 1188 1189 1190 1191 1192 1193 1194 1195 1196 1197 1198 1199 1200 1201 1202 | .TP \fBfiles/cmdr_vt_time\&.n\fR cmdr::validate::time .TP \fBfiles/cmdr_vt_time_minute\&.n\fR cmdr::validate::time::minute .TP \fBfiles/cmdr_vt_amex\&.n\fR cmdr::validate::valtype::cc::amex .TP \fBfiles/cmdr_vt_discover\&.n\fR cmdr::validate::valtype::cc::discover .TP \fBfiles/cmdr_vt_mastercard\&.n\fR cmdr::validate::valtype::cc::mastercard .TP \fBfiles/cmdr_vt_visa\&.n\fR cmdr::validate::valtype::cc::visa .TP \fBfiles/cmdr_vt_ean13\&.n\fR cmdr::validate::valtype::gs1::ean13 .TP \fBfiles/cmdr_vt_iban\&.n\fR cmdr::validate::valtype::iban .TP \fBfiles/cmdr_vt_imei\&.n\fR cmdr::validate::valtype::imei .TP \fBfiles/cmdr_vt_isbn\&.n\fR cmdr::validate::valtype::isbn .TP \fBfiles/cmdr_vt_luhn\&.n\fR cmdr::validate::valtype::luhn .TP \fBfiles/cmdr_vt_luhn5\&.n\fR cmdr::validate::valtype::luhn5 .TP \fBfiles/cmdr_vt_usnpi\&.n\fR cmdr::validate::valtype::usnpi .TP \fBfiles/cmdr_vt_verhoeff\&.n\fR cmdr::validate::valtype::verhoeff .TP \fBfiles/cmdr_vt_weekday\&.n\fR cmdr::validate::weekday .TP \fBfiles/cmdr_vt_year\&.n\fR cmdr::validate::year .TP \fBfiles/cmdr_howto_development\&.n\fR |
︙ | ︙ | |||
1093 1094 1095 1096 1097 1098 1099 1100 1101 1102 1103 1104 1105 1106 | .TP \fBfiles/cmdr_vt_time\&.n\fR cmdr::validate::time .TP \fBfiles/cmdr_vt_time_minute\&.n\fR cmdr::validate::time::minute .TP \fBfiles/cmdr_vt_weekday\&.n\fR cmdr::validate::weekday .TP \fBfiles/cmdr_vt_year\&.n\fR cmdr::validate::year .TP \fBfiles/cmdr_howto_development\&.n\fR | > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > | 1309 1310 1311 1312 1313 1314 1315 1316 1317 1318 1319 1320 1321 1322 1323 1324 1325 1326 1327 1328 1329 1330 1331 1332 1333 1334 1335 1336 1337 1338 1339 1340 1341 1342 1343 1344 1345 1346 1347 1348 1349 1350 1351 1352 1353 1354 1355 1356 1357 1358 | .TP \fBfiles/cmdr_vt_time\&.n\fR cmdr::validate::time .TP \fBfiles/cmdr_vt_time_minute\&.n\fR cmdr::validate::time::minute .TP \fBfiles/cmdr_vt_amex\&.n\fR cmdr::validate::valtype::cc::amex .TP \fBfiles/cmdr_vt_discover\&.n\fR cmdr::validate::valtype::cc::discover .TP \fBfiles/cmdr_vt_mastercard\&.n\fR cmdr::validate::valtype::cc::mastercard .TP \fBfiles/cmdr_vt_visa\&.n\fR cmdr::validate::valtype::cc::visa .TP \fBfiles/cmdr_vt_ean13\&.n\fR cmdr::validate::valtype::gs1::ean13 .TP \fBfiles/cmdr_vt_iban\&.n\fR cmdr::validate::valtype::iban .TP \fBfiles/cmdr_vt_imei\&.n\fR cmdr::validate::valtype::imei .TP \fBfiles/cmdr_vt_isbn\&.n\fR cmdr::validate::valtype::isbn .TP \fBfiles/cmdr_vt_luhn\&.n\fR cmdr::validate::valtype::luhn .TP \fBfiles/cmdr_vt_luhn5\&.n\fR cmdr::validate::valtype::luhn5 .TP \fBfiles/cmdr_vt_usnpi\&.n\fR cmdr::validate::valtype::usnpi .TP \fBfiles/cmdr_vt_verhoeff\&.n\fR cmdr::validate::valtype::verhoeff .TP \fBfiles/cmdr_vt_weekday\&.n\fR cmdr::validate::weekday .TP \fBfiles/cmdr_vt_year\&.n\fR cmdr::validate::year .TP \fBfiles/cmdr_howto_development\&.n\fR |
︙ | ︙ | |||
1213 1214 1215 1216 1217 1218 1219 1220 1221 1222 1223 1224 1225 1226 | .TP \fBfiles/cmdr_vt_time\&.n\fR cmdr::validate::time .TP \fBfiles/cmdr_vt_time_minute\&.n\fR cmdr::validate::time::minute .TP \fBfiles/cmdr_vt_weekday\&.n\fR cmdr::validate::weekday .TP \fBfiles/cmdr_vt_year\&.n\fR cmdr::validate::year .TP \fBfiles/cmdr_howto_development\&.n\fR | > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > | 1465 1466 1467 1468 1469 1470 1471 1472 1473 1474 1475 1476 1477 1478 1479 1480 1481 1482 1483 1484 1485 1486 1487 1488 1489 1490 1491 1492 1493 1494 1495 1496 1497 1498 1499 1500 1501 1502 1503 1504 1505 1506 1507 1508 1509 1510 1511 1512 1513 1514 | .TP \fBfiles/cmdr_vt_time\&.n\fR cmdr::validate::time .TP \fBfiles/cmdr_vt_time_minute\&.n\fR cmdr::validate::time::minute .TP \fBfiles/cmdr_vt_amex\&.n\fR cmdr::validate::valtype::cc::amex .TP \fBfiles/cmdr_vt_discover\&.n\fR cmdr::validate::valtype::cc::discover .TP \fBfiles/cmdr_vt_mastercard\&.n\fR cmdr::validate::valtype::cc::mastercard .TP \fBfiles/cmdr_vt_visa\&.n\fR cmdr::validate::valtype::cc::visa .TP \fBfiles/cmdr_vt_ean13\&.n\fR cmdr::validate::valtype::gs1::ean13 .TP \fBfiles/cmdr_vt_iban\&.n\fR cmdr::validate::valtype::iban .TP \fBfiles/cmdr_vt_imei\&.n\fR cmdr::validate::valtype::imei .TP \fBfiles/cmdr_vt_isbn\&.n\fR cmdr::validate::valtype::isbn .TP \fBfiles/cmdr_vt_luhn\&.n\fR cmdr::validate::valtype::luhn .TP \fBfiles/cmdr_vt_luhn5\&.n\fR cmdr::validate::valtype::luhn5 .TP \fBfiles/cmdr_vt_usnpi\&.n\fR cmdr::validate::valtype::usnpi .TP \fBfiles/cmdr_vt_verhoeff\&.n\fR cmdr::validate::valtype::verhoeff .TP \fBfiles/cmdr_vt_weekday\&.n\fR cmdr::validate::weekday .TP \fBfiles/cmdr_vt_year\&.n\fR cmdr::validate::year .TP \fBfiles/cmdr_howto_development\&.n\fR |
︙ | ︙ | |||
1333 1334 1335 1336 1337 1338 1339 1340 1341 1342 1343 1344 1345 1346 | .TP \fBfiles/cmdr_vt_time\&.n\fR cmdr::validate::time .TP \fBfiles/cmdr_vt_time_minute\&.n\fR cmdr::validate::time::minute .TP \fBfiles/cmdr_vt_weekday\&.n\fR cmdr::validate::weekday .TP \fBfiles/cmdr_vt_year\&.n\fR cmdr::validate::year .TP \fBfiles/cmdr_howto_development\&.n\fR | > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > | 1621 1622 1623 1624 1625 1626 1627 1628 1629 1630 1631 1632 1633 1634 1635 1636 1637 1638 1639 1640 1641 1642 1643 1644 1645 1646 1647 1648 1649 1650 1651 1652 1653 1654 1655 1656 1657 1658 1659 1660 1661 1662 1663 1664 1665 1666 1667 1668 1669 1670 | .TP \fBfiles/cmdr_vt_time\&.n\fR cmdr::validate::time .TP \fBfiles/cmdr_vt_time_minute\&.n\fR cmdr::validate::time::minute .TP \fBfiles/cmdr_vt_amex\&.n\fR cmdr::validate::valtype::cc::amex .TP \fBfiles/cmdr_vt_discover\&.n\fR cmdr::validate::valtype::cc::discover .TP \fBfiles/cmdr_vt_mastercard\&.n\fR cmdr::validate::valtype::cc::mastercard .TP \fBfiles/cmdr_vt_visa\&.n\fR cmdr::validate::valtype::cc::visa .TP \fBfiles/cmdr_vt_ean13\&.n\fR cmdr::validate::valtype::gs1::ean13 .TP \fBfiles/cmdr_vt_iban\&.n\fR cmdr::validate::valtype::iban .TP \fBfiles/cmdr_vt_imei\&.n\fR cmdr::validate::valtype::imei .TP \fBfiles/cmdr_vt_isbn\&.n\fR cmdr::validate::valtype::isbn .TP \fBfiles/cmdr_vt_luhn\&.n\fR cmdr::validate::valtype::luhn .TP \fBfiles/cmdr_vt_luhn5\&.n\fR cmdr::validate::valtype::luhn5 .TP \fBfiles/cmdr_vt_usnpi\&.n\fR cmdr::validate::valtype::usnpi .TP \fBfiles/cmdr_vt_verhoeff\&.n\fR cmdr::validate::valtype::verhoeff .TP \fBfiles/cmdr_vt_weekday\&.n\fR cmdr::validate::weekday .TP \fBfiles/cmdr_vt_year\&.n\fR cmdr::validate::year .TP \fBfiles/cmdr_howto_development\&.n\fR |
︙ | ︙ | |||
1453 1454 1455 1456 1457 1458 1459 1460 1461 1462 1463 1464 1465 1466 | .TP \fBfiles/cmdr_vt_time\&.n\fR cmdr::validate::time .TP \fBfiles/cmdr_vt_time_minute\&.n\fR cmdr::validate::time::minute .TP \fBfiles/cmdr_vt_weekday\&.n\fR cmdr::validate::weekday .TP \fBfiles/cmdr_vt_year\&.n\fR cmdr::validate::year .TP \fBfiles/cmdr_howto_development\&.n\fR | > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > | 1777 1778 1779 1780 1781 1782 1783 1784 1785 1786 1787 1788 1789 1790 1791 1792 1793 1794 1795 1796 1797 1798 1799 1800 1801 1802 1803 1804 1805 1806 1807 1808 1809 1810 1811 1812 1813 1814 1815 1816 1817 1818 1819 1820 1821 1822 1823 1824 1825 1826 | .TP \fBfiles/cmdr_vt_time\&.n\fR cmdr::validate::time .TP \fBfiles/cmdr_vt_time_minute\&.n\fR cmdr::validate::time::minute .TP \fBfiles/cmdr_vt_amex\&.n\fR cmdr::validate::valtype::cc::amex .TP \fBfiles/cmdr_vt_discover\&.n\fR cmdr::validate::valtype::cc::discover .TP \fBfiles/cmdr_vt_mastercard\&.n\fR cmdr::validate::valtype::cc::mastercard .TP \fBfiles/cmdr_vt_visa\&.n\fR cmdr::validate::valtype::cc::visa .TP \fBfiles/cmdr_vt_ean13\&.n\fR cmdr::validate::valtype::gs1::ean13 .TP \fBfiles/cmdr_vt_iban\&.n\fR cmdr::validate::valtype::iban .TP \fBfiles/cmdr_vt_imei\&.n\fR cmdr::validate::valtype::imei .TP \fBfiles/cmdr_vt_isbn\&.n\fR cmdr::validate::valtype::isbn .TP \fBfiles/cmdr_vt_luhn\&.n\fR cmdr::validate::valtype::luhn .TP \fBfiles/cmdr_vt_luhn5\&.n\fR cmdr::validate::valtype::luhn5 .TP \fBfiles/cmdr_vt_usnpi\&.n\fR cmdr::validate::valtype::usnpi .TP \fBfiles/cmdr_vt_verhoeff\&.n\fR cmdr::validate::valtype::verhoeff .TP \fBfiles/cmdr_vt_weekday\&.n\fR cmdr::validate::weekday .TP \fBfiles/cmdr_vt_year\&.n\fR cmdr::validate::year .TP \fBfiles/cmdr_howto_development\&.n\fR |
︙ | ︙ | |||
1573 1574 1575 1576 1577 1578 1579 1580 1581 1582 1583 1584 1585 1586 | .TP \fBfiles/cmdr_vt_time\&.n\fR cmdr::validate::time .TP \fBfiles/cmdr_vt_time_minute\&.n\fR cmdr::validate::time::minute .TP \fBfiles/cmdr_vt_weekday\&.n\fR cmdr::validate::weekday .TP \fBfiles/cmdr_vt_year\&.n\fR cmdr::validate::year .TP \fBfiles/cmdr_howto_development\&.n\fR | > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > | 1933 1934 1935 1936 1937 1938 1939 1940 1941 1942 1943 1944 1945 1946 1947 1948 1949 1950 1951 1952 1953 1954 1955 1956 1957 1958 1959 1960 1961 1962 1963 1964 1965 1966 1967 1968 1969 1970 1971 1972 1973 1974 1975 1976 1977 1978 1979 1980 1981 1982 | .TP \fBfiles/cmdr_vt_time\&.n\fR cmdr::validate::time .TP \fBfiles/cmdr_vt_time_minute\&.n\fR cmdr::validate::time::minute .TP \fBfiles/cmdr_vt_amex\&.n\fR cmdr::validate::valtype::cc::amex .TP \fBfiles/cmdr_vt_discover\&.n\fR cmdr::validate::valtype::cc::discover .TP \fBfiles/cmdr_vt_mastercard\&.n\fR cmdr::validate::valtype::cc::mastercard .TP \fBfiles/cmdr_vt_visa\&.n\fR cmdr::validate::valtype::cc::visa .TP \fBfiles/cmdr_vt_ean13\&.n\fR cmdr::validate::valtype::gs1::ean13 .TP \fBfiles/cmdr_vt_iban\&.n\fR cmdr::validate::valtype::iban .TP \fBfiles/cmdr_vt_imei\&.n\fR cmdr::validate::valtype::imei .TP \fBfiles/cmdr_vt_isbn\&.n\fR cmdr::validate::valtype::isbn .TP \fBfiles/cmdr_vt_luhn\&.n\fR cmdr::validate::valtype::luhn .TP \fBfiles/cmdr_vt_luhn5\&.n\fR cmdr::validate::valtype::luhn5 .TP \fBfiles/cmdr_vt_usnpi\&.n\fR cmdr::validate::valtype::usnpi .TP \fBfiles/cmdr_vt_verhoeff\&.n\fR cmdr::validate::valtype::verhoeff .TP \fBfiles/cmdr_vt_weekday\&.n\fR cmdr::validate::weekday .TP \fBfiles/cmdr_vt_year\&.n\fR cmdr::validate::year .TP \fBfiles/cmdr_howto_development\&.n\fR |
︙ | ︙ | |||
1693 1694 1695 1696 1697 1698 1699 1700 1701 1702 1703 1704 1705 1706 | .TP \fBfiles/cmdr_vt_time\&.n\fR cmdr::validate::time .TP \fBfiles/cmdr_vt_time_minute\&.n\fR cmdr::validate::time::minute .TP \fBfiles/cmdr_vt_weekday\&.n\fR cmdr::validate::weekday .TP \fBfiles/cmdr_vt_year\&.n\fR cmdr::validate::year .TP \fBfiles/cmdr_howto_development\&.n\fR | > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > | 2089 2090 2091 2092 2093 2094 2095 2096 2097 2098 2099 2100 2101 2102 2103 2104 2105 2106 2107 2108 2109 2110 2111 2112 2113 2114 2115 2116 2117 2118 2119 2120 2121 2122 2123 2124 2125 2126 2127 2128 2129 2130 2131 2132 2133 2134 2135 2136 2137 2138 | .TP \fBfiles/cmdr_vt_time\&.n\fR cmdr::validate::time .TP \fBfiles/cmdr_vt_time_minute\&.n\fR cmdr::validate::time::minute .TP \fBfiles/cmdr_vt_amex\&.n\fR cmdr::validate::valtype::cc::amex .TP \fBfiles/cmdr_vt_discover\&.n\fR cmdr::validate::valtype::cc::discover .TP \fBfiles/cmdr_vt_mastercard\&.n\fR cmdr::validate::valtype::cc::mastercard .TP \fBfiles/cmdr_vt_visa\&.n\fR cmdr::validate::valtype::cc::visa .TP \fBfiles/cmdr_vt_ean13\&.n\fR cmdr::validate::valtype::gs1::ean13 .TP \fBfiles/cmdr_vt_iban\&.n\fR cmdr::validate::valtype::iban .TP \fBfiles/cmdr_vt_imei\&.n\fR cmdr::validate::valtype::imei .TP \fBfiles/cmdr_vt_isbn\&.n\fR cmdr::validate::valtype::isbn .TP \fBfiles/cmdr_vt_luhn\&.n\fR cmdr::validate::valtype::luhn .TP \fBfiles/cmdr_vt_luhn5\&.n\fR cmdr::validate::valtype::luhn5 .TP \fBfiles/cmdr_vt_usnpi\&.n\fR cmdr::validate::valtype::usnpi .TP \fBfiles/cmdr_vt_verhoeff\&.n\fR cmdr::validate::valtype::verhoeff .TP \fBfiles/cmdr_vt_weekday\&.n\fR cmdr::validate::weekday .TP \fBfiles/cmdr_vt_year\&.n\fR cmdr::validate::year .TP \fBfiles/cmdr_howto_development\&.n\fR |
︙ | ︙ | |||
1813 1814 1815 1816 1817 1818 1819 1820 1821 1822 1823 1824 1825 1826 | .TP \fBfiles/cmdr_vt_time\&.n\fR cmdr::validate::time .TP \fBfiles/cmdr_vt_time_minute\&.n\fR cmdr::validate::time::minute .TP \fBfiles/cmdr_vt_weekday\&.n\fR cmdr::validate::weekday .TP \fBfiles/cmdr_vt_year\&.n\fR cmdr::validate::year .TP \fBfiles/cmdr_howto_development\&.n\fR | > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > | 2245 2246 2247 2248 2249 2250 2251 2252 2253 2254 2255 2256 2257 2258 2259 2260 2261 2262 2263 2264 2265 2266 2267 2268 2269 2270 2271 2272 2273 2274 2275 2276 2277 2278 2279 2280 2281 2282 2283 2284 2285 2286 2287 2288 2289 2290 2291 2292 2293 2294 | .TP \fBfiles/cmdr_vt_time\&.n\fR cmdr::validate::time .TP \fBfiles/cmdr_vt_time_minute\&.n\fR cmdr::validate::time::minute .TP \fBfiles/cmdr_vt_amex\&.n\fR cmdr::validate::valtype::cc::amex .TP \fBfiles/cmdr_vt_discover\&.n\fR cmdr::validate::valtype::cc::discover .TP \fBfiles/cmdr_vt_mastercard\&.n\fR cmdr::validate::valtype::cc::mastercard .TP \fBfiles/cmdr_vt_visa\&.n\fR cmdr::validate::valtype::cc::visa .TP \fBfiles/cmdr_vt_ean13\&.n\fR cmdr::validate::valtype::gs1::ean13 .TP \fBfiles/cmdr_vt_iban\&.n\fR cmdr::validate::valtype::iban .TP \fBfiles/cmdr_vt_imei\&.n\fR cmdr::validate::valtype::imei .TP \fBfiles/cmdr_vt_isbn\&.n\fR cmdr::validate::valtype::isbn .TP \fBfiles/cmdr_vt_luhn\&.n\fR cmdr::validate::valtype::luhn .TP \fBfiles/cmdr_vt_luhn5\&.n\fR cmdr::validate::valtype::luhn5 .TP \fBfiles/cmdr_vt_usnpi\&.n\fR cmdr::validate::valtype::usnpi .TP \fBfiles/cmdr_vt_verhoeff\&.n\fR cmdr::validate::valtype::verhoeff .TP \fBfiles/cmdr_vt_weekday\&.n\fR cmdr::validate::weekday .TP \fBfiles/cmdr_vt_year\&.n\fR cmdr::validate::year .TP \fBfiles/cmdr_howto_development\&.n\fR |
︙ | ︙ | |||
1933 1934 1935 1936 1937 1938 1939 1940 1941 1942 1943 1944 1945 1946 | .TP \fBfiles/cmdr_vt_time\&.n\fR cmdr::validate::time .TP \fBfiles/cmdr_vt_time_minute\&.n\fR cmdr::validate::time::minute .TP \fBfiles/cmdr_vt_weekday\&.n\fR cmdr::validate::weekday .TP \fBfiles/cmdr_vt_year\&.n\fR cmdr::validate::year .TP \fBfiles/cmdr_howto_development\&.n\fR | > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > | 2401 2402 2403 2404 2405 2406 2407 2408 2409 2410 2411 2412 2413 2414 2415 2416 2417 2418 2419 2420 2421 2422 2423 2424 2425 2426 2427 2428 2429 2430 2431 2432 2433 2434 2435 2436 2437 2438 2439 2440 2441 2442 2443 2444 2445 2446 2447 2448 2449 2450 | .TP \fBfiles/cmdr_vt_time\&.n\fR cmdr::validate::time .TP \fBfiles/cmdr_vt_time_minute\&.n\fR cmdr::validate::time::minute .TP \fBfiles/cmdr_vt_amex\&.n\fR cmdr::validate::valtype::cc::amex .TP \fBfiles/cmdr_vt_discover\&.n\fR cmdr::validate::valtype::cc::discover .TP \fBfiles/cmdr_vt_mastercard\&.n\fR cmdr::validate::valtype::cc::mastercard .TP \fBfiles/cmdr_vt_visa\&.n\fR cmdr::validate::valtype::cc::visa .TP \fBfiles/cmdr_vt_ean13\&.n\fR cmdr::validate::valtype::gs1::ean13 .TP \fBfiles/cmdr_vt_iban\&.n\fR cmdr::validate::valtype::iban .TP \fBfiles/cmdr_vt_imei\&.n\fR cmdr::validate::valtype::imei .TP \fBfiles/cmdr_vt_isbn\&.n\fR cmdr::validate::valtype::isbn .TP \fBfiles/cmdr_vt_luhn\&.n\fR cmdr::validate::valtype::luhn .TP \fBfiles/cmdr_vt_luhn5\&.n\fR cmdr::validate::valtype::luhn5 .TP \fBfiles/cmdr_vt_usnpi\&.n\fR cmdr::validate::valtype::usnpi .TP \fBfiles/cmdr_vt_verhoeff\&.n\fR cmdr::validate::valtype::verhoeff .TP \fBfiles/cmdr_vt_weekday\&.n\fR cmdr::validate::weekday .TP \fBfiles/cmdr_vt_year\&.n\fR cmdr::validate::year .TP \fBfiles/cmdr_howto_development\&.n\fR |
︙ | ︙ |
Changes to embedded/man/toc.n.
︙ | ︙ | |||
371 372 373 374 375 376 377 378 379 380 381 382 383 384 | .TP \fBcmdr::validate::time\fR \fIfiles/cmdr_vt_time\&.n\fR: Cmdr - Validation type for times (to the second) .TP \fBcmdr::validate::time::minute\fR \fIfiles/cmdr_vt_time_minute\&.n\fR: Cmdr - Validation type for times to the minute .TP \fBcmdr::validate::weekday\fR \fIfiles/cmdr_vt_weekday\&.n\fR: Cmdr - Validation type for weekday names .TP \fBcmdr::validate::year\fR \fIfiles/cmdr_vt_year\&.n\fR: Cmdr - Validation type for years .TP \fBcmdr_development\fR | > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > | 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 | .TP \fBcmdr::validate::time\fR \fIfiles/cmdr_vt_time\&.n\fR: Cmdr - Validation type for times (to the second) .TP \fBcmdr::validate::time::minute\fR \fIfiles/cmdr_vt_time_minute\&.n\fR: Cmdr - Validation type for times to the minute .TP \fBcmdr::validate::valtype::cc::amex\fR \fIfiles/cmdr_vt_amex\&.n\fR: Cmdr - Validation type facade for Tcllib valtype::cc::amex .TP \fBcmdr::validate::valtype::cc::discover\fR \fIfiles/cmdr_vt_discover\&.n\fR: Cmdr - Validation type facade for Tcllib valtype::cc::discover .TP \fBcmdr::validate::valtype::cc::mastercard\fR \fIfiles/cmdr_vt_mastercard\&.n\fR: Cmdr - Validation type facade for Tcllib valtype::cc::mastercard .TP \fBcmdr::validate::valtype::cc::visa\fR \fIfiles/cmdr_vt_visa\&.n\fR: Cmdr - Validation type facade for Tcllib valtype::cc::visa .TP \fBcmdr::validate::valtype::gs1::ean13\fR \fIfiles/cmdr_vt_ean13\&.n\fR: Cmdr - Validation type facade for Tcllib valtype::gs1::ean13 .TP \fBcmdr::validate::valtype::iban\fR \fIfiles/cmdr_vt_iban\&.n\fR: Cmdr - Validation type facade for Tcllib valtype::iban .TP \fBcmdr::validate::valtype::imei\fR \fIfiles/cmdr_vt_imei\&.n\fR: Cmdr - Validation type facade for Tcllib valtype::imei .TP \fBcmdr::validate::valtype::isbn\fR \fIfiles/cmdr_vt_isbn\&.n\fR: Cmdr - Validation type facade for Tcllib valtype::isbn .TP \fBcmdr::validate::valtype::luhn\fR \fIfiles/cmdr_vt_luhn\&.n\fR: Cmdr - Validation type facade for Tcllib valtype::luhn .TP \fBcmdr::validate::valtype::luhn5\fR \fIfiles/cmdr_vt_luhn5\&.n\fR: Cmdr - Validation type facade for Tcllib valtype::luhn5 .TP \fBcmdr::validate::valtype::usnpi\fR \fIfiles/cmdr_vt_usnpi\&.n\fR: Cmdr - Validation type facade for Tcllib valtype::usnpi .TP \fBcmdr::validate::valtype::verhoeff\fR \fIfiles/cmdr_vt_verhoeff\&.n\fR: Cmdr - Validation type facade for Tcllib valtype::verhoeff .TP \fBcmdr::validate::weekday\fR \fIfiles/cmdr_vt_weekday\&.n\fR: Cmdr - Validation type for weekday names .TP \fBcmdr::validate::year\fR \fIfiles/cmdr_vt_year\&.n\fR: Cmdr - Validation type for years .TP \fBcmdr_development\fR |
︙ | ︙ |
Added embedded/www/doc/files/cmdr_vt_amex.html.
> > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 | <html><head> <title>cmdr::validate::valtype::cc::amex - Cmdr, a framework for command line parsing and dispatch</title> <style type="text/css"><!-- HTML { background: #FFFFFF; color: black; } BODY { background: #FFFFFF; color: black; } DIV.doctools { margin-left: 10%; margin-right: 10%; } DIV.doctools H1,DIV.doctools H2 { margin-left: -5%; } H1, H2, H3, H4 { margin-top: 1em; font-family: sans-serif; font-size: large; color: #005A9C; background: transparent; text-align: left; } H1.title { text-align: center; } UL,OL { margin-right: 0em; margin-top: 3pt; margin-bottom: 3pt; } UL LI { list-style: disc; } OL LI { list-style: decimal; } DT { padding-top: 1ex; } UL.toc,UL.toc UL, UL.toc UL UL { font: normal 12pt/14pt sans-serif; list-style: none; } LI.section, LI.subsection { list-style: none; margin-left: 0em; text-indent: 0em; padding: 0em; } PRE { display: block; font-family: monospace; white-space: pre; margin: 0%; padding-top: 0.5ex; padding-bottom: 0.5ex; padding-left: 1ex; padding-right: 1ex; width: 100%; } PRE.example { color: black; background: #f5dcb3; border: 1px solid black; } UL.requirements LI, UL.syntax LI { list-style: none; margin-left: 0em; text-indent: 0em; padding: 0em; } DIV.synopsis { color: black; background: #80ffff; border: 1px solid black; font-family: serif; margin-top: 1em; margin-bottom: 1em; } UL.syntax { margin-top: 1em; border-top: 1px solid black; } UL.requirements { margin-bottom: 1em; border-bottom: 1px solid black; } --></style> </head> <! -- Generated from file 'valtype.inc' by tcllib/doctools with format 'html' --> <! -- Copyright © 2013-2015 Andreas Kupries -- Copyright © 2013-2015 Documentation, Andreas Kupries --> <! -- CVS: $Id$ cmdr::validate::valtype::cc::amex.n --> <body><div class="doctools"> <hr> [ <a href="../../../../../../home">Home</a> | <a href="../../toc.html">Main Table Of Contents</a> | <a href="../toc.html">Table Of Contents</a> | <a href="../../index.html">Keyword Index</a> ] <hr> <h1 class="title">cmdr::validate::valtype::cc::amex(n) 1 doc "Cmdr, a framework for command line parsing and dispatch"</h1> <div id="name" class="section"><h2><a name="name">Name</a></h2> <p>cmdr::validate::valtype::cc::amex - Cmdr - Validation type facade for Tcllib valtype::cc::amex</p> </div> <div id="toc" class="section"><h2><a name="toc">Table Of Contents</a></h2> <ul class="toc"> <li class="section"><a href="#toc">Table Of Contents</a></li> <li class="section"><a href="#synopsis">Synopsis</a></li> <li class="section"><a href="#section1">Description</a></li> <li class="section"><a href="#section2">Bugs, Ideas, Feedback</a></li> <li class="section"><a href="#keywords">Keywords</a></li> <li class="section"><a href="#copyright">Copyright</a></li> </ul> </div> <div id="synopsis" class="section"><h2><a name="synopsis">Synopsis</a></h2> <div class="synopsis"> <ul class="requirements"> <li>package require <b class="pkgname">cmdr::validate::valtype::cc::amex</b></li> </ul> </div> </div> <div id="section1" class="section"><h2><a name="section1">Description</a></h2> <p>Welcome to the Cmdr project, written by Andreas Kupries.</p> <p>For availability please read <i class="term"><a href="cmdr_howto_get_sources.html">Cmdr - How To Get The Sources</a></i>.</p> <p>This package is a facade to Tcllib's package <b class="package">valtype::cc::amex</b>, wrapping it for use as a proper Cmdr validation type.</p> <p>Please read that package's documentation for details on the accepted input.</p> <p>The type has no input completion.</p> <p>The details of the exported API can be found in <i class="term"><a href="cmdr_vtypes.html">Cmdr - Writing custom validation types</a></i>. The chosen default is the empty string.</p> </div> <div id="section2" class="section"><h2><a name="section2">Bugs, Ideas, Feedback</a></h2> <p>Both the package(s) and this documentation will undoubtedly contain bugs and other problems. Please report such at <a href="https:/core.tcl.tk/akupries/cmdr">Cmdr Tickets</a>.</p> <p>Please also report any ideas you may have for enhancements of either package(s) and/or documentation.</p> </div> <div id="keywords" class="section"><h2><a name="keywords">Keywords</a></h2> <p><a href="../../index.html#key4">arguments</a>, <a href="../../index.html#key5">command hierarchy</a>, <a href="../../index.html#key9">command line completion</a>, <a href="../../index.html#key11">command line handling</a>, <a href="../../index.html#key13">command tree</a>, <a href="../../index.html#key0">editing command line</a>, <a href="../../index.html#key8">help for command line</a>, <a href="../../index.html#key6">hierarchy of commands</a>, <a href="../../index.html#key3">interactive command shell</a>, <a href="../../index.html#key1">optional arguments</a>, <a href="../../index.html#key2">options</a>, <a href="../../index.html#key12">parameters</a>, <a href="../../index.html#key10">processing command line</a>, <a href="../../index.html#key7">tree of commands</a></p> </div> <div id="copyright" class="section"><h2><a name="copyright">Copyright</a></h2> <p>Copyright © 2013-2015 Andreas Kupries<br> Copyright © 2013-2015 Documentation, Andreas Kupries</p> </div> </div></body></html> |
Added embedded/www/doc/files/cmdr_vt_discover.html.
> > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 | <html><head> <title>cmdr::validate::valtype::cc::discover - Cmdr, a framework for command line parsing and dispatch</title> <style type="text/css"><!-- HTML { background: #FFFFFF; color: black; } BODY { background: #FFFFFF; color: black; } DIV.doctools { margin-left: 10%; margin-right: 10%; } DIV.doctools H1,DIV.doctools H2 { margin-left: -5%; } H1, H2, H3, H4 { margin-top: 1em; font-family: sans-serif; font-size: large; color: #005A9C; background: transparent; text-align: left; } H1.title { text-align: center; } UL,OL { margin-right: 0em; margin-top: 3pt; margin-bottom: 3pt; } UL LI { list-style: disc; } OL LI { list-style: decimal; } DT { padding-top: 1ex; } UL.toc,UL.toc UL, UL.toc UL UL { font: normal 12pt/14pt sans-serif; list-style: none; } LI.section, LI.subsection { list-style: none; margin-left: 0em; text-indent: 0em; padding: 0em; } PRE { display: block; font-family: monospace; white-space: pre; margin: 0%; padding-top: 0.5ex; padding-bottom: 0.5ex; padding-left: 1ex; padding-right: 1ex; width: 100%; } PRE.example { color: black; background: #f5dcb3; border: 1px solid black; } UL.requirements LI, UL.syntax LI { list-style: none; margin-left: 0em; text-indent: 0em; padding: 0em; } DIV.synopsis { color: black; background: #80ffff; border: 1px solid black; font-family: serif; margin-top: 1em; margin-bottom: 1em; } UL.syntax { margin-top: 1em; border-top: 1px solid black; } UL.requirements { margin-bottom: 1em; border-bottom: 1px solid black; } --></style> </head> <! -- Generated from file 'valtype.inc' by tcllib/doctools with format 'html' --> <! -- Copyright © 2013-2015 Andreas Kupries -- Copyright © 2013-2015 Documentation, Andreas Kupries --> <! -- CVS: $Id$ cmdr::validate::valtype::cc::discover.n --> <body><div class="doctools"> <hr> [ <a href="../../../../../../home">Home</a> | <a href="../../toc.html">Main Table Of Contents</a> | <a href="../toc.html">Table Of Contents</a> | <a href="../../index.html">Keyword Index</a> ] <hr> <h1 class="title">cmdr::validate::valtype::cc::discover(n) 1 doc "Cmdr, a framework for command line parsing and dispatch"</h1> <div id="name" class="section"><h2><a name="name">Name</a></h2> <p>cmdr::validate::valtype::cc::discover - Cmdr - Validation type facade for Tcllib valtype::cc::discover</p> </div> <div id="toc" class="section"><h2><a name="toc">Table Of Contents</a></h2> <ul class="toc"> <li class="section"><a href="#toc">Table Of Contents</a></li> <li class="section"><a href="#synopsis">Synopsis</a></li> <li class="section"><a href="#section1">Description</a></li> <li class="section"><a href="#section2">Bugs, Ideas, Feedback</a></li> <li class="section"><a href="#keywords">Keywords</a></li> <li class="section"><a href="#copyright">Copyright</a></li> </ul> </div> <div id="synopsis" class="section"><h2><a name="synopsis">Synopsis</a></h2> <div class="synopsis"> <ul class="requirements"> <li>package require <b class="pkgname">cmdr::validate::valtype::cc::discover</b></li> </ul> </div> </div> <div id="section1" class="section"><h2><a name="section1">Description</a></h2> <p>Welcome to the Cmdr project, written by Andreas Kupries.</p> <p>For availability please read <i class="term"><a href="cmdr_howto_get_sources.html">Cmdr - How To Get The Sources</a></i>.</p> <p>This package is a facade to Tcllib's package <b class="package">valtype::cc::discover</b>, wrapping it for use as a proper Cmdr validation type.</p> <p>Please read that package's documentation for details on the accepted input.</p> <p>The type has no input completion.</p> <p>The details of the exported API can be found in <i class="term"><a href="cmdr_vtypes.html">Cmdr - Writing custom validation types</a></i>. The chosen default is the empty string.</p> </div> <div id="section2" class="section"><h2><a name="section2">Bugs, Ideas, Feedback</a></h2> <p>Both the package(s) and this documentation will undoubtedly contain bugs and other problems. Please report such at <a href="https:/core.tcl.tk/akupries/cmdr">Cmdr Tickets</a>.</p> <p>Please also report any ideas you may have for enhancements of either package(s) and/or documentation.</p> </div> <div id="keywords" class="section"><h2><a name="keywords">Keywords</a></h2> <p><a href="../../index.html#key4">arguments</a>, <a href="../../index.html#key5">command hierarchy</a>, <a href="../../index.html#key9">command line completion</a>, <a href="../../index.html#key11">command line handling</a>, <a href="../../index.html#key13">command tree</a>, <a href="../../index.html#key0">editing command line</a>, <a href="../../index.html#key8">help for command line</a>, <a href="../../index.html#key6">hierarchy of commands</a>, <a href="../../index.html#key3">interactive command shell</a>, <a href="../../index.html#key1">optional arguments</a>, <a href="../../index.html#key2">options</a>, <a href="../../index.html#key12">parameters</a>, <a href="../../index.html#key10">processing command line</a>, <a href="../../index.html#key7">tree of commands</a></p> </div> <div id="copyright" class="section"><h2><a name="copyright">Copyright</a></h2> <p>Copyright © 2013-2015 Andreas Kupries<br> Copyright © 2013-2015 Documentation, Andreas Kupries</p> </div> </div></body></html> |
Added embedded/www/doc/files/cmdr_vt_ean13.html.
> > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 | <html><head> <title>cmdr::validate::valtype::gs1::ean13 - Cmdr, a framework for command line parsing and dispatch</title> <style type="text/css"><!-- HTML { background: #FFFFFF; color: black; } BODY { background: #FFFFFF; color: black; } DIV.doctools { margin-left: 10%; margin-right: 10%; } DIV.doctools H1,DIV.doctools H2 { margin-left: -5%; } H1, H2, H3, H4 { margin-top: 1em; font-family: sans-serif; font-size: large; color: #005A9C; background: transparent; text-align: left; } H1.title { text-align: center; } UL,OL { margin-right: 0em; margin-top: 3pt; margin-bottom: 3pt; } UL LI { list-style: disc; } OL LI { list-style: decimal; } DT { padding-top: 1ex; } UL.toc,UL.toc UL, UL.toc UL UL { font: normal 12pt/14pt sans-serif; list-style: none; } LI.section, LI.subsection { list-style: none; margin-left: 0em; text-indent: 0em; padding: 0em; } PRE { display: block; font-family: monospace; white-space: pre; margin: 0%; padding-top: 0.5ex; padding-bottom: 0.5ex; padding-left: 1ex; padding-right: 1ex; width: 100%; } PRE.example { color: black; background: #f5dcb3; border: 1px solid black; } UL.requirements LI, UL.syntax LI { list-style: none; margin-left: 0em; text-indent: 0em; padding: 0em; } DIV.synopsis { color: black; background: #80ffff; border: 1px solid black; font-family: serif; margin-top: 1em; margin-bottom: 1em; } UL.syntax { margin-top: 1em; border-top: 1px solid black; } UL.requirements { margin-bottom: 1em; border-bottom: 1px solid black; } --></style> </head> <! -- Generated from file 'valtype.inc' by tcllib/doctools with format 'html' --> <! -- Copyright © 2013-2015 Andreas Kupries -- Copyright © 2013-2015 Documentation, Andreas Kupries --> <! -- CVS: $Id$ cmdr::validate::valtype::gs1::ean13.n --> <body><div class="doctools"> <hr> [ <a href="../../../../../../home">Home</a> | <a href="../../toc.html">Main Table Of Contents</a> | <a href="../toc.html">Table Of Contents</a> | <a href="../../index.html">Keyword Index</a> ] <hr> <h1 class="title">cmdr::validate::valtype::gs1::ean13(n) 1 doc "Cmdr, a framework for command line parsing and dispatch"</h1> <div id="name" class="section"><h2><a name="name">Name</a></h2> <p>cmdr::validate::valtype::gs1::ean13 - Cmdr - Validation type facade for Tcllib valtype::gs1::ean13</p> </div> <div id="toc" class="section"><h2><a name="toc">Table Of Contents</a></h2> <ul class="toc"> <li class="section"><a href="#toc">Table Of Contents</a></li> <li class="section"><a href="#synopsis">Synopsis</a></li> <li class="section"><a href="#section1">Description</a></li> <li class="section"><a href="#section2">Bugs, Ideas, Feedback</a></li> <li class="section"><a href="#keywords">Keywords</a></li> <li class="section"><a href="#copyright">Copyright</a></li> </ul> </div> <div id="synopsis" class="section"><h2><a name="synopsis">Synopsis</a></h2> <div class="synopsis"> <ul class="requirements"> <li>package require <b class="pkgname">cmdr::validate::valtype::gs1::ean13</b></li> </ul> </div> </div> <div id="section1" class="section"><h2><a name="section1">Description</a></h2> <p>Welcome to the Cmdr project, written by Andreas Kupries.</p> <p>For availability please read <i class="term"><a href="cmdr_howto_get_sources.html">Cmdr - How To Get The Sources</a></i>.</p> <p>This package is a facade to Tcllib's package <b class="package">valtype::gs1::ean13</b>, wrapping it for use as a proper Cmdr validation type.</p> <p>Please read that package's documentation for details on the accepted input.</p> <p>The type has no input completion.</p> <p>The details of the exported API can be found in <i class="term"><a href="cmdr_vtypes.html">Cmdr - Writing custom validation types</a></i>. The chosen default is the empty string.</p> </div> <div id="section2" class="section"><h2><a name="section2">Bugs, Ideas, Feedback</a></h2> <p>Both the package(s) and this documentation will undoubtedly contain bugs and other problems. Please report such at <a href="https:/core.tcl.tk/akupries/cmdr">Cmdr Tickets</a>.</p> <p>Please also report any ideas you may have for enhancements of either package(s) and/or documentation.</p> </div> <div id="keywords" class="section"><h2><a name="keywords">Keywords</a></h2> <p><a href="../../index.html#key4">arguments</a>, <a href="../../index.html#key5">command hierarchy</a>, <a href="../../index.html#key9">command line completion</a>, <a href="../../index.html#key11">command line handling</a>, <a href="../../index.html#key13">command tree</a>, <a href="../../index.html#key0">editing command line</a>, <a href="../../index.html#key8">help for command line</a>, <a href="../../index.html#key6">hierarchy of commands</a>, <a href="../../index.html#key3">interactive command shell</a>, <a href="../../index.html#key1">optional arguments</a>, <a href="../../index.html#key2">options</a>, <a href="../../index.html#key12">parameters</a>, <a href="../../index.html#key10">processing command line</a>, <a href="../../index.html#key7">tree of commands</a></p> </div> <div id="copyright" class="section"><h2><a name="copyright">Copyright</a></h2> <p>Copyright © 2013-2015 Andreas Kupries<br> Copyright © 2013-2015 Documentation, Andreas Kupries</p> </div> </div></body></html> |
Added embedded/www/doc/files/cmdr_vt_iban.html.
> > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 | <html><head> <title>cmdr::validate::valtype::iban - Cmdr, a framework for command line parsing and dispatch</title> <style type="text/css"><!-- HTML { background: #FFFFFF; color: black; } BODY { background: #FFFFFF; color: black; } DIV.doctools { margin-left: 10%; margin-right: 10%; } DIV.doctools H1,DIV.doctools H2 { margin-left: -5%; } H1, H2, H3, H4 { margin-top: 1em; font-family: sans-serif; font-size: large; color: #005A9C; background: transparent; text-align: left; } H1.title { text-align: center; } UL,OL { margin-right: 0em; margin-top: 3pt; margin-bottom: 3pt; } UL LI { list-style: disc; } OL LI { list-style: decimal; } DT { padding-top: 1ex; } UL.toc,UL.toc UL, UL.toc UL UL { font: normal 12pt/14pt sans-serif; list-style: none; } LI.section, LI.subsection { list-style: none; margin-left: 0em; text-indent: 0em; padding: 0em; } PRE { display: block; font-family: monospace; white-space: pre; margin: 0%; padding-top: 0.5ex; padding-bottom: 0.5ex; padding-left: 1ex; padding-right: 1ex; width: 100%; } PRE.example { color: black; background: #f5dcb3; border: 1px solid black; } UL.requirements LI, UL.syntax LI { list-style: none; margin-left: 0em; text-indent: 0em; padding: 0em; } DIV.synopsis { color: black; background: #80ffff; border: 1px solid black; font-family: serif; margin-top: 1em; margin-bottom: 1em; } UL.syntax { margin-top: 1em; border-top: 1px solid black; } UL.requirements { margin-bottom: 1em; border-bottom: 1px solid black; } --></style> </head> <! -- Generated from file 'valtype.inc' by tcllib/doctools with format 'html' --> <! -- Copyright © 2013-2015 Andreas Kupries -- Copyright © 2013-2015 Documentation, Andreas Kupries --> <! -- CVS: $Id$ cmdr::validate::valtype::iban.n --> <body><div class="doctools"> <hr> [ <a href="../../../../../../home">Home</a> | <a href="../../toc.html">Main Table Of Contents</a> | <a href="../toc.html">Table Of Contents</a> | <a href="../../index.html">Keyword Index</a> ] <hr> <h1 class="title">cmdr::validate::valtype::iban(n) 1 doc "Cmdr, a framework for command line parsing and dispatch"</h1> <div id="name" class="section"><h2><a name="name">Name</a></h2> <p>cmdr::validate::valtype::iban - Cmdr - Validation type facade for Tcllib valtype::iban</p> </div> <div id="toc" class="section"><h2><a name="toc">Table Of Contents</a></h2> <ul class="toc"> <li class="section"><a href="#toc">Table Of Contents</a></li> <li class="section"><a href="#synopsis">Synopsis</a></li> <li class="section"><a href="#section1">Description</a></li> <li class="section"><a href="#section2">Bugs, Ideas, Feedback</a></li> <li class="section"><a href="#keywords">Keywords</a></li> <li class="section"><a href="#copyright">Copyright</a></li> </ul> </div> <div id="synopsis" class="section"><h2><a name="synopsis">Synopsis</a></h2> <div class="synopsis"> <ul class="requirements"> <li>package require <b class="pkgname">cmdr::validate::valtype::iban</b></li> </ul> </div> </div> <div id="section1" class="section"><h2><a name="section1">Description</a></h2> <p>Welcome to the Cmdr project, written by Andreas Kupries.</p> <p>For availability please read <i class="term"><a href="cmdr_howto_get_sources.html">Cmdr - How To Get The Sources</a></i>.</p> <p>This package is a facade to Tcllib's package <b class="package">valtype::iban</b>, wrapping it for use as a proper Cmdr validation type.</p> <p>Please read that package's documentation for details on the accepted input.</p> <p>The type has no input completion.</p> <p>The details of the exported API can be found in <i class="term"><a href="cmdr_vtypes.html">Cmdr - Writing custom validation types</a></i>. The chosen default is the empty string.</p> </div> <div id="section2" class="section"><h2><a name="section2">Bugs, Ideas, Feedback</a></h2> <p>Both the package(s) and this documentation will undoubtedly contain bugs and other problems. Please report such at <a href="https:/core.tcl.tk/akupries/cmdr">Cmdr Tickets</a>.</p> <p>Please also report any ideas you may have for enhancements of either package(s) and/or documentation.</p> </div> <div id="keywords" class="section"><h2><a name="keywords">Keywords</a></h2> <p><a href="../../index.html#key4">arguments</a>, <a href="../../index.html#key5">command hierarchy</a>, <a href="../../index.html#key9">command line completion</a>, <a href="../../index.html#key11">command line handling</a>, <a href="../../index.html#key13">command tree</a>, <a href="../../index.html#key0">editing command line</a>, <a href="../../index.html#key8">help for command line</a>, <a href="../../index.html#key6">hierarchy of commands</a>, <a href="../../index.html#key3">interactive command shell</a>, <a href="../../index.html#key1">optional arguments</a>, <a href="../../index.html#key2">options</a>, <a href="../../index.html#key12">parameters</a>, <a href="../../index.html#key10">processing command line</a>, <a href="../../index.html#key7">tree of commands</a></p> </div> <div id="copyright" class="section"><h2><a name="copyright">Copyright</a></h2> <p>Copyright © 2013-2015 Andreas Kupries<br> Copyright © 2013-2015 Documentation, Andreas Kupries</p> </div> </div></body></html> |
Added embedded/www/doc/files/cmdr_vt_imei.html.
> > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 | <html><head> <title>cmdr::validate::valtype::imei - Cmdr, a framework for command line parsing and dispatch</title> <style type="text/css"><!-- HTML { background: #FFFFFF; color: black; } BODY { background: #FFFFFF; color: black; } DIV.doctools { margin-left: 10%; margin-right: 10%; } DIV.doctools H1,DIV.doctools H2 { margin-left: -5%; } H1, H2, H3, H4 { margin-top: 1em; font-family: sans-serif; font-size: large; color: #005A9C; background: transparent; text-align: left; } H1.title { text-align: center; } UL,OL { margin-right: 0em; margin-top: 3pt; margin-bottom: 3pt; } UL LI { list-style: disc; } OL LI { list-style: decimal; } DT { padding-top: 1ex; } UL.toc,UL.toc UL, UL.toc UL UL { font: normal 12pt/14pt sans-serif; list-style: none; } LI.section, LI.subsection { list-style: none; margin-left: 0em; text-indent: 0em; padding: 0em; } PRE { display: block; font-family: monospace; white-space: pre; margin: 0%; padding-top: 0.5ex; padding-bottom: 0.5ex; padding-left: 1ex; padding-right: 1ex; width: 100%; } PRE.example { color: black; background: #f5dcb3; border: 1px solid black; } UL.requirements LI, UL.syntax LI { list-style: none; margin-left: 0em; text-indent: 0em; padding: 0em; } DIV.synopsis { color: black; background: #80ffff; border: 1px solid black; font-family: serif; margin-top: 1em; margin-bottom: 1em; } UL.syntax { margin-top: 1em; border-top: 1px solid black; } UL.requirements { margin-bottom: 1em; border-bottom: 1px solid black; } --></style> </head> <! -- Generated from file 'valtype.inc' by tcllib/doctools with format 'html' --> <! -- Copyright © 2013-2015 Andreas Kupries -- Copyright © 2013-2015 Documentation, Andreas Kupries --> <! -- CVS: $Id$ cmdr::validate::valtype::imei.n --> <body><div class="doctools"> <hr> [ <a href="../../../../../../home">Home</a> | <a href="../../toc.html">Main Table Of Contents</a> | <a href="../toc.html">Table Of Contents</a> | <a href="../../index.html">Keyword Index</a> ] <hr> <h1 class="title">cmdr::validate::valtype::imei(n) 1 doc "Cmdr, a framework for command line parsing and dispatch"</h1> <div id="name" class="section"><h2><a name="name">Name</a></h2> <p>cmdr::validate::valtype::imei - Cmdr - Validation type facade for Tcllib valtype::imei</p> </div> <div id="toc" class="section"><h2><a name="toc">Table Of Contents</a></h2> <ul class="toc"> <li class="section"><a href="#toc">Table Of Contents</a></li> <li class="section"><a href="#synopsis">Synopsis</a></li> <li class="section"><a href="#section1">Description</a></li> <li class="section"><a href="#section2">Bugs, Ideas, Feedback</a></li> <li class="section"><a href="#keywords">Keywords</a></li> <li class="section"><a href="#copyright">Copyright</a></li> </ul> </div> <div id="synopsis" class="section"><h2><a name="synopsis">Synopsis</a></h2> <div class="synopsis"> <ul class="requirements"> <li>package require <b class="pkgname">cmdr::validate::valtype::imei</b></li> </ul> </div> </div> <div id="section1" class="section"><h2><a name="section1">Description</a></h2> <p>Welcome to the Cmdr project, written by Andreas Kupries.</p> <p>For availability please read <i class="term"><a href="cmdr_howto_get_sources.html">Cmdr - How To Get The Sources</a></i>.</p> <p>This package is a facade to Tcllib's package <b class="package">valtype::imei</b>, wrapping it for use as a proper Cmdr validation type.</p> <p>Please read that package's documentation for details on the accepted input.</p> <p>The type has no input completion.</p> <p>The details of the exported API can be found in <i class="term"><a href="cmdr_vtypes.html">Cmdr - Writing custom validation types</a></i>. The chosen default is the empty string.</p> </div> <div id="section2" class="section"><h2><a name="section2">Bugs, Ideas, Feedback</a></h2> <p>Both the package(s) and this documentation will undoubtedly contain bugs and other problems. Please report such at <a href="https:/core.tcl.tk/akupries/cmdr">Cmdr Tickets</a>.</p> <p>Please also report any ideas you may have for enhancements of either package(s) and/or documentation.</p> </div> <div id="keywords" class="section"><h2><a name="keywords">Keywords</a></h2> <p><a href="../../index.html#key4">arguments</a>, <a href="../../index.html#key5">command hierarchy</a>, <a href="../../index.html#key9">command line completion</a>, <a href="../../index.html#key11">command line handling</a>, <a href="../../index.html#key13">command tree</a>, <a href="../../index.html#key0">editing command line</a>, <a href="../../index.html#key8">help for command line</a>, <a href="../../index.html#key6">hierarchy of commands</a>, <a href="../../index.html#key3">interactive command shell</a>, <a href="../../index.html#key1">optional arguments</a>, <a href="../../index.html#key2">options</a>, <a href="../../index.html#key12">parameters</a>, <a href="../../index.html#key10">processing command line</a>, <a href="../../index.html#key7">tree of commands</a></p> </div> <div id="copyright" class="section"><h2><a name="copyright">Copyright</a></h2> <p>Copyright © 2013-2015 Andreas Kupries<br> Copyright © 2013-2015 Documentation, Andreas Kupries</p> </div> </div></body></html> |
Added embedded/www/doc/files/cmdr_vt_isbn.html.
> > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 | <html><head> <title>cmdr::validate::valtype::isbn - Cmdr, a framework for command line parsing and dispatch</title> <style type="text/css"><!-- HTML { background: #FFFFFF; color: black; } BODY { background: #FFFFFF; color: black; } DIV.doctools { margin-left: 10%; margin-right: 10%; } DIV.doctools H1,DIV.doctools H2 { margin-left: -5%; } H1, H2, H3, H4 { margin-top: 1em; font-family: sans-serif; font-size: large; color: #005A9C; background: transparent; text-align: left; } H1.title { text-align: center; } UL,OL { margin-right: 0em; margin-top: 3pt; margin-bottom: 3pt; } UL LI { list-style: disc; } OL LI { list-style: decimal; } DT { padding-top: 1ex; } UL.toc,UL.toc UL, UL.toc UL UL { font: normal 12pt/14pt sans-serif; list-style: none; } LI.section, LI.subsection { list-style: none; margin-left: 0em; text-indent: 0em; padding: 0em; } PRE { display: block; font-family: monospace; white-space: pre; margin: 0%; padding-top: 0.5ex; padding-bottom: 0.5ex; padding-left: 1ex; padding-right: 1ex; width: 100%; } PRE.example { color: black; background: #f5dcb3; border: 1px solid black; } UL.requirements LI, UL.syntax LI { list-style: none; margin-left: 0em; text-indent: 0em; padding: 0em; } DIV.synopsis { color: black; background: #80ffff; border: 1px solid black; font-family: serif; margin-top: 1em; margin-bottom: 1em; } UL.syntax { margin-top: 1em; border-top: 1px solid black; } UL.requirements { margin-bottom: 1em; border-bottom: 1px solid black; } --></style> </head> <! -- Generated from file 'valtype.inc' by tcllib/doctools with format 'html' --> <! -- Copyright © 2013-2015 Andreas Kupries -- Copyright © 2013-2015 Documentation, Andreas Kupries --> <! -- CVS: $Id$ cmdr::validate::valtype::isbn.n --> <body><div class="doctools"> <hr> [ <a href="../../../../../../home">Home</a> | <a href="../../toc.html">Main Table Of Contents</a> | <a href="../toc.html">Table Of Contents</a> | <a href="../../index.html">Keyword Index</a> ] <hr> <h1 class="title">cmdr::validate::valtype::isbn(n) 1 doc "Cmdr, a framework for command line parsing and dispatch"</h1> <div id="name" class="section"><h2><a name="name">Name</a></h2> <p>cmdr::validate::valtype::isbn - Cmdr - Validation type facade for Tcllib valtype::isbn</p> </div> <div id="toc" class="section"><h2><a name="toc">Table Of Contents</a></h2> <ul class="toc"> <li class="section"><a href="#toc">Table Of Contents</a></li> <li class="section"><a href="#synopsis">Synopsis</a></li> <li class="section"><a href="#section1">Description</a></li> <li class="section"><a href="#section2">Bugs, Ideas, Feedback</a></li> <li class="section"><a href="#keywords">Keywords</a></li> <li class="section"><a href="#copyright">Copyright</a></li> </ul> </div> <div id="synopsis" class="section"><h2><a name="synopsis">Synopsis</a></h2> <div class="synopsis"> <ul class="requirements"> <li>package require <b class="pkgname">cmdr::validate::valtype::isbn</b></li> </ul> </div> </div> <div id="section1" class="section"><h2><a name="section1">Description</a></h2> <p>Welcome to the Cmdr project, written by Andreas Kupries.</p> <p>For availability please read <i class="term"><a href="cmdr_howto_get_sources.html">Cmdr - How To Get The Sources</a></i>.</p> <p>This package is a facade to Tcllib's package <b class="package">valtype::isbn</b>, wrapping it for use as a proper Cmdr validation type.</p> <p>Please read that package's documentation for details on the accepted input.</p> <p>The type has no input completion.</p> <p>The details of the exported API can be found in <i class="term"><a href="cmdr_vtypes.html">Cmdr - Writing custom validation types</a></i>. The chosen default is the empty string.</p> </div> <div id="section2" class="section"><h2><a name="section2">Bugs, Ideas, Feedback</a></h2> <p>Both the package(s) and this documentation will undoubtedly contain bugs and other problems. Please report such at <a href="https:/core.tcl.tk/akupries/cmdr">Cmdr Tickets</a>.</p> <p>Please also report any ideas you may have for enhancements of either package(s) and/or documentation.</p> </div> <div id="keywords" class="section"><h2><a name="keywords">Keywords</a></h2> <p><a href="../../index.html#key4">arguments</a>, <a href="../../index.html#key5">command hierarchy</a>, <a href="../../index.html#key9">command line completion</a>, <a href="../../index.html#key11">command line handling</a>, <a href="../../index.html#key13">command tree</a>, <a href="../../index.html#key0">editing command line</a>, <a href="../../index.html#key8">help for command line</a>, <a href="../../index.html#key6">hierarchy of commands</a>, <a href="../../index.html#key3">interactive command shell</a>, <a href="../../index.html#key1">optional arguments</a>, <a href="../../index.html#key2">options</a>, <a href="../../index.html#key12">parameters</a>, <a href="../../index.html#key10">processing command line</a>, <a href="../../index.html#key7">tree of commands</a></p> </div> <div id="copyright" class="section"><h2><a name="copyright">Copyright</a></h2> <p>Copyright © 2013-2015 Andreas Kupries<br> Copyright © 2013-2015 Documentation, Andreas Kupries</p> </div> </div></body></html> |
Added embedded/www/doc/files/cmdr_vt_luhn.html.
> > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 | <html><head> <title>cmdr::validate::valtype::luhn - Cmdr, a framework for command line parsing and dispatch</title> <style type="text/css"><!-- HTML { background: #FFFFFF; color: black; } BODY { background: #FFFFFF; color: black; } DIV.doctools { margin-left: 10%; margin-right: 10%; } DIV.doctools H1,DIV.doctools H2 { margin-left: -5%; } H1, H2, H3, H4 { margin-top: 1em; font-family: sans-serif; font-size: large; color: #005A9C; background: transparent; text-align: left; } H1.title { text-align: center; } UL,OL { margin-right: 0em; margin-top: 3pt; margin-bottom: 3pt; } UL LI { list-style: disc; } OL LI { list-style: decimal; } DT { padding-top: 1ex; } UL.toc,UL.toc UL, UL.toc UL UL { font: normal 12pt/14pt sans-serif; list-style: none; } LI.section, LI.subsection { list-style: none; margin-left: 0em; text-indent: 0em; padding: 0em; } PRE { display: block; font-family: monospace; white-space: pre; margin: 0%; padding-top: 0.5ex; padding-bottom: 0.5ex; padding-left: 1ex; padding-right: 1ex; width: 100%; } PRE.example { color: black; background: #f5dcb3; border: 1px solid black; } UL.requirements LI, UL.syntax LI { list-style: none; margin-left: 0em; text-indent: 0em; padding: 0em; } DIV.synopsis { color: black; background: #80ffff; border: 1px solid black; font-family: serif; margin-top: 1em; margin-bottom: 1em; } UL.syntax { margin-top: 1em; border-top: 1px solid black; } UL.requirements { margin-bottom: 1em; border-bottom: 1px solid black; } --></style> </head> <! -- Generated from file 'valtype.inc' by tcllib/doctools with format 'html' --> <! -- Copyright © 2013-2015 Andreas Kupries -- Copyright © 2013-2015 Documentation, Andreas Kupries --> <! -- CVS: $Id$ cmdr::validate::valtype::luhn.n --> <body><div class="doctools"> <hr> [ <a href="../../../../../../home">Home</a> | <a href="../../toc.html">Main Table Of Contents</a> | <a href="../toc.html">Table Of Contents</a> | <a href="../../index.html">Keyword Index</a> ] <hr> <h1 class="title">cmdr::validate::valtype::luhn(n) 1 doc "Cmdr, a framework for command line parsing and dispatch"</h1> <div id="name" class="section"><h2><a name="name">Name</a></h2> <p>cmdr::validate::valtype::luhn - Cmdr - Validation type facade for Tcllib valtype::luhn</p> </div> <div id="toc" class="section"><h2><a name="toc">Table Of Contents</a></h2> <ul class="toc"> <li class="section"><a href="#toc">Table Of Contents</a></li> <li class="section"><a href="#synopsis">Synopsis</a></li> <li class="section"><a href="#section1">Description</a></li> <li class="section"><a href="#section2">Bugs, Ideas, Feedback</a></li> <li class="section"><a href="#keywords">Keywords</a></li> <li class="section"><a href="#copyright">Copyright</a></li> </ul> </div> <div id="synopsis" class="section"><h2><a name="synopsis">Synopsis</a></h2> <div class="synopsis"> <ul class="requirements"> <li>package require <b class="pkgname">cmdr::validate::valtype::luhn</b></li> </ul> </div> </div> <div id="section1" class="section"><h2><a name="section1">Description</a></h2> <p>Welcome to the Cmdr project, written by Andreas Kupries.</p> <p>For availability please read <i class="term"><a href="cmdr_howto_get_sources.html">Cmdr - How To Get The Sources</a></i>.</p> <p>This package is a facade to Tcllib's package <b class="package">valtype::luhn</b>, wrapping it for use as a proper Cmdr validation type.</p> <p>Please read that package's documentation for details on the accepted input.</p> <p>The type has no input completion.</p> <p>The details of the exported API can be found in <i class="term"><a href="cmdr_vtypes.html">Cmdr - Writing custom validation types</a></i>. The chosen default is the empty string.</p> </div> <div id="section2" class="section"><h2><a name="section2">Bugs, Ideas, Feedback</a></h2> <p>Both the package(s) and this documentation will undoubtedly contain bugs and other problems. Please report such at <a href="https:/core.tcl.tk/akupries/cmdr">Cmdr Tickets</a>.</p> <p>Please also report any ideas you may have for enhancements of either package(s) and/or documentation.</p> </div> <div id="keywords" class="section"><h2><a name="keywords">Keywords</a></h2> <p><a href="../../index.html#key4">arguments</a>, <a href="../../index.html#key5">command hierarchy</a>, <a href="../../index.html#key9">command line completion</a>, <a href="../../index.html#key11">command line handling</a>, <a href="../../index.html#key13">command tree</a>, <a href="../../index.html#key0">editing command line</a>, <a href="../../index.html#key8">help for command line</a>, <a href="../../index.html#key6">hierarchy of commands</a>, <a href="../../index.html#key3">interactive command shell</a>, <a href="../../index.html#key1">optional arguments</a>, <a href="../../index.html#key2">options</a>, <a href="../../index.html#key12">parameters</a>, <a href="../../index.html#key10">processing command line</a>, <a href="../../index.html#key7">tree of commands</a></p> </div> <div id="copyright" class="section"><h2><a name="copyright">Copyright</a></h2> <p>Copyright © 2013-2015 Andreas Kupries<br> Copyright © 2013-2015 Documentation, Andreas Kupries</p> </div> </div></body></html> |
Added embedded/www/doc/files/cmdr_vt_luhn5.html.
> > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 | <html><head> <title>cmdr::validate::valtype::luhn5 - Cmdr, a framework for command line parsing and dispatch</title> <style type="text/css"><!-- HTML { background: #FFFFFF; color: black; } BODY { background: #FFFFFF; color: black; } DIV.doctools { margin-left: 10%; margin-right: 10%; } DIV.doctools H1,DIV.doctools H2 { margin-left: -5%; } H1, H2, H3, H4 { margin-top: 1em; font-family: sans-serif; font-size: large; color: #005A9C; background: transparent; text-align: left; } H1.title { text-align: center; } UL,OL { margin-right: 0em; margin-top: 3pt; margin-bottom: 3pt; } UL LI { list-style: disc; } OL LI { list-style: decimal; } DT { padding-top: 1ex; } UL.toc,UL.toc UL, UL.toc UL UL { font: normal 12pt/14pt sans-serif; list-style: none; } LI.section, LI.subsection { list-style: none; margin-left: 0em; text-indent: 0em; padding: 0em; } PRE { display: block; font-family: monospace; white-space: pre; margin: 0%; padding-top: 0.5ex; padding-bottom: 0.5ex; padding-left: 1ex; padding-right: 1ex; width: 100%; } PRE.example { color: black; background: #f5dcb3; border: 1px solid black; } UL.requirements LI, UL.syntax LI { list-style: none; margin-left: 0em; text-indent: 0em; padding: 0em; } DIV.synopsis { color: black; background: #80ffff; border: 1px solid black; font-family: serif; margin-top: 1em; margin-bottom: 1em; } UL.syntax { margin-top: 1em; border-top: 1px solid black; } UL.requirements { margin-bottom: 1em; border-bottom: 1px solid black; } --></style> </head> <! -- Generated from file 'valtype.inc' by tcllib/doctools with format 'html' --> <! -- Copyright © 2013-2015 Andreas Kupries -- Copyright © 2013-2015 Documentation, Andreas Kupries --> <! -- CVS: $Id$ cmdr::validate::valtype::luhn5.n --> <body><div class="doctools"> <hr> [ <a href="../../../../../../home">Home</a> | <a href="../../toc.html">Main Table Of Contents</a> | <a href="../toc.html">Table Of Contents</a> | <a href="../../index.html">Keyword Index</a> ] <hr> <h1 class="title">cmdr::validate::valtype::luhn5(n) 1 doc "Cmdr, a framework for command line parsing and dispatch"</h1> <div id="name" class="section"><h2><a name="name">Name</a></h2> <p>cmdr::validate::valtype::luhn5 - Cmdr - Validation type facade for Tcllib valtype::luhn5</p> </div> <div id="toc" class="section"><h2><a name="toc">Table Of Contents</a></h2> <ul class="toc"> <li class="section"><a href="#toc">Table Of Contents</a></li> <li class="section"><a href="#synopsis">Synopsis</a></li> <li class="section"><a href="#section1">Description</a></li> <li class="section"><a href="#section2">Bugs, Ideas, Feedback</a></li> <li class="section"><a href="#keywords">Keywords</a></li> <li class="section"><a href="#copyright">Copyright</a></li> </ul> </div> <div id="synopsis" class="section"><h2><a name="synopsis">Synopsis</a></h2> <div class="synopsis"> <ul class="requirements"> <li>package require <b class="pkgname">cmdr::validate::valtype::luhn5</b></li> </ul> </div> </div> <div id="section1" class="section"><h2><a name="section1">Description</a></h2> <p>Welcome to the Cmdr project, written by Andreas Kupries.</p> <p>For availability please read <i class="term"><a href="cmdr_howto_get_sources.html">Cmdr - How To Get The Sources</a></i>.</p> <p>This package is a facade to Tcllib's package <b class="package">valtype::luhn5</b>, wrapping it for use as a proper Cmdr validation type.</p> <p>Please read that package's documentation for details on the accepted input.</p> <p>The type has no input completion.</p> <p>The details of the exported API can be found in <i class="term"><a href="cmdr_vtypes.html">Cmdr - Writing custom validation types</a></i>. The chosen default is the empty string.</p> </div> <div id="section2" class="section"><h2><a name="section2">Bugs, Ideas, Feedback</a></h2> <p>Both the package(s) and this documentation will undoubtedly contain bugs and other problems. Please report such at <a href="https:/core.tcl.tk/akupries/cmdr">Cmdr Tickets</a>.</p> <p>Please also report any ideas you may have for enhancements of either package(s) and/or documentation.</p> </div> <div id="keywords" class="section"><h2><a name="keywords">Keywords</a></h2> <p><a href="../../index.html#key4">arguments</a>, <a href="../../index.html#key5">command hierarchy</a>, <a href="../../index.html#key9">command line completion</a>, <a href="../../index.html#key11">command line handling</a>, <a href="../../index.html#key13">command tree</a>, <a href="../../index.html#key0">editing command line</a>, <a href="../../index.html#key8">help for command line</a>, <a href="../../index.html#key6">hierarchy of commands</a>, <a href="../../index.html#key3">interactive command shell</a>, <a href="../../index.html#key1">optional arguments</a>, <a href="../../index.html#key2">options</a>, <a href="../../index.html#key12">parameters</a>, <a href="../../index.html#key10">processing command line</a>, <a href="../../index.html#key7">tree of commands</a></p> </div> <div id="copyright" class="section"><h2><a name="copyright">Copyright</a></h2> <p>Copyright © 2013-2015 Andreas Kupries<br> Copyright © 2013-2015 Documentation, Andreas Kupries</p> </div> </div></body></html> |
Added embedded/www/doc/files/cmdr_vt_mastercard.html.
> > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 | <html><head> <title>cmdr::validate::valtype::cc::mastercard - Cmdr, a framework for command line parsing and dispatch</title> <style type="text/css"><!-- HTML { background: #FFFFFF; color: black; } BODY { background: #FFFFFF; color: black; } DIV.doctools { margin-left: 10%; margin-right: 10%; } DIV.doctools H1,DIV.doctools H2 { margin-left: -5%; } H1, H2, H3, H4 { margin-top: 1em; font-family: sans-serif; font-size: large; color: #005A9C; background: transparent; text-align: left; } H1.title { text-align: center; } UL,OL { margin-right: 0em; margin-top: 3pt; margin-bottom: 3pt; } UL LI { list-style: disc; } OL LI { list-style: decimal; } DT { padding-top: 1ex; } UL.toc,UL.toc UL, UL.toc UL UL { font: normal 12pt/14pt sans-serif; list-style: none; } LI.section, LI.subsection { list-style: none; margin-left: 0em; text-indent: 0em; padding: 0em; } PRE { display: block; font-family: monospace; white-space: pre; margin: 0%; padding-top: 0.5ex; padding-bottom: 0.5ex; padding-left: 1ex; padding-right: 1ex; width: 100%; } PRE.example { color: black; background: #f5dcb3; border: 1px solid black; } UL.requirements LI, UL.syntax LI { list-style: none; margin-left: 0em; text-indent: 0em; padding: 0em; } DIV.synopsis { color: black; background: #80ffff; border: 1px solid black; font-family: serif; margin-top: 1em; margin-bottom: 1em; } UL.syntax { margin-top: 1em; border-top: 1px solid black; } UL.requirements { margin-bottom: 1em; border-bottom: 1px solid black; } --></style> </head> <! -- Generated from file 'valtype.inc' by tcllib/doctools with format 'html' --> <! -- Copyright © 2013-2015 Andreas Kupries -- Copyright © 2013-2015 Documentation, Andreas Kupries --> <! -- CVS: $Id$ cmdr::validate::valtype::cc::mastercard.n --> <body><div class="doctools"> <hr> [ <a href="../../../../../../home">Home</a> | <a href="../../toc.html">Main Table Of Contents</a> | <a href="../toc.html">Table Of Contents</a> | <a href="../../index.html">Keyword Index</a> ] <hr> <h1 class="title">cmdr::validate::valtype::cc::mastercard(n) 1 doc "Cmdr, a framework for command line parsing and dispatch"</h1> <div id="name" class="section"><h2><a name="name">Name</a></h2> <p>cmdr::validate::valtype::cc::mastercard - Cmdr - Validation type facade for Tcllib valtype::cc::mastercard</p> </div> <div id="toc" class="section"><h2><a name="toc">Table Of Contents</a></h2> <ul class="toc"> <li class="section"><a href="#toc">Table Of Contents</a></li> <li class="section"><a href="#synopsis">Synopsis</a></li> <li class="section"><a href="#section1">Description</a></li> <li class="section"><a href="#section2">Bugs, Ideas, Feedback</a></li> <li class="section"><a href="#keywords">Keywords</a></li> <li class="section"><a href="#copyright">Copyright</a></li> </ul> </div> <div id="synopsis" class="section"><h2><a name="synopsis">Synopsis</a></h2> <div class="synopsis"> <ul class="requirements"> <li>package require <b class="pkgname">cmdr::validate::valtype::cc::mastercard</b></li> </ul> </div> </div> <div id="section1" class="section"><h2><a name="section1">Description</a></h2> <p>Welcome to the Cmdr project, written by Andreas Kupries.</p> <p>For availability please read <i class="term"><a href="cmdr_howto_get_sources.html">Cmdr - How To Get The Sources</a></i>.</p> <p>This package is a facade to Tcllib's package <b class="package">valtype::cc::mastercard</b>, wrapping it for use as a proper Cmdr validation type.</p> <p>Please read that package's documentation for details on the accepted input.</p> <p>The type has no input completion.</p> <p>The details of the exported API can be found in <i class="term"><a href="cmdr_vtypes.html">Cmdr - Writing custom validation types</a></i>. The chosen default is the empty string.</p> </div> <div id="section2" class="section"><h2><a name="section2">Bugs, Ideas, Feedback</a></h2> <p>Both the package(s) and this documentation will undoubtedly contain bugs and other problems. Please report such at <a href="https:/core.tcl.tk/akupries/cmdr">Cmdr Tickets</a>.</p> <p>Please also report any ideas you may have for enhancements of either package(s) and/or documentation.</p> </div> <div id="keywords" class="section"><h2><a name="keywords">Keywords</a></h2> <p><a href="../../index.html#key4">arguments</a>, <a href="../../index.html#key5">command hierarchy</a>, <a href="../../index.html#key9">command line completion</a>, <a href="../../index.html#key11">command line handling</a>, <a href="../../index.html#key13">command tree</a>, <a href="../../index.html#key0">editing command line</a>, <a href="../../index.html#key8">help for command line</a>, <a href="../../index.html#key6">hierarchy of commands</a>, <a href="../../index.html#key3">interactive command shell</a>, <a href="../../index.html#key1">optional arguments</a>, <a href="../../index.html#key2">options</a>, <a href="../../index.html#key12">parameters</a>, <a href="../../index.html#key10">processing command line</a>, <a href="../../index.html#key7">tree of commands</a></p> </div> <div id="copyright" class="section"><h2><a name="copyright">Copyright</a></h2> <p>Copyright © 2013-2015 Andreas Kupries<br> Copyright © 2013-2015 Documentation, Andreas Kupries</p> </div> </div></body></html> |
Added embedded/www/doc/files/cmdr_vt_usnpi.html.
> > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 | <html><head> <title>cmdr::validate::valtype::usnpi - Cmdr, a framework for command line parsing and dispatch</title> <style type="text/css"><!-- HTML { background: #FFFFFF; color: black; } BODY { background: #FFFFFF; color: black; } DIV.doctools { margin-left: 10%; margin-right: 10%; } DIV.doctools H1,DIV.doctools H2 { margin-left: -5%; } H1, H2, H3, H4 { margin-top: 1em; font-family: sans-serif; font-size: large; color: #005A9C; background: transparent; text-align: left; } H1.title { text-align: center; } UL,OL { margin-right: 0em; margin-top: 3pt; margin-bottom: 3pt; } UL LI { list-style: disc; } OL LI { list-style: decimal; } DT { padding-top: 1ex; } UL.toc,UL.toc UL, UL.toc UL UL { font: normal 12pt/14pt sans-serif; list-style: none; } LI.section, LI.subsection { list-style: none; margin-left: 0em; text-indent: 0em; padding: 0em; } PRE { display: block; font-family: monospace; white-space: pre; margin: 0%; padding-top: 0.5ex; padding-bottom: 0.5ex; padding-left: 1ex; padding-right: 1ex; width: 100%; } PRE.example { color: black; background: #f5dcb3; border: 1px solid black; } UL.requirements LI, UL.syntax LI { list-style: none; margin-left: 0em; text-indent: 0em; padding: 0em; } DIV.synopsis { color: black; background: #80ffff; border: 1px solid black; font-family: serif; margin-top: 1em; margin-bottom: 1em; } UL.syntax { margin-top: 1em; border-top: 1px solid black; } UL.requirements { margin-bottom: 1em; border-bottom: 1px solid black; } --></style> </head> <! -- Generated from file 'valtype.inc' by tcllib/doctools with format 'html' --> <! -- Copyright © 2013-2015 Andreas Kupries -- Copyright © 2013-2015 Documentation, Andreas Kupries --> <! -- CVS: $Id$ cmdr::validate::valtype::usnpi.n --> <body><div class="doctools"> <hr> [ <a href="../../../../../../home">Home</a> | <a href="../../toc.html">Main Table Of Contents</a> | <a href="../toc.html">Table Of Contents</a> | <a href="../../index.html">Keyword Index</a> ] <hr> <h1 class="title">cmdr::validate::valtype::usnpi(n) 1 doc "Cmdr, a framework for command line parsing and dispatch"</h1> <div id="name" class="section"><h2><a name="name">Name</a></h2> <p>cmdr::validate::valtype::usnpi - Cmdr - Validation type facade for Tcllib valtype::usnpi</p> </div> <div id="toc" class="section"><h2><a name="toc">Table Of Contents</a></h2> <ul class="toc"> <li class="section"><a href="#toc">Table Of Contents</a></li> <li class="section"><a href="#synopsis">Synopsis</a></li> <li class="section"><a href="#section1">Description</a></li> <li class="section"><a href="#section2">Bugs, Ideas, Feedback</a></li> <li class="section"><a href="#keywords">Keywords</a></li> <li class="section"><a href="#copyright">Copyright</a></li> </ul> </div> <div id="synopsis" class="section"><h2><a name="synopsis">Synopsis</a></h2> <div class="synopsis"> <ul class="requirements"> <li>package require <b class="pkgname">cmdr::validate::valtype::usnpi</b></li> </ul> </div> </div> <div id="section1" class="section"><h2><a name="section1">Description</a></h2> <p>Welcome to the Cmdr project, written by Andreas Kupries.</p> <p>For availability please read <i class="term"><a href="cmdr_howto_get_sources.html">Cmdr - How To Get The Sources</a></i>.</p> <p>This package is a facade to Tcllib's package <b class="package">valtype::usnpi</b>, wrapping it for use as a proper Cmdr validation type.</p> <p>Please read that package's documentation for details on the accepted input.</p> <p>The type has no input completion.</p> <p>The details of the exported API can be found in <i class="term"><a href="cmdr_vtypes.html">Cmdr - Writing custom validation types</a></i>. The chosen default is the empty string.</p> </div> <div id="section2" class="section"><h2><a name="section2">Bugs, Ideas, Feedback</a></h2> <p>Both the package(s) and this documentation will undoubtedly contain bugs and other problems. Please report such at <a href="https:/core.tcl.tk/akupries/cmdr">Cmdr Tickets</a>.</p> <p>Please also report any ideas you may have for enhancements of either package(s) and/or documentation.</p> </div> <div id="keywords" class="section"><h2><a name="keywords">Keywords</a></h2> <p><a href="../../index.html#key4">arguments</a>, <a href="../../index.html#key5">command hierarchy</a>, <a href="../../index.html#key9">command line completion</a>, <a href="../../index.html#key11">command line handling</a>, <a href="../../index.html#key13">command tree</a>, <a href="../../index.html#key0">editing command line</a>, <a href="../../index.html#key8">help for command line</a>, <a href="../../index.html#key6">hierarchy of commands</a>, <a href="../../index.html#key3">interactive command shell</a>, <a href="../../index.html#key1">optional arguments</a>, <a href="../../index.html#key2">options</a>, <a href="../../index.html#key12">parameters</a>, <a href="../../index.html#key10">processing command line</a>, <a href="../../index.html#key7">tree of commands</a></p> </div> <div id="copyright" class="section"><h2><a name="copyright">Copyright</a></h2> <p>Copyright © 2013-2015 Andreas Kupries<br> Copyright © 2013-2015 Documentation, Andreas Kupries</p> </div> </div></body></html> |
Added embedded/www/doc/files/cmdr_vt_verhoeff.html.
> > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 | <html><head> <title>cmdr::validate::valtype::verhoeff - Cmdr, a framework for command line parsing and dispatch</title> <style type="text/css"><!-- HTML { background: #FFFFFF; color: black; } BODY { background: #FFFFFF; color: black; } DIV.doctools { margin-left: 10%; margin-right: 10%; } DIV.doctools H1,DIV.doctools H2 { margin-left: -5%; } H1, H2, H3, H4 { margin-top: 1em; font-family: sans-serif; font-size: large; color: #005A9C; background: transparent; text-align: left; } H1.title { text-align: center; } UL,OL { margin-right: 0em; margin-top: 3pt; margin-bottom: 3pt; } UL LI { list-style: disc; } OL LI { list-style: decimal; } DT { padding-top: 1ex; } UL.toc,UL.toc UL, UL.toc UL UL { font: normal 12pt/14pt sans-serif; list-style: none; } LI.section, LI.subsection { list-style: none; margin-left: 0em; text-indent: 0em; padding: 0em; } PRE { display: block; font-family: monospace; white-space: pre; margin: 0%; padding-top: 0.5ex; padding-bottom: 0.5ex; padding-left: 1ex; padding-right: 1ex; width: 100%; } PRE.example { color: black; background: #f5dcb3; border: 1px solid black; } UL.requirements LI, UL.syntax LI { list-style: none; margin-left: 0em; text-indent: 0em; padding: 0em; } DIV.synopsis { color: black; background: #80ffff; border: 1px solid black; font-family: serif; margin-top: 1em; margin-bottom: 1em; } UL.syntax { margin-top: 1em; border-top: 1px solid black; } UL.requirements { margin-bottom: 1em; border-bottom: 1px solid black; } --></style> </head> <! -- Generated from file 'valtype.inc' by tcllib/doctools with format 'html' --> <! -- Copyright © 2013-2015 Andreas Kupries -- Copyright © 2013-2015 Documentation, Andreas Kupries --> <! -- CVS: $Id$ cmdr::validate::valtype::verhoeff.n --> <body><div class="doctools"> <hr> [ <a href="../../../../../../home">Home</a> | <a href="../../toc.html">Main Table Of Contents</a> | <a href="../toc.html">Table Of Contents</a> | <a href="../../index.html">Keyword Index</a> ] <hr> <h1 class="title">cmdr::validate::valtype::verhoeff(n) 1 doc "Cmdr, a framework for command line parsing and dispatch"</h1> <div id="name" class="section"><h2><a name="name">Name</a></h2> <p>cmdr::validate::valtype::verhoeff - Cmdr - Validation type facade for Tcllib valtype::verhoeff</p> </div> <div id="toc" class="section"><h2><a name="toc">Table Of Contents</a></h2> <ul class="toc"> <li class="section"><a href="#toc">Table Of Contents</a></li> <li class="section"><a href="#synopsis">Synopsis</a></li> <li class="section"><a href="#section1">Description</a></li> <li class="section"><a href="#section2">Bugs, Ideas, Feedback</a></li> <li class="section"><a href="#keywords">Keywords</a></li> <li class="section"><a href="#copyright">Copyright</a></li> </ul> </div> <div id="synopsis" class="section"><h2><a name="synopsis">Synopsis</a></h2> <div class="synopsis"> <ul class="requirements"> <li>package require <b class="pkgname">cmdr::validate::valtype::verhoeff</b></li> </ul> </div> </div> <div id="section1" class="section"><h2><a name="section1">Description</a></h2> <p>Welcome to the Cmdr project, written by Andreas Kupries.</p> <p>For availability please read <i class="term"><a href="cmdr_howto_get_sources.html">Cmdr - How To Get The Sources</a></i>.</p> <p>This package is a facade to Tcllib's package <b class="package">valtype::verhoeff</b>, wrapping it for use as a proper Cmdr validation type.</p> <p>Please read that package's documentation for details on the accepted input.</p> <p>The type has no input completion.</p> <p>The details of the exported API can be found in <i class="term"><a href="cmdr_vtypes.html">Cmdr - Writing custom validation types</a></i>. The chosen default is the empty string.</p> </div> <div id="section2" class="section"><h2><a name="section2">Bugs, Ideas, Feedback</a></h2> <p>Both the package(s) and this documentation will undoubtedly contain bugs and other problems. Please report such at <a href="https:/core.tcl.tk/akupries/cmdr">Cmdr Tickets</a>.</p> <p>Please also report any ideas you may have for enhancements of either package(s) and/or documentation.</p> </div> <div id="keywords" class="section"><h2><a name="keywords">Keywords</a></h2> <p><a href="../../index.html#key4">arguments</a>, <a href="../../index.html#key5">command hierarchy</a>, <a href="../../index.html#key9">command line completion</a>, <a href="../../index.html#key11">command line handling</a>, <a href="../../index.html#key13">command tree</a>, <a href="../../index.html#key0">editing command line</a>, <a href="../../index.html#key8">help for command line</a>, <a href="../../index.html#key6">hierarchy of commands</a>, <a href="../../index.html#key3">interactive command shell</a>, <a href="../../index.html#key1">optional arguments</a>, <a href="../../index.html#key2">options</a>, <a href="../../index.html#key12">parameters</a>, <a href="../../index.html#key10">processing command line</a>, <a href="../../index.html#key7">tree of commands</a></p> </div> <div id="copyright" class="section"><h2><a name="copyright">Copyright</a></h2> <p>Copyright © 2013-2015 Andreas Kupries<br> Copyright © 2013-2015 Documentation, Andreas Kupries</p> </div> </div></body></html> |
Added embedded/www/doc/files/cmdr_vt_visa.html.
> > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 | <html><head> <title>cmdr::validate::valtype::cc::visa - Cmdr, a framework for command line parsing and dispatch</title> <style type="text/css"><!-- HTML { background: #FFFFFF; color: black; } BODY { background: #FFFFFF; color: black; } DIV.doctools { margin-left: 10%; margin-right: 10%; } DIV.doctools H1,DIV.doctools H2 { margin-left: -5%; } H1, H2, H3, H4 { margin-top: 1em; font-family: sans-serif; font-size: large; color: #005A9C; background: transparent; text-align: left; } H1.title { text-align: center; } UL,OL { margin-right: 0em; margin-top: 3pt; margin-bottom: 3pt; } UL LI { list-style: disc; } OL LI { list-style: decimal; } DT { padding-top: 1ex; } UL.toc,UL.toc UL, UL.toc UL UL { font: normal 12pt/14pt sans-serif; list-style: none; } LI.section, LI.subsection { list-style: none; margin-left: 0em; text-indent: 0em; padding: 0em; } PRE { display: block; font-family: monospace; white-space: pre; margin: 0%; padding-top: 0.5ex; padding-bottom: 0.5ex; padding-left: 1ex; padding-right: 1ex; width: 100%; } PRE.example { color: black; background: #f5dcb3; border: 1px solid black; } UL.requirements LI, UL.syntax LI { list-style: none; margin-left: 0em; text-indent: 0em; padding: 0em; } DIV.synopsis { color: black; background: #80ffff; border: 1px solid black; font-family: serif; margin-top: 1em; margin-bottom: 1em; } UL.syntax { margin-top: 1em; border-top: 1px solid black; } UL.requirements { margin-bottom: 1em; border-bottom: 1px solid black; } --></style> </head> <! -- Generated from file 'valtype.inc' by tcllib/doctools with format 'html' --> <! -- Copyright © 2013-2015 Andreas Kupries -- Copyright © 2013-2015 Documentation, Andreas Kupries --> <! -- CVS: $Id$ cmdr::validate::valtype::cc::visa.n --> <body><div class="doctools"> <hr> [ <a href="../../../../../../home">Home</a> | <a href="../../toc.html">Main Table Of Contents</a> | <a href="../toc.html">Table Of Contents</a> | <a href="../../index.html">Keyword Index</a> ] <hr> <h1 class="title">cmdr::validate::valtype::cc::visa(n) 1 doc "Cmdr, a framework for command line parsing and dispatch"</h1> <div id="name" class="section"><h2><a name="name">Name</a></h2> <p>cmdr::validate::valtype::cc::visa - Cmdr - Validation type facade for Tcllib valtype::cc::visa</p> </div> <div id="toc" class="section"><h2><a name="toc">Table Of Contents</a></h2> <ul class="toc"> <li class="section"><a href="#toc">Table Of Contents</a></li> <li class="section"><a href="#synopsis">Synopsis</a></li> <li class="section"><a href="#section1">Description</a></li> <li class="section"><a href="#section2">Bugs, Ideas, Feedback</a></li> <li class="section"><a href="#keywords">Keywords</a></li> <li class="section"><a href="#copyright">Copyright</a></li> </ul> </div> <div id="synopsis" class="section"><h2><a name="synopsis">Synopsis</a></h2> <div class="synopsis"> <ul class="requirements"> <li>package require <b class="pkgname">cmdr::validate::valtype::cc::visa</b></li> </ul> </div> </div> <div id="section1" class="section"><h2><a name="section1">Description</a></h2> <p>Welcome to the Cmdr project, written by Andreas Kupries.</p> <p>For availability please read <i class="term"><a href="cmdr_howto_get_sources.html">Cmdr - How To Get The Sources</a></i>.</p> <p>This package is a facade to Tcllib's package <b class="package">valtype::cc::visa</b>, wrapping it for use as a proper Cmdr validation type.</p> <p>Please read that package's documentation for details on the accepted input.</p> <p>The type has no input completion.</p> <p>The details of the exported API can be found in <i class="term"><a href="cmdr_vtypes.html">Cmdr - Writing custom validation types</a></i>. The chosen default is the empty string.</p> </div> <div id="section2" class="section"><h2><a name="section2">Bugs, Ideas, Feedback</a></h2> <p>Both the package(s) and this documentation will undoubtedly contain bugs and other problems. Please report such at <a href="https:/core.tcl.tk/akupries/cmdr">Cmdr Tickets</a>.</p> <p>Please also report any ideas you may have for enhancements of either package(s) and/or documentation.</p> </div> <div id="keywords" class="section"><h2><a name="keywords">Keywords</a></h2> <p><a href="../../index.html#key4">arguments</a>, <a href="../../index.html#key5">command hierarchy</a>, <a href="../../index.html#key9">command line completion</a>, <a href="../../index.html#key11">command line handling</a>, <a href="../../index.html#key13">command tree</a>, <a href="../../index.html#key0">editing command line</a>, <a href="../../index.html#key8">help for command line</a>, <a href="../../index.html#key6">hierarchy of commands</a>, <a href="../../index.html#key3">interactive command shell</a>, <a href="../../index.html#key1">optional arguments</a>, <a href="../../index.html#key2">options</a>, <a href="../../index.html#key12">parameters</a>, <a href="../../index.html#key10">processing command line</a>, <a href="../../index.html#key7">tree of commands</a></p> </div> <div id="copyright" class="section"><h2><a name="copyright">Copyright</a></h2> <p>Copyright © 2013-2015 Andreas Kupries<br> Copyright © 2013-2015 Documentation, Andreas Kupries</p> </div> </div></body></html> |
Changes to embedded/www/doc/toc.html.
︙ | ︙ | |||
145 146 147 148 149 150 151 152 153 154 155 156 157 158 | <td class="#tocleft" ><a href="files/cmdr_vt_time.html">cmdr::validate::time</a></td> <td class="#tocright">Cmdr - Validation type for times (to the second)</td> </tr> <tr class="#tocodd" > <td class="#tocleft" ><a href="files/cmdr_vt_time_minute.html">cmdr::validate::time::minute</a></td> <td class="#tocright">Cmdr - Validation type for times to the minute</td> </tr> <tr class="#toceven" > <td class="#tocleft" ><a href="files/cmdr_vt_weekday.html">cmdr::validate::weekday</a></td> <td class="#tocright">Cmdr - Validation type for weekday names</td> </tr> <tr class="#tocodd" > <td class="#tocleft" ><a href="files/cmdr_vt_year.html">cmdr::validate::year</a></td> <td class="#tocright">Cmdr - Validation type for years</td> | > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > | 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 | <td class="#tocleft" ><a href="files/cmdr_vt_time.html">cmdr::validate::time</a></td> <td class="#tocright">Cmdr - Validation type for times (to the second)</td> </tr> <tr class="#tocodd" > <td class="#tocleft" ><a href="files/cmdr_vt_time_minute.html">cmdr::validate::time::minute</a></td> <td class="#tocright">Cmdr - Validation type for times to the minute</td> </tr> <tr class="#toceven" > <td class="#tocleft" ><a href="files/cmdr_vt_amex.html">cmdr::validate::valtype::cc::amex</a></td> <td class="#tocright">Cmdr - Validation type facade for Tcllib valtype::cc::amex</td> </tr> <tr class="#tocodd" > <td class="#tocleft" ><a href="files/cmdr_vt_discover.html">cmdr::validate::valtype::cc::discover</a></td> <td class="#tocright">Cmdr - Validation type facade for Tcllib valtype::cc::discover</td> </tr> <tr class="#toceven" > <td class="#tocleft" ><a href="files/cmdr_vt_mastercard.html">cmdr::validate::valtype::cc::mastercard</a></td> <td class="#tocright">Cmdr - Validation type facade for Tcllib valtype::cc::mastercard</td> </tr> <tr class="#tocodd" > <td class="#tocleft" ><a href="files/cmdr_vt_visa.html">cmdr::validate::valtype::cc::visa</a></td> <td class="#tocright">Cmdr - Validation type facade for Tcllib valtype::cc::visa</td> </tr> <tr class="#toceven" > <td class="#tocleft" ><a href="files/cmdr_vt_ean13.html">cmdr::validate::valtype::gs1::ean13</a></td> <td class="#tocright">Cmdr - Validation type facade for Tcllib valtype::gs1::ean13</td> </tr> <tr class="#tocodd" > <td class="#tocleft" ><a href="files/cmdr_vt_iban.html">cmdr::validate::valtype::iban</a></td> <td class="#tocright">Cmdr - Validation type facade for Tcllib valtype::iban</td> </tr> <tr class="#toceven" > <td class="#tocleft" ><a href="files/cmdr_vt_imei.html">cmdr::validate::valtype::imei</a></td> <td class="#tocright">Cmdr - Validation type facade for Tcllib valtype::imei</td> </tr> <tr class="#tocodd" > <td class="#tocleft" ><a href="files/cmdr_vt_isbn.html">cmdr::validate::valtype::isbn</a></td> <td class="#tocright">Cmdr - Validation type facade for Tcllib valtype::isbn</td> </tr> <tr class="#toceven" > <td class="#tocleft" ><a href="files/cmdr_vt_luhn.html">cmdr::validate::valtype::luhn</a></td> <td class="#tocright">Cmdr - Validation type facade for Tcllib valtype::luhn</td> </tr> <tr class="#tocodd" > <td class="#tocleft" ><a href="files/cmdr_vt_luhn5.html">cmdr::validate::valtype::luhn5</a></td> <td class="#tocright">Cmdr - Validation type facade for Tcllib valtype::luhn5</td> </tr> <tr class="#toceven" > <td class="#tocleft" ><a href="files/cmdr_vt_usnpi.html">cmdr::validate::valtype::usnpi</a></td> <td class="#tocright">Cmdr - Validation type facade for Tcllib valtype::usnpi</td> </tr> <tr class="#tocodd" > <td class="#tocleft" ><a href="files/cmdr_vt_verhoeff.html">cmdr::validate::valtype::verhoeff</a></td> <td class="#tocright">Cmdr - Validation type facade for Tcllib valtype::verhoeff</td> </tr> <tr class="#toceven" > <td class="#tocleft" ><a href="files/cmdr_vt_weekday.html">cmdr::validate::weekday</a></td> <td class="#tocright">Cmdr - Validation type for weekday names</td> </tr> <tr class="#tocodd" > <td class="#tocleft" ><a href="files/cmdr_vt_year.html">cmdr::validate::year</a></td> <td class="#tocright">Cmdr - Validation type for years</td> |
︙ | ︙ |
Changes to embedded/www/index.html.
︙ | ︙ | |||
18 19 20 21 22 23 24 | <hr><table class="#idx" width="100%"> <tr class="#idxheader"><th colspan="2"> <a name="c1">Keywords: A</a> </th></tr> <tr class="#idxeven" valign=top> <td class="#idxleft" width="35%"><a name="key4"> arguments </a></td> <td class="#idxright" width="65%"> | | | | | | | | | | | | | | | | 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 | <hr><table class="#idx" width="100%"> <tr class="#idxheader"><th colspan="2"> <a name="c1">Keywords: A</a> </th></tr> <tr class="#idxeven" valign=top> <td class="#idxleft" width="35%"><a name="key4"> arguments </a></td> <td class="#idxright" width="65%"> <a href="doc/files/cmdr.html"> cmdr </a> · <a href="doc/files/cmdr_changes.html"> cmdr-changes </a> · <a href="doc/files/cmdr_howto_get_sources.html"> cmdr-howto-get-sources </a> · <a href="doc/files/cmdr_howto_installation.html"> cmdr-installation </a> · <a href="doc/files/cmdr_introduction.html"> cmdr-introduction </a> · <a href="doc/files/cmdr_license.html"> cmdr-license </a> · <a href="doc/files/cmdr_dsl.html"> cmdr-spec-dsl </a> · <a href="doc/files/cmdr_dsl_officer.html"> cmdr-spec-dsl-officer </a> · <a href="doc/files/cmdr_dsl_parameter.html"> cmdr-spec-dsl-parameter </a> · <a href="doc/files/cmdr_dsl_private.html"> cmdr-spec-dsl-private </a> · <a href="doc/files/cmdr_flow.html"> cmdr-spec-flow </a> · <a href="doc/files/cmdr_helpformats.html"> cmdr-user-helpformats </a> · <a href="doc/files/cmdr_vtypes.html"> cmdr-user-vtypes </a> · <a href="doc/files/cmdr_actor.html"> cmdr::actor </a> · <a href="doc/files/cmdr_ask.html"> cmdr::ask </a> · <a href="doc/files/cmdr_color.html"> cmdr::color </a> · <a href="doc/files/cmdr_config.html"> cmdr::config </a> · <a href="doc/files/cmdr_help.html"> cmdr::help </a> · <a href="doc/files/cmdr_help_json.html"> cmdr::help::json </a> · <a href="doc/files/cmdr_help_sql.html"> cmdr::help::sql </a> · <a href="doc/files/cmdr_help_tcl.html"> cmdr::help::tcl </a> · <a href="doc/files/cmdr_history.html"> cmdr::history </a> · <a href="doc/files/cmdr_officer.html"> cmdr::officer </a> · <a href="doc/files/cmdr_pager.html"> cmdr::pager </a> · <a href="doc/files/cmdr_parameter.html"> cmdr::parameter </a> · <a href="doc/files/cmdr_private.html"> cmdr::private </a> · <a href="doc/files/cmdr_tty.html"> cmdr::tty </a> · <a href="doc/files/cmdr_util.html"> cmdr::util </a> · <a href="doc/files/cmdr_validate.html"> cmdr::validate </a> · <a href="doc/files/cmdr_vcommon.html"> cmdr::validate::common </a> · <a href="doc/files/cmdr_vt_date.html"> cmdr::validate::date </a> · <a href="doc/files/cmdr_vt_posint.html"> cmdr::validate::posint </a> · <a href="doc/files/cmdr_vt_time.html"> cmdr::validate::time </a> · <a href="doc/files/cmdr_vt_time_minute.html"> cmdr::validate::time::minute </a> · <a href="doc/files/cmdr_vt_amex.html"> cmdr::validate::valtype::cc::amex </a> · <a href="doc/files/cmdr_vt_discover.html"> cmdr::validate::valtype::cc::discover </a> · <a href="doc/files/cmdr_vt_mastercard.html"> cmdr::validate::valtype::cc::mastercard </a> · <a href="doc/files/cmdr_vt_visa.html"> cmdr::validate::valtype::cc::visa </a> · <a href="doc/files/cmdr_vt_ean13.html"> cmdr::validate::valtype::gs1::ean13 </a> · <a href="doc/files/cmdr_vt_iban.html"> cmdr::validate::valtype::iban </a> · <a href="doc/files/cmdr_vt_imei.html"> cmdr::validate::valtype::imei </a> · <a href="doc/files/cmdr_vt_isbn.html"> cmdr::validate::valtype::isbn </a> · <a href="doc/files/cmdr_vt_luhn.html"> cmdr::validate::valtype::luhn </a> · <a href="doc/files/cmdr_vt_luhn5.html"> cmdr::validate::valtype::luhn5 </a> · <a href="doc/files/cmdr_vt_usnpi.html"> cmdr::validate::valtype::usnpi </a> · <a href="doc/files/cmdr_vt_verhoeff.html"> cmdr::validate::valtype::verhoeff </a> · <a href="doc/files/cmdr_vt_weekday.html"> cmdr::validate::weekday </a> · <a href="doc/files/cmdr_vt_year.html"> cmdr::validate::year </a> · <a href="doc/files/cmdr_howto_development.html"> cmdr_development </a> · <a href="doc/files/cmdr_dev_completion.html"> cmdr_dev~completion </a> · <a href="doc/files/cmdr_dev_dsl.html"> cmdr_dev~dsl </a> </td></tr> <tr class="#idxheader"><th colspan="2"> <a name="c2">Keywords: C</a> </th></tr> <tr class="#idxodd" valign=top> <td class="#idxleft" width="35%"><a name="key5"> command hierarchy </a></td> <td class="#idxright" width="65%"> <a href="doc/files/cmdr.html"> cmdr </a> · <a href="doc/files/cmdr_changes.html"> cmdr-changes </a> · <a href="doc/files/cmdr_howto_get_sources.html"> cmdr-howto-get-sources </a> · <a href="doc/files/cmdr_howto_installation.html"> cmdr-installation </a> · <a href="doc/files/cmdr_introduction.html"> cmdr-introduction </a> · <a href="doc/files/cmdr_license.html"> cmdr-license </a> · <a href="doc/files/cmdr_dsl.html"> cmdr-spec-dsl </a> · <a href="doc/files/cmdr_dsl_officer.html"> cmdr-spec-dsl-officer </a> · <a href="doc/files/cmdr_dsl_parameter.html"> cmdr-spec-dsl-parameter </a> · <a href="doc/files/cmdr_dsl_private.html"> cmdr-spec-dsl-private </a> · <a href="doc/files/cmdr_flow.html"> cmdr-spec-flow </a> · <a href="doc/files/cmdr_helpformats.html"> cmdr-user-helpformats </a> · <a href="doc/files/cmdr_vtypes.html"> cmdr-user-vtypes </a> · <a href="doc/files/cmdr_actor.html"> cmdr::actor </a> · <a href="doc/files/cmdr_ask.html"> cmdr::ask </a> · <a href="doc/files/cmdr_color.html"> cmdr::color </a> · <a href="doc/files/cmdr_config.html"> cmdr::config </a> · <a href="doc/files/cmdr_help.html"> cmdr::help </a> · <a href="doc/files/cmdr_help_json.html"> cmdr::help::json </a> · <a href="doc/files/cmdr_help_sql.html"> cmdr::help::sql </a> · <a href="doc/files/cmdr_help_tcl.html"> cmdr::help::tcl </a> · <a href="doc/files/cmdr_history.html"> cmdr::history </a> · <a href="doc/files/cmdr_officer.html"> cmdr::officer </a> · <a href="doc/files/cmdr_pager.html"> cmdr::pager </a> · <a href="doc/files/cmdr_parameter.html"> cmdr::parameter </a> · <a href="doc/files/cmdr_private.html"> cmdr::private </a> · <a href="doc/files/cmdr_tty.html"> cmdr::tty </a> · <a href="doc/files/cmdr_util.html"> cmdr::util </a> · <a href="doc/files/cmdr_validate.html"> cmdr::validate </a> · <a href="doc/files/cmdr_vcommon.html"> cmdr::validate::common </a> · <a href="doc/files/cmdr_vt_date.html"> cmdr::validate::date </a> · <a href="doc/files/cmdr_vt_posint.html"> cmdr::validate::posint </a> · <a href="doc/files/cmdr_vt_time.html"> cmdr::validate::time </a> · <a href="doc/files/cmdr_vt_time_minute.html"> cmdr::validate::time::minute </a> · <a href="doc/files/cmdr_vt_amex.html"> cmdr::validate::valtype::cc::amex </a> · <a href="doc/files/cmdr_vt_discover.html"> cmdr::validate::valtype::cc::discover </a> · <a href="doc/files/cmdr_vt_mastercard.html"> cmdr::validate::valtype::cc::mastercard </a> · <a href="doc/files/cmdr_vt_visa.html"> cmdr::validate::valtype::cc::visa </a> · <a href="doc/files/cmdr_vt_ean13.html"> cmdr::validate::valtype::gs1::ean13 </a> · <a href="doc/files/cmdr_vt_iban.html"> cmdr::validate::valtype::iban </a> · <a href="doc/files/cmdr_vt_imei.html"> cmdr::validate::valtype::imei </a> · <a href="doc/files/cmdr_vt_isbn.html"> cmdr::validate::valtype::isbn </a> · <a href="doc/files/cmdr_vt_luhn.html"> cmdr::validate::valtype::luhn </a> · <a href="doc/files/cmdr_vt_luhn5.html"> cmdr::validate::valtype::luhn5 </a> · <a href="doc/files/cmdr_vt_usnpi.html"> cmdr::validate::valtype::usnpi </a> · <a href="doc/files/cmdr_vt_verhoeff.html"> cmdr::validate::valtype::verhoeff </a> · <a href="doc/files/cmdr_vt_weekday.html"> cmdr::validate::weekday </a> · <a href="doc/files/cmdr_vt_year.html"> cmdr::validate::year </a> · <a href="doc/files/cmdr_howto_development.html"> cmdr_development </a> · <a href="doc/files/cmdr_dev_completion.html"> cmdr_dev~completion </a> · <a href="doc/files/cmdr_dev_dsl.html"> cmdr_dev~dsl </a> </td></tr> <tr class="#idxeven" valign=top> <td class="#idxleft" width="35%"><a name="key9"> command line completion </a></td> <td class="#idxright" width="65%"> <a href="doc/files/cmdr.html"> cmdr </a> · <a href="doc/files/cmdr_changes.html"> cmdr-changes </a> · <a href="doc/files/cmdr_howto_get_sources.html"> cmdr-howto-get-sources </a> · <a href="doc/files/cmdr_howto_installation.html"> cmdr-installation </a> · <a href="doc/files/cmdr_introduction.html"> cmdr-introduction </a> · <a href="doc/files/cmdr_license.html"> cmdr-license </a> · <a href="doc/files/cmdr_dsl.html"> cmdr-spec-dsl </a> · <a href="doc/files/cmdr_dsl_officer.html"> cmdr-spec-dsl-officer </a> · <a href="doc/files/cmdr_dsl_parameter.html"> cmdr-spec-dsl-parameter </a> · <a href="doc/files/cmdr_dsl_private.html"> cmdr-spec-dsl-private </a> · <a href="doc/files/cmdr_flow.html"> cmdr-spec-flow </a> · <a href="doc/files/cmdr_helpformats.html"> cmdr-user-helpformats </a> · <a href="doc/files/cmdr_vtypes.html"> cmdr-user-vtypes </a> · <a href="doc/files/cmdr_actor.html"> cmdr::actor </a> · <a href="doc/files/cmdr_ask.html"> cmdr::ask </a> · <a href="doc/files/cmdr_color.html"> cmdr::color </a> · <a href="doc/files/cmdr_config.html"> cmdr::config </a> · <a href="doc/files/cmdr_help.html"> cmdr::help </a> · <a href="doc/files/cmdr_help_json.html"> cmdr::help::json </a> · <a href="doc/files/cmdr_help_sql.html"> cmdr::help::sql </a> · <a href="doc/files/cmdr_help_tcl.html"> cmdr::help::tcl </a> · <a href="doc/files/cmdr_history.html"> cmdr::history </a> · <a href="doc/files/cmdr_officer.html"> cmdr::officer </a> · <a href="doc/files/cmdr_pager.html"> cmdr::pager </a> · <a href="doc/files/cmdr_parameter.html"> cmdr::parameter </a> · <a href="doc/files/cmdr_private.html"> cmdr::private </a> · <a href="doc/files/cmdr_tty.html"> cmdr::tty </a> · <a href="doc/files/cmdr_util.html"> cmdr::util </a> · <a href="doc/files/cmdr_validate.html"> cmdr::validate </a> · <a href="doc/files/cmdr_vcommon.html"> cmdr::validate::common </a> · <a href="doc/files/cmdr_vt_date.html"> cmdr::validate::date </a> · <a href="doc/files/cmdr_vt_posint.html"> cmdr::validate::posint </a> · <a href="doc/files/cmdr_vt_time.html"> cmdr::validate::time </a> · <a href="doc/files/cmdr_vt_time_minute.html"> cmdr::validate::time::minute </a> · <a href="doc/files/cmdr_vt_amex.html"> cmdr::validate::valtype::cc::amex </a> · <a href="doc/files/cmdr_vt_discover.html"> cmdr::validate::valtype::cc::discover </a> · <a href="doc/files/cmdr_vt_mastercard.html"> cmdr::validate::valtype::cc::mastercard </a> · <a href="doc/files/cmdr_vt_visa.html"> cmdr::validate::valtype::cc::visa </a> · <a href="doc/files/cmdr_vt_ean13.html"> cmdr::validate::valtype::gs1::ean13 </a> · <a href="doc/files/cmdr_vt_iban.html"> cmdr::validate::valtype::iban </a> · <a href="doc/files/cmdr_vt_imei.html"> cmdr::validate::valtype::imei </a> · <a href="doc/files/cmdr_vt_isbn.html"> cmdr::validate::valtype::isbn </a> · <a href="doc/files/cmdr_vt_luhn.html"> cmdr::validate::valtype::luhn </a> · <a href="doc/files/cmdr_vt_luhn5.html"> cmdr::validate::valtype::luhn5 </a> · <a href="doc/files/cmdr_vt_usnpi.html"> cmdr::validate::valtype::usnpi </a> · <a href="doc/files/cmdr_vt_verhoeff.html"> cmdr::validate::valtype::verhoeff </a> · <a href="doc/files/cmdr_vt_weekday.html"> cmdr::validate::weekday </a> · <a href="doc/files/cmdr_vt_year.html"> cmdr::validate::year </a> · <a href="doc/files/cmdr_howto_development.html"> cmdr_development </a> · <a href="doc/files/cmdr_dev_completion.html"> cmdr_dev~completion </a> · <a href="doc/files/cmdr_dev_dsl.html"> cmdr_dev~dsl </a> </td></tr> <tr class="#idxodd" valign=top> <td class="#idxleft" width="35%"><a name="key11"> command line handling </a></td> <td class="#idxright" width="65%"> <a href="doc/files/cmdr.html"> cmdr </a> · <a href="doc/files/cmdr_changes.html"> cmdr-changes </a> · <a href="doc/files/cmdr_howto_get_sources.html"> cmdr-howto-get-sources </a> · <a href="doc/files/cmdr_howto_installation.html"> cmdr-installation </a> · <a href="doc/files/cmdr_introduction.html"> cmdr-introduction </a> · <a href="doc/files/cmdr_license.html"> cmdr-license </a> · <a href="doc/files/cmdr_dsl.html"> cmdr-spec-dsl </a> · <a href="doc/files/cmdr_dsl_officer.html"> cmdr-spec-dsl-officer </a> · <a href="doc/files/cmdr_dsl_parameter.html"> cmdr-spec-dsl-parameter </a> · <a href="doc/files/cmdr_dsl_private.html"> cmdr-spec-dsl-private </a> · <a href="doc/files/cmdr_flow.html"> cmdr-spec-flow </a> · <a href="doc/files/cmdr_helpformats.html"> cmdr-user-helpformats </a> · <a href="doc/files/cmdr_vtypes.html"> cmdr-user-vtypes </a> · <a href="doc/files/cmdr_actor.html"> cmdr::actor </a> · <a href="doc/files/cmdr_ask.html"> cmdr::ask </a> · <a href="doc/files/cmdr_color.html"> cmdr::color </a> · <a href="doc/files/cmdr_config.html"> cmdr::config </a> · <a href="doc/files/cmdr_help.html"> cmdr::help </a> · <a href="doc/files/cmdr_help_json.html"> cmdr::help::json </a> · <a href="doc/files/cmdr_help_sql.html"> cmdr::help::sql </a> · <a href="doc/files/cmdr_help_tcl.html"> cmdr::help::tcl </a> · <a href="doc/files/cmdr_history.html"> cmdr::history </a> · <a href="doc/files/cmdr_officer.html"> cmdr::officer </a> · <a href="doc/files/cmdr_pager.html"> cmdr::pager </a> · <a href="doc/files/cmdr_parameter.html"> cmdr::parameter </a> · <a href="doc/files/cmdr_private.html"> cmdr::private </a> · <a href="doc/files/cmdr_tty.html"> cmdr::tty </a> · <a href="doc/files/cmdr_util.html"> cmdr::util </a> · <a href="doc/files/cmdr_validate.html"> cmdr::validate </a> · <a href="doc/files/cmdr_vcommon.html"> cmdr::validate::common </a> · <a href="doc/files/cmdr_vt_date.html"> cmdr::validate::date </a> · <a href="doc/files/cmdr_vt_posint.html"> cmdr::validate::posint </a> · <a href="doc/files/cmdr_vt_time.html"> cmdr::validate::time </a> · <a href="doc/files/cmdr_vt_time_minute.html"> cmdr::validate::time::minute </a> · <a href="doc/files/cmdr_vt_amex.html"> cmdr::validate::valtype::cc::amex </a> · <a href="doc/files/cmdr_vt_discover.html"> cmdr::validate::valtype::cc::discover </a> · <a href="doc/files/cmdr_vt_mastercard.html"> cmdr::validate::valtype::cc::mastercard </a> · <a href="doc/files/cmdr_vt_visa.html"> cmdr::validate::valtype::cc::visa </a> · <a href="doc/files/cmdr_vt_ean13.html"> cmdr::validate::valtype::gs1::ean13 </a> · <a href="doc/files/cmdr_vt_iban.html"> cmdr::validate::valtype::iban </a> · <a href="doc/files/cmdr_vt_imei.html"> cmdr::validate::valtype::imei </a> · <a href="doc/files/cmdr_vt_isbn.html"> cmdr::validate::valtype::isbn </a> · <a href="doc/files/cmdr_vt_luhn.html"> cmdr::validate::valtype::luhn </a> · <a href="doc/files/cmdr_vt_luhn5.html"> cmdr::validate::valtype::luhn5 </a> · <a href="doc/files/cmdr_vt_usnpi.html"> cmdr::validate::valtype::usnpi </a> · <a href="doc/files/cmdr_vt_verhoeff.html"> cmdr::validate::valtype::verhoeff </a> · <a href="doc/files/cmdr_vt_weekday.html"> cmdr::validate::weekday </a> · <a href="doc/files/cmdr_vt_year.html"> cmdr::validate::year </a> · <a href="doc/files/cmdr_howto_development.html"> cmdr_development </a> · <a href="doc/files/cmdr_dev_completion.html"> cmdr_dev~completion </a> · <a href="doc/files/cmdr_dev_dsl.html"> cmdr_dev~dsl </a> </td></tr> <tr class="#idxeven" valign=top> <td class="#idxleft" width="35%"><a name="key13"> command tree </a></td> <td class="#idxright" width="65%"> <a href="doc/files/cmdr.html"> cmdr </a> · <a href="doc/files/cmdr_changes.html"> cmdr-changes </a> · <a href="doc/files/cmdr_howto_get_sources.html"> cmdr-howto-get-sources </a> · <a href="doc/files/cmdr_howto_installation.html"> cmdr-installation </a> · <a href="doc/files/cmdr_introduction.html"> cmdr-introduction </a> · <a href="doc/files/cmdr_license.html"> cmdr-license </a> · <a href="doc/files/cmdr_dsl.html"> cmdr-spec-dsl </a> · <a href="doc/files/cmdr_dsl_officer.html"> cmdr-spec-dsl-officer </a> · <a href="doc/files/cmdr_dsl_parameter.html"> cmdr-spec-dsl-parameter </a> · <a href="doc/files/cmdr_dsl_private.html"> cmdr-spec-dsl-private </a> · <a href="doc/files/cmdr_flow.html"> cmdr-spec-flow </a> · <a href="doc/files/cmdr_helpformats.html"> cmdr-user-helpformats </a> · <a href="doc/files/cmdr_vtypes.html"> cmdr-user-vtypes </a> · <a href="doc/files/cmdr_actor.html"> cmdr::actor </a> · <a href="doc/files/cmdr_ask.html"> cmdr::ask </a> · <a href="doc/files/cmdr_color.html"> cmdr::color </a> · <a href="doc/files/cmdr_config.html"> cmdr::config </a> · <a href="doc/files/cmdr_help.html"> cmdr::help </a> · <a href="doc/files/cmdr_help_json.html"> cmdr::help::json </a> · <a href="doc/files/cmdr_help_sql.html"> cmdr::help::sql </a> · <a href="doc/files/cmdr_help_tcl.html"> cmdr::help::tcl </a> · <a href="doc/files/cmdr_history.html"> cmdr::history </a> · <a href="doc/files/cmdr_officer.html"> cmdr::officer </a> · <a href="doc/files/cmdr_pager.html"> cmdr::pager </a> · <a href="doc/files/cmdr_parameter.html"> cmdr::parameter </a> · <a href="doc/files/cmdr_private.html"> cmdr::private </a> · <a href="doc/files/cmdr_tty.html"> cmdr::tty </a> · <a href="doc/files/cmdr_util.html"> cmdr::util </a> · <a href="doc/files/cmdr_validate.html"> cmdr::validate </a> · <a href="doc/files/cmdr_vcommon.html"> cmdr::validate::common </a> · <a href="doc/files/cmdr_vt_date.html"> cmdr::validate::date </a> · <a href="doc/files/cmdr_vt_posint.html"> cmdr::validate::posint </a> · <a href="doc/files/cmdr_vt_time.html"> cmdr::validate::time </a> · <a href="doc/files/cmdr_vt_time_minute.html"> cmdr::validate::time::minute </a> · <a href="doc/files/cmdr_vt_amex.html"> cmdr::validate::valtype::cc::amex </a> · <a href="doc/files/cmdr_vt_discover.html"> cmdr::validate::valtype::cc::discover </a> · <a href="doc/files/cmdr_vt_mastercard.html"> cmdr::validate::valtype::cc::mastercard </a> · <a href="doc/files/cmdr_vt_visa.html"> cmdr::validate::valtype::cc::visa </a> · <a href="doc/files/cmdr_vt_ean13.html"> cmdr::validate::valtype::gs1::ean13 </a> · <a href="doc/files/cmdr_vt_iban.html"> cmdr::validate::valtype::iban </a> · <a href="doc/files/cmdr_vt_imei.html"> cmdr::validate::valtype::imei </a> · <a href="doc/files/cmdr_vt_isbn.html"> cmdr::validate::valtype::isbn </a> · <a href="doc/files/cmdr_vt_luhn.html"> cmdr::validate::valtype::luhn </a> · <a href="doc/files/cmdr_vt_luhn5.html"> cmdr::validate::valtype::luhn5 </a> · <a href="doc/files/cmdr_vt_usnpi.html"> cmdr::validate::valtype::usnpi </a> · <a href="doc/files/cmdr_vt_verhoeff.html"> cmdr::validate::valtype::verhoeff </a> · <a href="doc/files/cmdr_vt_weekday.html"> cmdr::validate::weekday </a> · <a href="doc/files/cmdr_vt_year.html"> cmdr::validate::year </a> · <a href="doc/files/cmdr_howto_development.html"> cmdr_development </a> · <a href="doc/files/cmdr_dev_completion.html"> cmdr_dev~completion </a> · <a href="doc/files/cmdr_dev_dsl.html"> cmdr_dev~dsl </a> </td></tr> <tr class="#idxheader"><th colspan="2"> <a name="c3">Keywords: E</a> </th></tr> <tr class="#idxodd" valign=top> <td class="#idxleft" width="35%"><a name="key0"> editing command line </a></td> <td class="#idxright" width="65%"> <a href="doc/files/cmdr.html"> cmdr </a> · <a href="doc/files/cmdr_changes.html"> cmdr-changes </a> · <a href="doc/files/cmdr_howto_get_sources.html"> cmdr-howto-get-sources </a> · <a href="doc/files/cmdr_howto_installation.html"> cmdr-installation </a> · <a href="doc/files/cmdr_introduction.html"> cmdr-introduction </a> · <a href="doc/files/cmdr_license.html"> cmdr-license </a> · <a href="doc/files/cmdr_dsl.html"> cmdr-spec-dsl </a> · <a href="doc/files/cmdr_dsl_officer.html"> cmdr-spec-dsl-officer </a> · <a href="doc/files/cmdr_dsl_parameter.html"> cmdr-spec-dsl-parameter </a> · <a href="doc/files/cmdr_dsl_private.html"> cmdr-spec-dsl-private </a> · <a href="doc/files/cmdr_flow.html"> cmdr-spec-flow </a> · <a href="doc/files/cmdr_helpformats.html"> cmdr-user-helpformats </a> · <a href="doc/files/cmdr_vtypes.html"> cmdr-user-vtypes </a> · <a href="doc/files/cmdr_actor.html"> cmdr::actor </a> · <a href="doc/files/cmdr_ask.html"> cmdr::ask </a> · <a href="doc/files/cmdr_color.html"> cmdr::color </a> · <a href="doc/files/cmdr_config.html"> cmdr::config </a> · <a href="doc/files/cmdr_help.html"> cmdr::help </a> · <a href="doc/files/cmdr_help_json.html"> cmdr::help::json </a> · <a href="doc/files/cmdr_help_sql.html"> cmdr::help::sql </a> · <a href="doc/files/cmdr_help_tcl.html"> cmdr::help::tcl </a> · <a href="doc/files/cmdr_history.html"> cmdr::history </a> · <a href="doc/files/cmdr_officer.html"> cmdr::officer </a> · <a href="doc/files/cmdr_pager.html"> cmdr::pager </a> · <a href="doc/files/cmdr_parameter.html"> cmdr::parameter </a> · <a href="doc/files/cmdr_private.html"> cmdr::private </a> · <a href="doc/files/cmdr_tty.html"> cmdr::tty </a> · <a href="doc/files/cmdr_util.html"> cmdr::util </a> · <a href="doc/files/cmdr_validate.html"> cmdr::validate </a> · <a href="doc/files/cmdr_vcommon.html"> cmdr::validate::common </a> · <a href="doc/files/cmdr_vt_date.html"> cmdr::validate::date </a> · <a href="doc/files/cmdr_vt_posint.html"> cmdr::validate::posint </a> · <a href="doc/files/cmdr_vt_time.html"> cmdr::validate::time </a> · <a href="doc/files/cmdr_vt_time_minute.html"> cmdr::validate::time::minute </a> · <a href="doc/files/cmdr_vt_amex.html"> cmdr::validate::valtype::cc::amex </a> · <a href="doc/files/cmdr_vt_discover.html"> cmdr::validate::valtype::cc::discover </a> · <a href="doc/files/cmdr_vt_mastercard.html"> cmdr::validate::valtype::cc::mastercard </a> · <a href="doc/files/cmdr_vt_visa.html"> cmdr::validate::valtype::cc::visa </a> · <a href="doc/files/cmdr_vt_ean13.html"> cmdr::validate::valtype::gs1::ean13 </a> · <a href="doc/files/cmdr_vt_iban.html"> cmdr::validate::valtype::iban </a> · <a href="doc/files/cmdr_vt_imei.html"> cmdr::validate::valtype::imei </a> · <a href="doc/files/cmdr_vt_isbn.html"> cmdr::validate::valtype::isbn </a> · <a href="doc/files/cmdr_vt_luhn.html"> cmdr::validate::valtype::luhn </a> · <a href="doc/files/cmdr_vt_luhn5.html"> cmdr::validate::valtype::luhn5 </a> · <a href="doc/files/cmdr_vt_usnpi.html"> cmdr::validate::valtype::usnpi </a> · <a href="doc/files/cmdr_vt_verhoeff.html"> cmdr::validate::valtype::verhoeff </a> · <a href="doc/files/cmdr_vt_weekday.html"> cmdr::validate::weekday </a> · <a href="doc/files/cmdr_vt_year.html"> cmdr::validate::year </a> · <a href="doc/files/cmdr_howto_development.html"> cmdr_development </a> · <a href="doc/files/cmdr_dev_completion.html"> cmdr_dev~completion </a> · <a href="doc/files/cmdr_dev_dsl.html"> cmdr_dev~dsl </a> </td></tr> <tr class="#idxheader"><th colspan="2"> <a name="c4">Keywords: H</a> </th></tr> <tr class="#idxeven" valign=top> <td class="#idxleft" width="35%"><a name="key8"> help for command line </a></td> <td class="#idxright" width="65%"> <a href="doc/files/cmdr.html"> cmdr </a> · <a href="doc/files/cmdr_changes.html"> cmdr-changes </a> · <a href="doc/files/cmdr_howto_get_sources.html"> cmdr-howto-get-sources </a> · <a href="doc/files/cmdr_howto_installation.html"> cmdr-installation </a> · <a href="doc/files/cmdr_introduction.html"> cmdr-introduction </a> · <a href="doc/files/cmdr_license.html"> cmdr-license </a> · <a href="doc/files/cmdr_dsl.html"> cmdr-spec-dsl </a> · <a href="doc/files/cmdr_dsl_officer.html"> cmdr-spec-dsl-officer </a> · <a href="doc/files/cmdr_dsl_parameter.html"> cmdr-spec-dsl-parameter </a> · <a href="doc/files/cmdr_dsl_private.html"> cmdr-spec-dsl-private </a> · <a href="doc/files/cmdr_flow.html"> cmdr-spec-flow </a> · <a href="doc/files/cmdr_helpformats.html"> cmdr-user-helpformats </a> · <a href="doc/files/cmdr_vtypes.html"> cmdr-user-vtypes </a> · <a href="doc/files/cmdr_actor.html"> cmdr::actor </a> · <a href="doc/files/cmdr_ask.html"> cmdr::ask </a> · <a href="doc/files/cmdr_color.html"> cmdr::color </a> · <a href="doc/files/cmdr_config.html"> cmdr::config </a> · <a href="doc/files/cmdr_help.html"> cmdr::help </a> · <a href="doc/files/cmdr_help_json.html"> cmdr::help::json </a> · <a href="doc/files/cmdr_help_sql.html"> cmdr::help::sql </a> · <a href="doc/files/cmdr_help_tcl.html"> cmdr::help::tcl </a> · <a href="doc/files/cmdr_history.html"> cmdr::history </a> · <a href="doc/files/cmdr_officer.html"> cmdr::officer </a> · <a href="doc/files/cmdr_pager.html"> cmdr::pager </a> · <a href="doc/files/cmdr_parameter.html"> cmdr::parameter </a> · <a href="doc/files/cmdr_private.html"> cmdr::private </a> · <a href="doc/files/cmdr_tty.html"> cmdr::tty </a> · <a href="doc/files/cmdr_util.html"> cmdr::util </a> · <a href="doc/files/cmdr_validate.html"> cmdr::validate </a> · <a href="doc/files/cmdr_vcommon.html"> cmdr::validate::common </a> · <a href="doc/files/cmdr_vt_date.html"> cmdr::validate::date </a> · <a href="doc/files/cmdr_vt_posint.html"> cmdr::validate::posint </a> · <a href="doc/files/cmdr_vt_time.html"> cmdr::validate::time </a> · <a href="doc/files/cmdr_vt_time_minute.html"> cmdr::validate::time::minute </a> · <a href="doc/files/cmdr_vt_amex.html"> cmdr::validate::valtype::cc::amex </a> · <a href="doc/files/cmdr_vt_discover.html"> cmdr::validate::valtype::cc::discover </a> · <a href="doc/files/cmdr_vt_mastercard.html"> cmdr::validate::valtype::cc::mastercard </a> · <a href="doc/files/cmdr_vt_visa.html"> cmdr::validate::valtype::cc::visa </a> · <a href="doc/files/cmdr_vt_ean13.html"> cmdr::validate::valtype::gs1::ean13 </a> · <a href="doc/files/cmdr_vt_iban.html"> cmdr::validate::valtype::iban </a> · <a href="doc/files/cmdr_vt_imei.html"> cmdr::validate::valtype::imei </a> · <a href="doc/files/cmdr_vt_isbn.html"> cmdr::validate::valtype::isbn </a> · <a href="doc/files/cmdr_vt_luhn.html"> cmdr::validate::valtype::luhn </a> · <a href="doc/files/cmdr_vt_luhn5.html"> cmdr::validate::valtype::luhn5 </a> · <a href="doc/files/cmdr_vt_usnpi.html"> cmdr::validate::valtype::usnpi </a> · <a href="doc/files/cmdr_vt_verhoeff.html"> cmdr::validate::valtype::verhoeff </a> · <a href="doc/files/cmdr_vt_weekday.html"> cmdr::validate::weekday </a> · <a href="doc/files/cmdr_vt_year.html"> cmdr::validate::year </a> · <a href="doc/files/cmdr_howto_development.html"> cmdr_development </a> · <a href="doc/files/cmdr_dev_completion.html"> cmdr_dev~completion </a> · <a href="doc/files/cmdr_dev_dsl.html"> cmdr_dev~dsl </a> </td></tr> <tr class="#idxodd" valign=top> <td class="#idxleft" width="35%"><a name="key6"> hierarchy of commands </a></td> <td class="#idxright" width="65%"> <a href="doc/files/cmdr.html"> cmdr </a> · <a href="doc/files/cmdr_changes.html"> cmdr-changes </a> · <a href="doc/files/cmdr_howto_get_sources.html"> cmdr-howto-get-sources </a> · <a href="doc/files/cmdr_howto_installation.html"> cmdr-installation </a> · <a href="doc/files/cmdr_introduction.html"> cmdr-introduction </a> · <a href="doc/files/cmdr_license.html"> cmdr-license </a> · <a href="doc/files/cmdr_dsl.html"> cmdr-spec-dsl </a> · <a href="doc/files/cmdr_dsl_officer.html"> cmdr-spec-dsl-officer </a> · <a href="doc/files/cmdr_dsl_parameter.html"> cmdr-spec-dsl-parameter </a> · <a href="doc/files/cmdr_dsl_private.html"> cmdr-spec-dsl-private </a> · <a href="doc/files/cmdr_flow.html"> cmdr-spec-flow </a> · <a href="doc/files/cmdr_helpformats.html"> cmdr-user-helpformats </a> · <a href="doc/files/cmdr_vtypes.html"> cmdr-user-vtypes </a> · <a href="doc/files/cmdr_actor.html"> cmdr::actor </a> · <a href="doc/files/cmdr_ask.html"> cmdr::ask </a> · <a href="doc/files/cmdr_color.html"> cmdr::color </a> · <a href="doc/files/cmdr_config.html"> cmdr::config </a> · <a href="doc/files/cmdr_help.html"> cmdr::help </a> · <a href="doc/files/cmdr_help_json.html"> cmdr::help::json </a> · <a href="doc/files/cmdr_help_sql.html"> cmdr::help::sql </a> · <a href="doc/files/cmdr_help_tcl.html"> cmdr::help::tcl </a> · <a href="doc/files/cmdr_history.html"> cmdr::history </a> · <a href="doc/files/cmdr_officer.html"> cmdr::officer </a> · <a href="doc/files/cmdr_pager.html"> cmdr::pager </a> · <a href="doc/files/cmdr_parameter.html"> cmdr::parameter </a> · <a href="doc/files/cmdr_private.html"> cmdr::private </a> · <a href="doc/files/cmdr_tty.html"> cmdr::tty </a> · <a href="doc/files/cmdr_util.html"> cmdr::util </a> · <a href="doc/files/cmdr_validate.html"> cmdr::validate </a> · <a href="doc/files/cmdr_vcommon.html"> cmdr::validate::common </a> · <a href="doc/files/cmdr_vt_date.html"> cmdr::validate::date </a> · <a href="doc/files/cmdr_vt_posint.html"> cmdr::validate::posint </a> · <a href="doc/files/cmdr_vt_time.html"> cmdr::validate::time </a> · <a href="doc/files/cmdr_vt_time_minute.html"> cmdr::validate::time::minute </a> · <a href="doc/files/cmdr_vt_amex.html"> cmdr::validate::valtype::cc::amex </a> · <a href="doc/files/cmdr_vt_discover.html"> cmdr::validate::valtype::cc::discover </a> · <a href="doc/files/cmdr_vt_mastercard.html"> cmdr::validate::valtype::cc::mastercard </a> · <a href="doc/files/cmdr_vt_visa.html"> cmdr::validate::valtype::cc::visa </a> · <a href="doc/files/cmdr_vt_ean13.html"> cmdr::validate::valtype::gs1::ean13 </a> · <a href="doc/files/cmdr_vt_iban.html"> cmdr::validate::valtype::iban </a> · <a href="doc/files/cmdr_vt_imei.html"> cmdr::validate::valtype::imei </a> · <a href="doc/files/cmdr_vt_isbn.html"> cmdr::validate::valtype::isbn </a> · <a href="doc/files/cmdr_vt_luhn.html"> cmdr::validate::valtype::luhn </a> · <a href="doc/files/cmdr_vt_luhn5.html"> cmdr::validate::valtype::luhn5 </a> · <a href="doc/files/cmdr_vt_usnpi.html"> cmdr::validate::valtype::usnpi </a> · <a href="doc/files/cmdr_vt_verhoeff.html"> cmdr::validate::valtype::verhoeff </a> · <a href="doc/files/cmdr_vt_weekday.html"> cmdr::validate::weekday </a> · <a href="doc/files/cmdr_vt_year.html"> cmdr::validate::year </a> · <a href="doc/files/cmdr_howto_development.html"> cmdr_development </a> · <a href="doc/files/cmdr_dev_completion.html"> cmdr_dev~completion </a> · <a href="doc/files/cmdr_dev_dsl.html"> cmdr_dev~dsl </a> </td></tr> <tr class="#idxheader"><th colspan="2"> <a name="c5">Keywords: I</a> </th></tr> <tr class="#idxeven" valign=top> <td class="#idxleft" width="35%"><a name="key3"> interactive command shell </a></td> <td class="#idxright" width="65%"> <a href="doc/files/cmdr.html"> cmdr </a> · <a href="doc/files/cmdr_changes.html"> cmdr-changes </a> · <a href="doc/files/cmdr_howto_get_sources.html"> cmdr-howto-get-sources </a> · <a href="doc/files/cmdr_howto_installation.html"> cmdr-installation </a> · <a href="doc/files/cmdr_introduction.html"> cmdr-introduction </a> · <a href="doc/files/cmdr_license.html"> cmdr-license </a> · <a href="doc/files/cmdr_dsl.html"> cmdr-spec-dsl </a> · <a href="doc/files/cmdr_dsl_officer.html"> cmdr-spec-dsl-officer </a> · <a href="doc/files/cmdr_dsl_parameter.html"> cmdr-spec-dsl-parameter </a> · <a href="doc/files/cmdr_dsl_private.html"> cmdr-spec-dsl-private </a> · <a href="doc/files/cmdr_flow.html"> cmdr-spec-flow </a> · <a href="doc/files/cmdr_helpformats.html"> cmdr-user-helpformats </a> · <a href="doc/files/cmdr_vtypes.html"> cmdr-user-vtypes </a> · <a href="doc/files/cmdr_actor.html"> cmdr::actor </a> · <a href="doc/files/cmdr_ask.html"> cmdr::ask </a> · <a href="doc/files/cmdr_color.html"> cmdr::color </a> · <a href="doc/files/cmdr_config.html"> cmdr::config </a> · <a href="doc/files/cmdr_help.html"> cmdr::help </a> · <a href="doc/files/cmdr_help_json.html"> cmdr::help::json </a> · <a href="doc/files/cmdr_help_sql.html"> cmdr::help::sql </a> · <a href="doc/files/cmdr_help_tcl.html"> cmdr::help::tcl </a> · <a href="doc/files/cmdr_history.html"> cmdr::history </a> · <a href="doc/files/cmdr_officer.html"> cmdr::officer </a> · <a href="doc/files/cmdr_pager.html"> cmdr::pager </a> · <a href="doc/files/cmdr_parameter.html"> cmdr::parameter </a> · <a href="doc/files/cmdr_private.html"> cmdr::private </a> · <a href="doc/files/cmdr_tty.html"> cmdr::tty </a> · <a href="doc/files/cmdr_util.html"> cmdr::util </a> · <a href="doc/files/cmdr_validate.html"> cmdr::validate </a> · <a href="doc/files/cmdr_vcommon.html"> cmdr::validate::common </a> · <a href="doc/files/cmdr_vt_date.html"> cmdr::validate::date </a> · <a href="doc/files/cmdr_vt_posint.html"> cmdr::validate::posint </a> · <a href="doc/files/cmdr_vt_time.html"> cmdr::validate::time </a> · <a href="doc/files/cmdr_vt_time_minute.html"> cmdr::validate::time::minute </a> · <a href="doc/files/cmdr_vt_amex.html"> cmdr::validate::valtype::cc::amex </a> · <a href="doc/files/cmdr_vt_discover.html"> cmdr::validate::valtype::cc::discover </a> · <a href="doc/files/cmdr_vt_mastercard.html"> cmdr::validate::valtype::cc::mastercard </a> · <a href="doc/files/cmdr_vt_visa.html"> cmdr::validate::valtype::cc::visa </a> · <a href="doc/files/cmdr_vt_ean13.html"> cmdr::validate::valtype::gs1::ean13 </a> · <a href="doc/files/cmdr_vt_iban.html"> cmdr::validate::valtype::iban </a> · <a href="doc/files/cmdr_vt_imei.html"> cmdr::validate::valtype::imei </a> · <a href="doc/files/cmdr_vt_isbn.html"> cmdr::validate::valtype::isbn </a> · <a href="doc/files/cmdr_vt_luhn.html"> cmdr::validate::valtype::luhn </a> · <a href="doc/files/cmdr_vt_luhn5.html"> cmdr::validate::valtype::luhn5 </a> · <a href="doc/files/cmdr_vt_usnpi.html"> cmdr::validate::valtype::usnpi </a> · <a href="doc/files/cmdr_vt_verhoeff.html"> cmdr::validate::valtype::verhoeff </a> · <a href="doc/files/cmdr_vt_weekday.html"> cmdr::validate::weekday </a> · <a href="doc/files/cmdr_vt_year.html"> cmdr::validate::year </a> · <a href="doc/files/cmdr_howto_development.html"> cmdr_development </a> · <a href="doc/files/cmdr_dev_completion.html"> cmdr_dev~completion </a> · <a href="doc/files/cmdr_dev_dsl.html"> cmdr_dev~dsl </a> </td></tr> <tr class="#idxheader"><th colspan="2"> <a name="c6">Keywords: O</a> </th></tr> <tr class="#idxodd" valign=top> <td class="#idxleft" width="35%"><a name="key1"> optional arguments </a></td> <td class="#idxright" width="65%"> <a href="doc/files/cmdr.html"> cmdr </a> · <a href="doc/files/cmdr_changes.html"> cmdr-changes </a> · <a href="doc/files/cmdr_howto_get_sources.html"> cmdr-howto-get-sources </a> · <a href="doc/files/cmdr_howto_installation.html"> cmdr-installation </a> · <a href="doc/files/cmdr_introduction.html"> cmdr-introduction </a> · <a href="doc/files/cmdr_license.html"> cmdr-license </a> · <a href="doc/files/cmdr_dsl.html"> cmdr-spec-dsl </a> · <a href="doc/files/cmdr_dsl_officer.html"> cmdr-spec-dsl-officer </a> · <a href="doc/files/cmdr_dsl_parameter.html"> cmdr-spec-dsl-parameter </a> · <a href="doc/files/cmdr_dsl_private.html"> cmdr-spec-dsl-private </a> · <a href="doc/files/cmdr_flow.html"> cmdr-spec-flow </a> · <a href="doc/files/cmdr_helpformats.html"> cmdr-user-helpformats </a> · <a href="doc/files/cmdr_vtypes.html"> cmdr-user-vtypes </a> · <a href="doc/files/cmdr_actor.html"> cmdr::actor </a> · <a href="doc/files/cmdr_ask.html"> cmdr::ask </a> · <a href="doc/files/cmdr_color.html"> cmdr::color </a> · <a href="doc/files/cmdr_config.html"> cmdr::config </a> · <a href="doc/files/cmdr_help.html"> cmdr::help </a> · <a href="doc/files/cmdr_help_json.html"> cmdr::help::json </a> · <a href="doc/files/cmdr_help_sql.html"> cmdr::help::sql </a> · <a href="doc/files/cmdr_help_tcl.html"> cmdr::help::tcl </a> · <a href="doc/files/cmdr_history.html"> cmdr::history </a> · <a href="doc/files/cmdr_officer.html"> cmdr::officer </a> · <a href="doc/files/cmdr_pager.html"> cmdr::pager </a> · <a href="doc/files/cmdr_parameter.html"> cmdr::parameter </a> · <a href="doc/files/cmdr_private.html"> cmdr::private </a> · <a href="doc/files/cmdr_tty.html"> cmdr::tty </a> · <a href="doc/files/cmdr_util.html"> cmdr::util </a> · <a href="doc/files/cmdr_validate.html"> cmdr::validate </a> · <a href="doc/files/cmdr_vcommon.html"> cmdr::validate::common </a> · <a href="doc/files/cmdr_vt_date.html"> cmdr::validate::date </a> · <a href="doc/files/cmdr_vt_posint.html"> cmdr::validate::posint </a> · <a href="doc/files/cmdr_vt_time.html"> cmdr::validate::time </a> · <a href="doc/files/cmdr_vt_time_minute.html"> cmdr::validate::time::minute </a> · <a href="doc/files/cmdr_vt_amex.html"> cmdr::validate::valtype::cc::amex </a> · <a href="doc/files/cmdr_vt_discover.html"> cmdr::validate::valtype::cc::discover </a> · <a href="doc/files/cmdr_vt_mastercard.html"> cmdr::validate::valtype::cc::mastercard </a> · <a href="doc/files/cmdr_vt_visa.html"> cmdr::validate::valtype::cc::visa </a> · <a href="doc/files/cmdr_vt_ean13.html"> cmdr::validate::valtype::gs1::ean13 </a> · <a href="doc/files/cmdr_vt_iban.html"> cmdr::validate::valtype::iban </a> · <a href="doc/files/cmdr_vt_imei.html"> cmdr::validate::valtype::imei </a> · <a href="doc/files/cmdr_vt_isbn.html"> cmdr::validate::valtype::isbn </a> · <a href="doc/files/cmdr_vt_luhn.html"> cmdr::validate::valtype::luhn </a> · <a href="doc/files/cmdr_vt_luhn5.html"> cmdr::validate::valtype::luhn5 </a> · <a href="doc/files/cmdr_vt_usnpi.html"> cmdr::validate::valtype::usnpi </a> · <a href="doc/files/cmdr_vt_verhoeff.html"> cmdr::validate::valtype::verhoeff </a> · <a href="doc/files/cmdr_vt_weekday.html"> cmdr::validate::weekday </a> · <a href="doc/files/cmdr_vt_year.html"> cmdr::validate::year </a> · <a href="doc/files/cmdr_howto_development.html"> cmdr_development </a> · <a href="doc/files/cmdr_dev_completion.html"> cmdr_dev~completion </a> · <a href="doc/files/cmdr_dev_dsl.html"> cmdr_dev~dsl </a> </td></tr> <tr class="#idxeven" valign=top> <td class="#idxleft" width="35%"><a name="key2"> options </a></td> <td class="#idxright" width="65%"> <a href="doc/files/cmdr.html"> cmdr </a> · <a href="doc/files/cmdr_changes.html"> cmdr-changes </a> · <a href="doc/files/cmdr_howto_get_sources.html"> cmdr-howto-get-sources </a> · <a href="doc/files/cmdr_howto_installation.html"> cmdr-installation </a> · <a href="doc/files/cmdr_introduction.html"> cmdr-introduction </a> · <a href="doc/files/cmdr_license.html"> cmdr-license </a> · <a href="doc/files/cmdr_dsl.html"> cmdr-spec-dsl </a> · <a href="doc/files/cmdr_dsl_officer.html"> cmdr-spec-dsl-officer </a> · <a href="doc/files/cmdr_dsl_parameter.html"> cmdr-spec-dsl-parameter </a> · <a href="doc/files/cmdr_dsl_private.html"> cmdr-spec-dsl-private </a> · <a href="doc/files/cmdr_flow.html"> cmdr-spec-flow </a> · <a href="doc/files/cmdr_helpformats.html"> cmdr-user-helpformats </a> · <a href="doc/files/cmdr_vtypes.html"> cmdr-user-vtypes </a> · <a href="doc/files/cmdr_actor.html"> cmdr::actor </a> · <a href="doc/files/cmdr_ask.html"> cmdr::ask </a> · <a href="doc/files/cmdr_color.html"> cmdr::color </a> · <a href="doc/files/cmdr_config.html"> cmdr::config </a> · <a href="doc/files/cmdr_help.html"> cmdr::help </a> · <a href="doc/files/cmdr_help_json.html"> cmdr::help::json </a> · <a href="doc/files/cmdr_help_sql.html"> cmdr::help::sql </a> · <a href="doc/files/cmdr_help_tcl.html"> cmdr::help::tcl </a> · <a href="doc/files/cmdr_history.html"> cmdr::history </a> · <a href="doc/files/cmdr_officer.html"> cmdr::officer </a> · <a href="doc/files/cmdr_pager.html"> cmdr::pager </a> · <a href="doc/files/cmdr_parameter.html"> cmdr::parameter </a> · <a href="doc/files/cmdr_private.html"> cmdr::private </a> · <a href="doc/files/cmdr_tty.html"> cmdr::tty </a> · <a href="doc/files/cmdr_util.html"> cmdr::util </a> · <a href="doc/files/cmdr_validate.html"> cmdr::validate </a> · <a href="doc/files/cmdr_vcommon.html"> cmdr::validate::common </a> · <a href="doc/files/cmdr_vt_date.html"> cmdr::validate::date </a> · <a href="doc/files/cmdr_vt_posint.html"> cmdr::validate::posint </a> · <a href="doc/files/cmdr_vt_time.html"> cmdr::validate::time </a> · <a href="doc/files/cmdr_vt_time_minute.html"> cmdr::validate::time::minute </a> · <a href="doc/files/cmdr_vt_amex.html"> cmdr::validate::valtype::cc::amex </a> · <a href="doc/files/cmdr_vt_discover.html"> cmdr::validate::valtype::cc::discover </a> · <a href="doc/files/cmdr_vt_mastercard.html"> cmdr::validate::valtype::cc::mastercard </a> · <a href="doc/files/cmdr_vt_visa.html"> cmdr::validate::valtype::cc::visa </a> · <a href="doc/files/cmdr_vt_ean13.html"> cmdr::validate::valtype::gs1::ean13 </a> · <a href="doc/files/cmdr_vt_iban.html"> cmdr::validate::valtype::iban </a> · <a href="doc/files/cmdr_vt_imei.html"> cmdr::validate::valtype::imei </a> · <a href="doc/files/cmdr_vt_isbn.html"> cmdr::validate::valtype::isbn </a> · <a href="doc/files/cmdr_vt_luhn.html"> cmdr::validate::valtype::luhn </a> · <a href="doc/files/cmdr_vt_luhn5.html"> cmdr::validate::valtype::luhn5 </a> · <a href="doc/files/cmdr_vt_usnpi.html"> cmdr::validate::valtype::usnpi </a> · <a href="doc/files/cmdr_vt_verhoeff.html"> cmdr::validate::valtype::verhoeff </a> · <a href="doc/files/cmdr_vt_weekday.html"> cmdr::validate::weekday </a> · <a href="doc/files/cmdr_vt_year.html"> cmdr::validate::year </a> · <a href="doc/files/cmdr_howto_development.html"> cmdr_development </a> · <a href="doc/files/cmdr_dev_completion.html"> cmdr_dev~completion </a> · <a href="doc/files/cmdr_dev_dsl.html"> cmdr_dev~dsl </a> </td></tr> <tr class="#idxheader"><th colspan="2"> <a name="c7">Keywords: P</a> </th></tr> <tr class="#idxodd" valign=top> <td class="#idxleft" width="35%"><a name="key12"> parameters </a></td> <td class="#idxright" width="65%"> <a href="doc/files/cmdr.html"> cmdr </a> · <a href="doc/files/cmdr_changes.html"> cmdr-changes </a> · <a href="doc/files/cmdr_howto_get_sources.html"> cmdr-howto-get-sources </a> · <a href="doc/files/cmdr_howto_installation.html"> cmdr-installation </a> · <a href="doc/files/cmdr_introduction.html"> cmdr-introduction </a> · <a href="doc/files/cmdr_license.html"> cmdr-license </a> · <a href="doc/files/cmdr_dsl.html"> cmdr-spec-dsl </a> · <a href="doc/files/cmdr_dsl_officer.html"> cmdr-spec-dsl-officer </a> · <a href="doc/files/cmdr_dsl_parameter.html"> cmdr-spec-dsl-parameter </a> · <a href="doc/files/cmdr_dsl_private.html"> cmdr-spec-dsl-private </a> · <a href="doc/files/cmdr_flow.html"> cmdr-spec-flow </a> · <a href="doc/files/cmdr_helpformats.html"> cmdr-user-helpformats </a> · <a href="doc/files/cmdr_vtypes.html"> cmdr-user-vtypes </a> · <a href="doc/files/cmdr_actor.html"> cmdr::actor </a> · <a href="doc/files/cmdr_ask.html"> cmdr::ask </a> · <a href="doc/files/cmdr_color.html"> cmdr::color </a> · <a href="doc/files/cmdr_config.html"> cmdr::config </a> · <a href="doc/files/cmdr_help.html"> cmdr::help </a> · <a href="doc/files/cmdr_help_json.html"> cmdr::help::json </a> · <a href="doc/files/cmdr_help_sql.html"> cmdr::help::sql </a> · <a href="doc/files/cmdr_help_tcl.html"> cmdr::help::tcl </a> · <a href="doc/files/cmdr_history.html"> cmdr::history </a> · <a href="doc/files/cmdr_officer.html"> cmdr::officer </a> · <a href="doc/files/cmdr_pager.html"> cmdr::pager </a> · <a href="doc/files/cmdr_parameter.html"> cmdr::parameter </a> · <a href="doc/files/cmdr_private.html"> cmdr::private </a> · <a href="doc/files/cmdr_tty.html"> cmdr::tty </a> · <a href="doc/files/cmdr_util.html"> cmdr::util </a> · <a href="doc/files/cmdr_validate.html"> cmdr::validate </a> · <a href="doc/files/cmdr_vcommon.html"> cmdr::validate::common </a> · <a href="doc/files/cmdr_vt_date.html"> cmdr::validate::date </a> · <a href="doc/files/cmdr_vt_posint.html"> cmdr::validate::posint </a> · <a href="doc/files/cmdr_vt_time.html"> cmdr::validate::time </a> · <a href="doc/files/cmdr_vt_time_minute.html"> cmdr::validate::time::minute </a> · <a href="doc/files/cmdr_vt_amex.html"> cmdr::validate::valtype::cc::amex </a> · <a href="doc/files/cmdr_vt_discover.html"> cmdr::validate::valtype::cc::discover </a> · <a href="doc/files/cmdr_vt_mastercard.html"> cmdr::validate::valtype::cc::mastercard </a> · <a href="doc/files/cmdr_vt_visa.html"> cmdr::validate::valtype::cc::visa </a> · <a href="doc/files/cmdr_vt_ean13.html"> cmdr::validate::valtype::gs1::ean13 </a> · <a href="doc/files/cmdr_vt_iban.html"> cmdr::validate::valtype::iban </a> · <a href="doc/files/cmdr_vt_imei.html"> cmdr::validate::valtype::imei </a> · <a href="doc/files/cmdr_vt_isbn.html"> cmdr::validate::valtype::isbn </a> · <a href="doc/files/cmdr_vt_luhn.html"> cmdr::validate::valtype::luhn </a> · <a href="doc/files/cmdr_vt_luhn5.html"> cmdr::validate::valtype::luhn5 </a> · <a href="doc/files/cmdr_vt_usnpi.html"> cmdr::validate::valtype::usnpi </a> · <a href="doc/files/cmdr_vt_verhoeff.html"> cmdr::validate::valtype::verhoeff </a> · <a href="doc/files/cmdr_vt_weekday.html"> cmdr::validate::weekday </a> · <a href="doc/files/cmdr_vt_year.html"> cmdr::validate::year </a> · <a href="doc/files/cmdr_howto_development.html"> cmdr_development </a> · <a href="doc/files/cmdr_dev_completion.html"> cmdr_dev~completion </a> · <a href="doc/files/cmdr_dev_dsl.html"> cmdr_dev~dsl </a> </td></tr> <tr class="#idxeven" valign=top> <td class="#idxleft" width="35%"><a name="key10"> processing command line </a></td> <td class="#idxright" width="65%"> <a href="doc/files/cmdr.html"> cmdr </a> · <a href="doc/files/cmdr_changes.html"> cmdr-changes </a> · <a href="doc/files/cmdr_howto_get_sources.html"> cmdr-howto-get-sources </a> · <a href="doc/files/cmdr_howto_installation.html"> cmdr-installation </a> · <a href="doc/files/cmdr_introduction.html"> cmdr-introduction </a> · <a href="doc/files/cmdr_license.html"> cmdr-license </a> · <a href="doc/files/cmdr_dsl.html"> cmdr-spec-dsl </a> · <a href="doc/files/cmdr_dsl_officer.html"> cmdr-spec-dsl-officer </a> · <a href="doc/files/cmdr_dsl_parameter.html"> cmdr-spec-dsl-parameter </a> · <a href="doc/files/cmdr_dsl_private.html"> cmdr-spec-dsl-private </a> · <a href="doc/files/cmdr_flow.html"> cmdr-spec-flow </a> · <a href="doc/files/cmdr_helpformats.html"> cmdr-user-helpformats </a> · <a href="doc/files/cmdr_vtypes.html"> cmdr-user-vtypes </a> · <a href="doc/files/cmdr_actor.html"> cmdr::actor </a> · <a href="doc/files/cmdr_ask.html"> cmdr::ask </a> · <a href="doc/files/cmdr_color.html"> cmdr::color </a> · <a href="doc/files/cmdr_config.html"> cmdr::config </a> · <a href="doc/files/cmdr_help.html"> cmdr::help </a> · <a href="doc/files/cmdr_help_json.html"> cmdr::help::json </a> · <a href="doc/files/cmdr_help_sql.html"> cmdr::help::sql </a> · <a href="doc/files/cmdr_help_tcl.html"> cmdr::help::tcl </a> · <a href="doc/files/cmdr_history.html"> cmdr::history </a> · <a href="doc/files/cmdr_officer.html"> cmdr::officer </a> · <a href="doc/files/cmdr_pager.html"> cmdr::pager </a> · <a href="doc/files/cmdr_parameter.html"> cmdr::parameter </a> · <a href="doc/files/cmdr_private.html"> cmdr::private </a> · <a href="doc/files/cmdr_tty.html"> cmdr::tty </a> · <a href="doc/files/cmdr_util.html"> cmdr::util </a> · <a href="doc/files/cmdr_validate.html"> cmdr::validate </a> · <a href="doc/files/cmdr_vcommon.html"> cmdr::validate::common </a> · <a href="doc/files/cmdr_vt_date.html"> cmdr::validate::date </a> · <a href="doc/files/cmdr_vt_posint.html"> cmdr::validate::posint </a> · <a href="doc/files/cmdr_vt_time.html"> cmdr::validate::time </a> · <a href="doc/files/cmdr_vt_time_minute.html"> cmdr::validate::time::minute </a> · <a href="doc/files/cmdr_vt_amex.html"> cmdr::validate::valtype::cc::amex </a> · <a href="doc/files/cmdr_vt_discover.html"> cmdr::validate::valtype::cc::discover </a> · <a href="doc/files/cmdr_vt_mastercard.html"> cmdr::validate::valtype::cc::mastercard </a> · <a href="doc/files/cmdr_vt_visa.html"> cmdr::validate::valtype::cc::visa </a> · <a href="doc/files/cmdr_vt_ean13.html"> cmdr::validate::valtype::gs1::ean13 </a> · <a href="doc/files/cmdr_vt_iban.html"> cmdr::validate::valtype::iban </a> · <a href="doc/files/cmdr_vt_imei.html"> cmdr::validate::valtype::imei </a> · <a href="doc/files/cmdr_vt_isbn.html"> cmdr::validate::valtype::isbn </a> · <a href="doc/files/cmdr_vt_luhn.html"> cmdr::validate::valtype::luhn </a> · <a href="doc/files/cmdr_vt_luhn5.html"> cmdr::validate::valtype::luhn5 </a> · <a href="doc/files/cmdr_vt_usnpi.html"> cmdr::validate::valtype::usnpi </a> · <a href="doc/files/cmdr_vt_verhoeff.html"> cmdr::validate::valtype::verhoeff </a> · <a href="doc/files/cmdr_vt_weekday.html"> cmdr::validate::weekday </a> · <a href="doc/files/cmdr_vt_year.html"> cmdr::validate::year </a> · <a href="doc/files/cmdr_howto_development.html"> cmdr_development </a> · <a href="doc/files/cmdr_dev_completion.html"> cmdr_dev~completion </a> · <a href="doc/files/cmdr_dev_dsl.html"> cmdr_dev~dsl </a> </td></tr> <tr class="#idxheader"><th colspan="2"> <a name="c8">Keywords: T</a> </th></tr> <tr class="#idxodd" valign=top> <td class="#idxleft" width="35%"><a name="key7"> tree of commands </a></td> <td class="#idxright" width="65%"> <a href="doc/files/cmdr.html"> cmdr </a> · <a href="doc/files/cmdr_changes.html"> cmdr-changes </a> · <a href="doc/files/cmdr_howto_get_sources.html"> cmdr-howto-get-sources </a> · <a href="doc/files/cmdr_howto_installation.html"> cmdr-installation </a> · <a href="doc/files/cmdr_introduction.html"> cmdr-introduction </a> · <a href="doc/files/cmdr_license.html"> cmdr-license </a> · <a href="doc/files/cmdr_dsl.html"> cmdr-spec-dsl </a> · <a href="doc/files/cmdr_dsl_officer.html"> cmdr-spec-dsl-officer </a> · <a href="doc/files/cmdr_dsl_parameter.html"> cmdr-spec-dsl-parameter </a> · <a href="doc/files/cmdr_dsl_private.html"> cmdr-spec-dsl-private </a> · <a href="doc/files/cmdr_flow.html"> cmdr-spec-flow </a> · <a href="doc/files/cmdr_helpformats.html"> cmdr-user-helpformats </a> · <a href="doc/files/cmdr_vtypes.html"> cmdr-user-vtypes </a> · <a href="doc/files/cmdr_actor.html"> cmdr::actor </a> · <a href="doc/files/cmdr_ask.html"> cmdr::ask </a> · <a href="doc/files/cmdr_color.html"> cmdr::color </a> · <a href="doc/files/cmdr_config.html"> cmdr::config </a> · <a href="doc/files/cmdr_help.html"> cmdr::help </a> · <a href="doc/files/cmdr_help_json.html"> cmdr::help::json </a> · <a href="doc/files/cmdr_help_sql.html"> cmdr::help::sql </a> · <a href="doc/files/cmdr_help_tcl.html"> cmdr::help::tcl </a> · <a href="doc/files/cmdr_history.html"> cmdr::history </a> · <a href="doc/files/cmdr_officer.html"> cmdr::officer </a> · <a href="doc/files/cmdr_pager.html"> cmdr::pager </a> · <a href="doc/files/cmdr_parameter.html"> cmdr::parameter </a> · <a href="doc/files/cmdr_private.html"> cmdr::private </a> · <a href="doc/files/cmdr_tty.html"> cmdr::tty </a> · <a href="doc/files/cmdr_util.html"> cmdr::util </a> · <a href="doc/files/cmdr_validate.html"> cmdr::validate </a> · <a href="doc/files/cmdr_vcommon.html"> cmdr::validate::common </a> · <a href="doc/files/cmdr_vt_date.html"> cmdr::validate::date </a> · <a href="doc/files/cmdr_vt_posint.html"> cmdr::validate::posint </a> · <a href="doc/files/cmdr_vt_time.html"> cmdr::validate::time </a> · <a href="doc/files/cmdr_vt_time_minute.html"> cmdr::validate::time::minute </a> · <a href="doc/files/cmdr_vt_amex.html"> cmdr::validate::valtype::cc::amex </a> · <a href="doc/files/cmdr_vt_discover.html"> cmdr::validate::valtype::cc::discover </a> · <a href="doc/files/cmdr_vt_mastercard.html"> cmdr::validate::valtype::cc::mastercard </a> · <a href="doc/files/cmdr_vt_visa.html"> cmdr::validate::valtype::cc::visa </a> · <a href="doc/files/cmdr_vt_ean13.html"> cmdr::validate::valtype::gs1::ean13 </a> · <a href="doc/files/cmdr_vt_iban.html"> cmdr::validate::valtype::iban </a> · <a href="doc/files/cmdr_vt_imei.html"> cmdr::validate::valtype::imei </a> · <a href="doc/files/cmdr_vt_isbn.html"> cmdr::validate::valtype::isbn </a> · <a href="doc/files/cmdr_vt_luhn.html"> cmdr::validate::valtype::luhn </a> · <a href="doc/files/cmdr_vt_luhn5.html"> cmdr::validate::valtype::luhn5 </a> · <a href="doc/files/cmdr_vt_usnpi.html"> cmdr::validate::valtype::usnpi </a> · <a href="doc/files/cmdr_vt_verhoeff.html"> cmdr::validate::valtype::verhoeff </a> · <a href="doc/files/cmdr_vt_weekday.html"> cmdr::validate::weekday </a> · <a href="doc/files/cmdr_vt_year.html"> cmdr::validate::year </a> · <a href="doc/files/cmdr_howto_development.html"> cmdr_development </a> · <a href="doc/files/cmdr_dev_completion.html"> cmdr_dev~completion </a> · <a href="doc/files/cmdr_dev_dsl.html"> cmdr_dev~dsl </a> </td></tr> </table> </body></html> |
Changes to embedded/www/toc.html.
︙ | ︙ | |||
145 146 147 148 149 150 151 152 153 154 155 156 157 158 | <td class="#tocleft" ><a href="doc/files/cmdr_vt_time.html">cmdr::validate::time</a></td> <td class="#tocright">Cmdr - Validation type for times (to the second)</td> </tr> <tr class="#tocodd" > <td class="#tocleft" ><a href="doc/files/cmdr_vt_time_minute.html">cmdr::validate::time::minute</a></td> <td class="#tocright">Cmdr - Validation type for times to the minute</td> </tr> <tr class="#toceven" > <td class="#tocleft" ><a href="doc/files/cmdr_vt_weekday.html">cmdr::validate::weekday</a></td> <td class="#tocright">Cmdr - Validation type for weekday names</td> </tr> <tr class="#tocodd" > <td class="#tocleft" ><a href="doc/files/cmdr_vt_year.html">cmdr::validate::year</a></td> <td class="#tocright">Cmdr - Validation type for years</td> | > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > | 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 | <td class="#tocleft" ><a href="doc/files/cmdr_vt_time.html">cmdr::validate::time</a></td> <td class="#tocright">Cmdr - Validation type for times (to the second)</td> </tr> <tr class="#tocodd" > <td class="#tocleft" ><a href="doc/files/cmdr_vt_time_minute.html">cmdr::validate::time::minute</a></td> <td class="#tocright">Cmdr - Validation type for times to the minute</td> </tr> <tr class="#toceven" > <td class="#tocleft" ><a href="doc/files/cmdr_vt_amex.html">cmdr::validate::valtype::cc::amex</a></td> <td class="#tocright">Cmdr - Validation type facade for Tcllib valtype::cc::amex</td> </tr> <tr class="#tocodd" > <td class="#tocleft" ><a href="doc/files/cmdr_vt_discover.html">cmdr::validate::valtype::cc::discover</a></td> <td class="#tocright">Cmdr - Validation type facade for Tcllib valtype::cc::discover</td> </tr> <tr class="#toceven" > <td class="#tocleft" ><a href="doc/files/cmdr_vt_mastercard.html">cmdr::validate::valtype::cc::mastercard</a></td> <td class="#tocright">Cmdr - Validation type facade for Tcllib valtype::cc::mastercard</td> </tr> <tr class="#tocodd" > <td class="#tocleft" ><a href="doc/files/cmdr_vt_visa.html">cmdr::validate::valtype::cc::visa</a></td> <td class="#tocright">Cmdr - Validation type facade for Tcllib valtype::cc::visa</td> </tr> <tr class="#toceven" > <td class="#tocleft" ><a href="doc/files/cmdr_vt_ean13.html">cmdr::validate::valtype::gs1::ean13</a></td> <td class="#tocright">Cmdr - Validation type facade for Tcllib valtype::gs1::ean13</td> </tr> <tr class="#tocodd" > <td class="#tocleft" ><a href="doc/files/cmdr_vt_iban.html">cmdr::validate::valtype::iban</a></td> <td class="#tocright">Cmdr - Validation type facade for Tcllib valtype::iban</td> </tr> <tr class="#toceven" > <td class="#tocleft" ><a href="doc/files/cmdr_vt_imei.html">cmdr::validate::valtype::imei</a></td> <td class="#tocright">Cmdr - Validation type facade for Tcllib valtype::imei</td> </tr> <tr class="#tocodd" > <td class="#tocleft" ><a href="doc/files/cmdr_vt_isbn.html">cmdr::validate::valtype::isbn</a></td> <td class="#tocright">Cmdr - Validation type facade for Tcllib valtype::isbn</td> </tr> <tr class="#toceven" > <td class="#tocleft" ><a href="doc/files/cmdr_vt_luhn.html">cmdr::validate::valtype::luhn</a></td> <td class="#tocright">Cmdr - Validation type facade for Tcllib valtype::luhn</td> </tr> <tr class="#tocodd" > <td class="#tocleft" ><a href="doc/files/cmdr_vt_luhn5.html">cmdr::validate::valtype::luhn5</a></td> <td class="#tocright">Cmdr - Validation type facade for Tcllib valtype::luhn5</td> </tr> <tr class="#toceven" > <td class="#tocleft" ><a href="doc/files/cmdr_vt_usnpi.html">cmdr::validate::valtype::usnpi</a></td> <td class="#tocright">Cmdr - Validation type facade for Tcllib valtype::usnpi</td> </tr> <tr class="#tocodd" > <td class="#tocleft" ><a href="doc/files/cmdr_vt_verhoeff.html">cmdr::validate::valtype::verhoeff</a></td> <td class="#tocright">Cmdr - Validation type facade for Tcllib valtype::verhoeff</td> </tr> <tr class="#toceven" > <td class="#tocleft" ><a href="doc/files/cmdr_vt_weekday.html">cmdr::validate::weekday</a></td> <td class="#tocright">Cmdr - Validation type for weekday names</td> </tr> <tr class="#tocodd" > <td class="#tocleft" ><a href="doc/files/cmdr_vt_year.html">cmdr::validate::year</a></td> <td class="#tocright">Cmdr - Validation type for years</td> |
︙ | ︙ |
Added tests/v_amex.test.
> > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 | # -*- tcl -*- tcl.tk//DSL tcltest//EN//2.0 # # ## ### ##### ######## ############# ##################### ## Testing the cmdr::validate package (sub: valtype::ean13). kt check Tcl 8.5 kt check tcltest 2 kt require support debug kt require support debug::caller kt local support cmdr::validate::common kt local testing cmdr::validate::valtype::creditcard::amex # # ## ### ##### ######## ############# ##################### ## Basic API. set vtype cmdr::validate::valtype::creditcard::amex set vtdef {} kt source vtype.tcl # # ## ### ##### ######## ############# ##################### ## Specific behaviour test vt-${vtype}-validate-2.0 {creditcard amex validation failure, bad char} -body { $vtype validate P 34A345627491046 } -returnCodes error \ -result {Not a CREDITCARD AMEX number, expected only digits} foreach {n in} { 1 03064061545 2 97803064 } { test vt-${vtype}-validate-2.1.$n {creditcard amex validation failure, bad length} -body { $vtype validate P $in } -returnCodes error \ -result {Not a CREDITCARD AMEX number, incorrect length, expected 15 characters} } foreach {n in} { 1 340123456789012 2 344321098765432 3 379927398717559 4 371234567812345 } { test vt-${vtype}-validate-2.2.$n {creditcard amex validation failure, bad check} -body { $vtype validate P $in } -returnCodes error \ -result {Not a CREDITCARD AMEX number, the check digit is incorrect} } foreach {n in} { 1 977289045892557 2 828529847584756 } { test vt-${vtype}-validate-2.3.$n {creditcard amex validation failure, bad prefix} -body { $vtype validate P $in } -returnCodes error \ -result {Not a CREDITCARD AMEX number, incorrect prefix, expected one of 34, or 37} } test vt-${vtype}-validate-3.0 {creditcard amex checkdigit wrong\#args} -body { valtype::creditcard::amex checkdigit } -returnCodes error \ -result {wrong # args: should be "valtype::creditcard::amex checkdigit value"} test vt-${vtype}-validate-3.1 {creditcard amex checkdigit wrong\#args} -body { valtype::creditcard::amex checkdigit A B } -returnCodes error \ -result {wrong # args: should be "valtype::creditcard::amex checkdigit value"} # ------------------------------------------------------------------------- test vt-${vtype}-validate-5.0 {creditcard amex checkdigit calculation failure, bad char} -body { valtype::creditcard::amex checkdigit 34A01234567894 } -returnCodes error \ -result {Not a CREDITCARD AMEX number, expected only digits} test valtype-creditcad-amex-5.1 {creditcard amex checkdigit calculation failure, bad length} -body { valtype::creditcard::amex checkdigit 401234 } -returnCodes error \ -result {Not a CREDITCARD AMEX number without checkdigit, incorrect length, expected 14 characters} test valtype-creditcad-amex-5.2 {creditcard amex checkdigit calculation failure, bad length} -body { valtype::creditcard::amex checkdigit 01234567890124 } -returnCodes error \ -result {Not a CREDITCARD AMEX number without checkdigit, incorrect prefix, expected one of 34, or 37} foreach {n in check} { 1 34012345678901 4 2 34109876543210 1 3 37992739871753 5 4 37123456781234 8 } { test vt-${vtype}-validate-4.$n {creditcard amex validation} -body { $vtype validate P $in$check } -result $in$check # TODO: Expose checkdigit through validation type, later if {0} {test vt-${vtype}-validate-6.$n {creditcard amex checkdigit} -body { valtype::creditcard::amex checkdigit $in } -result $check} } # # ## ### ##### ######## ############# ##################### cleanupTests return |
Added tests/v_discover.test.
> > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 | # -*- tcl -*- tcl.tk//DSL tcltest//EN//2.0 # # ## ### ##### ######## ############# ##################### ## Testing the cmdr::validate package (sub: valtype::ean13). kt check Tcl 8.5 kt check tcltest 2 kt require support debug kt require support debug::caller kt local support cmdr::validate::common kt local testing cmdr::validate::valtype::creditcard::discover # # ## ### ##### ######## ############# ##################### ## Basic API. set vtype cmdr::validate::valtype::creditcard::discover set vtdef {} kt source vtype.tcl # # ## ### ##### ######## ############# ##################### ## Specific behaviour test vt-${vtype}-validate-2.0 {creditcard discover validation failure, bad char} -body { $vtype validate P 65A3456274910463 } -returnCodes error \ -result {Not a CREDITCARD DISCOVER number, expected only digits} foreach {n in} { 1 03064061545 2 97803064 } { test vt-${vtype}-validate-2.1.$n {creditcard discover validation failure, bad length} -body { $vtype validate P $in } -returnCodes error \ -result {Not a CREDITCARD DISCOVER number, incorrect length, expected 16 characters} } foreach {n in} { 1 6011234567890124 2 6543210987654325 3 6011273987175596 4 6512345678123457 } { test vt-${vtype}-validate-2.2.$n {creditcard discover validation failure, bad check} -body { $vtype validate P $in } -returnCodes error \ -result {Not a CREDITCARD DISCOVER number, the check digit is incorrect} } foreach {n in} { 1 9772890458925574 2 8285298475847568 } { test vt-${vtype}-validate-2.3.$n {creditcard discover validation failure, bad prefix} -body { $vtype validate P $in } -returnCodes error \ -result {Not a CREDITCARD DISCOVER number, incorrect prefix, expected one of 6011, or 65} } # ------------------------------------------------------------------------- foreach {n in check} { 1 650123456789012 0 2 601198765432100 1 3 659927398717534 3 4 601134567812348 3 } { test vt-${vtype}-validate-4.$n {creditcard discover validation} -body { $vtype validate P $in$check } -result $in$check } # # ## ### ##### ######## ############# ##################### cleanupTests return |
Added tests/v_ean13.test.
> > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 | # -*- tcl -*- tcl.tk//DSL tcltest//EN//2.0 # # ## ### ##### ######## ############# ##################### ## Testing the cmdr::validate package (sub: valtype::ean13). kt check Tcl 8.5 kt check tcltest 2 kt require support debug kt require support debug::caller kt local support cmdr::validate::common kt local testing cmdr::validate::valtype::gs1::ean13 # # ## ### ##### ######## ############# ##################### ## Basic API. set vtype cmdr::validate::valtype::gs1::ean13 set vtdef {} kt source vtype.tcl # # ## ### ##### ######## ############# ##################### ## Specific behaviour test vt-${vtype}-validate-2.0 {ean13 validation failure, bad char} -body { $vtype validate P A } -returnCodes error \ -result {Not an EAN13 number, expected only digits, and possibly 'X' or 'x' as checkdigit} foreach {n in} { 1 978030640615 } { test vt-${vtype}-validate-2.1.$n {ean13 validation failure, bad length} -body { $vtype validate P $in } -returnCodes error \ -result {Not an EAN13 number, incorrect length, expected 13 characters} } foreach {n in} { 1 978030640615x } { test vt-${vtype}-validate-2.2.$n {ean13 validation failure, bad check} -body { $vtype validate P $in } -returnCodes error \ -result {Not an EAN13 number, the check digit is incorrect} } # ------------------------------------------------------------------------- foreach {n in check} { 1 978030640615 7 2 005717402011 2 3 005717402010 5 4 005717420121 4 } { test vt-${vtype}-validate-4.$n {ean13 validation} -body { $vtype validate P $in$check } -result $in$check } # # ## ### ##### ######## ############# ##################### cleanupTests return |
Added tests/v_iban.test.
> > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 | # -*- tcl -*- tcl.tk//DSL tcltest//EN//2.0 # # ## ### ##### ######## ############# ##################### ## Testing the cmdr::validate package (sub: valtype::iban). kt check Tcl 8.5 kt check tcltest 2 kt require support debug kt require support debug::caller kt local support cmdr::validate::common kt local testing cmdr::validate::valtype::iban # # ## ### ##### ######## ############# ##################### ## Basic API. set vtype cmdr::validate::valtype::iban set vtdef {} kt source vtype.tcl # # ## ### ##### ######## ############# ##################### ## Specific behaviour set n 0 foreach iban { AD1200012030200359100100 AE070331234567890123456 AL47212110090000000235698741 AT611904300234573201 AZ21NABZ00000000137010001944 BA391290079401028494 BE68539007547034 BG80BNBG96611020345678 BH67BMAG00001299123456 BR9700360305000010009795493P1 BR1800000000141455123924100C2 CH9300762011623852957 CY17002001280000001200527600 CZ6508000000192000145399 DE89370400440532013000 DK5000400440116243 DO28BAGR00000001212453611324 EE382200221020145685 ES9121000418450200051332 FI2112345600000785 FO6264600001631634 FR1420041010050500013M02606 GB29NWBK60161331926819 GE29NB0000000101904917 GI75NWBK000000007099453 GL8964710001000206 GR1601101250000000012300695 GT82TRAJ01020000001210029690 HR1210010051863000160 HU42117730161111101800000000 IE29AIBK93115212345678 IL620108000000099999999 IS140159260076545510730339 IT60X0542811101000000123456 JO94CBJO0010000000000131000302 KW81CBKU0000000000001234560101 KZ86125KZT5004100100 LB62099900000001001901229114 LI21088100002324013AA LT121000011101001000 LU280019400644750000 LV80BANK0000435195001 MC5811222000010123456789030 MD24AG000225100013104168 ME25505000012345678951 MK07250120000058984 MR1300020001010000123456753 MT84MALT011000012345MTLCAST001S MU17BOMM0101101030300200000MUR NL91ABNA0417164300 NO9386011117947 PK36SCBL0000001123456702 PL27114020040000300201355387 PS92PALS000000000400123456702 PT50000201231234567890154 RO49AAAA1B31007593840000 RS35260005601001611379 SA0380000000608010167519 SE4550000000058398257466 SI56191000000123438 SK3112000000198742637541 SM86U0322509800000000270100 TL380080012345678910157 TN5914207207100707129648 TR330006100519786457841326 VG96VPVG0000012345678901 PL26105014451000002276470461 PL67114020040000310200082366 QA58DOHB00001234567890ABCDEFG FR7611008000010004126302470 FR1420041010050500013M02606 GB29NWBK60161331926819 IT60X0542811101000000123456 XK051000000000000053 } { set cc [string range $iban 0 1] set len [valtype::iban cclen $cc] set badchar [string map {0 - 9 -} $iban] set short [string range $iban 0 end-1] set long ${iban}45 # Flip two digits to generate a bad number, try check digits # first, then across border of check digits to bban. set check [string range $iban 0 1][string index $iban 3][string index $iban 2][string range $iban 4 end] if {$check eq $iban} { set check [string range $iban 0 2][string index $iban 4][string index $iban 3][string range $iban 5 end] } test vt-${vtype}-validate-2.0.$n "iban validation failure, bad char, $badchar" -body { $vtype validate P $badchar } -returnCodes error \ -result {Not an IBAN number, expected country code followed by alphanumerics} test vt-${vtype}-validate-2.1.$n "iban validation failure, bad length, $short" -body { $vtype validate P $short } -returnCodes error \ -result "Not an IBAN number, incorrect length, expected $len characters" test vt-${vtype}-validate-2.2.$n "iban validation failure, bad length, $long" -body { $vtype validate P $long } -returnCodes error \ -result "Not an IBAN number, incorrect length, expected $len characters" test vt-${vtype}-validate-3.$n "iban validation failure, bad check, $iban, $check" -body { $vtype validate P $check } -returnCodes error \ -result {Not an IBAN number, the check digit is incorrect} test vt-${vtype}-validate-4.$n "iban validation, $iban" -body { $vtype validate P $iban } -result $iban incr n } set n 0 foreach iban { PL78102030170000270200618694 } { test vt-${vtype}-validate-5.$n "iban validation failure, bad check, $iban" -body { $vtype validate P $iban } -returnCodes error \ -result {Not an IBAN number, the check digit is incorrect} incr n } # # ## ### ##### ######## ############# ##################### cleanupTests return |
Added tests/v_imei.test.
> > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 | # -*- tcl -*- tcl.tk//DSL tcltest//EN//2.0 # # ## ### ##### ######## ############# ##################### ## Testing the cmdr::validate package (sub: valtype::imei). kt check Tcl 8.5 kt check tcltest 2 kt require support debug kt require support debug::caller kt local support cmdr::validate::common kt local testing cmdr::validate::valtype::imei # # ## ### ##### ######## ############# ##################### ## Basic API. set vtype cmdr::validate::valtype::imei set vtdef {} kt source vtype.tcl # # ## ### ##### ######## ############# ##################### ## Specific behaviour test vt-${vtype}-validate-2.0 {imei validation failure, bad char} -body { $vtype validate P ABCDEFGHIJKLMNO } -returnCodes error \ -result {Not an IMEI number, expected only digits} test vt-${vtype}-validate-2.1 {imei validation failure, bad length} -body { $vtype validate P 32 } -returnCodes error \ -result {Not an IMEI number, incorrect length, expected 15 characters} foreach {n in} { 1 000000000000001 2 100000000000000 3 000000000000010 4 012345678901230 5 321098765432100 } { test vt-${vtype}-validate-3.1 {imei validation failure, bad check} -body { $vtype validate P $in } -returnCodes error \ -result {Not an IMEI number, the check digit is incorrect} } # ------------------------------------------------------------------------- foreach {n in check} { 1 00000000000000 0 2 10000000000000 9 3 00000000000001 8 4 01234567890123 7 5 32109876543210 5 } { test vt-${vtype}-validate-4.$n {imei validation} -body { $vtype validate P $in$check } -result $in$check } # # ## ### ##### ######## ############# ##################### cleanupTests return |
Added tests/v_isbn.test.
> > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 | # -*- tcl -*- tcl.tk//DSL tcltest//EN//2.0 # # ## ### ##### ######## ############# ##################### ## Testing the cmdr::validate package (sub: valtype::isbn). kt check Tcl 8.5 kt check tcltest 2 kt require support debug kt require support debug::caller kt local support cmdr::validate::common kt local testing cmdr::validate::valtype::isbn # # ## ### ##### ######## ############# ##################### ## Basic API. set vtype cmdr::validate::valtype::isbn set vtdef {} kt source vtype.tcl # # ## ### ##### ######## ############# ##################### ## Specific behaviour test vt-${vtype}-validate-2.0 {isbn validation failure, bad char} -body { $vtype validate P A } -returnCodes error \ -result {Not an ISBN number, expected only digits, and possibly 'X' or 'x' as checkdigit} foreach {n in} { 1 030640615 2 978030640615 } { test vt-${vtype}-validate-2.1.$n {isbn validation failure, bad length} -body { $vtype validate P $in } -returnCodes error \ -result {Not an ISBN number, incorrect length, expected one of 10, or 13 characters} } foreach {n in} { 1 0306406150 2 978030640615x } { test vt-${vtype}-validate-2.2.$n {isbn validation failure, bad check} -body { $vtype validate P $in } -returnCodes error \ -result {Not an ISBN number, the check digit is incorrect} } foreach {n in} { 1 9774444444444 } { test vt-${vtype}-validate-2.3.$n {isbn validation failure, bad prefix} -body { $vtype validate P $in } -returnCodes error \ -result {Not an ISBN number, incorrect prefix, expected one of 978, or 979} } # ------------------------------------------------------------------------- foreach {n in check out} { 1 030640615 2 9780306406157 2 978030640615 7 9780306406157 } { test vt-${vtype}-validate-4.$n {isbn validation} -body { $vtype validate P $in$check } -result $out } # ------------------------------------------------------------------------- # # ## ### ##### ######## ############# ##################### cleanupTests return |
Added tests/v_luhn.test.
> > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 | # -*- tcl -*- tcl.tk//DSL tcltest//EN//2.0 # # ## ### ##### ######## ############# ##################### ## Testing the cmdr::validate package (sub: valtype::luhn). kt check Tcl 8.5 kt check tcltest 2 kt require support debug kt require support debug::caller kt local support cmdr::validate::common kt local testing cmdr::validate::valtype::luhn # # ## ### ##### ######## ############# ##################### ## Basic API. set vtype cmdr::validate::valtype::luhn set vtdef {} kt source vtype.tcl # # ## ### ##### ######## ############# ##################### ## Specific behaviour test vt-${vtype}-validate-2.0 {luhn validation failure, bad char} -body { $vtype validate P A } -returnCodes error \ -result {Not a LUHN number, expected only digits} foreach {n in} { 1 49999999 2 37 3 49927398717 4 1234567812345678 } { test vt-${vtype}-validate-2.1.$n {luhn validation failure, bad check} -body { $vtype validate P $in } -returnCodes error \ -result {Not a LUHN number, the check digit is incorrect} } # ------------------------------------------------------------------------- foreach {n in check} { 1 4999999 8 2 3 4 3 35 6 4 4992739871 6 5 123456781234567 0 } { test vt-${vtype}-validate-4.$n {luhn validation} -body { $vtype validate P $in$check } -result $in$check } # # ## ### ##### ######## ############# ##################### cleanupTests return |
Added tests/v_luhn5.test.
> > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 | # -*- tcl -*- tcl.tk//DSL tcltest//EN//2.0 # # ## ### ##### ######## ############# ##################### ## Testing the cmdr::validate package (sub: valtype::luhn5). kt check Tcl 8.5 kt check tcltest 2 kt require support debug kt require support debug::caller kt local support cmdr::validate::common kt local testing cmdr::validate::valtype::luhn5 # # ## ### ##### ######## ############# ##################### ## Basic API. set vtype cmdr::validate::valtype::luhn5 set vtdef {} kt source vtype.tcl # # ## ### ##### ######## ############# ##################### ## Specific behaviour test vt-${vtype}-validate-2.0 {luhn5 validation failure, bad char} -body { $vtype validate P A } -returnCodes error \ -result {Not a LUHN5 number, expected only digits} foreach {n in} { 1 49999999 2 37 3 49927398717 4 1234567812345678 } { test vt-${vtype}-validate-2.1.$n {luhn5 validation failure, bad check} -body { $vtype validate P $in } -returnCodes error \ -result {Not a LUHN5 number, the check digit is incorrect} } # ------------------------------------------------------------------------- foreach {n in check0 check5} { 1 4999999 8 3 2 3 4 9 3 35 6 1 4 4992739871 6 1 5 123456781234567 0 5 } { test vt-${vtype}-validate-4.$n.10 {luhn5 validation 0 % 10} -body { $vtype validate P $in$check0 } -result $in$check0 test vt-${vtype}-validate-4.$n.5 {luhn5 validation 5 % 10} -body { $vtype validate P $in$check5 } -result $in$check5 } # # ## ### ##### ######## ############# ##################### cleanupTests return |
Added tests/v_mastercard.test.
> > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 | # -*- tcl -*- tcl.tk//DSL tcltest//EN//2.0 # # ## ### ##### ######## ############# ##################### ## Testing the cmdr::validate package (sub: valtype::ean13). kt check Tcl 8.5 kt check tcltest 2 kt require support debug kt require support debug::caller kt local support cmdr::validate::common kt local testing cmdr::validate::valtype::creditcard::mastercard # # ## ### ##### ######## ############# ##################### ## Basic API. set vtype cmdr::validate::valtype::creditcard::mastercard set vtdef {} kt source vtype.tcl # # ## ### ##### ######## ############# ##################### ## Specific behaviour test vt-${vtype}-validate-2.0 {creditcard mastercard validation failure, bad char} -body { $vtype validate P 54A3456274910467 } -returnCodes error \ -result {Not a CREDITCARD MASTERCARD number, expected only digits} foreach {n in} { 1 03064061545 2 97803064 } { test vt-${vtype}-validate-2.1.$n {creditcard mastercard validation failure, bad length} -body { $vtype validate P $in } -returnCodes error \ -result {Not a CREDITCARD MASTERCARD number, incorrect length, expected 16 characters} } foreach {n in} { 1 5340123456789012 2 5344321098765432 3 5379927398717557 4 5371234567812345 } { test vt-${vtype}-validate-2.2.$n {creditcard mastercard validation failure, bad check} -body { $vtype validate P $in } -returnCodes error \ -result {Not a CREDITCARD MASTERCARD number, the check digit is incorrect} } foreach {n in} { 1 9772890458925573 2 8285298475847569 } { test vt-${vtype}-validate-2.3.$n {creditcard mastercard validation failure, bad prefix} -body { $vtype validate P $in } -returnCodes error \ -result {Not a CREDITCARD MASTERCARD number, incorrect prefix, expected 5} } # ------------------------------------------------------------------------- foreach {n in check} { 1 534012345678901 3 2 534109876543210 0 3 537992739871753 4 4 537123456781234 7 } { test vt-${vtype}-validate-4.$n {creditcard mastercard validation} -body { $vtype validate P $in$check } -result $in$check } # # ## ### ##### ######## ############# ##################### cleanupTests return |
Added tests/v_usnpi.test.
> > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 | # -*- tcl -*- tcl.tk//DSL tcltest//EN//2.0 # # ## ### ##### ######## ############# ##################### ## Testing the cmdr::validate package (sub: valtype::usnpi). kt check Tcl 8.5 kt check tcltest 2 kt require support debug kt require support debug::caller kt local support cmdr::validate::common kt local testing cmdr::validate::valtype::usnpi # # ## ### ##### ######## ############# ##################### ## Basic API. set vtype cmdr::validate::valtype::usnpi set vtdef {} kt source vtype.tcl # # ## ### ##### ######## ############# ##################### ## Specific behaviour test vt-${vtype}-validate-2.0 {usnpi validation failure, bad char} -body { $vtype validate P A000000000 } -returnCodes error \ -result {Not an US-NPI number, expected only digits} test vt-${vtype}-validate-2.1 {usnpi validation failure, bad char} -body { $vtype validate P 32 } -returnCodes error \ -result {Not an US-NPI number, incorrect length, expected 10 characters} foreach {n in} { 1 4999999932 2 3747589238 3 4992739871 4 0123456789 } { test vt-${vtype}-validate-2.2.$n {usnpi validation failure, bad check} -body { $vtype validate P $in } -returnCodes error \ -result {Not an US-NPI number, the check digit is incorrect} } # ------------------------------------------------------------------------- foreach {n in check} { 1 499999993 4 2 374758923 7 3 499273987 3 4 012345678 3 } { test vt-${vtype}-validate-4.$n {usnpi validation} -body { $vtype validate P $in$check } -result $in$check } # # ## ### ##### ######## ############# ##################### cleanupTests return |
Added tests/v_verhoeff.test.
> > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 | # -*- tcl -*- tcl.tk//DSL tcltest//EN//2.0 # # ## ### ##### ######## ############# ##################### ## Testing the cmdr::validate package (sub: valtype::verhoeff). kt check Tcl 8.5 kt check tcltest 2 kt require support debug kt require support debug::caller kt local support cmdr::validate::common kt local testing cmdr::validate::valtype::verhoeff # # ## ### ##### ######## ############# ##################### ## Basic API. set vtype cmdr::validate::valtype::verhoeff set vtdef {} kt source vtype.tcl # # ## ### ##### ######## ############# ##################### ## Specific behaviour test vt-${vtype}-validate-2.0 {verhoeff validation failure, bad char} -body { $vtype validate P A } -returnCodes error \ -result {Not a VERHOEFF number, expected only digits} foreach {n in} { 1 49999999 2 37 3 49927398717 4 1234567812345678 } { test vt-${vtype}-validate-2.1 {verhoeff validation failure, bad check} -body { $vtype validate P $in } -returnCodes error \ -result {Not a VERHOEFF number, the check digit is incorrect} } # ------------------------------------------------------------------------- foreach {n in check} { 1 4999999 6 2 3 6 3 35 5 4 4992739871 3 5 123456781234567 5 } { test vt-${vtype}-validate-4.$n {verhoeff validation} -body { $vtype validate P $in$check } -result $in$check } # # ## ### ##### ######## ############# ##################### cleanupTests return |
Added tests/v_visa.test.
> > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 | # -*- tcl -*- tcl.tk//DSL tcltest//EN//2.0 # # ## ### ##### ######## ############# ##################### ## Testing the cmdr::validate package (sub: valtype::ean13). kt check Tcl 8.5 kt check tcltest 2 kt require support debug kt require support debug::caller kt local support cmdr::validate::common kt local testing cmdr::validate::valtype::creditcard::visa # # ## ### ##### ######## ############# ##################### ## Basic API. set vtype cmdr::validate::valtype::creditcard::visa set vtdef {} kt source vtype.tcl # # ## ### ##### ######## ############# ##################### ## Specific behaviour test vt-${vtype}-validate-2.0 {creditcard visa validation failure, bad char} -body { $vtype validate P 4A34562749104 } -returnCodes error \ -result {Not a CREDITCARD VISA number, expected only digits} foreach {n in} { 1 030640615 2 978030640615 } { test vt-${vtype}-validate-2.1.$n {creditcard visa validation failure, bad length} -body { $vtype validate P $in } -returnCodes error \ -result {Not a CREDITCARD VISA number, incorrect length, expected one of 13, or 16 characters} } foreach {n in} { 1 4012345678901 2 4109876543210 3 4992739871755 4 4123456781234 5 4012345678901234 6 4432109876543210 7 4992739871755987 8 4123456781234567 } { test vt-${vtype}-validate-2.2.$n {creditcard visa validation failure, bad check} -body { $vtype validate P $in } -returnCodes error \ -result {Not a CREDITCARD VISA number, the check digit is incorrect} } foreach {n in} { 1 9772890458925 2 8285298475847568 } { test vt-${vtype}-validate-2.3.$n {creditcard visa validation failure, bad prefix} -body { $vtype validate P $in } -returnCodes error \ -result {Not a CREDITCARD VISA number, incorrect prefix, expected 4} } # ------------------------------------------------------------------------- foreach {n in check} { 1 401234567890 9 2 410987654321 1 3 499273987175 8 4 412345678123 2 } { test vt-${vtype}-validate-4.$n {creditcard visa validation} -body { $vtype validate P $in$check } -result $in$check } # # ## ### ##### ######## ############# ##################### cleanupTests return |
Added valtype_tcllib.tcl.
> > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 | ## -*- tcl -*- # # ## ### ##### ######## ############# ##################### ## CMDR - Support for wrapping Tcllib valtypes for use in cmdr. # @@ Meta Begin # Package cmdr::validate::valtype-support 1 # Meta author {Andreas Kupries} # Meta location https://core.tcl.tk/akupries/cmdr # Meta platform tcl # Meta summary Support for wrapping Tcllib valtypes into Cmdr validation typs. # Meta description Support for wrapping Tcllib valtypes into Cmdr validation typs. # Meta subject {command line} # Meta require {Tcl 8.5-} # Meta require {cmdr::validate::common 1.2} # Meta require debug # Meta require debug::caller # Meta require try # @@ Meta End # # ## ### ##### ######## ############# ##################### ## Requisites package require Tcl 8.5 package require cmdr::validate::common 1.2 package require debug package require debug::caller package require try # # ## ### ##### ######## ############# ##################### ## Definition namespace eval ::cmdr { namespace export validate namespace ensemble create } namespace eval ::cmdr::validate { namespace export valtype-support namespace ensemble create } namespace eval ::cmdr::validate::valtype-support { namespace export default wrap namespace ensemble create } # # ## ### ##### ######## ############# ##################### debug define cmdr/validate/valtype-support debug level cmdr/validate/valtype-support debug prefix cmdr/validate/valtype-support {[debug caller] | } # # ## ### ##### ######## ############# ##################### ## proc ::cmdr::validate::valtype-support::wrap {valtype} { debug.cmdr/validate/valtype-support {} lappend map @@@@ $valtype lappend map @@^^ [regsub {::} $valtype /] namespace eval ::cmdr { namespace export validate namespace ensemble create } namespace eval ::cmdr::validate { namespace export valtype namespace ensemble create } if {![string match *::* $valtype]} { # Simple. namespace eval ::cmdr::validate::valtype [string map $map { namespace export @@@@ namespace ensemble create }] } else { # Namespaces. Split into parts and generate a chain of namespace ensembles. set spaces [split [regsub {::} $valtype {:}] :] foreach pre [lrange $spaces 0 end-1] post [lrange $spaces 1 end-1] { append prefix ::$pre namespace eval ::cmdr::validate::valtype$prefix [string map [list @@@@ $post] { namespace export @@@@ namespace ensemble create }] } } namespace eval ::cmdr::validate::valtype::${valtype} { namespace export default release default complete validate namespace ensemble create } uplevel \#0 [string map $map { package require valtype::@@@@ package require debug package require debug::caller debug define cmdr/validate/valtype/@@^^ debug level cmdr/validate/valtype/@@^^ debug prefix cmdr/validate/valtype/@@^^ {[debug caller] | } proc ::cmdr::validate::valtype::@@@@::release {p x} { return } proc ::cmdr::validate::valtype::@@@@::default {p} { return {} } proc ::cmdr::validate::valtype::@@@@::complete {p x} { debug.cmdr/validate/valtype/@@^^ {} 10 # No completion return {} } proc ::cmdr::validate::valtype::@@@@::validate {p x} { debug.cmdr/validate/valtype/@@^^ {} return [::valtype::@@@@ validate $x] } }] debug.cmdr/validate/valtype-support {/done} return } # # ## ### ##### ######## ############# ##################### ## Ready package provide cmdr::validate::valtype-support 1 return |
Added vt_amex.tcl.
> > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 | ## -*- tcl -*- # # ## ### ##### ######## ############# ##################### ## CMDR - Validate::Valtype::EAN13 - EAN13 checksum validation # @@ Meta Begin # Package cmdr::validate::valtype::creditcard::amex 1 # Meta author {Andreas Kupries} # Meta location https://core.tcl.tk/akupries/cmdr # Meta platform tcl # Meta summary Standard parameter validation type for creditcard::amex checksums # Meta description Standard parameter validation type for creditcard::amex checksums # Meta subject {command line} # Meta require {Tcl 8.5-} # Meta require cmdr::validate::valtype-support # Meta require valtype::ean13 # @@ Meta End # # ## ### ##### ######## ############# ##################### ## Requisites package require Tcl 8.5 package require cmdr::validate::valtype-support # # ## ### ##### ######## ############# ##################### cmdr validate valtype-support wrap creditcard::amex # # ## ### ##### ######## ############# ##################### ## Ready package provide cmdr::validate::valtype::creditcard::amex 1 return |
Added vt_discover.tcl.
> > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 | ## -*- tcl -*- # # ## ### ##### ######## ############# ##################### ## CMDR - Validate::Valtype::EAN13 - EAN13 checksum validation # @@ Meta Begin # Package cmdr::validate::valtype::creditcard::discover 1 # Meta author {Andreas Kupries} # Meta location https://core.tcl.tk/akupries/cmdr # Meta platform tcl # Meta summary Standard parameter validation type for creditcard::discover checksums # Meta description Standard parameter validation type for creditcard::discover checksums # Meta subject {command line} # Meta require {Tcl 8.5-} # Meta require cmdr::validate::valtype-support # Meta require valtype::ean13 # @@ Meta End # # ## ### ##### ######## ############# ##################### ## Requisites package require Tcl 8.5 package require cmdr::validate::valtype-support # # ## ### ##### ######## ############# ##################### cmdr validate valtype-support wrap creditcard::discover # # ## ### ##### ######## ############# ##################### ## Ready package provide cmdr::validate::valtype::creditcard::discover 1 return |
Added vt_ean13.tcl.
> > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 | ## -*- tcl -*- # # ## ### ##### ######## ############# ##################### ## CMDR - Validate::Valtype::EAN13 - EAN13 checksum validation # @@ Meta Begin # Package cmdr::validate::valtype::gs1::ean13 1 # Meta author {Andreas Kupries} # Meta location https://core.tcl.tk/akupries/cmdr # Meta platform tcl # Meta summary Standard parameter validation type for gs1::ean13 checksums # Meta description Standard parameter validation type for gs1::ean13 checksums # Meta subject {command line} # Meta require {Tcl 8.5-} # Meta require cmdr::validate::valtype-support # Meta require valtype::ean13 # @@ Meta End # # ## ### ##### ######## ############# ##################### ## Requisites package require Tcl 8.5 package require cmdr::validate::valtype-support # # ## ### ##### ######## ############# ##################### cmdr validate valtype-support wrap gs1::ean13 # # ## ### ##### ######## ############# ##################### ## Ready package provide cmdr::validate::valtype::gs1::ean13 1 return |
Added vt_iban.tcl.
> > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 | ## -*- tcl -*- # # ## ### ##### ######## ############# ##################### ## CMDR - Validate::Valtype::IBAN - IBAN checksum validation # @@ Meta Begin # Package cmdr::validate::valtype::iban 1 # Meta author {Andreas Kupries} # Meta location https://core.tcl.tk/akupries/cmdr # Meta platform tcl # Meta summary Standard parameter validation type for iban checksums # Meta description Standard parameter validation type for iban checksums # Meta subject {command line} # Meta require {Tcl 8.5-} # Meta require cmdr::validate::valtype-support # Meta require valtype::iban # @@ Meta End # # ## ### ##### ######## ############# ##################### ## Requisites package require Tcl 8.5 package require cmdr::validate::valtype-support # # ## ### ##### ######## ############# ##################### cmdr validate valtype-support wrap iban # # ## ### ##### ######## ############# ##################### ## Ready package provide cmdr::validate::valtype::iban 1 return |
Added vt_imei.tcl.
> > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 | ## -*- tcl -*- # # ## ### ##### ######## ############# ##################### ## CMDR - Validate::Valtype::IMEI - IMEI checksum validation # @@ Meta Begin # Package cmdr::validate::valtype::imei 1 # Meta author {Andreas Kupries} # Meta location https://core.tcl.tk/akupries/cmdr # Meta platform tcl # Meta summary Standard parameter validation type for imei checksums # Meta description Standard parameter validation type for imei checksums # Meta subject {command line} # Meta require {Tcl 8.5-} # Meta require cmdr::validate::valtype-support # Meta require valtype::imei # @@ Meta End # # ## ### ##### ######## ############# ##################### ## Requisites package require Tcl 8.5 package require cmdr::validate::valtype-support # # ## ### ##### ######## ############# ##################### cmdr validate valtype-support wrap imei # # ## ### ##### ######## ############# ##################### ## Ready package provide cmdr::validate::valtype::imei 1 return |
Added vt_isbn.tcl.
> > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 | ## -*- tcl -*- # # ## ### ##### ######## ############# ##################### ## CMDR - Validate::Valtype::ISBN - ISBN checksum validation # @@ Meta Begin # Package cmdr::validate::valtype::isbn 1 # Meta author {Andreas Kupries} # Meta location https://core.tcl.tk/akupries/cmdr # Meta platform tcl # Meta summary Standard parameter validation type for isbn checksums # Meta description Standard parameter validation type for isbn checksums # Meta subject {command line} # Meta require {Tcl 8.5-} # Meta require cmdr::validate::valtype-support # Meta require valtype::isbn # @@ Meta End # # ## ### ##### ######## ############# ##################### ## Requisites package require Tcl 8.5 package require cmdr::validate::valtype-support # # ## ### ##### ######## ############# ##################### cmdr validate valtype-support wrap isbn # # ## ### ##### ######## ############# ##################### ## Ready package provide cmdr::validate::valtype::isbn 1 return |
Added vt_luhn.tcl.
> > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 | ## -*- tcl -*- # # ## ### ##### ######## ############# ##################### ## CMDR - Validate::Valtype::Luhn - Luhn checksum validation # @@ Meta Begin # Package cmdr::validate::valtype::luhn 1 # Meta author {Andreas Kupries} # Meta location https://core.tcl.tk/akupries/cmdr # Meta platform tcl # Meta summary Standard parameter validation type for luhn checksums # Meta description Standard parameter validation type for luhn checksums # Meta subject {command line} # Meta require {Tcl 8.5-} # Meta require cmdr::validate::valtype-support # Meta require valtype::luhn # @@ Meta End # # ## ### ##### ######## ############# ##################### ## Requisites package require Tcl 8.5 package require cmdr::validate::valtype-support # # ## ### ##### ######## ############# ##################### cmdr validate valtype-support wrap luhn # # ## ### ##### ######## ############# ##################### ## Ready package provide cmdr::validate::valtype::luhn 1 return |
Added vt_luhn5.tcl.
> > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 | ## -*- tcl -*- # # ## ### ##### ######## ############# ##################### ## CMDR - Validate::Valtype::Luhn5 - Luhn5 checksum validation # @@ Meta Begin # Package cmdr::validate::valtype::luhn5 1 # Meta author {Andreas Kupries} # Meta location https://core.tcl.tk/akupries/cmdr # Meta platform tcl # Meta summary Standard parameter validation type for luhn5 checksums # Meta description Standard parameter validation type for luhn5 checksums # Meta subject {command line} # Meta require {Tcl 8.5-} # Meta require cmdr::validate::valtype-support # Meta require valtype::luhn5 # @@ Meta End # # ## ### ##### ######## ############# ##################### ## Requisites package require Tcl 8.5 package require cmdr::validate::valtype-support # # ## ### ##### ######## ############# ##################### cmdr validate valtype-support wrap luhn5 # # ## ### ##### ######## ############# ##################### ## Ready package provide cmdr::validate::valtype::luhn5 1 return |
Added vt_mastercard.tcl.
> > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 | ## -*- tcl -*- # # ## ### ##### ######## ############# ##################### ## CMDR - Validate::Valtype::EAN13 - EAN13 checksum validation # @@ Meta Begin # Package cmdr::validate::valtype::creditcard::mastercard 1 # Meta author {Andreas Kupries} # Meta location https://core.tcl.tk/akupries/cmdr # Meta platform tcl # Meta summary Standard parameter validation type for creditcard::mastercard checksums # Meta description Standard parameter validation type for creditcard::mastercard checksums # Meta subject {command line} # Meta require {Tcl 8.5-} # Meta require cmdr::validate::valtype-support # Meta require valtype::ean13 # @@ Meta End # # ## ### ##### ######## ############# ##################### ## Requisites package require Tcl 8.5 package require cmdr::validate::valtype-support # # ## ### ##### ######## ############# ##################### cmdr validate valtype-support wrap creditcard::mastercard # # ## ### ##### ######## ############# ##################### ## Ready package provide cmdr::validate::valtype::creditcard::mastercard 1 return |
Added vt_usnpi.tcl.
> > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 | ## -*- tcl -*- # # ## ### ##### ######## ############# ##################### ## CMDR - Validate::Valtype::USNPI - USNPI checksum validation # @@ Meta Begin # Package cmdr::validate::valtype::usnpi 1 # Meta author {Andreas Kupries} # Meta location https://core.tcl.tk/akupries/cmdr # Meta platform tcl # Meta summary Standard parameter validation type for usnpi checksums # Meta description Standard parameter validation type for usnpi checksums # Meta subject {command line} # Meta require {Tcl 8.5-} # Meta require cmdr::validate::valtype-support # Meta require valtype::usnpi # @@ Meta End # # ## ### ##### ######## ############# ##################### ## Requisites package require Tcl 8.5 package require cmdr::validate::valtype-support # # ## ### ##### ######## ############# ##################### cmdr validate valtype-support wrap usnpi # # ## ### ##### ######## ############# ##################### ## Ready package provide cmdr::validate::valtype::usnpi 1 return |
Added vt_verhoeff.tcl.
> > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 | ## -*- tcl -*- # # ## ### ##### ######## ############# ##################### ## CMDR - Validate::Valtype::Verhoeff - Verhoeff checksum validation # @@ Meta Begin # Package cmdr::validate::valtype::verhoeff 1 # Meta author {Andreas Kupries} # Meta location https://core.tcl.tk/akupries/cmdr # Meta platform tcl # Meta summary Standard parameter validation type for verhoeff checksums # Meta description Standard parameter validation type for verhoeff checksums # Meta subject {command line} # Meta require {Tcl 8.5-} # Meta require cmdr::validate::valtype-support # Meta require valtype::verhoeff # @@ Meta End # # ## ### ##### ######## ############# ##################### ## Requisites package require Tcl 8.5 package require cmdr::validate::valtype-support # # ## ### ##### ######## ############# ##################### cmdr validate valtype-support wrap verhoeff # # ## ### ##### ######## ############# ##################### ## Ready package provide cmdr::validate::valtype::verhoeff 1 return |
Added vt_visa.tcl.
> > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 | ## -*- tcl -*- # # ## ### ##### ######## ############# ##################### ## CMDR - Validate::Valtype::EAN13 - EAN13 checksum validation # @@ Meta Begin # Package cmdr::validate::valtype::creditcard::visa 1 # Meta author {Andreas Kupries} # Meta location https://core.tcl.tk/akupries/cmdr # Meta platform tcl # Meta summary Standard parameter validation type for creditcard::visa checksums # Meta description Standard parameter validation type for creditcard::visa checksums # Meta subject {command line} # Meta require {Tcl 8.5-} # Meta require cmdr::validate::valtype-support # Meta require valtype::ean13 # @@ Meta End # # ## ### ##### ######## ############# ##################### ## Requisites package require Tcl 8.5 package require cmdr::validate::valtype-support # # ## ### ##### ######## ############# ##################### cmdr validate valtype-support wrap creditcard::visa # # ## ### ##### ######## ############# ##################### ## Ready package provide cmdr::validate::valtype::creditcard::visa 1 return |