Home
last modified time | relevance | path

Searched +refs:foreign +refs:enum +refs:value (Results 1 – 25 of 3481) sorted by relevance

12345678910>>...140

/dports/devel/cl-cffi/cffi_0.16.1/doc/
H A Dcffi-manual.texinfo186 * foreign-enum-value:: Finds a value in an enum type.
1787 * foreign-enum-value::
2770 CFFI> (foreign-enum-value 'boolean :no)
2785 @seealso{foreign-enum-value} @*
3038 @node foreign-enum-keyword, foreign-enum-value, foreign-bitfield-value, Foreign Types
3080 @seealso{foreign-enum-value}
3087 @node foreign-enum-value, foreign-slot-names, foreign-enum-keyword, Foreign Types
3088 @heading foreign-enum-value
3090 @Function{foreign-enum-value type keyword &key errorp @res{} value}
3111 The function @code{foreign-enum-value} returns the @var{value} that
[all …]
/dports/databases/pgloader3/cffi_0.23.0/doc/
H A Dcffi-manual.texinfo187 * foreign-enum-value:: Finds a value in an enum type.
1792 * foreign-enum-value::
2878 CFFI> (foreign-enum-value 'boolean :no)
2893 @seealso{foreign-enum-value} @*
3146 @node foreign-enum-keyword, foreign-enum-value, foreign-bitfield-value, Foreign Types
3188 @seealso{foreign-enum-value}
3195 @node foreign-enum-value, foreign-slot-names, foreign-enum-keyword, Foreign Types
3196 @heading foreign-enum-value
3198 @Function{foreign-enum-value type keyword &key errorp @res{} value}
3219 The function @code{foreign-enum-value} returns the @var{value} that
[all …]
/dports/emulators/py-unicorn/unicorn-1.0.2/bindings/haskell/src/Unicorn/Internal/
H A DHook.chs94 -- this enum (and are exposed to the user).
95 {# enum uc_hook_type as HookType
113 {# enum uc_hook_type as MemoryHookType
131 {# enum uc_hook_type as MemoryEventHookType
154 {# enum uc_mem_type as MemoryAccess
174 foreign import ccall "wrapper"
197 foreign import ccall "wrapper"
227 foreign import ccall "wrapper"
249 foreign import ccall "wrapper"
270 foreign import ccall "wrapper"
[all …]
/dports/emulators/unicorn/unicorn-1.0.2/bindings/haskell/src/Unicorn/Internal/
H A DHook.chs94 -- this enum (and are exposed to the user).
95 {# enum uc_hook_type as HookType
113 {# enum uc_hook_type as MemoryHookType
131 {# enum uc_hook_type as MemoryEventHookType
154 {# enum uc_mem_type as MemoryAccess
174 foreign import ccall "wrapper"
197 foreign import ccall "wrapper"
227 foreign import ccall "wrapper"
249 foreign import ccall "wrapper"
270 foreign import ccall "wrapper"
[all …]
/dports/devel/swig/swig-4.0.2/Lib/allegrocl/
H A Dallegrocl.swg17 enum SWIGTYPE "(cl::setq ACL_ffresult $body)";
67 %typemap(ffitype) enum SWIGTYPE ":int";
104 enum SWIGTYPE, SWIGTYPE *, SWIGTYPE[],
114 enum SWIGTYPE, SWIGTYPE *, SWIGTYPE[],
169 enum SWIGTYPE { $1 = 1; };
182 enum SWIGTYPE "cl:integer";
194 enum SWIGTYPE, SWIGTYPE *,
351 (cl::multiple-value-bind (sym)
433 (defswig2 swig-defconstant (string value)
436 (cl::defconstant ,symbol ,value))))
[all …]
/dports/devel/hs-threadscope/threadscope-0.2.14/_cabal_deps/pango-0.13.8.1/Graphics/Rendering/Pango/
H A DBasicTypes.chs119 {#enum Style as FontStyle {underscoreToCase} deriving (Eq)#}
128 {#enum Weight {underscoreToCase} deriving (Eq)#}
150 {#enum Variant {underscoreToCase} deriving (Eq)#}
158 {#enum Stretch {underscoreToCase} deriving (Eq)#}
175 {#enum Underline {underscoreToCase} deriving (Eq)#}
186 -- segment of text. The value 'GravitySouth', for instance, indicates that the
192 -- orientation is controlled using 'PangoGravity'. Not every value in this
203 {#enum PangoGravity {underscoreToCase} with prefix="" deriving (Eq)#}
226 {#enum PangoGravityHint {underscoreToCase} with prefix="" deriving (Eq)#}
270 foreign import ccall unsafe "&pango_item_free"
[all …]
/dports/x11/conlecterm/conlecterm-1.4.3.0/_cabal_deps/pango-0.13.8.1/Graphics/Rendering/Pango/
H A DBasicTypes.chs119 {#enum Style as FontStyle {underscoreToCase} deriving (Eq)#}
128 {#enum Weight {underscoreToCase} deriving (Eq)#}
150 {#enum Variant {underscoreToCase} deriving (Eq)#}
158 {#enum Stretch {underscoreToCase} deriving (Eq)#}
175 {#enum Underline {underscoreToCase} deriving (Eq)#}
186 -- segment of text. The value 'GravitySouth', for instance, indicates that the
192 -- orientation is controlled using 'PangoGravity'. Not every value in this
203 {#enum PangoGravity {underscoreToCase} with prefix="" deriving (Eq)#}
226 {#enum PangoGravityHint {underscoreToCase} with prefix="" deriving (Eq)#}
270 foreign import ccall unsafe "&pango_item_free"
[all …]
/dports/lang/clisp/clisp-df3b9f6fdcff22832898e89a989eb499c0f842ed/modules/libsvm/
H A Dtest.tst15 (defparameter v-parameter (show (ffi:foreign-value f-parameter)))
23 (ffi:foreign-value (setq f-parameter (libsvm:make-parameter
38 (unless (zerop value) (push (list index value) ret)))))))
69 (setf v-parameter (ffi:foreign-value f-parameter))
72 (equalp (ffi:foreign-value p) (ffi:foreign-value f-problem-2-7))))
88 (ffi:enum-from-value 'libsvm:svm_type (libsvm:get-svm-type model)) libsvm:C_SVC
120 v-parameter (show (ffi:foreign-value f-parameter)))
122 (= (ffi:slot (ffi:foreign-value f-parameter) 'LIBSVM::svm_type)
133 (ffi:enum-from-value 'libsvm:svm_type (libsvm:get-svm-type model)) libsvm:NU_SVC
153 v-parameter (ffi:foreign-value f-parameter))
[all …]
/dports/databases/postgresql12-client/postgresql-12.9/src/test/regress/expected/
H A Denum.out24 ERROR: invalid input value for enum rainbow: "mauve"
123 create type insenum as enum ('L1', 'L2');
538 -- RI triggers on enum types
545 ERROR: insert or update on table "enumtest_child" violates foreign key constraint "enumtest_child_…
548 ERROR: update or delete on table "enumtest_parent" violates foreign key constraint "enumtest_child…
555 ERROR: foreign key constraint "enumtest_bogus_child_parent_fkey" cannot be implemented
590 ERROR: unsafe use of new value "new" of enum type bogus
602 ERROR: unsafe use of new value "new" of enum type bogus
606 ERROR: unsafe use of new value "new" of enum type bogus
632 ERROR: unsafe use of new value "bad" of enum type bogon
[all …]
/dports/databases/postgresql14-pltcl/postgresql-14.1/src/test/regress/expected/
H A Denum.out24 ERROR: invalid input value for enum rainbow: "mauve"
123 create type insenum as enum ('L1', 'L2');
538 -- RI triggers on enum types
545 ERROR: insert or update on table "enumtest_child" violates foreign key constraint "enumtest_child_…
548 ERROR: update or delete on table "enumtest_parent" violates foreign key constraint "enumtest_child…
555 ERROR: foreign key constraint "enumtest_bogus_child_parent_fkey" cannot be implemented
590 ERROR: unsafe use of new value "new" of enum type bogus
602 ERROR: unsafe use of new value "new" of enum type bogus
606 ERROR: unsafe use of new value "new" of enum type bogus
632 ERROR: unsafe use of new value "bad" of enum type bogon
[all …]
/dports/databases/postgresql14-docs/postgresql-14.1/src/test/regress/expected/
H A Denum.out24 ERROR: invalid input value for enum rainbow: "mauve"
123 create type insenum as enum ('L1', 'L2');
538 -- RI triggers on enum types
545 ERROR: insert or update on table "enumtest_child" violates foreign key constraint "enumtest_child_…
548 ERROR: update or delete on table "enumtest_parent" violates foreign key constraint "enumtest_child…
555 ERROR: foreign key constraint "enumtest_bogus_child_parent_fkey" cannot be implemented
590 ERROR: unsafe use of new value "new" of enum type bogus
602 ERROR: unsafe use of new value "new" of enum type bogus
606 ERROR: unsafe use of new value "new" of enum type bogus
632 ERROR: unsafe use of new value "bad" of enum type bogon
[all …]
/dports/databases/postgresql14-server/postgresql-14.1/src/test/regress/expected/
H A Denum.out24 ERROR: invalid input value for enum rainbow: "mauve"
123 create type insenum as enum ('L1', 'L2');
538 -- RI triggers on enum types
545 ERROR: insert or update on table "enumtest_child" violates foreign key constraint "enumtest_child_…
548 ERROR: update or delete on table "enumtest_parent" violates foreign key constraint "enumtest_child…
555 ERROR: foreign key constraint "enumtest_bogus_child_parent_fkey" cannot be implemented
590 ERROR: unsafe use of new value "new" of enum type bogus
602 ERROR: unsafe use of new value "new" of enum type bogus
606 ERROR: unsafe use of new value "new" of enum type bogus
632 ERROR: unsafe use of new value "bad" of enum type bogon
[all …]
/dports/databases/postgresql14-plpython/postgresql-14.1/src/test/regress/expected/
H A Denum.out24 ERROR: invalid input value for enum rainbow: "mauve"
123 create type insenum as enum ('L1', 'L2');
538 -- RI triggers on enum types
545 ERROR: insert or update on table "enumtest_child" violates foreign key constraint "enumtest_child_…
548 ERROR: update or delete on table "enumtest_parent" violates foreign key constraint "enumtest_child…
555 ERROR: foreign key constraint "enumtest_bogus_child_parent_fkey" cannot be implemented
590 ERROR: unsafe use of new value "new" of enum type bogus
602 ERROR: unsafe use of new value "new" of enum type bogus
606 ERROR: unsafe use of new value "new" of enum type bogus
632 ERROR: unsafe use of new value "bad" of enum type bogon
[all …]
/dports/databases/postgresql14-plperl/postgresql-14.1/src/test/regress/expected/
H A Denum.out24 ERROR: invalid input value for enum rainbow: "mauve"
123 create type insenum as enum ('L1', 'L2');
538 -- RI triggers on enum types
545 ERROR: insert or update on table "enumtest_child" violates foreign key constraint "enumtest_child_…
548 ERROR: update or delete on table "enumtest_parent" violates foreign key constraint "enumtest_child…
555 ERROR: foreign key constraint "enumtest_bogus_child_parent_fkey" cannot be implemented
590 ERROR: unsafe use of new value "new" of enum type bogus
602 ERROR: unsafe use of new value "new" of enum type bogus
606 ERROR: unsafe use of new value "new" of enum type bogus
632 ERROR: unsafe use of new value "bad" of enum type bogon
[all …]
/dports/databases/postgresql13-pltcl/postgresql-13.5/src/test/regress/expected/
H A Denum.out24 ERROR: invalid input value for enum rainbow: "mauve"
123 create type insenum as enum ('L1', 'L2');
538 -- RI triggers on enum types
545 ERROR: insert or update on table "enumtest_child" violates foreign key constraint "enumtest_child_…
548 ERROR: update or delete on table "enumtest_parent" violates foreign key constraint "enumtest_child…
555 ERROR: foreign key constraint "enumtest_bogus_child_parent_fkey" cannot be implemented
590 ERROR: unsafe use of new value "new" of enum type bogus
602 ERROR: unsafe use of new value "new" of enum type bogus
606 ERROR: unsafe use of new value "new" of enum type bogus
632 ERROR: unsafe use of new value "bad" of enum type bogon
[all …]
/dports/databases/postgresql13-plpython/postgresql-13.5/src/test/regress/expected/
H A Denum.out24 ERROR: invalid input value for enum rainbow: "mauve"
123 create type insenum as enum ('L1', 'L2');
538 -- RI triggers on enum types
545 ERROR: insert or update on table "enumtest_child" violates foreign key constraint "enumtest_child_…
548 ERROR: update or delete on table "enumtest_parent" violates foreign key constraint "enumtest_child…
555 ERROR: foreign key constraint "enumtest_bogus_child_parent_fkey" cannot be implemented
590 ERROR: unsafe use of new value "new" of enum type bogus
602 ERROR: unsafe use of new value "new" of enum type bogus
606 ERROR: unsafe use of new value "new" of enum type bogus
632 ERROR: unsafe use of new value "bad" of enum type bogon
[all …]
/dports/databases/postgresql14-contrib/postgresql-14.1/src/test/regress/expected/
H A Denum.out24 ERROR: invalid input value for enum rainbow: "mauve"
123 create type insenum as enum ('L1', 'L2');
538 -- RI triggers on enum types
545 ERROR: insert or update on table "enumtest_child" violates foreign key constraint "enumtest_child_…
548 ERROR: update or delete on table "enumtest_parent" violates foreign key constraint "enumtest_child…
555 ERROR: foreign key constraint "enumtest_bogus_child_parent_fkey" cannot be implemented
590 ERROR: unsafe use of new value "new" of enum type bogus
602 ERROR: unsafe use of new value "new" of enum type bogus
606 ERROR: unsafe use of new value "new" of enum type bogus
632 ERROR: unsafe use of new value "bad" of enum type bogon
[all …]
/dports/databases/postgresql14-client/postgresql-14.1/src/test/regress/expected/
H A Denum.out24 ERROR: invalid input value for enum rainbow: "mauve"
123 create type insenum as enum ('L1', 'L2');
538 -- RI triggers on enum types
545 ERROR: insert or update on table "enumtest_child" violates foreign key constraint "enumtest_child_…
548 ERROR: update or delete on table "enumtest_parent" violates foreign key constraint "enumtest_child…
555 ERROR: foreign key constraint "enumtest_bogus_child_parent_fkey" cannot be implemented
590 ERROR: unsafe use of new value "new" of enum type bogus
602 ERROR: unsafe use of new value "new" of enum type bogus
606 ERROR: unsafe use of new value "new" of enum type bogus
632 ERROR: unsafe use of new value "bad" of enum type bogon
[all …]
/dports/databases/postgresql13-server/postgresql-13.5/src/test/regress/expected/
H A Denum.out24 ERROR: invalid input value for enum rainbow: "mauve"
123 create type insenum as enum ('L1', 'L2');
538 -- RI triggers on enum types
545 ERROR: insert or update on table "enumtest_child" violates foreign key constraint "enumtest_child_…
548 ERROR: update or delete on table "enumtest_parent" violates foreign key constraint "enumtest_child…
555 ERROR: foreign key constraint "enumtest_bogus_child_parent_fkey" cannot be implemented
590 ERROR: unsafe use of new value "new" of enum type bogus
602 ERROR: unsafe use of new value "new" of enum type bogus
606 ERROR: unsafe use of new value "new" of enum type bogus
632 ERROR: unsafe use of new value "bad" of enum type bogon
[all …]
/dports/databases/postgresql13-contrib/postgresql-13.5/src/test/regress/expected/
H A Denum.out24 ERROR: invalid input value for enum rainbow: "mauve"
123 create type insenum as enum ('L1', 'L2');
538 -- RI triggers on enum types
545 ERROR: insert or update on table "enumtest_child" violates foreign key constraint "enumtest_child_…
548 ERROR: update or delete on table "enumtest_parent" violates foreign key constraint "enumtest_child…
555 ERROR: foreign key constraint "enumtest_bogus_child_parent_fkey" cannot be implemented
590 ERROR: unsafe use of new value "new" of enum type bogus
602 ERROR: unsafe use of new value "new" of enum type bogus
606 ERROR: unsafe use of new value "new" of enum type bogus
632 ERROR: unsafe use of new value "bad" of enum type bogon
[all …]
/dports/databases/postgresql13-client/postgresql-13.5/src/test/regress/expected/
H A Denum.out24 ERROR: invalid input value for enum rainbow: "mauve"
123 create type insenum as enum ('L1', 'L2');
538 -- RI triggers on enum types
545 ERROR: insert or update on table "enumtest_child" violates foreign key constraint "enumtest_child_…
548 ERROR: update or delete on table "enumtest_parent" violates foreign key constraint "enumtest_child…
555 ERROR: foreign key constraint "enumtest_bogus_child_parent_fkey" cannot be implemented
590 ERROR: unsafe use of new value "new" of enum type bogus
602 ERROR: unsafe use of new value "new" of enum type bogus
606 ERROR: unsafe use of new value "new" of enum type bogus
632 ERROR: unsafe use of new value "bad" of enum type bogon
[all …]
/dports/databases/postgresql12-server/postgresql-12.9/src/test/regress/expected/
H A Denum.out24 ERROR: invalid input value for enum rainbow: "mauve"
123 create type insenum as enum ('L1', 'L2');
538 -- RI triggers on enum types
545 ERROR: insert or update on table "enumtest_child" violates foreign key constraint "enumtest_child_…
548 ERROR: update or delete on table "enumtest_parent" violates foreign key constraint "enumtest_child…
555 ERROR: foreign key constraint "enumtest_bogus_child_parent_fkey" cannot be implemented
590 ERROR: unsafe use of new value "new" of enum type bogus
602 ERROR: unsafe use of new value "new" of enum type bogus
606 ERROR: unsafe use of new value "new" of enum type bogus
632 ERROR: unsafe use of new value "bad" of enum type bogon
[all …]
/dports/databases/postgresql12-plpython/postgresql-12.9/src/test/regress/expected/
H A Denum.out24 ERROR: invalid input value for enum rainbow: "mauve"
123 create type insenum as enum ('L1', 'L2');
538 -- RI triggers on enum types
545 ERROR: insert or update on table "enumtest_child" violates foreign key constraint "enumtest_child_…
548 ERROR: update or delete on table "enumtest_parent" violates foreign key constraint "enumtest_child…
555 ERROR: foreign key constraint "enumtest_bogus_child_parent_fkey" cannot be implemented
590 ERROR: unsafe use of new value "new" of enum type bogus
602 ERROR: unsafe use of new value "new" of enum type bogus
606 ERROR: unsafe use of new value "new" of enum type bogus
632 ERROR: unsafe use of new value "bad" of enum type bogon
[all …]
/dports/databases/postgresql12-contrib/postgresql-12.9/src/test/regress/expected/
H A Denum.out24 ERROR: invalid input value for enum rainbow: "mauve"
123 create type insenum as enum ('L1', 'L2');
538 -- RI triggers on enum types
545 ERROR: insert or update on table "enumtest_child" violates foreign key constraint "enumtest_child_…
548 ERROR: update or delete on table "enumtest_parent" violates foreign key constraint "enumtest_child…
555 ERROR: foreign key constraint "enumtest_bogus_child_parent_fkey" cannot be implemented
590 ERROR: unsafe use of new value "new" of enum type bogus
602 ERROR: unsafe use of new value "new" of enum type bogus
606 ERROR: unsafe use of new value "new" of enum type bogus
632 ERROR: unsafe use of new value "bad" of enum type bogon
[all …]
/dports/databases/postgresql12-plperl/postgresql-12.9/src/test/regress/expected/
H A Denum.out24 ERROR: invalid input value for enum rainbow: "mauve"
123 create type insenum as enum ('L1', 'L2');
538 -- RI triggers on enum types
545 ERROR: insert or update on table "enumtest_child" violates foreign key constraint "enumtest_child_…
548 ERROR: update or delete on table "enumtest_parent" violates foreign key constraint "enumtest_child…
555 ERROR: foreign key constraint "enumtest_bogus_child_parent_fkey" cannot be implemented
590 ERROR: unsafe use of new value "new" of enum type bogus
602 ERROR: unsafe use of new value "new" of enum type bogus
606 ERROR: unsafe use of new value "new" of enum type bogus
632 ERROR: unsafe use of new value "bad" of enum type bogon
[all …]

12345678910>>...140