Home
last modified time | relevance | path

Searched refs:readdir (Results 26 – 50 of 126) sorted by relevance

123456

/plugin/loadskin/
H A Dhelper.php25 while (false !== ($entry = readdir($dh))) {
/plugin/inseecity/
H A Daction.php43 while (false !== ($file = readdir ($pathDirObj))) {
/plugin/distribute/
H A Dhelper.funcs.util.php26 while(($f = readdir($dh)) !== false){
/plugin/sympaauth/
H A Dadmin.php266 while ($lang = readdir($configlang_h)) {
303 while (false !== ($lang = readdir($configlang_h)) ) {
/plugin/projects/pchart/pchart/
H A Dpcache.php51 while (false !== ($file = readdir($handle)))
/plugin/charter/lib/pchart/
H A DpCache.class.php51 while (false !== ($file = readdir($handle)))
/plugin/projects/lib/
H A Dproject.php280 while (($file = readdir($dh)) !== false) {
322 while (($file = readdir($dh)) !== false) {
368 while (($file = readdir($dh)) !== false) {
H A Dplugins.php48 while (($file = readdir($dh)) != false) {
/plugin/offline/
H A Dcreate.php214 while (($element = readdir($dir)) !== false) {
499 while (($element = readdir($dir)) !== false) {
629 while (($element = readdir($dir)) !== false) {
/plugin/statdisplay/pchart/
H A DpCache.php39 while ( false !== ($file = readdir ( $handle )) ) {
/plugin/statistics/inc/pchart/
H A DpCache.php40 while(false !== ($file = readdir($handle))) {
/plugin/freechat/phpfreechat/lib/pear/PHPUnit/GUI/
H A DSetupDecorator.php156 while (FALSE !== ($file = readdir($dp))) {
/plugin/photogallery/phpThumb/demo/
H A DphpThumb.demo.random.php23 while ($file = readdir($dh)) {
H A DphpThumb.demo.gallery.php63 while ($file = readdir($dh)) {
/plugin/glossary/
H A Dglossary.class.php233 while (false !== ($file = readdir ($pathDirObj))) {
292 while (false !== ($file = readdir ($pathDirObj))) {
411 while (false !== ($file = readdir ($pathDirObj))) {
425 while (false !== ($file = readdir ($pathDirObj))) {
811 while (false !== ($file = readdir ($pathDirObj))) {
829 while (false !== ($file = readdir ($pathDirObj))) {
/plugin/mdpage/vendor/cebe/markdown/tests/
H A DBaseMarkdownTest.php102 while (($file = readdir($handle)) !== false) {
/plugin/findologicxmlexport/vendor/hoa/protocol/Test/Unit/
H A DWrapper.php653 $this->function->readdir = function ($resource) use (&$_resource) {
656 return readdir($resource);
673 $this->function->readdir = function ($resource) use (&$_resource) {
676 return readdir($resource);
/plugin/docsearch/
H A Dcron.php30 while(false !== ($file = readdir($handle))) {
/plugin/mathpublish/phpmathpublisher/
H A DPhpMathPublisher.php69 while ($fi = readdir($handle)) {
/plugin/upgrade/
H A Dhelper.php309 while (($file = readdir($dh)) !== false) {
398 while (false !== ($obj = readdir($dh))) {
/plugin/zip/pear/File/Archive/Reader/
H A DDirectory.php111 $file = readdir($this->directoryHandle);
/plugin/move/helper/
H A Dfile.php133 while(($file = readdir($dh)) !== false) {
/plugin/nssize/
H A Dsyntax.php64 while ($file = readdir($all)) {
/plugin/freechat/phpfreechat/src/
H A Dpfci18n.class.php118 while (false !== ($file = readdir($dh)))
/plugin/fedauth/Auth/OpenID/
H A DFileStore.php476 while ($item = readdir($handle)) {
543 while (false !== ($filename = readdir($handle))) {

123456