/plugin/dw2pdf/vendor/mpdf/mpdf/src/Tag/ |
H A D | PageFooter.php | 39 $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['FON [all...] |
H A D | TextCircle.php | 35 $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 / Mpdf::SCALE); 98 if (isset($properties['COLOR'])) { 99 $objattr['color'] = $this->colorConverter->convert($properties['COLO [all...] |
H A D | Img.php | 32 $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['MARGI [all...] |
H A D | Hr.php | 15 $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['WIDT [all...] |
H A D | BarCode.php | 83 $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['MARGI [all...] |
H A D | TextArea.php | 63 $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 / Mpdf::SCALE); 71 if (isset($properties['COLOR'])) { 72 $objattr['color'] = $this->colorConverter->convert($properties['COLOR'], $this->mpdf->PDFAXwarnings); 77 if (isset($properties['TEXT-ALIGN'])) { 78 $objattr['text_align'] = $this->getAlign($properties['TEXT-ALIGN']); 82 if (isset($properties['OVERFLO [all...] |
H A D | Input.php | 67 $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 / Mpdf::SCALE); 77 if (isset($properties['COLOR'])) { 78 $objattr['color'] = $this->colorConverter->convert($properties['COLOR'], $this->mpdf->PDFAXwarnings); 85 } elseif (isset($properties['TEXT-ALIGN'])) { 86 $objattr['text_align'] = $this->getAlign($properties['TEXT-ALIGN']); 88 if (isset($properties['BORDE [all...] |
/plugin/pdfjs/pdfjs/web/locale/ |
H A D | locale.properties | 2 @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/ |
H A D | helper.php | 286 $properties = array (); 293 // Get CSS properties for ODT export. 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 ['displa [all...] |
/plugin/note/ |
H A D | syntax.php | 171 $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 ['widt [all...] |
/plugin/odt/ |
H A D | syntax.php | 311 $properties = array(); 315 if (empty($properties ['page'])) { 316 $properties ['anchor-type'] = 'page'; 318 if (empty($properties ['wrap'])) { 319 $properties ['wrap'] = 'run-through'; 342 if (empty($properties ['margin-top'])) { 343 $properties ['margin-top'] = '0cm'; 352 $properties ['margin-left'] = '0cm'; 355 $properties ['padding-top'] = '0cm'; 366 if (empty($properties ['border-top'])) { [all …]
|
/plugin/odt/ODT/styles/ |
H A D | ODTTextStyle.php | 248 $valign = $properties ['vertical-align']; 260 $lang = $properties ['lang']; 261 $country = $properties ['country']; 267 $properties ['lang'] = trim($lang); 269 if (!empty($properties ['country'])) { 271 $properties ['country-asian'] = $properties ['country']; 274 $properties ['country-complex'] = $properties ['country']; 328 $properties = array(); 329 $properties ['style-name'] = $name; 331 $properties ['font-size'] = $size; [all …]
|
H A D | ODTTableStyle.php | 178 if (empty($properties ['align'])) { 179 $properties ['align'] = 'center'; 181 if ($properties ['margin-left'] == '0') { 182 unset($properties ['margin-left']); 185 unset($properties ['margin-right']); 189 if (empty ($properties ['width'])) { 190 $properties ['width'] = '100%'; 194 if ( $properties ['width'] [strlen($properties ['width'])-1] == '%' ) { 195 $properties ['rel-width'] = $properties ['width']; 196 unset($properties ['width']); [all …]
|
H A D | ODTParagraphStyle.php | 349 $valign = $properties ['vertical-align']; 361 $lang = $properties ['lang']; 362 $country = $properties ['country']; 368 $properties ['lang'] = trim($lang); 370 if (!empty($properties ['country'])) { 372 $properties ['country-asian'] = $properties ['country']; 375 $properties ['country-complex'] = $properties ['country']; 414 $style_name = $properties ['style-name']; 450 $properties = array(); 451 $properties ['style-name'] = $style_name; [all …]
|
H A D | ODTStyle.php | 29 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/ |
H A D | cssborder.php | 151 if (!empty($properties ['border'])) { 174 unset ($properties ['border']); 191 unset ($properties ['border-left']); 208 unset ($properties ['border-right']); 225 unset ($properties ['border-top']); 283 if ($properties ['border-top'] == $properties ['border-right'] && 284 $properties ['border-top'] == $properties ['border-bottom'] && 285 $properties ['border-top'] == $properties ['border-left']) { 286 $properties ['border'] = $properties ['border-top']; 287 unset ($properties ['border-top']); [all …]
|
/plugin/odt/ODT/ |
H A D | ODTFrame.php | 76 $properties = array(); 159 $properties = array(); 239 $width = $properties ['width']; 271 if (!empty($properties ['x'])) { 272 $svgX = $properties ['x']; 274 if (!empty($properties ['left'])) { 275 $svgX = $properties ['left']; 277 if (!empty($properties ['y'])) { 278 $svgY = $properties ['y']; 280 if (!empty($properties ['top'])) { [all …]
|
H A D | ODTImport.php | 144 if (count($properties) == 0) { 237 if (count($properties) == 0) { 306 … if ( isset($properties ['list-style-image']) && $properties ['list-style-image'] != 'none') { 379 if (count($properties) == 0) { 447 … if (isset($properties ['list-style-image']) && $properties ['list-style-image'] != 'none') { 547 $properties ['border-model'] = $properties ['border-collapse']; 622 $properties = array(); 654 $properties = array(); 656 if (count($properties) == 0) { 743 $properties = array(); [all …]
|
H A D | ODTIndex.php | 177 $properties = array(); 179 $properties ['style-parent'] = 'Heading'; 180 $properties ['style-class'] = 'index'; 195 $properties = array(); 197 $properties ['style-parent'] = 'Index'; 198 $properties ['style-class'] = 'index'; 200 $properties ['style-type'] = 'right'; 204 $properties ['margin-right'] = '0cm'; 205 $properties ['text-indent'] = '0cm'; 219 $properties ['style-class'] = NULL; [all …]
|
H A D | ODTTable.php | 115 $properties = array(); 191 * @param array $properties 378 $properties = array(); 396 * @param array $properties 405 if ( $properties ['width'] [strlen($properties ['width'])-1] != '%' ) { 425 * @param array $properties 452 $properties = array(); 460 * @param null $properties 489 $properties = array(); 497 * @param array $properties [all …]
|
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/VersionControl/ |
H A D | SubversionPropertiesSniff.php | 40 protected $properties = array( variable in Generic_Sniffs_VersionControl_SubversionPropertiesSniff 80 if ($properties === null) { 85 $allProperties = ($properties + $this->properties); 87 if (isset($properties[$key]) === true 93 $properties[$key], 111 if ($properties[$key] !== null 112 && $properties[$key] !== $this->properties[$key] 117 $properties[$key], 140 $properties = array(); 188 $properties[$key] = $value; [all …]
|
/plugin/odt/helper/ |
H A D | stylefactory.php | 104 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); 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); 187 return ODTTableCellStyle::createTableCellStyle($properties, $disabled_props); 210 return ODTTableColumnStyle::createTableColumnStyle($properties, $disabled_props); 232 return ODTUnknownStyle::createMultiColumnFrameStyle($properties, $disabled_props); [all …]
|
/plugin/jcapture/src/com/hammurapi/jcapture/ |
H A D | CaptureConfig.java | 276 void load(Properties properties) { in load() argument 277 if (properties!=null) { in load() 279 if (properties.containsKey(AUDIO_FORMAT_CHANNELS_PROPERTY)) { in load() 300 mp3command=properties.getProperty(MP3_COMMAND_PROPERTY); in load() 337 Properties properties = new Properties(); in store() local 347 properties.setProperty(LOOP_PROPERTY, String.valueOf(loop)); in store() 350 properties.setProperty(PLAY_PROPERTY, String.valueOf(play)); in store() 355 properties.setProperty(TOOL_BAR_PROPERTY, String.valueOf(toolBar)); in store() 360 properties.setProperty(MP3_COMMAND_PROPERTY, mp3command); in store() 363 properties.setProperty(ENCODER_NAME_PROPERTY, encoder.toString()); in store() [all …]
|
/plugin/statdisplay/pchart/ |
H A D | ShadowProperties.php | 26 $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/statistics/inc/pchart/ |
H A D | ShadowProperties.php | 26 $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 [all...] |