Home
last modified time | relevance | path

Searched refs:basis (Results 1 – 25 of 131) sorted by relevance

123456

/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/
Dsecp192k1.php36 $this->basis = [];
37 $this->basis[] = [
41 $this->basis[] = [
Dsecp160k1.php37 $this->basis = [];
38 $this->basis[] = [
42 $this->basis[] = [
Dsecp224k1.php36 $this->basis = [];
37 $this->basis[] = [
41 $this->basis[] = [
Dsecp256k1.php40 $this->basis = [];
41 $this->basis[] = [
45 $this->basis[] = [
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/BaseCurves/
DKoblitzPrime.php78 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/
Dsyntax.php66 $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/
DCommon.php476 $basis = count($modulo);
480 switch ($basis) {
482 $basis = 'tpBasis';
486 $basis = 'ppBasis';
498 'basis' => $basis,
/plugin/ipban/lang/nl/
Dintro.txt3 Deze plugin maakt het mogelijk om bepaalde gebruikers op basis van hun IP adres te blokkeren.
/plugin/sqlite/
H A Dstyle.less6 flex-basis: 50%;
/plugin/webcode/
DwebCodeConsole.css7 * Don't forget to increment the version number in the CONSTANT WEB_CONSOLE_CSS_VERSION of basis.php
/plugin/rdplink/RdpEncrypt/GuiVersion/
DREADME.md20 "AS IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
/plugin/button/
Dstyle.css22 /* 2020-05-11 : moved maximum CSS up a level to allow override on a per-button basis
/plugin/actickets/
DREADME28 from another project, you can add the project ID on a per-ticket basis:
/plugin/twofactor/
DREADME21 User Manager pluginUser Manager Plugin. I used their admin code as the basis
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
Dper-request-configuration.asciidoc4 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/
DREADME.md4 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/
Dreadme.md24 - **reset.css**: the file defines the basis of style resets among all editor UI spaces,
/plugin/latexcaption/
Dstyle.less28 flex-basis: 100%;
/plugin/ckgdoku/ckeditor/skins/moono-lisa/
Dreadme.md32 - **reset.css**: the file defines the basis of style resets among all editor UI spaces,
/plugin/ckgedit/ckeditor/skins/moono/
Dreadme.md34 - **reset.css**: the file defines the basis of style resets among all editor UI spaces,
/plugin/ckgdoku/ckeditor/skins/moono/
Dreadme.md34 - **reset.css**: the file defines the basis of style resets among all editor UI spaces,
/plugin/ckgedit/ckeditor/skins/moono-lisa/
Dreadme.md32 - **reset.css**: the file defines the basis of style resets among all editor UI spaces,
/plugin/photogallery/phpThumb/licenses/
Dlicense.mpl-20.txt97 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/
Dlicense.mpl-20.txt97 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/
DREADME.md8 …ify which file extensions to monitor. As data is collected (on a per file basis), you can pull inf…

123456