Searched refs:margin_top (Results 1 – 6 of 6) sorted by relevance
| /plugin/odt/ODT/ |
| D | page.php | 23 var $margin_top = 2; variable in pageFormat 33 * @param string $margin_top 39 …public static function formatToString ($format, $orientation, $margin_top=2, $margin_right=2, $mar… argument 40 $margins = $margin_top.'-'.$margin_right.'-'.$margin_bottom.'-'.$margin_left; 52 …$margins = $this->margin_top.'-'.$this->margin_right.'-'.$this->margin_bottom.'-'.$this->margin_le… 67 …public static function queryFormat (&$dest, $format, $orientation='portrait', $margin_top=2, $marg… argument 232 $dest ['margin-top'] = $margin_top; 244 …public function setFormat($format, $orientation='portrait', $margin_top=2, $margin_right=2, $margi… argument 248 …$this->queryFormat ($data, $format, $orientation, $margin_top, $margin_right, $margin_bottom, $mar… 255 $this->margin_top = $data ['margin-top']; [all …]
|
| D | ODTDocument.php | 1632 * @param numeric $margin_top Top-Margin in cm, default 2 1637 …public function setStartPageFormat ($format=NULL, $orientation=NULL, $margin_top=NULL, $margin_rig… argument 1641 ($format, $orientation, $margin_top, $margin_right, $margin_bottom, $margin_left); 1662 * @param numeric $margin_top Top-Margin in cm, default 2 1667 …public function setPageFormat ($format=NULL, $orientation=NULL, $margin_top=NULL, $margin_right=NU… argument 1677 if ( empty($margin_top) ) { 1678 $margin_top = $this->page->getMarginTop(); 1691 …$this->page->queryFormat ($data, $format, $orientation, $margin_top, $margin_right, $margin_bottom…
|
| /plugin/chordsheets/js/ |
| H A D | jtab.js | 539 Raphael.fn.margin_top = 36; 555 Raphael.fn.chord_height = Raphael.fn.margin_top + Raphael.fn.fret_height + Raphael.fn.margin_bottom; 581 …this.path(this.svg_params(this.current_offset, this.margin_top, 2, 0)).attr({ stroke: this.color, … 610 this.margin_top - 20, 614 …var chord_fretboard_path = this.path(this.svg_params(fret_left, this.margin_top, this.string_spaci… 619 …this.path(this.svg_params(fret_left, this.margin_top + (i * this.fret_spacing), this.string_spacin… 626 this.margin_top + ((i - 0.5) * this.fret_spacing), 631 …this.path(this.svg_params(fret_left + (i * this.string_spacing), this.margin_top, 0, this.fret_spa… 653 …this.margin_top + this.fret_spacing + dy, dx, -dy)).attr({ stroke: this.tab_text_color, "stroke-wi… 672 …this.path(this.svg_params(this.current_offset + this.margin_left, this.margin_top, 0, 0, this.fret… [all …]
|
| H A D | jtab.min.js | 1 …margin_top=36,Raphael.fn.margin_bottom=10,Raphael.fn.margin_left=16,Raphael.fn.margin_right=10,Rap…
|
| /plugin/wrap/ |
| D | helper.php | 671 $margin_top = $css_properties ['margin-top']; 682 $properties ['margin-top'] = $margin_top;
|
| /plugin/odt/renderer/ |
| D | page.php | 304 * @param numeric $margin_top Top-Margin in cm, default 2 310 …public function setPageFormat ($format=NULL, $orientation=NULL, $margin_top=NULL, $margin_right=NU… argument 311 …$this->document->setPageFormat ($format, $orientation, $margin_top, $margin_right, $margin_bottom,…
|