/dports/devel/eric6/eric6-21.11/eric/eric6/APIs/Ruby/ |
H A D | Ruby-1.9.1.api | 10 cgi.cookie.Cookie.initialize?4(*value) 13 cgi.cookie.Cookie.value=?4() 14 cgi.cookie.Cookie.value?4() 49 cgi.html.hidden?4(name = "", value = nil) 58 cgi.html.reset?4(value = nil, name = nil) 127 csv.[]=?4(index_or_header, value) 1025 matrix.Matrix.Matrix.scalar?4(value) 1370 net.http.HTTPResponse.value?4() 1905 pstore.PStore.[]=?4(value) 3239 rss.rss.convert?4(value) [all …]
|
/dports/editors/sly/sly-1.0.43/ |
H A D | NEWS.md | 40 CL-USER> (mvbind) -> (multiple-value-bind) 91 In minibuffer prompts like the one of `M-x sly-inspect`, autodoc 277 `sly-inspect-fetch-all` now actually does something (github #49). 293 - SBCL backend now able to jump to ir1-translators, declaims and alien types 318 returned values. `#v3` will access the first value of the fourth 364 "print" statements that are often included for debugging the value of 475 Every return part can be inspected and re-returned as the last value. 540 For instance, the `i`,`p` and `M-RET` commands (`sly-button-inspect`,
|
/dports/editors/slime/slime-2.26.1-9-gf368e22a/ |
H A D | NEWS | 25 *** Better able to inspect call arguments 103 *** Now able to jump to ir1-translators, declaims and alien types 572 ** sldb-inspect-condition 573 In SLDB 'C' is now bound to sldb-inspect-condition. 600 The slime-autodoc-mode will now automatically show the value of a
|
/dports/databases/py-sqlalchemy11/SQLAlchemy-1.1.18/test/orm/ |
H A D | test_eager_relations.py | 2145 id=1, value='C11', 2158 id=4, value='C14', 2303 from sqlalchemy import inspect 2313 ('b_value', b_table.c.value), 2317 a_mapper = inspect(A) 2515 cp = select([func.sum(b_table.c.value)]).\ 2537 cp = select([func.sum(b_table.c.value)]).\ 2559 cp = select([func.sum(b_table.c.value)]).\ 4039 alien = Movie(title="Alien") 4042 rscott.movies.append(alien) [all …]
|
/dports/databases/py-sqlalchemy10/SQLAlchemy-1.0.14/test/orm/ |
H A D | test_eager_relations.py | 2109 id=1, value='C11', 2122 id=4, value='C14', 2267 from sqlalchemy import inspect 2277 ('b_value', b_table.c.value), 2281 a_mapper = inspect(A) 2479 cp = select([func.sum(b_table.c.value)]).\ 2501 cp = select([func.sum(b_table.c.value)]).\ 2523 cp = select([func.sum(b_table.c.value)]).\ 4002 alien = Movie(title="Alien") 4005 rscott.movies.append(alien) [all …]
|
/dports/lang/sbcl/sbcl-1.2.9-x86_64-dragonfly4/ |
H A D | NEWS | 991 null alien when malloc() fails. (lp#891268) 2240 if the function returned with a small integer return value, that value 2432 arguments, making compiler-macros for SETF-functions able to inspect 2439 * bug fix: setting alien structure fields of type struct by value now 2589 after alien stack frames. 2883 * bug fix: sb-aclrepl now correctly understands how to inspect 2979 allocated value. 3333 stack frames from alien callbacks. 3535 single-value functions with multiple-value context, allowing 6220 alien routines with docstrings. [all …]
|
/dports/lang/sbcl/sbcl-1.3.13/ |
H A D | NEWS | 238 alien calls. (lp#1489590) 1375 null alien when malloc() fails. (lp#891268) 2816 arguments, making compiler-macros for SETF-functions able to inspect 2823 * bug fix: setting alien structure fields of type struct by value now 2973 after alien stack frames. 3042 alien-stack leakage. (reported by Andy Hefner) 3267 * bug fix: sb-aclrepl now correctly understands how to inspect 3717 stack frames from alien callbacks. 3919 single-value functions with multiple-value context, allowing 6604 alien routines with docstrings. [all …]
|
/dports/lang/sbcl/sbcl-1.3.13/doc/manual/ |
H A D | intro.texinfo | 49 @code{sb-alien} package allows interfacing with C-code, loading shared 218 once is undefined unless the new value is @code{eql} to the old value. 220 value is only constant under some weaker test like @code{string=} or 241 (defmacro define-constant (name value &optional doc) 242 `(defconstant ,name (if (boundp ',name) (symbol-value ',name) ,value) 367 and @code{inspect}) are documented in text available by typing
|
/dports/databases/py-sqlalchemy12/SQLAlchemy-1.2.19/test/orm/ |
H A D | test_eager_relations.py | 2856 value="C11", 2873 value="C14", 3026 from sqlalchemy import inspect 3045 a_mapper = inspect(A) 3271 select([func.sum(b_table.c.value)]) 3297 select([func.sum(b_table.c.value)]) 3327 select([func.sum(b_table.c.value)]) 3354 select([func.sum(b_table.c.value)]) 5050 alien = Movie(title="Alien") 5053 rscott.movies.append(alien) [all …]
|
/dports/databases/py-sqlalchemy13/SQLAlchemy-1.3.24/test/orm/ |
H A D | test_eager_relations.py | 2946 value="C11", 2963 value="C14", 3115 from sqlalchemy import inspect 3121 a_mapper = inspect(A) 3343 select([func.sum(b_table.c.value)]) 3369 select([func.sum(b_table.c.value)]) 3399 select([func.sum(b_table.c.value)]) 3426 select([func.sum(b_table.c.value)]) 5133 alien = Movie(title="Alien") 5136 rscott.movies.append(alien) [all …]
|
/dports/databases/py-sqlalchemy14/SQLAlchemy-1.4.27/test/orm/ |
H A D | test_eager_relations.py | 3229 value="C11", 3246 value="C14", 3404 from sqlalchemy import inspect 3410 a_mapper = inspect(A) 3638 select(func.sum(b_table.c.value)) 3664 select(func.sum(b_table.c.value)) 3694 select(func.sum(b_table.c.value)) 3721 select(func.sum(b_table.c.value)) 5502 alien = Movie(title="Alien") 5505 rscott.movies.append(alien) [all …]
|
/dports/lang/swi-pl/swipl-8.2.3/packages/xpce/man/course/ |
H A D | course.doc | 345 argument to this message the return value of 396 evaluates to the return value of `get(@arg1, name, Name)'. 433 \bf progn & Sequence returning value \\ 622 get(string('%d,%d', X, Y), value, Name). 708 \tt 3..5 &An integer 3 $\leq$ value $\leq$ 5 \\ 713 \tt alien:char * &Alien (C) data. In this case a char * 924 new menu_item using the value as `menu_item <->value'. The visible 936 some value) define a <->default value and the methods ->restore and 1013 Define a dialog based application that allows you to inspect the 1294 @arg1?from?string?value, [all …]
|
/dports/lang/perl5.34/perl-5.34.0/dist/ExtUtils-ParseXS/lib/ |
H A D | perlxs.pod | 27 Return values here may be a conventional C return value or any C 177 argument and returns a single value. 653 value the parameters to the XSUB could be rearranged. The 869 does not inspect the memory pointed by this parameter, but will write 1050 return value of the C function, and heuristics mentioned in 1102 separate status value. The rpcb_gettime() function offers 1105 have undef returned. In the following Perl code the value 1114 the default return value. 1128 return value, should the need arise. 2352 thread using an alien library without a problem; but no more than a [all …]
|
/dports/lang/perl5.30/perl-5.30.3/dist/ExtUtils-ParseXS/lib/ |
H A D | perlxs.pod | 27 Return values here may be a conventional C return value or any C 172 argument and returns a single value. 648 value the parameters to the XSUB could be rearranged. The 864 does not inspect the memory pointed by this parameter, but will write 1045 return value of the C function, and heuristics mentioned in 1097 separate status value. The rpcb_gettime() function offers 1100 have undef returned. In the following Perl code the value 1109 the default return value. 1123 return value, should the need arise. 2328 thread using an alien library without a problem; but no more than a [all …]
|
/dports/lang/perl5.32/perl-5.32.1/dist/ExtUtils-ParseXS/lib/ |
H A D | perlxs.pod | 27 Return values here may be a conventional C return value or any C 177 argument and returns a single value. 653 value the parameters to the XSUB could be rearranged. The 869 does not inspect the memory pointed by this parameter, but will write 1050 return value of the C function, and heuristics mentioned in 1102 separate status value. The rpcb_gettime() function offers 1105 have undef returned. In the following Perl code the value 1114 the default return value. 1128 return value, should the need arise. 2349 thread using an alien library without a problem; but no more than a [all …]
|
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/dist/ExtUtils-ParseXS/lib/ |
H A D | perlxs.pod | 27 Return values here may be a conventional C return value or any C 177 argument and returns a single value. 653 value the parameters to the XSUB could be rearranged. The 869 does not inspect the memory pointed by this parameter, but will write 1050 return value of the C function, and heuristics mentioned in 1102 separate status value. The rpcb_gettime() function offers 1105 have undef returned. In the following Perl code the value 1114 the default return value. 1128 return value, should the need arise. 2352 thread using an alien library without a problem; but no more than a [all …]
|
/dports/lang/swi-pl/swipl-8.2.3/packages/xpce/src/ker/ |
H A D | name.ic | 91 BUILTIN_NAME("alien") 869 BUILTIN_NAME("inspect") 1807 BUILTIN_NAME("value")
|
/dports/textproc/p5-Pod-Simple/Pod-Simple-3.43/ |
H A D | ChangeLog | 30 - Removed some alien files that somehow got in the tar, including a copy 75 - Fixed "Use of uninitialized value $1 in lc" warning in 187 - Fixed bug where the value passed to Pod::Simple::XHTML's 227 value from "=encoding" is also now kept in the output tree. Patch 372 inspect the content on a "=pod" line. Marc Green/Google Summer of 415 - Fixed quoting of value returned by a "strip_verbatim_indent()" 738 the value of $/. Thanks to Iain Truskett for catching this.
|
/dports/databases/py-gdbm/Python-3.8.12/Misc/ |
H A D | HISTORY | 2475 - Issue #20372: inspect.getfile (and a bunch of other inspect functions that 2504 - Issue #17481: inspect.getfullargspec() now uses inspect.signature() API. 3856 - Issue #19030: Fixed `inspect.getmembers` and `inspect.classify_class_attrs` 7018 value. 12753 equal value. 16453 value again. 16908 value. 17015 - inspect.getsource() includes the decorators again. 25021 inspect module. 29979 value. [all …]
|
/dports/lang/python37/Python-3.7.12/Misc/ |
H A D | HISTORY | 2475 - Issue #20372: inspect.getfile (and a bunch of other inspect functions that 2504 - Issue #17481: inspect.getfullargspec() now uses inspect.signature() API. 3856 - Issue #19030: Fixed `inspect.getmembers` and `inspect.classify_class_attrs` 7018 value. 12753 equal value. 16453 value again. 16908 value. 17015 - inspect.getsource() includes the decorators again. 25021 inspect module. 29979 value. [all …]
|
/dports/lang/python311/Python-3.11.0a3/Misc/ |
H A D | HISTORY | 2475 - Issue #20372: inspect.getfile (and a bunch of other inspect functions that 2504 - Issue #17481: inspect.getfullargspec() now uses inspect.signature() API. 3856 - Issue #19030: Fixed `inspect.getmembers` and `inspect.classify_class_attrs` 7018 value. 12753 equal value. 16453 value again. 16908 value. 17015 - inspect.getsource() includes the decorators again. 25021 inspect module. 29979 value. [all …]
|
/dports/lang/python-tools/Python-3.8.12/Misc/ |
H A D | HISTORY | 2475 - Issue #20372: inspect.getfile (and a bunch of other inspect functions that 2504 - Issue #17481: inspect.getfullargspec() now uses inspect.signature() API. 3856 - Issue #19030: Fixed `inspect.getmembers` and `inspect.classify_class_attrs` 7018 value. 12753 equal value. 16453 value again. 16908 value. 17015 - inspect.getsource() includes the decorators again. 25021 inspect module. 29979 value. [all …]
|
/dports/lang/python38/Python-3.8.12/Misc/ |
H A D | HISTORY | 2475 - Issue #20372: inspect.getfile (and a bunch of other inspect functions that 2504 - Issue #17481: inspect.getfullargspec() now uses inspect.signature() API. 3856 - Issue #19030: Fixed `inspect.getmembers` and `inspect.classify_class_attrs` 7018 value. 12753 equal value. 16453 value again. 16908 value. 17015 - inspect.getsource() includes the decorators again. 25021 inspect module. 29979 value. [all …]
|
/dports/lang/python39/Python-3.9.9/Misc/ |
H A D | HISTORY | 2475 - Issue #20372: inspect.getfile (and a bunch of other inspect functions that 2504 - Issue #17481: inspect.getfullargspec() now uses inspect.signature() API. 3856 - Issue #19030: Fixed `inspect.getmembers` and `inspect.classify_class_attrs` 7018 value. 12753 equal value. 16453 value again. 16908 value. 17015 - inspect.getsource() includes the decorators again. 25021 inspect module. 29979 value. [all …]
|
/dports/databases/py-sqlite3/Python-3.8.12/Misc/ |
H A D | HISTORY | 2475 - Issue #20372: inspect.getfile (and a bunch of other inspect functions that 2504 - Issue #17481: inspect.getfullargspec() now uses inspect.signature() API. 3856 - Issue #19030: Fixed `inspect.getmembers` and `inspect.classify_class_attrs` 7018 value. 12753 equal value. 16453 value again. 16908 value. 17015 - inspect.getsource() includes the decorators again. 25021 inspect module. 29979 value. [all …]
|