Home
last modified time | relevance | path

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

123456

/plugin/jcapture/src/com/hammurapi/jcapture/
H A DCaptureConfig.java287 …border=Boolean.parseBoolean(properties.getProperty(BORDER_PROPERTY, String.valueOf(border))); … in load()
289 … imageFormat=properties.getProperty(IMAGE_FORMAT_PROPERTY, String.valueOf(imageFormat)); 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()
294 … play=Boolean.parseBoolean(properties.getProperty(PLAY_PROPERTY, String.valueOf(play))); in load()
297 … sound=Boolean.parseBoolean(properties.getProperty(SOUND_PROPERTY, String.valueOf(sound))); in load()
299 …toolBar=Boolean.parseBoolean(properties.getProperty(TOOL_BAR_PROPERTY, String.valueOf(toolBar))); … in load()
300 mp3command=properties.getProperty(MP3_COMMAND_PROPERTY); in load()
302 String encoderName = properties.getProperty(ENCODER_NAME_PROPERTY); in load()
[all …]
H A DTranslucener.java10 String jVersion = System.getProperty("java.version"); in makeFrameTranslucent()
/plugin/gtime/gtlib/tsp/
H A 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/
H A 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/
H A 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/
H A 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'));
H A 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');
H A 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');
H A 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');
H A 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/findologicxmlexport/vendor/myclabs/deep-copy/src/DeepCopy/Reflection/
H A 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/dw2pdf/vendor/myclabs/deep-copy/src/DeepCopy/Reflection/
H A 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/
H A 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/Datastore/
H A DProjection.php35 public function getProperty() function in Google\\Service\\Datastore\\Projection
H A DPropertyOrder.php53 public function getProperty() function in Google\\Service\\Datastore\\PropertyOrder
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Apigee/
H A DGoogleCloudApigeeV1Properties.php36 public function getProperty() function in Google\\Service\\Apigee\\GoogleCloudApigeeV1Properties
H A DGoogleCloudApigeeV1ReportProperty.php40 public function getProperty() function in Google\\Service\\Apigee\\GoogleCloudApigeeV1ReportProperty
/plugin/findologicxmlexport/vendor/myclabs/deep-copy/src/DeepCopy/Filter/
H A DSetNullFilter.php19 $reflectionProperty = ReflectionHelper::getProperty($object, $property);
/plugin/dw2pdf/vendor/myclabs/deep-copy/src/DeepCopy/Filter/
H A DSetNullFilter.php19 $reflectionProperty = ReflectionHelper::getProperty($object, $property);
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/Constraint/
H A DClassHasStaticAttribute.php32 $attribute = $class->getProperty($this->attributeName);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/YouTube/
H A DPropertyValue.php41 public function getProperty() function in Google\\Service\\YouTube\\PropertyValue
/plugin/findologicxmlexport/vendor/myclabs/deep-copy/src/DeepCopy/Filter/Doctrine/
H A DDoctrineEmptyCollectionFilter.php23 $reflectionProperty = ReflectionHelper::getProperty($object, $property);
/plugin/findologicxmlexport/vendor/myclabs/deep-copy/src/DeepCopy/Matcher/
H A DPropertyTypeMatcher.php37 $reflectionProperty = ReflectionHelper::getProperty($object, $property);
/plugin/dw2pdf/vendor/myclabs/deep-copy/src/DeepCopy/Filter/Doctrine/
H A DDoctrineEmptyCollectionFilter.php23 $reflectionProperty = ReflectionHelper::getProperty($object, $property);
/plugin/dw2pdf/vendor/myclabs/deep-copy/src/DeepCopy/Matcher/
H A DPropertyTypeMatcher.php37 $reflectionProperty = ReflectionHelper::getProperty($object, $property);

123456