Home
last modified time | relevance | path

Searched refs:subtract (Results 151 – 175 of 204) sorted by relevance

123456789

/plugin/ckgedit/ckeditor/plugins/a11yhelp/dialogs/
H A Da11yhelp.js6 105:a.numpad9,106:a.multiply,107:a.add,109:a.subtract,110:a.decimalPoint,111:a.divide,112:a.f1,113:…
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/
H A DPHP32.php128 public function subtract(PHP32 $y) function in phpseclib3\\Math\\BigInteger\\Engines\\PHP32
H A DPHP64.php132 public function subtract(PHP64 $y) function in phpseclib3\\Math\\BigInteger\\Engines\\PHP64
H A DBCMath.php187 public function subtract(BCMath $y) function in phpseclib3\\Math\\BigInteger\\Engines\\BCMath
H A DGMP.php186 public function subtract(GMP $y) function in phpseclib3\\Math\\BigInteger\\Engines\\GMP
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/
H A DPublicKey.php135 $n_1 = $order->subtract(self::$one);
H A DPrivateKey.php173 $k = BigInteger::randomRange(self::$one, $order->subtract(self::$one));
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/
H A DAsymmetricKey.php619 $z2 = $z1->subtract($this->q);
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BinaryField/
H A DInteger.php372 public function subtract(self $x) function in phpseclib3\\Math\\BinaryField\\Integer
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D30.30.js.map1 … 'or',\n 'and',\n 'add',\n 'added',\n 'subtract',\n 'subtr…
H A D12.12.js.map1 …er-int',\n 'unchecked-short',\n 'unchecked-subtract',\n 'unchecked-subtract-i…
H A D7.7.js.map1 …hes',\n 'submit',\n 'subroutine',\n 'subscreen',\n 'subtract',\n 'subtract-correspo…
/plugin/codeprettify/code-prettify/src/
H A Dlang-xq.js64subtract-dateTimes-yielding-yearMonthDuration|fn:subtract-dateTimes-yielding-dayTimeDuration|fn:su…
/plugin/davcal/fullcalendar-3.10.5/
H A Dmoment.js2930 this.subtract(getDateOffset(this), 'm');
3158 var subtract = createAdder(-1, 'subtract');
3470 return this.startOf(units).add(1, (units === 'isoWeek' ? 'week' : units)).subtract(1, 'ms');
3860 proto.subtract = subtract;
4434 proto$2.subtract = subtract$1;
H A Dfullcalendar.js3324 endDelta = endDiff.subtract(dateDelta);
5703 .subtract(currentDateProfile.dateIncrement);
6764 …var rangeLast = this.getDateDayIndex(normalRange.end.clone().subtract(1, 'days')); // inclusive la…
6800 …var rangeLast = this.getDateDayIndex(normalRange.end.clone().subtract(1, 'days')); // inclusive la…
10532 end = end.clone().subtract(1); // convert to inclusive. last ms of previous day
/plugin/codemirror/dist/modes/
H A Dapl.min.js.map1 …cs = {\n \"+\": [\"conjugate\", \"add\"],\n \"−\": [\"negate\", \"subtract\"],\n \"×\": […
H A Dclojure.min.js.map1 …ed-remainder-int\", \"unchecked-short\",\n \"unchecked-subtract\", \"unchecked-subtract-int\"…
H A Dhaskell.min.js.map1 …, \"sin\",\n \"sinh\", \"snd\", \"span\", \"splitAt\", \"sqrt\", \"subtract\", \"succ\", \"su…
/plugin/sequencediagram/bower_components/lodash/dist/
H A Dlodash.fp.min.js21 propertyOf:!0,random:!0,range:!0,rangeRight:!0,subtract:!0,zip:!0,zipObject:!0,zipObjectDeep:!0}},f…
H A Dlodash.js16469 var subtract = createMathOperation(function(minuend, subtrahend) {
16815 lodash.subtract = subtract;
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dcommons-lang3-3.5.jarMETA-INF/MANIFEST.MF META-INF/ org/ org/apache/ org/ ...
/plugin/davcal/
H A Dscript.js690 endEvent.subtract(1, 'days');
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/File/
H A DASN1.php1201 array_unshift($oid, $part1->subtract($eighty));
/plugin/jplayer/vendor/happyworm/jplayer/lib/aurora/
H A Dogg.js15subtract(this);return div.toString(radix)+rem.toInt().toString(radix)}else{return"-"+this.negate()… method in goog.math.Long
/plugin/sequencediagram/bower_components/lodash/
H A Dlodash.js16469 var subtract = createMathOperation(function(minuend, subtrahend) {
16815 lodash.subtract = subtract;

123456789