Home
last modified time | relevance | path

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

/plugin/hcalendar/syntax/
H A Dhcal2.php36 var $is_inline = false; variable in syntax_plugin_hcalendar_hcal2
106 if (!$this->is_inline) {
172 $this->is_inline = $data['inline'] != 'off';
173 if (!$this->is_inline) {
182 if ($this->is_inline) { $tag_prefix = 'i';} else { $tag_prefix ='';}
186 $summary ,$location, $this->is_inline,
194 !$this->is_inline
/plugin/html2pdf/html2pdf/html2ps/
H A Dstrategy.width.min.nowrap.php31 if (is_inline($child)) {
H A Dstrategy.width.max.php38 if (is_inline($child) ||
H A Dstrategy.width.max.natural.php40 if (is_inline($child)) {
H A Dbox.container.php645 if (is_inline($this->_line[0])) {
876 if (is_inline($first)) {
1000 if (!is_inline($this)) {
H A Dbox.php530 function is_inline(&$box) { function
/plugin/scrape/
H A DHTMLPurifier.standalone.php