Lines Matching refs:triples
49 $triples =& plugin_load('helper', 'strata_triples');
50 $triples->beginPreview();
94 $triples =& plugin_load('helper', 'strata_triples');
95 $triples->endPreview();
104 // only remove triples if page is a new revision, or if it is removed
113 * remove triples previously generated by the page that is going to
132 $triples =& plugin_load('helper', 'strata_triples');
142 $triples->addTriple($id, $util->getTitleKey(), $title, $id);
152 // get triples helper
153 $triples =& plugin_load('helper', 'strata_triples');
155 // remove all triples defined in this graph
156 $triples->removeTriples(null,null,null,$id);