Home
last modified time | relevance | path

Searched full:repository (Results 1 – 25 of 2731) sorted by relevance

12345678910>>...110

/third_party/python/Lib/distutils/
Dconfig.py26 repository = None variable in PyPIRCCommand
30 ('repository=', 'r',
31 "url of repository [default: %s]" % \
53 repository = self.repository or self.DEFAULT_REPOSITORY
77 for key, default in (('repository',
86 # work around people having "repository" for the "pypi"
90 repository in (self.DEFAULT_REPOSITORY, 'pypi')):
91 current['repository'] = self.DEFAULT_REPOSITORY
94 if (current['server'] == repository or
95 current['repository'] == repository):
[all …]
/third_party/boost/boost/spirit/repository/home/qi/directive/
Dkwd.hpp24 #include <boost/spirit/repository/home/support/kwd.hpp>
41 , terminal_ex<repository::tag::kwd // enables kwd(key)[p]
47 , terminal_ex<repository::tag::ikwd // enables ikwd(key)[p]
53 , terminal_ex<repository::tag::dkwd // enables dkwd(key)[p]
59 , terminal_ex<repository::tag::idkwd // enables idkwd(key)[p]
66 , terminal_ex<repository::tag::kwd // enables kwd(key,exact)[p]
72 , terminal_ex<repository::tag::ikwd // enables ikwd(key,exact)[p]
78 , terminal_ex<repository::tag::dkwd // enables dkwd(key,exact)[p]
84 , terminal_ex<repository::tag::idkwd // enables idkwd(key,exact)[p]
90 , terminal_ex<repository::tag::kwd // enables kwd(min, max)[p]
[all …]
Dseek.hpp23 #include <boost/spirit/repository/home/support/seek.hpp>
34 struct use_directive<qi::domain, repository::tag::seek>
39 namespace boost { namespace spirit { namespace repository {namespace qi namespace
42 using repository::seek;
44 using repository::seek_type;
97 }}}} // namespace boost::spirit::repository::qi
106 struct make_directive<repository::tag::seek, Subject, Modifiers>
108 typedef repository::qi::seek_directive<Subject> result_type;
122 struct has_semantic_action<repository::qi::seek_directive<Subject> >
128 struct handles_container<repository::qi::seek_directive<Subject>, Attribute
Dconfix.hpp21 #include <boost/spirit/repository/home/support/confix.hpp>
36 , terminal_ex<repository::tag::confix, fusion::vector2<Prefix, Suffix> > >
41 struct use_lazy_directive<qi::domain, repository::tag::confix, 2>
47 namespace boost { namespace spirit { namespace repository { namespace qi namespace
50 using repository::confix;
52 using repository::confix_type;
114 terminal_ex<repository::tag::confix, fusion::vector2<Prefix, Suffix> >
124 typedef repository::qi::confix_parser<
143 repository::qi::confix_parser<Subject, Prefix, Suffix> >
Ddistinct.hpp31 #include <boost/spirit/repository/home/support/distinct.hpp>
46 , terminal_ex<repository::tag::distinct, fusion::vector1<Tail> > >
51 struct use_lazy_directive<qi::domain, repository::tag::distinct, 1>
57 namespace boost { namespace spirit { namespace repository {namespace qi namespace
60 using repository::distinct;
62 using repository::distinct_type;
116 terminal_ex<repository::tag::distinct, fusion::vector1<Tail> >
122 typedef repository::qi::distinct_parser<
140 repository::qi::distinct_parser<Subject, Tail, Modifier> >
/third_party/node/.github/workflows/
Dcommit-queue.yml2 # This action requires the following secrets to be set on the repository:
12 # be read-only, and the Action won't have access to any other repository
19 if: github.repository == 'nodejs/node'
42 echo "::set-env name=REPOSITORY::$(echo ${{ github.repository }} | cut -d/ -f2)"
51 repository(owner:$owner, name:$repo) {
60 repo: ${{ env.REPOSITORY }}
61 # Commit queue is only enabled for the default branch on the repository
75 ncu-config set repo "${{ env.REPOSITORY }}"
79 …WNER }} ${{ env.REPOSITORY }} ${{ secrets.GITHUB_TOKEN }} $(echo '${{ steps.get_mergable_pull_requ…
Dauto-start-ci.yml14 if: github.repository == 'nodejs/node'
31 echo "::set-env name=REPOSITORY::$(echo ${{ github.repository }} | cut -d/ -f2)"
41 repository(owner:$owner, name:$repo) {
50 repo: ${{ env.REPOSITORY }}
60 ncu-config set repo ${{ env.REPOSITORY }}
63 …B_TOKEN }} ${{ env.OWNER }} ${{ env.REPOSITORY }} $(echo '${{ steps.get_prs_for_ci.outputs.data }}…
/third_party/flutter/skia/third_party/externals/angle2/doc/
DUpdate20130618.md9 contributors pulling from the svn repository will continue to be able to do so,
10 but please note that this repository is now read-only, and no further updates
12 need to watch the git repository. Instructions on checking out code from the git
13 repository can be found on the [Source Checkout](https://code.google.com/p/angleproject/source/chec…
24 the new repository, has been promoted to master. Code previously located in the
25 trunk of the svn repository will now be located in the git legacy branch, and
DBranchingAndRolling.md5 its dependency on a specific version of ANGLE in the repository; this document
12 repository's src/DEPS file]
23 of the repository, or via [the public repository viewer]
25 …* If using the public repository viewer, you will need to select the branch whose log you wish to …
44 * Check out this commit as a new branch in your local repository.
50 * To create this new branch in the public repository, you'll need to push the
53 * e.g., to use your local 'mybranch' to create a branch in the public repository called
/third_party/boost/libs/spirit/doc/
Drepository.qbk9 [section:repository Spirit Repository]
11 The __spirit__ repository is a community effort collecting different reusable
13 __karma__ generators. All components in the repository have been peer reviewed
15 repository see [@../../repository/doc/html/index.html here].
/third_party/boost/libs/spirit/repository/doc/
Dpreface.qbk11 [heading The Spirit Repository]
13 The __spirit__ repository is a community effort collecting different reusable
15 __karma__ generators. All components in the repository have been peer reviewed
24 That allows the repository to play an additional role in terms of being a
26 the repository than from the /Spirit/ core library. So if an author can't
28 those parts from the repository more easily.
30 The repository is an excellent way of evolving things. The /Spirit/ core has
35 to a minimum. Again, changing things in the repository is ought to be a lot
47 time to move repository components/grammars into the /Spirit/ core library.
/third_party/boost/libs/log/src/
Dattribute_name.cpp42 class attribute_name::repository : class in boost::attribute_name
44 repository,
45 shared_ptr< repository >
49 repository,
50 shared_ptr< repository >
55 repository,
56 shared_ptr< repository >
74 //! An element of the attribute names repository
182 base_type::get_instance() = boost::make_shared< repository >(); in init_instance()
189 return repository::get()->get_id_from_string(name); in get_id_from_string()
[all …]
/third_party/flutter/skia/infra/bots/
Dgit_utils.py45 This class allows one to create a new branch in a repository to make changes,
100 """Creates a new local checkout of a Git repository."""
102 def __init__(self, repository, local=None): argument
103 """Set parameters for this local copy of a Git repository.
116 repository: URL of the remote repository (e.g.,
117 'https://skia.googlesource.com/common') or path to a local repository
125 self._repository = repository
134 """Check out a new local copy of the repository.
/third_party/boost/libs/spirit/doc/html/spirit/
Drepository.html4 <title>Spirit Repository</title>
27 <a name="spirit.repository"></a><a class="link" href="repository.html" title="Spirit Repository">Sp…
30 The <a href="http://boost-spirit.com" target="_top">Spirit</a> repository is a community
33 generators. All components in the repository have been peer reviewed or discussed
35 …General List</a>. For more information about the repository see <a href="../../../repository/doc/h…
/third_party/flutter/flutter/packages/flutter_goldens/lib/
Dflutter_goldens.dart37 /// repository.
93 /// `flutter/goldens` repository.
95 /// Within the https://github.com/flutter/flutter repository, it's important
96 /// not to check-in binaries in order to keep the size of the repository to a
98 /// files from a sibling repository, `flutter/goldens`.
100 /// This comparator will locally clone the `flutter/goldens` repository into
113 /// file images against the `flutter/goldens` repository.
131 /// repository is guaranteed to be ready to use.
168 /// performed against the flutter/goldens repository.
185 /// flutter/goldens repository.
[all …]
/third_party/boost/boost/spirit/repository/home/
Dqi.hpp14 #include <boost/spirit/repository/home/qi/primitive.hpp>
15 #include <boost/spirit/repository/home/qi/directive.hpp>
16 #include <boost/spirit/repository/home/qi/nonterminal.hpp>
17 #include <boost/spirit/repository/home/qi/operator.hpp>
/third_party/boost/boost/spirit/repository/home/qi/
Ddirective.hpp14 #include <boost/spirit/repository/home/qi/directive/distinct.hpp>
15 #include <boost/spirit/repository/home/qi/directive/confix.hpp>
16 #include <boost/spirit/repository/home/qi/directive/kwd.hpp>
17 #include <boost/spirit/repository/home/qi/directive/seek.hpp>
/third_party/boost/libs/beast/
DCONTRIBUTING.md5 :heart_eyes: **please star the Boost.Beast repository!** :heart_eyes:
8 [official repository page](https://github.com/boostorg/beast/blob/master/CONTRIBUTING.md),
15 <img width="400" height = "150" alt = "Please Star the Repository"
20 Boost repository page so you can give Beast a star!
33 the documentation examples, tests, and repository as well as the
50 subscribing to repository notifications to get alerted to new
/third_party/grpc/tools/distrib/python/
Dsubmit.py22 description='Submit the package to a PyPI repository.')
23 parser.add_argument('--repository',
28 help='The repository to push the package to. '
41 help='Username to authenticate with the repository. Not needed if you have '
48 help='Password to authenticate with the repository. Not needed if you have '
84 cmd = ['twine', 'upload', '-r', args.repository]
/third_party/boost/boost/spirit/repository/home/karma/directive/
Dconfix.hpp20 #include <boost/spirit/repository/home/support/confix.hpp>
35 , terminal_ex<repository::tag::confix, fusion::vector2<Prefix, Suffix> > >
40 struct use_lazy_directive<karma::domain, repository::tag::confix, 2>
46 namespace boost { namespace spirit { namespace repository { namespace karma namespace
49 using repository::confix;
51 using repository::confix_type;
105 terminal_ex<repository::tag::confix, fusion::vector2<Prefix, Suffix> >
115 typedef repository::karma::confix_generator<
134 repository::karma::confix_generator<Subject, Prefix, Suffix> >
/third_party/node/deps/npm/
DCONTRIBUTING.md21 Welcome to the npm CLI Contributor Guide! This document outlines the npm CLI repository's process f…
23 All interactions in the npm repository are covered by the [npm Code of Conduct](https://www.npmjs.c…
82 …decade. There is a handy `make` command that will connect the **cloned repository** you have on yo…
85 # Clone the repository to start with
88 # Change working directories into the repository
94 # Connect repository to the global namespace
106 # Connect repository to global namespace
123 1. Make a pull-request against this repository
172repository](https://github.com/npm/rfcs). Exactly how to do that is outlined in that repository. I…
/third_party/python/Lib/distutils/command/
Dregister.py3 Implements the Distutils 'register' command (register with the repository).
75 self.repository = config['repository']
79 if self.repository not in ('pypi', self.DEFAULT_REPOSITORY):
80 raise ValueError('%s not found in .pypirc' % self.repository)
81 if self.repository == 'pypi':
82 self.repository = self.DEFAULT_REPOSITORY
88 url = self.repository+'?:action=list_classifiers'
162 host = urllib.parse.urlparse(self.repository)[1]
254 self.repository),
282 req = urllib.request.Request(self.repository, body, headers)
/third_party/node/deps/npm/node_modules/normalize-package-data/
DREADME.md73 * If `repository` field is a string, it will become an object with `url` set to the original string…
74 * If `repository.url` is not a valid url, but in the style of "[owner-name]/[repo-name]", `reposito…
76repository` field points to a repository hosted on GitHub, the value of the `bugs` field gets set …
80repository` field points to a repository hosted on GitHub, the value of the `homepage` field gets …
/third_party/boost/boost/spirit/repository/home/qi/primitive/
Dflush_multi_pass.hpp21 #include <boost/spirit/repository/home/support/flush_multi_pass.hpp>
32 struct use_terminal<qi::domain, repository::tag::flush_multi_pass>
38 namespace boost { namespace spirit { namespace repository { namespace qi namespace
41 using repository::flush_multi_pass;
43 using repository::flush_multi_pass_type;
82 struct make_primitive<repository::tag::flush_multi_pass, Modifiers>
84 typedef repository::qi::flush_multi_pass_parser result_type;
/third_party/node/deps/npm/node_modules/normalize-package-data/lib/
Dfixer.js17 data.repository = data.repositories[0]
19 if (!data.repository) return this.warn("missingRepository")
20 if (typeof data.repository === "string") {
21 data.repository = {
23 url: data.repository
26 var r = data.repository.url || ""
30 r = data.repository.url
240 if (!data.bugs && data.repository && data.repository.url) {
241 var hosted = hostedGitInfo.fromUrl(data.repository.url)
281 if (!data.homepage && data.repository && data.repository.url) {
[all …]

12345678910>>...110