Liking cljdoc? Tell your friends :D

com.yetanalytics.flint.axiom.impl.validation


bnode-regexclj/s

source

in-bitset?cljmacro

(in-bitset? bitset s idx)

Inlined check on whether the code point at idx in s can be found in bitset.

Inlined check on whether the code point at `idx` in `s` can be found
in `bitset`.
sourceraw docstring

iri-body-regexclj/s

source

iri-regexclj/s

source

lang-tag-regexclj/s

source

literal-regexclj/s

source

prefix-name-regexclj/s

source

prefix-ns-regexclj/s

source

recur-ifcljmacro

(recur-if pred & exprs)

Perform a recursion only when pred evaluates to true; otherwise, return false and do not recur.

Perform a recursion only when `pred` evaluates to `true`; otherwise,
return `false` and do not recur.
sourceraw docstring

unicode-bitsetcljmacro

(unicode-bitset code-point-ranges)

Instantiate a java.util.BitSet instance and add set all bits at or (inclusive) between the ranges in code-point-ranges.

Instantiate a `java.util.BitSet` instance and add set all bits
at or (inclusive) between the ranges in `code-point-ranges`.
sourceraw docstring

valid-bnode-symbol?clj/s

(valid-bnode-symbol? bnode-sym)

Is bnode-sym a symbol that starts with _ and has zero or more trailing chars?

Is `bnode-sym` a symbol that starts with `_` and has zero or more
trailing chars?
sourceraw docstring

valid-iri-string?clj/s

(valid-iri-string? s)

Is x a wrapped (i.e. starts with < and ends with >) IRI? Note that x can be an otherwise non-IRI (e.g. <foo>).

Is `x` a wrapped (i.e. starts with `<` and ends with `>`) IRI?
Note that `x` can be an otherwise non-IRI (e.g. `<foo>`).
sourceraw docstring

valid-iri-string?*clj/s

(valid-iri-string?* s)

Is x an IRI string? Note that x can be an otherwise non-IRI (e.g. <foo>).

Is `x` an IRI string? Note that `x` can be an otherwise non-IRI
(e.g. `<foo>`).
sourceraw docstring

valid-lang-map-literal?clj/s

(valid-lang-map-literal? lang-map)

Is lang-map a singleton map between a language tag and valid string?

Is `lang-map` a singleton map between a language tag and valid string?
sourceraw docstring

valid-prefix-iri-keyword?clj/s

(valid-prefix-iri-keyword? k)

Is k a potentially namespaced keyword?

Is `k` a potentially namespaced keyword?
sourceraw docstring

valid-prefix-keyword?clj/s

(valid-prefix-keyword? k)

Is k a valid SPARQL prefix keyword?

Is `k` a valid SPARQL prefix keyword?
sourceraw docstring

valid-string-literal?clj/s

(valid-string-literal? str-lit)

Is str-lit a string and does not contains unescaped ", \, \n, nor \r? (This filtering is to avoid SPARQL injection attacks.)

Is `str-lit` a string and does not contains unescaped `"`, `\`, `\n`,
nor `\r`? (This filtering is to avoid SPARQL injection attacks.)
sourceraw docstring

valid-var-symbol?clj/s

(valid-var-symbol? var-sym)

Is var-sym a symbol that starts with ??

Is `var-sym` a symbol that starts with `?`?
sourceraw docstring

var-regexclj/s

source

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close