/plugin/asciidocjs/node_modules/is-core-module/test/ |
D | index.js | 32 var mod = cores[i]; 33 var requireFunc = function () { require(mod); }; // eslint-disable-line no-loop-func 34 if (isCore(mod)) { 35 st.doesNotThrow(requireFunc, mod + ' supported; requiring does not throw'); 37 st['throws'](requireFunc, mod + ' not supported; requiring throws'); 50 var mod = libs[i]; 51 st.ok(data[mod], mod + ' is a core module'); 53 function () { require(mod); }, // eslint-disable-line no-loop-func 54 'requiring ' + mod + ' does not throw' 56 if (mod.slice(0, 5) !== 'node:') { [all …]
|
/plugin/asciidocjs/node_modules/resolve/test/ |
D | core.js | 28 var mod = cores[i]; 30 var requireFunc = function () { require(mod); }; // eslint-disable-line no-loop-func 31 t.comment(mod + ': ' + resolve.core[mod]); 32 if (resolve.core[mod]) { 33 st.doesNotThrow(requireFunc, mod + ' supported; requiring does not throw'); 37 st.throws(requireFunc, mod + ' not supported; requiring throws'); 51 var mod = libs[i]; 52 st.ok(resolve.core[mod], mod + ' is a core module'); 54 function () { require(mod); }, // eslint-disable-line no-loop-func 55 'requiring ' + mod + ' does not throw' [all …]
|
/plugin/golocal/src/ |
D | go.sum | 2 fyne.io/fyne/v2 v2.5.5/go.mod h1:0GOXKqyvNwk3DLmsFu9v0oYM0ZcD1ysGnlHCerKoAmo= 4 fyne.io/systray v1.11.0/go.mod h1:RVwqP9nYMo7h5zViCBHri2FgjXF7H2cub7MAq4NSoLs= 6 github.com/BurntSushi/toml v1.5.0/go.mod h1:ukJfTF/6rtPPRCnwkur4qwRxa8vTRFBF0uk2lLoLwho= 8 github.com/apenwarr/fixconsole v0.0.0-20191012055117-5a9f6489cc29/go.mod h1:JYWahgHer+Z2xbsgHPtaDYV… 10 github.com/apenwarr/w32 v0.0.0-20190407065021-aa00fece76ab/go.mod h1:nfFtvHn2Hgs9G1u0/J6LHQv//EksNC… 11 github.com/creack/pty v1.1.9/go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ33E= 13 github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= 15 github.com/felixge/fgprof v0.9.3/go.mod h1:RdbpDgzqYVh/T9fPELJyV7EYJuHB55UTEULNun8eiPw= 17 github.com/fredbi/uri v1.1.0/go.mod h1:aYTUoAXBOq7BLfVJ8GnKmfcuURosB1xyHDIfWeC/iW4= 19 github.com/fsnotify/fsnotify v1.9.0/go.mod h1:8jBTzvmWwFyi3Pb8djgCCO5IBqzKJ/Jwo8TRcHyHii0= [all …]
|
/plugin/fedauth/Auth/OpenID/ |
D | DiffieHellman.php | 45 var $mod; variable in Auth_OpenID_DiffieHellman 50 function Auth_OpenID_DiffieHellman($mod = null, $gen = null, argument 59 if ($mod === null) { 60 $this->mod = $this->lib->init(Auth_OpenID_getDefaultMod()); 62 $this->mod = $mod; 72 $r = $this->lib->rand($this->mod); 79 $this->mod); 84 return $this->lib->powmod($composite, $this->private, $this->mod); 94 return ($this->mod == Auth_OpenID_getDefaultMod() &&
|
D | BigMath.php | 61 array_unshift($bytes, $this->mod($long, 256)); 162 $duplicate = $this->mod($mxrand, $stop); 177 return $this->mod($n, $stop); 218 function mod($base, $modulus) function in Auth_OpenID_BcMathWrapper 240 $square = $this->mod($base, $modulus); 243 if ($this->mod($exponent, 2)) { 244 $result = $this->mod($this->mul($result, $square), $modulus); 246 $square = $this->mod($this->mul($square, $square), $modulus); 304 function mod($base, $modulus) function in Auth_OpenID_GmpMathWrapper
|
/plugin/openid/Auth/OpenID/ |
D | DiffieHellman.php | 45 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() &&
|
D | BigMath.php | 61 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
|
/plugin/jplayer/components/ |
D | require.js | 484 mod = getOwn(registry, id); 486 if (!mod) { 487 mod = registry[id] = new context.Module(depMap); 490 return mod; 495 mod = getOwn(registry, id); 498 (!mod || mod.defineEmitComplete)) { 515 var mod = getOwn(registry, id); 516 if (mod) { 518 mod.error = err; 519 if (mod.events.error) { [all …]
|
D | require-built.js | 484 mod = getOwn(registry, id); 486 if (!mod) { 487 mod = registry[id] = new context.Module(depMap); 490 return mod; 495 mod = getOwn(registry, id); 498 (!mod || mod.defineEmitComplete)) { 515 var mod = getOwn(registry, id); 516 if (mod) { 518 mod.error = err; 519 if (mod.events.error) { [all …]
|
/plugin/jplayer/vendor/robloach/component-installer/src/ComponentInstaller/Resources/ |
D | require.js | 484 mod = getOwn(registry, id); 486 if (!mod) { 487 mod = registry[id] = new context.Module(depMap); 490 return mod; 495 mod = getOwn(registry, id); 498 (!mod || mod.defineEmitComplete)) { 515 var mod = getOwn(registry, id); 516 if (mod) { 518 mod.error = err; 519 if (mod.events.error) { [all …]
|
/plugin/lastcomp/ |
D | syntax.php | 108 $mod = "<div class='wrap_alert wrap_right';>"; 109 …$mod .= $txt1 . "<br>'" . $link1 . "' (". $datum1 . ")<br>" . $txt2 . "<br>'" . $link2 . "' (" . $… 110 $mod .= "</div>"; 112 $mod = "<div class='wrap_info wrap_right';>"; 113 …$mod .= $txt1 . "<br>'" . $link2 . "' (". $datum2 . ")<br>" . $txt2 . "<br>'" . $link1 . "' (". $d… 114 $mod .= "</div>"; 117 return $mod;
|
/plugin/loadskin/lang/fr/ |
D | intro.txt | 1 ====== Gestionnaire de modèles ====== 3 …te|modèles]] pour différentes pages ou catégories de votre wiki. Veuillez noter qu'un utilisateur … 5 …vous choisissez un modèle pour une page ''wiki'', toutes les pages de la catégorie ''wiki:'', si e…
|
/plugin/diagramsnet/lib/js/diagramly/graphml/ |
D | mxGraphMlCodec.js | 425 switch(mappingObj.mod) 765 "shape": {key: "shape", mod: "shape"}, property 766 "y:Shape.type": {key: "shape", mod: "shape"}, property 767 "configuration": {key: "shape", mod: "shape"}, property 768 "type": {key: "shape", mod: "shape"}, property 769 "assetName": {key: "shape", mod: "shape"}, property 770 "activityType": {key: "shape", mod: "shape"}, property 771 "fill": {key: "fillColor", mod: "color"}, property 772 "fill.yjs:SolidColorFill.color": {key: "fillColor", mod: "color"}, property 773 "fill.yjs:SolidColorFill.color.yjs:Color.value": {key: "fillColor", mod: "color"}, property [all …]
|
/plugin/asciidocjs/node_modules/resolve/lib/ |
D | core.js | 7 for (var mod in data) { // eslint-disable-line no-restricted-syntax 8 if (Object.prototype.hasOwnProperty.call(data, mod)) { 9 core[mod] = isCoreModule(mod);
|
/plugin/asciidocjs/node_modules/yargs/build/lib/utils/ |
D | which-module.js | 4 for (let i = 0, files = Object.keys(require.cache), mod; i < files.length; i++) { 5 mod = require.cache[files[i]]; 6 if (mod.exports === exported) 7 return mod;
|
/plugin/asciidocjs/node_modules/lazy-cache/ |
D | index.js | 21 var proxy = function(mod, name) { argument 22 name = name || camelcase(mod); 26 cache[name] = fn(mod); 39 return (cache[name] = fn(mod));
|
/plugin/codemirror/dist/modes/ |
D | diff.min.js.map | 1 …mod","exports","module","require","define","amd","CodeMirror","defineMode","TOKEN_NAMES","+","-","…
|
D | haskell-literate.min.js.map | 1 …mod","exports","module","require","define","amd","CodeMirror","defineMode","config","parserConfig"…
|
D | htmlembedded.min.js.map | 1 …mod","exports","module","require","define","amd","CodeMirror","defineMode","config","parserConfig"…
|
D | rust.min.js.map | 1 …mod","exports","module","require","define","amd","CodeMirror","defineSimpleMode","start","regex","…
|
/plugin/indexmenu2/cms/modifiers/ |
D | roundednode.js | 1 CompleteMenuSolution.prototype.mod.roundednode={runat:'node',mod:function(i){var I=document.createE… method in CompleteMenuSolution
|
/plugin/authgooglesheets/vendor/firebase/php-jwt/src/ |
D | JWK.php | 131 $mod = JWT::urlsafeB64Decode($n); 134 $modulus = \pack('Ca*a*', 2, self::encodeLength(\strlen($mod)), $mod);
|
/plugin/advanced/lang/fr/config/ |
D | hooks.txt | 1 ==== Attaches de modèles ==== 3 …rmettent d'ajouter des pages HTML ou PHP statiques au modèle sans modifier aucun fichier dudit mod…
|
/plugin/randomtables/table-roller/src/Table/ |
D | BaseTable.php | 91 $mod = 0; 93 $mod = (int)($parts[3] . $parts[4]); 101 $result += $mod;
|
/plugin/autolink3/ |
D | admin.php | 59 if (isset($_REQUEST['mod'])){ 60 $ligne = str_replace(';', ' ',$_REQUEST['mod']); 90 …image' src='".DOKU_BASE."/lib/plugins/autolink3/ressources/edit.gif' name='mod' value='".$global."…
|