Home
last modified time | relevance | path

Searched refs:lhs (Results 1 – 25 of 35) sorted by relevance

12

/plugin/codemirror/dist/modes/
H A Dtoml.min.js1lhs:true,inArray:0}},token:function(a,b){if(!b.inString&&(a.peek()=='"'||a.peek()=="'")){b.stringT…
H A Dtoml.min.js.map1lhs","inArray","token","stream","state","peek","next","sol","eol","match","skipTo","skipToEnd","ea…
H A Dpegjs.min.js1lhs:true,localState:null}},token:function(b,e){if(b)if(!e.inString&&!e.inComment&&(b.peek()=='"'||…
H A Debnf.min.js1lhs:true,localState:null,stack:[],inDefinition:false}},token:function(b,f){if(!b)return;if(f.stack…
H A Dpegjs.min.js.map1lhs","localState","token","state","peek","next","eol","skipToEnd","text","current","i","length","i…
H A Debnf.min.js.map1lhs","localState","stack","inDefinition","token","stream","state","length","peek","next","unshift"…
/plugin/structcondstyle/
H A Daction.php34 $not_func = function($lhs, $rhs){return $lhs !== $rhs;};
35 $in_func = function($lhs, $rhs){
37 if(is_string($lhs)){
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/
H A DBarrett.php64 $lhs = new $class();
66 $lhs->value = $n;
68 list(, $temp) = $lhs->divide($rhs);
82 $lhs = new $class();
83 $lhs_value = &$lhs->value;
89 list($u, $m1) = $lhs->divide($rhs);
158 $lhs = new $class();
160 $lhs->value = $x;
162 list(, $temp) = $lhs->divide($rhs);
169 $lhs = new $class();
[all …]
H A DClassic.php39 $lhs = new $class();
40 $lhs->value = $x;
43 list(, $temp) = $lhs->divide($rhs);
H A DPowerOfTwo.php52 $lhs = new $class();
53 $lhs->value = $x;
60 $result = $lhs->bitwise_and($rhs->subtract($temp));
H A DMontgomery.php39 $lhs = new $class();
40 $lhs->value = array_merge(self::array_repeat(0, count($n)), $x);
44 list(, $temp) = $lhs->divide($rhs);
H A DEvalBarrett.php81 $lhs = new $class();
82 $lhs_value = &$lhs->value;
88 list($u, $m1) = $lhs->divide($m);
97 list($u) = $lhs->divide($m);
/plugin/structcondstyle/meta/
H A DOperator.php27 function evaluate($lhs, $rhs){ argument
30 return $eval($lhs,$rhs);
51 function evaluate($lhs, $rhs) argument
54 $lvalue = $this->make_numeric($lhs);
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/BCMath/Reductions/
H A DBarrett.php89 $lhs = '1' . str_repeat('0', $m_length + ($m_length >> 1));
90 $u = bcdiv($lhs, $m, 0);
91 $m1 = bcsub($lhs, bcmul($u, $m));
169 $lhs = '1' . str_repeat('0', 2 * $n_length);
170 $cache[self::DATA][] = bcdiv($lhs, $n, 0);
H A DEvalBarrett.php71 $lhs = '1' . str_repeat('0', $m_length + ($m_length >> 1));
72 $u = bcdiv($lhs, $m, 0);
73 $m1 = bcsub($lhs, bcmul($u, $m));
/plugin/strata/helper/
H A Dsyntax.php389 'lhs'=>$result,
402 'lhs'=>$result,
415 if($f['lhs']['type'] == 'variable' && !in_array($f['lhs']['text'], $scope)) {
416 $this->_fail(sprintf($this->getLang('error_query_filterscope'),utf8_tohtml(hsc($f['lhs']['text']))), $line);
425 'lhs'=>$result,
437 'lhs'=>$result,
475 'lhs'=>$result,
572 list(,$lhs, $ltype, $operator, $rhs, $rtype) = $match;
574 $lhs
[all...]
H A Dtriples.php299 'lhs'=>$query['group'],
560 $gp1 = $this->_dispatch($query['lhs']);
569 $gp1 = $this->_dispatch($query['lhs']);
578 $gp = $this->_dispatch($query['lhs']);
585 if($f['lhs']['type'] == 'variable') {
586 $lhs = $this->_name($f['lhs']);
589 $lhs = ':'.$id;
590 $this->literals[$id] = $f['lhs']['text'];
611 $filters[] = '( ' . $this->_ci($lhs)
[all...]
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/BaseCurves/
H A DKoblitzPrime.php92 $lhs = $this->multiplyPoint($this->p, $lambdas[0])[0];
94 $lambda = $lhs->equals($rhs) ? $lambdas[0] : $lambdas[1];
243 $lhs = $y->multiply($y);
247 return $lhs->equals($rhs);
306 $lhs = $v->multiply($v)->add($b->multiply($b));
307 if ($lhs->compare($rhs) <= 0) {
H A DBinary.php300 $lhs = $y->multiply($y);
301 $lhs = $lhs->add($x->multiply($y));
306 return $lhs->equals($rhs);
H A DTwistedEdwards.php214 $lhs = $this->a->multiply($x2)->add($y2);
217 return $lhs->equals($rhs);
H A DPrime.php479 $lhs = $y->multiply($y);
484 return $lhs->equals($rhs);
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/
H A DPublicKey.php111 $lhs = $curve->multiplyPoint($curve->getBasePoint(), $S);
116 return $lhs[0]->equals($rhs[0]) && $lhs[1]->equals($rhs[1]);
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dcommons-lang3-3.5.jarMETA-INF/MANIFEST.MF META-INF/ org/ org/apache/ org/ ...
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/
H A DPHP.php590 static $temp, $lhs, $rhs;
593 $lhs = new static();
598 $lhs = new static();
638 $lhs->value = [$quotient_value[$q_index]];
639 $lhs = $lhs->multiply($temp);
643 while ($lhs->compare($rhs) > 0) {
646 $lhs->value = [$quotient_value[$q_index]];
647 $lhs = $lhs->multiply($temp);
/plugin/codemirror/dist/keymaps/
H A Dvim.min.js.map1lhs","rhs","ctx","exCommandDispatcher","unmap","noremap","toCtxArray","ctxsToMap","actualLength","…

12