Home
last modified time | relevance | path

Searched defs:Engine (Results 1 – 25 of 2570) sorted by relevance

12345678910>>...103

/dports/www/grafana8/xorm/
H A Dengine.go29 type Engine struct { struct
30 db *core.DB
31 dialect core.Dialect
35 TagIdentifier string
38 mutex *sync.RWMutex
39 Cacher core.Cacher
41 showSQL bool
42 showExecTime bool
44 logger core.ILogger
48 disableGlobalCache bool
[all …]
/dports/www/gitea/gitea-1.16.5/vendor/xorm.io/xorm/
H A Dengine.go32 type Engine struct { struct
33 cacherMgr *caches.Manager
34 defaultContext context.Context
35 dialect dialects.Dialect
36 driver dialects.Driver
37 engineGroup *EngineGroup
38 logger log.ContextLogger
39 tagParser *tags.Parser
40 db *core.DB
42 driverName string
[all …]
/dports/science/nest/nest-simulator-3.1/thirdparty/Random123/conventional/
H A DEngine.hpp68 struct Engine { struct
76 cbrng_type b;
78 ctr_type c;
79 ctr_type v;
89 explicit Engine() : b(), c() { in Engine() argument
94 explicit Engine(result_type r) : b(), c() { in Engine() function
111 Engine(Engine& e) : b(e.b), key(e.key), c(e.c){ in Engine() function
115 Engine(const Engine& e) : b(e.b), key(e.key), c(e.c){ in Engine() function
125 explicit Engine(SeedSeq &s in Engine() function
146 void seed(){ in seed()
[all …]
/dports/net/rospo/rospo-0.7.1/vendor/github.com/gin-gonic/gin/
H A Dgin.go57 type Engine struct { struct
58 RouterGroup
87 // match those stored at `(*gin.Engine).RemoteIPHeaders`. If no IP was
102 TrustedProxies []string
106 AppEngine bool
109 UseRawPath bool
114 UnescapePathValues bool
118 MaxMultipartMemory int64
122 RemoveExtraSlash bool
125 secureJSONPrefix string
[all …]
/dports/net/rospo/rospo-0.7.1/vendor/github.com/gin-gonic/gin/gin-1.7.4/
H A Dgin.go57 type Engine struct { struct
58 RouterGroup
87 // match those stored at `(*gin.Engine).RemoteIPHeaders`. If no IP was
102 TrustedProxies []string
106 AppEngine bool
109 UseRawPath bool
114 UnescapePathValues bool
118 MaxMultipartMemory int64
122 RemoveExtraSlash bool
125 secureJSONPrefix string
[all …]
/dports/lang/yorick/yorick-y_2_2_04/gist/
H A Dengine.h18 struct Engine { struct
20 Engine *next; argument
21 Engine *nextActive; argument
33 int colorChange; /* set this to alert Engine that palette has changed */ argument
49 void (*Kill)(Engine *engine); argument
52 int (*Clear)(Engine *engine, int always); argument
55 int (*Flush)(Engine *engine); argument
59 void (*ChangeMap)(Engine *engine); argument
65 int (*DrawLines)(Engine *engine, long n, const GpReal *px, argument
69 int (*DrawMarkers)(Engine *engine, long n, argument
[all …]
/dports/www/mirrorselect/mirrorselect-0.9.0/vendor/github.com/gin-gonic/gin/
H A Dgin.go55 type Engine struct { struct
56 RouterGroup
63 RedirectTrailingSlash bool
74 RedirectFixedPath bool
87 AppEngine bool
90 UseRawPath bool
95 UnescapePathValues bool
99 MaxMultipartMemory int64
103 RemoveExtraSlash bool
106 secureJsonPrefix string
[all …]
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/influxdata/influxdb/tsdb/engine/tsm1/
H A Dengine.go131 type Engine struct { struct
132 mu sync.RWMutex
134 index tsdb.Index
151 id uint64
152 path string
156 traceLogging bool
160 WAL *WAL
161 Cache *Cache
166 MaxPointsPerBlock int
179 WALEnabled bool
[all …]
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/influxdata/influxdb/tsdb/engine/tsm1/
H A Dengine.go139 type Engine struct { struct
140 mu sync.RWMutex
142 index tsdb.Index
159 id uint64
160 path string
164 traceLogging bool
168 WAL *WAL
169 Cache *Cache
174 MaxPointsPerBlock int
187 WALEnabled bool
[all …]
/dports/net-p2p/bitmark-recorder/bitmarkd-0.13.3/vendor/github.com/btcsuite/btcd/txscript/
H A Dengine.go120 type Engine struct { struct
122 scriptIdx int
123 scriptOff int
124 lastCodeSep int
128 txIdx int
129 condStack []int
130 numOps int
132 sigCache *SigCache
136 witnessVersion int
137 witnessProgram []byte
[all …]
/dports/net-p2p/bitmark-cli/bitmarkd-0.13.3/vendor/github.com/btcsuite/btcd/txscript/
H A Dengine.go120 type Engine struct { struct
122 scriptIdx int
123 scriptOff int
124 lastCodeSep int
128 txIdx int
129 condStack []int
130 numOps int
132 sigCache *SigCache
136 witnessVersion int
137 witnessProgram []byte
[all …]
/dports/net-p2p/bitmark/bitmarkd-0.13.3/vendor/github.com/btcsuite/btcd/txscript/
H A Dengine.go120 type Engine struct { struct
122 scriptIdx int
123 scriptOff int
124 lastCodeSep int
128 txIdx int
129 condStack []int
130 numOps int
132 sigCache *SigCache
136 witnessVersion int
137 witnessProgram []byte
[all …]
/dports/net-p2p/bitmark-daemon/bitmarkd-0.13.3/vendor/github.com/btcsuite/btcd/txscript/
H A Dengine.go120 type Engine struct { struct
122 scriptIdx int
123 scriptOff int
124 lastCodeSep int
128 txIdx int
129 condStack []int
130 numOps int
132 sigCache *SigCache
136 witnessVersion int
137 witnessProgram []byte
[all …]
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/btcsuite/btcd/txscript/
H A Dengine.go120 type Engine struct { struct
122 scriptIdx int
123 scriptOff int
124 lastCodeSep int
128 txIdx int
129 condStack []int
130 numOps int
132 sigCache *SigCache
136 witnessVersion int
137 witnessProgram []byte
[all …]
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/btcsuite/btcd/txscript/
H A Dengine.go120 type Engine struct { struct
122 scriptIdx int
123 scriptOff int
124 lastCodeSep int
128 txIdx int
129 condStack []int
130 numOps int
132 sigCache *SigCache
136 witnessVersion int
137 witnessProgram []byte
[all …]
/dports/databases/go-pgweb/pgweb-0.11.7/vendor/github.com/gin-gonic/gin/
H A Dgin.go50 type Engine struct { struct
51 RouterGroup
58 RedirectTrailingSlash bool
69 RedirectFixedPath bool
77 HandleMethodNotAllowed bool
82 AppEngine bool
85 UseRawPath bool
90 UnescapePathValues bool
94 MaxMultipartMemory int64
97 secureJsonPrefix string
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/influxdata/influxdb/tsdb/engine/tsm1/
H A Dengine.go131 type Engine struct { struct
132 mu sync.RWMutex
134 index tsdb.Index
151 id uint64
152 path string
156 traceLogging bool
160 WAL *WAL
161 Cache *Cache
166 MaxPointsPerBlock int
179 WALEnabled bool
[all …]
/dports/sysutils/aptly/aptly-1.4.0/vendor/github.com/gin-gonic/gin/
H A Dgin.go46 Engine struct { struct
47 RouterGroup
48 delims render.Delims
51 allNoRoute HandlersChain
52 allNoMethod HandlersChain
53 noRoute HandlersChain
55 pool sync.Pool
56 trees methodTrees
74 RedirectFixedPath bool
87 AppEngine bool
[all …]
/dports/textproc/jid/jid-0.7.6/
H A Dengine.go26 type Engine struct { struct
29 queryCursorIdx int
30 term *Terminal
31 complete []string
32 keymode bool
33 candidates []string
34 candidatemode bool
35 candidateidx int
36 contentOffset int
37 queryConfirm bool
[all …]
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/influxdata/influxdb/tsdb/engine/tsm1/
H A Dengine.go128 type Engine struct { struct
129 mu sync.RWMutex
131 index tsdb.Index
148 id uint64
149 path string
153 traceLogging bool
157 WAL *WAL
158 Cache *Cache
163 MaxPointsPerBlock int
176 WALEnabled bool
[all …]
/dports/games/openttd/openttd-12.1/src/
H A Dengine_base.h27 struct Engine : EnginePool::PoolItem<&_engine_pool> { struct
39 byte flags; ///< Flags of the engine. @see EngineFlags argument
48 EngineInfo info; argument
68 Engine() {} in Engine() argument
83 CargoID GetDefaultCargoType() const in GetDefaultCargoType()
123 inline bool IsHidden(CompanyID c) const in IsHidden()
149 struct EngineTypeFilter { argument
152 bool operator() (size_t index) { return Engine::Get(index)->type == this->vt; } in operator() argument
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/crypto/bls12381/
H A Dpairing.go29 type Engine struct { struct
30 G1 *G1
31 G2 *G2
32 fp12 *fp12
33 fp2 *fp2
34 pairingEngineTemp
35 pairs []pair
95 func (e *Engine) affine(p pair) {
268 func (e *Engine) Check() bool {
273 func (e *Engine) Result() *E {
[all …]
/dports/devel/mutagen/mutagen-0.11.8/pkg/synchronization/rsync/
H A Dengine.go211 type Engine struct { struct
214 buffer []byte
216 strongHasher hash.Hash
219 strongHashBuffer []byte
222 targetReader *bufio.Reader
225 operation *Operation
249 func (e *Engine) bufferWithSize(size uint64) []byte {
310 func (e *Engine) strongHash(data []byte, allocate bool) []byte {
331 func (e *Engine) Signature(base io.Reader, blockSize uint64) (*Signature, error) {
401 func (e *Engine) BytesSignature(base []byte, blockSize uint64) *Signature {
[all …]
/dports/security/lego/lego-4.5.3/vendor/github.com/aliyun/alibaba-cloud-sdk-go/services/hitsdb/
H A Dstruct_engine.go19 type Engine struct { struct
20 Engine string `json:"Engine" xml:"Engine"` member
21 Version string `json:"Version" xml:"Version"`
22 CpuCount string `json:"CpuCount" xml:"CpuCount"`
23 MemorySize string `json:"MemorySize" xml:"MemorySize"`
24 CoreCount string `json:"CoreCount" xml:"CoreCount"`
25 IsLastVersion bool `json:"IsLastVersion" xml:"IsLastVersion"`
/dports/lang/gnat_util/gcc-6-20180516/liboffloadmic/runtime/
H A Doffload_engine.h395 struct Engine { struct
566 Engine() : m_index(-1), m_physical_index(-1), m_process(0), m_ready(false), in Engine() argument
570 ~Engine() { in ~Engine() argument
611 int m_index;
618 COIPROCESS m_process;
622 bool m_ready;
623 mutex_t m_lock;
629 PtrDataTable m_ptr_set;
639 int m_num_cores;
644 DynLibList m_dyn_libs;
[all …]

12345678910>>...103