Home
last modified time | relevance | path

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

/plugin/strata/helper/
H A Dtriples.php419 function _patternEquals($pa, $pb) {
451 if($this->_patternEquals($tp['subject'],$tp['predicate'])) {
456 if($this->_patternEquals($tp['subject'],$tp['object'])) {
461 if($this->_patternEquals($tp['predicate'],$tp['object'])) {
482 if(!$this->_patternEquals($tp['subject'], $tp['predicate'])) {
487 if(!$this->_patternEquals($tp['subject'], $tp['object']) && !$this->_patternEquals($tp['predicate'],$tp['object'])) {
401 function _patternEquals($pa, $pb) { global() function in strata_sql_generator