Home
last modified time | relevance | path

Searched refs:properties (Results 1 – 25 of 905) sorted by relevance

12345678910>>...37

/plugin/dw2pdf/vendor/mpdf/mpdf/src/Tag/
DPageFooter.php39 $properties = $this->cssManager->readInlineCSS($attr['HEADER-STYLE']);
41 $properties = $this->cssManager->readInlineCSS($attr['FOOTER-STYLE']);
43 if (isset($properties['FONT-FAMILY'])) {
44 $p['L']['font-family'] = $properties['FONT-FAMILY'];
45 $p['C']['font-family'] = $properties['FONT-FAMILY'];
46 $p['R']['font-family'] = $properties['FONT-FAMILY'];
48 if (isset($properties['FONT-SIZE'])) {
49 $p['L']['font-size'] = $this->sizeConverter->convert($properties['FONT-SIZE']) * Mpdf::SCALE;
50 $p['C']['font-size'] = $this->sizeConverter->convert($properties['FONT-SIZE']) * Mpdf::SCALE;
51 $p['R']['font-size'] = $this->sizeConverter->convert($properties['FONT-SIZE']) * Mpdf::SCALE;
[all …]
DTextCircle.php35 $properties = $this->cssManager->MergeCSS('INLINE', 'TEXTCIRCLE', $attr);
37 if (isset($properties ['DISPLAY']) && strtolower($properties ['DISPLAY']) === 'none') {
71 if (isset($properties['VISIBILITY'])) {
72 $v = strtolower($properties['VISIBILITY']);
77 if (isset($properties['FONT-SIZE'])) {
78 if (strtolower($properties['FONT-SIZE']) === 'auto') {
85 …$mmsize = $this->sizeConverter->convert($properties['FONT-SIZE'], $this->mpdf->default_font_size /…
98 if (isset($properties['COLOR'])) {
99 …$objattr['color'] = $this->colorConverter->convert($properties['COLOR'], $this->mpdf->PDFAXwarning…
103 if (isset($properties['FONT-WEIGHT'])) {
[all …]
DImg.php32 $properties = $this->cssManager->MergeCSS('', 'IMG', $attr);
33 if (isset($properties ['DISPLAY']) && strtolower($properties ['DISPLAY']) === 'none') {
36 if (isset($properties['Z-INDEX']) && $this->mpdf->current_layer == 0) {
37 $v = (int) $properties['Z-INDEX'];
44 if (isset($properties['VISIBILITY'])) {
45 $v = strtolower($properties['VISIBILITY']);
52 if (isset($properties['MARGIN-TOP'])) {
54 $properties['MARGIN-TOP'],
60 if (isset($properties['MARGIN-BOTTOM'])) {
62 $properties['MARGIN-BOTTOM'],
[all …]
DHr.php15 $properties = $this->cssManager->readInlineCSS($attr['STYLE']);
16 if (isset($properties['CLEAR'])) {
17 $this->mpdf->ClearFloats(strtoupper($properties['CLEAR']), $this->mpdf->blklvl);
34 $properties = $this->cssManager->MergeCSS('', 'HR', $attr);
35 if (isset($properties['MARGIN-TOP'])) {
37 $properties['MARGIN-TOP'],
43 if (isset($properties['MARGIN-BOTTOM'])) {
45 $properties['MARGIN-BOTTOM'],
51 if (isset($properties['WIDTH'])) {
52 …$objattr['width'] = $this->sizeConverter->convert($properties['WIDTH'], $this->mpdf->blk[$this->mp…
[all …]
DBarCode.php83 $properties = $this->cssManager->MergeCSS('', 'BARCODE', $attr);
84 if (isset($properties ['DISPLAY']) && strtolower($properties ['DISPLAY']) === 'none') {
87 if (isset($properties['MARGIN-TOP'])) {
89 $properties['MARGIN-TOP'],
95 if (isset($properties['MARGIN-BOTTOM'])) {
97 $properties['MARGIN-BOTTOM'],
103 if (isset($properties['MARGIN-LEFT'])) {
105 $properties['MARGIN-LEFT'],
111 if (isset($properties['MARGIN-RIGHT'])) {
113 $properties['MARGIN-RIGHT'],
[all …]
DInput.php67 $properties = $this->cssManager->MergeCSS('', 'INPUT', $attr);
70 if (isset($properties['FONT-FAMILY'])) {
71 $this->mpdf->SetFont($properties['FONT-FAMILY'], $this->mpdf->FontStyle, 0, false);
73 if (isset($properties['FONT-SIZE'])) {
74 …$mmsize = $this->sizeConverter->convert($properties['FONT-SIZE'], $this->mpdf->default_font_size /…
77 if (isset($properties['COLOR'])) {
78 …$objattr['color'] = $this->colorConverter->convert($properties['COLOR'], $this->mpdf->PDFAXwarning…
85 } elseif (isset($properties['TEXT-ALIGN'])) {
86 $objattr['text_align'] = $this->getAlign($properties['TEXT-ALIGN']);
88 if (isset($properties['BORDER-TOP-COLOR'])) {
[all …]
DTextArea.php63 $properties = $this->cssManager->MergeCSS('', 'TEXTAREA', $attr);
64 if (isset($properties['FONT-FAMILY'])) {
65 $this->mpdf->SetFont($properties['FONT-FAMILY'], '', 0, false);
67 if (isset($properties['FONT-SIZE'])) {
68 …$mmsize = $this->sizeConverter->convert($properties['FONT-SIZE'], $this->mpdf->default_font_size /…
71 if (isset($properties['COLOR'])) {
72 …$objattr['color'] = $this->colorConverter->convert($properties['COLOR'], $this->mpdf->PDFAXwarning…
77 if (isset($properties['TEXT-ALIGN'])) {
78 $objattr['text_align'] = $this->getAlign($properties['TEXT-ALIGN']);
82 if (isset($properties['OVERFLOW']) && strtolower($properties['OVERFLOW']) === 'hidden') {
[all …]
/plugin/pdfjs/pdfjs/web/locale/
Dlocale.properties2 @import url(ach/viewer.properties)
5 @import url(af/viewer.properties)
8 @import url(ak/viewer.properties)
11 @import url(an/viewer.properties)
14 @import url(ar/viewer.properties)
17 @import url(as/viewer.properties)
20 @import url(ast/viewer.properties)
23 @import url(az/viewer.properties)
26 @import url(be/viewer.properties)
29 @import url(bg/viewer.properties)
[all …]
/plugin/wrap/
Dhelper.php286 $properties = array ();
294 $renderer->getODTProperties ($properties, 'div', $class, $style);
296 if ( empty($properties ['background-image']) === false ) {
297 $properties ['background-image'] =
298 $renderer->replaceURLPrefix ($properties ['background-image'], DOKU_INC);
301 if ( empty($properties ['float']) === true ) {
305 $properties ['float'] = 'left';
307 $properties ['float'] = 'center';
312 $properties ['display'] = 'always';
314 $properties ['display'] = 'screen';
[all …]
/plugin/note/
Dsyntax.php171 $properties = array();
172 $properties ['width'] = '100%';
173 $properties ['align'] = 'center';
174 $properties ['shadow'] = '#808080 0.18cm 0.18cm';
175 $renderer->_odtTableOpenUseProperties($properties);
177 $properties = array();
178 $properties ['width'] = '1.5cm';
179 $renderer->_odtTableAddColumnUseProperties($properties);
181 $properties = array();
182 $properties ['width'] = '13.5cm';
[all …]
/plugin/odt/
Dsyntax.php311 $properties = array();
313 … $renderer->getODTPropertiesNew ($properties, NULL, 'id="'.$odt_css_id.'" style="'.$odt_css.'"');
315 if (empty($properties ['page'])) {
316 $properties ['anchor-type'] = 'page';
318 if (empty($properties ['wrap'])) {
319 $properties ['wrap'] = 'run-through';
321 if (empty($properties ['number-wrapped-paragraphs'])) {
322 $properties ['number-wrapped-paragraphs'] = 'no-limit';
324 if (empty($properties ['vertical-pos'])) {
325 $properties ['vertical-pos'] = 'from-top';
[all …]
/plugin/odt/ODT/styles/
DODTTextStyle.php134 public function importProperties($properties, $disabled=array()) { argument
135 … $this->importPropertiesInternal(ODTStyleStyle::getStyleProperties (), $properties, $disabled);
136 $this->importPropertiesInternal(self::$text_fields, $properties, $disabled);
233 …public static function createTextStyle(array $properties, array $disabled_props = NULL, ODTDocumen… argument
235 if ( $properties ['text-decoration'] == 'line-through' ) {
236 $properties ['text-line-through-style'] = 'solid';
238 if ( $properties ['text-decoration'] == 'underline' ) {
239 $properties ['text-underline-style'] = 'solid';
241 if ( $properties ['text-decoration'] == 'overline' ) {
242 $properties ['text-overline-style'] = 'solid';
[all …]
DODTTableStyle.php71 public function importProperties($properties, $disabled=array()) { argument
72 … $this->importPropertiesInternal(ODTStyleStyle::getStyleProperties (), $properties, $disabled);
73 $this->importPropertiesInternal(self::$table_fields, $properties, $disabled);
170 * @param array $properties Properties for the table style
175 …public static function createTableTableStyle(array $properties, array $disabled_props = NULL, $max… argument
178 if (empty($properties ['align'])) {
179 $properties ['align'] = 'center';
181 if ($properties ['margin-left'] == '0') {
182 unset($properties ['margin-left']);
184 if ($properties ['margin-right'] == '0') {
[all …]
DODTParagraphStyle.php105 public function importProperties($properties, $disabled=array()) { argument
106 foreach ($properties as $property => $value) {
271 foreach ($this->properties as $property => $items) {
334 …public static function createParagraphStyle(array $properties, array $disabled_props = NULL, ODTDo… argument
336 if ( $properties ['text-decoration'] == 'line-through' ) {
337 $properties ['text-line-through-style'] = 'solid';
339 if ( $properties ['text-decoration'] == 'underline' ) {
340 $properties ['text-underline-style'] = 'solid';
342 if ( $properties ['text-decoration'] == 'overline' ) {
343 $properties ['text-overline-style'] = 'solid';
[all …]
DODTStyle.php29 protected $properties = array(); variable in ODTStyle
47 abstract public function importProperties($properties, $disabled); argument
78 …return (isset($this->properties [$property]['value']) ? $this->properties [$property]['value'] : N…
89 public function getPropertyInternal($property, $properties=NULL) { argument
90 if ( !isset($properties) ) {
91 return $this->properties [$property]['value'];
93 return $properties [$property]['value'];
104 return $this->properties [$property]['section'];
162 $this->properties [$property] = array ('odt_property' => $odt_property,
172 unset ($this->properties [$property]);
[all …]
/plugin/odt/ODT/css/
Dcssborder.php135 static public function normalize (array &$properties) { argument
151 if (!empty($properties ['border'])) {
155 self::getShorthandValues ($properties ['border'], $width, $style, $color);
174 unset ($properties ['border']);
177 if (!empty($properties ['border-left'])) {
181 self::getShorthandValues ($properties ['border-left'], $width, $style, $color);
191 unset ($properties ['border-left']);
194 if (!empty($properties ['border-right'])) {
198 self::getShorthandValues ($properties ['border-right'], $width, $style, $color);
208 unset ($properties ['border-right']);
[all …]
/plugin/odt/ODT/
DODTFrame.php76 $properties = array();
77 ODTUtility::openHTMLElement ($params, $properties, $element, $attributes);
80 self::openTextBoxUseProperties ($params, $properties);
94 * @param array $properties Properties to use for creating the text box
98 …public static function openTextBoxUseProperties (ODTInternalParams $params, $properties, $element=… argument
100 self::openFrameUseProperties ($params, $properties, $element, $attributes);
106 if ( !empty($properties ['border-radius']) )
107 $box_attrs .= 'draw:corner-radius="'.$properties ['border-radius'].'"';
135 * @param array $properties Properties to use
139 …blic static function openMultiColumnTextBoxUseProperties (ODTInternalParams $params, $properties) { argument
[all …]
DODTImport.php142 $properties = array();
143 $params->import->getPropertiesForElement($properties, $toMatch, $params->units);
144 if (count($properties) == 0) {
150 ODTUtility::adjustValuesForODT ($properties, $params->units);
156 $style->importProperties($properties);
158 $style->importProperties($properties, $disabled);
165 $style->importProperties($properties);
235 $properties = array();
236 $params->import->getPropertiesForElement($properties, $toMatch, $params->units);
237 if (count($properties) == 0) {
[all …]
DODTIndex.php177 $properties = array();
178 $doc->getCSSStylePropertiesForODT ($properties, $styleH);
179 $properties ['style-parent'] = 'Heading';
180 $properties ['style-class'] = 'index';
181 $properties ['style-name'] = 'Contents_20_Heading_'.$indexNo;
182 $properties ['style-display-name'] = 'Contents Heading '.$indexNo;
183 $style_obj = ODTParagraphStyle::createParagraphStyle($properties);
195 $properties = array();
196 $doc->getCSSStylePropertiesForODT ($properties, $stylesL [$count+1]);
197 $properties ['style-parent'] = 'Index';
[all …]
DODTTable.php115 $properties = array();
116 ODTUtility::openHTMLElement ($params, $properties, $element, $attributes);
191 * @param array $properties
227 $properties = array();
228 ODTUtility::openHTMLElement ($params, $properties, $element, $attributes);
271 $properties = array();
272 ODTUtility::openHTMLElement ($params, $properties, $element, $attributes);
329 $properties = array();
330 ODTUtility::openHTMLElement ($params, $properties, $element, $attributes);
378 $properties = array();
[all …]
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/VersionControl/
DSubversionPropertiesSniff.php40 protected $properties = array( variable in Generic_Sniffs_VersionControl_SubversionPropertiesSniff
79 $properties = $this->getProperties($path);
80 if ($properties === null) {
85 $allProperties = ($properties + $this->properties);
87 if (isset($properties[$key]) === true
88 && isset($this->properties[$key]) === false
93 $properties[$key],
99 if (isset($properties[$key]) === false
100 && isset($this->properties[$key]) === true
105 $this->properties[$key],
[all …]
/plugin/odt/helper/
Dstylefactory.php104 public static function createTextStyle(array $properties, array $disabled_props = NULL){ argument
105 return ODTTextStyle::createTextStyle($properties, $disabled_props);
125 public static function createParagraphStyle(array $properties, array $disabled_props = NULL){ argument
126 return ODTParagraphStyle::createParagraphStyle($properties, $disabled_props);
146 …public static function createTableTableStyle(array $properties, array $disabled_props = NULL, $max… argument
147 return ODTTableStyle::createTableTableStyle($properties, $disabled_props, $max_width_cm);
166 public static function createTableRowStyle(array $properties, array $disabled_props = NULL){ argument
167 return ODTTableRowStyle::createTableRowStyle($properties, $disabled_props);
186 public static function createTableCellStyle(array $properties, array $disabled_props = NULL){ argument
187 return ODTTableCellStyle::createTableCellStyle($properties, $disabled_props);
[all …]
/plugin/jcapture/src/com/hammurapi/jcapture/
DCaptureConfig.java276 void load(Properties properties) { in load() argument
277 if (properties!=null) { in load()
279 if (properties.containsKey(AUDIO_FORMAT_CHANNELS_PROPERTY)) { in load()
281 …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()
[all …]
/plugin/statistics/inc/pchart/
DShadowProperties.php26 $properties = new ShadowProperties;
28 $properties->active = false;
30 return $properties;
34 $properties = new ShadowProperties;
36 $properties->active = true;
37 $properties->xDistance = $xDistance;
38 $properties->yDistance = $yDistance;
39 $properties->color = $color;
40 $properties->alpha = $alpha;
41 $properties->blur = $blur;
[all …]
/plugin/statdisplay/pchart/
DShadowProperties.php26 $properties = new ShadowProperties;
28 $properties->active = false;
30 return $properties;
34 $properties = new ShadowProperties;
36 $properties->active = true;
37 $properties->xDistance = $xDistance;
38 $properties->yDistance = $yDistance;
39 $properties->color = $color;
40 $properties->alpha = $alpha;
41 $properties->blur = $blur;
[all …]

12345678910>>...37