Home
last modified time | relevance | path

Searched refs:Value (Results 151 – 175 of 254) sorted by path

1234567891011

/plugin/html2pdf/html2pdf/html2ps/
H A Dcss.pseudo.cellspacing.inc.php10 return Value::fromData(1, UNIT_PX);
14 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.state.class.php117 $value =& Value::fromData(1, UNIT_EM);
H A Dcss.word-spacing.inc.php10 $this->_default_value = Value::fromString("0");
28 return Value::fromString($value);
H A Dhtml.attrs.inc.php454 $border->left->width = Value::fromData($width, UNIT_PX);
455 $border->right->width = Value::fromData($width, 'px');
456 $border->top->width = Value::fromData($width, 'px');
457 $border->bottom->width = Value::fromData($width, 'px');
518 $border->left->width = Value::fromData($width, UNIT_PX);
519 $border->right->width = Value::fromData($width, UNIT_PX);
520 $border->top->width = Value::fromData($width, UNIT_PX);
521 $border->bottom->width = Value::fromData($width, UNIT_PX);
769 $handler->replace(Value::fromData((int)$root->get_attribute('cellspacing'), UNIT_PX),
778 $handler->replace(Value::fromData((int)$root->get_attribute('cellpadding'), UNIT_PX),
H A Dutils_units.php53 $unit = Value::unit_from_string($value);
H A Dvalue.border.edge.class.php18 $default_width =& Value::fromData(0, UNIT_PT);
H A Dvalue.font.class.php42 $this->size = Value::fromData(1, UNIT_EM);
H A Dvalue.generic.length.php5 class Value extends CSSValue { class
19 $value =& new Value;
30 function Value() { function in Value
37 $value =& new Value;
49 $value =& new Value;
H A Dvalue.generic.percentage.php36 $class_object->init(Value::fromString($value), VALUE_NORMAL);
H A Dvalue.margin.class.php51 $value->_units = Value::fromString($data);
H A Dvalue.padding.class.php47 $value->_units = Value::fromString($data);
H A Dwidth.constraint.php13 $this->_min_width = Value::fromData(0, UNIT_PT);
/plugin/icalevents/vendor/sabre/vobject/resources/schema/
H A Dxcal.rng185 # 3.3 Property Value Data Types
H A Dxcard.rng16 ### Section 4: Value types
/plugin/imageflow/
H A DREADME.md42 Selector|What is it?|Property / Default Value
/plugin/impressjs/tpl/dokuwiki/
H A Dimpress.css674 Value if this property is inherited, so to make everything else clickable
/plugin/jdraw/src/com/mxgraph/examples/swing/editor/
H A DEditorActions.java.bak1012 (Component) e.getSource(), "Value", message,
/plugin/jdraw/src/com/mxgraph/examples/swing/resources/
H A Deditor.properties177 value=Value
H A Deditor.properties.bak173 value=Value
H A Deditor_zh-CN.properties173 value=Value
/plugin/jplayer/vendor/james-heinrich/getid3/demos/
H A Ddemo.mp3header.php1064 function CreateDeepArray($ArrayPath, $Separator, $Value) { argument
1075 …y[substr($ArrayPath, 0, $pos)] = CreateDeepArray(substr($ArrayPath, $pos + 1), $Separator, $Value);
1077 $ReturnedArray["$ArrayPath"] = $Value;
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dgetid3.lib.php656 * @param mixed $Value
660 public static function CreateDeepArray($ArrayPath, $Separator, $Value) { argument
669 …tr($ArrayPath, 0, $pos)] = self::CreateDeepArray(substr($ArrayPath, $pos + 1), $Separator, $Value);
671 $ReturnedArray[$ArrayPath] = $Value;
/plugin/jukebox/id3/
H A Dgetid3.lib.php470 function CreateDeepArray($ArrayPath, $Separator, $Value) { argument
481 …rayPath, 0, $pos)] = getid3_lib::CreateDeepArray(substr($ArrayPath, $pos + 1), $Separator, $Value);
483 $ReturnedArray[$ArrayPath] = $Value;
/plugin/mdpage/vendor/cebe/markdown/tests/extra-data/
H A Dtables.md118 | Item | Value |

1234567891011