Home
last modified time | relevance | path

Searched refs:searchconf (Results 1 – 2 of 2) sorted by relevance

/plugin/struct/action/
H A Daggregationeditor.php135 $config = json_decode($INPUT->str('searchconf'), true, 512, JSON_THROW_ON_ERROR);
158 $searchconf = $INPUT->arr('searchconf');
159 $tablename = $searchconf['schemas'][0][0];
173 // filter columns based on searchconf cols from syntax
174 $columns = $this->resolveColumns($searchconf, $schema);
197 * @param array $searchconf
201 protected function resolveColumns($searchconf, $schema)
205 empty($searchconf['cols']) ||
206 !is_array($searchconf['col
198 resolveColumns($searchconf, $schema) global() argument
[all...]
/plugin/struct/script/
H A DAggregationEditor.js12 const searchconf = JSON.parse($table.parents('.structaggregation').attr('data-searchconf'));
84 const searchconf = JSON.parse($agg.attr('data-searchconf'));
85 const withpid = searchconf['withpid'];
94 name: 'searchconf',
95 value: $agg.attr('data-searchconf')
145 searchconf: searchconf