| /plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/ |
| D | SamplingHandler.php | 46 protected $factor; variable in Monolog\\Handler\\SamplingHandler 52 …* @param int $factor Sample factor (e.g. 10 means every ~10th record is sam… 54 public function __construct($handler, int $factor) argument 58 $this->factor = $factor; 72 if ($this->isHandling($record) && mt_rand(1, $this->factor) === 1) {
|
| /plugin/structstatus/ |
| D | style.less | 19 @factor: 1.4; 21 font-size: (100% * @factor); 30 width: (14px * @factor); 31 height: (14px * @factor);
|
| /plugin/twofactor/lang/en/ |
| D | admin.txt | 3 …st one second factor mechanism set up for use. You can use this tool to reset the user's setup whe… 5 …ll reset **all** two-factor mechanisms for the user! Depending on your setup, the user may be requ…
|
| D | optout.txt | 1 This wiki has the ability to use two-factor authentication. It is highly recommended using it by co… 3 … to use this option, you can opt out below. You can always re-enable two-factor authentication lat…
|
| D | resendpwd.txt | 3 Please provide your second factor data below to reset your password.
|
| D | login.txt | 3 Please provide your second factor data below to complete your login.
|
| D | mandatory.txt | 1 This wiki requires the use of two-factor authentication. You always need to have at least one of th…
|
| D | optin.txt | 1 This wiki has the ability to use two-factor authentication. It is highly recommended using it by co…
|
| D | profile.txt | 3 This is where you can configure what you want to use as a second factor besides your usual credenti…
|
| /plugin/authgooglesheets/vendor/google/apiclient/src/Task/ |
| D | Runner.php | 46 private $factor = 2; variable in Google\\Task\\Runner 130 $this->factor = $config['factor']; 244 $factor = $this->attempts > 1 ? $this->factor + $jitter : 1 + abs($jitter); 246 return $this->delay = min($this->maxDelay, $this->delay * $factor);
|
| /plugin/structtasks/meta/ |
| D | AbstractNotifier.php | 72 $factor = ($today < $date) ? 1 : -1; 73 return [$factor * $diff->y, $factor * $diff->m, $factor * $diff->d];
|
| /plugin/elasticsearch/vendor/ruflin/elastica/src/Aggregation/ |
| D | DateHistogram.php | 78 * @param int $factor set to 1000 if date is stored in seconds rather than milliseconds 82 public function setFactor(int $factor): self argument 84 return $this->setParam('factor', $factor);
|
| /plugin/authyubikey/ |
| D | plugin.info.txt | 5 name Plain Auth Plugin with Yubikey's two factor identifiction via OTP 6 …tication against DokuWiki's local password storage combined with the two factor identification pro…
|
| D | README.md | 3 This plugin is written for Dokuwiki to enable a two factor authentification.
|
| /plugin/podcast/ |
| D | helper.php | 87 $factor = floor((strlen($bytes) - 1) / 3); 88 return sprintf("%.{$decimals}f", $bytes / pow(1024, $factor)) . @$sz[$factor];
|
| /plugin/codemirror/dist/modes/ |
| D | factor.min.js.map | 1 …factor/factor.js"],"names":["mod","exports","module","require","define","amd","CodeMirror","define…
|
| /plugin/elasticsearch/vendor/ruflin/elastica/src/Query/ |
| D | FunctionScore.php | 163 ?float $factor = null, argument 173 if (null !== $factor) { 174 $functionParams['factor'] = $factor;
|
| /plugin/stlviewer/stlviewer/ |
| D | TrackballControls.js | 196 var factor; 200 factor = _touchZoomDistanceStart / _touchZoomDistanceEnd; 202 _eye.multiplyScalar( factor ); 206 factor = 1.0 + ( _zoomEnd.y - _zoomStart.y ) * _this.zoomSpeed; 208 if ( factor !== 1.0 && factor > 0.0 ) { 210 _eye.multiplyScalar( factor );
|
| /plugin/gil/ |
| D | syntax.php | 214 $factor= $matches[1]; 215 $ans= floatval($factor);
|
| /plugin/twofactor/ |
| D | plugin.info.txt | 6 desc Creates a two factor authentication mechanism
|
| /plugin/sequencediagram/bower_components/js-sequence-diagrams/src/ |
| D | theme.js | 96 var factor = Math.sqrt((x2 - x1) * (x2 - x1) + (y2 - y1) * (y2 - y1)) / 25; 103 var xfactor = Math.random() > 0.5 ? factor : -factor; 104 var yfactor = Math.random() > 0.5 ? factor : -factor;
|
| /plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ |
| D | UnitConverter.php | 135 … $factor = $this->div(self::$units[$state][$unit], self::$units[$state][$dest_unit], $cp); 136 $n = $this->mul($n, $factor, $cp);
|
| /plugin/authgoogle2fa/ |
| D | README.md | 13 * Whether you want to enable two-factor authentication or not...
|
| /plugin/authyubikey/lib/ |
| D | README | 55 There is also a complete example site that demonstrates one-factor and 56 two-factor mode. It requires a database to store the username and
|
| /plugin/swiftmail/Swift/Message/ |
| D | Encoder.php | 451 protected function getHcf($value, $factor) argument 453 return ($value - ($value % $factor));
|