Home
last modified time | relevance | path

Searched +refs:check +refs:single +refs:require +refs:access (Results 1 – 25 of 28827) sorted by relevance

12345678910>>...1154

/dports/lang/racket-minimal/racket-8.3/src/expander/eval/
H A Dprotect.rkt2 (require "../common/set.rkt"
10 ;; Inspectors guarded access to protected values at expansion time. We
12 ;; check again, in case the compiled form was synthesized or compiled
17 ;; expander --- and the access enabled by compiling from source may be
24 check-require-access
25 check-single-require-access)
29 (define (check-require-access linklet #:skip-imports skip-num-imports
41 (define access (or (module-access m) (module-compute-access! m)))
67 (define (check-single-require-access mi phase sym insp)
72 (define access (or (module-access m) (module-compute-access! m)))
[all …]
H A Ddirect.rkt2 (require "../common/phase.rkt"
67 [(check-single-require-access mi
/dports/lang/racket/racket-8.3/src/expander/eval/
H A Dprotect.rkt2 (require "../common/set.rkt"
10 ;; Inspectors guarded access to protected values at expansion time. We
12 ;; check again, in case the compiled form was synthesized or compiled
17 ;; expander --- and the access enabled by compiling from source may be
24 check-require-access
25 check-single-require-access)
29 (define (check-require-access linklet #:skip-imports skip-num-imports
41 (define access (or (module-access m) (module-compute-access! m)))
67 (define (check-single-require-access mi phase sym insp)
72 (define access (or (module-access m) (module-compute-access! m)))
[all …]
H A Ddirect.rkt2 (require "../common/phase.rkt"
67 [(check-single-require-access mi
/dports/www/pomerium/pomerium-0.8.3/docs/docs/
H A Dreadme.md7 …content: pomerium overview identity-access-proxy beyondcorp zero-trust reverse-proxy ztn zero-trus…
14 …aware proxy that enables secure access to internal applications. Pomerium provides a standardized …
18 - provide a **single-sign-on gateway** to internal applications.
19 - enforce **dynamic access policy** based on **context**, **identity**, and **device state**.
20 - aggregate access logs and telemetry data.
27 Pomerium sits between end users and services which require strong authentication. After verifying i…
45 - Handles authorization check for all user sessions
49 In test deployments, all three components may run from a single binary and configuration.
67 1. An **unauthorized** user authenticating with their corporate single-sign-on provider (in this ca…
70 4. An **authorized** user authenticating with their corporate single-sign-on provider.
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/third_party/webapp2/docs/tutorials/
H A Dinstalling.packages.rst9 For App Engine, some webapp2_extras modules may require that you install
10 external packages to access specific command line tools (i18n, for example,
28 **1.** Download the installer and save it anywhere. It is a single file:
32 **2.** Execute it from the command line (this will require sudo if you are
40 move forward. For Windows, check the distribute or setuptools documentation.
53 **2.** Unpack it and access the unpacked directory using the command line.
54 Then run ``setup.py install`` on that directory (this will require sudo if you
/dports/net/freeradius3/freeradius-server-3.0.25/src/modules/rlm_cram/
H A DStandard.draft44 Transfer - for mail transfer (SMTP for example). MAY require
47 Delivery - for mail delivery, for example mail.local. SHOULD NOT require
50 POP - POP2/POP3 access. MUST require authentication (cleartext/PAP,
53 IMAP - IMAP2/IMAP4 access. MUST require authentication (cleartext/PAP,
56 WEBMAIL - access via webmail. MUST require authentication (cleartext or
59 Control - account control access (for example Eudora-compatible password
161 BlackList - check in the BlackList
162 WhiteList - check in WhiteList
165 SrcDomain - check existence of source domain
210 user-controlled content filtering). A single RADIUS packet MAY contain
[all …]
/dports/security/nmap/nmap-7.91/scripts/
H A Dhttp-method-tamper.nse3 If an array of paths to check is not set, it will crawl the web server and perform the check agains…
11 If the table <code>paths</code> is set, it will attempt to access the given URIs. Otherwise, a web …
60 local http = require "http"
62 local stdnse = require "stdnse"
63 local table = require "table"
65 local vulns = require "vulns"
66 local url = require "url"
67 local string = require "string"
68 local rand = require "rand"
148 -- Paths were set, check them and exit. No crawling here.
[all …]
H A Dhttp-iis-webdav-vuln.nse1 local http = require "http"
2 local io = require "io"
3 local nmap = require "nmap"
4 local shortport = require "shortport"
5 local stdnse = require "stdnse"
6 local string = require "string"
7 local table = require "table"
10 Checks for a vulnerability in IIS 5.1/6.0 that allows arbitrary users to access
12 attempting to access it. This vulnerability was patched in Microsoft Security
74 ---Check a single folder on a single host for the vulnerability. Returns one of the enum_results co…
[all …]
/dports/devel/py-dotty-dict/dotty_dict-1.3.0/docs/
H A Dexamples.rst14 … | You can check at https://github.com/pawelzny/dotty_dict/blob/master/tests/test_examples.py
67 with many deeply nested keys. And when you need to check one of them it may
77 Below there is example response as dictionary, and then the way to check granted privileges.
90 This scenario shows how to access subfield in a list.
103 This scenario shows how to access multiple subfields in a list of dicts.
116 This scenario shows how to access numeric keys which should not be treated as list indices.
147 .. warning:: Be careful because backslashes in Python require special treatment.
163 Customization require using Dotty class directly instead of factory function.
182 not only single character.
/dports/lang/racket/racket-8.3/share/pkgs/htdp-lib/lang/private/
H A Dteach.rkt457 (check-single-expression where
685 (check-single-expression 'define
1784 "expected a single module name after `require', but found ~a parts"
1926 (check-single-expression 'local
2162 (check-single-expression who
2285 (check-single-expression 'lambda
2317 (check-single-expression 'quote
2407 (check-single-expression 'time
2492 (check-single-expression 'lambda
3013 (check-single-expression 'delay
[all …]
/dports/lang/python27/Python-2.7.18/Doc/library/
H A Dlinecache.rst2 :mod:`linecache` --- Random access to text lines
6 :synopsis: This module provides random access to individual lines from text files.
15 lines are read from a single file. This is used by the :mod:`traceback` module
47 changed on disk, and you require the updated version. If *filename* is omitted,
48 it will check all the entries in the cache.
/dports/lang/python-legacy/Python-2.7.18/Doc/library/
H A Dlinecache.rst2 :mod:`linecache` --- Random access to text lines
6 :synopsis: This module provides random access to individual lines from text files.
15 lines are read from a single file. This is used by the :mod:`traceback` module
47 changed on disk, and you require the updated version. If *filename* is omitted,
48 it will check all the entries in the cache.
/dports/security/p5-openxpki-i18n/openxpki-3.16.1/core/server/t/60_workflow/
H A D01.t17 require 't/60_workflow/common.pl';
19 # workflow requires an initialized Log4perl system and tries to access it
20 # in its BEGIN block, hence require it here
21 require Workflow::Factory;
56 ### check if context entries are available...
106 # set reset a single parameter. It works when called with a hash ref, though.
135 # check if context entries are persistent
152 # check if we got the correct workflow back
155 # check if context entries are persistent
171 # check if we got the correct workflow back
[all …]
/dports/security/p5-openxpki/openxpki-3.16.1/core/server/t/60_workflow/
H A D01.t17 require 't/60_workflow/common.pl';
19 # workflow requires an initialized Log4perl system and tries to access it
20 # in its BEGIN block, hence require it here
21 require Workflow::Factory;
56 ### check if context entries are available...
106 # set reset a single parameter. It works when called with a hash ref, though.
135 # check if context entries are persistent
152 # check if we got the correct workflow back
155 # check if context entries are persistent
171 # check if we got the correct workflow back
[all …]
/dports/lang/racket/racket-8.3/share/pkgs/sgl/scribblings/
H A Doverview.scrbl2 @(require "common.rkt")
6 The @racketmodname[sgl/gl] library provides direct access to the
11 checking to their C-language counterparts; they check the types of
12 their arguments, but do not check the length of array arguments. The
24 example, sending a large number of vertices in a single @tt{glBegin}
/dports/www/fabio/fabio-1.5.14/vendor/github.com/hashicorp/vault/vault-0.6.0/website/source/docs/concepts/
H A Dseal.html.md6 …A Vault must be unsealed before it can access its data. Likewise, it can be sealed to lock it down.
12 state, Vault is configured to know where and how to access the physical
16 read the decryption key to decrypt the data, allowing access to the Vault.
20 The only possible operations are to unseal the Vault and check the status
34 Instead of distributing this master key as a single key to an operator,
67 key and require another unseal process to restore it. Sealing only requires
68 a single operator with root privileges.
72 access to the master key shards.
/dports/graphics/py-pyglet/pyglet-1.5.21/doc/internal/
H A Dtesting.rst11 Unit tests only cover a single unit of code or a combination of a
21 Like unit tests these tests do not require user interaction,
22 but they can take longer to run due to access to system resources.
27 Interactive tests require the user to verify whether the test is
28 successful and in some cases require the user to perform actions
34 - Tests that can only run in fully interactive mode as they require
60 You can also run just a single suite::
73 - ``--sanity``: Do a sanity check by running as many interactive tests
75 so these tests will still be skipped. Mostly useful to quickly check
/dports/lang/python37/Python-3.7.12/Doc/library/
H A Dlinecache.rst1 :mod:`linecache` --- Random access to text lines
5 :synopsis: Provides random access to individual lines from text files.
15 lines are read from a single file. This is used by the :mod:`traceback` module
48 changed on disk, and you require the updated version. If *filename* is omitted,
49 it will check all the entries in the cache.
/dports/databases/py-sqlite3/Python-3.8.12/Doc/library/
H A Dlinecache.rst1 :mod:`linecache` --- Random access to text lines
5 :synopsis: Provides random access to individual lines from text files.
15 lines are read from a single file. This is used by the :mod:`traceback` module
51 changed on disk, and you require the updated version. If *filename* is omitted,
52 it will check all the entries in the cache.
/dports/databases/py-gdbm/Python-3.8.12/Doc/library/
H A Dlinecache.rst1 :mod:`linecache` --- Random access to text lines
5 :synopsis: Provides random access to individual lines from text files.
15 lines are read from a single file. This is used by the :mod:`traceback` module
51 changed on disk, and you require the updated version. If *filename* is omitted,
52 it will check all the entries in the cache.
/dports/lang/python-tools/Python-3.8.12/Doc/library/
H A Dlinecache.rst1 :mod:`linecache` --- Random access to text lines
5 :synopsis: Provides random access to individual lines from text files.
15 lines are read from a single file. This is used by the :mod:`traceback` module
51 changed on disk, and you require the updated version. If *filename* is omitted,
52 it will check all the entries in the cache.
/dports/lang/python38/Python-3.8.12/Doc/library/
H A Dlinecache.rst1 :mod:`linecache` --- Random access to text lines
5 :synopsis: Provides random access to individual lines from text files.
15 lines are read from a single file. This is used by the :mod:`traceback` module
51 changed on disk, and you require the updated version. If *filename* is omitted,
52 it will check all the entries in the cache.
/dports/lang/python310/Python-3.10.1/Doc/library/
H A Dlinecache.rst1 :mod:`linecache` --- Random access to text lines
5 :synopsis: Provides random access to individual lines from text files.
15 lines are read from a single file. This is used by the :mod:`traceback` module
51 changed on disk, and you require the updated version. If *filename* is omitted,
52 it will check all the entries in the cache.
/dports/lang/python39/Python-3.9.9/Doc/library/
H A Dlinecache.rst1 :mod:`linecache` --- Random access to text lines
5 :synopsis: Provides random access to individual lines from text files.
15 lines are read from a single file. This is used by the :mod:`traceback` module
51 changed on disk, and you require the updated version. If *filename* is omitted,
52 it will check all the entries in the cache.

12345678910>>...1154