Home
last modified time | relevance | path

Searched refs:setProperty (Results 1 – 25 of 127) sorted by relevance

123456

/plugin/jcapture/src/com/hammurapi/jcapture/
H A DCaptureConfig.java343 properties.setProperty(BORDER_PROPERTY, String.valueOf(border)); in store()
345 properties.setProperty(IMAGE_FORMAT_PROPERTY, String.valueOf(imageFormat)); in store()
347 properties.setProperty(LOOP_PROPERTY, String.valueOf(loop)); in store()
348 properties.setProperty(MIXER_NAME_PROPERTY, String.valueOf(mixerName)); in store()
349 properties.setProperty(MOUSE_PROPERTY, String.valueOf(mouse)); in store()
350 properties.setProperty(PLAY_PROPERTY, String.valueOf(play)); in store()
353 properties.setProperty(SOUND_PROPERTY, String.valueOf(sound)); in store()
354 properties.setProperty(SPEED_SCALE_PROPERTY, String.valueOf(speedScale)); in store()
355 properties.setProperty(TOOL_BAR_PROPERTY, String.valueOf(toolBar)); in store()
360 properties.setProperty(MP3_COMMAND_PROPERTY, mp3command); in store()
[all …]
/plugin/jmol2/jmol/
H A DJmolAppletSigned0_ShapeSpecial.jarMETA-INF/MANIFEST.MF META-INF/SELFSIGN.SF META-INF/SELFSIGN ...
H A DJmolApplet0_ShapeSpecial.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/jmol/ org/ ...
/plugin/odt/ODT/
H A DODTExport.php169 $dest->setProperty('width', $source->getProperty('width'));
170 $dest->setProperty('height', $source->getProperty('height'));
171 $dest->setProperty('margin-top', $source->getProperty('margin-top'));
172 $dest->setProperty('margin-right', $source->getProperty('margin-right'));
173 $dest->setProperty('margin-bottom', $source->getProperty('margin-bottom'));
174 $dest->setProperty('margin-left', $source->getProperty('margin-left'));
H A DODTParagraph.php74 $styleObj->setProperty('style-name', $styleNameFirst);
75 $styleObj->setProperty('style-parent', $styleName);
76 $styleObj->setProperty('style-display-name', $styleDisplayName);
79 … $styleObj->setProperty('margin-bottom', $styleBody->getProperty('margin-bottom'));
H A DODTList.php258 $style_obj->setProperty('style-name', $style_name);
259 $style_obj->setProperty('style-parent', $last_p_style);
260 $style_obj->setProperty('style-display-name', $style_display_name);
263 … $style_obj->setProperty('margin-top', $style_body->getProperty('margin-top'));
H A DODTTable.php58 $style_obj->setProperty('style-name', $style_name);
62 $style_obj->setProperty('margin-left', ($indent).'cm');
64 $style_obj->setProperty('width', ($max-$indent).'cm');
66 $style_obj->setProperty('align', 'left');
600 $style_obj->setProperty('column-width', $width);
/plugin/combo/resources/snippet/js/
H A Dlozad-svg-injection.js11 el.style.setProperty('display', 'none', 'important');
35 svg.style.setProperty("display", displayValue, displayPriority);
H A Dmetadata.js22 .setProperty("id", pageId)
130 .setProperty("id", pageId)
143 viewerButton.style.setProperty("font-weight", "300");
H A Dquality.js27 .setProperty("id", pageId)
/plugin/odt/ODT/elements/
H A DODTElementTable.php429 $style_obj->setProperty('width', $width.'pt');
443 $style_obj->setProperty('rel-width', $rel_width.'%');
522 $column->setProperty('column-width', $width.'pt');
523 $column->setProperty('rel-column-width', NULL);
529 $column ['obj']->setProperty('column-width', $width.'pt');
530 $column ['obj']->setProperty('rel-column-width', NULL);
/plugin/odt/ODT/styles/
H A DODTParagraphStyle.php108 $this->setProperty($property, $value);
137 public function setProperty($property, $value) { function in ODTParagraphStyle
476 $dest -> setProperty($property, $value);
484 $dest -> setProperty($property, $value);
493 $dest -> setProperty($property, $value);
H A DODTTableColumnStyle.php45 $this->setProperty('style-family', $this->getFamily());
72 public function setProperty($property, $value) { function in ODTTableColumnStyle
H A DODTTableRowStyle.php64 $this->setProperty('style-family', $this->getFamily());
91 public function setProperty($property, $value) { function in ODTTableRowStyle
H A DODTTableStyle.php74 $this->setProperty('style-family', $this->getFamily());
101 public function setProperty($property, $value) { function in ODTTableStyle
H A DODTTableCellStyle.php89 $this->setProperty('style-family', $this->getFamily());
116 public function setProperty($property, $value) { function in ODTTableCellStyle
/plugin/combo/ComboStrap/
H A DTemplate.php53 public function setProperty($key, $value): Template function in ComboStrap\\Template
140 $this->setProperty($key, $val);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Datastore/
H A DProjection.php28 public function setProperty(PropertyReference $property) function in Google\\Service\\Datastore\\Projection
H A DPropertyOrder.php46 public function setProperty(PropertyReference $property) function in Google\\Service\\Datastore\\PropertyOrder
H A DPropertyFilter.php48 public function setProperty(PropertyReference $property) function in Google\\Service\\Datastore\\PropertyFilter
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Apigee/
H A DGoogleCloudApigeeV1Properties.php29 public function setProperty($property) function in Google\\Service\\Apigee\\GoogleCloudApigeeV1Properties
H A DGoogleCloudApigeeV1ReportProperty.php33 public function setProperty($property) function in Google\\Service\\Apigee\\GoogleCloudApigeeV1ReportProperty
/plugin/authgooglesheets/vendor/google/apiclient-services/src/YouTube/
H A DPropertyValue.php34 public function setProperty($property) function in Google\\Service\\YouTube\\PropertyValue
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudSearch/
H A DResultDisplayField.php64 public function setProperty(NamedProperty $property) function in Google\\Service\\CloudSearch\\ResultDisplayField
/plugin/authgooglesheets/vendor/google/apiclient-services/src/GoogleAnalyticsAdmin/
H A DGoogleAnalyticsAdminV1alphaPropertySummary.php70 public function setProperty($property) function in Google\\Service\\GoogleAnalyticsAdmin\\GoogleAnalyticsAdminV1alphaPropertySummary

123456