Home
last modified time | relevance | path

Searched refs:readdir (Results 1 – 25 of 126) sorted by relevance

123456

/plugin/freechat/phpfreechat/src/containers/
H A Dfile.class.php147 while (false !== ($file = readdir($dh)))
165 while (false !== ($file = readdir($dh)))
277 readdir($dh); readdir($dh); // skip . and .. directories
278 $isnotempty = readdir($dh);
/plugin/memcache/classes/
H A Dmemcache_fakecache.class.php19 while ($file = readdir($dh)){
91 while ($file = readdir($dh)){
97 while ($file = readdir($dh)){
/plugin/pubmed2020/classes/
H A Dcache.php117 while($name = readdir($dirhandle)){
178 while($name = readdir($dirhandle)){
197 while($name = readdir($dirhandle)){
332 while (($entry = readdir($handle))){
/plugin/jplayer/vendor/james-heinrich/getid3/demos/
H A Dindex.php10 while ($file = readdir($dh)) {
H A Ddemo.simple.php33 while (($file = readdir($dir)) !== false) {
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/php/
H A Dcommands.php35 while ( $sFile = readdir( $oCurrentFolder ) )
65 while ( $sFile = readdir( $oCurrentFolder ) )
/plugin/photogallery/phpThumb/demo/
H A Dindex.php18 while ($file = readdir($dh)) {
/plugin/fblogin/
H A Dadmin.php172 while ($lang = readdir($configlang_h)) {
209 while (false !== ($lang = readdir($configlang_h)) ) {
/plugin/shibbolethauth/
H A Dadmin.php174 while ($lang = readdir($configlang_h)) {
211 while (false !== ($lang = readdir($configlang_h)) ) {
/plugin/noiewarning/conf/
H A Dmetadata.php17 while (false !== ($fnam = @readdir($handle))) {
/plugin/bibtex/OSBib/
H A DLOADSTYLE.php39 while(FALSE !== ($dir = readdir($handle)))
/plugin/pdftools/
H A Dfunctions.php26 while(false !== ( $file = readdir($dir)) ) {
/plugin/freechat/phpfreechat/src/commands/
H A Dhelp.class.php24 while (false !== ($file = readdir($dh)))
/plugin/quickstats/GEOIP/vendor/
H A Dcheck_dir.php11 while (($file = readdir($fh)) !== false) {
/plugin/tiledblog/
H A Dajax.php38 while (false !== ($file = readdir ($pathDirObj))) {
/plugin/pdb/classes/
H A Dcache.php56 while($name = readdir($dirhandle)){
143 while (($entry = readdir($handle))){
/plugin/cache/
H A Dplugin_cache.php63 while($name = readdir($dirhandle)){
150 while (($entry = readdir($handle))){
/plugin/pubchem/classes/
H A Dcache.php56 while($name = readdir($dirhandle)){
143 while (($entry = readdir($handle))){
/plugin/pubmed/classes/
H A Dcache.php56 while($name = readdir($dirhandle)){
143 while (($entry = readdir($handle))){
/plugin/accscounter/
H A Daction.php64 while (($file = readdir($dp)) !== FALSE) {
171 while (($file = readdir($dh)) !== false) {
/plugin/directorylist/syntax/
H A DSplFileArray.php30 $this->filesystemarray = $this->readdir($path, $recursive);
/plugin/issuetracker/
H A Dassilist.php37 while (false!==($file=readdir($handle))) {
/plugin/multilingual/
H A Dhelper.php44 while (false !== ($file = readdir($handle))) {
/plugin/html2pdf/multilingual/
H A Dhelper.php44 while (false !== ($file = readdir($handle))) {
/plugin/dw2pdf/vendor/mpdf/mpdf/data/
H A Dout.php60 while (false !== ($file = readdir($handle))) {

123456