Home
last modified time | relevance | path

Searched refs:Pushable (Results 1 – 25 of 130) sorted by relevance

123456

/dports/textproc/hs-pandoc-crossref/pandoc-crossref-0.3.12.0/_cabal_deps/hslua-1.3.0.1/src/Foreign/Lua/Types/
H A DPushable.hs83 instance (Pushable a, Pushable b) => Pushable (Map a b) where
96 instance (Pushable a, Pushable b) => Pushable (a, b) where
102 instance (Pushable a, Pushable b, Pushable c) =>
111 instance (Pushable a, Pushable b, Pushable c, Pushable d) =>
121 instance (Pushable a, Pushable b, Pushable c,
133 instance (Pushable a, Pushable b, Pushable c,
134 Pushable d, Pushable e, Pushable f) =>
146 instance (Pushable a, Pushable b, Pushable c, Pushable d,
147 Pushable e, Pushable f, Pushable g) =>
160 instance (Pushable a, Pushable b, Pushable c, Pushable d,
[all …]
/dports/textproc/hs-pandoc/pandoc-2.14.2/_cabal_deps/hslua-1.3.0.1/src/Foreign/Lua/Types/
H A DPushable.hs83 instance (Pushable a, Pushable b) => Pushable (Map a b) where
96 instance (Pushable a, Pushable b) => Pushable (a, b) where
102 instance (Pushable a, Pushable b, Pushable c) =>
111 instance (Pushable a, Pushable b, Pushable c, Pushable d) =>
121 instance (Pushable a, Pushable b, Pushable c,
133 instance (Pushable a, Pushable b, Pushable c,
134 Pushable d, Pushable e, Pushable f) =>
146 instance (Pushable a, Pushable b, Pushable c, Pushable d,
147 Pushable e, Pushable f, Pushable g) =>
160 instance (Pushable a, Pushable b, Pushable c, Pushable d,
[all …]
/dports/textproc/hs-pandoc/pandoc-2.14.2/src/Text/Pandoc/Lua/Marshaling/
H A DAST.hs32 instance Pushable Pandoc where
41 instance Pushable Meta where
48 instance Pushable MetaValue where
53 instance Pushable Block where
60 instance Pushable Inline where
67 instance Pushable Citation where
80 instance Pushable Alignment where
90 instance Pushable Format where
105 instance Pushable MathType where
239 instance Pushable Row where
[all …]
H A DContext.hs16 import Foreign.Lua (Pushable)
20 instance (TemplateTarget a, Pushable a) => Pushable (Context a) where
23 instance (TemplateTarget a, Pushable a) => Pushable (Val a) where
H A DReaderOptions.hs19 import Foreign.Lua (Lua, Pushable)
33 instance Pushable Extensions where
36 instance Pushable TrackChanges where
39 instance Pushable ReaderOptions where
H A DList.hs20 import Foreign.Lua (Peekable, Pushable)
30 instance Pushable a => Pushable (List a) where
/dports/textproc/hs-pandoc-crossref/pandoc-crossref-0.3.12.0/_cabal_deps/pandoc-2.11.4/src/Text/Pandoc/Lua/Marshaling/
H A DAST.hs30 instance Pushable Pandoc where
40 instance Pushable Meta where
47 instance Pushable MetaValue where
52 instance Pushable Block where
59 instance Pushable Inline where
66 instance Pushable Citation where
80 instance Pushable Alignment where
90 instance Pushable Format where
105 instance Pushable MathType where
240 instance Pushable Row where
[all …]
H A DContext.hs16 import Foreign.Lua (Pushable)
20 instance (TemplateTarget a, Pushable a) => Pushable (Context a) where
23 instance (TemplateTarget a, Pushable a) => Pushable (Val a) where
H A DReaderOptions.hs19 import Foreign.Lua (Lua, Pushable)
33 instance Pushable Extensions where
36 instance Pushable TrackChanges where
39 instance Pushable ReaderOptions where
H A DList.hs20 import Foreign.Lua (Peekable, Pushable)
30 instance Pushable a => Pushable (List a) where
/dports/devel/flatbuffers/flatbuffers-2.0.0/rust/flexbuffers/src/builder/
H A Dpush.rs38 pub trait Pushable: Sealed + Sized { interface
42 impl Pushable for () { implementation
48 impl<B: Buffer> Pushable for Blob<B> {
57 impl Pushable for $T { impl
65 impl Pushable for $T { impl
110 impl Pushable for $Indirect { impl
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/google/flatbuffers/rust/flexbuffers/src/builder/
H A Dpush.rs38 pub trait Pushable: Sealed + Sized { interface
42 impl Pushable for () { impl
48 impl<B: Buffer> Pushable for Blob<B> {
57 impl Pushable for $T { impl
65 impl Pushable for $T { impl
110 impl Pushable for $Indirect { impl
/dports/textproc/hs-pandoc/pandoc-2.14.2/src/Text/Pandoc/Writers/
H A DCustom.hs23 import Foreign.Lua (Lua, Pushable)
43 instance Pushable (Stringify Format) where
46 instance Pushable (Stringify [Inline]) where
49 instance Pushable (Stringify [Block]) where
52 instance Pushable (Stringify MetaValue) where
60 instance Pushable (Stringify Citation) where
74 instance (Pushable a, Pushable b) => Pushable (KeyValue a b) where
/dports/textproc/hs-pandoc-crossref/pandoc-crossref-0.3.12.0/_cabal_deps/pandoc-2.11.4/src/Text/Pandoc/Writers/
H A DCustom.hs23 import Foreign.Lua (Lua, Pushable)
43 instance Pushable (Stringify Format) where
46 instance Pushable (Stringify [Inline]) where
49 instance Pushable (Stringify [Block]) where
52 instance Pushable (Stringify MetaValue) where
60 instance Pushable (Stringify Citation) where
74 instance (Pushable a, Pushable b) => Pushable (KeyValue a b) where
/dports/textproc/hs-pandoc/pandoc-2.14.2/src/Text/Pandoc/Lua/
H A DUtil.hs30 import Foreign.Lua ( Lua, NumArgs, NumResults, Peekable, Pushable, StackIndex
44 addField :: Pushable a => String -> a -> Lua ()
48 addValue :: (Pushable a, Pushable b) => a -> b -> Lua ()
73 instance (Pushable a, PushViaCall b) => PushViaCall (a -> b) where
/dports/textproc/hs-pandoc-crossref/pandoc-crossref-0.3.12.0/_cabal_deps/pandoc-2.11.4/src/Text/Pandoc/Lua/
H A DUtil.hs30 import Foreign.Lua ( Lua, NumArgs, NumResults, Peekable, Pushable, StackIndex
44 addField :: Pushable a => String -> a -> Lua ()
48 addValue :: (Pushable a, Pushable b) => a -> b -> Lua ()
73 instance (Pushable a, PushViaCall b) => PushViaCall (a -> b) where
/dports/textproc/hs-pandoc/pandoc-2.14.2/_cabal_deps/hslua-module-system-0.2.2.1/src/Foreign/Lua/Module/
H A DSystemUtils.hs21 import Foreign.Lua (Lua, NumResults(..), Peekable, Pushable, StackIndex)
35 instance Pushable Callback where
49 instance Pushable AnyValue where
/dports/textproc/hs-pandoc-crossref/pandoc-crossref-0.3.12.0/_cabal_deps/hslua-module-system-0.2.2.1/src/Foreign/Lua/Module/
H A DSystemUtils.hs21 import Foreign.Lua (Lua, NumResults(..), Peekable, Pushable, StackIndex)
35 instance Pushable Callback where
49 instance Pushable AnyValue where
/dports/textproc/hs-pandoc/pandoc-2.14.2/_cabal_deps/hslua-1.3.0.1/src/Foreign/Lua/
H A DTypes.hs13 , module Foreign.Lua.Types.Pushable
17 import Foreign.Lua.Types.Pushable
H A DUtil.hs32 import Foreign.Lua.Types (Peekable, Pushable)
119 raiseError :: Pushable a => a -> Lua NumResults
138 instance Pushable a => Pushable (Optional a) where
/dports/textproc/hs-pandoc-crossref/pandoc-crossref-0.3.12.0/_cabal_deps/hslua-1.3.0.1/src/Foreign/Lua/
H A DTypes.hs13 , module Foreign.Lua.Types.Pushable
17 import Foreign.Lua.Types.Pushable
H A DUtil.hs32 import Foreign.Lua.Types (Peekable, Pushable)
119 raiseError :: Pushable a => a -> Lua NumResults
138 instance Pushable a => Pushable (Optional a) where
/dports/lang/rust/rustc-1.58.1-src/src/test/ui/autoref-autoderef/
H A Dauto-ref-sliceable.rs4 trait Pushable<T> { interface
8 impl<T> Pushable<T> for Vec<T> {
/dports/textproc/hs-pandoc/pandoc-2.14.2/_cabal_deps/hslua-1.3.0.1/test/Foreign/Lua/Types/
H A DPushableTests.hs37 import Foreign.Lua (Pushable (push), gettop, equal, nthFromTop)
106 assertLuaEqual :: Pushable a => String -> a -> ByteString -> Assertion
112 prop_pushIncrStackSizeByOne :: Pushable a => a -> Property
/dports/textproc/hs-pandoc-crossref/pandoc-crossref-0.3.12.0/_cabal_deps/hslua-1.3.0.1/test/Foreign/Lua/Types/
H A DPushableTests.hs37 import Foreign.Lua (Pushable (push), gettop, equal, nthFromTop)
106 assertLuaEqual :: Pushable a => String -> a -> ByteString -> Assertion
112 prop_pushIncrStackSizeByOne :: Pushable a => a -> Property

123456