Home
last modified time | relevance | path

Searched refs:note_call (Results 1 – 3 of 3) sorted by relevance

/plugin/html2pdf/html2pdf/html2ps/
H A Dfilter.pre.footnotes.class.php24 $note_call =& BoxNoteCall::create($tree->content[$i], $pipeline);
25 $tree->content[$i] =& $note_call;
27 $pipeline->_addFootnote($note_call);
H A Dbox.generic.php451 return isset($this->note_call);
H A Dpipeline.class.php418 function _addFootnote(&$note_call) { argument
419 $this->_footnotes[] =& $note_call;