[ Index ] |
|
Code source de eZ Publish 3.9.0 |
1 Loop eight times: 1 to 8 2 0,1,0: 1 3 1,2,1: 2 4 2,3,2: 3 5 3,4,3: 4 6 4,5,4: 5 7 5,6,5: 6 8 6,7,6: 7 9 7,8,7: 8 10 ------------------------------------ 11 Loop eight times, offset 2: 3 to 8 12 2,1,0: 3 13 3,2,1: 4 14 4,3,2: 5 15 5,4,3: 6 16 6,5,4: 7 17 7,6,5: 8 18 ------------------------------------ 19 Loop eight times negative, offset 2: -3 to -8 20 2,1,0: -3 21 3,2,1: -4 22 4,3,2: -5 23 5,4,3: -6 24 6,5,4: -7 25 7,6,5: -8 26 ------------------------------------ 27 Loop eight times reverse, offset 2: 6 to 1 28 5,1,0: 6 29 4,2,1: 5 30 3,3,2: 4 31 2,4,3: 3 32 1,5,4: 2 33 0,6,5: 1 34 ------------------------------------ 35 Loop eight times negative revers, offset 2: -6 to -1 36 5,1,0: -6 37 4,2,1: -5 38 3,3,2: -4 39 2,4,3: -3 40 1,5,4: -2 41 0,6,5: -1 42 43 ==================================== 44 45 Loop eight times, offset 2, max 5: 3 to 7 46 2,1,0: 3 47 3,2,1: 4 48 4,3,2: 5 49 5,4,3: 6 50 6,5,4: 7 51 ------------------------------------ 52 Loop eight times negative, offset 2, max 5: -3 to -7 53 2,1,0: -3 54 3,2,1: -4 55 4,3,2: -5 56 5,4,3: -6 57 6,5,4: -7 58 ------------------------------------ 59 Loop eight times reverse, offset 2, max 5: 6 to 2 60 5,1,0: 6 61 4,2,1: 5 62 3,3,2: 4 63 2,4,3: 3 64 1,5,4: 2 65 ------------------------------------ 66 Loop eight times negative reverse, offset 2, max 5: -6 to -2 67 5,1,0: -6 68 4,2,1: -5 69 3,3,2: -4 70 2,4,3: -3 71 1,5,4: -2 72 73 ==================================== 74 75 Loop eight times, offset 2, max 5: 3 to 8, skip 4 76 2,1,0: 3 77 4,2,1: 5 78 5,3,2: 6 79 6,4,3: 7 80 7,5,4: 8 81 ------------------------------------ 82 Loop eight times negative, offset 2, max 5: -3 to -8, skip -4 83 2,1,0: -3 84 4,2,1: -5 85 5,3,2: -6 86 6,4,3: -7 87 7,5,4: -8 88 ------------------------------------ 89 Loop eight times reverse, offset 2, max 5: 6 to 1, skip 4 90 5,1,0: 6 91 4,2,1: 5 92 2,3,2: 3 93 1,4,3: 2 94 0,5,4: 1 95 ------------------------------------ 96 Loop eight times negative reverse, offset 2, max 5: -6 to -1, skip -4 97 5,1,0: -6 98 4,2,1: -5 99 2,3,2: -3 100 1,4,3: -2 101 0,5,4: -1
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 |