[ 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 reverse, offset 2: 6 to 1 20 5,1,0: 6 21 4,2,1: 5 22 3,3,2: 4 23 2,4,3: 3 24 1,5,4: 2 25 0,6,5: 1 26 27 ==================================== 28 29 Loop eight times, offset 2, max 5: 3 to 7 30 2,1,0: 3 31 3,2,1: 4 32 4,3,2: 5 33 5,4,3: 6 34 6,5,4: 7 35 ------------------------------------ 36 Loop eight times reverse, offset 2, max 5: 6 to 2 37 5,1,0: 6 38 4,2,1: 5 39 3,3,2: 4 40 2,4,3: 3 41 1,5,4: 2 42 43 ==================================== 44 45 Loop eight times, offset 2, max 5: 3 to 8, skip 4 46 2,1,0: 3 47 4,2,1: 5 48 5,3,2: 6 49 6,4,3: 7 50 7,5,4: 8 51 ------------------------------------ 52 Loop eight times reverse, offset 2, max 5: 6 to 1, skip 4 53 5,1,0: 6 54 4,2,1: 5 55 2,3,2: 3 56 1,4,3: 2 57 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 |