/dports/devel/swig/swig-4.0.2/Lib/chicken/ |
H A D | tinyclos-multi-generic.patch | 40 (define hash-arg-list 91 (if (memq generic generic-invocation-generics) 95 (memq (car args) generic-invocation-generics)) 143 (define <structure> (make-primitive-class "structure")) 144 (define <procedure> (make-primitive-class "procedure" <procedure-class>)) 145 (define <end-of-file> (make-primitive-class "end-of-file")) 146 -(define <environment> (make-primitive-class "environment" <structure>)) ; (Benedikt insisted on th… 147 +(define <environment> (make-primitive-class "environment" <structure>)) 148 (define <hash-table> (make-primitive-class "hash-table" <structure>)) 149 (define <promise> (make-primitive-class "promise" <structure>)) [all …]
|
/dports/lang/guile2/guile-2.2.7/test-suite/tests/ |
H A D | syncase.test | 28 (define-syntax plus 81 (pass-if "non-tail invocation" 84 (pass-if "tail invocation" 88 (pass-if "non-tail invocation" 91 (pass-if "tail invocation" 134 (define (hello) 164 (define qux 30) 297 (macroexpand '(@@ primitive cons))) 301 (macroexpand '((@@ primitive cons) 1 2))) 305 (@@ @@ (guile) ((@@ primitive cons) 1 2))) [all …]
|
/dports/lang/guile/guile-3.0.7/test-suite/tests/ |
H A D | syncase.test | 28 (define-syntax plus 81 (pass-if "non-tail invocation" 84 (pass-if "tail invocation" 88 (pass-if "non-tail invocation" 91 (pass-if "tail invocation" 134 (define (hello) 164 (define qux 30) 297 (macroexpand '(@@ primitive cons))) 301 (macroexpand '((@@ primitive cons) 1 2))) 305 (@@ @@ (guile) ((@@ primitive cons) 1 2))) [all …]
|
/dports/lang/racket/racket-8.3/share/pkgs/swindle/ |
H A D | tiny-clos.rkt | 923 ;;>>... Generics in the generic invocation protocol 924 ;;> These generics are used for invocation of generic functions. See the 936 ;;> invocation with args. The standard code filters applicable methods 973 (define generic-invocation-generics 1014 (if (memq generic generic-invocation-generics) 1036 ;;; it special cases invocation of generics in the invocation protocol. 1049 (memq (car args) generic-invocation-generics)) 1077 (memq generic generic-invocation-generics) 1079 (memq (car args) generic-invocation-generics))]) 1890 (define* <primitive-class> [all …]
|
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/angle/src/libANGLE/renderer/vulkan/shaders/src/ |
H A D | ConvertIndexIndirectLineLoop.comp | 6 // ConvertIndexIndirectLineloop.comp: Convert lineloop to linelist with primitive restart 20 #define BITSMASK 0xffffffff 22 #define BITSMASK 0xffff 23 #define IDXSHIFT 1 // 16bits index division shift 24 #define SRCSHIFT(index) ((index & 0x1) << 4) // 16bits data shift value in 32bits index 26 #define BITSMASK 0xff 27 #define IDXSHIFT 2 // 8bits index division shift 28 #define SRCSHIFT(index) ((index & 0x3) << 3) // 8bits data shift value in 32bits index 38 // Shader invocation outputs linelist(s) here. 129 // Only first invocation does the work [all …]
|
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/src/libANGLE/renderer/vulkan/shaders/src/ |
H A D | ConvertIndexIndirectLineLoop.comp | 6 // ConvertIndexIndirectLineloop.comp: Convert lineloop to linelist with primitive restart 20 #define BITSMASK 0xffffffff 22 #define BITSMASK 0xffff 23 #define IDXSHIFT 1 // 16bits index division shift 24 #define SRCSHIFT(index) ((index & 0x1) << 4) // 16bits data shift value in 32bits index 26 #define BITSMASK 0xff 27 #define IDXSHIFT 2 // 8bits index division shift 28 #define SRCSHIFT(index) ((index & 0x3) << 3) // 8bits data shift value in 32bits index 38 // Shader invocation outputs linelist(s) here. 129 // Only first invocation does the work [all …]
|
/dports/math/curv/curv-0.5/issues/precise_domains/ |
H A D | combinators | 18 * As a primitive. 41 the pattern match fails, or if any invocation of 'stmt' fails. We need to define 47 Can the Bananas/Lenses/Barbed Wire paper suggest a vocabulary of primitive
|
/dports/lang/guile1/guile-1.8.8/doc/goops/ |
H A D | goops.texi | 1230 invocation itself can be customized in the case where the new instance's 1518 invocation of the generic function. 1732 @deffn {primitive procedure} enable-primitive-generic! primitive 1740 @deffn {primitive procedure} primitive-generic-generic primitive 1801 will only be applicable in a particular generic function invocation if 1819 invocation error handling, and generic function invocation in general, 2559 which the invocation appears. For example, 2569 the @code{(make <generic> #:name ',name)} invocation in @code{define-generic} 2578 For each customizable generic function invocation, the @dfn{invocation 2638 The @code{(make @var{metaclass} @dots{})} invocation above will create [all …]
|
/dports/lang/smalltalk/smalltalk-3.2.5/kernel/ |
H A D | SysDict.st | 40 which is known to the Smalltalk interpreter. I define 53 "Prints the method invocation stack backtrace, as an aid to debugging" 56 <primitive: VMpr_SystemDictionary_backtrace> 63 "This replaces the primitive in builtins.st" 74 <primitive: VMpr_SystemDictionary_getTraceFlag> 83 <primitive: VMpr_SystemDictionary_setTraceFlag> 91 <primitive: VMpr_SystemDictionary_byteCodeCounter> 101 <primitive: VMpr_SystemDictionary_debug> 251 <primitive: VMpr_SystemDictionary_rawProfile>
|
/dports/net-im/libsignal-client/libsignal-client-0.9.6/cargo-crates/paste-1.0.4/ |
H A D | README.md | 11 existing items, they can never be used to define something new. 16 including using pasted identifiers to define new items. 54 invocation inside of a macro\_rules macro. 115 [`str::to_lowercase`]: https://doc.rust-lang.org/std/primitive.str.html#method.to_lowercase 116 [`str::to_uppercase`]: https://doc.rust-lang.org/std/primitive.str.html#method.to_uppercase
|
/dports/textproc/ripgrep-all/ripgrep-all-0.9.6/cargo-crates/paste-0.1.12/ |
H A D | README.md | 10 existing items, they can never be used to define something new. 15 including using pasted identifiers to define new items. 54 This program demonstrates how you may want to bundle a paste invocation inside 136 [`str::to_lowercase`]: https://doc.rust-lang.org/std/primitive.str.html#method.to_lowercase 137 [`str::to_uppercase`]: https://doc.rust-lang.org/std/primitive.str.html#method.to_uppercase
|
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/paste/ |
H A D | README.md | 10 existing items, they can never be used to define something new. 15 including using pasted identifiers to define new items. 54 This program demonstrates how you may want to bundle a paste invocation inside 136 [`str::to_lowercase`]: https://doc.rust-lang.org/std/primitive.str.html#method.to_lowercase 137 [`str::to_uppercase`]: https://doc.rust-lang.org/std/primitive.str.html#method.to_uppercase
|
/dports/net/serveez/serveez-0.2.2/test/ |
H A D | common | 23 (define TESTBASE #f) 24 (define VERBOSE? #f) 29 (define (hex n) 32 (define (fs s . args) 35 (define (fso s . args) 38 (define (fse s . args) 53 (define (simple-serveez-invocation) 59 (define (exec-serveez!) 129 (define (cleanup!) 159 (define (bud!) [all …]
|
/dports/lang/guile/guile-3.0.7/doc/ref/ |
H A D | goops.texi | 710 will only be applicable in a particular generic function invocation if 777 @deffn {primitive procedure} enable-primitive-generic! primitive 785 @deffn {primitive procedure} primitive-generic-generic primitive 2015 A generic function invocation is customizable if the types of the 2017 lexical context in which the invocation appears. For example, the 2018 @code{(initialize @var{instance} @var{initargs})} invocation in the 2024 #:name ',name)} invocation in @code{define-generic} is not customizable, 2027 When using this rule to decide whether a given generic function invocation 2031 For each customizable generic function invocation, the @dfn{invocation 2069 invocation itself can be customized in the case where the new instance's [all …]
|
/dports/lang/guile2/guile-2.2.7/doc/ref/ |
H A D | goops.texi | 710 will only be applicable in a particular generic function invocation if 777 @deffn {primitive procedure} enable-primitive-generic! primitive 785 @deffn {primitive procedure} primitive-generic-generic primitive 2015 A generic function invocation is customizable if the types of the 2017 lexical context in which the invocation appears. For example, the 2018 @code{(initialize @var{instance} @var{initargs})} invocation in the 2024 #:name ',name)} invocation in @code{define-generic} is not customizable, 2027 When using this rule to decide whether a given generic function invocation 2031 For each customizable generic function invocation, the @dfn{invocation 2069 invocation itself can be customized in the case where the new instance's [all …]
|
/dports/devel/stylua/StyLua-0.11.0/cargo-crates/paste-0.1.18/ |
H A D | README.md | 11 existing items, they can never be used to define something new. 16 including using pasted identifiers to define new items. 55 This program demonstrates how you may want to bundle a paste invocation inside 137 [`str::to_lowercase`]: https://doc.rust-lang.org/std/primitive.str.html#method.to_lowercase 138 [`str::to_uppercase`]: https://doc.rust-lang.org/std/primitive.str.html#method.to_uppercase
|
/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/paste-0.1.18/ |
H A D | README.md | 11 existing items, they can never be used to define something new. 16 including using pasted identifiers to define new items. 55 This program demonstrates how you may want to bundle a paste invocation inside 137 [`str::to_lowercase`]: https://doc.rust-lang.org/std/primitive.str.html#method.to_lowercase 138 [`str::to_uppercase`]: https://doc.rust-lang.org/std/primitive.str.html#method.to_uppercase
|
/dports/multimedia/rav1e/rav1e-0.5.1/cargo-crates/paste-1.0.6/ |
H A D | README.md | 11 existing items, they can never be used to define something new. 16 including using pasted identifiers to define new items. 54 invocation inside of a macro\_rules macro. 115 [`str::to_lowercase`]: https://doc.rust-lang.org/std/primitive.str.html#method.to_lowercase 116 [`str::to_uppercase`]: https://doc.rust-lang.org/std/primitive.str.html#method.to_uppercase
|
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/paste-1.0.5/ |
H A D | README.md | 11 existing items, they can never be used to define something new. 16 including using pasted identifiers to define new items. 54 invocation inside of a macro\_rules macro. 115 [`str::to_lowercase`]: https://doc.rust-lang.org/std/primitive.str.html#method.to_lowercase 116 [`str::to_uppercase`]: https://doc.rust-lang.org/std/primitive.str.html#method.to_uppercase
|
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/paste-1.0.6/ |
H A D | README.md | 11 existing items, they can never be used to define something new. 16 including using pasted identifiers to define new items. 54 invocation inside of a macro\_rules macro. 115 [`str::to_lowercase`]: https://doc.rust-lang.org/std/primitive.str.html#method.to_lowercase 116 [`str::to_uppercase`]: https://doc.rust-lang.org/std/primitive.str.html#method.to_uppercase
|
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/paste-1.0.6/ |
H A D | README.md | 11 existing items, they can never be used to define something new. 16 including using pasted identifiers to define new items. 54 invocation inside of a macro\_rules macro. 115 [`str::to_lowercase`]: https://doc.rust-lang.org/std/primitive.str.html#method.to_lowercase 116 [`str::to_uppercase`]: https://doc.rust-lang.org/std/primitive.str.html#method.to_uppercase
|
/dports/graphics/librsvg2-rust/librsvg-2.52.8/vendor/paste/ |
H A D | README.md | 11 existing items, they can never be used to define something new. 16 including using pasted identifiers to define new items. 54 invocation inside of a macro\_rules macro. 115 [`str::to_lowercase`]: https://doc.rust-lang.org/std/primitive.str.html#method.to_lowercase 116 [`str::to_uppercase`]: https://doc.rust-lang.org/std/primitive.str.html#method.to_uppercase
|
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/paste-1.0.6/ |
H A D | README.md | 11 existing items, they can never be used to define something new. 16 including using pasted identifiers to define new items. 54 invocation inside of a macro\_rules macro. 115 [`str::to_lowercase`]: https://doc.rust-lang.org/std/primitive.str.html#method.to_lowercase 116 [`str::to_uppercase`]: https://doc.rust-lang.org/std/primitive.str.html#method.to_uppercase
|
/dports/www/firefox/firefox-99.0/third_party/rust/paste/ |
H A D | README.md | 11 existing items, they can never be used to define something new. 16 including using pasted identifiers to define new items. 55 This program demonstrates how you may want to bundle a paste invocation inside 137 [`str::to_lowercase`]: https://doc.rust-lang.org/std/primitive.str.html#method.to_lowercase 138 [`str::to_uppercase`]: https://doc.rust-lang.org/std/primitive.str.html#method.to_uppercase
|
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/paste/ |
H A D | README.md | 11 existing items, they can never be used to define something new. 16 including using pasted identifiers to define new items. 55 This program demonstrates how you may want to bundle a paste invocation inside 137 [`str::to_lowercase`]: https://doc.rust-lang.org/std/primitive.str.html#method.to_lowercase 138 [`str::to_uppercase`]: https://doc.rust-lang.org/std/primitive.str.html#method.to_uppercase
|