Home
last modified time | relevance | path

Searched defs:DateTimeField (Results 1 – 25 of 50) sorted by relevance

12

/dports/www/gitea/gitea-1.16.5/vendor/github.com/blevesearch/bleve/v2/document/
H A Dfield_datetime.go42 type DateTimeField struct { struct
43 name string
44 arrayPositions []uint64
46 value numeric.PrefixCoded
47 numPlainTextBytes uint64
48 length int
49 frequencies index.TokenFrequencies
52 func (n *DateTimeField) Size() int {
58 func (n *DateTimeField) Name() string {
82 func (n *DateTimeField) Analyze() {
[all …]
/dports/security/keybase/client-v5.7.1/go/vendor/github.com/blevesearch/bleve/document/
H A Dfield_datetime.go41 type DateTimeField struct { struct
42 name string
43 arrayPositions []uint64
44 options IndexingOptions
45 value numeric.PrefixCoded
46 numPlainTextBytes uint64
49 func (n *DateTimeField) Size() int {
55 func (n *DateTimeField) Name() string {
59 func (n *DateTimeField) ArrayPositions() []uint64 {
103 func (n *DateTimeField) Value() []byte {
[all …]
/dports/www/mattermost-server/mattermost-server-6.0.2/vendor/github.com/blevesearch/bleve/document/
H A Dfield_datetime.go41 type DateTimeField struct { struct
42 name string
43 arrayPositions []uint64
44 options IndexingOptions
45 value numeric.PrefixCoded
46 numPlainTextBytes uint64
49 func (n *DateTimeField) Size() int {
55 func (n *DateTimeField) Name() string {
59 func (n *DateTimeField) ArrayPositions() []uint64 {
103 func (n *DateTimeField) Value() []byte {
[all …]
/dports/audio/pms-devel/pms-c94e3c6/vendor/github.com/blevesearch/bleve/document/
H A Dfield_datetime.go32 type DateTimeField struct { struct
33 name string
34 arrayPositions []uint64
35 options IndexingOptions
36 value numeric.PrefixCoded
37 numPlainTextBytes uint64
40 func (n *DateTimeField) Name() string {
44 func (n *DateTimeField) ArrayPositions() []uint64 {
48 func (n *DateTimeField) Options() IndexingOptions {
88 func (n *DateTimeField) Value() []byte {
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Web.DynamicData/Test/WebPages/DynamicData/FieldTemplates/
H A DDateTime.ascx.cs16 public partial class DateTimeField : System.Web.DynamicData.FieldTemplateUserControl { class
/dports/lang/mono/mono-5.10.1.57/external/Newtonsoft.Json/Src/Newtonsoft.Json.Tests/TestObjects/
H A DNullableDateTimeTestClass.cs37 public DateTime? DateTimeField { get; set; } property in Newtonsoft.Json.Tests.TestObjects.NullableDateTimeTestClass
H A DDateTimeTestClass.cs40 public DateTime DateTimeField { get; set; } property in Newtonsoft.Json.Tests.TestObjects.DateTimeTestClass
/dports/devel/newtonsoft-json/Newtonsoft.Json-9.0.1/Src/Newtonsoft.Json.Tests/TestObjects/
H A DDateTimeTestClass.cs41 public DateTime DateTimeField { get; set; } property in Newtonsoft.Json.Tests.TestObjects.DateTimeTestClass
H A DNullableDateTimeTestClass.cs37 public DateTime? DateTimeField { get; set; } property in Newtonsoft.Json.Tests.TestObjects.NullableDateTimeTestClass
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/third_party/google-endpoints/apitools/base/protorpclite/
H A Dmessage_types.py50 class DateTimeField(messages.MessageField): class
/dports/net/google-cloud-sdk/google-cloud-sdk/platform/gsutil/third_party/apitools/apitools/base/protorpclite/
H A Dmessage_types.py50 class DateTimeField(messages.MessageField): class
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/third_party/apitools/base/protorpclite/
H A Dmessage_types.py50 class DateTimeField(messages.MessageField): class
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/depot_tools/external_bin/gsutil/gsutil_4.28/gsutil/third_party/apitools/apitools/base/protorpclite/
H A Dmessage_types.py50 class DateTimeField(messages.MessageField): class
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/third_party/gsutil/third_party/apitools/apitools/base/protorpclite/
H A Dmessage_types.py50 class DateTimeField(messages.MessageField): class
/dports/www/itop/web/sources/form/field/
H A Ddatetimefield.class.inc.php27 class DateTimeField extends StringField class
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/html/forms/
H A Ddate_time_field_element.h39 enum class DateTimeField { enum
H A Ddate_time_edit_element.h41 enum class DateTimeField; variable
/dports/textproc/py-wtforms/WTForms-2.1/wtforms/fields/
H A Dhtml5.py42 class DateTimeField(core.DateTimeField): class
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/html/forms/
H A Ddate_time_field_element.h39 enum class DateTimeField { enum
H A Ddate_time_edit_element.h41 enum class DateTimeField; variable
/dports/textproc/py-wtforms/WTForms-2.1/wtforms/ext/dateutil/
H A Dfields.py31 class DateTimeField(Field): class
/dports/www/gitea/gitea-1.16.5/vendor/github.com/blevesearch/bleve_index_api/
H A Ddocument.go67 type DateTimeField interface { interface
/dports/graphics/libetonyek01/libetonyek-0.1.10/src/lib/
H A DIWAObjectType.h38 DateTimeField = 2034, enumerator
/dports/textproc/py-wtforms/WTForms-2.1/wtforms/ext/django/
H A Dfields.py107 class DateTimeField(fields.DateTimeField): class
/dports/www/py-flask-admin/Flask-Admin-1.5.8/flask_admin/form/
H A Dfields.py20 class DateTimeField(fields.DateTimeField): class

12