Home
last modified time | relevance | path

Searched refs:frequency (Results 1 – 25 of 32) sorted by relevance

12

/plugin/stopforumspam/
H A DResponseChecker.php11 public $frequency; variable in ResponseCategory
14 function __construct($frequency = 0, $confidence = 0.0) argument
16 $this->frequency = $frequency;
66 $frequency = 0;
70 $frequency = $assoc['frequency'];
75 return new ResponseCategory($frequency, $confidence);
85 public $frequency; variable in ResponseChecker
136 if ($category->frequency > 0 && $category->confidence > $this->tolerance) {
138 $this->frequency = $category->frequency;
/plugin/stopforumspam2/
H A Dhelper.php76 …if (isset($resultarray['ip']['frequency'])) $ipfreq = $resultarray['ip']['frequency']; else $ipfre…
77 …if (isset($resultarray['email']['frequency'])) $emailfreq = $resultarray['email']['frequency']; el…
78 …if (isset($resultarray['username']['frequency'])) $namefreq = $resultarray['username']['frequency'…
127 …if (isset($resultarray['ip']['frequency'])) $ipfreq = $resultarray['ip']['frequency']; else $ipfre…
128 …if (isset($resultarray['email']['frequency'])) $emailfreq = $resultarray['email']['frequency']; el…
129 …if (isset($resultarray['username']['frequency'])) $namefreq = $resultarray['username']['frequency'…
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DoubleClickBidManager/
H A DQuerySchedule.php29 public $frequency; variable in Google\\Service\\DoubleClickBidManager\\QuerySchedule
60 public function setFrequency($frequency) argument
62 $this->frequency = $frequency;
69 return $this->frequency;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/OSConfig/
H A DRecurringSchedule.php29 public $frequency; variable in Google\\Service\\OSConfig\\RecurringSchedule
68 public function setFrequency($frequency) argument
70 $this->frequency = $frequency;
77 return $this->frequency;
/plugin/gtime/gtlib/util/
H A DGTBaseX.php121 …* @param int $frequency if separator is not null it's inserted into the encoded string at frequen…
124 …public function encode($bytes, $offset = null, $length = null, $separator = null, $frequency = nul… argument
154 $frequency = 0;
178 if ($frequency > 0 && $i > 0 && $i % $frequency == 0) {
202 if ($frequency > 0 && $i > 0 && $i % $frequency == 0) {
/plugin/elasticsearch/vendor/ruflin/elastica/src/Query/
H A DCommon.php65 * Set the frequency below which terms will be put in the low frequency group.
67 * @param float $frequency percentage in decimal form (.001 == 0.1%)
71 public function setCutoffFrequency(float $frequency): self argument
73 return $this->setQueryParam('cutoff_frequency', $frequency);
77 * Set the logic operator for low frequency terms.
89 * Set the logic operator for high frequency terms.
103 * @param int|string $minimum minimum number of low frequency terms which must be present
/plugin/revisionsdue/
H A Dsyntax.php249 $frequency = $item['frequency'];
257 …. $id .'</a></td><td>'.revision_string($revision)."</td><td>".$frequency."</td><td>".revision_stri…
/plugin/davcard/vendor/sabre/vobject/lib/Recur/
H A DRRuleIterator.php100 switch($this->frequency) {
178 protected $frequency; variable in Sabre\\VObject\\Recur\\RRuleIterator
637 $this->frequency = $value;
/plugin/webdavclient/vendor/sabre/vobject/lib/Recur/
H A DRRuleIterator.php100 switch($this->frequency) {
178 protected $frequency; variable in Sabre\\VObject\\Recur\\RRuleIterator
637 $this->frequency = $value;
/plugin/davcal/vendor/sabre/vobject/lib/Recur/
H A DRRuleIterator.php100 switch($this->frequency) {
178 protected $frequency; variable in Sabre\\VObject\\Recur\\RRuleIterator
637 $this->frequency = $value;
/plugin/icalevents/vendor/sabre/vobject/lib/Recur/
H A DRRuleIterator.php98 switch ($this->frequency) {
177 protected $frequency; variable in Sabre\\VObject\\Recur\\RRuleIterator
731 $this->frequency = $value;
/plugin/webdav/vendor/sabre/vobject/lib/Recur/
H A DRRuleIterator.php96 switch ($this->frequency) {
168 protected $frequency; variable in Sabre\\VObject\\Recur\\RRuleIterator
696 $this->frequency = $value;
/plugin/authgoogle/google/contrib/
H A DGoogle_AdSenseService.php1456 public $frequency; variable in Google_AdUnitFeedAdsSettings
1465 public function setFrequency( $frequency) { argument
1466 $this->frequency = $frequency;
1469 return $this->frequency;
/plugin/botbouncer/lib/
H A Dbotbouncer.php731 ((int)$resultEntry->frequency > $banDetails['freq_tolerance'])
738 $banDetails['frequency'] = (string)$resultEntry->frequency;
/plugin/subjectindex/
H A Dstyle.css149 div.dokuwiki .subjectindex span.frequency {
/plugin/s5reloaded/ui/effects_support/
H A Dcontrols.js62 this.options.frequency = this.options.frequency || 0.4;
164 setTimeout(this.onObserverEvent.bind(this), this.options.frequency*1000);
H A Dprototype.js371 initialize: function(callback, frequency) { argument
373 this.frequency = frequency;
380 this.timer = setInterval(this.onTimerEvent.bind(this), this.frequency * 1000);
1671 this.frequency = (this.options.frequency || 2);
1699 this.timer = this.onTimerEvent.bind(this).delay(this.decay * this.frequency);
4184 initialize: function($super, element, frequency, callback) { argument
4185 $super(callback, frequency);
/plugin/freechat/phpfreechat/data/public/js/
H A Dprototype.js287 initialize: function(callback, frequency) { argument
289 this.frequency = frequency;
296 this.timer = setInterval(this.onTimerEvent.bind(this), this.frequency * 1000);
1467 this.frequency = (this.options.frequency || 2);
1495 this.timer = this.onTimerEvent.bind(this).delay(this.decay * this.frequency);
3635 initialize: function($super, element, frequency, callback) { argument
3636 $super(callback, frequency);
/plugin/issuetracker/
H A Dprototype.js485 initialize: function(callback, frequency) { argument
487 this.frequency = frequency;
494 this.timer = setInterval(this.onTimerEvent.bind(this), this.frequency * 1000);
1781 this.frequency = (this.options.frequency || 2);
1809 this.timer = this.onTimerEvent.bind(this).delay(this.decay * this.frequency);
5251 initialize: function($super, element, frequency, callback) { argument
5252 $super(callback, frequency);
/plugin/jplayer/vendor/james-heinrich/getid3/
H A Dchangelog.txt773 LAME presets when source frequency <= 32kHz
1820 bitrate_audio, bits_per_sample, frequency, channels
1893 ¤ All references to any key ['frequency'] are now ['sample_rate']
2332 ¤ ['frequency'] is now returned for WAVE files in the root of the
2729 ¤ MPEG audio frame information (bitrate, frequency, etc) now
2820 ¤ MPEG audio frame information (bitrate, frequency, etc) now
2827 ¤ 'bitrate' and 'frequency' now return as int (except in special
H A Dstructure.txt54 Audio frequency: ['audio']['sample_rate'] // ex 44100 (Hertz)
/plugin/codeprettify/code-prettify/src/
H A Dlang-xq.js64 …distance|cts:near-query|cts:highlight|cts:geospatial-co-occurrences|cts:frequency|cts:fitness|cts:…
/plugin/diagramsnet/lib/js/orgchart/
H A Dbridge.min.js8frequency)},timeSpan:function(){return new System.TimeSpan(this.milliseconds().mul(1e4))},start:fu…
/plugin/diagramsnet/lib/js/
H A Dorgchart.min.js8frequency)},timeSpan:function(){return new System.TimeSpan(this.milliseconds().mul(1e4))},start:fu…
/plugin/jdraw/lib/
H A Djgraphx.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...

12