/webtrees/app/Contracts/ |
H A D | ImageFactoryInterface.php | 43 int $width, 58 int $width, 77 public function createWatermark(int $width, int $height, MediaFile $media_file): ImageInterface;
|
/webtrees/app/Report/ |
H A D | ReportBaseTextbox.php | 66 public float $width; variable in Fisharebest\\Webtrees\\Report\\ReportBaseTextbox 91 float $width,
|
H A D | ReportBaseCell.php | 99 public float $width; variable in Fisharebest\\Webtrees\\Report\\ReportBaseCell 122 float $width,
|
H A D | HtmlRenderer.php | 239 …public function createCell(float $width, float $height, string $border, string $align, string $bgc… 263 float $width, 641 public function textWrap(string $str, float $width): string 660 private function utf8WordWrap(string $string, int $width): string
|
H A D | ReportBaseImage.php | 34 public float $width; variable in Fisharebest\\Webtrees\\Report\\ReportBaseImage
|
H A D | PdfRenderer.php | 422 …public function createCell(float $width, float $height, string $border, string $align, string $bgc… 446 float $width,
|
H A D | AbstractRenderer.php | 200 float $width, 235 float $width,
|
/webtrees/app/Factories/ |
H A D | ImageFactory.php | 106 int $width, 172 int $width, 251 public function createWatermark(int $width, int $height, MediaFile $media_file): ImageInterface 322 …protected function resizeImage(ImageInterface $image, int $width, int $height, string $fit): Image…
|
/webtrees/resources/js/ |
H A D | statistics.js | 164 width: '100%', property 182 width: '100%' property 219 width: '100%', property 259 width: '100%', property 299 width: '100%' property
|
/webtrees/app/ |
H A D | MediaFile.php | 176 …public function displayImage(int $width, int $height, string $fit, array $image_attributes = []): … 233 public function imageUrl(int $width, int $height, string $fit): string
|
H A D | Media.php | 163 public function displayImage(int $width, int $height, string $fit, array $attributes): string
|
H A D | Individual.php | 342 public function displayImage(int $width, int $height, string $fit, array $attributes): string
|
/webtrees/public/ckeditor-4.15.1-custom/plugins/smiley/dialogs/ |
H A D | smiley.js | 5 …eateElement("img",{attributes:{src:b,"data-cke-saved-src":b,title:a,alt:a,width:c.$.width,height:c… property
|
/webtrees/public/ckeditor-4.15.1-custom/plugins/image/dialogs/ |
H A D | image.js | 22 {type:"hbox",children:[{id:"basic",type:"vbox",children:[{type:"hbox",requiredContent:"img{width,he… property 23 b){var c=this.getValue();1==a?(c&&d.activeFilter.check("img{width,height}")?b.setStyle("width",CKED… property 28 id:"txtBorder",requiredContent:"img{border-width}",width:"60px",label:d.lang.image.border,"default"… property 29 10);1==a||4==a?(isNaN(c)?!c&&this.isChanged()&&b.removeStyle("border"):(b.setStyle("border-width",C… property 31 …ype:"text",id:"txtVSpace",requiredContent:"img{margin-top,margin-bottom}",width:"60px",label:d.lan… property 43 …(c=b.$.style.cssText);this.setValue(c);var d=b.$.style.height,c=b.$.style.width,d=(d?d:"").match(l… property
|
/webtrees/public/ckeditor-4.15.1-custom/plugins/wsc/dialogs/ |
H A D | wsc.js | 16 …ion");d.setStyles({height:"auto",position:"absolute",right:"0",top:"-1px",width:"160px","white-spa… property 20 e.setAttribute("role","presentation");e.setStyles({width:"97%",padding:"5px","white-space":"normal"… property 39 …env.gecko||CKEDITOR.env.opera||CKEDITOR.env.ie&&CKEDITOR.env.quirks)),E=n.width-a.parts.contents.g… property 56 children:[{type:"hbox",id:"leftCol",align:"left",width:"50%",children:[{type:"vbox",id:"rightCol1",… property 58 …etValue(this.getValue())}}]}]}]},{type:"hbox",id:"rightCol",align:"right",width:"50%",children:[{t… property 63 align:"left",width:"70%",children:[{type:"vbox",id:"rightCol1",setup:function(){this.getChild()[0].… property 69 …ft:"-9999px"})},onHide:p,children:[{type:"hbox",id:"leftCol",align:"left",width:"70%",children:[{t… property 74 {type:"vbox",width:"120px",style:"margin-top:46px;",children:[{type:"html",id:"logotype",label:"Web… property 75 {type:"hbox",id:"BlockFinishChecking",style:"width:560px; margin: 0 auto;",widths:["70%","30%"],onS… property 76 width:"30%",children:[{type:"vbox",id:"rightCol_col__left",children:[{type:"button",id:"FinishCheck… property
|
/webtrees/public/ckeditor-4.15.1-custom/plugins/pastetools/filter/ |
H A D | common.js | 11 …eturn h.mapStyles(a,{vAlign:function(b){h.setStyle(a,"vertical-align",b)},width:function(b){h.setS… method 17 width:!0,height:!0,border:!0,"border-":!0},f=l.parseCssText(a.attributes.style),g;for(g in f)if(!(g… property
|
/webtrees/public/ckeditor-4.15.1-custom/plugins/link/dialogs/ |
H A D | link.js | 12 …rowser:"info:url",label:h.browseServer}]},{type:"vbox",id:"anchorOptions",width:260,align:"center"… property 19 …t.name=this.getValue().replace(/([^\x00-\x7F]|\s)/gi,"")}}]},{type:"vbox",width:"100%",align:"cent… property 23 …"advLangDir",requiredContent:"a[dir]",label:b.langDir,"default":"",style:"width:110px",items:[[h.n… property 24 …,{type:"text",label:b.langCode,id:"advLangCode",requiredContent:"a[lang]",width:"110px","default":… property
|
/webtrees/public/js/ |
H A D | webtrees.min.js | 1 …ator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor==… argument
|
/webtrees/app/Module/ |
H A D | FanChartModule.php | 260 …protected function chart(Individual $individual, int $style, int $width, int $generations): Respon…
|
/webtrees/public/ckeditor-4.15.1-custom/plugins/tabletools/dialogs/ |
H A D | tableCell.js | 5 …:"td{"+a+"}",type:"hbox",widths:["70%","30%"],children:[{type:"text",id:a,width:"100px",label:e[a]… property
|
/webtrees/public/ckeditor-4.15.1-custom/plugins/flash/dialogs/ |
H A D | flash.js | 8 …pe:1,name:"align"}],"class":[{type:1,name:"class"},{type:4,name:"class"}],width:[{type:1,name:"wid… property
|
/webtrees/public/ckeditor-4.15.1-custom/ |
H A D | ckeditor.js | 139 …EDITOR.env.version&&!CKEDITOR.env.quirks?!a.$.defaultView:!1:!0}});var k={width:["border-left-widt… property 224 …ents.css"),extraPlugins:"",removePlugins:"",protectedSource:[],tabIndex:0,width:"",baseFloatZIndex… property 620 …;h=Z(a);this._={editor:a,element:h.element,name:b,model:null,contentSize:{width:0,height:0},size:{… property 621 buttons:{},accessKeyMap:{},viewportRatio:{width:.5,height:.5},tabs:{},tabIdList:[],currentTabId:nul… property 628 {dialog:this,width:a,height:b},this._.editor);this.fire("resize",{width:a,height:b},this._.editor);… property 729 …k);k.setStyles({position:"absolute",top:d.getScrollPosition().y-h+10+"px",width:"1px",height:Math.… property 995 …popup",name:a[1]};f=D.exec(a[2]);)"yes"!=f[2]&&"1"!=f[2]||f[1]in{height:1,width:1,top:1,left:1}?is… property 1047 …b.getScrollPosition(),b=b.getViewPaneSize();v(a.view,{scroll:{x:d.x,y:d.y,width:a.doc.$.documentEl… property 1063 g={overflow:CKEDITOR.env.webkit?"":"hidden",width:0,height:0};b.getDocumentElement().setStyles(g);!… property 1091 …eight,q=CKEDITOR.tools.addFunction(function(d){l||(l=b.getResizable());c={width:l.$.offsetWidth||0… property [all …]
|
/webtrees/public/ckeditor-4.15.1-custom/lang/ |
H A D | tt.js | 5 …н сулга язылыш (RTL)","styles":"Стиль","cssClasses":"Стильләр класслары","width":"Киңлек","height"… property
|
H A D | bn.js | 5 …":"ডান থেকে বাম (RTL)","styles":"স্টাইল","cssClasses":"স্টাইল-শীট ক্লাস","width":"প্রস্থ","height"… property
|
H A D | el.js | 5 …προς Αριστερά (RTL)","styles":"Μορφή","cssClasses":"Κλάσεις Φύλλων Στυλ","width":"Πλάτος","height"… property
|