Home
last modified time | relevance | path

Searched defs:Engine (Results 51 – 75 of 2954) sorted by relevance

12345678910>>...119

/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/btcsuite/btcd/txscript/
H A Dopcode.go898 func opcodeN(op *parsedOpcode, vm *Engine) error {
908 func opcodeNop(op *parsedOpcode, vm *Engine) error {
927 func popIfBool(vm *Engine) (bool, error) {
977 func opcodeIf(op *parsedOpcode, vm *Engine) error {
1385 func opcodeDup(op *parsedOpcode, vm *Engine) error {
1392 func opcodeNip(op *parsedOpcode, vm *Engine) error {
1436 func opcodeRot(op *parsedOpcode, vm *Engine) error {
1548 func opcodeAbs(op *parsedOpcode, vm *Engine) error {
1573 func opcodeNot(op *parsedOpcode, vm *Engine) error {
1610 func opcodeAdd(op *parsedOpcode, vm *Engine) error {
[all …]
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/btcsuite/btcd/txscript/
H A Dopcode.go898 func opcodeN(op *parsedOpcode, vm *Engine) error {
908 func opcodeNop(op *parsedOpcode, vm *Engine) error {
927 func popIfBool(vm *Engine) (bool, error) {
977 func opcodeIf(op *parsedOpcode, vm *Engine) error {
1385 func opcodeDup(op *parsedOpcode, vm *Engine) error {
1392 func opcodeNip(op *parsedOpcode, vm *Engine) error {
1436 func opcodeRot(op *parsedOpcode, vm *Engine) error {
1548 func opcodeAbs(op *parsedOpcode, vm *Engine) error {
1573 func opcodeNot(op *parsedOpcode, vm *Engine) error {
1610 func opcodeAdd(op *parsedOpcode, vm *Engine) error {
[all …]
/dports/devel/py-botocore/botocore-1.21.61/tests/unit/response_parsing/xml/responses/
H A Drds-describe-db-engine-versions.json7 "Engine": "mysql", string
14 "Engine": "mysql", string
21 "Engine": "mysql", string
28 "Engine": "mysql", string
35 "Engine": "mysql", string
42 "Engine": "mysql", string
49 "Engine": "mysql", string
56 "Engine": "mysql", string
63 "Engine": "mysql", string
70 "Engine": "mysql", string
[all …]
/dports/www/gitea/gitea-1.16.5/models/
H A Dissue_comment_list.go28 func (comments CommentList) loadPosters(e db.Engine) error {
81 func (comments CommentList) loadLabels(e db.Engine) error {
131 func (comments CommentList) loadMilestones(e db.Engine) error {
174 func (comments CommentList) loadOldMilestones(e db.Engine) error {
217 func (comments CommentList) loadAssignees(e db.Engine) error {
291 func (comments CommentList) loadIssues(e db.Engine) error {
398 func (comments CommentList) loadAttachments(e db.Engine) (err error) {
450 func (comments CommentList) loadReviews(e db.Engine) error {
/dports/devel/godot2/godot-2.1.6-stable/
H A DREADME.md9 Godot Engine is a feature-packed, cross-platform game engine to create 2D and
16 #### Free, open source and community-driven
29 ### Getting the engine
41 ### Community
50 ### Documentation and demos
/dports/devel/godot2-tools/godot-2.1.6-stable/
H A DREADME.md9 Godot Engine is a feature-packed, cross-platform game engine to create 2D and
16 #### Free, open source and community-driven
29 ### Getting the engine
41 ### Community
50 ### Documentation and demos
/dports/www/miniflux/v2-2.0.35/template/
H A Dengine.go31 type Engine struct { struct
32 templates map[string]*template.Template
33 funcMap *funcMap
45 func (e *Engine) ParseTemplates() error {
101 func (e *Engine) Render(name string, data map[string]interface{}) []byte {
/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/rodio-0.9.0/src/
H A Dengine.rs57 struct Engine { struct
67 fn audio_callback(engine: &Arc<Engine>, stream_id: StreamId, buffer: StreamData) { in audio_callback()
101 fn start<S>(engine: &Arc<Engine>, device: &Device, source: S) in start()
140 engine: &Arc<Engine>, device: &Device, in new_output_stream()
/dports/audio/spotifyd/spotifyd-0.3.0/cargo-crates/rodio-0.9.0/src/
H A Dengine.rs57 struct Engine { struct
67 fn audio_callback(engine: &Arc<Engine>, stream_id: StreamId, buffer: StreamData) { in audio_callback()
101 fn start<S>(engine: &Arc<Engine>, device: &Device, source: S) in start()
140 engine: &Arc<Engine>, device: &Device, in new_output_stream()
/dports/misc/glow/glow-f24d960e3cc80db95ac0bc17b1900dbf60ca044a/docs/
H A DInferenceEngines.md41 ### Platform Support
45 ### Building and Build Options
75 ### Command Line Options
110 ### Examples
509 ### Technical Notes and Notes on Dependencies
519 ### A Note on the Initial Contribution
/dports/www/mattermost-server/mattermost-server-6.0.2/vendor/github.com/splitio/go-client/v6/splitio/engine/
H A Dengine.go15 type Engine struct { struct
16 logger logging.LoggerInterface
20 func (e *Engine) DoEvaluation(
52 func (e *Engine) calculateBucket(algo int, bucketingKey string, seed int64) int {
/dports/games/gnuchess/gnuchess-6.2.9/src/
H A Dgnuchess.ini12 [Engine] section
16 Hash = 256 # in MB
18 NalimovCache = 16 # in MB
20 OwnBook = false # false for no book (e.g. Nunn-like matches)
21 BookFile = smallbook.bin
/dports/games/scummvm-tools/scummvm-tools-2.5.0/decompiler/doc/
H A Dengine.tex1 \newpage\section{Engine} section in \\partzzz{#1}""Getting the property you want
8 \subsection{Adding a new engine}
38 \subsection{Functions}
/dports/security/vault/vault-1.8.2/vendor/github.com/influxdata/influxdb/tsdb/engine/tsm1/
H A Dengine_test.go2289 *Engine anonMember
2357 type Engine struct { struct
2358 *tsm1.Engine argument
2359 root string
2360 indexPath string
2361 indexType string
2362 index tsdb.Index
2363 sfile *tsdb.SeriesFile
2426 func (e *Engine) Close() error {
2448 func (e *Engine) Reopen() error {
[all …]
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/influxdata/influxdb/tsdb/engine/tsm1/
H A Dengine_test.go2255 *Engine anonMember
2323 type Engine struct { struct
2324 *tsm1.Engine anonMember
2325 root string
2326 indexPath string
2327 indexType string
2328 index tsdb.Index
2329 sfile *tsdb.SeriesFile
2392 func (e *Engine) Close() error {
2414 func (e *Engine) Reopen() error {
[all …]
/dports/www/osrm-backend/osrm-backend-5.26.0/include/nodejs/
H A Dnode_osrm.hpp16 struct Engine final : public Nan::ObjectWrap struct
18 using Base = Nan::ObjectWrap;
44 NAN_MODULE_WORKER_ENABLED(osrm, node_osrm::Engine::Init)
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/influxdata/influxdb/tsdb/engine/tsm1/
H A Dengine_test.go2480 *Engine anonMember
2548 type Engine struct { struct
2549 *tsm1.Engine argument
2550 root string
2551 indexPath string
2552 indexType string
2553 index tsdb.Index
2554 sfile *tsdb.SeriesFile
2617 func (e *Engine) Close() error {
2639 func (e *Engine) Reopen() error {
[all …]
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/influxdata/influxdb/tsdb/engine/tsm1/
H A Dengine_test.go2582 *Engine anonMember
2650 type Engine struct { struct
2651 *tsm1.Engine argument
2652 root string
2653 indexPath string
2654 indexType string
2655 index tsdb.Index
2656 sfile *tsdb.SeriesFile
2719 func (e *Engine) Close() error {
2741 func (e *Engine) Reopen() error {
[all …]
/dports/sysutils/vector/lucet-d4fc14a03bdb99ac83173d27fddf1aca48412a86/wasmtime/crates/wasmtime/src/
H A Dmodule.rs152 pub fn new(engine: &Engine, bytes: impl AsRef<[u8]>) -> Result<Module> { in new()
162 pub fn new_with_name(engine: &Engine, bytes: impl AsRef<[u8]>, name: &str) -> Result<Module> { in new_with_name()
200 pub fn from_file(engine: &Engine, file: impl AsRef<Path>) -> Result<Module> { in from_file()
239 pub fn from_binary(engine: &Engine, binary: &[u8]) -> Result<Module> { in from_binary()
274 pub unsafe fn from_binary_unchecked(engine: &Engine, binary: &[u8]) -> Result<Module> { in from_binary_unchecked()
298 pub fn validate(engine: &Engine, binary: &[u8]) -> Result<()> { in validate()
303 unsafe fn compile(engine: &Engine, binary: &[u8]) -> Result<Self> { in compile()
521 pub fn engine(&self) -> &Engine { in engine()
/dports/sysutils/helm/helm-3.5.2/pkg/engine/
H A Dengine.go37 type Engine struct { struct
40 Strict bool
42 LintMode bool
44 config *rest.Config
66 func (e Engine) Render(chrt *chart.Chart, values chartutil.Values) (map[string]string, error) {
107 func (e Engine) initFunMap(t *template.Template, referenceTpls map[string]renderable) {
186 func (e Engine) render(tpls map[string]renderable) (map[string]string, error) {
192 …WithReferences(tpls, referenceTpls map[string]renderable) (rendered map[string]string, err error) {
/dports/sysutils/istio/istio-1.6.7/vendor/helm.sh/helm/v3/pkg/engine/
H A Dengine.go37 type Engine struct { struct
40 Strict bool
42 LintMode bool
44 config *rest.Config
66 func (e Engine) Render(chrt *chart.Chart, values chartutil.Values) (map[string]string, error) {
107 func (e Engine) initFunMap(t *template.Template, referenceTpls map[string]renderable) {
186 func (e Engine) render(tpls map[string]renderable) (map[string]string, error) {
192 …WithReferences(tpls, referenceTpls map[string]renderable) (rendered map[string]string, err error) {
/dports/www/gitea/gitea-1.16.5/models/unittest/
H A Dfixtures.go22 func GetXORMEngine(engine ...*xorm.Engine) (x *xorm.Engine) {
30 func InitFixtures(opts FixturesOptions, engine ...*xorm.Engine) (err error) {
72 func LoadFixtures(engine ...*xorm.Engine) error {
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_mir_dataflow/src/framework/
H A Dengine.rs68 pub struct Engine<'a, 'tcx, A> struct
88 impl<A, D, T> Engine<'a, 'tcx, A> argument
122 impl<A, D> Engine<'a, 'tcx, A> impl
185 let Engine { in iterate_to_fixpoint() localVariable
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/api/pipe/
H A DEngine.java44 public class Engine { class
53 public Engine(String id, Executor threadPool) { in Engine() method in Engine
57 public Engine(String id, Container container, Executor threadPool) { in Engine() method in Engine
62 public Engine(String id) { in Engine() method in Engine
66 public Engine(String id, Container container) { in Engine() method in Engine
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/api/pipe/
H A DEngine.java44 public class Engine { class
53 public Engine(String id, Executor threadPool) { in Engine() method in Engine
57 public Engine(String id, Container container, Executor threadPool) { in Engine() method in Engine
62 public Engine(String id) { in Engine() method in Engine
66 public Engine(String id, Container container) { in Engine() method in Engine

12345678910>>...119