Home
last modified time | relevance | path

Searched refs:sep1 (Results 1 – 25 of 1180) sorted by relevance

12345678910>>...48

/dports/misc/thrill/thrill-12c5b59bca66df93b66628b3829027bd0f110dd9/extlib/tlx/tlx/string/
H A Dextract_between.cpp20 const std::string& str, const Separator1& sep1, size_t sep1_size, in extract_between_template() argument
23 std::string::size_type start = str.find(sep1); in extract_between_template()
37 std::string extract_between(const std::string& str, const char* sep1, in extract_between() argument
39 return extract_between_template(str, sep1, strlen(sep1), sep2); in extract_between()
42 std::string extract_between(const std::string& str, const char* sep1, in extract_between() argument
44 return extract_between_template(str, sep1, strlen(sep1), sep2); in extract_between()
47 std::string extract_between(const std::string& str, const std::string& sep1, in extract_between() argument
49 return extract_between_template(str, sep1, sep1.size(), sep2); in extract_between()
52 std::string extract_between(const std::string& str, const std::string& sep1, in extract_between() argument
54 return extract_between_template(str, sep1, sep1.size(), sep2); in extract_between()
H A Dextract_between.hpp30 std::string extract_between(const std::string& str, const char* sep1,
42 std::string extract_between(const std::string& str, const char* sep1,
54 std::string extract_between(const std::string& str, const std::string& sep1,
66 std::string extract_between(const std::string& str, const std::string& sep1,
/dports/devel/tlx/tlx-0.5.20200222-5-g8982a9d/tlx/string/
H A Dextract_between.cpp20 const std::string& str, const Separator1& sep1, size_t sep1_size, in extract_between_template() argument
23 std::string::size_type start = str.find(sep1); in extract_between_template()
37 std::string extract_between(const std::string& str, const char* sep1, in extract_between() argument
39 return extract_between_template(str, sep1, strlen(sep1), sep2); in extract_between()
42 std::string extract_between(const std::string& str, const char* sep1, in extract_between() argument
44 return extract_between_template(str, sep1, strlen(sep1), sep2); in extract_between()
47 std::string extract_between(const std::string& str, const std::string& sep1, in extract_between() argument
49 return extract_between_template(str, sep1, sep1.size(), sep2); in extract_between()
52 std::string extract_between(const std::string& str, const std::string& sep1, in extract_between() argument
54 return extract_between_template(str, sep1, sep1.size(), sep2); in extract_between()
H A Dextract_between.hpp30 std::string extract_between(const std::string& str, const char* sep1,
42 std::string extract_between(const std::string& str, const char* sep1,
54 std::string extract_between(const std::string& str, const std::string& sep1,
66 std::string extract_between(const std::string& str, const std::string& sep1,
/dports/x11-toolkits/vte3/vte-0.64.2/perf/
H A Dimg.sh19 sep1=':'
27 sep1=';'
60 upper[$col]="$red$sep1$green$sep1$blue"
62 lower[$col]="$red$sep1$green$sep1$blue"
69 echo -ne "\\e[38${sep1}2${sep2}${upper[$i]};48${sep1}2${sep2}${lower[$i]}m▀"
83 echo -ne "\\e[38${sep1}2${sep2}${upper[$i]}m▀"
/dports/science/quantum-espresso/q-e-qe-6.7.0/Modules/
H A Dparser.f9063 sep1 = char(32) ! ... blank character
91 sep1 = car
98 IF ( line(j-1:j-1) /= sep1 ) num = num + 1
104 IF ( line(j:j) == sep1 .AND. line(j-1:j-1) /= sep1 ) num = num + 1
237 CHARACTER(len=1) :: sep1, sep2 local
241 sep1 = sep
244 sep1 = char(32) ! ... blank character
256 IF( (str(i:i) == sep1 .or. str(i:i) == sep2) &
258 (str(z:z) /= sep1 .and. str(z:z) /= sep2) &
267 IF( (str(j:j) == sep1 .or. str(j:j) == sep2) &
[all …]
/dports/devel/py-parver/parver-0.3.1/src/parver/
H A D_parse.py84 sep1 = UNSET
90 if sep1 is UNSET:
92 sep1 = token.value
94 sep1 = None
108 assert sep1 is not UNSET
113 return segment.Pre(sep1=sep1, tag=tag, sep2=sep2, value=num)
130 sep1 = UNSET
136 if sep1 is UNSET:
140 sep1 = None
154 assert sep1 is not UNSET
[all …]
/dports/mail/ezmlm-idx/ezmlm-idx-7.2.2/
H A Dsender.c14 int sep1; in decode_srs() local
23 for (sep1 = sep2 - 1; sep1 > 1 && s[sep1] != '='; sep1--) in decode_srs()
28 ++sep1; in decode_srs()
33 if (!stralloc_catb(&realsender,s+sep1,sep2-sep1-1)) die_nomem(); in decode_srs()
/dports/games/redeclipse16/base-1.6.0/src/engine/
H A Dconsole.cpp97 if(sep1 && *sep1) names.put(sep1, strlen(sep1)); in searchbindlist()
107 if(sep1 && *sep1) names.put(sep1, strlen(sep1)); in searchbindlist()
121 else if(sep1 && *sep1) names.put(sep1, strlen(sep1)); in searchbindlist()
137 else if(sep1 && *sep1) names.put(sep1, strlen(sep1)); in searchbindlist()
156 void getkeypressed(int limit, const char *s1, const char *s2, const char *sep1, const char *sep2, v… in getkeypressed() argument
170 if(sep1 && *sep1) names.put(sep1, strlen(sep1)); in getkeypressed()
180 if(sep1 && *sep1) names.put(sep1, strlen(sep1)); in getkeypressed()
194 else if(sep1 && *sep1) names.put(sep1, strlen(sep1)); in getkeypressed()
210 else if(sep1 && *sep1) names.put(sep1, strlen(sep1)); in getkeypressed()
270 …ar *s2, char *sep1, char *sep2, int *force), { vector<char> list; searchbindlist(action, keym::ACT…
[all …]
/dports/games/redeclipse/base-2.0.0/src/engine/
H A Dconsole.cpp122 if(sep1 && *sep1) names.put(sep1, strlen(sep1)); in searchbindlist()
132 if(sep1 && *sep1) names.put(sep1, strlen(sep1)); in searchbindlist()
146 else if(sep1 && *sep1) names.put(sep1, strlen(sep1)); in searchbindlist()
162 else if(sep1 && *sep1) names.put(sep1, strlen(sep1)); in searchbindlist()
181 void getkeypressed(int limit, const char *s1, const char *s2, const char *sep1, const char *sep2, v… in getkeypressed() argument
195 if(sep1 && *sep1) names.put(sep1, strlen(sep1)); in getkeypressed()
205 if(sep1 && *sep1) names.put(sep1, strlen(sep1)); in getkeypressed()
219 else if(sep1 && *sep1) names.put(sep1, strlen(sep1)); in getkeypressed()
235 else if(sep1 && *sep1) names.put(sep1, strlen(sep1)); in getkeypressed()
295 …ar *s2, char *sep1, char *sep2, int *force), { vector<char> list; searchbindlist(action, keym::ACT…
[all …]
/dports/sysutils/heirloom/heirloom-070715/join/
H A Djoin.c156 next(sep1, &argv[1][2], n); in main()
157 sep2 = sep1; in main()
160 next(sep1, argv[2], n); in main()
161 sep2 = sep1; in main()
325 if (sep1 == ' ') /* strip multiples */ in input()
356 printf("%lc%s",(wint_t)sep1,ppi(F1, i)); in output()
358 printf("%c%s", (int)sep1, ppi(F1, i)); in output()
363 printf("%lc%s",(wint_t)sep1,ppi(F2, i)); in output()
365 printf("%c%s", (int)sep1, ppi(F2, i)); in output()
388 printf("%lc", (wint_t)sep1); in output()
[all …]
/dports/sysutils/slurm-wlm/slurm-20.02.7/src/plugins/slurmctld/nonstop/
H A Ddo_work.c632 if (!sep1) { in drain_nodes_user()
636 sep1 += 7; in drain_nodes_user()
691 char *sep1; in fail_nodes() local
699 sep1 = strstr(sep1, "STATE_FLAGS:"); in fail_nodes()
795 sep1 = strstr(sep1, "PORT:"); in register_callback()
796 if (sep1) in register_callback()
889 char *sep1; in drop_node() local
1084 char *sep1; in replace_node() local
1528 char *sep1; in show_job() local
1622 char *sep1; in time_incr() local
[all …]
/dports/dns/dnsperf/dnsperf-2.7.0/src/
H A Dtsig.c85 const char * sep1, *sep2, *alg, *name, *secret; in perf_tsig_parsekey() local
96 sep1 = strchr(arg, ':'); in perf_tsig_parsekey()
97 if (sep1 == NULL) { in perf_tsig_parsekey()
103 sep2 = strchr(sep1 + 1, ':'); in perf_tsig_parsekey()
109 namelen = sep1 - arg; in perf_tsig_parsekey()
110 secret = sep1 + 1; in perf_tsig_parsekey()
114 alglen = sep1 - arg; in perf_tsig_parsekey()
115 name = sep1 + 1; in perf_tsig_parsekey()
116 namelen = sep2 - sep1 - 1; in perf_tsig_parsekey()
/dports/editors/cream/cream-0.43/addons/
H A Dcream-email-munge.vim156 let sep1 = "|"
159 let sep1 = "["
162 let sep1 = "{"
165 let sep1 = "<"
168 let sep1 = "("
176 let at = sep2 . "AT" . sep1
180 let at = sep2 . " " . sep1
181 let dot = sep2 . " " . sep1
189 let dot = sep2 . "*" . sep1
192 let at = sep2 . "@" . sep1
[all …]
/dports/mail/p5-Mail-IMAPClient/Mail-IMAPClient-3.43/examples/
H A Dmigrate_mail2.pl147 my $sep1 = $imap->separator;
174 $testFolder2 = "Migrate_Test_$$" . $sep1 . "Migrate_test_subfolder_$$" ;
175 $testFolder2 = $inferiorFlag1 ? "INBOX" . $sep1 . $testFolder1 : $testFolder1 ;
181 print "Imap host $opt_s:$opt_p uses a '$sep1' as a separator and ",
213 $srcF =~ s/^INBOX$sep1//i;
220 $targF =~ s/$sep1/$sep2/go unless $sep1 eq $sep2;
/dports/mail/imapsync/imapsync-1d08afa/W/Mail-IMAPClient-3.42/examples/
H A Dmigrate_mail2.pl147 my $sep1 = $imap->separator;
174 $testFolder2 = "Migrate_Test_$$" . $sep1 . "Migrate_test_subfolder_$$" ;
175 $testFolder2 = $inferiorFlag1 ? "INBOX" . $sep1 . $testFolder1 : $testFolder1 ;
181 print "Imap host $opt_s:$opt_p uses a '$sep1' as a separator and ",
213 $srcF =~ s/^INBOX$sep1//i;
220 $targF =~ s/$sep1/$sep2/go unless $sep1 eq $sep2;
/dports/graphics/blender/blender-2.91.0/source/blender/blentranslation/intern/
H A Dblt_lang.c130 char *loc, *sep1, *sep2, *sep3; in fill_locales() local
139 sep1 = strchr(str, ':'); in fill_locales()
140 if (sep1) { in fill_locales()
141 sep1++; in fill_locales()
142 sep2 = strchr(sep1, ':'); in fill_locales()
146 locales_menu[idx].name = BLI_strdupn(sep1, sep2 - sep1); in fill_locales()
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/third_party/pygments/formatters/
H A Dlatex.py380 a, sep1, text = text.partition(self.left)
381 if sep1:
386 value += escape_tex(a + sep1 + b, cp)
469 a, sep1, text = text.partition(self.left)
474 if sep1:
477 yield index + len(sep1), Token.Escape, b
478 index += len(sep1) + len(b) + len(sep2)
480 yield index, Token.Error, sep1
481 index += len(sep1)
/dports/textproc/py-pygments-25/Pygments-2.5.2/pygments/formatters/
H A Dlatex.py380 a, sep1, text = text.partition(self.left)
381 if sep1:
386 value += escape_tex(a + sep1 + b, cp)
469 a, sep1, text = text.partition(self.left)
474 if sep1:
477 yield index + len(sep1), Token.Escape, b
478 index += len(sep1) + len(b) + len(sep2)
480 yield index, Token.Error, sep1
481 index += len(sep1)
/dports/www/moinmoin/moin-1.9.11/MoinMoin/support/pygments/formatters/
H A Dlatex.py380 a, sep1, text = text.partition(self.left)
381 if sep1:
386 value += escape_tex(a + sep1 + b, cp)
469 a, sep1, text = text.partition(self.left)
474 if sep1:
477 yield index + len(sep1), Token.Escape, b
478 index += len(sep1) + len(b) + len(sep2)
480 yield index, Token.Error, sep1
481 index += len(sep1)
/dports/www/cgicc/cgicc-3.2.19/cgicc/
H A DCgicc.cpp419 std::string sep1 = content_type.substr(pos + bType.length()); in parseFormInput() local
420 if (sep1.find(";")!=std::string::npos) in parseFormInput()
421 sep1=sep1.substr(0,sep1.find(";")); in parseFormInput()
422 sep1.append("\r\n"); in parseFormInput()
423 sep1.insert(0, "--"); in parseFormInput()
432 std::string::size_type start = data.find(sep1); in parseFormInput()
433 std::string::size_type sepLen = sep1.length(); in parseFormInput()
437 pos = data.find(sep1, oldPos); in parseFormInput()
/dports/net-p2p/bazarr/bazarr-1.0.2/libs/pygments/formatters/
H A Dlatex.py378 a, sep1, text = text.partition(self.left)
379 if sep1:
384 value += escape_tex(a + sep1 + b, cp)
499 a, sep1, text = text.partition(self.left)
503 if sep1:
506 yield index + len(sep1), Token.Escape, b
507 index += len(sep1) + len(b) + len(sep2)
509 yield index, Token.Error, sep1
510 index += len(sep1)
/dports/textproc/py-pygments/Pygments-2.7.2/build/lib/pygments/formatters/
H A Dlatex.py379 a, sep1, text = text.partition(self.left)
380 if sep1:
385 value += escape_tex(a + sep1 + b, cp)
500 a, sep1, text = text.partition(self.left)
504 if sep1:
507 yield index + len(sep1), Token.Escape, b
508 index += len(sep1) + len(b) + len(sep2)
510 yield index, Token.Error, sep1
511 index += len(sep1)
/dports/textproc/py-pygments/stage/usr/local/lib/python3.8/site-packages/pygments/formatters/
H A Dlatex.py379 a, sep1, text = text.partition(self.left)
380 if sep1:
385 value += escape_tex(a + sep1 + b, cp)
500 a, sep1, text = text.partition(self.left)
504 if sep1:
507 yield index + len(sep1), Token.Escape, b
508 index += len(sep1) + len(b) + len(sep2)
510 yield index, Token.Error, sep1
511 index += len(sep1)
/dports/textproc/py-pygments/Pygments-2.7.2/pygments/formatters/
H A Dlatex.py379 a, sep1, text = text.partition(self.left)
380 if sep1:
385 value += escape_tex(a + sep1 + b, cp)
500 a, sep1, text = text.partition(self.left)
504 if sep1:
507 yield index + len(sep1), Token.Escape, b
508 index += len(sep1) + len(b) + len(sep2)
510 yield index, Token.Error, sep1
511 index += len(sep1)

12345678910>>...48