Home
last modified time | relevance | path

Searched refs:opendir (Results 76 – 100 of 126) sorted by relevance

123456

/plugin/rssticker/
H A DlastRSS.php83 $dh=opendir($this->cache_dir);
/plugin/ckgdoku/fckeditor/editor/filemanager/connectors/php/
H A Dcommands.php90 $oCurrentFolder = @opendir( $sServerDir ) ;
223 $oCurrentFolder = @opendir( $sServerDir ) ;
/plugin/fckg/fckeditor/editor/filemanager/connectors/php/
H A Dcommands.php92 $oCurrentFolder = @opendir( $sServerDir ) ;
224 $oCurrentFolder = @opendir( $sServerDir ) ;
/plugin/ckgedit/fckeditor/editor/filemanager/connectors/php/
H A Dcommands.php89 $oCurrentFolder = @opendir( $sServerDir ) ;
222 $oCurrentFolder = @opendir( $sServerDir ) ;
/plugin/news/
H A Dadmin.php177 if ($dh = opendir($dir)) {
/plugin/swiftmail/Swift/Connection/
H A DSMTP.php357 $handle = opendir($dir);
/plugin/indexmenu/
H A Daction.php330 $handle = @opendir(DOKU_INC . $themebase);
H A Dadmin.php
/plugin/bliki/
H A Dsyntax.php341 $handle = @opendir($dir);
/plugin/orphanmedia/
H A Dsyntax.php392 if($handler = opendir($dir)) {
433 if($handler = opendir($dir)) {
/plugin/orphanmedia2/
H A Dsyntax.php393 if($handler = opendir($dir)) {
434 if($handler = opendir($dir)) {
/plugin/docimporter/
H A D.action.php.swp26 …while (false !== ($entry = readdir($handle))) {�� if ($handle = opendir($tempDir)) {� …
/plugin/nspages/
H A Dsyntax.php233 return @opendir($conf['datadir'] . '/' . $data['wantedDir']) !== false && $data['safe'];
/plugin/gcalendar/inc/
H A Dgcal_read.php288 if(!@$handle=opendir($dir)) continue;
/plugin/freechat/phpfreechat/src/
H A Dpfctools.php156 if(!$dh = @opendir($dir)) return;
/plugin/pagemove/
H A Dadmin.php846 $dh = @opendir($old_path);
881 $dh = @opendir($base.'/'.$dir);
/plugin/epub/scripts/
H A Dcss3.php332 if($dh = opendir(DOKU_INC.'lib/images/fileicons')){
/plugin/ckgedit/scripts/
H A Dcss6.php339 if($dh = opendir(DOKU_INC.'lib/images/fileicons')){
/plugin/authucenter/
H A Dauth.php524 $dir = opendir($src);
/plugin/pgn4web/pgn4web/
H A Dviewer.php324 if ($tmpDirHandle = opendir($tmpDir)) {
/plugin/htmlokay/
H A Dadmin.php229 $subdirectories = opendir($base);
/plugin/metadisplay/helper/
H A Dhtml.php80 $dh = opendir($dir);
H A Dplaintext.php80 $dh = opendir($dir);
/plugin/siteexport/
H A Dhelper.php43 if ($dh = @opendir($_dir)) {
/plugin/rater/
H A Dsyntax.php821 if($handler = opendir($dir)) {
843 if($handler = opendir($dir)) {

123456