Home
last modified time | relevance | path

Searched +refs:module +refs:instance +refs:made +refs:available (Results 1 – 25 of 17322) sorted by relevance

12345678910>>...693

/dports/multimedia/pipewire/pipewire-0.3.43/man/
H A Dpw-cli.1.rst.in30 Connections to other, remote instances can be made. The current instance
34 Use the 'help' command to list the available commands.
40 Show a quick help on the commands available.
50 load-module *name* [*arguments...*]
55 to unload the module.
57 unload-module *module-var*
58 Unload a module, specified either by its variable.
80 If no remote name is specified, a connection is made to
97 If no remote name is specified, the local instance is made current.
123 Port *ids* can be *-1* to automatically select an available port.
[all …]
H A Dpw-profiler.1.rst.in21 Start profiling a PipeWire instance.
23 If the server has the profiler module loaded, this program will
36 The name the remote instance to monitor. If left unspecified,
37 a connection is made to the default PipeWire instance.
51 The PipeWire Developers <@PACKAGE_BUGREPORT@>; PipeWire is available from @PACKAGE_URL@
/dports/lang/racket/racket-8.3/src/expander/namespace/
H A Dmodule.rkt143 [made-available? #:mutable] ; no #f in `phase-level-to-state`?
153 #f ; made-available?
414 (define (namespace-module-make-available! ns mpi instance-phase #:visit-phase [visit-phase (namespa…
423 ;; Normally, the instance is made available at all other non-negative
433 ;; Nothing to do if we've run this phase already and made the
434 ;; instance sufficiently available:
449 (module-instance-made-available? mi)))
514 (small-hash-set! (module-instance-phase-level-to-state mi) phase-level 'available)])))
517 (set-module-instance-made-available?! mi #t))
536 … (run-module-instance! mi ns #:run-phase run-phase #:skip-run? #f #:otherwise-available? #f))
[all …]
/dports/lang/racket-minimal/racket-8.3/src/expander/namespace/
H A Dmodule.rkt143 [made-available? #:mutable] ; no #f in `phase-level-to-state`?
153 #f ; made-available?
414 (define (namespace-module-make-available! ns mpi instance-phase #:visit-phase [visit-phase (namespa…
423 ;; Normally, the instance is made available at all other non-negative
433 ;; Nothing to do if we've run this phase already and made the
434 ;; instance sufficiently available:
449 (module-instance-made-available? mi)))
514 (small-hash-set! (module-instance-phase-level-to-state mi) phase-level 'available)])))
517 (set-module-instance-made-available?! mi #t))
536 … (run-module-instance! mi ns #:run-phase run-phase #:skip-run? #f #:otherwise-available? #f))
[all …]
/dports/devel/py-game/pygame-2.1.0/docs/reST/c_api/
H A Dcdrom.rst12 The :py:mod:`pygame.cdrom` extension module. Only available for SDL 1.
19 The :py:class:`pygame.cdrom.CD` instance C struct.
27 Return a new :py:class:`pygame.cdrom.CD` instance for CD drive *id*.
32 Return true if *x* is a :py:class:`pygame.cdrom.CD` instance.
34 This is a macro. No check is made that *x* is not ``NULL``.
39 instance *x*.
40 This is a macro. No check is made that *x* is a :py:class:`pygame.cdrom.CD`
41 instance or is not ``NULL``.
/dports/devel/py-sip/sip-5.5.0/doc/
H A Ddirectives.rst142 The variables that are made available to the handwritten code depend on
144 variables are made available:
254 variables are made available:
330 The following variables are made available to the handwritten code:
397 The following variables are made available to the handwritten code:
477 The following variables are made available to the handwritten code:
1368 The following variable is made available to the handwritten code:
1604 variables are made available to the handwritten code:
1701 variables are made available to the handwritten code:
2097 The following variable is made available to the handwritten code:
[all …]
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/MdeModulePkg/Library/PeiS3LibNull/
H A DPeiS3LibNull.inf2 # Null S3 library instance for PEIM module.
3 # This library instance is no longer used and module using this library
10 # are licensed and made available under the terms and conditions of the BSD License
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/MdeModulePkg/Library/PeiRecoveryLibNull/
H A DPeiRecoveryLibNull.inf2 # Null Recovery library instance for PEIM module
3 # This library instance is no longer used and module using this library
9 # are licensed and made available under the terms and conditions of the BSD License
/dports/textproc/zorba/zorba-2.7.0/modules/com/zorba-xquery/www/modules/store/documents/
H A Ddynamic.xq20 : This module defines a set of functions which manage documents that
39 declare option ver:module-version "2.0";
55 : is made absolute using the static base URI of the module.
58 : @return an empty XDM instance and a pending update list which, when
73 : the URI is made absolute using the static base URI of the module.
75 : @return Returns an empty XDM instance and a pending update list which, when
92 : the URI is made absolute using the static base URI of the module.
104 : @return The list of URIs of the available documents in the store. The empty
107 declare function doc:available-documents() as xs:string* external;
113 : the URI is made absolute using the static base URI of the module.
[all …]
/dports/devel/py-pefile/pefile-2021.5.24/
H A DPKG-INFO4 Summary: Python PE parsing module
10 Description: pefile, Portable Executable reader module
12 All the PE file basic structures are available with their default names as
13 attributes of the instance returned.
15 Processed elements such as the import table are made available with lowercase
/dports/devel/py-pefile/pefile-2021.5.24/pefile.egg-info/
H A DPKG-INFO4 Summary: Python PE parsing module
10 Description: pefile, Portable Executable reader module
12 All the PE file basic structures are available with their default names as
13 attributes of the instance returned.
15 Processed elements such as the import table are made available with lowercase
/dports/databases/py-sqlalchemy10/SQLAlchemy-1.0.14/doc/build/orm/
H A Dconstructors.rst1 .. module:: sqlalchemy.orm
10 the function that you wish, assign attributes to the instance that are unknown
16 library's ``pickle`` module, invoking the low level ``__new__`` method and
17 then quietly restoring attributes directly on the instance rather than calling
46 arguments. Scalar (non-collection) database-mapped attributes of the instance
47 will be available for use within the function. Eagerly-loaded collections are
48 generally not yet available and will usually only contain the first element.
49 ORM state changes made to objects at this stage will not be recorded for the
54 of "instance level" events, which can be subscribed to using the
/dports/lang/racket/racket-8.3/share/pkgs/racket-doc/scribblings/guide/
H A Dmacro-module.scrbl56 further @racket[require]s of the module use the same instance, as
169 compile-time instance:
178 However, a run-time instance of a module is kept separate from all
323 @secref["stx-available-module"].
330 section, @secref["stx-available-module"].
343 @deftech{available}. An @tech{available} module will be @tech{visit}ed
377 modules, but no modules were made newly available by simply evaluating
382 is made @tech{available} at phase @racket[_n]. A module that is
405 For the last module above, @racket[show-phase] is made
421 level, then @racket[show-phase] is made @tech{available} at phase 1.
[all …]
/dports/accessibility/accerciser/accerciser-3.38.0/src/lib/accerciser/
H A Di18n.py.in3 module. Configures gettext to use the translation associated with the locale
8 The gettext function in the gettext module is alised as _ to match the name of
11 See the Python documentation on the gettext module at
12 U{http://docs.python.org/lib/module-gettext.html}. A brief tutorial on
13 i18n and Python is available at
21 All rights reserved. This program and the accompanying materials are made
22 available under the terms of the BSD license which accompanies
23 this distribution, and is available at
31 Convenience function for creating a new instance of a Python translation
34 and ship separately from LSR with their own translation files. For instance,
[all …]
/dports/lang/python-legacy/Python-2.7.18/Doc/library/
H A Drexec.rst46 Returns an instance of the :class:`RExec` class.
48 *hooks* is an instance of the :class:`RHooks` class or a subclass of it. If it
52 Rather, it calls methods of an :class:`RHooks` instance that was passed to or
54 these calls --- they are made by a module loader object that's part of the
60 accesses made to import a module, without changing the actual algorithm that
61 controls the order in which those accesses are made. For instance, we could
76 some library code makes use of this and would break were it not available.
196 the :meth:`__init__` method. Changing them on an existing instance won't have
204 Contains the names of built-in functions which will *not* be available to
232 available to programs running in the restricted environment. The value for
[all …]
/dports/lang/python27/Python-2.7.18/Doc/library/
H A Drexec.rst46 Returns an instance of the :class:`RExec` class.
48 *hooks* is an instance of the :class:`RHooks` class or a subclass of it. If it
52 Rather, it calls methods of an :class:`RHooks` instance that was passed to or
54 these calls --- they are made by a module loader object that's part of the
60 accesses made to import a module, without changing the actual algorithm that
61 controls the order in which those accesses are made. For instance, we could
76 some library code makes use of this and would break were it not available.
196 the :meth:`__init__` method. Changing them on an existing instance won't have
204 Contains the names of built-in functions which will *not* be available to
232 available to programs running in the restricted environment. The value for
[all …]
/dports/devel/py-pytest/pytest-4.6.11/doc/en/
H A Dbuiltin.rst15 For information about fixtures, see :ref:`fixtures`. To see a complete list of available fixtures (…
29 Values can be any object handled by the json stdlib module.
34 The captured output is made available via ``capsys.readouterr()`` method
41 The captured output is made available via ``capsysbinary.readouterr()``
48 The captured output is made available via ``capfd.readouterr()`` method
55 The captured output is made available via ``capfd.readouterr()`` method
73 User properties become part of the test report and are available to the
105 Captured logs are available through the following properties/methods::
131 … Return a :class:`WarningsRecorder` instance that records all warnings emitted by test functions.
137 Return a :class:`_pytest.tmpdir.TempdirFactory` instance for the test session.
[all …]
/dports/devel/stack/stack-2.7.3/_cabal_deps/base-orphans-0.8.4/
H A DCHANGES.markdown2 - Backport the `Ord` instances for `TyCon` and `TypeRep` to be available on
22 - Backport the `Typeable (() :: Constraint)` instance to be available on
33 - `Applicative` instance for `K1`
51 * `Data` instance for `Const`
67 `Proxy`, and made the `Functor`, `Foldable`, `Traversable`, `Alternative`,
73 `Data` instances for datatypes in the `GHC.Generics` module (introduced in
90 scope, and you won't have to import a module which is deprecated on recent
128 - Backported the `Generic` and `Generic1` instances available in `base-4.7.0.0`
140 - `Read` instance for `Fixed`
144 - `Typeable` instance for `KProxy`
[all …]
/dports/lang/purescript/purescript-0.14.5/_cabal_deps/base-orphans-0.8.4/
H A DCHANGES.markdown2 - Backport the `Ord` instances for `TyCon` and `TypeRep` to be available on
22 - Backport the `Typeable (() :: Constraint)` instance to be available on
33 - `Applicative` instance for `K1`
51 * `Data` instance for `Const`
67 `Proxy`, and made the `Functor`, `Foldable`, `Traversable`, `Alternative`,
73 `Data` instances for datatypes in the `GHC.Generics` module (introduced in
90 scope, and you won't have to import a module which is deprecated on recent
128 - Backported the `Generic` and `Generic1` instances available in `base-4.7.0.0`
140 - `Read` instance for `Fixed`
144 - `Typeable` instance for `KProxy`
[all …]
/dports/finance/hs-hledger-ui/hledger-ui-1.19/_cabal_deps/base-orphans-0.8.4/
H A DCHANGES.markdown2 - Backport the `Ord` instances for `TyCon` and `TypeRep` to be available on
22 - Backport the `Typeable (() :: Constraint)` instance to be available on
33 - `Applicative` instance for `K1`
51 * `Data` instance for `Const`
67 `Proxy`, and made the `Functor`, `Foldable`, `Traversable`, `Alternative`,
73 `Data` instances for datatypes in the `GHC.Generics` module (introduced in
90 scope, and you won't have to import a module which is deprecated on recent
128 - Backported the `Generic` and `Generic1` instances available in `base-4.7.0.0`
140 - `Read` instance for `Fixed`
144 - `Typeable` instance for `KProxy`
[all …]
/dports/devel/hs-spago/spago-0.20.3/_cabal_deps/base-orphans-0.8.4/
H A DCHANGES.markdown2 - Backport the `Ord` instances for `TyCon` and `TypeRep` to be available on
22 - Backport the `Typeable (() :: Constraint)` instance to be available on
33 - `Applicative` instance for `K1`
51 * `Data` instance for `Const`
67 `Proxy`, and made the `Functor`, `Foldable`, `Traversable`, `Alternative`,
73 `Data` instances for datatypes in the `GHC.Generics` module (introduced in
90 scope, and you won't have to import a module which is deprecated on recent
128 - Backported the `Generic` and `Generic1` instances available in `base-4.7.0.0`
140 - `Read` instance for `Fixed`
144 - `Typeable` instance for `KProxy`
[all …]
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/base-orphans-0.8.4/
H A DCHANGES.markdown2 - Backport the `Ord` instances for `TyCon` and `TypeRep` to be available on
22 - Backport the `Typeable (() :: Constraint)` instance to be available on
33 - `Applicative` instance for `K1`
51 * `Data` instance for `Const`
67 `Proxy`, and made the `Functor`, `Foldable`, `Traversable`, `Alternative`,
73 `Data` instances for datatypes in the `GHC.Generics` module (introduced in
90 scope, and you won't have to import a module which is deprecated on recent
128 - Backported the `Generic` and `Generic1` instances available in `base-4.7.0.0`
140 - `Read` instance for `Fixed`
144 - `Typeable` instance for `KProxy`
[all …]
/dports/devel/hs-hlint/hlint-3.3.4/_cabal_deps/base-orphans-0.8.4/
H A DCHANGES.markdown2 - Backport the `Ord` instances for `TyCon` and `TypeRep` to be available on
22 - Backport the `Typeable (() :: Constraint)` instance to be available on
33 - `Applicative` instance for `K1`
51 * `Data` instance for `Const`
67 `Proxy`, and made the `Functor`, `Foldable`, `Traversable`, `Alternative`,
73 `Data` instances for datatypes in the `GHC.Generics` module (introduced in
90 scope, and you won't have to import a module which is deprecated on recent
128 - Backported the `Generic` and `Generic1` instances available in `base-4.7.0.0`
140 - `Read` instance for `Fixed`
144 - `Typeable` instance for `KProxy`
[all …]
/dports/devel/hs-hls-install/haskell-language-server-1.4.0/install/_cabal_deps/base-orphans-0.8.4/
H A DCHANGES.markdown2 - Backport the `Ord` instances for `TyCon` and `TypeRep` to be available on
22 - Backport the `Typeable (() :: Constraint)` instance to be available on
33 - `Applicative` instance for `K1`
51 * `Data` instance for `Const`
67 `Proxy`, and made the `Functor`, `Foldable`, `Traversable`, `Alternative`,
73 `Data` instances for datatypes in the `GHC.Generics` module (introduced in
90 scope, and you won't have to import a module which is deprecated on recent
128 - Backported the `Generic` and `Generic1` instances available in `base-4.7.0.0`
140 - `Read` instance for `Fixed`
144 - `Typeable` instance for `KProxy`
[all …]
/dports/security/hs-cryptol/cryptol-2.11.0/_cabal_deps/base-orphans-0.8.4/
H A DCHANGES.markdown2 - Backport the `Ord` instances for `TyCon` and `TypeRep` to be available on
22 - Backport the `Typeable (() :: Constraint)` instance to be available on
33 - `Applicative` instance for `K1`
51 * `Data` instance for `Const`
67 `Proxy`, and made the `Functor`, `Foldable`, `Traversable`, `Alternative`,
73 `Data` instances for datatypes in the `GHC.Generics` module (introduced in
90 scope, and you won't have to import a module which is deprecated on recent
128 - Backported the `Generic` and `Generic1` instances available in `base-4.7.0.0`
140 - `Read` instance for `Fixed`
144 - `Typeable` instance for `KProxy`
[all …]

12345678910>>...693