Lines Matching refs:title
180 list($title, $this->list) = $data;
190 $cache = $this->prepareCache($title, $depends);
194 $this->generateODT($cache->cache, $title);
198 $this->sendODTFile($cache->cache, $title);
225 $title = $INPUT->str('book_title');
226 if(!$title) {
227 $title = p_get_first_heading($ID);
232 if(!$title = $INPUT->str('book_title')) {
280 if(!$title = $INPUT->str('book_title')) {
303 $title = $INPUT->str('pdfbook_title'); //DEPRECATED
304 $title = $INPUT->str('book_title', $title, true);
305 if(empty($title)) {
342 return array($title, $list);
368 * @param string $title
372 protected function prepareCache($title, &$depends) { argument
384 . $title;
429 * @param string $title
431 protected function generateODT($cachefile, $title) { argument
458 $odt->setTitle($title);
467 * @param string $title
469 protected function sendODTFile($cachefile, $title) { argument
475 $filename = rawurlencode(cleanID(strtr($title, ':/;"', ' ')));