/plugin/struct/types/ |
H A D | AutoSummary.php | 19 public function select(QueryBuilder $QB, $tablealias, $colname, $alias) argument 34 public function sort(QueryBuilder $QB, $tablealias, $colname, $order) argument 51 public function filter(QueryBuilderWhere $add, $tablealias, $colname, $comp, $value, $op) argument
|
H A D | User.php | 108 select(QueryBuilder $QB, $tablealias, $colname, $alias) global() argument 128 sort(QueryBuilder $QB, $tablealias, $colname, $order) global() argument 150 filter(QueryBuilderWhere $add, $tablealias, $colname, $comp, $value, $op) global() argument
|
H A D | DateTime.php | 105 public function select(QueryBuilder $QB, $tablealias, $colname, $alias) argument 127 public function filter(QueryBuilderWhere $add, $tablealias, $colname, $comp, $value, $op) argument 158 public function sort(QueryBuilder $QB, $tablealias, $colname, $order) argument
|
H A D | Page.php | 136 select(QueryBuilder $QB, $tablealias, $colname, $alias) global() argument 155 sort(QueryBuilder $QB, $tablealias, $colname, $order) global() argument 209 filter(QueryBuilderWhere $add, $tablealias, $colname, $comp, $value, $op) global() argument [all...] |
H A D | Decimal.php | 150 public function sort(QueryBuilder $QB, $tablealias, $colname, $order) argument 165 public function filter(QueryBuilderWhere $add, $tablealias, $colname, $comp, $value, $op) argument
|
H A D | Lookup.php | 236 select(QueryBuilder $QB, $tablealias, $colname, $alias) global() argument 269 filter(QueryBuilderWhere $add, $tablealias, $colname, $comp, $value, $op) global() argument 300 sort(QueryBuilder $QB, $tablealias, $colname, $order) global() argument [all...] |
H A D | TraitFilterPrefix.php | 27 public function filter(QueryBuilderWhere $add, $tablealias, $colname, $comp, $value, $op) argument
|
H A D | AbstractBaseType.php | 426 * @param string $colname The column name on above table (always single column!) argument 374 filter(QueryBuilderWhere $add, $tablealias, $colname, $comp, $value, $op) global() argument 407 select(QueryBuilder $QB, $tablealias, $colname, $alias) global() argument
|
H A D | Tag.php | 125 public function filter(QueryBuilderWhere $add, $tablealias, $colname, $comp, $value, $op) argument
|
/plugin/struct/meta/ |
H A D | Search.php | 107 addColumn($colname) global() argument 133 addSort($colname, $asc = true, $nc = true) global() argument 159 addFilter($colname, $value, $comp, $op = 'OR') global() argument 598 processWildcard($colname) global() argument 623 resolveColumn($colname) global() argument 648 findColumn($colname, $strict = false) global() argument [all...] |
/plugin/structjoin/types/ |
H A D | Join.php | 94 public function select(QueryBuilder $QB, $tablealias, $colname, $alias) { 151 public function filter(QueryBuilderWhere $add, $tablealias, $colname, $comp, $value, $op) { 178 public function sort(QueryBuilder $QB, $tablealias, $colname, $order) {
|
/plugin/structprogress/types/ |
H A D | Progress.php | 130 public function sort(QueryBuilder $QB, $tablealias, $colname, $order) 145 public function filter(QueryBuilderWhere $add, $tablealias, $colname, $comp, $value, $op)
|
/plugin/data-au/_test/ |
H A D | helper.test.php | 277 protected function createFilterArray($key, $value, $compare, $colname, $type) { 312 private function createFilterArrayListEntry($key, $value, $compare, $colname, $type, $logic) {
|
/plugin/data/_test/ |
H A D | helper.test.php |
|
/plugin/struct/helper/ |
H A D | field.php | 219 findColumn($colname) global() argument
|
/plugin/structstatus/ |
H A D | Status.php | 104 public function select(QueryBuilder $QB, $tablealias, $colname, $alias) {
|
/plugin/data-au/ |
H A D | helper.php | 187 function _resolveData($value, $colname) {
|
/plugin/data/ |
H A D | helper.php | 182 _resolveData($value, $colname) global() argument
|