Home
last modified time | relevance | path

Searched refs:frequency (Results 26 – 32 of 32) sorted by last modified time

12

/plugin/subjectindex/
H A Dstyle.css149 div.dokuwiki .subjectindex span.frequency {
/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/revisionsdue/
H A Dsyntax.php249 $frequency = $item['frequency'];
257 …. $id .'</a></td><td>'.revision_string($revision)."</td><td>".$frequency."</td><td>".revision_stri…
/plugin/jdraw/lib/
H A Djgraphx.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/s5reloaded/ui/effects_support/
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);
H A Dcontrols.js62 this.options.frequency = this.options.frequency || 0.4;
164 setTimeout(this.onObserverEvent.bind(this), this.options.frequency*1000);
/plugin/jmol2/jmol/
H A DCHANGES.txt103 # bug fix: Gaussian '09 reader not reading " Atom AN" properly in frequency lists

12