Home
last modified time | relevance | path

Searched +refs:ensure +refs:module +refs:begin (Results 1 – 25 of 10622) sorted by relevance

12345678910>>...425

/dports/lang/ruby26/ruby-2.6.9/ext/-test-/exception/
H A Densured.c4 begin(VALUE object) in begin() function
10 ensure(VALUE object) in ensure() function
16 ensured(VALUE module, VALUE object) in ensured() argument
18 return rb_ensure(begin, object, ensure, object); in ensured()
29 ensure_raise(VALUE module, VALUE object, VALUE exc) in ensure_raise() argument
/dports/lang/guile2/guile-2.2.7/test-suite/tests/
H A Dmodules.test156 (begin
162 (begin
168 (begin
175 (begin
182 (begin
198 (pass-if "#:ensure #t by default"
201 (pass-if "#:ensure #t explicitly"
202 (module? (resolve-module (list (gensym)) #:ensure #t)))
204 (pass-if "#:ensure #f"
205 (not (resolve-module (list (gensym)) #:ensure #f))))
[all …]
/dports/lang/guile/guile-3.0.7/test-suite/tests/
H A Dmodules.test156 (begin
162 (begin
168 (begin
175 (begin
182 (begin
198 (pass-if "#:ensure #t by default"
201 (pass-if "#:ensure #t explicitly"
202 (module? (resolve-module (list (gensym)) #:ensure #t)))
204 (pass-if "#:ensure #f"
205 (not (resolve-module (list (gensym)) #:ensure #f))))
[all …]
/dports/lang/ruby26/ruby-2.6.9/doc/syntax/
H A Dexceptions.rdoc5 begin
20 The same is true for a +class+ or +module+.
25 begin
36 begin
44 begin
60 begin
75 To always run some code whether an exception was raised or not, use +ensure+:
77 begin
81 ensure
87 begin
[all …]
/dports/lang/racket/racket-8.3/share/pkgs/macro-debugger-text-lib/macro-debugger/model/
H A Dderiv-c.rkt22 ;; p:define-values in module pass2.
31 ;; where DerivInECTE = TopDeriv | p:begin or p:begin-for-syntax containing TopDerivs
90 (struct p:module prule (prep rename ensure-mb body shift) #:transparent)
92 ;; - (p:#%module-begin <Base> Stx ModPass1And2 ?Exn ModPass3 ?Exn ModPass4)
93 (struct p:#%module-begin prule (me pass12 ?2 pass3 ?3 pass4) #:transparent)
115 ;; - (p:begin <Base> Derivs)
116 (struct p:begin prule (derivs) #:transparent)
208 ;; A ModEnsureMB is (mod:ensure-mb Track/#f Deriv/#f ModAddMB Track)
211 (struct mod:ensure-mb (track1 check add-mb track2) #:transparent)
214 ;; A ModuleBegin/Phase is (module-begin/phase ModulePass1 ModulePass2 ModulePass3)
[all …]
H A Dderiv-parser.rkt182 [(lift-module)
256 ;; src/expander/expand/module.rkt
270 (mod:ensure-mb #f #f #f $1)]
272 (mod:ensure-mb $1 $2 #f $3)]
274 (mod:ensure-mb $1 $2 $3 $4)]
276 (mod:ensure-mb #f #f $1 $2)])
286 [(prim-module-begin ! ?ModuleBeginK)
293 (make p:#%module-begin e1 e2 rs de1 ?1 me p12 ?2 p3 ?3 p4)])
335 ;; module* : stop
358 [(EE Eval module-pass2-lifts
[all …]
/dports/editors/mp/mp-5.x-5.50/syntax/
H A Drb.mpsl8 "BEGIN", "END", "alias", "and", "begin",
10 "do", "else", "elsif", "end", "ensure",
11 "false", "for", "if", "in", "module", "next",
18 'word2', [ '/[-=<>:\?\+\*\!\%&\|{}]+/', '/=(begin|end)/' ],
/dports/devel/swig/swig-4.0.2/Examples/test-suite/
H A Druby_keywords.i1 %module ruby_keywords
29 const char* begin() { return "begin"; } in begin() function
39 const char* ensure() { return "ensure"; } in ensure() function
44 const char* module() { return "module"; } in module() function
/dports/lang/racket/racket-8.3/share/pkgs/drracket/drracket/private/
H A Dinterface.rkt49 ensure-rep-shown
50 ensure-rep-hidden
51 ensure-defs-shown
63 begin-metadata-changes
72 ensure-rep-shown ;; (interactions-text -> void)
131 (define module-language-tools:definitions-text<%>
134 get-in-module-language?))
135 (define module-language-tools:tab<%> (interface ()))
136 (define module-language-tools:frame<%> (interface ()))
/dports/textproc/source-highlight/source-highlight-3.1.9/src/
H A Druby.lang11begin|BEGIN|break|case|defined|do|else|elsif|end|END|ensure|for|if|in|include|loop|next|raise|redo…
13 comment delim '(^\=begin)' '^(\=end)' multiline
/dports/editors/micro/micro-2.0.10/vendor/github.com/zyedidia/highlight/syntax_files/
H A Druby.yaml8 …atement: "\\b(BEGIN|END|alias|and|begin|break|case|class|def|defined\\?|do|else|elsif|end|ensure|f…
20 start: "=begin"
/dports/sysutils/py-salt/salt-3004.1/doc/cheatsheet/
H A Dsalt.tex18 \begin{document}
20 \begin{multicols}{3}
34 \begin{verbatim}
42 \begin{verbatim}
69 \begin{itemize}
74 \item \texttt{directory} -- ensure that a directory is present
75 \item \texttt{exists} -- ensure that a directory or file is present
107 \begin{itemize}
129 \begin{itemize}
189 The user module is used to create and manage user settings, users can be set as either absent or pr…
[all …]
/dports/sysutils/vector/vector-0.10.0/cargo-crates/krb5-src-0.2.4+1.18.2/krb5/doc/plugindev/
H A Dhostrealm.rst14 used by callers. Callers may begin using later responses in the
18 processing to a later module.
20 A module can create and destroy per-library-context state objects
21 using the **init** and **fini** methods. If the module does not need
24 The optional **host_realm** method allows a module to determine
29 The optional **fallback_realm** method allows a module to determine
34 The optional **default_realm** method allows a module to determine the
37 If a module implements any of the above methods, it must also
38 implement **free_list** to ensure that memory is allocated and
/dports/security/krb5/krb5-1.19.2/doc/plugindev/
H A Dhostrealm.rst14 used by callers. Callers may begin using later responses in the
18 processing to a later module.
20 A module can create and destroy per-library-context state objects
21 using the **init** and **fini** methods. If the module does not need
24 The optional **host_realm** method allows a module to determine
29 The optional **fallback_realm** method allows a module to determine
34 The optional **default_realm** method allows a module to determine the
37 If a module implements any of the above methods, it must also
38 implement **free_list** to ensure that memory is allocated and
/dports/devel/boost-docs/boost_1_72_0/libs/outcome/doc/src/content/reference/macros/
H A Dversion.md27 …of Outcome. It means the inline namespace will be permuted per-commit to ensure ABI uniqueness suc…
31 …a sequence of bracketed tokens later fused by the preprocessor into namespace and C++ module names.
37 - <a name="v2-namespace-begin"></a>`BOOST_OUTCOME_V2_NAMESPACE_BEGIN <keywords and identifiers>`
41 - <a name="v2-namespace-export-begin"></a>`BOOST_OUTCOME_V2_NAMESPACE_EXPORT_BEGIN <keywords and id…
43 …Expands into the appropriate namespace markup to enter the C++ module exported Outcome v2 namespac…
/dports/devel/boost-python-libs/boost_1_72_0/libs/outcome/doc/src/content/reference/macros/
H A Dversion.md27 …of Outcome. It means the inline namespace will be permuted per-commit to ensure ABI uniqueness suc…
31 …a sequence of bracketed tokens later fused by the preprocessor into namespace and C++ module names.
37 - <a name="v2-namespace-begin"></a>`BOOST_OUTCOME_V2_NAMESPACE_BEGIN <keywords and identifiers>`
41 - <a name="v2-namespace-export-begin"></a>`BOOST_OUTCOME_V2_NAMESPACE_EXPORT_BEGIN <keywords and id…
43 …Expands into the appropriate namespace markup to enter the C++ module exported Outcome v2 namespac…
/dports/devel/boost-libs/boost_1_72_0/libs/outcome/doc/src/content/reference/macros/
H A Dversion.md27 …of Outcome. It means the inline namespace will be permuted per-commit to ensure ABI uniqueness suc…
31 …a sequence of bracketed tokens later fused by the preprocessor into namespace and C++ module names.
37 - <a name="v2-namespace-begin"></a>`BOOST_OUTCOME_V2_NAMESPACE_BEGIN <keywords and identifiers>`
41 - <a name="v2-namespace-export-begin"></a>`BOOST_OUTCOME_V2_NAMESPACE_EXPORT_BEGIN <keywords and id…
43 …Expands into the appropriate namespace markup to enter the C++ module exported Outcome v2 namespac…
/dports/devel/hyperscan/boost_1_75_0/libs/outcome/doc/src/content/reference/macros/
H A Dversion.md27 …of Outcome. It means the inline namespace will be permuted per-commit to ensure ABI uniqueness suc…
31 …a sequence of bracketed tokens later fused by the preprocessor into namespace and C++ module names.
37 - <a name="v2-namespace-begin"></a>`BOOST_OUTCOME_V2_NAMESPACE_BEGIN <keywords and identifiers>`
41 - <a name="v2-namespace-export-begin"></a>`BOOST_OUTCOME_V2_NAMESPACE_EXPORT_BEGIN <keywords and id…
43 …Expands into the appropriate namespace markup to enter the C++ module exported Outcome v2 namespac…
/dports/lang/racket/racket-8.3/share/pkgs/deinprogramm/deinprogramm/DMdA/private/
H A Dprimitives.rkt9 (require deinprogramm/DMdA/private/module-begin
28 (provide provide lib planet rename-out require #%datum #%module-begin #%top-interaction) ; so we ca…
49 (begin
62 (DMdA-begin begin)
73 (module-begin DMdA-module-begin))
521 (begin
680 (ensure-expression
790 (ensure-expression
823 (ensure-expression
1011 (ensure-expression
[all …]
/dports/devel/cargo-c/cargo-c-0.9.6+cargo-0.58/cargo-crates/libnghttp2-sys-0.1.7+1.45.0/nghttp2/third-party/mruby/oss-fuzz/config/
H A Dmruby.dict8 keyword_begin="begin"
17 keyword_ensure="ensure"
22 keyword_module="module"
93 operator_az=" begin"
/dports/devel/cargo-generate/cargo-generate-0.9.0/cargo-crates/libnghttp2-sys-0.1.6+1.43.0/nghttp2/third-party/mruby/oss-fuzz/config/
H A Dmruby.dict8 keyword_begin="begin"
17 keyword_ensure="ensure"
22 keyword_module="module"
93 operator_az=" begin"
/dports/www/libnghttp2/nghttp2-1.46.0/third-party/mruby/oss-fuzz/config/
H A Dmruby.dict8 keyword_begin="begin"
17 keyword_ensure="ensure"
22 keyword_module="module"
93 operator_az=" begin"
/dports/www/nghttp2/nghttp2-1.46.0/third-party/mruby/oss-fuzz/config/
H A Dmruby.dict8 keyword_begin="begin"
17 keyword_ensure="ensure"
22 keyword_module="module"
93 operator_az=" begin"
/dports/lang/racket/racket-8.3/collects/racket/contract/private/
H A Darr-i-parse.rkt6 [make-module-identifier-mapping make-free-identifier-mapping]
7 [module-identifier-mapping-get free-identifier-mapping-get]
8 [module-identifier-mapping-put! free-identifier-mapping-put!]
76 (ensure-wf-names stx candidate)
77 (ensure-no-cycles stx candidate)
80 (define (ensure-wf-names stx istx)
105 (define (ensure-bound vars)
191 (ensure-bound a-vars)
197 (ensure-bound vars)
209 (ensure-bound vars)))))
[all …]
/dports/lang/racket-minimal/racket-8.3/collects/racket/contract/private/
H A Darr-i-parse.rkt6 [make-module-identifier-mapping make-free-identifier-mapping]
7 [module-identifier-mapping-get free-identifier-mapping-get]
8 [module-identifier-mapping-put! free-identifier-mapping-put!]
76 (ensure-wf-names stx candidate)
77 (ensure-no-cycles stx candidate)
80 (define (ensure-wf-names stx istx)
105 (define (ensure-bound vars)
191 (ensure-bound a-vars)
197 (ensure-bound vars)
209 (ensure-bound vars)))))
[all …]

12345678910>>...425