Liking cljdoc? Tell your friends :D

clj-cctray.filtering

Functions for filtering the project list.

Functions for filtering the project list.
raw docstring

afterclj

(after date projects)

Filters projects to only include those who last built after the given date time.

Filters projects to only include those who last built after the given date time.
sourceraw docstring

beforeclj

(before date projects)

Filters projects to only include those who last built before the given date time.

Filters projects to only include those who last built before the given date time.
sourceraw docstring

by-nameclj

(by-name names projects)

Filters projects to only include the projects whose names exactly match those in the names list.

Filters projects to only include the projects whose names exactly match those in the names list.
sourceraw docstring

by-prognosisclj

(by-prognosis prognosis projects)

Filters projects to only include those in the given prognosis list.

Filters projects to only include those in the given prognosis list.
sourceraw docstring

healthyclj

(healthy projects)

Filters projects to only include projects with a healthy prognosis.

Filters projects to only include projects with a healthy prognosis.
sourceraw docstring

healthy-buildingclj

(healthy-building projects)

Filters projects to only include projects with a healthy building prognosis.

Filters projects to only include projects with a healthy building prognosis.
sourceraw docstring

interestingclj

(interesting projects)

Filters projects to only include sick, healthy building, sick building or projects with an unknown prognosis

Filters projects to only include sick, healthy building, sick building or projects with an unknown prognosis
sourceraw docstring

sickclj

(sick projects)

Filters projects to only include projects with a sick prognosis.

Filters projects to only include projects with a sick prognosis.
sourceraw docstring

sick-buildingclj

(sick-building projects)

Filters projects to only include projects with a sick building prognosis.

Filters projects to only include projects with a sick building prognosis.
sourceraw docstring

unknown-prognosisclj

(unknown-prognosis projects)

Filters projects to only include projects with an unknown prognosis.

Filters projects to only include projects with an unknown prognosis.
sourceraw docstring

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

× close