View Source Request.Validator.DefaultRules (RequestValidator v0.8.5)

Summary

Functions

Link to this function

active_url(value, opts \\ [])

View Source
Link to this function

alpha_dash(value, opts \\ [])

View Source
Link to this function

boolean(value, opts \\ [])

View Source
Link to this function

email(value, opts \\ [])

View Source
Link to this function

exists(value, callback, opts \\ [])

View Source
Link to this function

gt(value, boundary, opts)

View Source
Link to this function

in_list(value, list, opts \\ [])

View Source
Link to this function

lt(value, boundary, opts)

View Source
Link to this function

max(value, boundary, opts \\ [])

View Source
Link to this function

min(value, boundary, opts \\ [])

View Source
Link to this function

numeric(value, opts \\ [])

View Source
Link to this function

present_or_implicit_rules?(rule, field, fields)

View Source
Link to this function

required(value, opts \\ [])

View Source
Link to this function

required_if(value, callback, opts)

View Source
Link to this function

run_rule(rule, value, opts)

View Source
Link to this function

run_rule(rule, value, params, opts)

View Source
Link to this function

size(value, boundary, opts \\ [])

View Source
Link to this function

string(value, opts \\ [])

View Source
Link to this function

unique(value, callback, opts \\ [])

View Source