Home
last modified time | relevance | path

Searched refs:trEnd (Results 1 – 2 of 2) sorted by relevance

/plugin/bibtex/OSBib/create/
DADMINSTYLE.php430 $pString .= TABLE::trEnd();
432 $pString .= TABLE::tdEnd() . TABLE::trEnd() . TABLE::trStart() . TABLE::tdStart();
474 $pString .= TABLE::trEnd();
477 $pString .= TABLE::tdEnd() . TABLE::trEnd() . TABLE::trStart() . TABLE::tdStart();
506 $pString .= TABLE::trEnd();
509 $pString .= TABLE::tdEnd() . TABLE::trEnd() . TABLE::trStart() . TABLE::tdStart();
554 $pString .= TABLE::trEnd();
557 $pString .= TABLE::tdEnd() . TABLE::trEnd() . TABLE::trStart() . TABLE::tdStart();
592 $pString .= TABLE::trEnd();
594 $pString .= TABLE::tdEnd() . TABLE::trEnd() . TABLE::trStart() . TABLE::tdStart();
[all …]
DTABLE.php56 function trEnd() function in TABLE