HomeSort by relevance Sort by last modified time
    Searched refs:anEntry (Results 1 - 3 of 3) sorted by null

  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/builderTemplate/publishingFiles/staticDropFiles/
buildNotes.php 41 while ($anEntry = $aDirectory->read()) {
42 if ($anEntry != "." && $anEntry != "..") {
43 $parts = explode("_", $anEntry);
47 $line = "<td>Component: <a href=\"buildnotes/$anEntry\">$component</a></td>";
consoleLogs.php 44 while ($anEntry = $aDirectory->read()) {
45 if ($anEntry != "." && $anEntry != "..") {
46 $entries[$index] = $anEntry;
55 $anEntry = $entries[$i];
56 $line = "<td>Component: <a href=\"testresults/consolelogs/$anEntry\">$anEntry</a></td>";
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/builderTemplate/publishingFiles/dropSiteRootFiles/
index.php 45 while ($anEntry = $aDirectory->read()) {
48 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;
    [all...]

Completed in 508 milliseconds