Home
last modified time | relevance | path

Searched refs:mod (Results 226 – 244 of 244) sorted by path

12345678910

/plugin/odp/
H A Drenderer.php1269 $mod = -1;
1274 $mod = 1;
1282 for ($x = $start; $x != $end; $x += $mod) {
/plugin/odt/renderer/
H A Dpage.php1555 $mod = -1;
1560 $mod = 1;
1568 for ($x = $start; $x != $end; $x += $mod) {
/plugin/openid/Auth/OpenID/
H A DBigMath.php61 array_unshift($bytes, $this->mod($long, 256));
158 $duplicate = $this->mod($mxrand, $stop);
173 return $this->mod($n, $stop);
216 abstract protected function mod($base, $modulus); function in Auth_OpenID_MathLibrary
263 function mod($base, $modulus) function in Auth_OpenID_BcMathWrapper
289 $square = $this->mod($base, $modulus);
292 if ($this->mod($exponent, 2)) {
293 $result = $this->mod($this->mul($result, $square), $modulus);
295 $square = $this->mod($this->mul($square, $square), $modulus);
353 function mod($base, $modulus) function in Auth_OpenID_GmpMathWrapper
H A DConsumer.php482 $math->longToBase64($this->dh->mod),
H A DDiffieHellman.php45 public $mod; variable in Auth_OpenID_DiffieHellman
51 function __construct($mod = null, $gen = null, argument
60 if ($mod === null) {
61 $this->mod = $this->lib->init(Auth_OpenID_getDefaultMod());
63 $this->mod = $mod;
73 $r = $this->lib->rand($this->mod);
80 $this->mod);
85 return $this->lib->powmod($composite, $this->private, $this->mod);
95 return ($this->mod == Auth_OpenID_getDefaultMod() &&
/plugin/openlayersmap/ol7/
H A Dol.js.map
/plugin/pdfjs/pdfjs/build/
H A Dpdf.worker.js.map1 …op();\n stack.push(a < b);\n break;\n case 'mod':\n b = …
/plugin/pdfjs/pdfjs/web/locale/br/
H A Dviewer.properties36 presentation_mode.title=Trec'haoliñ etrezek ar mod kinnigadenn
/plugin/pdfjs/pdfjs/web/locale/da/
H A Dviewer.properties59 page_rotate_ccw.title=Roter mod uret
60 page_rotate_ccw.label=Roter mod uret
61 page_rotate_ccw_label=Roter mod uret
/plugin/qstat/
H A Dsyntax.php289 $mod = array(
297 foreach ($mod as $key => $value) {
/plugin/randomtables/table-roller/src/Table/
H A DBaseTable.php91 $mod = 0;
93 $mod = (int)($parts[3] . $parts[4]);
101 $result += $mod;
/plugin/securelogin/
H A Drsalib.js515 return x.mod(this.m);
695 BigInteger.prototype.mod = bnMod; method in BigInteger
/plugin/sequencediagram/bower_components/lodash/test/
H A Dtest.js23588 return lodashStable.flatMap(transforms, function(mod) { argument
23589 return [func(mod(value)), func(Object(mod(value)))];
23609 return lodashStable.flatMap(transforms, function(mod) { argument
23610 … return [func(mod(value)), func(Object(mod(value))), func(mod(upper)), func(Object(mod(upper)))];
23628 return lodashStable.flatMap(transforms, function(mod) { argument
23629 return [func(mod(value)), func(Object(mod(value)))];
/plugin/statistics/inc/
H A DStatisticsQuery.class.php191 $mod = 1;
193 $mod = 1024*1024;
197 AVG(`value`)/$mod as cnt
/plugin/structtemplate/_vagrant/
H A Dprovision_web_server.sh7 libapache2-mod-php \
/plugin/syntaxhighlighter4/dist/
H A Dsyntaxhighlighter.js.map1mod|not|or|return(?!\\s&)(ing)?|equals|(is(n't| not)? )?equal( to)?|does(n't| not) equal|(is(n't| …
/plugin/webdav/vendor/sabre/vobject/resources/schema/
H A Dxcal.rng434 property-last-mod? &
479 property-last-mod? &
522 property-last-mod? &
573 property-last-mod? &
1163 property-last-mod = element last-modified {
/plugin/xlsx2dw/packages/exceljs/
H A Dexceljs.js25697 return mod && mod.__esModule ? mod : {
25798 return mod && mod.__esModule ? mod : {
26094 if (mod && mod.__esModule) return mod;
26542 return mod && mod.__esModule ? mod : {
26626 if (mod && mod.__esModule) return mod;
27532 return mod && mod.__esModule ? mod : {
27709 return mod && mod.__esModule ? mod : {
31787 mod: mod
31817 mod: mod
35476 mod: mod
[all …]
/plugin/xlsx2dw/packages/xlsx/
H A Dxlsx.mjs2876 /* TODO: last mod file time/date */
2914 o.write_shift(4, 0); /* TODO: last mod file time/date */

12345678910