Home
last modified time | relevance | path

Searched refs:dh (Results 26 – 50 of 83) sorted by relevance

1234

/plugin/odt/helper/
H A Ddwcssloader.php216 if($dh = opendir(DOKU_INC.'lib/images/fileicons')){
217 while(false !== ($file = readdir($dh))){
226 closedir($dh);
/plugin/accscounter/
H A Daction.php170 if ($dh = opendir($dir_name)) {
171 while (($file = readdir($dh)) !== false) {
184 closedir($dh);
/plugin/rssticker/
H A DlastRSS.php83 $dh=opendir($this->cache_dir);
84 while ($file = readdir ($dh)) {
93 closedir($dh);
/plugin/pagemove/
H A Dadmin.php846 $dh = @opendir($old_path);
847 if($dh) {
848 while(($file = readdir($dh)) !== false) {
857 closedir($dh);
881 $dh = @opendir($base.'/'.$dir);
882 if(!$dh) return;
883 while(($file = readdir($dh)) !== false) {
892 closedir($dh);
/plugin/elasticsearch/vendor/patrickschur/language-detection/resources/ga/
H A Dga.txt
/plugin/news/
H A Dadmin.php177 if ($dh = opendir($dir)) {
178 while (($file = readdir($dh)) !== false) {
192 closedir($dh);
/plugin/metadisplay/helper/
H A Dhtml.php80 $dh = opendir($dir);
81 if (!$dh) return;
83 while (($file = readdir($dh)) !== false) {
103 closedir($dh);
H A Dplaintext.php80 $dh = opendir($dir);
81 if (!$dh) return;
83 while (($file = readdir($dh)) !== false) {
103 closedir($dh);
/plugin/fedauth/Auth/OpenID/
H A DConsumer.php459 function Auth_OpenID_DiffieHellmanSHA1ConsumerSession($dh = null) argument
461 if ($dh === null) {
462 $dh = new Auth_OpenID_DiffieHellman();
465 $this->dh = $dh;
472 $cpub = $math->longToBase64($this->dh->public);
476 if (!$this->dh->usingDefaultValues()) {
479 $math->longToBase64($this->dh->mod),
481 $math->longToBase64($this->dh->gen)));
506 return $this->dh->xorSecret($spub, $enc_mac_key, $this->hash_func);
/plugin/openid/Auth/OpenID/
H A DConsumer.php460 protected $dh; variable in Auth_OpenID_DiffieHellmanSHA1ConsumerSession
462 function __construct($dh = null) argument
464 if ($dh === null) {
465 $dh = new Auth_OpenID_DiffieHellman();
468 $this->dh = $dh;
475 $cpub = $math->longToBase64($this->dh->public);
479 if (!$this->dh->usingDefaultValues()) {
482 $math->longToBase64($this->dh->mod),
484 $math->longToBase64($this->dh->gen)
514 return $this->dh->xorSecret($spub, $enc_mac_key, $this->hash_func);
/plugin/editx/
H A Daction.php136 $dh = @opendir($oldpath);
137 if($dh) {
138 while(($file = readdir($dh)) !== false){
154 closedir($dh);
/plugin/submgr/lang/de/
H A Dintro.txt4 Neu hinzugefüge Regeln werden sofort auf alle betroffenen Nutzer angewandt (dh. Abonnements für die…
/plugin/freechat/phpfreechat/src/
H A Dpfctools.php156 if(!$dh = @opendir($dir)) return;
157 while (($obj = readdir($dh)))
162 closedir($dh);
H A Dpfcglobalconfig.class.php833 $dh = opendir($dir);
834 while (false !== ($file = readdir($dh)))
847 closedir($dh);
/plugin/indexmenu/
H A Dadmin.php
/plugin/epub/scripts/
H A Dcss3.php332 if($dh = opendir(DOKU_INC.'lib/images/fileicons')){
333 while(false !== ($file = readdir($dh))){
342 closedir($dh);
/plugin/ckgedit/scripts/
H A Dcss6.php339 if($dh = opendir(DOKU_INC.'lib/images/fileicons')){
340 while(false !== ($file = readdir($dh))){
349 closedir($dh);
/plugin/siteexport/
H A Dhelper.php43 if ($dh = @opendir($_dir)) {
44 while (false !== ($entry = readdir($dh))) {
60 closedir($dh);
/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/freesync/
H A Dhelper.php85 if($dh = opendir($this->_profilePath)) {
86 while($profile = readdir($dh)) {
90 closedir($dh);
/plugin/indexmenu/syntax/
H A Dindexmenu.php
/plugin/xcom/
H A Dremote.php267 while (($file = readdir($dh)) !== false) {
282 closedir($dh);
/plugin/diagramsnet/lib/js/grapheditor/
H A DEditor.js819 var dh = ds.height;
821 var top = Math.max(1, Math.round((dh - h - editorUi.footerHeight) / 3));
827 h = Math.min(h, dh - padding);
840 this.bg.style.height = dh + 'px';
939 dh = ds.height;
940 this.bg.style.height = dh + 'px';
948 top = Math.max(1, Math.round((dh - h - editorUi.footerHeight) / 3));
950 h = Math.min(h0, dh - padding);
/plugin/s5reloaded/ui/thesis/
H A Dslides.js1792 var dh = Math.max(height-(2*rh),0.1); var S2L;
1814 ctx.fillRect(x+yo,y+rh+yo+yo,width,dh);
1820 ctx.lineTo(x,y+rh+dh);
1821 ctx.bezierCurveTo(x,y+height,x+width,y+height,x+width,y+rh+dh)
1836 ctx.lineTo(x,y+rh+dh);
1876 ctx.fillRect(x,y+rh+yo,width,dh);
2241 var dh = ih/(ChartData[0].length-1)
2313 ctx.moveTo(pw,ph+(i*dh));
2314 ctx.lineTo(pw+iw,ph+(i*dh));
2351 ctx.moveTo(pw-ps,ph+(i*dh));
[all …]
/plugin/c3chart/assets/
H A Dd3.min.js2dh:Math.acos(t)}function Tn(t){return t>1?vh:t<-1?-vh:Math.asin(t)}function Nn(t){return(t=Eh(t/2)… variable

1234