Searched refs:op2 (Results 1 – 5 of 5) sorted by relevance
| /plugin/const/ |
| D | class.evalmath.php | 579 $op2 = $stack->pop(); 580 if ( is_null( $op2 ) ) { 589 $stack->push( $op1 + $op2 ); 592 $stack->push( $op1 - $op2 ); 595 $stack->push( $op1 * $op2 ); 598 if ( 0 === $op2 || '0' === $op2 ) { 601 $stack->push( $op1 / $op2 ); 604 $stack->push( pow( $op1, $op2 ) ); 607 $stack->push( (int) ( $op1 > $op2 ) ); 610 $stack->push( (int) ( $op1 < $op2 ) ); [all …]
|
| /plugin/diagramsnet/lib/shapes/ |
| D | mxAWS4.js | 41 var op2 = opacity; 50 op2 = 0; 71 c.setGradient(fillColor, gradientColor, 0, 0, w, h, gradientDir, op1, op2);
|
| D | mxBootstrap.js | 1196 var op2 = opacity; 1205 op2 = 0; 1208 c.setGradient(fillColor, fillColor, 0, 0, w, h, gradientDir, op1, op2); 1229 c.setGradient(fillColor, gradientColor, 0, 0, w, h, gradientDir, op1, op2);
|
| /plugin/flowchartjs/ |
| D | README.md | 16 op2=>operation: Stuff|current 26 c2(no)->op2->e
|
| /plugin/diagramsnet/lib/js/grapheditor/ |
| D | Shapes.js | 307 …var op2 = Math.max(-1, Math.min(1, parseFloat(mxUtils.getValue(this.style, 'darkOpacity2', this.da… 339 if (op2 != 0) 341 c.setFillAlpha(Math.abs(op2)); 342 c.setFillColor((op2 < 0) ? '#FFFFFF' : '#000000'); 3760 var op2 = opacity; 3769 op2 = 0; 3772 c.setGradient(fillColor2, gradientColor2, 0, 0, w, h, gdir2, op1, op2);
|