• Home
  • Raw
  • Download

Lines Matching full:generate

59     [[[karma_char `ch`]]            [`Unused`]          [Generate `ch`]]
60 [[[karma_char `lit(ch)`]] [`Unused`] [Generate `ch`]]
62 [[[karma_char `char_`]] [`Ch`] [Generate character supplied as the attribute]]
63 [[[karma_char `char_(ch)`]] [`Ch`] [Generate `ch`,
65 [[[karma_char `char_("c")`]] [`Ch`] [Generate a single char string literal, `c`,
67 [[[karma_char `char_(ch, ch2)`]][`Ch`] [Generate the character supplied as the attribute,
70 [[[karma_char `char_(charset)`]][`Ch`] [Generate the character supplied as the attribute,
73 [[[karma_char_class `alnum`]] [`Ch`] [Generate the character supplied as the attribute
76 [[[karma_char_class `alpha`]] [`Ch`] [Generate the character supplied as the attribute
79 [[[karma_char_class `blank`]] [`Ch`] [Generate the character supplied as the attribute
82 [[[karma_char_class `cntrl`]] [`Ch`] [Generate the character supplied as the attribute
85 [[[karma_char_class `digit`]] [`Ch`] [Generate the character supplied as the attribute
88 [[[karma_char_class `graph`]] [`Ch`] [Generate the character supplied as the attribute
91 [[[karma_char_class `print`]] [`Ch`] [Generate the character supplied as the attribute
94 [[[karma_char_class `punct`]] [`Ch`] [Generate the character supplied as the attribute
97 [[[karma_char_class `space`]] [`Ch`] [Generate the character supplied as the attribute
101 [[[karma_char_class `xdigit`]] [`Ch`] [Generate the character supplied as the attribute
104 [[[karma_char_class `lower`]] [`Ch`] [Generate the character supplied as the attribute
107 [[[karma_char_class `upper`]] [`Ch`] [Generate the character supplied as the attribute
120 [[[karma_string `str`]] [`Unused`] [Generate `str`]]
121 [[[karma_string `lit(str)`]] [`Unused`] [Generate `str`]]
122 [[[karma_string `string`]] [`Str`] [Generate string supplied as the attribute]]
123 [[[karma_string `string(str)`]] [`Str`] [Generate `str`,
157 [[[real_number `lit(num)`]] [`Unused`] [Generate `num`]]
158 [[[real_number `float_`]] [`float`] [Generate a real number from a `float`]]
159 …[[[real_number `float_(num)`]] [`float`] [Generate `num` as a real number from a `float…
161 [[[real_number `double_`]] [`double`] [Generate a real number from a `double`]]
162 …[[[real_number `double_(num)`]] [`double`] [Generate a `num` as a real number from a `dou…
164 … [[[real_number `long_double`]] [`long double`] [Generate a real number from a `long double`]]
165 …[[[real_number `long_double(num)`]] [`long double`] [Generate `num` as a real number from a `long …
171 [`Num`] [Generate a real number `Num` using
176 [`Num`] [Generate real number `num` as a `Num`
188 [[[signed_int `lit(num)`]] [`Unused`] [Generate `num`]]
189 [[[signed_int `short_`]] [`short`] [Generate a short integer]]
190 [[[signed_int `short_(num)`]] [`short`] [Generate `num` as a short integer,
192 [[[signed_int `int_`]] [`int`] [Generate an int]]
193 [[[signed_int `int_(num)`]] [`int`] [Generate `num` as an int,
195 [[[signed_int `long_`]] [`long`] [Generate a long integer]]
196 [[[signed_int `long_(num)`]] [`long`] [Generate `num` as long integer,
198 [[[signed_int `long_long`]] [`long long`] [Generate a long long]]
199 [[[signed_int `long_long(num)`]] [`long long`] [Generate `num` as a long long,
205 [`Num`] [Generate a `Num`]]
209 [`Num`] [Generate a `num` as a `Num`,
219 [[[unsigned_int `lit(num)`]] [`Unused`] [Generate `num`]]
220 [[[unsigned_int `ushort_`]] [`unsigned short`] [Generate an unsigned short integer]]
221 …[[[unsigned_int `ushort_(num)`]] [`unsigned short`] [Generate `num` as an unsigned short in…
223 [[[unsigned_int `uint_`]] [`unsigned int`] [Generate an unsigned int]]
224 [[[unsigned_int `uint_(num)`]] [`unsigned int`] [Generate `num` as an unsigned int,
226 [[[unsigned_int `ulong_`]] [`unsigned long`] [Generate an unsigned long integer]]
227 …[[[unsigned_int `ulong_(num)`]] [`unsigned long`] [Generate `num` as an unsigned long int…
229 [[[unsigned_int `ulong_long`]] [`unsigned long long`] [Generate an unsigned long long]]
230 …[[[unsigned_int `ulong_long(num)`]] [`unsigned long long`] [Generate `num` as an unsigned long lon…
232 …[[[unsigned_int `bin`]] [`unsigned int`] [Generate a binary integer from an `uns…
233 …[[[unsigned_int `oct`]] [`unsigned int`] [Generate an octal integer from an `uns…
234 …[[[unsigned_int `hex`]] [`unsigned int`] [Generate a hexadecimal integer from an…
239 [`Num`] [Generate an unsigned `Num`]]
243 … [`Num`] [Generate an unsigned `num` as a `Num`,
253 [[[boolean `lit(num)`]] [`Unused`] [Generate `num`]]
254 [[[boolean `bool_`]] [`bool`] [Generate a boolean]]
255 [[[boolean `bool_(b)`]] [`bool`] [Generate `b` as a boolean,
260 [`B`] [Generate a boolean of type `B`]]
264 [`B`] [Generate a boolean `b` as a `B`,
276 [[[karma_stream `stream`]] [`hold_any`] [Generate narrow character (`char`) based output
278 [[[karma_stream `stream(s)`]] [`Unused`] [Generate narrow character (`char`) based output
281 [[[karma_stream `wstream`]] [`whold_any`] [Generate wide character (`wchar_t`) based output
283 [[[karma_stream `wstream(s)`]] [`Unused`] [Generate wide character (`wchar_t`) based output
289 >()``]] [`basic_hold_any<Char>`] [Generate output based on the given charact…
294 >()(s)``]] [`Unused`] [Generate output based on the given character type
307 [[[karma_native_binary `byte_`]] [8 bits native endian] [Generate an 8 bit binary]]
308 …[[[karma_native_binary `word`]] [16 bits native endian] [Generate a 16 bit binary in na…
309 …[[[karma_big_binary `big_word`]] [16 bits big endian] [Generate a 16 bit binary in bi…
310 …[[[karma_little_binary `little_word`]] [16 bits little endian] [Generate a 16 bit binary in li…
311 …[[[karma_native_binary `dword`]] [32 bits native endian] [Generate a 32 bit binary in na…
312 …[[[karma_big_binary `big_dword`]] [32 bits big endian] [Generate a 32 bit binary in bi…
313 …[[[karma_little_binary `little_dword`]][32 bits little endian] [Generate a 32 bit binary in li…
314 …[[[karma_native_binary `qword`]] [64 bits native endian] [Generate a 64 bit binary in na…
315 …[[[karma_big_binary `big_qword`]] [64 bits big endian] [Generate a 64 bit binary in bi…
316 …[[[karma_little_binary `little_qword`]][64 bits little endian] [Generate a 64 bit binary in li…
317 …[[`pad(num)`] [`Unused`] [Generate additional null bytes…
330 [[__karma_eol__] [`Unused`] [Generate the end of line (`\n`)]]
331 [[__karma_eps__] [`Unused`] [Generate an empty string]]
332 [[__karma_feps__] [`Unused`] [If `b` is true, generate an empty string]]
336 `g` which is then called to generate.]]
348 [[[karma_auto `auto_`]] [`hold_any`] [Generate output using a generator
369 [`optional<A>`] [Optional. Generate `a` zero or one time]]
371 [`vector<A>`] [Kleene. Generate `a` zero or more times]]
373 [`vector<A>`] [Plus. Generate `a` one or more times]]
375 [`variant<A, B>`] [Alternative. Generate `a` or `b`]]
377 [`tuple<A, B>`] [Sequence. Generate `a` followed by `b`]]
379 … [`vector<A>`] [List. Generate `a` delimited `b` one or more times]]
394 [[[karma_upperlower `lower`]`[a]`] [`A`] [Generate `a` as lower case]]
395 [[[karma_upperlower `upper`]`[a]`] [`A`] [Generate `a` as upper case]]
397 [[[karma_align `left_align`]`[a]`] [`A`] [Generate `a` left aligned in column of width
399 …[[[karma_align `left_align`]`(num)[a]`] [`A`] [Generate `a` left aligned in column of width `num…
400 [[[karma_align `left_align`]`(g)[a]`] [`A`] [Generate `a` left aligned in column of width
402 generate the necessary padding]]
403 …[[[karma_align `left_align`]`(num, g)[a]`][`A`] [Generate `a` left aligned in column of width `num`
404 while using `g` to generate the necessary
407 [[[karma_align `center`]`[a]`] [`A`] [Generate `a` centered in column of width
409 … [[[karma_align `center`]`(num)[a]`] [`A`] [Generate `a` centered in column of width `num`]]
410 [[[karma_align `center`]`(g)[a]`] [`A`] [Generate `a` centered in column of width
412 generate the necessary padding]]
413 [[[karma_align `center`]`(num, g)[a]`] [`A`] [Generate `a` centered in column of width `num`
414 while using `g` to generate the necessary
417 [[[karma_align `right_align`]`[a]`] [`A`] [Generate `a` right aligned in column of width
419 …[[[karma_align `right_align`]`(num)[a]`] [`A`] [Generate `a` right aligned in column of width `nu…
420 [[[karma_align `right_align`]`(g)[a]`] [`A`] [Generate `a` right aligned in column of width
422 generate the necessary padding]]
423 …[[[karma_align `right_align`]`(num, g)[a]`][`A`][Generate `a` right aligned in column of width `nu…
424 while using `g` to generate the necessary
427 [[[karma_maxwidth `maxwidth`]`[a]`] [`A`] [Generate `a` truncated to column of width
429 … [[[karma_maxwidth `maxwidth`]`(num)[a]`] [`A`] [Generate `a` truncated to column of width `num`]]
456 [[[karma_columns `columns`]`[a]`] [`A`] [Generate `a` split into
459 [[[karma_columns `columns`]`(num)[a]`] [`A`] [Generate `a` split into
462 [[[karma_columns `columns`]`(g)[a]`] [`A`] [Generate `a` split into
465 [[[karma_columns `columns`]`(num, g)[a]`][`A`][Generate `a` split into