Home
last modified time | relevance | path

Searched refs:colKey (Results 1 – 25 of 107) sorted by relevance

12345

/dports/net-mgmt/icingaweb2/icingaweb2-2.8.2/modules/translation/library/Translation/Cli/
H A DArrayToTextTableHelper.php147 foreach ($this->keys as $colKey => $value) {
148 $this->setMax(false, $colKey, $value);
149 $data[$colKey] = strtoupper($value);
198 for ($colKey = 0; $colKey < count($this->keys); $colKey++) {
201 … substr($this->rows[$rowKey][$this->keys[$colKey]], ($this->mW * ($line - 1)), $this->mW),
202 $this->cs[$colKey],
212 protected function setMax($rowKey, $colKey, &$colVal) argument
224 if (! isset($this->cs[$colKey]) || $this->cs[$colKey] < $w) {
225 $this->cs[$colKey] = $w;
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/core/class/
H A Dcommondocgenerator.class.php1005 foreach ($this->cols as $colKey =>& $colDef)
1037 if ($this->getColumnStatus($colKey))
1061 $colDef = $this->cols[$colKey];
1074 $colDef = $this->cols[$colKey];
1084 public function getColumnRank($colKey) argument
1087 return $this->cols[$colKey]['rank'];
1149 'colKey' => $colKey,
1158 $colDef = $this->cols[$colKey];
1188 $colDef = $this->cols[$colKey];
1451 public function getColumnStatus($colKey) argument
[all …]
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/core/class/
H A Dcommondocgenerator.class.php990 if (!$this->getColumnStatus($colKey)) {
1021 if ($this->getColumnStatus($colKey)) {
1044 $colDef = $this->cols[$colKey];
1057 $colDef = $this->cols[$colKey];
1067 public function getColumnRank($colKey) argument
1072 return $this->cols[$colKey]['rank'];
1136 'colKey' => $colKey,
1148 $colDef = $this->cols[$colKey];
1178 $colDef = $this->cols[$colKey];
1450 public function getColumnStatus($colKey) argument
[all …]
/dports/science/apbs/apbs-pdb2pqr-apbs-1.5-102-g500c1473/apbs/externals/fetk/mc/tools/tests/gem/
H A Dmain.c43 int defKey, colKey, pidKey, sockNum, ycoord; in main() local
77 colKey = 1; in main()
112 defKey,colKey,pidKey,gluVal, 0, VNULL); in main()
114 defKey,colKey,pidKey,gluVal, 1, VNULL); in main()
/dports/www/tikiwiki/tiki-21.2/vendor_bundled/vendor/nicolaskruchten/pivottable/src/
H A Dexport_renderers.coffee32 for colKey in colKeys
33 row.push colKey.join("-")
42 for colKey in colKeys
43 agg = pivotData.getAggregator(rowKey, colKey)
H A Dpivot.coffee137 inner: wrapped(x...)(data, rowKey, colKey)
395 colKey = []
410 if colKey.length != 0
412 @colKeys.push colKey
416 if colKey.length != 0 and rowKey.length != 0
423 getAggregator: (rowKey, colKey) =>
426 if rowKey.length == 0 and colKey.length == 0
430 else if colKey.length == 0
502 for own i, colKey of colKeys
507 th.textContent = colKey[j]
[all …]
/dports/www/tikiwiki/tiki-21.2/vendor_bundled/vendor/nicolaskruchten/pivottable/dist/
H A Dexport_renderers.min.js.map1colKey","colKeys","defaults","i","j","k","l","len","len1","len2","len3","len4","len5","m","n","r",…
/dports/science/apbs/apbs-pdb2pqr-apbs-1.5-102-g500c1473/apbs/externals/fetk/mc/src/gem/
H A Dgemdisp.c80 int defKey, int colKey, int chartKey, double gluVal, int fkey, in Gem_writeGEOM() argument
233 defKey, colKey, chartKey, gluVal, defX); in Gem_writeGV()
236 defKey, colKey, chartKey, gluVal, defX); in Gem_writeGV()
486 if (colKey==1) fType = SS_chart(sm); in Gem_writeGV()
589 int defKey, int colKey, int chartKey, double gluVal, in Gem_writeFace2dGV() argument
692 if (colKey==1) fType = SS_chart(sm); in Gem_writeFace2dGV()
771 if (colKey==1) fType = SS_chart(sm); in Gem_writeFace2dGV()
833 int defKey, int colKey, int chartKey, double gluVal, in Gem_writeFace3dGV() argument
936 if (colKey==1) fType = SS_chart(sm); in Gem_writeFace3dGV()
1016 if (colKey==1) fType = SS_chart(sm); in Gem_writeFace3dGV()
[all …]
/dports/devel/etcd/etcd-2.3.8/Godeps/_workspace/src/github.com/olekukonko/tablewriter/
H A Dtable.go356 func (t Table) printRow(columns [][]string, colKey int) {
358 max := t.rs[colKey]
429 func (t *Table) parseDimension(str string, colKey, rowKey int) []string {
442 v, ok := t.cs[colKey]
444 t.cs[colKey] = w
452 raw, _ = WrapString(str, t.cs[colKey])
465 if max > t.cs[colKey] {
466 t.cs[colKey] = max
/dports/devel/etcd31/etcd-3.1.20/cmd/vendor/github.com/olekukonko/tablewriter/
H A Dtable.go356 func (t Table) printRow(columns [][]string, colKey int) {
358 max := t.rs[colKey]
429 func (t *Table) parseDimension(str string, colKey, rowKey int) []string {
442 v, ok := t.cs[colKey]
444 t.cs[colKey] = w
452 raw, _ = WrapString(str, t.cs[colKey])
465 if max > t.cs[colKey] {
466 t.cs[colKey] = max
/dports/www/privatebin/PrivateBin-1.3.5/vendor/yzalis/identicon/src/Identicon/Generator/
H A DImageMagickGenerator.php59 foreach ($lineValue as $colKey => $colValue) {
61 …$draw->rectangle($colKey * $this->pixelRatio, $lineKey * $this->pixelRatio, ($colKey + 1) * $this-…
H A DGdGenerator.php53 foreach ($lineValue as $colKey => $colValue) {
55 …lledrectangle($this->generatedImage, $colKey * $this->getPixelRatio(), $lineKey * $this->getPixelR…
/dports/games/flightgear/flightgear-2020.3.11/src/FDM/JSBSim/math/
H A DFGTable.cpp460 double FGTable::GetValue(double rowKey, double colKey) const in GetValue()
469 while(c > 2 && Data[0][c-1] > colKey) { c--; } in GetValue()
470 while(c < nCols && Data[0][c] < colKey) { c++; } in GetValue()
476 cFactor = (colKey - Data[0][c-1]) / (Data[0][c] - Data[0][c-1]); in GetValue()
494 double FGTable::GetValue(double rowKey, double colKey, double tableKey) const in GetValue() argument
504 return Tables[0]->GetValue(rowKey, colKey); in GetValue()
507 return Tables[nRows-1]->GetValue(rowKey, colKey); in GetValue()
529 Value = Factor*(Tables[r-1]->GetValue(rowKey, colKey) - Tables[r-2]->GetValue(rowKey, colKey)) in GetValue()
530 + Tables[r-2]->GetValue(rowKey, colKey); in GetValue()
/dports/security/vault/vault-1.8.2/vendor/go.etcd.io/etcd/vendor/github.com/olekukonko/tablewriter/
H A Dtable.go444 func (t Table) printRow(columns [][]string, colKey int) {
446 max := t.rs[colKey]
540 func (t Table) printRowMergeCells(writer io.Writer, columns [][]string, colKey int, previousLine []…
542 max := t.rs[colKey]
614 func (t *Table) parseDimension(str string, colKey, rowKey int) []string {
627 v, ok := t.cs[colKey]
629 t.cs[colKey] = w
637 raw, _ = WrapString(str, t.cs[colKey])
650 if max > t.cs[colKey] {
651 t.cs[colKey] = max
/dports/security/certmgr/certmgr-3.0.3/vendor/github.com/google/certificate-transparency-go/certificate-transparency-go-1.0.21/vendor/github.com/coreos/etcd/cmd/vendor/github.com/olekukonko/tablewriter/
H A Dtable.go444 func (t Table) printRow(columns [][]string, colKey int) {
446 max := t.rs[colKey]
540 func (t Table) printRowMergeCells(writer io.Writer, columns [][]string, colKey int, previousLine []…
542 max := t.rs[colKey]
614 func (t *Table) parseDimension(str string, colKey, rowKey int) []string {
627 v, ok := t.cs[colKey]
629 t.cs[colKey] = w
637 raw, _ = WrapString(str, t.cs[colKey])
650 if max > t.cs[colKey] {
651 t.cs[colKey] = max
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/coreos/etcd/vendor/github.com/olekukonko/tablewriter/
H A Dtable.go444 func (t Table) printRow(columns [][]string, colKey int) {
446 max := t.rs[colKey]
540 func (t Table) printRowMergeCells(writer io.Writer, columns [][]string, colKey int, previousLine []…
542 max := t.rs[colKey]
614 func (t *Table) parseDimension(str string, colKey, rowKey int) []string {
627 v, ok := t.cs[colKey]
629 t.cs[colKey] = w
637 raw, _ = WrapString(str, t.cs[colKey])
650 if max > t.cs[colKey] {
651 t.cs[colKey] = max
/dports/net-im/nextcloud-spreed-signaling/nextcloud-spreed-signaling-0.2.0/vendor/src/go.etcd.io/etcd/vendor/github.com/olekukonko/tablewriter/
H A Dtable.go444 func (t Table) printRow(columns [][]string, colKey int) {
446 max := t.rs[colKey]
540 func (t Table) printRowMergeCells(writer io.Writer, columns [][]string, colKey int, previousLine []…
542 max := t.rs[colKey]
614 func (t *Table) parseDimension(str string, colKey, rowKey int) []string {
627 v, ok := t.cs[colKey]
629 t.cs[colKey] = w
637 raw, _ = WrapString(str, t.cs[colKey])
650 if max > t.cs[colKey] {
651 t.cs[colKey] = max
/dports/devel/etcd32/etcd-3.2.32/cmd/vendor/github.com/olekukonko/tablewriter/
H A Dtable.go444 func (t Table) printRow(columns [][]string, colKey int) {
446 max := t.rs[colKey]
540 func (t Table) printRowMergeCells(writer io.Writer, columns [][]string, colKey int, previousLine []…
542 max := t.rs[colKey]
614 func (t *Table) parseDimension(str string, colKey, rowKey int) []string {
627 v, ok := t.cs[colKey]
629 t.cs[colKey] = w
637 raw, _ = WrapString(str, t.cs[colKey])
650 if max > t.cs[colKey] {
651 t.cs[colKey] = max
/dports/devel/etcd33/etcd-3.3.23/vendor/github.com/coreos/etcd/vendor/github.com/olekukonko/tablewriter/
H A Dtable.go444 func (t Table) printRow(columns [][]string, colKey int) {
446 max := t.rs[colKey]
540 func (t Table) printRowMergeCells(writer io.Writer, columns [][]string, colKey int, previousLine []…
542 max := t.rs[colKey]
614 func (t *Table) parseDimension(str string, colKey, rowKey int) []string {
627 v, ok := t.cs[colKey]
629 t.cs[colKey] = w
637 raw, _ = WrapString(str, t.cs[colKey])
650 if max > t.cs[colKey] {
651 t.cs[colKey] = max
/dports/devel/etcd33/etcd-3.3.23/vendor/github.com/olekukonko/tablewriter/
H A Dtable.go444 func (t Table) printRow(columns [][]string, colKey int) {
446 max := t.rs[colKey]
540 func (t Table) printRowMergeCells(writer io.Writer, columns [][]string, colKey int, previousLine []…
542 max := t.rs[colKey]
614 func (t *Table) parseDimension(str string, colKey, rowKey int) []string {
627 v, ok := t.cs[colKey]
629 t.cs[colKey] = w
637 raw, _ = WrapString(str, t.cs[colKey])
650 if max > t.cs[colKey] {
651 t.cs[colKey] = max
/dports/devel/etcd33/etcd-3.3.23/vendor/github.com/olekukonko/tablewriter/tablewriter-a0225b3f23b5/
H A Dtable.go444 func (t Table) printRow(columns [][]string, colKey int) {
446 max := t.rs[colKey]
540 func (t Table) printRowMergeCells(writer io.Writer, columns [][]string, colKey int, previousLine []…
542 max := t.rs[colKey]
614 func (t *Table) parseDimension(str string, colKey, rowKey int) []string {
627 v, ok := t.cs[colKey]
629 t.cs[colKey] = w
637 raw, _ = WrapString(str, t.cs[colKey])
650 if max > t.cs[colKey] {
651 t.cs[colKey] = max
/dports/devel/etcd34/etcd-3.4.18/vendor/github.com/olekukonko/tablewriter/
H A Dtable.go444 func (t Table) printRow(columns [][]string, colKey int) {
446 max := t.rs[colKey]
540 func (t Table) printRowMergeCells(writer io.Writer, columns [][]string, colKey int, previousLine []…
542 max := t.rs[colKey]
614 func (t *Table) parseDimension(str string, colKey, rowKey int) []string {
627 v, ok := t.cs[colKey]
629 t.cs[colKey] = w
637 raw, _ = WrapString(str, t.cs[colKey])
650 if max > t.cs[colKey] {
651 t.cs[colKey] = max
/dports/sysutils/terraform/terraform-1.0.11/vendor/go.etcd.io/etcd/vendor/github.com/olekukonko/tablewriter/
H A Dtable.go444 func (t Table) printRow(columns [][]string, colKey int) {
446 max := t.rs[colKey]
540 func (t Table) printRowMergeCells(writer io.Writer, columns [][]string, colKey int, previousLine []…
542 max := t.rs[colKey]
614 func (t *Table) parseDimension(str string, colKey, rowKey int) []string {
627 v, ok := t.cs[colKey]
629 t.cs[colKey] = w
637 raw, _ = WrapString(str, t.cs[colKey])
650 if max > t.cs[colKey] {
651 t.cs[colKey] = max
/dports/devel/awless/awless-0.1.11/vendor/github.com/olekukonko/tablewriter/
H A Dtable.go562 func (t *Table) printRow(columns [][]string, colKey int) {
564 max := t.rs[colKey]
670 func (t *Table) printRowMergeCells(writer io.Writer, columns [][]string, colKey int, previousLine […
672 max := t.rs[colKey]
745 func (t *Table) parseDimension(str string, colKey, rowKey int) []string {
758 v, ok := t.cs[colKey]
760 t.cs[colKey] = w
768 raw, _ = WrapString(str, t.cs[colKey])
781 if max > t.cs[colKey] {
782 t.cs[colKey] = max
/dports/science/apbs/apbs-pdb2pqr-apbs-1.5-102-g500c1473/apbs/externals/fetk/mc/swig/src/
H A Dgem_stripped.i200 int defKey, int colKey, int chartKey, double gluVal, int fkey,
214 int defKey, int colKey, int chartKey, double gluVal, int fkey,
218 int defKey, int colKey, int chartKey, double gluVal,
222 int defKey, int colKey, int chartKey, double gluVal,
230 int defKey, int colKey, int chartKey, double gluVal, int fkey,

12345