Searched refs:graphs (Results 1 – 11 of 11) sorted by relevance
224 describes graphs of statements.235 <type scope="rdf">XRepository</type>, which consists of a set of graphs.236 The repository allows for importing/exporting graphs from/to files,238 The type of the graphs is <type scope="rdf">XNamedGraph</type>.
101 /** provides access to a set of named RDF graphs.111 The RDF triples are stored as a set of named RDF graphs.251 /** gets the names of all the graphs in the repository.254 a list containing the names of the graphs in the repository
150 the <code>rdf:type</code> property of the requested named graphs153 the names of all metadata graphs that have a <code>rdf:type</code>376 This method stores all the graphs in the document metadata repository
37 /** provides access to a set of named RDF graphs.
58 This is so that you can easily make RDF statements about named graphs.
1097 # powerful graphs.1101 # If set to YES, the inheritance and collaboration graphs will hide 1139 # If set to YES, the inheritance and collaboration graphs will show the 1161 # So in most cases it will be better to enable call graphs for selected 1196 # (in pixels) of the graphs generated by dot. If a graph becomes larger than 1204 # (in pixels) of the graphs generated by dot. If a graph becomes larger than 1212 # graphs generated by dot. A depth value of 3 means that only nodes reachable 1240 # arrows in the dot generated graphs.1246 # the various graphs.
1338 # powerful graphs.1351 # If set to YES, the inheritance and collaboration graphs will hide 1375 # The DOT_FONTSIZE tag can be used to set the size of the font of dot graphs. 1412 # If set to YES, the inheritance and collaboration graphs will show the 1434 # the time of a run. So in most cases it will be better to enable call graphs 1443 # graphs for selected functions only using the \callergraph command.1487 # graphs generated by dot. A depth value of 3 means that only nodes reachable 1513 # arrows in the dot generated graphs.1519 # the various graphs.
13 Generates a number of tree graphs from a trace output file, showing
1256 const uno::Sequence<uno::Reference<rdf::XURI> > graphs( in storeMetadataToStorage() local1259 for (sal_Int32 i = 0; i < graphs.getLength(); ++i) { in storeMetadataToStorage()1260 const uno::Reference<rdf::XURI> xName(graphs[i]); in storeMetadataToStorage()
19 engines for storing RDF graphs (in memory, SQL, ...)
529 XURI[] graphs = xRep.getGraphNames(); in check() local567 graphs.length == xRep.getGraphNames().length); in check()
Completed in 75 milliseconds