Home
last modified time | relevance | path

Searched refs:endtag (Results 1 – 25 of 471) sorted by relevance

12345678910>>...19

/dports/devel/py-nbconvert/nbconvert-6.2.0/nbconvert/filters/
H A Dansi.py128 starttag, endtag = '', ''
135 endtag = '}' + endtag
140 endtag = '}' + endtag
143 endtag = '}' + endtag
148 endtag = r'\strut}' + endtag
154 endtag = r'\strut}' + endtag
158 endtag = r'\strut}' + endtag
162 endtag = '}' + endtag
166 endtag = '}' + endtag
168 return starttag, endtag
[all …]
/dports/sysutils/logrotate/logrotate-3.13.0/
H A Dconfig.c166 endtag = start; in isolateLine()
167 while (endtag < max && *endtag != '\n') { in isolateLine()
168 endtag++;} in isolateLine()
173 endtag--; in isolateLine()
210 endtag = start; in isolateWord()
211 while (endtag < max && isalpha((unsigned char)*endtag)) { in isolateWord()
212 endtag++;} in isolateWord()
216 *strt = endtag; in isolateWord()
372 free(endtag); in readAddress()
1331 while (isspace((unsigned char)*endtag) && *endtag) in readConfigFile()
[all …]
/dports/deskutils/egroupware/egroupware/api/src/Mail/
H A DHtml.php142 …* @param string $endtag can be different from tag but should be used only, if begin and endtag ar…
147 static function replaceTagsCompletley(&$_body,$tag,$endtag='',$addbracesforendtag=true) argument
151 if ($endtag=='/>') $singleton =true;
152 if ($endtag == '' || empty($endtag) || !isset($endtag))
154 $endtag = $tag;
156 $endtag = strtolower($endtag);
164 …$_body = preg_replace('~<?'.$tag.'[^>].* '.$endtag.'~simU','',$_body); // we are in Ungreedy mode,…
171 …y,'<'.$tag)!==false) $ct = preg_match_all('#<'.$tag.'(?:\s.*)?>(.+)</'.$endtag.'>#isU', $_body, $…
183 …if (stripos($_body,'<'.$tag)!==false) $ct = preg_match_all('#<'.$tag.'(?:\s.*)?>(.+)'.$endtag.'#i…
194 $_body = preg_replace(array('~<'.$tag.'[^>]*?>~si', '~'.$endtag.'~'), '', $_body);
/dports/www/mod_rivet/rivet-3.2.0/rivet/packages/tclrivet/
H A Dtclrivetparser.tcl23 set endtag ?>
73 variable endtag
142 if { $cur == [string index $endtag $p] } {
144 if { $p == [string length $endtag] } {
155 append outbuf [string range $endtag 0 $p]
/dports/net-mgmt/nagiosgraph/nagiosgraph-1.5.2/utils/
H A Dcvtchangelog.pl17 my $endtag = q();
30 $endtag = "-- $user <$email> $ts";
39 print STDOUT "$endtag\n";
43 $endtag = q();
/dports/cad/gtkwave/gtkwave-3.3.107/contrib/xml2stems/
H A Dxml2stems.cc44 int endtag; in xml2stems() local
56 endtag = (*pnt == '/'); in xml2stems()
57 pnt += endtag; in xml2stems()
64 if(!endtag) in xml2stems()
123 if((!endtag) && (!strncmp(pnt, "file id", 7))) in xml2stems()
151 if((!endtag) && (!strncmp(pnt, "instance", 8))) in xml2stems()
186 if(!endtag) in xml2stems()
/dports/devel/tlsh/tlsh-d842e75/utils/
H A Drand_tags.cpp69 static void endtag(std::string &htmls, char *tag) in endtag() function
90 endtag(htmls, anchor_tag_str); in anchor()
149 endtag(htmls, head_tag_str); in head_meta()
196 endtag(htmls, body_tag_str); in html_tags()
199 endtag(htmls, html_tag_str); in html_tags()
403 endtag(htmls, rtag_str); in rhtml_contents()
526 endtag(htmls, col_tag_str[ci]); in html_table()
528 endtag(htmls, row_tag_str); in html_table()
536 endtag(htmls, table_tag_str); in html_table()
/dports/print/fontforge/fontforge-20201107/tests/
H A Dtest926.py1921 def endtag(self, tag): member in XMLWriter
2090 writer.endtag("h3")
2114 writer.endtag("h2")
2122 writer.endtag("h3")
2134 writer.endtag("h5")
2196 writer.endtag("h3")
2543 writer.endtag("style")
2551 writer.endtag("script")
2553 writer.endtag("head")
2561 writer.endtag("body")
[all …]
/dports/net/openmpi/openmpi-4.1.1/orte/mca/iof/base/
H A Diof_base_output.c53 char starttag[ORTE_IOF_BASE_TAG_MAX], endtag[ORTE_IOF_BASE_TAG_MAX], *suffix; in orte_iof_base_write_output() local
103 snprintf(endtag, ORTE_IOF_BASE_TAG_MAX, "</%s>", suffix); in orte_iof_base_write_output()
126 memset(endtag, '\0', ORTE_IOF_BASE_TAG_MAX); in orte_iof_base_write_output()
135 memset(endtag, '\0', ORTE_IOF_BASE_TAG_MAX); in orte_iof_base_write_output()
154 endtaglen = strlen(endtag); in orte_iof_base_write_output()
206 output->data[k++] = endtag[j]; in orte_iof_base_write_output()
227 output->data[k++] = endtag[j]; in orte_iof_base_write_output()
248 output->data[k++] = endtag[j]; in orte_iof_base_write_output()
/dports/net/openmpi3/openmpi-3.1.6/orte/mca/iof/base/
H A Diof_base_output.c53 char starttag[ORTE_IOF_BASE_TAG_MAX], endtag[ORTE_IOF_BASE_TAG_MAX], *suffix; in orte_iof_base_write_output() local
103 snprintf(endtag, ORTE_IOF_BASE_TAG_MAX, "</%s>", suffix); in orte_iof_base_write_output()
126 memset(endtag, '\0', ORTE_IOF_BASE_TAG_MAX); in orte_iof_base_write_output()
135 memset(endtag, '\0', ORTE_IOF_BASE_TAG_MAX); in orte_iof_base_write_output()
154 endtaglen = strlen(endtag); in orte_iof_base_write_output()
206 output->data[k++] = endtag[j]; in orte_iof_base_write_output()
227 output->data[k++] = endtag[j]; in orte_iof_base_write_output()
248 output->data[k++] = endtag[j]; in orte_iof_base_write_output()
/dports/misc/rump/buildrump.sh-b914579/src/external/bsd/flex/dist/tests/test-bison-yylval/
H A Dparser.y68 | starttag html endtag
70 | html starttag html endtag
74 endtag: LTSLASH TAGNAME GT { process_text($2);free($2);} ;
/dports/devel/upp/upp/uppsrc/RichText/
H A DEncodeHTML.cpp241 String endtag; in AsHtml() local
244 endtag = "</a>"; in AsHtml()
251 endtag = "</span>" + endtag; in AsHtml()
255 endtag = "</sup>" + endtag; in AsHtml()
259 endtag = "</sub>" + endtag; in AsHtml()
263 endtag = "</strike>" + endtag; in AsHtml()
267 endtag << "</span>"; in AsHtml()
308 html << endtag; in AsHtml()
/dports/misc/rump/buildrump.sh-b914579/src/external/bsd/flex/dist/tests/
H A Dbison_yylval_parser.y71 | starttag html endtag
73 | html starttag html endtag
77 endtag: LTSLASH TAGNAME GT { process_text($2);free($2);} ;
/dports/textproc/flex/flex-2.6.4/tests/
H A Dbison_yylval_parser.y71 | starttag html endtag
73 | html starttag html endtag
77 endtag: LTSLASH TAGNAME GT { process_text($2);free($2);} ;
/dports/security/libotr/libotr-4.1.1/src/
H A Dproto.c338 const char *starttag, *endtag; in otrl_proto_whitespace_bestversion() local
354 if (endtag[i] != ' ' && endtag[i] != '\t') { in otrl_proto_whitespace_bestversion()
369 endtag += 8; in otrl_proto_whitespace_bestversion()
376 *endtagp = endtag; in otrl_proto_whitespace_bestversion()
645 char *otrtag, *endtag; in otrl_proto_data_read_flags() local
656 endtag = strchr(otrtag, '.'); in otrl_proto_data_read_flags()
657 if (endtag) { in otrl_proto_data_read_flags()
658 msglen = endtag-otrtag; in otrl_proto_data_read_flags()
709 char *otrtag, *endtag; in otrl_proto_accept_data() local
733 if (endtag) { in otrl_proto_accept_data()
[all …]
H A Db64.c234 char *otrtag, *endtag;
243 endtag = strchr(otrtag, '.');
244 if (endtag) {
245 msglen = endtag-otrtag;
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/libotr/src/
H A Dproto.c338 const char *starttag, *endtag; in otrl_proto_whitespace_bestversion() local
354 if (endtag[i] != ' ' && endtag[i] != '\t') { in otrl_proto_whitespace_bestversion()
369 endtag += 8; in otrl_proto_whitespace_bestversion()
376 *endtagp = endtag; in otrl_proto_whitespace_bestversion()
645 char *otrtag, *endtag; in otrl_proto_data_read_flags() local
656 endtag = strchr(otrtag, '.'); in otrl_proto_data_read_flags()
657 if (endtag) { in otrl_proto_data_read_flags()
658 msglen = endtag-otrtag; in otrl_proto_data_read_flags()
709 char *otrtag, *endtag; in otrl_proto_accept_data() local
733 if (endtag) { in otrl_proto_accept_data()
[all …]
H A Db64.c234 char *otrtag, *endtag; in otrl_base64_otr_decode() local
243 endtag = strchr(otrtag, '.'); in otrl_base64_otr_decode()
244 if (endtag) { in otrl_base64_otr_decode()
245 msglen = endtag-otrtag; in otrl_base64_otr_decode()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/third_party/vinn/third_party/parse5/test/data/tokenization/
H A Ddomjs.test45 "description":"bad endtag in RCDATA and RAWTEXT",
52 "description":"bad endtag in RCDATA and RAWTEXT",
59 "description":"bad endtag in RCDATA and RAWTEXT",
66 "description":"bad endtag in RCDATA and RAWTEXT",
/dports/x11-toolkits/iwidgets/iwidgets4.0.1/doc/
H A Dtk2html.perl181 local($label, $before, $after, $begtag, $endtag, $blanks, $begtag2, $endtag2);
228 $endtag = '</title>';
299 print "$begtag$_$endtag\n";
302 $begtag2 = $endtag2 = $begtag = $endtag = '';
/dports/print/py-fonttools/fonttools-4.28.2/Lib/fontTools/ttLib/tables/
H A DS__i_l_f.py253 writer.endtag(tag)
364 writer.endtag('silf')
529 writer.endtag('passes')
643 writer.endtag('linear')
659 writer.endtag('classes')
793 writer.endtag('colmap')
812 writer.endtag('rule')
814 writer.endtag('rules')
823 writer.endtag('starts')
829 writer.endtag('row')
[all …]
/dports/print/py-fonttools3/fonttools-3.44.0/Lib/fontTools/ttLib/tables/
H A DS__i_l_f.py254 writer.endtag(tag)
364 writer.endtag('silf')
528 writer.endtag('passes')
642 writer.endtag('linear')
658 writer.endtag('classes')
792 writer.endtag('colmap')
811 writer.endtag('rule')
813 writer.endtag('rules')
822 writer.endtag('starts')
828 writer.endtag('row')
[all …]
/dports/games/multimc/MultiMC5-0.6.11/libraries/libnbtplusplus/test/
H A Dwrite_test.h192 std::string endtag{0x00}; in test_write_payload_big()
207 TS_ASSERT(os.str() == endtag + subtag1 + subtag2 + endtag in test_write_payload_big()
208 || os.str() == endtag + subtag2 + subtag1 + endtag); in test_write_payload_big()
/dports/textproc/html-xml-utils/html-xml-utils-8.0/
H A Dhtml.y64 html_handle_endtag_fn endtag; member
78 EXPORT void set_endtag_handler(html_handle_endtag_fn f) {h.endtag = f;} in set_endtag_handler()
123 | document endtag
149 endtag
150 : END '>' {call(h.endtag, (data, $1));}
/dports/lang/spidermonkey60/firefox-60.9.0/testing/web-platform/tests/tools/html5lib/html5lib/tests/testdata/tokenizer/
H A Ddomjs.test51 "description":"bad endtag in RCDATA and RAWTEXT",
58 "description":"bad endtag in RCDATA and RAWTEXT",
65 "description":"bad endtag in RCDATA and RAWTEXT",
72 "description":"bad endtag in RCDATA and RAWTEXT",

12345678910>>...19