/plugin/jcapture/src/com/hammurapi/jcapture/ |
H A D | CaptureConfig.java | 287 …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 D | Translucener.java | 10 String jVersion = System.getProperty("java.version"); in makeFrameTranslucent()
|
/plugin/gtime/gtlib/tsp/ |
H A D | GTTimestamp.php | 52 * @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 D | ODTElementTable.php | 322 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 D | timestamp.php | 333 {$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 D | ODTExport.php | 162 …$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 D | ODTParagraph.php | 71 … $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 D | ODTIndex.php | 185 $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 D | ODTTable.php | 63 … 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 D | ODTList.php | 254 … $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 D | ReflectionHelper.php | 58 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 D | ReflectionHelper.php | 58 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 D | ODTParagraphStyle.php | 175 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 D | Projection.php | 35 public function getProperty() function in Google\\Service\\Datastore\\Projection
|
H A D | PropertyOrder.php | 53 public function getProperty() function in Google\\Service\\Datastore\\PropertyOrder
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Apigee/ |
H A D | GoogleCloudApigeeV1Properties.php | 36 public function getProperty() function in Google\\Service\\Apigee\\GoogleCloudApigeeV1Properties
|
H A D | GoogleCloudApigeeV1ReportProperty.php | 40 public function getProperty() function in Google\\Service\\Apigee\\GoogleCloudApigeeV1ReportProperty
|
/plugin/findologicxmlexport/vendor/myclabs/deep-copy/src/DeepCopy/Filter/ |
H A D | SetNullFilter.php | 19 $reflectionProperty = ReflectionHelper::getProperty($object, $property);
|
/plugin/dw2pdf/vendor/myclabs/deep-copy/src/DeepCopy/Filter/ |
H A D | SetNullFilter.php | 19 $reflectionProperty = ReflectionHelper::getProperty($object, $property);
|
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/Constraint/ |
H A D | ClassHasStaticAttribute.php | 32 $attribute = $class->getProperty($this->attributeName);
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/YouTube/ |
H A D | PropertyValue.php | 41 public function getProperty() function in Google\\Service\\YouTube\\PropertyValue
|
/plugin/findologicxmlexport/vendor/myclabs/deep-copy/src/DeepCopy/Filter/Doctrine/ |
H A D | DoctrineEmptyCollectionFilter.php | 23 $reflectionProperty = ReflectionHelper::getProperty($object, $property);
|
/plugin/findologicxmlexport/vendor/myclabs/deep-copy/src/DeepCopy/Matcher/ |
H A D | PropertyTypeMatcher.php | 37 $reflectionProperty = ReflectionHelper::getProperty($object, $property);
|
/plugin/dw2pdf/vendor/myclabs/deep-copy/src/DeepCopy/Filter/Doctrine/ |
H A D | DoctrineEmptyCollectionFilter.php | 23 $reflectionProperty = ReflectionHelper::getProperty($object, $property);
|
/plugin/dw2pdf/vendor/myclabs/deep-copy/src/DeepCopy/Matcher/ |
H A D | PropertyTypeMatcher.php | 37 $reflectionProperty = ReflectionHelper::getProperty($object, $property);
|