Files | |
| file | SMW_QP_Aggregatable.php |
| Result printer that supports the distribution parameter, and related parameters. | |
| file | SMW_QP_Category.php |
| Print query results in alphabetic groups displayed in columns, a la the standard Category pages and the default view in Semantic Drilldown. | |
| file | SMW_QP_CSV.php |
| CSV export for SMW Queries. | |
| file | SMW_QP_DSV.php |
| Result printer to print results in UNIX-style DSV (deliminter separated value) format. | |
| file | SMW_QP_Embedded.php |
| Print query results by embeddings them into pages. | |
| file | SMW_QP_JSONlink.php |
| Print links to JSON files representing query results. | |
| file | SMW_QP_List.php |
| Print query results in lists. | |
| file | SMW_QP_RDF.php |
| RDF export for SMW Queries. | |
| file | SMW_QP_RSSlink.php |
| Print links to RSS feeds for query results. | |
| file | SMW_QP_Table.php |
| Print query results in tables. | |
| file | SMW_QueryPrinter.php |
| File with abstract base class for printing query results. | |
| file | SMW_QueryParser.php |
| This file contains a class for parsing inline query strings. | |
| file | SMW_QueryProcessor.php |
| This file contains a static class for accessing functions to generate and execute semantic queries and to serialise their results. | |
| file | SMW_Description.php |
| This file contains basic classes for representing (query) descriptions in the SMW API. | |
| file | SMW_PrintRequest.php |
| This file contains the class for defining "print requests", i.e. | |
| file | SMW_Query.php |
| This file contains the class for representing queries in SMW, each consisting of a query description and possible query parameters. | |
| file | SMW_QueryResult.php |
| Objects of this class encapsulate the result of a query in SMW. | |
| file | SMW_ResultArray.php |
| Container for the contents of a single result field of a query result, i.e. | |
Classes | |
| class | SMWCategoryResultPrinter |
| Print results in alphabetic groups displayed in columns. More... | |
| class | SMWCsvResultPrinter |
| Printer class for generating CSV output. More... | |
| class | SMWEmbeddedResultPrinter |
| Printer for embedded data. More... | |
| class | SMWJSONResultPrinter |
| Printer for creating a link to JSON files. More... | |
| class | SMWListResultPrinter |
| New implementation of SMW's printer for results in lists. More... | |
| class | SMWRDFResultPrinter |
| Printer class for generating RDF output. More... | |
| class | SMWRSSResultPrinter |
| Printer for creating a link to RSS feeds. More... | |
| class | SMWRSSItem |
| Represents a single entry, or item, in an RSS feed. More... | |
| class | SMWResultPrinter |
| Abstract base class for SMW's novel query printing mechanism. More... | |
| class | SMWQueryParser |
| Objects of this class are in charge of parsing a query string in order to create an SMWDescription. More... | |
| class | SMWQueryProcessor |
| Static class for accessing functions to generate and execute semantic queries and to serialise their results. More... | |
| class | SMWDescription |
| Abstract base class for all descriptions. More... | |
| class | SMWThingDescription |
| A dummy description that describes any object. More... | |
| class | SMWClassDescription |
| Description of a single class as given by a wiki category, or of a disjunction of such classes. More... | |
| class | SMWConceptDescription |
| Description of a single class as described by a concept page in the wiki. More... | |
| class | SMWNamespaceDescription |
| Description of all pages within a given wiki namespace, given by a numerical constant. More... | |
| class | SMWValueDescription |
| Description of one data value, or of a range of data values. More... | |
| class | SMWConjunction |
| Description of a collection of many descriptions, all of which must be satisfied (AND, conjunction). More... | |
| class | SMWDisjunction |
| Description of a collection of many descriptions, at least one of which must be satisfied (OR, disjunction). More... | |
| class | SMWSomeProperty |
| Description of a set of instances that have an attribute with some value that fits another (sub)description. More... | |
| class | SMWPrintRequest |
| Container class for request for printout, as used in queries to obtain additional information for the retrieved results. More... | |
| class | SMWQuery |
| Representation of queries in SMW, each consisting of a query description and various parameters. More... | |
| class | SMWBibTeXEntry |
| Represents a single entry in an BibTeX. More... | |
| class | SRFPloticus |
| A query printer using Ploticus loosely based on the Ploticus Extension by Flavien Scheurer and CSV result printer. More... | |
Variables | |
| if (!defined( 'MEDIAWIKI')) | |
| A query printer using Ploticus drawing vertical bars. | |
SMW components that relate to plain storage access (for querying or otherwise) have their own group.
| if(!defined( 'MEDIAWIKI')) |
A query printer using Ploticus drawing vertical bars.
loosely based on the Ploticus Extension by Flavien Scheurer and CSV result printer
Definition at line 19 of file SRF_PloticusVBar.php.
1.5.6