Home
last modified time | relevance | path

Searched refs:property (Results 1026 – 1050 of 1146) sorted by last modified time

1...<<414243444546

/plugin/authdrupal7/
H A DCOPYING216 patents or other property right claims or to contest validity of any
/plugin/html2pdf/html2pdf/html2ps/
H A Dbox.generic.php112 foreach ($property_list as $property) {
113 $value =& $state->get_property($property);
116 $value =& $state->getInheritedProperty($property);
125 $this->setCSSProperty($property, $value);
130 foreach ($property_list as $property) {
131 $value = $state->get_property($property);
137 $value = $state->getInheritedProperty($property);
145 $this->setCSSProperty($property, $value);
H A Dcss.rules.page.inc.php90 function setCSSProperty($property) { argument
91 $this->css->add_property($property);
165 function setCSSProperty($property) { argument
166 $this->css->add_property($property);
377 foreach ($properties as $property) {
378 $at_rule->setCSSProperty($property);
388 foreach ($properties as $property) {
389 $at_rule->setCSSProperty($property);
H A Dcss.state.class.php30 foreach ($property_list as $property) {
31 $this->set_property($property, $property_data->get_css_property($property));
76 foreach ($handlers as $property => $handler) {
89 foreach ($handlers as $property => $handler) {
H A DChangeLog413 treated as end of property definition.
507 * Fixed: partial support for 'direction' property
1267 calculated for 'background-position' property
1366 property values
1502 property ignored
1513 list-style CSS property is ignored
1552 ignored in 'border' property
1569 property applied to block content
1572 property not supported
1653 property is ignored
[all …]
H A DLICENSE392 patents or other property right claims or to contest validity of any
H A Dcss.inc.php45 $this->_handlersInheritableText[$property] =& $this->_handlers[$property];
58 $this->_handlersInheritable[$property] =& $this->_handlers[$property];
81 function getDefaultValue($property) { argument
83 $handler =& $css->_get_handler($property);
93 function &get_handler($property) { argument
95 $handler =& $css->_get_handler($property);
99 function &_get_handler($property) { argument
100 if (isset($this->_handlers[$property])) {
101 return $this->_handlers[$property];
126 $css->_handlers[$property] =& $handler;
[all …]
H A Dcss.parse.properties.php24 $property =& CSSPropertyDeclaration::create($code, $value, $pipeline);
25 if (!is_null($property)) {
26 $property_collection->add_property($property);
H A Dcss.property.collection.php18 foreach ($properties as $property) {
19 $key = $property->get_code();
20 $value = $property->get_value();
31 $property =& $this->_properties[$i];
42 function add_property($property) { argument
45 $code = $property->get_code();
51 !$property->is_important()) {
59 $this->_properties[] = $property;
105 return $property->get_value();
118 foreach ($properties as $property) {
[all …]
H A Dcss.rules.inc.php19 function add_property($property) { argument
20 $this->body->add_property($property);
/plugin/html2pdf/snorriheim/
H A DCOPYING216 patents or other property right claims or to contest validity of any
/plugin/html2pdf/html2pdf/html2ps/data/
H A DLineBreak.txt15 # Field 1: LineBreak property, consisting of one of the following values:
25 # - Characters ranges are specified as for other property files in
/plugin/mantis/lib/
H A Dchangelog230 - soap_server: add methodreturnisliteralxml property to allow service function to return XML as a s…
/plugin/pagemod/
H A DLICENSE216 patents or other property right claims or to contest validity of any
/plugin/authloginapi/
H A DLICENSE216 patents or other property right claims or to contest validity of any
/plugin/flexpaper/
H A DLICENSE216 patents or other property right claims or to contest validity of any
/plugin/authgoogle2fa/
H A DLICENSE216 patents or other property right claims or to contest validity of any
/plugin/dokumicrobugtracker/
H A DLICENSE.txt298 tangible personal property which is normally used for personal, family,
/plugin/authhiorgserver/
H A DLICENSE216 patents or other property right claims or to contest validity of any
/plugin/publistx/
H A DCOPYING216 patents or other property right claims or to contest validity of any
/plugin/runcommand/
H A DCOPYING216 patents or other property right claims or to contest validity of any
/plugin/behave/
H A Dbehave.js333 for (var property in source) {
334 if (source[property] && source[property].constructor &&
335 source[property].constructor === Object) {
336 destination[property] = destination[property] || {};
337 utils.deepExtend(destination[property], source[property]);
339 destination[property] = source[property];
/plugin/asana/
H A DLICENSE216 patents or other property right claims or to contest validity of any
/plugin/metaheaders/
H A DCOPYING219 patents or other property right claims or to contest validity of any
/plugin/sphinxsearch/
H A DCOPYING216 patents or other property right claims or to contest validity of any

1...<<414243444546