Home
last modified time | relevance | path

Searched refs:entrytype (Results 1 – 5 of 5) sorted by relevance

/plugin/inlinejs/syntax/
Dpreloader.php180 $entrytype = strtolower(pathinfo($pathname, PATHINFO_EXTENSION));
181 if (in_array($entrytype, array('css','js'))) {
182 $tag = ($entrytype == 'css') ? 'link' : 'js';
/plugin/publistf/
DTODO25 only='year=200[456];entrytype=book'}
/plugin/publist/
DTODO25 only='year=200[456];entrytype=book'}
/plugin/publistx/
DTODO25 only='year=200[456];entrytype=book'}
/plugin/bb4dw/
Dbibtexbrowser.php529 $entrytype='';
565 $delegate->setEntryType($entrytype);
566 $entrytype='';
568 else $entrytype=$entrytype.$s;
742 function setEntryType($entrytype) {} argument
779 function setEntryType($entrytype) { argument
780 print '<type>'.$entrytype.'</type>';
914 function setEntryType($entrytype) { argument
915 $this->currentEntry->setType($entrytype);