Home
last modified time | relevance | path

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

12

/plugin/codemirror/dist/modes/
Dtoml.min.js1lhs:true,inArray:0}},token:function(a,b){if(!b.inString&&(a.peek()=='"'||a.peek()=="'")){b.stringT…
Dtoml.min.js.map1lhs","inArray","token","stream","state","peek","next","sol","eol","match","skipTo","skipToEnd","ea…
Dpegjs.min.js1lhs:true,localState:null}},token:function(b,e){if(b)if(!e.inString&&!e.inComment&&(b.peek()=='"'||…
Debnf.min.js1lhs:true,localState:null,stack:[],inDefinition:false}},token:function(b,f){if(!b)return;if(f.stack…
Dpegjs.min.js.map1lhs","localState","token","state","peek","next","eol","skipToEnd","text","current","i","length","i…
Debnf.min.js.map1lhs","localState","stack","inDefinition","token","stream","state","length","peek","next","unshift"…
/plugin/structcondstyle/
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/
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 …]
DClassic.php39 $lhs = new $class();
40 $lhs->value = $x;
43 list(, $temp) = $lhs->divide($rhs);
DPowerOfTwo.php52 $lhs = new $class();
53 $lhs->value = $x;
60 $result = $lhs->bitwise_and($rhs->subtract($temp));
DMontgomery.php39 $lhs = new $class();
40 $lhs->value = array_merge(self::array_repeat(0, count($n)), $x);
44 list(, $temp) = $lhs->divide($rhs);
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/
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/
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);
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/
Dsyntax.php575 list(,$lhs, $ltype, $operator, $rhs, $rtype) = $match;
577 $lhs = $this->variable($lhs);
588 $this->updateTypemap($typemap, $lhs['text'], $ltype->type, $ltype->hint);
601 $this->updateTypemap($typemap, $lhs['text'], $rtype->type, $rtype->hint);
605 …$filters[] = array('type'=>'filter', 'lhs'=>$lhs, 'operator'=>$operator, 'rhs'=>$rhs, '_line'=>$li…
611 list(, $lhs,$ltype,$operator,$rhs) = $match;
613 $lhs = $this->variable($lhs);
618 $this->updateTypemap($typemap, $lhs['text'],$type,$hint);
621 if(!empty($typemap[$lhs['text']])) {
622 extract($typemap[$lhs['text']]);
[all …]
Dtriples.php586 $lhs = $this->_name($f['lhs']);
589 $lhs = ':'.$id;
611 … $filters[] = '( ' . $this->_ci($lhs) . ' '.$f['operator'].' ' . $this->_ci($rhs). ' )';
617 …$filters[] = '( ' . $this->_triples->_db->castToNumber($lhs) . ' ' . $f['operator'] . ' ' . $this-…
620 …$filters[] = '( ' . $this->_ci($lhs) . ' '.$this->_db->stringCompare().' '. $this->_ci('(\'%\' || …
623 …$filters[] = '( ' . $this->_ci($lhs) . ' NOT '.$this->_db->stringCompare().' '. $this->_ci('(\'%\'…
626 …$filters[] = '( ' . $this->_ci($lhs) . ' '.$this->_db->stringCompare().' ' .$this->_ci('('. $eh.$r…
629 …$filters[] = '( ' . $this->_ci($lhs) . ' NOT '.$this->_db->stringCompare().' ' .$this->_ci('('. $e…
632 …$filters[] = '( ' . $this->_ci($lhs) . ' '.$this->_db->stringCompare().' '.$this->_ci('(\'%\' || '…
635 …$filters[] = '( ' . $this->_ci($lhs) . ' NOT '.$this->_db->stringCompare().' '.$this->_ci('(\'%\' …
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/BaseCurves/
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) {
DBinary.php300 $lhs = $y->multiply($y);
301 $lhs = $lhs->add($x->multiply($y));
306 return $lhs->equals($rhs);
DTwistedEdwards.php214 $lhs = $this->a->multiply($x2)->add($y2);
217 return $lhs->equals($rhs);
/plugin/asciidocjs/node_modules/uglify-js/lib/
Dcompress.js420 var lhs = is_lhs(node, parent);
421 if (lhs) return lhs;
823 function scan_declaration(tw, compressor, lhs, fixed, visit) { argument
909 lhs.walk(scanner);
1035 function walk_prop(lhs) { argument
1036 reset_flags(lhs);
1037 if (lhs instanceof AST_Dot) {
1038 walk_prop(lhs.expression);
1039 } else if (lhs instanceof AST_Sub) {
1040 walk_prop(lhs.expression);
[all …]
/plugin/diagramsnet/lib/WEB-INF/lib/
Dcommons-lang3-3.5.jarMETA-INF/MANIFEST.MF META-INF/ org/ org/apache/ org/ ...
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/
DPublicKey.php111 $lhs = $curve->multiplyPoint($curve->getBasePoint(), $S);
116 return $lhs[0]->equals($rhs[0]) && $lhs[1]->equals($rhs[1]);
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/
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/asciidocjs/node_modules/@asciidoctor/opal-runtime/src/
Dpathname.js20 function fail_comparison(lhs, rhs) { argument
23 …$Kernel.$raise($$$('ArgumentError'), "comparison of " + ((lhs).$class()) + " with " + (class_name)…
26 function cmp_or_fail(lhs, rhs) { argument
27 var cmp = (lhs)['$<=>'](rhs);
28 if (!$truthy(cmp)) fail_comparison(lhs, rhs);

12