Searched refs:is_inline (Results 1 – 7 of 7) sorted by relevance
| /plugin/hcalendar/syntax/ |
| D | hcal2.php | 36 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/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/Strategy/ |
| D | FixNesting.php | 60 $is_inline = $definition->info_parent_def->descendants_are_inline; 61 $context->register('IsInline', $is_inline); 112 list($node, $is_inline, $excludes, $ix) = array_pop($stack); 120 $stack[] = array($node, $is_inline, $excludes, $ix); 124 $is_inline || $def->descendants_are_inline,
|
| /plugin/html2pdf/html2pdf/html2ps/ |
| D | strategy.width.min.nowrap.php | 31 if (is_inline($child)) {
|
| D | strategy.width.max.php | 38 if (is_inline($child) ||
|
| D | strategy.width.max.natural.php | 40 if (is_inline($child)) {
|
| D | box.container.php | 645 if (is_inline($this->_line[0])) { 876 if (is_inline($first)) { 1000 if (!is_inline($this)) {
|
| D | box.php | 530 function is_inline(&$box) { function
|