Searched refs:COMPARATORS (Results 1 – 2 of 2) sorted by relevance
| /plugin/struct/helper/ |
| H A D | config.php | 56 $comps = Search::$COMPARATORS;
|
| /plugin/struct/meta/ |
| H A D | Search.php | 24 public static $COMPARATORS = ['<=', '>=', '=*', '=', '<', '>', '!=', '!~', '~', ' IN ']; variable in dokuwiki\\plugin\\struct\\meta\\Search 208 if (!in_array($comp, self::$COMPARATORS)) 209 throw new StructException("Bad comperator. Use " . implode(',', self::$COMPARATORS));
|