| /plugin/diagramsnet/lib/js/diagramly/sidebar/ |
| D | Sidebar-AWS4b.js | 9 var w2 = 60 * s; 20 this.addAWS4bGeneralResourcesPalette(w, h, w2, n, n2, gn, sb); 28 this.addAWS4bAnalyticsPalette(w, h, w2, n, n2, gn, sb); 30 this.addAWS4bApplicationIntegrationPalette(w, h, w2, n, n2, gn, sb); 32 this.addAWS4bARVRPalette(w, h, w2, n, n2, gn, sb); 34 this.addAWS4bCostManagementPalette(w, h, w2, n, n2, gn, sb); 36 this.addAWS4bBusinessProductivityPalette(w, h, w2, n, n2, gn, sb); 38 this.addAWS4bComputePalette(w, h, w2, n, n2, gn, sb); 40 this.addAWS4bCustomerEngagementPalette(w, h, w2, n, n2, gn, sb); 42 this.addAWS4bDatabasePalette(w, h, w2, n, n2, gn, sb); [all …]
|
| D | Sidebar-AWS4.js | 18 var w2 = s * 78; 29 this.addAWS4AnalyticsPalette(s, w, h, w2, gn, sb); 31 this.addAWS4ApplicationIntegrationPalette(s, w, h, w2, gn, sb); 33 this.addAWS4ARVRPalette(s, w, h, w2, gn, sb); 35 this.addAWS4CostManagementPalette(s, w, h, w2, gn, sb); 37 this.addAWS4BlockchainPalette(s, w, h, w2, gn, sb); 39 this.addAWS4BusinessApplicationsPalette(s, w, h, w2, gn, sb); 41 this.addAWS4ComputePalette(s, w, h, w2, gn, sb); 43 this.addAWS4ContainersPalette(s, w, h, w2, gn, sb); 45 this.addAWS4CustomerEnablementPalette(s, w, h, w2, gn, sb); [all …]
|
| D | Sidebar-CiscoSafe.js | 710 var w2 = sc * 50; 822 var w2 = sc * 50; 860 var w2 = sc * 50; 1020 var w2 = sc * 50; 1095 var w2 = sc * 50; 1100 … w2 * 0.98, w2, '', 'Threat A1', null, null, this.getTagsForStencil(gn, 'threat', dt).join(' ')), 1102 … w2 * 0.98, w2, '', 'Threat A2', null, null, this.getTagsForStencil(gn, 'threat', dt).join(' ')), 1104 … w2 * 0.98, w2, '', 'Threat A3', null, null, this.getTagsForStencil(gn, 'threat', dt).join(' ')), 1106 … w2 * 0.98, w2, '', 'Threat A4', null, null, this.getTagsForStencil(gn, 'threat', dt).join(' ')), 1108 … w2 * 0.98, w2, '', 'Threat A5', null, null, this.getTagsForStencil(gn, 'threat', dt).join(' ')), [all …]
|
| D | Sidebar-GCP2.js | 1519 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/ |
| D | weiqi_parser.php | 165 $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… 211 …if ($y==1) $wout .= '<td rowspan="'.$height.'">'.$this->img($goban.'_l', ' ', $w2, $w1*$height).'<… 217 …if ($y==1) $wout .= '<td rowspan="'.$height.'">'.$this->img($goban.'_r', ' ', $w2, $w1*$height).'<… 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>'; [all …]
|
| /plugin/phosphor/ |
| D | phblock.php | 58 list($w1, $w2) = explode('x', $item, 2); 61 if ( !empty($w2) ) { 65 $n = $w2;
|
| /plugin/botmon/ |
| H A D | captcha.js | 130 var w15 = w[i - 15], w2 = w[i - 2]; 143 + (rightRotate(w2, 17) ^ rightRotate(w2, 19) ^ (w2>>>10)) // s1
|
| /plugin/diagramsnet/lib/shapes/ |
| D | mxInfographic.js | 315 var w2 = w - 2 * dx; 319 constr.push(new mxConnectionConstraint(new mxPoint(0, 0), false, null, 2 * dx + w2 * 0.5, 0)); 324 constr.push(new mxConnectionConstraint(new mxPoint(0, 0), false, null, w2 * 0.5, h)); 979 var w2 = w - 2 * dx; 982 constr.push(new mxConnectionConstraint(new mxPoint(0, 0), false, null, dx + w2 * 0.25, 0)); 983 constr.push(new mxConnectionConstraint(new mxPoint(0, 0), false, null, dx + w2 * 0.5, 0)); 984 constr.push(new mxConnectionConstraint(new mxPoint(0, 0), false, null, dx + w2 * 0.75, 0)); 985 constr.push(new mxConnectionConstraint(new mxPoint(0, 0), false, null, dx + w2, 0)); 986 constr.push(new mxConnectionConstraint(new mxPoint(0, 0), false, null, dx + w2, (h - dy) * 0.5)); 987 constr.push(new mxConnectionConstraint(new mxPoint(0, 0), false, null, dx + w2, h - dy)); [all …]
|
| D | mxArchiMate3.js | 966 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/ |
| D | magazinelayout.class.php | 502 $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/indexmenu/scripts/fancytree/modules/ |
| D | jquery.fancytree.ui-deps.js | 847 var w1, w2, 857 w2 = innerDiv.offsetWidth; 859 if ( w1 === w2 ) { 860 w2 = div[ 0 ].clientWidth; 865 return ( cachedScrollbarWidth = w1 - w2 );
|
| /plugin/farm/install/animaltemplate/conf/ |
| D | interwiki.conf | 42 BridgesWiki http://c2.com/w2/bridges/
|
| /plugin/diagramsnet/lib/js/grapheditor/ |
| D | Sidebar.js | 410 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);
|
| D | Shapes.js | 1311 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/mikioplugin/inc/stemmechanics/lesserphp/ |
| H A D | lessc.inc.php | 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/jplayer/vendor/happyworm/jplayer/lib/aurora/ |
| D | aurora.js | 1240 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/ |
| D | jquery.dataTables.js | 6574 var w2 = inner.offsetWidth; 6575 if ( w1 == w2 ) 6577 w2 = outer.clientWidth; 6581 return (w1 - w2);
|
| /plugin/photogallery/phpThumb/docs/ |
| 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
|
| 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/jmol2/jmol/ |
| D | JmolApplet0.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/obrador/
javax/
... |
| D | JmolAppletSigned0.jar | META-INF/MANIFEST.MF
META-INF/SELFSIGN.SF
META-INF/SELFSIGN ... |
| D | JmolApplet.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/jmol/
org/ ... |
| D | JmolAppletSigned.jar | META-INF/MANIFEST.MF
META-INF/SELFSIGN.SF
META-INF/SELFSIGN ... |
| /plugin/diagramsnet/lib/js/diagramly/ |
| D | Menus.js | 2411 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/indexmenu/scripts/fancytree/ |
| D | jquery.fancytree-all-deps.js | 842 var w1, w2, 852 w2 = innerDiv.offsetWidth; 854 if ( w1 === w2 ) { 855 w2 = div[ 0 ].clientWidth; 860 return ( cachedScrollbarWidth = w1 - w2 );
|