Home
last modified time | relevance | path

Searched +refs:inspector +refs:or +refs:false (Results 1 – 25 of 1032) sorted by relevance

12345678910>>...42

/dports/www/ilias/ILIAS-5.4.25/Modules/Chatroom/chat/node_modules/eyes/
H A DREADME.md4 a customizable value inspector for Node.js
10 `sys.inspect()` didn't display regexps correctly, and was too verbose, and I had an hour or two to …
22 var inspect = require('eyes').inspector({styles: {all: 'magenta'}});
24 inspect(something); // inspect with the settings passed to `inspector`
26 or
38 var inspect = require('eyes').inspector({ stream: null });
55 bool: 'blue', // true false
60 hideFunctions: false, // Don't output functions at all
61 stream: process.stdout, // Stream to write to, or null
64 You can overwrite them with your own, by passing a similar object to `inspector()` or `inspect()`.
[all …]
/dports/www/ilias6/ILIAS-6.14/Modules/Chatroom/chat/node_modules/eyes/
H A DREADME.md4 a customizable value inspector for Node.js
10 `sys.inspect()` didn't display regexps correctly, and was too verbose, and I had an hour or two to …
22 var inspect = require('eyes').inspector({styles: {all: 'magenta'}});
24 inspect(something); // inspect with the settings passed to `inspector`
26 or
38 var inspect = require('eyes').inspector({ stream: null });
55 bool: 'blue', // true false
60 hideFunctions: false, // Don't output functions at all
61 stream: process.stdout, // Stream to write to, or null
64 You can overwrite them with your own, by passing a similar object to `inspector()` or `inspect()`.
[all …]
/dports/lang/racket/racket-8.3/src/expander/syntax/
H A Dserialize.rkt20 (check who module-path-index? #:or-false base-mpi)
24 (check who namespace? #:or-false provides-namespace)
45 (check who module-path-index? #:or-false base-mpi)
53 ;; deserialization is unsafe, so only allow it with the original code inspector:
54 (unless (eq? (current-code-inspector) initial-code-inspector)
55 (error who "deserialization disallowed by code inspector"))
/dports/lang/racket-minimal/racket-8.3/src/expander/syntax/
H A Dserialize.rkt20 (check who module-path-index? #:or-false base-mpi)
24 (check who namespace? #:or-false provides-namespace)
45 (check who module-path-index? #:or-false base-mpi)
53 ;; deserialization is unsafe, so only allow it with the original code inspector:
54 (unless (eq? (current-code-inspector) initial-code-inspector)
55 (error who "deserialization disallowed by code inspector"))
/dports/lang/racket/racket-8.3/share/pkgs/racket-doc/syntax/scribblings/
H A Dkeyword.scrbl68 [#:context ctx (or/c false/c syntax?) #f]
159 (list '#:inspector check-expression)
162 #'(#:transparent #:inspector (make-inspector))
168 (#:inspector #:inspector)
169 (#:inspector #:inspector))))
175 [#:context ctx (or/c false/c syntax?) #f]
242 @defproc[(check-identifier [stx syntax?] [ctx (or/c false/c syntax?)]) identifier?]{
248 @defproc[(check-expression [stx syntax?] [ctx (or/c false/c syntax?)]) syntax?]{
256 [stx syntax?] [ctx (or/c false/c syntax?)])
264 @defproc[(check-stx-string [stx syntax?] [ctx (or/c false/c syntax?)]) syntax?]{
[all …]
/dports/lang/racket/racket-8.3/share/pkgs/plai-lib/
H A Dtest-harness.rkt11 [test-inspector (parameter/c inspector?)]
33 (test-inspector (current-inspector))
34 (current-inspector (make-inspector))
56 (define plai-ignore-exn-strings (make-parameter false))
59 (parameterize ([current-inspector (test-inspector)]
128 (if (or (exn:plai? test-result)
150 (or (parameterize ([current-inspector (test-inspector)])
153 (or (inexact? x) (inexact? y))
168 [else false])
198 (or (plai-ignore-exn-strings)
[all …]
/dports/www/node10/node-v10.24.1/doc/api/
H A Dinspector.md7 The `inspector` module provides an API for interacting with the V8 inspector.
12 const inspector = require('inspector');
15 ## inspector.close()
19 ## inspector.console
37 **Default:** `false`.
49 ## inspector.url()
53 Return the URL of the active inspector, or `undefined` if there is none.
115 if there is already a connected session established either through the API or by
126 enabled agents or configured breakpoints.
165 const inspector = require('inspector');
[all …]
H A Dconsole.md70 or `console.Console` (or their destructured counterparts):
104 Creates a new `Console` with one or two writable stream instances. `stdout` is a
105 writable stream to print log or info output. `stderr` is used for warning or
146 console.assert(false, 'Whoops %s work', 'didn\'t');
242 properties will be shown too. **Default:** `false`.
248 see [customizing `util.inspect()` colors][]. **Default:** `false`.
299 If one or more `label`s are provided, those are printed first without the
356 (or use `properties`) and rows of `tabularData` and log it. Falls back to just
494 the **Profile** panel of the inspector.
524 **Timeline** panel of the inspector.
[all …]
/dports/lang/racket/racket-8.3/src/cs/rumble/
H A Dparameter.ss90 (check who (procedure-arity-includes/c 1) :or-false guard)
97 (let ([c (or (parameter-cell data)
101 (let ([c (or (parameter-cell data)
137 (define/who current-inspector
138 (make-parameter root-inspector
140 (check who inspector? v)
142 'current-inspector))
144 (define/who current-code-inspector
145 (make-parameter root-inspector
147 (check who inspector? v)
[all …]
H A Dstruct.ss116 (check who struct-type-property? :or-false spt)
146 (define-record-type (inspector new-inspector inspector?)
150 (define root-inspector (new-inspector #f))
176 ;; result can be 'prefab, #f, an inspector, or `none`, where
191 (check who :or-false struct-type? parent-rtd)
210 :contract "(or/c inspector? #f 'prefab)"
217 (check who :or-false procedure? guard)
218 (check who :or-false symbol? constructor-name)
737 (check who symbol? :or-false name)
766 (check who symbol? :or-false name)
[all …]
/dports/lang/racket-minimal/racket-8.3/src/cs/rumble/
H A Dparameter.ss90 (check who (procedure-arity-includes/c 1) :or-false guard)
97 (let ([c (or (parameter-cell data)
101 (let ([c (or (parameter-cell data)
137 (define/who current-inspector
138 (make-parameter root-inspector
140 (check who inspector? v)
142 'current-inspector))
144 (define/who current-code-inspector
145 (make-parameter root-inspector
147 (check who inspector? v)
[all …]
H A Dstruct.ss116 (check who struct-type-property? :or-false spt)
146 (define-record-type (inspector new-inspector inspector?)
150 (define root-inspector (new-inspector #f))
176 ;; result can be 'prefab, #f, an inspector, or `none`, where
191 (check who :or-false struct-type? parent-rtd)
210 :contract "(or/c inspector? #f 'prefab)"
217 (check who :or-false procedure? guard)
218 (check who :or-false symbol? constructor-name)
737 (check who symbol? :or-false name)
766 (check who symbol? :or-false name)
[all …]
/dports/lang/racket-minimal/racket-8.3/src/expander/compile/
H A Dside-effect.rkt257 (lambda (v) (inspector-or-false? v))
263 (or (quoted? false? e)
286 (define (false? v)
293 (define (inspector-or-false? v)
294 (or (quoted? false? v)
333 (and (quoted? false? super-expr)
390 (or (quoted? false? e)
447 (current-inspector)
455 (current-inspector)
463 (current-inspector)
[all …]
/dports/lang/racket/racket-8.3/src/expander/compile/
H A Dside-effect.rkt257 (lambda (v) (inspector-or-false? v))
263 (or (quoted? false? e)
286 (define (false? v)
293 (define (inspector-or-false? v)
294 (or (quoted? false? v)
333 (and (quoted? false? super-expr)
390 (or (quoted? false? e)
447 (current-inspector)
455 (current-inspector)
463 (current-inspector)
[all …]
/dports/security/snort3/snort3-3.1.19.0/doc/reference/
H A Dsnort_reference.text564 * bool detection.allow_missing_so_rules = false: warn (true) or
4295 * bool netflow.rules[].create_service = false: generate a new or
8993 * bool detection.allow_missing_so_rules = false: warn (true) or
9571 * bool netflow.rules[].create_service = false: generate a new or
15176 * dpx (inspector): dynamic inspector example
15228 * http2_inspect (inspector): HTTP/2 inspector
15235 * http_inspect (inspector): HTTP inspector
15365 * rpc_decode (inspector): RPC inspector
15522 * inspector::dpx: dynamic inspector example
15529 * inspector::http2_inspect: the HTTP/2 inspector
[all …]
/dports/audio/zrythm/zrythm-1.0.0-alpha.26.0.13/scripts/
H A Dgen-schema.scm.in112 ; either "enum" or "type"
116 ; key type name or enum name
128 (if (or
709 "ui.inspector"
756 ))) ;; ui.inspector
775 "Track inspector detached"
778 "track-inspector-size"
780 "Track inspector size"
785 "Plugin inspector detached"
788 "plugin-inspector-size"
[all …]
/dports/textproc/py-pygments/Pygments-2.7.2/tests/examplefiles/
H A Dfennelview.fnl37 (or (= ta "string") (= ta "number")))
44 dtb false
87 (set id (+ (or (. self.max-ids tv) 0) 1))
113 (when (or self.table-edges (not= i 1))
190 (let [options (or options {})
191 inspector {:appearances (count-table-appearances x {})
195 :detect-cycles? (not (= false options.detect-cycles?))
196 :metamethod? (not (= false options.metamethod?))
198 :table-edges (not= options.table-edges false)
200 (put-value inspector x)
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/comm/mail/extensions/openpgp/content/modules/
H A Dfiles.jsm160 inspector.exitNestedEventLoop();
163 inspector.exitNestedEventLoop();
191 inspector.exitNestedEventLoop();
194 inspector.exitNestedEventLoop();
297 createTempSubDir(dirName, unique = false) {
317 * 0 - OK: directory exists (or was created) and is writeable
353 * @filePath |string| or |nsIFile| object - the file to be created
357 * @return true if data was written successfully, false otherwise
378 return false;
473 * @return Boolean: true if extraction successfull, false otherwise
[all …]
H A Ddialog.jsm36 * @return: Boolean - true: OK pressed / false: Cancel or ESC pressed
125 checked: false,
180 checked: false,
235 value: false,
316 value: false,
352 value: false,
449 let inspector = Cc["@mozilla.org/jsinspector;1"].createInstance(
458 inspector.exitNestedEventLoop();
473 inspector.exitNestedEventLoop();
476 inspector.enterNestedEventLoop(0); // wait for async process to terminate
[all …]
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/gles/
H A DOpenGLESGeometryOptimizer3 * This application is open source and may be redistributed and/or modified
9 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
52 _useDrawArray(false),
53 _disableMeshOptimization(false),
54 _disableMergeTriStrip(false),
55 _disablePreTransform(false),
56 _disableAnimation(false),
58 _enableAABBonBone(false),
59 _generateTangentSpace(false),
216 GeometryInspector inspector;
[all …]
/dports/graphics/minder/Minder-1.13.1/src/
H A DNodeInspector.vala4 * This program is free software; you can redistribute it and/or
7 * version 2 of the License, or (at your option) any later version.
11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
79 /* Sets the width of this inspector to the given value */
171 box.pack_start( lbl, false, false );
201 box.pack_start( lbl, false, false );
232 tbox.pack_start( lbl, false, false );
244 box.pack_start( tbox, false, false );
328 /* Called whenever the task enable switch is changed within the inspector */
337 /* Called whenever the fold switch is changed within the inspector */
[all …]
H A DConnectionInspector.vala4 * This program is free software; you can redistribute it and/or
7 * version 2 of the License, or (at your option) any later version.
11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
66 /* Sets the width of this inspector to the given value */
94 bbox.pack_start( _reset, false, false, 0 );
99 pack_start( box, false, true );
124 box.pack_start( lbl, false, false );
147 pack_start( grid, false, true );
163 return( false );
171 return( false );
[all …]
/dports/mail/geary/geary-40.0/src/client/components/
H A Dcomponents-inspector.vala5 * (version 2.1 or later). See the COPYING file in this distribution.
11 [GtkTemplate (ui = "/org/gnome/Geary/components-inspector.ui")]
15 /** Determines the format used when serialising inspector data. */
26 private const string ACTION_CLOSE = "inspector-close";
39 { ACTION_SEARCH_TOGGLE, on_logs_search_toggled, null, "false" },
104 this.search_button.set_active(false);
149 false,
196 this.log_pane.save(@out, TextFormat.MARKDOWN, false, null);
205 "Error saving inspector data for clipboard: %s",
237 warning("Failed to save inspector data: %s", err.message);
/dports/textproc/py-pygments-25/Pygments-2.5.2/tests/examplefiles/
H A Dfennelview.fnl36 (or (= ta "string") (= ta "number")))
43 dtb false
68 (tset appearances t (+ (or (. appearances t) 0) 1))))
87 (set id (+ (or (. self.max-ids tv) 0) 1))
140 (or (= tv "number") (= tv "boolean") (= tv "nil"))
150 (let [options (or options {})
151 inspector {:appearances (count-table-appearances root {})
152 :depth (or options.depth 128)
154 :indent (or options.indent " ")}]
155 (put-value inspector root)
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/devtools/client/shared/components/reps/
H A Dreps.css38 .tree-node[data-expandable="false"] .tree-last-indent {
48 .tree-node[data-expandable="false"][aria-level="1"] {
337 /* Open DOMNode in inspector or Accessible in accessibility inspector button */
339 button.open-accessibility-inspector,
340 button.open-inspector {
357 .open-accessibility-inspector:hover,
358 .open-inspector:hover {
422 .tree.object-inspector .object-label,
431 .tree.object-inspector .lessen,
432 .tree.object-inspector .lessen *,
[all …]

12345678910>>...42