Home
last modified time | relevance | path

Searched refs:fromString (Results 26 – 50 of 71) sorted by path

123

/plugin/dirtylittlehelper/mermaid/editor/
H A Deditor.worker.js1 …e")}(),function(e){e.toString=function(e){return ot.keyCodeToStr(e)},e.fromString=function(e){retu…
/plugin/html2pdf/html2pdf/html2ps/
H A Dcss.border.inc.php42 …$this->_defaultValue = BorderPDF::create(array('top' => array('width' => Value::fromString('2px…
45 … 'right' => array('width' => Value::fromString('2px'),
48 … 'bottom' => array('width' => Value::fromString('2px'),
51 … 'left' => array('width' => Value::fromString('2px'),
H A Dcss.border.width.inc.php54 return Value::fromString('1px');
56 return Value::fromString('3px');
58 return Value::fromString('5px');
60 return Value::fromString($value);
H A Dcss.bottom.inc.php30 $this->_autoValue = ValueBottom::fromString('auto');
50 return ValueBottom::fromString($value);
H A Dcss.font-size.inc.php51 return Value::fromString($value);
H A Dcss.height.inc.php11 $this->_autoValue = ValueHeight::fromString('auto');
32 return ValueHeight::fromString($value);
H A Dcss.left.inc.php9 $this->_autoValue = ValueLeft::fromString('auto');
21 return ValueLeft::fromString($value);
H A Dcss.letter-spacing.inc.php10 $this->_default_value = Value::fromString("0");
28 return Value::fromString($value);
H A Dcss.max-height.inc.php11 $this->_defaultValue = ValueMaxHeight::fromString("auto");
41 return ValueMaxHeight::fromString('auto');
43 return ValueMaxHeight::fromString($value);
H A Dcss.min-height.inc.php11 $this->_defaultValue = ValueMinHeight::fromString("0px");
40 return ValueMinHeight::fromString($value);
H A Dcss.min-width.inc.php22 return Value::fromString($value);
H A Dcss.pseudo.cellpadding.inc.php14 return Value::fromString($value);
H A Dcss.pseudo.cellspacing.inc.php14 return Value::fromString($value);
H A Dcss.pseudo.table.border.inc.php12 …$this->_defaultValue = BorderPDF::create(array('top' => array('width' => Value::fromString('2px…
15 … 'right' => array('width' => Value::fromString('2px'),
18 … 'bottom' => array('width' => Value::fromString('2px'),
21 … 'left' => array('width' => Value::fromString('2px'),
H A Dcss.right.inc.php9 $this->_autoValue = ValueRight::fromString('auto');
21 return ValueRight::fromString($value);
H A Dcss.top.inc.php9 $this->_autoValue = ValueTop::fromString('auto');
29 return ValueTop::fromString($value);
H A Dcss.word-spacing.inc.php10 $this->_default_value = Value::fromString("0");
28 return Value::fromString($value);
H A Dstrategy.width.absolute.positioned.php84 $box->setCSSProperty(CSS_LEFT, ValueLeft::fromString('0'));
H A Dvalue.bottom.php6 function fromString($value) { function in ValueBottom
H A Dvalue.generic.length.php48 function &fromString($string_value) { function in Value
H A Dvalue.generic.percentage.php36 $class_object->init(Value::fromString($value), VALUE_NORMAL);
H A Dvalue.height.php6 function fromString($value) { function in ValueHeight
H A Dvalue.left.php6 function fromString($value) { function in ValueLeft
H A Dvalue.margin.class.php51 $value->_units = Value::fromString($data);
H A Dvalue.max-height.php6 function fromString($value) { function in ValueMaxHeight

123