List of all printf(), sprintf(), etc. formats strings mentioned in the code..
Value | Count | File:Line |
---|---|---|
'%.8f' | 1 |
|
'%.10f' | 1 |
|
'%.' . ($precision + 1) . 'F' | 1 |
|
'%d' | 1 |
|
'%04x%04x-%04x-%04x-%04x-%04x%04x%04x' | 1 |
|
'.%03dZ' | 1 |
|
'%05b' | 1 |
|
'%u' | 1 |
|
'%.' . $decimals . 'e' | 2 |
|