Home
last modified time | relevance | path

Searched refs:setSize (Results 51 – 75 of 152) sorted by path

1234567

/plugin/barcodes/lib/
H A DBarcodesWrapper.php80 $this->factory->setSize($this->attributes->size);
/plugin/barcodes/vendor/jucksearm/php-barcode/
H A DDatamatrix.php21 ->setSize($size)
37 ->setSize($size)
53 ->setSize($size)
H A DPDF417.php21 ->setSize($size)
37 ->setSize($size)
53 ->setSize($size)
H A DQRcode.php25 ->setSize($size)
45 ->setSize($size)
65 ->setSize($size)
/plugin/barcodes/vendor/jucksearm/php-barcode/lib/
H A DDatamatrixFactory.php89 public function setSize($value) function in jucksearm\\barcode\\lib\\DatamatrixFactory
H A DPDF417Factory.php89 public function setSize($value) function in jucksearm\\barcode\\lib\\PDF417Factory
H A DQRcodeFactory.php128 public function setSize($value) function in jucksearm\\barcode\\lib\\QRcodeFactory
/plugin/callflow/
H A Draphael.js3862 paperproto.setSize = function (width, height) {
3863 return R._engine.setSize.call(this, width, height);
6964 R._engine.setSize = function (width, height) {
7975 R._engine.setSize = function (width, height) {
H A Dscript.js489 paper.setSize(maxx+style.margin,y+(style.cols.height+20))//resize paper so it fits
/plugin/chordsheets/js/
H A Djtab.min.js1 …chord_width:t,this.debug&&this.debug_grid(w),this.current_offset+=w,this.setSize(this.current_offs…
H A Draphael.js1setSize=function(t,r){return e._engine.setSize.call(this,t,r)},i.setViewBox=function(t,r,i,n,a){re…
/plugin/ckgdoku/ckeditor/
H A DCHANGES.md86 …r.com/ticket/16753): Fixed: [`element.setSize`](http://docs.ckeditor.com/#!/api/CKEDITOR.dom.eleme…
H A Dckeditor.js120 CKEDITOR.dom.element.prototype.setSize=function(a,b,e){"number"==typeof b&&(!e||CKEDITOR.env.ie&&CK… method in CKEDITOR.dom.element
329 …n(a){return a.type==CKEDITOR.NODE_ELEMENT&&a.hasClass("cke_inner")}):d;k.setSize("width",a,!0);m&&…
/plugin/ckgdoku/ckeditor/plugins/wsc/dialogs/
H A Dwsc.js91 …+c._.currentTabId);"checkspell"==c._.name&&(a.bnr?e&&e.setSize("height",b.height-310):e&&e.setSize
H A Dwsc_ie.js11 …nt("general","content").getElement())&&c.getChild(2))&&c.setSize("height",a.height),c&&c.setSize("…
/plugin/ckgedit/ckeditor/
H A DCHANGES.md506 …t/16753): Fixed: [`element.setSize()`](https://ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR_dom…
H A Dckeditor.js134 CKEDITOR.dom.element.prototype.setSize=function(a,b,d){"number"==typeof b&&(!d||CKEDITOR.env.ie&&CK… method in CKEDITOR.dom.element
366 …n(a){return a.type==CKEDITOR.NODE_ELEMENT&&a.hasClass("cke_inner")}):h;k.setSize("width",a,!0);q&&…
H A Dckeditor.js.unc2933 CKEDITOR.dom.element.prototype.setSize = function(a, b, d) {
7503 k.setSize("width", a, !0);
/plugin/ckgedit/ckeditor/plugins/wsc/dialogs/
H A Dwsc.js89 …+d._.currentTabId);"checkspell"==d._.name&&(a.bnr?c&&c.setSize("height",b.height-310):c&&c.setSize
H A Dwsc_ie.js11 …nt("general","content").getElement())&&c.getChild(2))&&c.setSize("height",a.height),c&&c.setSize("…
/plugin/codemirror/dist/
H A Dscripts.min.js4 …dth=b.cachedTextHeight=b.cachedPaddingH=null;b.scrollbarsClipped=false;a.setSize()}var Gg={3:"Paus…
5 …0;if(a.from.line!=null){he(this,a)}else{je(this,a.from,a.to,a.margin)}}),setSize:Fe(function(a,b){…
8setSize(null,e.css("height"));a.getDoc().on("change",function(){var b=new Date;if(b.getTime()-dw_l…
H A Dscripts.min.js.map1setSize","keyNames","3","8","9","13","16","17","18","19","20","27","32","33","34","35","36","37","…
/plugin/combo/ComboStrap/
H A DFetcherScreenshot.php170 ->setSize($fullPageDimension);
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Dfa/
H A DDFA.php131 $this->s0->edges->setSize($precedence + 1);
/plugin/combo/vendor/php-webdriver/webdriver/lib/
H A DWebDriverWindow.php126 public function setSize(WebDriverDimension $size) function in Facebook\\WebDriver\\WebDriverWindow

1234567