Home
last modified time | relevance | path

Searched defs:colname (Results 1 – 18 of 18) sorted by last modified time

/plugin/struct/meta/
H A DSearch.php107 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/struct/types/
H A DAbstractBaseType.php426 * @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 DAutoSummary.php19 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 DDateTime.php105 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 DDecimal.php150 public function sort(QueryBuilder $QB, $tablealias, $colname, $order) argument
165 public function filter(QueryBuilderWhere $add, $tablealias, $colname, $comp, $value, $op) argument
H A DLookup.php236 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 DPage.php136 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 DTag.php125 public function filter(QueryBuilderWhere $add, $tablealias, $colname, $comp, $value, $op) argument
H A DTraitFilterPrefix.php27 public function filter(QueryBuilderWhere $add, $tablealias, $colname, $comp, $value, $op) argument
H A DUser.php108 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
/plugin/struct/helper/
H A Dfield.php219 findColumn($colname) global() argument
/plugin/structstatus/
H A DStatus.php104 public function select(QueryBuilder $QB, $tablealias, $colname, $alias) {
/plugin/structprogress/types/
H A DProgress.php130 public function sort(QueryBuilder $QB, $tablealias, $colname, $order)
145 public function filter(QueryBuilderWhere $add, $tablealias, $colname, $comp, $value, $op)
/plugin/data/
H A Dhelper.php182 _resolveData($value, $colname) global() argument
/plugin/data/_test/
H A Dhelper.test.php
/plugin/data-au/_test/
H A Dhelper.test.php277 protected function createFilterArray($key, $value, $compare, $colname, $type) {
312 private function createFilterArrayListEntry($key, $value, $compare, $colname, $type, $logic) {
/plugin/data-au/
H A Dhelper.php187 function _resolveData($value, $colname) {
/plugin/structjoin/types/
H A DJoin.php94 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) {