Home
last modified time | relevance | path

Searched refs:CommentPrefix (Results 1 – 25 of 27) sorted by relevance

12

/dports/cad/sumo/sumo-1.2.0/src/foreign/PHEMlight/dll_code/
H A DCEPHandler.cs306 if (line.Substring(0, 1) == Helper.CommentPrefix) in ReadVehicleFile()
409 … while ((line = ReadLine(vehicleReader)) != null && line.Substring(0, 1) != Helper.CommentPrefix) in ReadVehicleFile()
411 if (line.Substring(0, 1) == Helper.CommentPrefix) in ReadVehicleFile()
419 if (line.Substring(0, 1) == Helper.CommentPrefix) in ReadVehicleFile()
509 if (line.Substring(0, 1) == Helper.CommentPrefix) in ReadFleetShares()
H A DStart.cs67 Helper.CommentPrefix = CommentPref; in CALC_Array()
168 Helper.CommentPrefix = CommentPref; in CALC_Single()
H A DHelpers.cs52 public string CommentPrefix property in PHEMlightdll.Helpers
/dports/security/vault/vault-1.8.2/vendor/github.com/influxdata/influxdb/flux/client/
H A Drequest.go32 CommentPrefix string `json:"commentPrefix"` member
65 if len(r.Dialect.CommentPrefix) > 1 {
H A Dhttp.go146 qr.Dialect.CommentPrefix = "#"
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/influxdata/influxdb/flux/client/
H A Drequest.go33 CommentPrefix string `json:"commentPrefix"` member
66 if len(r.Dialect.CommentPrefix) > 1 {
H A Dhttp.go138 qr.Dialect.CommentPrefix = "#"
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/libc/utils/HdrGen/
H A DGenerator.cpp25 static const char CommentPrefix[] = "<!>"; variable
109 } else if (!Line.startswith(CommentPrefix)) { in generate()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/libc/utils/HdrGen/
H A DGenerator.cpp25 static const char CommentPrefix[] = "<!>"; variable
109 } else if (!Line.startswith(CommentPrefix)) { in generate()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/libc/utils/HdrGen/
H A DGenerator.cpp25 static const char CommentPrefix[] = "<!>"; variable
109 } else if (!Line.startswith(CommentPrefix)) { in generate()
/dports/devel/llvm12/llvm-project-12.0.1.src/libc/utils/HdrGen/
H A DGenerator.cpp25 static const char CommentPrefix[] = "<!>"; variable
109 } else if (!Line.startswith(CommentPrefix)) { in generate()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/libc/utils/HdrGen/
H A DGenerator.cpp25 static const char CommentPrefix[] = "<!>"; variable
109 } else if (!Line.startswith(CommentPrefix)) { in generate()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/libc/utils/HdrGen/
H A DGenerator.cpp25 static const char CommentPrefix[] = "<!>"; variable
109 } else if (!Line.startswith(CommentPrefix)) { in generate()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/libc/utils/HdrGen/
H A DGenerator.cpp25 static const char CommentPrefix[] = "<!>"; variable
109 } else if (!Line.startswith(CommentPrefix)) { in generate()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/libc/utils/HdrGen/
H A DGenerator.cpp25 static const char CommentPrefix[] = "<!>"; variable
109 } else if (!Line.startswith(CommentPrefix)) { in generate()
/dports/devel/llvm13/llvm-project-13.0.1.src/libc/utils/HdrGen/
H A DGenerator.cpp25 static const char CommentPrefix[] = "<!>"; variable
109 } else if (!Line.startswith(CommentPrefix)) { in generate()
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/influxdata/influxdb/flux/client/
H A Drequest.go56 CommentPrefix string `json:"commentPrefix"` member
89 if len(r.Dialect.CommentPrefix) > 1 {
/dports/cad/zcad/zcad-8b8a693/cad_source/other/AGraphLaz/Vectors/
H A DVTxtStrm.pas161 CommentPrefix: Char;
519 CommentPrefix:=';';
525 Result:=RemoveComment(inherited ReadString, CommentPrefix);
H A DVectStr.pas386 function RemoveComment(const S: String; CommentPrefix: Char): String; in RemoveComment()
1976 function RemoveComment(const S: String; CommentPrefix: Char): String; in RemoveComment()
1981 if CharPos(CommentPrefix, S, 1) = 0 then
1986 if S[I] = CommentPrefix then
/dports/emulators/mesen/Mesen-0.9.8-4-g4c701ad6/GUI.NET/Debugger/FastColoredTextBox/
H A DSyntaxHighlighter.cs626 range.tb.CommentPrefix = "//"; in CSharpSyntaxHighlight()
709 range.tb.CommentPrefix = "'"; in VBSyntaxHighlight()
780 range.tb.CommentPrefix = null; in HTMLSyntaxHighlight()
849 range.tb.CommentPrefix = null; in XMLSyntaxHighlight()
973 range.tb.CommentPrefix = "--"; in SQLSyntaxHighlight()
1040 range.tb.CommentPrefix = "//"; in PHPSyntaxHighlight()
1101 range.tb.CommentPrefix = "//"; in JScriptSyntaxHighlight()
1161 range.tb.CommentPrefix = "--"; in LuaSyntaxHighlight()
H A DFastColoredTextBox.cs190 CommentPrefix = "//"; in FastColoredTextBox()
895 public string CommentPrefix { get; set; } property in FastColoredTextBoxNS.FastColoredTextBox
4112 CommentSelected(CommentPrefix); in CommentSelected()
/dports/devel/llvm70/llvm-7.0.1.src/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp541 SmallString<8> CommentPrefix; in emitTypeInformation() local
543 CommentPrefix += '\t'; in emitTypeInformation()
544 CommentPrefix += Asm->MAI->getCommentString(); in emitTypeInformation()
545 CommentPrefix += ' '; in emitTypeInformation()
559 SP.setPrefix(CommentPrefix); in emitTypeInformation()
571 CommentOS.str().drop_front(CommentPrefix.size() - 1).rtrim()); in emitTypeInformation()
/dports/devel/llvm90/llvm-9.0.1.src/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp635 SmallString<8> CommentPrefix; in emitTypeInformation() local
637 CommentPrefix += '\t'; in emitTypeInformation()
638 CommentPrefix += Asm->MAI->getCommentString(); in emitTypeInformation()
639 CommentPrefix += ' '; in emitTypeInformation()
652 SP->setPrefix(CommentPrefix); in emitTypeInformation()
690 CommentOS.str().drop_front(CommentPrefix.size() - 1).rtrim()); in emitTypeInformation()
/dports/devel/llvm80/llvm-8.0.1.src/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp605 SmallString<8> CommentPrefix; in emitTypeInformation() local
607 CommentPrefix += '\t'; in emitTypeInformation()
608 CommentPrefix += Asm->MAI->getCommentString(); in emitTypeInformation()
609 CommentPrefix += ' '; in emitTypeInformation()
623 SP.setPrefix(CommentPrefix); in emitTypeInformation()
635 CommentOS.str().drop_front(CommentPrefix.size() - 1).rtrim()); in emitTypeInformation()
/dports/emulators/mesen/Mesen-0.9.8-4-g4c701ad6/GUI.NET/Debugger/
H A DfrmScript.Designer.cs398 this.txtScriptContent.CommentPrefix = "--"; in InitializeComponent()

12