/plugin/odt/ODT/ |
H A D | page.php | 17 var $orientation = 'portrait'; variable in pageFormat 32 * @param string $orientation 43 return $format.'-'.$orientation.'-'.$margins; 55 return $this->format.'-'.$this->orientation.'-'.$margins; 65 * @param string $orientation 217 if ( $orientation != 'portrait' ) { 218 $orientation = 'landscape'; 226 $dest ['orientation'] = $orientation; 242 * @param string $orientation 252 $this->orientation = $data ['orientation']; [all …]
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Testing/ |
H A D | AndroidDevice.php | 37 public $orientation; variable in Google\\Service\\Testing\\AndroidDevice 84 public function setOrientation($orientation) argument 86 $this->orientation = $orientation; 93 return $this->orientation;
|
H A D | IosDevice.php | 37 public $orientation; variable in Google\\Service\\Testing\\IosDevice 84 public function setOrientation($orientation) argument 86 $this->orientation = $orientation; 93 return $this->orientation;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Document/ |
H A D | GoogleCloudDocumentaiV1DocumentPageLayout.php | 31 public $orientation; variable in Google\\Service\\Document\\GoogleCloudDocumentaiV1DocumentPageLayout 66 public function setOrientation($orientation) argument 68 $this->orientation = $orientation; 75 return $this->orientation;
|
H A D | GoogleCloudDocumentaiV1beta1DocumentPageLayout.php | 31 public $orientation; variable in Google\\Service\\Document\\GoogleCloudDocumentaiV1beta1DocumentPageLayout 66 public function setOrientation($orientation) argument 68 $this->orientation = $orientation; 75 return $this->orientation;
|
H A D | GoogleCloudDocumentaiV1beta2DocumentPageLayout.php | 31 public $orientation; variable in Google\\Service\\Document\\GoogleCloudDocumentaiV1beta2DocumentPageLayout 66 public function setOrientation($orientation) argument 68 $this->orientation = $orientation; 75 return $this->orientation;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dfareporting/ |
H A D | SiteVideoSettings.php | 37 public $orientation; variable in Google\\Service\\Dfareporting\\SiteVideoSettings 102 public function setOrientation($orientation) argument 104 $this->orientation = $orientation; 111 return $this->orientation;
|
H A D | VideoSettings.php | 41 public $orientation; variable in Google\\Service\\Dfareporting\\VideoSettings 120 public function setOrientation($orientation) argument 122 $this->orientation = $orientation; 129 return $this->orientation;
|
H A D | CreativeAsset.php | 132 public $orientation; variable in Google\\Service\\Dfareporting\\CreativeAsset 629 public function setOrientation($orientation) argument 631 $this->orientation = $orientation; 638 return $this->orientation;
|
/plugin/combo/vendor/php-webdriver/webdriver/lib/ |
H A D | WebDriverWindow.php | 158 * Get the current browser orientation. 168 * Set the browser orientation. The orientation should either 171 * @param string $orientation 175 public function setScreenOrientation($orientation) argument 177 $orientation = mb_strtoupper($orientation); 178 if (!in_array($orientation, ['PORTRAIT', 'LANDSCAPE'], true)) { 186 ['orientation' => $orientation] [all...] |
/plugin/dw2pdf/ |
H A D | DokuPDF.class.php | 23 * @param string $orientation 29 public function __construct($pagesize = 'A4', $orientation = 'portrait', $fontsize = 11, $docLang = 'en') argument 40 if ($orientation == 'landscape') {
|
/plugin/dw2pdf/vendor/setasign/fpdi/src/ |
H A D | FpdfTplTrait.php | 46 * @param string $orientation "L" for landscape, "P" for portrait. 49 public function setPageFormat($size, $orientation) argument 55 if (!\in_array($orientation, ['P', 'L'], true)) { 57 'Invalid page orientation "%s"! Only "P" and "L" are allowed!', 58 $orientation 64 if ($orientation != $this->CurOrientation 68 // New size or orientation 69 if ($orientation === 'P') { 79 $this->CurOrientation = $orientation; 123 $this->setPageFormat($newSize, $newSize['orientation']); 324 AddPage($orientation = '', $size = '', $rotation = 0) global() argument [all...] |
/plugin/jdraw/src/com/mxgraph/examples/swing/editor/ |
H A D | EditorRuler.java | 100 protected int orientation = ORIENTATION_HORIZONTAL; field in EditorRuler 170 public EditorRuler(mxGraphComponent graphComponent, int orientation) in EditorRuler() argument 172 this.orientation = orientation; in EditorRuler() 294 if (orientation == ORIENTATION_VERTICAL) in getPreferredSize() 411 if (orientation == ORIENTATION_VERTICAL) in repaint() 449 if (orientation == ORIENTATION_HORIZONTAL) in paintComponent() 490 if (orientation == ORIENTATION_HORIZONTAL) in paintComponent() 557 if (orientation == ORIENTATION_HORIZONTAL) in paintComponent()
|
/plugin/dw2pdf/syntax/ |
H A D | pagesetting.php | 8 * For marking changes in page orientation. 82 $orientation = strtolower(substr($data[0], 6, -2)); 83 $renderer->doc .= "<div class='dw2pdf-$orientation'></div>" . DOKU_LF;
|
/plugin/imagereference/syntax/ |
H A D | imgcaption.php | 6 * <imgcaption linkname <orientation> | Image caption> Image/Table</imgcaption> 197 $orientation = "\\centering"; 199 $orientation = "\\left"; 201 $orientation = "\\right"; 203 $renderer->doc .= "\\begin{".$floattype."}[!h]{".$orientation."}";
|
/plugin/pdfjs/pdfjs/web/locale/sr/ |
H A D | viewer.properties | 116 # "{{width}}", "{{height}}", {{unit}}, and {{orientation}} will be replaced by 117 # the size, respectively their unit of measurement and orientation, of the (current) page. 118 document_properties_page_size_dimension_string={{width}} × {{height}} {{unit}} ({{orientation}}) 120 # "{{width}}", "{{height}}", {{unit}}, {{name}}, and {{orientation}} will be replaced by 121 # the size, respectively their unit of measurement, name, and orientation, of the (current) page. 122 …perties_page_size_dimension_name_string={{width}} × {{height}} {{unit}} ({{name}}, {{orientation}})
|
/plugin/pdfjs/pdfjs/web/locale/ta/ |
H A D | viewer.properties | 102 # "{{width}}", "{{height}}", {{unit}}, and {{orientation}} will be replaced by 103 # the size, respectively their unit of measurement and orientation, of the (current) page. 104 document_properties_page_size_dimension_string={{width}} × {{height}} {{unit}} ({{orientation}}) 106 # "{{width}}", "{{height}}", {{unit}}, {{name}}, and {{orientation}} will be replaced by 107 # the size, respectively their unit of measurement, name, and orientation, of the (current) page. 108 …perties_page_size_dimension_name_string={{width}} × {{height}} {{unit}} ({{name}}, {{orientation}})
|
/plugin/pdfjs/pdfjs/web/locale/hy-AM/ |
H A D | viewer.properties | 102 # "{{width}}", "{{height}}", {{unit}}, and {{orientation}} will be replaced by 103 # the size, respectively their unit of measurement and orientation, of the (current) page. 104 document_properties_page_size_dimension_string={{width}} × {{height}} {{unit}} ({{orientation}}) 106 # "{{width}}", "{{height}}", {{unit}}, {{name}}, and {{orientation}} will be replaced by 107 # the size, respectively their unit of measurement, name, and orientation, of the (current) page. 108 …perties_page_size_dimension_name_string={{width}} × {{height}} {{unit}} ({{name}}, {{orientation}})
|
/plugin/odt/ |
H A D | syntax.php | 160 $orientation = trim ($params [1]); 166 …$renderer->setPageFormat($format, $orientation, $params [2], $params [3], $params [4], $params [5]… 179 $orientation = trim ($info_value); 180 $renderer->setPageFormat(NULL,$orientation);
|
/plugin/siteexport/inc/ |
H A D | mpdf.php | 34 $orientation = $INPUT->str('orientation', $dw2pdf->getConf('orientation'), true); 40 if ($orientation == 'landscape') {
|
/plugin/pdfjs/pdfjs/web/locale/si/ |
H A D | viewer.properties | 97 # "{{width}}", "{{height}}", {{unit}}, and {{orientation}} will be replaced by 98 # the size, respectively their unit of measurement and orientation, of the (current) page. 99 document_properties_page_size_dimension_string={{width}} × {{height}} {{unit}} ({{orientation}}) 101 # "{{width}}", "{{height}}", {{unit}}, {{name}}, and {{orientation}} will be replaced by 102 # the size, respectively their unit of measurement, name, and orientation, of the (current) page. 103 …ment_properties_page_size_dimension_name_string={{width}}×{{height}}{{unit}}{{name}}{{orientation}}
|
/plugin/dw2pdf/vendor/mpdf/mpdf/src/ |
H A D | FpdiTrait.php | 49 protected function setPageFormat($format, $orientation) 52 $orientation = 'P'; 53 $this->_setPageSize([$format['width'], $format['height']], $orientation); 55 if ($orientation != $this->DefOrientation) { 64 $this->CurOrientation = $orientation; 281 * @return array|bool An array with following keys: width, height, 0 (=width), 1 (=height), orientation (L or P) 46 setPageFormat($format, $orientation) global() argument
|
/plugin/pdfjs/pdfjs/web/locale/ka/ |
H A D | viewer.properties | 116 # "{{width}}", "{{height}}", {{unit}}, and {{orientation}} will be replaced by 117 # the size, respectively their unit of measurement and orientation, of the (current) page. 118 document_properties_page_size_dimension_string={{width}} × {{height}} {{unit}} ({{orientation}}) 120 # "{{width}}", "{{height}}", {{unit}}, {{name}}, and {{orientation}} will be replaced by 121 # the size, respectively their unit of measurement, name, and orientation, of the (current) page. 122 …perties_page_size_dimension_name_string={{width}} × {{height}} {{unit}} ({{name}}, {{orientation}})
|
/plugin/pdfjs/pdfjs/web/locale/kk/ |
H A D | viewer.properties | 116 # "{{width}}", "{{height}}", {{unit}}, and {{orientation}} will be replaced by 117 # the size, respectively their unit of measurement and orientation, of the (current) page. 118 document_properties_page_size_dimension_string={{width}} × {{height}} {{unit}} ({{orientation}}) 120 # "{{width}}", "{{height}}", {{unit}}, {{name}}, and {{orientation}} will be replaced by 121 # the size, respectively their unit of measurement, name, and orientation, of the (current) page. 122 …perties_page_size_dimension_name_string={{width}} × {{height}} {{unit}} ({{name}}, {{orientation}})
|
/plugin/pdfjs/pdfjs/web/locale/bn-IN/ |
H A D | viewer.properties | 116 # "{{width}}", "{{height}}", {{unit}}, and {{orientation}} will be replaced by 117 # the size, respectively their unit of measurement and orientation, of the (current) page. 118 document_properties_page_size_dimension_string={{width}} × {{height}} {{unit}} ({{orientation}}) 120 # "{{width}}", "{{height}}", {{unit}}, {{name}}, and {{orientation}} will be replaced by 121 # the size, respectively their unit of measurement, name, and orientation, of the (current) page. 122 …perties_page_size_dimension_name_string={{width}} × {{height}} {{unit}} ({{name}}, {{orientation}})
|