Lines Matching refs:writeAttribute

120            $output->writeAttribute('name', 'getdatabase');
121 $output->writeAttribute('method', 'POST');
122 $output->writeAttribute('action', $this->controller->getTOCLink());
124 $output->writeAttribute('type', 'text');
125 $output->writeAttribute('name', 'setdatabase');
128 $output->writeAttribute('type', 'submit');
189 $output->writeAttribute('href', 'cover.css');
190 $output->writeAttribute('rel', 'stylesheet');
191 $output->writeAttribute('type', 'text/css');
198 $output->writeAttribute('href', 'index.html');
204 $output->writeAttribute('href', $this->mangleFile($name));
212 $output->writeAttribute('href', $this->mangleTestFile($testfile));
244 $output->writeAttribute('href', 'cover.css');
245 $output->writeAttribute('rel', 'stylesheet');
246 $output->writeAttribute('type', 'text/css');
263 $output->writeAttribute('href', 'index.html');
272 $output->writeAttribute('class', 'ln');
283 $output->writeAttribute('class', 'nc');
286 $output->writeAttribute('class', 'cv');
289 $output->writeAttribute('href', $this->getLineLink($source->name(), $num));
326 $output->writeAttribute('href', 'cover.css');
327 $output->writeAttribute('rel', 'stylesheet');
328 $output->writeAttribute('type', 'text/css');
343 $output->writeAttribute('class', 'bad');
345 $output->writeAttribute('class', 'ok');
347 $output->writeAttribute('class', 'good');
354 $output->writeAttribute('href', $this->controller->getTOCLink(true));
365 $output->writeAttribute('class', 'bad');
367 $output->writeAttribute('class', 'ok');
369 $output->writeAttribute('class', 'good');
374 $output->writeAttribute('href', $this->mangleFile($name, $istest));
396 $output->writeAttribute('href', 'cover.css');
397 $output->writeAttribute('rel', 'stylesheet');
398 $output->writeAttribute('type', 'text/css');
405 $output->writeAttribute('href', $this->controller->getTOClink());
413 $output->writeAttribute('href', $this->mangleTestFile($test));
436 $output->writeAttribute('href', 'cover.css');
437 $output->writeAttribute('rel', 'stylesheet');
438 $output->writeAttribute('type', 'text/css');
453 $output->writeAttribute('class', 'bad');
455 $output->writeAttribute('class', 'ok');
457 $output->writeAttribute('class', 'good');
462 $output->writeAttribute('href', $this->mangleFile($name, $reltest));