Home
last modified time | relevance | path

Searched refs:getProperty (Results 1 – 25 of 150) sorted by relevance

123456

/plugin/jcapture/src/com/hammurapi/jcapture/
DCaptureConfig.java281 …Float.parseFloat(properties.getProperty(AUDIO_FORMAT_SAMPLE_RATE_PROPERTY, String.valueOf(audioFor… in load()
282 …Integer.parseInt(properties.getProperty(AUDIO_FORMAT_SAMPLE_SIZE_PROPERTY, String.valueOf(audioFor… in load()
283 …Integer.parseInt(properties.getProperty(AUDIO_FORMAT_CHANNELS_PROPERTY, String.valueOf(audioFormat… in load()
287 …border=Boolean.parseBoolean(properties.getProperty(BORDER_PROPERTY, String.valueOf(border))); … in load()
288 …framesPerSecond=Float.parseFloat(properties.getProperty(FRAMES_PER_SECOND_PROPERTY, String.valueOf… in load()
289 … imageFormat=properties.getProperty(IMAGE_FORMAT_PROPERTY, String.valueOf(imageFormat)); in load()
290 …inactivityInterval=Double.parseDouble(properties.getProperty(INACTIVITY_INTERVAL_PROPERTY, String.… in load()
291 … loop=Boolean.parseBoolean(properties.getProperty(LOOP_PROPERTY, String.valueOf(loop))); in load()
292 mixerName=properties.getProperty(MIXER_NAME_PROPERTY, String.valueOf(mixerName)); in load()
293 … mouse=Boolean.parseBoolean(properties.getProperty(MOUSE_PROPERTY, String.valueOf(mouse))); in load()
[all …]
/plugin/gtime/gtlib/tsp/
DGTTimestamp.php52 * @see getProperty
59 * @see getProperty
66 * @see getProperty
76 * @see getProperty
85 * @see getProperty
95 * @see getProperty
102 * @see getProperty
110 * @see getProperty
122 * @see getProperty
134 * @see getProperty
[all …]
/plugin/odt/ODT/elements/
DODTElementTable.php322 if ($cell_style->getProperty('padding-left') != NULL
324 $cell_style->getProperty('padding-right') != NULL) {
325 $value = $cell_style->getProperty('padding-left');
328 $value = $cell_style->getProperty('padding-right');
331 } else if ($cell_style->getProperty('padding') != NULL) {
332 $value = $cell_style->getProperty('padding');
341 $width = $style_obj->getProperty('column-width');
366 $leftMargin = $tableStyle->getProperty('margin-left');
374 $rightMargin = $tableStyle->getProperty('margin-right');
382 $width = $tableStyle->getProperty('width');
[all …]
/plugin/gtime/action/
Dtimestamp.php333 {$mylang['pagesign']} {$timestamp->getProperty(GTTimestamp::REGISTERED_TIME)}
353 <td>{$timestamp->getProperty(GTTimestamp::REGISTERED_TIME)}</td>
358 <td>{$timestamp->getProperty(GTTimestamp::PUBLICATION)}</td>
363 <td>{$timestamp->getProperty(GTTimestamp::PUBLICATION_TIME)}</td>
368 <td>{$timestamp->getProperty(GTTimestamp::ISSUER_NAME)}</td>
373 <td>{$timestamp->getProperty(GTTimestamp::POLICY_ID)}</td>
383 <td>{$timestamp->getProperty(GTTimestamp::HASHED_MESSAGE)}</td>
/plugin/odt/ODT/
DODTExport.php162 …$first_master->getProperty('style-page-layout-name') != $params->document->getStyleName('first pag…
166 … $dest = $params->document->getStyle($first_master->getProperty('style-page-layout-name'));
169 $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'));
DODTParagraph.php71 … $styleDisplayName = 'First '.$styleBody->getProperty('style-display-name');
77 $bottom = $styleFirstTemplate->getProperty('margin-bottom');
79 … $styleObj->setProperty('margin-bottom', $styleBody->getProperty('margin-bottom'));
223 $style_name = $style_obj->getProperty('style-name');
DODTIndex.php185 $title_style = $style_obj->getProperty('style-name');
214 $p_styles [$count+1] = $style_obj->getProperty('style-name');
218 $properties ['style-parent'] = $style_obj->getProperty('style-name');
228 $p_styles_auto [$count+1] = $style_obj_auto->getProperty('style-name');
239 $stylesLNames [$count+1] = $style_obj->getProperty('style-name');
DODTTable.php63 … if ($style_obj->getProperty('width') == NULL && $style_obj->getProperty('rel-width')) {
417 $style_name = $style_obj->getProperty('style-name');
503 $style_name = $style_obj->getProperty('style-name');
556 $style_name = $style_obj->getProperty('style-name');
570 $style_name_paragraph = $style_obj->getProperty('style-name');
DODTList.php254 … $style_display_name = 'Last '.$style_body->getProperty('style-display-name');
261 $top = $style_last->getProperty('margin-top');
263 … $style_obj->setProperty('margin-top', $style_body->getProperty('margin-top'));
/plugin/dw2pdf/vendor/myclabs/deep-copy/src/DeepCopy/Reflection/
DReflectionHelper.php58 public static function getProperty($object, $name) function in DeepCopy\\Reflection\\ReflectionHelper
63 return $reflection->getProperty($name);
67 return self::getProperty($parentClass->getName(), $name);
/plugin/findologicxmlexport/vendor/myclabs/deep-copy/src/DeepCopy/Reflection/
DReflectionHelper.php58 public static function getProperty($object, $name) function in DeepCopy\\Reflection\\ReflectionHelper
63 return $reflection->getProperty($name);
67 return self::getProperty($parentClass->getName(), $name);
/plugin/odt/ODT/styles/
DODTParagraphStyle.php175 public function getProperty($property) { function in ODTParagraphStyle
182 return parent::getProperty($property);
188 return parent::getProperty($property);
407 $parent = $style_obj->getProperty('style-name');
474 $value = $source->getProperty($property);
482 $value = $source->getProperty($property);
491 $value = $source->getProperty($property);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Apigee/
DGoogleCloudApigeeV1Properties.php36 public function getProperty() function in Google\\Service\\Apigee\\GoogleCloudApigeeV1Properties
DGoogleCloudApigeeV1ReportProperty.php40 public function getProperty() function in Google\\Service\\Apigee\\GoogleCloudApigeeV1ReportProperty
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Datastore/
DProjection.php35 public function getProperty() function in Google\\Service\\Datastore\\Projection
DPropertyOrder.php53 public function getProperty() function in Google\\Service\\Datastore\\PropertyOrder
/plugin/dw2pdf/vendor/myclabs/deep-copy/src/DeepCopy/Filter/
DSetNullFilter.php19 $reflectionProperty = ReflectionHelper::getProperty($object, $property);
/plugin/findologicxmlexport/vendor/myclabs/deep-copy/src/DeepCopy/Filter/
DSetNullFilter.php19 $reflectionProperty = ReflectionHelper::getProperty($object, $property);
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/Constraint/
DClassHasStaticAttribute.php32 $attribute = $class->getProperty($this->attributeName);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/YouTube/
DPropertyValue.php41 public function getProperty() function in Google\\Service\\YouTube\\PropertyValue
/plugin/odt/renderer/
Dpage.php218 $fontFize = $default->getProperty('font-size');
1079 $properties ['color'] = $source_code_style->getProperty('color');
1144 $properties ['border'] = $source_code_style->getProperty('border');
1145 $properties ['border-top'] = $source_code_style->getProperty('border-top');
1146 $properties ['border-right'] = $source_code_style->getProperty('border-right');
1147 $properties ['border-bottom'] = $source_code_style->getProperty('border-bottom');
1148 $properties ['border-left'] = $source_code_style->getProperty('border-left');
1149 $properties ['padding'] = $source_code_style->getProperty('padding');
1150 $properties ['padding-top'] = $source_code_style->getProperty('padding-top');
1151 $properties ['padding-right'] = $source_code_style->getProperty('padding-right');
[all …]
/plugin/dw2pdf/vendor/myclabs/deep-copy/src/DeepCopy/Matcher/
DPropertyTypeMatcher.php37 $reflectionProperty = ReflectionHelper::getProperty($object, $property);
/plugin/dw2pdf/vendor/myclabs/deep-copy/src/DeepCopy/Filter/Doctrine/
DDoctrineEmptyCollectionFilter.php23 $reflectionProperty = ReflectionHelper::getProperty($object, $property);
/plugin/findologicxmlexport/vendor/myclabs/deep-copy/src/DeepCopy/Filter/Doctrine/
DDoctrineEmptyCollectionFilter.php23 $reflectionProperty = ReflectionHelper::getProperty($object, $property);
/plugin/findologicxmlexport/vendor/myclabs/deep-copy/src/DeepCopy/Matcher/
DPropertyTypeMatcher.php37 $reflectionProperty = ReflectionHelper::getProperty($object, $property);

123456