Searched refs:anEntry (Results 1 – 3 of 3) sorted by relevance
45 while ($anEntry = $aDirectory->read()) { variable48 if ($anEntry != "." && $anEntry!="..") {49 $aDropDirectory = dir("drops/".$anEntry);59 $countFile = "drops/".$anEntry."/files.count";60 $indexFile = "drops/".$anEntry."/index.html";66 $parts = explode("-", $anEntry);69 $buckets[$parts[0]][] = $anEntry;79 $timeStamps[$anEntry] = date("D, j M Y -- H:i (O)", $timeStamp);83 $latestFile[$parts[0]] = $anEntry;
44 while ($anEntry = $aDirectory->read()) { variable45 if ($anEntry != "." && $anEntry != "..") {46 $entries[$index] = $anEntry;55 $anEntry = $entries[$i]; variable56 $line = "<td>Component: <a href=\"testresults/consolelogs/$anEntry\">$anEntry</a></td>";
41 while ($anEntry = $aDirectory->read()) { variable42 if ($anEntry != "." && $anEntry != "..") {43 $parts = explode("_", $anEntry);47 $line = "<td>Component: <a href=\"buildnotes/$anEntry\">$component</a></td>";