| /plugin/codemirror/dist/modes/ |
| D | toml.min.js | 1 …lhs:true,inArray:0}},token:function(a,b){if(!b.inString&&(a.peek()=='"'||a.peek()=="'")){b.stringT…
|
| D | toml.min.js.map | 1 …lhs","inArray","token","stream","state","peek","next","sol","eol","match","skipTo","skipToEnd","ea…
|
| D | pegjs.min.js | 1 …lhs:true,localState:null}},token:function(b,e){if(b)if(!e.inString&&!e.inComment&&(b.peek()=='"'||…
|
| D | ebnf.min.js | 1 …lhs:true,localState:null,stack:[],inDefinition:false}},token:function(b,f){if(!b)return;if(f.stack…
|
| D | pegjs.min.js.map | 1 …lhs","localState","token","state","peek","next","eol","skipToEnd","text","current","i","length","i…
|
| D | ebnf.min.js.map | 1 …lhs","localState","stack","inDefinition","token","stream","state","length","peek","next","unshift"…
|
| /plugin/structcondstyle/ |
| D | action.php | 34 $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/ |
| D | Barrett.php | 64 $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 …]
|
| D | Classic.php | 39 $lhs = new $class(); 40 $lhs->value = $x; 43 list(, $temp) = $lhs->divide($rhs);
|
| D | PowerOfTwo.php | 52 $lhs = new $class(); 53 $lhs->value = $x; 60 $result = $lhs->bitwise_and($rhs->subtract($temp));
|
| D | Montgomery.php | 39 $lhs = new $class(); 40 $lhs->value = array_merge(self::array_repeat(0, count($n)), $x); 44 list(, $temp) = $lhs->divide($rhs);
|
| D | EvalBarrett.php | 81 $lhs = new $class(); 82 $lhs_value = &$lhs->value; 88 list($u, $m1) = $lhs->divide($m); 97 list($u) = $lhs->divide($m);
|
| /plugin/structcondstyle/meta/ |
| D | Operator.php | 27 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/ |
| D | Barrett.php | 89 $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);
|
| D | EvalBarrett.php | 71 $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/ |
| D | syntax.php | 575 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 …]
|
| D | triples.php | 586 $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/ |
| D | KoblitzPrime.php | 92 $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) {
|
| D | Binary.php | 300 $lhs = $y->multiply($y); 301 $lhs = $lhs->add($x->multiply($y)); 306 return $lhs->equals($rhs);
|
| D | TwistedEdwards.php | 214 $lhs = $this->a->multiply($x2)->add($y2); 217 return $lhs->equals($rhs);
|
| /plugin/asciidocjs/node_modules/uglify-js/lib/ |
| D | compress.js | 420 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/ |
| D | commons-lang3-3.5.jar | META-INF/MANIFEST.MF
META-INF/
org/
org/apache/
org/ ... |
| /plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/ |
| D | PublicKey.php | 111 $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/ |
| D | PHP.php | 590 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/ |
| D | pathname.js | 20 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);
|