Home
last modified time | relevance | path

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

123456

/plugin/freechat/phpfreechat/src/containers/ !
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/asciidocjs/node_modules/escalade/dist/ !
Dindex.js2 const { readdir, stat } = require('fs'); constant
6 const toRead = promisify(readdir);
Dindex.mjs2 import { readdir, stat } from 'fs';
6 const toRead = promisify(readdir);
/plugin/memcache/classes/ !
Dmemcache_fakecache.class.php19 while ($file = readdir($dh)){
91 while ($file = readdir($dh)){
97 while ($file = readdir($dh)){
/plugin/pubmed2020/classes/ !
Dcache.php117 while($name = readdir($dirhandle)){
178 while($name = readdir($dirhandle)){
197 while($name = readdir($dirhandle)){
332 while (($entry = readdir($handle))){
/plugin/grensladawritezor/fckeditor/editor/filemanager/browser/default/connectors/php/ !
Dcommands.php35 while ( $sFile = readdir( $oCurrentFolder ) )
65 while ( $sFile = readdir( $oCurrentFolder ) )
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/php/ !
Dcommands.php35 while ( $sFile = readdir( $oCurrentFolder ) )
65 while ( $sFile = readdir( $oCurrentFolder ) )
/plugin/jplayer/vendor/james-heinrich/getid3/demos/ !
Dindex.php10 while ($file = readdir($dh)) {
Ddemo.simple.php33 while (($file = readdir($dir)) !== false) {
/plugin/shibbolethauth/ !
Dadmin.php174 while ($lang = readdir($configlang_h)) {
211 while (false !== ($lang = readdir($configlang_h)) ) {
/plugin/fblogin/ !
Dadmin.php172 while ($lang = readdir($configlang_h)) {
209 while (false !== ($lang = readdir($configlang_h)) ) {
/plugin/photogallery/phpThumb/demo/ !
Dindex.php18 while ($file = readdir($dh)) {
/plugin/noiewarning/conf/ !
Dmetadata.php17 while (false !== ($fnam = @readdir($handle))) {
/plugin/bibtex/OSBib/ !
DLOADSTYLE.php39 while(FALSE !== ($dir = readdir($handle)))
/plugin/pdftools/ !
Dfunctions.php26 while(false !== ( $file = readdir($dir)) ) {
/plugin/freechat/phpfreechat/src/commands/ !
Dhelp.class.php24 while (false !== ($file = readdir($dh)))
/plugin/quickstats/GEOIP/vendor/ !
Dcheck_dir.php11 while (($file = readdir($fh)) !== false) {
/plugin/indexmenu/ !
Dajax.php68 while (false !== ($file = readdir($handle))) {
/plugin/accscounter/ !
Daction.php64 while (($file = readdir($dp)) !== FALSE) {
171 while (($file = readdir($dh)) !== false) {
/plugin/pdb/classes/ !
Dcache.php56 while($name = readdir($dirhandle)){
143 while (($entry = readdir($handle))){
/plugin/cache/ !
Dplugin_cache.php63 while($name = readdir($dirhandle)){
150 while (($entry = readdir($handle))){
/plugin/pubchem/classes/ !
Dcache.php56 while($name = readdir($dirhandle)){
143 while (($entry = readdir($handle))){
/plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/DefinitionCache/ !
DSerializer.php106 while (false !== ($filename = readdir($dh))) {
134 while (false !== ($filename = readdir($dh))) {
/plugin/pubmed/classes/ !
Dcache.php56 while($name = readdir($dirhandle)){
143 while (($entry = readdir($handle))){
/plugin/tiledblog/ !
Dajax.php38 while (false !== ($file = readdir ($pathDirObj))) {

123456