Home
last modified time | relevance | path

Searched defs:IBinding (Results 1 – 14 of 14) sorted by relevance

/dports/www/gohugo/hugo-0.91.2/vendor/github.com/tdewolff/minify/v2/js/
H A Dvars.go98 func bindingRefs(ibinding js.IBinding) (refs []*js.Var) {
124 func appendBindingVars(vars *[]*js.Var, binding js.IBinding) {
144 func addDefinition(decl *js.VarDecl, iDefines int, binding js.IBinding, value js.IExpr) bool {
/dports/www/miniflux/v2-2.0.35/vendor/github.com/tdewolff/minify/v2/js/
H A Dvars.go98 func bindingRefs(ibinding js.IBinding) (refs []*js.Var) {
124 func appendBindingVars(vars *[]*js.Var, binding js.IBinding) {
144 func addDefinition(decl *js.VarDecl, iDefines int, binding js.IBinding, value js.IExpr) bool {
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.runtime/bundles/org.eclipse.e4.core.di/src/org/eclipse/e4/core/di/
H A DIBinding.java26 public interface IBinding { interface
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/
H A DIBinding.java36 public interface IBinding { interface
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.core.manipulation/core extension/org/eclipse/jdt/internal/corext/fix/
H A DVariableDeclarationFixCore.java66 public WrittenNamesFinder(HashMap<IBinding, List<SimpleName>> result) { in WrittenNamesFinder()
117 …final List<ModifierChangeOperation> result, final HashMap<IBinding, List<SimpleName>> writtenNames… in VariableDeclarationFinder()
/dports/www/py-nevow/Nevow-0.14.0/formless/
H A Diformless.py44 class IBinding(Interface): class
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Durlmon.h47 typedef interface IBinding IBinding; typedef
49 interface IBinding; variable
484 typedef interface IBinding IBinding; typedef
486 interface IBinding; variable
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Durlmon.h47 typedef interface IBinding IBinding; typedef
49 interface IBinding; variable
484 typedef interface IBinding IBinding; typedef
486 interface IBinding; variable
/dports/www/gohugo/hugo-0.91.2/vendor/github.com/tdewolff/parse/v2/js/
H A Dast.go349 type IBinding interface { interface
/dports/www/miniflux/v2-2.0.35/vendor/github.com/tdewolff/parse/v2/js/
H A Dast.go349 type IBinding interface { interface
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/UI/Xaml/Data/
H A Dmod.rs1017 pub struct IBinding(::windows::runtime::IInspectable); struct
1018 unsafe impl ::windows::runtime::Interface for IBinding { implementation
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/System/Com/
H A Dmod.rs3948 pub struct IBinding(::windows::runtime::IUnknown); struct
3949 impl IBinding { impl
3971 unsafe impl ::windows::runtime::Interface for IBinding { implementation
3985 impl<'a> ::windows::runtime::IntoParam<'a, ::windows::runtime::IUnknown> for IBinding { implementation
3990 impl<'a> ::windows::runtime::IntoParam<'a, ::windows::runtime::IUnknown> for &IBinding { implementation
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/System/Com/
H A Dmod.rs910 pub type IBinding = *mut ::core::ffi::c_void; typedef
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/System/Com/Urlmon/
H A Dmod.rs1359 …am<'a, super::IBindCtx>>(&self, szurl: Param0, pbc: Param1) -> ::windows::runtime::Result<super::I… in CreateBinding()