Search package by name
Package Management
Package Search
Channel Management
Configuration
Warning:
This package management website is
not protected
with a password, this is a MAJOR security risk. Please read the
README
.
Package pear.php.net/Structures_Graph, Documentation files:
docs/html/media/banner.css
docs/html/media/stylesheet.css
docs/html/Structures_Graph/Structures_Graph.html
docs/html/Structures_Graph/Structures_Graph_Manipulator_AcyclicTest.html
docs/html/Structures_Graph/Structures_Graph_Manipulator_TopologicalSorter.html
docs/html/Structures_Graph/Structures_Graph_Node.html
docs/html/Structures_Graph/tutorial_Structures_Graph.pkg.html
docs/html/Structures_Graph/_Structures_Graph_Manipulator_AcyclicTest_php.html
docs/html/Structures_Graph/_Structures_Graph_Manipulator_TopologicalSorter_php.html
docs/html/Structures_Graph/_Structures_Graph_Node_php.html
docs/html/Structures_Graph/_Structures_Graph_php.html
docs/html/classtrees_Structures_Graph.html
docs/html/elementindex.html
docs/html/elementindex_Structures_Graph.html
docs/html/errors.html
docs/html/index.html
docs/html/li_Structures_Graph.html
docs/html/packages.html
docs/html/todolist.html
docs/tutorials/Structures_Graph/Structures_Graph.pkg
docs/generate.sh
pear.php.net/Structures_Graph :: docs/generate.sh:
#!/bin/sh
(cd ..; tar czf docs/arch.tgz "{arch}")
rm -Rf "../{arch}"
rm -Rf ./html
mkdir -p ./html
phpdoc --directory ../Structures,./tutorials --target ./html --title "Structures_Graph Documentation" --output "HTML:frames" --defaultpackagename structures_graph --defaultcategoryname structures --pear
(cd ..; tar --absolute-names -xzf docs/arch.tgz)
#rm arch.tgz