Home
last modified time | relevance | path

Searched refs:stripLine (Results 1 – 25 of 44) sorted by relevance

12

/dports/games/libretro-scummvm/scummvm-7b1e929/devtools/create_supernova/
H A Dpo_parser.cpp130 strcpy(msgidBuf, stripLine(line)); in parsePoFile()
143 strcpy(msgctxtBuf, stripLine(line)); in parsePoFile()
146 strcpy(msgstrBuf, stripLine(line)); in parsePoFile()
151 strcat(currentBuf, stripLine(line)); in parsePoFile()
164 char *stripLine(char *const line) { in stripLine() function
H A Dpo_parser.h75 char *stripLine(char *);
/dports/games/scummvm/scummvm-2.5.1/devtools/create_supernova/
H A Dpo_parser.cpp130 strcpy(msgidBuf, stripLine(line)); in parsePoFile()
143 strcpy(msgctxtBuf, stripLine(line)); in parsePoFile()
146 strcpy(msgstrBuf, stripLine(line)); in parsePoFile()
151 strcat(currentBuf, stripLine(line)); in parsePoFile()
164 char *stripLine(char *const line) { in stripLine() function
H A Dpo_parser.h75 char *stripLine(char *);
/dports/games/libretro-scummvm/scummvm-7b1e929/devtools/create_translations/
H A Dpo_parser.cpp315 strcpy(msgidBuf, stripLine(line)); in parsePoFile()
330 strcpy(msgctxtBuf, stripLine(line)); in parsePoFile()
333 strcpy(msgstrBuf, stripLine(line)); in parsePoFile()
338 strcat(currentBuf, stripLine(line)); in parsePoFile()
353 char *stripLine(char *const line) { in stripLine() function
H A Dpo_parser.h108 char *stripLine(char *);
/dports/games/residualvm/residualvm-0.3.1/devtools/create_translations/
H A Dpo_parser.cpp315 strcpy(msgidBuf, stripLine(line)); in parsePoFile()
330 strcpy(msgctxtBuf, stripLine(line)); in parsePoFile()
333 strcpy(msgstrBuf, stripLine(line)); in parsePoFile()
338 strcat(currentBuf, stripLine(line)); in parsePoFile()
353 char *stripLine(char *const line) { in stripLine() function
H A Dpo_parser.h108 char *stripLine(char *);
/dports/games/scummvm/scummvm-2.5.1/devtools/create_translations/
H A Dpo_parser.cpp310 strcpy(msgidBuf, stripLine(line)); in parsePoFile()
325 strcpy(msgctxtBuf, stripLine(line)); in parsePoFile()
328 strcpy(msgstrBuf, stripLine(line)); in parsePoFile()
333 strcat(currentBuf, stripLine(line)); in parsePoFile()
348 char *stripLine(char *const line) { in stripLine() function
H A Dpo_parser.h109 char *stripLine(char *);
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/containerd/containerd/containerd-1.4.3/pkg/progress/
H A Dwriter.go108 lines += (len(stripLine(line))-1)/width + 1
113 func stripLine(line string) string { func
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/containerd/containerd/pkg/progress/
H A Dwriter.go108 lines += (len(stripLine(line))-1)/width + 1
113 func stripLine(line string) string { func
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/containerd/containerd/pkg/progress/
H A Dwriter.go108 lines += (len(stripLine(line))-1)/width + 1
113 func stripLine(line string) string { func
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/containerd/containerd/pkg/progress/
H A Dwriter.go108 lines += (len(stripLine(line))-1)/width + 1
113 func stripLine(line string) string { func
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/containerd/containerd/pkg/progress/
H A Dwriter.go108 lines += (len(stripLine(line))-1)/width + 1
113 func stripLine(line string) string { func
/dports/sysutils/helm/helm-3.5.2/vendor/github.com/containerd/containerd/pkg/progress/
H A Dwriter.go108 lines += (len(stripLine(line))-1)/width + 1
113 func stripLine(line string) string { func
/dports/security/vault/vault-1.8.2/vendor/github.com/containerd/containerd/pkg/progress/
H A Dwriter.go108 lines += (len(stripLine(line))-1)/width + 1
113 func stripLine(line string) string { func
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/containerd/containerd/pkg/progress/
H A Dwriter.go108 lines += (len(stripLine(line))-1)/width + 1
113 func stripLine(line string) string { func
/dports/science/rdkit/rdkit-Release_2021_03_5/Code/GraphMol/MolChemicalFeatures/
H A DFeatureParser.cpp49 std::string stripLine = in getNextLine() local
51 if (stripLine == "") { in getNextLine()
54 if (stripLine[stripLine.size() - 1] != '\\') { in getNextLine()
/dports/devel/fossology-nomos-standalone/fossology-3.11.0/src/nomos/agent/
H A Dprocess.h24 void stripLine(char *textp, int offset, int size);
H A Dprocess.c81 void stripLine(char *textp, int offset, int size) in stripLine() function
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web.DataVisualization/Common/General/
H A DAxis.cs3064 StripLine stripLine = new StripLine(); in AddInterlacedStrip()
3065 stripLine.interlaced = true; in AddInterlacedStrip()
3067 stripLine.BorderColor = Color.Empty; in AddInterlacedStrip()
3073 stripLine.Interval = this.MajorGrid.GetInterval() * 2.0; in AddInterlacedStrip()
3077 stripLine.StripWidth = this.MajorGrid.GetInterval(); in AddInterlacedStrip()
3087 stripLine.StripWidth = this.MajorTickMark.GetInterval(); in AddInterlacedStrip()
3093 stripLine.Interval = this.LabelStyle.GetInterval() * 2.0; in AddInterlacedStrip()
3097 stripLine.StripWidth = this.LabelStyle.GetInterval(); in AddInterlacedStrip()
3107 stripLine.BackColor = this.InterlacedColor; in AddInterlacedStrip()
3124 stripLine.BackColor = Color.LightGray; in AddInterlacedStrip()
[all …]
/dports/devel/fossology-nomos-standalone/fossology-3.11.0/src/nomos/agent_tests/testdata/NomosTestfiles/GPL/
H A Dtest-file-4-GPL-2.0.c81 void stripLine(char *textp, int offset, int size) in stripLine() function
/dports/editors/emacs-devel/emacs-4d1968b/test/manual/etags/php-src/
H A Dlce_functions.php308 $line = $this->stripLine($line, LCE_MSGID);
324 $line = $this->stripLine($line, $class);
394 function stripLine($line, $class) function in POReader
/dports/editors/emacs/emacs-27.2/test/manual/etags/php-src/
H A Dlce_functions.php308 $line = $this->stripLine($line, LCE_MSGID);
324 $line = $this->stripLine($line, $class);
394 function stripLine($line, $class) function in POReader

12