Home
last modified time | relevance | path

Searched refs:triple1 (Results 1 – 25 of 71) sorted by relevance

123

/dports/textproc/py-rdflib/rdflib-5.0.0/test/
H A Dtest_memory_store.py15 triple1 = (subj1, pred1, obj1)
19 g.add(triple1)
25 g.remove(triple1)
/dports/textproc/raptor/raptor-1.4.21/tests/rdfxml/
H A Dex-42.out3 …triples#bag> <http://www.w3.org/1999/02/22-rdf-syntax-ns#_1> <http://example.org/triples#triple1> .
4 <http://example.org/triples#triple1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.…
5 <http://example.org/triples#triple1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#subject> <http://e…
6 <http://example.org/triples#triple1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate> <http:/…
7 <http://example.org/triples#triple1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#object> "val1" .
/dports/textproc/raptor2/raptor2-2.0.15/tests/rdfxml/
H A Dex-42.out3 …triples#bag> <http://www.w3.org/1999/02/22-rdf-syntax-ns#_1> <http://example.org/triples#triple1> .
4 <http://example.org/triples#triple1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.…
5 <http://example.org/triples#triple1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#subject> <http://e…
6 <http://example.org/triples#triple1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate> <http:/…
7 <http://example.org/triples#triple1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#object> "val1" .
/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_source/src/sbml/test/
H A DTestConstraint_newSetters.c161 XMLTriple_t *triple1 = XMLTriple_createWith("message", "", ""); in START_TEST() local
163 XMLNode_t *node = XMLNode_createStartElement(triple1, att1); in START_TEST()
192 XMLTriple_free(triple1); in START_TEST()
H A DTestConstraint.c162 XMLTriple_t *triple1 = XMLTriple_createWith("message", "", ""); in START_TEST() local
164 XMLNode_t *node = XMLNode_createStartElement(triple1, att1); in START_TEST()
195 XMLTriple_free(triple1); in START_TEST()
/dports/biology/libsbml/libsbml-5.19.0/src/sbml/test/
H A DTestConstraint_newSetters.c161 XMLTriple_t *triple1 = XMLTriple_createWith("message", "", ""); in START_TEST() local
163 XMLNode_t *node = XMLNode_createStartElement(triple1, att1); in START_TEST()
192 XMLTriple_free(triple1); in START_TEST()
H A DTestConstraint.c162 XMLTriple_t *triple1 = XMLTriple_createWith("message", "", ""); in START_TEST() local
164 XMLNode_t *node = XMLNode_createStartElement(triple1, att1); in START_TEST()
195 XMLTriple_free(triple1); in START_TEST()
/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_source/src/bindings/ruby/test/sbml/
H A DTestConstraint_newSetters.rb87 triple1 = LibSBML::XMLTriple.new("message", "", "")
89 node = LibSBML::XMLNode.new(triple1,att1)
H A DTestConstraint.rb97 triple1 = LibSBML::XMLTriple.new("message", "", "")
99 node = LibSBML::XMLNode.new(triple1,att1)
/dports/biology/libsbml/libsbml-5.19.0/src/bindings/ruby/test/sbml/
H A DTestConstraint_newSetters.rb87 triple1 = LibSBML::XMLTriple.new("message", "", "")
89 node = LibSBML::XMLNode.new(triple1,att1)
H A DTestConstraint.rb97 triple1 = LibSBML::XMLTriple.new("message", "", "")
99 node = LibSBML::XMLNode.new(triple1,att1)
/dports/security/keybase/client-v5.7.1/go/teams/
H A Dloader_ctx_test.go278 triple1, ok := l.unit.MerkleTriples[key]
282 if len(triple1.LinkID) == 0 {
283 …turn nil, NewMockError("MerkleLookupTripleAtHashMeta is blank (%v, %v) -> %v", leafID, hm, triple1)
285 l.t.Logf("MockLoaderContext#MerkleLookupTripleAtHashMeta(%v, %v) -> %v", leafID, hm, triple1)
286 return &triple1, nil
/dports/biology/libsbml/libsbml-5.19.0/src/bindings/csharp/test/sbml/
H A DTestConstraint_newSetters.cs191 XMLTriple triple1 = new XMLTriple("message", "", ""); in test_Constraint_setMessage2()
193 XMLNode node = new XMLNode(triple1,att1); in test_Constraint_setMessage2()
H A DTestConstraint.cs202 XMLTriple triple1 = new XMLTriple("message", "", ""); in test_Constraint_setMessage()
204 XMLNode node = new XMLNode(triple1,att1); in test_Constraint_setMessage()
/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_source/src/bindings/csharp/test/sbml/
H A DTestConstraint_newSetters.cs191 XMLTriple triple1 = new XMLTriple("message", "", ""); in test_Constraint_setMessage2()
193 XMLNode node = new XMLNode(triple1,att1); in test_Constraint_setMessage2()
H A DTestConstraint.cs202 XMLTriple triple1 = new XMLTriple("message", "", ""); in test_Constraint_setMessage()
204 XMLNode node = new XMLNode(triple1,att1); in test_Constraint_setMessage()
/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_source/src/bindings/python/test/sbml/
H A DTestConstraint_newSetters.py94 triple1 = libsbml.XMLTriple("message", "", "")
96 node = libsbml.XMLNode(triple1,att1)
H A DTestConstraint.py104 triple1 = libsbml.XMLTriple("message", "", "")
106 node = libsbml.XMLNode(triple1,att1)
/dports/biology/libsbml/libsbml-5.19.0/src/bindings/python/test/sbml/
H A DTestConstraint_newSetters.py94 triple1 = libsbml.XMLTriple("message", "", "")
96 node = libsbml.XMLNode(triple1,att1)
H A DTestConstraint.py104 triple1 = libsbml.XMLTriple("message", "", "")
106 node = libsbml.XMLNode(triple1,att1)
/dports/textproc/p5-RDF-Trine/RDF-Trine-1.019/t/
H A Dstore-triple_sql.t32 my $triple1 = RDF::Trine::Statement->new($s, $title, $v1);
34 my $bgp = RDF::Trine::Pattern->new( $triple1, $triple2 );
83 my $triple1 = RDF::Query::Algebra::Triple->new($s, $p1, $v);
85 my $union = RDF::Query::Algebra::Union->new( $triple1, $triple2 );
94 my $triple1 = RDF::Query::Algebra::Triple->new($v, $p1, $x);
96 my $union = RDF::Query::Algebra::Union->new( $triple1, $triple2 );
156 my $triple1 = RDF::Query::Algebra::Triple->new($s, $p, $v);
158 my $union = RDF::Query::Algebra::Union->new( $triple1, $triple2 );
/dports/lang/python-legacy/Python-2.7.18/Demo/tkinter/guido/
H A Drmt.py68 def triple1(e): function
73 t.bind('<Triple-1>', triple1)
/dports/lang/python27/Python-2.7.18/Demo/tkinter/guido/
H A Drmt.py68 def triple1(e): function
73 t.bind('<Triple-1>', triple1)
/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_source/src/bindings/java/test/org/sbml/libsbml/test/sbml/
H A DTestConstraint_newSetters.java187 XMLTriple triple1 = new XMLTriple("message", "", ""); in test_Constraint_setMessage2() local
189 XMLNode node = new XMLNode(triple1,att1); in test_Constraint_setMessage2()
/dports/biology/libsbml/libsbml-5.19.0/src/bindings/java/test/org/sbml/libsbml/test/sbml/
H A DTestConstraint_newSetters.java187 XMLTriple triple1 = new XMLTriple("message", "", ""); in test_Constraint_setMessage2() local
189 XMLNode node = new XMLNode(triple1,att1); in test_Constraint_setMessage2()

123