Home
last modified time | relevance | path

Searched +refs:module +refs:cache +refs:ref (Results 201 – 225 of 7250) sorted by relevance

12345678910>>...290

/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.base/share/classes/java/lang/reflect/
H A DAccessibleObject.java30 import java.lang.ref.WeakReference;
35 import jdk.internal.module.IllegalAccessLogger;
666 Object cache = accessCheckCache; // read volatile in isAccessChecked() local
667 if (cache instanceof Cache) { in isAccessChecked()
668 return ((Cache) cache).isCacheFor(caller, targetClass); in isAccessChecked()
679 Object cache = accessCheckCache; // read volatile in isAccessChecked() local
680 if (cache instanceof WeakReference) { in isAccessChecked()
682 WeakReference<Class<?>> ref = (WeakReference<Class<?>>) cache; in isAccessChecked() local
683 return ref.get() == caller; in isAccessChecked()
743 Object cache = (targetClass != null in slowVerifyAccess() local
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.base/share/classes/java/lang/reflect/
H A DAccessibleObject.java30 import java.lang.ref.WeakReference;
35 import jdk.internal.module.IllegalAccessLogger;
620 Object cache = accessCheckCache; // read volatile in isAccessChecked() local
621 if (cache instanceof Cache) { in isAccessChecked()
622 return ((Cache) cache).isCacheFor(caller, targetClass); in isAccessChecked()
633 Object cache = accessCheckCache; // read volatile in isAccessChecked() local
634 if (cache instanceof WeakReference) { in isAccessChecked()
636 WeakReference<Class<?>> ref = (WeakReference<Class<?>>) cache; in isAccessChecked() local
637 return ref.get() == caller; in isAccessChecked()
697 Object cache = (targetClass != null in slowVerifyAccess() local
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/python/pytest/doc/en/
H A Dbuiltin.rst9 Most of the information of this page has been moved over to :ref:`reference`.
11 For information on plugin hooks and objects, see :ref:`plugins`.
13 For information on the ``pytest.mark`` mechanism, see :ref:`mark`.
15 For information about fixtures, see :ref:`fixtures`. To see a complete list of available fixtures (…
18 cache
19 Return a cache object that can persist state between testing sessions.
21 cache.get(key, default)
22 cache.set(key, value)
25 name of your plugin or application to avoid clashes with other cache users.
27 Values can be any object handled by the json stdlib module.
/dports/lang/spidermonkey78/firefox-78.9.0/testing/web-platform/tests/tools/third_party/pytest/doc/en/
H A Dbuiltin.rst9 Most of the information of this page has been moved over to :ref:`reference`.
11 For information on plugin hooks and objects, see :ref:`plugins`.
13 For information on the ``pytest.mark`` mechanism, see :ref:`mark`.
15 For information about fixtures, see :ref:`fixtures`. To see a complete list of available fixtures (…
18 cache
19 Return a cache object that can persist state between testing sessions.
21 cache.get(key, default)
22 cache.set(key, value)
25 name of your plugin or application to avoid clashes with other cache users.
27 Values can be any object handled by the json stdlib module.
/dports/misc/usd/USD-21.11/docs/doxygen/
H A DexternalOverview.dox101 - \ref arch_page_front module centralizes functionality
106 - \ref tf_page_front module is a catch-all for low-level,
113 - \ref gf_page_front module provides Pixar's equivalent to
120 - \ref js_page_front module provides a thin API wrapper on top of the
124 - \ref trac_page_front module provides an interface for embeddable
152 - \ref ar_page_front module defines the abstract interface for USD's
163 - \ref sdf_page_front module defines the Usd data
175 USD; Pcp efficiently builds and caches an "index cache" that the Usd
212 - \ref usdRi_page_front module for data targeted at Pixar's
218 - \ref usdUtils_page_front module provides a number of utilities and
[all …]
/dports/devel/cmake-doc/cmake-3.22.1/Modules/
H A DCheckIncludeFile.cmake17 source file and store the result in an internal cache entry named
27 a :ref:`;-list <CMake Language Lists>` of macros to define (-DFOO=bar).
29 a :ref:`;-list <CMake Language Lists>` of header search paths to pass to
33 a :ref:`;-list <CMake Language Lists>` of options to add to the link command.
35 a :ref:`;-list <CMake Language Lists>` of libraries to add to the link
41 See the :module:`CheckIncludeFiles` module to check for multiple headers
42 at once. See the :module:`CheckIncludeFileCXX` module to check for headers
/dports/devel/cmake-gui/cmake-3.22.1/Modules/
H A DCheckIncludeFile.cmake17 source file and store the result in an internal cache entry named
27 a :ref:`;-list <CMake Language Lists>` of macros to define (-DFOO=bar).
29 a :ref:`;-list <CMake Language Lists>` of header search paths to pass to
33 a :ref:`;-list <CMake Language Lists>` of options to add to the link command.
35 a :ref:`;-list <CMake Language Lists>` of libraries to add to the link
41 See the :module:`CheckIncludeFiles` module to check for multiple headers
42 at once. See the :module:`CheckIncludeFileCXX` module to check for headers
/dports/devel/cmake/cmake-3.22.1/Modules/
H A DCheckIncludeFile.cmake17 source file and store the result in an internal cache entry named
27 a :ref:`;-list <CMake Language Lists>` of macros to define (-DFOO=bar).
29 a :ref:`;-list <CMake Language Lists>` of header search paths to pass to
33 a :ref:`;-list <CMake Language Lists>` of options to add to the link command.
35 a :ref:`;-list <CMake Language Lists>` of libraries to add to the link
41 See the :module:`CheckIncludeFiles` module to check for multiple headers
42 at once. See the :module:`CheckIncludeFileCXX` module to check for headers
/dports/dns/knot-resolver/knot-resolver-5.4.3/daemon/bindings/
H A Dcache.rst7 :ref:`systemd-multiple-instances` so resolver doesn't lose the cached data on
52 cache.size = cache.fssize() - 10*MB
54 .. note:: The :ref:`garbage-collector` can be used to periodically trim the
73 If non-persistent cache is desired configure cache directory to be on
96 cache.size = cache.fssize() - 10*MB
119 cache.open(100 * MB, 'lmdb:///var/cache/knot-resolver')
128 cache.size = 100 * MB -- equivalent to `cache.open(100 * MB)`
179 Close the cache.
192 For query-level statistics see :ref:`stats module <mod-stats>`.
274 …ately SERVFAIL or immediately use stale records (with :ref:`serve_stale <mod-serve_stale>` module).
[all …]
/dports/dns/knot-resolver/knot-resolver-5.4.3/doc/
H A Ddaemon-bindings-cache.rst7 :ref:`systemd-multiple-instances` so resolver doesn't lose the cached data on
52 cache.size = cache.fssize() - 10*MB
54 .. note:: The :ref:`garbage-collector` can be used to periodically trim the
73 If non-persistent cache is desired configure cache directory to be on
96 cache.size = cache.fssize() - 10*MB
119 cache.open(100 * MB, 'lmdb:///var/cache/knot-resolver')
128 cache.size = 100 * MB -- equivalent to `cache.open(100 * MB)`
179 Close the cache.
192 For query-level statistics see :ref:`stats module <mod-stats>`.
274 …ately SERVFAIL or immediately use stale records (with :ref:`serve_stale <mod-serve_stale>` module).
[all …]
/dports/lang/racket/racket-8.3/share/pkgs/drracket/drracket/private/
H A Deval-helpers-and-pref-init.rkt97 (compile-enforce-module-constants (prefab-module-settings-enforce-module-constants settings))
98 (define path->pkg-cache (make-hash))
100 (define pkg-directory-cache (make-hash))
101 (define (pkg-directory/use-cache pkg)
103 [(hash-ref pkg-directory-cache pkg #f)
108 (hash-set! pkg-directory-cache pkg ans)
113 (define pkg (path->pkg path #:cache path->pkg-cache))
116 (file-or-directory-permissions (pkg-directory/use-cache pkg))))
132 (let ([pkg (path->pkg p #:cache path->pkg-cache)])
135 (file-stamp-in-paths p (list (pkg-directory/use-cache pkg))))))
[all …]
/dports/devel/py-numba/numba-0.51.2/docs/source/developer/
H A Dcaching.rst17 cache directory (see :envvar:`NUMBA_CACHE_DIR`). The index of the cache is
36 - The LLVM module must be *self-contained*, meaning that it cannot rely on
39 :ref:`NRT <arch-numba-runtime>` or other common symbols from system libraries
67 This is a list of known limitation of the cache:
81 It is safe to share and reuse the contents in the cache directory on a
82 different machine. The cache remembers the CPU model and the available
84 not match exactly, the cache contents will not be considered.
87 If the cache directory is shared on a network filesystem, concurrent
91 tolerant against lost cache files and lost cache entries.
103 To clear the cache, the cache directory can be simply removed.
[all …]
/dports/www/py-graphite-web/graphite-web-1.1.8/docs/
H A Dconfig-local-settings.rst3 …bapp ``settings.py`` module. This is where Graphite-web's runtime configuration is loaded from. Al…
8module is ``local_settings.py`` and it is generally located within the main ``graphite`` module wh…
29 See: https://docs.djangoproject.com/en/dev/ref/settings/#std:setting-ALLOWED_HOSTS
54 …Triggers the creation of ``cache.log`` which logs timings for remote calls to `carbon-cache` as we…
65 … pages. See `Django's documentation <https://docs.djangoproject.com/en/dev/ref/settings/#debug>`_ …
267 …ngoproject.com/en/dev/ref/settings/#authentication-backends>`_ and `MIDDLEWARE settings <https://d…
271 …es below are configurable setting the LDAP module's global options using ``ldap.set_option``. See …
383 See the `Django documentation <https://docs.djangoproject.com/en/dev/ref/settings/#databases>`_ for…
442 Time to cache remote metric find results in seconds.
453 …caused when carbon's cache skews node.intervals, giving the appearance remote systems have data we…
[all …]
/dports/sysutils/py-ansible-core/ansible-core-2.11.6/docs/docsite/rst/user_guide/
H A Dplaybooks_async.rst14 You can execute long-running operations in the background with :ref:`ad hoc tasks <intro_adhoc>`. F…
18 To check on the job status later, use the ``async_status`` module, passing it the job ID that was r…
28 …ed to long-running shell commands or software upgrades. Running the copy module asynchronously, fo…
55 The default poll value is set by the :ref:`DEFAULT_POLL_INTERVAL` setting.
62 task when run in check mode. See :ref:`check_mode_dry` on how to
66 When an async task completes with polling enabled, the temporary async job cache
95 When running with ``poll: 0``, Ansible will not automatically cleanup the async job cache file.
96 You will need to manually clean this up with the :ref:`async_status <async_status_module>` module
99 …ou can register it to obtain its job ID and use the :ref:`async_status <async_status_module>` modu…
163 :ref:`playbooks_strategies`
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/Documentation/filesystems/
H A Dfuse-io.rst12 + writeback-cache
17 In direct-io mode the page cache is completely bypassed for reads and writes.
20 In cached mode reads may be satisfied from the page cache, and data may be
21 read-ahead by the kernel to fill the cache. The cache is always kept consistent
26 writeback-cache mode may be selected by the FUSE_WRITEBACK_CACHE flag in the
34 In writeback-cache mode (enabled by the FUSE_WRITEBACK_CACHE flag) writes go to
35 the cache only, which means that the write(2) syscall can often complete very
38 when the last ref to the file is being released on munmap(2)). This mode
39 assumes that all changes to the filesystem go through the FUSE kernel module
/dports/multimedia/v4l-utils/linux-5.13-rc2/Documentation/filesystems/
H A Dfuse-io.rst12 + writeback-cache
17 In direct-io mode the page cache is completely bypassed for reads and writes.
20 In cached mode reads may be satisfied from the page cache, and data may be
21 read-ahead by the kernel to fill the cache. The cache is always kept consistent
26 writeback-cache mode may be selected by the FUSE_WRITEBACK_CACHE flag in the
34 In writeback-cache mode (enabled by the FUSE_WRITEBACK_CACHE flag) writes go to
35 the cache only, which means that the write(2) syscall can often complete very
38 when the last ref to the file is being released on munmap(2)). This mode
39 assumes that all changes to the filesystem go through the FUSE kernel module
/dports/multimedia/v4l_compat/linux-5.13-rc2/Documentation/filesystems/
H A Dfuse-io.rst12 + writeback-cache
17 In direct-io mode the page cache is completely bypassed for reads and writes.
20 In cached mode reads may be satisfied from the page cache, and data may be
21 read-ahead by the kernel to fill the cache. The cache is always kept consistent
26 writeback-cache mode may be selected by the FUSE_WRITEBACK_CACHE flag in the
34 In writeback-cache mode (enabled by the FUSE_WRITEBACK_CACHE flag) writes go to
35 the cache only, which means that the write(2) syscall can often complete very
38 when the last ref to the file is being released on munmap(2)). This mode
39 assumes that all changes to the filesystem go through the FUSE kernel module
/dports/devel/cmake-doc/cmake-3.22.1/Source/Modules/
H A DFindLibUUID.cmake13 An :ref:`imported target <Imported targets>` named
19 This module defines the following variables:
31 This module uses the following cache variables:
38 The cache variables should not be used by project code.
/dports/devel/cmake-gui/cmake-3.22.1/Source/Modules/
H A DFindLibUUID.cmake13 An :ref:`imported target <Imported targets>` named
19 This module defines the following variables:
31 This module uses the following cache variables:
38 The cache variables should not be used by project code.
/dports/devel/cmake/cmake-3.22.1/Source/Modules/
H A DFindLibUUID.cmake13 An :ref:`imported target <Imported targets>` named
19 This module defines the following variables:
31 This module uses the following cache variables:
38 The cache variables should not be used by project code.
/dports/sysutils/py-salt/salt-3004.1/doc/topics/releases/
H A D2015.8.0.rst21 - :ref:`Red Hat / CentOS 5, 6, 7 <installation-rhel-repo>`
22 - :ref:`Debian 8 <installation-debian-repo>`
23 - :ref:`Windows <windows-installer>`
56 merging. See :ref:`The Top File <states-top>`.
141 - OpenStack Glance API V2 execution module
142 - Amazon VPC state module
143 - RallyDev execution module
144 - BambooHR execution module
174 later minions. When using this new repository, the repo cache is compiled on
209 - New REST module for SDB
[all …]
/dports/biology/wise/wise2.4.1/src/dynlibsrc/
H A Dtranscript.tex3 This module contains the following objects
6 \item \ref{object_Exon} Exon
8 \item \ref{object_Transcript} Transcript
15 The Exon object has the following fields. To see how to access them refer to \ref{accessing_fields}
38 The Transcript object has the following fields. To see how to access them refer to \ref{accessing_f…
60 typed sequence in Transcript) it first checkes the 'cache'.
68 this module, are relative to the exon start. The strand is inherieted
/dports/lang/nim/nim-1.6.2/compiler/
H A Ddocgen2.nim10 # This module implements a new documentation generator that runs after
21 module: PSym
23 PGen = ref TGen
27 sfMainModule in g.module.flags or g.config.projectMainIdx == g.module.info.fileIndex
31 let useWarning = sfMainModule notin g.module.flags
64 g.module = module
66 var d = newDocumentor(AbsoluteFile toFullPath(graph.config, FileIndex module.position),
67 graph.cache, graph.config, ext, module)
72 proc myOpen(graph: ModuleGraph; module: PSym; idgen: IdGenerator): PPassContext =
75 proc myOpenTex(graph: ModuleGraph; module: PSym; idgen: IdGenerator): PPassContext =
[all …]
H A Dnimeval.nim18 Interpreter* = ref object ## Use Nim as an interpreter with this object
26 assert i.mainModule != nil, "no main module selected"
35 assert i.mainModule != nil, "no main module selected"
36 let n = getIdent(i.graph.cache, name)
68 vm.registerCallback(pkg & "." & module & "." & name, impl)
73 assert i.mainModule != nil, "no main module selected"
110 var cache = newIdentCache()
111 var graph = newModuleGraph(cache, conf)
126 var vm = newCtx(m, cache, graph, idgen)
149 var cache = newIdentCache()
[all …]
/dports/sysutils/py-ansible-base/ansible-base-2.10.15/docs/docsite/rst/dev_guide/
H A Ddeveloping_inventory.rst32 | :ref:`host list <host_list_inventory>` | A comma-separated list of hosts |
34 | :ref:`yaml <yaml_inventory>` | Path to a YAML format data file |
36 | :ref:`constructed <constructed_inventory>` | Path to a YAML configuration file |
38 | :ref:`ini <ini_inventory>` | Path to an INI formatted data file |
40 | :ref:`virtualbox <virtualbox_inventory>` | Path to a YAML configuration file |
42 | :ref:`script plugin <script_inventory>` | Path to an executable that outputs JSON |
110 from the :ref:`host list <host_list_inventory>` plugin:
411 :ref:`developing_api`
413 :ref:`developing_modules_general`
414 Get started with developing a module
[all …]

12345678910>>...290