Home
last modified time | relevance | path

Searched +refs:namespace +refs:set +refs:consistent (Results 126 – 150 of 8806) sorted by relevance

12345678910>>...353

/dports/multimedia/v4l-utils/linux-5.13-rc2/Documentation/userspace-api/media/v4l/
H A Dvidioc-enum-framesizes.rst2 .. c:namespace:: V4L
50 ``v4l2_frmsizeenum.type`` field is set to
56 ``v4l2_frmsizeenum.type`` field is set to
63 field is set to ``V4L2_FRMSIZE_TYPE_CONTINUOUS`` by the driver. Of
65 ``step_width`` and ``step_height`` values are set to 1.
80 enumeration data is consistent if the application does not perform any
192 On success 0 is returned, on error -1 and the ``errno`` variable is set
H A Dvidioc-enum-frameintervals.rst2 .. c:namespace:: V4L
49 `v4l2_frmivalenum.type` field is set to
55 ``v4l2_frmivalenum.type`` field is set to
62 field is set to ``V4L2_FRMIVAL_TYPE_CONTINUOUS`` by the driver. Of
64 value is set to 1.
80 enumeration data is consistent if the application does not perform any
184 On success 0 is returned, on error -1 and the ``errno`` variable is set
/dports/multimedia/v4l_compat/linux-5.13-rc2/Documentation/userspace-api/media/v4l/
H A Dvidioc-enum-framesizes.rst2 .. c:namespace:: V4L
50 ``v4l2_frmsizeenum.type`` field is set to
56 ``v4l2_frmsizeenum.type`` field is set to
63 field is set to ``V4L2_FRMSIZE_TYPE_CONTINUOUS`` by the driver. Of
65 ``step_width`` and ``step_height`` values are set to 1.
80 enumeration data is consistent if the application does not perform any
192 On success 0 is returned, on error -1 and the ``errno`` variable is set
H A Dvidioc-enum-frameintervals.rst2 .. c:namespace:: V4L
49 `v4l2_frmivalenum.type` field is set to
55 ``v4l2_frmivalenum.type`` field is set to
62 field is set to ``V4L2_FRMIVAL_TYPE_CONTINUOUS`` by the driver. Of
64 value is set to 1.
80 enumeration data is consistent if the application does not perform any
184 On success 0 is returned, on error -1 and the ``errno`` variable is set
/dports/devel/p5-Log-Report/Log-Report-1.33/lib/Dancer2/Logger/
H A DLogReport.pod40 prevent namespace clashes.
48 message format consistent regardless of where the message was generated (be it
54 to set a very simple C<logger_format>, because the dispatchers do already add
59 You also want to set the Dancer2 log level to C<debug>, because level filtering
/dports/graphics/opencv/opencv-4.5.3/contrib/modules/sfm/cmake/
H A DFindGflags.cmake102 set(GFLAGS_NAMESPACE "" CACHE STRING
103 "gflags namespace (google or gflags)" FORCE)
156 # we explicitly set if after having the correct namespace.
210 # we explicitly set if after having the correct namespace.
226 string(REGEX MATCH "namespace [A-Za-z]+"
239 # Found valid gflags namespace from gflags.h.
269 # Found valid gflags namespace from gflags.h.
308 # To ensure a more consistent response across all OSs, and as users usually
514 set(GFLAGS_FOUND TRUE)
519 # to detect the gflags namespace:
[all …]
/dports/misc/openmvg/openMVG-2.0/src/third_party/ceres-solver/cmake/
H A DFindGflags.cmake105 set(GFLAGS_NAMESPACE "" CACHE STRING
106 "gflags namespace (google or gflags)" FORCE)
155 # we explicitly set if after having the correct namespace.
156 set(GFLAGS_NAMESPACE "" PARENT_SCOPE)
209 # we explicitly set if after having the correct namespace.
210 set(GFLAGS_NAMESPACE "" PARENT_SCOPE)
225 string(REGEX MATCH "namespace [A-Za-z]+"
312 # To ensure a more consistent response across all OSs, and as users usually
396 set(GFLAGS_FOUND ${gflags_FOUND})
499 set(GFLAGS_FOUND TRUE)
[all …]
/dports/security/helib/HElib-1.3.1/
H A DTESTS.md7 3. The entire set of tests can be run with:
24 One may often want to run a specific test or set of tests. This is achieved
59 - The presence of 'fixtures', which are classes to contain common set-up and
63 - A rich set of expectation/assertion macros, such as `EXPECT_EQ`, `EXPECT_GT`,
68 shuffling, and convenient, consistent printouts. This adds significant
82 4. Create an anonymous namespace in which to put everything, so that the global
83 namespace for the test runner is not polluted.
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/bindings/templates/
H A Dinterface_base.cc.tmpl12 namespace blink {
16 {% set active_scriptwrappable_inheritance =
56 "Be consistent.");
62 "Be consistent.");
69 "Be consistent.");
75 "Be consistent.");
80 namespace {{internal_namespace}} {
192 } // namespace {{internal_namespace}}
410 {% set parent_interface_template =
848 {% set constant_name = constant.camel_case_name %}
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/bindings/templates/
H A Dinterface_base.cc.tmpl12 namespace blink {
16 {% set active_scriptwrappable_inheritance =
56 "Be consistent.");
62 "Be consistent.");
69 "Be consistent.");
75 "Be consistent.");
80 namespace {{internal_namespace}} {
192 } // namespace {{internal_namespace}}
410 {% set parent_interface_template =
879 {% set constant_name = constant.camel_case_name %}
[all …]
/dports/lang/gjs/gjs-1.70.0/doc/
H A DStyle_Guide.md3 Our goal is to have all JavaScript code in GNOME follow a consistent style. In a dynamic language l…
15 In most editors you can set up eslint to run on your code as you type.
16 Or you can set it up as a git commit hook.
117 …enever possible. If you do create them, the variable name should have a namespace in it, like `Big…
119 - If you need to name a variable something weird to avoid a namespace collision, add a trailing `_`…
/dports/lang/cjs/cjs-4.8.2/doc/
H A DStyle_Guide.md3 Our goal is to have all JavaScript code in GNOME follow a consistent style. In a dynamic language l…
15 In most editors you can set up eslint to run on your code as you type.
16 Or you can set it up as a git commit hook.
117 …enever possible. If you do create them, the variable name should have a namespace in it, like `Big…
119 - If you need to name a variable something weird to avoid a namespace collision, add a trailing `_`…
/dports/science/py-OpenMC/openmc-0.12.2/docs/source/devguide/
H A Dstyleguide.rst7 In order to keep the OpenMC code base consistent in style, this guide specifies
15 .. important:: To ensure consistent styling with little effort, this project
57 namespace openmc {
109 namespace. Global variables must be declared in a namespace nested within the
110 ``openmc`` namespace. The following sub-namespaces are in use:
118 Accessors and mutators (get and set functions) may be named like
/dports/science/openmc/openmc-0.12.2/docs/source/devguide/
H A Dstyleguide.rst7 In order to keep the OpenMC code base consistent in style, this guide specifies
15 .. important:: To ensure consistent styling with little effort, this project
57 namespace openmc {
109 namespace. Global variables must be declared in a namespace nested within the
110 ``openmc`` namespace. The following sub-namespaces are in use:
118 Accessors and mutators (get and set functions) may be named like
/dports/devel/tcllib/tcllib-1.20/modules/math/
H A Dconstants.tcllib.man20 By using the package you get consistent values for numbers like pi and
67 in the calling namespace.
85 set value [expr {3.0*$onethird}]
92 The full set of named constants is listed in section [sectref Constants].
/dports/devel/tcllibc/tcllib-1.20/modules/math/
H A Dconstants.tcllib.man20 By using the package you get consistent values for numbers like pi and
67 in the calling namespace.
85 set value [expr {3.0*$onethird}]
92 The full set of named constants is listed in section [sectref Constants].
/dports/www/firefox-esr/firefox-91.8.0/dom/localstorage/
H A DPBackgroundLSDatabase.ipdl15 namespace mozilla {
16 namespace dom {
106 * presents an atomic and consistent view of the state of the authoritative
117 * access to a localStorage key (get, set, or removal, with set/removal
159 } // namespace dom
160 } // namespace mozilla
/dports/lang/spidermonkey78/firefox-78.9.0/dom/localstorage/
H A DPBackgroundLSDatabase.ipdl15 namespace mozilla {
16 namespace dom {
106 * presents an atomic and consistent view of the state of the authoritative
117 * access to a localStorage key (get, set, or removal, with set/removal
159 } // namespace dom
160 } // namespace mozilla
/dports/mail/thunderbird/thunderbird-91.8.0/dom/localstorage/
H A DPBackgroundLSDatabase.ipdl15 namespace mozilla {
16 namespace dom {
106 * presents an atomic and consistent view of the state of the authoritative
117 * access to a localStorage key (get, set, or removal, with set/removal
159 } // namespace dom
160 } // namespace mozilla
/dports/x11-toolkits/pangomm/pangomm-2.40.1/pango/src/
H A Dcontext.hg40 namespace Pango
128 /** Breaks a piece of text into segments with consistent directional level and shaping engine.
133 * @param attrs The set of attributes that apply.
138 /** Breaks a piece of text into segments with consistent directional level and shaping engine.
151 * @param attrs The set of attributes that apply to @a text.
179 } /* namespace Pango */
/dports/lang/tcl86/tcl8.6.12/tests/
H A Dappend.test14 if {"::tcltest" ni [namespace children]} {
16 namespace import -force ::tcltest::*
25 set x ""
34 set x ""
49 set x ""
62 set x ""
68 set x old
77 set x {}
81 set x {}
196 set x
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/Documentation/userspace-api/media/v4l/
H A Dvidioc-enum-frameintervals.rst2 .. c:namespace:: V4L
49 `v4l2_frmivalenum.type` field is set to
55 ``v4l2_frmivalenum.type`` field is set to
62 field is set to ``V4L2_FRMIVAL_TYPE_CONTINUOUS`` by the driver. Of
64 value is set to 1.
80 enumeration data is consistent if the application does not perform any
184 On success 0 is returned, on error -1 and the ``errno`` variable is set
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/github.com/hashicorp/consul/website/pages/docs/guides/
H A Dsecure-namespaces.mdx41 … visibility into the entire datacenter. It will be their responsibility to set up namespaces. For …
43 ### Create namespace definitions
68 $ consul namespace write app-team.json
69 $ consul namespace write db-team.json
75 $ consul namespace list
87 Alternatively, you can view each namespace with `consul namespace read`. After you create a namespa…
101 ### Create namespace management tokens
107 -namespace app-team \
109 -policy-name "namespace-management"
115 -namespace db-team \
[all …]
/dports/sysutils/cfengine-masterfiles319/cfengine-masterfiles-3.19.0/cfe_internal/update/
H A Dlib.cf10 # @param scope The scope in which the class should be defined (`bundle` or `namespace`)
14 # (`namespace`) or local (`bundle`) classes based on its outcome. For
15 # instance, with `class_prefix` set to `abc`:
19 # `abc_kept` will be set.
23 # `abc_reached` and `abc_repaired` will be set.
25 # This body is a simpler, more consistent version of the body
113 # @param scope The scope in which the class should be defined (`bundle` or `namespace`)
/dports/sysutils/cfengine-masterfiles316/cfengine-masterfiles-3.16.0/cfe_internal/update/
H A Dlib.cf10 # @param scope The scope in which the class should be defined (`bundle` or `namespace`)
14 # (`namespace`) or local (`bundle`) classes based on its outcome. For
15 # instance, with `class_prefix` set to `abc`:
19 # `abc_kept` will be set.
23 # `abc_reached` and `abc_repaired` will be set.
25 # This body is a simpler, more consistent version of the body
113 # @param scope The scope in which the class should be defined (`bundle` or `namespace`)

12345678910>>...353