/plugin/weiqi/ |
H A D | weiqi_parser.php | 164 $w1 = $grid_size; 182 … $wout .= '<td>'.$this->img('images/blank',' ',$w1,$w1).'</td>';// blank for left coordinates 183 $wout .= '<td>'.$this->img('images/blank',' ',$w2,$w1).'</td>';// blank for left edge 189 $wout .= '<td>'.$this->img('images/blank',' ',$w2,$w1).'</td>';// blank for right edge 190 … $wout .= '<td>'.$this->img('images/blank',' ',$w1,$w1).'</td>';// blank for right coordinates 215 …$wout .= '<td>'.$this->img($w1.'/'.$this->weiqi_code($char, $x, $y, $width, $height), $char, $w1).… 225 $wout .= '<td colspan="'.$width.'">'.$this->img($goban.'_d', ' ', $w1*$width, $w2).'</td>'; 232 … $wout .= '<td>'.$this->img('images/blank',' ',$w1,$w1).'</td>';// blank for left coordinates 233 $wout .= '<td>'.$this->img('images/blank',' ',$w2,$w1).'</td>';// blank for left edge 239 $wout .= '<td>'.$this->img('images/blank',' ',$w2,$w1).'</td>';// blank for right edge [all …]
|
/plugin/galleryv1.5/inc/ |
H A D | magazinelayout.class.php | 493 $w1 = floor( 512 …$html .= "<div style=\"float: left;\">".$this->insertImage('w'.$w1,$this->images[$i1]['url'])."</d… 513 …$html .= "<div style=\"float: left;\">".$this->insertImage('w'.$w1,$this->images[$i2]['url'])."</d… 516 $html .= "<div style=\"float: left;\">".$this->insertImg('w'.$w1,$this->images[$i1])."</div>\n"; 517 …$html .= "<div style=\"float: left;\">".$this->insertImg('w'.$w1,$this->images[$i2])."</div>\n"; … 597 $w1 = floor( 618 …$html .= "<div style=\"float: left;\">".$this->insertImage('w'.$w1,$this->images[$i1]['url'])."</d… 620 …$html .= "<div style=\"float: left;\">".$this->insertImage('w'.$w1,$this->images[$i3]['url'])."</d… 623 $html .= "<div style=\"float: left;\">".$this->insertImg('w'.$w1,$this->images[$i1])."</div>\n"; 624 …$html .= "<div style=\"float: left;\">".$this->insertImg('w'.$w1,$this->images[$i2])."</div>\n"; … [all …]
|
/plugin/phosphor/ |
H A D | phblock.php | 58 list($w1, $w2) = explode('x', $item, 2); 63 $option['phwrapper_width'] = $w1;
|
/plugin/diagramsnet/lib/shapes/ios7/ |
H A D | mxIOS7Ui.js | 1395 var w1 = w - marginRight - x1 - margin; 1398 if (w1 >0 && h1 > 0) 1401 c.roundrect(x1, y1, w1, h1, rx, ry); 1558 var w1 = Math.min(Math.max(20, r), h); 1559 var x1 = w - w1 * 0.5; 1564 c.moveTo(x1 - w1 * 0.15, y1 - w1 * 0.225); 1565 c.lineTo(x1 + w1 * 0.25, y1); 1566 c.lineTo(x1 - w1 * 0.15, y1 + w1 * 0.225);
|
/plugin/diagramsnet/lib/shapes/ |
H A D | mxArchiMate3.js | 965 var w1 = Math.max(w - h * 0.5, w * 0.5); 969 c.moveTo(w1, 0); 970 c.arcTo(h * 0.5, h * 0.5, 0, 0, 1, w1, h); 982 var w1 = Math.max(w - h * 0.5, w * 0.5); 987 constr.push(new mxConnectionConstraint(new mxPoint(0, 0), false, null, w1, 0)); 988 constr.push(new mxConnectionConstraint(new mxPoint(0, 0), false, null, w1, h)); 991 constr.push(new mxConnectionConstraint(new mxPoint(0, 0), false, null, w1 + h * 0.355, h * 0.145)); 992 constr.push(new mxConnectionConstraint(new mxPoint(0, 0), false, null, w1 + h * 0.5, h * 0.5)); 993 constr.push(new mxConnectionConstraint(new mxPoint(0, 0), false, null, w1 + h * 0.355, h * 0.855)); 1198 var w1 = Math.max(w - h * 0.5, w * 0.5);
|
H A D | mxGmdl.js | 225 var w1 = w - marginRight - x1 - margin; 228 if (w1 >0 && h1 > 0) 231 c.rect(x1, y1, w1, h1);
|
/plugin/jplayer/vendor/happyworm/jplayer/lib/aurora/ |
H A D | aurora.js | 1240 var b1, b2, b3, b4, bom, c, end, littleEndian, nullEnd, pt, result, w1, w2; 1302 while (offset < end && (w1 = this.peekUInt16(offset, littleEndian)) !== nullEnd) { 1304 if (w1 < 0xd800 || w1 > 0xdfff) { 1305 result += String.fromCharCode(w1); 1307 if (w1 > 0xdbff) { 1314 result += String.fromCharCode(w1, w2); 1318 if (w1 === nullEnd) {
|
/plugin/sketchcanvas/script/ |
H A D | SketchCanvas.js | 132 ctx.rect(x1, y1, w1, h1);
896 ctx.rect(x1,y1, w1, h1);
902 for(var ix = Math.ceil(x1 / gridSize); ix < (x1 + w1) / gridSize; ix++){
1389 ctx.fillRect(x1,y1, w1, h1);
1392 ctx.fillRect(x1, y1, Math.min(w1, metaObj.size[0]), Math.min(h1, metaObj.size[1]));
2641 var x1 = 90, y1 = 50, w1 = 930, h1 = 580;
|
/plugin/diagramsnet/lib/shapes/mockup/ |
H A D | mxMockupContainers.js | 2035 var w1 = w - marginRight - x1 - margin; 2038 if (w1 >0 && h1 > 0) 2041 c.roundrect(x1, y1, w1, h1, 10, 10); 2107 var w1 = w - marginRight - x1 - margin; 2110 if (w1 >0 && h1 > 0) 2113 c.rect(x1, y1, w1, h1);
|
/plugin/diagramsnet/lib/js/diagramly/sidebar/ |
H A D | Sidebar-GCP2.js | 1519 Sidebar.prototype.addGCP2CardSet = function(label, icon, w1, w2, dt, fns) argument 1529 …var bg = new mxCell('', new mxGeometry(0, 0, w1, 60), 'strokeColor=#dddddd;shadow=1;strokeWidth=1;… 1572 Sidebar.prototype.addGCP2ProductCardSet = function(label, icon, scaleX, scaleY, w1, w2, dt, fns) argument 1582 …var bg = new mxCell('', new mxGeometry(0, 0, w1, 60), 'strokeColor=#dddddd;shadow=1;strokeWidth=1;…
|
/plugin/jmol2/jmol/ |
H A D | JmolApplet0.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/obrador/
javax/
... |
H A D | JmolAppletSigned0.jar | META-INF/MANIFEST.MF
META-INF/SELFSIGN.SF
META-INF/SELFSIGN ... |
H A D | JmolApplet.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/jmol/
org/ ... |
H A D | JmolAppletSigned.jar | META-INF/MANIFEST.MF
META-INF/SELFSIGN.SF
META-INF/SELFSIGN ... |
/plugin/photogallery/phpThumb/docs/ |
H A D | phpthumb.readme.txt | 443 [ex: &fltr[]=fram|<w1>|<w2>|<c1>|<c2>|<c3>] 444 where <w1> is the width of the main border, <w2> is
|
H A D | phpthumb.changelog.txt | 1047 [ex: &fltr[]=fram|<w1>|<w2>|<c1>|<c2>|<c3>] 1048 where <w1> is the width of the main border, <w2> is
|
/plugin/dokumicrobugtracker/js/ |
H A D | jquery.dataTables.js | 6572 var w1 = inner.offsetWidth; 6575 if ( w1 == w2 ) 6581 return (w1 - w2);
|
/plugin/pdfjs/pdfjs/build/ |
H A D | pdf.worker.js | 27189 function resizeRgbImage(src, dest, w1, h1, w2, h2, alpha01) { 27192 var xRatio = w1 / w2; 27197 var w1Scanline = w1 * COMPONENTS; 31867 var w1 = glyphWidth * textState.fontMatrix[0]; 31868 ty = w1 * textState.fontSize + charSpacing; 32530 if ((w1 & 0xF800) !== 0xD800) { 32531 str.push(w1); 32537 str.push(((w1 & 0x3ff) << 10) + (w2 & 0x3ff) + 0x10000); 54806 function resizeImageMask(src, bpc, w1, h1, w2, h2) { 54809 var xRatio = w1 / w2; [all …]
|
H A D | pdf.worker.js.map | 1 …w1","yRatio","newIndex","xScaled","w1Scanline","oldIndex","getRgb","rgb","getRgbItem","getRgbBuffe…
|
/plugin/xlsx2dw/packages/exceljs/ |
H A D | exceljs.js | 30543 var w1 = (c + lo | 0) + ((mid & 0x1fff) << 13) | 0; 30544 c = (hi + (mid >>> 13) | 0) + (w1 >>> 26) | 0; 30545 w1 &= 0x3ffffff; 31020 o[1] = w1; 34227 var w1 = (c + lo | 0) + ((mid & 0x1fff) << 13) | 0; 34228 c = (hi + (mid >>> 13) | 0) + (w1 >>> 26) | 0; 34229 w1 &= 0x3ffffff; 34704 o[1] = w1;
|
/plugin/dirtylittlehelper/script/ |
H A D | mermaid.min.js.map | 1 …w1","e0","e1","s0","s1","moving","lockX","lockY","metaKey","altKey","signX","signY","W","N","E","S…
|
/plugin/mermaid/ |
H A D | mermaid.min.js | 1323 `);const m=Oe().securityLevel;let b;m==="sandbox"&&(b=Mr("#i"+a));const E=Mr(m==="sandbox"?b.nodes()[0].contentDocument.body:"body");nv.init();const C=E.select("#"+a);RP.initGraphi global() function [all...] |
/plugin/farm/install/animaltemplate/conf/ |
H A D | wordblock.conf | 5281 https?:\/\/([^\/]*\.)?panty-ass-com-w1\.blogspot\.com 6640 https?:\/\/([^\/]*\.)?tenea-w1\.blogspot\.com
|
/plugin/edittable/lib/ |
H A D | handsontable.full.js | 1041 var w1 = inner.offsetWidth; 1044 if (w1 == w2) { 1050 return w1 - w2;
|
/plugin/dirtylittlehelper/mermaid/editor/docs/ |
H A D | editor.worker.js.map | 1 …w1 = 0xD800 + ((uPrime & 0b11111111110000000000) >>> 10);\n const w2 = 0xDC00 + ((uPrim…
|