Home
last modified time | relevance | path

Searched +refs:extra +refs:inspectors +refs:allow (Results 1 – 25 of 135) sorted by relevance

123456

/dports/lang/racket-minimal/racket-8.3/src/expander/compile/
H A Dextra-inspector.rkt6 (provide extra-inspectors-allow?
22 (define (extra-inspectors-allow? extra-inspectors guard-insp)
24 [(not extra-inspectors) #f]
25 [(set? extra-inspectors)
31 (error 'extra-inspectors-allow?
35 (define (extra-inspectors-merge extra-inspectors-1 extra-inspectors-2)
42 (set-union extra-inspectors-1 extra-inspectors-2)]
45 (and (extra-inspectors-allow? extra-inspectors-1 guard-insp)
46 (extra-inspectors-allow? extra-inspectors-2 guard-insp)))]))
122 (extra-inspectors-allow? extra-inspectors guard-insp))))))]
[all …]
H A Dform.rkt25 "extra-inspector.rkt"
300 (define phase-to-link-extra-inspectorsss
302 [(extra-inspectorsss) (in-value (module-uses-extract-extra-inspectorsss
308 #:when extra-inspectorsss)
309 (values phase extra-inspectorsss)))
316 phase-to-link-extra-inspectorsss
474 ;; don't track down linklets and allow inlining of functions
485 ;; later recording extra inspectors for inlined referenced
495 [extra-inspectorsss (module-linklet-info-extra-inspectorsss mli)])
500 [extra-inspectorss (in-list (or extra-inspectorsss
[all …]
/dports/lang/racket/racket-8.3/src/expander/compile/
H A Dextra-inspector.rkt6 (provide extra-inspectors-allow?
22 (define (extra-inspectors-allow? extra-inspectors guard-insp)
24 [(not extra-inspectors) #f]
25 [(set? extra-inspectors)
31 (error 'extra-inspectors-allow?
35 (define (extra-inspectors-merge extra-inspectors-1 extra-inspectors-2)
42 (set-union extra-inspectors-1 extra-inspectors-2)]
45 (and (extra-inspectors-allow? extra-inspectors-1 guard-insp)
46 (extra-inspectors-allow? extra-inspectors-2 guard-insp)))]))
122 (extra-inspectors-allow? extra-inspectors guard-insp))))))]
[all …]
H A Dform.rkt25 "extra-inspector.rkt"
300 (define phase-to-link-extra-inspectorsss
302 [(extra-inspectorsss) (in-value (module-uses-extract-extra-inspectorsss
308 #:when extra-inspectorsss)
309 (values phase extra-inspectorsss)))
316 phase-to-link-extra-inspectorsss
474 ;; don't track down linklets and allow inlining of functions
485 ;; later recording extra inspectors for inlined referenced
495 [extra-inspectorsss (module-linklet-info-extra-inspectorsss mli)])
500 [extra-inspectorss (in-list (or extra-inspectorsss
[all …]
/dports/lang/racket-minimal/racket-8.3/src/expander/eval/
H A Dprotect.rkt8 "../compile/extra-inspector.rkt")
18 ;; greater than enabled by serialized bytecode, because inspectors can
20 ;; case, a `compiled-in-memory` record holds extra-inspector
31 extra-inspector ; from declaration time
32 extra-inspectorsss) ; per imported variable; from compilation
36 [extra-inspectorss (in-list (or extra-inspectorsss
53 (and extra-inspector (inspector-superior? extra-inspector guard-insp))
54 ;; Allowed by inspectors attached to each referencing syntax object?
55 (and extra-inspectorsss
56 extra-inspectorss
[all …]
/dports/lang/racket/racket-8.3/src/expander/eval/
H A Dprotect.rkt8 "../compile/extra-inspector.rkt")
18 ;; greater than enabled by serialized bytecode, because inspectors can
20 ;; case, a `compiled-in-memory` record holds extra-inspector
31 extra-inspector ; from declaration time
32 extra-inspectorsss) ; per imported variable; from compilation
36 [extra-inspectorss (in-list (or extra-inspectorsss
53 (and extra-inspector (inspector-superior? extra-inspector guard-insp))
54 ;; Allowed by inspectors attached to each referencing syntax object?
55 (and extra-inspectorsss
56 extra-inspectorss
[all …]
/dports/devel/gorm/apps-gorm-04554d2/
H A DChangeLog1628 * GormCore/GormNibWrapperLoader.m: Removed extra NSLog(...);
2452 * English.lproj/GormDocument.gorm: Remove some extra classes.
4221 * GormCore/GormInspectorsManager.m: Remove extra revert: call.
5028 removed extra call to attachObject:withParent:.
5414 * GormColorsPref.h: Removed extra "#" from header.
5700 inspectors.
5733 all inspectors.
6293 aren't any extra spaces in the data which could cause problems.
6492 * Palettes/4Data/GNUmakefile.preamble: Removed extra slash for
7167 an extra release and subsequently a core dump when selecting
[all …]
/dports/security/snort3/snort3-3.1.19.0/
H A DChangeLog410 mime: store extra data in stash
995 -- packet_io: Do not allow trust unless the action is allow or trust
1345 -- inspectors: designate service inspectors control channels for avc only
1346 -- inspectors: designate service inspectors for file carving
1347 -- inspectors: designate service inspectors for start tls
1804 -- binder: allow binder to support global level service inspectors
2670 -- extra: splitted extra out to snort3_extra repo
2983 -- mss: add extra rule option to check mss
3548 -- fixed extra auto build from dist
3943 -- move extra daqs and extra hext logger to main source tree
[all …]
/dports/www/py-dj32-drf-yasg/drf-yasg-1.20.0/docs/
H A Dchangelog.rst136 ``SwaggerAutoSchema`` to allow for better customisation
237 …*NOTE:* in order for this to work, you will have to add the new ``drf_yasg.inspectors.SerializerMe…
337 - **FIXED:** made documentation ordering of ``SwaggerDict`` extra attributes stable
348 …*NOTE:* in order for this to work, you will have to add the new ``drf_yasg.inspectors.RecursiveFie…
397 …*NOTE:* in order for this to work, you will have to add the new ``drf_yasg.inspectors.HiddenFieldI…
573 :ref:`using pluggable inspector classes <custom-spec-inspectors>`
/dports/www/py-drf-yasg/drf-yasg-1.20.0/docs/
H A Dchangelog.rst136 ``SwaggerAutoSchema`` to allow for better customisation
237 …*NOTE:* in order for this to work, you will have to add the new ``drf_yasg.inspectors.SerializerMe…
337 - **FIXED:** made documentation ordering of ``SwaggerDict`` extra attributes stable
348 …*NOTE:* in order for this to work, you will have to add the new ``drf_yasg.inspectors.RecursiveFie…
397 …*NOTE:* in order for this to work, you will have to add the new ``drf_yasg.inspectors.HiddenFieldI…
573 :ref:`using pluggable inspector classes <custom-spec-inspectors>`
/dports/security/snort3/snort3-3.1.19.0/doc/user/
H A Dsnort_user.text376 the latter a list of table name prefixes to allow.
556 inspectors.
1938 application, such as block, allow or alert.
1969 inspectors, such as the HTTP and SSL inspectors, to gain access to
2194 -- allow all tcp port 22:
2207 -- use the default inspectors:
2420 00 00 00 00 - extra group ids (0)
4172 extra traversals using ., .., and /.
4318 will not be thrown off by extra spaces or other languages in the
5293 Currently the only pattern that performs extra verification.
[all …]
/dports/devel/caf/actor-framework-0.18.5/
H A DCHANGELOG.md153 - Configuration files now allow dot-separated notation for keys. For example,
168 `apply_object` and `apply_value`. Instead, inspectors only offer `apply` and
261 - The class `node_id` received an overload for `parse` to allow users to convert
355 enables inspectors to read and write a wider range of data formats. In
375 allow user-defined configuration via `.ini` files. Rather than sticking with
431 - In order to allow users to start migrating towards upcoming API changes, CAF
668 now easier thanks to the `--extra-flags=` option.
/dports/lang/racket-minimal/racket-8.3/src/bc/src/
H A Dstartup.inc32550 "(extra-inspectors-allow?)"
32588 " 'extra-inspectors-allow?"
32592 "(extra-inspectors-merge)"
32593 "(lambda(extra-inspectors-1_0 extra-inspectors-2_0)"
32597 "(if(if(set? extra-inspectors-1_0)(set? extra-inspectors-2_0) #f)"
32598 "(let-values()(set-union extra-inspectors-1_0 extra-inspectors-2_0))"
32601 "(if(extra-inspectors-allow? extra-inspectors-1_0 guard-insp_0)"
32602 "(extra-inspectors-allow? extra-inspectors-2_0 guard-insp_0)"
32904 "(extra-inspectors-allow?"
32985 "(extra-inspectors-merge"
[all …]
/dports/lang/racket/racket-8.3/src/bc/src/
H A Dstartup.inc32550 "(extra-inspectors-allow?)"
32588 " 'extra-inspectors-allow?"
32592 "(extra-inspectors-merge)"
32593 "(lambda(extra-inspectors-1_0 extra-inspectors-2_0)"
32597 "(if(if(set? extra-inspectors-1_0)(set? extra-inspectors-2_0) #f)"
32598 "(let-values()(set-union extra-inspectors-1_0 extra-inspectors-2_0))"
32601 "(if(extra-inspectors-allow? extra-inspectors-1_0 guard-insp_0)"
32602 "(extra-inspectors-allow? extra-inspectors-2_0 guard-insp_0)"
32904 "(extra-inspectors-allow?"
32985 "(extra-inspectors-merge"
[all …]
/dports/lang/guile2/guile-2.2.7/doc/ref/
H A Dscheme-using.texi56 environment, pulling in extra modules or parameterizing the REPL
521 commands allow you to
725 compiler, a disassembler, some module inspectors, and in the future, a
/dports/lang/guile/guile-3.0.7/doc/ref/
H A Dscheme-using.texi56 environment, pulling in extra modules or parameterizing the REPL
524 commands allow you to
728 compiler, a disassembler, some module inspectors, and in the future, a
/dports/math/gecode/gecode-0916a1a/
H A Dchangelog.in4518 node while move inspectors were active.
4546 Call solution inspectors also when exploring manually.
5806 Added Gist inspectors for the Knights and Queens examples.
5813 You can now register Gist inspectors in the driver options.
5827 Added inspectors that react whenever a node is selected.
6757 The inspectors are finalized before Gist exits. This fixes a bug
6782 Easily add multiple inspectors to Gist. Inspectors are not
8858 objects allow to either share copies among spaces when being
9620 Added finite set projection propagators. They allow to propagate all
9670 element extra for optimization. So, serious bug but looks as if
[all …]
/dports/lang/racket/racket-8.3/share/pkgs/racket-doc/scribblings/reference/
H A Dclass.scrbl344 @secref["inspectors"]) for the class extension. The
351 @secref["inspectors"]). A syntax error is reported if more than one
562 (define extra-turkey%
572 (class extra-turkey%
576 (send (new extra-turkey%) gobble)
790 the variable receives extra by-position initialization arguments as a
800 @exnraise[exn:fail:object]. Similarly, if extra by-position arguments
1294 To allow methods to be applied to lists of arguments, a method
2181 argument is not part of the contract. To allow for the use of
/dports/devel/projectcenter/ProjectCenter-0.6.2/
H A DChangeLog378 Remove extra parentheses which confuse = and == warning.
686 check before replacing and allow undo (by Wolfgang Lux)
807 entry for pcproj to allow opening of bundles.
1081 * Framework/PCProjectInspector.m: allow authors inside table
1264 bug #25565. There was an extra semi-colon after the if
1983 ProjectCenter needs to be extended to allow specifying
2304 inspectors now subview of this view.
2624 (createFile): Removed extra ";" in newFiles declaration.
/dports/lang/chez-scheme/ChezScheme-9.5.4/
H A DLOG272 - moved s_ee_write_char function within the WIN32 check to allow the unicode
280 S_create_thread_object to allow it to report either Sactivate_thread
356 allow us to perform more than a single run of testing without running
552 inspectors
965 - allow s_ee_get_clipboard to use the pastebuffer on macOS even when X11 is not
1179 these extra dependencies enforce an ordering on the invocation of the
1228 rtds and "extra" fields.) object files created before this fix
1558 compiler, fasl writer, and fasl reader to allow the fasl reader
1717 the input file position in get-datum/annotations. these extra
1816 just after recompile info, with a marker to allow verity-loadability
[all …]
/dports/lang/racket/racket-8.3/src/ChezScheme/
H A DLOG272 - moved s_ee_write_char function within the WIN32 check to allow the unicode
280 S_create_thread_object to allow it to report either Sactivate_thread
356 allow us to perform more than a single run of testing without running
552 inspectors
1224 these extra dependencies enforce an ordering on the invocation of the
1273 rtds and "extra" fields.) object files created before this fix
1603 compiler, fasl writer, and fasl reader to allow the fasl reader
1762 the input file position in get-datum/annotations. these extra
1861 just after recompile info, with a marker to allow verity-loadability
2069 target generation argument to allow the new default behavior to
[all …]
/dports/lang/racket-minimal/racket-8.3/src/ChezScheme/
H A DLOG272 - moved s_ee_write_char function within the WIN32 check to allow the unicode
280 S_create_thread_object to allow it to report either Sactivate_thread
356 allow us to perform more than a single run of testing without running
552 inspectors
1224 these extra dependencies enforce an ordering on the invocation of the
1273 rtds and "extra" fields.) object files created before this fix
1603 compiler, fasl writer, and fasl reader to allow the fasl reader
1762 the input file position in get-datum/annotations. these extra
1861 just after recompile info, with a marker to allow verity-loadability
2069 target generation argument to allow the new default behavior to
[all …]
/dports/graphics/gnash/gnash-2b3bdede0305c4fc3ad21a0a4197330606c9b880/doc/changelogs/
H A DChangeLog-0.8.131 include dir, to allow for using our check_equals functions.
147 * libbase/rc.{cpp,h}: Avoid string copies in inspectors;
1204 called by enumerateProperties, to allow for enumeration of non-proper
1421 * gui/gtksup.h: Fix extra qualification 'gnash::GtkGui::' on member 'rerenderPixels'
1814 Document extra NELLYMOSER format code (mentioned in libavcodec/flv.h)
2002 a vector, to allow for removal w/out loosing the timer identifier.
2046 to allow not reverting all GC-related additions to character
2913 detected one in this order: ffmpeg/gst/mad. This is to allow
2978 an high value to allow for testing pixel color and also testing with
H A DChangeLog-0.8.269 * doc/C/Makefile.am: Add some extra dependencies to keep distcheck
116 * doc/C/Makefile.am: Add extra dependencies for the gnash
253 * libmedia/gst/gstflvdemux.h: Make extra sure our own FLV demuxer is
713 * macros/glib.m4: Add extra glib for include path, and drop the
714 extra glib for the glibconfig.h include path. This let's Gnash
2186 * cygnal/http.cpp: fix extra semicolon error.
2297 * server/button_character_instance.{cpp,h}: allow
6582 "allow scale" flag when scaleMode changes.
6590 * macros/boost.m4: Make extra libraries used for testing it's own
6624 allow load of data from MEDIADIR.
[all …]
H A DChangeLog-0.8.0920 and 3 new inspectors to know wheter it's a place, replace or move
3655 thread (rather than two extra threads) for decoding. Plug a
4654 as gen-asclass.sh with some extra features.
8230 * Fixed bug #18694 + added extra info.
8276 * cygnal/http.cpp: removed extra ';'.
8565 * server/as_value.h: fixed extra qualification
10213 * libbase/smart_ptr.h: Fixed "error: extra ';'".
10655 removed extra semicolons
13605 * gui/gtksup.h: remove extra qualifier from private method.
13990 * server/URLAccessManager.cpp (allow): always allow from local host.
[all …]

123456