Home
last modified time | relevance | path

Searched refs:fetchTriples (Results 1 – 5 of 5) sorted by relevance

/plugin/strata/_test/
H A Dstorage_removes.test.php27 $data = $this->_triples->fetchTriples();
34 $data = $this->_triples->fetchTriples();
40 $data = $this->_triples->fetchTriples();
44 $data = $this->_triples->fetchTriples();
50 $data = $this->_triples->fetchTriples();
54 $data = $this->_triples->fetchTriples();
60 $data = $this->_triples->fetchTriples();
64 $data = $this->_triples->fetchTriples();
70 $data = $this->_triples->fetchTriples();
76 $data = $this->_triples->fetchTriples();
[all...]
H A Dstorage_graphs.test.php23 $data = $this->_triples->fetchTriples(null, null, null, 'wiki');
27 $data = $this->_triples->fetchTriples(null, null, null, 'knowledgebase of bob');
31 $data = $this->_triples->fetchTriples(null, null, null, 'knowledgebase of alice');
35 $data = $this->_triples->fetchTriples(null, null, null, null);
H A Dstorage.test.php16 $data = $this->_triples->fetchTriples();
26 $data = $this->_triples->fetchTriples();
38 $data = $this->_triples->fetchTriples();
53 $data = $this->_triples->fetchTriples();
/plugin/strata/types/
H A Dref.php23 $titles = $T->fetchTriples($value, $this->util->getTitleKey());
/plugin/strata/helper/
H A Dtriples.php149 function fetchTriples($subject=null, $predicate=null, $object=null, $graph=null) { function in helper_plugin_strata_triples