Home
last modified time | relevance | path

Searched refs:colName (Results 1 – 5 of 5) sorted by relevance

/plugin/statistics/inc/pchart/
H A DpData.php238 public function getXYMap($colName, array &$xIn, array & $yIn, array & $missing, & $index) { argument
245 if(isset ($this->Data[$Key] [$colName])) {
246 $Value = $this->Data[$Key] [$colName];
/plugin/statdisplay/pchart/
H A DpData.php234 public function getXYMap($colName, array &$xIn, array & $yIn, array & $missing, & $index) { argument
241 if (isset ( $this->Data[$Key] [$colName] )) {
242 $Value = $this->Data[$Key] [$colName];
/plugin/combo/ComboStrap/Meta/Form/
H A DFormMetaField.php219 foreach ($defaultRow as $colName => $colMetadata) {
220 if ($colName === null) {
228 $childField = $childFields[$colName];
243 foreach ($row as $colName => $colValue) {
247 $childField = $childFields[$colName];
/plugin/combo/ComboStrap/Meta/Api/
H A DMetadataTabular.php256 foreach ($item as $colName => $colValue) {
257 $childClass = $childClassesByPersistentName[$colName] ?? null;
259 LogUtility::internalError("The column ($colName) does not have a metadata definition");
/plugin/database2/
H A Ddatabase2.php1483 foreach ( $meta as $colName => $def )
1497 $cols[] = $colName;
1504 $cols[] = $colName;
1802 foreach ( $meta as $colName => $def )
1808 else if ( $colName == $idCol )
3529 $colName = preg_replace( '/[^\w]/', '_', $colName );
3531 if ( $out[$colName] )
3559 $visibles[] = $colName;
3568 $primaries[] = $colName;
3746 $aclColumn = $colName;
[all …]