Go to the source code of this file.
Functions | |
| query ($query) | |
Variables | |
| $cat = "" | |
| $count = $g_top-1 | |
| $found = false | |
| $gameID = $gameIDs[$g_game] | |
| $gameIDs = array() | |
| $i = 1 | |
| $res = query("SELECT * FROM games") | |
| else | $row [points] |
| else | $row [instance] |
| while($row=mysql_fetch_assoc($res)) | $titles [$row["gameID"]] = $row["fulltitle"] |
| else | __pad0__ |
| padding | __pad1__ |
| margin | __pad2__ |
| endif | |
| endwhile | |
| font | size |
| query | ( | $ | query | ) |
Definition at line 5 of file scores.php.
References $res.
00005 { 00006 global $handle, $database; 00007 $res = mysql($database, $query, $handle); 00008 if (mysql_errno() > 0) 00009 echo mysql_errno().": ".mysql_error()." ($query)<br>"; 00010 return $res; 00011 }
| $cat = "" |
Definition at line 34 of file scores.php.
| $count = $g_top-1 |
Definition at line 42 of file scores.php.
| $found = false |
Definition at line 65 of file scores.php.
| $gameID = $gameIDs[$g_game] |
Definition at line 26 of file scores.php.
| $gameIDs = array() |
Definition at line 13 of file scores.php.
| $i = 1 |
Definition at line 89 of file scores.php.
| $res = query("SELECT * FROM games") |
| else $row[points] |
Definition at line 45 of file scores.php.
| else $row[instance] |
Definition at line 45 of file scores.php.
| while ($row=mysql_fetch_assoc($res)) $titles[$row["gameID"]] = $row["fulltitle"] |
Definition at line 17 of file scores.php.
| else __pad0__ |
Definition at line 45 of file scores.php.
| padding __pad1__ |
Definition at line 63 of file scores.php.
| margin __pad2__ |
Definition at line 63 of file scores.php.
Definition at line 24 of file scores.php.
Referenced by NLHandler::addSuccLane(), NLJunctionControlBuilder::buildLogicJunction(), and NLJunctionControlBuilder::buildNoLogicJunction().
Definition at line 18 of file scores.php.
| font size |
Definition at line 63 of file scores.php.
Referenced by RODFDetectorFlows::addFlow(), MSAgentbasedTrafficLightLogic::collectData(), NBEdge::divideOnEdges(), GUITLLogicPhasesTrackerWindow::drawValues(), GUIEdge::fill(), NBRequest::foes(), NBRequest::forbids(), NBEdge::getConnectedSorted(), GUIEdge::getIDs(), GUIEdge::getLane(), GUIEdge::getLaneGeometry(), NBNode::getPossiblySplittedIncoming(), NBNode::getPossiblySplittedOutgoing(), traci::TraCIServer::handleRoadMapDomain(), GUINet::initGUIStructures(), PCLoaderVisum::load(), NBRequest::mustBrake(), operator>>(), NBEdge::preparePriorities(), NBNode::removeDoubleEdges(), NBRequest::setBlocking(), NLJunctionControlBuilder::setRequestSize(), NBRequest::writeAreFoes(), NBRequest::writeResponse(), and FileHelpers::writeString().
1.5.6