[ Index ] |
|
Code source de eZ Publish 3.9.0 |
1 0={0|si(byte)} 2 0={0|si(byte,binary)} 3 0={0|si(byte,decimal)} 4 0={0|si(byte,none)} 5 0={0|si(byte,auto)} 6 0={0|si(byte,kibi)} 7 0={0|si(byte,kilo)} 8 9 3={3|si(byte)} 10 3={3|si(byte,binary)} 11 3={3|si(byte,decimal)} 12 3={3|si(byte,none)} 13 3={3|si(byte,auto)} 14 3={3|si(byte,kibi)} 15 3={3|si(byte,kilo)} 16 17 25={25|si(byte)} 18 25={25|si(byte,binary)} 19 25={25|si(byte,decimal)} 20 25={25|si(byte,none)} 21 25={25|si(byte,auto)} 22 25={25|si(byte,kibi)} 23 25={25|si(byte,kilo)} 24 25 1025={1025|si(byte)} 26 1025={1025|si(byte,binary)} 27 28 {let decimal=1025|si(byte,decimal) kilo=1025|si(byte,kilo)} 29 1025= 30 {section show=eq($decimal, $exp_decimal)} 31 success 32 {section-else} 33 failed 34 {/section} 35 36 1025={1025|si(byte,none)} 37 1025={1025|si(byte,auto)} 38 1025={1025|si(byte,kibi)} 39 1025= 40 {section show=eq($kilo, $exp_kilo)} 41 success 42 {section-else} 43 failed 44 {/section} 45 {/let} 46 47 48 1048577={1048577|si(byte)} 49 1048577={1048577|si(byte,binary)} 50 1048577={1048577|si(byte,decimal)} 51 1048577={1048577|si(byte,none)} 52 1048577={1048577|si(byte,auto)} 53 1048577={1048577|si(byte,mebi)} 54 1048577={1048577|si(byte,mega)} 55 56 57 {let value=1025 var_decimal=$value|si(byte,decimal) var_kilo=$value|si(byte,kilo)} 58 1025={$value|si(byte)} 59 1025={$value|si(byte,binary)} 60 1025= 61 {section show=eq($var_decimal, $exp_decimal)} 62 success 63 {section-else} 64 failed 65 {/section} 66 67 1025={$value|si(byte,none)} 68 1025={$value|si(byte,auto)} 69 1025={$value|si(byte,kibi)} 70 1025= 71 {section show=eq($var_kilo, $exp_kilo)} 72 success 73 {section-else} 74 failed 75 {/section} 76 {/let}
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
Généré le : Sat Feb 24 10:30:04 2007 | par Balluche grâce à PHPXref 0.7 |