Home
last modified time | relevance | path

Searched refs:is_default (Results 1 – 17 of 17) sorted by path

/plugin/html2pdf/html2pdf/html2ps/
H A Dbackground.image.php62 function is_default() { function in BackgroundImage
H A Dbackground.position.php64 function is_default() { function in BackgroundPosition
H A Dbox.list-item.php53 if (!$list_style->image->is_default()) {
H A Dbox.table.cell.php127 if ($border_handler->is_default($box->get_css_property(CSS_BORDER))) {
138 if ($h_padding->is_default($padding)) {
167 if ($margin->is_default($margin_value)) {
H A Dcss.property.handler.class.php73 function is_default($value) { function in CSSPropertyHandler
75 return $value->is_default();
H A Dlist-style.image.php17 function is_default() { function in ListStyleImage
H A Dvalue.background.php81 function is_default() { function in Background
84 $this->_image->is_default() &&
86 $this->_position->is_default() &&
87 $this->_attachment->is_default();
H A Dvalue.border.class.php116 function is_default() { function in BorderPDF
H A Dvalue.line-height.class.php12 function is_default() { function in LineHeight_Absolute
37 function is_default() { function in LineHeight_Relative
H A Dvalue.list-style.class.php28 function is_default() { function in ListStyleValue
30 $this->image->is_default() &&
H A Dvalue.margin.class.php36 function is_default() { function in MarginSideValue
112 function is_default() { function in MarginValue
114 $this->left->is_default() &&
115 $this->right->is_default() &&
116 $this->top->is_default() &&
117 $this->bottom->is_default();
H A Dvalue.padding.class.php32 function is_default() { function in PaddingSideValue
98 function is_default() { function in PaddingValue
100 $this->left->is_default() &&
101 $this->right->is_default() &&
102 $this->top->is_default() &&
103 $this->bottom->is_default();
H A Dvalue.text-indent.class.php26 function is_default() { function in TextIndentValuePDF
/plugin/odt/ODT/styles/
H A DODTStyleStyle.php46 protected $is_default = false; variable in ODTStyleStyle
81 public function setDefault($is_default) { argument
82 $this->is_default = $is_default;
91 return $this->is_default;
/plugin/settingstree/settings/
H A Dsettingswrapper.class.php96 …$cssclass = $this->_setting->is_default() ? ' class="default"' : ($this->_setting->is_protected() …
143 …$cssclass = $this->_setting->is_default() ? ' class="default"' : ($this->_setting->is_protected() …
/plugin/subconfhelper/
H A Dadmin.php156 …$class = $setting->is_default() ? ' class="default"' : ($setting->is_protected() ? ' class="protec…
/plugin/txtconf/
H A Dconfig0.class.php388 function is_default() { return !$this->is_protected() && is_null($this->_local); } function in setting0