Home
last modified time | relevance | path

Searched refs:padWithZero (Results 1 – 25 of 117) sorted by relevance

12345

/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/prometheus/alertmanager/ui/app/src/Utils/
H A DDate.elm113 ++ padWithZero (monthFormat (toMonth utc time))
115 ++ padWithZero (toDay utc time)
121 padWithZero (toHour utc time)
123 ++ padWithZero (toMinute utc time)
125 ++ padWithZero (toSecond utc time)
128 padWithZero : Int -> String
129 padWithZero n = function
/dports/games/openspades/openspades-0.1.3/Sources/AngelScript/addons/
H A Dscriptstdstring.cpp455 bool padWithZero = options.find("0") != string::npos; in formatInt() local
465 if( padWithZero ) fmt += "0"; in formatInt()
499 bool padWithZero = options.find("0") != string::npos; in formatUInt() local
509 if( padWithZero ) fmt += "0"; in formatUInt()
543 bool padWithZero = options.find("0") != string::npos; in formatFloat() local
553 if( padWithZero ) fmt += "0"; in formatFloat()
/dports/games/supertuxkart/SuperTuxKart-1.2-src/src/scriptengine/
H A Dscriptstdstring.cpp443 bool padWithZero = options.find("0") != string::npos; in formatInt() local
453 if( padWithZero ) fmt += "0"; in formatInt()
487 bool padWithZero = options.find("0") != string::npos; in formatUInt() local
497 if( padWithZero ) fmt += "0"; in formatUInt()
531 bool padWithZero = options.find("0") != string::npos; in formatFloat() local
541 if( padWithZero ) fmt += "0"; in formatFloat()
/dports/lang/angelscript/sdk/add_on/scriptstdstring/
H A Dscriptstdstring.cpp465 bool padWithZero = options.find("0") != string::npos; in formatInt() local
475 if( padWithZero ) fmt += "0"; in formatInt()
509 bool padWithZero = options.find("0") != string::npos; in formatUInt() local
519 if( padWithZero ) fmt += "0"; in formatUInt()
553 bool padWithZero = options.find("0") != string::npos; in formatFloat() local
563 if( padWithZero ) fmt += "0"; in formatFloat()
/dports/lang/nim/nim-1.6.2/lib/pure/
H A Dstrformat.nim351 padWithZero*: bool ## Whether to pad with zeros rather than spaces.
394 if spec.padWithZero:
451 result.padWithZero = true
529 if spec.padWithZero:
/dports/lang/nim/nim-1.6.2/c_code/5_6/
H A Dstdlib_strformat.nim.c62 NIM_BOOL padWithZero; member
442 (*Result).padWithZero = NIM_TRUE; in N_NIMCALL()
/dports/lang/nim/nim-1.6.2/c_code/9_2/
H A Dstdlib_strformat.nim.c62 NIM_BOOL padWithZero; member
442 (*Result).padWithZero = NIM_TRUE; in N_NIMCALL()
/dports/lang/nim/nim-1.6.2/c_code/8_2/
H A Dstdlib_strformat.nim.c62 NIM_BOOL padWithZero; member
442 (*Result).padWithZero = NIM_TRUE; in N_NIMCALL()
/dports/lang/nim/nim-1.6.2/c_code/7_1/
H A Dstdlib_strformat.nim.c62 NIM_BOOL padWithZero; member
443 result.padWithZero = NIM_TRUE; in N_NIMCALL()
/dports/lang/nim/nim-1.6.2/c_code/5_17/
H A Dstdlib_strformat.nim.c63 NIM_BOOL padWithZero; member
443 (*Result).padWithZero = NIM_TRUE; in N_NIMCALL()
/dports/lang/nim/nim-1.6.2/c_code/5_15/
H A Dstdlib_strformat.nim.c62 NIM_BOOL padWithZero; member
443 result.padWithZero = NIM_TRUE; in N_NIMCALL()
/dports/lang/nim/nim-1.6.2/c_code/2_17/
H A Dstdlib_strformat.nim.c63 NIM_BOOL padWithZero; member
443 (*Result).padWithZero = NIM_TRUE; in N_NIMCALL()
/dports/lang/nim/nim-1.6.2/c_code/12_17/
H A Dstdlib_strformat.nim.c63 NIM_BOOL padWithZero; member
443 (*Result).padWithZero = NIM_TRUE; in N_NIMCALL()
/dports/lang/nim/nim-1.6.2/c_code/1_1/
H A Dstdlib_strformat.nim.c62 NIM_BOOL padWithZero; member
443 result.padWithZero = NIM_TRUE; in N_NIMCALL()
/dports/lang/nim/nim-1.6.2/c_code/11_17/
H A Dstdlib_strformat.nim.c63 NIM_BOOL padWithZero; member
443 (*Result).padWithZero = NIM_TRUE; in N_NIMCALL()
/dports/lang/nim/nim-1.6.2/c_code/10_2/
H A Dstdlib_strformat.nim.c62 NIM_BOOL padWithZero; member
442 (*Result).padWithZero = NIM_TRUE; in N_NIMCALL()
/dports/lang/nim/nim-1.6.2/c_code/11_1/
H A Dstdlib_strformat.nim.c62 NIM_BOOL padWithZero; member
443 result.padWithZero = NIM_TRUE; in N_NIMCALL()
/dports/lang/nim/nim-1.6.2/c_code/2_10/
H A Dstdlib_strformat.nim.c62 NIM_BOOL padWithZero; member
443 result.padWithZero = NIM_TRUE; in N_NIMCALL()
/dports/lang/nim/nim-1.6.2/c_code/2_1/
H A Dstdlib_strformat.nim.c62 NIM_BOOL padWithZero; member
443 result.padWithZero = NIM_TRUE; in N_NIMCALL()
/dports/lang/nim/nim-1.6.2/c_code/10_1/
H A Dstdlib_strformat.nim.c62 NIM_BOOL padWithZero; member
443 result.padWithZero = NIM_TRUE; in N_NIMCALL()
/dports/lang/nim/nim-1.6.2/c_code/2_16/
H A Dstdlib_strformat.nim.c62 NIM_BOOL padWithZero; member
442 (*Result).padWithZero = NIM_TRUE; in N_NIMCALL()
/dports/lang/nim/nim-1.6.2/c_code/2_14/
H A Dstdlib_strformat.nim.c62 NIM_BOOL padWithZero; member
442 (*Result).padWithZero = NIM_TRUE; in N_NIMCALL()
/dports/lang/nim/nim-1.6.2/c_code/4_1/
H A Dstdlib_strformat.nim.c62 NIM_BOOL padWithZero; member
443 result.padWithZero = NIM_TRUE; in N_NIMCALL()
/dports/lang/nim/nim-1.6.2/c_code/3_17/
H A Dstdlib_strformat.nim.c63 NIM_BOOL padWithZero; member
443 (*Result).padWithZero = NIM_TRUE; in N_NIMCALL()
/dports/lang/nim/nim-1.6.2/c_code/3_2/
H A Dstdlib_strformat.nim.c62 NIM_BOOL padWithZero; member
442 (*Result).padWithZero = NIM_TRUE; in N_NIMCALL()

12345