Home
last modified time | relevance | path

Searched refs:TextItems (Results 1 – 25 of 25) sorted by last modified time

/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/cmd/vendor/github.com/google/pprof/internal/report/
H A Dreport.go768 func TextItems(rpt *Report) ([]TextItem, []string) { func
811 items, labels := TextItems(rpt)
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/cmd/vendor/github.com/google/pprof/internal/driver/
H A Dwebui.go357 top, legend := report.TextItems(rpt)
/dports/editors/cudatext/CudaText-1.151.0/atsynedit/atsynedit/
H A Datsynedit_cmd_editing.inc41 TextItems: TStringList;
49 TextItems:= nil;
60 //TextItems allows to insert each clipboard line into its own caret
66 TextItems:= TStringList.Create;
67 TextItems.Text:= UTF8Encode(AText);
68 bInsertLinePerCaret:= Carets.Count=TextItems.Count;
69 //if Carets.Count<>TextItems.Count then
71 // [TextItems.Count, Carets.Count]);
92 TextItem:= UTF8Decode(TextItems[i])
113 if Assigned(TextItems) then
[all …]
/dports/net/storj/storj-1.45.3/vendor/github.com/google/pprof/internal/driver/
H A Dwebui.go357 top, legend := report.TextItems(rpt)
/dports/net/storj/storj-1.45.3/vendor/github.com/google/pprof/internal/report/
H A Dreport.go768 func TextItems(rpt *Report) ([]TextItem, []string) { func
811 items, labels := TextItems(rpt)
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/google/pprof/internal/report/
H A Dreport.go768 func TextItems(rpt *Report) ([]TextItem, []string) { func
811 items, labels := TextItems(rpt)
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/google/pprof/internal/driver/
H A Dwebui.go357 top, legend := report.TextItems(rpt)
/dports/www/gitlab-pages/gitlab-pages-f8512edbec4ec83b426c8ca2dda467de424685e4/vendor/github.com/google/pprof/internal/report/
H A Dreport.go768 func TextItems(rpt *Report) ([]TextItem, []string) { func
811 items, labels := TextItems(rpt)
/dports/www/gitlab-pages/gitlab-pages-f8512edbec4ec83b426c8ca2dda467de424685e4/vendor/github.com/google/pprof/internal/driver/
H A Dwebui.go357 top, legend := report.TextItems(rpt)
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/google/pprof/internal/driver/
H A Dwebui.go352 top, legend := report.TextItems(rpt)
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/google/pprof/internal/report/
H A Dreport.go764 func TextItems(rpt *Report) ([]TextItem, []string) { func
807 items, labels := TextItems(rpt)
/dports/cad/gds3d/GDS3D-bcdb97a/libgdsto3d/
H A Dgdsobject.cpp73 for(unsigned int i=0;i<TextItems.size();i++) in ~GDSObject()
74 delete TextItems[i]; in ~GDSObject()
102TextItems.push_back(new class GDSText(newX, newY, newZ, newFlipped, newMag, newVJust, newHJust, ne… in AddText()
107 if(TextItems.size()){ in GetCurrentText()
108 return TextItems[TextItems.size()-1]; in GetCurrentText()
H A Dgdsobject.h138 vector<GDSText*> TextItems; variable
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/github.com/google/pprof/internal/report/
H A Dreport.go765 func TextItems(rpt *Report) ([]TextItem, []string) { func
808 items, labels := TextItems(rpt)
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/github.com/google/pprof/internal/driver/
H A Dwebui.go352 top, legend := report.TextItems(rpt)
/dports/devel/gitlab-shell/gitlab-shell-65b8ec55bebd0aea64ac52b9878bafcc2ad992d3/vendor/github.com/google/pprof/internal/driver/
H A Dwebui.go352 top, legend := report.TextItems(rpt)
/dports/devel/gitlab-shell/gitlab-shell-65b8ec55bebd0aea64ac52b9878bafcc2ad992d3/vendor/github.com/google/pprof/internal/report/
H A Dreport.go765 func TextItems(rpt *Report) ([]TextItem, []string) { func
808 items, labels := TextItems(rpt)
/dports/devel/pprof/pprof-acf8798/internal/driver/
H A Dwebui.go352 top, legend := report.TextItems(rpt)
/dports/devel/pprof/pprof-acf8798/internal/report/
H A Dreport.go765 func TextItems(rpt *Report) ([]TextItem, []string) { func
808 items, labels := TextItems(rpt)
/dports/lang/go-devel/go-dragonfly-amd64-bootstrap/src/cmd/vendor/github.com/google/pprof/internal/driver/
H A Dwebui.go352 top, legend := report.TextItems(rpt)
/dports/lang/go-devel/go-dragonfly-amd64-bootstrap/src/cmd/vendor/github.com/google/pprof/internal/report/
H A Dreport.go746 func TextItems(rpt *Report) ([]TextItem, []string) { func
789 items, labels := TextItems(rpt)
/dports/graphics/diffpdf/diffpdf-2.1.3/
H A Dtextitem.hpp35 class TextItems class
61 const TextItems getWords(const TextBoxList &list);
62 const TextItems getCharacters(const TextBoxList &list);
H A Dtextitem.cpp20 QStringList TextItems::texts() const in texts()
29 QList<QRectF> TextItems::rects() const in rects()
51 void TextItems::columnZoneYxOrder(const int Width, const int ToleranceR, in columnZoneYxOrder()
76 void TextItems::columnYxOrder(const int Width, const int ToleranceY, in columnYxOrder()
93 const QList<QPainterPath> TextItems::generateZones(const int Width, in generateZones()
139 void TextItems::debug(const int page, const int ToleranceY, in debug()
185 const TextItems getWords(const TextBoxList &list) in getWords()
187 TextItems items; in getWords()
200 const TextItems getCharacters(const TextBoxList &list) in getCharacters()
202 TextItems items; in getCharacters()
H A Dmainwindow.cpp964 TextItems items1 = ComparingWords ? getWords(list1)
966 TextItems items2 = ComparingWords ? getWords(list2)
1809 TextItems items = ComparingWords ? getWords(list)
/dports/misc/estic/estic-1.61_10/spunk/
H A Dspunk.chg631 TextItems are now inactive by default (they were active previously).