Home
last modified time | relevance | path

Searched +refs:match +refs:base +refs:name +refs:latest (Results 176 – 200 of 15278) sorted by relevance

12345678910>>...612

/dports/lang/ghc/ghc-8.10.7/libraries/Cabal/Cabal/doc/
H A Ddeveloping-packages.rst788 tools require the package-name specified for this field to match
1151 does match ``foo.tar.gz``
1153 - ``*`` wildcards will not match if the file name is empty (e.g.,
1529 unix ==2.7.2.0 (latest: 2.7.2.1)
1539 unix ==2.7.2.0 (latest: 2.7.2.1)
1551 HTTP ==4000.3.3 (latest: 4000.3.4)
1552 HUnit ==1.3.1.1 (latest: 1.5.0.0)
1556 HUnit ==1.3.1.1 (latest: 1.3.1.2)
2530 library file names must match:
2943 match, this test evaluates to true, otherwise false. The match is
[all …]
/dports/lang/gcc11/gcc-11.2.0/libgo/go/cmd/go/internal/list/
H A Dlist.go30 var CmdList = &base.Command{
183 The -export flag causes list to set the Export field to the name of a
197 for a particular test binary is followed by a space and the name of
199 or "regexp [sort.test]". The ForTest field is also set to the name
259 When the latest version of a given module is newer than
276 to semantic versioning, earliest to latest. The flag also changes
297 module paths match the pattern.
360 base.Fatalf("%s", err)
380 base.Fatalf("%s", err)
457 base.ExitIfErrors()
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/libgo/go/cmd/go/internal/list/
H A Dlist.go30 var CmdList = &base.Command{
183 The -export flag causes list to set the Export field to the name of a
197 for a particular test binary is followed by a space and the name of
199 or "regexp [sort.test]". The ForTest field is also set to the name
259 When the latest version of a given module is newer than
276 to semantic versioning, earliest to latest. The flag also changes
297 module paths match the pattern.
360 base.Fatalf("%s", err)
380 base.Fatalf("%s", err)
457 base.ExitIfErrors()
[all …]
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libgo/go/cmd/go/internal/list/
H A Dlist.go30 var CmdList = &base.Command{
183 The -export flag causes list to set the Export field to the name of a
197 for a particular test binary is followed by a space and the name of
199 or "regexp [sort.test]". The ForTest field is also set to the name
259 When the latest version of a given module is newer than
276 to semantic versioning, earliest to latest. The flag also changes
297 module paths match the pattern.
360 base.Fatalf("%s", err)
380 base.Fatalf("%s", err)
457 base.ExitIfErrors()
[all …]
/dports/science/axom/axom-0.6.1/src/scripts/uberenv/docs/sphinx/
H A Dindex.rst26 .. # * Neither the name of the LLNS/LLNL nor the names of its contributors may
59 https://github.com/llnl/uberenv/ repo is used to hold the latest reference version of Uberenv.
71 Uberenv uses a ``project.json`` file to specify project details, including the target package name
72 and the base branch or commit in the package manager.
145 See `Vcpkg user docs <https://vcpkg.readthedocs.io/en/latest/users/triplets/>`_ for more informatio…
161 …ax, see the `Spack Specs & dependencies <https://spack.readthedocs.io/en/latest/basic_usage.html#s…
165 * ``{platform}`` must match the platform determined by uberenv.
169 See the `Spack Compiler Configuration <http://spack.readthedocs.io/en/latest/getting_started.html#m…
170 `Spack System Packages <http://spack.readthedocs.io/en/latest/getting_started.html#system-packages>…
198 …package_name ``--package-name`` Spack package name
/dports/math/R-cran-maps/maps/
H A DREADME.md8 …ta base has been replaced by a much more recent data base, imported from the Natural Earth data pr…
12 * The new data base contains less small islands, but the choice may be a bit different.
14 …encies have been remedied, e.g. on whether an island is called by its own name or as part of the c…
26 …n added which, for every country on the new world map, lists the official name, the ISO3166 2- and…
38 - match.map now works correctly for regions containing ":". This was potentially broken due to loca…
60 …most countries are named by their full name, "UK" and "USA" are shortened in the same way as in th…
/dports/math/R-cran-maps/maps/inst/
H A DREADME.md8 …ta base has been replaced by a much more recent data base, imported from the Natural Earth data pr…
12 * The new data base contains less small islands, but the choice may be a bit different.
14 …encies have been remedied, e.g. on whether an island is called by its own name or as part of the c…
26 …n added which, for every country on the new world map, lists the official name, the ISO3166 2- and…
38 - match.map now works correctly for regions containing ":". This was potentially broken due to loca…
60 …most countries are named by their full name, "UK" and "USA" are shortened in the same way as in th…
/dports/mail/lbdb/lbdb-0.42.1/
H A Dmutt_ldap_query.pl.in209 my $mesg = $ldap->search( base => $search_base, filter => $query ) or die $@;
285 name).
323 the destinguished name of the user who binds to the LDAP server.
377 email address, the name of the person and a comment.
416 variables using the resource file by two manners in order to match his
512 the following searching base 'ou=employees, o=Motorola,c=US' and
527 When not sure of the full name (i.e. it should contain Courville)
535 The latest version can be retrieved at
540 Note that now the script is integrated in the latest version of the little brother database availab…
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/containerd/containerd/containerd-1.4.3/reports/
H A D2017-06-23.md35 projects. At the core, we base it on the concept of protobuf field
37 to match arbitrary labels. These "selectors" come in the following
47 name==foo
50 This would match all objects that have a field `name` with the value
53 following will match objects that has the field labels and have the
67 We also define `!=` and `~=` as operators. The `!=` operator will match
68 all objects that don't match the value for a field and `~=` will compile
69 the target value as a regular expression and match the field value
73 selector will require all selectors are matched for the object to match.
74 The following example will match objects that are named `foo` and have
[all …]
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/containerd/containerd/reports/
H A D2017-06-23.md35 projects. At the core, we base it on the concept of protobuf field
37 to match arbitrary labels. These "selectors" come in the following
47 name==foo
50 This would match all objects that have a field `name` with the value
53 following will match objects that has the field labels and have the
67 We also define `!=` and `~=` as operators. The `!=` operator will match
68 all objects that don't match the value for a field and `~=` will compile
69 the target value as a regular expression and match the field value
73 selector will require all selectors are matched for the object to match.
74 The following example will match objects that are named `foo` and have
[all …]
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/containerd/containerd/reports/
H A D2017-06-23.md35 projects. At the core, we base it on the concept of protobuf field
37 to match arbitrary labels. These "selectors" come in the following
47 name==foo
50 This would match all objects that have a field `name` with the value
53 following will match objects that has the field labels and have the
67 We also define `!=` and `~=` as operators. The `!=` operator will match
68 all objects that don't match the value for a field and `~=` will compile
69 the target value as a regular expression and match the field value
73 selector will require all selectors are matched for the object to match.
74 The following example will match objects that are named `foo` and have
[all …]
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/containerd/containerd/reports/
H A D2017-06-23.md35 projects. At the core, we base it on the concept of protobuf field
37 to match arbitrary labels. These "selectors" come in the following
47 name==foo
50 This would match all objects that have a field `name` with the value
53 following will match objects that has the field labels and have the
67 We also define `!=` and `~=` as operators. The `!=` operator will match
68 all objects that don't match the value for a field and `~=` will compile
69 the target value as a regular expression and match the field value
73 selector will require all selectors are matched for the object to match.
74 The following example will match objects that are named `foo` and have
[all …]
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/containerd/containerd/reports/
H A D2017-06-23.md35 projects. At the core, we base it on the concept of protobuf field
37 to match arbitrary labels. These "selectors" come in the following
47 name==foo
50 This would match all objects that have a field `name` with the value
53 following will match objects that has the field labels and have the
67 We also define `!=` and `~=` as operators. The `!=` operator will match
68 all objects that don't match the value for a field and `~=` will compile
69 the target value as a regular expression and match the field value
73 selector will require all selectors are matched for the object to match.
74 The following example will match objects that are named `foo` and have
[all …]
/dports/sysutils/helm/helm-3.5.2/vendor/github.com/containerd/containerd/reports/
H A D2017-06-23.md35 projects. At the core, we base it on the concept of protobuf field
37 to match arbitrary labels. These "selectors" come in the following
47 name==foo
50 This would match all objects that have a field `name` with the value
53 following will match objects that has the field labels and have the
67 We also define `!=` and `~=` as operators. The `!=` operator will match
68 all objects that don't match the value for a field and `~=` will compile
69 the target value as a regular expression and match the field value
73 selector will require all selectors are matched for the object to match.
74 The following example will match objects that are named `foo` and have
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/containerd/containerd/reports/
H A D2017-06-23.md35 projects. At the core, we base it on the concept of protobuf field
37 to match arbitrary labels. These "selectors" come in the following
47 name==foo
50 This would match all objects that have a field `name` with the value
53 following will match objects that has the field labels and have the
67 We also define `!=` and `~=` as operators. The `!=` operator will match
68 all objects that don't match the value for a field and `~=` will compile
69 the target value as a regular expression and match the field value
73 selector will require all selectors are matched for the object to match.
74 The following example will match objects that are named `foo` and have
[all …]
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/containerd/containerd/reports/
H A D2017-06-23.md35 projects. At the core, we base it on the concept of protobuf field
37 to match arbitrary labels. These "selectors" come in the following
47 name==foo
50 This would match all objects that have a field `name` with the value
53 following will match objects that has the field labels and have the
67 We also define `!=` and `~=` as operators. The `!=` operator will match
68 all objects that don't match the value for a field and `~=` will compile
69 the target value as a regular expression and match the field value
73 selector will require all selectors are matched for the object to match.
74 The following example will match objects that are named `foo` and have
[all …]
/dports/science/ascent/ascent-0.7.1-66-gbcf2742a/scripts/uberenv/docs/sphinx/
H A Dindex.rst26 .. # * Neither the name of the LLNS/LLNL nor the names of its contributors may
59 https://github.com/llnl/uberenv/ repo is used to hold the latest reference version of Uberenv.
61 …rposes. The process is documented `here <https://radiuss-ci.readthedocs.io/en/latest/index.html>`_.
72 Uberenv uses a ``project.json`` file to specify project details, including the target package name
73 and the base branch or commit in the package manager.
135 See `Vcpkg user docs <https://vcpkg.readthedocs.io/en/latest/users/triplets/>`_ for more informatio…
146 …ax, see the `Spack Specs & dependencies <https://spack.readthedocs.io/en/latest/basic_usage.html#s…
154 * ``{platform}`` must match the platform determined by uberenv (`darwin` on OSX).
158 See the `Spack Compiler Configuration <http://spack.readthedocs.io/en/latest/getting_started.html#m…
159 `Spack System Packages <http://spack.readthedocs.io/en/latest/getting_started.html#system-packages>…
[all …]
/dports/science/conduit/conduit-0.8.0/scripts/uberenv/docs/sphinx/
H A Dindex.rst26 .. # * Neither the name of the LLNS/LLNL nor the names of its contributors may
59 https://github.com/llnl/uberenv/ repo is used to hold the latest reference version of Uberenv.
61 …rposes. The process is documented `here <https://radiuss-ci.readthedocs.io/en/latest/index.html>`_.
72 Uberenv uses a ``project.json`` file to specify project details, including the target package name
73 and the base branch or commit in the package manager.
135 See `Vcpkg user docs <https://vcpkg.readthedocs.io/en/latest/users/triplets/>`_ for more informatio…
146 …ax, see the `Spack Specs & dependencies <https://spack.readthedocs.io/en/latest/basic_usage.html#s…
154 * ``{platform}`` must match the platform determined by uberenv (`darwin` on OSX).
158 See the `Spack Compiler Configuration <http://spack.readthedocs.io/en/latest/getting_started.html#m…
159 `Spack System Packages <http://spack.readthedocs.io/en/latest/getting_started.html#system-packages>…
[all …]
/dports/devel/py-importlib-metadata/importlib_metadata-4.8.1/docs/
H A Dusing.rst72 each ``EntryPoint`` has a ``.name``, ``.group``, and ``.value`` attributes and
107 >>> (wheel,) = entry_points(group='console_scripts', name='wheel')
113 EntryPoint(name='wheel', value='wheel.cli:main', group='console_scripts')
124 The ``group`` and ``name`` are arbitrary values defined by the package author
127 <https://setuptools.readthedocs.io/en/latest/setuptools.html#dynamic-discovery-of-services-and-plug…
153 name the metadata keywords, and
294 ``DistributionFinder`` abstract base class, which defines this abstract
303 The ``DistributionFinder.Context`` object provides ``.path`` and ``.name``
304 properties indicating the path to search and name to match and may
314 .. _`entry point API`: https://setuptools.readthedocs.io/en/latest/pkg_resources.html#entry-points
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/tools/cargo/src/doc/src/reference/
H A Dspecifying-dependencies.md34 latest `0.1.z` release, but would not update us to `0.2.0`. If instead we had
36 the latest `1.y` release, but not `2.0`. The version `0.0.x` is not considered
140 we intend to use the latest commit on the main branch to build our package.
143 the latest commit on a branch named `next`:
158 latest commit at the time. New commits will not be pulled down automatically
229 # N.B. that if a version doesn't match, Cargo will fail to compile!
302 foo/bar.json`), use the base filename without the `.json` extension:
412 name = "mypackage"
444 name of the dependency, not the package name, when renamed.
470 var base = url.substring(0, url.lastIndexOf('/'));
[all …]
/dports/devel/cargo-c/cargo-c-0.9.6+cargo-0.58/cargo-crates/cargo-0.58.0/src/doc/src/reference/
H A Dspecifying-dependencies.md34 latest `0.1.z` release, but would not update us to `0.2.0`. If instead we had
36 the latest `1.y` release, but not `2.0`. The version `0.0.x` is not considered
140 we intend to use the latest commit on the main branch to build our package.
143 the latest commit on a branch named `next`:
158 latest commit at the time. New commits will not be pulled down automatically
229 # N.B. that if a version doesn't match, Cargo will fail to compile!
302 foo/bar.json`), use the base filename without the `.json` extension:
412 name = "mypackage"
444 name of the dependency, not the package name, when renamed.
470 var base = url.substring(0, url.lastIndexOf('/'));
[all …]
/dports/science/InsightToolkit/ITK-5.0.1/Documentation/ReleaseNotes/
H A D5.0rc02.md85 - GDCM updated to the latest version.
88 - KWSys updated to the latest version.
89 - MetaIO updated to the latest version.
90 - VXL updated to the latest version.
91 - MINC updated to the latest version.
193 BUG: Correct CMake variable name and move baseline files to appropriate folder
264 STYLE: Improve coverage issue template name wording.
405 ENH: Children name match using string.find (i.e., any substring)
406 ENH: Refined SpatialObject base class and organized .h. Refactoring.
411 ENH: Refactor Scene to be a Group and refine base SpatialObject
[all …]
/dports/biology/vcflib/vcflib-1.0.2/googletest/googlemock/docs/
H A DFrequentlyAskedQuestions.md31 // Old matcher definition that doesn't work with the latest
84 // a user understand why value matches (or doesn't match).
171 // a user understand why value matches (or doesn't match).
242 the arguments' types are. Only the _author of the base class_ knows
280 `const` modifier is _ignored_. Therefore, the `Foo` base class above
290 it with a `const int` parameter. The compiler will still match them
344 Whenever you derive from a base class, make sure its destructor is
394 order. If you want them to match in a certain order, you need to be
502 around this you can use `typedef` to give the map type a name, but
578 your life easier, Google Mock prints the function name and arguments
[all …]
/dports/biology/vcflib/vcflib-1.0.2/googletest/googlemock/docs/v1_5/
H A DFrequentlyAskedQuestions.md27 // Old matcher definition that doesn't work with the latest
80 // a user understand why value matches (or doesn't match).
167 // a user understand why value matches (or doesn't match).
238 the arguments' types are. Only the _author of the base class_ knows
276 `const` modifier is _ignored_. Therefore, the `Foo` base class above
286 it with a `const int` parameter. The compiler will still match them
340 Whenever you derive from a base class, make sure its destructor is
390 order. If you want them to match in a certain order, you need to be
498 around this you can use `typedef` to give the map type a name, but
574 your life easier, Google Mock prints the function name and arguments
[all …]
/dports/games/leela-zero/leela-zero-0.17/gtest/googlemock/docs/
H A DFrequentlyAskedQuestions.md31 // Old matcher definition that doesn't work with the latest
84 // a user understand why value matches (or doesn't match).
171 // a user understand why value matches (or doesn't match).
242 the arguments' types are. Only the _author of the base class_ knows
280 `const` modifier is _ignored_. Therefore, the `Foo` base class above
290 it with a `const int` parameter. The compiler will still match them
344 Whenever you derive from a base class, make sure its destructor is
394 order. If you want them to match in a certain order, you need to be
502 around this you can use `typedef` to give the map type a name, but
578 your life easier, Google Mock prints the function name and arguments
[all …]

12345678910>>...612