Home
last modified time | relevance | path

Searched refs:rhs (Results 1 – 25 of 39) sorted by relevance

12

/plugin/structcondstyle/
Daction.php34 $not_func = function($lhs, $rhs){return $lhs !== $rhs;};
35 $in_func = function($lhs, $rhs){
38 return strpos($lhs, $rhs) !== false;
43 … $this->ops = [ "=" => new Operator("=", function($lhs, $rhs){return $lhs == $rhs;}),
46 … "<" => new NumericOperator("<", function($lhs, $rhs){return $lhs < $rhs;}),
47 … "<=" => new NumericOperator("<=", function($lhs, $rhs){return $lhs <= $rhs;}),
48 … ">" => new NumericOperator(">", function($lhs, $rhs){return $lhs > $rhs;}),
49 … ">=" => new NumericOperator(">=", function($lhs, $rhs){return $lhs >= $rhs;}),
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/Reductions/
DBarrett.php65 $rhs = new $class();
67 $rhs->value = $m;
68 list(, $temp) = $lhs->divide($rhs);
86 $rhs = new $class();
87 $rhs->value = $m;
89 list($u, $m1) = $lhs->divide($rhs);
159 $rhs = new $class();
161 $rhs->value = $n;
162 list(, $temp) = $lhs->divide($rhs);
173 $rhs = new $class();
[all …]
DClassic.php41 $rhs = new $class();
42 $rhs->value = $n;
43 list(, $temp) = $lhs->divide($rhs);
DPowerOfTwo.php54 $rhs = new $class();
55 $rhs->value = $n;
60 $result = $lhs->bitwise_and($rhs->subtract($temp));
DMontgomery.php41 $rhs = new $class();
42 $rhs->value = $n;
44 list(, $temp) = $lhs->divide($rhs);
DEvalBarrett.php86 $rhs = new $class();
95 $rhs = new $class();
/plugin/structcondstyle/meta/
DOperator.php27 function evaluate($lhs, $rhs){ argument
30 return $eval($lhs,$rhs);
51 function evaluate($lhs, $rhs) argument
55 $rvalue = $this->make_numeric($rhs);
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/
DPublicKey.php112 $rhs = $curve->multiplyPoint($qa, $k);
113 $rhs = $curve->addPoint($rhs, $R);
114 $rhs = $curve->convertToAffine($rhs);
116 return $lhs[0]->equals($rhs[0]) && $lhs[1]->equals($rhs[1]);
/plugin/strata/helper/
Dsyntax.php471 list($rhs, $s) = $this->transformGroup($sub, $typemap);
476 'rhs'=>$rhs
572 list(,$lhs, $ltype, $operator, $rhs, $rtype) = $match;
575 $rhs = $this->variable($rhs);
589 $this->updateTypemap($typemap, $rhs['text'], $ltype->type, $lhint->hint);
594 $this->updateTypemap($typemap, $rhs['text'], $rtype->type, $rtype->hint);
602 …rs[] = array('type'=>'filter', 'lhs'=>$lhs, 'operator'=>$operator, 'rhs'=>$rhs, '_line'=>$lineNode…
608 list(, $lhs,$ltype,$operator,$rhs) = $match;
626 if($rhs == '[[]]') {
627 $rhs = '';
[all …]
Dtriples.php595 $rhs = $this->_name($f['rhs']);
598 $rhs = ':'.$id;
611 … $filters[] = '( ' . $this->_ci($lhs) . ' '.$f['operator'].' ' . $this->_ci($rhs). ' )';
617 …>castToNumber($lhs) . ' ' . $f['operator'] . ' ' . $this->_triples->_db->castToNumber($rhs) . ' )';
620 …$lhs) . ' '.$this->_db->stringCompare().' '. $this->_ci('(\'%\' || ' .$eh.$rhs.$et. ' || \'%\')') …
623 … . ' NOT '.$this->_db->stringCompare().' '. $this->_ci('(\'%\' || ' . $eh.$rhs.$et. ' || \'%\')') …
626 …his->_ci($lhs) . ' '.$this->_db->stringCompare().' ' .$this->_ci('('. $eh.$rhs.$et . ' || \'%\')')…
629 …>_ci($lhs) . ' NOT '.$this->_db->stringCompare().' ' .$this->_ci('('. $eh.$rhs.$et . ' || \'%\')')…
632 …$lhs) . ' '.$this->_db->stringCompare().' '.$this->_ci('(\'%\' || ' . $eh.$rhs.$et. ')') .$em. ')';
635 …) . ' NOT '.$this->_db->stringCompare().' '.$this->_ci('(\'%\' || ' . $eh.$rhs.$et. ')') .$em. ')';
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/BaseCurves/
DKoblitzPrime.php93 $rhs = $this->p[0]->multiply($this->beta);
94 $lambda = $lhs->equals($rhs) ? $lambdas[0] : $lambdas[1];
245 $rhs = $temp->add($this->b);
247 return $lhs->equals($rhs);
305 $rhs = $a0->multiply($a0)->add($b0->multiply($b0));
307 if ($lhs->compare($rhs) <= 0) {
DTwistedEdwards.php215 $rhs = $this->d->multiply($x2)->multiply($y2)->add($this->one);
217 return $lhs->equals($rhs);
DBinary.php304 $rhs = $x3->add($this->a->multiply($x2))->add($this->b);
306 return $lhs->equals($rhs);
DPrime.php482 $rhs = $temp->add($this->b);
484 return $lhs->equals($rhs);
/plugin/asciidocjs/node_modules/@asciidoctor/opal-runtime/src/
Dpathname.js20 function fail_comparison(lhs, rhs) { argument
22rhs)) || (($eqeqeq(true, $ret_or_1) || (($eqeqeq(false, $ret_or_1) || (($eqeqeq($$$('Integer'), $r…
26 function cmp_or_fail(lhs, rhs) { argument
27 var cmp = (lhs)['$<=>'](rhs);
28 if (!$truthy(cmp)) fail_comparison(lhs, rhs);
Dnodejs.js1121 function fail_comparison(lhs, rhs) { argument
1123rhs)) || (($eqeqeq(true, $ret_or_1) || (($eqeqeq(false, $ret_or_1) || (($eqeqeq($$$('Integer'), $r…
1127 function cmp_or_fail(lhs, rhs) { argument
1128 var cmp = (lhs)['$<=>'](rhs);
1129 if (!$truthy(cmp)) fail_comparison(lhs, rhs);
Dopal.js2867 function are_both_numbers_or_strings(lhs, rhs) { argument
2868 return (typeof lhs === 'number' && typeof rhs === 'number') ||
2869 (typeof lhs === 'string' && typeof rhs === 'string');
2872 function $eqeq(lhs, rhs) { argument
2873 return are_both_numbers_or_strings(lhs,rhs) ? lhs === rhs : $truthy((lhs)['$=='](rhs));
2876 Opal.eqeqeq = function(lhs, rhs) { argument
2877 return are_both_numbers_or_strings(lhs,rhs) ? lhs === rhs : $truthy((lhs)['$==='](rhs));
2879 Opal.neqeq = function(lhs, rhs) { argument
2880 return are_both_numbers_or_strings(lhs,rhs) ? lhs !== rhs : $truthy((lhs)['$!='](rhs));
6539 function fail_comparison(lhs, rhs) { argument
[all …]
Dindex.cjs2867 function are_both_numbers_or_strings(lhs, rhs) {
2868 return (typeof lhs === 'number' && typeof rhs === 'number') ||
2869 (typeof lhs === 'string' && typeof rhs === 'string');
2872 function $eqeq(lhs, rhs) {
2873 return are_both_numbers_or_strings(lhs,rhs) ? lhs === rhs : $truthy((lhs)['$=='](rhs));
2875 Opal.eqeqeq = function(lhs, rhs) {
2876 return are_both_numbers_or_strings(lhs,rhs) ? lhs === rhs : $truthy((lhs)['$==='](rhs));
2878 Opal.neqeq = function(lhs, rhs) {
2879 return are_both_numbers_or_strings(lhs,rhs) ? lhs !== rhs : $truthy((lhs)['$!='](rhs));
6315 function fail_comparison(lhs, rhs) {
[all …]
Dindex.mjs2858 function are_both_numbers_or_strings(lhs, rhs) { argument
2859 return (typeof lhs === 'number' && typeof rhs === 'number') ||
2860 (typeof lhs === 'string' && typeof rhs === 'string');
2863 function $eqeq(lhs, rhs) { argument
2864 return are_both_numbers_or_strings(lhs,rhs) ? lhs === rhs : $truthy((lhs)['$=='](rhs));
2866 Opal.eqeqeq = function(lhs, rhs) { argument
2867 return are_both_numbers_or_strings(lhs,rhs) ? lhs === rhs : $truthy((lhs)['$==='](rhs));
2869 Opal.neqeq = function(lhs, rhs) { argument
2870 return are_both_numbers_or_strings(lhs,rhs) ? lhs !== rhs : $truthy((lhs)['$!='](rhs));
6306 function fail_comparison(lhs, rhs) { argument
[all …]
/plugin/diagramsnet/lib/WEB-INF/lib/
Dcommons-lang3-3.5.jarMETA-INF/MANIFEST.MF META-INF/ org/ org/apache/ org/ ...
/plugin/asciidocjs/node_modules/uglify-js/lib/
Dcompress.js3100 function mangleable_var(rhs) { argument
3106 rhs = rhs.tail_node();
3107 var value = rhs instanceof AST_Assign && rhs.operator == "=" ? rhs.left : rhs;
3112 if (value !== rhs) {
4554 var rhs = this.right;
4556 … return lazy_op[op.slice(0, -1)] && (sym._dot_throw(compressor) || rhs._dot_throw(compressor));
4558 if (!rhs._dot_throw(compressor)) return false;
4560 if (rhs instanceof AST_Binary && rhs.operator == "||" && sym.name == rhs.left.name) {
4561 return rhs.right._dot_throw(compressor);
6365 var rhs = node.right;
[all …]
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/
DPHP.php590 static $temp, $lhs, $rhs;
594 $rhs = new static();
599 $rhs = new static();
602 $rhs_value = &$rhs->value;
643 while ($lhs->compare($rhs) > 0) {
/plugin/mikioplugin/inc/stemmechanics/lesserphp/
H A Dlessc.inc.php2849 if ($this->literal("/") && $this->value($rhs)) {
2851 array($out, array("keyword", "/"), $rhs));
2891 if (!$this->value($rhs)) break;
2895 $rhs = $this->expHelper($rhs, self::$precedence[$next[1]]);
2898 $lhs = array('expression', $m[1], $lhs, $rhs, $whiteBefore, $whiteAfter);
3281 if ($this->assign() && $this->$method($rhs)) {
3282 $arg[] = $rhs;
/plugin/asciidocjs/node_modules/pug-filters/node_modules/source-map/
DREADME.md669 var rhs = new SourceNode(5, 6, "a.rs", "orig.clone()");
671 var node = new SourceNode(null, null, null, [ lhs, operand, rhs ]);
/plugin/asciidocjs/node_modules/source-map/
DREADME.md682 var rhs = new SourceNode(5, 6, "a.rs", "orig.clone()");
684 var node = new SourceNode(null, null, null, [ lhs, operand, rhs ]);

12