Home
last modified time | relevance | path

Searched refs:listSource (Results 1 – 4 of 4) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dfareporting/
H A DTargetableRemarketingList.php59 public $listSource; variable in Google\\Service\\Dfareporting\\TargetableRemarketingList
198 public function setListSource($listSource) argument
200 $this->listSource = $listSource;
207 return $this->listSource;
H A DRemarketingList.php61 public $listSource; variable in Google\\Service\\Dfareporting\\RemarketingList
214 public function setListSource($listSource) argument
216 $this->listSource = $listSource;
223 return $this->listSource;
/plugin/fedauth/classes/adm/
H A Dfa_manage.adm.class.php21 var $listSource = null; variable in fa_manage
42 if (is_null($this->listSource)) {
44 $this->listSource = (($source == 'large') || ($source == 'small')) ? $source : null;
46 return !is_null($this->listSource);
57 return $this->manager->providers->{'get'.ucfirst($this->listSource)}();
H A Dfa_toggle.adm.class.php59 … print $this->html_providers_list($this->getProvidersByListSource(), $this->listSource == 'large');