Home
last modified time | relevance | path

Searched refs:COMPARATORS (Results 1 – 2 of 2) sorted by relevance

/plugin/struct/helper/
H A Dconfig.php56 $comps = Search::$COMPARATORS;
/plugin/struct/meta/
H A DSearch.php24 public static $COMPARATORS = ['<=', '>=', '=*', '=', '<', '>', '!=', '!~', '~', ' IN '];
165 * @param string $comp @see self::COMPARATORS
179 * @param string $comp @see self::COMPARATORS
193 * @param string $comp @see self::COMPARATORS
208 if (!in_array($comp, self::$COMPARATORS))
209 throw new StructException("Bad comperator. Use " . implode(',', self::$COMPARATORS));
22 public static $COMPARATORS = array( global() variable in dokuwiki\\plugin\\struct\\meta\\Search