Searched refs:basis (Results 1 – 25 of 131) sorted by relevance
123456
| /plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/ |
| D | secp192k1.php | 36 $this->basis = []; 37 $this->basis[] = [ 41 $this->basis[] = [
|
| D | secp160k1.php | 37 $this->basis = []; 38 $this->basis[] = [ 42 $this->basis[] = [
|
| D | secp224k1.php | 36 $this->basis = []; 37 $this->basis[] = [ 41 $this->basis[] = [
|
| D | secp256k1.php | 40 $this->basis = []; 41 $this->basis[] = [ 45 $this->basis[] = [
|
| /plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/BaseCurves/ |
| D | KoblitzPrime.php | 78 if (!isset($this->basis)) { 96 $this->basis = static::extendedGCD($lambda->toBigInteger(), $this->order); 98 foreach ($this->basis as $basis) { 99 echo strtoupper($basis['a']->toHex(true)) . "\n"; 100 echo strtoupper($basis['b']->toHex(true)) . "\n\n"; 112 list($v1, $v2) = $this->basis;
|
| /plugin/lastcomp/ |
| D | syntax.php | 66 $basis = DOKU_URL . "doku.php?id="; 97 $link1 = "<a href = $basis.$verz1 title=$titel1>$titel1</a>"; 98 $link2 = "<a href = $basis.$verz2 title=$titel2>$titel2</a>";
|
| /plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/ |
| D | Common.php | 476 $basis = count($modulo); 480 switch ($basis) { 482 $basis = 'tpBasis'; 486 $basis = 'ppBasis'; 498 'basis' => $basis,
|
| /plugin/ipban/lang/nl/ |
| D | intro.txt | 3 Deze plugin maakt het mogelijk om bepaalde gebruikers op basis van hun IP adres te blokkeren.
|
| /plugin/sqlite/ |
| H A D | style.less | 6 flex-basis: 50%;
|
| /plugin/webcode/ |
| D | webCodeConsole.css | 7 * Don't forget to increment the version number in the CONSTANT WEB_CONSOLE_CSS_VERSION of basis.php
|
| /plugin/rdplink/RdpEncrypt/GuiVersion/ |
| D | README.md | 20 "AS IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
|
| /plugin/button/ |
| D | style.css | 22 /* 2020-05-11 : moved maximum CSS up a level to allow override on a per-button basis
|
| /plugin/actickets/ |
| D | README | 28 from another project, you can add the project ID on a per-ticket basis:
|
| /plugin/twofactor/ |
| D | README | 21 User Manager pluginUser Manager Plugin. I used their admin code as the basis
|
| /plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/ |
| D | per-request-configuration.asciidoc | 4 There are several configurations that can be set on a per-request basis, rather 293 (if your HTTP handler supports it) on a per-request basis via the `future` 320 requests. However, it is possible to configure on a per-request basis, too, if
|
| /plugin/strata/ |
| D | README.md | 4 I added minor changes for my own use as the basis for a risks management tool, I publish them here …
|
| /plugin/ckgedit/ckeditor/skins/kama/ |
| D | readme.md | 24 - **reset.css**: the file defines the basis of style resets among all editor UI spaces,
|
| /plugin/latexcaption/ |
| D | style.less | 28 flex-basis: 100%;
|
| /plugin/ckgdoku/ckeditor/skins/moono-lisa/ |
| D | readme.md | 32 - **reset.css**: the file defines the basis of style resets among all editor UI spaces,
|
| /plugin/ckgedit/ckeditor/skins/moono/ |
| D | readme.md | 34 - **reset.css**: the file defines the basis of style resets among all editor UI spaces,
|
| /plugin/ckgdoku/ckeditor/skins/moono/ |
| D | readme.md | 34 - **reset.css**: the file defines the basis of style resets among all editor UI spaces,
|
| /plugin/ckgedit/ckeditor/skins/moono-lisa/ |
| D | readme.md | 32 - **reset.css**: the file defines the basis of style resets among all editor UI spaces,
|
| /plugin/photogallery/phpThumb/licenses/ |
| D | license.mpl-20.txt | 97 Contributions, either on an unmodified basis, with Modifications, or 240 ongoing basis, if such Contributor fails to notify You of the 243 Contributor are reinstated on an ongoing basis if such Contributor 267 * basis, without warranty of any kind, either expressed, implied, or *
|
| /plugin/jplayer/vendor/james-heinrich/getid3/licenses/ |
| D | license.mpl-20.txt | 97 Contributions, either on an unmodified basis, with Modifications, or 240 ongoing basis, if such Contributor fails to notify You of the 243 Contributor are reinstated on an ongoing basis if such Contributor 267 * basis, without warranty of any kind, either expressed, implied, or *
|
| /plugin/dlcounter/ |
| D | README.md | 8 …ify which file extensions to monitor. As data is collected (on a per file basis), you can pull inf…
|
123456