Home
last modified time | relevance | path

Searched refs:normalizePredicate (Results 1 – 3 of 3) sorted by last modified time

/plugin/strata/syntax/
H A Dentry.php142 $property = $this->util->normalizePredicate($property);
/plugin/strata/helper/
H A Dsyntax.php528 $predicate = $this->literal($this->util->normalizePredicate($predicate));
H A Dutil.php134 if($normalized) $result = $this->normalizePredicate($result);
143 if($normalized) $result = $this->normalizePredicate($result);
152 function normalizePredicate($p) { function in helper_plugin_strata_util