Home
last modified time | relevance | path

Searched refs:countTriples (Results 1 – 4 of 4) sorted by relevance

/dports/lang/nim/nim-1.6.2/compiler/
H A Dllstream.nim103 proc countTriples(s: string): int =
119 inc triples, countTriples(line)
/dports/www/drupal8/drupal-8.9.20/vendor/easyrdf/easyrdf/lib/EasyRdf/Sparql/
H A DClient.php133 public function countTriples($condition = '?s ?p ?o') function in EasyRdf_Sparql_Client
/dports/www/drupal8/drupal-8.9.20/vendor/easyrdf/easyrdf/lib/EasyRdf/
H A DGraph.php1582 public function countTriples() function in EasyRdf_Graph
/dports/www/drupal8/drupal-8.9.20/vendor/easyrdf/easyrdf/
H A DCHANGELOG.md199 * Added countTriples() method to `EasyRdf_Graph`.