Home
last modified time | relevance | path

Searched refs:w1 (Results 1 – 25 of 33) sorted by relevance

12

/plugin/weiqi/
Dweiqi_parser.php164 $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
187 … $wout .= '<td>'.$this->img($w1.'/c'.$row_letter, $row_letter).'</td>';// top coordinates
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
195 …if ($coords) $wout .= '<td>'.$this->img('images/blank',' ',$w1,$w2).'</td>';// blank for left coor…
197 …$wout .= '<td colspan="'.$width.'">'.$this->img($goban.'_u', ' ', $w1*$width, $w2).'</td>';// top …
199 …if ($coords) $wout .= '<td>'.$this->img('images/blank',' ',$w1,$w2).'</td>';// blank for right coo…
210 …if ($coords) $wout .= '<td>'.$this->img($w1.'/c'.$line_number, $line_number).'</td>';// left coord…
[all …]
/plugin/galleryv1.5/inc/
Dmagazinelayout.class.php493 $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…
619 …$html .= "<div style=\"float: left;\">".$this->insertImage('w'.$w1,$this->images[$i2]['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";
[all …]
/plugin/phosphor/
Dphblock.php58 list($w1, $w2) = explode('x', $item, 2);
63 $option['phwrapper_width'] = $w1;
/plugin/diagramsnet/lib/shapes/ios7/
DmxIOS7Ui.js1395 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/indexmenu/scripts/fancytree/modules/
Djquery.fancytree.ui-deps.js847 var w1, w2,
854 w1 = innerDiv.offsetWidth;
859 if ( w1 === w2 ) {
865 return ( cachedScrollbarWidth = w1 - w2 );
/plugin/diagramsnet/lib/shapes/
DmxArchiMate3.js965 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);
DmxGmdl.js225 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/
Daurora.js1240 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/
DSketchCanvas.js132 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/
DmxMockupContainers.js2035 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/mikioplugin/inc/stemmechanics/lesserphp/
H A Dlessc.inc.php1395 $w1 = (($w * $a == -1 ? $w : ($w + $a) / (1 + $w * $a)) + 1) / 2.0;
1396 $w2 = 1.0 - $w1;
1400 $w1 * $first[1] + $w2 * $second[1],
1401 $w1 * $first[2] + $w2 * $second[2],
1402 $w1 * $first[3] + $w2 * $second[3],
/plugin/diagramsnet/lib/js/diagramly/sidebar/
DSidebar-GCP2.js1519 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/
DJmolApplet0.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/obrador/ javax/ ...
DJmolAppletSigned0.jarMETA-INF/MANIFEST.MF META-INF/SELFSIGN.SF META-INF/SELFSIGN ...
DJmolApplet.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/jmol/ org/ ...
DJmolAppletSigned.jarMETA-INF/MANIFEST.MF META-INF/SELFSIGN.SF META-INF/SELFSIGN ...
/plugin/photogallery/phpThumb/docs/
Dphpthumb.readme.txt443 [ex: &fltr[]=fram|<w1>|<w2>|<c1>|<c2>|<c3>]
444 where <w1> is the width of the main border, <w2> is
Dphpthumb.changelog.txt1047 [ex: &fltr[]=fram|<w1>|<w2>|<c1>|<c2>|<c3>]
1048 where <w1> is the width of the main border, <w2> is
/plugin/dokumicrobugtracker/js/
Djquery.dataTables.js6572 var w1 = inner.offsetWidth;
6575 if ( w1 == w2 )
6581 return (w1 - w2);
/plugin/indexmenu/scripts/fancytree/
Djquery.fancytree-all-deps.js842 var w1, w2,
849 w1 = innerDiv.offsetWidth;
854 if ( w1 === w2 ) {
860 return ( cachedScrollbarWidth = w1 - w2 );
/plugin/pdfjs/pdfjs/build/
Dpdf.worker.js27189 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;
32528 var w1 = token.charCodeAt(k) << 8 | token.charCodeAt(k + 1);
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) {
[all …]
/plugin/sketchcanvas/bundle/
DSketchCanvas.js.map4w1, h1);\r\n\tctx.closePath();\r\n\tctx.stroke();\r\n\r\n\t// Background for the page text\r\n\tct…
6 …w", "mw0", "resizeCanvas", "datadir", "x0", "y0", "w0", "h0", "x1", "y1", "w1", "h1", "text", "wid…
/plugin/xlsx2dw/packages/exceljs/
Dexceljs.js30543 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/
Dmermaid.min.js.map1w1","e0","e1","s0","s1","moving","lockX","lockY","metaKey","altKey","signX","signY","W","N","E","S…
/plugin/farm/install/animaltemplate/conf/
Dwordblock.conf5281 https?:\/\/([^\/]*\.)?panty-ass-com-w1\.blogspot\.com
6640 https?:\/\/([^\/]*\.)?tenea-w1\.blogspot\.com

12