Home
last modified time | relevance | path

Searched refs:commentScanner (Results 1 – 14 of 14) sorted by relevance

/dports/www/gohugo/hugo-0.91.2/vendor/github.com/envoyproxy/protoc-gen-validate/vendor/github.com/lyft/protoc-gen-star/
H A Dcomment.go16 s := commentScanner(wrap, args...)
29 func commentScanner(wrap int, args ...interface{}) *bufio.Scanner { func
/dports/www/tusd/tusd-1.8.0/vendor/github.com/envoyproxy/protoc-gen-validate/vendor/github.com/lyft/protoc-gen-star/
H A Dcomment.go16 s := commentScanner(wrap, args...)
29 func commentScanner(wrap int, args ...interface{}) *bufio.Scanner { func
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/envoyproxy/protoc-gen-validate/vendor/github.com/lyft/protoc-gen-star/
H A Dcomment.go16 s := commentScanner(wrap, args...)
29 func commentScanner(wrap int, args ...interface{}) *bufio.Scanner { func
/dports/net/grpcui/grpcui-1.1.0/vendor/github.com/envoyproxy/protoc-gen-validate/vendor/github.com/lyft/protoc-gen-star/
H A Dcomment.go16 s := commentScanner(wrap, args...)
29 func commentScanner(wrap int, args ...interface{}) *bufio.Scanner { func
/dports/net/grpcurl/grpcurl-1.8.5/vendor/github.com/envoyproxy/protoc-gen-validate/vendor/github.com/lyft/protoc-gen-star/
H A Dcomment.go16 s := commentScanner(wrap, args...)
29 func commentScanner(wrap int, args ...interface{}) *bufio.Scanner { func
/dports/net-mgmt/yaf/yaf-2.11.0/src/applabel/
H A DpayloadScanner.c192 pcre *commentScanner; in ycInitializeScanRules() local
280 commentScanner = pcre_compile(commentScannerExp, PCRE_MULTILINE, in ycInitializeScanRules()
282 if (NULL == commentScanner) { in ycInitializeScanRules()
384 rc = pcre_exec (commentScanner, NULL, lineBuffer, readLength, in ycInitializeScanRules()
681 pcre_free(commentScanner); in ycInitializeScanRules()
/dports/devel/doxygen/doxygen-1.9.3/src/
H A Dvhdljjparser.cpp64 CommentScanner commentScanner; member
168 p->commentScanner.enterFile(fileName,p->yyLineNr); in parseInput()
171 p->commentScanner.leaveFile(fileName,p->yyLineNr); in parseInput()
207 p->commentScanner.initGroupInfo(e); in initEntry()
433 while (p->commentScanner.parseCommentBlock( in handleCommentBlock()
H A Dpyscanner.l72 CommentScanner commentScanner; member
1508 yyextra->commentScanner.initGroupInfo(yyextra->current.get());
1667 while (yyextra->commentScanner.parseCommentBlock(
1819 yyextra->commentScanner.enterCompound(yyextra->fileName,yyextra->yyLineNr,name);
1827 yyextra->commentScanner.leaveCompound(yyextra->fileName,yyextra->yyLineNr,name);
1894 yyextra->commentScanner.enterFile(yyextra->fileName,yyextra->yyLineNr);
1903 yyextra->commentScanner.leaveFile(yyextra->fileName,yyextra->yyLineNr);
H A Dfortranscanner.l159 CommentScanner commentScanner;
2315 yyextra->commentScanner.initGroupInfo(yyextra->current.get());
2483 while (yyextra->commentScanner.parseCommentBlock(
2698 yyextra->commentScanner.enterFile(yyextra->fileName,yyextra->lineNr);
2715 yyextra->commentScanner.leaveFile(yyextra->fileName,yyextra->lineNr);
H A Dmarkdown.cpp3454 CommentScanner commentScanner; member
3541 p->commentScanner.enterFile(fileName,lineNr); in parseInput()
3546 while (p->commentScanner.parseCommentBlock( in parseInput()
3573 p->commentScanner.leaveFile(fileName,lineNr); in parseInput()
H A Dscanner.l69 CommentScanner commentScanner; member
7079 yyextra->commentScanner.initGroupInfo(yyextra->current.get());
7429 while (yyextra->commentScanner.parseCommentBlock(
7489 while (yyextra->commentScanner.parseCommentBlock(
7617 yyextra->commentScanner.enterCompound(yyextra->fileName,yyextra->yyLineNr,name);
7623 yyextra->commentScanner.leaveCompound(yyextra->fileName,yyextra->yyLineNr,name);
7671 yyextra->commentScanner.enterFile(yyextra->fileName,yyextra->yyLineNr);
7710 yyextra->commentScanner.leaveFile(yyextra->fileName,yyextra->yyLineNr);
/dports/biology/biococoa/biococoa-2.2.2/BCFoundation/BCSequenceIO/
H A DBCReader.m476 NSScanner *matrixScanner, *itemScanner, *commentScanner, *treeScanner;
488 commentScanner = [[NSScanner alloc] initWithString:textFile];
489 [commentScanner scanUpToString:@"[!" intoString:nil];
490 [commentScanner scanString:@"[!" intoString:nil];
491 [commentScanner scanUpToString:@"]" intoString:&comments];
492 [commentScanner release];
H A DBCSequenceReader.m1413 NSScanner *matrixScanner, *itemScanner, *commentScanner, *treeScanner;
1425 commentScanner = [[NSScanner alloc] initWithString:textFile];
1426 [commentScanner scanUpToString:@"[!" intoString:nil];
1427 [commentScanner scanString:@"[!" intoString:nil];
1428 [commentScanner scanUpToString:@"]" intoString:&comments];
1429 [commentScanner release];
/dports/net-mgmt/yaf/yaf-2.11.0/src/applabel/hooks/
H A Ddpacketplugin.c863 pcre *commentScanner; in ypInitializeProtocolRules() local
915 commentScanner = pcre_compile(commentScannerExp, PCRE_MULTILINE, in ypInitializeProtocolRules()
917 if (commentScanner == NULL) { in ypInitializeProtocolRules()
989 rc = pcre_exec(commentScanner, NULL, lineBuffer, readLength, in ypInitializeProtocolRules()
1271 pcre_free(commentScanner); in ypInitializeProtocolRules()