Home
last modified time | relevance | path

Searched refs:fetch_tags (Results 1 – 25 of 38) sorted by relevance

12

/dports/textproc/p5-String-Tagged/String-Tagged-0.17/t/
H A D06tags-substr.t15 sub fetch_tags
21 $str->iter_tags_nooverlap( \&fetch_tags );
33 $str->iter_tags_nooverlap( \&fetch_tags );
47 $str->iter_tags_nooverlap( \&fetch_tags );
59 $str->iter_tags_nooverlap( \&fetch_tags );
72 $str->iter_tags_nooverlap( \&fetch_tags );
84 $str->iter_tags_nooverlap( \&fetch_tags );
H A D30appendinsert.t25 sub fetch_tags
31 $str->iter_tags_nooverlap( \&fetch_tags );
46 $str->iter_tags_nooverlap( \&fetch_tags );
63 $str->iter_tags_nooverlap( \&fetch_tags );
77 $str->iter_tags_nooverlap( \&fetch_tags );
H A D03tags-iter-limit.t53 sub fetch_tags
60 $str->iter_tags_nooverlap( \&fetch_tags, start => 20 );
70 $str->iter_tags_nooverlap( \&fetch_tags, end => 20 );
80 $str->iter_tags_nooverlap( \&fetch_tags, only => [qw( message )] );
88 $str->iter_tags_nooverlap( \&fetch_tags, except => [qw( message )] );
H A D02tags-conststr.t80 sub fetch_tags
87 $str->iter_tags_nooverlap( \&fetch_tags );
115 $str->iter_tags_nooverlap( \&fetch_tags );
142 $str->iter_tags_nooverlap( \&fetch_tags );
155 $str->iter_tags_nooverlap( \&fetch_tags );
191 $str->iter_tags_nooverlap( \&fetch_tags );
236 $str->iter_tags_nooverlap( \&fetch_tags );
H A D04tags-appendstr.t33 sub fetch_tags
38 $str->iter_tags_nooverlap( \&fetch_tags );
50 $str->iter_tags_nooverlap( \&fetch_tags );
63 $str->iter_tags_nooverlap( \&fetch_tags );
/dports/devel/brz/breezy-3.2.0/breezy/git/
H A Dbranch.py997 stop_revision, fetch_tags=fetch_tags, limit=limit, lossy=lossy)
1002 if fetch_tags is None:
1004 fetch_tags = c.get('branch.fetch_tags')
1245 if fetch_tags is None:
1247 fetch_tags = c.get('branch.fetch_tags')
1249 [stop_revision], include_tags=fetch_tags)
1282 fetch_tags = c.get('branch.fetch_tags')
1373 if fetch_tags is None:
1375 fetch_tags = c.get('branch.fetch_tags')
1383 if fetch_tags:
[all …]
/dports/graphics/pencil2d/pencil-0.6.6/util/
H A Ddocumentation-deploy.sh10 fetch_tags() { function
54 fetch_tags
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/depot_tools/
H A Dgit_rebase_update.py50 fetch_tags = False
62 fetch_tags = True
71 if fetch_tags:
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/depot_tools/recipes/recipe_modules/git/
H A Dapi.py34 def fetch_tags(self, remote_name=None, **kwargs): member in GitApi
43 self.fetch_tags(remote_name=remote_name, **kwargs)
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/depot_tools/recipes/recipe_modules/git/examples/
H A Dfull.py64 api.git.fetch_tags(api.properties.get('remote_name'))
/dports/devel/cgit/cgit-1.2.3/git/
H A Dremote.h58 int fetch_tags; member
/dports/devel/git-gui/git-2.34.1/
H A Dremote.h60 int fetch_tags; member
/dports/devel/git-p4/git-2.34.1/
H A Dremote.h60 int fetch_tags; member
/dports/devel/git-svn/git-2.34.1/
H A Dremote.h60 int fetch_tags; member
/dports/devel/git/git-2.34.1/
H A Dremote.h60 int fetch_tags; member
/dports/devel/git-cvs/git-2.34.1/
H A Dremote.h60 int fetch_tags; member
/dports/devel/git-gui/git-2.34.1/builtin/
H A Dremote.c154 int fetch = 0, fetch_tags = TAGS_DEFAULT; in add() local
165 OPT_SET_INT(0, "tags", &fetch_tags, in add()
168 OPT_SET_INT(0, NULL, &fetch_tags, in add()
222 if (fetch_tags != TAGS_DEFAULT) { in add()
226 fetch_tags == TAGS_SET ? "--tags" : "--no-tags"); in add()
H A Dfetch.c1530 int autotags = (transport->remote->fetch_tags == 1); in do_fetch()
1538 if (transport->remote->fetch_tags == 2) in do_fetch()
1540 if (transport->remote->fetch_tags == -1) in do_fetch()
/dports/devel/git-p4/git-2.34.1/builtin/
H A Dremote.c154 int fetch = 0, fetch_tags = TAGS_DEFAULT; in add() local
165 OPT_SET_INT(0, "tags", &fetch_tags, in add()
168 OPT_SET_INT(0, NULL, &fetch_tags, in add()
222 if (fetch_tags != TAGS_DEFAULT) { in add()
226 fetch_tags == TAGS_SET ? "--tags" : "--no-tags"); in add()
/dports/devel/git/git-2.34.1/builtin/
H A Dremote.c154 int fetch = 0, fetch_tags = TAGS_DEFAULT; in add() local
165 OPT_SET_INT(0, "tags", &fetch_tags, in add()
168 OPT_SET_INT(0, NULL, &fetch_tags, in add()
222 if (fetch_tags != TAGS_DEFAULT) { in add()
226 fetch_tags == TAGS_SET ? "--tags" : "--no-tags"); in add()
/dports/devel/git-cvs/git-2.34.1/builtin/
H A Dremote.c154 int fetch = 0, fetch_tags = TAGS_DEFAULT; in add() local
165 OPT_SET_INT(0, "tags", &fetch_tags, in add()
168 OPT_SET_INT(0, NULL, &fetch_tags, in add()
222 if (fetch_tags != TAGS_DEFAULT) { in add()
226 fetch_tags == TAGS_SET ? "--tags" : "--no-tags"); in add()
/dports/devel/git-svn/git-2.34.1/builtin/
H A Dremote.c154 int fetch = 0, fetch_tags = TAGS_DEFAULT; in add() local
165 OPT_SET_INT(0, "tags", &fetch_tags, in add()
168 OPT_SET_INT(0, NULL, &fetch_tags, in add()
222 if (fetch_tags != TAGS_DEFAULT) { in add()
226 fetch_tags == TAGS_SET ? "--tags" : "--no-tags"); in add()
H A Dfetch.c1530 int autotags = (transport->remote->fetch_tags == 1);
1538 if (transport->remote->fetch_tags == 2)
1540 if (transport->remote->fetch_tags == -1)
/dports/devel/cgit/cgit-1.2.3/git/builtin/
H A Dremote.c153 int fetch = 0, fetch_tags = TAGS_DEFAULT; in add() local
164 OPT_SET_INT(0, "tags", &fetch_tags, in add()
167 OPT_SET_INT(0, NULL, &fetch_tags, in add()
220 if (fetch_tags != TAGS_DEFAULT) { in add()
224 fetch_tags == TAGS_SET ? "--tags" : "--no-tags"); in add()
H A Dfetch.c1313 int autotags = (transport->remote->fetch_tags == 1); in do_fetch()
1320 if (transport->remote->fetch_tags == 2) in do_fetch()
1322 if (transport->remote->fetch_tags == -1) in do_fetch()

12