Home
last modified time | relevance | path

Searched refs:colSize (Results 151 – 175 of 292) sorted by relevance

12345678910>>...12

/dports/net/cloudquery/cloudquery-0.16.0/vendor/github.com/olekukonko/tablewriter/
H A Dtable.go80 colSize int member
116 colSize: -1,
152 t.colSize = len(keys)
308 if rowSize > t.colSize {
309 t.colSize = rowSize
330 if rowSize > t.colSize {
331 t.colSize = rowSize
673 return (chars + (3 * t.colSize) + 2)
/dports/security/go-cve-dictionary/go-cve-dictionary-0.5.5/vendor/github.com/olekukonko/tablewriter/
H A Dtable.go79 colSize int member
115 colSize: -1,
151 t.colSize = len(keys)
292 if rowSize > t.colSize {
293 t.colSize = rowSize
314 if rowSize > t.colSize {
315 t.colSize = rowSize
657 return (chars + (3 * t.colSize) + 2)
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/olekukonko/tablewriter/
H A Dtable.go80 colSize int member
116 colSize: -1,
152 t.colSize = len(keys)
308 if rowSize > t.colSize {
309 t.colSize = rowSize
330 if rowSize > t.colSize {
331 t.colSize = rowSize
673 return (chars + (3 * t.colSize) + 2)
/dports/www/gohugo/hugo-0.91.2/vendor/github.com/olekukonko/tablewriter/
H A Dtable.go80 colSize int member
116 colSize: -1,
152 t.colSize = len(keys)
308 if rowSize > t.colSize {
309 t.colSize = rowSize
330 if rowSize > t.colSize {
331 t.colSize = rowSize
673 return (chars + (3 * t.colSize) + 2)
/dports/dns/dnscrypt-proxy2/dnscrypt-proxy-2.1.1/vendor/github.com/olekukonko/tablewriter/
H A Dtable.go80 colSize int member
116 colSize: -1,
152 t.colSize = len(keys)
308 if rowSize > t.colSize {
309 t.colSize = rowSize
330 if rowSize > t.colSize {
331 t.colSize = rowSize
673 return (chars + (3 * t.colSize) + 2)
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/olekukonko/tablewriter/
H A Dtable.go80 colSize int member
116 colSize: -1,
152 t.colSize = len(keys)
308 if rowSize > t.colSize {
309 t.colSize = rowSize
330 if rowSize > t.colSize {
331 t.colSize = rowSize
673 return (chars + (3 * t.colSize) + 2)
/dports/www/gitea/gitea-1.16.5/vendor/github.com/olekukonko/tablewriter/
H A Dtable.go80 colSize int member
116 colSize: -1,
152 t.colSize = len(keys)
308 if rowSize > t.colSize {
309 t.colSize = rowSize
330 if rowSize > t.colSize {
331 t.colSize = rowSize
673 return (chars + (3 * t.colSize) + 2)
/dports/www/mattermost-server/mattermost-server-6.0.2/vendor/github.com/olekukonko/tablewriter/
H A Dtable.go80 colSize int member
116 colSize: -1,
152 t.colSize = len(keys)
308 if rowSize > t.colSize {
309 t.colSize = rowSize
330 if rowSize > t.colSize {
331 t.colSize = rowSize
673 return (chars + (3 * t.colSize) + 2)
/dports/www/ytdl/ytdl-0.6.4/vendor/github.com/olekukonko/tablewriter/
H A Dtable.go79 colSize int member
115 colSize: -1,
151 t.colSize = len(keys)
292 if rowSize > t.colSize {
293 t.colSize = rowSize
314 if rowSize > t.colSize {
315 t.colSize = rowSize
657 return (chars + (3 * t.colSize) + 2)
/dports/sysutils/glow/glow-0.2.0/vendor/github.com/olekukonko/tablewriter/
H A Dtable.go79 colSize int member
115 colSize: -1,
151 t.colSize = len(keys)
292 if rowSize > t.colSize {
293 t.colSize = rowSize
314 if rowSize > t.colSize {
315 t.colSize = rowSize
657 return (chars + (3 * t.colSize) + 2)
/dports/math/R/R-4.1.2/src/main/
H A Dradixsort.c661 static size_t colSize = 8; variable
666 #define RADIX_BYTE colSize - radix - 1
680 for (radix = 0; radix < colSize; radix++) in dradix()
686 for (radix = 0; radix < colSize; radix++) { in dradix()
694 radix = (int) colSize - 1; // MSD in dradix()
844 p += colSize; in dradix_r()
851 p = xsub + (n - 1) * colSize; in dradix_r()
852 if (colSize == 4) { in dradix_r()
858 p -= colSize; in dradix_r()
865 p -= colSize; in dradix_r()
[all …]
/dports/math/libRmath/R-4.1.1/src/main/
H A Dradixsort.c661 static size_t colSize = 8; variable
666 #define RADIX_BYTE colSize - radix - 1
680 for (radix = 0; radix < colSize; radix++) in dradix()
686 for (radix = 0; radix < colSize; radix++) { in dradix()
694 radix = (int) colSize - 1; // MSD in dradix()
844 p += colSize; in dradix_r()
851 p = xsub + (n - 1) * colSize; in dradix_r()
852 if (colSize == 4) { in dradix_r()
858 p -= colSize; in dradix_r()
865 p -= colSize; in dradix_r()
[all …]
/dports/print/scribus-devel/scribus-1.5.7/scribus/plugins/scriptplugin_py2x/scripts/
H A DCalendarWizard.py401 self.colSize = self.width / 7
410 cel = createText(self.marginl + rowCnt*self.colSize,
412 self.colSize, self.rowSize)
445 cel = createText(self.marginl + colCnt * self.colSize,
447 self.colSize, self.rowSize)
465 cel = createText(self.marginl + ((j.weekday()-calendar.firstweekday())%7)*self.colSize,
467 self.colSize/5, self.rowSize)
/dports/print/scribus-devel/scribus-1.5.7/scribus/plugins/scriptplugin/scripts/
H A DCalendarWizard.py401 self.colSize = self.width / 7
410 cel = createText(self.marginl + rowCnt*self.colSize,
412 self.colSize, self.rowSize)
445 cel = createText(self.marginl + colCnt * self.colSize,
447 self.colSize, self.rowSize)
465 cel = createText(self.marginl + ((j.weekday()-calendar.firstweekday())%7)*self.colSize,
467 self.colSize/5, self.rowSize)
/dports/net/wireshark-lite/wireshark-3.6.1/ui/qt/models/
H A Dexport_objects_model.cpp76 case colSize: in data()
102 case colSize: in headerData()
260 case ExportObjectModel::colSize: in lessThan()
/dports/net/wireshark/wireshark-3.6.1/ui/qt/models/
H A Dexport_objects_model.cpp76 case colSize: in data()
102 case colSize: in headerData()
260 case ExportObjectModel::colSize: in lessThan()
/dports/net/tshark-lite/wireshark-3.6.1/ui/qt/models/
H A Dexport_objects_model.cpp76 case colSize: in data()
102 case colSize: in headerData()
260 case ExportObjectModel::colSize: in lessThan()
/dports/net/tshark/wireshark-3.6.1/ui/qt/models/
H A Dexport_objects_model.cpp76 case colSize: in data()
102 case colSize: in headerData()
260 case ExportObjectModel::colSize: in lessThan()
/dports/devel/awless/awless-0.1.11/vendor/github.com/olekukonko/tablewriter/
H A Dtable.go76 colSize int member
111 colSize: -1,
142 t.colSize = len(keys)
268 if rowSize > t.colSize {
269 t.colSize = rowSize
541 return (chars + (3 * t.colSize) + 2)
/dports/textproc/libmwaw03/libmwaw-0.3.20/src/lib/
H A DClarisWksSpreadsheet.cxx500 std::vector<float> colSize(size_t(maxData[0]-minData[0]+1),72); in sendSpreadsheet() local
503 colSize[size_t(fC)]=2.0f*float(sheet.m_colWidths[size_t(c)]); in sendSpreadsheet()
505 sheetListener->openSheet(colSize, librevenge::RVNG_POINT); in sendSpreadsheet()
602 std::vector<float> colSize(size_t(maxData[0]-minData[0]+1),72); in sendSpreadsheetAsTable() local
605 colSize[size_t(fC)]=2.0f*float(sheet.m_colWidths[size_t(c)]); in sendSpreadsheetAsTable()
608 table.setColsSize(colSize); in sendSpreadsheetAsTable()
/dports/databases/soci/soci-4.0.1/src/backends/oracle/
H A Dstatement.cpp318 int colSize(0); in column_size() local
342 reinterpret_cast<dvoid*>(&colSize), in column_size()
351 return static_cast<std::size_t>(colSize); in column_size()
/dports/graphics/opencv/opencv-4.5.3/contrib/modules/img_hash/src/
H A Dblock_mean_hash.cpp22 colSize = imgWidth - blockWidth enumerator
111 for(int col = 0; col <= colSize; col += pixColStep) in findMean()
/dports/math/casadi/casadi-3.5.5/external_packages/casadi-sundials/sundials/
H A Dsundials_band.c227 long int i, j, colSize; in bandScale() local
230 colSize = mu + ml + 1; in bandScale()
234 for (i=0; i < colSize; i++) in bandScale()
/dports/math/xlife++/xlifepp-sources-v2.0.1-2018-05-09/src/eigenSolvers/eigenCore/utils/
H A DMatrixEigenDense.hpp426 MatrixEigenDense bottomRightCorner(const Index rowSize, const Index colSize) in bottomRightCorner() argument
429 … if (colSize > numOfCols()) { indexOutOfRange("bottomRightCorner:Column", colSize, numOfCols()); } in bottomRightCorner()
430 … MatrixEigenDense<K> mat(*this, numOfRows() - rowSize, numOfCols() - colSize, rowSize, colSize); in bottomRightCorner()
442 void bottomRightCorner(const Index rowSize, const Index colSize, MatrixEigenDense<K>& subMat) in bottomRightCorner() argument
445 … if (colSize > numOfCols()) { indexOutOfRange("bottomRightCorner:Column", colSize, numOfCols()); } in bottomRightCorner()
450 dimen_t cIdx = c - colSize; in bottomRightCorner()
457 for (Index j = 0; j < colSize; j++) in bottomRightCorner()
/dports/textproc/textql/textql-1d6fef5/vendor/github.com/olekukonko/tablewriter/
H A Dtable.go77 colSize int member
113 colSize: -1,
149 t.colSize = len(keys)
280 if rowSize > t.colSize {
281 t.colSize = rowSize
573 return (chars + (3 * t.colSize) + 2)

12345678910>>...12