Home
last modified time | relevance | path

Searched defs:Update (Results 1 – 25 of 10943) sorted by relevance

12345678910>>...438

/dports/www/writefreely/writefreely-0.13.1/vendor/github.com/writeas/activity/streams/
H A Dgen_update.go11 type Update struct { struct
13 raw *vocab.Update
17 func (t *Update) Raw() (n *vocab.Update) {
29 func (t *Update) LenActor() (idx int) {
65 func (t *Update) RemoveActor(idx int) {
85 func (t *Update) LenObject() (idx int) {
119 func (t *Update) RemoveObject(idx int) {
991 func (t *Update) SetId(k *url.URL) {
1605 func (t *Update) LenTo() (idx int) {
1641 func (t *Update) RemoveTo(idx int) {
[all …]
/dports/www/writefreely/writefreely-0.13.1/vendor/github.com/writeas/activity/vocab/
H A Dgen_update.go587 type Update struct { struct
619 nameMap map[string]string
627 id *url.URL
649 typeName []interface{}
655 to []*toIntermediateType
659 cc []*ccIntermediateType
681 streams []*url.URL
689 proxyUrl *url.URL
695 provideClientKey *url.URL
697 signClientKey *url.URL
[all …]
/dports/security/vault/vault-1.8.2/vendor/go.mongodb.org/mongo-driver/x/mongo/driver/operation/
H A Dupdate.go26 type Update struct { struct
27 bypassDocumentValidation *bool
28 ordered *bool
30 session *session.Client
32 collection string
34 database string
35 deployment driver.Deployment
36 hint *bool
37 arrayFilters *bool
41 result UpdateResult
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vault-plugin-database-mongodbatlas/vendor/go.mongodb.org/mongo-driver/x/mongo/driver/operation/
H A Dupdate.go26 type Update struct { struct
27 bypassDocumentValidation *bool
28 ordered *bool
30 session *session.Client
32 collection string
34 database string
35 deployment driver.Deployment
36 hint *bool
37 arrayFilters *bool
41 result UpdateResult
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/go.mongodb.org/mongo-driver/x/mongo/driver/operation/
H A Dupdate.go26 type Update struct { struct
27 bypassDocumentValidation *bool
28 ordered *bool
30 session *session.Client
32 collection string
34 database string
35 deployment driver.Deployment
36 hint *bool
37 arrayFilters *bool
41 result UpdateResult
[all …]
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/go.mongodb.org/mongo-driver/x/mongo/driver/operation/
H A Dupdate.go26 type Update struct { struct
27 bypassDocumentValidation *bool
28 ordered *bool
30 session *session.Client
32 collection string
34 database string
35 deployment driver.Deployment
36 hint *bool
37 arrayFilters *bool
41 result UpdateResult
[all …]
/dports/sysutils/helmfile/vault-f6547fa8e820/vendor/go.mongodb.org/mongo-driver/x/mongo/driver/operation/
H A Dupdate.go26 type Update struct { struct
27 bypassDocumentValidation *bool
28 ordered *bool
29 updates []bsoncore.Document
30 session *session.Client
32 collection string
34 database string
35 deployment driver.Deployment
38 retry *driver.RetryMode
39 result UpdateResult
[all …]
/dports/net-mgmt/semaphore/semaphore-2.6.8/vendor/go.mongodb.org/mongo-driver/x/mongo/driver/operation/
H A Dupdate.go26 type Update struct { struct
27 bypassDocumentValidation *bool
28 ordered *bool
29 updates []bsoncore.Document
30 session *session.Client
32 collection string
34 database string
35 deployment driver.Deployment
38 retry *driver.RetryMode
39 result UpdateResult
[all …]
/dports/databases/mongodb42-tools/mongo-tools-r4.2.17/vendor/go.mongodb.org/mongo-driver/x/mongo/driver/operation/
H A Dupdate.go26 type Update struct { struct
27 bypassDocumentValidation *bool
28 ordered *bool
29 updates []bsoncore.Document
30 session *session.Client
32 collection string
34 database string
35 deployment driver.Deployment
38 retry *driver.RetryMode
39 result UpdateResult
[all …]
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/go.mongodb.org/mongo-driver/x/network/command/
H A Dupdate.go24 type Update struct { struct
25 ContinueOnError bool
26 Clock *session.ClusterClock
27 NS Namespace
28 Docs []bsonx.Doc
29 Opts []bsonx.Elem
31 Session *session.Client
33 batches []*WriteBatch
34 result result.Update
35 err error
[all …]
/dports/www/writefreely/writefreely-0.13.1/vendor/github.com/writeas/web-core/query/
H A Dbuilder.go8 type Update struct { struct
9 Updates, Conditions string
10 Params []interface{}
12 sep string
19 func (u *Update) Set(v, property string) *Update {
28 func (u *Update) SetBytes(v []byte, property string) *Update {
37 func (u *Update) SetStringPtr(v *string, property string) *Update {
46 func (u *Update) SetIntPtr(v *int, property string) *Update {
55 func (u *Update) SetBoolPtr(v *bool, property string) *Update {
64 func (u *Update) SetNullBool(v *sql.NullBool, property string) *Update {
[all …]
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/go.mongodb.org/mongo-driver/x/network/wiremessage/
H A Dupdate.go12 type Update struct { struct
13 MsgHeader Header
14 FullCollectionName string
15 Flags UpdateFlag
16 Selector bson.Raw
17 Update bson.Raw member
21 func (u Update) MarshalWireMessage() ([]byte, error) {
26 func (u Update) ValidateWireMessage() error {
36 func (u Update) String() string {
41 func (u Update) Len() int {
[all …]
/dports/cad/PrusaSlicer/PrusaSlicer-version_2.3.3/src/slic3r/GUI/
H A DUpdateDialogs.hpp42 struct Update struct in Slic3r::GUI::MsgUpdateConfig
44 std::string vendor;
45 Semver version;
46 std::string comment;
47 std::string changelog_url;
49 Update(std::string vendor, Semver version, std::string comment, std::string changelog_url) in Update() function
70 struct Update struct in Slic3r::GUI::MsgUpdateForced
72 std::string vendor;
73 Semver version;
74 std::string comment;
[all …]
/dports/dns/blocky/blocky-0.17/vendor/gorm.io/gorm/clause/
H A Dupdate.go3 type Update struct { struct
4 Modifier string
5 Table Table
9 func (update Update) Name() string {
14 func (update Update) Build(builder Builder) {
28 func (update Update) MergeClause(clause *Clause) {
/dports/security/py-pyaxo/pyaxo-0.8.2/
H A DREADME.rst67 .. _`issues page`: https://github.com/rxcomm/pyaxo/issues
68 .. _`passlib`: https://pypi.python.org/pypi/passlib
69 .. _`pynacl`: https://pypi.python.org/pypi/PyNaCl/
70 .. _`pip`: https://pypi.python.org/pypi/pip
71 .. _`setuptools`: https://pypi.python.org/pypi/setuptools
72 .. _`Open Whisper Systems Blog`: https://whispersystems.org/blog/advanced-ratcheting/
/dports/misc/visp/visp-3.4.0/3rdparty/simdlib/Simd/
H A DSimdUpdate.h39 template <UpdateType update> SIMD_INLINE void Update(float * p, float a) in Update() function
53 template <UpdateType update, bool align> SIMD_INLINE void Update(float * p, __m128 a) in Update() function
73 template <UpdateType update, bool align> SIMD_INLINE void Update(int32_t * p, __m128i a) in Update() function
93 template <UpdateType update, bool align> SIMD_INLINE void Update(float * p, __m256 a) in Update() function
113 template <UpdateType update, bool align> SIMD_INLINE void Update(int32_t * p, __m256i a) in Update() function
133 template <UpdateType update, bool align> SIMD_INLINE void Update(int32_t * p, int32x4_t a) in Update() function
148 template <UpdateType update, bool align> SIMD_INLINE void Update(float * p, float32x4_t a) in Update() function
/dports/audio/pms-devel/pms-c94e3c6/commands/
H A Dupdate.go10 type Update struct { struct
11 newcommand
12 api api.API
23 func (cmd *Update) Parse() error {
28 func (cmd *Update) Exec() error {
/dports/devel/git-lfs/git-lfs-3.0.2/tasklog/
H A Dtask.go20 type Update struct { struct
22 S string
24 At time.Time
27 Force bool
33 func (u *Update) Throttled(next time.Time) bool {
/dports/devel/qt5-location/kde-qtlocation-5.15.2p6/src/plugins/position/serialnmea/
H A Dqnmeasatelliteinfosource.cpp114 struct Update { struct in QNmeaSatelliteInfoSourcePrivate
118 bool m_validInView = false;
119 bool m_validInUse = false;
120 bool m_fresh = false;
123 QByteArray gsa;
124 QList<QByteArray> gsv;
191 void consume() in consume()
196 bool isFresh() in isFresh()
201 QSet<int> inUse() const in inUse()
209 void clear() in clear()
[all …]
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/ada/libgnat/
H A Dg-crc32.adb40 procedure Update (C : in out CRC32; Value : String) is subprogram
47 procedure Update (C : in out CRC32; Value : Ada.Streams.Stream_Element) is subprogram
52 Update (C, V); argument
55 procedure Update subprogram
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/ada/
H A Dg-crc32.adb40 procedure Update (C : in out CRC32; Value : String) is subprogram
47 procedure Update (C : in out CRC32; Value : Ada.Streams.Stream_Element) is subprogram
52 Update (C, V); argument
55 procedure Update subprogram
/dports/lang/gcc9/gcc-9.4.0/gcc/ada/libgnat/
H A Dg-crc32.adb40 procedure Update (C : in out CRC32; Value : String) is subprogram
47 procedure Update (C : in out CRC32; Value : Ada.Streams.Stream_Element) is subprogram
52 Update (C, V); argument
55 procedure Update subprogram
/dports/lang/gcc6-aux/bootstrap/lib/gcc/x86_64-aux-dragonfly4.1/5.1.0/adainclude/
H A Dg-crc32.adb40 procedure Update (C : in out CRC32; Value : String) is subprogram
47 procedure Update (C : in out CRC32; Value : Ada.Streams.Stream_Element) is subprogram
52 Update (C, V); argument
55 procedure Update subprogram
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/ada/
H A Dg-crc32.adb40 procedure Update (C : in out CRC32; Value : String) is subprogram
47 procedure Update (C : in out CRC32; Value : Ada.Streams.Stream_Element) is subprogram
52 Update (C, V); argument
55 procedure Update subprogram
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/ada/libgnat/
H A Dg-crc32.adb40 procedure Update (C : in out CRC32; Value : String) is subprogram
47 procedure Update (C : in out CRC32; Value : Ada.Streams.Stream_Element) is subprogram
52 Update (C, V); argument
55 procedure Update subprogram

12345678910>>...438