Home
last modified time | relevance | path

Searched refs:acceptValues (Results 1 – 25 of 72) sorted by relevance

123

/dports/www/matomo/piwik/core/Columns/
H A DDimensionSegmentFactory.php83 $acceptValues = $dimension->getAcceptValues() ?: $this->guessAcceptValues();
85 if ($acceptValues && !$segment->getAcceptValues()) {
86 $segment->setAcceptedValues($acceptValues);
150 $acceptValues = null;
157 $acceptValues = 'Eg. ' . implode(', ', $enumValues);
160 return $acceptValues;
/dports/www/matomo/piwik/core/Plugin/
H A DSegment.php53 private $acceptValues; variable in Piwik\\Plugin\\Segment
94 $this->acceptValues = $acceptedValues;
222 return $this->acceptValues;
364 if (!empty($this->acceptValues)) {
365 $segment['acceptedValues'] = $this->acceptValues;
/dports/www/matomo/piwik/plugins/CoreHome/Columns/
H A DVisitorReturning.php34 $this->acceptValues = 'new, returning, returningCustomer. ';
35 …$this->acceptValues .= Piwik::translate('General_VisitTypeExample', '"&segment=visitorType==return…
H A DServerMinute.php21 protected $acceptValues = '0, 1, 2, 3, ..., 56, 57, 58, 59'; variable in Piwik\\Plugins\\CoreHome\\Columns\\ServerMinute
H A DVisitLastActionYear.php23 protected $acceptValues = '2016, 2017, 2018, ..., 9998, 9999'; variable in Piwik\\Plugins\\CoreHome\\Columns\\VisitLastActionYear
H A DVisitLastActionDayOfMonth.php23 protected $acceptValues = '0, 1, 2, 3, ..., 29, 30, 31'; variable in Piwik\\Plugins\\CoreHome\\Columns\\VisitLastActionDayOfMonth
H A DVisitLastActionQuarter.php23 protected $acceptValues = '1, 2, 3, 4'; variable in Piwik\\Plugins\\CoreHome\\Columns\\VisitLastActionQuarter
H A DVisitLastActionSecond.php23 protected $acceptValues = '0, 1, 2, 3, ..., 58, 59'; variable in Piwik\\Plugins\\CoreHome\\Columns\\VisitLastActionSecond
H A DVisitLastActionWeekOfYear.php23 protected $acceptValues = '1, 2, 3, 4, ..., 51, 52, 53'; variable in Piwik\\Plugins\\CoreHome\\Columns\\VisitLastActionWeekOfYear
H A DVisitorFingerprint.php28 …protected $acceptValues = '1eceaa833348b187 - any 16 Hexadecimal chars ID, which can be fetched fr… variable in Piwik\\Plugins\\CoreHome\\Columns\\VisitorFingerprint
H A DVisitLastActionMinute.php30 protected $acceptValues = '0, 1, 2, 3, ..., 56, 57, 58, 59'; variable in Piwik\\Plugins\\CoreHome\\Columns\\VisitLastActionMinute
H A DVisitFirstActionMinute.php25 protected $acceptValues = '0, 1, 2, 3, ..., 56, 57, 58, 59'; variable in Piwik\\Plugins\\CoreHome\\Columns\\VisitFirstActionMinute
H A DVisitLastActionDayOfYear.php23 protected $acceptValues = '1, 2, 3, 4, ..., 365, 366'; variable in Piwik\\Plugins\\CoreHome\\Columns\\VisitLastActionDayOfYear
H A DLinkVisitActionId.php20 protected $acceptValues = 'Any integer.'; variable in Piwik\\Plugins\\CoreHome\\Columns\\LinkVisitActionId
H A DVisitLastActionDayOfWeek.php25 protected $acceptValues = '1, 2, 3, 4, 5, 6, 7'; variable in Piwik\\Plugins\\CoreHome\\Columns\\VisitLastActionDayOfWeek
H A DVisitLastActionMonth.php25 protected $acceptValues = '1, 2, 3, ..., 11, 12'; variable in Piwik\\Plugins\\CoreHome\\Columns\\VisitLastActionMonth
/dports/www/matomo/piwik/plugins/Goals/Columns/
H A DIdGoal.php23 protected $acceptValues = '1, 2, 3, etc.'; variable in Piwik\\Plugins\\Goals\\Columns\\IdGoal
/dports/www/matomo/piwik/plugins/Events/Columns/
H A DEventUrl.php23 …protected $acceptValues = 'The URL must be URL encoded, for example: http%3A%2F%2Fexample.com%2Fpa… variable in Piwik\\Plugins\\Events\\Columns\\EventUrl
/dports/www/matomo/piwik/plugins/UserCountry/Columns/
H A DContinent.php24 protected $acceptValues = 'eur, asi, amc, amn, ams, afr, ant, oce'; variable in Piwik\\Plugins\\UserCountry\\Columns\\Continent
/dports/deskutils/fbreader/FBReader-0.99.6-freebsdport/zlibrary/core/src/dialogs/
H A DZLDialog.h45 void acceptValues();
/dports/deskutils/fbreader/FBReader-0.99.6-freebsdport/zlibrary/core/include/
H A DZLDialog.h45 void acceptValues();
/dports/www/matomo/piwik/plugins/DevicesDetection/Columns/
H A DOsVersion.php22 protected $acceptValues = 'XP, 7, 2.3, 5.1, ...'; variable in Piwik\\Plugins\\DevicesDetection\\Columns\\OsVersion
H A DBrowserVersion.php22 protected $acceptValues = '1.0, 8.0, etc.'; variable in Piwik\\Plugins\\DevicesDetection\\Columns\\BrowserVersion
/dports/www/matomo/piwik/plugins/VisitTime/Columns/
H A DLocalMinute.php25 protected $acceptValues = '0, 1, 2, 3, ..., 67, 57, 58, 59'; variable in Piwik\\Plugins\\VisitTime\\Columns\\LocalMinute
/dports/www/matomo/piwik/plugins/Resolution/Columns/
H A DResolution.php21 protected $acceptValues = '1280x1024, 800x600, etc.'; variable in Piwik\\Plugins\\Resolution\\Columns\\Resolution

123