Home
last modified time | relevance | path

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

/plugin/struct/meta/
H A DSearchCloud.php34 $subAnd->whereAnd("$datatable.pid = ''");
37 $subOr->whereAnd("GETACCESSLEVEL($datatable.pid) > 0");
38 $subOr->whereAnd("PAGEEXISTS($datatable.pid) = 1");
40 ->whereAnd('ASSIGNED == 1')
42 ->whereAnd("$datatable.rid > 0")
43 ->whereAnd("ASSIGNED IS NULL");
55 $QB->filters()->whereAnd("$datatable.latest = 1");
H A DSearch.php
H A DQueryBuilderWhere.php42 public function whereAnd($statement) function in dokuwiki\\plugin\\struct\\meta\\QueryBuilderWhere
H A DAccessTable.php530 $QB->filters()->whereAnd("DATA.$idColumn = $pl");
532 $QB->filters()->whereAnd("DATA.rev = $pl");
/plugin/structat/meta/
H A DSearchConfigAt.php72 $subAnd->whereAnd("$datatable.pid = ''");
74 $subOr->whereAnd("GETACCESSLEVEL($datatable.pid) > 0");
75 $subOr->whereAnd("PAGEEXISTS($datatable.pid) = 1");
76 $subOr->whereAnd('(ASSIGNED = 1 OR ASSIGNED IS NULL)');
98 $QB->filters()->whereAnd("$datatable.rev =
102 $QB->filters()->whereAnd("$datatable.latest = 1");