Home
last modified time | relevance | path

Searched refs:immutables (Results 1 – 25 of 100) sorted by relevance

1234

/dports/devel/py-immutables/immutables-0.16/
H A DPKG-INFO2 Name: immutables
5 Home-page: https://github.com/MagicStack/immutables
21 Provides: immutables
28 immutables
62 $ pip install immutables
76 import immutables
78 map = immutables.Map(a=1, b=2)
97 # <immutables.Map({'a': 1, 'b': 2})>
103 # <immutables.Map({'a': 1, 'b': 2})>
105 # <immutables.Map({'a': 10})>
[all …]
H A DREADME.rst1 immutables chapter
35 $ pip install immutables
49 import immutables
51 map = immutables.Map(a=1, b=2)
70 # <immutables.Map({'a': 1, 'b': 2})>
71 # <immutables.Map({'a': 10, 'b': 2})>
76 # <immutables.Map({'a': 1, 'b': 2})>
77 # <immutables.Map({'a': 10, 'b': 2})>
78 # <immutables.Map({'a': 10})>
93 # <immutables.Map({'a': 1, 'b': 2})>
[all …]
H A Dmypy.ini5 [mypy-immutables.map]
8 [mypy-immutables._testutils]
H A DMANIFEST.in2 recursive-include immutables *.py *.c *.h *.pyi
4 include mypy.ini immutables/py.typed
/dports/devel/py-immutables/immutables-0.16/immutables.egg-info/
H A DPKG-INFO2 Name: immutables
5 Home-page: https://github.com/MagicStack/immutables
21 Provides: immutables
28 immutables
62 $ pip install immutables
76 import immutables
78 map = immutables.Map(a=1, b=2)
97 # <immutables.Map({'a': 1, 'b': 2})>
103 # <immutables.Map({'a': 1, 'b': 2})>
105 # <immutables.Map({'a': 10})>
[all …]
/dports/sysutils/py-pywatchman/watchman-4.9.0/java/third-party/immutables/
H A DREADME3 URL: https://github.com/immutables/immutables
5 * http://central.maven.org/maven2/org/immutables/generator/2.1.5/generator-2.1.5.jar
6 * http://central.maven.org/maven2/org/immutables/value-processor/2.1.5/value-processor-2.1.5.jar
7 * http://central.maven.org/maven2/org/immutables/value/2.1.5/value-2.1.5.jar
H A DBUCK4 url = 'http://central.maven.org/maven2/org/immutables/value/2.1.5/value-2.1.5.jar',
11 …url = 'http://central.maven.org/maven2/org/immutables/value-processor/2.1.5/value-processor-2.1.5.…
18 url = 'http://central.maven.org/maven2/org/immutables/generator/2.1.5/generator-2.1.5.jar',
/dports/sysutils/py-pywatchman/watchman-4.9.0/java/
H A DBUCK16 '//third-party/immutables:value',
23 'org.immutables.value.processor.Processor'
27 '//third-party/immutables:generator',
28 '//third-party/immutables:value-processor',
/dports/lang/racket-minimal/racket-8.3/src/expander/compile/
H A Dside-effect.rkt241 (define immutables-expr (or (and ((length l) . > . 9)
300 (define (known-good-struct-properties? v immutables-expr super-expr defns)
311 immutables-expr
323 (immutable-field? val-expr immutables-expr))]
325 (immutable-field? val-expr immutables-expr))]
335 (immutable-field? 1 immutables-expr))]
371 (define (immutable-field? val-expr immutables-expr)
374 (immutables-expr-to-immutables immutables-expr null))))
376 (define (immutables-expr-to-immutables e fail-v)
396 (define (immutables-ok? e init-field-count-expr)
[all …]
/dports/lang/racket/racket-8.3/src/expander/compile/
H A Dside-effect.rkt241 (define immutables-expr (or (and ((length l) . > . 9)
300 (define (known-good-struct-properties? v immutables-expr super-expr defns)
311 immutables-expr
323 (immutable-field? val-expr immutables-expr))]
325 (immutable-field? val-expr immutables-expr))]
335 (immutable-field? 1 immutables-expr))]
371 (define (immutable-field? val-expr immutables-expr)
374 (immutables-expr-to-immutables immutables-expr null))))
376 (define (immutables-expr-to-immutables e fail-v)
396 (define (immutables-ok? e init-field-count-expr)
[all …]
/dports/lang/racket-minimal/racket-8.3/src/schemify/
H A Dstruct-type-info.rkt21 prefab-immutables ; #f or immutable expression to be quoted
22 non-prefab-immutables ; #f or immutable expression to be quoted
47 ;; the list of immutables must be duplicable:
53 [`(,_ 'prefab ,_ ',immutables . ,_) immutables]
92 [`(,_ ,_ ,proc-spec ',immutables . ,_)
93 (handle-proc-spec proc-spec immutables)]
/dports/lang/racket/racket-8.3/src/schemify/
H A Dstruct-type-info.rkt21 prefab-immutables ; #f or immutable expression to be quoted
22 non-prefab-immutables ; #f or immutable expression to be quoted
47 ;; the list of immutables must be duplicable:
53 [`(,_ 'prefab ,_ ',immutables . ,_) immutables]
92 [`(,_ ,_ ,proc-spec ',immutables . ,_)
93 (handle-proc-spec proc-spec immutables)]
/dports/net/proby/proby-1.0.2/cargo-crates/libnghttp2-sys-0.1.4+1.41.0/nghttp2/third-party/mruby/test/t/
H A Dkernel.rb144 immutables = [ 1, :foo, true, false, nil ]
146 immutables.each do |i|
190 immutables = [ 1, :foo, true, false, nil ]
192 immutables.each do |i|
200 assert_equal immutables.size, error_count
/dports/lang/rust/rustc-1.58.1-src/vendor/libnghttp2-sys/nghttp2/third-party/mruby/test/t/
H A Dkernel.rb144 immutables = [ 1, :foo, true, false, nil ]
146 immutables.each do |i|
190 immutables = [ 1, :foo, true, false, nil ]
192 immutables.each do |i|
200 assert_equal immutables.size, error_count
/dports/www/h2o-devel/h2o-dcc7134/deps/mruby/test/t/
H A Dkernel.rb144 immutables = [ 1, :foo, true, false, nil ]
146 immutables.each do |i|
190 immutables = [ 1, :foo, true, false, nil ]
192 immutables.each do |i|
200 assert_equal immutables.size, error_count
/dports/net-im/telepathy-glib/telepathy-glib-0.24.1/telepathy-glib/
H A Dprotocol.c1763 GHashTable *immutables; in _tp_protocol_parse_manager_file() local
1885 immutables = tp_asv_new ( in _tp_protocol_parse_manager_file()
1909 tp_asv_take_boxed (immutables, in _tp_protocol_parse_manager_file()
1914 tp_asv_set_uint32 (immutables, in _tp_protocol_parse_manager_file()
1917 tp_asv_set_uint32 (immutables, in _tp_protocol_parse_manager_file()
1920 tp_asv_set_uint32 (immutables, in _tp_protocol_parse_manager_file()
1923 tp_asv_set_uint32 (immutables, in _tp_protocol_parse_manager_file()
1926 tp_asv_set_uint32 (immutables, in _tp_protocol_parse_manager_file()
1929 tp_asv_set_uint32 (immutables, in _tp_protocol_parse_manager_file()
1932 tp_asv_set_uint32 (immutables, in _tp_protocol_parse_manager_file()
[all …]
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/scripts/pyprepro/
H A Drun_tests.py185 self.assert_('II' in mydict.immutables)
217 self.assert_(mydict.immutables == set(['II','ii']))
220 self.assert_('ii' in mydict.immutables and mydict['ii'] == 'ii')
223 self.assert_('ii' not in mydict.immutables) # make sure not still immutable
224 self.assert_(mydict.immutables == set(['II']))
228 self.assert_('II' not in mydict.immutables)
238 self.assert_(newdict.immutables == set(['I']))
244 self.assert_(newdict.immutables != set(['I']))
282 self.assert_('im2' not in env.immutables, "im2 did not get removed")
283 self.assert_('inI' in env.immutables)
/dports/devel/py-immutables/
H A D.license-catalog.mk9 _LICENSE_DISTFILES_APACHE20 =immutables-0.16.tar.gz
13 _LICENSE_DISTFILES_MIT =immutables-0.16.tar.gz
/dports/lang/racket/racket-8.3/src/ChezScheme/rktboot/
H A Drcd.rkt17 (define-values (r-name init-cnt auto-cnt ref set immutables super skipped?)
52 (define-values (r-name init-cnt auto-cnt ref set immutables super skipped?)
61 (define-values (r-name init-cnt auto-cnt ref set immutables super skipped?)
H A Drecord.rkt78 (define-values (r-name init-cnt auto-cnt ref set immutables super skipped?)
168 (define-values (r-name init-cnt auto-cnt ref set immutables super skipped?)
241 (define-values (r-name init-cnt auto-cnt ref set immutables super skipped?)
253 (define-values (r-name init-cnt auto-cnt ref set immutables super skipped?)
272 (define-values (r-name init-cnt auto-cnt ref set immutables super skipped?)
287 (define-values (r-name init-cnt auto-cnt ref set immutables super skipped?)
301 (define-values (r-name init-cnt auto-cnt ref set immutables super skipped?)
498 (define-values (r-name init-cnt auto-cnt ref set immutables super skipped?)
513 (define-values (r-name init-cnt auto-cnt ref set immutables super skipped?)
543 (define-values (r-name init-cnt auto-cnt ref set immutables super skipped?)
[all …]
/dports/lang/racket-minimal/racket-8.3/src/ChezScheme/rktboot/
H A Drcd.rkt17 (define-values (r-name init-cnt auto-cnt ref set immutables super skipped?)
52 (define-values (r-name init-cnt auto-cnt ref set immutables super skipped?)
61 (define-values (r-name init-cnt auto-cnt ref set immutables super skipped?)
H A Drecord.rkt78 (define-values (r-name init-cnt auto-cnt ref set immutables super skipped?)
168 (define-values (r-name init-cnt auto-cnt ref set immutables super skipped?)
241 (define-values (r-name init-cnt auto-cnt ref set immutables super skipped?)
253 (define-values (r-name init-cnt auto-cnt ref set immutables super skipped?)
272 (define-values (r-name init-cnt auto-cnt ref set immutables super skipped?)
287 (define-values (r-name init-cnt auto-cnt ref set immutables super skipped?)
301 (define-values (r-name init-cnt auto-cnt ref set immutables super skipped?)
498 (define-values (r-name init-cnt auto-cnt ref set immutables super skipped?)
513 (define-values (r-name init-cnt auto-cnt ref set immutables super skipped?)
543 (define-values (r-name init-cnt auto-cnt ref set immutables super skipped?)
[all …]
/dports/lang/racket-minimal/racket-8.3/src/cs/rumble/
H A Dprefab.ss117 ;; for the target field count; any later immutables vector
279 (define (derive-prefab-key name parent-key+size fields-count immutables auto-fields auto-val)
283 [l (let ([mutables (immutables->mutables immutables fields-count 0)])
328 (define (immutables->mutables immutables init-count auto-count)
337 [(#%memv i immutables) (loop (fx+ 1 i))]
340 (define (mutables->immutables mutables init-count)
/dports/lang/racket/racket-8.3/src/cs/rumble/
H A Dprefab.ss117 ;; for the target field count; any later immutables vector
279 (define (derive-prefab-key name parent-key+size fields-count immutables auto-fields auto-val)
283 [l (let ([mutables (immutables->mutables immutables fields-count 0)])
328 (define (immutables->mutables immutables init-count auto-count)
337 [(#%memv i immutables) (loop (fx+ 1 i))]
340 (define (mutables->immutables mutables init-count)
/dports/lang/solidity/solidity_0.8.11/docs/contracts/
H A Dconstant-state-variables.rst27 Not all types for constants and immutables are implemented at this time. The only supported types a…
46 // Assignments to immutables can even access the environment.
84 to immutables by the values assigned to the them. This is important if
92 This means you cannot initialize immutables inline with a value

1234