Home | History | Annotate | Download | only in fmt

Lines Matching refs:verbs

7 	to C's printf and scanf.  The format 'verbs' are derived from C's but
13 The verbs:
43 String and slice of bytes (treated equivalently with these verbs):
50 The %b, %d, %o, %x and %X verbs also work with pointers,
123 Flags are ignored by verbs that do not expect them.
139 Except when printed using the verbs %T and %p, special
192 the value. After processing a bracketed expression [n], subsequent verbs
201 will yield " 12.00". Because an explicit index affects subsequent verbs,
261 consumes and parses input; these verbs are described in more
279 The verbs behave analogously to those of Printf.
282 The Printf verbs %p and %T and the flags # and + are not implemented,
283 and the verbs %e %E %f %F %g and %G are all equivalent and scan any
286 Input processed by verbs is implicitly space-delimited: the