Home
last modified time | relevance | path

Searched refs:getColumnIndex (Results 1 – 13 of 13) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Slides/
H A DTableCellLocation.php41 public function getColumnIndex() function in Google\\Service\\Slides\\TableCellLocation
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Sheets/
H A DGridCoordinate.php45 public function getColumnIndex() function in Google\\Service\\Sheets\\GridCoordinate
H A DFilterSpec.php41 public function getColumnIndex() function in Google\\Service\\Sheets\\FilterSpec
H A DSlicerSpec.php101 public function getColumnIndex() function in Google\\Service\\Sheets\\SlicerSpec
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Docs/
H A DTableCellLocation.php43 public function getColumnIndex() function in Google\\Service\\Docs\\TableCellLocation
/plugin/statdisplay/pchart/
H A DDataDescription.php97 public function getColumnIndex($columnName) { function in DataDescription
H A DpChart.php1273 $ColorID = $DataDescription->getColumnIndex($ColName);
1492 $ColorID = $DataDescription->getColumnIndex($Serie);
1531 $ColorID = $DataDescription->getColumnIndex($ColName);
1631 $ColorID = $data->getDataDescription()->getColumnIndex($ColName);
1780 $ColorID = $data->getDataDescription()->getColumnIndex($ColName);
1921 $ColorID = $DataDescription->getColumnIndex($ColName);
2013 $ColorID = $DataDescription->getColumnIndex($ColName);
2089 $ColorID = $DataDescription->getColumnIndex($ColName);
2149 $ColorID = $DataDescription->getColumnIndex($ColName);
2494 $ColorID = $DataDescription->getColumnIndex($ColName);
[all …]
/plugin/statistics/inc/pchart/
H A DDataDescription.php97 public function getColumnIndex($columnName) { function in DataDescription
H A DpChart.php1388 $ColorID = $DataDescription->getColumnIndex($ColName);
1615 $ColorID = $DataDescription->getColumnIndex($Serie);
1656 $ColorID = $DataDescription->getColumnIndex($ColName);
1763 $ColorID = $data->getDataDescription()->getColumnIndex($ColName);
1919 $ColorID = $data->getDataDescription()->getColumnIndex($ColName);
2069 $ColorID = $DataDescription->getColumnIndex($ColName);
2165 $ColorID = $DataDescription->getColumnIndex($ColName);
2245 $ColorID = $DataDescription->getColumnIndex($ColName);
2309 $ColorID = $DataDescription->getColumnIndex($ColName);
2684 $ColorID = $DataDescription->getColumnIndex(
[all...]
/plugin/yuriigantt/3rd/dhtmlxgantt/
H A Ddhtmlxgantt.d.ts1604 getColumnIndex(name: string): number; method
H A Ddhtmlxgantt.js13getColumnIndex:function(t){for(var e=this.$getConfig().columns,i=0;i<e.length;i++)if(e[i].name==t)…
H A Ddhtmlxgantt.js.map1getColumnIndex","getColumn","gridLine","_refreshPlaceholderOnStoreUpdate","scrollY","scroll","getV…
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/
H A Ddhtmlxgantt.js11576 getColumnIndex: function(name) {
17743 return this._findEditableCell(grid.getColumnIndex(this._columnName) + dir, dir);
18937 getColumnIndex: function (name) { method in Grid
18949 var index = this.getColumnIndex(name);