/plugin/html2pdf/html2pdf/html2ps/ |
H A D | value.margin.class.php | 36 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 D | value.padding.class.php | 32 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 D | value.background.php | 81 function is_default() { function in Background 84 $this->_image->is_default() && 86 $this->_position->is_default() && 87 $this->_attachment->is_default();
|
H A D | value.line-height.class.php | 12 function is_default() { function in LineHeight_Absolute 37 function is_default() { function in LineHeight_Relative
|
H A D | value.list-style.class.php | 28 function is_default() { function in ListStyleValue 30 $this->image->is_default() &&
|
H A D | css.property.handler.class.php | 73 function is_default($value) { function in CSSPropertyHandler 75 return $value->is_default();
|
H A D | list-style.image.php | 17 function is_default() { function in ListStyleImage
|
H A D | value.text-indent.class.php | 26 function is_default() { function in TextIndentValuePDF
|
H A D | box.table.cell.php | 127 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 D | background.position.php | 64 function is_default() { function in BackgroundPosition
|
H A D | background.image.php | 62 function is_default() { function in BackgroundImage
|
H A D | value.border.class.php | 116 function is_default() { function in BorderPDF
|
H A D | box.list-item.php | 53 if (!$list_style->image->is_default()) {
|
/plugin/odt/ODT/styles/ |
H A D | ODTStyleStyle.php | 46 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 D | settingswrapper.class.php | 96 …$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 D | admin.php | 156 …$class = $setting->is_default() ? ' class="default"' : ($setting->is_protected() ? ' class="protec…
|
/plugin/txtconf/ |
H A D | config0.class.php | 388 function is_default() { return !$this->is_protected() && is_null($this->_local); } function in setting0
|