Home
last modified time | relevance | path

Searched refs:newtag (Results 1 – 25 of 572) sorted by relevance

12345678910>>...23

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/apitools/org.eclipse.pde.api.tools/src/org/eclipse/pde/api/tools/internal/
H A DJavadocTagManager.java268 tagcache.put(newtag.getTagId(), newtag); in initializeJavadocTags() local
269 list.add(newtag); in initializeJavadocTags()
272 newtag = new ApiJavadocTag(IApiJavadocTag.NO_EXTEND_TAG_ID, "noextend", //$NON-NLS-1$ in initializeJavadocTags()
276 tagcache.put(newtag.getTagId(), newtag); in initializeJavadocTags() local
277 list.add(newtag); in initializeJavadocTags()
284 tagcache.put(newtag.getTagId(), newtag); in initializeJavadocTags() local
285 list.add(newtag); in initializeJavadocTags()
291 tagcache.put(newtag.getTagId(), newtag); in initializeJavadocTags() local
292 list.add(newtag); in initializeJavadocTags()
308 tagcache.put(newtag.getTagId(), newtag); in initializeJavadocTags() local
[all …]
/dports/www/kannel/gateway-1.4.4/utils/
H A Ddaily-patch20 newtag="new_daily_patch_tag$tagsuffix"
27 cvs -Q -d$CVSROOT rtag -F -a -D now $newtag $module
29 cvs -Q -d$CVSROOT rdiff -s -r $tag -r $newtag -u $module >> $temp
35 cvs -Q -d$CVSROOT rdiff -r $tag -r $newtag -u $module |
47 cvs -Q -d$CVSROOT rtag -F -a -r $newtag $tag $module
/dports/comms/gnuradio/gnuradio-3.8.4.0/gr-zeromq/lib/
H A Dtag_headers.cc96 gr::tag_t newtag; in parse_tag_header() local
97 sb.sgetn((char*)&(newtag.offset), sizeof(uint64_t)); in parse_tag_header()
98 newtag.key = pmt::deserialize(sb); in parse_tag_header()
99 newtag.value = pmt::deserialize(sb); in parse_tag_header()
100 newtag.srcid = pmt::deserialize(sb); in parse_tag_header()
101 tags_out.push_back(newtag); in parse_tag_header()
/dports/devel/gitolite2/gitolite-2.3.1/t/
H A Dt52-deny-create-ref40 name "u2 can create newtag on foo"
41 runlocal git tag newtag
42 runlocal git push u2:foo newtag
43 expect_push_ok "newtag -> newtag"
101 name "u2 can create newtag on bar"
102 runlocal git tag newtag
103 runlocal git push u2:bar newtag
104 expect_push_ok "newtag -> newtag"
/dports/www/gohugo/hugo-0.91.2/vendor/github.com/clbanning/mxj/v2/
H A Dxml_test.go16 …x := []byte(`<root2><newtag newattr="some_attr_value">something more</newtag><list listattr="val">…
41 …x := []byte(`<root2><newtag newattr="some_attr_value">something more</newtag><list listattr="val">…
64 x := []byte(`<root2><newtag>something more</newtag><list><item>1</item><item>2</item></list>`)
81 …x := []byte(`<root><this>is a test</this></root><root2><newtag>something more</newtag><list><item>…
/dports/www/webhook/webhook-2.8.0/vendor/github.com/clbanning/mxj/mxj-1.8.4/
H A Dxml_test.go16 …x := []byte(`<root2><newtag newattr="some_attr_value">something more</newtag><list listattr="val">…
41 …x := []byte(`<root2><newtag newattr="some_attr_value">something more</newtag><list listattr="val">…
64 x := []byte(`<root2><newtag>something more</newtag><list><item>1</item><item>2</item></list>`)
81 …x := []byte(`<root><this>is a test</this></root><root2><newtag>something more</newtag><list><item>…
/dports/www/writefreely/writefreely-0.13.1/vendor/github.com/clbanning/mxj/
H A Dxml_test.go16 …x := []byte(`<root2><newtag newattr="some_attr_value">something more</newtag><list listattr="val">…
41 …x := []byte(`<root2><newtag newattr="some_attr_value">something more</newtag><list listattr="val">…
64 x := []byte(`<root2><newtag>something more</newtag><list><item>1</item><item>2</item></list>`)
81 …x := []byte(`<root><this>is a test</this></root><root2><newtag>something more</newtag><list><item>…
/dports/comms/gnuradio/gnuradio-3.8.4.0/gnuradio-runtime/python/gnuradio/gr/
H A Dtag_utils.py16 newtag = PythonTag()
17 newtag.offset = tag.offset
18 newtag.key = pmt.to_python(tag.key)
19 newtag.value = pmt.to_python(tag.value)
20 newtag.srcid = pmt.to_python(tag.srcid)
21 return newtag
/dports/www/newsboat/newsboat-2.22.1/src/
H A Dopmlurlreader.cpp87 std::string newtag = tag; in rec_find_rss_outlines() local
97 if (newtag.length() > 0) { in rec_find_rss_outlines()
98 newtag.append("/"); in rec_find_rss_outlines()
100 newtag.append(text); in rec_find_rss_outlines()
105 rec_find_rss_outlines(node->children, newtag); in rec_find_rss_outlines()
H A Dopml.cpp63 std::string newtag = tag; in rec_find_rss_outlines() local
145 if (newtag.length() > 0) { in rec_find_rss_outlines()
146 newtag.append("/"); in rec_find_rss_outlines()
148 newtag.append(text); in rec_find_rss_outlines()
153 rec_find_rss_outlines(urlcfg, node->children, newtag); in rec_find_rss_outlines()
/dports/x11-wm/awesome/awesome-4.3/lib/awful/mouse/
H A Ddrag_to_tag.lua41 local newtag = tags[gmath.cycle(#tags, idx + 1)]
42 c:move_to_tag(newtag)
45 local newtag = tags[gmath.cycle(#tags, idx - 1)]
46 c:move_to_tag(newtag)
/dports/audio/normalize/normalize-0.7.7/nid3lib/
H A Dnid3.c185 id3_t newtag = NULL; in id3_open() local
210 if (newtag == NULL) in id3_open()
214 if (newtag->fp == NULL) in id3_open()
221 newtag->mode = mode; in id3_open()
223 newtag->nframes = -1; in id3_open()
224 newtag->tagsz = -1; in id3_open()
225 newtag->seekable = 1; in id3_open()
230 return newtag; in id3_open()
234 fclose(newtag->fp); in id3_open()
235 free(newtag); in id3_open()
[all …]
/dports/sysutils/ansible2/ansible-2.9.27/test/integration/targets/git/tasks/
H A Dcheckout-new-tag.yml24 - "'newtag' not in listoftags.stdout_lines"
27 command: git tag newtag
35 version: newtag
48 - "'newtag' in listoftags.stdout_lines"
/dports/sysutils/py-ansible-base/ansible-base-2.10.15/test/integration/targets/git/tasks/
H A Dcheckout-new-tag.yml24 - "'newtag' not in listoftags.stdout_lines"
27 command: git tag newtag
35 version: newtag
48 - "'newtag' in listoftags.stdout_lines"
/dports/sysutils/py-ansible-core/ansible-core-2.11.6/test/integration/targets/git/tasks/
H A Dcheckout-new-tag.yml24 - "'newtag' not in listoftags.stdout_lines"
27 command: git tag newtag
35 version: newtag
48 - "'newtag' in listoftags.stdout_lines"
/dports/audio/audacity/audacity-Audacity-3.1.3/libraries/lib-xml/
H A DXMLMethodRegistry.cpp26 auto &newtag = mTags.emplace_front(move(tag)); in Register() local
27 mTagTable[ newtag ] = move( accessor ); in Register()
49 auto &newtag = mMutatorTags.emplace_front(move(tag)); in Register() local
50 mMutatorTable[ newtag ] = { mAccessors.size() - 1, move( mutator ) }; in Register()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/apitools/org.eclipse.pde.api.tools.ui/src/org/eclipse/pde/api/tools/ui/internal/markers/
H A DUpdateSinceTagOperation.java224 TagElement newtag = ast.newTagElement(); in processNode() local
225 newtag.setTagName(TagElement.TAG_SINCE); in processNode()
228 newtag.fragments().add(textElement); in processNode()
229 lrewrite.insertLast(newtag, null); in processNode()
250 TagElement newtag = ast.newTagElement(); in processNode() local
251 newtag.setTagName(TagElement.TAG_SINCE); in processNode()
254 newtag.fragments().add(textElement); in processNode()
255 lrewrite.replace(sinceTag, newtag, null); in processNode()
/dports/print/abcm2ps/abcm2ps-8.13.23/
H A Dbuild.ninja43 newtag="$${tag%%.*}.$$m.0";$
47 newtag="$${tag%.*}.$$p";$
52 sed -e "s/$$tag/$$newtag/;s/$$p/$$m/" configure~ > configure;$
54 echo "New release v$$newtag" | git commit -F- configure;$
55 git tag -a v$$newtag;$
/dports/deskutils/ical/ical-tcl/
H A Dcanvsup.tcl7 proc canvas_intersect_tags {c tag1 tag2 newtag} { argument
15 $c addtag $newtag withtag $tag2
16 $c dtag $tmp $newtag
/dports/emulators/mess/mame-mame0226/src/frontend/mame/
H A Dinfoxml.cpp1022 std::string newtag(exec.device().tag()), oldtag(":"); in output_chips() local
1023 newtag = newtag.substr(newtag.find(oldtag.append(root_tag)) + oldtag.length()); in output_chips()
1040 newtag = newtag.substr(newtag.find(oldtag.append(root_tag)) + oldtag.length()); in output_chips()
1066 std::string newtag(screendev.tag()), oldtag(":"); in output_display() local
1067 newtag = newtag.substr(newtag.find(oldtag.append(root_tag)) + oldtag.length()); in output_display()
1690 std::string newtag(port.second->tag()), oldtag(":"); in output_switches() local
1691 newtag = newtag.substr(newtag.find(oldtag.append(root_tag)) + oldtag.length()); in output_switches()
1860 newtag = newtag.substr(newtag.find(oldtag.append(root_tag)) + oldtag.length()); in output_images()
1924 newtag = newtag.substr(newtag.find(oldtag.append(root_tag)) + oldtag.length()); in output_slots()
1976 std::string newtag(swlist.tag()), oldtag(":"); in output_software_lists() local
[all …]
/dports/emulators/mame/mame-mame0226/src/frontend/mame/
H A Dinfoxml.cpp1022 std::string newtag(exec.device().tag()), oldtag(":"); in output_chips() local
1023 newtag = newtag.substr(newtag.find(oldtag.append(root_tag)) + oldtag.length()); in output_chips()
1040 newtag = newtag.substr(newtag.find(oldtag.append(root_tag)) + oldtag.length()); in output_chips()
1066 std::string newtag(screendev.tag()), oldtag(":"); in output_display() local
1067 newtag = newtag.substr(newtag.find(oldtag.append(root_tag)) + oldtag.length()); in output_display()
1690 std::string newtag(port.second->tag()), oldtag(":"); in output_switches() local
1691 newtag = newtag.substr(newtag.find(oldtag.append(root_tag)) + oldtag.length()); in output_switches()
1860 newtag = newtag.substr(newtag.find(oldtag.append(root_tag)) + oldtag.length()); in output_images()
1924 newtag = newtag.substr(newtag.find(oldtag.append(root_tag)) + oldtag.length()); in output_slots()
1976 std::string newtag(swlist.tag()), oldtag(":"); in output_software_lists() local
[all …]
/dports/www/zenphoto/zenphoto-1.5.9/zp-core/
H A Dadmin-tags.php72 …$newtag = query_single_row('SELECT `id` FROM ' . prefix('tags') . ' WHERE `name`=' . db_quote($new… variable
74 if (is_array($newtag)) { // there is an existing tag of the same name
75 …$existing = $newtag['id'] != $oldtag['id']; // but maybe it is actually the original in a differen…
81 …query('UPDATE ' . prefix('obj_to_tag') . ' SET `tagid`=' . $newtag['id'] . ' WHERE `tagid`=' . $ol…
/dports/devel/glademm/glademm-2.6.0/src/
H A DTagStream.cc243 Tag *newtag(&parent->push_back(Tag(recode_load(std::string(tag+1,tagend-(tag+1))),""))); in next_tag() local
249 if (newtag->Type()=="?xml") in next_tag()
250 { encoding=newtag->getAttr("encoding"); in next_tag()
265 { newtag->setAttr(recode_load(std::string(tagend,attrend-tagend)), in next_tag()
306 Tag *newtag(&parent->push_back(Tag(recode_load(std::string(tag+1,tagend-(tag+1))),""))); in next_tag() local
324 { newtag->setAttr(recode_load(std::string(tagend,attrend-tagend)), in next_tag()
335 newtag->Value(recode_load(de_xml(std::string(tagvalue,valueend-tagvalue)))); in next_tag()
337 if (valueend[1]!='/') tagvalue=next_tag(newtag); // recurse in next_tag()
344 if (recode_load(std::string(tagvalue+2,endtagend-(tagvalue+2)))!=newtag->Type()) in next_tag()
345 { std::cerr << "tag <" << newtag->Type() << "> ended with </"; in next_tag()
/dports/www/phpgroupware/phpgroupware-0.9.16.017/dj/inc/
H A Dclass.id3.inc.php260 var $newtag = False; variable in id3
637 $this->newtag = $this->encode();
648 fwrite($f, $this->newtag);
657 fwrite($f, $this->newtag);
774 $newtag = pack(
793 $unp = unpack('h*new', $newtag);
801 return $newtag;
/dports/editors/gedit-plugins/gedit-plugins-40.1/plugins/textsize/textsize/
H A Dviewactivatable.py124 newtag = buf.create_tag(None)
129 newtag.props.font_desc = desc
130 self._font_tags[newsize] = newtag
132 newtag = self._font_tags[newsize]
138 buf.apply_tag(newtag, start, end)

12345678910>>...23