Searched refs:op1 (Results 1 – 4 of 4) sorted by relevance
/plugin/const/ |
H A D | class.evalmath.php | 515 $op1 = $stack->pop(); 516 if ( is_null( $op1 ) ) { 583 $op1 = $stack->pop(); 584 if ( is_null( $op1 ) ) { 589 $stack->push( $op1 + $op2 ); 592 $stack->push( $op1 - $op2 ); 595 $stack->push( $op1 * $op2 ); 601 $stack->push( $op1 / $op2 ); 604 $stack->push( pow( $op1, $op2 ) ); 1019 return $op1 % $op2; [all …]
|
/plugin/diagramsnet/lib/shapes/ |
H A D | mxAWS4.js | 40 var op1 = opacity; 45 op1 = 0; 71 c.setGradient(fillColor, gradientColor, 0, 0, w, h, gradientDir, op1, op2);
|
H A D | mxBootstrap.js | 1195 var op1 = opacity; 1200 op1 = 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/diagramsnet/lib/js/grapheditor/ |
H A D | Shapes.js | 3759 var op1 = opacity; 3764 op1 = 0; 3772 c.setGradient(fillColor2, gradientColor2, 0, 0, w, h, gdir2, op1, op2);
|