Searched refs:entrytype (Results 1 – 5 of 5) sorted by relevance
180 $entrytype = strtolower(pathinfo($pathname, PATHINFO_EXTENSION));181 if (in_array($entrytype, array('css','js'))) {182 $tag = ($entrytype == 'css') ? 'link' : 'js';
25 only='year=200[456];entrytype=book'}
529 $entrytype='';565 $delegate->setEntryType($entrytype);566 $entrytype='';568 else $entrytype=$entrytype.$s;742 function setEntryType($entrytype) {} argument779 function setEntryType($entrytype) { argument780 print '<type>'.$entrytype.'</type>';914 function setEntryType($entrytype) { argument915 $this->currentEntry->setType($entrytype);