Lines Matching refs:calls
102 $calls =& $event->data->calls;
108 … array ( $calls[0][1][0], // Reuse original header name because Dokuwiki
120 $calls = array_merge($fakesection, $calls);
124 foreach( $calls as $index => $value ) {
153 $calls[$h_ind][1][2] = $value['start'];
154 $calls[$h_ind][2] = $value['start'];
159 $calls[$o_ind][2] = $value['start'];
164 $calls[$c_ind][2] = $value['end'];
176 $calls[$h_ind][1][2] = $this->sections[$last_ind][end];
177 $calls[$h_ind][2] = $this->sections[$last_ind][end];
181 $calls[$o_ind][2] = $this->sections[$last_ind][end];
185 $calls[$c_ind][2] = $this->sections[$last_ind][end];
191 $calls =& $event->data->calls;
196 $size = count($calls);
198 if ($calls[$i][0]=='section_edit') {
199 $edits[] =& $calls[$i];