/plugin/odt/ |
H A D | syntax.php | 166 …$renderer->setPageFormat($format, $orientation, $params [2], $params [3], $params [4], $params [5]… 173 $renderer->setPageFormat($format); 180 $renderer->setPageFormat(NULL,$orientation); 187 $renderer->setPageFormat(NULL,NULL,$margin); 194 $renderer->setPageFormat(NULL,NULL,NULL,$margin); 201 $renderer->setPageFormat(NULL,NULL,NULL,NULL,$margin); 208 $renderer->setPageFormat(NULL,NULL,NULL,NULL,NULL,$margin);
|
/plugin/dw2pdf/vendor/setasign/fpdi/src/ |
H A D | FpdfTplTrait.php | 49 public function setPageFormat($size, $orientation) function 123 $this->setPageFormat($newSize, $newSize['orientation']);
|
H A D | FpdiTrait.php | 422 $this->setPageFormat($newSize, $newSize['orientation']);
|
/plugin/diagramsnet/lib/js/diagramly/ |
H A D | Settings.js | 199 setPageFormat: function(value) method in mxSettings
|
H A D | EditorUi.js | 10481 mxSettings.setPageFormat(this.editor.graph.pageFormat);
|
/plugin/dw2pdf/vendor/mpdf/mpdf/src/ |
H A D | FpdiTrait.php | 49 protected function setPageFormat($format, $orientation) 46 protected function setPageFormat($format, $orientation) global() function
|
/plugin/odt/renderer/ |
H A D | page.php | 310 …public function setPageFormat ($format=NULL, $orientation=NULL, $margin_top=NULL, $margin_right=NU… function in renderer_plugin_odt_page 311 …$this->document->setPageFormat ($format, $orientation, $margin_top, $margin_right, $margin_bottom,…
|
/plugin/jdraw/src/com/mxgraph/examples/swing/editor/ |
H A D | EditorActions.java | 428 graphComponent.setPageFormat(format); in actionPerformed()
|
H A D | EditorActions.java.bak | 428 graphComponent.setPageFormat(format);
|
/plugin/odt/ODT/ |
H A D | ODTDocument.php | 1667 …public function setPageFormat ($format=NULL, $orientation=NULL, $margin_top=NULL, $margin_right=NU… function in ODTDocument
|
/plugin/diagramsnet/lib/js/grapheditor/ |
H A D | EditorUi.js | 3595 this.ui.setPageFormat(this.previousFormat); 3666 EditorUi.prototype.setPageFormat = function(value, ignorePageVisible) method in EditorUi
|
/plugin/jdraw/lib/ |
H A D | jgraphx.jar | META-INF/MANIFEST.MF
META-INF/HAMMURAP.SF
META-INF/HAMMURAP ... |
/plugin/diagramsnet/lib/js/ |
H A D | viewer.min.js | 2244 …ormat.width!=c.width||this.previousFormat.height!=c.height)&&(this.ui.setPageFormat(this.previousF… 2247 EditorUi.prototype.setPageFormat=function(b,c){c=null!=c?c:"1"==urlParams.sketch;this.editor.graph.…
|
H A D | viewer-static.min.js | 2244 …ormat.width!=c.width||this.previousFormat.height!=c.height)&&(this.ui.setPageFormat(this.previousF… 2247 EditorUi.prototype.setPageFormat=function(b,c){c=null!=c?c:"1"==urlParams.sketch;this.editor.graph.…
|
H A D | app.min.js | 2278 …ormat.width!=b.width||this.previousFormat.height!=b.height)&&(this.ui.setPageFormat(this.previousF… 2281 EditorUi.prototype.setPageFormat=function(a,b){b=null!=b?b:"1"==urlParams.sketch;this.editor.graph.…
|