/plugin/html2pdf/html2pdf/html2ps/ |
H A D | css.font.inc.php | 37 var $_defaultValue; variable in CSSFont 42 $this->_defaultValue = null; 46 if (is_null($this->_defaultValue)) { 47 $this->_defaultValue = new ValueFont; 52 $this->_defaultValue->size = $default_size->copy(); 53 $this->_defaultValue->weight = CSSFontWeight::default_value(); 54 $this->_defaultValue->style = CSSFontStyle::default_value(); 55 $this->_defaultValue->family = CSSFontFamily::default_value(); 56 $this->_defaultValue->line_height = CSS::getDefaultValue(CSS_LINE_HEIGHT); 59 return $this->_defaultValue;
|
H A D | css.line-height.inc.php | 11 var $_defaultValue; variable in CSSLineHeight 16 $this->_defaultValue = new LineHeight_Relative(1.1); 20 return $this->_defaultValue;
|
H A D | css.min-height.inc.php | 7 var $_defaultValue; variable in CSSMinHeight 11 $this->_defaultValue = ValueMinHeight::fromString("0px"); 36 return $this->_defaultValue->copy();
|
H A D | css.max-height.inc.php | 7 var $_defaultValue; variable in CSSMaxHeight 11 $this->_defaultValue = ValueMaxHeight::fromString("auto"); 36 return $this->_defaultValue->copy();
|
H A D | css.pseudo.table.border.inc.php | 7 var $_defaultValue; variable in CSSPseudoTableBorder 12 …$this->_defaultValue = BorderPDF::create(array('top' => array('width' => Value::fromString('2px… 27 return $this->_defaultValue->copy();
|
H A D | css.font-size.inc.php | 4 var $_defaultValue; variable in CSSFontSize 9 $this->_defaultValue = Value::fromData(BASE_FONT_SIZE_PT, UNIT_PT); 13 return $this->_defaultValue;
|
H A D | css.border.color.inc.php | 7 var $_defaultValue; variable in CSSBorderColor 12 $this->_defaultValue = new BorderColor(new Color(array(0,0,0), true), 48 return $this->_defaultValue;
|
H A D | css.border.style.inc.php | 7 var $_defaultValue; variable in CSSBorderStyle 12 $this->_defaultValue = new BorderStyle(BS_NONE, 48 return $this->_defaultValue;
|
H A D | css.border.width.inc.php | 7 var $_defaultValue; variable in CSSBorderWidth 12 $this->_defaultValue = new BorderWidth(Value::fromData(0, UNIT_PT), 48 return $this->_defaultValue;
|
H A D | css.border.inc.php | 37 var $_defaultValue; variable in CSSBorder 42 …$this->_defaultValue = BorderPDF::create(array('top' => array('width' => Value::fromString('2px… 57 return $this->_defaultValue;
|
/plugin/dirtylittlehelper/mermaid/editor/docs/ |
H A D | editor.worker.js.map | 1 …_defaultValue) {\n let defaultValue = toUint8(_defaultValue);\n this._defaultValue =…
|
H A D | json.worker.js.map | 1 …_defaultValue) {\n let defaultValue = toUint8(_defaultValue);\n this._defaultValue =…
|
H A D | bundle.js | 1 …xtends h{constructor(e,t){super(e),this._defaultValue=t}bindTo(e){return e.createKey(this.key,this… 426 …_defaultValue=n,this.reset()}set(e){this._service.setContext(this._key,e)}reset(){void 0===this._d…
|
H A D | bundle.js.map | 1 …_defaultValue) {\n let defaultValue = toUint8(_defaultValue);\n this._defaultValue =…
|
/plugin/dirtylittlehelper/mermaid/editor/ |
H A D | bundle.js | 1 …xtends h{constructor(e,t){super(e),this._defaultValue=t}bindTo(e){return e.createKey(this.key,this… 426 …_defaultValue=n,this.reset()}set(e){this._service.setContext(this._key,e)}reset(){void 0===this._d…
|