Searched refs:op1 (Results 1 – 5 of 5) sorted by relevance
| /plugin/const/ |
| 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 ) ); 607 $stack->push( (int) ( $op1 > $op2 ) ); [all …]
|
| /plugin/flowchartjs/ |
| D | README.md | 15 op1=>operation: My Operation|past 22 st->op1(right)->cond 24 cond(no)->sub1(left)->op1
|
| /plugin/diagramsnet/lib/shapes/ |
| D | mxAWS4.js | 40 var op1 = opacity; 45 op1 = 0; 71 c.setGradient(fillColor, gradientColor, 0, 0, w, h, gradientDir, op1, op2);
|
| 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/ |
| D | Shapes.js | 3759 var op1 = opacity; 3764 op1 = 0; 3772 c.setGradient(fillColor2, gradientColor2, 0, 0, w, h, gdir2, op1, op2);
|