Home
last modified time | relevance | path

Searched refs:Binds (Results 1 – 25 of 1638) sorted by relevance

12345678910>>...66

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/services/device/public/mojom/
H A Ddevice_service.mojom40 // Binds a Fingerprint endpoint.
43 // Binds a GeolocationConfig endpoint.
56 // Binds a BatteryMonitor endpoint.
59 // Binds a NFCProvider endpoint.
62 // Binds a VibrationManager endpoint.
65 // Binds a HidManager endpoint.
73 // Binds a MtpManager endpoint.
77 // Binds a PowerMonitor endpoint.
88 // Binds a SensorProvider endpoint.
94 // Binds a TimeZoneMonitor endpoint.
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/services/device/public/mojom/
H A Ddevice_service.mojom40 // Binds a Fingerprint endpoint.
43 // Binds a GeolocationConfig endpoint.
56 // Binds a BatteryMonitor endpoint.
59 // Binds a NFCProvider endpoint.
62 // Binds a VibrationManager endpoint.
65 // Binds a HidManager endpoint.
73 // Binds a MtpManager endpoint.
77 // Binds a PowerMonitor endpoint.
88 // Binds a SensorProvider endpoint.
94 // Binds a TimeZoneMonitor endpoint.
[all …]
/dports/games/zdoom/zdoom-2.8.1/src/
H A Dc_bind.cpp298 Binds[keynum] = bind; in DoBind()
312 Binds[i] = ""; in UnbindAll()
328 Binds[i] = ""; in UnbindKey()
361 Binds[i] = argv[2]; in PerformBind()
370 if (!Binds[i].IsEmpty()) in PerformBind()
398 if (Binds[i].IsEmpty()) in ArchiveBindings()
409 Binds[i] = ""; in ArchiveBindings()
416 Binds[i] = "\1"; in ArchiveBindings()
462 Binds[i] = ""; in UnbindACommand()
487 if (!Binds[i].IsEmpty() && stricmp (Binds[i], cmd) == 0) in DefaultBind()
[all …]
H A Dc_bind.h47 FString Binds[NUM_KEYS]; variable
62 if (key < NUM_KEYS) Binds[key] = bind; in SetBind()
67 return Binds[index]; in GetBinding()
72 if (index < NUM_KEYS) return Binds[index]; in GetBind()
/dports/sysutils/docker/docker-ce-18.09.5/components/cli/cli/command/container/
H A Dopts_test.go123 if config, hostConfig := mustParse(t, tryit); hostConfig.Binds != nil {
124 …ror parsing volume flags, %q should not mount-bind anything. Received %v", tryit, hostConfig.Binds)
131 if config, hostConfig := mustParse(t, tryit); hostConfig.Binds != nil {
132 …ror parsing volume flags, %q should not mount-bind anything. Received %v", tryit, hostConfig.Binds)
141 …if config, hostConfig := mustParse(t, tryit); hostConfig.Binds == nil || hostConfig.Binds[0] != ar…
147 …g := mustParse(t, tryit); hostConfig.Binds == nil || compareRandomizedStrings(hostConfig.Binds[0],…
156 …g := mustParse(t, tryit); hostConfig.Binds == nil || compareRandomizedStrings(hostConfig.Binds[0],…
163 …g := mustParse(t, tryit); hostConfig.Binds == nil || compareRandomizedStrings(hostConfig.Binds[0],…
168 …g := mustParse(t, tryit); hostConfig.Binds == nil || compareRandomizedStrings(hostConfig.Binds[0],…
175 …hostConfig := mustParse(t, tryit); hostConfig.Binds == nil || len(hostConfig.Binds) > 1 || hostCon…
[all …]
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/diesel-1.4.8/src/mysql/connection/stmt/
H A Diterator.rs3 use super::{ffi, libc, Binds, Statement, StatementMetadata};
11 output_binds: Binds,
18 let mut output_binds = Binds::from_output_types(types); in new()
53 binds: &'a Binds,
70 output_binds: Binds,
79 let mut output_binds = Binds::from_result_metadata(metadata.fields()); in new()
114 binds: &'a Binds,
128 fn execute_statement(stmt: &mut Statement, binds: &mut Binds) -> QueryResult<()> { in execute_statement()
136 fn populate_row_buffers(stmt: &Statement, binds: &mut Binds) -> QueryResult<Option<()>> { in populate_row_buffers()
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/diesel-1.4.8/src/mysql/connection/stmt/
H A Diterator.rs3 use super::{ffi, libc, Binds, Statement, StatementMetadata};
11 output_binds: Binds,
18 let mut output_binds = Binds::from_output_types(types); in new()
53 binds: &'a Binds,
70 output_binds: Binds,
79 let mut output_binds = Binds::from_result_metadata(metadata.fields()); in new()
114 binds: &'a Binds,
128 fn execute_statement(stmt: &mut Statement, binds: &mut Binds) -> QueryResult<()> { in execute_statement()
136 fn populate_row_buffers(stmt: &Statement, binds: &mut Binds) -> QueryResult<Option<()>> { in populate_row_buffers()
/dports/lang/gomacro/gomacro-2.7-304-g2f4dc7c/experiments/
H A Dstmt_0-3_test.go26 Binds []r.Value member
35 Binds: make([]r.Value, 10),
57 Binds []r.Value member
72 Binds: make([]r.Value, 10),
92 Binds []r.Value member
106 Binds: make([]r.Value, 10),
127 Binds []r.Value member
142 Binds: make([]r.Value, 10),
/dports/lang/gomacro/gomacro-2.7-304-g2f4dc7c/experiments/closure_interfaces/
H A Dclosure_interfaces.go27 Binds []interface{} member
33 Binds: make([]interface{}, 10),
82 return env.Binds[idx], nil
87 return env.Binds[0].(int)
92 return env.Binds[idx].(int)
107 env.Binds[idx] = val
114 v := env.Binds[idx]
115 env.Binds[idx] = v.(int) + 1
239 env.Binds[idx] = value
248 env.Binds[idx] = f
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/services/data_decoder/public/mojom/
H A Ddata_decoder_service.mojom19 // Binds an interface which can be used to decode compressed image data.
22 // Binds an interface which can be used to parse JSON data.
25 // Binds an interface which can be used to parse XML data.
28 // Binds an interface which can be used to parse Web Bundles.
32 // Binds an interface which can be used to generate a Web Bundle.
35 // Binds an interface which can be used to compress and decompress data using
39 // Binds an interface which can be used to parse raw BLE advertising packet
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/docker/cli/cli-20.10.2/cli/command/container/
H A Dopts_test.go190 if config, hostConfig := mustParse(t, tryit); hostConfig.Binds != nil {
191 …ror parsing volume flags, %q should not mount-bind anything. Received %v", tryit, hostConfig.Binds)
198 if config, hostConfig := mustParse(t, tryit); hostConfig.Binds != nil {
199 …ror parsing volume flags, %q should not mount-bind anything. Received %v", tryit, hostConfig.Binds)
208 …if config, hostConfig := mustParse(t, tryit); hostConfig.Binds == nil || hostConfig.Binds[0] != ar…
214 …g := mustParse(t, tryit); hostConfig.Binds == nil || compareRandomizedStrings(hostConfig.Binds[0],…
223 …g := mustParse(t, tryit); hostConfig.Binds == nil || compareRandomizedStrings(hostConfig.Binds[0],…
230 …g := mustParse(t, tryit); hostConfig.Binds == nil || compareRandomizedStrings(hostConfig.Binds[0],…
235 …g := mustParse(t, tryit); hostConfig.Binds == nil || compareRandomizedStrings(hostConfig.Binds[0],…
242 …hostConfig := mustParse(t, tryit); hostConfig.Binds == nil || len(hostConfig.Binds) > 1 || hostCon…
[all …]
/dports/sysutils/helm/helm-3.5.2/vendor/github.com/docker/cli/cli/command/container/
H A Dopts_test.go190 if config, hostConfig := mustParse(t, tryit); hostConfig.Binds != nil {
191 …ror parsing volume flags, %q should not mount-bind anything. Received %v", tryit, hostConfig.Binds)
198 if config, hostConfig := mustParse(t, tryit); hostConfig.Binds != nil {
199 …ror parsing volume flags, %q should not mount-bind anything. Received %v", tryit, hostConfig.Binds)
208 …if config, hostConfig := mustParse(t, tryit); hostConfig.Binds == nil || hostConfig.Binds[0] != ar…
214 …g := mustParse(t, tryit); hostConfig.Binds == nil || compareRandomizedStrings(hostConfig.Binds[0],…
223 …g := mustParse(t, tryit); hostConfig.Binds == nil || compareRandomizedStrings(hostConfig.Binds[0],…
230 …g := mustParse(t, tryit); hostConfig.Binds == nil || compareRandomizedStrings(hostConfig.Binds[0],…
235 …g := mustParse(t, tryit); hostConfig.Binds == nil || compareRandomizedStrings(hostConfig.Binds[0],…
242 …hostConfig := mustParse(t, tryit); hostConfig.Binds == nil || len(hostConfig.Binds) > 1 || hostCon…
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/services/audio/public/mojom/
H A Daudio_service.mojom17 // Binds a SystemInfo interface receiver.
20 // Binds a DebugRecording interface receiver.
23 // Binds a StreamFactory interface receiver.
26 // Binds a DeviceNotifier interface receiver.
29 // Binds a LogFactoryManager interface receiver.
32 // Binds a TestingApi interface receiver. Only callable in some test
/dports/lang/gomacro/gomacro-2.7-304-g2f4dc7c/imports/
H A Da_package.go28 Binds map[string]Value member
49 Binds: map[string]Value{
83 if pkg.Binds == nil {
84 pkg.Binds = make(map[string]Value)
101 for k, v := range src.Binds {
102 dst.Binds[k] = v
/dports/www/chromium-legacy/chromium-88.0.4324.182/services/audio/public/mojom/
H A Daudio_service.mojom17 // Binds a SystemInfo interface receiver.
20 // Binds a DebugRecording interface receiver.
23 // Binds a StreamFactory interface receiver.
26 // Binds a DeviceNotifier interface receiver.
29 // Binds a LogFactoryManager interface receiver.
32 // Binds a TestingApi interface receiver. Only callable in some test
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/services/data_decoder/public/mojom/
H A Ddata_decoder_service.mojom18 // Binds an interface which can be used to decode compressed image data.
21 // Binds an interface which can be used to parse JSON data.
24 // Binds an interface which can be used to parse XML data.
27 // Binds an interface which can be used to parse Web Bundles.
31 // Binds an interface which can be used to generate a Web Bundle.
34 // Binds an interface which can be used to parse raw BLE advertising packet
/dports/devel/matreshka/matreshka-0.7.0/source/sql/mysql/
H A Dmatreshka-internals-sql_drivers-mysql-queries.adb133 for J in Binds'Range loop
137 Binds (J).buffer_type := MYSQL_TYPE_NULL;
146 Binds (J).buffer_type := MYSQL_TYPE_STRING;
147 Binds (J).buffer := To_Address (Aux);
156 Binds (J).is_unsigned := 0;
164 Binds (J).buffer_type := MYSQL_TYPE_DOUBLE;
187 Binds (J).buffer_type := MYSQL_TYPE_DATE;
246 Binds (J).buffer_type := MYSQL_TYPE_TIME;
254 if Binds'Length /= 0 then
266 for J in Binds'Range loop
[all …]
/dports/lang/gomacro/gomacro-2.7-304-g2f4dc7c/experiments/closure_ints/
H A Dclosure_ints.go20 Binds []int member
26 Binds: make([]int, 10),
50 return env.Binds[0]
55 return env.Binds[idx]
61 env.Binds[idx] = expr(env)
67 env.Binds[idx]++
198 env.Binds[idx] = expr(env)
219 fenv.Binds[0] = arg
/dports/lang/gomacro/gomacro-2.7-304-g2f4dc7c/experiments/closure_maps/
H A Dclosure_maps.go28 Binds map[string]r.Value member
69 if env.Binds == nil {
70 env.Binds = make(map[string]r.Value)
79 env.Binds[name] = place
84 if env.Binds == nil {
85 env.Binds = make(map[string]r.Value)
92 env.Binds[name] = value
118 if v, ok := e.Binds[name]; ok {
128 return int(env.Binds[name].Int())
136 if v, ok := env.Binds[name]; ok {
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/services/printing/public/mojom/
H A Dprinting_service.mojom21 // Binds an interface that can be used to do Nup PDF conversion.
24 // Binds an interface that can be used to do PDF to PWG Raster conversion.
28 // Binds an interface that can be used to flatten a PDF.
32 // Binds an interface that is used to generate thumbnails for PDF content.
36 // Binds an interface that can be used to do PDF to EMF conversion. Windows
/dports/devel/hs-spago/spago-0.20.3/_cabal_deps/prettyprinter-ansi-terminal-1.1.2/bench/
H A DLargeOutput.hs33 newtype Program = Program Binds deriving (Show, Generic)
34 newtype Binds = Binds (Map Text LambdaForm) deriving (Show, Generic) constructor
37 = Let Binds Expr
47 instance NFData Binds
53 instance Arbitrary Binds where
56 pure (Binds (M.fromList xs))
90 prettyBinds :: Binds -> Doc AnsiStyle
91 prettyBinds (Binds bs) = align (vsep (map prettyBinding (M.assocs bs)))
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/prettyprinter-ansi-terminal-1.1.2/bench/
H A DLargeOutput.hs33 newtype Program = Program Binds deriving (Show, Generic)
34 newtype Binds = Binds (Map Text LambdaForm) deriving (Show, Generic) constructor
37 = Let Binds Expr
47 instance NFData Binds
53 instance Arbitrary Binds where
56 pure (Binds (M.fromList xs))
90 prettyBinds :: Binds -> Doc AnsiStyle
91 prettyBinds (Binds bs) = align (vsep (map prettyBinding (M.assocs bs)))
/dports/devel/hs-spago/spago-0.20.3/_cabal_deps/prettyprinter-1.7.0/bench/
H A DLargeOutput.hs31 newtype Program = Program Binds deriving (Show, Generic)
32 newtype Binds = Binds (Map Text LambdaForm) deriving (Show, Generic) function
35 = Let Binds Expr
45 instance NFData Binds
51 instance Arbitrary Binds where
54 pure (Binds (M.fromList xs))
83 instance Pretty Binds where
84 pretty (Binds bs) = align (vsep (map prettyBinding (M.assocs bs)))
123 instance WL.Pretty Binds where
124 pretty (Binds bs) = WL.align (WL.vsep (map prettyBinding (M.assocs bs)))
/dports/security/hs-cryptol/cryptol-2.11.0/_cabal_deps/prettyprinter-1.7.0/bench/
H A DLargeOutput.hs31 newtype Program = Program Binds deriving (Show, Generic)
32 newtype Binds = Binds (Map Text LambdaForm) deriving (Show, Generic) function
35 = Let Binds Expr
45 instance NFData Binds
51 instance Arbitrary Binds where
54 pure (Binds (M.fromList xs))
83 instance Pretty Binds where
84 pretty (Binds bs) = align (vsep (map prettyBinding (M.assocs bs)))
123 instance WL.Pretty Binds where
124 pretty (Binds bs) = WL.align (WL.vsep (map prettyBinding (M.assocs bs)))
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/prettyprinter-1.7.0/bench/
H A DLargeOutput.hs31 newtype Program = Program Binds deriving (Show, Generic)
32 newtype Binds = Binds (Map Text LambdaForm) deriving (Show, Generic) function
35 = Let Binds Expr
45 instance NFData Binds
51 instance Arbitrary Binds where
54 pure (Binds (M.fromList xs))
83 instance Pretty Binds where
84 pretty (Binds bs) = align (vsep (map prettyBinding (M.assocs bs)))
123 instance WL.Pretty Binds where
124 pretty (Binds bs) = WL.align (WL.vsep (map prettyBinding (M.assocs bs)))

12345678910>>...66