Home
last modified time | relevance | path

Searched refs:dh (Results 76 – 83 of 83) sorted by path

1234

/plugin/tindexmenu/syntax/
H A Dindexmenu.php650 $dh = @opendir($base.'/'.$dir);
651 if(!$dh) return;
652 while(($file = readdir($dh)) !== false){
661 closedir($dh);
/plugin/tocselect/
H A Daction.php148 $dh = opendir($dir);
149 if(!$dh) return;
150 while (($file = readdir($dh)) !== false) {
160 closedir($dh);
/plugin/txtconf/
H A Dconfig0.class.php217 if ($dh = opendir(DOKU_PLUGIN)) {
218 while (false !== ($plugin = readdir($dh))) {
230 closedir($dh);
252 if ($dh = opendir(DOKU_PLUGIN)) {
253 while (false !== ($plugin = readdir($dh))) {
262 closedir($dh);
/plugin/upgrade/
H A Dhelper.php307 $dh = @opendir($base . '/' . $dir);
308 if (!$dh) return false;
309 while (($file = readdir($dh)) !== false) {
367 closedir($dh);
395 if (!$dh = @opendir($dir)) {
398 while (false !== ($obj = readdir($dh))) {
405 closedir($dh);
/plugin/xcom/
H A Dremote.php267 while (($file = readdir($dh)) !== false) {
282 closedir($dh);
/plugin/xlsx2dw/packages/exceljs/
H A Dexceljs.js43942 var dh = require('diffie-hellman');
43948 exports.DiffieHellman = dh.DiffieHellman;
49869 var dh = this.h[6];
49906 eh = sum64_hi(dh, dl, T1_hi, T1_lo);
49908 dh = ch;
49921 sum64(this.h, 6, dh, dl);
50322 var hi = ah + bh + ch + dh + carry;
50346 var hi = ah + bh + ch + dh + eh + carry;
78748 var dh = this._dh | 0;
78823 eh = dh + t1h + getCarry(el, dl) | 0;
[all …]
/plugin/xlsx2dw/packages/xlsx/
H A Dxlsx.mjs21627 var cells = row.split(/<\/t[dh]>/i);
21630 if(!cell.match(/<t[dh]/i)) continue;
/plugin/xlsx2dw/packages/xmltojson/
H A Dxmltojson.js190 function dh(a,b,c){Sg.call(this,a,b);this.a=c} class
426 function bh(){bh=Nf;ah=new dh(jt,0,2);_g=new dh(kt,1,3);Zg=new dh(lt,2,4);Yg=new dh('COMPACT',3,0);…
600 …s.e:''+this.f};_.f=0;var Yd=Ck(Ps,'Enum',34);Mf(27,34,{27:1,3:1,22:1,34:1},dh);_.a=0;var Yg,Zg,$g,…

1234