Changeset 3
- Timestamp:
- Jul 11, 2011, 11:12:38 AM (14 years ago)
- Location:
- php/trunk
- Files:
-
- 11 edited
Legend:
- Unmodified
- Added
- Removed
-
php/trunk/classes/fdebug.php
r2 r3 1 1 <?PHP 2 2 3 /* RDFInt - RDF Interfaces for PHP3 /* RDFInt.php - RDF Interfaces for PHP 4 4 * Copyright 2011 netlabs.org 5 5 * Author: Christian Langanke, Adrian Gschwend -
php/trunk/classes/rdfa_Data.php
r2 r3 1 1 <?php 2 2 3 /* RDFInt - RDF Interfaces for PHP3 /* RDFInt.php - RDF Interfaces for PHP 4 4 * Copyright 2011 netlabs.org 5 5 * Author: Christian Langanke, Adrian Gschwend -
php/trunk/classes/rdfa_Projection.php
r2 r3 1 1 <?php 2 2 3 /* RDFInt - RDF Interfaces for PHP3 /* RDFInt.php - RDF Interfaces for PHP 4 4 * Copyright 2011 netlabs.org 5 5 * Author: Christian Langanke, Adrian Gschwend -
php/trunk/classes/rdfa_SparqlEndpoint.php
r2 r3 1 1 <?php 2 2 3 /* RDFInt - RDF Interfaces for PHP3 /* RDFInt.php - RDF Interfaces for PHP 4 4 * Copyright 2011 netlabs.org 5 5 * Author: Christian Langanke, Adrian Gschwend -
php/trunk/classes/rdfa_SparqlQuery.php
r2 r3 1 1 <?php 2 2 3 /* RDFInt - RDF Interfaces for PHP3 /* RDFInt.php - RDF Interfaces for PHP 4 4 * Copyright 2011 netlabs.org 5 5 * Author: Christian Langanke, Adrian Gschwend -
php/trunk/doxygen/doclaunch.vbs
r2 r3 1 1 Option Explicit 2 2 3 ' RDFInt - RDF Interfaces for PHP3 ' RDFInt.php - RDF Interfaces for PHP 4 4 ' Copyright 2011 netlabs.org 5 5 ' Author: Christian Langanke, Adrian Gschwend -
php/trunk/doxygen/help.txt
r2 r3 5 5 6 6 help - display this help 7 all - generate browser and load into browser 7 all - generate help and load into browser 8 ship - generate help and ship to developers.netlabs.org 8 9 showcfg - display the doxygen configuration 9 10 clean - remove config file and generated docs -
php/trunk/doxygen/makefile
r2 r3 1 1 2 # RDFInt - RDF Interfaces for PHP2 # RDFInt.php - RDF Interfaces for PHP 3 3 # Copyright 2011 netlabs.org 4 4 # Author: Christian Langanke, Adrian Gschwend … … 18 18 # CONFIGURE HERE 19 19 20 LIBNAME=rdfint 20 LIBNAME=rdfint.php 21 21 LIBROOT=.. 22 22 OUTPUTDIR=doc -
php/trunk/unittest/fdebug_setup.php
r2 r3 1 1 <?PHP 2 2 3 /* RDFInt - RDF Interfaces for PHP3 /* RDFInt.php - RDF Interfaces for PHP 4 4 * Copyright 2011 netlabs.org 5 5 * Author: Christian Langanke, Adrian Gschwend -
php/trunk/unittest/makefile
r2 r3 1 1 2 # RDFInt - RDF Interfaces for PHP2 # RDFInt.php - RDF Interfaces for PHP 3 3 # Copyright 2011 netlabs.org 4 4 # Author: Christian Langanke, Adrian Gschwend -
php/trunk/unittest/unittest_config.php
r2 r3 1 1 <?PHP 2 2 3 /* RDFInt - RDF Interfaces for PHP3 /* RDFInt.php - RDF Interfaces for PHP 4 4 * Copyright 2011 netlabs.org 5 5 * Author: Christian Langanke, Adrian Gschwend
Note:
See TracChangeset
for help on using the changeset viewer.