Home
last modified time | relevance | path

Searched refs:Factor (Results 1 – 25 of 26) sorted by relevance

12

/plugin/authg2fa/
Dplugin.info.txt5 name 2Factor Google Authenticator Plugin
6 desc Adds Google 2Factor Authentication to DokuWiki local password storage.
/plugin/projects/pchart/pchart/
Dpchart.php457 $ScaleOk = FALSE; $Factor = 1;
466 $Scale1 = ( $this->VMax - $this->VMin ) / $Factor;
467 $Scale2 = ( $this->VMax - $this->VMin ) / $Factor / 2;
468 $Scale4 = ( $this->VMax - $this->VMin ) / $Factor / 4;
474 if ( $Scale2 > 1 ) { $Factor = $Factor * 10; }
475 if ( $Scale2 < 1 ) { $Factor = $Factor / 10; }
479 if ( floor($this->VMax / $Scale / $Factor) != $this->VMax / $Scale / $Factor)
481 $GridID = floor ( $this->VMax / $Scale / $Factor) + 1;
482 $this->VMax = $GridID * $Scale * $Factor;
486 if ( floor($this->VMin / $Scale / $Factor) != $this->VMin / $Scale / $Factor)
[all …]
/plugin/charter/lib/pchart/
DpChart.class.php457 $ScaleOk = FALSE; $Factor = 1;
466 $Scale1 = ( $this->VMax - $this->VMin ) / $Factor;
467 $Scale2 = ( $this->VMax - $this->VMin ) / $Factor / 2;
468 $Scale4 = ( $this->VMax - $this->VMin ) / $Factor / 4;
474 if ( $Scale2 > 1 ) { $Factor = $Factor * 10; }
475 if ( $Scale2 < 1 ) { $Factor = $Factor / 10; }
479 if ( floor($this->VMax / $Scale / $Factor) != $this->VMax / $Scale / $Factor)
481 $GridID = floor ( $this->VMax / $Scale / $Factor) + 1;
482 $this->VMax = $GridID * $Scale * $Factor;
486 if ( floor($this->VMin / $Scale / $Factor) != $this->VMin / $Scale / $Factor)
[all …]
/plugin/twofactor/lang/en/
Dresendpwd.txt1 ====== Two-Factor Confirmation ======
Dlogin.txt1 ====== Two-Factor Login ======
Dprofile.txt1 ====== Two-Factor Settings ======
Dadmin.txt1 ====== Two-Factor Admin ======
/plugin/statdisplay/pchart/
DpChart.php2993 $Factor = 1;
3008 $Scale1 = ($this->VMax - $this->VMin) / $Factor;
3009 $Scale2 = ($this->VMax - $this->VMin) / $Factor / 2;
3023 $Factor = $Factor * 10;
3026 $Factor = $Factor / 10;
3031 if (floor ( $this->VMax / $Scale / $Factor ) != $this->VMax / $Scale / $Factor) {
3032 $GridID = floor ( $this->VMax / $Scale / $Factor ) + 1;
3033 $this->VMax = $GridID * $Scale * $Factor;
3037 if (floor ( $this->VMin / $Scale / $Factor ) != $this->VMin / $Scale / $Factor) {
3038 $GridID = floor ( $this->VMin / $Scale / $Factor );
[all …]
DGDCanvas.php474 public function allocateColor(Color $color, $Factor = 0, $alpha = 100) { argument
475 if ($Factor != 0) {
476 $color = $color->addRGBIncrement($Factor);
/plugin/authgoogle2fa/
Dplugin.info.txt5 name Two Factor Google Authenticator Plugin
/plugin/twofactor/
Dplugin.info.txt5 name Two Factor Authentication - Core Plugin
/plugin/twofactorsmsappliance/
Dplugin.info.txt5 name Two Factor Authentication - SMS Appliance Plugin
/plugin/twofactoremail/
Dplugin.info.txt5 name Two Factor Authentication - Email Plugin
/plugin/twofactorsmsgateway/
Dplugin.info.txt5 name Two Factor Authentication - SMS Gateway Plugin
/plugin/twofactorgoogleauth/
Dplugin.info.txt5 name Two Factor Authentication - Google Authenticator Plugin
/plugin/twofactoraltemail/
Dplugin.info.txt5 name Two Factor Authentication - Alternate Email Plugin
/plugin/twofactortelegram/
Dplugin.info.txt5 name Two Factor Authentication - Telegram Plugin
/plugin/twofactoryubiauth/
Dplugin.info.txt5 name Two Factor Authentication - Yubi Authenticator Plugin
/plugin/codemirror/dist/modes/
Dfactor.min.js.map1 …/ Distributed under an MIT license: https://codemirror.net/LICENSE\n\n// Factor syntax highlight -…
/plugin/ebnf/
H A Debnf.php386 throw new EbnfException("Factor expected", $token['pos']);
/plugin/tuxquote/
Dquotes.txt3487 …om the answer you got, gives you the answer you should have got. <BR> -- Finnegans Finagling Factor
3492 …xperiment is ever a complete failure, it can always serve as a bad example. <BR> -- Futility Factor
/plugin/combo/resources/library/bootstrap/5.0.1/
H A Dbootstrap.min.css.map1 … on screen height and width\n$rfs-two-dimensional: false !default;\n\n// Factor of decrease\n$rfs-…
H A Dbootstrap.rtl.min.css.map1 … on screen height and width\n$rfs-two-dimensional: false !default;\n\n// Factor of decrease\n$rfs-…
/plugin/combo/resources/library/bootstrap/4.5.0/
H A Dbootstrap.16col.min.css.map1 … on screen height and width\n$rfs-two-dimensional: false !default;\n\n// Factor of decrease\n$rfs-…
/plugin/combo/resources/library/bootstrap/4.4.1/
H A Dbootstrap.16col.min.css.map1 … on screen height and width\n$rfs-two-dimensional: false !default;\n\n// Factor of decrease\n$rfs-…

12