Home
last modified time | relevance | path

Searched +refs:foreign +refs:aref (Results 1 – 25 of 41) sorted by relevance

12

/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
44 (setf (aref y i) n (aref x i) v)))
69 (setf v-parameter (ffi:foreign-value f-parameter))
72 (equalp (ffi:foreign-value p) (ffi:foreign-value f-problem-2-7))))
97 (print (list (aref y i) (libsvm:predict-values model (aref x i))))))
120 v-parameter (show (ffi:foreign-value f-parameter)))
122 (= (ffi:slot (ffi:foreign-value f-parameter) 'LIBSVM::svm_type)
143 (print (list (aref y i) (libsvm:predict model (aref x i))
153 v-parameter (ffi:foreign-value f-parameter))
[all …]
/dports/www/interchange/interchange-5.6.3/lib/Vend/Table/
H A DShadow.pm239 sub foreign { subroutine
240 my ($s, $key, $foreign) = @_;
243 $s->[$OBJ]->foreign($key, $foreign);
596 my ($s, $aref) = @_;
598 my $key = $aref->[0];
601 $aref->[$i] = $s->_map_column ($key, $cols[$i], 1, $aref->[$i]);
604 $aref;
632 if ($lookup_key = $db_lookup->foreign($value,$map->{lookup_column})) {
H A DDBI.pm1482 my $aref = $sth->fetchrow_arrayref();
1484 if (! $aref) {
1487 elsif ($aref->[0] !~ /^\d+$/) {
1490 return $aref->[0];
1521 my $aref = $sth->fetchrow_arrayref()
1525 for ( my $i = 0; $i < @$aref; $i++) {
1553 sub foreign { subroutine
1554 my ($s, $key, $foreign) = @_;
1555 return single($s, $s->[$KEY], $foreign) if ref($foreign);
1559 $foreign = $s->[$NAME][$idx];
[all …]
H A DDBI_CompositeKey.pm632 my $aref = $sth->fetchrow_arrayref()
636 for ( my $i = 0; $i < @$aref; $i++) {
637 $ref->{$nm[$i]} = $ref->{lc $nm[$i]} = $aref->[$i];
665 sub foreign { subroutine
/dports/devel/cl-cffi/cffi_0.16.1/doc/
H A Dcffi-manual.texinfo2412 CFFI-USER> (code-char (mem-aref * :char 5))
3759 * mem-aref::
3932 collect (mem-aref * :int i))
3938 collect (mem-aref * :int i))
3955 collect (mem-aref * :string i))
3959 (foreign-free (mem-aref ** :pointer i)))
4219 @node mem-aref, mem-ref, mem-aptr, Pointers
4220 @heading mem-aref
4247 (mem-aref ptr type n)
4258 (mem-aref str :char 6))
[all …]
/dports/databases/pgloader3/cffi_0.23.0/doc/
H A Dcffi-manual.texinfo2342 (setf (mem-aref ptr '(:struct person)) x)
2368 (setf (mem-aref ptr '(:struct person)) x)
2509 CFFI-USER> (code-char (mem-aref * :char 5))
3867 * mem-aref::
4040 collect (mem-aref * :int i))
4046 collect (mem-aref * :int i))
4067 (foreign-free (mem-aref ** :pointer i)))
4328 @heading mem-aref
4355 (mem-aref ptr type n)
4366 (mem-aref str :char 6))
[all …]
/dports/editors/emacs/emacs-27.2/lisp/net/
H A Dtramp.el2003 (message (aref parameters 3)))
2347 (foreign
2358 (if foreign
2359 (let ((sf (symbol-function foreign)))
2373 (autoload-do-load sf foreign)))
2396 (apply foreign operation args))
3352 (aref
4430 (owner-read (aref mode-chars 1))
4431 (owner-write (aref mode-chars 2))
4433 (group-read (aref mode-chars 4))
[all …]
/dports/editors/emacs-devel/emacs-4d1968b/lisp/net/
H A Dtramp.el2299 (message (aref parameters 3)))
2635 (foreign
2646 (if foreign
2647 (let ((sf (symbol-function foreign)))
2661 (autoload-do-load sf foreign)))
2675 (apply foreign operation args))))
5204 (owner-read (aref mode-chars 1))
5205 (owner-write (aref mode-chars 2))
5207 (group-read (aref mode-chars 4))
5208 (group-write (aref mode-chars 5))
[all …]
/dports/editors/neovim/neovim-0.6.1/runtime/syntax/
H A Dlisp.vim111 syn keyword lispFunc aref gentemp rassoc-if-not
160 syn keyword lispFunc boolean intersection row-major-aref
393 syn match lispFunc "\<\(ffi:\)\?with-foreign-\(object\|string\)\>"
394 syn match lispFunc "\<\(ffi:\)\?default-foreign-\(language\|library\)\>"
396 syn match lispFunc "\<\(ffi:\)\?set-foreign-pointer\>"
399 syn match lispFunc "\<\(ffi:\)\?foreign-\(value\|free\|variable\|function\|object\)\>"
400 syn match lispFunc "\<\(ffi:\)\?foreign-address\(-null\|unsigned\)\?\>"
401 syn match lispFunc "\<\(ffi:\)\?undigned-foreign-address\>"
/dports/editors/vim/vim-8.2.3745/runtime/syntax/
H A Dlisp.vim111 syn keyword lispFunc aref gentemp rassoc-if-not
160 syn keyword lispFunc boolean intersection row-major-aref
393 syn match lispFunc "\<\(ffi:\)\?with-foreign-\(object\|string\)\>"
394 syn match lispFunc "\<\(ffi:\)\?default-foreign-\(language\|library\)\>"
396 syn match lispFunc "\<\(ffi:\)\?set-foreign-pointer\>"
399 syn match lispFunc "\<\(ffi:\)\?foreign-\(value\|free\|variable\|function\|object\)\>"
400 syn match lispFunc "\<\(ffi:\)\?foreign-address\(-null\|unsigned\)\?\>"
401 syn match lispFunc "\<\(ffi:\)\?undigned-foreign-address\>"
/dports/editors/emacs-devel/emacs-4d1968b/lisp/gnus/
H A Dgnus.el3005 (- (aref (downcase alpha) 0) ?t)))
3046 (setq c (aref string i))
3757 (let* ((foreign "")
3775 (setq foreign (substring server (+ 1 plus)
3778 (setq foreign server
3780 (setq foreign (concat foreign ":")))
3807 (concat foreign (mapconcat #'identity (nreverse res) gsep))))))
H A DChangeLog.31133 * gnus-group.el (gnus-group-browse-foreign-server):
4905 `aref' for XEmacs compatibiltiy.
5850 interactively so the newsrc file can contain foreign groups too.
10131 (gnus-group-browse-foreign-server):
11321 level to get unread articles from, then use that for foreign groups,
13568 New macros that expand to an `aset'/`aref' call under Emacs, and to a
15089 foreign groups unless a group level is specified by a user.
24154 active for foreign groups even if the group level is higher than
24284 * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
24584 (gnus-group-browse-foreign-server):
[all …]
/dports/editors/emacs/emacs-27.2/lisp/gnus/
H A Dgnus.el2957 (- (aref (downcase alpha) 0) ?t)))
2998 (setq c (aref string i))
3707 (let* ((foreign "")
3725 (setq foreign (substring server (+ 1 plus)
3728 (setq foreign server
3730 (setq foreign (concat foreign ":")))
3755 (concat foreign (mapconcat #'identity (nreverse res) gsep))))))
H A DChangeLog.31133 * gnus-group.el (gnus-group-browse-foreign-server):
4905 `aref' for XEmacs compatibiltiy.
5850 interactively so the newsrc file can contain foreign groups too.
10131 (gnus-group-browse-foreign-server):
11321 level to get unread articles from, then use that for foreign groups,
13568 New macros that expand to an `aset'/`aref' call under Emacs, and to a
15089 foreign groups unless a group level is specified by a user.
24154 active for foreign groups even if the group level is higher than
24284 * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
24584 (gnus-group-browse-foreign-server):
[all …]
/dports/textproc/libfolia/libfolia-2.10/
H A DNEWS43 * implemented a more relaxed MetaData scheme, allowing mixing 'foreign'
326 - relaxed aref and ref type, implementing full xlink syntax for
/dports/databases/pgloader3/postmodern-20210124-git/doc/
H A Dpostmodern.org282 (aref
1758 have a foreign key tied to a region.
1762 referenced by the foreign key is the referenced or parent table. The foreign key
1848 (!foreign 'region-d 'region-name 'name))
1852 The new function !foreign insde the deftable adds a foreign key which requires
1908 (!foreign 'region-n 'region-id 'id))
2184 from all the foreign tables.
2696 ** function describe-foreign-key-constraints ()
2799 ** function list-foreign-keys (table-name)
2808 foreign-table-name foreign-column-name))
[all …]
/dports/lang/yap/yap-6.2.2/packages/sgml/
H A Dsgml.doc27 \pllib{sgml}, a foreign library for SWI-Prolog to parse SGML
68 in the foreign module works with Prolog streams. Please use the source
189 consistency with the representation of element content. The <aref/
220 If a processing instruction is encountered (\verb$<?...?>$), <aref/
1359 This installs the foreign libraries in \file{$PLBASE/lib/$PLARCH} and
/dports/lang/guile2/guile-2.2.7/
H A DChangeLog11917 libguile/foreign.c
19895 foreign arities.
28710 (substring, upcase, downcase, string-match, make-vector, mapc, aref)
30613 * libguile/foreign.c, libguile/foreign.h (scm_to_pointer):
46558 `numptob' example. Remove `foreign-set!' and `foreign-ref'. Add
46692 ["foreign-set! other-null-pointer", "foreign->bytevector
50590 api-foreign.
52691 * module/system/foreign.scm: Export foreign-set-finalizer!.
52764 * module/system/foreign.scm: Export `make-foreign-function'.
52785 * module/system/foreign.scm (foreign->bytevector, bytevector->foreign):
[all …]
/dports/lang/clisp/clisp-df3b9f6fdcff22832898e89a989eb499c0f842ed/src/
H A DChangeLog5484 * foreign.d (FOREIGN-CALL-OUT): foreign call may block. use
9519 instead of (aref (argv) 0)
12007 * foreign1.lisp (convert-from-foreign, convert-to-foreign): new
21225 * foreign.d (foreign-address-unsigned, unsigned-foreign-address)
26039 (mx-aref-i): access the imaginary part
26057 (mx-aref): fix DEFSETF
32131 entities to be foreign objects other than just foreign-pointer;
44345 * foreign.lisp (with-foreign-string): store string on C stack
44390 * foreign1.lisp (foreign-value, foreign-address)
44391 (foreign-address-unsigned, unsigned-foreign-address): export
[all …]
/dports/math/reduce/Reduce-svn5758-src/packages/support/
H A Dcslrend.red831 flag('(call!-foreign!-function), 'variadic);
846 preserve nreverse append aref aset vector!-subseq!* list!-subseq!*
/dports/lang/sbcl/sbcl-1.2.9-x86_64-dragonfly4/
H A DNEWS32 * bug fix: callbacks from foreign threads can work without enabling
409 foreign code. (lp#1133018)
1139 * bug fix: on 64-bit targets, atomic-incf/aref does index computation
1350 strings to foreign memory.
3664 * bug fix: a x86-64 backend bug when compiling (setf aref) with a
4152 code and foreign data with the same name.
4500 * enhancement: saving cores with foreign code loaded is now
4506 foreign functions.
4687 * enhancement: saving cores with foreign code loaded is now
4737 * new feature: saving cores with foreign code loaded is now
[all …]
/dports/lang/clisp/clisp-df3b9f6fdcff22832898e89a989eb499c0f842ed/modules/clx/new-clx/
H A Dclx.f1087 /* Store it in the foreign pointer
1088 (foreign_slot ensures that STACK_0 is a foreign pointer) */
4256 funcall (L(aref), 3);
4414 funcall (L(aref), 3);
/dports/lang/sbcl/sbcl-1.3.13/
H A DNEWS793 foreign code. (lp#1133018)
1523 * bug fix: on 64-bit targets, atomic-incf/aref does index computation
1734 strings to foreign memory.
4048 * bug fix: a x86-64 backend bug when compiling (setf aref) with a
4536 code and foreign data with the same name.
4884 * enhancement: saving cores with foreign code loaded is now
4890 foreign functions.
4935 * new feature: references to foreign variables and functions
5071 * enhancement: saving cores with foreign code loaded is now
5121 * new feature: saving cores with foreign code loaded is now
[all …]
/dports/math/gretl/gretl-2021d/utils/emacs/
H A Dgretl.el.bottom207 ("foreign" . ("end"))
1077 first (aref key 0))
/dports/x11-toolkits/scintilla/scite/src/
H A DEmbedded.properties4202 newtype of then type where forall foreign
4951 getf putprop remprop hash make array aref car cdr caar cadr cdar cddr caaar caadr cadar \
8447 false fetch first float for foreign found from free full \
8546 cache constraint foreign primary references \

12