Home
last modified time | relevance | path

Searched refs:nexttag (Results 1 – 25 of 116) sorted by relevance

12345

/dports/net/mailcommon/mailcommon-21.12.3/src/filter/filterimporter/
H A Dfilterimportersylpheed.cpp67 const QString nexttag = ruleFilter.tagName(); in parseConditions() local
68 if (nexttag == QLatin1String("match-header")) { in parseConditions()
103 } else if (nexttag == QLatin1String("size")) { in parseConditions()
106 } else if (nexttag == QLatin1String("age")) { in parseConditions()
112 } else if (nexttag == QLatin1String("mark")) { in parseConditions()
116 } else if (nexttag == QLatin1String("mime")) { in parseConditions()
164 const QString nexttag = ruleFilter.tagName(); in parseActions() local
166 if (nexttag == QLatin1String("move")) { in parseActions()
169 } else if (nexttag == QLatin1String("copy")) { in parseActions()
176 } else if (nexttag == QLatin1String("exec")) { in parseActions()
[all …]
H A Dfilterimporterevolution.cpp53 const QString nexttag = partFilter.tagName(); in parsePartAction() local
54 if (nexttag == QLatin1String("part")) { in parsePartAction()
329 const QString nexttag = ruleFilter.tagName(); in parseFilters() local
330 if (nexttag == QLatin1String("title")) { in parseFilters()
333 } else if (nexttag == QLatin1String("partset")) { in parseFilters()
335 } else if (nexttag == QLatin1String("actionset")) { in parseFilters()
338 qCDebug(MAILCOMMON_LOG) << " tag not implemented : " << nexttag; in parseFilters()
/dports/math/R/R-4.1.2/src/library/tools/R/
H A DparseLatex.R91 nexttag <- "TEXT" functionVar
95 nexttag <- attr(nextobj, "latex_tag")
96 if (nexttag == "TEXT")
101 switch(nexttag,
140 if (nexttag == "TEXT" && length(nextchars)) {
183 nexttag <- attr(nextobj, "latex_tag") functionVar
184 if (nexttag == "TEXT")
190 if (nexttag == "TEXT") {
198 } else if (nexttag == "BLOCK") {
209 } else if (nexttag == "MACRO") {
/dports/math/libRmath/R-4.1.1/src/library/tools/R/
H A DparseLatex.R91 nexttag <- "TEXT" functionVar
95 nexttag <- attr(nextobj, "latex_tag")
96 if (nexttag == "TEXT")
101 switch(nexttag,
140 if (nexttag == "TEXT" && length(nextchars)) {
183 nexttag <- attr(nextobj, "latex_tag") functionVar
184 if (nexttag == "TEXT")
190 if (nexttag == "TEXT") {
198 } else if (nexttag == "BLOCK") {
209 } else if (nexttag == "MACRO") {
/dports/net-im/centerim/centerim-4.22.10/libicq2000/src/
H A DXml.cpp130 string nexttag = parseTag(curr,end); in parse() local
131 if (nexttag.empty()) { if (p != NULL) delete p; return NULL; } in parse()
132 if (nexttag[0] == '/') { in parse()
134 if (nexttag.size() == tagname.size()+1 && nexttag.find(tagname,1) == 1) { in parse()
165 string nexttag = parseTag(curr,end); in parse() local
166 if (nexttag.empty() || nexttag[0] != '/') return NULL; in parse()
170 if (nexttag.size() == tagname.size()+1 && nexttag.find(tagname,1) == 1) { in parse()
/dports/comms/mgetty+sendfax/mgetty-1.1.37/
H A Dgettydefs.c470 char *tag, *prompt, *nexttag, *before, *after; variable
504 nexttag = strtok(NULL, "#");
505 if (!nexttag)
508 p = strchr(nexttag, '\n');
512 nexttag = stripblanks(nexttag);
513 nexttag = mydup(nexttag);
517 tag, before, after, prompt, nexttag);
537 cur->nexttag = nexttag;
616 gd->tag, gd->prompt, gd->nexttag);
/dports/devel/liteide/gotools-eff8693b15f0/gotest/
H A Dgotest.go104 nexttag := false
106 if nexttag {
111 nexttag = false
115 nexttag = true
/dports/games/zdoom/zdoom-2.8.1/src/
H A Dp_tags.cpp172 allTags[i].nexttag = TagHashFirst[hash]; in HashTags()
182 allIDs[i].nexttag = IDHashFirst[hash]; in HashTags()
317 …tart >= 0 && tagManager.allTags[start].tag != searchtag) start = tagManager.allTags[start].nexttag; in Next()
320 start = tagManager.allTags[start].nexttag; in Next()
362 …(start >= 0 && tagManager.allIDs[start].tag != searchtag) start = tagManager.allIDs[start].nexttag; in Next()
365 start = tagManager.allIDs[start].nexttag; in Next()
/dports/graphics/opensubdiv/OpenSubdiv-3_4_4/regression/common/
H A Dhbr_utils.h226 goto nexttag; in applyTags()
233 goto nexttag; in applyTags()
245 goto nexttag; in applyTags()
290 goto nexttag; in applyTags()
299 goto nexttag; in applyTags()
307 goto nexttag; in applyTags()
314 goto nexttag; in applyTags()
329 goto nexttag; in applyTags()
333 goto nexttag; in applyTags()
336 goto nexttag; in applyTags()
[all …]
/dports/science/xdrawchem/xdrawchem-a3f74c34eb09fa72ee16848ec6901049ca5309d5/xdrawchem/
H A Dchemdata_cml.cpp122 QString thistag, nexttag;
303 nexttag = ReadTag(wholefile, ptr);
304 if (nexttag != QString("</coordinate2>"))
329 nexttag = ReadTag(wholefile, ptr);
330 if (nexttag != QString("</coordinate3>"))
354 nexttag = ReadTag(wholefile, ptr);
356 if (nexttag.left(8) != QString("</string"))
398 nexttag = ReadTag(wholefile, ptr);
400 if ((nexttag != QString("</integerArray>")) && (nexttag != QString("</floatArray>")))
H A Dcdxml_reader.cpp82 QString nexttag; in ParseColorTable() local
86 while ((nexttag = readTag(ctable, ptr)) != "</colortable>") { in ParseColorTable()
87 if (!selfContainedTag(nexttag)) in ParseColorTable()
90 colors.append({idx++, ParseColor(nexttag)}); in ParseColorTable()
113 QString nexttag; in ParseFontTable() local
117 while ((nexttag = readTag(ftable, ptr)) != "</fonttable") { in ParseFontTable()
118 if (!selfContainedTag(nexttag)) in ParseFontTable()
121 fonts.append(ParseFont(nexttag)); in ParseFontTable()
H A Dchemdata_cdxml.cpp39 QString thistag, nexttag;
195 nexttag = ReadTag(wholefile, ptr);
196 if (nexttag != QString("</s>"))
/dports/deskutils/ical/ical-tcl/
H A Ditemlist.tcl10 set slot(nexttag) 1
112 set tag tag.$slot(nexttag)
113 incr slot(nexttag)
/dports/textproc/htmltolatex/htmltolatex/
H A Dh2l.y438 std::string nexturl,nexttag; in main() local
493 gH2L.next_spider_url(nexturl,nexttag); in main()
494 if (nexturl != "" && nexttag != "") in main()
501 gH2L.setCurrentSpiderTag(nexttag); in main()
530 while (nexttag != ""); in main()
/dports/irc/atheme-services/atheme-7.2.9/modules/transport/xmlrpc/
H A Dxmlrpclib.c248 char *nexttag = NULL; in xmlrpc_split_buf() local
257 nexttag = strchr(data, '<'); in xmlrpc_split_buf()
258 if (nexttag == NULL) in xmlrpc_split_buf()
260 nexttag++; in xmlrpc_split_buf()
261 p = strchr(nexttag, '>'); in xmlrpc_split_buf()
266 if (!stricmp("string", nexttag)) in xmlrpc_split_buf()
/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/src/nwpw/nwpwlib/utilities/
H A Dpsi_data.F321 subroutine psi_data_set_next(tag,nexttag) argument
323 integer tag,nexttag local
328 int_mb(next_psi(1)+tag) = nexttag
H A Dcpsi_data.F344 subroutine cpsi_data_set_next(tag,nexttag) argument
346 integer tag,nexttag local
351 int_mb(next_psi(1)+tag) = nexttag
/dports/science/nwchem-data/nwchem-7.0.2-release/src/nwpw/nwpwlib/utilities/
H A Dpsi_data.F321 subroutine psi_data_set_next(tag,nexttag) argument
323 integer tag,nexttag local
328 int_mb(next_psi(1)+tag) = nexttag
H A Dcpsi_data.F344 subroutine cpsi_data_set_next(tag,nexttag) argument
346 integer tag,nexttag local
351 int_mb(next_psi(1)+tag) = nexttag
/dports/deskutils/calibre/calibre-src-5.34.0/recipes/
H A Dchr_mon.recipe71 nexttag = pager.find(attrs={'id': 'next-button'})
72 if nexttag:
73 nurl = 'http://www.csmonitor.com' + nexttag['href']
/dports/games/netherearth/netherearth-0.51/
H A D3dobject-ase.cpp22 bool nexttag(char *tag,FILE *fp);
368 bool nexttag(char *tag,FILE *fp) in nexttag() function
432 if (!nexttag(tagname,fp)) return false; in lookfor()
446 if (!nexttag(tagname,fp)) return 0; in lookfor2()
/dports/games/libretro-prboom/libretro-prboom-cc80175/src/
H A Dr_defs.h98 int nexttag,firsttag; // killough 1/30/98: improves searches for tags. member
205 int firsttag,nexttag; // killough 4/17/98: improves searches for tags. member
/dports/games/prboom/prboom-2.5.0/src/
H A Dr_defs.h98 int nexttag,firsttag; // killough 1/30/98: improves searches for tags. member
206 int firsttag,nexttag; // killough 4/17/98: improves searches for tags. member
/dports/games/prboom-plus/prboom-plus-2.5.1.3/src/
H A Dr_defs.h104 int nexttag,firsttag; // killough 1/30/98: improves searches for tags. member
228 int firsttag,nexttag; // killough 4/17/98: improves searches for tags. member
/dports/games/ecwolf/ecwolf-1.3.3-src/src/
H A Dgamemap.h149 pushReceptor(NULL), tag(0), nexttag(NULL) in Map()
181 Plane::Map *nexttag; member

12345