Home
last modified time | relevance | path

Searched +refs:expand +refs:once (Results 1 – 25 of 24477) sorted by relevance

12345678910>>...980

/dports/lang/racket-minimal/racket-8.3/src/expander/eval/
H A Dapi.rkt20 expand
21 expand-syntax
23 expand-to-top-form
24 expand-syntax-to-top-form
26 expand-once
27 expand-syntax-once)
68 (define/who (expand-once s [insp (current-code-inspector)])
72 (direct:expand-once (intro s))))
74 (define/who (expand-syntax-once s [insp (current-code-inspector)])
79 (direct:expand-once s)))
[all …]
H A Dmain.rkt35 expand-once
171 (define (expand-once s [ns (current-namespace)])
173 #:single (lambda (s ns as-tail?) (expand-single-once s ns))
176 #:just-once? #t
179 (define (expand-single-once s ns)
182 [just-once? #t])))
210 #:just-once? [just-once? #f] ; single expansion step
221 [just-once? just-once?]
223 (define wb-s (and just-once? s))
237 (if just-once?
[all …]
/dports/lang/racket/racket-8.3/src/expander/eval/
H A Dapi.rkt20 expand
21 expand-syntax
23 expand-to-top-form
24 expand-syntax-to-top-form
26 expand-once
27 expand-syntax-once)
68 (define/who (expand-once s [insp (current-code-inspector)])
72 (direct:expand-once (intro s))))
74 (define/who (expand-syntax-once s [insp (current-code-inspector)])
79 (direct:expand-once s)))
[all …]
H A Dmain.rkt35 expand-once
171 (define (expand-once s [ns (current-namespace)])
173 #:single (lambda (s ns as-tail?) (expand-single-once s ns))
176 #:just-once? #t
179 (define (expand-single-once s ns)
182 [just-once? #t])))
210 #:just-once? [just-once? #f] ; single expansion step
221 [just-once? just-once?]
223 (define wb-s (and just-once? s))
237 (if just-once?
[all …]
/dports/lang/racket-minimal/racket-8.3/src/expander/boot/
H A Dmain-primitive.rkt22 'expand wrapper:expand
23 'expand-syntax wrapper:expand-syntax
24 'expand-once wrapper:expand-once
25 'expand-syntax-once wrapper:expand-syntax-once
26 'expand-to-top-form wrapper:expand-to-top-form
27 'expand-syntax-to-top-form wrapper:expand-syntax-to-top-form
/dports/lang/racket/racket-8.3/src/expander/boot/
H A Dmain-primitive.rkt22 'expand wrapper:expand
23 'expand-syntax wrapper:expand-syntax
24 'expand-once wrapper:expand-once
25 'expand-syntax-once wrapper:expand-syntax-once
26 'expand-to-top-form wrapper:expand-to-top-form
27 'expand-syntax-to-top-form wrapper:expand-syntax-to-top-form
/dports/lang/racket/racket-8.3/share/pkgs/racket-doc/scribblings/reference/
H A Dstx-expand.scrbl7 @defproc[(expand [top-level-form any/c]
28 (expand
41 (expand
49 @defproc[(expand-syntax [stx syntax?]
60 @defproc[(expand-once [top-level-form any/c]
67 particular, calling @racket[expand-once] on the result may produce a
75 @tech{tainted}, the same as for @racket[expand].
80 @defproc[(expand-syntax-once [stx syntax?]
84 Like @racket[(expand-once stx)], except that the argument
98 @racket[expand-once], expanding the result of
[all …]
/dports/net/py-uritemplate/uritemplate-3.0.1/docs/
H A Dindex.rst15 from uritemplate import expand
19 user = get(expand(uri, user='sigmavirus24')).json()
22 parsing and object creation. Making the template once means the URI is parsed
23 once which decreases the number of :class:`URITemplate
26 ``Repository.github_url`` variables are made once and only once. They're then
36 self.uri = self.github_url.expand({'user': name})
42 self.uri = self.github_url.expand(
52 .. autofunction:: uritemplate.expand
81 :members: expand
/dports/net/py-uritemplate/uritemplate-3.0.1/
H A DREADME.rst10 from uritemplate import URITemplate, expand
16 print(t.expand(gist_id='123456'))
20 print(expand(gist_uri, gist_id='123456'))
23 t.expand({'gist_id': '123456'})
24 print(expand(gist_uri, {'gist_id': '123456'}))
35 self.api_url = url.expand(login=name)
41 evaluated and so the template is created once. It's often hard to notice in
43 ``re`` module which uritemplate relies on. Constructing the object once should
/dports/lang/clover/mesa-21.3.6/src/compiler/glsl/glcpp/tests/
H A D037-finalize-unexpanded-macro.c1 #define expand(x) expand(x once) macro
3 foo(expand(just))
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/compiler/glsl/glcpp/tests/
H A D037-finalize-unexpanded-macro.c1 #define expand(x) expand(x once) macro
3 foo(expand(just))
/dports/graphics/libosmesa/mesa-21.3.6/src/compiler/glsl/glcpp/tests/
H A D037-finalize-unexpanded-macro.c1 #define expand(x) expand(x once) macro
3 foo(expand(just))
/dports/graphics/mesa-libs/mesa-21.3.6/src/compiler/glsl/glcpp/tests/
H A D037-finalize-unexpanded-macro.c1 #define expand(x) expand(x once) macro
3 foo(expand(just))
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/compiler/glsl/glcpp/tests/
H A D037-finalize-unexpanded-macro.c1 #define expand(x) expand(x once) macro
3 foo(expand(just))
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/compiler/glsl/glcpp/tests/
H A D037-finalize-unexpanded-macro.c1 #define expand(x) expand(x once) macro
3 foo(expand(just))
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/compiler/glsl/glcpp/tests/
H A D037-finalize-unexpanded-macro.c1 #define expand(x) expand(x once) macro
3 foo(expand(just))
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/compiler/glsl/glcpp/tests/
H A D037-finalize-unexpanded-macro.c1 #define expand(x) expand(x once) macro
3 foo(expand(just))
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/compiler/glsl/glcpp/tests/
H A D037-finalize-unexpanded-macro.c1 #define expand(x) expand(x once) macro
3 foo(expand(just))
/dports/graphics/mesa-dri/mesa-21.3.6/src/compiler/glsl/glcpp/tests/
H A D037-finalize-unexpanded-macro.c1 #define expand(x) expand(x once) macro
3 foo(expand(just))
/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/compiler/glsl/glcpp/tests/
H A D037-finalize-unexpanded-macro.c1 #define expand(x) expand(x once) macro
3 foo(expand(just))
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/basegfx/range/
H A Db1drange.hxx20 #pragma once
59 expand(fStartValue2); in B1DRange()
125 void expand(double fValue) in expand() function in basegfx::B1DRange
127 maRange.expand(fValue); in expand()
131 void expand(const B1DRange& rRange) in expand() function in basegfx::B1DRange
133 maRange.expand(rRange.maRange); in expand()
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/mesonprojectmanager/kithelper/
H A Dkithelper.h26 #pragma once
43 inline QString expand(const ProjectExplorer::Kit *kit, const QString &macro) in expand() function
45 return kit->macroExpander()->expand(macro); in expand()
53 return details::expand(kit, "%{Compiler:Executable:C}"); in cCompilerPath()
59 return details::expand(kit, "%{Compiler:Executable:Cxx}"); in cxxCompilerPath()
64 return details::expand(kit, "%{Qt:qmakeExecutable}"); in qmakePath()
69 return details::expand(kit, "%{CMake:Executable:FilePath}"); in cmakePath()
75 return details::expand(kit, "%{Qt:Version}"); in qtVersion()
/dports/dns/doh-proxy/doh-proxy-0.9.2/cargo-crates/hkdf-0.10.0/tests/
H A Dtests.rs70 assert!(hkdf.expand(&info[..], &mut okm).is_ok()); in test_derive_sha256()
77 assert!(hkdf.expand(&info[..], &mut okm).is_ok()); in test_derive_sha256()
89 assert!(hkdf.expand(&[], &mut longest).is_ok()); in test_lengths()
98 assert!(hkdf.expand(&[], &mut okm).is_ok()); in test_lengths()
108 assert!(hkdf.expand(&[], &mut okm).is_ok()); in test_max_length()
115 assert!(hkdf.expand(&[], &mut okm).is_err()); in test_max_length_exceeded()
122 assert!(hkdf.expand(&[], &mut okm).is_err()); in test_unsupported_length()
209 assert!(hkdf.expand(&info[..], &mut okm).is_ok()); in test_derive_sha1()
229 assert!(hkdf.expand(&info[..], &mut okm).is_ok()); in test_derive_sha1_with_none()
267 let input: Vec<&[u8]> = iter::once(info_head.as_slice()) in test_expand_multi_info()
[all …]
/dports/devel/py-maturin/maturin-0.11.3/cargo-crates/hkdf-0.10.0/tests/
H A Dtests.rs70 assert!(hkdf.expand(&info[..], &mut okm).is_ok()); in test_derive_sha256()
77 assert!(hkdf.expand(&info[..], &mut okm).is_ok()); in test_derive_sha256()
89 assert!(hkdf.expand(&[], &mut longest).is_ok()); in test_lengths()
98 assert!(hkdf.expand(&[], &mut okm).is_ok()); in test_lengths()
108 assert!(hkdf.expand(&[], &mut okm).is_ok()); in test_max_length()
115 assert!(hkdf.expand(&[], &mut okm).is_err()); in test_max_length_exceeded()
122 assert!(hkdf.expand(&[], &mut okm).is_err()); in test_unsupported_length()
209 assert!(hkdf.expand(&info[..], &mut okm).is_ok()); in test_derive_sha1()
229 assert!(hkdf.expand(&info[..], &mut okm).is_ok()); in test_derive_sha1_with_none()
267 let input: Vec<&[u8]> = iter::once(info_head.as_slice()) in test_expand_multi_info()
[all …]
/dports/sysutils/czkawka/czkawka-3.3.1/cargo-crates/ndk-macro-0.2.0/src/
H A Dexpand.rs1 use core::iter::once;
81 once(quote! { #backtrace }) in expand()
88 preamble.chain(once(quote! { #logger })) in expand()
122 let actual = attr.expand(&item); in main_without_props()
149 let actual = attr.expand(&item); in main_with_backtrace_on()
177 let actual = attr.expand(&item); in main_with_backtrace_full()
205 let actual = attr.expand(&item); in main_with_overriden_ndk_glue()
237 let actual = attr.expand(&item); in main_with_logger_default()
270 let actual = attr.expand(&item); in main_with_logger_with_min_level()
304 let actual = attr.expand(&item); in main_with_logger_with_tag()
[all …]

12345678910>>...980