Home
last modified time | relevance | path

Searched refs:groupFields (Results 1 – 20 of 20) sorted by relevance

/dports/finance/prestashop/prestashop/modules/ps_facetedsearch/src/Adapter/
H A DAbstractAdapter.php45 protected $groupFields; variable in PrestaShop\\Module\\FacetedSearch\\Adapter\\AbstractAdapter
60 $this->groupFields = new ArrayCollection();
70 $this->groupFields = clone $this->groupFields;
122 $this->groupFields = new ArrayCollection();
162 return $this->groupFields;
261 $this->groupFields->add($groupField);
269 public function setGroupFields($groupFields) argument
271 $this->groupFields = new ArrayCollection($groupFields);
281 $this->groupFields = new ArrayCollection();
H A DMySQL.php110 $groupFields = $this->computeGroupByFields($filterToTableMapping);
125 if ($groupFields) {
126 $query .= ' GROUP BY ' . implode(', ', $groupFields);
666 $groupFields = [];
668 return $groupFields;
674 $groupFields[$key] = $values;
680 $groupFields[$key] = $joinMapping['tableAlias'] . '.' . $values;
682 $groupFields[$key] = 'p.' . $values;
686 return $groupFields;
H A DInterfaceAdapter.php282 * @param array $groupFields
286 public function setGroupFields($groupFields); argument
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/
H A DPeopleService.php101 'groupFields' => array(
142 'groupFields' => array(
155 'groupFields' => array(
/dports/www/tikiwiki/tiki-21.2/
H A Dtiki-admingroups.php209 $groupFields = []; variable
214 $groupFields = $trklib->list_tracker_fields($grouptrackerid, 0, -1, 'position_asc', ''); variable
215 $smarty->assign_by_ref('groupFields', $groupFields['data']);
/dports/misc/tellico/tellico-3.4.2/src/translators/
H A Dhtmlexporter.cpp336 QString groupFields; in setFormattingOptions() local
343 groupFields += QLatin1String("tc:") + *it + QLatin1String("s/tc:") + *it; in setFormattingOptions()
345 groupFields += QLatin1String("tc:") + *it; in setFormattingOptions()
356 groupFields += QLatin1String("/tc:column[1]"); in setFormattingOptions()
359 groupFields += QLatin1Char('|'); in setFormattingOptions()
363 m_handler->addStringParam("group-fields", groupFields.toUtf8()); in setFormattingOptions()
/dports/www/tikiwiki/tiki-21.2/lib/core/Tracker/
H A DItem.php296 $groupFields = $this->definition->getItemGroupOwnerFields();
298 if ($groupFields) {
299 return $this->getValue($groupFields[0]);
/dports/www/tikiwiki/tiki-21.2/templates/
H A Dtiki-admingroups.tpl292 {if isset($groupFields)}
293 {section name=ix loop=$groupFields}
294 …<option value="{$groupFields[ix].fieldId}"{if $groupFields[ix].fieldId eq $groupfieldid} selected=…
/dports/devel/gitlab-shell/gitlab-shell-65b8ec55bebd0aea64ac52b9878bafcc2ad992d3/vendor/google.golang.org/api/people/v1/
H A Dpeople-gen.go3390 func (c *ContactGroupsBatchGetCall) GroupFields(groupFields string) *ContactGroupsBatchGetCall {
3391 c.urlParams_.Set("groupFields", groupFields)
3839 func (c *ContactGroupsGetCall) GroupFields(groupFields string) *ContactGroupsGetCall {
3840 c.urlParams_.Set("groupFields", groupFields)
4013 func (c *ContactGroupsListCall) GroupFields(groupFields string) *ContactGroupsListCall {
4014 c.urlParams_.Set("groupFields", groupFields)
/dports/databases/litestream/litestream-0.3.6/vendor/google.golang.org/api/people/v1/
H A Dpeople-gen.go3390 func (c *ContactGroupsBatchGetCall) GroupFields(groupFields string) *ContactGroupsBatchGetCall {
3391 c.urlParams_.Set("groupFields", groupFields)
3839 func (c *ContactGroupsGetCall) GroupFields(groupFields string) *ContactGroupsGetCall {
3840 c.urlParams_.Set("groupFields", groupFields)
4013 func (c *ContactGroupsListCall) GroupFields(groupFields string) *ContactGroupsListCall {
4014 c.urlParams_.Set("groupFields", groupFields)
/dports/sysutils/terraform/terraform-1.0.11/vendor/google.golang.org/api/people/v1/
H A Dpeople-gen.go3390 func (c *ContactGroupsBatchGetCall) GroupFields(groupFields string) *ContactGroupsBatchGetCall {
3391 c.urlParams_.Set("groupFields", groupFields)
3835 func (c *ContactGroupsGetCall) GroupFields(groupFields string) *ContactGroupsGetCall {
3836 c.urlParams_.Set("groupFields", groupFields)
4009 func (c *ContactGroupsListCall) GroupFields(groupFields string) *ContactGroupsListCall {
4010 c.urlParams_.Set("groupFields", groupFields)
/dports/net/rclone/rclone-1.57.0/vendor/google.golang.org/api/people/v1/
H A Dpeople-gen.go3409 func (c *ContactGroupsBatchGetCall) GroupFields(groupFields string) *ContactGroupsBatchGetCall {
3410 c.urlParams_.Set("groupFields", groupFields)
3862 func (c *ContactGroupsGetCall) GroupFields(groupFields string) *ContactGroupsGetCall {
3863 c.urlParams_.Set("groupFields", groupFields)
4036 func (c *ContactGroupsListCall) GroupFields(groupFields string) *ContactGroupsListCall {
4037 c.urlParams_.Set("groupFields", groupFields)
/dports/net/drive/drive-0.4.0/vendor/google.golang.org/api/people/v1/
H A Dpeople-gen.go3420 func (c *ContactGroupsBatchGetCall) GroupFields(groupFields string) *ContactGroupsBatchGetCall {
3421 c.urlParams_.Set("groupFields", groupFields)
3873 func (c *ContactGroupsGetCall) GroupFields(groupFields string) *ContactGroupsGetCall {
3874 c.urlParams_.Set("groupFields", groupFields)
4047 func (c *ContactGroupsListCall) GroupFields(groupFields string) *ContactGroupsListCall {
4048 c.urlParams_.Set("groupFields", groupFields)
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/google.golang.org/api/people/v1/
H A Dpeople-gen.go3394 func (c *ContactGroupsBatchGetCall) GroupFields(groupFields string) *ContactGroupsBatchGetCall {
3395 c.urlParams_.Set("groupFields", groupFields)
3843 func (c *ContactGroupsGetCall) GroupFields(groupFields string) *ContactGroupsGetCall {
3844 c.urlParams_.Set("groupFields", groupFields)
4017 func (c *ContactGroupsListCall) GroupFields(groupFields string) *ContactGroupsListCall {
4018 c.urlParams_.Set("groupFields", groupFields)
/dports/www/gohugo/hugo-0.91.2/vendor/google.golang.org/api/people/v1/
H A Dpeople-gen.go3420 func (c *ContactGroupsBatchGetCall) GroupFields(groupFields string) *ContactGroupsBatchGetCall {
3421 c.urlParams_.Set("groupFields", groupFields)
3873 func (c *ContactGroupsGetCall) GroupFields(groupFields string) *ContactGroupsGetCall {
3874 c.urlParams_.Set("groupFields", groupFields)
4047 func (c *ContactGroupsListCall) GroupFields(groupFields string) *ContactGroupsListCall {
4048 c.urlParams_.Set("groupFields", groupFields)
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/google.golang.org/api/people/v1/
H A Dpeople-gen.go3420 func (c *ContactGroupsBatchGetCall) GroupFields(groupFields string) *ContactGroupsBatchGetCall {
3421 c.urlParams_.Set("groupFields", groupFields)
3873 func (c *ContactGroupsGetCall) GroupFields(groupFields string) *ContactGroupsGetCall {
3874 c.urlParams_.Set("groupFields", groupFields)
4047 func (c *ContactGroupsListCall) GroupFields(groupFields string) *ContactGroupsListCall {
4048 c.urlParams_.Set("groupFields", groupFields)
/dports/www/grafana8/grafana-8.3.6/vendor/google.golang.org/api/people/v1/
H A Dpeople-gen.go3420 func (c *ContactGroupsBatchGetCall) GroupFields(groupFields string) *ContactGroupsBatchGetCall {
3421 c.urlParams_.Set("groupFields", groupFields)
3873 func (c *ContactGroupsGetCall) GroupFields(groupFields string) *ContactGroupsGetCall {
3874 c.urlParams_.Set("groupFields", groupFields)
4047 func (c *ContactGroupsListCall) GroupFields(groupFields string) *ContactGroupsListCall {
4048 c.urlParams_.Set("groupFields", groupFields)
/dports/www/gitlab-pages/gitlab-pages-f8512edbec4ec83b426c8ca2dda467de424685e4/vendor/google.golang.org/api/people/v1/
H A Dpeople-gen.go3409 func (c *ContactGroupsBatchGetCall) GroupFields(groupFields string) *ContactGroupsBatchGetCall {
3410 c.urlParams_.Set("groupFields", groupFields)
3862 func (c *ContactGroupsGetCall) GroupFields(groupFields string) *ContactGroupsGetCall {
3863 c.urlParams_.Set("groupFields", groupFields)
4036 func (c *ContactGroupsListCall) GroupFields(groupFields string) *ContactGroupsListCall {
4037 c.urlParams_.Set("groupFields", groupFields)
/dports/sysutils/restic/restic-0.12.1/vendor/google.golang.org/api/people/v1/
H A Dpeople-gen.go3414 func (c *ContactGroupsBatchGetCall) GroupFields(groupFields string) *ContactGroupsBatchGetCall {
3415 c.urlParams_.Set("groupFields", groupFields)
3867 func (c *ContactGroupsGetCall) GroupFields(groupFields string) *ContactGroupsGetCall {
3868 c.urlParams_.Set("groupFields", groupFields)
4041 func (c *ContactGroupsListCall) GroupFields(groupFields string) *ContactGroupsListCall {
4042 c.urlParams_.Set("groupFields", groupFields)
/dports/www/tusd/tusd-1.8.0/vendor/google.golang.org/api/people/v1/
H A Dpeople-gen.go3420 func (c *ContactGroupsBatchGetCall) GroupFields(groupFields string) *ContactGroupsBatchGetCall {
3421 c.urlParams_.Set("groupFields", groupFields)
3873 func (c *ContactGroupsGetCall) GroupFields(groupFields string) *ContactGroupsGetCall {
3874 c.urlParams_.Set("groupFields", groupFields)
4047 func (c *ContactGroupsListCall) GroupFields(groupFields string) *ContactGroupsListCall {
4048 c.urlParams_.Set("groupFields", groupFields)