Home
last modified time | relevance | path

Searched refs:create_from_text (Results 1 – 7 of 7) sorted by relevance

/plugin/html2pdf/html2pdf/html2ps/
H A Dbox.input.password.php21 $ibox = InlineBox::create_from_text(" ", WHITESPACE_PRE, $pipeline);
H A Dbox.note-call.class.php34 …$this->_note_call_box = InlineBox::create_from_text(CSSListStyleType::format_number(LST_DECIMAL, 9…
53 …$this->_note_marker_box = InlineBox::create_from_text(CSSListStyleType::format_number(LST_DECIMAL,…
H A Dbox.block.php56 function &create_from_text($content, &$pipeline) { function in BlockBox
59 $box->add_child(InlineBox::create_from_text($content,
H A Dbox.inline.control.php73 $ibox = InlineBox::create_from_text($text, WHITESPACE_PRE, $pipeline);
H A Dbox.php483 $box =& BlockBox::create_from_text($content, $pipeline);
487 $box =& InlineBox::create_from_text($content,
H A Dbox.inline.php97 $box = InlineBox::create_from_text($root->content,
136 function &create_from_text($text, $white_space, &$pipeline) { function in InlineBox
H A Dbox.page.margin.class.php106 $box =& InlineBox::create_from_text($content,