Home
last modified time | relevance | path

Searched refs:one (Results 301 – 325 of 1245) sorted by last modified time

1...<<11121314151617181920>>...50

/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DHash.php816 $one = new BigInteger(1);
832 self::$marker64 = self::$factory64->newInteger($prime64->subtract($one));
833 self::$marker128 = self::$factory128->newInteger($prime128->subtract($one));
835 … $maxwordrange64 = $one->bitwise_leftShift(64)->subtract($one->bitwise_leftShift(32));
838 … $maxwordrange128 = $one->bitwise_leftShift(128)->subtract($one->bitwise_leftShift(96));
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA/Formats/Keys/
H A DOpenSSH.php50 static $one;
51 if (!isset($one)) {
52 $one = new BigInteger(1);
75 $temp = $primes[1]->subtract($one);
77 $temp = $primes[2]->subtract($one);
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA/
H A DPrivateKey.php150 $r = BigInteger::randomRange(self::$one, $smallest->subtract(self::$one));
/plugin/authgooglesheets/vendor/google/auth/
H A DLICENSE110 pertain to any part of the Derivative Works, in at least one
H A DREADME.md65 > PHP's `putenv` function is just one way to set an environment variable.
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
H A DCHANGELOG.md265 Instead, use one of the `*Async` methods of a client (e.g., `requestAsync`,
527 * Fixed a bug that caused multi-part POST requests with more than one field to
845 * Bug: Better cleanup of one-time events across the board (when an event is meant to fire once, it …
876 …ponse on a request will write to the custom request body from the response body if one is specified
1128 * Services defined in two different config files that include one another will by default replace t…
1273 …teConfig method into two methods. One to initialize when a command is created, and one to validate.
/plugin/authgooglesheets/vendor/guzzlehttp/promises/
H A DREADME.md98 Promises can be chained one after the other. Each then in the chain is a new
445 By shuffling pending handlers from one owner to another, promises are
489 iteratively is that you need to be able for one promise to reach into the state
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/
H A D.php_cs.dist8 'concat_space' => ['spacing' => 'one'],
/plugin/authgooglesheets/vendor/psr/log/
H A DREADME.md53 You can then pick one of the implementations of the interface to get a logger.
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/PrimeField/
H A DInteger.php246 static $one, $two;
247 if (!isset($one)) {
248 $one = new BigInteger(1);
252 $p_1 = static::$modulo[$this->instanceID]->subtract($one);
256 for ($z = $one; !$z->equals(static::$modulo[$this->instanceID]); $z = $z->add($one)) {
266 list($temp) = $q->add($one)->divide($two);
269 while (!$t->equals($one)) {
270 $i = clone $one;
272 while (!$t->powMod($two->pow($i), static::$modulo[$this->instanceID])->equals($one)) {
273 $i = $i->add($one);
[all …]
/plugin/authgooglesheets/
H A DLICENSE136 Sections 1 and 2 above provided that you also do one of the following:
293 <one line to give the program's name and a brief idea of what it does.>
/plugin/authgooglesheets/vendor/google/apiclient/
H A DLICENSE110 pertain to any part of the Derivative Works, in at least one
/plugin/authgooglesheets/vendor/google/apiclient-services/
H A DLICENSE110 pertain to any part of the Derivative Works, in at least one
/plugin/a2s/
H A DLICENSE136 Sections 1 and 2 above provided that you also do one of the following:
H A Ddemo.txt76 …* dashed lines : use at least one ''='' (horizontal) or '':'' (vertical) in a line, and it is dash…
110 …* shape : ''"a2s:type":"shapename"'' where shapename is one of ''cloud'', ''computer'', ''diamond'…
/plugin/foldablelist/
H A DLICENSE136 Sections 1 and 2 above provided that you also do one of the following:
293 <one line to give the program's name and a brief idea of what it does.>
/plugin/structcondstyle/
H A DLICENSE136 Sections 1 and 2 above provided that you also do one of the following:
293 <one line to give the program's name and a brief idea of what it does.>
/plugin/translate/
H A DCOPYING136 Sections 1 and 2 above provided that you also do one of the following:
293 <one line to give the program's name and a brief idea of what it does.>
/plugin/commonmark/
H A DREADME.md15 Commonmark plugin aims for complete compatiblity of Markdown in Dokuwiki. Most Markdown syntax have corresponding DW syntax, so it will work without problem; but in some cases, Markdown syntax do not matches DW specification one-by-one, or vice versa. Here is a list of known ambiguities between Commonmark and Dokuwiki, and its implements in the plugin:
/plugin/wideredit/
H A DLICENSE136 Sections 1 and 2 above provided that you also do one of the following:
293 <one line to give the program's name and a brief idea of what it does.>
/plugin/twofactorgoogleauth/
H A DLICENSE136 Sections 1 and 2 above provided that you also do one of the following:
/plugin/tablelayout/
H A DLICENSE136 Sections 1 and 2 above provided that you also do one of the following:
/plugin/gemini/
H A DLICENSE136 Sections 1 and 2 above provided that you also do one of the following:
293 <one line to give the program's name and a brief idea of what it does.>
/plugin/layeranimation/
H A DREADME.md4 … items inside - which are a kind of layers too - that float into the viewport one after the other.
40 …* ``%OPTION%`` - there is one special keyword you can use here (see below). Besides the keyword yo…
/plugin/oauthdrkserver/
H A DLICENSE136 Sections 1 and 2 above provided that you also do one of the following:
293 <one line to give the program's name and a brief idea of what it does.>

1...<<11121314151617181920>>...50