1
0
mirror of https://github.com/MontFerret/ferret.git synced 2024-12-14 11:23:02 +02:00
ferret/pkg/stdlib/types
Tim Voronov 34c8c02258
Refactoring/externalized html (#234)
* Externalized HTML drivers

* Fixed unit tests

* Updated logging

* Added support to set default driver

* Updated GetIn and SetIn helpers
2019-02-19 18:10:18 -05:00
..
is_array.go New type system (#232) 2019-02-13 12:31:18 -05:00
is_binary.go New type system (#232) 2019-02-13 12:31:18 -05:00
is_boolean.go New type system (#232) 2019-02-13 12:31:18 -05:00
is_date_time.go New type system (#232) 2019-02-13 12:31:18 -05:00
is_float.go New type system (#232) 2019-02-13 12:31:18 -05:00
is_html_document.go Refactoring/externalized html (#234) 2019-02-19 18:10:18 -05:00
is_html_element.go Refactoring/externalized html (#234) 2019-02-19 18:10:18 -05:00
is_int.go New type system (#232) 2019-02-13 12:31:18 -05:00
is_nan.go New type system (#232) 2019-02-13 12:31:18 -05:00
is_none.go New type system (#232) 2019-02-13 12:31:18 -05:00
is_object.go New type system (#232) 2019-02-13 12:31:18 -05:00
is_string.go New type system (#232) 2019-02-13 12:31:18 -05:00
lib.go Feature/#7 numeric functions (#116) 2018-10-13 21:07:28 -04:00
to_array.go Refactoring/externalized html (#234) 2019-02-19 18:10:18 -05:00
to_boolean_test.go Refactored types lib 2018-10-07 01:07:44 -04:00
to_boolean.go New type system (#232) 2019-02-13 12:31:18 -05:00
to_date_time.go Rewrite comments, closing #118 2018-10-14 13:06:27 -04:00
to_float.go New type system (#232) 2019-02-13 12:31:18 -05:00
to_int.go New type system (#232) 2019-02-13 12:31:18 -05:00
to_string.go Rewrite comments, closing #118 2018-10-14 13:06:27 -04:00
type_name.go Rewrite comments, closing #118 2018-10-14 13:06:27 -04:00