Lines Matching refs:calls
16 protected $calls = []; variable in dokuwiki\\plugin\\imagemapping\\ImageMapHandler
35 $this->calls[] = $call;
39 public function writeCalls($calls) argument
41 $this->calls = array_merge($this->calls, $calls);
47 $last_call = end($this->calls);
70 $last_call = end($this->calls);
71 $first_call = array_shift($this->calls);
76 if (!empty($this->calls)) {
79 $this->CallWriter->writeCall(['eol', [], $this->calls[0][2]]);
80 $this->CallWriter->writeCalls($this->calls);
147 for ($n = 0; $n < count($this->calls); $n++) {
148 $data =& $this->calls[$n][1];
149 $type = $this->calls[$n][0];