Home
last modified time | relevance | path

Searched defs:Engine (Results 126 – 150 of 3082) sorted by relevance

12345678910>>...124

/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/libp2p/go-openssl/
H A Dengine.go28 type Engine struct { struct
29 e *C.ENGINE
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/gotools/src/github.com/mongodb/mongo-tools/vendor/github.com/10gen/openssl/
H A Dengine.go28 type Engine struct { struct
29 e *C.ENGINE
/dports/databases/mongodb42-tools/mongo-tools-r4.2.17/vendor/github.com/10gen/openssl/
H A Dengine.go28 type Engine struct { struct
29 e *C.ENGINE
/dports/net-mgmt/promscale/promscale-0.6.2/pkg/promql/
H A Dengine.go252 type Engine struct { struct
253 logger log.Logger
254 metrics *engineMetrics
255 timeout time.Duration
256 maxSamplesPerQuery int64
257 activeQueryTracker *ActiveQueryTracker
258 queryLogger QueryLogger
259 queryLoggerLock sync.RWMutex
260 lookbackDelta time.Duration
262 enableAtModifier bool
[all …]
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/prometheus/prometheus/promql/
H A Dengine.go235 type Engine struct { struct
236 logger log.Logger
237 metrics *engineMetrics
238 timeout time.Duration
239 gate *gate.Gate
240 maxSamplesPerQuery int
241 activeQueryTracker *ActiveQueryTracker
242 queryLogger QueryLogger
243 queryLoggerLock sync.RWMutex
336 func (ng *Engine) SetQueryLogger(l QueryLogger) {
[all …]
/dports/graphics/ipe/ipe-7.2.23/src/ipecairo/
H A Dipefonts.cpp47 struct Engine { struct
66 static Engine engine; argument
70 Engine::Engine() in Engine() function in Engine
/dports/devel/capnproto080/capnproto-0.8.0/c++/src/benchmark/
H A Dnull-carsales.c++47 struct Engine { struct
48 uint32_t cc;
49 uint16_t horsepower;
50 uint8_t cylinders;
51 uint8_t bits;
52 inline bool usesGas() const { return bits & 1; } in usesGas()
53 inline bool usesElectric() const { return bits & 2; } in usesElectric()
55 inline void setBits(bool usesGas, bool usesElectric) { in setBits()
/dports/devel/capnproto/capnproto-0.9.0/c++/src/benchmark/
H A Dnull-carsales.c++47 struct Engine { struct
48 uint32_t cc;
49 uint16_t horsepower;
50 uint8_t cylinders;
51 uint8_t bits;
52 inline bool usesGas() const { return bits & 1; } in usesGas()
53 inline bool usesElectric() const { return bits & 2; } in usesElectric()
55 inline void setBits(bool usesGas, bool usesElectric) { in setBits()
/dports/security/yubico-piv-tool/yubico-piv-tool-2.2.0/doc/YKCS11/Supported_applications/
H A Dopenssl_engine.adoc5 === Examples
22 === See Also
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/helpers/vault/service/
H A Dvault.go20 type Engine interface { interface
31 GetField(engineDetails Engine, secretDetails Secret) (interface{}, error)
32 Put(engineDetails Engine, secretDetails Secret, data map[string]interface{}) error
33 Delete(engineDetails Engine, secretDetails Secret) error
/dports/www/gitea/gitea-1.16.5/models/
H A Dorg.go53 func (org *Organization) getTeam(e db.Engine, name string) (*Team, error) {
62 func (org *Organization) getOwnerTeam(e db.Engine) (*Team, error) {
71 func (org *Organization) loadTeams(e db.Engine) ([]*Team, error) {
96 func (org *Organization) hasMemberWithUserID(e db.Engine, userID int64) bool {
183 func (org *Organization) removeOrgRepo(e db.Engine, repoID int64) error {
371 func isOrganizationOwner(e db.Engine, orgID, uid int64) (bool, error) {
393 func isOrganizationMember(e db.Engine, orgID, uid int64) (bool, error) {
563 func getOwnedOrgsByUserID(sess db.Engine, userID int64) ([]*Organization, error) {
579 func hasOrgOrUserVisible(e db.Engine, orgOrUser, user *user_model.User) bool {
660 func getOrgUsersByOrgID(e db.Engine, opts *FindOrgMembersOpts) ([]*OrgUser, error) {
[all …]
H A Dissue_label.go219 func initializeLabels(e db.Engine, id int64, labelTemplate string, isOrg bool) error {
251 func newLabel(e db.Engine, label *Label) error {
333 func getLabelByID(e db.Engine, labelID int64) (*Label, error) {
371 func getLabelInRepoByName(e db.Engine, repoID int64, labelName string) (*Label, error) {
390 func getLabelInRepoByID(e db.Engine, repoID, labelID int64) (*Label, error) {
496 func getLabelInOrgByName(e db.Engine, orgID int64, labelName string) (*Label, error) {
515 func getLabelInOrgByID(e db.Engine, orgID, labelID int64) (*Label, error) {
612 func getLabelsByIssueID(e db.Engine, issueID int64) ([]*Label, error) {
625 func updateLabelCols(e db.Engine, l *Label, cols ...string) error {
657 func hasIssueLabel(e db.Engine, issueID, labelID int64) bool {
[all …]
H A Drepo_collaboration.go74 func getCollaborations(e db.Engine, repoID int64, listOptions db.ListOptions) ([]*Collaboration, er…
92 func getCollaborators(e db.Engine, repoID int64, listOptions db.ListOptions) ([]*Collaborator, erro…
127 func getCollaboration(e db.Engine, repoID, uid int64) (*Collaboration, error) {
139 func isCollaborator(e db.Engine, repoID, userID int64) (bool, error) {
148 func changeCollaborationAccessMode(e db.Engine, repo *repo_model.Repository, uid int64, mode perm.A…
262 func getRepoTeams(e db.Engine, repo *repo_model.Repository) (teams []*Team, err error) {
/dports/misc/xplr/xplr-0.17.0/cargo-crates/mlua-0.7.0/examples/
H A Dserialize.rs11 struct Engine { struct
21 engine: Engine, argument
/dports/math/py-optuna/optuna-2.10.0/optuna/integration/
H A Dpytorch_ignite.py27 def __init__(self, trial: Trial, metric: str, trainer: "Engine") -> None:
35 def __call__(self, engine: "Engine") -> None:
/dports/www/gitea/gitea-1.16.5/models/asymkey/
H A Dssh_key_authorized_principals.go49 func rewriteAllPrincipalKeys(e db.Engine) error {
108 func regeneratePrincipalKeys(e db.Engine, t io.StringWriter) error {
/dports/www/gitea/gitea-1.16.5/models/user/
H A Dlist.go49 func (users UserList) loadTwoFactorStatus(e db.Engine) (map[int64]*auth.TwoFactor, error) {
62 func (users UserList) userIDsWithWebAuthn(e db.Engine) ([]int64, error) {
/dports/net-mgmt/promscale/promscale-0.6.2/pkg/api/
H A Dquery.go17 func Query(conf *Config, queryEngine *promql.Engine, queryable promql.Queryable, metrics *Metrics) …
22 func queryHandler(queryEngine *promql.Engine, queryable promql.Queryable, metrics *Metrics) http.Ha…
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/protobuf/java/compatibility_tests/v2.5.0/protos/src/proto/com/google/protobuf/
H A Dnested_builders_test.proto41 optional Engine engine = 1; field
45 message Engine { message
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/protobuf/java/compatibility_tests/v2.5.0/more_protos/src/proto/com/google/protobuf/
H A Dnested_builders_test.proto41 optional Engine engine = 1; field
45 message Engine { message
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/protobuf/java/compatibility_tests/v2.5.0/protos/src/proto/com/google/protobuf/
H A Dnested_builders_test.proto41 optional Engine engine = 1; field
45 message Engine { message
/dports/devel/protobuf25/protobuf-2.5.0/java/src/test/java/com/google/protobuf/
H A Dnested_builders_test.proto41 optional Engine engine = 1; field
45 message Engine { message
/dports/graphics/aloadimage/arcan-0.6.1/
H A DCHANGELOG.md3 ## Engine section
110 ## Engine section
257 ## Engine section
346 ### Engine subsection
400 ### Engine subsection
470 ### Engine subsection
560 ### Engine subsection
642 ### Engine subsection
/dports/sysutils/acfgfs/arcan-0.6.1/
H A DCHANGELOG.md3 ## Engine section
110 ## Engine section
257 ## Engine section
346 ### Engine subsection
400 ### Engine subsection
470 ### Engine subsection
560 ### Engine subsection
642 ### Engine subsection
/dports/x11/arcan-trayicon/arcan-0.6.1/
H A DCHANGELOG.md3 ## Engine section
110 ## Engine section
257 ## Engine section
346 ### Engine subsection
400 ### Engine subsection
470 ### Engine subsection
560 ### Engine subsection
642 ### Engine subsection

12345678910>>...124