Home
last modified time | relevance | path

Searched refs:w2 (Results 1 – 25 of 34) sorted by relevance

12

/plugin/diagramsnet/lib/js/diagramly/sidebar/
H A DSidebar-AWS4b.js9 var w2 = 60 * s;
110 w2, w2, 'Client', null, null, null, this.getTagsForStencil(gn, 'client', dt).join(' ')),
114 w2, w2, 'Disk', null, null, null, this.getTagsForStencil(gn, 'disk', dt).join(' ')),
116 w2, w2, 'Forums', null, null, null, this.getTagsForStencil(gn, 'forums', dt).join(' ')),
140 w2, w2, 'User', null, null, null, this.getTagsForStencil(gn, 'user', dt).join(' ')),
142 w2, w2, 'Users', null, null, null, this.getTagsForStencil(gn, 'users', dt).join(' ')),
313 w2, w2, 'Queue', null, null, null, this.getTagsForStencil(gn, 'queue', dt).join(' '))
394 w2, w2, 'AMI', null, null, null, this.getTagsForStencil(gn, 'ami', dt).join(' ')),
480 w2, w2, 'Item', null, null, null, this.getTagsForStencil(gn, 'item', dt).join(' ')),
496 w2, w2, 'PIOP', null, null, null, this.getTagsForStencil(gn, 'piop', dt).join(' ')),
[all …]
H A DSidebar-AWS4.js18 var w2 = s * 78;
264 w2, w2, '', 'EMR', null, null, this.getTagsForStencil(gn, 'emr', dt).join(' ')),
286 w2, w2, '', 'Glue', null, null, this.getTagsForStencil(gn, 'glue', dt).join(' ')),
344 w2, w2, '', 'MQ', null, null, this.getTagsForStencil(gn, 'mq', dt).join(' ')),
505 w2, w2, '', 'EC2', null, null, this.getTagsForStencil(gn, 'ec2', dt).join(' ')),
770 w2, w2, '', 'IQ', null, null, this.getTagsForStencil(gn, 'iq', dt).join(' ')),
825 w2, w2, '', 'RDS', null, null, this.getTagsForStencil(gn, 'rds', dt).join(' ')),
1025 w2, w2, '', 'Core', null, null, this.getTagsForStencil(gn, 'core', dt).join(' ')),
1179 w2, w2, '', 'Lex', null, null, this.getTagsForStencil(gn, 'lex', dt).join(' ')),
1723 w2, w2, '', 'WAF', null, null, this.getTagsForStencil(gn, 'waf', dt).join(' ')),
[all …]
H A DSidebar-CiscoSafe.js710 var w2 = sc * 50;
822 var w2 = sc * 50;
860 var w2 = sc * 50;
1020 var w2 = sc * 50;
1095 var w2 = sc * 50;
1100w2 * 0.98, w2, '', 'Threat A1', null, null, this.getTagsForStencil(gn, 'threat', dt).join(' ')),
1102w2 * 0.98, w2, '', 'Threat A2', null, null, this.getTagsForStencil(gn, 'threat', dt).join(' ')),
1104w2 * 0.98, w2, '', 'Threat A3', null, null, this.getTagsForStencil(gn, 'threat', dt).join(' ')),
1106w2 * 0.98, w2, '', 'Threat A4', null, null, this.getTagsForStencil(gn, 'threat', dt).join(' ')),
1108w2 * 0.98, w2, '', 'Threat A5', null, null, this.getTagsForStencil(gn, 'threat', dt).join(' ')),
[all …]
H A DSidebar-GCP2.js1519 Sidebar.prototype.addGCP2CardSet = function(label, icon, w1, w2, dt, fns) argument
1544 …var bg = new mxCell('', new mxGeometry(0, 0, w2, 60), 'strokeColor=#dddddd;shadow=1;strokeWidth=1;…
1559 …var bg = new mxCell('', new mxGeometry(0, 0, w2 + 8, 68), 'shape=mxgraph.gcp2.doubleRect;strokeCol…
1572 Sidebar.prototype.addGCP2ProductCardSet = function(label, icon, scaleX, scaleY, w1, w2, dt, fns) argument
1598 …var bg = new mxCell('', new mxGeometry(0, 0, w2, 60), 'strokeColor=#dddddd;shadow=1;strokeWidth=1;…
1613 …var bg = new mxCell('', new mxGeometry(0, 0, w2 + 8, 68), 'shape=mxgraph.gcp2.doubleRect;strokeCol…
/plugin/weiqi/
H A Dweiqi_parser.php165 $w2 = $edges_width;
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
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…
223 …if ($coords) $wout .= '<td>'.$this->img('images/blank',' ',$w1,$w2).'</td>';// blank for left coor…
225 $wout .= '<td colspan="'.$width.'">'.$this->img($goban.'_d', ' ', $w1*$width, $w2).'</td>';
227 …if ($coords) $wout .= '<td>'.$this->img('images/blank',' ',$w1,$w2).'</td>';// blank for right coo…
233 $wout .= '<td>'.$this->img('images/blank',' ',$w2,$w1).'</td>';// blank for left edge
[all …]
/plugin/phosphor/
H A Dphblock.php58 list($w1, $w2) = explode('x', $item, 2);
61 if ( !empty($w2) ) {
65 $n = $w2;
/plugin/diagramsnet/lib/shapes/
H A DmxInfographic.js315 var w2 = w - 2 * dx;
324 constr.push(new mxConnectionConstraint(new mxPoint(0, 0), false, null, w2 * 0.5, h));
979 var w2 = w - 2 * dx;
985 constr.push(new mxConnectionConstraint(new mxPoint(0, 0), false, null, dx + w2, 0));
1735 var w2 = w - dx - dx2;
1742 constr.push(new mxConnectionConstraint(new mxPoint(0, 0), false, null, dx2 + w2, 0));
2220 var w2 = w - dx - dx2;
2444 var w2 = w - notch2;
2448 constr.push(new mxConnectionConstraint(new mxPoint(0, 0), false, null, w2 * 0.5, 0));
2450 constr.push(new mxConnectionConstraint(new mxPoint(0, 0), false, null, w2, 0));
[all …]
H A DmxArchiMate3.js966 var w2 = Math.min(h * 0.5, w * 0.5);
971 c.lineTo(w2, h);
972 c.arcTo(h * 0.5, h * 0.5, 0, 0, 1, w2, 0);
983 var w2 = Math.min(h * 0.5, w * 0.5);
989 constr.push(new mxConnectionConstraint(new mxPoint(0, 0), false, null, w2, h));
990 constr.push(new mxConnectionConstraint(new mxPoint(0, 0), false, null, w2, 0));
994 constr.push(new mxConnectionConstraint(new mxPoint(0, 0), false, null, w2 - h * 0.355, h * 0.145));
995 constr.push(new mxConnectionConstraint(new mxPoint(0, 0), false, null, w2 - h * 0.5, h * 0.5));
996 constr.push(new mxConnectionConstraint(new mxPoint(0, 0), false, null, w2 - h * 0.355, h * 0.855));
1199 var w2 = Math.min(h * 0.5, w * 0.5);
/plugin/galleryv1.5/inc/
H A Dmagazinelayout.class.php502 $w2 = floor(
511 …$html .= "<div style=\"float: right; clear: both;\">".$this->insertImage('w'.$w2,$this->images[$i3…
515 …$html .= "<div style=\"float: right; clear: both;\">".$this->insertImg('w'.$w2,$this->images[$i3])…
606 $w2 = floor(
617 …$html .= "<div style=\"float: right; clear: both;\">".$this->insertImage('w'.$w2,$this->images[$i4…
622 …$html .= "<div style=\"float: right; clear: both;\">".$this->insertImg('w'.$w2,$this->images[$i4])…
/plugin/farm/install/animaltemplate/conf/
H A Dinterwiki.conf42 BridgesWiki http://c2.com/w2/bridges/
/plugin/diagramsnet/lib/js/grapheditor/
H A DSidebar.js410 var w2 = width;
437 w2 = Math.min(this.maxTooltipWidth, Math.max(width, this.tooltipTitle.scrollWidth + 4));
457 if (w2 > width)
459 this.tooltip.style.width = w2 + 'px';
464 ((w2 > width) ? (w2 - width) / 2 : 0);
H A DShapes.js1311 var w2 = w / 5;
1312 c.rect(0, 0, w2, h);
1314 c.rect(2 * w2, 0, w2, h);
1316 c.rect(4 * w2, 0, w2, h);
3055 var w2 = Math.abs(w - dx) / 2;
6835 var w2 = Math.abs(w - dx) / 2;
/plugin/jplayer/vendor/happyworm/jplayer/lib/aurora/
H A Daurora.js1240 var b1, b2, b3, b4, bom, c, end, littleEndian, nullEnd, pt, result, w1, w2;
1310 w2 = this.peekUInt16(offset, littleEndian);
1311 if (w2 < 0xdc00 || w2 > 0xdfff) {
1314 result += String.fromCharCode(w1, w2);
/plugin/dokumicrobugtracker/js/
H A Djquery.dataTables.js6574 var w2 = inner.offsetWidth;
6575 if ( w1 == w2 )
6577 w2 = outer.clientWidth;
6581 return (w1 - w2);
/plugin/abc2/abc-libraries/abc2svg/
H A Dabc2svg.woff120 ���X���pġ�R����������jXc�� f�����=oC�?O��g���ԁ�����_Y2�af��Z��ak����� N���!��ۈ�-�.f�df:�<���|�?�����ò���و7�]F������\e�~��Ls��_ � �W�^�\�B� �������x�D@�7����f����c�k�z���{�V��8�!M-��x&O5�f�T* �-U`��_r� w�}����E�0>��"��N#��Mh�r��=Ћ�kF�C��#��W�%]L�t � 2׌8����f�]{���(���������� �;���@���C;<^p�pzh�_���C>^���0���P��I(��U�!!#!�?>8*$*$)1�T� ����6��w2~�� �ѵ��
/plugin/photogallery/phpThumb/docs/
H A Dphpthumb.readme.txt443 [ex: &fltr[]=fram|<w1>|<w2>|<c1>|<c2>|<c3>]
444 where <w1> is the width of the main border, <w2> is
H A Dphpthumb.changelog.txt1047 [ex: &fltr[]=fram|<w1>|<w2>|<c1>|<c2>|<c3>]
1048 where <w1> is the width of the main border, <w2> is
/plugin/jmol2/jmol/
H A DJmolApplet0.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/obrador/ javax/ ...
H A DJmolAppletSigned0.jarMETA-INF/MANIFEST.MF META-INF/SELFSIGN.SF META-INF/SELFSIGN ...
H A DJmolApplet.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/jmol/ org/ ...
H A DJmolAppletSigned.jarMETA-INF/MANIFEST.MF META-INF/SELFSIGN.SF META-INF/SELFSIGN ...
/plugin/diagramsnet/lib/js/diagramly/
H A DMenus.js2411 editorUi.resizeImage(img, data, mxUtils.bind(this, function(data2, w2, h2) argument
2413 …var s = (resizeImages) ? Math.min(1, Math.min(editorUi.maxImageSize / w2, editorUi.maxImageSize / …
2415 …editorUi.importFile(data, mime, x, y, Math.round(w2 * s), Math.round(h2 * s), filename, function(c…
/plugin/pdfjs/pdfjs/build/
H A Dpdf.worker.js27189 function resizeRgbImage(src, dest, w1, h1, w2, h2, alpha01) {
27192 var xRatio = w1 / w2;
27196 var xScaled = new Uint16Array(w2);
27199 for (var i = 0; i < w2; i++) {
27206 for (var j = 0; j < w2; j++) {
54806 function resizeImageMask(src, bpc, w1, h1, w2, h2) {
54807 var length = w2 * h2;
54809 var xRatio = w1 / w2;
54816 var xScaled = new Uint16Array(w2);
54819 for (i = 0; i < w2; i++) {
[all …]
/plugin/amcharts/assets/amcharts/plugins/export/libs/fabric.js/
H A Dfabric.min.js11w2,h2){var a,b,c,d,x,y,i,j,xDiff,yDiff,chnl,color,offset=0,origPix,ratioX=this.rcpScaleX,ratioY=th… argument
H A Dfabric.js19217 bilinearFiltering: function(canvasEl, w, h, w2, h2) { argument
19222 pixels = img.data, destImage = context.getImageData(0, 0, w2, h2),
19225 for (j = 0; j < w2; j++) {

12