Home
last modified time | relevance | path

Searched defs:Of (Results 1 – 25 of 406) sorted by path

12345678910>>...17

/dports/accessibility/sctd/sctd-0.2.0/cargo-crates/chrono-0.4.11/src/naive/
H A Ddate.rs133 let Of(of) = of; in from_of() localVariable
738 fn of(&self) -> Of { in of()
756 let Of(of) = of; in with_of() localVariable
H A Dinternals.rs279 pub struct Of(pub u32); struct
281 impl Of { implementation
304 let Of(of) = *self; in valid() localVariable
311 let Of(of) = *self; in ordinal() localVariable
318 let Of(of) = *self; in with_ordinal() localVariable
324 let Of(of) = *self; in flags() localVariable
330 let Of(of) = *self; in with_flags() localVariable
336 let Of(of) = *self; in weekday() localVariable
343 let Of(of) = *self; in isoweekdate_raw() localVariable
355 let Of(of) = *self; in succ() localVariable
[all …]
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/chrono-0.4.19/src/naive/
H A Ddate.rs140 let Of(of) = of; in from_of() localVariable
771 fn of(&self) -> Of { in of()
789 let Of(of) = of; in with_of() localVariable
H A Dinternals.rs268 pub struct Of(pub u32); struct
270 impl Of { implementation
297 let Of(of) = *self; in valid() localVariable
304 let Of(of) = *self; in ordinal() localVariable
311 let Of(of) = *self; in with_ordinal() localVariable
317 let Of(of) = *self; in flags() localVariable
323 let Of(of) = *self; in with_flags() localVariable
329 let Of(of) = *self; in weekday() localVariable
336 let Of(of) = *self; in isoweekdate_raw() localVariable
348 let Of(of) = *self; in succ() localVariable
[all …]
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/diesel-1.4.8/src/query_builder/select_statement/
H A Dmod.rs70 offset: Of, in new()
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/chrono-0.4.19/src/naive/
H A Ddate.rs140 let Of(of) = of; in from_of() localVariable
771 fn of(&self) -> Of { in of()
789 let Of(of) = of; in with_of() localVariable
H A Dinternals.rs268 pub struct Of(pub u32); struct
270 impl Of { implementation
297 let Of(of) = *self; in valid() localVariable
304 let Of(of) = *self; in ordinal() localVariable
311 let Of(of) = *self; in with_ordinal() localVariable
317 let Of(of) = *self; in flags() localVariable
323 let Of(of) = *self; in with_flags() localVariable
329 let Of(of) = *self; in weekday() localVariable
336 let Of(of) = *self; in isoweekdate_raw() localVariable
348 let Of(of) = *self; in succ() localVariable
[all …]
/dports/audio/spotify-tui/spotify-tui-0.25.0/cargo-crates/chrono-0.4.13/src/naive/
H A Dinternals.rs268 pub struct Of(pub u32); struct
270 impl Of { implementation
297 let Of(of) = *self; in valid() localVariable
304 let Of(of) = *self; in ordinal() localVariable
311 let Of(of) = *self; in with_ordinal() localVariable
317 let Of(of) = *self; in flags() localVariable
323 let Of(of) = *self; in with_flags() localVariable
329 let Of(of) = *self; in weekday() localVariable
336 let Of(of) = *self; in isoweekdate_raw() localVariable
348 let Of(of) = *self; in succ() localVariable
[all …]
/dports/audio/spotifyd/spotifyd-0.3.0/cargo-crates/chrono-0.4.11/src/naive/
H A Dinternals.rs279 pub struct Of(pub u32); struct
281 impl Of { implementation
304 let Of(of) = *self; in valid() localVariable
311 let Of(of) = *self; in ordinal() localVariable
318 let Of(of) = *self; in with_ordinal() localVariable
324 let Of(of) = *self; in flags() localVariable
330 let Of(of) = *self; in with_flags() localVariable
336 let Of(of) = *self; in weekday() localVariable
343 let Of(of) = *self; in isoweekdate_raw() localVariable
355 let Of(of) = *self; in succ() localVariable
[all …]
/dports/cad/ghdl/ghdl-1.0.0/pyGHDL/libghdl/
H A Dstd_names.py58 Of = 303 variable in Name
/dports/cad/ghdl/ghdl-1.0.0/pyGHDL/libghdl/vhdl/
H A Dtokens.py119 Of = 110 variable in Tok
/dports/cad/opencascade/opencascade-7.6.0/src/BRepOffset/
H A DBRepOffset_Inter2d.cxx1532 Standard_Real Of = OC.FirstParameter(); Standard_Real Ol = OC.LastParameter(); in UpdateVertex() local
H A DBRepOffset_Tool.cxx3321 Standard_Real Of = OC.FirstParameter(); Standard_Real Ol = OC.LastParameter(); in TryParameter() local
/dports/cad/opencascade/opencascade-7.6.0/src/BRepTest/
H A DBRepTest_FeatureCommands.cxx964 Standard_Real Of = Draw::Atof(a[3]); in thickshell() local
1006 Standard_Real Of = Draw::Atof(a[3]); in offsetshape() local
1124 Standard_Real Of = Draw::Atof(a[2]); in offsetload() local
1158 Standard_Real Of = Draw::Atof(a[i + 1]); in offsetonface() local
/dports/databases/litestream/litestream-0.3.6/vendor/golang.org/x/tools/internal/event/keys/
H A Dkeys.go89 func (k *Int) Of(v int) label.Label { return label.Of64(k, uint64(v)) } func
121 func (k *Int8) Of(v int8) label.Label { return label.Of64(k, uint64(v)) } func
153 func (k *Int16) Of(v int16) label.Label { return label.Of64(k, uint64(v)) } func
185 func (k *Int32) Of(v int32) label.Label { return label.Of64(k, uint64(v)) } func
249 func (k *UInt) Of(v uint) label.Label { return label.Of64(k, uint64(v)) } func
377 func (k *UInt64) Of(v uint64) label.Label { return label.Of64(k, v) } func
409 func (k *Float32) Of(v float32) label.Label { func
445 func (k *Float64) Of(v float64) label.Label { func
481 func (k *String) Of(v string) label.Label { return label.OfString(k, v) } func
513 func (k *Boolean) Of(v bool) label.Label { func
[all …]
/dports/databases/litestream/litestream-0.3.6/vendor/golang.org/x/tools/internal/lsp/cache/
H A Dkeys.go38 func (k *SessionKey) Of(v *Session) label.Label { return label.OfValue(k, v) } func
/dports/databases/mongodb42-tools/mongo-tools-r4.2.17/vendor/go.mongodb.org/mongo-driver/benchmark/
H A Dbson_types.go88 Of string `bson:"OfTmCvDx"` member
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/wave/test/testwave/testfiles/
H A Dt_5_035.hpp610 #define Of macro
/dports/databases/percona57-client/boost_1_59_0/libs/wave/test/testwave/testfiles/
H A Dt_5_035.hpp610 #define Of macro
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/wave/test/testwave/testfiles/
H A Dt_5_035.hpp610 #define Of macro
/dports/databases/percona57-server/boost_1_59_0/libs/wave/test/testwave/testfiles/
H A Dt_5_035.hpp610 #define Of macro
/dports/databases/postgresql12-pltcl/postgresql-12.9/src/backend/utils/adt/
H A Doracle_compat.c142 lpad(PG_FUNCTION_ARGS) in from_of()
772 len = pg_mblen(&from_ptr[i]); in mdf()
790 if (p < (to_ptr + tolen)) in mdf()
/dports/databases/redisjson/RedisJSON-2.0.6/cargo-crates/chrono-0.4.19/src/naive/
H A Ddate.rs140 let Of(of) = of; in from_of() localVariable
771 fn of(&self) -> Of { in of()
789 let Of(of) = of; in with_of() localVariable
H A Dinternals.rs268 pub struct Of(pub u32); struct
270 impl Of { impl
297 let Of(of) = *self; in valid() localVariable
304 let Of(of) = *self; in ordinal() localVariable
311 let Of(of) = *self; in with_ordinal() localVariable
317 let Of(of) = *self; in flags() localVariable
323 let Of(of) = *self; in with_flags() localVariable
329 let Of(of) = *self; in weekday() localVariable
336 let Of(of) = *self; in isoweekdate_raw() localVariable
348 let Of(of) = *self; in succ() localVariable
[all …]
/dports/databases/xtrabackup/boost_1_59_0/libs/wave/test/testwave/testfiles/
H A Dt_5_035.hpp610 #define Of macro

12345678910>>...17