/plugin/epub/scripts/ |
H A D | css3.php | 301 foreach(array_keys($iwlinks) as $iw){ 302 $class = preg_replace('/[^_\-a-z0-9]+/i','_',$iw); 303 if(@file_exists(DOKU_INC.'lib/images/interwiki/'.$iw.'.png')){ 305 $css .= ' background-image: url('.DOKU_BASE.'lib/images/interwiki/'.$iw.'.png)'; 307 }elseif(@file_exists(DOKU_INC.'lib/images/interwiki/'.$iw.'.gif')){ 309 $css .= ' background-image: url('.DOKU_BASE.'lib/images/interwiki/'.$iw.'.gif)';
|
/plugin/ckgedit/scripts/ |
H A D | css6.php | 308 foreach(array_keys($iwlinks) as $iw){ 309 $class = preg_replace('/[^_\-a-z0-9]+/i','_',$iw); 310 if(@file_exists(DOKU_INC.'lib/images/interwiki/'.$iw.'.png')){ 312 $css .= ' background-image: url('.DOKU_BASE.'lib/images/interwiki/'.$iw.'.png)'; 314 }elseif(@file_exists(DOKU_INC.'lib/images/interwiki/'.$iw.'.gif')){ 316 $css .= ' background-image: url('.DOKU_BASE.'lib/images/interwiki/'.$iw.'.gif)';
|
/plugin/photogallery/ |
H A D | syntax.php | 658 $iw = $data['iw']; 663 $iw = ''; 703 $iw = $mw; 708 $iw = floor($mw * $ratio); 710 if ($iw > $vpw) 711 $iw = $vpw; 717 $iw = floor($mw * $ratio); 723 if ($iw * $ih > 12000000){ 730 $ipar['w'] = $iw; 742 $ipar['tok'] = media_get_token($ID,$iw,$ih);
|
/plugin/scrape/ |
H A D | syntax.php | 78 [$iw, $ref] = explode('>', $data['url'], 2); 79 $data['url'] = $R->_resolveInterWiki($iw, $ref);
|
/plugin/diagramsnet/lib/plugins/ |
H A D | cConf-1-4-8.js | 1068 var iw = w; 1078 if (iw > ih) 1080 ih = Math.round(ih * ew / iw); 1081 iw = ew; 1085 iw = Math.round(iw * eh / ih); 1098 elt.style.width = iw + 'px'; 1103 elt.style.paddingLeft = Math.floor((ew - iw) / 2) + 'px';
|
H A D | tags.js | 340 var iw = window.innerWidth || document.body.clientWidth || document.documentElement.clientWidth; 343 x = Math.max(0, Math.min(x, iw - this.table.clientWidth));
|
/plugin/diagramsnet/lib/js/diagramly/ |
H A D | Minimal.js | 14 var iw = 0; 18 iw = window.innerWidth || document.documentElement.clientWidth || document.body.clientWidth; 557 if (action.shortcut != null && iw < 900 && !mxClient.IS_IOS) 918 if (iw >= 1000 && this.sidebarWindow != null && urlParams['sketch'] != '1') 1467 if ((urlParams['sketch'] != '1' && iw >= 1000) || urlParams['clibs'] != null || 1506 if (urlParams['sketch'] == '1' || iw >= 1000) 2108 ui.statusContainer.style.maxWidth = Math.min(iw - 240, 280) + 'px'; 2541 var small = iw < 1000 || urlParams['sketch'] == '1'; 2568 if (iw >= 411) 2572 if (iw >= 520) [all …]
|
H A D | Init.js | 257 … var iw = window.innerWidth || document.documentElement.clientWidth || document.body.clientWidth; 259 if (iw <= 768)
|
H A D | Dialogs.js | 7451 var iw = window.innerWidth || document.body.clientWidth || document.documentElement.clientWidth; 7454 x = Math.max(0, Math.min(x, iw - this.table.clientWidth)); 7548 x = Math.max(0, Math.min(x, iw - this.table.clientWidth)); 7646 x = Math.max(0, Math.min(x, iw - this.table.clientWidth)); 8981 var iw = w; 8992 if (iw > ih) 8994 ih = Math.round(ih * ew / iw); 8995 iw = ew; 8999 iw = Math.round(iw * eh / ih); 9015 elt.style.width = iw + 'px'; [all …]
|
H A D | EditorUi.js | 15764 var iw = window.innerWidth || document.body.clientWidth || document.documentElement.clientWidth; 15767 x = Math.max(0, Math.min(x, iw - this.table.clientWidth));
|
/plugin/socialshareprivacy2/SSP/scripts/ |
H A D | jquery.socialshareprivacy.flattr.js | 23 …ue,da:true,nl:true,eo:true,et:true,fi:true,fr:true,es:true,de:true,el:true,iw:true,hi:true,hu:true… property in langs
|
/plugin/s5reloaded/ui/thesis/ |
H A D | slides.js | 2229 var iw = canvas_width*0.9; 2270 ctx.lineTo(pw+iw,ph+ih); 2275 var B2T = ctx.createLinearGradient(pw+iw+1,ph+ps,pw+iw+1,ph+ps+ps); 2280 ctx.moveTo(pw+iw,ph+ps); 2281 ctx.lineTo(pw+iw,ph+ps+ps); 2282 ctx.lineTo(pw+iw+ps,ph+ps); 2285 B2T = ctx.createLinearGradient(pw+iw,ph+ps+ps,pw+iw+ps,ph+ps+ps); 2290 ctx.moveTo(pw+iw,ph+ps+ps); 2291 ctx.lineTo(pw+iw,ph+ih); 2303 ctx.fillRect(pw,ph,iw,ih); [all …]
|
/plugin/diagramsnet/lib/js/diagramly/util/ |
H A D | mxJsCanvas.js | 543 var iw = image.width; 546 var s = Math.min(w / iw, h / ih); 547 var x0 = (w - iw * s) / 2; 552 w = iw * s;
|
/plugin/pdfjs/pdfjs/web/locale/hsb/ |
H A D | viewer.properties | 140 toggle_sidebar_notification.title=Bóčnicu přepinać (dokument wobsahuje wobrys/přiwěški) 144 attachments.title=Přiwěški pokazać 145 attachments_label=Přiwěški
|
/plugin/diagramsnet/lib/js/grapheditor/ |
H A D | Dialogs.js | 1925 var iw = window.innerWidth || document.body.clientWidth || document.documentElement.clientWidth; 1928 x = Math.max(0, Math.min(x, iw - this.table.clientWidth)); 2664 var iw = window.innerWidth || document.body.clientWidth || document.documentElement.clientWidth; 2667 x = Math.max(0, Math.min(x, iw - this.table.clientWidth));
|
/plugin/dw2pdf/vendor/mpdf/mpdf/src/ |
H A D | Form.php | 563 $iw = $w * 0.7; 565 $lx = $x + (($w - $iw) / 2); 567 $rx = $lx + $iw; 577 $this->mpdf->Rect($lx, $ty, $iw, $ih, 'DF');
|
H A D | Mpdf.php | 2427 $iw = $pb['orig_w'] / Mpdf::SCALE; 2449 $ih = $ih * $pb['bpa']['w'] / $iw; 2450 $iw = $pb['bpa']['w']; 2452 $iw = $iw * $pb['bpa']['h'] / $ih; 2458 $ih = $ih * $pb['bpa']['w'] / $iw; 2459 $iw = $pb['bpa']['w']; 2461 $iw = $iw * $ih / $pb['bpa']['h']; 2479 $iw [all...] |
/plugin/processing/ |
H A D | script.js | 10010 iw: 0, property in p.shared 10067 p.shared.v1 = (p.shared.srcYOffset >> PConstants.PRECISIONB) * p.shared.iw; 10068 …ared.v2 = Math.min((p.shared.srcYOffset >> PConstants.PRECISIONB) + 1, p.shared.ih1) * p.shared.iw; 10156 p.shared.iw = img.width;
|
/plugin/quickstats/GEOIP/vendor/composer/ca-bundle/res/ |
H A D | cacert.pem | 231 P/rmMuGNG2+k5o7Y+SlIis5z/iw=
|
/plugin/xtern/ca/ |
H A D | cacert.pem | 231 P/rmMuGNG2+k5o7Y+SlIis5z/iw=
|
/plugin/fblogin/lib/ |
H A D | fb_ca_chain_bundle.crt | 742 P/rmMuGNG2+k5o7Y+SlIis5z/iw=
|
/plugin/flowcharts/ |
H A D | mermaid.min.js | 1 …iw(t){this._context=t}function aw(t){var e,n,r=t.length-1,i=new Array(r),a=new Array(r),o=new Arra… class
|
/plugin/ol3/ |
H A D | script.js | 8 …iw(r=new Hy(u,l),n)}else o==bt.LINE_STRING?iw(r=new Zy(n),n):o==bt.POLYGON?iw(r=new Jy(n),n):o==bt… function
|
/plugin/dirtylittlehelper/script/ |
H A D | mermaid.min.js | 1 …iw(s,o))>uw)){r>-uw?(e=s.P,n=s):i>-uw?(e=s,n=s.N):e=n=s;break}if(!s.R){e=s;break}s=s.R}!function(t… function
|
/plugin/diagramsnet/lib/js/mermaid/ |
H A D | mermaid.min.js | 6 …iw(s,o))>uw)){r>-uw?(e=s.P,n=s):i>-uw?(e=s,n=s.N):e=n=s;break}if(!s.R){e=s;break}s=s.R}!function(t… function
|