Searched refs:_ci (Results 1 – 1 of 1) sorted by relevance
85 function _ci($a) { function in helper_plugin_strata_triples98 return $this->_ci($a).' = '.$this->_ci($b);373 function _ci($a) { function in strata_sql_generator374 return $this->_triples->_ci($a);432 $conditions[] = $this->_ci('subject').' = '.$this->_ci(':'.$id);439 $conditions[] = $this->_ci('predicate').' = '.$this->_ci(':'.$id);446 $conditions[] = $this->_ci('object').' = '.$this->_ci(':'.$id);452 $conditions[] = $this->_ci('subject').' = '.$this->_ci('predicate');457 $conditions[] = $this->_ci('subject').' = '.$this->_ci('object');462 $conditions[] = $this->_ci('predicate').' = '.$this->_ci('object');[all …]