[ Index ]
 

Code source de eZ Publish 3.9.0

Accédez au Source d'autres logiciels libresSoutenez Angelica Josefina !

title

Body

[fermer]

/tests/eztemplate/functions/ -> section_string.exp (source)

   1  Loop eight times: a to h
   2  0,1,0: a
   3  1,2,1: b
   4  2,3,2: c
   5  3,4,3: d
   6  4,5,4: e
   7  5,6,5: f
   8  6,7,6: g
   9  7,8,7: h
  10  ------------------------------------
  11  Loop eight times, offset 2: c to h
  12  2,1,0: c
  13  3,2,1: d
  14  4,3,2: e
  15  5,4,3: f
  16  6,5,4: g
  17  7,6,5: h
  18  ------------------------------------
  19  Loop eight times reverse, offset 2: f to a
  20  5,1,0: f
  21  4,2,1: e
  22  3,3,2: d
  23  2,4,3: c
  24  1,5,4: b
  25  0,6,5: a
  26  
  27  ====================================
  28  
  29  Loop eight times, offset 2, max 5: c to g
  30  2,1,0: c
  31  3,2,1: d
  32  4,3,2: e
  33  5,4,3: f
  34  6,5,4: g
  35  ------------------------------------
  36  Loop eight times reverse, offset 2, max 5: f to b
  37  5,1,0: f
  38  4,2,1: e
  39  3,3,2: d
  40  2,4,3: c
  41  1,5,4: b
  42  
  43  ====================================
  44  
  45  Loop eight times, offset 2, max 5: c to h, skip d
  46  2,1,0: c
  47  4,2,1: e
  48  5,3,2: f
  49  6,4,3: g
  50  7,5,4: h
  51  ------------------------------------
  52  Loop eight times reverse, offset 2, max 5: f to a, skip d
  53  5,1,0: f
  54  4,2,1: e
  55  2,3,2: c
  56  1,4,3: b
  57  0,5,4: a


Généré le : Sat Feb 24 10:30:04 2007 par Balluche grâce à PHPXref 0.7