Home
last modified time | relevance | path

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

12345678910>>...111

/dports/lang/racket/racket-8.3/share/pkgs/sgl/
H A Dgl.rkt141 (define-foreign glGetError -> _gl-enum)
144 (define-foreign glBegin _gl-enum ->)
254 (define-foreign glEnable _gl-enum ->)
255 (define-foreign glDisable _gl-enum ->)
311 (define-foreign glPolygonMode _gl-enum _gl-enum ->)
458 (define-foreign glBlendFunc _gl-enum _gl-enum ->)
528 [v (make-gl-uint-vector l)])
538 (let ([o (make-select-buffer-object mem n)])
551 [v (make-gl-float-vector l)])
560 (let ([o (make-feedback-buffer-object mem n)])
[all …]
/dports/lang/clisp/clisp-df3b9f6fdcff22832898e89a989eb499c0f842ed/modules/libsvm/
H A Dtest.tst10 (open-stream-p (setq libsvm:*libsvm-output* (make-string-output-stream))) T
12 (defparameter f-parameter (libsvm:make-parameter))
15 (defparameter v-parameter (show (ffi:foreign-value f-parameter)))
23 (ffi:foreign-value (setq f-parameter (libsvm:make-parameter
41 (let ((x (make-array repeat)) (y (make-array repeat)))
45 (libsvm:make-problem :l repeat :x x :y y)))
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
133 (ffi:enum-from-value 'libsvm:svm_type (libsvm:get-svm-type model)) libsvm:NU_SVC
[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)#}
203 {#enum PangoGravity {underscoreToCase} with prefix="" deriving (Eq)#}
226 {#enum PangoGravityHint {underscoreToCase} with prefix="" deriving (Eq)#}
270 foreign import ccall unsafe "&pango_item_free"
281 -- handling is particularly horrible with UTF8: Several UTF8 bytes can make
318 foreign import ccall unsafe "&pango_layout_iter_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)#}
203 {#enum PangoGravity {underscoreToCase} with prefix="" deriving (Eq)#}
226 {#enum PangoGravityHint {underscoreToCase} with prefix="" deriving (Eq)#}
270 foreign import ccall unsafe "&pango_item_free"
281 -- handling is particularly horrible with UTF8: Several UTF8 bytes can make
318 foreign import ccall unsafe "&pango_layout_iter_free"
[all …]
/dports/devel/cl-cffi/cffi_0.16.1/doc/
H A Dcffi-manual.texinfo185 * foreign-enum-keyword:: Finds a keyword in an enum type.
186 * foreign-enum-value:: Finds a value in an enum type.
1786 * foreign-enum-keyword::
2785 @seealso{foreign-enum-value} @*
2786 @seealso{foreign-enum-keyword}
3038 @node foreign-enum-keyword, foreign-enum-value, foreign-bitfield-value, Foreign Types
3039 @heading foreign-enum-keyword
3080 @seealso{foreign-enum-value}
3087 @node foreign-enum-value, foreign-slot-names, foreign-enum-keyword, Foreign Types
3088 @heading foreign-enum-value
[all …]
/dports/databases/pgloader3/cffi_0.23.0/doc/
H A Dcffi-manual.texinfo186 * foreign-enum-keyword:: Finds a keyword in an enum type.
187 * foreign-enum-value:: Finds a value in an enum type.
1791 * foreign-enum-keyword::
1792 * foreign-enum-value::
2863 make it pass the original enum value by specifying
2894 @seealso{foreign-enum-keyword}
3146 @node foreign-enum-keyword, foreign-enum-value, foreign-bitfield-value, Foreign Types
3147 @heading foreign-enum-keyword
3188 @seealso{foreign-enum-value}
3195 @node foreign-enum-value, foreign-slot-names, foreign-enum-keyword, Foreign Types
[all …]
/dports/lang/racket/racket-8.3/src/ChezScheme/mats/
H A Drecord.ms3545 (define enum-base-rtd
3548 '#{enum b9s78zmm79qs7j22-a} ; make enum-base-rtd type nongenerative
3551 (csv7:record-field-accessor enum-base-rtd 'sym->index))
3554 (define enum-parent-rtd ; not sealed, not opaque
3555 (make-record-type "enum-parent" '((immutable members))))
3558 (let ([this-enum-rtd
3559 (#%$make-record-type enum-base-rtd enum-parent-rtd "enum"
3565 (let ([make-this-enum (record-constructor this-enum-rtd)])
3567 (let ([enum (make-this-enum '*members*)])
3568 (let ([rtd (record-rtd enum)])
[all …]
/dports/lang/racket-minimal/racket-8.3/src/ChezScheme/mats/
H A Drecord.ms3545 (define enum-base-rtd
3548 '#{enum b9s78zmm79qs7j22-a} ; make enum-base-rtd type nongenerative
3551 (csv7:record-field-accessor enum-base-rtd 'sym->index))
3554 (define enum-parent-rtd ; not sealed, not opaque
3555 (make-record-type "enum-parent" '((immutable members))))
3558 (let ([this-enum-rtd
3559 (#%$make-record-type enum-base-rtd enum-parent-rtd "enum"
3565 (let ([make-this-enum (record-constructor this-enum-rtd)])
3567 (let ([enum (make-this-enum '*members*)])
3568 (let ([rtd (record-rtd enum)])
[all …]
/dports/lang/chez-scheme/ChezScheme-9.5.4/mats/
H A Drecord.ms3536 (define enum-base-rtd
3539 '#{enum b9s78zmm79qs7j22-a} ; make enum-base-rtd type nongenerative
3542 (csv7:record-field-accessor enum-base-rtd 'sym->index))
3545 (define enum-parent-rtd ; not sealed, not opaque
3546 (make-record-type "enum-parent" '((immutable members))))
3549 (let ([this-enum-rtd
3550 (#%$make-record-type enum-base-rtd enum-parent-rtd "enum"
3556 (let ([make-this-enum (record-constructor this-enum-rtd)])
3558 (let ([enum (make-this-enum '*members*)])
3559 (let ([rtd (record-rtd enum)])
[all …]
/dports/lang/clisp/clisp-df3b9f6fdcff22832898e89a989eb499c0f842ed/modules/matlab/
H A Dtest.tst13 (matlab:copy-matlab-to-lisp "foo" (make-array (array-dimensions mx))))
20 "bar" (make-array (reverse (array-dimensions mx)))))
27 (ffi:foreign-value buffer))
29 (ffi:foreign-free buffer)))
50 (ffi:enum-from-value 'matlab:mxClassID
/dports/devel/swig/swig-4.0.2/Lib/allegrocl/
H A Dallegrocl.swg17 enum SWIGTYPE "(cl::setq ACL_ffresult $body)";
22 (new-inst (cl:make-instance '$lclass :foreign-address address)))
27 … "(cl::let* ((address $body)\n (new-inst (cl::make-instance '$lclass :foreign-addre…
31 (new-inst (cl:make-instance '$lclass :foreign-address address)))
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 *,
[all …]
/dports/databases/pg_citus/citus-10.2.3/src/test/regress/input/
H A Dcolumnar_data_types.source2 -- Test loading and reading different data types to/from columnar foreign tables.
6 -- Settings to make the result deterministic
31 -- Test enum and composite types
35 CREATE TABLE test_enum_and_composite_types (enum enum_type,
/dports/databases/postgresql-cstore_fdw/cstore_fdw-1.7.0/input/
H A Ddata_types.source2 -- Test loading and reading different data types to/from cstore_fdw foreign tables.
6 -- Settings to make the result deterministic
33 -- Test enum and composite types
37 CREATE FOREIGN TABLE test_enum_and_composite_types (enum enum_type,
/dports/databases/pg_citus/citus-10.2.3/src/test/regress/output/
H A Dcolumnar_data_types.source2 -- Test loading and reading different data types to/from columnar foreign tables.
4 -- Settings to make the result deterministic
32 -- Test enum and composite types
35 CREATE TABLE test_enum_and_composite_types (enum enum_type,
40 enum | composite
/dports/databases/postgresql-cstore_fdw/cstore_fdw-1.7.0/output/
H A Ddata_types.source2 -- Test loading and reading different data types to/from cstore_fdw foreign tables.
4 -- Settings to make the result deterministic
34 -- Test enum and composite types
37 CREATE FOREIGN TABLE test_enum_and_composite_types (enum enum_type,
43 enum | composite
/dports/lang/clisp/clisp-df3b9f6fdcff22832898e89a989eb499c0f842ed/emacs/
H A Dlisp.vim10 syn match lispDecl "\<\(ffi:\)\?def-c-\(var\|const\|enum\|type\|struct\)\>"
20 syn match lispFunc "\<\(ffi:\)\?with-foreign-\(object\|string\)\>"
21 syn match lispFunc "\<\(ffi:\)\?default-foreign-\(language\|library\)\>"
23 syn match lispFunc "\<\(ffi:\)\?set-foreign-pointer\>"
26 syn match lispFunc "\<\(ffi:\)\?foreign-\(value\|free\|variable\|function\|object\)\>"
27 syn match lispFunc "\<\(ffi:\)\?foreign-address\(-null\|unsigned\)\?\>"
28 syn match lispFunc "\<\(ffi:\)\?undigned-foreign-address\>"
77 " make-array argument
/dports/x11-wm/muffin/muffin-4.8.0/
H A D.gitignore65 gnome-doc-utils.make
66 gtk-doc.make
74 omf.make
106 src/muffin-enum-types.c
107 src/muffin-enum-types.h
108 src/muffin-enum-types.lo
109 src/muffin-enum-types.o
116 src/stamp-muffin-enum-types.h
140 xmldocs.make
156 /clutter/tests/interactive/test-cogl-tex-foreign
/dports/databases/pgloader3/cffi_0.23.0/
H A Dcffi-tests.asd43 (list (make-pathname :defaults p :type (asdf/bundle:bundle-pathname-type :object))
44 (make-pathname :defaults p :type (asdf/bundle:bundle-pathname-type :shared-library)))
67 (:file "foreign-globals" :depends-on ("package"))
73 (:file "enum" :depends-on ("package"))
74 (:file "fsbv" :depends-on ("bindings" "enum"))
/dports/lang/chez-scheme/ChezScheme-9.5.4/s/
H A Dprimdata.ss427 (make-enumeration [sig [(sub-list) -> (enum-set)]] [flags pure alloc])
428 (enum-set-universe [sig [(enum-set) -> (enum-set)]] [flags pure alloc])
435 (enum-set-union [sig [(enum-set enum-set) -> (enum-set)]] [flags pure alloc])
436 (enum-set-intersection [sig [(enum-set enum-set) -> (enum-set)]] [flags pure alloc])
437 (enum-set-difference [sig [(enum-set enum-set) -> (enum-set)]] [flags pure alloc])
438 (enum-set-complement [sig [(enum-set) -> (enum-set)]] [flags pure alloc])
439 (enum-set-projection [sig [(enum-set enum-set) -> (enum-set)]] [flags pure alloc])
1057 (foreign-callable [flags])
1866 ($foreign-entries [flags])
2112 ($make-foreign-callable [flags])
[all …]
/dports/lang/racket/racket-8.3/src/ChezScheme/rktboot/
H A Dmake-boot.rkt94 make-compile-time-value
267 (status "Load enum")
268 (load-ss (build-path scheme-dir "s/enum.ss"))
270 (eval '(define $make-annotation-options (enum-set-constructor $annotation-options)))
273 … (with-syntax ([members ($enum-set-members ($make-library-requirements-options (datum (id ...))))])
284 (eval '($make-base-modules))
285 (eval '($make-rnrs-libraries))
385 (status "Define $filter-foreign-type")
386 (eval `(define $filter-foreign-type
388 (filter-foreign-type ty))))
[all …]
/dports/lang/racket-minimal/racket-8.3/src/ChezScheme/rktboot/
H A Dmake-boot.rkt94 make-compile-time-value
267 (status "Load enum")
268 (load-ss (build-path scheme-dir "s/enum.ss"))
270 (eval '(define $make-annotation-options (enum-set-constructor $annotation-options)))
273 … (with-syntax ([members ($enum-set-members ($make-library-requirements-options (datum (id ...))))])
284 (eval '($make-base-modules))
285 (eval '($make-rnrs-libraries))
385 (status "Define $filter-foreign-type")
386 (eval `(define $filter-foreign-type
388 (filter-foreign-type ty))))
[all …]
/dports/lang/racket/racket-8.3/src/ChezScheme/s/
H A Dprimdata.ss427 (make-enumeration [sig [(sub-list) -> (enum-set)]] [flags pure alloc])
428 (enum-set-universe [sig [(enum-set) -> (enum-set)]] [flags pure alloc])
433 (enum-set-subset? [sig [(enum-set enum-set) -> (boolean)]] [flags pure mifoldable discard])
434 (enum-set=? [sig [(enum-set enum-set) -> (boolean)]] [flags pure mifoldable discard cp03])
435 (enum-set-union [sig [(enum-set enum-set) -> (enum-set)]] [flags pure alloc])
436 (enum-set-intersection [sig [(enum-set enum-set) -> (enum-set)]] [flags pure alloc])
437 (enum-set-difference [sig [(enum-set enum-set) -> (enum-set)]] [flags pure alloc])
438 (enum-set-complement [sig [(enum-set) -> (enum-set)]] [flags pure alloc])
439 (enum-set-projection [sig [(enum-set enum-set) -> (enum-set)]] [flags pure alloc])
2247 ($make-foreign-callable [flags single-valued])
[all …]
/dports/lang/racket-minimal/racket-8.3/src/ChezScheme/s/
H A Dprimdata.ss427 (make-enumeration [sig [(sub-list) -> (enum-set)]] [flags pure alloc])
428 (enum-set-universe [sig [(enum-set) -> (enum-set)]] [flags pure alloc])
433 (enum-set-subset? [sig [(enum-set enum-set) -> (boolean)]] [flags pure mifoldable discard])
434 (enum-set=? [sig [(enum-set enum-set) -> (boolean)]] [flags pure mifoldable discard cp03])
435 (enum-set-union [sig [(enum-set enum-set) -> (enum-set)]] [flags pure alloc])
436 (enum-set-intersection [sig [(enum-set enum-set) -> (enum-set)]] [flags pure alloc])
437 (enum-set-difference [sig [(enum-set enum-set) -> (enum-set)]] [flags pure alloc])
438 (enum-set-complement [sig [(enum-set) -> (enum-set)]] [flags pure alloc])
439 (enum-set-projection [sig [(enum-set enum-set) -> (enum-set)]] [flags pure alloc])
2247 ($make-foreign-callable [flags single-valued])
[all …]
/dports/devel/cl-cffi/cffi_0.16.1/
H A DTODO27 -> Extend FOREIGN-SLOT-VALUE and make it accept multiple "indices" for
37 -> Warn about :void in places where it doesn't make sense.
44 accessing foreign symbols that don't exist, etc...
82 -> foreign-enum-keyword/value should have their own error condition?
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/doc/development/database/
H A Dconstraint_naming_convention.md20 | **Foreign Key** | `fk_<table name>_<column name>[_and_<column name>]*_<foreign table nam…
23 …tional suffix should denote the type of validation, such as `length` and `enum`. It can also be us…
28 - Prefixes are preferred over suffices because they make it easier to identify the type of a given …

12345678910>>...111