| /plugin/structcondstyle/ |
| D | action.php | 34 $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/ |
| D | Barrett.php | 65 $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 …]
|
| D | Classic.php | 41 $rhs = new $class(); 42 $rhs->value = $n; 43 list(, $temp) = $lhs->divide($rhs);
|
| D | PowerOfTwo.php | 54 $rhs = new $class(); 55 $rhs->value = $n; 60 $result = $lhs->bitwise_and($rhs->subtract($temp));
|
| D | Montgomery.php | 41 $rhs = new $class(); 42 $rhs->value = $n; 44 list(, $temp) = $lhs->divide($rhs);
|
| D | EvalBarrett.php | 86 $rhs = new $class(); 95 $rhs = new $class();
|
| /plugin/structcondstyle/meta/ |
| D | Operator.php | 27 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/ |
| D | PublicKey.php | 112 $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/ |
| D | syntax.php | 471 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 …]
|
| D | triples.php | 595 $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/ |
| D | KoblitzPrime.php | 93 $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) {
|
| D | TwistedEdwards.php | 215 $rhs = $this->d->multiply($x2)->multiply($y2)->add($this->one); 217 return $lhs->equals($rhs);
|
| D | Binary.php | 304 $rhs = $x3->add($this->a->multiply($x2))->add($this->b); 306 return $lhs->equals($rhs);
|
| D | Prime.php | 482 $rhs = $temp->add($this->b); 484 return $lhs->equals($rhs);
|
| /plugin/asciidocjs/node_modules/@asciidoctor/opal-runtime/src/ |
| D | pathname.js | 20 function fail_comparison(lhs, rhs) { argument 22 …rhs)) || (($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);
|
| D | nodejs.js | 1121 function fail_comparison(lhs, rhs) { argument 1123 …rhs)) || (($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);
|
| D | opal.js | 2867 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 …]
|
| D | index.cjs | 2867 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 …]
|
| D | index.mjs | 2858 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/ |
| D | commons-lang3-3.5.jar | META-INF/MANIFEST.MF
META-INF/
org/
org/apache/
org/ ... |
| /plugin/asciidocjs/node_modules/uglify-js/lib/ |
| D | compress.js | 3100 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/ |
| D | PHP.php | 590 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 D | lessc.inc.php | 2849 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/ |
| D | README.md | 669 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/ |
| D | README.md | 682 var rhs = new SourceNode(5, 6, "a.rs", "orig.clone()"); 684 var node = new SourceNode(null, null, null, [ lhs, operand, rhs ]);
|