| /plugin/stopforumspam/ | 
| D | ResponseChecker.php | 11     public $frequency;  variable in ResponseCategory14     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/ | 
| D | helper.php | 76 …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/ | 
| D | QuerySchedule.php | 29   public $frequency;  variable in Google\\Service\\DoubleClickBidManager\\QuerySchedule60   public function setFrequency($frequency)  argument
 62     $this->frequency = $frequency;
 69     return $this->frequency;
 
 | 
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/OSConfig/ | 
| D | RecurringSchedule.php | 29   public $frequency;  variable in Google\\Service\\OSConfig\\RecurringSchedule68   public function setFrequency($frequency)  argument
 70     $this->frequency = $frequency;
 77     return $this->frequency;
 
 | 
| /plugin/gtime/gtlib/util/ | 
| D | GTBaseX.php | 121 …* @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/ | 
| D | Common.php | 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);
 
 | 
| /plugin/asciidocjs/node_modules/pug-filters/node_modules/uglify-js/lib/ | 
| D | scope.js | 535     var chars, frequency;537         frequency = Object.create(null);
 539         chars.forEach(function(ch){ frequency[ch] = 0 });
 544             if (code in frequency) ++frequency[code];
 551             return frequency[b] - frequency[a];
 557     base54.freq = function(){ return frequency };
 
 | 
| /plugin/revisionsdue/ | 
| D | syntax.php | 249    	    $frequency = $item['frequency'];257 …. $id .'</a></td><td>'.revision_string($revision)."</td><td>".$frequency."</td><td>".revision_stri…
 
 | 
| /plugin/webdavclient/vendor/sabre/vobject/lib/Recur/ | 
| D | RRuleIterator.php | 100         switch($this->frequency) {178     protected $frequency;  variable in Sabre\\VObject\\Recur\\RRuleIterator
 637                     $this->frequency = $value;
 
 | 
| /plugin/davcard/vendor/sabre/vobject/lib/Recur/ | 
| D | RRuleIterator.php | 100         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 D | RRuleIterator.php | 100         switch($this->frequency) {178     protected $frequency;  variable in Sabre\\VObject\\Recur\\RRuleIterator
 637                     $this->frequency = $value;
 
 | 
| /plugin/icalevents/vendor/sabre/vobject/lib/Recur/ | 
| D | RRuleIterator.php | 98         switch ($this->frequency) {177     protected $frequency;  variable in Sabre\\VObject\\Recur\\RRuleIterator
 731                     $this->frequency = $value;
 
 | 
| /plugin/webdav/vendor/sabre/vobject/lib/Recur/ | 
| D | RRuleIterator.php | 96         switch ($this->frequency) {168     protected $frequency;  variable in Sabre\\VObject\\Recur\\RRuleIterator
 696                     $this->frequency = $value;
 
 | 
| /plugin/asciidocjs/node_modules/uglify-js/lib/ | 
| D | scope.js | 840     var chars, frequency;843         frequency = Object.create(freq);
 847             frequency[str[i]] += delta;
 851         return frequency[b] - frequency[a];
 
 | 
| /plugin/authgoogle/google/contrib/ | 
| D | Google_AdSenseService.php | 1456   public $frequency;  variable in Google_AdUnitFeedAdsSettings1465   public function setFrequency( $frequency) {  argument
 1466     $this->frequency = $frequency;
 1469     return $this->frequency;
 
 | 
| /plugin/botbouncer/lib/ | 
| D | botbouncer.php | 731               ((int)$resultEntry->frequency > $banDetails['freq_tolerance'])738               $banDetails['frequency'] = (string)$resultEntry->frequency;
 
 | 
| /plugin/subjectindex/ | 
| D | style.css | 149 div.dokuwiki .subjectindex span.frequency {
 | 
| /plugin/s5reloaded/ui/effects_support/ | 
| D | controls.js | 62     this.options.frequency    = this.options.frequency || 0.4;164         setTimeout(this.onObserverEvent.bind(this), this.options.frequency*1000);
 
 | 
| D | prototype.js | 371   initialize: function(callback, frequency) {  argument373     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/ | 
| D | prototype.js | 287   initialize: function(callback, frequency) {  argument289     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/ | 
| D | prototype.js | 485   initialize: function(callback, frequency) {  argument487     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/ | 
| D | changelog.txt | 773       LAME presets when source frequency <= 32kHz1820          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
 
 | 
| D | structure.txt | 54 Audio frequency:  ['audio']['sample_rate']        // ex 44100     (Hertz)
 | 
| /plugin/codeprettify/code-prettify/src/ | 
| D | lang-xq.js | 64 …distance|cts:near-query|cts:highlight|cts:geospatial-co-occurrences|cts:frequency|cts:fitness|cts:…
 | 
| /plugin/datatables/assets/datatables.net/js/ | 
| D | jquery.dataTables.js | 1663 				frequency = freq !== undefined ? freq : 200,1673 				if ( last && now < last + frequency ) {
 1679 					}, frequency );
 
 |