Home
last modified time | relevance | path

Searched refs:_defaultValue (Results 1 – 15 of 15) sorted by path

/plugin/dirtylittlehelper/mermaid/editor/
H A Dbundle.js1 …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…
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A Dbundle.js1 …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 Dbundle.js.map1_defaultValue) {\n let defaultValue = toUint8(_defaultValue);\n this._defaultValue =…
H A Deditor.worker.js.map1_defaultValue) {\n let defaultValue = toUint8(_defaultValue);\n this._defaultValue =…
H A Djson.worker.js.map1_defaultValue) {\n let defaultValue = toUint8(_defaultValue);\n this._defaultValue =…
/plugin/html2pdf/html2pdf/html2ps/
H A Dcss.border.color.inc.php7 var $_defaultValue; variable in CSSBorderColor
12 $this->_defaultValue = new BorderColor(new Color(array(0,0,0), true),
48 return $this->_defaultValue;
H A Dcss.border.inc.php37 var $_defaultValue; variable in CSSBorder
42 …$this->_defaultValue = BorderPDF::create(array('top' => array('width' => Value::fromString('2px…
57 return $this->_defaultValue;
H A Dcss.border.style.inc.php7 var $_defaultValue; variable in CSSBorderStyle
12 $this->_defaultValue = new BorderStyle(BS_NONE,
48 return $this->_defaultValue;
H A Dcss.border.width.inc.php7 var $_defaultValue; variable in CSSBorderWidth
12 $this->_defaultValue = new BorderWidth(Value::fromData(0, UNIT_PT),
48 return $this->_defaultValue;
H A Dcss.font-size.inc.php4 var $_defaultValue; variable in CSSFontSize
9 $this->_defaultValue = Value::fromData(BASE_FONT_SIZE_PT, UNIT_PT);
13 return $this->_defaultValue;
H A Dcss.font.inc.php37 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 Dcss.line-height.inc.php11 var $_defaultValue; variable in CSSLineHeight
16 $this->_defaultValue = new LineHeight_Relative(1.1);
20 return $this->_defaultValue;
H A Dcss.max-height.inc.php7 var $_defaultValue; variable in CSSMaxHeight
11 $this->_defaultValue = ValueMaxHeight::fromString("auto");
36 return $this->_defaultValue->copy();
H A Dcss.min-height.inc.php7 var $_defaultValue; variable in CSSMinHeight
11 $this->_defaultValue = ValueMinHeight::fromString("0px");
36 return $this->_defaultValue->copy();
H A Dcss.pseudo.table.border.inc.php7 var $_defaultValue; variable in CSSPseudoTableBorder
12 …$this->_defaultValue = BorderPDF::create(array('top' => array('width' => Value::fromString('2px…
27 return $this->_defaultValue->copy();