Home
last modified time | relevance | path

Searched refs:ResultText (Results 1 – 25 of 93) sorted by relevance

1234

/dports/comms/cqrlog/cqrlog-2.5.0/src/
H A DfeQSLUpload.pas40 function FormatOutput(ResultText : String) : String; in FormatOutput()
359 function TfrmeQSLUpload.FormatOutput(ResultText: String) : String; in TfrmeQSLUpload.FormatOutput()
361 ResultText := copy(ResultText,Pos('<BODY>',ResultText)+6,Length(ResultText));
362 ResultText := copy(ResultText,1,Pos('</BODY>',ResultText)-1);
363 ResultText := StringReplace(ResultText,'<BR>',LineEnding,[rfReplaceAll, rfIgnoreCase]);
364 Result := trim(dmUtils.StripHTML(ResultText))
/dports/security/vuls/vuls-0.13.7/vendor/github.com/mattn/go-sqlite3/_example/vtable/
H A Dvtable.go82 c.ResultText(vc.repos[vc.index].FullName)
84 c.ResultText(vc.repos[vc.index].Description)
86 c.ResultText(vc.repos[vc.index].HTMLURL)
/dports/textproc/textql/textql-1d6fef5/vendor/github.com/mattn/go-sqlite3/_example/vtable/
H A Dvtable.go82 c.ResultText(vc.repos[vc.index].FullName)
84 c.ResultText(vc.repos[vc.index].Description)
86 c.ResultText(vc.repos[vc.index].HTMLURL)
/dports/net/storj/storj-1.45.3/vendor/github.com/mattn/go-sqlite3/_example/vtable/
H A Dvtable.go82 c.ResultText(vc.repos[vc.index].FullName)
84 c.ResultText(vc.repos[vc.index].Description)
86 c.ResultText(vc.repos[vc.index].HTMLURL)
/dports/dns/blocky/blocky-0.17/vendor/github.com/mattn/go-sqlite3/_example/vtable/
H A Dvtable.go82 c.ResultText(vc.repos[vc.index].FullName)
84 c.ResultText(vc.repos[vc.index].Description)
86 c.ResultText(vc.repos[vc.index].HTMLURL)
/dports/audio/gonic/gonic-0.8.4/vendor/github.com/mattn/go-sqlite3/_example/vtable/
H A Dvtable.go82 c.ResultText(vc.repos[vc.index].FullName)
84 c.ResultText(vc.repos[vc.index].Description)
86 c.ResultText(vc.repos[vc.index].HTMLURL)
/dports/security/go-cve-dictionary/go-cve-dictionary-0.5.5/vendor/github.com/mattn/go-sqlite3/_example/vtable/
H A Dvtable.go82 c.ResultText(vc.repos[vc.index].FullName)
84 c.ResultText(vc.repos[vc.index].Description)
86 c.ResultText(vc.repos[vc.index].HTMLURL)
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/mattn/go-sqlite3/_example/vtable/
H A Dvtable.go82 c.ResultText(vc.repos[vc.index].FullName)
84 c.ResultText(vc.repos[vc.index].Description)
86 c.ResultText(vc.repos[vc.index].HTMLURL)
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/mattn/go-sqlite3/_example/vtable/
H A Dvtable.go82 c.ResultText(vc.repos[vc.index].FullName)
84 c.ResultText(vc.repos[vc.index].Description)
86 c.ResultText(vc.repos[vc.index].HTMLURL)
/dports/net/ooni-probe-cli/probe-cli-3.10.1/vendor/github.com/mattn/go-sqlite3/_example/vtable/
H A Dvtable.go82 c.ResultText(vc.repos[vc.index].FullName)
84 c.ResultText(vc.repos[vc.index].Description)
86 c.ResultText(vc.repos[vc.index].HTMLURL)
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/mattn/go-sqlite3/_example/vtable/
H A Dvtable.go82 c.ResultText(vc.repos[vc.index].FullName)
84 c.ResultText(vc.repos[vc.index].Description)
86 c.ResultText(vc.repos[vc.index].HTMLURL)
/dports/www/writefreely/writefreely-0.13.1/vendor/github.com/mattn/go-sqlite3/_example/vtable/
H A Dvtable.go82 c.ResultText(vc.repos[vc.index].FullName)
84 c.ResultText(vc.repos[vc.index].Description)
86 c.ResultText(vc.repos[vc.index].HTMLURL)
/dports/www/yarr/yarr-2.2/vendor/github.com/mattn/go-sqlite3/_example/vtable/
H A Dvtable.go82 c.ResultText(vc.repos[vc.index].FullName)
84 c.ResultText(vc.repos[vc.index].Description)
86 c.ResultText(vc.repos[vc.index].HTMLURL)
/dports/databases/litestream/litestream-0.3.6/vendor/github.com/mattn/go-sqlite3/_example/vtable/
H A Dvtable.go82 c.ResultText(vc.repos[vc.index].FullName)
84 c.ResultText(vc.repos[vc.index].Description)
86 c.ResultText(vc.repos[vc.index].HTMLURL)
/dports/irc/soju/soju-0.3.0/vendor/github.com/mattn/go-sqlite3/_example/vtable/
H A Dvtable.go82 c.ResultText(vc.repos[vc.index].FullName)
84 c.ResultText(vc.repos[vc.index].Description)
86 c.ResultText(vc.repos[vc.index].HTMLURL)
/dports/multimedia/navidrome/navidrome-0.40.0/vendor/github.com/mattn/go-sqlite3/_example/vtable/
H A Dvtable.go82 c.ResultText(vc.repos[vc.index].FullName)
84 c.ResultText(vc.repos[vc.index].Description)
86 c.ResultText(vc.repos[vc.index].HTMLURL)
/dports/editors/lazarus/lazarus/debugger/
H A Devaluatedlg.pp97 ResultText: String; ResultDBGType: TDBGType);
153 ResultText: String; ResultDBGType: TDBGType);
165 then ResultText := Format(drsLen, [ResultDBGType.Len]) + LineEnding + ResultText;
175 txtResult.Lines.Text := RESULTEVAL+ S+':'+LineEnding+ ResultText + LineEnding
178 txtResult.Lines.Text := RESULTEVAL+ S+':'+LineEnding+ ResultText + LineEnding
183 + RESULTEVAL+ S+':'+LineEnding+ ResultText+LineEnding;
188 txtResult.Lines.Text := ResultText;
/dports/editors/lazarus-qt5/lazarus/debugger/
H A Devaluatedlg.pp97 ResultText: String; ResultDBGType: TDBGType);
153 ResultText: String; ResultDBGType: TDBGType);
165 then ResultText := Format(drsLen, [ResultDBGType.Len]) + LineEnding + ResultText;
175 txtResult.Lines.Text := RESULTEVAL+ S+':'+LineEnding+ ResultText + LineEnding
178 txtResult.Lines.Text := RESULTEVAL+ S+':'+LineEnding+ ResultText + LineEnding
183 + RESULTEVAL+ S+':'+LineEnding+ ResultText+LineEnding;
188 txtResult.Lines.Text := ResultText;
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/debugger/
H A Devaluatedlg.pp102 ResultText: String; ResultDBGType: TDBGType);
177 ResultText: String; ResultDBGType: TDBGType);
189 then ResultText := Format(drsLen, [ResultDBGType.Len]) + LineEnding + ResultText;
199 txtResult.Lines.Text := RESULTEVAL+ S+':'+LineEnding+ ResultText + LineEnding
202 txtResult.Lines.Text := RESULTEVAL+ S+':'+LineEnding+ ResultText + LineEnding
207 + RESULTEVAL+ S+':'+LineEnding+ ResultText+LineEnding;
212 txtResult.Lines.Text := ResultText;
H A Dlocalsdlg.pp90 ResultText: String; ResultDBGType: TDBGType);
92 ResultText: String; ResultDBGType: TDBGType);
94 ResultText: String; ResultDBGType: TDBGType);
553 ResultText: String; ResultDBGType: TDBGType);
558 EvaluateAllCallbackItem.SubItems[0] := ExtractValue(ResultText, ResultDBGType.TypeName);
582 ASuccess: Boolean; ResultText: String; ResultDBGType: TDBGType);
586 Clipboard.AsText := ValueToRAW(ExtractValue(ResultText, ResultDBGType.TypeName))
594 ASuccess: Boolean; ResultText: String; ResultDBGType: TDBGType);
598 Clipboard.AsText := ExtractValue(ResultText, ResultDBGType.TypeName)
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/debugger/
H A Devaluatedlg.pp102 ResultText: String; ResultDBGType: TDBGType);
177 ResultText: String; ResultDBGType: TDBGType);
189 then ResultText := Format(drsLen, [ResultDBGType.Len]) + LineEnding + ResultText;
199 txtResult.Lines.Text := RESULTEVAL+ S+':'+LineEnding+ ResultText + LineEnding
202 txtResult.Lines.Text := RESULTEVAL+ S+':'+LineEnding+ ResultText + LineEnding
207 + RESULTEVAL+ S+':'+LineEnding+ ResultText+LineEnding;
212 txtResult.Lines.Text := ResultText;
/dports/editors/lazarus/lazarus/components/lazreport/source/
H A Dlr_funct_editor_unit1.pas37 function ResultText:string; in ResultText() function
112 function TLR_FunctEditor1Form.ResultText: string; in TLR_FunctEditor1Form.ResultText() function
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/lazreport/source/
H A Dlr_funct_editor_unit1.pas37 function ResultText:string; in ResultText() function
112 function TLR_FunctEditor1Form.ResultText: string; in TLR_FunctEditor1Form.ResultText() function
/dports/editors/lazarus-qt5/lazarus/components/lazreport/source/
H A Dlr_funct_editor_unit1.pas37 function ResultText:string; in ResultText() function
112 function TLR_FunctEditor1Form.ResultText: string; in TLR_FunctEditor1Form.ResultText() function
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/lazreport/source/
H A Dlr_funct_editor_unit1.pas37 function ResultText:string; in ResultText() function
112 function TLR_FunctEditor1Form.ResultText: string; in TLR_FunctEditor1Form.ResultText() function

1234