Home
last modified time | relevance | path

Searched refs:commentPrefix (Results 1 – 25 of 91) sorted by relevance

1234

/dports/graphics/cfdg/cfdg-3.3_1/src-scintilla/scripts/
H A DFileGenerator.py48 def CopyWithInsertion(input, commentPrefix, retainDefs, lists): argument
64 if line.startswith(commentPrefix + "**"):
68 definition = line[len(commentPrefix + "**"):]
69 if (commentPrefix == "<!--") and (" -->" in definition):
109 if line.lstrip().startswith(commentPrefix + "--Autogenerated") or \
110 line.lstrip().startswith(commentPrefix + "~~Autogenerated"):
117 def GenerateFile(inpath, outpath, commentPrefix, retainDefs, *lists): argument
124 updated = CopyWithInsertion(original, commentPrefix,
130 def Generate(inpath, outpath, commentPrefix, *lists): argument
135 def Regenerate(filename, commentPrefix, *lists): argument
[all …]
/dports/x11-toolkits/scintilla/scintilla/scripts/
H A DFileGenerator.py48 def CopyWithInsertion(input, commentPrefix, retainDefs, lists): argument
64 if line.startswith(commentPrefix + "**"):
68 definition = line[len(commentPrefix + "**"):]
69 if (commentPrefix == "<!--") and (" -->" in definition):
109 if line.lstrip().startswith(commentPrefix + "--Autogenerated") or \
110 line.lstrip().startswith(commentPrefix + "~~Autogenerated"):
117 def GenerateFile(inpath, outpath, commentPrefix, retainDefs, *lists): argument
124 updated = CopyWithInsertion(original, commentPrefix,
130 def Generate(inpath, outpath, commentPrefix, *lists): argument
135 def Regenerate(filename, commentPrefix, *lists): argument
[all …]
/dports/devel/codequery/codequery-0.24.0/scintilla/scripts/
H A DFileGenerator.py48 def CopyWithInsertion(input, commentPrefix, retainDefs, lists): argument
64 if line.startswith(commentPrefix + "**"):
68 definition = line[len(commentPrefix + "**"):]
69 if (commentPrefix == "<!--") and (" -->" in definition):
109 if line.lstrip().startswith(commentPrefix + "--Autogenerated") or \
110 line.lstrip().startswith(commentPrefix + "~~Autogenerated"):
117 def GenerateFile(inpath, outpath, commentPrefix, retainDefs, *lists): argument
124 updated = CopyWithInsertion(original, commentPrefix,
130 def Generate(inpath, outpath, commentPrefix, *lists): argument
135 def Regenerate(filename, commentPrefix, *lists): argument
[all …]
/dports/editors/textadept/scintilla/scripts/
H A DFileGenerator.py48 def CopyWithInsertion(input, commentPrefix, retainDefs, lists): argument
64 if line.startswith(commentPrefix + "**"):
68 definition = line[len(commentPrefix + "**"):]
69 if (commentPrefix == "<!--") and (" -->" in definition):
109 if line.lstrip().startswith(commentPrefix + "--Autogenerated") or \
110 line.lstrip().startswith(commentPrefix + "~~Autogenerated"):
117 def GenerateFile(inpath, outpath, commentPrefix, retainDefs, *lists): argument
124 updated = CopyWithInsertion(original, commentPrefix,
130 def Generate(inpath, outpath, commentPrefix, *lists): argument
135 def Regenerate(filename, commentPrefix, *lists): argument
[all …]
/dports/editors/scite/scintilla/scripts/
H A DFileGenerator.py48 def CopyWithInsertion(input, commentPrefix, retainDefs, lists): argument
64 if line.startswith(commentPrefix + "**"):
68 definition = line[len(commentPrefix + "**"):]
69 if (commentPrefix == "<!--") and (" -->" in definition):
109 if line.lstrip().startswith(commentPrefix + "--Autogenerated") or \
110 line.lstrip().startswith(commentPrefix + "~~Autogenerated"):
117 def GenerateFile(inpath, outpath, commentPrefix, retainDefs, *lists): argument
124 updated = CopyWithInsertion(original, commentPrefix,
130 def Generate(inpath, outpath, commentPrefix, *lists): argument
135 def Regenerate(filename, commentPrefix, *lists): argument
[all …]
/dports/biology/gatk/gatk-4.2.0.0/src/main/java/org/broadinstitute/hellbender/utils/text/
H A DXReadLines.java37 private final String commentPrefix; field in XReadLines
72 …public XReadLines(final Path path, final boolean trimWhitespace, final String commentPrefix) throw… in XReadLines() argument
73 this(IOUtils.makeReaderMaybeGzipped(path), trimWhitespace, commentPrefix); in XReadLines()
83 … public XReadLines(final Reader reader, final boolean trimWhitespace, final String commentPrefix) { in XReadLines() argument
86 this.commentPrefix = commentPrefix; in XReadLines()
136 if (this.commentPrefix != null) in readNextLine()
137 if (nextLine.startsWith(this.commentPrefix)) in readNextLine()
/dports/www/cssed/cssed-0.4.0/scintilla/src/
H A DLexGen.py44 def CopyWithInsertion(input, commentPrefix, retainDefs, eolType, *lists): argument
49 isStartGenerated = line.startswith(commentPrefix + "++Autogenerated")
57 elif not copying and line.startswith(commentPrefix + "**"):
60 definition = line[len(commentPrefix + "**"):]
95 elif line.startswith(commentPrefix + "--Autogenerated"):
125 def Generate(inpath, outpath, commentPrefix, eolType, *lists): argument
141 updated = CopyWithInsertion(original, commentPrefix,
145 def Regenerate(filename, commentPrefix, eolType, *lists): argument
152 Generate(filename, filename, commentPrefix, eolType, *lists)
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/
H A DLexGen.py44 def CopyWithInsertion(input, commentPrefix, retainDefs, eolType, *lists): argument
49 isStartGenerated = line.startswith(commentPrefix + "++Autogenerated")
57 elif not copying and line.startswith(commentPrefix + "**"):
60 definition = line[len(commentPrefix + "**"):]
95 elif line.startswith(commentPrefix + "--Autogenerated"):
125 def Generate(inpath, outpath, commentPrefix, eolType, *lists): argument
141 updated = CopyWithInsertion(original, commentPrefix,
145 def Regenerate(filename, commentPrefix, eolType, *lists): argument
152 Generate(filename, filename, commentPrefix, eolType, *lists)
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/stc/scintilla/src/
H A DLexGen.py45 def CopyWithInsertion(input, commentPrefix, retainDefs, eolType, *lists): argument
50 isStartGenerated = line.startswith(commentPrefix + "++Autogenerated")
58 elif not copying and line.startswith(commentPrefix + "**"):
61 definition = line[len(commentPrefix + "**"):]
62 if (commentPrefix == "<!--") and (" -->" in definition):
98 elif line.startswith(commentPrefix + "--Autogenerated"):
129 def Generate(inpath, outpath, commentPrefix, eolType, *lists): argument
146 updated = CopyWithInsertion(original, commentPrefix,
150 def Regenerate(filename, commentPrefix, eolType, *lists): argument
157 Generate(filename, filename, commentPrefix, eolType, *lists)
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/stc/scintilla/src/
H A DLexGen.py45 def CopyWithInsertion(input, commentPrefix, retainDefs, eolType, *lists): argument
50 isStartGenerated = line.startswith(commentPrefix + "++Autogenerated")
58 elif not copying and line.startswith(commentPrefix + "**"):
61 definition = line[len(commentPrefix + "**"):]
62 if (commentPrefix == "<!--") and (" -->" in definition):
98 elif line.startswith(commentPrefix + "--Autogenerated"):
129 def Generate(inpath, outpath, commentPrefix, eolType, *lists): argument
146 updated = CopyWithInsertion(original, commentPrefix,
150 def Regenerate(filename, commentPrefix, eolType, *lists): argument
157 Generate(filename, filename, commentPrefix, eolType, *lists)
/dports/biology/gatk/gatk-4.2.0.0/src/testUtils/java/org/broadinstitute/hellbender/testutils/
H A DIntegrationTestSpec.java231 …extFiles(final File resultFile, final File expectedFile, final String commentPrefix) throws IOExce… in assertEqualTextFiles() argument
232 assertEqualTextFiles(resultFile.toPath(), expectedFile.toPath(), commentPrefix, true); in assertEqualTextFiles() local
235 …extFiles(final File resultFile, final File expectedFile, final String commentPrefix, final boolean… in assertEqualTextFiles() argument
236 … assertEqualTextFiles(resultFile.toPath(), expectedFile.toPath(), commentPrefix, doTrimWhitespace); in assertEqualTextFiles() local
239 …extFiles(final Path resultFile, final Path expectedFile, final String commentPrefix) throws IOExce… in assertEqualTextFiles() argument
240 assertEqualTextFiles(resultFile, expectedFile, commentPrefix, true); in assertEqualTextFiles()
246 …extFiles(final Path resultFile, final Path expectedFile, final String commentPrefix, final boolean… in assertEqualTextFiles() argument
248 XReadLines actual = new XReadLines(resultFile, doTrimWhitespace, commentPrefix); in assertEqualTextFiles()
249 XReadLines expected = new XReadLines(expectedFile, doTrimWhitespace, commentPrefix); in assertEqualTextFiles()
/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.jdbc/src/main/java/org/springframework/jdbc/datasource/init/
H A DResourceDatabasePopulator.java64 private String commentPrefix = DEFAULT_COMMENT_PREFIX; field in ResourceDatabasePopulator
108 public void setCommentPrefix(String commentPrefix) { in setCommentPrefix() argument
109 this.commentPrefix = commentPrefix; in setCommentPrefix()
232 (this.commentPrefix != null && !currentStatement.startsWith(this.commentPrefix))) { in readScript()
/dports/devel/awless/awless-0.1.11/vendor/gopkg.in/src-d/go-git.v4/plumbing/format/gitignore/
H A Ddir.go12 commentPrefix = "#" const
27 if !strings.HasPrefix(s, commentPrefix) && len(strings.TrimSpace(s)) > 0 {
/dports/www/gohugo/hugo-0.91.2/vendor/github.com/envoyproxy/protoc-gen-validate/vendor/github.com/lyft/protoc-gen-star/
H A Dcomment.go12 const commentPrefix = "//" const
20 fmt.Fprintln(buf, commentPrefix, s.Text())
/dports/www/tusd/tusd-1.8.0/vendor/github.com/envoyproxy/protoc-gen-validate/vendor/github.com/lyft/protoc-gen-star/
H A Dcomment.go12 const commentPrefix = "//" const
20 fmt.Fprintln(buf, commentPrefix, s.Text())
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/envoyproxy/protoc-gen-validate/vendor/github.com/lyft/protoc-gen-star/
H A Dcomment.go12 const commentPrefix = "//" const
20 fmt.Fprintln(buf, commentPrefix, s.Text())
/dports/net/grpcui/grpcui-1.1.0/vendor/github.com/envoyproxy/protoc-gen-validate/vendor/github.com/lyft/protoc-gen-star/
H A Dcomment.go12 const commentPrefix = "//" const
20 fmt.Fprintln(buf, commentPrefix, s.Text())
/dports/net/grpcurl/grpcurl-1.8.5/vendor/github.com/envoyproxy/protoc-gen-validate/vendor/github.com/lyft/protoc-gen-star/
H A Dcomment.go12 const commentPrefix = "//" const
20 fmt.Fprintln(buf, commentPrefix, s.Text())
/dports/biology/gatk/gatk-4.2.0.0/src/main/java/org/broadinstitute/hellbender/utils/codecs/gtf/
H A DGencodeGtfCodec.java81 private static final String commentPrefix = "##"; field in GencodeGtfCodec
226 return commentPrefix; in getDefaultLineComment()
231 return Collections.unmodifiableSet(new HashSet<>(Collections.singletonList(commentPrefix))); in getAllLineComments()
/dports/devel/spark/spark-2.1.1/sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/csv/
H A DCSVRelation.scala45 val commentPrefix = params.comment.toString constant
49 line.trim.nonEmpty && !line.startsWith(commentPrefix)
160 val commentPrefix = csvOptions.comment.toString constant
162 line.trim.isEmpty || line.trim.startsWith(commentPrefix)
/dports/cad/sumo/sumo-1.2.0/src/utils/emissions/
H A DPHEMCEPHandler.cpp224 std::string commentPrefix = "c"; in ReadVehicleFile() local
238 if (line.substr(0, 1) == commentPrefix) { in ReadVehicleFile()
351 while (std::getline(fileVehicle, line) && line.substr(0, 1) != commentPrefix) { in ReadVehicleFile()
365 if (line.substr(0, 1) == commentPrefix) { in ReadVehicleFile()
/dports/devel/lazygit/lazygit-0.31.4/vendor/github.com/jesseduffield/go-git/v5/plumbing/format/gitignore/
H A Ddir.go17 commentPrefix = "#" const
35 if !strings.HasPrefix(s, commentPrefix) && len(strings.TrimSpace(s)) > 0 {
/dports/sysutils/chezmoi/chezmoi-2.9.3/vendor/github.com/go-git/go-git/v5/plumbing/format/gitignore/
H A Ddir.go16 commentPrefix = "#" const
34 if !strings.HasPrefix(s, commentPrefix) && len(strings.TrimSpace(s)) > 0 {
/dports/net/cloudquery/cloudquery-0.16.0/vendor/github.com/go-git/go-git/v5/plumbing/format/gitignore/
H A Ddir.go16 commentPrefix = "#" const
34 if !strings.HasPrefix(s, commentPrefix) && len(strings.TrimSpace(s)) > 0 {
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/github.com/go-git/go-git/v5/plumbing/format/gitignore/
H A Ddir.go17 commentPrefix = "#" const
35 if !strings.HasPrefix(s, commentPrefix) && len(strings.TrimSpace(s)) > 0 {

1234